{ "_from": "concaveman@*", "_id": "concaveman@1.2.1", "_inBundle": false, "_integrity": "sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==", "_location": "/concaveman", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "concaveman@*", "name": "concaveman", "escapedName": "concaveman", "rawSpec": "*", "saveSpec": null, "fetchSpec": "*" }, "_requiredBy": [ "/@turf/convex" ], "_resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz", "_shasum": "47d20b4521125c15fabf453653c2696d9ee41e0b", "_spec": "concaveman@*", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/@turf/convex", "author": { "name": "Vladimir Agafonkin" }, "bugs": { "url": "https://github.com/mapbox/concaveman/issues" }, "bundleDependencies": false, "dependencies": { "point-in-polygon": "^1.1.0", "rbush": "^3.0.1", "robust-predicates": "^2.0.4", "tinyqueue": "^2.0.3" }, "deprecated": false, "description": "Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)", "devDependencies": { "eslint": "^7.32.0", "eslint-config-mourner": "^2.0.1", "tape": "^5.3.1" }, "eslintConfig": { "extends": "mourner" }, "homepage": "https://github.com/mapbox/concaveman#readme", "keywords": [ "concave", "hull", "algorithm", "geometry", "shape", "outline" ], "license": "ISC", "main": "index.js", "name": "concaveman", "repository": { "type": "git", "url": "git://github.com/mapbox/concaveman.git" }, "scripts": { "pretest": "eslint index.js test/*.js", "test": "tape test/test.js" }, "version": "1.2.1" }