package.json
3.46 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
{
"_from": "gaxios@^1.2.1",
"_id": "gaxios@1.8.4",
"_inBundle": false,
"_integrity": "sha512-BoENMnu1Gav18HcpV9IleMPZ9exM+AvUjrAOV4Mzs/vfz2Lu/ABv451iEXByKiMPn2M140uul1txXCg83sAENw==",
"_location": "/gaxios",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gaxios@^1.2.1",
"name": "gaxios",
"escapedName": "gaxios",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/gcp-metadata",
"/googleapis-common",
"/googleapis-common/google-auth-library",
"/googleapis-common/gtoken",
"/googleapis/google-auth-library",
"/googleapis/gtoken"
],
"_resolved": "https://registry.npmjs.org/gaxios/-/gaxios-1.8.4.tgz",
"_shasum": "e08c34fe93c0a9b67a52b7b9e7a64e6435f9a339",
"_spec": "gaxios@^1.2.1",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\오픈소스\\Reminder-Talk\\node_modules\\googleapis\\node_modules\\google-auth-library",
"author": {
"name": "Google, LLC"
},
"bugs": {
"url": "https://github.com/JustinBeckwith/gaxios/issues"
},
"bundleDependencies": false,
"dependencies": {
"abort-controller": "^3.0.0",
"extend": "^3.0.2",
"https-proxy-agent": "^2.2.1",
"node-fetch": "^2.3.0"
},
"deprecated": false,
"description": "A simple common HTTP client specifically for Google APIs and services.",
"devDependencies": {
"@types/execa": "^0.9.0",
"@types/express": "^4.16.1",
"@types/extend": "^3.0.1",
"@types/mocha": "^5.2.6",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/nock": "^9.3.1",
"@types/node": "^11.9.5",
"@types/node-fetch": "^2.1.6",
"@types/sinon": "^7.0.7",
"@types/tmp": "0.1.0",
"assert-rejects": "^1.0.0",
"codecov": "^3.2.0",
"execa": "^1.0.0",
"express": "^4.16.4",
"gts": "^0.9.0",
"is-docker": "^2.0.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mocha": "^6.0.2",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^10.0.6",
"null-loader": "^0.1.1",
"nyc": "^14.0.0",
"puppeteer": "^1.12.2",
"semantic-release": "^15.13.9",
"sinon": "^7.2.5",
"source-map-support": "^0.5.10",
"tmp": "0.1.0",
"ts-loader": "^5.3.3",
"typescript": "~3.4.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"files": [
"build/src"
],
"homepage": "https://github.com/JustinBeckwith/gaxios#readme",
"keywords": [
"google"
],
"license": "Apache-2.0",
"main": "build/src/index.js",
"name": "gaxios",
"nyc": {
"exclude": [
"build/test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustinBeckwith/gaxios.git"
},
"scripts": {
"browser-test": "node build/browser-test/browser-test-runner.js",
"clean": "gts clean",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"compile": "tsc -p . && npm run fix",
"fix": "gts fix",
"lint": "gts check",
"prebrowser-test": "npm run compile",
"prepare": "npm run compile",
"presystem-test": "npm run compile",
"pretest": "npm run compile",
"system-test": "mocha build/system-test --timeout 40000",
"test": "nyc mocha build/test",
"webpack": "webpack"
},
"types": "build/src/index.d.ts",
"version": "1.8.4"
}