HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/ai-notam/laravel/node_modules/rbush/package.json
{
  "name": "rbush",
  "version": "4.0.1",
  "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
  "homepage": "https://github.com/mourner/rbush",
  "repository": {
    "type": "git",
    "url": "git://github.com/mourner/rbush.git"
  },
  "keywords": [
    "spatial",
    "tree",
    "search",
    "rectangle",
    "index",
    "math"
  ],
  "author": "Volodymyr Agafonkin",
  "license": "MIT",
  "type": "module",
  "exports": "./index.js",
  "main": "index.js",
  "module": "index.js",
  "browser": "rbush.min.js",
  "jsdelivr": "rbush.min.js",
  "unpkg": "rbush.min.js",
  "devDependencies": {
    "@rollup/plugin-buble": "^1.0.3",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "benchmark": "^2.1.4",
    "eslint": "^9.9.0",
    "eslint-config-mourner": "^4.0.2",
    "rollup": "^4.21.0"
  },
  "scripts": {
    "pretest": "eslint index.js test/test.js bench/*.js",
    "test": "node --test",
    "perf": "node ./bench/perf.js",
    "cov": "node --test --experimental-test-coverage",
    "build": "rollup -c",
    "prepublishOnly": "npm run test && npm run build"
  },
  "files": [
    "index.js",
    "rbush.js",
    "rbush.min.js"
  ],
  "dependencies": {
    "quickselect": "^3.0.0"
  }
}