-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 910 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 910 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
28
29
30
31
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"fuzzer": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/fuzzer/-/fuzzer-0.2.1.tgz",
"integrity": "sha1-ILFVEr5UVKVBP6InoWBtO8oCIZk=",
"requires": {
"random-js": "1.0.2",
"traverse": "~0.6.6",
"xtend": "~2.2.0"
}
},
"random-js": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/random-js/-/random-js-1.0.2.tgz",
"integrity": "sha1-oBBIgvqm2kOSL+/aZYMwxJ0jLOc="
},
"traverse": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
},
"xtend": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-2.2.0.tgz",
"integrity": "sha1-7vax8ZjByN6vrYsXZaBNrUoBxak="
}
}
}