vega-hierarchy
Version:
Hierarchical layout transforms for Vega dataflows.
41 lines (40 loc) • 908 B
JSON
{
"name": "vega-hierarchy",
"version": "5.0.0",
"description": "Hierarchical layout transforms for Vega dataflows.",
"keywords": [
"vega",
"hierarchy",
"layout",
"tree",
"treemap",
"cluster",
"pack"
],
"license": "BSD-3-Clause",
"type": "module",
"author": {
"name": "Vega",
"url": "https://vega.github.io"
},
"exports": {
"default": "./build/vega-hierarchy.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-hierarchy": "^3.1.2",
"vega-dataflow": "^6.0.0",
"vega-util": "^2.0.0"
},
"devDependencies": {
"vega-transforms": "*"
},
"gitHead": "45ce7657f6212c448be409887018b693a8103fd4"
}