UNPKG

binguru

Version:

BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.

44 lines (43 loc) 1.21 kB
{ "name": "binguru", "version": "1.0.1", "description": "BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.", "main": "dist/index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && tsc && rollup -c rollup.config.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/exploropleth/binguru.git" }, "dependencies": { "nerdamer": "^1.1.13", "simple-statistics": "^7.8.3" }, "keywords": [ "data", "binning;", "data", "classification", "choropleth", "maps", "GIS", "cartography", "visualization" ], "author": "Arpit Narechania, Alex Endert, Clio Andris", "license": "MIT", "bugs": { "url": "https://github.com/exploropleth/binguru/issues" }, "homepage": "https://github.com/exploropleth/binguru#readme", "devDependencies": { "rimraf": "^5.0.1", "rollup": "^3.25.3", "typescript": "^5.1.5" }, "engines": { "node": ">=18.13.0" } }