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

84 lines
2.3 KiB

4 years ago
{
"_from": "vega-util@1.12.2",
"_id": "vega-util@1.12.2",
"_inBundle": false,
"_integrity": "sha512-p02+oQ/XU/gzY9S/CTZinym2NKWEMIneLc+FYdUeJZZnDGa3DvcNgUDlVR90JlwLcYZNs5dBdfYLfdRHsKZKiw==",
"_location": "/vega-util",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vega-util@1.12.2",
"name": "vega-util",
"escapedName": "vega-util",
"rawSpec": "1.12.2",
"saveSpec": null,
"fetchSpec": "1.12.2"
},
"_requiredBy": [
"/vega",
"/vega-crossfilter",
"/vega-dataflow",
"/vega-encode",
"/vega-expression",
"/vega-force",
"/vega-functions",
"/vega-geo",
"/vega-hierarchy",
"/vega-loader",
"/vega-parser",
"/vega-regression",
"/vega-runtime",
"/vega-scale",
"/vega-scenegraph",
"/vega-selections",
"/vega-time",
"/vega-transforms",
"/vega-typings",
"/vega-view",
"/vega-view-transforms",
"/vega-voronoi",
"/vega-wordcloud"
],
"_resolved": "https://registry.npmjs.org/vega-util/-/vega-util-1.12.2.tgz",
"_shasum": "4997a50e56fa4be05046966568aed72246a40e27",
"_spec": "vega-util@1.12.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,
"deprecated": false,
"description": "JavaScript utilities for Vega.",
"gitHead": "178cab5429841aaf02d164753a0621e89d1dce9a",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"utilities"
],
"license": "BSD-3-Clause",
"main": "build/vega-util.js",
"module": "index",
"name": "vega-util",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-util.js -c -m -o build/vega-util.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 -n vega -o build/vega-util.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test && tsc"
},
"types": "index.d.ts",
"version": "1.12.2"
}