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

83 lines
2.3 KiB

{
"_from": "glslify-bundle@^5.0.0",
"_id": "glslify-bundle@5.1.1",
"_inBundle": false,
"_integrity": "sha512-plaAOQPv62M1r3OsWf2UbjN0hUYAB7Aph5bfH58VxJZJhloRNbxOL9tl/7H71K7OLJoSJ2ZqWOKk3ttQ6wy24A==",
"_location": "/glslify-bundle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glslify-bundle@^5.0.0",
"name": "glslify-bundle",
"escapedName": "glslify-bundle",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/glslify"
],
"_resolved": "https://registry.npmjs.org/glslify-bundle/-/glslify-bundle-5.1.1.tgz",
"_shasum": "30d2ddf2e6b935bf44d1299321e3b729782c409a",
"_spec": "glslify-bundle@^5.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glslify",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"bugs": {
"url": "https://github.com/stackgl/glslify-bundle/issues"
},
"bundleDependencies": false,
"dependencies": {
"glsl-inject-defines": "^1.0.1",
"glsl-token-defines": "^1.0.0",
"glsl-token-depth": "^1.1.1",
"glsl-token-descope": "^1.0.2",
"glsl-token-scope": "^1.1.1",
"glsl-token-string": "^1.0.1",
"glsl-token-whitespace-trim": "^1.0.0",
"glsl-tokenizer": "^2.0.2",
"murmurhash-js": "^1.0.0",
"shallow-copy": "0.0.1"
},
"deprecated": false,
"description": "Bundle a glslify-deps dependency tree into a GLSL source string",
"devDependencies": {
"gl": "^4.1.1",
"gl-shader": "^4.0.6",
"glslify-deps": "^1.2.1",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"which": "^1.3.1"
},
"homepage": "https://github.com/stackgl/glslify-bundle",
"keywords": [
"ecosystem:stackgl",
"glslify",
"glsl",
"shader",
"bundle",
"module",
"system",
"tool",
"webgl"
],
"license": "MIT",
"main": "index.js",
"name": "glslify-bundle",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glslify-bundle.git"
},
"scripts": {
"pretest": "standard; true",
"test": "node test/_check-headless",
"test:basic": "node test | tap-spec",
"test:linux": "xvfb-run -s '-ac -screen 0 1280x1024x24' npm run test:basic"
},
"version": "5.1.1"
}