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

81 lines
2.0 KiB

{
"_from": "gl-scatter3d@^1.2.2",
"_id": "gl-scatter3d@1.2.2",
"_inBundle": false,
"_integrity": "sha512-oZh3WQ0bVXnpASpZmYmiEp7eUiD0oU6J4G5C9KUOhUo5d2gucvZEILAtfWmzCT3zsOltoROn4jGuuP2tlLN88Q==",
"_location": "/gl-scatter3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-scatter3d@^1.2.2",
"name": "gl-scatter3d",
"escapedName": "gl-scatter3d",
"rawSpec": "^1.2.2",
"saveSpec": null,
"fetchSpec": "^1.2.2"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-scatter3d/-/gl-scatter3d-1.2.2.tgz",
"_shasum": "9a4d4d096b5ed3537588ccf9744afd4f8591e7ed",
"_spec": "gl-scatter3d@^1.2.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko"
},
"browserify": {
"transform": [
"glslify"
]
},
"bugs": {
"url": "https://github.com/gl-vis/gl-scatter3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-buffer": "^2.0.6",
"gl-mat4": "^1.0.0",
"gl-shader": "^4.2.0",
"gl-vao": "^1.1.2",
"glsl-out-of-range": "^1.0.4",
"glslify": "^7.0.0",
"is-string-blank": "^1.0.1",
"typedarray-pool": "^1.0.2",
"vectorize-text": "^3.2.1"
},
"deprecated": false,
"description": "3D scatter plot",
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "^1.0.0",
"gl-now": "^1.4.0",
"gl-select": "^3.0.0",
"gl-spikes": "^2.0.1"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-scatter3d",
"keywords": [
"scatter",
"plot",
"point",
"cloud",
"webgl",
"3d"
],
"license": "MIT",
"main": "pointcloud.js",
"name": "gl-scatter3d",
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-scatter3d.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "beefy --open ./example/example.js"
},
"version": "1.2.2"
}