-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage-lock.json
54 lines (54 loc) · 1.56 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
{
"name": "git-sha-webpack-plugin",
"version": "0.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.6",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"git-bundle-sha": "^0.0.2"
}
},
"node_modules/async": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
},
"node_modules/bluebird": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE="
},
"node_modules/git-bundle-sha": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/git-bundle-sha/-/git-bundle-sha-0.0.2.tgz",
"integrity": "sha1-VAtmbyC1Lm3u38douQ1ojjKGJKs=",
"dependencies": {
"bluebird": "^2.3.0"
}
}
},
"dependencies": {
"async": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
"integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
},
"bluebird": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE="
},
"git-bundle-sha": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/git-bundle-sha/-/git-bundle-sha-0.0.2.tgz",
"integrity": "sha1-VAtmbyC1Lm3u38douQ1ojjKGJKs=",
"requires": {
"bluebird": "^2.3.0"
}
}
}
}