-
Notifications
You must be signed in to change notification settings - Fork 15
/
package-lock.json
99 lines (99 loc) · 2.42 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "everyelection",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "everyelection",
"version": "1.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"aws-cdk": "2.50.0",
"leaflet": "^1.9.2",
"topojson": "^3.0.2"
}
},
"node_modules/aws-cdk": {
"version": "2.50.0",
"license": "Apache-2.0",
"bin": {
"cdk": "bin/cdk"
},
"engines": {
"node": ">= 14.15.0"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/commander": {
"version": "2.15.1",
"license": "MIT"
},
"node_modules/fsevents": {
"version": "2.3.2",
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/leaflet": {
"version": "1.9.3",
"license": "BSD-2-Clause"
},
"node_modules/topojson": {
"version": "3.0.2",
"license": "BSD-3-Clause",
"dependencies": {
"topojson-client": "3.0.0",
"topojson-server": "3.0.0",
"topojson-simplify": "3.0.2"
},
"bin": {
"geo2topo": "node_modules/topojson-server/bin/geo2topo",
"topo2geo": "node_modules/topojson-client/bin/topo2geo",
"topomerge": "node_modules/topojson-client/bin/topomerge",
"topoquantize": "node_modules/topojson-client/bin/topoquantize",
"toposimplify": "node_modules/topojson-simplify/bin/toposimplify"
}
},
"node_modules/topojson/node_modules/topojson-client": {
"version": "3.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "2"
},
"bin": {
"topo2geo": "bin/topo2geo",
"topomerge": "bin/topomerge",
"topoquantize": "bin/topoquantize"
}
},
"node_modules/topojson/node_modules/topojson-server": {
"version": "3.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "2"
},
"bin": {
"geo2topo": "bin/geo2topo"
}
},
"node_modules/topojson/node_modules/topojson-simplify": {
"version": "3.0.2",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "2",
"topojson-client": "3"
},
"bin": {
"toposimplify": "bin/toposimplify"
}
}
}
}