-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-lock.json
30 lines (30 loc) · 1.07 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
},
"const": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/const/-/const-1.0.0.tgz",
"integrity": "sha1-0VkZFmW2iF9dZcVTNWJqh8xuwTw="
},
"const-version": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/const-version/-/const-version-2.0.0.tgz",
"integrity": "sha512-XRmNSFhenGZpqi1vfPLQ9O/GQ/u5UZ5n5siFR7TgW5x2iwU/VttowE715YeAJB1Z18/wwiw7RcGtf+FM0lTwrg==",
"requires": {
"bluebird": "^3.5.3",
"commander": "^2.19.0"
}
}
}
}