-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
102 lines (102 loc) · 3.36 KB
/
package-lock.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
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
{
"name": "gitbucket-registry",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"mkdirp": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"requires": {
"minimist": "0.0.8"
},
"dependencies": {
"minimist": {
"version": "0.0.8",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
}
}
},
"node-yaml": {
"version": "3.0.3",
"resolved": "http://registry.npmjs.org/node-yaml/-/node-yaml-3.0.3.tgz",
"integrity": "sha1-vlOevp1Nuz+7hpfNzYcwOtf9aT0=",
"requires": {
"co": "4.6.0",
"co-fs": "1.2.0",
"js-yaml": "3.6.1"
},
"dependencies": {
"co": {
"version": "4.6.0",
"resolved": "http://registry.npmjs.org/co/-/co-4.6.0.tgz",
"integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
},
"co-fs": {
"version": "1.2.0",
"resolved": "http://registry.npmjs.org/co-fs/-/co-fs-1.2.0.tgz",
"integrity": "sha1-pt8EXOWMBO7UVYb/Q4UDKBOrpk4=",
"requires": {
"co-from-stream": "0.0.0",
"thunkify": "0.0.1"
},
"dependencies": {
"co-from-stream": {
"version": "0.0.0",
"resolved": "http://registry.npmjs.org/co-from-stream/-/co-from-stream-0.0.0.tgz",
"integrity": "sha1-GlzYztdyY5RglPo58kmaYyl7yvk=",
"requires": {
"co-read": "0.0.1"
},
"dependencies": {
"co-read": {
"version": "0.0.1",
"resolved": "http://registry.npmjs.org/co-read/-/co-read-0.0.1.tgz",
"integrity": "sha1-+Bs+uKhmdf7FHj2IOn9WToc8k4k="
}
}
},
"thunkify": {
"version": "0.0.1",
"resolved": "http://registry.npmjs.org/thunkify/-/thunkify-0.0.1.tgz",
"integrity": "sha1-vV02sQabQHjl3LrI+rRTWb6mGD0="
}
}
},
"js-yaml": {
"version": "3.6.1",
"resolved": "http://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
"integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=",
"requires": {
"argparse": "^1.0.7",
"esprima": "^2.6.0"
},
"dependencies": {
"argparse": {
"version": "1.0.9",
"resolved": "http://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=",
"requires": {
"sprintf-js": "~1.0.2"
},
"dependencies": {
"sprintf-js": {
"version": "1.0.3",
"resolved": "http://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}
}
},
"esprima": {
"version": "2.7.3",
"resolved": "http://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
"integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE="
}
}
}
}
}
}
}