-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.16 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
{
"name": "dummy",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"commander": {
"version": "2.20.0",
"resolved": "http://registry.npm.taobao.org/commander/download/commander-2.20.0.tgz?cache=0&other_urls=http%3A%2F%2Fregistry.npm.taobao.org%2Fcommander%2Fdownload%2Fcommander-2.20.0.tgz",
"integrity": "sha1-1YuytcHuj4ew00ACfp6U4iLFpCI="
},
"rand-names": {
"version": "2.0.3",
"resolved": "https://registry.npm.taobao.org/rand-names/download/rand-names-2.0.3.tgz",
"integrity": "sha1-1HjcnEyLU3j7/OXtA6CblfTcyp8=",
"requires": {
"unique-random-array": "1.0.0"
}
},
"unique-random": {
"version": "1.0.0",
"resolved": "https://registry.npm.taobao.org/unique-random/download/unique-random-1.0.0.tgz",
"integrity": "sha1-zj4iTIJCzTOg53sNcYDXfmti0MQ="
},
"unique-random-array": {
"version": "1.0.0",
"resolved": "https://registry.npm.taobao.org/unique-random-array/download/unique-random-array-1.0.0.tgz",
"integrity": "sha1-QrNyHFeTiNi2Z8k8Lb3j1dgakTY=",
"requires": {
"unique-random": "^1.0.0"
}
}
}
}