
| Current Path : /proc/thread-self/root/lib/nodejs/lazy-property/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/lib/nodejs/lazy-property/package.json |
{
"name": "lazy-property",
"version": "1.0.0",
"description": "Lazily initialized properties for objects",
"main": "lazyProperty.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"tape": "^2.12.3"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/lazy-property.git"
},
"keywords": [
"lazy",
"property",
"object",
"initialize",
"array",
"dictionary"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "850a27f710ec72f05b534805c31f095ff590f1ea",
"bugs": {
"url": "https://github.com/mikolalysenko/lazy-property/issues"
}
}