|
@@ -8,6 +8,8 @@
|
|
"name": "mingnan-website",
|
|
"name": "mingnan-website",
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@imengyu/js-request-transform": "^0.3.3",
|
|
|
|
+ "@vuemap/vue-amap": "^2.1.12",
|
|
"bootstrap": "^5.3.0",
|
|
"bootstrap": "^5.3.0",
|
|
"mitt": "^3.0.1",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^3.0.1",
|
|
"pinia": "^3.0.1",
|
|
@@ -451,6 +453,15 @@
|
|
"@babel/core": "^7.0.0-0"
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@babel/runtime": {
|
|
|
|
+ "version": "7.27.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.1.tgz",
|
|
|
|
+ "integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@babel/template": {
|
|
"node_modules/@babel/template": {
|
|
"version": "7.27.0",
|
|
"version": "7.27.0",
|
|
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz",
|
|
@@ -923,6 +934,15 @@
|
|
"node": ">=18"
|
|
"node": ">=18"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@imengyu/js-request-transform": {
|
|
|
|
+ "version": "0.3.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@imengyu/js-request-transform/-/js-request-transform-0.3.3.tgz",
|
|
|
|
+ "integrity": "sha512-fIefMepOYOrZ0QT1FpJn4zQaVLNITJ+qOK+jc5PX6+nEvTWmKr5Y1CXyfILVc6oxo0N8wXYnBySvBzKdvgw8rQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "dayjs": "^1.11.7"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.8",
|
|
"version": "0.3.8",
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
@@ -975,6 +995,23 @@
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@math.gl/core": {
|
|
|
|
+ "version": "3.6.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@math.gl/core/-/core-3.6.3.tgz",
|
|
|
|
+ "integrity": "sha512-jBABmDkj5uuuE0dTDmwwss7Cup5ZwQ6Qb7h1pgvtkEutTrhkcv8SuItQNXmF45494yIHeoGue08NlyeY6wxq2A==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/runtime": "^7.12.0",
|
|
|
|
+ "@math.gl/types": "3.6.3",
|
|
|
|
+ "gl-matrix": "^3.4.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@math.gl/types": {
|
|
|
|
+ "version": "3.6.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@math.gl/types/-/types-3.6.3.tgz",
|
|
|
|
+ "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/@parcel/watcher": {
|
|
"node_modules/@parcel/watcher": {
|
|
"version": "2.5.1",
|
|
"version": "2.5.1",
|
|
"resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
@@ -1633,6 +1670,41 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@turf/helpers": {
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@turf/helpers/-/helpers-6.5.0.tgz",
|
|
|
|
+ "integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://opencollective.com/turf"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@turf/intersect": {
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@turf/intersect/-/intersect-6.5.0.tgz",
|
|
|
|
+ "integrity": "sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@turf/helpers": "^6.5.0",
|
|
|
|
+ "@turf/invariant": "^6.5.0",
|
|
|
|
+ "polygon-clipping": "^0.15.3"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://opencollective.com/turf"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@turf/invariant": {
|
|
|
|
+ "version": "6.5.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@turf/invariant/-/invariant-6.5.0.tgz",
|
|
|
|
+ "integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@turf/helpers": "^6.5.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": {
|
|
|
|
+ "url": "https://opencollective.com/turf"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@types/estree": {
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.7",
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz",
|
|
@@ -1990,6 +2062,69 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@vuemap/amap-jsapi-loader": {
|
|
|
|
+ "version": "1.0.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-loader/-/amap-jsapi-loader-1.0.4.tgz",
|
|
|
|
+ "integrity": "sha512-s5fFHrsNkjYMovEmUJ5S23jpDtElTanDN2HdCt/amOD245a8wWVcTPjl06YEHXtxf6Ewm+z29wQByOCn209Hxg==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vuemap/amap-jsapi-types": {
|
|
|
|
+ "version": "0.0.17",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.17.tgz",
|
|
|
|
+ "integrity": "sha512-FHI8OMWxJWbgyuQ0tKclvurQIVHRexMIYAOwZ/z9+G7aHHK5EFhKM13siLczNNAgXdJ2dctPEghCdlhcByl3Ag==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vuemap/amap-xyz-layer": {
|
|
|
|
+ "version": "0.0.15",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/amap-xyz-layer/-/amap-xyz-layer-0.0.15.tgz",
|
|
|
|
+ "integrity": "sha512-L3rsgk2+i277RlMScpxVpjPBhSfMCeHcyFv7zkomMzd/J9W+X8yTUgSFvzVLWnnlXEXL80vNgs7lIJpSxa5vNg==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@math.gl/core": "3.6.3",
|
|
|
|
+ "earcut": "2.2.4",
|
|
|
|
+ "gl-matrix": "3.4.3"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 16"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vuemap/district-cluster": {
|
|
|
|
+ "version": "0.0.12",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/district-cluster/-/district-cluster-0.0.12.tgz",
|
|
|
|
+ "integrity": "sha512-JmZxl99PfCsF98dvxTmi17Ti3XaQMwcKidgduiIQvAPNTKmZjBAR1RRtdQjxooIuJiLXJo9itWIRuBaD9MseTQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@turf/helpers": "^6.5.0",
|
|
|
|
+ "@turf/intersect": "^6.5.0",
|
|
|
|
+ "@vuemap/amap-jsapi-types": "^0.0.16",
|
|
|
|
+ "topojson-client": "3.1.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">= 16"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vuemap/district-cluster/node_modules/@vuemap/amap-jsapi-types": {
|
|
|
|
+ "version": "0.0.16",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/amap-jsapi-types/-/amap-jsapi-types-0.0.16.tgz",
|
|
|
|
+ "integrity": "sha512-1B1H2IS8sT2RDubbpEY+K8j11Gb7PZY5Bo0cszRkF8Nw+9HNqpbUNeqkQ6+rxLkwIedcSkOsFDy/IyzXCUXqVw==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
|
|
+ "node_modules/@vuemap/vue-amap": {
|
|
|
|
+ "version": "2.1.12",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/@vuemap/vue-amap/-/vue-amap-2.1.12.tgz",
|
|
|
|
+ "integrity": "sha512-ODI/zNdAgYLY6KV+gdC2FlYxUi68aT5DNhHUTMANxsl9NiHaJrvCH7oiIl2XfGh9xgAwfUuqGTcOYQtBjv2NrA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@vuemap/amap-jsapi-loader": "1.0.4",
|
|
|
|
+ "@vuemap/amap-jsapi-types": "^0.0.17",
|
|
|
|
+ "@vuemap/amap-xyz-layer": "0.0.15",
|
|
|
|
+ "@vuemap/district-cluster": "0.0.12",
|
|
|
|
+ "lodash-es": "^4.17.21"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "vue": "3"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/alien-signals": {
|
|
"node_modules/alien-signals": {
|
|
"version": "1.0.13",
|
|
"version": "1.0.13",
|
|
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
|
"resolved": "https://registry.npmmirror.com/alien-signals/-/alien-signals-1.0.13.tgz",
|
|
@@ -2155,6 +2290,12 @@
|
|
"url": "https://paulmillr.com/funding/"
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/commander": {
|
|
|
|
+ "version": "2.20.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
|
|
|
|
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/convert-source-map": {
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
@@ -2221,6 +2362,12 @@
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/dayjs": {
|
|
|
|
+ "version": "1.11.13",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
|
|
|
|
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/de-indent": {
|
|
"node_modules/de-indent": {
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
|
@@ -2303,6 +2450,12 @@
|
|
"node": ">=0.10"
|
|
"node": ">=0.10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/earcut": {
|
|
|
|
+ "version": "2.2.4",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/earcut/-/earcut-2.2.4.tgz",
|
|
|
|
+ "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==",
|
|
|
|
+ "license": "ISC"
|
|
|
|
+ },
|
|
"node_modules/electron-to-chromium": {
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.142",
|
|
"version": "1.5.142",
|
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.142.tgz",
|
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.142.tgz",
|
|
@@ -2518,6 +2671,12 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/gl-matrix": {
|
|
|
|
+ "version": "3.4.3",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/gl-matrix/-/gl-matrix-3.4.3.tgz",
|
|
|
|
+ "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/globals": {
|
|
"node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"version": "11.12.0",
|
|
"resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
|
|
@@ -2779,6 +2938,12 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/lodash-es": {
|
|
|
|
+ "version": "4.17.21",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
|
|
|
|
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/lru-cache": {
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -3097,6 +3262,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/polygon-clipping": {
|
|
|
|
+ "version": "0.15.7",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/polygon-clipping/-/polygon-clipping-0.15.7.tgz",
|
|
|
|
+ "integrity": "sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "robust-predicates": "^3.0.2",
|
|
|
|
+ "splaytree": "^3.1.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/postcss": {
|
|
"node_modules/postcss": {
|
|
"version": "8.5.3",
|
|
"version": "8.5.3",
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.3.tgz",
|
|
@@ -3175,6 +3350,12 @@
|
|
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/robust-predicates": {
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
|
|
|
|
+ "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
|
|
|
|
+ "license": "Unlicense"
|
|
|
|
+ },
|
|
"node_modules/rollup": {
|
|
"node_modules/rollup": {
|
|
"version": "4.40.0",
|
|
"version": "4.40.0",
|
|
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.40.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.40.0.tgz",
|
|
@@ -3341,6 +3522,12 @@
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/splaytree": {
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/splaytree/-/splaytree-3.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/strip-final-newline": {
|
|
"node_modules/strip-final-newline": {
|
|
"version": "4.0.0",
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
|
|
@@ -3397,6 +3584,20 @@
|
|
"node": ">=8.0"
|
|
"node": ">=8.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/topojson-client": {
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/topojson-client/-/topojson-client-3.1.0.tgz",
|
|
|
|
+ "integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
|
|
|
|
+ "license": "ISC",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "commander": "2"
|
|
|
|
+ },
|
|
|
|
+ "bin": {
|
|
|
|
+ "topo2geo": "bin/topo2geo",
|
|
|
|
+ "topomerge": "bin/topomerge",
|
|
|
|
+ "topoquantize": "bin/topoquantize"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/totalist": {
|
|
"node_modules/totalist": {
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
|