{
  "_from": "@react-google-maps/api@^2.19.2",
  "_id": "@react-google-maps/api@2.19.2",
  "_inBundle": false,
  "_integrity": "sha512-Vt57XWzCKfsUjKOmFUl2erVVfOePkPK5OigF/f+q7UuV/Nm9KDDy1PMFBx+wNahEqOd6a32BxfsykEhBnbU9wQ==",
  "_location": "/@react-google-maps/api",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-google-maps/api@^2.19.2",
    "name": "@react-google-maps/api",
    "escapedName": "@react-google-maps%2fapi",
    "scope": "@react-google-maps",
    "rawSpec": "^2.19.2",
    "saveSpec": null,
    "fetchSpec": "^2.19.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@react-google-maps/api/-/api-2.19.2.tgz",
  "_shasum": "678dc1871fbab72cd46d338eed687a36bf556ab1",
  "_spec": "@react-google-maps/api@^2.19.2",
  "_where": "/var/www/justnowapp",
  "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": "Uri Klar",
      "email": "uriklar@gmail.com",
      "url": "https://github.com/uriklar"
    },
    {
      "name": "Ignat Awwit",
      "email": "ignatius.awwit@gmail.com",
      "url": "https://github.com/awwit"
    },
    {
      "name": "Ivan Konev",
      "email": "ivankonev@gmail.com",
      "url": "https://github.com/ivankonev"
    },
    {
      "name": "Daniel K.",
      "email": "klenicak@gmail.com",
      "url": "https://github.com/fredyc"
    },
    {
      "name": "Kevin Brown",
      "email": "kevin.brown@exogee.com",
      "url": "https://github.com/thekevinbrown"
    }
  ],
  "dependencies": {
    "@googlemaps/js-api-loader": "1.16.2",
    "@googlemaps/markerclusterer": "2.3.2",
    "@react-google-maps/infobox": "2.19.2",
    "@react-google-maps/marker-clusterer": "2.19.2",
    "@types/google.maps": "3.53.5",
    "invariant": "2.2.4"
  },
  "deprecated": false,
  "description": "React.js Google Maps API integration",
  "devDependencies": {
    "@rollup/plugin-commonjs": "25.0.3",
    "@rollup/plugin-node-resolve": "15.1.0",
    "@rollup/plugin-typescript": "11.1.2",
    "@testing-library/react": "14.0.0",
    "jest": "29.6.1",
    "jest-cli": "29.6.1",
    "react-docgen": "6.0.2",
    "react-docgen-typescript": "2.2.2",
    "react-styleguidist": "13.1.1",
    "rimraf": "5.0.1",
    "rollup": "2.78.1",
    "rollup-plugin-dts": "5.3.0",
    "rollup-plugin-terser": "7.0.2",
    "ts-loader": "9.4.4"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83",
  "homepage": "https://react-google-maps-api-docs.netlify.app",
  "keywords": [
    "React",
    "Google",
    "Google Maps",
    "google maps",
    "google-maps",
    "@google-maps",
    "google-maps-api",
    "@google-maps-api",
    "Map",
    "Maps",
    "API",
    "GoogleMap",
    "react-component",
    "addons/MarkerClusterer",
    "directions/DirectionsRenderer",
    "directions/DirectionsService",
    "drawing/DrawingManager",
    "places/SearchBox",
    "InfoWindow",
    "KmlLayer",
    "Marker",
    "MarkerClusterer",
    "OverlayView",
    "Circle",
    "Polygon",
    "Polyline",
    "Rectangle",
    "StreetViewPanorama",
    "TrafficLayer",
    "visualization/HeatmapLayer",
    "ScriptLoader",
    "Typescript"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "module": "dist/esm.js",
  "name": "@react-google-maps/api",
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18",
    "react-dom": "^16.8 || ^17 || ^18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustFly1984/react-google-maps-api.git",
    "directory": "packages/react-google-maps-api"
  },
  "scripts": {
    "build": "rollup --config",
    "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
    "docs:build": "npx styleguidist build --config ./styleguide.config.js --verbose",
    "docs:dev": "npx styleguidist server --config ./styleguide.config.js --verbose",
    "lint": "npx eslint ./src/**/*.{ts,tsx} --fix",
    "prebuild": "rimraf dist",
    "prepublishOnly": "yarn build",
    "pub": "yarn publish .",
    "pub:next": "yarn publish . --tag next",
    "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"
}
