/usr/lib/nodejs/cjson/package.json is in node-cjson 0.4.0-2.
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 | {
"name": "cjson",
"description": "cjson - Commented JavaScript Object Notation. It is a json loader, which parses only valid json files, but with comments enabled. Useful for loading configs.",
"version": "0.4.0",
"repository": "git://github.com/kof/node-cjson.git",
"keywords": [
"json",
"parser",
"comments",
"config",
"loader"
],
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
"engines": {
"node": ">= 0.3.0"
},
"dependencies": {
"json-parse-helpfulerror": "^1.0.3"
},
"scripts": {
"test": "node ./test/test.js"
},
"license": "MIT"
}
|