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.
 
 
 
 
StackGenVis/frontend/node_modules/glsl-token-scope/package.json

64 lines
1.7 KiB

{
"_from": "glsl-token-scope@^1.1.1",
"_id": "glsl-token-scope@1.1.2",
"_inBundle": false,
"_integrity": "sha1-oXKOeN8kRE+cuT/RjvD3VQOmQ7E=",
"_location": "/glsl-token-scope",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glsl-token-scope@^1.1.1",
"name": "glsl-token-scope",
"escapedName": "glsl-token-scope",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/glsl-token-descope",
"/glslify-bundle"
],
"_resolved": "https://registry.npmjs.org/glsl-token-scope/-/glsl-token-scope-1.1.2.tgz",
"_shasum": "a1728e78df24444f9cb93fd18ef0f75503a643b1",
"_spec": "glsl-token-scope@^1.1.1",
"_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-scope/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Infer the scope of each token in an array of GLSL tokens",
"devDependencies": {
"chalk": "^0.5.1",
"glsl-token-depth": "^1.1.0",
"glsl-tokenizer": "^2.0.0",
"tap-spec": "^2.1.1",
"tape": "^3.0.3"
},
"homepage": "https://github.com/stackgl/glsl-token-scope",
"keywords": [
"ecosystem:stackgl",
"glsl",
"tokens",
"syntax"
],
"license": "MIT",
"main": "index.js",
"name": "glsl-token-scope",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-scope.git"
},
"scripts": {
"start": "node test/eyeball",
"test": "node test | tap-spec"
},
"version": "1.1.2"
}