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

75 lines
1.8 KiB

4 years ago
{
"_from": "gl-error3d@^1.0.15",
"_id": "gl-error3d@1.0.15",
"_inBundle": false,
"_integrity": "sha512-7mB1zU22Vzdvq0KzzYRzE0xvCRF9nHd1+9ElUqkvt0GMH0gVIpxKk+m3hNPM/iQHmNupcXaE1cBcOQE2agN3uA==",
"_location": "/gl-error3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-error3d@^1.0.15",
"name": "gl-error3d",
"escapedName": "gl-error3d",
"rawSpec": "^1.0.15",
"saveSpec": null,
"fetchSpec": "^1.0.15"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-error3d/-/gl-error3d-1.0.15.tgz",
"_shasum": "770726e691f35cbf7d213e9b8531ae94e59516dc",
"_spec": "gl-error3d@^1.0.15",
"_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-error3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-vao": "^1.3.0",
"glsl-out-of-range": "^1.0.4",
"glslify": "^7.0.0"
},
"deprecated": false,
"description": "Draws error bars around points",
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "^1.0.0",
"gl-axes3d": "^1.4.2",
"gl-matrix": "^3.0.0",
"gl-now": "^1.4.0"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-error3d",
"keywords": [
"error",
"bar",
"webgl"
],
"license": "MIT",
"main": "errorbars.js",
"name": "gl-error3d",
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-error3d.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "budo example/example"
},
"version": "1.0.15"
}