UNPKG

trifeather

Version:

Pre-triangulated feather files

58 lines (57 loc) 1.34 kB
{ "private": false, "name": "trifeather", "version": "1.3.0", "description": "Pre-triangulated feather files", "unpkg": "dist/trifeather.umd.js", "files": [ "dist" ], "bin": "project.js", "main": "./dist/trifeather.umd.js", "module": "./dist/trifeather.es.js", "exports": { ".": { "import": "./dist/trifeather.es.js", "require": "./dist/trifeather.umd.js" } }, "type": "module", "scripts": { "build": "vite build", "dev": "vite", "prettier": "prettier --write .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Cartography", "WebGL" ], "author": "bmschmidt@gmail.com", "license": "MIT", "dependencies": { "commander": "^6.2.1", "d3-array": "^3.0.2", "d3-color": "^3.0.1", "d3-geo-projection": "^4.0.0", "d3-scale": "^4.0.0", "earcut": "^2.2.3", "geo-albers-usa-territories": "^0.1.0", "polygon-clipping": "^0.15.3" }, "devDependencies": { "@types/geojson": "^7946.0.10", "apache-arrow": "^10.0.1", "d3-geo": "^3.0.1", "d3-random": "^3.0.1", "d3-zoom": "^3.0.0", "eslint": "^4.13.1", "eslint-loader": "^1.9.0", "JSONStream": "^1.3.5", "lodash": "^4.17.14", "prettier": "2.8.1", "regl": "^2.1.0", "vite": "^2.5.2", "yargs": "^13.2.4" } }