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

67 lines
1.7 KiB

4 years ago
{
"_from": "gl-select-box@^1.0.3",
"_id": "gl-select-box@1.0.3",
"_inBundle": false,
"_integrity": "sha512-sQb18g1aZ6PJAsvsC8nNYhuhc2TYXNbzVbI0bP9AH9770NjrDnd7TC8HHcfu8nJXGPG69HjqR6EzS+QSqiXPSA==",
"_location": "/gl-select-box",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-select-box@^1.0.3",
"name": "gl-select-box",
"escapedName": "gl-select-box",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-select-box/-/gl-select-box-1.0.3.tgz",
"_shasum": "8c47ac6f18fa583aa32d9dfe023ac1d588fd9d67",
"_spec": "gl-select-box@^1.0.3",
"_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-select-box/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.0.5",
"glslify": "^7.0.0"
},
"deprecated": false,
"description": "Draws a user selection over the screen",
"devDependencies": {
"chttps": "^1.0.6"
},
"homepage": "https://github.com/gl-vis/gl-select-box#readme",
"keywords": [
"selection",
"gl-vis",
"internal",
"module"
],
"license": "MIT",
"main": "selectbox.js",
"name": "gl-select-box",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-select-box.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "tape test/*.js"
},
"version": "1.0.3"
}