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

84 lines
2.4 KiB

{
"_from": "gl-cone3d@^1.5.1",
"_id": "gl-cone3d@1.5.1",
"_inBundle": false,
"_integrity": "sha512-R8m2lPfVN5ip/IPzykvMNgUUGWTkp9rMuCrVknKIkhjH+gaQeGfwF3+WrB0kwq3FRWvlYWcfdvabv37sZ2rKYA==",
"_location": "/gl-cone3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-cone3d@^1.5.1",
"name": "gl-cone3d",
"escapedName": "gl-cone3d",
"rawSpec": "^1.5.1",
"saveSpec": null,
"fetchSpec": "^1.5.1"
},
"_requiredBy": [
"/gl-streamtube3d",
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-cone3d/-/gl-cone3d-1.5.1.tgz",
"_shasum": "6270f5657288a634058a3af9c1b7e5819c9ae627",
"_spec": "gl-cone3d@^1.5.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko, Ilmari Heikkinen"
},
"browserify": {
"transform": [
"glslify"
]
},
"bugs": {
"url": "https://github.com/gl-vis/gl-cone3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"colormap": "^2.3.1",
"gl-buffer": "^2.1.2",
"gl-mat4": "^1.2.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-vao": "^1.3.0",
"gl-vec3": "^1.1.3",
"glsl-inverse": "^1.0.0",
"glsl-out-of-range": "^1.0.4",
"glsl-specular-cook-torrance": "^2.0.1",
"glslify": "^7.0.0",
"ndarray": "^1.0.18"
},
"deprecated": false,
"description": "3D cone plot",
"devDependencies": {
"3d-view-controls": "^2.2.2",
"bound-points": "^1.0.0",
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"gl-axes3d": "^1.5.2",
"gl-select-static": "^2.0.4",
"gl-spikes3d": "^1.0.9"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-cone3d#readme",
"keywords": [
"webgl",
"cone plot"
],
"license": "MIT",
"main": "cone.js",
"name": "gl-cone3d",
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-cone3d.git"
},
"scripts": {
"build-example": "browserify -o build/example.js example/cone.js && browserify -o build/example_sparse.js example/cone_sparse.js && browserify -o build/example_minimal.js example/cone_minimal.js && browserify -o build/example_single.js example/cone_single.js",
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.5.1"
}