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/regl-splom/package.json

90 lines
2.3 KiB

{
"_from": "regl-splom@^1.0.8",
"_id": "regl-splom@1.0.8",
"_inBundle": false,
"_integrity": "sha512-4GQTgcArCbGLsXhgalWVBxeW7OXllnu+Gvil/4SbQQmtiqLCl+xgF79pISKY9mLXTlobxiX7cVKdjGjp25559A==",
"_location": "/regl-splom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regl-splom@^1.0.8",
"name": "regl-splom",
"escapedName": "regl-splom",
"rawSpec": "^1.0.8",
"saveSpec": null,
"fetchSpec": "^1.0.8"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/regl-splom/-/regl-splom-1.0.8.tgz",
"_shasum": "05f165a6f0b8afc6b6b97fafa775282d44387db3",
"_spec": "regl-splom@^1.0.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/gl-vis/regl-splom/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-bounds": "^1.0.1",
"array-range": "^1.0.1",
"bubleify": "^1.2.0",
"color-alpha": "^1.0.4",
"defined": "^1.0.0",
"flatten-vertex-data": "^1.0.2",
"left-pad": "^1.3.0",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0",
"point-cluster": "^3.1.8",
"raf": "^3.4.1",
"regl-scatter2d": "^3.1.2"
},
"deprecated": false,
"description": "Scatterplot matrix for 2d plots",
"devDependencies": {
"chttps": "^1.0.6",
"fps-indicator": "^1.3.0",
"gauss-random": "^1.0.1",
"glslify": "^7.0.0",
"nice-color-palettes": "^2.0.0",
"pan-zoom": "^3.4.0",
"regl": "^1.3.11",
"settings-panel": "^1.8.17"
},
"homepage": "https://github.com/gl-vis/regl-splom#readme",
"keywords": [
"regl",
"plotly",
"splom",
"scatter",
"matrix",
"scattermatrix",
"gl",
"webgl",
"plot",
"scatterplot"
],
"license": "MIT",
"main": "./index.js",
"name": "regl-splom",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/regl-splom.git"
},
"scripts": {
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html",
"postshrinkwrap": "chttps .",
"test": "budo --force-default-index test"
},
"version": "1.0.8"
}