{
  "_from": "incremental-convex-hull@^1.0.1",
  "_id": "incremental-convex-hull@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-UUKMFMudmmFEv+abKFH7N3M0vh4=",
  "_location": "/incremental-convex-hull",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "incremental-convex-hull@^1.0.1",
    "name": "incremental-convex-hull",
    "escapedName": "incremental-convex-hull",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/convex-hull"
  ],
  "_resolved": "https://registry.npmjs.org/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz",
  "_shasum": "51428c14cb9d9a6144bfe69b2851fb377334be1e",
  "_spec": "incremental-convex-hull@^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/incremental-convex-hull/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "robust-orientation": "^1.1.2",
    "simplicial-complex": "^1.0.0"
  },
  "deprecated": false,
  "description": "Incremental n-dimensional convex hull algorithm",
  "devDependencies": {
    "permutation-parity": "^1.0.0",
    "tape": "^2.13.1",
    "uniq": "^1.0.1"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/mikolalysenko/incremental-convex-hull",
  "keywords": [
    "incremental",
    "n-dimensional",
    "convex",
    "hull",
    "algorithm"
  ],
  "license": "MIT",
  "main": "ich.js",
  "name": "incremental-convex-hull",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/incremental-convex-hull.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "1.0.1"
}
