{
  "name": "polygon-lookup",
  "version": "2.7.0",
  "author": "pelias",
  "description": "Fast point-in-polygon intersection for large numbers of polygons.",
  "homepage": "https://github.com/pelias/polygon-lookup",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "node test/test.js | tap-spec",
    "ci": "npm test",
    "lint": "jshint .",
    "validate": "npm ls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pelias/polygon-lookup.git"
  },
  "keywords": [
    "polygon",
    "lookup",
    "intersection",
    "coarse",
    "reverse-geocode"
  ],
  "bugs": {
    "url": "https://github.com/pelias/polygon-lookup/issues"
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=1.4.3",
    "elasticsearch": ">=1.1.1"
  },
  "dependencies": {
    "lodash": "^4.14.2",
    "point-in-polygon": "1.0.1",
    "rbush": "^2.0.2"
  },
  "devDependencies": {
    "jshint": "^2.9.4",
    "precommit-hook": "^3.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1"
  },
  "pre-commit": [
    "lint",
    "validate",
    "test"
  ],
  "release": {
    "success": []
  }
}
