package.json
2.71 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
{
"_from": "teeny-request@^7.0.0",
"_id": "teeny-request@7.1.0",
"_inBundle": false,
"_integrity": "sha512-hPfSc05a7Mf3syqVhSkrVMb844sMiP60MrfGMts3ft6V6UlSkEIGQzgwf0dy1KjdE3FV2lJ5s7QCBFcaoQLA6g==",
"_location": "/teeny-request",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "teeny-request@^7.0.0",
"name": "teeny-request",
"escapedName": "teeny-request",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/@google-cloud/common"
],
"_resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-7.1.0.tgz",
"_shasum": "be7593e62d5f2d656646a0c35fc7c3f18f6300f9",
"_spec": "teeny-request@^7.0.0",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\common",
"author": {
"name": "fhinkel"
},
"bugs": {
"url": "https://github.com/googleapis/teeny-request/issues"
},
"bundleDependencies": false,
"dependencies": {
"http-proxy-agent": "^4.0.0",
"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.1",
"stream-events": "^1.0.5",
"uuid": "^8.0.0"
},
"deprecated": false,
"description": "Like request, but smaller.",
"devDependencies": {
"@compodoc/compodoc": "^1.1.9",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node-fetch": "^2.5.7",
"@types/sinon": "^10.0.0",
"@types/uuid": "^8.0.0",
"c8": "^7.0.0",
"codecov": "^3.1.0",
"gts": "^3.0.0",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"nock": "^13.0.0",
"sinon": "^10.0.0",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=10"
},
"files": [
"build/src"
],
"homepage": "https://github.com/googleapis/teeny-request#readme",
"keywords": [
"request",
"node-fetch",
"fetch"
],
"license": "Apache-2.0",
"main": "./build/src/index.js",
"name": "teeny-request",
"nyc": {
"exclude": [
"build/test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/teeny-request.git"
},
"scripts": {
"api-documenter": "api-documenter yaml --input-folder=temp",
"api-extractor": "api-extractor run --local",
"clean": "gts clean",
"compile": "tsc -p .",
"docs": "compodoc src/",
"docs-test": "linkinator docs",
"fix": "gts fix",
"lint": "gts check",
"precompile": "gts clean",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"pretest": "npm run compile",
"samples-test": "echo no sample tests!",
"system-test": "echo no system tests!",
"test": "c8 mocha build/test"
},
"types": "./build/src/index.d.ts",
"version": "7.1.0"
}