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

82 lines
1.9 KiB

{
"_from": "gl-shader@^4.2.1",
"_id": "gl-shader@4.2.1",
"_inBundle": false,
"_integrity": "sha1-vJuAjpKTxRtmjojeYVsMETcI3C8=",
"_location": "/gl-shader",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-shader@^4.2.1",
"name": "gl-shader",
"escapedName": "gl-shader",
"rawSpec": "^4.2.1",
"saveSpec": null,
"fetchSpec": "^4.2.1"
},
"_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-surface3d"
],
"_resolved": "https://registry.npmjs.org/gl-shader/-/gl-shader-4.2.1.tgz",
"_shasum": "bc9b808e9293c51b668e88de615b0c113708dc2f",
"_spec": "gl-shader@^4.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-cone3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/stackgl/gl-shader/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-format-compiler-error": "^1.0.2",
"weakmap-shim": "^1.1.0"
},
"deprecated": false,
"description": "WebGL shader wrapper",
"devDependencies": {
"gl-now": "^1.4.0"
},
"directories": {
"example": "example"
},
"gitHead": "e28ce1d36277aeb6d109d886e847c7cdc1903cd9",
"homepage": "https://github.com/stackgl/gl-shader#readme",
"keywords": [
"webgl",
"shader",
"fragment",
"vertex",
"uniform",
"attribute",
"wrap",
"3d",
"gl"
],
"license": "MIT",
"main": "index.js",
"name": "gl-shader",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-shader.git"
},
"scripts": {
"start": "beefy --open example/example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.2.1"
}