| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "rbush@^3.0.1",
- "_id": "rbush@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==",
- "_location": "/rbush",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "5fafa8a79b3b9afdfe5008403a720cc1de882ecf",
- "_spec": "rbush@^3.0.1",
- "_where": "F:\\project\\node_util\\node_modules\\geojson-rbush",
- "author": {
- "name": "Vladimir Agafonkin"
- },
- "browser": "rbush.min.js",
- "bugs": {
- "url": "https://github.com/mourner/rbush/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "quickselect": "^2.0.0"
- },
- "deprecated": false,
- "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"
- }
|