Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "boom",
3
"description": "HTTP-friendly error objects",
4
"version": "2.7.2",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/hapijs/boom"
8
},
9
"main": "index",
10
"keywords": [
11
"error",
12
"http"
13
],
14
"engines": {
15
"node": ">=0.8.0"
16
},
17
"dependencies": {
18
"hoek": "2.x.x"
19
},
20
"devDependencies": {
21
"code": "1.x.x",
22
"lab": "5.x.x"
23
},
24
"scripts": {
25
"test": "lab -a code -t 100",
26
"test-cov-html": "lab -a code -r html -o coverage.html"
27
},
28
"license": "BSD-3-Clause",
29
"gitHead": "29be188e9ecfce3a2e090b8714dec2b6e0791724",
30
"bugs": {
31
"url": "https://github.com/hapijs/boom/issues"
32
},
33
"homepage": "https://github.com/hapijs/boom",
34
"_id": "[email protected]",
35
"_shasum": "dad628d897f7fd2e32cc82197f13307971cf8354",
36
"_from": "boom@>=2.0.0 <3.0.0",
37
"_npmVersion": "2.7.0",
38
"_nodeVersion": "0.10.38",
39
"_npmUser": {
40
"name": "arb",
41
"email": "[email protected]"
42
},
43
"maintainers": [
44
{
45
"name": "hueniverse",
46
"email": "[email protected]"
47
},
48
{
49
"name": "wyatt",
50
"email": "[email protected]"
51
},
52
{
53
"name": "arb",
54
"email": "[email protected]"
55
}
56
],
57
"dist": {
58
"shasum": "dad628d897f7fd2e32cc82197f13307971cf8354",
59
"tarball": "http://registry.npmjs.org/boom/-/boom-2.7.2.tgz"
60
},
61
"directories": {},
62
"_resolved": "https://registry.npmjs.org/boom/-/boom-2.7.2.tgz"
63
}
64
65