package.json
3.31 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
{
"_from": "@google-cloud/speech",
"_id": "@google-cloud/speech@4.5.2",
"_inBundle": false,
"_integrity": "sha512-MAxa6tlXzA0ZDL2Or7U7GTjrlbjU7ZpSxAeu0gUe79Df1W3ALcFl33zMJmBAc/xzKWZ+yQ1XIdPIYq2ydam4WQ==",
"_location": "/@google-cloud/speech",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@google-cloud/speech",
"name": "@google-cloud/speech",
"escapedName": "@google-cloud%2fspeech",
"scope": "@google-cloud",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@google-cloud/speech/-/speech-4.5.2.tgz",
"_shasum": "96fab034f49ecb319c2ed8531cbcfa02b7b9b87c",
"_spec": "@google-cloud/speech",
"_where": "C:\\Users\\qud97\\Desktop\\opensource\\Voicoding",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/nodejs-speech/issues"
},
"bundleDependencies": false,
"dependencies": {
"@google-cloud/common": "^3.0.0",
"@types/pumpify": "^1.4.1",
"google-gax": "^2.12.0",
"protobufjs": "^6.8.6",
"pumpify": "^2.0.0",
"stream-events": "^1.0.4",
"uuid": "^8.3.2"
},
"deprecated": false,
"description": "Cloud Speech Client Library for Node.js",
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.2",
"gts": "^2.0.0",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^11.0.0",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"build/protos",
"build/src",
"AUTHORS",
"LICENSE"
],
"homepage": "https://github.com/googleapis/nodejs-speech#readme",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google speech",
"speech",
"Google Cloud Speech API"
],
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "@google-cloud/speech",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/nodejs-speech.git"
},
"scripts": {
"api-documenter": "api-documenter yaml --input-folder=temp",
"api-extractor": "api-extractor run --local",
"clean": "gts clean",
"compile": "tsc -p . && cp system-test/*.js build/system-test/ && cp -r protos build/",
"compile-protos": "compileProtos src",
"docs": "jsdoc -c .jsdoc.js",
"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-protos && npm run compile",
"pretest": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "c8 mocha build/system-test/*.js --timeout 600000",
"test": "c8 mocha build/test/*.js"
},
"version": "4.5.2"
}