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

75 lines
2.3 KiB

{
"_from": "vega-geo@4.3.0",
"_id": "vega-geo@4.3.0",
"_inBundle": false,
"_integrity": "sha512-Rcz4z+TR4qy727pjBWSsbMAn8eM9bDZ5MXKqo5AWuFkoj/8ngv13vafHd1tvEMTA8L5BjAW3/eTqN4tyx9KSQg==",
"_location": "/vega-geo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vega-geo@4.3.0",
"name": "vega-geo",
"escapedName": "vega-geo",
"rawSpec": "4.3.0",
"saveSpec": null,
"fetchSpec": "4.3.0"
},
"_requiredBy": [
"/vega"
],
"_resolved": "https://registry.npmjs.org/vega-geo/-/vega-geo-4.3.0.tgz",
"_shasum": "3dd5d3606f18dc839c8a430338c6a390319bf477",
"_spec": "vega-geo@4.3.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": {
"d3-array": "^2.4.0",
"d3-color": "^1.4.0",
"d3-geo": "^1.11.9",
"vega-canvas": "^1.2.1",
"vega-dataflow": "^5.1.1",
"vega-projection": "^1.4.0",
"vega-statistics": "^1.7.1",
"vega-util": "^1.12.1"
},
"deprecated": false,
"description": "Geographic data transforms for Vega dataflows.",
"devDependencies": {
"vega-transforms": "*"
},
"gitHead": "b690910bacfcb2580511e262400e496d9b14b04f",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"geo",
"projection",
"graticule"
],
"license": "BSD-3-Clause",
"main": "build/vega-geo.js",
"module": "index",
"name": "vega-geo",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-geo.js -c -m -o build/vega-geo.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 d3-array:d3,d3-color:d3,d3-geo:d3,vega-canvas:vega,vega-dataflow:vega,vega-projection:vega,vega-statistics:vega,vega-util:vega -f umd -n vega.transforms -o build/vega-geo.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
},
"version": "4.3.0"
}