StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.2 KiB
77 lines
2.2 KiB
{
|
|
"_from": "topojson-client@^3.0.1",
|
|
"_id": "topojson-client@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
|
|
"_location": "/vega-loader/topojson-client",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "topojson-client@^3.0.1",
|
|
"name": "topojson-client",
|
|
"escapedName": "topojson-client",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/vega-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz",
|
|
"_shasum": "22e8b1ed08a2b922feeb4af6f53b6ef09a467b99",
|
|
"_spec": "topojson-client@^3.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega-loader",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "https://bost.ocks.org/mike"
|
|
},
|
|
"bin": {
|
|
"topo2geo": "bin/topo2geo",
|
|
"topomerge": "bin/topomerge",
|
|
"topoquantize": "bin/topoquantize"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/topojson/topojson-client/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Manipulate TopoJSON and convert it to GeoJSON.",
|
|
"devDependencies": {
|
|
"eslint": "6",
|
|
"rollup": "1",
|
|
"rollup-plugin-terser": "5",
|
|
"tape": "4"
|
|
},
|
|
"files": [
|
|
"bin/topo*",
|
|
"dist/**/*.js",
|
|
"src/**/*.js"
|
|
],
|
|
"homepage": "https://github.com/topojson/topojson-client",
|
|
"jsdelivr": "dist/topojson-client.min.js",
|
|
"keywords": [
|
|
"topojson",
|
|
"topology",
|
|
"geojson"
|
|
],
|
|
"license": "ISC",
|
|
"main": "dist/topojson-client.js",
|
|
"module": "src/index.js",
|
|
"name": "topojson-client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/topojson/topojson-client.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
|
|
"prepublishOnly": "rm -rf dist && yarn test",
|
|
"pretest": "rollup -c",
|
|
"test": "tape 'test/**/*-test.js' && eslint src test"
|
|
},
|
|
"unpkg": "dist/topojson-client.min.js",
|
|
"version": "3.1.0"
|
|
}
|
|
|