package.json
6.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"_from": "google-gax@2.14.1",
"_id": "google-gax@2.14.1",
"_inBundle": false,
"_integrity": "sha512-I5RDEN7MEptrCxeHX3ht7nKFGfyjgYX4hQKI9eVMBohMzVbFSwWUndo0CcKXu8es7NhB4gt2XYLm1AHkXhtHpA==",
"_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.1",
"@types/node": "12.12.48",
"abort-controller": "3.0.0",
"arrify": "2.0.1",
"base64-js": "1.3.1",
"bignumber.js": "9.0.0",
"ecdsa-sig-formatter": "1.0.11",
"end-of-stream": "1.4.4",
"escalade": "3.1.1",
"extend": "3.0.2",
"get-caller-file": "2.0.5",
"https-proxy-agent": "5.0.0",
"inherits": "2.0.4",
"is-stream": "2.0.0",
"jws": "4.0.0",
"lodash.camelcase": "4.3.0",
"long": "4.0.0",
"node-fetch": "2.6.1",
"require-directory": "2.1.1",
"stream-shift": "1.0.1",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "google-gax@2.14.1",
"name": "google-gax",
"escapedName": "google-gax",
"rawSpec": "2.14.1",
"saveSpec": null,
"fetchSpec": "2.14.1"
},
"_requiredBy": [
"/@google-cloud/video-intelligence",
"/@google-cloud/vision"
],
"_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-2.14.1.tgz",
"_shasum": "74885c5d9f01db412917fc49bbf20c4884828d36",
"_spec": "google-gax@2.14.1",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\@google-cloud\\video-intelligence",
"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": "~1.3.0",
"@grpc/proto-loader": "^0.6.1",
"@types/long": "^4.0.0",
"abort-controller": "^3.0.0",
"duplexify": "^4.0.0",
"fast-text-encoding": "^1.0.3",
"google-auth-library": "^7.0.2",
"is-stream-ended": "^0.1.4",
"node-fetch": "^2.6.1",
"object-hash": "^2.1.1",
"protobufjs": "^6.10.2",
"retry-request": "^4.0.0"
},
"deprecated": false,
"description": "Google API Extensions",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/download": "^6.2.4",
"@types/fs-extra": "^8.0.1",
"@types/mocha": "^8.0.0",
"@types/ncp": "^2.0.1",
"@types/node": ">=15.6.0",
"@types/node-fetch": "^2.5.4",
"@types/object-hash": "^2.1.0",
"@types/proxyquire": "^1.3.28",
"@types/pumpify": "^1.4.1",
"@types/rimraf": "^3.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"codecov": "^3.1.0",
"download": "^8.0.0",
"execa": "^5.0.0",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"google-proto-files": "^2.1.0",
"gts": "^2.0.0",
"is-docker": "^2.0.0",
"json-loader": "^0.5.7",
"karma": "^6.0.0",
"karma-child-process": "^1.0.3",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-mocha": "^2.0.0",
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"linkinator": "^2.0.0",
"mkdirp": "^1.0.0",
"mocha": "^8.0.0",
"ncp": "^2.0.0",
"null-loader": "^4.0.0",
"proxyquire": "^2.0.1",
"pumpify": "^2.0.0",
"puppeteer": "^8.0.0",
"rimraf": "^3.0.0",
"sinon": "^11.0.0",
"stream-events": "^1.0.4",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"walkdir": "^0.4.0",
"webpack": "^4.34.0",
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"build/tools/compileProtos.js",
"protos",
"build/protos/"
],
"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": {
"api-documenter": "api-documenter yaml --input-folder=temp",
"api-extractor": "api-extractor run --local",
"browser-test": "karma start",
"clean": "gts clean",
"compile": "tsc -p . && cp src/*.json build/src && cp -r test/fixtures build/test && cp -r protos build/",
"compile-http-protos": "pbjs -t static-module -r http_proto --keep-case google/api/http.proto -p ./protos > protos/http.js && pbts protos/http.js -o protos/http.d.ts",
"compile-iam-protos": "pbjs -t json google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.json && pbjs -t static-module -r iam_protos google/iam/v1/iam_policy.proto google/iam/v1/options.proto google/iam/v1/policy.proto google/iam/v1/logging/audit_data.proto -p ./protos > protos/iam_service.js && pbts protos/iam_service.js -o protos/iam_service.d.ts",
"compile-operation-protos": "pbjs -t json google/longrunning/operations.proto -p ./protos > protos/operations.json && pbjs -t static-module -r operations_protos google/longrunning/operations.proto -p ./protos > protos/operations.js && pbts protos/operations.js -o protos/operations.d.ts",
"compile-status-protos": "pbjs -t json google/rpc/status.proto google/rpc/error_details.proto -p ./protos > protos/status.json",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"precompile": "gts clean",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"prepare": "npm run compile && node ./build/tools/prepublish.js && mkdirp build/protos && cp -r protos/* build/protos/",
"pretest": "npm run prepare",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "c8 mocha build/test/system-test --timeout 600000",
"test": "c8 mocha build/test/unit",
"update-protos": "node ./build/tools/listProtos.js"
},
"types": "build/src/index.d.ts",
"version": "2.14.1"
}