forked from nwalters512/docker-file-bug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 887 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 887 Bytes
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
{
"name": "docker-file-bug",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"eventemitter3": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
"integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo="
},
"native-promise-only": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
"integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE="
},
"threads": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/threads/-/threads-0.11.0.tgz",
"integrity": "sha512-Wvr0ZrMchpyvQwwGaJWmtAryQTOHN3tvciuIgMG+OA1co18YwiZIW4lGPE0Z0+kFZbEzyIbIX5s2Lq7H46tCTA==",
"requires": {
"eventemitter3": "^2.0.2",
"native-promise-only": "^0.8.1"
}
}
}
}