HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
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/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@googlemaps/markerclusterer/package.json
{
  "name": "@googlemaps/markerclusterer",
  "version": "2.0.15",
  "description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
  "keywords": [
    "cluster",
    "google",
    "maps",
    "marker"
  ],
  "homepage": "https://github.com/googlemaps/js-markerclusterer",
  "bugs": {
    "url": "https://github.com/googlemaps/js-markerclusterer/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/googlemaps/js-markerclusterer.git"
  },
  "license": "Apache-2.0",
  "author": "Justin Poehnelt",
  "main": "dist/index.umd.js",
  "unpkg": "dist/index.min.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "docs": "typedoc src/index.ts && cp -r dist docs/dist && npm run examples && cp -r public docs/public",
    "examples": "rollup -c rollup.config.examples.js",
    "format": "eslint . --fix",
    "lint": "eslint .",
    "prepare": "rm -rf dist && rollup -c",
    "test": "jest --passWithNoTests src/*",
    "test:e2e": "jest --passWithNoTests e2e/*"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "supercluster": "^7.1.3"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.11.5",
    "@babel/runtime-corejs3": "^7.11.2",
    "@googlemaps/jest-mocks": "^2.0.0",
    "@googlemaps/js-api-loader": "^1.12.3",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-html": "^1.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^10.0.1",
    "@types/d3-interpolate": "^3.0.1",
    "@types/google.maps": "^3.44.2",
    "@types/jest": "^27.0.1",
    "@types/selenium-webdriver": "^4.0.9",
    "@types/supercluster": "^7.1.0",
    "@typescript-eslint/eslint-plugin": ">=4.1.0",
    "@typescript-eslint/parser": ">=4.1.0",
    "chromedriver": "^108.0.0",
    "core-js": "^3.6.5",
    "d3-interpolate": "^3.0.1",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^27.0.1",
    "eslint-plugin-prettier": "^4.0.0",
    "geckodriver": "^3.0.0",
    "jest": "^26.4.2",
    "prettier": "^2.1.1",
    "rollup": "^2.26.11",
    "rollup-plugin-terser": "^7.0.2",
    "selenium-webdriver": "^4.0.0-alpha.7",
    "ts-jest": "^26.3.0",
    "typedoc": "^0.23.1",
    "typescript": "^4.0.2"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://wombat-dressing-room.appspot.com"
  }
}