08-27-周三_17-09-29
This commit is contained in:
103
node_modules/hoek/package.json
generated
vendored
Normal file
103
node_modules/hoek/package.json
generated
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "hoek",
|
||||
"raw": "hoek@2.x.x",
|
||||
"rawSpec": "2.x.x",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/hawk"
|
||||
]
|
||||
],
|
||||
"_from": "hoek@>=2.0.0 <3.0.0",
|
||||
"_id": "hoek@2.16.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/hoek",
|
||||
"_nodeVersion": "4.1.0",
|
||||
"_npmUser": {
|
||||
"email": "quitlahok@gmail.com",
|
||||
"name": "nlf"
|
||||
},
|
||||
"_npmVersion": "3.3.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "hoek",
|
||||
"raw": "hoek@2.x.x",
|
||||
"rawSpec": "2.x.x",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/boom",
|
||||
"/hawk",
|
||||
"/sntp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
|
||||
"_shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "hoek@2.x.x",
|
||||
"_where": "/root/gitbook/node_modules/hawk",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hapijs/hoek/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"deprecated": "This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).",
|
||||
"description": "General purpose node utilities",
|
||||
"devDependencies": {
|
||||
"code": "1.x.x",
|
||||
"lab": "5.x.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-V6Yw1rIcYV/4JsnggjBU0l4Kr+EXhpwqXRusENU1Xx6ro00IHPHYNynCuBTOZAPlr3AAmLvchH9I7N/VUdvOwQ==",
|
||||
"shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIQD37zSTJHarW8UHCYQzmVxMylyCYrG+v7dnXPnHRXMOPwIgEHNtYGBejB+NaV/6Q/pay/4y7NqRw4YwStI0ht3GSbc="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.40"
|
||||
},
|
||||
"gitHead": "20f36e85616264d4b73a64a374803175213a9121",
|
||||
"homepage": "https://github.com/hapijs/hoek#readme",
|
||||
"keywords": [
|
||||
"utilities"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "eran@hueniverse.com",
|
||||
"name": "hueniverse"
|
||||
},
|
||||
{
|
||||
"email": "wpreul@gmail.com",
|
||||
"name": "wyatt"
|
||||
},
|
||||
{
|
||||
"email": "quitlahok@gmail.com",
|
||||
"name": "nlf"
|
||||
}
|
||||
],
|
||||
"name": "hoek",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hapijs/hoek.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "lab -a code -t 100 -L",
|
||||
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
|
||||
},
|
||||
"version": "2.16.3"
|
||||
}
|
Reference in New Issue
Block a user