/usr/lib/nodejs/lazy-property/component.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 | {
"name": "lazy-property",
"version": "0.0.2",
"description": "Lazily initialized properties for objects",
"main": "lazyProperty.js",
"scripts": ["lazyProperty.js"]
}
|