-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
55 lines (55 loc) · 1.98 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "glassell-night",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"commander": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
"integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw=="
},
"leaflet": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.3.1.tgz",
"integrity": "sha512-adQOIzh+bfdridLM1xIgJ9VnJbAUY3wqs/ueF+ITla+PLQ1z47USdBKUf+iD9FuUA8RtlT6j6hZBfZoA6mW+XQ=="
},
"topojson": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/topojson/-/topojson-3.0.2.tgz",
"integrity": "sha512-u3zeuL6WEVL0dmsRn7uHZKc4Ao4gpW3sORUv+N3ezLTvY3JdCuyg0hvpWiIfFw8p/JwVN++SvAsFgcFEeR15rQ==",
"requires": {
"topojson-client": "3.0.0",
"topojson-server": "3.0.0",
"topojson-simplify": "3.0.2"
},
"dependencies": {
"topojson-client": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.0.0.tgz",
"integrity": "sha1-H5kpOnfvQqRI0DKoGqmCtz82DS8=",
"requires": {
"commander": "2.14.1"
}
},
"topojson-server": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.0.tgz",
"integrity": "sha1-N4546Hw5cqe1vixdYENptrrmnF4=",
"requires": {
"commander": "2.14.1"
}
},
"topojson-simplify": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/topojson-simplify/-/topojson-simplify-3.0.2.tgz",
"integrity": "sha512-gyYSVRt4jO/0RJXKZQPzTDQRWV+D/nOfiljNUv0HBXslFLtq3yxRHrl7jbrjdbda5Ytdr7M8BZUI4OxU7tnbRQ==",
"requires": {
"commander": "2.14.1",
"topojson-client": "3.0.0"
}
}
}
}
}
}