/usr/lib/nodejs/shasum/package.json is in node-shasum 1.0.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 | {
"name": "shasum",
"version": "1.0.2",
"homepage": "https://github.com/dominictarr/shasum",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/shasum.git"
},
"dependencies": {
"json-stable-stringify": "~0.0.0",
"sha.js": "~2.4.4"
},
"devDependencies": {},
"browser": {
"./index.js": "./browser.js"
},
"scripts": {
"test": "node test/index.js && node test/index.js browser"
},
"author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)",
"license": "MIT"
}
|