/usr/lib/nodejs/tar-pack/package.json is in node-tar-pack 3.1.3-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 | {
"name": "tar-pack",
"version": "3.1.3",
"description": "Package and un-package modules of some sort (in tar/gz bundles).",
"scripts": {
"test": "mocha -R list"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/tar-pack.git"
},
"license": "BSD-2-Clause",
"dependencies": {
"debug": "~2.2.0",
"fstream": "~1.0.8",
"fstream-ignore": "~1.0.3",
"once": "~1.3.3",
"readable-stream": "~2.0.4",
"rimraf": "~2.5.1",
"tar": "~2.2.1",
"uid-number": "~0.0.6"
},
"devDependencies": {
"mocha": "*",
"rfile": "*",
"mkdirp": "*"
}
}
|