{
  "_args": [
    [
      "rbush@3.0.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "rbush@3.0.1",
  "_id": "rbush@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
  "_location": "/rbush",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rbush@3.0.1",
    "name": "rbush",
    "escapedName": "rbush",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/concaveman",
    "/geojson-rbush"
  ],
  "_resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "browser": "rbush.min.js",
  "bugs": {
    "url": "https://github.com/mourner/rbush/issues"
  },
  "dependencies": {
    "quickselect": "^2.0.0"
  },
  "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "c8": "^5.0.1",
    "eslint": "^6.1.0",
    "eslint-config-mourner": "^3.0.0",
    "esm": "^3.2.25",
    "rollup": "^1.17.0",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "tape": "^4.11.0"
  },
  "eslintConfig": {
    "extends": "mourner"
  },
  "files": [
    "index.js",
    "rbush.js",
    "rbush.min.js"
  ],
  "homepage": "https://github.com/mourner/rbush",
  "jsdelivr": "rbush.min.js",
  "keywords": [
    "spatial",
    "tree",
    "search",
    "rectangle",
    "index",
    "math"
  ],
  "license": "MIT",
  "main": "rbush.js",
  "module": "index.js",
  "name": "rbush",
  "repository": {
    "type": "git",
    "url": "git://github.com/mourner/rbush.git"
  },
  "scripts": {
    "build": "rollup -c",
    "cov": "c8 npm run test",
    "perf": "node -r esm ./bench/perf.js",
    "prepublishOnly": "npm run build",
    "pretest": "eslint index.js test/test.js bench/*.js",
    "test": "tape -r esm test/test.js"
  },
  "unpkg": "rbush.min.js",
  "version": "3.0.1"
}
