UNPKG

@spatial/isolines

Version:
68 lines (67 loc) 1.53 kB
{ "name": "@spatial/isolines", "version": "2.0.0", "description": "turf isolines module", "main": "main.js", "module": "main.es.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "main.js", "lib", "main.es.js" ], "publishConfig": { "access": "public" }, "scripts": { "pretest": "rollup -c ../../rollup.config.js", "test": "node -r esm test.js", "posttest": "node -r esm ../../scripts/validate-es5-dependencies.js", "bench": "node -r esm bench.js", "docs": "node ../../scripts/generate-readmes" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "keywords": [ "turf", "geojson", "isolines", "contours", "elevation", "topography" ], "author": "Turf Authors", "contributors": [ "Stefano Borghi <@stebogit>" ], "license": "MIT", "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "homepage": "https://github.com/Turfjs/turf", "devDependencies": { "@spatial/envelope": "^2.0.0", "@spatial/point-grid": "^2.0.0", "@spatial/random": "^2.0.0", "@spatial/rhumb-destination": "^2.0.0", "@spatial/truncate": "^2.0.0", "benchmark": "*", "esm": "*", "rollup": "*", "tape": "*" }, "dependencies": { "@spatial/bbox": "^2.0.0", "@spatial/helpers": "^2.0.0", "@spatial/invariant": "^2.0.0", "@spatial/meta": "^2.0.0" }, "esm": { "cjs": true }, "gitHead": "169a7a5b931e70b4ad1941738f6cc4b51bd310fa" }