{
  "_from": "point-in-polygon@*",
  "_id": "point-in-polygon@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-1Ztk6P7kHElFiqyCtWcYxZV7Kvc=",
  "_location": "/point-in-polygon",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "point-in-polygon@*",
    "name": "point-in-polygon",
    "escapedName": "point-in-polygon",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/point-in-polygon/-/point-in-polygon-1.0.1.tgz",
  "_shasum": "d59b64e8fee41c49458aac82b56718c5957b2af7",
  "_spec": "point-in-polygon@*",
  "_where": "C:\\Users\\jtenner\\Desktop\\projects\\e2d\\e2d",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/point-in-polygon/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "determine if a point is inside a polygon with a ray intersection counting algorithm",
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "directories": {
    "lib": ".",
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/substack/point-in-polygon#readme",
  "keywords": [
    "point",
    "polygon",
    "inside"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "point-in-polygon",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/point-in-polygon.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.1"
}
