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

99 lines
2.9 KiB

4 years ago
{
"_from": "vega@^5.9.1",
"_id": "vega@5.9.1",
"_inBundle": false,
"_integrity": "sha512-Wd5WAfaXPGuHk5cSFqiFNkkw5DXRSZcl+q4x351VUbmV5/IRipyGZx05EbBP5D9B40Xb/Tt2I+JQBBdxuYYIxQ==",
"_location": "/vega",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega@^5.9.1",
"name": "vega",
"escapedName": "vega",
"rawSpec": "^5.9.1",
"saveSpec": null,
"fetchSpec": "^5.9.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vega/-/vega-5.9.1.tgz",
"_shasum": "8c4cd23630ba6b4422342a4825234a7d1e0a9957",
"_spec": "vega@^5.9.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"vega-crossfilter": "4.0.1",
"vega-dataflow": "5.5.0",
"vega-encode": "4.5.2",
"vega-event-selector": "2.0.2",
"vega-expression": "2.6.3",
"vega-force": "4.0.3",
"vega-functions": "5.5.1",
"vega-geo": "4.3.0",
"vega-hierarchy": "4.0.3",
"vega-loader": "4.1.3",
"vega-parser": "5.12.0",
"vega-projection": "1.4.0",
"vega-regression": "1.0.4",
"vega-runtime": "5.0.2",
"vega-scale": "6.0.0",
"vega-scenegraph": "4.5.0",
"vega-statistics": "1.7.2",
"vega-time": "1.0.0",
"vega-transforms": "4.6.0",
"vega-typings": "0.12.0",
"vega-util": "1.12.2",
"vega-view": "5.4.0",
"vega-view-transforms": "4.5.0",
"vega-voronoi": "4.1.1",
"vega-wordcloud": "4.0.4"
},
"deprecated": false,
"description": "The Vega visualization grammar.",
"devDependencies": {
"vega-schema": "*"
},
"gitHead": "178cab5429841aaf02d164753a0621e89d1dce9a",
"homepage": "https://github.com/vega/vega#readme",
"jsdelivr": "build/vega.min.js",
"keywords": [
"vega",
"visualization",
"interaction",
"dataflow",
"library",
"data",
"d3"
],
"license": "BSD-3-Clause",
"main": "build/vega-node.js",
"module": "index",
"name": "vega",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup && node rollup -e && node rollup -m && babel build --out-dir build-es5 --config-file ../../babel.config.js",
"postbuild": "terser build/vega.js -c -m -o build/vega.min.js && terser build/vega-core.js -c -m -o build/vega-core.min.js",
"postpublish": "git push && git push --tags && ./schema-deploy.sh",
"prebuild": "rimraf build && mkdirp build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "node rollup-node && node rollup && node schema-copy",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js test"
},
"types": "index.d.ts",
"unpkg": "build/vega.min.js",
"version": "5.9.1"
}