|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE 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"
}
}