{
  "_from": "convex-hull@^1.0.3",
  "_id": "convex-hull@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-IKOqbOh/St6i/30XlxyfwcZ+H/8=",
  "_location": "/convex-hull",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "convex-hull@^1.0.3",
    "name": "convex-hull",
    "escapedName": "convex-hull",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/@turf/convex"
  ],
  "_resolved": "https://registry.npmjs.org/convex-hull/-/convex-hull-1.0.3.tgz",
  "_shasum": "20a3aa6ce87f4adea2ff7d17971c9fc1c67e1fff",
  "_spec": "convex-hull@^1.0.3",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\@turf\\convex",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/convex-hull/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "affine-hull": "^1.0.0",
    "incremental-convex-hull": "^1.0.1",
    "monotone-convex-hull-2d": "^1.0.1"
  },
  "deprecated": false,
  "description": "Any dimensional convex hull",
  "devDependencies": {
    "tape": "^3.0.3"
  },
  "homepage": "https://github.com/mikolalysenko/convex-hull",
  "keywords": [
    "convex",
    "hull",
    "any",
    "dimension"
  ],
  "license": "MIT",
  "main": "ch.js",
  "name": "convex-hull",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikolalysenko/convex-hull.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.3"
}
