-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "geomodel",
"version": "0.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/async/-/async-0.1.15.tgz",
"integrity": "sha1-IYDqyizypspSgNQcBYW+ybPkm9M=",
"dev": true
},
"dequeue": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/dequeue/-/dequeue-1.0.3.tgz",
"integrity": "sha1-MLj02i/CQJUaFdMbNSg+KbLeiXg=",
"dev": true
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"log4js": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-0.5.8.tgz",
"integrity": "sha1-UoiS4orYKnC5Y2Sxm64trbXrnOo=",
"dev": true,
"requires": {
"async": "0.1.15",
"dequeue": "1.0.3"
}
}
}
}