forked from rlidwka/sinopia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
45 lines (45 loc) · 1.39 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
{
"name": "sinopia_zzc",
"version": "1.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"js-yaml": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.2.tgz",
"integrity": "sha1-EJQjg+5LnCwg7eI4jBsPOHiisM4=",
"requires": {
"argparse": "~1.0.2",
"esprima": "~2.2.0"
},
"dependencies": {
"argparse": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz",
"integrity": "sha1-vPrjkFllbRlz0LnmoadBVLWpoTY=",
"requires": {
"lodash": ">= 3.2.0 < 4.0.0",
"sprintf-js": "~1.0.2"
},
"dependencies": {
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
},
"sprintf-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}
}
},
"esprima": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
"integrity": "sha1-QpLB1o5Bc9gV+iKQ3Hr8ltgfzYM="
}
}
}
}
}