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.
83 lines
2.0 KiB
83 lines
2.0 KiB
{
|
|
"_from": "gl-buffer@^2.1.2",
|
|
"_id": "gl-buffer@2.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LbjZwaVSf7oM25EonCBuiCuInNs=",
|
|
"_location": "/gl-buffer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "gl-buffer@^2.1.2",
|
|
"name": "gl-buffer",
|
|
"escapedName": "gl-buffer",
|
|
"rawSpec": "^2.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/a-big-triangle",
|
|
"/gl-axes3d",
|
|
"/gl-contour2d",
|
|
"/gl-error3d",
|
|
"/gl-heatmap2d",
|
|
"/gl-line3d",
|
|
"/gl-mesh3d",
|
|
"/gl-plot2d",
|
|
"/gl-pointcloud2d",
|
|
"/gl-scatter3d",
|
|
"/gl-select-box",
|
|
"/gl-spikes3d",
|
|
"/gl-surface3d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gl-buffer/-/gl-buffer-2.1.2.tgz",
|
|
"_shasum": "2db8d9c1a5527fba0cdb91289c206e882b889cdb",
|
|
"_spec": "gl-buffer@^2.1.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-contour2d",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stackgl/gl-buffer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ndarray": "^1.0.15",
|
|
"ndarray-ops": "^1.1.0",
|
|
"typedarray-pool": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "WebGL buffer wrapper",
|
|
"devDependencies": {
|
|
"gl-now": "^1.3.1",
|
|
"glslify": "^1.4.0",
|
|
"smokestack": "^2.0.0",
|
|
"tap-spec": "^1.0.1",
|
|
"tape": "^3.0.1"
|
|
},
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"gitHead": "fa00ce204834850a2a9118824aca293399bc3e4d",
|
|
"homepage": "https://github.com/stackgl/gl-buffer#readme",
|
|
"keywords": [
|
|
"webgl",
|
|
"buffer",
|
|
"vertex",
|
|
"array",
|
|
"element",
|
|
"array"
|
|
],
|
|
"license": "MIT",
|
|
"main": "buffer.js",
|
|
"name": "gl-buffer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stackgl/gl-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"start": "beefy --open example/example.js -- --transform glslify",
|
|
"test": "browserify ./test/index.js | smokestack | tap-spec"
|
|
},
|
|
"version": "2.1.2"
|
|
}
|
|
|