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.0 KiB
77 lines
2.0 KiB
4 years ago
|
{
|
||
|
"_from": "@mapbox/geojson-rewind@^0.4.0",
|
||
|
"_id": "@mapbox/geojson-rewind@0.4.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-b+1uPWBERW4Pet/969BNu61ZPDyH2ilIxBjJDFzxyS9TyszF9UrTQyYIl/G38clux3rtpAGGFSGTCSF/qR6UjA==",
|
||
|
"_location": "/@mapbox/geojson-rewind",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "@mapbox/geojson-rewind@^0.4.0",
|
||
|
"name": "@mapbox/geojson-rewind",
|
||
|
"escapedName": "@mapbox%2fgeojson-rewind",
|
||
|
"scope": "@mapbox",
|
||
|
"rawSpec": "^0.4.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.4.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/mapbox-gl"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.4.0.tgz",
|
||
|
"_shasum": "0d3632d4c1b4a928cf10a06ade387e1c8a8c181b",
|
||
|
"_spec": "@mapbox/geojson-rewind@^0.4.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
|
||
|
"author": {
|
||
|
"name": "Tom MacWright"
|
||
|
},
|
||
|
"bin": {
|
||
|
"geojson-rewind": "geojson-rewind"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mapbox/geojson-rewind/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"config": {
|
||
|
"commitizen": {
|
||
|
"path": "./node_modules/cz-conventional-changelog"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@mapbox/geojson-area": "0.2.2",
|
||
|
"concat-stream": "~1.6.0",
|
||
|
"minimist": "1.2.0",
|
||
|
"sharkdown": "^0.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "enforce winding order for geojson",
|
||
|
"devDependencies": {
|
||
|
"@mapbox/geojsonhint": "^2.1.0",
|
||
|
"cz-conventional-changelog": "^2.0.0",
|
||
|
"tape": "^4.8.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/mapbox/geojson-rewind",
|
||
|
"keywords": [
|
||
|
"geojson",
|
||
|
"winding",
|
||
|
"order",
|
||
|
"rendering",
|
||
|
"coordinates"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
|
"name": "@mapbox/geojson-rewind",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mapbox/geojson-rewind.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/rewind.js"
|
||
|
},
|
||
|
"version": "0.4.0"
|
||
|
}
|