UNPKG

vega-view

Version:

View component and transforms for Vega visualizations.

46 lines (45 loc) 1.15 kB
{ "name": "vega-view", "version": "6.1.2", "description": "View component and transforms for Vega visualizations.", "keywords": [ "vega", "view", "layout" ], "license": "BSD-3-Clause", "type": "module", "author": { "name": "Vega", "url": "https://vega.github.io" }, "exports": { "default": "./build/vega-view.js" }, "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "homepage": "https://github.com/vega/vega/tree/main/packages/vega-view#readme", "bugs": { "url": "https://github.com/vega/vega/issues" }, "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-timer": "^3.0.1", "vega-dataflow": "^6.1.2", "vega-format": "^2.1.2", "vega-functions": "^6.1.3", "vega-runtime": "^7.1.2", "vega-scenegraph": "^5.2.1", "vega-util": "^2.1.0" }, "gitHead": "c42b7bad10730383c780f7769768b8b64bc0052a" }