{
  "_from": "leaflet-pip@^1.1.0",
  "_id": "leaflet-pip@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-/PZ3eJVTG8W/iD2ptmOvCZJCSgE=",
  "_location": "/leaflet-pip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "leaflet-pip@^1.1.0",
    "name": "leaflet-pip",
    "escapedName": "leaflet-pip",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/leaflet-pip/-/leaflet-pip-1.1.0.tgz",
  "_shasum": "fcf6777895531bc5bf883da9b663af0992424a01",
  "_spec": "leaflet-pip@^1.1.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Tom MacWright",
    "email": "tom@macwright.org"
  },
  "bugs": {
    "url": "https://github.com/mapbox/leaflet-pip/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "geojson-utils": "~1.1.0",
    "uglify-js": "2.7.4"
  },
  "deprecated": "This module is now under the @mapbox namespace: install @mapbox/leaflet-pip instead",
  "description": "point in polygon searches for leaflet",
  "devDependencies": {
    "browserify": "~13.0.1",
    "eslint": "^2.2.0",
    "phantomjs": "~2.1.7",
    "tape": "~4.5.1",
    "tape-run": "~2.1.4"
  },
  "files": [
    "index.js",
    "leaflet-pip.js",
    "leaflet-pip.min.js"
  ],
  "homepage": "https://github.com/mapbox/leaflet-pip#readme",
  "keywords": [
    "leaflet",
    "plugin",
    "point",
    "in",
    "polygon",
    "geo",
    "geographical"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "leaflet-pip",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/leaflet-pip.git"
  },
  "scripts": {
    "build-site": "browserify site/site.js > site/bundle.js",
    "lint": "eslint index.js",
    "prepublish": "browserify -s leafletPip index.js > leaflet-pip.js && uglifyjs leaflet-pip.js -c -m > leaflet-pip.min.js",
    "test": "npm run lint && npm run test-unit",
    "test-unit": "browserify test/*.js | tape-run"
  },
  "version": "1.1.0"
}
