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.
74 lines
2.2 KiB
74 lines
2.2 KiB
4 years ago
|
{
|
||
|
"_from": "glsl-token-assignments@^2.0.0",
|
||
|
"_id": "glsl-token-assignments@2.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-pdgqt4SZwuimuDy2lJXm5mXOAZ8=",
|
||
|
"_location": "/glsl-token-assignments",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "glsl-token-assignments@^2.0.0",
|
||
|
"name": "glsl-token-assignments",
|
||
|
"escapedName": "glsl-token-assignments",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/glsl-token-descope"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/glsl-token-assignments/-/glsl-token-assignments-2.0.2.tgz",
|
||
|
"_shasum": "a5d82ab78499c2e8a6b83cb69495e6e665ce019f",
|
||
|
"_spec": "glsl-token-assignments@^2.0.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glsl-token-descope",
|
||
|
"author": {
|
||
|
"name": "Hugh Kennedy",
|
||
|
"email": "hughskennedy@gmail.com",
|
||
|
"url": "http://hughsk.io/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stackgl/glsl-token-assignments/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.",
|
||
|
"devDependencies": {
|
||
|
"6to5": "^2.4.8",
|
||
|
"6to5ify": "^3.1.0",
|
||
|
"browserify": "^8.0.3",
|
||
|
"chalk": "^0.5.1",
|
||
|
"glsl-tokenizer": "^2.0.0",
|
||
|
"smokestack": "^3.0.0",
|
||
|
"tap-closer": "^1.0.0",
|
||
|
"tap-spec": "^2.1.2",
|
||
|
"tape": "^3.0.3"
|
||
|
},
|
||
|
"homepage": "https://github.com/stackgl/glsl-token-assignments",
|
||
|
"keywords": [
|
||
|
"ecosystem:stackgl",
|
||
|
"pseudoparser",
|
||
|
"syntax",
|
||
|
"glsl",
|
||
|
"tokens",
|
||
|
"assignments",
|
||
|
"declarations"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "glsl-token-assignments",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/stackgl/glsl-token-assignments.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "npm run test:node && npm run test:browser",
|
||
|
"test:browser": "browserify -t 6to5ify test | tap-closer | smokestack | tap-spec",
|
||
|
"test:browser:view": "browserify -t 6to5ify test | smokestack | tap-spec",
|
||
|
"test:eyeball": "PRETTY=1 node test > /dev/null",
|
||
|
"test:node": "node test | tap-spec"
|
||
|
},
|
||
|
"version": "2.0.2"
|
||
|
}
|