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.
113 lines
2.8 KiB
113 lines
2.8 KiB
{
|
|
"_from": "glslify@^7.0.0",
|
|
"_id": "glslify@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yw8jDQIe9FlSH5NiZEqSAsCPj9HI7nhXgXLAgSv2Nm9eBPsFJmyN9+rNwbiozJapcj9xtc/71rMYlN9cxp1B8Q==",
|
|
"_location": "/glslify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "glslify@^7.0.0",
|
|
"name": "glslify",
|
|
"escapedName": "glslify",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gl-axes3d",
|
|
"/gl-cone3d",
|
|
"/gl-contour2d",
|
|
"/gl-error3d",
|
|
"/gl-heatmap2d",
|
|
"/gl-line3d",
|
|
"/gl-mesh3d",
|
|
"/gl-plot2d",
|
|
"/gl-plot3d",
|
|
"/gl-pointcloud2d",
|
|
"/gl-scatter3d",
|
|
"/gl-select-box",
|
|
"/gl-spikes3d",
|
|
"/gl-streamtube3d",
|
|
"/gl-surface3d",
|
|
"/plotly.js",
|
|
"/regl-line2d",
|
|
"/regl-scatter2d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glslify/-/glslify-7.0.0.tgz",
|
|
"_shasum": "10d5db9541ee07c6548ea55c679edda20307653d",
|
|
"_spec": "glslify@^7.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"authors": [
|
|
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
|
|
"Mikola Lysenko <mikolalysenko@gmail.com> (http://0fps.net)",
|
|
"Chris Dickinson <chris@neversaw.us> (http://neversaw.us)"
|
|
],
|
|
"bin": {
|
|
"glslify": "bin.js"
|
|
},
|
|
"browser": {
|
|
"index.js": "./browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stackgl/glslify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bl": "^1.0.0",
|
|
"concat-stream": "^1.5.2",
|
|
"duplexify": "^3.4.5",
|
|
"falafel": "^2.1.0",
|
|
"from2": "^2.3.0",
|
|
"glsl-resolve": "0.0.1",
|
|
"glsl-token-whitespace-trim": "^1.0.0",
|
|
"glslify-bundle": "^5.0.0",
|
|
"glslify-deps": "^1.2.5",
|
|
"minimist": "^1.2.0",
|
|
"resolve": "^1.1.5",
|
|
"stack-trace": "0.0.9",
|
|
"static-eval": "^2.0.0",
|
|
"through2": "^2.0.1",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A node.js-style module system for GLSL!",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.2",
|
|
"electron-prebuilt": "^1.3.3",
|
|
"electron-spawn": "^5.0.0",
|
|
"glsl-easings": "^1.0.0",
|
|
"glsl-noise": "0.0.0",
|
|
"glslify-hex": "^2.0.1",
|
|
"shell-quote": "^1.4.3",
|
|
"tap-spec": "^2.2.1",
|
|
"tape": "^4.6.0",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"homepage": "https://github.com/stackgl/glslify",
|
|
"keywords": [
|
|
"ecosystem:stackgl",
|
|
"browserify-transform",
|
|
"glslify",
|
|
"glsl",
|
|
"module",
|
|
"system",
|
|
"cli",
|
|
"shader",
|
|
"webgl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "glslify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stackgl/glslify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:node",
|
|
"test:electron": "test/electron.sh",
|
|
"test:node": "node test"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|
|
|