{
  "_from": "@react-google-maps/marker-clusterer@2.19.2",
  "_id": "@react-google-maps/marker-clusterer@2.19.2",
  "_inBundle": false,
  "_integrity": "sha512-x9ibmsP0ZVqzyCo1Pitbw+4b6iEXRw/r1TCy3vOUR3eKrzWLnHYZMR325BkZW2r8fnuWE/V3Fp4QZOP9qYORCw==",
  "_location": "/@react-google-maps/marker-clusterer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@react-google-maps/marker-clusterer@2.19.2",
    "name": "@react-google-maps/marker-clusterer",
    "escapedName": "@react-google-maps%2fmarker-clusterer",
    "scope": "@react-google-maps",
    "rawSpec": "2.19.2",
    "saveSpec": null,
    "fetchSpec": "2.19.2"
  },
  "_requiredBy": [
    "/@react-google-maps/api"
  ],
  "_resolved": "https://registry.npmjs.org/@react-google-maps/marker-clusterer/-/marker-clusterer-2.19.2.tgz",
  "_shasum": "24d9fb9aa555bb063ba5fe82f80fcd7d48662184",
  "_spec": "@react-google-maps/marker-clusterer@2.19.2",
  "_where": "/var/www/justnowapp/node_modules/@react-google-maps/api",
  "author": {
    "name": "Alexey Lyakhov",
    "email": "justfly1984@gmail.com",
    "url": "https://github.com/JustFly1984"
  },
  "bugs": {
    "url": "https://github.com/JustFly1984/react-google-maps-api/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Kevin Brown",
      "email": "kevin.brown@exogee.com",
      "url": "https://github.com/thekevinbrown"
    }
  ],
  "deprecated": false,
  "description": "Marker Clusterer for React.js Google Maps API",
  "devDependencies": {
    "@rollup/plugin-commonjs": "25.0.3",
    "@rollup/plugin-node-resolve": "15.1.0",
    "@rollup/plugin-typescript": "11.1.2",
    "@types/babel-types": "7.0.11",
    "@types/google.maps": "3.53.5",
    "jest": "29.6.1",
    "jest-cli": "29.6.1",
    "rimraf": "5.0.1",
    "rollup": "2.78.1",
    "rollup-plugin-dts": "5.3.0",
    "rollup-plugin-terser": "7.0.2",
    "typescript": "5.1.6"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83",
  "homepage": "https://react-google-maps-api-docs.netlify.app",
  "keywords": [
    "React",
    "Google",
    "Map",
    "API",
    "addons/MarkerClusterer",
    "Marker"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "module": "dist/esm.js",
  "name": "@react-google-maps/marker-clusterer",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustFly1984/react-google-maps-api.git",
    "directory": "packages/react-google-maps-api-marker-clusterer"
  },
  "scripts": {
    "build": "rollup --config",
    "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
    "lint": "npx eslint ./src/**/*.{ts,tsx}",
    "prebuild": "rimraf dist",
    "prepublishOnly": "yarn build",
    "pub": "yarn publish .",
    "tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
    "test": "jest",
    "update": "yarn-check -u"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "unpkg": "dist/umd.min.js",
  "version": "2.19.2"
}
