/usr/lib/nodejs/hoek/package.json is in node-hoek 4.1.0-2.
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 | {
"name": "hoek",
"description": "General purpose node utilities",
"version": "4.1.0",
"repository": "git://github.com/hapijs/hoek",
"main": "lib/index.js",
"keywords": [
"utilities"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {},
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}
|