137 lines
3.9 KiB
JSON
137 lines
3.9 KiB
JSON
{
|
|
"_from": "google-gax@^0.22.0",
|
|
"_id": "google-gax@0.22.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QLvRQ00f5eLmkVm9c8JwqDSwQ6yEJXdtwCu+Xvk2EMpzzaTPZxgX+TtU1Ljg7AHJclpxChJpNYrCw10aB1IJlQ==",
|
|
"_location": "/google-gax",
|
|
"_phantomChildren": {
|
|
"@protobufjs/aspromise": "1.1.2",
|
|
"@protobufjs/base64": "1.1.2",
|
|
"@protobufjs/codegen": "2.0.4",
|
|
"@protobufjs/eventemitter": "1.1.0",
|
|
"@protobufjs/fetch": "1.1.0",
|
|
"@protobufjs/float": "1.0.2",
|
|
"@protobufjs/inquire": "1.1.0",
|
|
"@protobufjs/path": "1.1.2",
|
|
"@protobufjs/pool": "1.1.0",
|
|
"@protobufjs/utf8": "1.1.0",
|
|
"@types/long": "4.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "google-gax@^0.22.0",
|
|
"name": "google-gax",
|
|
"escapedName": "google-gax",
|
|
"rawSpec": "^0.22.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.22.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/firestore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-0.22.1.tgz",
|
|
"_shasum": "62a8109648a17027d64b3c3346d74fd9c0029333",
|
|
"_spec": "google-gax@^0.22.0",
|
|
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\@google-cloud\\firestore",
|
|
"author": {
|
|
"name": "Google API Authors"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/gax-nodejs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^0.3.0",
|
|
"@grpc/proto-loader": "^0.3.0",
|
|
"duplexify": "^3.6.0",
|
|
"google-auth-library": "^2.0.0",
|
|
"google-proto-files": "^0.18.0",
|
|
"grpc": "^1.16.0",
|
|
"is-stream-ended": "^0.1.4",
|
|
"lodash.at": "^4.6.0",
|
|
"lodash.has": "^4.5.2",
|
|
"protobufjs": "^6.8.8",
|
|
"retry-request": "^4.0.0",
|
|
"semver": "^5.5.1",
|
|
"walkdir": "0.0.12"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Google API Extensions",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.3",
|
|
"@types/duplexify": "^3.5.0",
|
|
"@types/lodash.at": "^4.6.4",
|
|
"@types/lodash.has": "^4.5.4",
|
|
"@types/mocha": "^5.2.1",
|
|
"@types/node": "^10.3.2",
|
|
"@types/proxyquire": "^1.3.28",
|
|
"@types/pumpify": "^1.4.1",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/semver": "^5.5.0",
|
|
"@types/sinon": "^5.0.1",
|
|
"@types/source-map-support": "^0.4.1",
|
|
"@types/through2": "^2.0.33",
|
|
"chai": "*",
|
|
"codecov": "^3.1.0",
|
|
"gts": "^0.8.0",
|
|
"ink-docstrap": "^1.3.2",
|
|
"intelli-espower-loader": "^1.0.1",
|
|
"istanbul": "~0.4.5",
|
|
"jsdoc": "^3.5.5",
|
|
"mocha": "~5.2.0",
|
|
"nyc": "^13.1.0",
|
|
"pegjs": "~0.10.0",
|
|
"proxyquire": "^2.0.1",
|
|
"pumpify": "^1.5.1",
|
|
"rimraf": "^2.6.2",
|
|
"sinon": "^7.0.0",
|
|
"source-map-support": "^0.5.6",
|
|
"stream-events": "^1.0.4",
|
|
"through2": "^3.0.0",
|
|
"typescript": "~3.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"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": {
|
|
"clean": "gts clean",
|
|
"codecov": "nyc mocha build/test --reporter spec --slow 500 && codecov",
|
|
"compile": "tsc -p . && cp src/*.json build/src && cp src/*.js build/src",
|
|
"docs": "echo no docs 📗",
|
|
"fix": "gts fix",
|
|
"gen-parser": "pegjs lib/path_template_parser.pegjs",
|
|
"lint": "gts check",
|
|
"posttest": "npm run lint",
|
|
"prepare": "npm run compile",
|
|
"pretest-only": "npm run compile",
|
|
"publish-gh-pages": "bash ./publish-gh-pages.sh",
|
|
"samples-test": "echo no sample tests 😱",
|
|
"system-test": "nyc mocha --timeout 1200000 build/system-test",
|
|
"test": "npm run test-only",
|
|
"test-only": "nyc mocha build/test --reporter spec --slow 500"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "0.22.1"
|
|
}
|