{
  "_from": "@googlemaps/js-api-loader@^1.16.10",
  "_id": "@googlemaps/js-api-loader@1.16.10",
  "_inBundle": false,
  "_integrity": "sha512-c2erv2k7P2ilYzMmtYcMgAR21AULosQuUHJbStnrvRk2dG93k5cqptDrh9A8p+ZNlyhiqEOgHW7N9PAizdUM7Q==",
  "_location": "/@googlemaps/js-api-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@googlemaps/js-api-loader@^1.16.10",
    "name": "@googlemaps/js-api-loader",
    "escapedName": "@googlemaps%2fjs-api-loader",
    "scope": "@googlemaps",
    "rawSpec": "^1.16.10",
    "saveSpec": null,
    "fetchSpec": "^1.16.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@googlemaps/js-api-loader/-/js-api-loader-1.16.10.tgz",
  "_shasum": "b61cf2b4a1b6ed77017b0dab131e6d51e814ec4e",
  "_spec": "@googlemaps/js-api-loader@^1.16.10",
  "_where": "/home/ctr65084/public_html/tranvial-site",
  "author": {
    "name": "Justin Poehnelt"
  },
  "bugs": {
    "url": "https://github.com/googlemaps/js-api-loader/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Wrapper for the loading of Google Maps JavaScript API script in the browser",
  "devDependencies": {
    "@babel/preset-env": "^7.9.5",
    "@babel/runtime-corejs3": "^7.9.2",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/google.maps": "^3.53.1",
    "@types/jest": "^30.0.0",
    "@types/selenium-webdriver": "^4.0.9",
    "@typescript-eslint/eslint-plugin": "^8.8.1",
    "@typescript-eslint/parser": "^8.8.1",
    "core-js": "^3.6.4",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-jest": "^29.0.1",
    "eslint-plugin-prettier": "^5.0.0",
    "fast-deep-equal": "^3.1.3",
    "geckodriver": "^5.0.0",
    "jest": "^30.0.3",
    "jest-environment-jsdom": "^30.0.2",
    "prettier": "^3.0.3",
    "rollup": "^4.6.1",
    "selenium-webdriver": "^4.0.0-alpha.7",
    "ts-jest": "^29.1.1",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.5",
    "typescript": "^5.5.4"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/googlemaps/js-api-loader",
  "keywords": [
    "google",
    "maps"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.umd.js",
  "module": "dist/index.mjs",
  "name": "@googlemaps/js-api-loader",
  "prettier": {
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://wombat-dressing-room.appspot.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlemaps/js-api-loader.git"
  },
  "scripts": {
    "docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples",
    "format": "eslint . --fix",
    "lint": "eslint .",
    "prepare": "rm -rf dist && rollup -c",
    "test": "jest src/*",
    "test:e2e": "jest e2e/*"
  },
  "type": "commonjs",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.min.js",
  "version": "1.16.10"
}
