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

81 lines
2.3 KiB

{
"_from": "vega-dataflow@5.5.0",
"_id": "vega-dataflow@5.5.0",
"_inBundle": false,
"_integrity": "sha512-9eRe2qLpwvEegBoSaH3vdziSLMZSszY02wxVmvcFzHe57Rf/eYEr0YRuW4qc+gMmwURPYu9wtmeUTiK4XhDKXw==",
"_location": "/vega-dataflow",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vega-dataflow@5.5.0",
"name": "vega-dataflow",
"escapedName": "vega-dataflow",
"rawSpec": "5.5.0",
"saveSpec": null,
"fetchSpec": "5.5.0"
},
"_requiredBy": [
"/vega",
"/vega-crossfilter",
"/vega-encode",
"/vega-force",
"/vega-functions",
"/vega-geo",
"/vega-hierarchy",
"/vega-parser",
"/vega-regression",
"/vega-runtime",
"/vega-transforms",
"/vega-view",
"/vega-view-transforms",
"/vega-voronoi",
"/vega-wordcloud"
],
"_resolved": "https://registry.npmjs.org/vega-dataflow/-/vega-dataflow-5.5.0.tgz",
"_shasum": "9a1ecd2eb0ff02aef53cdb87a7828eae528f8d82",
"_spec": "vega-dataflow@5.5.0",
"_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-loader": "^4.0.0",
"vega-util": "^1.11.0"
},
"deprecated": false,
"description": "Reactive dataflow processing.",
"gitHead": "b690910bacfcb2580511e262400e496d9b14b04f",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"dataflow",
"reactive",
"streaming",
"data"
],
"license": "BSD-3-Clause",
"main": "build/vega-dataflow.js",
"module": "index",
"name": "vega-dataflow",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-dataflow.js -c -m -o build/vega-dataflow.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 -g vega-loader:vega,vega-util:vega -f umd -n vega -o build/vega-dataflow.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
},
"version": "5.5.0"
}