appium-uiautomator2-driver 2.29.9 → 2.29.11

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/build/index.js +2 -3
  3. package/build/lib/commands/actions.js +4 -7
  4. package/build/lib/commands/actions.js.map +1 -1
  5. package/build/lib/commands/alert.js +4 -7
  6. package/build/lib/commands/alert.js.map +1 -1
  7. package/build/lib/commands/app-strings.js +2 -3
  8. package/build/lib/commands/app-strings.js.map +1 -1
  9. package/build/lib/commands/battery.js +3 -5
  10. package/build/lib/commands/battery.js.map +1 -1
  11. package/build/lib/commands/element.js +4 -7
  12. package/build/lib/commands/element.js.map +1 -1
  13. package/build/lib/commands/find.js +3 -5
  14. package/build/lib/commands/find.js.map +1 -1
  15. package/build/lib/commands/general.js +2 -3
  16. package/build/lib/commands/general.js.map +1 -1
  17. package/build/lib/commands/gestures.js +2 -3
  18. package/build/lib/commands/gestures.js.map +1 -1
  19. package/build/lib/commands/index.js +2 -3
  20. package/build/lib/commands/index.js.map +1 -1
  21. package/build/lib/commands/screenshot.js +2 -3
  22. package/build/lib/commands/screenshot.js.map +1 -1
  23. package/build/lib/commands/touch.js +2 -3
  24. package/build/lib/commands/touch.js.map +1 -1
  25. package/build/lib/commands/viewport.js +3 -5
  26. package/build/lib/commands/viewport.js.map +1 -1
  27. package/build/lib/css-converter.js +2 -3
  28. package/build/lib/css-converter.js.map +1 -1
  29. package/build/lib/desired-caps.js +2 -3
  30. package/build/lib/desired-caps.js.map +1 -1
  31. package/build/lib/driver.js +2 -3
  32. package/build/lib/driver.js.map +1 -1
  33. package/build/lib/extensions.js +3 -5
  34. package/build/lib/extensions.js.map +1 -1
  35. package/build/lib/helpers.js +2 -3
  36. package/build/lib/helpers.js.map +1 -1
  37. package/build/lib/logger.js +2 -3
  38. package/build/lib/logger.js.map +1 -1
  39. package/build/lib/method-map.js +2 -3
  40. package/build/lib/method-map.js.map +1 -1
  41. package/build/lib/uiautomator2.js +5 -9
  42. package/build/lib/uiautomator2.js.map +1 -1
  43. package/npm-shrinkwrap.json +4883 -0
  44. package/package.json +6 -4
@@ -0,0 +1,4883 @@
1
+ {
2
+ "name": "appium-uiautomator2-driver",
3
+ "version": "2.29.11",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "appium-uiautomator2-driver",
9
+ "version": "2.29.11",
10
+ "license": "Apache-2.0",
11
+ "dependencies": {
12
+ "@babel/runtime": "^7.0.0",
13
+ "appium-adb": "^9.14.12",
14
+ "appium-android-driver": "^5.14.10",
15
+ "appium-chromedriver": "^5.6.5",
16
+ "appium-uiautomator2-server": "^5.12.2",
17
+ "asyncbox": "^2.3.1",
18
+ "axios": "^1.x",
19
+ "bluebird": "^3.5.1",
20
+ "css-selector-parser": "^2.2.3",
21
+ "lodash": "^4.17.4",
22
+ "portscanner": "^2.2.0",
23
+ "source-map-support": "^0.x",
24
+ "teen_process": "^2.0.0"
25
+ },
26
+ "devDependencies": {
27
+ "@appium/eslint-config-appium": "^8.0.0",
28
+ "@appium/test-support": "^3.0.0",
29
+ "@babel/cli": "^7.18.10",
30
+ "@babel/core": "^7.18.10",
31
+ "@babel/eslint-parser": "^7.18.9",
32
+ "@babel/plugin-transform-runtime": "^7.18.10",
33
+ "@babel/preset-env": "^7.18.10",
34
+ "@babel/register": "^7.18.9",
35
+ "@semantic-release/changelog": "^6.0.1",
36
+ "@semantic-release/git": "^10.0.1",
37
+ "@xmldom/xmldom": "^0.x",
38
+ "android-apidemos": "^4.1.1",
39
+ "babel-plugin-source-map-support": "^2.2.0",
40
+ "chai": "^4.1.0",
41
+ "chai-as-promised": "^7.1.1",
42
+ "conventional-changelog-conventionalcommits": "^7.0.1",
43
+ "eslint-config-prettier": "^8.5.0",
44
+ "fancy-log": "^2.0.0",
45
+ "lint-staged": "^14.0.0",
46
+ "mocha": "^10.0.0",
47
+ "pre-commit": "^1.2.2",
48
+ "rimraf": "^5.0.0",
49
+ "semantic-release": "^21.1.0",
50
+ "sharp": "^0.x",
51
+ "sinon": "^15.0.0",
52
+ "unzipper": "^0.x",
53
+ "webdriverio": "^8.0.5",
54
+ "xpath": "^0.x"
55
+ },
56
+ "engines": {
57
+ "node": ">=14",
58
+ "npm": ">=8"
59
+ },
60
+ "peerDependencies": {
61
+ "appium": "^2.0.0-beta.40"
62
+ }
63
+ },
64
+ "node_modules/@appium/base-driver": {
65
+ "version": "9.3.20",
66
+ "license": "Apache-2.0",
67
+ "dependencies": {
68
+ "@appium/support": "^4.1.6",
69
+ "@appium/types": "^0.13.4",
70
+ "@colors/colors": "1.6.0",
71
+ "@types/async-lock": "1.4.0",
72
+ "@types/bluebird": "3.5.38",
73
+ "@types/express": "4.17.17",
74
+ "@types/lodash": "4.14.197",
75
+ "@types/method-override": "0.0.32",
76
+ "@types/serve-favicon": "2.5.4",
77
+ "async-lock": "1.4.0",
78
+ "asyncbox": "2.9.4",
79
+ "axios": "1.4.0",
80
+ "bluebird": "3.7.2",
81
+ "body-parser": "1.20.2",
82
+ "es6-error": "4.1.1",
83
+ "express": "4.18.2",
84
+ "http-status-codes": "2.2.0",
85
+ "lodash": "4.17.21",
86
+ "lru-cache": "7.18.3",
87
+ "method-override": "3.0.0",
88
+ "morgan": "1.10.0",
89
+ "serve-favicon": "2.5.0",
90
+ "source-map-support": "0.5.21",
91
+ "type-fest": "3.13.1",
92
+ "validate.js": "0.13.1"
93
+ },
94
+ "engines": {
95
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
96
+ "npm": ">=8"
97
+ }
98
+ },
99
+ "node_modules/@appium/base-driver/node_modules/axios": {
100
+ "version": "1.4.0",
101
+ "license": "MIT",
102
+ "dependencies": {
103
+ "follow-redirects": "^1.15.0",
104
+ "form-data": "^4.0.0",
105
+ "proxy-from-env": "^1.1.0"
106
+ }
107
+ },
108
+ "node_modules/@appium/base-driver/node_modules/lru-cache": {
109
+ "version": "7.18.3",
110
+ "license": "ISC",
111
+ "engines": {
112
+ "node": ">=12"
113
+ }
114
+ },
115
+ "node_modules/@appium/base-plugin": {
116
+ "version": "2.2.20",
117
+ "extraneous": true,
118
+ "license": "Apache-2.0",
119
+ "dependencies": {
120
+ "@appium/base-driver": "^9.3.20",
121
+ "@appium/support": "^4.1.6"
122
+ },
123
+ "engines": {
124
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
125
+ "npm": ">=8"
126
+ }
127
+ },
128
+ "node_modules/@appium/docutils": {
129
+ "version": "0.4.9",
130
+ "extraneous": true,
131
+ "license": "Apache-2.0",
132
+ "dependencies": {
133
+ "@appium/support": "^4.1.6",
134
+ "@appium/tsconfig": "^0.3.1",
135
+ "@appium/typedoc-plugin-appium": "^0.6.6",
136
+ "@sliphua/lilconfig-ts-loader": "3.2.2",
137
+ "@types/which": "3.0.0",
138
+ "chalk": "4.1.2",
139
+ "consola": "2.15.3",
140
+ "diff": "5.1.0",
141
+ "figures": "3.2.0",
142
+ "find-up": "5.0.0",
143
+ "json5": "2.2.3",
144
+ "lilconfig": "2.1.0",
145
+ "lodash": "4.17.21",
146
+ "log-symbols": "4.1.0",
147
+ "pkg-dir": "5.0.0",
148
+ "read-pkg": "5.2.0",
149
+ "semver": "7.5.4",
150
+ "source-map-support": "0.5.21",
151
+ "teen_process": "2.0.4",
152
+ "type-fest": "3.13.1",
153
+ "typedoc": "0.23.28",
154
+ "typedoc-plugin-markdown": "3.14.0",
155
+ "typedoc-plugin-resolve-crossmodule-references": "0.3.3",
156
+ "typescript": "5.0.4",
157
+ "yaml": "2.3.1",
158
+ "yargs": "17.7.2",
159
+ "yargs-parser": "21.1.1"
160
+ },
161
+ "bin": {
162
+ "appium-docs": "bin/appium-docs.js"
163
+ },
164
+ "engines": {
165
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
166
+ "npm": ">=8"
167
+ }
168
+ },
169
+ "node_modules/@appium/docutils/node_modules/ansi-styles": {
170
+ "version": "4.3.0",
171
+ "extraneous": true,
172
+ "license": "MIT",
173
+ "dependencies": {
174
+ "color-convert": "^2.0.1"
175
+ },
176
+ "engines": {
177
+ "node": ">=8"
178
+ },
179
+ "funding": {
180
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
181
+ }
182
+ },
183
+ "node_modules/@appium/docutils/node_modules/chalk": {
184
+ "version": "4.1.2",
185
+ "extraneous": true,
186
+ "license": "MIT",
187
+ "dependencies": {
188
+ "ansi-styles": "^4.1.0",
189
+ "supports-color": "^7.1.0"
190
+ },
191
+ "engines": {
192
+ "node": ">=10"
193
+ },
194
+ "funding": {
195
+ "url": "https://github.com/chalk/chalk?sponsor=1"
196
+ }
197
+ },
198
+ "node_modules/@appium/docutils/node_modules/color-convert": {
199
+ "version": "2.0.1",
200
+ "extraneous": true,
201
+ "license": "MIT",
202
+ "dependencies": {
203
+ "color-name": "~1.1.4"
204
+ },
205
+ "engines": {
206
+ "node": ">=7.0.0"
207
+ }
208
+ },
209
+ "node_modules/@appium/docutils/node_modules/color-name": {
210
+ "version": "1.1.4",
211
+ "extraneous": true,
212
+ "license": "MIT"
213
+ },
214
+ "node_modules/@appium/docutils/node_modules/supports-color": {
215
+ "version": "7.2.0",
216
+ "extraneous": true,
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "has-flag": "^4.0.0"
220
+ },
221
+ "engines": {
222
+ "node": ">=8"
223
+ }
224
+ },
225
+ "node_modules/@appium/docutils/node_modules/teen_process": {
226
+ "version": "2.0.4",
227
+ "extraneous": true,
228
+ "license": "Apache-2.0",
229
+ "dependencies": {
230
+ "bluebird": "3.7.2",
231
+ "lodash": "4.17.21",
232
+ "shell-quote": "1.8.1",
233
+ "source-map-support": "0.5.21"
234
+ },
235
+ "engines": {
236
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
237
+ "npm": ">=8"
238
+ }
239
+ },
240
+ "node_modules/@appium/schema": {
241
+ "version": "0.3.1",
242
+ "license": "Apache-2.0",
243
+ "dependencies": {
244
+ "@types/json-schema": "7.0.12",
245
+ "json-schema": "0.4.0",
246
+ "source-map-support": "0.5.21"
247
+ },
248
+ "engines": {
249
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
250
+ "npm": ">=8"
251
+ }
252
+ },
253
+ "node_modules/@appium/support": {
254
+ "version": "4.1.6",
255
+ "license": "Apache-2.0",
256
+ "dependencies": {
257
+ "@appium/tsconfig": "^0.3.1",
258
+ "@appium/types": "^0.13.4",
259
+ "@colors/colors": "1.6.0",
260
+ "@types/archiver": "5.3.2",
261
+ "@types/base64-stream": "1.0.2",
262
+ "@types/find-root": "1.1.2",
263
+ "@types/jsftp": "2.1.2",
264
+ "@types/klaw": "3.0.3",
265
+ "@types/lockfile": "1.0.2",
266
+ "@types/mv": "2.1.2",
267
+ "@types/ncp": "2.0.5",
268
+ "@types/npmlog": "4.1.4",
269
+ "@types/pluralize": "0.0.30",
270
+ "@types/semver": "7.5.0",
271
+ "@types/shell-quote": "1.7.1",
272
+ "@types/supports-color": "8.1.1",
273
+ "@types/teen_process": "2.0.0",
274
+ "@types/uuid": "9.0.2",
275
+ "@types/which": "3.0.0",
276
+ "archiver": "5.3.2",
277
+ "axios": "1.4.0",
278
+ "base64-stream": "1.0.0",
279
+ "bluebird": "3.7.2",
280
+ "bplist-creator": "0.1.1",
281
+ "bplist-parser": "0.3.2",
282
+ "form-data": "4.0.0",
283
+ "get-stream": "6.0.1",
284
+ "glob": "10.3.3",
285
+ "jsftp": "2.1.3",
286
+ "klaw": "4.1.0",
287
+ "lockfile": "1.0.4",
288
+ "lodash": "4.17.21",
289
+ "log-symbols": "4.1.0",
290
+ "moment": "2.29.4",
291
+ "mv": "2.1.1",
292
+ "ncp": "2.0.0",
293
+ "npmlog": "7.0.1",
294
+ "opencv-bindings": "4.5.5",
295
+ "pkg-dir": "5.0.0",
296
+ "plist": "3.1.0",
297
+ "pluralize": "8.0.0",
298
+ "read-pkg": "5.2.0",
299
+ "resolve-from": "5.0.0",
300
+ "sanitize-filename": "1.6.3",
301
+ "semver": "7.5.4",
302
+ "shell-quote": "1.8.1",
303
+ "source-map-support": "0.5.21",
304
+ "supports-color": "8.1.1",
305
+ "teen_process": "2.0.4",
306
+ "type-fest": "3.13.1",
307
+ "uuid": "9.0.0",
308
+ "which": "3.0.1",
309
+ "yauzl": "2.10.0"
310
+ },
311
+ "engines": {
312
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
313
+ "npm": ">=8"
314
+ },
315
+ "optionalDependencies": {
316
+ "sharp": "0.32.5"
317
+ }
318
+ },
319
+ "node_modules/@appium/support/node_modules/axios": {
320
+ "version": "1.4.0",
321
+ "license": "MIT",
322
+ "dependencies": {
323
+ "follow-redirects": "^1.15.0",
324
+ "form-data": "^4.0.0",
325
+ "proxy-from-env": "^1.1.0"
326
+ }
327
+ },
328
+ "node_modules/@appium/support/node_modules/sharp": {
329
+ "version": "0.32.5",
330
+ "hasInstallScript": true,
331
+ "license": "Apache-2.0",
332
+ "optional": true,
333
+ "dependencies": {
334
+ "color": "^4.2.3",
335
+ "detect-libc": "^2.0.2",
336
+ "node-addon-api": "^6.1.0",
337
+ "prebuild-install": "^7.1.1",
338
+ "semver": "^7.5.4",
339
+ "simple-get": "^4.0.1",
340
+ "tar-fs": "^3.0.4",
341
+ "tunnel-agent": "^0.6.0"
342
+ },
343
+ "engines": {
344
+ "node": ">=14.15.0"
345
+ },
346
+ "funding": {
347
+ "url": "https://opencollective.com/libvips"
348
+ }
349
+ },
350
+ "node_modules/@appium/support/node_modules/teen_process": {
351
+ "version": "2.0.4",
352
+ "license": "Apache-2.0",
353
+ "dependencies": {
354
+ "bluebird": "3.7.2",
355
+ "lodash": "4.17.21",
356
+ "shell-quote": "1.8.1",
357
+ "source-map-support": "0.5.21"
358
+ },
359
+ "engines": {
360
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
361
+ "npm": ">=8"
362
+ }
363
+ },
364
+ "node_modules/@appium/tsconfig": {
365
+ "version": "0.3.1",
366
+ "license": "Apache-2.0",
367
+ "dependencies": {
368
+ "@tsconfig/node14": "1.0.3"
369
+ },
370
+ "engines": {
371
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
372
+ "npm": ">=8"
373
+ }
374
+ },
375
+ "node_modules/@appium/typedoc-plugin-appium": {
376
+ "version": "0.6.6",
377
+ "extraneous": true,
378
+ "license": "Apache-2.0",
379
+ "dependencies": {
380
+ "handlebars": "4.7.8",
381
+ "lodash": "4.17.21",
382
+ "pluralize": "8.0.0",
383
+ "type-fest": "3.13.1"
384
+ },
385
+ "engines": {
386
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
387
+ "npm": ">=8"
388
+ },
389
+ "peerDependencies": {
390
+ "appium": "^2.0.0-beta.48",
391
+ "typedoc": "~0.23.14",
392
+ "typedoc-plugin-markdown": "3.14.0",
393
+ "typedoc-plugin-resolve-crossmodule-references": "~0.3.3",
394
+ "typescript": "^4.7.0 || ^5.0.0"
395
+ }
396
+ },
397
+ "node_modules/@appium/types": {
398
+ "version": "0.13.4",
399
+ "license": "Apache-2.0",
400
+ "dependencies": {
401
+ "@appium/schema": "^0.3.1",
402
+ "@appium/tsconfig": "^0.3.1",
403
+ "@types/express": "4.17.17",
404
+ "@types/npmlog": "4.1.4",
405
+ "@types/ws": "8.5.5",
406
+ "type-fest": "3.13.1"
407
+ },
408
+ "engines": {
409
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
410
+ "npm": ">=8"
411
+ }
412
+ },
413
+ "node_modules/@babel/code-frame": {
414
+ "version": "7.22.13",
415
+ "license": "MIT",
416
+ "dependencies": {
417
+ "@babel/highlight": "^7.22.13",
418
+ "chalk": "^2.4.2"
419
+ },
420
+ "engines": {
421
+ "node": ">=6.9.0"
422
+ }
423
+ },
424
+ "node_modules/@babel/helper-validator-identifier": {
425
+ "version": "7.22.20",
426
+ "license": "MIT",
427
+ "engines": {
428
+ "node": ">=6.9.0"
429
+ }
430
+ },
431
+ "node_modules/@babel/highlight": {
432
+ "version": "7.22.20",
433
+ "license": "MIT",
434
+ "dependencies": {
435
+ "@babel/helper-validator-identifier": "^7.22.20",
436
+ "chalk": "^2.4.2",
437
+ "js-tokens": "^4.0.0"
438
+ },
439
+ "engines": {
440
+ "node": ">=6.9.0"
441
+ }
442
+ },
443
+ "node_modules/@babel/runtime": {
444
+ "version": "7.23.1",
445
+ "license": "MIT",
446
+ "dependencies": {
447
+ "regenerator-runtime": "^0.14.0"
448
+ },
449
+ "engines": {
450
+ "node": ">=6.9.0"
451
+ }
452
+ },
453
+ "node_modules/@colors/colors": {
454
+ "version": "1.6.0",
455
+ "license": "MIT",
456
+ "engines": {
457
+ "node": ">=0.1.90"
458
+ }
459
+ },
460
+ "node_modules/@dabh/diagnostics": {
461
+ "version": "2.0.3",
462
+ "extraneous": true,
463
+ "license": "MIT",
464
+ "dependencies": {
465
+ "colorspace": "1.1.x",
466
+ "enabled": "2.0.x",
467
+ "kuler": "^2.0.0"
468
+ }
469
+ },
470
+ "node_modules/@isaacs/cliui": {
471
+ "version": "8.0.2",
472
+ "license": "ISC",
473
+ "dependencies": {
474
+ "string-width": "^5.1.2",
475
+ "string-width-cjs": "npm:string-width@^4.2.0",
476
+ "strip-ansi": "^7.0.1",
477
+ "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
478
+ "wrap-ansi": "^8.1.0",
479
+ "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
480
+ },
481
+ "engines": {
482
+ "node": ">=12"
483
+ }
484
+ },
485
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
486
+ "version": "6.0.1",
487
+ "license": "MIT",
488
+ "engines": {
489
+ "node": ">=12"
490
+ },
491
+ "funding": {
492
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
493
+ }
494
+ },
495
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
496
+ "version": "6.2.1",
497
+ "license": "MIT",
498
+ "engines": {
499
+ "node": ">=12"
500
+ },
501
+ "funding": {
502
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
503
+ }
504
+ },
505
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
506
+ "version": "7.1.0",
507
+ "license": "MIT",
508
+ "dependencies": {
509
+ "ansi-regex": "^6.0.1"
510
+ },
511
+ "engines": {
512
+ "node": ">=12"
513
+ },
514
+ "funding": {
515
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
516
+ }
517
+ },
518
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
519
+ "version": "8.1.0",
520
+ "license": "MIT",
521
+ "dependencies": {
522
+ "ansi-styles": "^6.1.0",
523
+ "string-width": "^5.0.1",
524
+ "strip-ansi": "^7.0.1"
525
+ },
526
+ "engines": {
527
+ "node": ">=12"
528
+ },
529
+ "funding": {
530
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
531
+ }
532
+ },
533
+ "node_modules/@pkgjs/parseargs": {
534
+ "version": "0.11.0",
535
+ "license": "MIT",
536
+ "optional": true,
537
+ "engines": {
538
+ "node": ">=14"
539
+ }
540
+ },
541
+ "node_modules/@sidvind/better-ajv-errors": {
542
+ "version": "2.1.0",
543
+ "extraneous": true,
544
+ "license": "Apache-2.0",
545
+ "dependencies": {
546
+ "@babel/code-frame": "^7.16.0",
547
+ "chalk": "^4.1.0"
548
+ },
549
+ "engines": {
550
+ "node": ">= 14.0.0"
551
+ },
552
+ "peerDependencies": {
553
+ "ajv": "4.11.8 - 8"
554
+ }
555
+ },
556
+ "node_modules/@sidvind/better-ajv-errors/node_modules/ansi-styles": {
557
+ "version": "4.3.0",
558
+ "extraneous": true,
559
+ "license": "MIT",
560
+ "dependencies": {
561
+ "color-convert": "^2.0.1"
562
+ },
563
+ "engines": {
564
+ "node": ">=8"
565
+ },
566
+ "funding": {
567
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
568
+ }
569
+ },
570
+ "node_modules/@sidvind/better-ajv-errors/node_modules/chalk": {
571
+ "version": "4.1.2",
572
+ "extraneous": true,
573
+ "license": "MIT",
574
+ "dependencies": {
575
+ "ansi-styles": "^4.1.0",
576
+ "supports-color": "^7.1.0"
577
+ },
578
+ "engines": {
579
+ "node": ">=10"
580
+ },
581
+ "funding": {
582
+ "url": "https://github.com/chalk/chalk?sponsor=1"
583
+ }
584
+ },
585
+ "node_modules/@sidvind/better-ajv-errors/node_modules/color-convert": {
586
+ "version": "2.0.1",
587
+ "extraneous": true,
588
+ "license": "MIT",
589
+ "dependencies": {
590
+ "color-name": "~1.1.4"
591
+ },
592
+ "engines": {
593
+ "node": ">=7.0.0"
594
+ }
595
+ },
596
+ "node_modules/@sidvind/better-ajv-errors/node_modules/color-name": {
597
+ "version": "1.1.4",
598
+ "extraneous": true,
599
+ "license": "MIT"
600
+ },
601
+ "node_modules/@sidvind/better-ajv-errors/node_modules/supports-color": {
602
+ "version": "7.2.0",
603
+ "extraneous": true,
604
+ "license": "MIT",
605
+ "dependencies": {
606
+ "has-flag": "^4.0.0"
607
+ },
608
+ "engines": {
609
+ "node": ">=8"
610
+ }
611
+ },
612
+ "node_modules/@sliphua/lilconfig-ts-loader": {
613
+ "version": "3.2.2",
614
+ "extraneous": true,
615
+ "license": "MIT",
616
+ "dependencies": {
617
+ "lodash.get": "^4",
618
+ "make-error": "^1",
619
+ "ts-node": "^9",
620
+ "tslib": "^2"
621
+ },
622
+ "engines": {
623
+ "node": ">=10.0.0"
624
+ },
625
+ "peerDependencies": {
626
+ "lilconfig": ">=2"
627
+ }
628
+ },
629
+ "node_modules/@tsconfig/node14": {
630
+ "version": "1.0.3",
631
+ "license": "MIT"
632
+ },
633
+ "node_modules/@types/archiver": {
634
+ "version": "5.3.2",
635
+ "license": "MIT",
636
+ "dependencies": {
637
+ "@types/readdir-glob": "*"
638
+ }
639
+ },
640
+ "node_modules/@types/argparse": {
641
+ "version": "2.0.10",
642
+ "extraneous": true,
643
+ "license": "MIT"
644
+ },
645
+ "node_modules/@types/async-lock": {
646
+ "version": "1.4.0",
647
+ "license": "MIT"
648
+ },
649
+ "node_modules/@types/base64-stream": {
650
+ "version": "1.0.2",
651
+ "license": "MIT",
652
+ "dependencies": {
653
+ "@types/node": "*"
654
+ }
655
+ },
656
+ "node_modules/@types/bluebird": {
657
+ "version": "3.5.38",
658
+ "license": "MIT"
659
+ },
660
+ "node_modules/@types/body-parser": {
661
+ "version": "1.19.3",
662
+ "license": "MIT",
663
+ "dependencies": {
664
+ "@types/connect": "*",
665
+ "@types/node": "*"
666
+ }
667
+ },
668
+ "node_modules/@types/connect": {
669
+ "version": "3.4.36",
670
+ "license": "MIT",
671
+ "dependencies": {
672
+ "@types/node": "*"
673
+ }
674
+ },
675
+ "node_modules/@types/express": {
676
+ "version": "4.17.17",
677
+ "license": "MIT",
678
+ "dependencies": {
679
+ "@types/body-parser": "*",
680
+ "@types/express-serve-static-core": "^4.17.33",
681
+ "@types/qs": "*",
682
+ "@types/serve-static": "*"
683
+ }
684
+ },
685
+ "node_modules/@types/express-serve-static-core": {
686
+ "version": "4.17.37",
687
+ "license": "MIT",
688
+ "dependencies": {
689
+ "@types/node": "*",
690
+ "@types/qs": "*",
691
+ "@types/range-parser": "*",
692
+ "@types/send": "*"
693
+ }
694
+ },
695
+ "node_modules/@types/fancy-log": {
696
+ "version": "2.0.0",
697
+ "extraneous": true,
698
+ "license": "MIT"
699
+ },
700
+ "node_modules/@types/find-root": {
701
+ "version": "1.1.2",
702
+ "license": "MIT"
703
+ },
704
+ "node_modules/@types/http-errors": {
705
+ "version": "2.0.2",
706
+ "license": "MIT"
707
+ },
708
+ "node_modules/@types/jsftp": {
709
+ "version": "2.1.2",
710
+ "license": "MIT",
711
+ "dependencies": {
712
+ "@types/node": "*"
713
+ }
714
+ },
715
+ "node_modules/@types/json-schema": {
716
+ "version": "7.0.12",
717
+ "license": "MIT"
718
+ },
719
+ "node_modules/@types/klaw": {
720
+ "version": "3.0.3",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "@types/node": "*"
724
+ }
725
+ },
726
+ "node_modules/@types/lockfile": {
727
+ "version": "1.0.2",
728
+ "license": "MIT"
729
+ },
730
+ "node_modules/@types/lodash": {
731
+ "version": "4.14.197",
732
+ "license": "MIT"
733
+ },
734
+ "node_modules/@types/method-override": {
735
+ "version": "0.0.32",
736
+ "license": "MIT",
737
+ "dependencies": {
738
+ "@types/express": "*"
739
+ }
740
+ },
741
+ "node_modules/@types/mime": {
742
+ "version": "1.3.3",
743
+ "license": "MIT"
744
+ },
745
+ "node_modules/@types/mv": {
746
+ "version": "2.1.2",
747
+ "license": "MIT"
748
+ },
749
+ "node_modules/@types/ncp": {
750
+ "version": "2.0.5",
751
+ "license": "MIT",
752
+ "dependencies": {
753
+ "@types/node": "*"
754
+ }
755
+ },
756
+ "node_modules/@types/node": {
757
+ "version": "20.8.3",
758
+ "license": "MIT"
759
+ },
760
+ "node_modules/@types/normalize-package-data": {
761
+ "version": "2.4.2",
762
+ "license": "MIT"
763
+ },
764
+ "node_modules/@types/npmlog": {
765
+ "version": "4.1.4",
766
+ "license": "MIT"
767
+ },
768
+ "node_modules/@types/pluralize": {
769
+ "version": "0.0.30",
770
+ "license": "MIT"
771
+ },
772
+ "node_modules/@types/qs": {
773
+ "version": "6.9.8",
774
+ "license": "MIT"
775
+ },
776
+ "node_modules/@types/range-parser": {
777
+ "version": "1.2.5",
778
+ "license": "MIT"
779
+ },
780
+ "node_modules/@types/readdir-glob": {
781
+ "version": "1.1.2",
782
+ "license": "MIT",
783
+ "dependencies": {
784
+ "@types/node": "*"
785
+ }
786
+ },
787
+ "node_modules/@types/semver": {
788
+ "version": "7.5.0",
789
+ "license": "MIT"
790
+ },
791
+ "node_modules/@types/send": {
792
+ "version": "0.17.2",
793
+ "license": "MIT",
794
+ "dependencies": {
795
+ "@types/mime": "^1",
796
+ "@types/node": "*"
797
+ }
798
+ },
799
+ "node_modules/@types/serve-favicon": {
800
+ "version": "2.5.4",
801
+ "license": "MIT",
802
+ "dependencies": {
803
+ "@types/express": "*"
804
+ }
805
+ },
806
+ "node_modules/@types/serve-static": {
807
+ "version": "1.15.3",
808
+ "license": "MIT",
809
+ "dependencies": {
810
+ "@types/http-errors": "*",
811
+ "@types/mime": "*",
812
+ "@types/node": "*"
813
+ }
814
+ },
815
+ "node_modules/@types/shell-quote": {
816
+ "version": "1.7.1",
817
+ "license": "MIT"
818
+ },
819
+ "node_modules/@types/supports-color": {
820
+ "version": "8.1.1",
821
+ "license": "MIT"
822
+ },
823
+ "node_modules/@types/teen_process": {
824
+ "version": "2.0.0",
825
+ "license": "MIT",
826
+ "dependencies": {
827
+ "@types/node": "*"
828
+ }
829
+ },
830
+ "node_modules/@types/triple-beam": {
831
+ "version": "1.3.3",
832
+ "extraneous": true,
833
+ "license": "MIT"
834
+ },
835
+ "node_modules/@types/uuid": {
836
+ "version": "9.0.2",
837
+ "license": "MIT"
838
+ },
839
+ "node_modules/@types/which": {
840
+ "version": "3.0.0",
841
+ "license": "MIT"
842
+ },
843
+ "node_modules/@types/wrap-ansi": {
844
+ "version": "3.0.0",
845
+ "extraneous": true,
846
+ "license": "MIT"
847
+ },
848
+ "node_modules/@types/ws": {
849
+ "version": "8.5.5",
850
+ "license": "MIT",
851
+ "dependencies": {
852
+ "@types/node": "*"
853
+ }
854
+ },
855
+ "node_modules/@xmldom/xmldom": {
856
+ "version": "0.8.10",
857
+ "license": "MIT",
858
+ "engines": {
859
+ "node": ">=10.0.0"
860
+ }
861
+ },
862
+ "node_modules/abort-controller": {
863
+ "version": "3.0.0",
864
+ "license": "MIT",
865
+ "dependencies": {
866
+ "event-target-shim": "^5.0.0"
867
+ },
868
+ "engines": {
869
+ "node": ">=6.5"
870
+ }
871
+ },
872
+ "node_modules/accepts": {
873
+ "version": "1.3.8",
874
+ "license": "MIT",
875
+ "dependencies": {
876
+ "mime-types": "~2.1.34",
877
+ "negotiator": "0.6.3"
878
+ },
879
+ "engines": {
880
+ "node": ">= 0.6"
881
+ }
882
+ },
883
+ "node_modules/adbkit-apkreader": {
884
+ "version": "3.2.0",
885
+ "license": "Apache-2.0",
886
+ "dependencies": {
887
+ "bluebird": "^3.4.7",
888
+ "debug": "~4.1.1",
889
+ "yauzl": "^2.7.0"
890
+ },
891
+ "engines": {
892
+ "node": ">= 4"
893
+ }
894
+ },
895
+ "node_modules/adbkit-apkreader/node_modules/debug": {
896
+ "version": "4.1.1",
897
+ "license": "MIT",
898
+ "dependencies": {
899
+ "ms": "^2.1.1"
900
+ }
901
+ },
902
+ "node_modules/ajv": {
903
+ "version": "8.12.0",
904
+ "extraneous": true,
905
+ "license": "MIT",
906
+ "dependencies": {
907
+ "fast-deep-equal": "^3.1.1",
908
+ "json-schema-traverse": "^1.0.0",
909
+ "require-from-string": "^2.0.2",
910
+ "uri-js": "^4.2.2"
911
+ },
912
+ "funding": {
913
+ "type": "github",
914
+ "url": "https://github.com/sponsors/epoberezkin"
915
+ }
916
+ },
917
+ "node_modules/ajv-formats": {
918
+ "version": "2.1.1",
919
+ "extraneous": true,
920
+ "license": "MIT",
921
+ "dependencies": {
922
+ "ajv": "^8.0.0"
923
+ },
924
+ "peerDependencies": {
925
+ "ajv": "^8.0.0"
926
+ },
927
+ "peerDependenciesMeta": {
928
+ "ajv": {
929
+ "optional": true
930
+ }
931
+ }
932
+ },
933
+ "node_modules/ansi-regex": {
934
+ "version": "5.0.1",
935
+ "license": "MIT",
936
+ "engines": {
937
+ "node": ">=8"
938
+ }
939
+ },
940
+ "node_modules/ansi-sequence-parser": {
941
+ "version": "1.1.1",
942
+ "extraneous": true,
943
+ "license": "MIT"
944
+ },
945
+ "node_modules/ansi-styles": {
946
+ "version": "3.2.1",
947
+ "license": "MIT",
948
+ "dependencies": {
949
+ "color-convert": "^1.9.0"
950
+ },
951
+ "engines": {
952
+ "node": ">=4"
953
+ }
954
+ },
955
+ "node_modules/appium-adb": {
956
+ "version": "9.14.12",
957
+ "license": "Apache-2.0",
958
+ "dependencies": {
959
+ "@appium/support": "^4.0.0",
960
+ "adbkit-apkreader": "^3.1.2",
961
+ "async-lock": "^1.0.0",
962
+ "asyncbox": "^2.6.0",
963
+ "bluebird": "^3.4.7",
964
+ "ini": "^4.1.1",
965
+ "lodash": "^4.0.0",
966
+ "lru-cache": "^10.0.0",
967
+ "semver": "^7.0.0",
968
+ "source-map-support": "^0.x",
969
+ "teen_process": "^2.0.1"
970
+ },
971
+ "engines": {
972
+ "node": ">=14",
973
+ "npm": ">=8"
974
+ }
975
+ },
976
+ "node_modules/appium-adb/node_modules/lru-cache": {
977
+ "version": "10.0.1",
978
+ "license": "ISC",
979
+ "engines": {
980
+ "node": "14 || >=16.14"
981
+ }
982
+ },
983
+ "node_modules/appium-android-driver": {
984
+ "version": "5.14.10",
985
+ "license": "Apache-2.0",
986
+ "dependencies": {
987
+ "appium-adb": "^9.14.12",
988
+ "appium-chromedriver": "^5.2.0",
989
+ "asyncbox": "^2.8.0",
990
+ "axios": "^1.x",
991
+ "bluebird": "^3.4.7",
992
+ "io.appium.settings": "^5.0.0",
993
+ "lodash": "^4.17.4",
994
+ "lru-cache": "^7.3.0",
995
+ "moment": "^2.24.0",
996
+ "moment-timezone": "^0.x",
997
+ "portfinder": "^1.0.6",
998
+ "portscanner": "2.2.0",
999
+ "semver": "^7.0.0",
1000
+ "shared-preferences-builder": "^0.x",
1001
+ "source-map-support": "^0.x",
1002
+ "teen_process": "^2.0.0",
1003
+ "ws": "^8.0.0"
1004
+ },
1005
+ "engines": {
1006
+ "node": ">=14",
1007
+ "npm": ">=8"
1008
+ },
1009
+ "peerDependencies": {
1010
+ "appium": "^2.0.0-beta.40"
1011
+ }
1012
+ },
1013
+ "node_modules/appium-android-driver/node_modules/lru-cache": {
1014
+ "version": "7.18.3",
1015
+ "license": "ISC",
1016
+ "engines": {
1017
+ "node": ">=12"
1018
+ }
1019
+ },
1020
+ "node_modules/appium-chromedriver": {
1021
+ "version": "5.6.12",
1022
+ "hasInstallScript": true,
1023
+ "license": "Apache-2.0",
1024
+ "dependencies": {
1025
+ "@appium/base-driver": "^9.1.0",
1026
+ "@appium/support": "^4.0.0",
1027
+ "@xmldom/xmldom": "^0.x",
1028
+ "appium-adb": "^9.14.1",
1029
+ "asyncbox": "^2.0.2",
1030
+ "axios": "^1.x",
1031
+ "bluebird": "^3.5.1",
1032
+ "compare-versions": "^6.0.0",
1033
+ "fancy-log": "^2.0.0",
1034
+ "lodash": "^4.17.4",
1035
+ "semver": "^7.0.0",
1036
+ "source-map-support": "^0.x",
1037
+ "teen_process": "^2.0.0",
1038
+ "xpath": "^0.x"
1039
+ },
1040
+ "engines": {
1041
+ "node": ">=14",
1042
+ "npm": ">=8"
1043
+ }
1044
+ },
1045
+ "node_modules/appium-uiautomator2-server": {
1046
+ "version": "5.12.6",
1047
+ "license": "Apache-2.0",
1048
+ "engines": {
1049
+ "node": ">=14",
1050
+ "npm": ">=8"
1051
+ }
1052
+ },
1053
+ "node_modules/aproba": {
1054
+ "version": "2.0.0",
1055
+ "license": "ISC"
1056
+ },
1057
+ "node_modules/archiver": {
1058
+ "version": "5.3.2",
1059
+ "license": "MIT",
1060
+ "dependencies": {
1061
+ "archiver-utils": "^2.1.0",
1062
+ "async": "^3.2.4",
1063
+ "buffer-crc32": "^0.2.1",
1064
+ "readable-stream": "^3.6.0",
1065
+ "readdir-glob": "^1.1.2",
1066
+ "tar-stream": "^2.2.0",
1067
+ "zip-stream": "^4.1.0"
1068
+ },
1069
+ "engines": {
1070
+ "node": ">= 10"
1071
+ }
1072
+ },
1073
+ "node_modules/archiver-utils": {
1074
+ "version": "2.1.0",
1075
+ "license": "MIT",
1076
+ "dependencies": {
1077
+ "glob": "^7.1.4",
1078
+ "graceful-fs": "^4.2.0",
1079
+ "lazystream": "^1.0.0",
1080
+ "lodash.defaults": "^4.2.0",
1081
+ "lodash.difference": "^4.5.0",
1082
+ "lodash.flatten": "^4.4.0",
1083
+ "lodash.isplainobject": "^4.0.6",
1084
+ "lodash.union": "^4.6.0",
1085
+ "normalize-path": "^3.0.0",
1086
+ "readable-stream": "^2.0.0"
1087
+ },
1088
+ "engines": {
1089
+ "node": ">= 6"
1090
+ }
1091
+ },
1092
+ "node_modules/archiver-utils/node_modules/glob": {
1093
+ "version": "7.2.3",
1094
+ "license": "ISC",
1095
+ "dependencies": {
1096
+ "fs.realpath": "^1.0.0",
1097
+ "inflight": "^1.0.4",
1098
+ "inherits": "2",
1099
+ "minimatch": "^3.1.1",
1100
+ "once": "^1.3.0",
1101
+ "path-is-absolute": "^1.0.0"
1102
+ },
1103
+ "engines": {
1104
+ "node": "*"
1105
+ },
1106
+ "funding": {
1107
+ "url": "https://github.com/sponsors/isaacs"
1108
+ }
1109
+ },
1110
+ "node_modules/archiver-utils/node_modules/isarray": {
1111
+ "version": "1.0.0",
1112
+ "license": "MIT"
1113
+ },
1114
+ "node_modules/archiver-utils/node_modules/readable-stream": {
1115
+ "version": "2.3.8",
1116
+ "license": "MIT",
1117
+ "dependencies": {
1118
+ "core-util-is": "~1.0.0",
1119
+ "inherits": "~2.0.3",
1120
+ "isarray": "~1.0.0",
1121
+ "process-nextick-args": "~2.0.0",
1122
+ "safe-buffer": "~5.1.1",
1123
+ "string_decoder": "~1.1.1",
1124
+ "util-deprecate": "~1.0.1"
1125
+ }
1126
+ },
1127
+ "node_modules/archiver-utils/node_modules/safe-buffer": {
1128
+ "version": "5.1.2",
1129
+ "license": "MIT"
1130
+ },
1131
+ "node_modules/archiver-utils/node_modules/string_decoder": {
1132
+ "version": "1.1.1",
1133
+ "license": "MIT",
1134
+ "dependencies": {
1135
+ "safe-buffer": "~5.1.0"
1136
+ }
1137
+ },
1138
+ "node_modules/are-we-there-yet": {
1139
+ "version": "4.0.1",
1140
+ "license": "ISC",
1141
+ "dependencies": {
1142
+ "delegates": "^1.0.0",
1143
+ "readable-stream": "^4.1.0"
1144
+ },
1145
+ "engines": {
1146
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
1147
+ }
1148
+ },
1149
+ "node_modules/are-we-there-yet/node_modules/buffer": {
1150
+ "version": "6.0.3",
1151
+ "funding": [
1152
+ {
1153
+ "type": "github",
1154
+ "url": "https://github.com/sponsors/feross"
1155
+ },
1156
+ {
1157
+ "type": "patreon",
1158
+ "url": "https://www.patreon.com/feross"
1159
+ },
1160
+ {
1161
+ "type": "consulting",
1162
+ "url": "https://feross.org/support"
1163
+ }
1164
+ ],
1165
+ "license": "MIT",
1166
+ "dependencies": {
1167
+ "base64-js": "^1.3.1",
1168
+ "ieee754": "^1.2.1"
1169
+ }
1170
+ },
1171
+ "node_modules/are-we-there-yet/node_modules/readable-stream": {
1172
+ "version": "4.4.2",
1173
+ "license": "MIT",
1174
+ "dependencies": {
1175
+ "abort-controller": "^3.0.0",
1176
+ "buffer": "^6.0.3",
1177
+ "events": "^3.3.0",
1178
+ "process": "^0.11.10",
1179
+ "string_decoder": "^1.3.0"
1180
+ },
1181
+ "engines": {
1182
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1183
+ }
1184
+ },
1185
+ "node_modules/arg": {
1186
+ "version": "4.1.3",
1187
+ "extraneous": true,
1188
+ "license": "MIT"
1189
+ },
1190
+ "node_modules/argparse": {
1191
+ "version": "2.0.1",
1192
+ "extraneous": true,
1193
+ "license": "Python-2.0"
1194
+ },
1195
+ "node_modules/array-flatten": {
1196
+ "version": "1.1.1",
1197
+ "license": "MIT"
1198
+ },
1199
+ "node_modules/async": {
1200
+ "version": "3.2.4",
1201
+ "license": "MIT"
1202
+ },
1203
+ "node_modules/async-lock": {
1204
+ "version": "1.4.0",
1205
+ "license": "MIT"
1206
+ },
1207
+ "node_modules/asyncbox": {
1208
+ "version": "2.9.4",
1209
+ "license": "Apache-2.0",
1210
+ "dependencies": {
1211
+ "@babel/runtime": "^7.0.0",
1212
+ "@types/bluebird": "^3.5.37",
1213
+ "bluebird": "^3.5.1",
1214
+ "lodash": "^4.17.4",
1215
+ "source-map-support": "^0.5.5"
1216
+ },
1217
+ "engines": {
1218
+ "node": ">=10"
1219
+ }
1220
+ },
1221
+ "node_modules/asynckit": {
1222
+ "version": "0.4.0",
1223
+ "license": "MIT"
1224
+ },
1225
+ "node_modules/axios": {
1226
+ "version": "1.5.1",
1227
+ "license": "MIT",
1228
+ "dependencies": {
1229
+ "follow-redirects": "^1.15.0",
1230
+ "form-data": "^4.0.0",
1231
+ "proxy-from-env": "^1.1.0"
1232
+ }
1233
+ },
1234
+ "node_modules/b4a": {
1235
+ "version": "1.6.4",
1236
+ "license": "ISC",
1237
+ "optional": true
1238
+ },
1239
+ "node_modules/balanced-match": {
1240
+ "version": "1.0.2",
1241
+ "license": "MIT"
1242
+ },
1243
+ "node_modules/base64-js": {
1244
+ "version": "1.5.1",
1245
+ "funding": [
1246
+ {
1247
+ "type": "github",
1248
+ "url": "https://github.com/sponsors/feross"
1249
+ },
1250
+ {
1251
+ "type": "patreon",
1252
+ "url": "https://www.patreon.com/feross"
1253
+ },
1254
+ {
1255
+ "type": "consulting",
1256
+ "url": "https://feross.org/support"
1257
+ }
1258
+ ],
1259
+ "license": "MIT"
1260
+ },
1261
+ "node_modules/base64-stream": {
1262
+ "version": "1.0.0",
1263
+ "license": "MIT"
1264
+ },
1265
+ "node_modules/basic-auth": {
1266
+ "version": "2.0.1",
1267
+ "license": "MIT",
1268
+ "dependencies": {
1269
+ "safe-buffer": "5.1.2"
1270
+ },
1271
+ "engines": {
1272
+ "node": ">= 0.8"
1273
+ }
1274
+ },
1275
+ "node_modules/basic-auth/node_modules/safe-buffer": {
1276
+ "version": "5.1.2",
1277
+ "license": "MIT"
1278
+ },
1279
+ "node_modules/big-integer": {
1280
+ "version": "1.6.51",
1281
+ "license": "Unlicense",
1282
+ "engines": {
1283
+ "node": ">=0.6"
1284
+ }
1285
+ },
1286
+ "node_modules/bl": {
1287
+ "version": "4.1.0",
1288
+ "license": "MIT",
1289
+ "dependencies": {
1290
+ "buffer": "^5.5.0",
1291
+ "inherits": "^2.0.4",
1292
+ "readable-stream": "^3.4.0"
1293
+ }
1294
+ },
1295
+ "node_modules/bluebird": {
1296
+ "version": "3.7.2",
1297
+ "license": "MIT"
1298
+ },
1299
+ "node_modules/body-parser": {
1300
+ "version": "1.20.2",
1301
+ "license": "MIT",
1302
+ "dependencies": {
1303
+ "bytes": "3.1.2",
1304
+ "content-type": "~1.0.5",
1305
+ "debug": "2.6.9",
1306
+ "depd": "2.0.0",
1307
+ "destroy": "1.2.0",
1308
+ "http-errors": "2.0.0",
1309
+ "iconv-lite": "0.4.24",
1310
+ "on-finished": "2.4.1",
1311
+ "qs": "6.11.0",
1312
+ "raw-body": "2.5.2",
1313
+ "type-is": "~1.6.18",
1314
+ "unpipe": "1.0.0"
1315
+ },
1316
+ "engines": {
1317
+ "node": ">= 0.8",
1318
+ "npm": "1.2.8000 || >= 1.4.16"
1319
+ }
1320
+ },
1321
+ "node_modules/body-parser/node_modules/debug": {
1322
+ "version": "2.6.9",
1323
+ "license": "MIT",
1324
+ "dependencies": {
1325
+ "ms": "2.0.0"
1326
+ }
1327
+ },
1328
+ "node_modules/body-parser/node_modules/ms": {
1329
+ "version": "2.0.0",
1330
+ "license": "MIT"
1331
+ },
1332
+ "node_modules/bplist-creator": {
1333
+ "version": "0.1.1",
1334
+ "license": "MIT",
1335
+ "dependencies": {
1336
+ "stream-buffers": "2.2.x"
1337
+ }
1338
+ },
1339
+ "node_modules/bplist-parser": {
1340
+ "version": "0.3.2",
1341
+ "license": "MIT",
1342
+ "dependencies": {
1343
+ "big-integer": "1.6.x"
1344
+ },
1345
+ "engines": {
1346
+ "node": ">= 5.10.0"
1347
+ }
1348
+ },
1349
+ "node_modules/brace-expansion": {
1350
+ "version": "1.1.11",
1351
+ "license": "MIT",
1352
+ "dependencies": {
1353
+ "balanced-match": "^1.0.0",
1354
+ "concat-map": "0.0.1"
1355
+ }
1356
+ },
1357
+ "node_modules/buffer": {
1358
+ "version": "5.7.1",
1359
+ "funding": [
1360
+ {
1361
+ "type": "github",
1362
+ "url": "https://github.com/sponsors/feross"
1363
+ },
1364
+ {
1365
+ "type": "patreon",
1366
+ "url": "https://www.patreon.com/feross"
1367
+ },
1368
+ {
1369
+ "type": "consulting",
1370
+ "url": "https://feross.org/support"
1371
+ }
1372
+ ],
1373
+ "license": "MIT",
1374
+ "dependencies": {
1375
+ "base64-js": "^1.3.1",
1376
+ "ieee754": "^1.1.13"
1377
+ }
1378
+ },
1379
+ "node_modules/buffer-crc32": {
1380
+ "version": "0.2.13",
1381
+ "license": "MIT",
1382
+ "engines": {
1383
+ "node": "*"
1384
+ }
1385
+ },
1386
+ "node_modules/buffer-from": {
1387
+ "version": "1.1.2",
1388
+ "license": "MIT"
1389
+ },
1390
+ "node_modules/bytes": {
1391
+ "version": "3.1.2",
1392
+ "license": "MIT",
1393
+ "engines": {
1394
+ "node": ">= 0.8"
1395
+ }
1396
+ },
1397
+ "node_modules/call-bind": {
1398
+ "version": "1.0.2",
1399
+ "license": "MIT",
1400
+ "dependencies": {
1401
+ "function-bind": "^1.1.1",
1402
+ "get-intrinsic": "^1.0.2"
1403
+ },
1404
+ "funding": {
1405
+ "url": "https://github.com/sponsors/ljharb"
1406
+ }
1407
+ },
1408
+ "node_modules/chalk": {
1409
+ "version": "2.4.2",
1410
+ "license": "MIT",
1411
+ "dependencies": {
1412
+ "ansi-styles": "^3.2.1",
1413
+ "escape-string-regexp": "^1.0.5",
1414
+ "supports-color": "^5.3.0"
1415
+ },
1416
+ "engines": {
1417
+ "node": ">=4"
1418
+ }
1419
+ },
1420
+ "node_modules/chalk/node_modules/has-flag": {
1421
+ "version": "3.0.0",
1422
+ "license": "MIT",
1423
+ "engines": {
1424
+ "node": ">=4"
1425
+ }
1426
+ },
1427
+ "node_modules/chalk/node_modules/supports-color": {
1428
+ "version": "5.5.0",
1429
+ "license": "MIT",
1430
+ "dependencies": {
1431
+ "has-flag": "^3.0.0"
1432
+ },
1433
+ "engines": {
1434
+ "node": ">=4"
1435
+ }
1436
+ },
1437
+ "node_modules/chownr": {
1438
+ "version": "1.1.4",
1439
+ "license": "ISC",
1440
+ "optional": true
1441
+ },
1442
+ "node_modules/cli-spinners": {
1443
+ "version": "2.9.1",
1444
+ "extraneous": true,
1445
+ "license": "MIT",
1446
+ "engines": {
1447
+ "node": ">=6"
1448
+ },
1449
+ "funding": {
1450
+ "url": "https://github.com/sponsors/sindresorhus"
1451
+ }
1452
+ },
1453
+ "node_modules/cliui": {
1454
+ "version": "8.0.1",
1455
+ "extraneous": true,
1456
+ "license": "ISC",
1457
+ "dependencies": {
1458
+ "string-width": "^4.2.0",
1459
+ "strip-ansi": "^6.0.1",
1460
+ "wrap-ansi": "^7.0.0"
1461
+ },
1462
+ "engines": {
1463
+ "node": ">=12"
1464
+ }
1465
+ },
1466
+ "node_modules/cliui/node_modules/emoji-regex": {
1467
+ "version": "8.0.0",
1468
+ "extraneous": true,
1469
+ "license": "MIT"
1470
+ },
1471
+ "node_modules/cliui/node_modules/is-fullwidth-code-point": {
1472
+ "version": "3.0.0",
1473
+ "extraneous": true,
1474
+ "license": "MIT",
1475
+ "engines": {
1476
+ "node": ">=8"
1477
+ }
1478
+ },
1479
+ "node_modules/cliui/node_modules/string-width": {
1480
+ "version": "4.2.3",
1481
+ "extraneous": true,
1482
+ "license": "MIT",
1483
+ "dependencies": {
1484
+ "emoji-regex": "^8.0.0",
1485
+ "is-fullwidth-code-point": "^3.0.0",
1486
+ "strip-ansi": "^6.0.1"
1487
+ },
1488
+ "engines": {
1489
+ "node": ">=8"
1490
+ }
1491
+ },
1492
+ "node_modules/clone": {
1493
+ "version": "1.0.4",
1494
+ "extraneous": true,
1495
+ "license": "MIT",
1496
+ "engines": {
1497
+ "node": ">=0.8"
1498
+ }
1499
+ },
1500
+ "node_modules/color": {
1501
+ "version": "4.2.3",
1502
+ "license": "MIT",
1503
+ "optional": true,
1504
+ "dependencies": {
1505
+ "color-convert": "^2.0.1",
1506
+ "color-string": "^1.9.0"
1507
+ },
1508
+ "engines": {
1509
+ "node": ">=12.5.0"
1510
+ }
1511
+ },
1512
+ "node_modules/color-convert": {
1513
+ "version": "1.9.3",
1514
+ "license": "MIT",
1515
+ "dependencies": {
1516
+ "color-name": "1.1.3"
1517
+ }
1518
+ },
1519
+ "node_modules/color-name": {
1520
+ "version": "1.1.3",
1521
+ "license": "MIT"
1522
+ },
1523
+ "node_modules/color-string": {
1524
+ "version": "1.9.1",
1525
+ "license": "MIT",
1526
+ "optional": true,
1527
+ "dependencies": {
1528
+ "color-name": "^1.0.0",
1529
+ "simple-swizzle": "^0.2.2"
1530
+ }
1531
+ },
1532
+ "node_modules/color-support": {
1533
+ "version": "1.1.3",
1534
+ "license": "ISC",
1535
+ "bin": {
1536
+ "color-support": "bin.js"
1537
+ }
1538
+ },
1539
+ "node_modules/color/node_modules/color-convert": {
1540
+ "version": "2.0.1",
1541
+ "license": "MIT",
1542
+ "optional": true,
1543
+ "dependencies": {
1544
+ "color-name": "~1.1.4"
1545
+ },
1546
+ "engines": {
1547
+ "node": ">=7.0.0"
1548
+ }
1549
+ },
1550
+ "node_modules/color/node_modules/color-name": {
1551
+ "version": "1.1.4",
1552
+ "license": "MIT",
1553
+ "optional": true
1554
+ },
1555
+ "node_modules/colorspace": {
1556
+ "version": "1.1.4",
1557
+ "extraneous": true,
1558
+ "license": "MIT",
1559
+ "dependencies": {
1560
+ "color": "^3.1.3",
1561
+ "text-hex": "1.0.x"
1562
+ }
1563
+ },
1564
+ "node_modules/colorspace/node_modules/color": {
1565
+ "version": "3.2.1",
1566
+ "extraneous": true,
1567
+ "license": "MIT",
1568
+ "dependencies": {
1569
+ "color-convert": "^1.9.3",
1570
+ "color-string": "^1.6.0"
1571
+ }
1572
+ },
1573
+ "node_modules/combined-stream": {
1574
+ "version": "1.0.8",
1575
+ "license": "MIT",
1576
+ "dependencies": {
1577
+ "delayed-stream": "~1.0.0"
1578
+ },
1579
+ "engines": {
1580
+ "node": ">= 0.8"
1581
+ }
1582
+ },
1583
+ "node_modules/compare-versions": {
1584
+ "version": "6.1.0",
1585
+ "license": "MIT"
1586
+ },
1587
+ "node_modules/compress-commons": {
1588
+ "version": "4.1.2",
1589
+ "license": "MIT",
1590
+ "dependencies": {
1591
+ "buffer-crc32": "^0.2.13",
1592
+ "crc32-stream": "^4.0.2",
1593
+ "normalize-path": "^3.0.0",
1594
+ "readable-stream": "^3.6.0"
1595
+ },
1596
+ "engines": {
1597
+ "node": ">= 10"
1598
+ }
1599
+ },
1600
+ "node_modules/concat-map": {
1601
+ "version": "0.0.1",
1602
+ "license": "MIT"
1603
+ },
1604
+ "node_modules/consola": {
1605
+ "version": "2.15.3",
1606
+ "extraneous": true,
1607
+ "license": "MIT"
1608
+ },
1609
+ "node_modules/console-control-strings": {
1610
+ "version": "1.1.0",
1611
+ "license": "ISC"
1612
+ },
1613
+ "node_modules/content-disposition": {
1614
+ "version": "0.5.4",
1615
+ "license": "MIT",
1616
+ "dependencies": {
1617
+ "safe-buffer": "5.2.1"
1618
+ },
1619
+ "engines": {
1620
+ "node": ">= 0.6"
1621
+ }
1622
+ },
1623
+ "node_modules/content-type": {
1624
+ "version": "1.0.5",
1625
+ "license": "MIT",
1626
+ "engines": {
1627
+ "node": ">= 0.6"
1628
+ }
1629
+ },
1630
+ "node_modules/cookie": {
1631
+ "version": "0.5.0",
1632
+ "license": "MIT",
1633
+ "engines": {
1634
+ "node": ">= 0.6"
1635
+ }
1636
+ },
1637
+ "node_modules/cookie-signature": {
1638
+ "version": "1.0.6",
1639
+ "license": "MIT"
1640
+ },
1641
+ "node_modules/core-util-is": {
1642
+ "version": "1.0.3",
1643
+ "license": "MIT"
1644
+ },
1645
+ "node_modules/crc-32": {
1646
+ "version": "1.2.2",
1647
+ "license": "Apache-2.0",
1648
+ "bin": {
1649
+ "crc32": "bin/crc32.njs"
1650
+ },
1651
+ "engines": {
1652
+ "node": ">=0.8"
1653
+ }
1654
+ },
1655
+ "node_modules/crc32-stream": {
1656
+ "version": "4.0.3",
1657
+ "license": "MIT",
1658
+ "dependencies": {
1659
+ "crc-32": "^1.2.0",
1660
+ "readable-stream": "^3.4.0"
1661
+ },
1662
+ "engines": {
1663
+ "node": ">= 10"
1664
+ }
1665
+ },
1666
+ "node_modules/create-require": {
1667
+ "version": "1.1.1",
1668
+ "extraneous": true,
1669
+ "license": "MIT"
1670
+ },
1671
+ "node_modules/cross-env": {
1672
+ "version": "7.0.3",
1673
+ "extraneous": true,
1674
+ "license": "MIT",
1675
+ "dependencies": {
1676
+ "cross-spawn": "^7.0.1"
1677
+ },
1678
+ "bin": {
1679
+ "cross-env": "src/bin/cross-env.js",
1680
+ "cross-env-shell": "src/bin/cross-env-shell.js"
1681
+ },
1682
+ "engines": {
1683
+ "node": ">=10.14",
1684
+ "npm": ">=6",
1685
+ "yarn": ">=1"
1686
+ }
1687
+ },
1688
+ "node_modules/cross-spawn": {
1689
+ "version": "7.0.3",
1690
+ "license": "MIT",
1691
+ "dependencies": {
1692
+ "path-key": "^3.1.0",
1693
+ "shebang-command": "^2.0.0",
1694
+ "which": "^2.0.1"
1695
+ },
1696
+ "engines": {
1697
+ "node": ">= 8"
1698
+ }
1699
+ },
1700
+ "node_modules/cross-spawn/node_modules/which": {
1701
+ "version": "2.0.2",
1702
+ "license": "ISC",
1703
+ "dependencies": {
1704
+ "isexe": "^2.0.0"
1705
+ },
1706
+ "bin": {
1707
+ "node-which": "bin/node-which"
1708
+ },
1709
+ "engines": {
1710
+ "node": ">= 8"
1711
+ }
1712
+ },
1713
+ "node_modules/css-selector-parser": {
1714
+ "version": "2.3.2",
1715
+ "funding": [
1716
+ {
1717
+ "type": "github",
1718
+ "url": "https://github.com/sponsors/mdevils"
1719
+ },
1720
+ {
1721
+ "type": "patreon",
1722
+ "url": "https://patreon.com/mdevils"
1723
+ }
1724
+ ],
1725
+ "license": "MIT"
1726
+ },
1727
+ "node_modules/decompress-response": {
1728
+ "version": "6.0.0",
1729
+ "license": "MIT",
1730
+ "optional": true,
1731
+ "dependencies": {
1732
+ "mimic-response": "^3.1.0"
1733
+ },
1734
+ "engines": {
1735
+ "node": ">=10"
1736
+ },
1737
+ "funding": {
1738
+ "url": "https://github.com/sponsors/sindresorhus"
1739
+ }
1740
+ },
1741
+ "node_modules/deep-extend": {
1742
+ "version": "0.6.0",
1743
+ "license": "MIT",
1744
+ "optional": true,
1745
+ "engines": {
1746
+ "node": ">=4.0.0"
1747
+ }
1748
+ },
1749
+ "node_modules/defaults": {
1750
+ "version": "1.0.4",
1751
+ "extraneous": true,
1752
+ "license": "MIT",
1753
+ "dependencies": {
1754
+ "clone": "^1.0.2"
1755
+ },
1756
+ "funding": {
1757
+ "url": "https://github.com/sponsors/sindresorhus"
1758
+ }
1759
+ },
1760
+ "node_modules/delayed-stream": {
1761
+ "version": "1.0.0",
1762
+ "license": "MIT",
1763
+ "engines": {
1764
+ "node": ">=0.4.0"
1765
+ }
1766
+ },
1767
+ "node_modules/delegates": {
1768
+ "version": "1.0.0",
1769
+ "license": "MIT"
1770
+ },
1771
+ "node_modules/depd": {
1772
+ "version": "2.0.0",
1773
+ "license": "MIT",
1774
+ "engines": {
1775
+ "node": ">= 0.8"
1776
+ }
1777
+ },
1778
+ "node_modules/destroy": {
1779
+ "version": "1.2.0",
1780
+ "license": "MIT",
1781
+ "engines": {
1782
+ "node": ">= 0.8",
1783
+ "npm": "1.2.8000 || >= 1.4.16"
1784
+ }
1785
+ },
1786
+ "node_modules/detect-libc": {
1787
+ "version": "2.0.2",
1788
+ "license": "Apache-2.0",
1789
+ "optional": true,
1790
+ "engines": {
1791
+ "node": ">=8"
1792
+ }
1793
+ },
1794
+ "node_modules/diff": {
1795
+ "version": "5.1.0",
1796
+ "extraneous": true,
1797
+ "license": "BSD-3-Clause",
1798
+ "engines": {
1799
+ "node": ">=0.3.1"
1800
+ }
1801
+ },
1802
+ "node_modules/duplexer": {
1803
+ "version": "0.1.2",
1804
+ "license": "MIT"
1805
+ },
1806
+ "node_modules/eastasianwidth": {
1807
+ "version": "0.2.0",
1808
+ "license": "MIT"
1809
+ },
1810
+ "node_modules/ee-first": {
1811
+ "version": "1.1.1",
1812
+ "license": "MIT"
1813
+ },
1814
+ "node_modules/emoji-regex": {
1815
+ "version": "9.2.2",
1816
+ "license": "MIT"
1817
+ },
1818
+ "node_modules/enabled": {
1819
+ "version": "2.0.0",
1820
+ "extraneous": true,
1821
+ "license": "MIT"
1822
+ },
1823
+ "node_modules/encodeurl": {
1824
+ "version": "1.0.2",
1825
+ "license": "MIT",
1826
+ "engines": {
1827
+ "node": ">= 0.8"
1828
+ }
1829
+ },
1830
+ "node_modules/end-of-stream": {
1831
+ "version": "1.4.4",
1832
+ "license": "MIT",
1833
+ "dependencies": {
1834
+ "once": "^1.4.0"
1835
+ }
1836
+ },
1837
+ "node_modules/error-ex": {
1838
+ "version": "1.3.2",
1839
+ "license": "MIT",
1840
+ "dependencies": {
1841
+ "is-arrayish": "^0.2.1"
1842
+ }
1843
+ },
1844
+ "node_modules/es6-error": {
1845
+ "version": "4.1.1",
1846
+ "license": "MIT"
1847
+ },
1848
+ "node_modules/escalade": {
1849
+ "version": "3.1.1",
1850
+ "extraneous": true,
1851
+ "license": "MIT",
1852
+ "engines": {
1853
+ "node": ">=6"
1854
+ }
1855
+ },
1856
+ "node_modules/escape-html": {
1857
+ "version": "1.0.3",
1858
+ "license": "MIT"
1859
+ },
1860
+ "node_modules/escape-string-regexp": {
1861
+ "version": "1.0.5",
1862
+ "license": "MIT",
1863
+ "engines": {
1864
+ "node": ">=0.8.0"
1865
+ }
1866
+ },
1867
+ "node_modules/etag": {
1868
+ "version": "1.8.1",
1869
+ "license": "MIT",
1870
+ "engines": {
1871
+ "node": ">= 0.6"
1872
+ }
1873
+ },
1874
+ "node_modules/event-target-shim": {
1875
+ "version": "5.0.1",
1876
+ "license": "MIT",
1877
+ "engines": {
1878
+ "node": ">=6"
1879
+ }
1880
+ },
1881
+ "node_modules/events": {
1882
+ "version": "3.3.0",
1883
+ "license": "MIT",
1884
+ "engines": {
1885
+ "node": ">=0.8.x"
1886
+ }
1887
+ },
1888
+ "node_modules/expand-template": {
1889
+ "version": "2.0.3",
1890
+ "license": "(MIT OR WTFPL)",
1891
+ "optional": true,
1892
+ "engines": {
1893
+ "node": ">=6"
1894
+ }
1895
+ },
1896
+ "node_modules/express": {
1897
+ "version": "4.18.2",
1898
+ "license": "MIT",
1899
+ "dependencies": {
1900
+ "accepts": "~1.3.8",
1901
+ "array-flatten": "1.1.1",
1902
+ "body-parser": "1.20.1",
1903
+ "content-disposition": "0.5.4",
1904
+ "content-type": "~1.0.4",
1905
+ "cookie": "0.5.0",
1906
+ "cookie-signature": "1.0.6",
1907
+ "debug": "2.6.9",
1908
+ "depd": "2.0.0",
1909
+ "encodeurl": "~1.0.2",
1910
+ "escape-html": "~1.0.3",
1911
+ "etag": "~1.8.1",
1912
+ "finalhandler": "1.2.0",
1913
+ "fresh": "0.5.2",
1914
+ "http-errors": "2.0.0",
1915
+ "merge-descriptors": "1.0.1",
1916
+ "methods": "~1.1.2",
1917
+ "on-finished": "2.4.1",
1918
+ "parseurl": "~1.3.3",
1919
+ "path-to-regexp": "0.1.7",
1920
+ "proxy-addr": "~2.0.7",
1921
+ "qs": "6.11.0",
1922
+ "range-parser": "~1.2.1",
1923
+ "safe-buffer": "5.2.1",
1924
+ "send": "0.18.0",
1925
+ "serve-static": "1.15.0",
1926
+ "setprototypeof": "1.2.0",
1927
+ "statuses": "2.0.1",
1928
+ "type-is": "~1.6.18",
1929
+ "utils-merge": "1.0.1",
1930
+ "vary": "~1.1.2"
1931
+ },
1932
+ "engines": {
1933
+ "node": ">= 0.10.0"
1934
+ }
1935
+ },
1936
+ "node_modules/express/node_modules/body-parser": {
1937
+ "version": "1.20.1",
1938
+ "license": "MIT",
1939
+ "dependencies": {
1940
+ "bytes": "3.1.2",
1941
+ "content-type": "~1.0.4",
1942
+ "debug": "2.6.9",
1943
+ "depd": "2.0.0",
1944
+ "destroy": "1.2.0",
1945
+ "http-errors": "2.0.0",
1946
+ "iconv-lite": "0.4.24",
1947
+ "on-finished": "2.4.1",
1948
+ "qs": "6.11.0",
1949
+ "raw-body": "2.5.1",
1950
+ "type-is": "~1.6.18",
1951
+ "unpipe": "1.0.0"
1952
+ },
1953
+ "engines": {
1954
+ "node": ">= 0.8",
1955
+ "npm": "1.2.8000 || >= 1.4.16"
1956
+ }
1957
+ },
1958
+ "node_modules/express/node_modules/debug": {
1959
+ "version": "2.6.9",
1960
+ "license": "MIT",
1961
+ "dependencies": {
1962
+ "ms": "2.0.0"
1963
+ }
1964
+ },
1965
+ "node_modules/express/node_modules/ms": {
1966
+ "version": "2.0.0",
1967
+ "license": "MIT"
1968
+ },
1969
+ "node_modules/express/node_modules/raw-body": {
1970
+ "version": "2.5.1",
1971
+ "license": "MIT",
1972
+ "dependencies": {
1973
+ "bytes": "3.1.2",
1974
+ "http-errors": "2.0.0",
1975
+ "iconv-lite": "0.4.24",
1976
+ "unpipe": "1.0.0"
1977
+ },
1978
+ "engines": {
1979
+ "node": ">= 0.8"
1980
+ }
1981
+ },
1982
+ "node_modules/fancy-log": {
1983
+ "version": "2.0.0",
1984
+ "license": "MIT",
1985
+ "dependencies": {
1986
+ "color-support": "^1.1.3"
1987
+ },
1988
+ "engines": {
1989
+ "node": ">=10.13.0"
1990
+ }
1991
+ },
1992
+ "node_modules/fast-deep-equal": {
1993
+ "version": "3.1.3",
1994
+ "extraneous": true,
1995
+ "license": "MIT"
1996
+ },
1997
+ "node_modules/fast-fifo": {
1998
+ "version": "1.3.2",
1999
+ "license": "MIT",
2000
+ "optional": true
2001
+ },
2002
+ "node_modules/fd-slicer": {
2003
+ "version": "1.1.0",
2004
+ "license": "MIT",
2005
+ "dependencies": {
2006
+ "pend": "~1.2.0"
2007
+ }
2008
+ },
2009
+ "node_modules/fecha": {
2010
+ "version": "4.2.3",
2011
+ "extraneous": true,
2012
+ "license": "MIT"
2013
+ },
2014
+ "node_modules/figures": {
2015
+ "version": "3.2.0",
2016
+ "extraneous": true,
2017
+ "license": "MIT",
2018
+ "dependencies": {
2019
+ "escape-string-regexp": "^1.0.5"
2020
+ },
2021
+ "engines": {
2022
+ "node": ">=8"
2023
+ },
2024
+ "funding": {
2025
+ "url": "https://github.com/sponsors/sindresorhus"
2026
+ }
2027
+ },
2028
+ "node_modules/finalhandler": {
2029
+ "version": "1.2.0",
2030
+ "license": "MIT",
2031
+ "dependencies": {
2032
+ "debug": "2.6.9",
2033
+ "encodeurl": "~1.0.2",
2034
+ "escape-html": "~1.0.3",
2035
+ "on-finished": "2.4.1",
2036
+ "parseurl": "~1.3.3",
2037
+ "statuses": "2.0.1",
2038
+ "unpipe": "~1.0.0"
2039
+ },
2040
+ "engines": {
2041
+ "node": ">= 0.8"
2042
+ }
2043
+ },
2044
+ "node_modules/finalhandler/node_modules/debug": {
2045
+ "version": "2.6.9",
2046
+ "license": "MIT",
2047
+ "dependencies": {
2048
+ "ms": "2.0.0"
2049
+ }
2050
+ },
2051
+ "node_modules/finalhandler/node_modules/ms": {
2052
+ "version": "2.0.0",
2053
+ "license": "MIT"
2054
+ },
2055
+ "node_modules/find-up": {
2056
+ "version": "5.0.0",
2057
+ "license": "MIT",
2058
+ "dependencies": {
2059
+ "locate-path": "^6.0.0",
2060
+ "path-exists": "^4.0.0"
2061
+ },
2062
+ "engines": {
2063
+ "node": ">=10"
2064
+ },
2065
+ "funding": {
2066
+ "url": "https://github.com/sponsors/sindresorhus"
2067
+ }
2068
+ },
2069
+ "node_modules/fn.name": {
2070
+ "version": "1.1.0",
2071
+ "extraneous": true,
2072
+ "license": "MIT"
2073
+ },
2074
+ "node_modules/follow-redirects": {
2075
+ "version": "1.15.3",
2076
+ "funding": [
2077
+ {
2078
+ "type": "individual",
2079
+ "url": "https://github.com/sponsors/RubenVerborgh"
2080
+ }
2081
+ ],
2082
+ "license": "MIT",
2083
+ "engines": {
2084
+ "node": ">=4.0"
2085
+ },
2086
+ "peerDependenciesMeta": {
2087
+ "debug": {
2088
+ "optional": true
2089
+ }
2090
+ }
2091
+ },
2092
+ "node_modules/foreground-child": {
2093
+ "version": "3.1.1",
2094
+ "license": "ISC",
2095
+ "dependencies": {
2096
+ "cross-spawn": "^7.0.0",
2097
+ "signal-exit": "^4.0.1"
2098
+ },
2099
+ "engines": {
2100
+ "node": ">=14"
2101
+ },
2102
+ "funding": {
2103
+ "url": "https://github.com/sponsors/isaacs"
2104
+ }
2105
+ },
2106
+ "node_modules/foreground-child/node_modules/signal-exit": {
2107
+ "version": "4.1.0",
2108
+ "license": "ISC",
2109
+ "engines": {
2110
+ "node": ">=14"
2111
+ },
2112
+ "funding": {
2113
+ "url": "https://github.com/sponsors/isaacs"
2114
+ }
2115
+ },
2116
+ "node_modules/form-data": {
2117
+ "version": "4.0.0",
2118
+ "license": "MIT",
2119
+ "dependencies": {
2120
+ "asynckit": "^0.4.0",
2121
+ "combined-stream": "^1.0.8",
2122
+ "mime-types": "^2.1.12"
2123
+ },
2124
+ "engines": {
2125
+ "node": ">= 6"
2126
+ }
2127
+ },
2128
+ "node_modules/forwarded": {
2129
+ "version": "0.2.0",
2130
+ "license": "MIT",
2131
+ "engines": {
2132
+ "node": ">= 0.6"
2133
+ }
2134
+ },
2135
+ "node_modules/fresh": {
2136
+ "version": "0.5.2",
2137
+ "license": "MIT",
2138
+ "engines": {
2139
+ "node": ">= 0.6"
2140
+ }
2141
+ },
2142
+ "node_modules/fs-constants": {
2143
+ "version": "1.0.0",
2144
+ "license": "MIT"
2145
+ },
2146
+ "node_modules/fs.realpath": {
2147
+ "version": "1.0.0",
2148
+ "license": "ISC"
2149
+ },
2150
+ "node_modules/ftp-response-parser": {
2151
+ "version": "1.0.1",
2152
+ "dependencies": {
2153
+ "readable-stream": "^1.0.31"
2154
+ },
2155
+ "engines": {
2156
+ "node": ">=0.8.0"
2157
+ }
2158
+ },
2159
+ "node_modules/ftp-response-parser/node_modules/isarray": {
2160
+ "version": "0.0.1",
2161
+ "license": "MIT"
2162
+ },
2163
+ "node_modules/ftp-response-parser/node_modules/readable-stream": {
2164
+ "version": "1.1.14",
2165
+ "license": "MIT",
2166
+ "dependencies": {
2167
+ "core-util-is": "~1.0.0",
2168
+ "inherits": "~2.0.1",
2169
+ "isarray": "0.0.1",
2170
+ "string_decoder": "~0.10.x"
2171
+ }
2172
+ },
2173
+ "node_modules/ftp-response-parser/node_modules/string_decoder": {
2174
+ "version": "0.10.31",
2175
+ "license": "MIT"
2176
+ },
2177
+ "node_modules/function-bind": {
2178
+ "version": "1.1.1",
2179
+ "license": "MIT"
2180
+ },
2181
+ "node_modules/gauge": {
2182
+ "version": "5.0.1",
2183
+ "license": "ISC",
2184
+ "dependencies": {
2185
+ "aproba": "^1.0.3 || ^2.0.0",
2186
+ "color-support": "^1.1.3",
2187
+ "console-control-strings": "^1.1.0",
2188
+ "has-unicode": "^2.0.1",
2189
+ "signal-exit": "^4.0.1",
2190
+ "string-width": "^4.2.3",
2191
+ "strip-ansi": "^6.0.1",
2192
+ "wide-align": "^1.1.5"
2193
+ },
2194
+ "engines": {
2195
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2196
+ }
2197
+ },
2198
+ "node_modules/gauge/node_modules/emoji-regex": {
2199
+ "version": "8.0.0",
2200
+ "license": "MIT"
2201
+ },
2202
+ "node_modules/gauge/node_modules/is-fullwidth-code-point": {
2203
+ "version": "3.0.0",
2204
+ "license": "MIT",
2205
+ "engines": {
2206
+ "node": ">=8"
2207
+ }
2208
+ },
2209
+ "node_modules/gauge/node_modules/signal-exit": {
2210
+ "version": "4.1.0",
2211
+ "license": "ISC",
2212
+ "engines": {
2213
+ "node": ">=14"
2214
+ },
2215
+ "funding": {
2216
+ "url": "https://github.com/sponsors/isaacs"
2217
+ }
2218
+ },
2219
+ "node_modules/gauge/node_modules/string-width": {
2220
+ "version": "4.2.3",
2221
+ "license": "MIT",
2222
+ "dependencies": {
2223
+ "emoji-regex": "^8.0.0",
2224
+ "is-fullwidth-code-point": "^3.0.0",
2225
+ "strip-ansi": "^6.0.1"
2226
+ },
2227
+ "engines": {
2228
+ "node": ">=8"
2229
+ }
2230
+ },
2231
+ "node_modules/get-caller-file": {
2232
+ "version": "2.0.5",
2233
+ "extraneous": true,
2234
+ "license": "ISC",
2235
+ "engines": {
2236
+ "node": "6.* || 8.* || >= 10.*"
2237
+ }
2238
+ },
2239
+ "node_modules/get-intrinsic": {
2240
+ "version": "1.2.1",
2241
+ "license": "MIT",
2242
+ "dependencies": {
2243
+ "function-bind": "^1.1.1",
2244
+ "has": "^1.0.3",
2245
+ "has-proto": "^1.0.1",
2246
+ "has-symbols": "^1.0.3"
2247
+ },
2248
+ "funding": {
2249
+ "url": "https://github.com/sponsors/ljharb"
2250
+ }
2251
+ },
2252
+ "node_modules/get-stream": {
2253
+ "version": "6.0.1",
2254
+ "license": "MIT",
2255
+ "engines": {
2256
+ "node": ">=10"
2257
+ },
2258
+ "funding": {
2259
+ "url": "https://github.com/sponsors/sindresorhus"
2260
+ }
2261
+ },
2262
+ "node_modules/github-from-package": {
2263
+ "version": "0.0.0",
2264
+ "license": "MIT",
2265
+ "optional": true
2266
+ },
2267
+ "node_modules/glob": {
2268
+ "version": "10.3.3",
2269
+ "license": "ISC",
2270
+ "dependencies": {
2271
+ "foreground-child": "^3.1.0",
2272
+ "jackspeak": "^2.0.3",
2273
+ "minimatch": "^9.0.1",
2274
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
2275
+ "path-scurry": "^1.10.1"
2276
+ },
2277
+ "bin": {
2278
+ "glob": "dist/cjs/src/bin.js"
2279
+ },
2280
+ "engines": {
2281
+ "node": ">=16 || 14 >=14.17"
2282
+ },
2283
+ "funding": {
2284
+ "url": "https://github.com/sponsors/isaacs"
2285
+ }
2286
+ },
2287
+ "node_modules/glob/node_modules/brace-expansion": {
2288
+ "version": "2.0.1",
2289
+ "license": "MIT",
2290
+ "dependencies": {
2291
+ "balanced-match": "^1.0.0"
2292
+ }
2293
+ },
2294
+ "node_modules/glob/node_modules/minimatch": {
2295
+ "version": "9.0.3",
2296
+ "license": "ISC",
2297
+ "dependencies": {
2298
+ "brace-expansion": "^2.0.1"
2299
+ },
2300
+ "engines": {
2301
+ "node": ">=16 || 14 >=14.17"
2302
+ },
2303
+ "funding": {
2304
+ "url": "https://github.com/sponsors/isaacs"
2305
+ }
2306
+ },
2307
+ "node_modules/graceful-fs": {
2308
+ "version": "4.2.11",
2309
+ "license": "ISC"
2310
+ },
2311
+ "node_modules/handlebars": {
2312
+ "version": "4.7.8",
2313
+ "extraneous": true,
2314
+ "license": "MIT",
2315
+ "dependencies": {
2316
+ "minimist": "^1.2.5",
2317
+ "neo-async": "^2.6.2",
2318
+ "source-map": "^0.6.1",
2319
+ "wordwrap": "^1.0.0"
2320
+ },
2321
+ "bin": {
2322
+ "handlebars": "bin/handlebars"
2323
+ },
2324
+ "engines": {
2325
+ "node": ">=0.4.7"
2326
+ },
2327
+ "optionalDependencies": {
2328
+ "uglify-js": "^3.1.4"
2329
+ }
2330
+ },
2331
+ "node_modules/has": {
2332
+ "version": "1.0.4",
2333
+ "license": "MIT",
2334
+ "engines": {
2335
+ "node": ">= 0.4.0"
2336
+ }
2337
+ },
2338
+ "node_modules/has-flag": {
2339
+ "version": "4.0.0",
2340
+ "license": "MIT",
2341
+ "engines": {
2342
+ "node": ">=8"
2343
+ }
2344
+ },
2345
+ "node_modules/has-proto": {
2346
+ "version": "1.0.1",
2347
+ "license": "MIT",
2348
+ "engines": {
2349
+ "node": ">= 0.4"
2350
+ },
2351
+ "funding": {
2352
+ "url": "https://github.com/sponsors/ljharb"
2353
+ }
2354
+ },
2355
+ "node_modules/has-symbols": {
2356
+ "version": "1.0.3",
2357
+ "license": "MIT",
2358
+ "engines": {
2359
+ "node": ">= 0.4"
2360
+ },
2361
+ "funding": {
2362
+ "url": "https://github.com/sponsors/ljharb"
2363
+ }
2364
+ },
2365
+ "node_modules/has-unicode": {
2366
+ "version": "2.0.1",
2367
+ "license": "ISC"
2368
+ },
2369
+ "node_modules/hosted-git-info": {
2370
+ "version": "2.8.9",
2371
+ "license": "ISC"
2372
+ },
2373
+ "node_modules/http-errors": {
2374
+ "version": "2.0.0",
2375
+ "license": "MIT",
2376
+ "dependencies": {
2377
+ "depd": "2.0.0",
2378
+ "inherits": "2.0.4",
2379
+ "setprototypeof": "1.2.0",
2380
+ "statuses": "2.0.1",
2381
+ "toidentifier": "1.0.1"
2382
+ },
2383
+ "engines": {
2384
+ "node": ">= 0.8"
2385
+ }
2386
+ },
2387
+ "node_modules/http-status-codes": {
2388
+ "version": "2.2.0",
2389
+ "license": "MIT"
2390
+ },
2391
+ "node_modules/iconv-lite": {
2392
+ "version": "0.4.24",
2393
+ "license": "MIT",
2394
+ "dependencies": {
2395
+ "safer-buffer": ">= 2.1.2 < 3"
2396
+ },
2397
+ "engines": {
2398
+ "node": ">=0.10.0"
2399
+ }
2400
+ },
2401
+ "node_modules/ieee754": {
2402
+ "version": "1.2.1",
2403
+ "funding": [
2404
+ {
2405
+ "type": "github",
2406
+ "url": "https://github.com/sponsors/feross"
2407
+ },
2408
+ {
2409
+ "type": "patreon",
2410
+ "url": "https://www.patreon.com/feross"
2411
+ },
2412
+ {
2413
+ "type": "consulting",
2414
+ "url": "https://feross.org/support"
2415
+ }
2416
+ ],
2417
+ "license": "BSD-3-Clause"
2418
+ },
2419
+ "node_modules/inflight": {
2420
+ "version": "1.0.6",
2421
+ "license": "ISC",
2422
+ "dependencies": {
2423
+ "once": "^1.3.0",
2424
+ "wrappy": "1"
2425
+ }
2426
+ },
2427
+ "node_modules/inherits": {
2428
+ "version": "2.0.4",
2429
+ "license": "ISC"
2430
+ },
2431
+ "node_modules/ini": {
2432
+ "version": "4.1.1",
2433
+ "license": "ISC",
2434
+ "engines": {
2435
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2436
+ }
2437
+ },
2438
+ "node_modules/io.appium.settings": {
2439
+ "version": "5.1.2",
2440
+ "license": "Apache-2.0",
2441
+ "engines": {
2442
+ "node": ">=14",
2443
+ "npm": ">=8"
2444
+ }
2445
+ },
2446
+ "node_modules/ipaddr.js": {
2447
+ "version": "1.9.1",
2448
+ "license": "MIT",
2449
+ "engines": {
2450
+ "node": ">= 0.10"
2451
+ }
2452
+ },
2453
+ "node_modules/is-arrayish": {
2454
+ "version": "0.2.1",
2455
+ "license": "MIT"
2456
+ },
2457
+ "node_modules/is-core-module": {
2458
+ "version": "2.13.0",
2459
+ "license": "MIT",
2460
+ "dependencies": {
2461
+ "has": "^1.0.3"
2462
+ },
2463
+ "funding": {
2464
+ "url": "https://github.com/sponsors/ljharb"
2465
+ }
2466
+ },
2467
+ "node_modules/is-interactive": {
2468
+ "version": "1.0.0",
2469
+ "extraneous": true,
2470
+ "license": "MIT",
2471
+ "engines": {
2472
+ "node": ">=8"
2473
+ }
2474
+ },
2475
+ "node_modules/is-number-like": {
2476
+ "version": "1.0.8",
2477
+ "license": "ISC",
2478
+ "dependencies": {
2479
+ "lodash.isfinite": "^3.3.2"
2480
+ }
2481
+ },
2482
+ "node_modules/is-stream": {
2483
+ "version": "2.0.1",
2484
+ "extraneous": true,
2485
+ "license": "MIT",
2486
+ "engines": {
2487
+ "node": ">=8"
2488
+ },
2489
+ "funding": {
2490
+ "url": "https://github.com/sponsors/sindresorhus"
2491
+ }
2492
+ },
2493
+ "node_modules/is-unicode-supported": {
2494
+ "version": "0.1.0",
2495
+ "license": "MIT",
2496
+ "engines": {
2497
+ "node": ">=10"
2498
+ },
2499
+ "funding": {
2500
+ "url": "https://github.com/sponsors/sindresorhus"
2501
+ }
2502
+ },
2503
+ "node_modules/isexe": {
2504
+ "version": "2.0.0",
2505
+ "license": "ISC"
2506
+ },
2507
+ "node_modules/jackspeak": {
2508
+ "version": "2.3.6",
2509
+ "license": "BlueOak-1.0.0",
2510
+ "dependencies": {
2511
+ "@isaacs/cliui": "^8.0.2"
2512
+ },
2513
+ "engines": {
2514
+ "node": ">=14"
2515
+ },
2516
+ "funding": {
2517
+ "url": "https://github.com/sponsors/isaacs"
2518
+ },
2519
+ "optionalDependencies": {
2520
+ "@pkgjs/parseargs": "^0.11.0"
2521
+ }
2522
+ },
2523
+ "node_modules/js-tokens": {
2524
+ "version": "4.0.0",
2525
+ "license": "MIT"
2526
+ },
2527
+ "node_modules/jsftp": {
2528
+ "version": "2.1.3",
2529
+ "license": "MIT",
2530
+ "dependencies": {
2531
+ "debug": "^3.1.0",
2532
+ "ftp-response-parser": "^1.0.1",
2533
+ "once": "^1.4.0",
2534
+ "parse-listing": "^1.1.3",
2535
+ "stream-combiner": "^0.2.2",
2536
+ "unorm": "^1.4.1"
2537
+ },
2538
+ "engines": {
2539
+ "node": ">=6"
2540
+ }
2541
+ },
2542
+ "node_modules/jsftp/node_modules/debug": {
2543
+ "version": "3.2.7",
2544
+ "license": "MIT",
2545
+ "dependencies": {
2546
+ "ms": "^2.1.1"
2547
+ }
2548
+ },
2549
+ "node_modules/json-parse-even-better-errors": {
2550
+ "version": "2.3.1",
2551
+ "license": "MIT"
2552
+ },
2553
+ "node_modules/json-schema": {
2554
+ "version": "0.4.0",
2555
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
2556
+ },
2557
+ "node_modules/json-schema-traverse": {
2558
+ "version": "1.0.0",
2559
+ "extraneous": true,
2560
+ "license": "MIT"
2561
+ },
2562
+ "node_modules/json5": {
2563
+ "version": "2.2.3",
2564
+ "extraneous": true,
2565
+ "license": "MIT",
2566
+ "bin": {
2567
+ "json5": "lib/cli.js"
2568
+ },
2569
+ "engines": {
2570
+ "node": ">=6"
2571
+ }
2572
+ },
2573
+ "node_modules/jsonc-parser": {
2574
+ "version": "3.2.0",
2575
+ "extraneous": true,
2576
+ "license": "MIT"
2577
+ },
2578
+ "node_modules/klaw": {
2579
+ "version": "4.1.0",
2580
+ "license": "MIT",
2581
+ "engines": {
2582
+ "node": ">=14.14.0"
2583
+ }
2584
+ },
2585
+ "node_modules/kuler": {
2586
+ "version": "2.0.0",
2587
+ "extraneous": true,
2588
+ "license": "MIT"
2589
+ },
2590
+ "node_modules/lazystream": {
2591
+ "version": "1.0.1",
2592
+ "license": "MIT",
2593
+ "dependencies": {
2594
+ "readable-stream": "^2.0.5"
2595
+ },
2596
+ "engines": {
2597
+ "node": ">= 0.6.3"
2598
+ }
2599
+ },
2600
+ "node_modules/lazystream/node_modules/isarray": {
2601
+ "version": "1.0.0",
2602
+ "license": "MIT"
2603
+ },
2604
+ "node_modules/lazystream/node_modules/readable-stream": {
2605
+ "version": "2.3.8",
2606
+ "license": "MIT",
2607
+ "dependencies": {
2608
+ "core-util-is": "~1.0.0",
2609
+ "inherits": "~2.0.3",
2610
+ "isarray": "~1.0.0",
2611
+ "process-nextick-args": "~2.0.0",
2612
+ "safe-buffer": "~5.1.1",
2613
+ "string_decoder": "~1.1.1",
2614
+ "util-deprecate": "~1.0.1"
2615
+ }
2616
+ },
2617
+ "node_modules/lazystream/node_modules/safe-buffer": {
2618
+ "version": "5.1.2",
2619
+ "license": "MIT"
2620
+ },
2621
+ "node_modules/lazystream/node_modules/string_decoder": {
2622
+ "version": "1.1.1",
2623
+ "license": "MIT",
2624
+ "dependencies": {
2625
+ "safe-buffer": "~5.1.0"
2626
+ }
2627
+ },
2628
+ "node_modules/lilconfig": {
2629
+ "version": "2.1.0",
2630
+ "extraneous": true,
2631
+ "license": "MIT",
2632
+ "engines": {
2633
+ "node": ">=10"
2634
+ }
2635
+ },
2636
+ "node_modules/lines-and-columns": {
2637
+ "version": "1.2.4",
2638
+ "license": "MIT"
2639
+ },
2640
+ "node_modules/locate-path": {
2641
+ "version": "6.0.0",
2642
+ "license": "MIT",
2643
+ "dependencies": {
2644
+ "p-locate": "^5.0.0"
2645
+ },
2646
+ "engines": {
2647
+ "node": ">=10"
2648
+ },
2649
+ "funding": {
2650
+ "url": "https://github.com/sponsors/sindresorhus"
2651
+ }
2652
+ },
2653
+ "node_modules/lockfile": {
2654
+ "version": "1.0.4",
2655
+ "license": "ISC",
2656
+ "dependencies": {
2657
+ "signal-exit": "^3.0.2"
2658
+ }
2659
+ },
2660
+ "node_modules/lodash": {
2661
+ "version": "4.17.21",
2662
+ "license": "MIT"
2663
+ },
2664
+ "node_modules/lodash.defaults": {
2665
+ "version": "4.2.0",
2666
+ "license": "MIT"
2667
+ },
2668
+ "node_modules/lodash.difference": {
2669
+ "version": "4.5.0",
2670
+ "license": "MIT"
2671
+ },
2672
+ "node_modules/lodash.flatten": {
2673
+ "version": "4.4.0",
2674
+ "license": "MIT"
2675
+ },
2676
+ "node_modules/lodash.get": {
2677
+ "version": "4.4.2",
2678
+ "extraneous": true,
2679
+ "license": "MIT"
2680
+ },
2681
+ "node_modules/lodash.isfinite": {
2682
+ "version": "3.3.2",
2683
+ "license": "MIT"
2684
+ },
2685
+ "node_modules/lodash.isplainobject": {
2686
+ "version": "4.0.6",
2687
+ "license": "MIT"
2688
+ },
2689
+ "node_modules/lodash.union": {
2690
+ "version": "4.6.0",
2691
+ "license": "MIT"
2692
+ },
2693
+ "node_modules/log-symbols": {
2694
+ "version": "4.1.0",
2695
+ "license": "MIT",
2696
+ "dependencies": {
2697
+ "chalk": "^4.1.0",
2698
+ "is-unicode-supported": "^0.1.0"
2699
+ },
2700
+ "engines": {
2701
+ "node": ">=10"
2702
+ },
2703
+ "funding": {
2704
+ "url": "https://github.com/sponsors/sindresorhus"
2705
+ }
2706
+ },
2707
+ "node_modules/log-symbols/node_modules/ansi-styles": {
2708
+ "version": "4.3.0",
2709
+ "license": "MIT",
2710
+ "dependencies": {
2711
+ "color-convert": "^2.0.1"
2712
+ },
2713
+ "engines": {
2714
+ "node": ">=8"
2715
+ },
2716
+ "funding": {
2717
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2718
+ }
2719
+ },
2720
+ "node_modules/log-symbols/node_modules/chalk": {
2721
+ "version": "4.1.2",
2722
+ "license": "MIT",
2723
+ "dependencies": {
2724
+ "ansi-styles": "^4.1.0",
2725
+ "supports-color": "^7.1.0"
2726
+ },
2727
+ "engines": {
2728
+ "node": ">=10"
2729
+ },
2730
+ "funding": {
2731
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2732
+ }
2733
+ },
2734
+ "node_modules/log-symbols/node_modules/color-convert": {
2735
+ "version": "2.0.1",
2736
+ "license": "MIT",
2737
+ "dependencies": {
2738
+ "color-name": "~1.1.4"
2739
+ },
2740
+ "engines": {
2741
+ "node": ">=7.0.0"
2742
+ }
2743
+ },
2744
+ "node_modules/log-symbols/node_modules/color-name": {
2745
+ "version": "1.1.4",
2746
+ "license": "MIT"
2747
+ },
2748
+ "node_modules/log-symbols/node_modules/supports-color": {
2749
+ "version": "7.2.0",
2750
+ "license": "MIT",
2751
+ "dependencies": {
2752
+ "has-flag": "^4.0.0"
2753
+ },
2754
+ "engines": {
2755
+ "node": ">=8"
2756
+ }
2757
+ },
2758
+ "node_modules/logform": {
2759
+ "version": "2.5.1",
2760
+ "extraneous": true,
2761
+ "license": "MIT",
2762
+ "dependencies": {
2763
+ "@colors/colors": "1.5.0",
2764
+ "@types/triple-beam": "^1.3.2",
2765
+ "fecha": "^4.2.0",
2766
+ "ms": "^2.1.1",
2767
+ "safe-stable-stringify": "^2.3.1",
2768
+ "triple-beam": "^1.3.0"
2769
+ }
2770
+ },
2771
+ "node_modules/logform/node_modules/@colors/colors": {
2772
+ "version": "1.5.0",
2773
+ "extraneous": true,
2774
+ "license": "MIT",
2775
+ "engines": {
2776
+ "node": ">=0.1.90"
2777
+ }
2778
+ },
2779
+ "node_modules/lunr": {
2780
+ "version": "2.3.9",
2781
+ "extraneous": true,
2782
+ "license": "MIT"
2783
+ },
2784
+ "node_modules/make-error": {
2785
+ "version": "1.3.6",
2786
+ "extraneous": true,
2787
+ "license": "ISC"
2788
+ },
2789
+ "node_modules/media-typer": {
2790
+ "version": "0.3.0",
2791
+ "license": "MIT",
2792
+ "engines": {
2793
+ "node": ">= 0.6"
2794
+ }
2795
+ },
2796
+ "node_modules/merge-descriptors": {
2797
+ "version": "1.0.1",
2798
+ "license": "MIT"
2799
+ },
2800
+ "node_modules/method-override": {
2801
+ "version": "3.0.0",
2802
+ "license": "MIT",
2803
+ "dependencies": {
2804
+ "debug": "3.1.0",
2805
+ "methods": "~1.1.2",
2806
+ "parseurl": "~1.3.2",
2807
+ "vary": "~1.1.2"
2808
+ },
2809
+ "engines": {
2810
+ "node": ">= 0.10"
2811
+ }
2812
+ },
2813
+ "node_modules/method-override/node_modules/debug": {
2814
+ "version": "3.1.0",
2815
+ "license": "MIT",
2816
+ "dependencies": {
2817
+ "ms": "2.0.0"
2818
+ }
2819
+ },
2820
+ "node_modules/method-override/node_modules/ms": {
2821
+ "version": "2.0.0",
2822
+ "license": "MIT"
2823
+ },
2824
+ "node_modules/methods": {
2825
+ "version": "1.1.2",
2826
+ "license": "MIT",
2827
+ "engines": {
2828
+ "node": ">= 0.6"
2829
+ }
2830
+ },
2831
+ "node_modules/mime-db": {
2832
+ "version": "1.52.0",
2833
+ "license": "MIT",
2834
+ "engines": {
2835
+ "node": ">= 0.6"
2836
+ }
2837
+ },
2838
+ "node_modules/mime-types": {
2839
+ "version": "2.1.35",
2840
+ "license": "MIT",
2841
+ "dependencies": {
2842
+ "mime-db": "1.52.0"
2843
+ },
2844
+ "engines": {
2845
+ "node": ">= 0.6"
2846
+ }
2847
+ },
2848
+ "node_modules/mimic-fn": {
2849
+ "version": "2.1.0",
2850
+ "extraneous": true,
2851
+ "license": "MIT",
2852
+ "engines": {
2853
+ "node": ">=6"
2854
+ }
2855
+ },
2856
+ "node_modules/mimic-response": {
2857
+ "version": "3.1.0",
2858
+ "license": "MIT",
2859
+ "optional": true,
2860
+ "engines": {
2861
+ "node": ">=10"
2862
+ },
2863
+ "funding": {
2864
+ "url": "https://github.com/sponsors/sindresorhus"
2865
+ }
2866
+ },
2867
+ "node_modules/minimatch": {
2868
+ "version": "3.1.2",
2869
+ "license": "ISC",
2870
+ "dependencies": {
2871
+ "brace-expansion": "^1.1.7"
2872
+ },
2873
+ "engines": {
2874
+ "node": "*"
2875
+ }
2876
+ },
2877
+ "node_modules/minimist": {
2878
+ "version": "1.2.8",
2879
+ "license": "MIT",
2880
+ "funding": {
2881
+ "url": "https://github.com/sponsors/ljharb"
2882
+ }
2883
+ },
2884
+ "node_modules/minipass": {
2885
+ "version": "7.0.4",
2886
+ "license": "ISC",
2887
+ "engines": {
2888
+ "node": ">=16 || 14 >=14.17"
2889
+ }
2890
+ },
2891
+ "node_modules/mkdirp": {
2892
+ "version": "0.5.6",
2893
+ "license": "MIT",
2894
+ "dependencies": {
2895
+ "minimist": "^1.2.6"
2896
+ },
2897
+ "bin": {
2898
+ "mkdirp": "bin/cmd.js"
2899
+ }
2900
+ },
2901
+ "node_modules/mkdirp-classic": {
2902
+ "version": "0.5.3",
2903
+ "license": "MIT",
2904
+ "optional": true
2905
+ },
2906
+ "node_modules/moment": {
2907
+ "version": "2.29.4",
2908
+ "license": "MIT",
2909
+ "engines": {
2910
+ "node": "*"
2911
+ }
2912
+ },
2913
+ "node_modules/moment-timezone": {
2914
+ "version": "0.5.43",
2915
+ "license": "MIT",
2916
+ "dependencies": {
2917
+ "moment": "^2.29.4"
2918
+ },
2919
+ "engines": {
2920
+ "node": "*"
2921
+ }
2922
+ },
2923
+ "node_modules/morgan": {
2924
+ "version": "1.10.0",
2925
+ "license": "MIT",
2926
+ "dependencies": {
2927
+ "basic-auth": "~2.0.1",
2928
+ "debug": "2.6.9",
2929
+ "depd": "~2.0.0",
2930
+ "on-finished": "~2.3.0",
2931
+ "on-headers": "~1.0.2"
2932
+ },
2933
+ "engines": {
2934
+ "node": ">= 0.8.0"
2935
+ }
2936
+ },
2937
+ "node_modules/morgan/node_modules/debug": {
2938
+ "version": "2.6.9",
2939
+ "license": "MIT",
2940
+ "dependencies": {
2941
+ "ms": "2.0.0"
2942
+ }
2943
+ },
2944
+ "node_modules/morgan/node_modules/ms": {
2945
+ "version": "2.0.0",
2946
+ "license": "MIT"
2947
+ },
2948
+ "node_modules/morgan/node_modules/on-finished": {
2949
+ "version": "2.3.0",
2950
+ "license": "MIT",
2951
+ "dependencies": {
2952
+ "ee-first": "1.1.1"
2953
+ },
2954
+ "engines": {
2955
+ "node": ">= 0.8"
2956
+ }
2957
+ },
2958
+ "node_modules/ms": {
2959
+ "version": "2.1.2",
2960
+ "license": "MIT"
2961
+ },
2962
+ "node_modules/mv": {
2963
+ "version": "2.1.1",
2964
+ "license": "MIT",
2965
+ "dependencies": {
2966
+ "mkdirp": "~0.5.1",
2967
+ "ncp": "~2.0.0",
2968
+ "rimraf": "~2.4.0"
2969
+ },
2970
+ "engines": {
2971
+ "node": ">=0.8.0"
2972
+ }
2973
+ },
2974
+ "node_modules/mv/node_modules/glob": {
2975
+ "version": "6.0.4",
2976
+ "license": "ISC",
2977
+ "dependencies": {
2978
+ "inflight": "^1.0.4",
2979
+ "inherits": "2",
2980
+ "minimatch": "2 || 3",
2981
+ "once": "^1.3.0",
2982
+ "path-is-absolute": "^1.0.0"
2983
+ },
2984
+ "engines": {
2985
+ "node": "*"
2986
+ }
2987
+ },
2988
+ "node_modules/mv/node_modules/rimraf": {
2989
+ "version": "2.4.5",
2990
+ "license": "ISC",
2991
+ "dependencies": {
2992
+ "glob": "^6.0.1"
2993
+ },
2994
+ "bin": {
2995
+ "rimraf": "bin.js"
2996
+ }
2997
+ },
2998
+ "node_modules/napi-build-utils": {
2999
+ "version": "1.0.2",
3000
+ "license": "MIT",
3001
+ "optional": true
3002
+ },
3003
+ "node_modules/ncp": {
3004
+ "version": "2.0.0",
3005
+ "license": "MIT",
3006
+ "bin": {
3007
+ "ncp": "bin/ncp"
3008
+ }
3009
+ },
3010
+ "node_modules/negotiator": {
3011
+ "version": "0.6.3",
3012
+ "license": "MIT",
3013
+ "engines": {
3014
+ "node": ">= 0.6"
3015
+ }
3016
+ },
3017
+ "node_modules/neo-async": {
3018
+ "version": "2.6.2",
3019
+ "extraneous": true,
3020
+ "license": "MIT"
3021
+ },
3022
+ "node_modules/node-abi": {
3023
+ "version": "3.47.0",
3024
+ "license": "MIT",
3025
+ "optional": true,
3026
+ "dependencies": {
3027
+ "semver": "^7.3.5"
3028
+ },
3029
+ "engines": {
3030
+ "node": ">=10"
3031
+ }
3032
+ },
3033
+ "node_modules/node-addon-api": {
3034
+ "version": "6.1.0",
3035
+ "license": "MIT",
3036
+ "optional": true
3037
+ },
3038
+ "node_modules/normalize-package-data": {
3039
+ "version": "2.5.0",
3040
+ "license": "BSD-2-Clause",
3041
+ "dependencies": {
3042
+ "hosted-git-info": "^2.1.4",
3043
+ "resolve": "^1.10.0",
3044
+ "semver": "2 || 3 || 4 || 5",
3045
+ "validate-npm-package-license": "^3.0.1"
3046
+ }
3047
+ },
3048
+ "node_modules/normalize-package-data/node_modules/semver": {
3049
+ "version": "5.7.2",
3050
+ "license": "ISC",
3051
+ "bin": {
3052
+ "semver": "bin/semver"
3053
+ }
3054
+ },
3055
+ "node_modules/normalize-path": {
3056
+ "version": "3.0.0",
3057
+ "license": "MIT",
3058
+ "engines": {
3059
+ "node": ">=0.10.0"
3060
+ }
3061
+ },
3062
+ "node_modules/npmlog": {
3063
+ "version": "7.0.1",
3064
+ "license": "ISC",
3065
+ "dependencies": {
3066
+ "are-we-there-yet": "^4.0.0",
3067
+ "console-control-strings": "^1.1.0",
3068
+ "gauge": "^5.0.0",
3069
+ "set-blocking": "^2.0.0"
3070
+ },
3071
+ "engines": {
3072
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
3073
+ }
3074
+ },
3075
+ "node_modules/object-inspect": {
3076
+ "version": "1.12.3",
3077
+ "license": "MIT",
3078
+ "funding": {
3079
+ "url": "https://github.com/sponsors/ljharb"
3080
+ }
3081
+ },
3082
+ "node_modules/on-finished": {
3083
+ "version": "2.4.1",
3084
+ "license": "MIT",
3085
+ "dependencies": {
3086
+ "ee-first": "1.1.1"
3087
+ },
3088
+ "engines": {
3089
+ "node": ">= 0.8"
3090
+ }
3091
+ },
3092
+ "node_modules/on-headers": {
3093
+ "version": "1.0.2",
3094
+ "license": "MIT",
3095
+ "engines": {
3096
+ "node": ">= 0.8"
3097
+ }
3098
+ },
3099
+ "node_modules/once": {
3100
+ "version": "1.4.0",
3101
+ "license": "ISC",
3102
+ "dependencies": {
3103
+ "wrappy": "1"
3104
+ }
3105
+ },
3106
+ "node_modules/one-time": {
3107
+ "version": "1.0.0",
3108
+ "extraneous": true,
3109
+ "license": "MIT",
3110
+ "dependencies": {
3111
+ "fn.name": "1.x.x"
3112
+ }
3113
+ },
3114
+ "node_modules/onetime": {
3115
+ "version": "5.1.2",
3116
+ "extraneous": true,
3117
+ "license": "MIT",
3118
+ "dependencies": {
3119
+ "mimic-fn": "^2.1.0"
3120
+ },
3121
+ "engines": {
3122
+ "node": ">=6"
3123
+ },
3124
+ "funding": {
3125
+ "url": "https://github.com/sponsors/sindresorhus"
3126
+ }
3127
+ },
3128
+ "node_modules/opencv-bindings": {
3129
+ "version": "4.5.5",
3130
+ "license": "ISC"
3131
+ },
3132
+ "node_modules/ora": {
3133
+ "version": "5.4.1",
3134
+ "extraneous": true,
3135
+ "license": "MIT",
3136
+ "dependencies": {
3137
+ "bl": "^4.1.0",
3138
+ "chalk": "^4.1.0",
3139
+ "cli-cursor": "^3.1.0",
3140
+ "cli-spinners": "^2.5.0",
3141
+ "is-interactive": "^1.0.0",
3142
+ "is-unicode-supported": "^0.1.0",
3143
+ "log-symbols": "^4.1.0",
3144
+ "strip-ansi": "^6.0.0",
3145
+ "wcwidth": "^1.0.1"
3146
+ },
3147
+ "engines": {
3148
+ "node": ">=10"
3149
+ },
3150
+ "funding": {
3151
+ "url": "https://github.com/sponsors/sindresorhus"
3152
+ }
3153
+ },
3154
+ "node_modules/ora/node_modules/ansi-styles": {
3155
+ "version": "4.3.0",
3156
+ "extraneous": true,
3157
+ "license": "MIT",
3158
+ "dependencies": {
3159
+ "color-convert": "^2.0.1"
3160
+ },
3161
+ "engines": {
3162
+ "node": ">=8"
3163
+ },
3164
+ "funding": {
3165
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3166
+ }
3167
+ },
3168
+ "node_modules/ora/node_modules/chalk": {
3169
+ "version": "4.1.2",
3170
+ "extraneous": true,
3171
+ "license": "MIT",
3172
+ "dependencies": {
3173
+ "ansi-styles": "^4.1.0",
3174
+ "supports-color": "^7.1.0"
3175
+ },
3176
+ "engines": {
3177
+ "node": ">=10"
3178
+ },
3179
+ "funding": {
3180
+ "url": "https://github.com/chalk/chalk?sponsor=1"
3181
+ }
3182
+ },
3183
+ "node_modules/ora/node_modules/cli-cursor": {
3184
+ "version": "3.1.0",
3185
+ "extraneous": true,
3186
+ "license": "MIT",
3187
+ "dependencies": {
3188
+ "restore-cursor": "^3.1.0"
3189
+ },
3190
+ "engines": {
3191
+ "node": ">=8"
3192
+ }
3193
+ },
3194
+ "node_modules/ora/node_modules/color-convert": {
3195
+ "version": "2.0.1",
3196
+ "extraneous": true,
3197
+ "license": "MIT",
3198
+ "dependencies": {
3199
+ "color-name": "~1.1.4"
3200
+ },
3201
+ "engines": {
3202
+ "node": ">=7.0.0"
3203
+ }
3204
+ },
3205
+ "node_modules/ora/node_modules/color-name": {
3206
+ "version": "1.1.4",
3207
+ "extraneous": true,
3208
+ "license": "MIT"
3209
+ },
3210
+ "node_modules/ora/node_modules/restore-cursor": {
3211
+ "version": "3.1.0",
3212
+ "extraneous": true,
3213
+ "license": "MIT",
3214
+ "dependencies": {
3215
+ "onetime": "^5.1.0",
3216
+ "signal-exit": "^3.0.2"
3217
+ },
3218
+ "engines": {
3219
+ "node": ">=8"
3220
+ }
3221
+ },
3222
+ "node_modules/ora/node_modules/supports-color": {
3223
+ "version": "7.2.0",
3224
+ "extraneous": true,
3225
+ "license": "MIT",
3226
+ "dependencies": {
3227
+ "has-flag": "^4.0.0"
3228
+ },
3229
+ "engines": {
3230
+ "node": ">=8"
3231
+ }
3232
+ },
3233
+ "node_modules/p-limit": {
3234
+ "version": "3.1.0",
3235
+ "license": "MIT",
3236
+ "dependencies": {
3237
+ "yocto-queue": "^0.1.0"
3238
+ },
3239
+ "engines": {
3240
+ "node": ">=10"
3241
+ },
3242
+ "funding": {
3243
+ "url": "https://github.com/sponsors/sindresorhus"
3244
+ }
3245
+ },
3246
+ "node_modules/p-locate": {
3247
+ "version": "5.0.0",
3248
+ "license": "MIT",
3249
+ "dependencies": {
3250
+ "p-limit": "^3.0.2"
3251
+ },
3252
+ "engines": {
3253
+ "node": ">=10"
3254
+ },
3255
+ "funding": {
3256
+ "url": "https://github.com/sponsors/sindresorhus"
3257
+ }
3258
+ },
3259
+ "node_modules/package-changed": {
3260
+ "version": "3.0.0",
3261
+ "extraneous": true,
3262
+ "license": "ISC",
3263
+ "dependencies": {
3264
+ "commander": "^6.2.0"
3265
+ },
3266
+ "bin": {
3267
+ "package-changed": "bin/package-changed.js"
3268
+ }
3269
+ },
3270
+ "node_modules/package-changed/node_modules/commander": {
3271
+ "version": "6.2.1",
3272
+ "extraneous": true,
3273
+ "license": "MIT",
3274
+ "engines": {
3275
+ "node": ">= 6"
3276
+ }
3277
+ },
3278
+ "node_modules/parse-json": {
3279
+ "version": "5.2.0",
3280
+ "license": "MIT",
3281
+ "dependencies": {
3282
+ "@babel/code-frame": "^7.0.0",
3283
+ "error-ex": "^1.3.1",
3284
+ "json-parse-even-better-errors": "^2.3.0",
3285
+ "lines-and-columns": "^1.1.6"
3286
+ },
3287
+ "engines": {
3288
+ "node": ">=8"
3289
+ },
3290
+ "funding": {
3291
+ "url": "https://github.com/sponsors/sindresorhus"
3292
+ }
3293
+ },
3294
+ "node_modules/parse-listing": {
3295
+ "version": "1.1.3",
3296
+ "engines": {
3297
+ "node": ">=0.6.21"
3298
+ }
3299
+ },
3300
+ "node_modules/parseurl": {
3301
+ "version": "1.3.3",
3302
+ "license": "MIT",
3303
+ "engines": {
3304
+ "node": ">= 0.8"
3305
+ }
3306
+ },
3307
+ "node_modules/path-exists": {
3308
+ "version": "4.0.0",
3309
+ "license": "MIT",
3310
+ "engines": {
3311
+ "node": ">=8"
3312
+ }
3313
+ },
3314
+ "node_modules/path-is-absolute": {
3315
+ "version": "1.0.1",
3316
+ "license": "MIT",
3317
+ "engines": {
3318
+ "node": ">=0.10.0"
3319
+ }
3320
+ },
3321
+ "node_modules/path-key": {
3322
+ "version": "3.1.1",
3323
+ "license": "MIT",
3324
+ "engines": {
3325
+ "node": ">=8"
3326
+ }
3327
+ },
3328
+ "node_modules/path-parse": {
3329
+ "version": "1.0.7",
3330
+ "license": "MIT"
3331
+ },
3332
+ "node_modules/path-scurry": {
3333
+ "version": "1.10.1",
3334
+ "license": "BlueOak-1.0.0",
3335
+ "dependencies": {
3336
+ "lru-cache": "^9.1.1 || ^10.0.0",
3337
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
3338
+ },
3339
+ "engines": {
3340
+ "node": ">=16 || 14 >=14.17"
3341
+ },
3342
+ "funding": {
3343
+ "url": "https://github.com/sponsors/isaacs"
3344
+ }
3345
+ },
3346
+ "node_modules/path-scurry/node_modules/lru-cache": {
3347
+ "version": "10.0.1",
3348
+ "license": "ISC",
3349
+ "engines": {
3350
+ "node": "14 || >=16.14"
3351
+ }
3352
+ },
3353
+ "node_modules/path-to-regexp": {
3354
+ "version": "0.1.7",
3355
+ "license": "MIT"
3356
+ },
3357
+ "node_modules/pend": {
3358
+ "version": "1.2.0",
3359
+ "license": "MIT"
3360
+ },
3361
+ "node_modules/pkg-dir": {
3362
+ "version": "5.0.0",
3363
+ "license": "MIT",
3364
+ "dependencies": {
3365
+ "find-up": "^5.0.0"
3366
+ },
3367
+ "engines": {
3368
+ "node": ">=10"
3369
+ }
3370
+ },
3371
+ "node_modules/plist": {
3372
+ "version": "3.1.0",
3373
+ "license": "MIT",
3374
+ "dependencies": {
3375
+ "@xmldom/xmldom": "^0.8.8",
3376
+ "base64-js": "^1.5.1",
3377
+ "xmlbuilder": "^15.1.1"
3378
+ },
3379
+ "engines": {
3380
+ "node": ">=10.4.0"
3381
+ }
3382
+ },
3383
+ "node_modules/pluralize": {
3384
+ "version": "8.0.0",
3385
+ "license": "MIT",
3386
+ "engines": {
3387
+ "node": ">=4"
3388
+ }
3389
+ },
3390
+ "node_modules/portfinder": {
3391
+ "version": "1.0.32",
3392
+ "license": "MIT",
3393
+ "dependencies": {
3394
+ "async": "^2.6.4",
3395
+ "debug": "^3.2.7",
3396
+ "mkdirp": "^0.5.6"
3397
+ },
3398
+ "engines": {
3399
+ "node": ">= 0.12.0"
3400
+ }
3401
+ },
3402
+ "node_modules/portfinder/node_modules/async": {
3403
+ "version": "2.6.4",
3404
+ "license": "MIT",
3405
+ "dependencies": {
3406
+ "lodash": "^4.17.14"
3407
+ }
3408
+ },
3409
+ "node_modules/portfinder/node_modules/debug": {
3410
+ "version": "3.2.7",
3411
+ "license": "MIT",
3412
+ "dependencies": {
3413
+ "ms": "^2.1.1"
3414
+ }
3415
+ },
3416
+ "node_modules/portscanner": {
3417
+ "version": "2.2.0",
3418
+ "license": "MIT",
3419
+ "dependencies": {
3420
+ "async": "^2.6.0",
3421
+ "is-number-like": "^1.0.3"
3422
+ },
3423
+ "engines": {
3424
+ "node": ">=0.4",
3425
+ "npm": ">=1.0.0"
3426
+ }
3427
+ },
3428
+ "node_modules/portscanner/node_modules/async": {
3429
+ "version": "2.6.4",
3430
+ "license": "MIT",
3431
+ "dependencies": {
3432
+ "lodash": "^4.17.14"
3433
+ }
3434
+ },
3435
+ "node_modules/prebuild-install": {
3436
+ "version": "7.1.1",
3437
+ "license": "MIT",
3438
+ "optional": true,
3439
+ "dependencies": {
3440
+ "detect-libc": "^2.0.0",
3441
+ "expand-template": "^2.0.3",
3442
+ "github-from-package": "0.0.0",
3443
+ "minimist": "^1.2.3",
3444
+ "mkdirp-classic": "^0.5.3",
3445
+ "napi-build-utils": "^1.0.1",
3446
+ "node-abi": "^3.3.0",
3447
+ "pump": "^3.0.0",
3448
+ "rc": "^1.2.7",
3449
+ "simple-get": "^4.0.0",
3450
+ "tar-fs": "^2.0.0",
3451
+ "tunnel-agent": "^0.6.0"
3452
+ },
3453
+ "bin": {
3454
+ "prebuild-install": "bin.js"
3455
+ },
3456
+ "engines": {
3457
+ "node": ">=10"
3458
+ }
3459
+ },
3460
+ "node_modules/prebuild-install/node_modules/tar-fs": {
3461
+ "version": "2.1.1",
3462
+ "license": "MIT",
3463
+ "optional": true,
3464
+ "dependencies": {
3465
+ "chownr": "^1.1.1",
3466
+ "mkdirp-classic": "^0.5.2",
3467
+ "pump": "^3.0.0",
3468
+ "tar-stream": "^2.1.4"
3469
+ }
3470
+ },
3471
+ "node_modules/process": {
3472
+ "version": "0.11.10",
3473
+ "license": "MIT",
3474
+ "engines": {
3475
+ "node": ">= 0.6.0"
3476
+ }
3477
+ },
3478
+ "node_modules/process-nextick-args": {
3479
+ "version": "2.0.1",
3480
+ "license": "MIT"
3481
+ },
3482
+ "node_modules/proxy-addr": {
3483
+ "version": "2.0.7",
3484
+ "license": "MIT",
3485
+ "dependencies": {
3486
+ "forwarded": "0.2.0",
3487
+ "ipaddr.js": "1.9.1"
3488
+ },
3489
+ "engines": {
3490
+ "node": ">= 0.10"
3491
+ }
3492
+ },
3493
+ "node_modules/proxy-from-env": {
3494
+ "version": "1.1.0",
3495
+ "license": "MIT"
3496
+ },
3497
+ "node_modules/pump": {
3498
+ "version": "3.0.0",
3499
+ "license": "MIT",
3500
+ "optional": true,
3501
+ "dependencies": {
3502
+ "end-of-stream": "^1.1.0",
3503
+ "once": "^1.3.1"
3504
+ }
3505
+ },
3506
+ "node_modules/punycode": {
3507
+ "version": "2.3.0",
3508
+ "extraneous": true,
3509
+ "license": "MIT",
3510
+ "engines": {
3511
+ "node": ">=6"
3512
+ }
3513
+ },
3514
+ "node_modules/qs": {
3515
+ "version": "6.11.0",
3516
+ "license": "BSD-3-Clause",
3517
+ "dependencies": {
3518
+ "side-channel": "^1.0.4"
3519
+ },
3520
+ "engines": {
3521
+ "node": ">=0.6"
3522
+ },
3523
+ "funding": {
3524
+ "url": "https://github.com/sponsors/ljharb"
3525
+ }
3526
+ },
3527
+ "node_modules/queue-tick": {
3528
+ "version": "1.0.1",
3529
+ "license": "MIT",
3530
+ "optional": true
3531
+ },
3532
+ "node_modules/range-parser": {
3533
+ "version": "1.2.1",
3534
+ "license": "MIT",
3535
+ "engines": {
3536
+ "node": ">= 0.6"
3537
+ }
3538
+ },
3539
+ "node_modules/raw-body": {
3540
+ "version": "2.5.2",
3541
+ "license": "MIT",
3542
+ "dependencies": {
3543
+ "bytes": "3.1.2",
3544
+ "http-errors": "2.0.0",
3545
+ "iconv-lite": "0.4.24",
3546
+ "unpipe": "1.0.0"
3547
+ },
3548
+ "engines": {
3549
+ "node": ">= 0.8"
3550
+ }
3551
+ },
3552
+ "node_modules/rc": {
3553
+ "version": "1.2.8",
3554
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3555
+ "optional": true,
3556
+ "dependencies": {
3557
+ "deep-extend": "^0.6.0",
3558
+ "ini": "~1.3.0",
3559
+ "minimist": "^1.2.0",
3560
+ "strip-json-comments": "~2.0.1"
3561
+ },
3562
+ "bin": {
3563
+ "rc": "cli.js"
3564
+ }
3565
+ },
3566
+ "node_modules/rc/node_modules/ini": {
3567
+ "version": "1.3.8",
3568
+ "license": "ISC",
3569
+ "optional": true
3570
+ },
3571
+ "node_modules/rc/node_modules/strip-json-comments": {
3572
+ "version": "2.0.1",
3573
+ "license": "MIT",
3574
+ "optional": true,
3575
+ "engines": {
3576
+ "node": ">=0.10.0"
3577
+ }
3578
+ },
3579
+ "node_modules/read-pkg": {
3580
+ "version": "5.2.0",
3581
+ "license": "MIT",
3582
+ "dependencies": {
3583
+ "@types/normalize-package-data": "^2.4.0",
3584
+ "normalize-package-data": "^2.5.0",
3585
+ "parse-json": "^5.0.0",
3586
+ "type-fest": "^0.6.0"
3587
+ },
3588
+ "engines": {
3589
+ "node": ">=8"
3590
+ }
3591
+ },
3592
+ "node_modules/read-pkg/node_modules/type-fest": {
3593
+ "version": "0.6.0",
3594
+ "license": "(MIT OR CC0-1.0)",
3595
+ "engines": {
3596
+ "node": ">=8"
3597
+ }
3598
+ },
3599
+ "node_modules/readable-stream": {
3600
+ "version": "3.6.2",
3601
+ "license": "MIT",
3602
+ "dependencies": {
3603
+ "inherits": "^2.0.3",
3604
+ "string_decoder": "^1.1.1",
3605
+ "util-deprecate": "^1.0.1"
3606
+ },
3607
+ "engines": {
3608
+ "node": ">= 6"
3609
+ }
3610
+ },
3611
+ "node_modules/readdir-glob": {
3612
+ "version": "1.1.3",
3613
+ "license": "Apache-2.0",
3614
+ "dependencies": {
3615
+ "minimatch": "^5.1.0"
3616
+ }
3617
+ },
3618
+ "node_modules/readdir-glob/node_modules/brace-expansion": {
3619
+ "version": "2.0.1",
3620
+ "license": "MIT",
3621
+ "dependencies": {
3622
+ "balanced-match": "^1.0.0"
3623
+ }
3624
+ },
3625
+ "node_modules/readdir-glob/node_modules/minimatch": {
3626
+ "version": "5.1.6",
3627
+ "license": "ISC",
3628
+ "dependencies": {
3629
+ "brace-expansion": "^2.0.1"
3630
+ },
3631
+ "engines": {
3632
+ "node": ">=10"
3633
+ }
3634
+ },
3635
+ "node_modules/regenerator-runtime": {
3636
+ "version": "0.14.0",
3637
+ "license": "MIT"
3638
+ },
3639
+ "node_modules/require-directory": {
3640
+ "version": "2.1.1",
3641
+ "extraneous": true,
3642
+ "license": "MIT",
3643
+ "engines": {
3644
+ "node": ">=0.10.0"
3645
+ }
3646
+ },
3647
+ "node_modules/require-from-string": {
3648
+ "version": "2.0.2",
3649
+ "extraneous": true,
3650
+ "license": "MIT",
3651
+ "engines": {
3652
+ "node": ">=0.10.0"
3653
+ }
3654
+ },
3655
+ "node_modules/resolve": {
3656
+ "version": "1.22.6",
3657
+ "license": "MIT",
3658
+ "dependencies": {
3659
+ "is-core-module": "^2.13.0",
3660
+ "path-parse": "^1.0.7",
3661
+ "supports-preserve-symlinks-flag": "^1.0.0"
3662
+ },
3663
+ "bin": {
3664
+ "resolve": "bin/resolve"
3665
+ },
3666
+ "funding": {
3667
+ "url": "https://github.com/sponsors/ljharb"
3668
+ }
3669
+ },
3670
+ "node_modules/resolve-from": {
3671
+ "version": "5.0.0",
3672
+ "license": "MIT",
3673
+ "engines": {
3674
+ "node": ">=8"
3675
+ }
3676
+ },
3677
+ "node_modules/safe-buffer": {
3678
+ "version": "5.2.1",
3679
+ "funding": [
3680
+ {
3681
+ "type": "github",
3682
+ "url": "https://github.com/sponsors/feross"
3683
+ },
3684
+ {
3685
+ "type": "patreon",
3686
+ "url": "https://www.patreon.com/feross"
3687
+ },
3688
+ {
3689
+ "type": "consulting",
3690
+ "url": "https://feross.org/support"
3691
+ }
3692
+ ],
3693
+ "license": "MIT"
3694
+ },
3695
+ "node_modules/safe-stable-stringify": {
3696
+ "version": "2.4.3",
3697
+ "extraneous": true,
3698
+ "license": "MIT",
3699
+ "engines": {
3700
+ "node": ">=10"
3701
+ }
3702
+ },
3703
+ "node_modules/safer-buffer": {
3704
+ "version": "2.1.2",
3705
+ "license": "MIT"
3706
+ },
3707
+ "node_modules/sanitize-filename": {
3708
+ "version": "1.6.3",
3709
+ "license": "WTFPL OR ISC",
3710
+ "dependencies": {
3711
+ "truncate-utf8-bytes": "^1.0.0"
3712
+ }
3713
+ },
3714
+ "node_modules/semver": {
3715
+ "version": "7.5.4",
3716
+ "license": "ISC",
3717
+ "dependencies": {
3718
+ "lru-cache": "^6.0.0"
3719
+ },
3720
+ "bin": {
3721
+ "semver": "bin/semver.js"
3722
+ },
3723
+ "engines": {
3724
+ "node": ">=10"
3725
+ }
3726
+ },
3727
+ "node_modules/semver/node_modules/lru-cache": {
3728
+ "version": "6.0.0",
3729
+ "license": "ISC",
3730
+ "dependencies": {
3731
+ "yallist": "^4.0.0"
3732
+ },
3733
+ "engines": {
3734
+ "node": ">=10"
3735
+ }
3736
+ },
3737
+ "node_modules/semver/node_modules/yallist": {
3738
+ "version": "4.0.0",
3739
+ "license": "ISC"
3740
+ },
3741
+ "node_modules/send": {
3742
+ "version": "0.18.0",
3743
+ "license": "MIT",
3744
+ "dependencies": {
3745
+ "debug": "2.6.9",
3746
+ "depd": "2.0.0",
3747
+ "destroy": "1.2.0",
3748
+ "encodeurl": "~1.0.2",
3749
+ "escape-html": "~1.0.3",
3750
+ "etag": "~1.8.1",
3751
+ "fresh": "0.5.2",
3752
+ "http-errors": "2.0.0",
3753
+ "mime": "1.6.0",
3754
+ "ms": "2.1.3",
3755
+ "on-finished": "2.4.1",
3756
+ "range-parser": "~1.2.1",
3757
+ "statuses": "2.0.1"
3758
+ },
3759
+ "engines": {
3760
+ "node": ">= 0.8.0"
3761
+ }
3762
+ },
3763
+ "node_modules/send/node_modules/debug": {
3764
+ "version": "2.6.9",
3765
+ "license": "MIT",
3766
+ "dependencies": {
3767
+ "ms": "2.0.0"
3768
+ }
3769
+ },
3770
+ "node_modules/send/node_modules/debug/node_modules/ms": {
3771
+ "version": "2.0.0",
3772
+ "license": "MIT"
3773
+ },
3774
+ "node_modules/send/node_modules/mime": {
3775
+ "version": "1.6.0",
3776
+ "license": "MIT",
3777
+ "bin": {
3778
+ "mime": "cli.js"
3779
+ },
3780
+ "engines": {
3781
+ "node": ">=4"
3782
+ }
3783
+ },
3784
+ "node_modules/send/node_modules/ms": {
3785
+ "version": "2.1.3",
3786
+ "license": "MIT"
3787
+ },
3788
+ "node_modules/serve-favicon": {
3789
+ "version": "2.5.0",
3790
+ "license": "MIT",
3791
+ "dependencies": {
3792
+ "etag": "~1.8.1",
3793
+ "fresh": "0.5.2",
3794
+ "ms": "2.1.1",
3795
+ "parseurl": "~1.3.2",
3796
+ "safe-buffer": "5.1.1"
3797
+ },
3798
+ "engines": {
3799
+ "node": ">= 0.8.0"
3800
+ }
3801
+ },
3802
+ "node_modules/serve-favicon/node_modules/ms": {
3803
+ "version": "2.1.1",
3804
+ "license": "MIT"
3805
+ },
3806
+ "node_modules/serve-favicon/node_modules/safe-buffer": {
3807
+ "version": "5.1.1",
3808
+ "license": "MIT"
3809
+ },
3810
+ "node_modules/serve-static": {
3811
+ "version": "1.15.0",
3812
+ "license": "MIT",
3813
+ "dependencies": {
3814
+ "encodeurl": "~1.0.2",
3815
+ "escape-html": "~1.0.3",
3816
+ "parseurl": "~1.3.3",
3817
+ "send": "0.18.0"
3818
+ },
3819
+ "engines": {
3820
+ "node": ">= 0.8.0"
3821
+ }
3822
+ },
3823
+ "node_modules/set-blocking": {
3824
+ "version": "2.0.0",
3825
+ "license": "ISC"
3826
+ },
3827
+ "node_modules/setprototypeof": {
3828
+ "version": "1.2.0",
3829
+ "license": "ISC"
3830
+ },
3831
+ "node_modules/shared-preferences-builder": {
3832
+ "version": "0.0.4",
3833
+ "license": "MIT",
3834
+ "dependencies": {
3835
+ "lodash": "^4.17.4",
3836
+ "xmlbuilder": "^9.0.1"
3837
+ }
3838
+ },
3839
+ "node_modules/shared-preferences-builder/node_modules/xmlbuilder": {
3840
+ "version": "9.0.7",
3841
+ "license": "MIT",
3842
+ "engines": {
3843
+ "node": ">=4.0"
3844
+ }
3845
+ },
3846
+ "node_modules/shebang-command": {
3847
+ "version": "2.0.0",
3848
+ "license": "MIT",
3849
+ "dependencies": {
3850
+ "shebang-regex": "^3.0.0"
3851
+ },
3852
+ "engines": {
3853
+ "node": ">=8"
3854
+ }
3855
+ },
3856
+ "node_modules/shebang-regex": {
3857
+ "version": "3.0.0",
3858
+ "license": "MIT",
3859
+ "engines": {
3860
+ "node": ">=8"
3861
+ }
3862
+ },
3863
+ "node_modules/shell-quote": {
3864
+ "version": "1.8.1",
3865
+ "license": "MIT",
3866
+ "funding": {
3867
+ "url": "https://github.com/sponsors/ljharb"
3868
+ }
3869
+ },
3870
+ "node_modules/shiki": {
3871
+ "version": "0.14.4",
3872
+ "extraneous": true,
3873
+ "license": "MIT",
3874
+ "dependencies": {
3875
+ "ansi-sequence-parser": "^1.1.0",
3876
+ "jsonc-parser": "^3.2.0",
3877
+ "vscode-oniguruma": "^1.7.0",
3878
+ "vscode-textmate": "^8.0.0"
3879
+ }
3880
+ },
3881
+ "node_modules/side-channel": {
3882
+ "version": "1.0.4",
3883
+ "license": "MIT",
3884
+ "dependencies": {
3885
+ "call-bind": "^1.0.0",
3886
+ "get-intrinsic": "^1.0.2",
3887
+ "object-inspect": "^1.9.0"
3888
+ },
3889
+ "funding": {
3890
+ "url": "https://github.com/sponsors/ljharb"
3891
+ }
3892
+ },
3893
+ "node_modules/signal-exit": {
3894
+ "version": "3.0.7",
3895
+ "license": "ISC"
3896
+ },
3897
+ "node_modules/simple-concat": {
3898
+ "version": "1.0.1",
3899
+ "funding": [
3900
+ {
3901
+ "type": "github",
3902
+ "url": "https://github.com/sponsors/feross"
3903
+ },
3904
+ {
3905
+ "type": "patreon",
3906
+ "url": "https://www.patreon.com/feross"
3907
+ },
3908
+ {
3909
+ "type": "consulting",
3910
+ "url": "https://feross.org/support"
3911
+ }
3912
+ ],
3913
+ "license": "MIT",
3914
+ "optional": true
3915
+ },
3916
+ "node_modules/simple-get": {
3917
+ "version": "4.0.1",
3918
+ "funding": [
3919
+ {
3920
+ "type": "github",
3921
+ "url": "https://github.com/sponsors/feross"
3922
+ },
3923
+ {
3924
+ "type": "patreon",
3925
+ "url": "https://www.patreon.com/feross"
3926
+ },
3927
+ {
3928
+ "type": "consulting",
3929
+ "url": "https://feross.org/support"
3930
+ }
3931
+ ],
3932
+ "license": "MIT",
3933
+ "optional": true,
3934
+ "dependencies": {
3935
+ "decompress-response": "^6.0.0",
3936
+ "once": "^1.3.1",
3937
+ "simple-concat": "^1.0.0"
3938
+ }
3939
+ },
3940
+ "node_modules/simple-swizzle": {
3941
+ "version": "0.2.2",
3942
+ "license": "MIT",
3943
+ "optional": true,
3944
+ "dependencies": {
3945
+ "is-arrayish": "^0.3.1"
3946
+ }
3947
+ },
3948
+ "node_modules/simple-swizzle/node_modules/is-arrayish": {
3949
+ "version": "0.3.2",
3950
+ "license": "MIT",
3951
+ "optional": true
3952
+ },
3953
+ "node_modules/source-map": {
3954
+ "version": "0.6.1",
3955
+ "license": "BSD-3-Clause",
3956
+ "engines": {
3957
+ "node": ">=0.10.0"
3958
+ }
3959
+ },
3960
+ "node_modules/source-map-support": {
3961
+ "version": "0.5.21",
3962
+ "license": "MIT",
3963
+ "dependencies": {
3964
+ "buffer-from": "^1.0.0",
3965
+ "source-map": "^0.6.0"
3966
+ }
3967
+ },
3968
+ "node_modules/spdx-correct": {
3969
+ "version": "3.2.0",
3970
+ "license": "Apache-2.0",
3971
+ "dependencies": {
3972
+ "spdx-expression-parse": "^3.0.0",
3973
+ "spdx-license-ids": "^3.0.0"
3974
+ }
3975
+ },
3976
+ "node_modules/spdx-exceptions": {
3977
+ "version": "2.3.0",
3978
+ "license": "CC-BY-3.0"
3979
+ },
3980
+ "node_modules/spdx-expression-parse": {
3981
+ "version": "3.0.1",
3982
+ "license": "MIT",
3983
+ "dependencies": {
3984
+ "spdx-exceptions": "^2.1.0",
3985
+ "spdx-license-ids": "^3.0.0"
3986
+ }
3987
+ },
3988
+ "node_modules/spdx-license-ids": {
3989
+ "version": "3.0.16",
3990
+ "license": "CC0-1.0"
3991
+ },
3992
+ "node_modules/stack-trace": {
3993
+ "version": "0.0.10",
3994
+ "extraneous": true,
3995
+ "license": "MIT",
3996
+ "engines": {
3997
+ "node": "*"
3998
+ }
3999
+ },
4000
+ "node_modules/statuses": {
4001
+ "version": "2.0.1",
4002
+ "license": "MIT",
4003
+ "engines": {
4004
+ "node": ">= 0.8"
4005
+ }
4006
+ },
4007
+ "node_modules/stream-buffers": {
4008
+ "version": "2.2.0",
4009
+ "license": "Unlicense",
4010
+ "engines": {
4011
+ "node": ">= 0.10.0"
4012
+ }
4013
+ },
4014
+ "node_modules/stream-combiner": {
4015
+ "version": "0.2.2",
4016
+ "license": "MIT",
4017
+ "dependencies": {
4018
+ "duplexer": "~0.1.1",
4019
+ "through": "~2.3.4"
4020
+ }
4021
+ },
4022
+ "node_modules/streamx": {
4023
+ "version": "2.15.1",
4024
+ "license": "MIT",
4025
+ "optional": true,
4026
+ "dependencies": {
4027
+ "fast-fifo": "^1.1.0",
4028
+ "queue-tick": "^1.0.1"
4029
+ }
4030
+ },
4031
+ "node_modules/string_decoder": {
4032
+ "version": "1.3.0",
4033
+ "license": "MIT",
4034
+ "dependencies": {
4035
+ "safe-buffer": "~5.2.0"
4036
+ }
4037
+ },
4038
+ "node_modules/string-width": {
4039
+ "version": "5.1.2",
4040
+ "license": "MIT",
4041
+ "dependencies": {
4042
+ "eastasianwidth": "^0.2.0",
4043
+ "emoji-regex": "^9.2.2",
4044
+ "strip-ansi": "^7.0.1"
4045
+ },
4046
+ "engines": {
4047
+ "node": ">=12"
4048
+ },
4049
+ "funding": {
4050
+ "url": "https://github.com/sponsors/sindresorhus"
4051
+ }
4052
+ },
4053
+ "node_modules/string-width-cjs": {
4054
+ "name": "string-width",
4055
+ "version": "4.2.3",
4056
+ "license": "MIT",
4057
+ "dependencies": {
4058
+ "emoji-regex": "^8.0.0",
4059
+ "is-fullwidth-code-point": "^3.0.0",
4060
+ "strip-ansi": "^6.0.1"
4061
+ },
4062
+ "engines": {
4063
+ "node": ">=8"
4064
+ }
4065
+ },
4066
+ "node_modules/string-width-cjs/node_modules/emoji-regex": {
4067
+ "version": "8.0.0",
4068
+ "license": "MIT"
4069
+ },
4070
+ "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
4071
+ "version": "3.0.0",
4072
+ "license": "MIT",
4073
+ "engines": {
4074
+ "node": ">=8"
4075
+ }
4076
+ },
4077
+ "node_modules/string-width/node_modules/ansi-regex": {
4078
+ "version": "6.0.1",
4079
+ "license": "MIT",
4080
+ "engines": {
4081
+ "node": ">=12"
4082
+ },
4083
+ "funding": {
4084
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4085
+ }
4086
+ },
4087
+ "node_modules/string-width/node_modules/strip-ansi": {
4088
+ "version": "7.1.0",
4089
+ "license": "MIT",
4090
+ "dependencies": {
4091
+ "ansi-regex": "^6.0.1"
4092
+ },
4093
+ "engines": {
4094
+ "node": ">=12"
4095
+ },
4096
+ "funding": {
4097
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4098
+ }
4099
+ },
4100
+ "node_modules/strip-ansi": {
4101
+ "version": "6.0.1",
4102
+ "license": "MIT",
4103
+ "dependencies": {
4104
+ "ansi-regex": "^5.0.1"
4105
+ },
4106
+ "engines": {
4107
+ "node": ">=8"
4108
+ }
4109
+ },
4110
+ "node_modules/strip-ansi-cjs": {
4111
+ "name": "strip-ansi",
4112
+ "version": "6.0.1",
4113
+ "license": "MIT",
4114
+ "dependencies": {
4115
+ "ansi-regex": "^5.0.1"
4116
+ },
4117
+ "engines": {
4118
+ "node": ">=8"
4119
+ }
4120
+ },
4121
+ "node_modules/supports-color": {
4122
+ "version": "8.1.1",
4123
+ "license": "MIT",
4124
+ "dependencies": {
4125
+ "has-flag": "^4.0.0"
4126
+ },
4127
+ "engines": {
4128
+ "node": ">=10"
4129
+ },
4130
+ "funding": {
4131
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
4132
+ }
4133
+ },
4134
+ "node_modules/supports-preserve-symlinks-flag": {
4135
+ "version": "1.0.0",
4136
+ "license": "MIT",
4137
+ "engines": {
4138
+ "node": ">= 0.4"
4139
+ },
4140
+ "funding": {
4141
+ "url": "https://github.com/sponsors/ljharb"
4142
+ }
4143
+ },
4144
+ "node_modules/tar-fs": {
4145
+ "version": "3.0.4",
4146
+ "license": "MIT",
4147
+ "optional": true,
4148
+ "dependencies": {
4149
+ "mkdirp-classic": "^0.5.2",
4150
+ "pump": "^3.0.0",
4151
+ "tar-stream": "^3.1.5"
4152
+ }
4153
+ },
4154
+ "node_modules/tar-fs/node_modules/tar-stream": {
4155
+ "version": "3.1.6",
4156
+ "license": "MIT",
4157
+ "optional": true,
4158
+ "dependencies": {
4159
+ "b4a": "^1.6.4",
4160
+ "fast-fifo": "^1.2.0",
4161
+ "streamx": "^2.15.0"
4162
+ }
4163
+ },
4164
+ "node_modules/tar-stream": {
4165
+ "version": "2.2.0",
4166
+ "license": "MIT",
4167
+ "dependencies": {
4168
+ "bl": "^4.0.3",
4169
+ "end-of-stream": "^1.4.1",
4170
+ "fs-constants": "^1.0.0",
4171
+ "inherits": "^2.0.3",
4172
+ "readable-stream": "^3.1.1"
4173
+ },
4174
+ "engines": {
4175
+ "node": ">=6"
4176
+ }
4177
+ },
4178
+ "node_modules/teen_process": {
4179
+ "version": "2.0.45",
4180
+ "license": "Apache-2.0",
4181
+ "dependencies": {
4182
+ "bluebird": "3.7.2",
4183
+ "lodash": "4.17.21",
4184
+ "shell-quote": "1.8.1",
4185
+ "source-map-support": "0.5.21"
4186
+ },
4187
+ "engines": {
4188
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
4189
+ "npm": ">=8"
4190
+ }
4191
+ },
4192
+ "node_modules/text-hex": {
4193
+ "version": "1.0.0",
4194
+ "extraneous": true,
4195
+ "license": "MIT"
4196
+ },
4197
+ "node_modules/through": {
4198
+ "version": "2.3.8",
4199
+ "license": "MIT"
4200
+ },
4201
+ "node_modules/toidentifier": {
4202
+ "version": "1.0.1",
4203
+ "license": "MIT",
4204
+ "engines": {
4205
+ "node": ">=0.6"
4206
+ }
4207
+ },
4208
+ "node_modules/triple-beam": {
4209
+ "version": "1.4.1",
4210
+ "extraneous": true,
4211
+ "license": "MIT",
4212
+ "engines": {
4213
+ "node": ">= 14.0.0"
4214
+ }
4215
+ },
4216
+ "node_modules/truncate-utf8-bytes": {
4217
+ "version": "1.0.2",
4218
+ "license": "WTFPL",
4219
+ "dependencies": {
4220
+ "utf8-byte-length": "^1.0.1"
4221
+ }
4222
+ },
4223
+ "node_modules/ts-node": {
4224
+ "version": "9.1.1",
4225
+ "extraneous": true,
4226
+ "license": "MIT",
4227
+ "dependencies": {
4228
+ "arg": "^4.1.0",
4229
+ "create-require": "^1.1.0",
4230
+ "diff": "^4.0.1",
4231
+ "make-error": "^1.1.1",
4232
+ "source-map-support": "^0.5.17",
4233
+ "yn": "3.1.1"
4234
+ },
4235
+ "bin": {
4236
+ "ts-node": "dist/bin.js",
4237
+ "ts-node-script": "dist/bin-script.js",
4238
+ "ts-node-transpile-only": "dist/bin-transpile.js",
4239
+ "ts-script": "dist/bin-script-deprecated.js"
4240
+ },
4241
+ "engines": {
4242
+ "node": ">=10.0.0"
4243
+ },
4244
+ "peerDependencies": {
4245
+ "typescript": ">=2.7"
4246
+ }
4247
+ },
4248
+ "node_modules/ts-node/node_modules/diff": {
4249
+ "version": "4.0.2",
4250
+ "extraneous": true,
4251
+ "license": "BSD-3-Clause",
4252
+ "engines": {
4253
+ "node": ">=0.3.1"
4254
+ }
4255
+ },
4256
+ "node_modules/tslib": {
4257
+ "version": "2.6.2",
4258
+ "extraneous": true,
4259
+ "license": "0BSD"
4260
+ },
4261
+ "node_modules/tunnel-agent": {
4262
+ "version": "0.6.0",
4263
+ "license": "Apache-2.0",
4264
+ "optional": true,
4265
+ "dependencies": {
4266
+ "safe-buffer": "^5.0.1"
4267
+ },
4268
+ "engines": {
4269
+ "node": "*"
4270
+ }
4271
+ },
4272
+ "node_modules/type-fest": {
4273
+ "version": "3.13.1",
4274
+ "license": "(MIT OR CC0-1.0)",
4275
+ "engines": {
4276
+ "node": ">=14.16"
4277
+ },
4278
+ "funding": {
4279
+ "url": "https://github.com/sponsors/sindresorhus"
4280
+ }
4281
+ },
4282
+ "node_modules/type-is": {
4283
+ "version": "1.6.18",
4284
+ "license": "MIT",
4285
+ "dependencies": {
4286
+ "media-typer": "0.3.0",
4287
+ "mime-types": "~2.1.24"
4288
+ },
4289
+ "engines": {
4290
+ "node": ">= 0.6"
4291
+ }
4292
+ },
4293
+ "node_modules/typedoc": {
4294
+ "version": "0.23.28",
4295
+ "extraneous": true,
4296
+ "license": "Apache-2.0",
4297
+ "dependencies": {
4298
+ "lunr": "^2.3.9",
4299
+ "marked": "^4.2.12",
4300
+ "minimatch": "^7.1.3",
4301
+ "shiki": "^0.14.1"
4302
+ },
4303
+ "bin": {
4304
+ "typedoc": "bin/typedoc"
4305
+ },
4306
+ "engines": {
4307
+ "node": ">= 14.14"
4308
+ },
4309
+ "peerDependencies": {
4310
+ "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x"
4311
+ }
4312
+ },
4313
+ "node_modules/typedoc-plugin-markdown": {
4314
+ "version": "3.14.0",
4315
+ "extraneous": true,
4316
+ "license": "MIT",
4317
+ "dependencies": {
4318
+ "handlebars": "^4.7.7"
4319
+ },
4320
+ "peerDependencies": {
4321
+ "typedoc": ">=0.23.0"
4322
+ }
4323
+ },
4324
+ "node_modules/typedoc-plugin-resolve-crossmodule-references": {
4325
+ "version": "0.3.3",
4326
+ "extraneous": true,
4327
+ "license": "Apache-2.0",
4328
+ "workspaces": [
4329
+ "test/packages/*"
4330
+ ],
4331
+ "engines": {
4332
+ "node": ">=14"
4333
+ },
4334
+ "peerDependencies": {
4335
+ "typedoc": ">=0.22 <=0.23"
4336
+ }
4337
+ },
4338
+ "node_modules/typedoc/node_modules/brace-expansion": {
4339
+ "version": "2.0.1",
4340
+ "extraneous": true,
4341
+ "license": "MIT",
4342
+ "dependencies": {
4343
+ "balanced-match": "^1.0.0"
4344
+ }
4345
+ },
4346
+ "node_modules/typedoc/node_modules/marked": {
4347
+ "version": "4.3.0",
4348
+ "extraneous": true,
4349
+ "license": "MIT",
4350
+ "bin": {
4351
+ "marked": "bin/marked.js"
4352
+ },
4353
+ "engines": {
4354
+ "node": ">= 12"
4355
+ }
4356
+ },
4357
+ "node_modules/typedoc/node_modules/minimatch": {
4358
+ "version": "7.4.6",
4359
+ "extraneous": true,
4360
+ "license": "ISC",
4361
+ "dependencies": {
4362
+ "brace-expansion": "^2.0.1"
4363
+ },
4364
+ "engines": {
4365
+ "node": ">=10"
4366
+ },
4367
+ "funding": {
4368
+ "url": "https://github.com/sponsors/isaacs"
4369
+ }
4370
+ },
4371
+ "node_modules/typescript": {
4372
+ "version": "5.0.4",
4373
+ "extraneous": true,
4374
+ "license": "Apache-2.0",
4375
+ "bin": {
4376
+ "tsc": "bin/tsc",
4377
+ "tsserver": "bin/tsserver"
4378
+ },
4379
+ "engines": {
4380
+ "node": ">=12.20"
4381
+ }
4382
+ },
4383
+ "node_modules/uglify-js": {
4384
+ "version": "3.17.4",
4385
+ "extraneous": true,
4386
+ "license": "BSD-2-Clause",
4387
+ "bin": {
4388
+ "uglifyjs": "bin/uglifyjs"
4389
+ },
4390
+ "engines": {
4391
+ "node": ">=0.8.0"
4392
+ }
4393
+ },
4394
+ "node_modules/unorm": {
4395
+ "version": "1.6.0",
4396
+ "license": "MIT or GPL-2.0",
4397
+ "engines": {
4398
+ "node": ">= 0.4.0"
4399
+ }
4400
+ },
4401
+ "node_modules/unpipe": {
4402
+ "version": "1.0.0",
4403
+ "license": "MIT",
4404
+ "engines": {
4405
+ "node": ">= 0.8"
4406
+ }
4407
+ },
4408
+ "node_modules/uri-js": {
4409
+ "version": "4.4.1",
4410
+ "extraneous": true,
4411
+ "license": "BSD-2-Clause",
4412
+ "dependencies": {
4413
+ "punycode": "^2.1.0"
4414
+ }
4415
+ },
4416
+ "node_modules/utf8-byte-length": {
4417
+ "version": "1.0.4",
4418
+ "license": "WTFPL"
4419
+ },
4420
+ "node_modules/util-deprecate": {
4421
+ "version": "1.0.2",
4422
+ "license": "MIT"
4423
+ },
4424
+ "node_modules/utils-merge": {
4425
+ "version": "1.0.1",
4426
+ "license": "MIT",
4427
+ "engines": {
4428
+ "node": ">= 0.4.0"
4429
+ }
4430
+ },
4431
+ "node_modules/uuid": {
4432
+ "version": "9.0.0",
4433
+ "license": "MIT",
4434
+ "bin": {
4435
+ "uuid": "dist/bin/uuid"
4436
+ }
4437
+ },
4438
+ "node_modules/validate-npm-package-license": {
4439
+ "version": "3.0.4",
4440
+ "license": "Apache-2.0",
4441
+ "dependencies": {
4442
+ "spdx-correct": "^3.0.0",
4443
+ "spdx-expression-parse": "^3.0.0"
4444
+ }
4445
+ },
4446
+ "node_modules/validate.js": {
4447
+ "version": "0.13.1",
4448
+ "license": "MIT"
4449
+ },
4450
+ "node_modules/vary": {
4451
+ "version": "1.1.2",
4452
+ "license": "MIT",
4453
+ "engines": {
4454
+ "node": ">= 0.8"
4455
+ }
4456
+ },
4457
+ "node_modules/vscode-oniguruma": {
4458
+ "version": "1.7.0",
4459
+ "extraneous": true,
4460
+ "license": "MIT"
4461
+ },
4462
+ "node_modules/vscode-textmate": {
4463
+ "version": "8.0.0",
4464
+ "extraneous": true,
4465
+ "license": "MIT"
4466
+ },
4467
+ "node_modules/wcwidth": {
4468
+ "version": "1.0.1",
4469
+ "extraneous": true,
4470
+ "license": "MIT",
4471
+ "dependencies": {
4472
+ "defaults": "^1.0.3"
4473
+ }
4474
+ },
4475
+ "node_modules/which": {
4476
+ "version": "3.0.1",
4477
+ "license": "ISC",
4478
+ "dependencies": {
4479
+ "isexe": "^2.0.0"
4480
+ },
4481
+ "bin": {
4482
+ "node-which": "bin/which.js"
4483
+ },
4484
+ "engines": {
4485
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4486
+ }
4487
+ },
4488
+ "node_modules/wide-align": {
4489
+ "version": "1.1.5",
4490
+ "license": "ISC",
4491
+ "dependencies": {
4492
+ "string-width": "^1.0.2 || 2 || 3 || 4"
4493
+ }
4494
+ },
4495
+ "node_modules/wide-align/node_modules/emoji-regex": {
4496
+ "version": "8.0.0",
4497
+ "license": "MIT"
4498
+ },
4499
+ "node_modules/wide-align/node_modules/is-fullwidth-code-point": {
4500
+ "version": "3.0.0",
4501
+ "license": "MIT",
4502
+ "engines": {
4503
+ "node": ">=8"
4504
+ }
4505
+ },
4506
+ "node_modules/wide-align/node_modules/string-width": {
4507
+ "version": "4.2.3",
4508
+ "license": "MIT",
4509
+ "dependencies": {
4510
+ "emoji-regex": "^8.0.0",
4511
+ "is-fullwidth-code-point": "^3.0.0",
4512
+ "strip-ansi": "^6.0.1"
4513
+ },
4514
+ "engines": {
4515
+ "node": ">=8"
4516
+ }
4517
+ },
4518
+ "node_modules/winston": {
4519
+ "version": "3.10.0",
4520
+ "extraneous": true,
4521
+ "license": "MIT",
4522
+ "dependencies": {
4523
+ "@colors/colors": "1.5.0",
4524
+ "@dabh/diagnostics": "^2.0.2",
4525
+ "async": "^3.2.3",
4526
+ "is-stream": "^2.0.0",
4527
+ "logform": "^2.4.0",
4528
+ "one-time": "^1.0.0",
4529
+ "readable-stream": "^3.4.0",
4530
+ "safe-stable-stringify": "^2.3.1",
4531
+ "stack-trace": "0.0.x",
4532
+ "triple-beam": "^1.3.0",
4533
+ "winston-transport": "^4.5.0"
4534
+ },
4535
+ "engines": {
4536
+ "node": ">= 12.0.0"
4537
+ }
4538
+ },
4539
+ "node_modules/winston-transport": {
4540
+ "version": "4.5.0",
4541
+ "extraneous": true,
4542
+ "license": "MIT",
4543
+ "dependencies": {
4544
+ "logform": "^2.3.2",
4545
+ "readable-stream": "^3.6.0",
4546
+ "triple-beam": "^1.3.0"
4547
+ },
4548
+ "engines": {
4549
+ "node": ">= 6.4.0"
4550
+ }
4551
+ },
4552
+ "node_modules/winston/node_modules/@colors/colors": {
4553
+ "version": "1.5.0",
4554
+ "extraneous": true,
4555
+ "license": "MIT",
4556
+ "engines": {
4557
+ "node": ">=0.1.90"
4558
+ }
4559
+ },
4560
+ "node_modules/wordwrap": {
4561
+ "version": "1.0.0",
4562
+ "extraneous": true,
4563
+ "license": "MIT"
4564
+ },
4565
+ "node_modules/wrap-ansi": {
4566
+ "version": "7.0.0",
4567
+ "extraneous": true,
4568
+ "license": "MIT",
4569
+ "dependencies": {
4570
+ "ansi-styles": "^4.0.0",
4571
+ "string-width": "^4.1.0",
4572
+ "strip-ansi": "^6.0.0"
4573
+ },
4574
+ "engines": {
4575
+ "node": ">=10"
4576
+ },
4577
+ "funding": {
4578
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4579
+ }
4580
+ },
4581
+ "node_modules/wrap-ansi-cjs": {
4582
+ "name": "wrap-ansi",
4583
+ "version": "7.0.0",
4584
+ "license": "MIT",
4585
+ "dependencies": {
4586
+ "ansi-styles": "^4.0.0",
4587
+ "string-width": "^4.1.0",
4588
+ "strip-ansi": "^6.0.0"
4589
+ },
4590
+ "engines": {
4591
+ "node": ">=10"
4592
+ },
4593
+ "funding": {
4594
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4595
+ }
4596
+ },
4597
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
4598
+ "version": "4.3.0",
4599
+ "license": "MIT",
4600
+ "dependencies": {
4601
+ "color-convert": "^2.0.1"
4602
+ },
4603
+ "engines": {
4604
+ "node": ">=8"
4605
+ },
4606
+ "funding": {
4607
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4608
+ }
4609
+ },
4610
+ "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
4611
+ "version": "2.0.1",
4612
+ "license": "MIT",
4613
+ "dependencies": {
4614
+ "color-name": "~1.1.4"
4615
+ },
4616
+ "engines": {
4617
+ "node": ">=7.0.0"
4618
+ }
4619
+ },
4620
+ "node_modules/wrap-ansi-cjs/node_modules/color-name": {
4621
+ "version": "1.1.4",
4622
+ "license": "MIT"
4623
+ },
4624
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
4625
+ "version": "8.0.0",
4626
+ "license": "MIT"
4627
+ },
4628
+ "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
4629
+ "version": "3.0.0",
4630
+ "license": "MIT",
4631
+ "engines": {
4632
+ "node": ">=8"
4633
+ }
4634
+ },
4635
+ "node_modules/wrap-ansi-cjs/node_modules/string-width": {
4636
+ "version": "4.2.3",
4637
+ "license": "MIT",
4638
+ "dependencies": {
4639
+ "emoji-regex": "^8.0.0",
4640
+ "is-fullwidth-code-point": "^3.0.0",
4641
+ "strip-ansi": "^6.0.1"
4642
+ },
4643
+ "engines": {
4644
+ "node": ">=8"
4645
+ }
4646
+ },
4647
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
4648
+ "version": "4.3.0",
4649
+ "extraneous": true,
4650
+ "license": "MIT",
4651
+ "dependencies": {
4652
+ "color-convert": "^2.0.1"
4653
+ },
4654
+ "engines": {
4655
+ "node": ">=8"
4656
+ },
4657
+ "funding": {
4658
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4659
+ }
4660
+ },
4661
+ "node_modules/wrap-ansi/node_modules/color-convert": {
4662
+ "version": "2.0.1",
4663
+ "extraneous": true,
4664
+ "license": "MIT",
4665
+ "dependencies": {
4666
+ "color-name": "~1.1.4"
4667
+ },
4668
+ "engines": {
4669
+ "node": ">=7.0.0"
4670
+ }
4671
+ },
4672
+ "node_modules/wrap-ansi/node_modules/color-name": {
4673
+ "version": "1.1.4",
4674
+ "extraneous": true,
4675
+ "license": "MIT"
4676
+ },
4677
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
4678
+ "version": "8.0.0",
4679
+ "extraneous": true,
4680
+ "license": "MIT"
4681
+ },
4682
+ "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
4683
+ "version": "3.0.0",
4684
+ "extraneous": true,
4685
+ "license": "MIT",
4686
+ "engines": {
4687
+ "node": ">=8"
4688
+ }
4689
+ },
4690
+ "node_modules/wrap-ansi/node_modules/string-width": {
4691
+ "version": "4.2.3",
4692
+ "extraneous": true,
4693
+ "license": "MIT",
4694
+ "dependencies": {
4695
+ "emoji-regex": "^8.0.0",
4696
+ "is-fullwidth-code-point": "^3.0.0",
4697
+ "strip-ansi": "^6.0.1"
4698
+ },
4699
+ "engines": {
4700
+ "node": ">=8"
4701
+ }
4702
+ },
4703
+ "node_modules/wrappy": {
4704
+ "version": "1.0.2",
4705
+ "license": "ISC"
4706
+ },
4707
+ "node_modules/ws": {
4708
+ "version": "8.14.2",
4709
+ "license": "MIT",
4710
+ "engines": {
4711
+ "node": ">=10.0.0"
4712
+ },
4713
+ "peerDependencies": {
4714
+ "bufferutil": "^4.0.1",
4715
+ "utf-8-validate": ">=5.0.2"
4716
+ },
4717
+ "peerDependenciesMeta": {
4718
+ "bufferutil": {
4719
+ "optional": true
4720
+ },
4721
+ "utf-8-validate": {
4722
+ "optional": true
4723
+ }
4724
+ }
4725
+ },
4726
+ "node_modules/xmlbuilder": {
4727
+ "version": "15.1.1",
4728
+ "license": "MIT",
4729
+ "engines": {
4730
+ "node": ">=8.0"
4731
+ }
4732
+ },
4733
+ "node_modules/xpath": {
4734
+ "version": "0.0.33",
4735
+ "license": "MIT",
4736
+ "engines": {
4737
+ "node": ">=0.6.0"
4738
+ }
4739
+ },
4740
+ "node_modules/y18n": {
4741
+ "version": "5.0.8",
4742
+ "extraneous": true,
4743
+ "license": "ISC",
4744
+ "engines": {
4745
+ "node": ">=10"
4746
+ }
4747
+ },
4748
+ "node_modules/yaml": {
4749
+ "version": "2.3.1",
4750
+ "extraneous": true,
4751
+ "license": "ISC",
4752
+ "engines": {
4753
+ "node": ">= 14"
4754
+ }
4755
+ },
4756
+ "node_modules/yargs": {
4757
+ "version": "17.7.2",
4758
+ "extraneous": true,
4759
+ "license": "MIT",
4760
+ "dependencies": {
4761
+ "cliui": "^8.0.1",
4762
+ "escalade": "^3.1.1",
4763
+ "get-caller-file": "^2.0.5",
4764
+ "require-directory": "^2.1.1",
4765
+ "string-width": "^4.2.3",
4766
+ "y18n": "^5.0.5",
4767
+ "yargs-parser": "^21.1.1"
4768
+ },
4769
+ "engines": {
4770
+ "node": ">=12"
4771
+ }
4772
+ },
4773
+ "node_modules/yargs-parser": {
4774
+ "version": "21.1.1",
4775
+ "extraneous": true,
4776
+ "license": "ISC",
4777
+ "engines": {
4778
+ "node": ">=12"
4779
+ }
4780
+ },
4781
+ "node_modules/yargs/node_modules/emoji-regex": {
4782
+ "version": "8.0.0",
4783
+ "extraneous": true,
4784
+ "license": "MIT"
4785
+ },
4786
+ "node_modules/yargs/node_modules/is-fullwidth-code-point": {
4787
+ "version": "3.0.0",
4788
+ "extraneous": true,
4789
+ "license": "MIT",
4790
+ "engines": {
4791
+ "node": ">=8"
4792
+ }
4793
+ },
4794
+ "node_modules/yargs/node_modules/string-width": {
4795
+ "version": "4.2.3",
4796
+ "extraneous": true,
4797
+ "license": "MIT",
4798
+ "dependencies": {
4799
+ "emoji-regex": "^8.0.0",
4800
+ "is-fullwidth-code-point": "^3.0.0",
4801
+ "strip-ansi": "^6.0.1"
4802
+ },
4803
+ "engines": {
4804
+ "node": ">=8"
4805
+ }
4806
+ },
4807
+ "node_modules/yauzl": {
4808
+ "version": "2.10.0",
4809
+ "license": "MIT",
4810
+ "dependencies": {
4811
+ "buffer-crc32": "~0.2.3",
4812
+ "fd-slicer": "~1.1.0"
4813
+ }
4814
+ },
4815
+ "node_modules/yn": {
4816
+ "version": "3.1.1",
4817
+ "extraneous": true,
4818
+ "license": "MIT",
4819
+ "engines": {
4820
+ "node": ">=6"
4821
+ }
4822
+ },
4823
+ "node_modules/yocto-queue": {
4824
+ "version": "0.1.0",
4825
+ "license": "MIT",
4826
+ "engines": {
4827
+ "node": ">=10"
4828
+ },
4829
+ "funding": {
4830
+ "url": "https://github.com/sponsors/sindresorhus"
4831
+ }
4832
+ },
4833
+ "node_modules/zip-stream": {
4834
+ "version": "4.1.1",
4835
+ "license": "MIT",
4836
+ "dependencies": {
4837
+ "archiver-utils": "^3.0.4",
4838
+ "compress-commons": "^4.1.2",
4839
+ "readable-stream": "^3.6.0"
4840
+ },
4841
+ "engines": {
4842
+ "node": ">= 10"
4843
+ }
4844
+ },
4845
+ "node_modules/zip-stream/node_modules/archiver-utils": {
4846
+ "version": "3.0.4",
4847
+ "license": "MIT",
4848
+ "dependencies": {
4849
+ "glob": "^7.2.3",
4850
+ "graceful-fs": "^4.2.0",
4851
+ "lazystream": "^1.0.0",
4852
+ "lodash.defaults": "^4.2.0",
4853
+ "lodash.difference": "^4.5.0",
4854
+ "lodash.flatten": "^4.4.0",
4855
+ "lodash.isplainobject": "^4.0.6",
4856
+ "lodash.union": "^4.6.0",
4857
+ "normalize-path": "^3.0.0",
4858
+ "readable-stream": "^3.6.0"
4859
+ },
4860
+ "engines": {
4861
+ "node": ">= 10"
4862
+ }
4863
+ },
4864
+ "node_modules/zip-stream/node_modules/glob": {
4865
+ "version": "7.2.3",
4866
+ "license": "ISC",
4867
+ "dependencies": {
4868
+ "fs.realpath": "^1.0.0",
4869
+ "inflight": "^1.0.4",
4870
+ "inherits": "2",
4871
+ "minimatch": "^3.1.1",
4872
+ "once": "^1.3.0",
4873
+ "path-is-absolute": "^1.0.0"
4874
+ },
4875
+ "engines": {
4876
+ "node": "*"
4877
+ },
4878
+ "funding": {
4879
+ "url": "https://github.com/sponsors/isaacs"
4880
+ }
4881
+ }
4882
+ }
4883
+ }