forked from kwent/aws-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
31 lines (31 loc) · 1.17 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
{
"name": "aws-launcher",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async-retry": {
"version": "1.3.1",
"resolved": "https://registry.npm.taobao.org/async-retry/download/async-retry-1.3.1.tgz",
"integrity": "sha1-E58x+N3OUMCHCwulWKYHloSq7VU=",
"requires": {
"retry": "0.12.0"
}
},
"fileicon": {
"version": "0.2.4",
"resolved": "https://registry.npm.taobao.org/fileicon/download/fileicon-0.2.4.tgz",
"integrity": "sha1-p11TOEid+FAoZrPFnC149tAe4A8="
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npm.taobao.org/node-fetch/download/node-fetch-2.6.0.tgz?cache=0&sync_timestamp=1591866503442&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-2.6.0.tgz",
"integrity": "sha1-5jNFY4bUqlWGP2dqerDaqP3ssP0="
},
"retry": {
"version": "0.12.0",
"resolved": "https://registry.npm.taobao.org/retry/download/retry-0.12.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fretry%2Fdownload%2Fretry-0.12.0.tgz",
"integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs="
}
}
}