{
  "_args": [
    [
      "geojson-rbush@3.1.1",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "geojson-rbush@3.1.1",
  "_id": "geojson-rbush@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Bl6U75yDCsERl2P6PiBkvxIoXsSv5SEEiDJy+a7JarcEe17jEm8zamAmi82KLRcIlcuRZxgeVCl1xw5UkxOREw==",
  "_location": "/geojson-rbush",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "geojson-rbush@3.1.1",
    "name": "geojson-rbush",
    "escapedName": "geojson-rbush",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/@turf/line-intersect"
  ],
  "_resolved": "https://registry.npmjs.org/geojson-rbush/-/geojson-rbush-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Denis Carriere",
    "email": "@DenisCarriere"
  },
  "contributors": [
    {
      "name": "Vladimir Agafonkin",
      "email": "@mourner"
    },
    {
      "name": "Denis Carriere",
      "email": "@DenisCarriere"
    },
    {
      "name": "Jordan Rousseau",
      "email": "@jvrousseau"
    }
  ],
  "dependencies": {
    "@turf/bbox": "*",
    "@turf/helpers": "6.x",
    "@turf/meta": "6.x",
    "rbush": "*"
  },
  "description": "GeoJSON implementation of RBush",
  "devDependencies": {
    "@turf/bbox-polygon": "*",
    "@turf/random": "*",
    "@types/node": "*",
    "benchmark": "*",
    "documentation": "*",
    "load-json-file": "*",
    "tap": "*",
    "tape": "*",
    "typescript": "*",
    "write-json-file": "*"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "geojson",
    "index",
    "tree",
    "spatial",
    "rbush"
  ],
  "license": "MIT",
  "main": "index",
  "name": "geojson-rbush",
  "scripts": {
    "bench": "node bench.js",
    "docs": "documentation readme index.js --section=API",
    "pretest": "tsc types.ts",
    "test": "tap test.js --coverage"
  },
  "types": "index.d.ts",
  "version": "3.1.1"
}
