08-27-周三_17-09-29
This commit is contained in:
105
node_modules/boom/package.json
generated
vendored
Normal file
105
node_modules/boom/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "boom",
|
||||
"raw": "boom@2.x.x",
|
||||
"rawSpec": "2.x.x",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/root/gitbook/node_modules/hawk"
|
||||
]
|
||||
],
|
||||
"_from": "boom@>=2.0.0 <3.0.0",
|
||||
"_id": "boom@2.10.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/boom",
|
||||
"_nodeVersion": "0.10.40",
|
||||
"_npmUser": {
|
||||
"email": "arbretz@gmail.com",
|
||||
"name": "arb"
|
||||
},
|
||||
"_npmVersion": "2.11.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "boom",
|
||||
"raw": "boom@2.x.x",
|
||||
"rawSpec": "2.x.x",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cryptiles",
|
||||
"/hawk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
|
||||
"_shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "boom@2.x.x",
|
||||
"_where": "/root/gitbook/node_modules/hawk",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hapijs/boom/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"hoek": "2.x.x"
|
||||
},
|
||||
"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": "HTTP-friendly error objects",
|
||||
"devDependencies": {
|
||||
"code": "1.x.x",
|
||||
"lab": "7.x.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-KbiZEa9/vofNcVJXGwdWWn25reQ3V3dHBWbS07FTF3/TOehLnm9GEhJV4T6ZvGPkShRpmUqYwnaCrkj0mRnP6Q==",
|
||||
"shasum": "39c8918ceff5799f83f9492a848f625add0c766f",
|
||||
"signatures": [
|
||||
{
|
||||
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
|
||||
"sig": "MEUCIQCQ6fclq7bgC9MgsJLV5v0yPR8mDe55qEZCkugrKDT2DgIgOHu0t8cmnax3RMv4+e8VJ0Qk5L0ZhHAiec+3zJx7Kbo="
|
||||
}
|
||||
],
|
||||
"tarball": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.40"
|
||||
},
|
||||
"gitHead": "ff1a662a86b39426cdd18f4441b112d307a34a6f",
|
||||
"homepage": "https://github.com/hapijs/boom#readme",
|
||||
"keywords": [
|
||||
"error",
|
||||
"http"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "eran@hueniverse.com",
|
||||
"name": "hueniverse"
|
||||
},
|
||||
{
|
||||
"email": "wpreul@gmail.com",
|
||||
"name": "wyatt"
|
||||
},
|
||||
{
|
||||
"email": "arbretz@gmail.com",
|
||||
"name": "arb"
|
||||
}
|
||||
],
|
||||
"name": "boom",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hapijs/boom.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "lab -a code -t 100 -L",
|
||||
"test-cov-html": "lab -a code -r html -o coverage.html -L"
|
||||
},
|
||||
"version": "2.10.1"
|
||||
}
|
Reference in New Issue
Block a user