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/point-cluster/package.json

102 lines
2.5 KiB

4 years ago
{
"_from": "point-cluster@^3.1.8",
"_id": "point-cluster@3.1.8",
"_inBundle": false,
"_integrity": "sha512-7klIr45dpMeZuqjIK9+qBg3m2IhyZJNJkdqjJFw0Olq75FM8ojrTMjClVUrMjNYRVqtwztxCHH71Fyjhg+YwyQ==",
"_location": "/point-cluster",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "point-cluster@^3.1.8",
"name": "point-cluster",
"escapedName": "point-cluster",
"rawSpec": "^3.1.8",
"saveSpec": null,
"fetchSpec": "^3.1.8"
},
"_requiredBy": [
"/plotly.js",
"/regl-scatter2d",
"/regl-splom"
],
"_resolved": "https://registry.npmjs.org/point-cluster/-/point-cluster-3.1.8.tgz",
"_shasum": "a63625fd8964f2a5b446025a1acf8bcac42500c0",
"_spec": "point-cluster@^3.1.8",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Dmitry Yv",
"email": "df.creative@gmail.com"
},
"browserify": {
"transform": [
"bubleify"
]
},
"bugs": {
"url": "https://github.com/dy/point-cluster/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-bounds": "^1.0.1",
"array-normalize": "^1.1.4",
"binary-search-bounds": "^2.0.4",
"bubleify": "^1.1.0",
"clamp": "^1.0.1",
"defined": "^1.0.0",
"dtype": "^2.0.0",
"flatten-vertex-data": "^1.0.2",
"is-obj": "^1.0.1",
"math-log2": "^1.0.1",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0"
},
"deprecated": false,
"description": "Fast nd point clustering.",
"devDependencies": {
"almost-equal": "^1.1.0",
"canvas-fit": "^1.5.0",
"gauss-random": "^1.0.1",
"math-float64-bits": "^1.0.1",
"math-float64-from-bits": "^1.0.0",
"math-uint8-bits": "^1.0.0",
"regl": "^1.3.1",
"snap-points-2d": "^3.2.0",
"tape": "^4.8.0"
},
"homepage": "https://github.com/dy/point-cluster#readme",
"keywords": [
"snap-points-2d",
"supercluster",
"quadtree",
"quad-tree",
"kdtree",
"kd-tree",
"ann-tree",
"point",
"scatter",
"point2d",
"2d",
"cluster",
"clustering",
"geospatial",
"markers",
"round",
"data",
"vis",
"gl-vis"
],
"license": "MIT",
"main": "index.js",
"name": "point-cluster",
"repository": {
"type": "git",
"url": "git://github.com/dy/point-cluster.git"
},
"scripts": {
"build": "browserify demo.js -g bubleify | indexhtmlify | metadataify | github-cornerify > demo/index.html",
"test": "node test"
},
"version": "3.1.8"
}