package.json
2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "boom@4.x.x",
"scope": null,
"escapedName": "boom",
"name": "boom",
"rawSpec": "4.x.x",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk"
]
],
"_from": "boom@>=4.0.0 <5.0.0",
"_id": "boom@4.3.1",
"_inCache": true,
"_location": "/boom",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/boom-4.3.1.tgz_1490708346910_0.7436342970468104"
},
"_npmUser": {
"name": "arb",
"email": "arbretz@gmail.com"
},
"_npmVersion": "4.4.1",
"_phantomChildren": {},
"_requested": {
"raw": "boom@4.x.x",
"scope": null,
"escapedName": "boom",
"name": "boom",
"rawSpec": "4.x.x",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
"_shasum": "4f8a3005cb4a7e3889f749030fd25b96e01d2e31",
"_shrinkwrap": null,
"_spec": "boom@4.x.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk",
"bugs": {
"url": "https://github.com/hapijs/boom/issues"
},
"dependencies": {
"hoek": "4.x.x"
},
"description": "HTTP-friendly error objects",
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x",
"markdown-toc": "0.12.x"
},
"directories": {},
"dist": {
"shasum": "4f8a3005cb4a7e3889f749030fd25b96e01d2e31",
"tarball": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "3d30c69faf6733a1604b400df71ed4781799a032",
"homepage": "https://github.com/hapijs/boom#readme",
"keywords": [
"error",
"http"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
},
{
"name": "wyatt",
"email": "wpreul@gmail.com"
},
{
"name": "arb",
"email": "arbretz@gmail.com"
}
],
"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 -v",
"test-cov-html": "lab -a code -r html -o coverage.html -L",
"toc": "node generate-toc.js",
"version": "npm run toc && git add README.md"
},
"version": "4.3.1"
}