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/gl-plot3d/package.json

89 lines
2.4 KiB

{
"_from": "gl-plot3d@^2.4.2",
"_id": "gl-plot3d@2.4.4",
"_inBundle": false,
"_integrity": "sha512-R/V4hSrE2sFD+Xls7D6qCOlWCRmqtUff0sKbeFJdI91HfFzPJPiy9Pqa/Jh2UsvdmwkkSQPNDcBvLd6TvhRC/g==",
"_location": "/gl-plot3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-plot3d@^2.4.2",
"name": "gl-plot3d",
"escapedName": "gl-plot3d",
"rawSpec": "^2.4.2",
"saveSpec": null,
"fetchSpec": "^2.4.2"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-2.4.4.tgz",
"_shasum": "5fb8f60ae36ac55036af5566efc29c9adbe06a30",
"_spec": "gl-plot3d@^2.4.2",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko"
},
"browserify": {
"transform": [
"glslify"
]
},
"bugs": {
"url": "https://github.com/gl-vis/gl-plot3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"3d-view": "^2.0.0",
"a-big-triangle": "^1.0.3",
"gl-axes3d": "^1.5.2",
"gl-fbo": "^2.0.5",
"gl-mat4": "^1.2.0",
"gl-select-static": "^2.0.4",
"gl-shader": "^4.2.1",
"gl-spikes3d": "^1.0.9",
"glslify": "^7.0.0",
"has-passive-events": "^1.0.0",
"is-mobile": "^2.2.0",
"mouse-change": "^1.4.0",
"mouse-event-offset": "^3.0.2",
"mouse-wheel": "^1.2.0",
"ndarray": "^1.0.18",
"right-now": "^1.0.0"
},
"deprecated": false,
"description": "Quick start rendering engine for plotting/data visualization",
"devDependencies": {
"bunny": "^1.0.1",
"chttps": "^1.0.6",
"dirichlet": "1.0.1",
"enable-mobile": "^1.0.7",
"gl-line3d": "^1.1.11",
"gl-mesh3d": "^2.1.1",
"gl-scatter3d": "^1.2.2",
"gl-surface3d": "^1.4.6",
"ndarray-fill": "^1.0.2",
"simplicial-complex": "^1.0.0"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-plot3d",
"license": "MIT",
"main": "scene.js",
"name": "gl-plot3d",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-plot3d.git"
},
"scripts": {
"line": "beefy ./example/line.js --open",
"mesh": "beefy ./example/mesh.js --open",
"postshrinkwrap": "chttps .",
"scatter": "beefy ./example/scatter.js --open",
"surface": "beefy ./example/surface.js --open",
"wireframe": "beefy ./example/wireframe.js --open"
},
"version": "2.4.4"
}