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.
79 lines
2.0 KiB
79 lines
2.0 KiB
{
|
|
"_from": "kdbush@^3.0.0",
|
|
"_id": "kdbush@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==",
|
|
"_location": "/kdbush",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "kdbush@^3.0.0",
|
|
"name": "kdbush",
|
|
"escapedName": "kdbush",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/supercluster"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz",
|
|
"_shasum": "f8484794d47004cc2d85ed3a79353dbe0abc2bf0",
|
|
"_spec": "kdbush@^3.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/supercluster",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mourner/kdbush/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A very fast static 2D index for points based on kd-tree.",
|
|
"devDependencies": {
|
|
"eslint": "^5.5.0",
|
|
"eslint-config-mourner": "^3.0.0",
|
|
"esm": "^3.0.82",
|
|
"rollup": "^0.65.2",
|
|
"rollup-plugin-buble": "^0.19.2",
|
|
"rollup-plugin-terser": "^2.0.2",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mourner"
|
|
},
|
|
"files": [
|
|
"kdbush.js",
|
|
"kdbush.min.js",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/mourner/kdbush#readme",
|
|
"jsdelivr": "kdbush.min.js",
|
|
"keywords": [
|
|
"index",
|
|
"points",
|
|
"kd-tree",
|
|
"data structures",
|
|
"algorithms",
|
|
"spatial",
|
|
"geometry"
|
|
],
|
|
"license": "ISC",
|
|
"main": "kdbush.js",
|
|
"module": "src/index.js",
|
|
"name": "kdbush",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mourner/kdbush.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node -r esm bench.js",
|
|
"build": "rollup -c",
|
|
"prepublishOnly": "npm run build",
|
|
"pretest": "eslint src test.js bench.js rollup.config.js",
|
|
"test": "tape -r esm test.js"
|
|
},
|
|
"unpkg": "kdbush.min.js",
|
|
"version": "3.0.0"
|
|
}
|
|
|