UNPKG

vega

Version:

The Vega visualization grammar.

79 lines (78 loc) 2.04 kB
{ "name": "vega", "version": "6.1.2", "description": "The Vega visualization grammar.", "keywords": [ "vega", "visualization", "interaction", "dataflow", "library", "data", "d3" ], "license": "BSD-3-Clause", "type": "module", "author": { "name": "Vega", "url": "https://vega.github.io" }, "funding": { "url": "https://app.hubspot.com/payments/GyPC972GD9Rt" }, "exports": { ".": { "types": "./index.d.ts", "default": "./build/vega.module.js" }, "./vega-schema.json": "./build/vega-schema.json" }, "unpkg": "build/vega.min.js", "jsdelivr": "build/vega.min.js", "repository": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "scripts": { "prebuild": "del-cli build", "build": "rollup -c rollup.config.js", "postbuild": "node schema-copy", "pretest": "yarn build --config-test", "test": "TZ=America/Los_Angeles tape 'test/**/*-test.js'", "prepublishOnly": "yarn test && yarn build", "postpublish": "./schema-deploy.sh" }, "dependencies": { "vega-crossfilter": "~5.0.0", "vega-dataflow": "~6.0.0", "vega-encode": "~5.0.0", "vega-event-selector": "~4.0.0", "vega-expression": "~6.0.0", "vega-force": "~5.0.0", "vega-format": "~2.0.0", "vega-functions": "~6.0.0", "vega-geo": "~5.0.0", "vega-hierarchy": "~5.0.0", "vega-label": "~2.0.0", "vega-loader": "~5.0.0", "vega-parser": "~7.0.0", "vega-projection": "~2.0.0", "vega-regression": "~2.0.0", "vega-runtime": "~7.0.0", "vega-scale": "~8.0.0", "vega-scenegraph": "~5.0.0", "vega-statistics": "~2.0.0", "vega-time": "~3.0.0", "vega-transforms": "~5.0.0", "vega-typings": "~2.0.0", "vega-util": "~2.0.0", "vega-view": "~6.0.0", "vega-view-transforms": "~5.0.0", "vega-voronoi": "~5.0.0", "vega-wordcloud": "~5.0.0" }, "devDependencies": { "vega-schema": "*" }, "gitHead": "18a55af6207fb183510659bdec3922eddc9a6022" }