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.
68 lines
1.6 KiB
68 lines
1.6 KiB
4 years ago
|
{
|
||
|
"_from": "gl-constants@^1.0.0",
|
||
|
"_id": "gl-constants@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-WXpQTjZHUP9QJTqjX43qevSl0jM=",
|
||
|
"_location": "/gl-constants",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "gl-constants@^1.0.0",
|
||
|
"name": "gl-constants",
|
||
|
"escapedName": "gl-constants",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gl-format-compiler-error"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/gl-constants/-/gl-constants-1.0.0.tgz",
|
||
|
"_shasum": "597a504e364750ff50253aa35f8dea7af4a5d233",
|
||
|
"_spec": "gl-constants@^1.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-format-compiler-error",
|
||
|
"author": {
|
||
|
"name": "Matt DesLauriers",
|
||
|
"email": "dave.des@gmail.com",
|
||
|
"url": "https://github.com/mattdesl"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mattdesl/gl-constants/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "all the WebGL 1.0 constants",
|
||
|
"devDependencies": {
|
||
|
"tape": "^4.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/mattdesl/gl-constants",
|
||
|
"keywords": [
|
||
|
"gl",
|
||
|
"webgl",
|
||
|
"glsl",
|
||
|
"stackgl",
|
||
|
"constant",
|
||
|
"constants",
|
||
|
"flag",
|
||
|
"flags",
|
||
|
"param",
|
||
|
"params",
|
||
|
"fields",
|
||
|
"field",
|
||
|
"options"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./1.0/index.js",
|
||
|
"name": "gl-constants",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mattdesl/gl-constants.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|