UNPKG

vega-geo

Version:

Geographic data transforms for Vega dataflows.

46 lines (45 loc) 1.06 kB
{ "name": "vega-geo", "version": "5.1.0", "description": "Geographic data transforms for Vega dataflows.", "keywords": [ "vega", "geo", "projection", "graticule" ], "license": "BSD-3-Clause", "type": "module", "author": { "name": "Vega", "url": "https://vega.github.io" }, "exports": { "default": "./build/vega-geo.js" }, "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "prebuild": "del-cli build", "build": "rollup -c rollup.config.js", "pretest": "npm run build -- --config-test", "test": "tape 'test/**/*-test.js'", "prepublishOnly": "npm test && npm run build" }, "dependencies": { "d3-array": "^3.2.4", "d3-color": "^3.1.0", "d3-geo": "^3.1.1", "vega-canvas": "^2.0.0", "vega-dataflow": "^6.1.0", "vega-projection": "^2.1.0", "vega-statistics": "^2.0.0", "vega-util": "^2.1.0" }, "devDependencies": { "vega-transforms": "*" }, "gitHead": "4dea72921d25bf6ff6636a9f9cb6c63ff696932c" }