package.json
5.12 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
{
"_from": "google-gax@^1.9.0",
"_id": "google-gax@1.11.0",
"_inBundle": false,
"_integrity": "sha512-xdAdiMx0fvTg5f7pRLQbS7Srlu188KK6j1ur/dB7DEs3/Smpw5WBFIso0tkhkJRYhThPDnYgT3Ia+kjpWH4tRQ==",
"_location": "/google-gax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-gax@^1.9.0",
"name": "google-gax",
"escapedName": "google-gax",
"rawSpec": "^1.9.0",
"saveSpec": null,
"fetchSpec": "^1.9.0"
},
"_requiredBy": [
"/@google-cloud/text-to-speech"
],
"_resolved": "https://registry.npmjs.org/google-gax/-/google-gax-1.11.0.tgz",
"_shasum": "4e418e14be89cea4b4816221202065791555563b",
"_spec": "google-gax@^1.9.0",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\@google-cloud\\text-to-speech",
"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.9",
"@grpc/proto-loader": "^0.5.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/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": "^3.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",
"mkdirp": "^0.5.1",
"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": "^2.0.0",
"rimraf": "^3.0.0",
"sinon": "^7.0.0",
"source-map-support": "^0.5.6",
"stream-events": "^1.0.4",
"through2": "^3.0.0",
"ts-loader": "^6.0.3",
"typescript": "~3.7.0",
"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": "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 && 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",
"posttest": "npm run lint",
"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": "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.11.0"
}