@d3fc/d3fc-sample
Version:
A data subsampler that chooses representative data points using a largest triangle or mode-median approach.
34 lines (33 loc) • 910 B
JSON
{
"name": "@d3fc/d3fc-sample",
"version": "5.0.2",
"description": "A data subsampler that chooses representative data points using a largest triangle or mode-median approach.",
"license": "MIT",
"keywords": [
"d3",
"d3fc",
"sample",
"sampler"
],
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-sample.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-sample"
},
"dependencies": {
"@d3fc/d3fc-rebind": "^6.0.1"
},
"peerDependencies": {
"d3-array": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7d3c433ca26071dcf8c0ef2d6c533c2d9088e50d"
}