{
  "_from": "@google-cloud/common@^0.17.0",
  "_id": "@google-cloud/common@0.17.0",
  "_inBundle": false,
  "_integrity": "sha512-HRZLSU762E6HaKoGfJGa8W95yRjb9rY7LePhjaHK9ILAnFacMuUGVamDbTHu1csZomm1g3tZTtXfX/aAhtie/Q==",
  "_location": "/@google-cloud/common",
  "_phantomChildren": {
    "request": "2.88.0",
    "through2": "2.0.5"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@google-cloud/common@^0.17.0",
    "name": "@google-cloud/common",
    "escapedName": "@google-cloud%2fcommon",
    "scope": "@google-cloud",
    "rawSpec": "^0.17.0",
    "saveSpec": null,
    "fetchSpec": "^0.17.0"
  },
  "_requiredBy": [
    "/@google-cloud/storage"
  ],
  "_resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-0.17.0.tgz",
  "_shasum": "8ef558750db481fc10a13757a49479ab9a1c8c07",
  "_spec": "@google-cloud/common@^0.17.0",
  "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\storage",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/googleapis/nodejs-common/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ali Ijaz Sheikh",
      "email": "ofrobots@google.com"
    },
    {
      "name": "Austin Peterson",
      "email": "austin@akpwebdesign.com"
    },
    {
      "name": "Dave Gramlich",
      "email": "callmehiphop@gmail.com"
    },
    {
      "name": "Eric Uldall",
      "email": "ericuldall@gmail.com"
    },
    {
      "name": "Ernest Landrito",
      "email": "landrito@google.com"
    },
    {
      "name": "Jason Dobry",
      "email": "jdobry@google.com"
    },
    {
      "name": "Justin King",
      "email": "jcking@mtu.edu"
    },
    {
      "name": "Karolis Narkevicius",
      "email": "karolis.n@gmail.com"
    },
    {
      "name": "Kelvin Jin",
      "email": "kelvinjin@google.com"
    },
    {
      "name": "Luke Sneeringer",
      "email": "lukesneeringer@google.com"
    },
    {
      "name": "Matthew Loring",
      "email": "matthewloring@users.noreply.github.com"
    },
    {
      "name": "Michael Prentice",
      "email": "splaktar@gmail.com"
    },
    {
      "name": "Stephen Sawchuk",
      "email": "sawchuk@gmail.com"
    },
    {
      "name": "Tim Swast",
      "email": "swast@google.com"
    }
  ],
  "dependencies": {
    "array-uniq": "^1.0.3",
    "arrify": "^1.0.1",
    "concat-stream": "^1.6.0",
    "create-error-class": "^3.0.2",
    "duplexify": "^3.5.0",
    "ent": "^2.2.0",
    "extend": "^3.0.1",
    "google-auto-auth": "^0.10.0",
    "is": "^3.2.0",
    "log-driver": "1.2.7",
    "methmeth": "^1.1.0",
    "modelo": "^4.2.0",
    "request": "^2.79.0",
    "retry-request": "^3.0.0",
    "split-array-stream": "^1.0.0",
    "stream-events": "^1.0.1",
    "string-format-obj": "^1.1.0",
    "through2": "^2.0.3"
  },
  "deprecated": false,
  "description": "Common components for Cloud APIs Node.js Client Libraries",
  "devDependencies": {
    "@google-cloud/nodejs-repo-tools": "^2.1.1",
    "async": "^2.6.0",
    "codecov": "^3.0.0",
    "eslint": "^4.10.0",
    "eslint-config-prettier": "^2.7.0",
    "eslint-plugin-node": "^6.0.0",
    "eslint-plugin-prettier": "^2.3.1",
    "ink-docstrap": "^1.3.0",
    "intelli-espower-loader": "^1.0.1",
    "js-green-licenses": "^0.5.0",
    "jsdoc": "^3.5.5",
    "mocha": "^5.0.0",
    "nyc": "^11.3.0",
    "power-assert": "^1.4.4",
    "prettier": "^1.11.1",
    "proxyquire": "^2.0.0",
    "uuid": "^3.0.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "src",
    "AUTHORS",
    "CONTRIBUTORS",
    "LICENSE"
  ],
  "homepage": "https://github.com/googleapis/nodejs-common#readme",
  "license": "Apache-2.0",
  "main": "./src/index.js",
  "name": "@google-cloud/common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googleapis/nodejs-common.git"
  },
  "scripts": {
    "cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
    "docs": "repo-tools exec -- jsdoc -c .jsdoc.js",
    "generate-scaffolding": "repo-tools generate all",
    "license-check": "jsgl --local .",
    "lint": "repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/",
    "posttest": "npm run license-check",
    "prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
    "publish-module": "node ../../scripts/publish.js common",
    "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
    "test": "repo-tools test run --cmd npm -- run cover",
    "test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts"
  },
  "version": "0.17.0"
}