You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.2 KiB

{
"_args": [
[
"rbush@3.0.1",
"/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile"
]
],
"_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": [
"/ol"
],
"_resolved": "https://registry.npmjs.org/rbush/-/rbush-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile",
"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"
}