{
  "_from": "google-maps-api-loader@^1.1.1",
  "_id": "google-maps-api-loader@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-+bxumYl6WCxKDjygLFF2FxrNyKIB0QgWKFb+EZ6F5wt/MoU2cm/8se9uQ0o1nY7389F2qe6ocdpSFn1bKQAD5w==",
  "_location": "/google-maps-api-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "google-maps-api-loader@^1.1.1",
    "name": "google-maps-api-loader",
    "escapedName": "google-maps-api-loader",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/nuxt-gmaps"
  ],
  "_resolved": "https://registry.npmjs.org/google-maps-api-loader/-/google-maps-api-loader-1.1.1.tgz",
  "_shasum": "b600602451300521ba1b5d7493e7071d7931ac00",
  "_spec": "google-maps-api-loader@^1.1.1",
  "_where": "D:\\Projects\\VueJS\\front-municipal\\node_modules\\nuxt-gmaps",
  "author": {
    "name": "laurencedorman"
  },
  "bugs": {
    "url": "https://github.com/laurencedorman/google-maps-api-loader/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "es6-promise": "^4.0.5"
  },
  "deprecated": "This package is deprecated, use @googlemaps/js-api-loader instead",
  "description": "Conditionally load the Google Maps API in an ES6 promise",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "jscs": "^3.0.3",
    "mocha": "^5.0.1"
  },
  "homepage": "https://github.com/laurencedorman/google-maps-api-loader#readme",
  "keywords": [
    "google-maps",
    "google-maps-api",
    "es6",
    "promise"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "google-maps-api-loader",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/laurencedorman/google-maps-api-loader.git"
  },
  "scripts": {
    "lint": "jscs index.js src/ lib/",
    "test": "npm run lint && mocha"
  },
  "version": "1.1.1"
}
