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.
63 lines
1.6 KiB
63 lines
1.6 KiB
{
|
|
"_from": "glsl-resolve@0.0.1",
|
|
"_id": "glsl-resolve@0.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-iUvvc5ENeSyBtRQxgANdCnivdtM=",
|
|
"_location": "/glsl-resolve",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "glsl-resolve@0.0.1",
|
|
"name": "glsl-resolve",
|
|
"escapedName": "glsl-resolve",
|
|
"rawSpec": "0.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/glslify",
|
|
"/glslify-deps"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/glsl-resolve/-/glsl-resolve-0.0.1.tgz",
|
|
"_shasum": "894bef73910d792c81b5143180035d0a78af76d3",
|
|
"_spec": "glsl-resolve@0.0.1",
|
|
"_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/hughsk/glsl-resolve/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"resolve": "^0.6.1",
|
|
"xtend": "^2.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A wrapper for the \"resolve\" module that targets GLSL shaders instead of JavaScript",
|
|
"devDependencies": {
|
|
"faucet": "^0.0.1",
|
|
"tape": "^2.10.2"
|
|
},
|
|
"homepage": "http://hughsk.github.io/glsl-resolve",
|
|
"keywords": [
|
|
"glsl",
|
|
"resolve",
|
|
"shader",
|
|
"modules"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "glsl-resolve",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/glsl-resolve.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test | faucet"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|
|
|