| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_from": "geojson-rbush@3.x",
- "_id": "geojson-rbush@3.2.0",
- "_inBundle": false,
- "_integrity": "sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==",
- "_location": "/geojson-rbush",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "geojson-rbush@3.x",
- "name": "geojson-rbush",
- "escapedName": "geojson-rbush",
- "rawSpec": "3.x",
- "saveSpec": null,
- "fetchSpec": "3.x"
- },
- "_requiredBy": [
- "/@turf/line-intersect",
- "/@turf/line-overlap",
- "/@turf/line-split"
- ],
- "_resolved": "https://registry.npmjs.org/geojson-rbush/-/geojson-rbush-3.2.0.tgz",
- "_shasum": "8b543cf0d56f99b78faf1da52bb66acad6dfc290",
- "_spec": "geojson-rbush@3.x",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\line-intersect",
- "author": {
- "name": "Denis Carriere",
- "email": "@DenisCarriere"
- },
- "bundleDependencies": false,
- "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",
- "@types/geojson": "7946.0.8",
- "rbush": "^3.0.1"
- },
- "deprecated": false,
- "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": "node test.js --coverage"
- },
- "types": "index.d.ts",
- "version": "3.2.0"
- }
|