/usr/lib/nodejs/obj-util/package.json is in node-obj-util 2.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 | {
"name": "obj-util",
"version": "2.0.0",
"description": "A simple helper to set/get keys from objects using a string path like 'some.key.here'",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/royriojas/obj-util.git"
},
"keywords": [
"obj",
"util",
"setKey",
"getKey",
"set",
"key",
"using",
"path"
],
"author": "Roy Riojas",
"license": "MIT",
"bugs": {
"url": "https://github.com/royriojas/obj-util/issues"
},
"homepage": "https://github.com/royriojas/obj-util"
}
|