package.json
4.08 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
{
"_from": "googleapis@39",
"_id": "googleapis@39.2.0",
"_inBundle": false,
"_integrity": "sha512-66X8TG1B33zAt177sG1CoKoYHPP/B66tEpnnSANGCqotMuY5gqSQO8G/0gqHZR2jRgc5CHSSNOJCnpI0SuDxMQ==",
"_location": "/googleapis",
"_phantomChildren": {
"base64-js": "1.3.1",
"fast-text-encoding": "1.0.0",
"gaxios": "1.8.4",
"gcp-metadata": "1.0.0",
"https-proxy-agent": "2.2.4",
"jws": "3.2.2",
"lru-cache": "5.1.1",
"pify": "4.0.1",
"semver": "5.7.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "googleapis@39",
"name": "googleapis",
"escapedName": "googleapis",
"rawSpec": "39",
"saveSpec": null,
"fetchSpec": "39"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/googleapis/-/googleapis-39.2.0.tgz",
"_shasum": "5c81f721e9da2e80cb0b25821ed60d3bc200c3da",
"_spec": "googleapis@39",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\오픈소스\\Reminder-Talk",
"author": {
"name": "Google Inc."
},
"bugs": {
"url": "https://github.com/googleapis/google-api-nodejs-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"google-auth-library": "^3.0.0",
"googleapis-common": "^0.7.0"
},
"deprecated": false,
"description": "Google APIs Client Library for Node.js",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/nock": "^9.1.3",
"@types/node": "^10.0.8",
"@types/nunjucks": "^3.0.0",
"@types/pify": "^3.0.2",
"@types/qs": "^6.5.1",
"@types/rimraf": "^2.0.2",
"@types/source-map-support": "^0.5.0",
"@types/tmp": "^0.1.0",
"@types/url-template": "^2.0.28",
"assert-rejects": "^1.0.0",
"chai": "^4.2.0",
"codecov": "^3.0.2",
"eslint": "^5.6.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"execa": "^1.0.0",
"gts": "^0.9.0",
"hard-rejection": "^2.0.0",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^0.5.0",
"linkinator": "^1.1.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^10.0.0",
"nunjucks": "^3.1.2",
"nyc": "^13.0.0",
"opn": "^5.3.0",
"p-queue": "^4.0.0",
"pify": "^4.0.0",
"prettier": "^1.14.2",
"rimraf": "^2.6.2",
"server-destroy": "^1.0.1",
"source-map-support": "^0.5.5",
"tmp": "^0.1.0",
"typescript": "~3.4.0"
},
"engines": {
"node": ">=6.0"
},
"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",
"nyc": {
"exclude": [
"build/src/apis",
"build/test",
"samples"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/google-api-nodejs-client.git"
},
"scripts": {
"build-tools": "tsc -p tsconfig.tools.json",
"clean": "gts clean",
"codecov": "nyc report && codecov -f .coverage/*.json",
"compile": "tsc -p .",
"docs": "node build/src/generator/docs",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"fix": "eslint --fix '**/*.js' && gts fix",
"generate": "node build/src/generator/generate.js",
"lint": "gts check && eslint 'samples/**/*.js'",
"postgenerate": "npm run fix",
"predocs": "npm run build-tools",
"predocs-test": "npm run docs",
"pregenerate": "npm run build-tools",
"prepare": "npm run compile",
"pretest": "npm run compile",
"samples-test": "cd samples && npm link ../ && pwd && npm test",
"system-test": "mocha build/system-test",
"test": "nyc mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "39.2.0"
}