{
  "_args": [
    [
      "google-auth-library@1.3.2",
      "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6"
    ]
  ],
  "_development": true,
  "_from": "google-auth-library@1.3.2",
  "_id": "google-auth-library@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-aRz0om4Bs85uyR2Ousk3Gb8Nffx2Sr2RoKts1smg1MhRwrehE1aD1HC4RmprNt1HVJ88IDnQ8biJQ/aXjiIxlQ==",
  "_location": "/google-auth-library",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-auth-library@1.3.2",
    "name": "google-auth-library",
    "escapedName": "google-auth-library",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/google-auto-auth"
  ],
  "_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-1.3.2.tgz",
  "_spec": "1.3.2",
  "_where": "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/google/google-auth-library-nodejs/issues"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "gcp-metadata": "^0.6.2",
    "gtoken": "^2.1.1",
    "jws": "^3.1.4",
    "lodash.isstring": "^4.0.1",
    "lru-cache": "^4.1.2",
    "retry-axios": "^0.3.2"
  },
  "description": "Google APIs Authentication Client Library for Node.js",
  "devDependencies": {
    "@justinbeckwith/typedoc": "^0.10.1",
    "@types/jws": "^3.1.0",
    "@types/lodash.isstring": "^4.0.3",
    "@types/lru-cache": "^4.1.0",
    "@types/mocha": "^2.2.48",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^9.1.2",
    "@types/node": "^9.4.7",
    "@types/pify": "^3.0.1",
    "@types/sinon": "^4.3.0",
    "@types/tmp": "^0.0.33",
    "clang-format": "^1.2.2",
    "codecov": "^3.0.0",
    "gh-pages": "^1.1.0",
    "gts": "^0.5.4",
    "js-green-licenses": "^0.5.0",
    "keypair": "^1.0.1",
    "mocha": "^5.0.4",
    "ncp": "^2.0.0",
    "nock": "^9.2.3",
    "nyc": "^11.4.1",
    "opn": "^5.2.0",
    "pify": "^3.0.0",
    "prettier": "^1.11.1",
    "sinon": "^4.4.2",
    "source-map-support": "^0.5.3",
    "tmp": "^0.0.33",
    "typescript": "~2.7.2"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "LICENSE",
    "README.md",
    "build/src",
    "package.json"
  ],
  "homepage": "https://github.com/google/google-auth-library-nodejs#readme",
  "keywords": [
    "google",
    "api",
    "google apis",
    "client",
    "client library"
  ],
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "google-auth-library",
  "nyc": {
    "exclude": [
      "build/test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/google-auth-library-nodejs.git"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "fix": "gts fix && npm run fix-samples",
    "fix-samples": "prettier --write --single-quote examples/*.js",
    "generate-docs": "typedoc --excludePrivate --excludeExternals --mode modules --out docs src && touch docs/.nojekyll",
    "license-check": "jsgl --local .",
    "posttest": "npm run check && npm run license-check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "publish-docs": "gh-pages --dotfiles --dist docs --remote upstream",
    "test": "nyc mocha build/test --timeout 10000"
  },
  "types": "./build/src/index.d.ts",
  "version": "1.3.2"
}
