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-string/package.json

58 lines
1.6 KiB

{
"_from": "glsl-token-string@^1.0.1",
"_id": "glsl-token-string@1.0.1",
"_inBundle": false,
"_integrity": "sha1-WUQdL4V958NEnJRWZgIezjWOSOw=",
"_location": "/glsl-token-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glsl-token-string@^1.0.1",
"name": "glsl-token-string",
"escapedName": "glsl-token-string",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/glsl-inject-defines",
"/glslify-bundle"
],
"_resolved": "https://registry.npmjs.org/glsl-token-string/-/glsl-token-string-1.0.1.tgz",
"_shasum": "59441d2f857de7c3449c945666021ece358e48ec",
"_spec": "glsl-token-string@^1.0.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-string/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Converts an array of GLSL tokens to a plain source string",
"devDependencies": {
"glsl-tokenizer": "^2.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"homepage": "https://github.com/stackgl/glsl-token-string",
"keywords": [
"ecosystem:stackgl"
],
"license": "MIT",
"main": "index.js",
"name": "glsl-token-string",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-token-string.git"
},
"scripts": {
"test": "node test | tap-spec"
},
"version": "1.0.1"
}