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

79 lines
2.2 KiB

{
"_from": "gl-streamtube3d@^1.4.0",
"_id": "gl-streamtube3d@1.4.0",
"_inBundle": false,
"_integrity": "sha512-WgRtdB77uFCN1lBZ6ogz7VTK4J8WwW5DGHvyB3LaBSZF3t5lf/KWeXPgm+xnNINlOy4JqJIgny+CtzwTHAk3Ew==",
"_location": "/gl-streamtube3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-streamtube3d@^1.4.0",
"name": "gl-streamtube3d",
"escapedName": "gl-streamtube3d",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-streamtube3d/-/gl-streamtube3d-1.4.0.tgz",
"_shasum": "28c6a8e29ba6da08806db69932408c40186120ec",
"_spec": "gl-streamtube3d@^1.4.0",
"_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-streamtube3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-cone3d": "^1.5.0",
"gl-vec3": "^1.1.3",
"gl-vec4": "^1.0.1",
"glsl-inverse": "^1.0.0",
"glsl-out-of-range": "^1.0.4",
"glsl-specular-cook-torrance": "^2.0.1",
"glslify": "^7.0.0"
},
"deprecated": false,
"description": "3D stream tube 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-streamtube3d#readme",
"keywords": [
"webgl",
"cone plot"
],
"license": "MIT",
"main": "streamtube.js",
"name": "gl-streamtube3d",
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-streamtube3d.git"
},
"scripts": {
"build": "browserify -o build/bundle.js streamtube.js",
"build-example": "browserify -o build/example.js example/streamtube.js",
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.4.0"
}