/usr/lib/nodejs/boom/package.json is in node-boom 4.3.1-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 | {
"name": "boom",
"description": "HTTP-friendly error objects",
"version": "4.3.1",
"repository": "git://github.com/hapijs/boom",
"main": "lib/index.js",
"keywords": [
"error",
"http"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"hoek": "4.x.x"
},
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x",
"markdown-toc": "0.12.x"
},
"scripts": {
"test": "lab -a code -t 100 -L -v",
"test-cov-html": "lab -a code -r html -o coverage.html -L",
"toc": "node generate-toc.js",
"version": "npm run toc && git add README.md"
},
"license": "BSD-3-Clause"
}
|