/usr/lib/nodejs/flagged-respawn/package.json is in node-flagged-respawn 0.3.2-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 32 33 34 35 36 37 38 39 40 | {
"name": "flagged-respawn",
"description": "A tool for respawning node binaries when special flags are present.",
"version": "0.3.2",
"homepage": "https://github.com/js-cli/js-flagged-respawn",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/js-cli/js-flagged-respawn.git"
},
"bugs": {
"url": "https://github.com/js-cli/js-flagged-respawn/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/js-cli/js-flagged-respawn/blob/master/LICENSE"
}
],
"scripts": {
"respawn": "node test/bin/respawner --harmony test",
"nospawn": "node test/bin/respawner test",
"test": "mocha -R spec test"
},
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"respawn flags"
],
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.4",
"v8flags": "~1.0.1"
}
}
|