UNPKG

vega-functions

Version:

Custom functions for the Vega expression language.

47 lines (46 loc) 1.11 kB
{ "name": "vega-functions", "version": "6.1.1", "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": { "type": "git", "url": "git+https://github.com/vega/vega.git" }, "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-color": "^3.1.0", "d3-geo": "^3.1.1", "vega-dataflow": "^6.1.0", "vega-expression": "^6.1.0", "vega-scale": "^8.1.0", "vega-scenegraph": "^5.1.0", "vega-selections": "^6.1.0", "vega-statistics": "^2.0.0", "vega-time": "^3.1.0", "vega-util": "^2.1.0" }, "devDependencies": { "vega-format": "^2.1.0" } }