@d3fc/d3fc-data-join
Version:
A component that simplifies the D3 data join and supports the d3fc decorate pattern
30 lines (29 loc) • 743 B
JSON
{
"name": "@d3fc/d3fc-data-join",
"version": "6.0.3",
"description": "A component that simplifies the D3 data join and supports the d3fc decorate pattern",
"license": "MIT",
"keywords": [
"d3",
"d3fc",
"datajoin"
],
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-data-join.js",
"module": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3fc/d3fc"
},
"scripts": {
"bundle": "npx rollup -c ../../scripts/rollup.config.js",
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-data-join"
},
"peerDependencies": {
"d3-selection": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a7f1db4d1fd44f696c7ead067284851953c18e6c"
}