mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
112 lines
3.3 KiB
JSON
112 lines
3.3 KiB
JSON
{
|
|
"_from": "google-gax@^0.18.0",
|
|
"_id": "google-gax@0.18.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cF2s3aTw1cWDHsjaYfIizJZT0KJF0FSM3laiCX4O/K0ZcdmeE9PitG2bxRH+dY+Sz094//m+JoH1hBtSyOf67A==",
|
|
"_location": "/google-gax",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "google-gax@^0.18.0",
|
|
"name": "google-gax",
|
|
"escapedName": "google-gax",
|
|
"rawSpec": "^0.18.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.18.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/firestore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-0.18.0.tgz",
|
|
"_shasum": "07ede5c3d8a41be627c168454c3e7ff60f648bfe",
|
|
"_spec": "google-gax@^0.18.0",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\firestore",
|
|
"author": {
|
|
"name": "Google API Authors"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/googleapis/gax-nodejs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.3.0",
|
|
"duplexify": "^3.6.0",
|
|
"extend": "^3.0.1",
|
|
"globby": "^8.0.1",
|
|
"google-auth-library": "^1.6.1",
|
|
"google-proto-files": "^0.16.0",
|
|
"grpc": "^1.12.2",
|
|
"is-stream-ended": "^0.1.4",
|
|
"lodash": "^4.17.10",
|
|
"protobufjs": "^6.8.8",
|
|
"retry-request": "^4.0.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Google API Extensions",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.3",
|
|
"@types/duplexify": "^3.5.0",
|
|
"@types/extend": "^3.0.0",
|
|
"@types/globby": "^8.0.0",
|
|
"@types/lodash": "^4.14.109",
|
|
"@types/mocha": "^5.2.1",
|
|
"@types/node": "^10.3.2",
|
|
"@types/proxyquire": "^1.3.28",
|
|
"@types/pumpify": "^1.4.1",
|
|
"@types/sinon": "^5.0.1",
|
|
"@types/source-map-support": "^0.4.1",
|
|
"@types/through2": "^2.0.33",
|
|
"chai": "*",
|
|
"codecov": "~3.0.2",
|
|
"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",
|
|
"pegjs": "~0.10.0",
|
|
"proxyquire": "^2.0.1",
|
|
"pumpify": "^1.5.1",
|
|
"sinon": "^6.0.0",
|
|
"source-map-support": "^0.5.6",
|
|
"stream-events": "^1.0.4",
|
|
"typescript": "~3.0.0"
|
|
},
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/googleapis/gax-nodejs.git"
|
|
},
|
|
"scripts": {
|
|
"check": "gts check",
|
|
"clean": "gts clean",
|
|
"codecov": "istanbul test ./node_modules/mocha/bin/_mocha -- build/test --reporter spec --slow 500 && ./node_modules/codecov/bin/codecov",
|
|
"compile": "tsc -p . && cp src/operations_client_config.json build/src",
|
|
"docs": "jsdoc -c .jsdoc.js -d doc",
|
|
"fix": "gts fix",
|
|
"gen-parser": "pegjs lib/path_template_parser.pegjs",
|
|
"posttest": "npm run check",
|
|
"prepare": "npm run compile",
|
|
"pretest-only": "npm run compile",
|
|
"publish-gh-pages": "bash ./publish-gh-pages.sh",
|
|
"test": "npm run test-only",
|
|
"test-only": "istanbul test ./node_modules/mocha/bin/_mocha -- build/test --reporter spec --slow 500"
|
|
},
|
|
"types": "build/src/index.d.ts",
|
|
"version": "0.18.0"
|
|
}
|