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

71 lines
1.9 KiB

4 years ago
{
"_from": "gl-spikes3d@^1.0.8",
"_id": "gl-spikes3d@1.0.9",
"_inBundle": false,
"_integrity": "sha512-laMxydgGdnE8kvd1YD9cNWrx0uSmrPj1Oi02cHhnxWIklut97w3F7mZKnmLMEyUkxpRLkEeQ7YkYy7Y+aUEblw==",
"_location": "/gl-spikes3d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-spikes3d@^1.0.8",
"name": "gl-spikes3d",
"escapedName": "gl-spikes3d",
"rawSpec": "^1.0.8",
"saveSpec": null,
"fetchSpec": "^1.0.8"
},
"_requiredBy": [
"/gl-plot3d"
],
"_resolved": "https://registry.npmjs.org/gl-spikes3d/-/gl-spikes3d-1.0.9.tgz",
"_shasum": "9c3967ec3c8bcbe2e376ebf3357c7c26990fe736",
"_spec": "gl-spikes3d@^1.0.8",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-plot3d",
"author": {
"name": "Mikola Lysenko"
},
"browserify": {
"transform": [
"glslify"
]
},
"bugs": {
"url": "https://github.com/gl-vis/gl-spikes3d/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-vao": "^1.3.0",
"glslify": "^7.0.0"
},
"deprecated": false,
"description": "gl-spikes3d =========== Draws axis spikes compatible with gl-axes3d. This can be useful to illustrate selections or specific points in a point cloud",
"devDependencies": {
"chttps": "^1.0.6",
"game-shell-orbit-camera": "~1.0.0",
"gl-axes3d": "^1.5.2",
"gl-matrix": "^3.0.0",
"gl-now": "~1.4.0",
"gl-state": "^1.0.0",
"mime": "^2.4.4"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-spikes3d",
"license": "MIT",
"main": "spikes.js",
"name": "gl-spikes3d",
"repository": {
"type": "git",
"url": "git://github.com/gl-vis/gl-spikes3d.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.9"
}