/usr/lib/nodejs/kew/package.json is in node-kew 0.7.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 | {
"name": "kew",
"description": "a lightweight promise library for node",
"version": "0.7.0",
"homepage": "https://github.com/Medium/kew",
"authors": [
"Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
"Nick Santos <nick@medium.com>",
"Xiao Ma <x@medium.com>"
],
"license": "Apache-2.0",
"contributors": [],
"keywords": [
"kew",
"promises"
],
"main": "./kew.js",
"repository": {
"type": "git",
"url": "https://github.com/Medium/kew.git"
},
"dependencies": {},
"devDependencies": {
"q": "0.9.7",
"nodeunit": "0.9.0",
"closure-npc": "0.1.5"
},
"scripts": {
"test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes"
}
}
|