{
  "_args": [
    [
      "concaveman@1.2.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "concaveman@1.2.1",
  "_id": "concaveman@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==",
  "_location": "/concaveman",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "concaveman@1.2.1",
    "name": "concaveman",
    "escapedName": "concaveman",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/@turf/convex"
  ],
  "_resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz",
  "_spec": "1.2.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mapbox/concaveman/issues"
  },
  "dependencies": {
    "point-in-polygon": "^1.1.0",
    "rbush": "^3.0.1",
    "robust-predicates": "^2.0.4",
    "tinyqueue": "^2.0.3"
  },
  "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"
}
