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.
78 lines
2.0 KiB
78 lines
2.0 KiB
{
|
|
"_from": "gl-contour2d@^1.1.6",
|
|
"_id": "gl-contour2d@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-n8nEFb4VRYooBo3+hbAgiXGELVn7PtYyVbj/hWmTNtrkxFK39Yr8LUczcT2uOOyzqq7sO3FH8+J8PSMFh+z+5A==",
|
|
"_location": "/gl-contour2d",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gl-contour2d@^1.1.6",
|
|
"name": "gl-contour2d",
|
|
"escapedName": "gl-contour2d",
|
|
"rawSpec": "^1.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gl-contour2d/-/gl-contour2d-1.1.6.tgz",
|
|
"_shasum": "2c99ac96bc4d757dd027d97c386a72c33d8ce81b",
|
|
"_spec": "gl-contour2d@^1.1.6",
|
|
"_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-contour2d/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"binary-search-bounds": "^2.0.4",
|
|
"cdt2d": "^1.0.0",
|
|
"clean-pslg": "^1.1.2",
|
|
"gl-buffer": "^2.1.2",
|
|
"gl-shader": "^4.2.1",
|
|
"glslify": "^7.0.0",
|
|
"iota-array": "^1.0.0",
|
|
"ndarray": "^1.0.18",
|
|
"surface-nets": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "2D contour plots",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.3",
|
|
"canvas-fit": "^1.5.0",
|
|
"chttps": "^1.0.6",
|
|
"gl-plot2d": "^1.4.2",
|
|
"gl-select-box": "^1.0.3",
|
|
"gl-spikes2d": "^1.0.2",
|
|
"mouse-change": "^1.4.0",
|
|
"mouse-wheel": "^1.2.0"
|
|
},
|
|
"homepage": "https://github.com/gl-vis/gl-contour2d#readme",
|
|
"keywords": [
|
|
"contour",
|
|
"2d",
|
|
"gl-plot2d",
|
|
"webgl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "contour.js",
|
|
"name": "gl-contour2d",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gl-vis/gl-contour2d.git"
|
|
},
|
|
"scripts": {
|
|
"postshrinkwrap": "chttps ."
|
|
},
|
|
"version": "1.1.6"
|
|
}
|
|
|