UNPKG

vega-functions

Version:

Custom functions for the Vega expression language.

45 lines (44 loc) 1.09 kB
{ "name": "vega-functions", "version": "6.0.0", "description": "Custom functions for the Vega expression language.", "keywords": [ "vega", "expression", "functions" ], "author": { "name": "Vega", "url": "https://vega.github.io" }, "license": "BSD-3-Clause", "type": "module", "exports": { "default": "./build/vega-functions.js" }, "repository": "vega/vega", "scripts": { "prebuild": "del-cli build", "build": "rollup -c rollup.config.js", "pretest": "yarn build --config-test", "test": "tape 'test/**/*-test.js'", "prepublishOnly": "yarn test && yarn build" }, "dependencies": { "d3-array": "^3.2.4", "d3-color": "^3.1.0", "d3-geo": "^3.1.1", "vega-dataflow": "^6.0.0", "vega-expression": "^6.0.0", "vega-scale": "^8.0.0", "vega-scenegraph": "^5.0.0", "vega-selections": "^6.0.0", "vega-statistics": "^2.0.0", "vega-time": "^3.0.0", "vega-util": "^2.0.0" }, "devDependencies": { "vega-format": "^2.0.0" }, "gitHead": "45ce7657f6212c448be409887018b693a8103fd4" }