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

65 lines
2.1 KiB

{
"_from": "vega-selections@^5.1.0",
"_id": "vega-selections@5.1.0",
"_inBundle": false,
"_integrity": "sha512-Gm+16RaCMkWbimqKh9kuIGMK91vutJsTbIDKBXxmq0c3pTvf+Djy6KfBoFsipEJ9wkwhXHSqpLqS1tExV93E9g==",
"_location": "/vega-selections",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vega-selections@^5.1.0",
"name": "vega-selections",
"escapedName": "vega-selections",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/vega-functions"
],
"_resolved": "https://registry.npmjs.org/vega-selections/-/vega-selections-5.1.0.tgz",
"_shasum": "5cbfe4d50e404129e5613bfa6470a1cb60cf6015",
"_spec": "vega-selections@^5.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega-functions",
"author": {
"name": "Arvind Satyanarayan",
"url": "http://arvindsatya.com"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"vega-expression": "^2.6.1",
"vega-util": "^1.11.0"
},
"deprecated": false,
"description": "Vega expression functions for Vega-Lite selections.",
"gitHead": "8180e8ca9379dec7f1722ce0ebd2aa01083be7b2",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"expression",
"selections"
],
"license": "BSD-3-Clause",
"main": "build/vega-selections.js",
"module": "index",
"name": "vega-selections",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-selections.js -c -m -o build/vega-selections.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-expression:vega,vega-util:vega -f umd -n vega -o build/vega-selections.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "5.1.0"
}