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.
73 lines
1.8 KiB
73 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "gl-texture2d@^2.0.2",
|
||
|
"_id": "gl-texture2d@2.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-/2gk5+fDGoum/c2+nlxpXX4hh8c=",
|
||
|
"_location": "/gl-texture2d",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "gl-texture2d@^2.0.2",
|
||
|
"name": "gl-texture2d",
|
||
|
"escapedName": "gl-texture2d",
|
||
|
"rawSpec": "^2.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gl-fbo",
|
||
|
"/gl-line3d",
|
||
|
"/gl-mesh3d",
|
||
|
"/gl-surface3d"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/gl-texture2d/-/gl-texture2d-2.1.0.tgz",
|
||
|
"_shasum": "ff6824e7e7c31a8ba6fdcdbe9e5c695d7e2187c7",
|
||
|
"_spec": "gl-texture2d@^2.0.2",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-line3d",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stackgl/gl-texture2d/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"ndarray": "^1.0.15",
|
||
|
"ndarray-ops": "^1.2.2",
|
||
|
"typedarray-pool": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "WebGL texture wrapper",
|
||
|
"devDependencies": {
|
||
|
"a-big-triangle": "^1.0.0",
|
||
|
"baboon-image": "^1.0.0",
|
||
|
"gl-now": "^1.3.1",
|
||
|
"gl-shader": "^4.0.1",
|
||
|
"glslify": "^1.4.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"example": "example"
|
||
|
},
|
||
|
"gitHead": "0d66ce40f2e25b0715689758e9a659f6544f9f3e",
|
||
|
"homepage": "https://github.com/stackgl/gl-texture2d#readme",
|
||
|
"keywords": [
|
||
|
"webgl",
|
||
|
"texture",
|
||
|
"wrap",
|
||
|
"ndarray"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "texture.js",
|
||
|
"name": "gl-texture2d",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/stackgl/gl-texture2d.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "beefy --open example/example.js -- --transform glslify",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"version": "2.1.0"
|
||
|
}
|