{ "_from": "google-gax@^1.1.2", "_id": "google-gax@1.5.2", "_inBundle": false, "_integrity": "sha512-NceyDzlw4mQz6qH3bDIuRtfDAZKehM96QpnPPJ3Hur7FA/gPzpzboUYwhfP6q5obSP4LuSSDhI/76Fu51/ljtg==", "_location": "/google-gax", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "google-gax@^1.1.2", "name": "google-gax", "escapedName": "google-gax", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/@google-cloud/firestore" ], "_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-1.5.2.tgz", "_shasum": "996cf70778667cc22befbeae4b8a9d76fce0fabb", "_spec": "google-gax@^1.1.2", "_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@google-cloud\\firestore", "author": { "name": "Google API Authors" }, "bin": { "compileProtos": "./build/tools/compileProtos.js" }, "browser": "build/src/fallback.js", "bugs": { "url": "https://github.com/googleapis/gax-nodejs/issues" }, "bundleDependencies": false, "dependencies": { "@grpc/grpc-js": "^0.5.2", "@grpc/proto-loader": "^0.5.1", "abort-controller": "^3.0.0", "duplexify": "^3.6.0", "google-auth-library": "^5.0.0", "is-stream-ended": "^0.1.4", "lodash.at": "^4.6.0", "lodash.has": "^4.5.2", "node-fetch": "^2.6.0", "protobufjs": "^6.8.8", "retry-request": "^4.0.0", "semver": "^6.0.0", "walkdir": "^0.4.0" }, "deprecated": false, "description": "Google API Extensions", "devDependencies": { "@compodoc/compodoc": "^1.1.7", "@types/chai": "^4.1.3", "@types/lodash.at": "^4.6.4", "@types/lodash.has": "^4.5.4", "@types/mocha": "^5.2.1", "@types/ncp": "^2.0.1", "@types/node": "^10.3.2", "@types/proxyquire": "^1.3.28", "@types/pumpify": "^1.4.1", "@types/rimraf": "^2.0.2", "@types/semver": "^6.0.0", "@types/sinon": "^7.0.0", "@types/source-map-support": "^0.5.0", "@types/through2": "^2.0.33", "chai": "*", "codecov": "^3.1.0", "download": "^7.1.0", "eslint": "^6.0.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.0.0", "execa": "^2.0.0", "file-loader": "^4.0.0", "fs-extra": "^8.0.0", "google-proto-files": "^1.0.0", "gts": "^1.0.0", "intelli-espower-loader": "^1.0.1", "is-docker": "^2.0.0", "json-loader": "^0.5.7", "karma": "^4.1.0", "karma-child-process": "^1.0.3", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-mocha": "^1.3.0", "karma-remap-coverage": "^0.1.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "linkinator": "^1.5.0", "mocha": "^6.1.4", "ncp": "^2.0.0", "null-loader": "^3.0.0", "nyc": "^14.0.0", "pegjs": "~0.10.0", "prettier": "^1.15.2", "proxyquire": "^2.0.1", "pumpify": "^2.0.0", "puppeteer": "^1.18.0", "rimraf": "^3.0.0", "sinon": "^7.0.0", "source-map-support": "^0.5.6", "stream-events": "^1.0.4", "tar": "^4.4.10", "through2": "^3.0.0", "ts-loader": "^6.0.3", "typescript": "~3.6.0", "webpack": "^4.34.0", "webpack-cli": "^3.3.4" }, "engines": { "node": ">=8.10.0" }, "files": [ "build/src", "build/tools/compileProtos.js", "protos" ], "homepage": "https://github.com/googleapis/gax-nodejs#readme", "keywords": [ "grpc" ], "license": "BSD-3-Clause", "main": "build/src/index.js", "name": "google-gax", "nyc": { "exclude": [ "build/system-test/**", ".system-test-run/**" ] }, "repository": { "type": "git", "url": "git+https://github.com/googleapis/gax-nodejs.git" }, "scripts": { "browser-test": "karma start", "clean": "gts clean", "codecov": "nyc mocha build/test/unit --reporter spec --slow 500 && codecov", "compile": "tsc -p . && cp src/*.json build/src && cp src/*.js build/src && cp -r test/fixtures build/test/", "compile-protos": "pbjs -t json google/longrunning/operations.proto -p ./protos > protos/operations.json && pbjs -t json google/rpc/status.proto google/rpc/error_details.proto google/protobuf/any.proto -p ./protos > protos/status.json", "docs": "compodoc src/", "docs-test": "linkinator docs", "fix": "gts fix && eslint --fix samples/*.js samples/**/*.js", "gen-parser": "pegjs src/pathTemplateParser.pegjs", "lint": "gts check && eslint samples/*.js samples/**/*.js", "posttest": "npm run lint", "predocs-test": "npm run docs", "prepare": "npm run compile && node ./build/tools/prepublish.js", "pretest": "npm run prepare", "samples-test": "echo no sample tests 😱", "system-test": "nyc mocha build/test/system-test --timeout 120000", "test": "nyc mocha build/test/unit" }, "types": "build/src/index.d.ts", "version": "1.5.2" }