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.
69 lines
1.9 KiB
69 lines
1.9 KiB
{
|
|
"_from": "glslify-deps@^1.2.5",
|
|
"_id": "glslify-deps@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ogm179MCazwIRyEqs3g3EOY4Y3XIAa0yl8J5RE9rJC6QH1w8weVOp2RZu0mvnYy/2xIas1w166YR2eZdDkWQxg==",
|
|
"_location": "/glslify-deps",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "glslify-deps@^1.2.5",
|
|
"name": "glslify-deps",
|
|
"escapedName": "glslify-deps",
|
|
"rawSpec": "^1.2.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/glslify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glslify-deps/-/glslify-deps-1.3.1.tgz",
|
|
"_shasum": "dfa6962322454a91ecc4de25b5e710415b0c89ad",
|
|
"_spec": "glslify-deps@^1.2.5",
|
|
"_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-deps/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@choojs/findup": "^0.2.0",
|
|
"events": "^1.0.2",
|
|
"glsl-resolve": "0.0.1",
|
|
"glsl-tokenizer": "^2.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"inherits": "^2.0.1",
|
|
"map-limit": "0.0.1",
|
|
"resolve": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Walk the dependency graph of a glslify shader.",
|
|
"devDependencies": {
|
|
"glsl-random": "0.0.4",
|
|
"glslify-hex": "^2.0.0",
|
|
"istanbul": "^0.3.5",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^3.0.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/stackgl/glslify-deps#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "glslify-deps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/stackgl/glslify-deps.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover test/index.js && http-server coverage/lcov-report/glslify-deps",
|
|
"test": "node test | tap-spec"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|
|
|