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

83 lines
2.0 KiB

{
"_from": "gl-plot2d@^1.4.3",
"_id": "gl-plot2d@1.4.3",
"_inBundle": false,
"_integrity": "sha512-Ei6WC/SzQ7/qld8MMv7sWrFSdkq8/n7Xmdvj7sbwUkgsJirfknKfeq4DCwaMn9vD2rHOLmdT0NMW+HPrLKSeWQ==",
"_location": "/gl-plot2d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-plot2d@^1.4.3",
"name": "gl-plot2d",
"escapedName": "gl-plot2d",
"rawSpec": "^1.4.3",
"saveSpec": null,
"fetchSpec": "^1.4.3"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-plot2d/-/gl-plot2d-1.4.3.tgz",
"_shasum": "344354df70272fa7a6a134bca3d1fb67a5d6d418",
"_spec": "gl-plot2d@^1.4.3",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/plotly.js",
"author": {
"name": "Mikola Lysenko"
},
"browserify": {
"transform": [
"glslify"
]
},
"bugs": {
"url": "https://github.com/gl-vis/gl-plot2d/issues"
},
"bundleDependencies": false,
"dependencies": {
"binary-search-bounds": "^2.0.4",
"gl-buffer": "^2.1.2",
"gl-select-static": "^2.0.5",
"gl-shader": "^4.2.1",
"glsl-inverse": "^1.0.0",
"glslify": "^7.0.0",
"text-cache": "^4.2.1"
},
"deprecated": false,
"description": "2D webgl plots",
"devDependencies": {
"camera-2d": "^1.0.1",
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"gauss-random": "^1.0.1",
"gl-line2d": "^1.4.1",
"gl-scatter2d": "^1.3.2",
"gl-select-box": "^1.0.3",
"gl-spikes2d": "^1.0.2",
"gl-texture2d-pip": "^1.0.0",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-plot2d#readme",
"keywords": [
"2d",
"webgl",
"axes",
"gl-vis"
],
"license": "MIT",
"main": "plot.js",
"name": "gl-plot2d",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-plot2d.git"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "tape test/*.js"
},
"version": "1.4.3"
}