package.json
4.54 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
{
"_args": [
[
"googleapis@74.2.0",
"/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
]
],
"_from": "googleapis@74.2.0",
"_id": "googleapis@74.2.0",
"_inBundle": false,
"_integrity": "sha512-AF8RwmTbz8GGIza9LViokOUAsrEkB6gKwvIGXbgWEWzZO1+DRsbKSstHotDgUA4zdXhVtGkOW7uqNs/wz4rYNA==",
"_location": "/googleapis",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "googleapis@74.2.0",
"name": "googleapis",
"escapedName": "googleapis",
"rawSpec": "74.2.0",
"saveSpec": null,
"fetchSpec": "74.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/googleapis/-/googleapis-74.2.0.tgz",
"_spec": "74.2.0",
"_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/google-api-nodejs-client/issues"
},
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
},
"description": "Google APIs Client Library for Node.js",
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/execa": "^0.9.0",
"@types/mkdirp": "^1.0.0",
"@types/mocha": "^8.0.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/node": "^12.0.1",
"@types/nunjucks": "^3.1.1",
"@types/prettier": "^2.0.0",
"@types/proxyquire": "^1.3.28",
"@types/qs": "^6.5.3",
"@types/sinon": "^10.0.0",
"@types/tmp": "^0.2.0",
"@types/url-template": "^2.0.28",
"@types/yargs-parser": "^20.0.0",
"c8": "^7.0.0",
"codecov": "^3.4.0",
"cross-env": "^7.0.3",
"execa": "^5.0.0",
"gaxios": "^4.0.0",
"gts": "^2.0.0",
"js-green-licenses": "^3.0.0",
"linkinator": "^2.0.0",
"mkdirp": "^1.0.0",
"mocha": "^8.1.3",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^13.0.0",
"nunjucks": "^3.2.1",
"open": "^8.0.0",
"p-queue": "^6.0.0",
"prettier": "^2.0.5",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
"server-destroy": "^1.0.1",
"sinon": "^11.0.0",
"tmp": "^0.2.0",
"typescript": "^3.8.3",
"yargs-parser": "^20.2.0"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src",
"!build/src/**/*.map"
],
"homepage": "https://github.com/googleapis/google-api-nodejs-client#readme",
"keywords": [
"google",
"api",
"google apis",
"client",
"client library"
],
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "googleapis",
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/google-api-nodejs-client.git"
},
"scripts": {
"api-documenter": "api-documenter yaml --input-folder=temp",
"api-extractor": "api-extractor run --local",
"build-test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.test.json",
"build-tools": "tsc -p tsconfig.tools.json",
"clean": "gts clean",
"compile": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json",
"docs": "node build/src/generator/docs",
"docs-extract": "node --max-old-space-size=8192 ./node_modules/@microsoft/api-extractor/bin/api-extractor run --local --verbose",
"docs-md": "node --max-old-space-size=8192 ./node_modules/@microsoft/api-documenter/bin/api-documenter markdown --input-folder build/docs --output-folder docs",
"docs-test": "echo 🙈 this was taking too long and timing out CI",
"docs2": "npm run docs-extract && npm run docs-md",
"download": "node build/src/generator/download.js",
"fix": "gts fix",
"generate": "node build/src/generator/generator.js",
"lint": "gts check",
"prebuild-test": "rimraf build",
"precompile": "rimraf build",
"predocs": "npm run build-tools",
"predocs2": "npm run compile",
"predownload": "npm run build-tools",
"pregenerate": "npm run build-tools",
"prelint": "cd samples; npm link ../; npm i",
"prepare": "npm run compile",
"presubmit-prs": "npm run compile",
"presystem-test": "npm run build-test",
"pretest": "npm run build-test",
"preupdate-disclaimers": "npm run build-tools",
"samples-test": "cd samples && npm install && npm link ../ && pwd && npm test",
"submit-prs": "node --max-old-space-size=8192 build/src/generator/synth.js",
"system-test": "mocha build/system-test",
"test": "c8 mocha build/test",
"update-disclaimers": "node build/src/generator/disclaimer.js"
},
"types": "./build/src/index.d.ts",
"version": "74.2.0"
}