{
  "_from": "monotone-convex-hull-2d@^1.0.1",
  "_id": "monotone-convex-hull-2d@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-R/Xa6t88Sv03dkuqGqh4ekDu4Iw=",
  "_location": "/monotone-convex-hull-2d",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "monotone-convex-hull-2d@^1.0.1",
    "name": "monotone-convex-hull-2d",
    "escapedName": "monotone-convex-hull-2d",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/convex-hull"
  ],
  "_resolved": "https://registry.npmjs.org/monotone-convex-hull-2d/-/monotone-convex-hull-2d-1.0.1.tgz",
  "_shasum": "47f5daeadf3c4afd37764baa1aa8787a40eee08c",
  "_spec": "monotone-convex-hull-2d@^1.0.1",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\convex-hull",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/monotone-convex-hull-2d/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "robust-orientation": "^1.1.3"
  },
  "deprecated": false,
  "description": "Robust 2D convex hull algorithm",
  "devDependencies": {
    "tape": "^3.0.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/mikolalysenko/monotone-convex-hull-2d",
  "keywords": [
    "monotone",
    "convex",
    "hull",
    "2d",
    "fast",
    "robust",
    "geometry"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "monotone-convex-hull-2d",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/monotone-convex-hull-2d.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.1"
}
