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.
66 lines
2.0 KiB
66 lines
2.0 KiB
{
|
|
"_from": "glsl-token-descope@^1.0.2",
|
|
"_id": "glsl-token-descope@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-D8kKsyYYa4L1l7LnfcniHvzTIHY=",
|
|
"_location": "/glsl-token-descope",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "glsl-token-descope@^1.0.2",
|
|
"name": "glsl-token-descope",
|
|
"escapedName": "glsl-token-descope",
|
|
"rawSpec": "^1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/glslify-bundle"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glsl-token-descope/-/glsl-token-descope-1.0.2.tgz",
|
|
"_shasum": "0fc90ab326186b82f597b2e77dc9e21efcd32076",
|
|
"_spec": "glsl-token-descope@^1.0.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glslify-bundle",
|
|
"author": {
|
|
"name": "Hugh Kennedy",
|
|
"email": "hughskennedy@gmail.com",
|
|
"url": "http://hughsk.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stackgl/glsl-token-descope/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glsl-token-assignments": "^2.0.0",
|
|
"glsl-token-depth": "^1.1.0",
|
|
"glsl-token-properties": "^1.0.0",
|
|
"glsl-token-scope": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "\"Descope\" an array of GLSL tokens such that they can be safely inlined alongside within another shader without causing any global variable conflicts.",
|
|
"devDependencies": {
|
|
"6to5": "^2.5.0",
|
|
"chalk": "^0.5.1",
|
|
"glsl-token-string": "^1.0.0",
|
|
"glsl-tokenizer": "^2.0.0",
|
|
"tap-spec": "^2.1.2",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"homepage": "https://github.com/stackgl/glsl-token-descope",
|
|
"keywords": [
|
|
"ecosystem:stackgl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "glsl-token-descope",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stackgl/glsl-token-descope.git"
|
|
},
|
|
"scripts": {
|
|
"eyeball": "node test/eyeball.js",
|
|
"test": "node test/index.js | tap-spec"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|