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.
80 lines
2.0 KiB
80 lines
2.0 KiB
{
|
|
"_from": "gl-line3d@^1.1.11",
|
|
"_id": "gl-line3d@1.1.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EitFKPEEYdn/ivFOxJ8khSi0BzNum4sXZFLq6SQq21MX5YPCYb0o+XzjpWNuU32BoXORBC78B1JTiQqnTaWhWQ==",
|
|
"_location": "/gl-line3d",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gl-line3d@^1.1.11",
|
|
"name": "gl-line3d",
|
|
"escapedName": "gl-line3d",
|
|
"rawSpec": "^1.1.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gl-line3d/-/gl-line3d-1.1.11.tgz",
|
|
"_shasum": "53180030ddb841097d0f8ccb1d04ea8fe2759ddc",
|
|
"_spec": "gl-line3d@^1.1.11",
|
|
"_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-line3d/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"binary-search-bounds": "^2.0.4",
|
|
"gl-buffer": "^2.0.8",
|
|
"gl-shader": "^4.2.1",
|
|
"gl-texture2d": "^2.0.2",
|
|
"gl-vao": "^1.1.3",
|
|
"glsl-out-of-range": "^1.0.4",
|
|
"glsl-read-float": "^1.0.0",
|
|
"glslify": "^7.0.0",
|
|
"ndarray": "^1.0.16"
|
|
},
|
|
"deprecated": false,
|
|
"description": "3D line plot",
|
|
"devDependencies": {
|
|
"game-shell-orbit-camera": "^1.0.0",
|
|
"gl-axes": "^6.0.2",
|
|
"gl-matrix": "^3.0.0",
|
|
"gl-now": "^1.3.1",
|
|
"gl-select": "^3.0.0",
|
|
"gl-spikes": "^2.0.1"
|
|
},
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"homepage": "https://github.com/gl-vis/gl-line3d",
|
|
"keywords": [
|
|
"3d",
|
|
"webgl",
|
|
"line",
|
|
"plot"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lines.js",
|
|
"name": "gl-line3d",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gl-vis/gl-line3d.git"
|
|
},
|
|
"scripts": {
|
|
"postshrinkwrap": "chttps .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "1.1.11"
|
|
}
|
|
|