{
  "_from": "@google-cloud/common@^2.1.1",
  "_id": "@google-cloud/common@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-VAjWRrTEgcGujj/MgTTAtjjzeDoQqs/FDT6DG7004QFZoJsSwBmx2vGpI5TJmCuxLWvhEc0Xs5AMOvhgt7FLSw==",
  "_location": "/@google-cloud/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@google-cloud/common@^2.1.1",
    "name": "@google-cloud/common",
    "escapedName": "@google-cloud%2fcommon",
    "scope": "@google-cloud",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/@google-cloud/storage"
  ],
  "_resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-2.1.2.tgz",
  "_shasum": "cefab7522d652d4ee48ab4719e2fe2d6c117db4c",
  "_spec": "@google-cloud/common@^2.1.1",
  "_where": "D:\\vivek\\tracking\\node_modules\\@google-cloud\\storage",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-common/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@google-cloud/projectify": "^1.0.0",
    "@google-cloud/promisify": "^1.0.0",
    "arrify": "^2.0.0",
    "duplexify": "^3.6.0",
    "ent": "^2.2.0",
    "extend": "^3.0.2",
    "google-auth-library": "^5.0.0",
    "retry-request": "^4.0.0",
    "teeny-request": "^5.2.1"
  },
  "deprecated": false,
  "description": "Common components for Cloud APIs Node.js Client Libraries",
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.9",
    "@types/ent": "^2.2.1",
    "@types/extend": "^3.0.1",
    "@types/mocha": "^5.2.6",
    "@types/mv": "^2.1.0",
    "@types/ncp": "^2.0.1",
    "@types/nock": "^10.0.0",
    "@types/node": "^11.13.0",
    "@types/proxyquire": "^1.3.28",
    "@types/request": "^2.48.1",
    "@types/sinon": "^7.0.10",
    "@types/tmp": "0.1.0",
    "codecov": "^3.2.0",
    "gts": "^1.0.0",
    "ink-docstrap": "^1.3.2",
    "intelli-espower-loader": "^1.0.1",
    "js-green-licenses": "^1.0.0",
    "linkinator": "^1.1.7",
    "mocha": "^6.0.2",
    "mv": "^2.1.1",
    "ncp": "^2.0.0",
    "nock": "^10.0.6",
    "nyc": "^14.0.0",
    "power-assert": "^1.6.1",
    "proxyquire": "^2.1.0",
    "sinon": "^7.3.0",
    "source-map-support": "^0.5.11",
    "tmp": "0.1.0",
    "typescript": "~3.5.0"
  },
  "engines": {
    "node": ">=8.10.0"
  },
  "files": [
    "build/src",
    "!build/src/**/*.map"
  ],
  "homepage": "https://github.com/googleapis/nodejs-common#readme",
  "license": "Apache-2.0",
  "main": "./build/src/index.js",
  "name": "@google-cloud/common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/nodejs-common.git"
  },
  "scripts": {
    "compile": "tsc -p .",
    "docs": "compodoc src/",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "license-check": "jsgl --local .",
    "lint": "gts check",
    "posttest": "npm run lint && npm run license-check",
    "predocs-test": "npm run docs",
    "prepare": "npm run compile",
    "presystem-test": "npm run compile",
    "pretest": "npm run compile",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "system-test": "mocha build/system-test",
    "test": "nyc mocha build/test"
  },
  "types": "./build/src/index.d.ts",
  "version": "2.1.2"
}
