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.
 
 
 
 
StackGenVis/frontend/node_modules/grid-index/package.json

46 lines
1.3 KiB

{
"_from": "grid-index@^1.0.0",
"_id": "grid-index@1.1.0",
"_inBundle": false,
"_integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==",
"_location": "/grid-index",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grid-index@^1.0.0",
"name": "grid-index",
"escapedName": "grid-index",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz",
"_shasum": "97f8221edec1026c8377b86446a7c71e79522ea7",
"_spec": "grid-index@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
"bugs": {
"url": "https://github.com/mapbox/grid-index/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A 2D spatial index for axis-aligned boxes",
"devDependencies": {
"tap": "^5.7.0"
},
"homepage": "https://github.com/mapbox/grid-index#readme",
"license": "ISC",
"main": "grid-index.js",
"name": "grid-index",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/grid-index.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "1.1.0"
}