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.
80 lines
2.4 KiB
80 lines
2.4 KiB
4 years ago
|
{
|
||
|
"_from": "sane-topojson@^4.0.0",
|
||
|
"_id": "sane-topojson@4.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-bJILrpBboQfabG3BNnHI2hZl52pbt80BE09u4WhnrmzuF2JbMKZdl62G5glXskJ46p+gxE2IzOwGj/awR4g8AA==",
|
||
|
"_location": "/sane-topojson",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "sane-topojson@^4.0.0",
|
||
|
"name": "sane-topojson",
|
||
|
"escapedName": "sane-topojson",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/plotly.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/sane-topojson/-/sane-topojson-4.0.0.tgz",
|
||
|
"_shasum": "624cdb26fc6d9392c806897bfd1a393f29bb5308",
|
||
|
"_spec": "sane-topojson@^4.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
||
|
"author": {
|
||
|
"name": "Étienne Tétreault-Pinard"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/etpinard/sane-topojson/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Ready-to-use multi-layer topojson files",
|
||
|
"devDependencies": {
|
||
|
"fast-array-diff": "^0.2.0",
|
||
|
"geojson-utils": "^1.1.0",
|
||
|
"gzip-size": "^5.1.1",
|
||
|
"jasmine-core": "^3.4.0",
|
||
|
"karma": "^4.2.0",
|
||
|
"karma-browserify": "^6.0.0",
|
||
|
"karma-firefox-launcher": "^1.0.0",
|
||
|
"karma-jasmine": "^2.0.1",
|
||
|
"mapshaper": "^0.4.122",
|
||
|
"node-wget": "^0.4.3",
|
||
|
"prettysize": "^2.0.0",
|
||
|
"progress": "^2.0.3",
|
||
|
"snazzy": "^8.0.0",
|
||
|
"standard": "^13.0.2",
|
||
|
"topojson": "^1.6.27",
|
||
|
"watchify": "^3.11.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/etpinard/sane-topojson#readme",
|
||
|
"keywords": [
|
||
|
"topojson",
|
||
|
"geojson",
|
||
|
"shapefiles",
|
||
|
"maps"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "sane-topojson",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/etpinard/sane-topojson.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"clean": "cd build && ls | grep -v README.md | xargs rm || true",
|
||
|
"geo2topo": "node ./bin/geo2topo.js",
|
||
|
"shp2geo": "node ./bin/shp2geo.js",
|
||
|
"start": "npm run clean && npm run wget && npm run shp2geo && npm run geo2topo && npm run stats",
|
||
|
"stats": "node ./bin/stats.js",
|
||
|
"test": "npm run test:lint && npm run test:jasmine",
|
||
|
"test:jasmine": "karma start test/karma.conf.js",
|
||
|
"test:lint": "standard | snazzy",
|
||
|
"wget": "node ./bin/wget.js"
|
||
|
},
|
||
|
"version": "4.0.0"
|
||
|
}
|