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

74 lines
1.8 KiB

{
"_from": "gl-vao@^1.3.0",
"_id": "gl-vao@1.3.0",
"_inBundle": false,
"_integrity": "sha1-6ekqqVWIyrnVwvBLaTRAw99pGSM=",
"_location": "/gl-vao",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-vao@^1.3.0",
"name": "gl-vao",
"escapedName": "gl-vao",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/a-big-triangle",
"/gl-axes3d",
"/gl-error3d",
"/gl-line3d",
"/gl-mesh3d",
"/gl-scatter3d",
"/gl-spikes3d",
"/gl-surface3d"
],
"_resolved": "https://registry.npmjs.org/gl-vao/-/gl-vao-1.3.0.tgz",
"_shasum": "e9e92aa95588cab9d5c2f04b693440c3df691923",
"_spec": "gl-vao@^1.3.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-error3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/stackgl/gl-vao/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Vertex array object wrapper/shim for WebGL",
"devDependencies": {
"gl-buffer": "^2.0.7",
"gl-now": "^1.3.1",
"glslify": "^1.4.0"
},
"directories": {
"example": "example"
},
"gitHead": "49233a7e29c1507cc25173f3e333f0859081fc81",
"homepage": "https://github.com/stackgl/gl-vao#readme",
"keywords": [
"vertex",
"array",
"object",
"oes",
"extension",
"webgl",
"gl",
"graphics"
],
"license": "MIT",
"main": "vao.js",
"name": "gl-vao",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-vao.git"
},
"scripts": {
"start": "beefy example/example.js --open -- --transform glslify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.0"
}