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.
85 lines
2.3 KiB
85 lines
2.3 KiB
{
|
|
"_from": "supercluster@^6.0.1",
|
|
"_id": "supercluster@6.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aa0v2HURjBTOpbcknilcfxGDuArM8khklKSmZ/T8ZXL0BuRwb5aRw95lz+2bmWpFvCXDX/+FzqHxmg0TIaJErw==",
|
|
"_location": "/supercluster",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "supercluster@^6.0.1",
|
|
"name": "supercluster",
|
|
"escapedName": "supercluster",
|
|
"rawSpec": "^6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mapbox-gl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/supercluster/-/supercluster-6.0.2.tgz",
|
|
"_shasum": "aa2eaae185ef97872f388c683ec29f6991721ee3",
|
|
"_spec": "supercluster@^6.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mapbox/supercluster/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"kdbush": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A very fast geospatial point clustering library.",
|
|
"devDependencies": {
|
|
"c8": "^5.0.1",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-mourner": "^3.0.0",
|
|
"esm": "^3.2.25",
|
|
"mkdirp": "^0.5.1",
|
|
"rollup": "^1.17.0",
|
|
"rollup-plugin-buble": "^0.19.8",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^5.1.1",
|
|
"tape": "^4.11.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mourner",
|
|
"rules": {
|
|
"camelcase": 0
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist/supercluster.js",
|
|
"dist/supercluster.min.js"
|
|
],
|
|
"homepage": "https://github.com/mapbox/supercluster#readme",
|
|
"jsdelivr": "dist/supercluster.min.js",
|
|
"keywords": [
|
|
"clustering",
|
|
"geospatial",
|
|
"markers"
|
|
],
|
|
"license": "ISC",
|
|
"main": "dist/supercluster.js",
|
|
"module": "index.js",
|
|
"name": "supercluster",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mapbox/supercluster.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node --expose-gc -r esm bench.js",
|
|
"build": "mkdirp dist && rollup -c",
|
|
"cov": "c8 npm run test",
|
|
"prepublishOnly": "npm run test && npm run build",
|
|
"pretest": "eslint index.js bench.js test/test.js demo/index.js demo/worker.js",
|
|
"test": "tape -r esm test/test.js"
|
|
},
|
|
"unpkg": "dist/supercluster.min.js",
|
|
"version": "6.0.2"
|
|
}
|
|
|