/usr/lib/nodejs/node-rest-client/package.json is in node-node-rest-client 2.5.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 | {
"author": "Alejandro Alvarez Acero",
"name": "node-rest-client",
"description": "node API REST client",
"version": "2.5.0",
"repository": {
"type":"git",
"url": "https://github.com/aacerox/node-rest-client.git"
},
"main": "./lib/node-rest-client",
"dependencies": {
"xml2js":">=0.2.4",
"debug": "~2.2.0",
"follow-redirects":">=1.2.0"
},
"devDependencies": {
"jasmine-node":">=1.2.3"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"license": "MIT"
}
|