{ "_from": "@turf/concave@^6.5.0", "_id": "@turf/concave@6.5.0", "_inBundle": false, "_integrity": "sha512-I/sUmUC8TC5h/E2vPwxVht+nRt+TnXIPRoztDFvS8/Y0+cBDple9inLSo9nnPXMXidrBlGXZ9vQx/BjZUJgsRQ==", "_location": "/@turf/concave", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@turf/concave@^6.5.0", "name": "@turf/concave", "escapedName": "@turf%2fconcave", "scope": "@turf", "rawSpec": "^6.5.0", "saveSpec": null, "fetchSpec": "^6.5.0" }, "_requiredBy": [ "/@turf/turf" ], "_resolved": "https://registry.npmjs.org/@turf/concave/-/concave-6.5.0.tgz", "_shasum": "19ab1a3f04087c478cebc5e631293f3eeb2e7ce4", "_spec": "@turf/concave@^6.5.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/turf", "author": { "name": "Turf Authors" }, "bugs": { "url": "https://github.com/Turfjs/turf/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Tom MacWright", "email": "@tmcw" }, { "name": "Lyzi Diamond", "email": "@lyzidiamond" }, { "name": "Denis Carriere", "email": "@DenisCarriere" }, { "name": "Stefano Borghi", "email": "@stebogit" }, { "name": "Rowan Winsemius", "email": "@rowanwins" }, { "name": "Daniel Pulido", "email": "@dpmcmlxxvi" }, { "name": "Stephen Whitmore", "email": "@noffle" }, { "name": "Gregor MacLennan", "email": "@gmaclennan" }, { "name": "Mike Bostock", "email": "@mbostock" } ], "dependencies": { "@turf/clone": "^6.5.0", "@turf/distance": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/invariant": "^6.5.0", "@turf/meta": "^6.5.0", "@turf/tin": "^6.5.0", "topojson-client": "3.x", "topojson-server": "3.x" }, "deprecated": false, "description": "turf concave module", "devDependencies": { "@types/tape": "*", "@types/topojson-client": "^3.0.0", "@types/topojson-server": "^3.0.0", "benchmark": "*", "load-json-file": "*", "npm-run-all": "*", "tape": "*", "ts-node": "*", "tslint": "*", "typescript": "*", "write-json-file": "*" }, "exports": { "./package.json": "./package.json", ".": { "import": "./dist/es/index.js", "require": "./dist/js/index.js" } }, "files": [ "dist" ], "funding": "https://opencollective.com/turf", "gitHead": "5375941072b90d489389db22b43bfe809d5e451e", "homepage": "https://github.com/Turfjs/turf", "keywords": [ "turf", "gis", "concave", "geometry" ], "license": "MIT", "main": "dist/js/index.js", "module": "dist/es/index.js", "name": "@turf/concave", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Turfjs/turf.git" }, "scripts": { "bench": "ts-node bench.js", "build": "npm-run-all build:*", "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json", "build:js": "tsc", "docs": "node ../../scripts/generate-readmes", "test": "npm-run-all test:*", "test:tape": "ts-node -r esm test.js" }, "sideEffects": false, "types": "dist/js/index.d.ts", "version": "6.5.0" }