{ "_from": "@google-cloud/storage@^4.1.2", "_id": "@google-cloud/storage@4.3.0", "_inBundle": false, "_integrity": "sha512-ph0jsUsZ9FPtN40V5eIkKPLUmxnTpxqBDkWxStW/kbQZgoNVGW9vJcbsYSyE4ath7jQIpM4OHu6aqmPFX1OnGw==", "_location": "/@google-cloud/storage", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@google-cloud/storage@^4.1.2", "name": "@google-cloud/storage", "escapedName": "@google-cloud%2fstorage", "scope": "@google-cloud", "rawSpec": "^4.1.2", "saveSpec": null, "fetchSpec": "^4.1.2" }, "_requiredBy": [ "/firebase-admin" ], "_resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-4.3.0.tgz", "_shasum": "90118c42817fb2c8b3b8663a0f2857b5b45dda78", "_spec": "@google-cloud/storage@^4.1.2", "_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\firebase-admin", "author": { "name": "Google Inc." }, "bugs": { "url": "https://github.com/googleapis/nodejs-storage/issues" }, "bundleDependencies": false, "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.12.0", "duplexify": "^3.5.0", "extend": "^3.0.2", "gaxios": "^2.0.1", "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" }, "deprecated": false, "description": "Cloud Storage Client Library for Node.js", "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": "^5.2.3", "@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": "^3.4.4", "@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", "grpc": "^1.22.2", "gts": "^1.0.0", "intelli-espower-loader": "^1.0.1", "jsdoc": "^3.6.2", "jsdoc-fresh": "^1.0.1", "jsdoc-region-tag": "^1.0.2", "linkinator": "^1.5.0", "mocha": "^7.0.0", "nock": "~11.7.0", "node-fetch": "^2.2.0", "normalize-newline": "^3.0.0", "power-assert": "^1.4.4", "prettier": "^1.7.0", "proxyquire": "^2.1.3", "sinon": "^8.0.0", "source-map-support": "^0.5.6", "tmp": "^0.1.0", "typescript": "3.6.4", "uuid": "^3.1.0", "yargs": "^15.0.0" }, "engines": { "node": ">=8.10.0" }, "files": [ "build/src", "!build/src/**/*.map", "AUTHORS", "CONTRIBUTORS", "COPYING" ], "homepage": "https://github.com/googleapis/nodejs-storage#readme", "keywords": [ "google apis client", "google api client", "google apis", "google api", "google", "google cloud platform", "google cloud", "cloud", "google storage", "storage" ], "license": "Apache-2.0", "main": "./build/src/index.js", "name": "@google-cloud/storage", "repository": { "type": "git", "url": "git+https://github.com/googleapis/nodejs-storage.git" }, "scripts": { "all-test": "npm test && npm run system-test && npm run samples-test", "benchwrapper": "node bin/benchwrapper.js", "check": "gts check", "clean": "gts clean", "compile": "tsc -p .", "conformance-test": "mocha build/conformance-test", "docs": "jsdoc -c .jsdoc.js", "docs-test": "linkinator docs", "fix": "gts fix && eslint --fix '**/*.js'", "lint": "eslint samples/ && gts check", "preconformance-test": "npm run compile", "predocs": "npm run compile", "predocs-test": "npm run docs", "prepare": "npm run compile", "presystem-test": "npm run compile", "pretest": "npm run compile", "samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../", "system-test": "mocha build/system-test --timeout 600000 --exit", "test": "c8 mocha build/test" }, "types": "./build/src/index.d.ts", "version": "4.3.0" }