forked from mozilla/node-convict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-shrinkwrap.json
67 lines (67 loc) · 2 KB
/
npm-shrinkwrap.json
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
{
"name": "convict",
"version": "1.3.0",
"dependencies": {
"depd": {
"version": "1.1.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz"
},
"json5": {
"version": "0.5.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.5.0.tgz"
},
"moment": {
"version": "2.12.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.12.0.tgz"
},
"optimist": {
"version": "0.6.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
"dependencies": {
"wordwrap": {
"version": "0.0.3",
"from": "wordwrap@>=0.0.2 <0.1.0",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
},
"minimist": {
"version": "0.0.10",
"from": "minimist@>=0.0.1 <0.1.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz"
}
}
},
"validator": {
"version": "4.6.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/validator/-/validator-4.6.1.tgz"
},
"varify": {
"version": "0.1.1",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/varify/-/varify-0.1.1.tgz",
"dependencies": {
"through": {
"version": "2.3.8",
"from": "through@>=2.3.4 <2.4.0",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
},
"redeyed": {
"version": "0.4.4",
"from": "redeyed@>=0.4.2 <0.5.0",
"resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
"dependencies": {
"esprima": {
"version": "1.0.4",
"from": "esprima@>=1.0.4 <1.1.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
}
}
}
}
}
}
}