vega
Version:
The Vega visualization grammar.
66 lines (65 loc) • 1.93 kB
JSON
{
"name": "vega",
"version": "5.32.0",
"description": "The Vega visualization grammar.",
"keywords": [
"vega",
"visualization",
"interaction",
"dataflow",
"library",
"data",
"d3"
],
"license": "BSD-3-Clause",
"author": "UW Interactive Data Lab (http://idl.cs.washington.edu)",
"main": "build/vega-node.js",
"module": "build/vega.module.js",
"unpkg": "build/vega.min.js",
"jsdelivr": "build/vega.min.js",
"types": "index.d.ts",
"repository": "vega/vega",
"scripts": {
"bundle": "rollup -c rollup.config.mjs --config-bundle",
"prebuild": "rimraf build && rimraf build-es5",
"build": "rollup -c rollup.config.mjs --config-core --config-bundle --config-ie",
"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": "~4.1.3",
"vega-dataflow": "~5.7.7",
"vega-encode": "~4.10.2",
"vega-event-selector": "~3.0.1",
"vega-expression": "~5.2.0",
"vega-force": "~4.2.2",
"vega-format": "~1.1.3",
"vega-functions": "~5.17.0",
"vega-geo": "~4.4.3",
"vega-hierarchy": "~4.1.3",
"vega-label": "~1.3.1",
"vega-loader": "~4.5.3",
"vega-parser": "~6.5.0",
"vega-projection": "~1.6.2",
"vega-regression": "~1.3.1",
"vega-runtime": "~6.2.1",
"vega-scale": "~7.4.2",
"vega-scenegraph": "~4.13.1",
"vega-statistics": "~1.9.0",
"vega-time": "~2.1.3",
"vega-transforms": "~4.12.1",
"vega-typings": "~1.5.0",
"vega-util": "~1.17.2",
"vega-view": "~5.15.0",
"vega-view-transforms": "~4.6.1",
"vega-voronoi": "~4.2.4",
"vega-wordcloud": "~4.1.6"
},
"devDependencies": {
"vega-schema": "*"
},
"gitHead": "2fe2e63de54821d858bdcbe2aa38e72a9f2e6234"
}