mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.3 KiB
62 lines
1.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"boom@2.10.1",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "boom@2.10.1",
|
|
"_id": "boom@2.10.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
|
|
"_location": "/boom",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "boom@2.10.1",
|
|
"name": "boom",
|
|
"escapedName": "boom",
|
|
"rawSpec": "2.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cryptiles",
|
|
"/hawk"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
|
|
"_spec": "2.10.1",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"bugs": {
|
|
"url": "https://github.com/hapijs/boom/issues"
|
|
},
|
|
"dependencies": {
|
|
"hoek": "2.x.x"
|
|
},
|
|
"description": "HTTP-friendly error objects",
|
|
"devDependencies": {
|
|
"code": "1.x.x",
|
|
"lab": "7.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.40"
|
|
},
|
|
"homepage": "https://github.com/hapijs/boom#readme",
|
|
"keywords": [
|
|
"error",
|
|
"http"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "boom",
|
|
"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"
|
|
}
|
|
|