1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/google-gax/package.json

155 lines
5.0 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_from": "google-gax@^1.13.0",
"_id": "google-gax@1.14.1",
"_inBundle": false,
"_integrity": "sha512-lAvILUMnXL+BVSSlbzwpGzs3ZP2r+b1l44zeDTRWceejDgyZORKdPEEhtUw49x9CVwxpPx02+v0yktqnRhUD1A==",
"_location": "/google-gax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-gax@^1.13.0",
"name": "google-gax",
"escapedName": "google-gax",
"rawSpec": "^1.13.0",
"saveSpec": null,
"fetchSpec": "^1.13.0"
},
"_requiredBy": [
"/@google-cloud/firestore"
],
"_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-1.14.1.tgz",
"_shasum": "8271a5293b7b61377d548289964b7e8209984381",
"_spec": "google-gax@^1.13.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\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.6.12",
"@grpc/proto-loader": "^0.5.1",
"@types/fs-extra": "^8.0.1",
"@types/long": "^4.0.0",
"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/node-fetch": "^2.5.4",
"@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",
"c8": "^7.0.0",
"chai": "*",
"codecov": "^3.1.0",
"download": "^7.1.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"execa": "^4.0.0",
"file-loader": "^5.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",
"mkdirp": "^0.5.1",
"mocha": "^7.0.0",
"ncp": "^2.0.0",
"null-loader": "^3.0.0",
"pegjs": "~0.10.0",
"prettier": "^1.15.2",
"proxyquire": "^2.0.1",
"pumpify": "^2.0.0",
"puppeteer": "^2.0.0",
"rimraf": "^3.0.0",
"sinon": "^8.0.0",
"source-map-support": "^0.5.6",
"stream-events": "^1.0.4",
"through2": "^3.0.0",
"ts-loader": "^6.0.3",
"typescript": "3.6.4",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"engines": {
"node": ">=8.10.0"
},
"files": [
"build/src",
"build/tools/compileProtos.js",
"protos",
"build/protos/operations.d.ts"
],
"homepage": "https://github.com/googleapis/gax-nodejs#readme",
"keywords": [
"grpc"
],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "google-gax",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/gax-nodejs.git"
},
"scripts": {
"browser-test": "karma start",
"clean": "gts clean",
"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 && pbjs -t static-module google/longrunning/operations.proto -p ./protos > protos/operations.js && pbts protos/operations.js -o protos/operations.d.ts",
"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",
"predocs-test": "npm run docs",
"prepare": "npm run compile && node ./build/tools/prepublish.js && mkdirp build/protos && cp protos/operations.d.ts build/protos/",
"pretest": "npm run prepare",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "c8 mocha build/test/system-test --timeout 120000",
"test": "c8 mocha build/test/unit"
},
"types": "build/src/index.d.ts",
"version": "1.14.1"
}