package.json
2.71 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
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "joi@^10.4.1",
"scope": null,
"escapedName": "joi",
"name": "joi",
"rawSpec": "^10.4.1",
"spec": ">=10.4.1 <11.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "joi@>=10.4.1 <11.0.0",
"_id": "joi@10.6.0",
"_inCache": true,
"_location": "/joi",
"_nodeVersion": "6.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/joi-10.6.0.tgz_1497548465053_0.7665833418723196"
},
"_npmUser": {
"name": "marsup",
"email": "nicolas@morel.io"
},
"_npmVersion": "5.0.3",
"_phantomChildren": {},
"_requested": {
"raw": "joi@^10.4.1",
"scope": null,
"escapedName": "joi",
"name": "joi",
"rawSpec": "^10.4.1",
"spec": ">=10.4.1 <11.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-10.6.0.tgz",
"_shasum": "52587f02d52b8b75cdb0c74f0b164a191a0e1fc2",
"_shrinkwrap": null,
"_spec": "joi@^10.4.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"dependencies": {
"hoek": "4.x.x",
"isemail": "2.x.x",
"items": "2.x.x",
"topo": "2.x.x"
},
"description": "Object schema validation",
"devDependencies": {
"code": "4.x.x",
"hapitoc": "1.x.x",
"lab": "13.x.x"
},
"directories": {},
"dist": {
"integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==",
"shasum": "52587f02d52b8b75cdb0c74f0b164a191a0e1fc2",
"tarball": "https://registry.npmjs.org/joi/-/joi-10.6.0.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "069bb6c04063cba202544dacf9da3bbe21fa3074",
"homepage": "https://github.com/hapijs/joi",
"keywords": [
"hapi",
"schema",
"validation"
],
"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": "joi",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code",
"test-debug": "lab -a code",
"toc": "hapitoc",
"version": "npm run toc && git add API.md README.md"
},
"version": "10.6.0"
}