server-control-s3 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1015 +0,0 @@
1
- {
2
- "name": "server-control-s3",
3
- "version": "0.0.12",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "server-control-s3",
9
- "version": "0.0.12",
10
- "license": "MIT",
11
- "dependencies": {
12
- "async": "3.2.4",
13
- "aws-sdk": "2.1366.0",
14
- "body-parser": "1.20.2",
15
- "cookie-parser": "1.4.6",
16
- "request": "2.88.2"
17
- }
18
- },
19
- "node_modules/ajv": {
20
- "version": "6.12.6",
21
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
22
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
23
- "dependencies": {
24
- "fast-deep-equal": "^3.1.1",
25
- "fast-json-stable-stringify": "^2.0.0",
26
- "json-schema-traverse": "^0.4.1",
27
- "uri-js": "^4.2.2"
28
- },
29
- "funding": {
30
- "type": "github",
31
- "url": "https://github.com/sponsors/epoberezkin"
32
- }
33
- },
34
- "node_modules/asn1": {
35
- "version": "0.2.6",
36
- "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
37
- "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
38
- "dependencies": {
39
- "safer-buffer": "~2.1.0"
40
- }
41
- },
42
- "node_modules/assert-plus": {
43
- "version": "1.0.0",
44
- "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
45
- "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
46
- "engines": {
47
- "node": ">=0.8"
48
- }
49
- },
50
- "node_modules/async": {
51
- "version": "3.2.4",
52
- "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
53
- "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
54
- },
55
- "node_modules/asynckit": {
56
- "version": "0.4.0",
57
- "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
58
- "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
59
- },
60
- "node_modules/available-typed-arrays": {
61
- "version": "1.0.5",
62
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
63
- "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
64
- "engines": {
65
- "node": ">= 0.4"
66
- },
67
- "funding": {
68
- "url": "https://github.com/sponsors/ljharb"
69
- }
70
- },
71
- "node_modules/aws-sdk": {
72
- "version": "2.1366.0",
73
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1366.0.tgz",
74
- "integrity": "sha512-tS7y18KHH0eq43I8WJsxVBpwOMY45FSsu6a+A/6k0bMrE4zhd1fzhPN+5coNIODaGxnqVvgw9guLg3AOe4SpaA==",
75
- "dependencies": {
76
- "buffer": "4.9.2",
77
- "events": "1.1.1",
78
- "ieee754": "1.1.13",
79
- "jmespath": "0.16.0",
80
- "querystring": "0.2.0",
81
- "sax": "1.2.1",
82
- "url": "0.10.3",
83
- "util": "^0.12.4",
84
- "uuid": "8.0.0",
85
- "xml2js": "0.5.0"
86
- },
87
- "engines": {
88
- "node": ">= 10.0.0"
89
- }
90
- },
91
- "node_modules/aws-sign2": {
92
- "version": "0.7.0",
93
- "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
94
- "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
95
- "engines": {
96
- "node": "*"
97
- }
98
- },
99
- "node_modules/aws4": {
100
- "version": "1.12.0",
101
- "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz",
102
- "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg=="
103
- },
104
- "node_modules/base64-js": {
105
- "version": "1.5.1",
106
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
107
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
108
- "funding": [
109
- {
110
- "type": "github",
111
- "url": "https://github.com/sponsors/feross"
112
- },
113
- {
114
- "type": "patreon",
115
- "url": "https://www.patreon.com/feross"
116
- },
117
- {
118
- "type": "consulting",
119
- "url": "https://feross.org/support"
120
- }
121
- ]
122
- },
123
- "node_modules/bcrypt-pbkdf": {
124
- "version": "1.0.2",
125
- "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
126
- "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
127
- "dependencies": {
128
- "tweetnacl": "^0.14.3"
129
- }
130
- },
131
- "node_modules/body-parser": {
132
- "version": "1.20.2",
133
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz",
134
- "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==",
135
- "dependencies": {
136
- "bytes": "3.1.2",
137
- "content-type": "~1.0.5",
138
- "debug": "2.6.9",
139
- "depd": "2.0.0",
140
- "destroy": "1.2.0",
141
- "http-errors": "2.0.0",
142
- "iconv-lite": "0.4.24",
143
- "on-finished": "2.4.1",
144
- "qs": "6.11.0",
145
- "raw-body": "2.5.2",
146
- "type-is": "~1.6.18",
147
- "unpipe": "1.0.0"
148
- },
149
- "engines": {
150
- "node": ">= 0.8",
151
- "npm": "1.2.8000 || >= 1.4.16"
152
- }
153
- },
154
- "node_modules/body-parser/node_modules/qs": {
155
- "version": "6.11.0",
156
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
157
- "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
158
- "dependencies": {
159
- "side-channel": "^1.0.4"
160
- },
161
- "engines": {
162
- "node": ">=0.6"
163
- },
164
- "funding": {
165
- "url": "https://github.com/sponsors/ljharb"
166
- }
167
- },
168
- "node_modules/buffer": {
169
- "version": "4.9.2",
170
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
171
- "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
172
- "dependencies": {
173
- "base64-js": "^1.0.2",
174
- "ieee754": "^1.1.4",
175
- "isarray": "^1.0.0"
176
- }
177
- },
178
- "node_modules/bytes": {
179
- "version": "3.1.2",
180
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
181
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
182
- "engines": {
183
- "node": ">= 0.8"
184
- }
185
- },
186
- "node_modules/call-bind": {
187
- "version": "1.0.2",
188
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
189
- "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
190
- "dependencies": {
191
- "function-bind": "^1.1.1",
192
- "get-intrinsic": "^1.0.2"
193
- },
194
- "funding": {
195
- "url": "https://github.com/sponsors/ljharb"
196
- }
197
- },
198
- "node_modules/caseless": {
199
- "version": "0.12.0",
200
- "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
201
- "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
202
- },
203
- "node_modules/combined-stream": {
204
- "version": "1.0.8",
205
- "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
206
- "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
207
- "dependencies": {
208
- "delayed-stream": "~1.0.0"
209
- },
210
- "engines": {
211
- "node": ">= 0.8"
212
- }
213
- },
214
- "node_modules/content-type": {
215
- "version": "1.0.5",
216
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
217
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
218
- "engines": {
219
- "node": ">= 0.6"
220
- }
221
- },
222
- "node_modules/cookie": {
223
- "version": "0.4.1",
224
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
225
- "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
226
- "engines": {
227
- "node": ">= 0.6"
228
- }
229
- },
230
- "node_modules/cookie-parser": {
231
- "version": "1.4.6",
232
- "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz",
233
- "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==",
234
- "dependencies": {
235
- "cookie": "0.4.1",
236
- "cookie-signature": "1.0.6"
237
- },
238
- "engines": {
239
- "node": ">= 0.8.0"
240
- }
241
- },
242
- "node_modules/cookie-signature": {
243
- "version": "1.0.6",
244
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
245
- "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ=="
246
- },
247
- "node_modules/core-util-is": {
248
- "version": "1.0.2",
249
- "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
250
- "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
251
- },
252
- "node_modules/dashdash": {
253
- "version": "1.14.1",
254
- "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
255
- "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
256
- "dependencies": {
257
- "assert-plus": "^1.0.0"
258
- },
259
- "engines": {
260
- "node": ">=0.10"
261
- }
262
- },
263
- "node_modules/debug": {
264
- "version": "2.6.9",
265
- "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
266
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
267
- "dependencies": {
268
- "ms": "2.0.0"
269
- }
270
- },
271
- "node_modules/delayed-stream": {
272
- "version": "1.0.0",
273
- "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
274
- "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
275
- "engines": {
276
- "node": ">=0.4.0"
277
- }
278
- },
279
- "node_modules/depd": {
280
- "version": "2.0.0",
281
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
282
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
283
- "engines": {
284
- "node": ">= 0.8"
285
- }
286
- },
287
- "node_modules/destroy": {
288
- "version": "1.2.0",
289
- "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
290
- "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
291
- "engines": {
292
- "node": ">= 0.8",
293
- "npm": "1.2.8000 || >= 1.4.16"
294
- }
295
- },
296
- "node_modules/ecc-jsbn": {
297
- "version": "0.1.2",
298
- "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
299
- "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
300
- "dependencies": {
301
- "jsbn": "~0.1.0",
302
- "safer-buffer": "^2.1.0"
303
- }
304
- },
305
- "node_modules/ee-first": {
306
- "version": "1.1.1",
307
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
308
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
309
- },
310
- "node_modules/events": {
311
- "version": "1.1.1",
312
- "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
313
- "integrity": "sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==",
314
- "engines": {
315
- "node": ">=0.4.x"
316
- }
317
- },
318
- "node_modules/extend": {
319
- "version": "3.0.2",
320
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
321
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
322
- },
323
- "node_modules/extsprintf": {
324
- "version": "1.3.0",
325
- "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
326
- "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
327
- "engines": [
328
- "node >=0.6.0"
329
- ]
330
- },
331
- "node_modules/fast-deep-equal": {
332
- "version": "3.1.3",
333
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
334
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
335
- },
336
- "node_modules/fast-json-stable-stringify": {
337
- "version": "2.1.0",
338
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
339
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
340
- },
341
- "node_modules/for-each": {
342
- "version": "0.3.3",
343
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
344
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
345
- "dependencies": {
346
- "is-callable": "^1.1.3"
347
- }
348
- },
349
- "node_modules/forever-agent": {
350
- "version": "0.6.1",
351
- "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
352
- "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
353
- "engines": {
354
- "node": "*"
355
- }
356
- },
357
- "node_modules/form-data": {
358
- "version": "2.3.3",
359
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
360
- "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
361
- "dependencies": {
362
- "asynckit": "^0.4.0",
363
- "combined-stream": "^1.0.6",
364
- "mime-types": "^2.1.12"
365
- },
366
- "engines": {
367
- "node": ">= 0.12"
368
- }
369
- },
370
- "node_modules/function-bind": {
371
- "version": "1.1.1",
372
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
373
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
374
- },
375
- "node_modules/get-intrinsic": {
376
- "version": "1.2.0",
377
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
378
- "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
379
- "dependencies": {
380
- "function-bind": "^1.1.1",
381
- "has": "^1.0.3",
382
- "has-symbols": "^1.0.3"
383
- },
384
- "funding": {
385
- "url": "https://github.com/sponsors/ljharb"
386
- }
387
- },
388
- "node_modules/getpass": {
389
- "version": "0.1.7",
390
- "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
391
- "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
392
- "dependencies": {
393
- "assert-plus": "^1.0.0"
394
- }
395
- },
396
- "node_modules/gopd": {
397
- "version": "1.0.1",
398
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
399
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
400
- "dependencies": {
401
- "get-intrinsic": "^1.1.3"
402
- },
403
- "funding": {
404
- "url": "https://github.com/sponsors/ljharb"
405
- }
406
- },
407
- "node_modules/har-schema": {
408
- "version": "2.0.0",
409
- "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
410
- "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
411
- "engines": {
412
- "node": ">=4"
413
- }
414
- },
415
- "node_modules/har-validator": {
416
- "version": "5.1.5",
417
- "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
418
- "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
419
- "deprecated": "this library is no longer supported",
420
- "dependencies": {
421
- "ajv": "^6.12.3",
422
- "har-schema": "^2.0.0"
423
- },
424
- "engines": {
425
- "node": ">=6"
426
- }
427
- },
428
- "node_modules/has": {
429
- "version": "1.0.3",
430
- "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
431
- "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
432
- "dependencies": {
433
- "function-bind": "^1.1.1"
434
- },
435
- "engines": {
436
- "node": ">= 0.4.0"
437
- }
438
- },
439
- "node_modules/has-symbols": {
440
- "version": "1.0.3",
441
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
442
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
443
- "engines": {
444
- "node": ">= 0.4"
445
- },
446
- "funding": {
447
- "url": "https://github.com/sponsors/ljharb"
448
- }
449
- },
450
- "node_modules/has-tostringtag": {
451
- "version": "1.0.0",
452
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
453
- "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
454
- "dependencies": {
455
- "has-symbols": "^1.0.2"
456
- },
457
- "engines": {
458
- "node": ">= 0.4"
459
- },
460
- "funding": {
461
- "url": "https://github.com/sponsors/ljharb"
462
- }
463
- },
464
- "node_modules/http-errors": {
465
- "version": "2.0.0",
466
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
467
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
468
- "dependencies": {
469
- "depd": "2.0.0",
470
- "inherits": "2.0.4",
471
- "setprototypeof": "1.2.0",
472
- "statuses": "2.0.1",
473
- "toidentifier": "1.0.1"
474
- },
475
- "engines": {
476
- "node": ">= 0.8"
477
- }
478
- },
479
- "node_modules/http-signature": {
480
- "version": "1.2.0",
481
- "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
482
- "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
483
- "dependencies": {
484
- "assert-plus": "^1.0.0",
485
- "jsprim": "^1.2.2",
486
- "sshpk": "^1.7.0"
487
- },
488
- "engines": {
489
- "node": ">=0.8",
490
- "npm": ">=1.3.7"
491
- }
492
- },
493
- "node_modules/iconv-lite": {
494
- "version": "0.4.24",
495
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
496
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
497
- "dependencies": {
498
- "safer-buffer": ">= 2.1.2 < 3"
499
- },
500
- "engines": {
501
- "node": ">=0.10.0"
502
- }
503
- },
504
- "node_modules/ieee754": {
505
- "version": "1.1.13",
506
- "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
507
- "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
508
- },
509
- "node_modules/inherits": {
510
- "version": "2.0.4",
511
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
512
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
513
- },
514
- "node_modules/is-arguments": {
515
- "version": "1.1.1",
516
- "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
517
- "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
518
- "dependencies": {
519
- "call-bind": "^1.0.2",
520
- "has-tostringtag": "^1.0.0"
521
- },
522
- "engines": {
523
- "node": ">= 0.4"
524
- },
525
- "funding": {
526
- "url": "https://github.com/sponsors/ljharb"
527
- }
528
- },
529
- "node_modules/is-callable": {
530
- "version": "1.2.7",
531
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
532
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
533
- "engines": {
534
- "node": ">= 0.4"
535
- },
536
- "funding": {
537
- "url": "https://github.com/sponsors/ljharb"
538
- }
539
- },
540
- "node_modules/is-generator-function": {
541
- "version": "1.0.10",
542
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
543
- "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
544
- "dependencies": {
545
- "has-tostringtag": "^1.0.0"
546
- },
547
- "engines": {
548
- "node": ">= 0.4"
549
- },
550
- "funding": {
551
- "url": "https://github.com/sponsors/ljharb"
552
- }
553
- },
554
- "node_modules/is-typed-array": {
555
- "version": "1.1.10",
556
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
557
- "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
558
- "dependencies": {
559
- "available-typed-arrays": "^1.0.5",
560
- "call-bind": "^1.0.2",
561
- "for-each": "^0.3.3",
562
- "gopd": "^1.0.1",
563
- "has-tostringtag": "^1.0.0"
564
- },
565
- "engines": {
566
- "node": ">= 0.4"
567
- },
568
- "funding": {
569
- "url": "https://github.com/sponsors/ljharb"
570
- }
571
- },
572
- "node_modules/is-typedarray": {
573
- "version": "1.0.0",
574
- "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
575
- "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
576
- },
577
- "node_modules/isarray": {
578
- "version": "1.0.0",
579
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
580
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
581
- },
582
- "node_modules/isstream": {
583
- "version": "0.1.2",
584
- "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
585
- "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
586
- },
587
- "node_modules/jmespath": {
588
- "version": "0.16.0",
589
- "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
590
- "integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==",
591
- "engines": {
592
- "node": ">= 0.6.0"
593
- }
594
- },
595
- "node_modules/jsbn": {
596
- "version": "0.1.1",
597
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
598
- "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
599
- },
600
- "node_modules/json-schema": {
601
- "version": "0.4.0",
602
- "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
603
- "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
604
- },
605
- "node_modules/json-schema-traverse": {
606
- "version": "0.4.1",
607
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
608
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
609
- },
610
- "node_modules/json-stringify-safe": {
611
- "version": "5.0.1",
612
- "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
613
- "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
614
- },
615
- "node_modules/jsprim": {
616
- "version": "1.4.2",
617
- "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
618
- "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
619
- "dependencies": {
620
- "assert-plus": "1.0.0",
621
- "extsprintf": "1.3.0",
622
- "json-schema": "0.4.0",
623
- "verror": "1.10.0"
624
- },
625
- "engines": {
626
- "node": ">=0.6.0"
627
- }
628
- },
629
- "node_modules/media-typer": {
630
- "version": "0.3.0",
631
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
632
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
633
- "engines": {
634
- "node": ">= 0.6"
635
- }
636
- },
637
- "node_modules/mime-db": {
638
- "version": "1.52.0",
639
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
640
- "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
641
- "engines": {
642
- "node": ">= 0.6"
643
- }
644
- },
645
- "node_modules/mime-types": {
646
- "version": "2.1.35",
647
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
648
- "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
649
- "dependencies": {
650
- "mime-db": "1.52.0"
651
- },
652
- "engines": {
653
- "node": ">= 0.6"
654
- }
655
- },
656
- "node_modules/ms": {
657
- "version": "2.0.0",
658
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
659
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
660
- },
661
- "node_modules/oauth-sign": {
662
- "version": "0.9.0",
663
- "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
664
- "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
665
- "engines": {
666
- "node": "*"
667
- }
668
- },
669
- "node_modules/object-inspect": {
670
- "version": "1.12.3",
671
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
672
- "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
673
- "funding": {
674
- "url": "https://github.com/sponsors/ljharb"
675
- }
676
- },
677
- "node_modules/on-finished": {
678
- "version": "2.4.1",
679
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
680
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
681
- "dependencies": {
682
- "ee-first": "1.1.1"
683
- },
684
- "engines": {
685
- "node": ">= 0.8"
686
- }
687
- },
688
- "node_modules/performance-now": {
689
- "version": "2.1.0",
690
- "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
691
- "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
692
- },
693
- "node_modules/psl": {
694
- "version": "1.9.0",
695
- "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
696
- "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag=="
697
- },
698
- "node_modules/punycode": {
699
- "version": "1.3.2",
700
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
701
- "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
702
- },
703
- "node_modules/qs": {
704
- "version": "6.5.3",
705
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
706
- "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
707
- "engines": {
708
- "node": ">=0.6"
709
- }
710
- },
711
- "node_modules/querystring": {
712
- "version": "0.2.0",
713
- "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
714
- "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==",
715
- "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
716
- "engines": {
717
- "node": ">=0.4.x"
718
- }
719
- },
720
- "node_modules/raw-body": {
721
- "version": "2.5.2",
722
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
723
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
724
- "dependencies": {
725
- "bytes": "3.1.2",
726
- "http-errors": "2.0.0",
727
- "iconv-lite": "0.4.24",
728
- "unpipe": "1.0.0"
729
- },
730
- "engines": {
731
- "node": ">= 0.8"
732
- }
733
- },
734
- "node_modules/request": {
735
- "version": "2.88.2",
736
- "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
737
- "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
738
- "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
739
- "dependencies": {
740
- "aws-sign2": "~0.7.0",
741
- "aws4": "^1.8.0",
742
- "caseless": "~0.12.0",
743
- "combined-stream": "~1.0.6",
744
- "extend": "~3.0.2",
745
- "forever-agent": "~0.6.1",
746
- "form-data": "~2.3.2",
747
- "har-validator": "~5.1.3",
748
- "http-signature": "~1.2.0",
749
- "is-typedarray": "~1.0.0",
750
- "isstream": "~0.1.2",
751
- "json-stringify-safe": "~5.0.1",
752
- "mime-types": "~2.1.19",
753
- "oauth-sign": "~0.9.0",
754
- "performance-now": "^2.1.0",
755
- "qs": "~6.5.2",
756
- "safe-buffer": "^5.1.2",
757
- "tough-cookie": "~2.5.0",
758
- "tunnel-agent": "^0.6.0",
759
- "uuid": "^3.3.2"
760
- },
761
- "engines": {
762
- "node": ">= 6"
763
- }
764
- },
765
- "node_modules/request/node_modules/uuid": {
766
- "version": "3.4.0",
767
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
768
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
769
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
770
- "bin": {
771
- "uuid": "bin/uuid"
772
- }
773
- },
774
- "node_modules/safe-buffer": {
775
- "version": "5.2.1",
776
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
777
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
778
- "funding": [
779
- {
780
- "type": "github",
781
- "url": "https://github.com/sponsors/feross"
782
- },
783
- {
784
- "type": "patreon",
785
- "url": "https://www.patreon.com/feross"
786
- },
787
- {
788
- "type": "consulting",
789
- "url": "https://feross.org/support"
790
- }
791
- ]
792
- },
793
- "node_modules/safer-buffer": {
794
- "version": "2.1.2",
795
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
796
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
797
- },
798
- "node_modules/sax": {
799
- "version": "1.2.1",
800
- "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
801
- "integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA=="
802
- },
803
- "node_modules/setprototypeof": {
804
- "version": "1.2.0",
805
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
806
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
807
- },
808
- "node_modules/side-channel": {
809
- "version": "1.0.4",
810
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
811
- "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
812
- "dependencies": {
813
- "call-bind": "^1.0.0",
814
- "get-intrinsic": "^1.0.2",
815
- "object-inspect": "^1.9.0"
816
- },
817
- "funding": {
818
- "url": "https://github.com/sponsors/ljharb"
819
- }
820
- },
821
- "node_modules/sshpk": {
822
- "version": "1.17.0",
823
- "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
824
- "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
825
- "dependencies": {
826
- "asn1": "~0.2.3",
827
- "assert-plus": "^1.0.0",
828
- "bcrypt-pbkdf": "^1.0.0",
829
- "dashdash": "^1.12.0",
830
- "ecc-jsbn": "~0.1.1",
831
- "getpass": "^0.1.1",
832
- "jsbn": "~0.1.0",
833
- "safer-buffer": "^2.0.2",
834
- "tweetnacl": "~0.14.0"
835
- },
836
- "bin": {
837
- "sshpk-conv": "bin/sshpk-conv",
838
- "sshpk-sign": "bin/sshpk-sign",
839
- "sshpk-verify": "bin/sshpk-verify"
840
- },
841
- "engines": {
842
- "node": ">=0.10.0"
843
- }
844
- },
845
- "node_modules/statuses": {
846
- "version": "2.0.1",
847
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
848
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
849
- "engines": {
850
- "node": ">= 0.8"
851
- }
852
- },
853
- "node_modules/toidentifier": {
854
- "version": "1.0.1",
855
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
856
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
857
- "engines": {
858
- "node": ">=0.6"
859
- }
860
- },
861
- "node_modules/tough-cookie": {
862
- "version": "2.5.0",
863
- "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
864
- "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
865
- "dependencies": {
866
- "psl": "^1.1.28",
867
- "punycode": "^2.1.1"
868
- },
869
- "engines": {
870
- "node": ">=0.8"
871
- }
872
- },
873
- "node_modules/tough-cookie/node_modules/punycode": {
874
- "version": "2.3.0",
875
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
876
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
877
- "engines": {
878
- "node": ">=6"
879
- }
880
- },
881
- "node_modules/tunnel-agent": {
882
- "version": "0.6.0",
883
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
884
- "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
885
- "dependencies": {
886
- "safe-buffer": "^5.0.1"
887
- },
888
- "engines": {
889
- "node": "*"
890
- }
891
- },
892
- "node_modules/tweetnacl": {
893
- "version": "0.14.5",
894
- "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
895
- "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
896
- },
897
- "node_modules/type-is": {
898
- "version": "1.6.18",
899
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
900
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
901
- "dependencies": {
902
- "media-typer": "0.3.0",
903
- "mime-types": "~2.1.24"
904
- },
905
- "engines": {
906
- "node": ">= 0.6"
907
- }
908
- },
909
- "node_modules/unpipe": {
910
- "version": "1.0.0",
911
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
912
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
913
- "engines": {
914
- "node": ">= 0.8"
915
- }
916
- },
917
- "node_modules/uri-js": {
918
- "version": "4.4.1",
919
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
920
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
921
- "dependencies": {
922
- "punycode": "^2.1.0"
923
- }
924
- },
925
- "node_modules/uri-js/node_modules/punycode": {
926
- "version": "2.3.0",
927
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
928
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
929
- "engines": {
930
- "node": ">=6"
931
- }
932
- },
933
- "node_modules/url": {
934
- "version": "0.10.3",
935
- "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
936
- "integrity": "sha512-hzSUW2q06EqL1gKM/a+obYHLIO6ct2hwPuviqTTOcfFVc61UbfJ2Q32+uGL/HCPxKqrdGB5QUwIe7UqlDgwsOQ==",
937
- "dependencies": {
938
- "punycode": "1.3.2",
939
- "querystring": "0.2.0"
940
- }
941
- },
942
- "node_modules/util": {
943
- "version": "0.12.5",
944
- "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
945
- "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
946
- "dependencies": {
947
- "inherits": "^2.0.3",
948
- "is-arguments": "^1.0.4",
949
- "is-generator-function": "^1.0.7",
950
- "is-typed-array": "^1.1.3",
951
- "which-typed-array": "^1.1.2"
952
- }
953
- },
954
- "node_modules/uuid": {
955
- "version": "8.0.0",
956
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz",
957
- "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==",
958
- "bin": {
959
- "uuid": "dist/bin/uuid"
960
- }
961
- },
962
- "node_modules/verror": {
963
- "version": "1.10.0",
964
- "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
965
- "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
966
- "engines": [
967
- "node >=0.6.0"
968
- ],
969
- "dependencies": {
970
- "assert-plus": "^1.0.0",
971
- "core-util-is": "1.0.2",
972
- "extsprintf": "^1.2.0"
973
- }
974
- },
975
- "node_modules/which-typed-array": {
976
- "version": "1.1.9",
977
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
978
- "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
979
- "dependencies": {
980
- "available-typed-arrays": "^1.0.5",
981
- "call-bind": "^1.0.2",
982
- "for-each": "^0.3.3",
983
- "gopd": "^1.0.1",
984
- "has-tostringtag": "^1.0.0",
985
- "is-typed-array": "^1.1.10"
986
- },
987
- "engines": {
988
- "node": ">= 0.4"
989
- },
990
- "funding": {
991
- "url": "https://github.com/sponsors/ljharb"
992
- }
993
- },
994
- "node_modules/xml2js": {
995
- "version": "0.5.0",
996
- "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
997
- "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
998
- "dependencies": {
999
- "sax": ">=0.6.0",
1000
- "xmlbuilder": "~11.0.0"
1001
- },
1002
- "engines": {
1003
- "node": ">=4.0.0"
1004
- }
1005
- },
1006
- "node_modules/xmlbuilder": {
1007
- "version": "11.0.1",
1008
- "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
1009
- "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
1010
- "engines": {
1011
- "node": ">=4.0"
1012
- }
1013
- }
1014
- }
1015
- }