| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/nodejs/lazy-property/ |
Upload File : |
{
"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"
}
}