-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 894 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
29 lines (29 loc) · 894 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
{
"name": "japan-city-geojson",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
},
"topojson-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-2.1.0.tgz",
"integrity": "sha1-/59784mRGF4LQoTCsGroNPDqxsg=",
"requires": {
"commander": "2"
}
},
"topojson-server": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-2.0.0.tgz",
"integrity": "sha1-5cHOft351AMSiQ6lHpXhfZjTIdg=",
"requires": {
"commander": "2"
}
}
}
}