File: //opt/textanalyse/web_console/node_modules/vega/package.json
{
"name": "vega",
"version": "5.30.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.2",
"vega-dataflow": "~5.7.6",
"vega-encode": "~4.10.1",
"vega-event-selector": "~3.0.1",
"vega-expression": "~5.1.1",
"vega-force": "~4.2.1",
"vega-format": "~1.1.2",
"vega-functions": "~5.15.0",
"vega-geo": "~4.4.2",
"vega-hierarchy": "~4.1.2",
"vega-label": "~1.3.0",
"vega-loader": "~4.5.2",
"vega-parser": "~6.4.0",
"vega-projection": "~1.6.1",
"vega-regression": "~1.3.0",
"vega-runtime": "~6.2.0",
"vega-scale": "~7.4.1",
"vega-scenegraph": "~4.13.0",
"vega-statistics": "~1.9.0",
"vega-time": "~2.1.2",
"vega-transforms": "~4.12.0",
"vega-typings": "~1.3.1",
"vega-util": "~1.17.2",
"vega-view": "~5.13.0",
"vega-view-transforms": "~4.6.0",
"vega-voronoi": "~4.2.3",
"vega-wordcloud": "~4.1.5"
},
"devDependencies": {
"vega-schema": "*"
},
"gitHead": "d2ef8b4f7d59c02ea80129f59551550a22e0ed97"
}