package.json
600 字节
{
"name": "hoek",
"description": "General purpose node utilities",
"version": "2.16.3",
"repository": "git://github.com/hapijs/hoek",
"main": "lib/index.js",
"keywords": [
"utilities"
],
"engines": {
"node": ">=0.10.40"
},
"dependencies": {},
"devDependencies": {
"code": "1.x.x",
"lab": "5.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",
"_from": "hoek@2.16.3",
"_resolved": "http://registry.npm.taobao.org/hoek/download/hoek-2.16.3.tgz"
}