{
  "name": "@google-cloud/storage",
  "description": "Cloud Storage Client Library for Node.js",
  "version": "4.7.2",
  "license": "Apache-2.0",
  "author": "Google Inc.",
  "engines": {
    "node": ">=8.10.0"
  },
  "repository": "googleapis/nodejs-storage",
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "files": [
    "build/src",
    "!build/src/**/*.map",
    "AUTHORS",
    "CONTRIBUTORS",
    "COPYING"
  ],
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google storage",
    "storage"
  ],
  "scripts": {
    "predocs": "npm run compile",
    "docs": "jsdoc -c .jsdoc.js",
    "system-test": "mocha build/system-test --timeout 600000 --exit",
    "conformance-test": "mocha build/conformance-test",
    "preconformance-test": "npm run compile",
    "presystem-test": "npm run compile",
    "test": "mocha build/test",
    "pretest": "npm run compile",
    "lint": "eslint samples/ && gts check",
    "samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
    "all-test": "npm test && npm run system-test && npm run samples-test",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix && eslint --fix '**/*.js'",
    "prepare": "npm run compile",
    "docs-test": "linkinator docs",
    "predocs-test": "npm run docs",
    "benchwrapper": "node bin/benchwrapper.js",
    "prelint": "cd samples; npm link ../; npm i"
  },
  "dependencies": {
    "@google-cloud/common": "^2.1.1",
    "@google-cloud/paginator": "^2.0.0",
    "@google-cloud/promisify": "^1.0.0",
    "arrify": "^2.0.0",
    "compressible": "^2.0.12",
    "concat-stream": "^2.0.0",
    "date-and-time": "^0.14.2",
    "duplexify": "^3.5.0",
    "extend": "^3.0.2",
    "gaxios": "^3.0.0",
    "gcs-resumable-upload": "^2.2.4",
    "hash-stream-validation": "^0.2.2",
    "mime": "^2.2.0",
    "mime-types": "^2.0.8",
    "onetime": "^5.1.0",
    "p-limit": "^2.2.0",
    "pumpify": "^2.0.0",
    "readable-stream": "^3.4.0",
    "snakeize": "^0.1.0",
    "stream-events": "^1.0.1",
    "through2": "^3.0.0",
    "xdg-basedir": "^4.0.0"
  },
  "devDependencies": {
    "@google-cloud/pubsub": "^1.0.0",
    "@grpc/proto-loader": "^0.5.1",
    "@types/compressible": "^2.0.0",
    "@types/concat-stream": "^1.6.0",
    "@types/configstore": "^4.0.0",
    "@types/date-and-time": "^0.6.0",
    "@types/extend": "^3.0.0",
    "@types/mime": "^2.0.0",
    "@types/mime-types": "^2.1.0",
    "@types/mocha": "^7.0.0",
    "@types/nock": "^10.0.0",
    "@types/node": "^11.13.4",
    "@types/node-fetch": "^2.1.3",
    "@types/proxyquire": "^1.3.28",
    "@types/pumpify": "^1.4.1",
    "@types/sinon": "^7.0.10",
    "@types/through2": "^2.0.33",
    "@types/tmp": "0.1.0",
    "@types/uuid": "^7.0.0",
    "@types/xdg-basedir": "^2.0.0",
    "c8": "^7.0.0",
    "codecov": "^3.0.0",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.0.0",
    "form-data": "^3.0.0",
    "grpc": "^1.22.2",
    "gts": "^1.0.0",
    "jsdoc": "^3.6.2",
    "jsdoc-fresh": "^1.0.1",
    "jsdoc-region-tag": "^1.0.2",
    "linkinator": "^2.0.0",
    "mocha": "^7.0.0",
    "nock": "~12.0.0",
    "node-fetch": "^2.2.0",
    "normalize-newline": "^3.0.0",
    "prettier": "^1.7.0",
    "proxyquire": "^2.1.3",
    "sinon": "^9.0.0",
    "tmp": "^0.1.0",
    "typescript": "3.6.4",
    "uuid": "^7.0.0",
    "yargs": "^15.0.0"
  }
}
