{
  "_from": "@react-google-maps/infobox@2.19.2",
  "_id": "@react-google-maps/infobox@2.19.2",
  "_inBundle": false,
  "_integrity": "sha512-6wvBqeJsQ/eFSvoxg+9VoncQvNoVCdmxzxRpLvmjPD+nNC6mHM0vJH1xSqaKijkMrfLJT0nfkTGpovrF896jwg==",
  "_location": "/@react-google-maps/infobox",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@react-google-maps/infobox@2.19.2",
    "name": "@react-google-maps/infobox",
    "escapedName": "@react-google-maps%2finfobox",
    "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/infobox/-/infobox-2.19.2.tgz",
  "_shasum": "b6bda962a4fa1074fdd3dfd63bc4c7d68b1dd745",
  "_spec": "@react-google-maps/infobox@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": "InfoBox 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",
    "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"
  },
  "files": [
    "src/",
    "dist/"
  ],
  "gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83",
  "homepage": "https://react-google-maps-api-docs.netlify.app",
  "keywords": [
    "React",
    "Google",
    "Map",
    "API",
    "addons/InfoBox"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "module": "dist/esm.js",
  "name": "@react-google-maps/infobox",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustFly1984/react-google-maps-api.git",
    "directory": "packages/react-google-maps-api-infobox"
  },
  "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",
    "update": "yarn-check -u"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "unpkg": "dist/umd.min.js",
  "version": "2.19.2"
}
