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

71 lines
2.1 KiB

{
"_from": "vega-runtime@^5.0.2",
"_id": "vega-runtime@5.0.2",
"_inBundle": false,
"_integrity": "sha512-Cuv+RY6kprH+vtNERg6xP4dgcdYGD2ZnxPxJNEtGi7dmtQQTBa1s7jQ0VDXTolsO6lKJ3B7np2GzKJYwevgj1A==",
"_location": "/vega-runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-runtime@^5.0.2",
"name": "vega-runtime",
"escapedName": "vega-runtime",
"rawSpec": "^5.0.2",
"saveSpec": null,
"fetchSpec": "^5.0.2"
},
"_requiredBy": [
"/vega",
"/vega-view"
],
"_resolved": "https://registry.npmjs.org/vega-runtime/-/vega-runtime-5.0.2.tgz",
"_shasum": "4d7f327e05b2d4addc8b7472d49eb54f1118ff6c",
"_spec": "vega-runtime@^5.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega",
"author": {
"name": "Jeffrey Heer",
"url": "http://idl.cs.washington.edu"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"vega-dataflow": "^5.1.1",
"vega-util": "^1.11.0"
},
"deprecated": false,
"description": "Runtime support for Vega dataflows.",
"devDependencies": {
"vega-encode": "*",
"vega-transforms": "*"
},
"gitHead": "b45fc90406ce2de167073b73d4ae5cf79c5e1705",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"runtime",
"dataflow",
"reactive"
],
"license": "BSD-3-Clause",
"main": "build/vega-runtime.js",
"module": "index",
"name": "vega-runtime",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-runtime.js -c -m -o build/vega-runtime.min.js",
"postpublish": "git push && git push --tags",
"prebuild": "rimraf build && mkdir build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "rollup -f umd -g vega-dataflow:vega,vega-util:vega -n vega -o build/vega-runtime.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
},
"version": "5.0.2"
}