package.json
2.53 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
105
106
{
"_args": [
[
{
"raw": "hoek@4.x.x",
"scope": null,
"escapedName": "hoek",
"name": "hoek",
"rawSpec": "4.x.x",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk"
]
],
"_from": "hoek@>=4.0.0 <5.0.0",
"_id": "hoek@4.2.0",
"_inCache": true,
"_location": "/hoek",
"_nodeVersion": "8.1.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/hoek-4.2.0.tgz_1500329650767_0.3217611073050648"
},
"_npmUser": {
"name": "nlf",
"email": "quitlahok@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "hoek@4.x.x",
"scope": null,
"escapedName": "hoek",
"name": "hoek",
"rawSpec": "4.x.x",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/boom",
"/cryptiles/boom",
"/hawk",
"/sntp"
],
"_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
"_shasum": "72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d",
"_shrinkwrap": null,
"_spec": "hoek@4.x.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk",
"bugs": {
"url": "https://github.com/hapijs/hoek/issues"
},
"dependencies": {},
"description": "General purpose node utilities",
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x"
},
"directories": {},
"dist": {
"integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ==",
"shasum": "72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d",
"tarball": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "1db691bc84ae059321146b83e03889adf36c8ef4",
"homepage": "https://github.com/hapijs/hoek#readme",
"keywords": [
"utilities"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hammer.io"
},
{
"name": "marsup",
"email": "nicolas@morel.io"
},
{
"name": "nlf",
"email": "quitlahok@gmail.com"
},
{
"name": "wyatt",
"email": "wpreul@gmail.com"
}
],
"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": "4.2.0"
}