{
  "_args": [
    [
      "rbush@2.0.2",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "rbush@2.0.2",
  "_id": "rbush@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA==",
  "_location": "/rbush",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rbush@2.0.2",
    "name": "rbush",
    "escapedName": "rbush",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/geojson-rbush"
  ],
  "_resolved": "https://registry.npmjs.org/rbush/-/rbush-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mourner/rbush/issues"
  },
  "dependencies": {
    "quickselect": "^1.0.1"
  },
  "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^14.5.0",
    "eslint": "^4.13.1",
    "eslint-config-mourner": "^2.0.3",
    "faucet": "0.0.1",
    "istanbul": "~0.4.5",
    "tape": "^4.8.0",
    "uglify-js": "^3.2.2"
  },
  "eslintConfig": {
    "extends": "mourner",
    "rules": {
      "new-cap": 0,
      "consistent-return": 0
    }
  },
  "files": [
    "rbush.js",
    "rbush.min.js"
  ],
  "homepage": "https://github.com/mourner/rbush",
  "jsdelivr": "rbush.js",
  "keywords": [
    "spatial",
    "tree",
    "search",
    "rectangle",
    "index",
    "math"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "rbush",
  "repository": {
    "type": "git",
    "url": "git://github.com/mourner/rbush.git"
  },
  "scripts": {
    "build": "browserify index.js -s rbush -o rbush.js",
    "build-min": "browserify index.js -s rbush | uglifyjs -c warnings=false -m > rbush.min.js",
    "cov": "istanbul cover test/test.js -x test/test.js",
    "perf": "node ./bench/perf.js",
    "prepare": "npm run build && npm run build-min",
    "test": "eslint index.js test/test.js && node test/test.js | faucet"
  },
  "unpkg": "rbush.js",
  "version": "2.0.2"
}
