/usr/lib/nodejs/lazy-property/package.json is in node-lazy-property 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"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"
}
}
|