appium-uiautomator2-driver 2.24.1 → 2.25.0
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.
- package/CHANGELOG.md +14 -0
- package/README.md +25 -0
- package/build/lib/commands/general.js +4 -3
- package/build/lib/commands/general.js.map +1 -1
- package/lib/commands/general.js +3 -1
- package/npm-shrinkwrap.json +92 -869
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.25.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.11.0",
|
|
14
|
-
"appium-android-driver": "^5.
|
|
14
|
+
"appium-android-driver": "^5.13.0",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -62,20 +62,21 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.10",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^
|
|
69
|
-
"@appium/types": "^0.11.
|
|
68
|
+
"@appium/support": "^4.0.1",
|
|
69
|
+
"@appium/types": "^0.11.1",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
73
73
|
"@types/express": "4.17.17",
|
|
74
|
+
"@types/lodash": "4.14.194",
|
|
74
75
|
"@types/method-override": "0.0.32",
|
|
75
|
-
"@types/serve-favicon": "2.5.
|
|
76
|
+
"@types/serve-favicon": "2.5.4",
|
|
76
77
|
"async-lock": "1.4.0",
|
|
77
78
|
"asyncbox": "2.9.4",
|
|
78
|
-
"axios": "1.
|
|
79
|
+
"axios": "1.4.0",
|
|
79
80
|
"bluebird": "3.7.2",
|
|
80
81
|
"body-parser": "1.20.2",
|
|
81
82
|
"es6-error": "4.1.1",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"morgan": "1.10.0",
|
|
88
89
|
"serve-favicon": "2.5.0",
|
|
89
90
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "3.
|
|
91
|
+
"type-fest": "3.10.0",
|
|
91
92
|
"validate.js": "0.13.1"
|
|
92
93
|
},
|
|
93
94
|
"engines": {
|
|
@@ -95,15 +96,6 @@
|
|
|
95
96
|
"npm": ">=8"
|
|
96
97
|
}
|
|
97
98
|
},
|
|
98
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
99
|
-
"version": "1.3.5",
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"dependencies": {
|
|
102
|
-
"follow-redirects": "^1.15.0",
|
|
103
|
-
"form-data": "^4.0.0",
|
|
104
|
-
"proxy-from-env": "^1.1.0"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
99
|
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
108
100
|
"version": "7.18.3",
|
|
109
101
|
"license": "ISC",
|
|
@@ -112,12 +104,12 @@
|
|
|
112
104
|
}
|
|
113
105
|
},
|
|
114
106
|
"node_modules/@appium/base-plugin": {
|
|
115
|
-
"version": "2.2.
|
|
107
|
+
"version": "2.2.10",
|
|
116
108
|
"extraneous": true,
|
|
117
109
|
"license": "Apache-2.0",
|
|
118
110
|
"dependencies": {
|
|
119
|
-
"@appium/base-driver": "^9.3.
|
|
120
|
-
"@appium/support": "^
|
|
111
|
+
"@appium/base-driver": "^9.3.10",
|
|
112
|
+
"@appium/support": "^4.0.1"
|
|
121
113
|
},
|
|
122
114
|
"engines": {
|
|
123
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -125,14 +117,15 @@
|
|
|
125
117
|
}
|
|
126
118
|
},
|
|
127
119
|
"node_modules/@appium/docutils": {
|
|
128
|
-
"version": "0.3.
|
|
120
|
+
"version": "0.3.13",
|
|
129
121
|
"extraneous": true,
|
|
130
122
|
"license": "Apache-2.0",
|
|
131
123
|
"dependencies": {
|
|
132
|
-
"@appium/support": "^
|
|
124
|
+
"@appium/support": "^4.0.1",
|
|
133
125
|
"@appium/tsconfig": "^0.3.0",
|
|
134
|
-
"@appium/typedoc-plugin-appium": "^0.6.
|
|
126
|
+
"@appium/typedoc-plugin-appium": "^0.6.4",
|
|
135
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
128
|
+
"@types/which": "3.0.0",
|
|
136
129
|
"chalk": "4.1.2",
|
|
137
130
|
"consola": "2.15.3",
|
|
138
131
|
"diff": "5.1.0",
|
|
@@ -144,20 +137,20 @@
|
|
|
144
137
|
"log-symbols": "4.1.0",
|
|
145
138
|
"pkg-dir": "5.0.0",
|
|
146
139
|
"read-pkg": "5.2.0",
|
|
147
|
-
"semver": "7.
|
|
140
|
+
"semver": "7.5.0",
|
|
148
141
|
"source-map-support": "0.5.21",
|
|
149
142
|
"teen_process": "2.0.2",
|
|
150
|
-
"type-fest": "3.
|
|
143
|
+
"type-fest": "3.10.0",
|
|
151
144
|
"typedoc": "0.23.28",
|
|
152
145
|
"typedoc-plugin-markdown": "3.14.0",
|
|
153
146
|
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
154
147
|
"typescript": "4.9.5",
|
|
155
|
-
"yaml": "2.2.
|
|
156
|
-
"yargs": "17.7.
|
|
148
|
+
"yaml": "2.2.2",
|
|
149
|
+
"yargs": "17.7.2",
|
|
157
150
|
"yargs-parser": "21.1.1"
|
|
158
151
|
},
|
|
159
152
|
"bin": {
|
|
160
|
-
"appium-docs": "
|
|
153
|
+
"appium-docs": "bin/appium-docs.js"
|
|
161
154
|
},
|
|
162
155
|
"engines": {
|
|
163
156
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -220,6 +213,18 @@
|
|
|
220
213
|
"node": ">=8"
|
|
221
214
|
}
|
|
222
215
|
},
|
|
216
|
+
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
217
|
+
"version": "4.9.5",
|
|
218
|
+
"extraneous": true,
|
|
219
|
+
"license": "Apache-2.0",
|
|
220
|
+
"bin": {
|
|
221
|
+
"tsc": "bin/tsc",
|
|
222
|
+
"tsserver": "bin/tsserver"
|
|
223
|
+
},
|
|
224
|
+
"engines": {
|
|
225
|
+
"node": ">=4.2.0"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
223
228
|
"node_modules/@appium/schema": {
|
|
224
229
|
"version": "0.2.6",
|
|
225
230
|
"license": "Apache-2.0",
|
|
@@ -234,11 +239,11 @@
|
|
|
234
239
|
}
|
|
235
240
|
},
|
|
236
241
|
"node_modules/@appium/support": {
|
|
237
|
-
"version": "
|
|
242
|
+
"version": "4.0.1",
|
|
238
243
|
"license": "Apache-2.0",
|
|
239
244
|
"dependencies": {
|
|
240
245
|
"@appium/tsconfig": "^0.3.0",
|
|
241
|
-
"@appium/types": "^0.11.
|
|
246
|
+
"@appium/types": "^0.11.1",
|
|
242
247
|
"@colors/colors": "1.5.0",
|
|
243
248
|
"@types/archiver": "5.3.2",
|
|
244
249
|
"@types/base64-stream": "1.0.2",
|
|
@@ -251,15 +256,14 @@
|
|
|
251
256
|
"@types/ncp": "2.0.5",
|
|
252
257
|
"@types/npmlog": "4.1.4",
|
|
253
258
|
"@types/pluralize": "0.0.29",
|
|
254
|
-
"@types/pngjs": "6.0.1",
|
|
255
|
-
"@types/rimraf": "3.0.2",
|
|
256
259
|
"@types/semver": "7.3.13",
|
|
257
260
|
"@types/shell-quote": "1.7.1",
|
|
258
261
|
"@types/supports-color": "8.1.1",
|
|
259
262
|
"@types/teen_process": "2.0.0",
|
|
260
263
|
"@types/uuid": "9.0.1",
|
|
264
|
+
"@types/which": "3.0.0",
|
|
261
265
|
"archiver": "5.3.1",
|
|
262
|
-
"axios": "1.
|
|
266
|
+
"axios": "1.4.0",
|
|
263
267
|
"base64-stream": "1.0.0",
|
|
264
268
|
"bluebird": "3.7.2",
|
|
265
269
|
"bplist-creator": "0.1.1",
|
|
@@ -267,7 +271,6 @@
|
|
|
267
271
|
"form-data": "4.0.0",
|
|
268
272
|
"get-stream": "6.0.1",
|
|
269
273
|
"glob": "8.1.0",
|
|
270
|
-
"jimp": "0.22.7",
|
|
271
274
|
"jsftp": "2.1.3",
|
|
272
275
|
"klaw": "4.1.0",
|
|
273
276
|
"lockfile": "1.0.4",
|
|
@@ -281,19 +284,18 @@
|
|
|
281
284
|
"pkg-dir": "5.0.0",
|
|
282
285
|
"plist": "3.0.6",
|
|
283
286
|
"pluralize": "8.0.0",
|
|
284
|
-
"pngjs": "7.0.0",
|
|
285
287
|
"read-pkg": "5.2.0",
|
|
286
288
|
"resolve-from": "5.0.0",
|
|
287
|
-
"rimraf": "3.0.2",
|
|
288
289
|
"sanitize-filename": "1.6.3",
|
|
289
|
-
"semver": "7.
|
|
290
|
+
"semver": "7.5.0",
|
|
291
|
+
"sharp": "0.32.1",
|
|
290
292
|
"shell-quote": "1.8.1",
|
|
291
293
|
"source-map-support": "0.5.21",
|
|
292
294
|
"supports-color": "8.1.1",
|
|
293
295
|
"teen_process": "2.0.2",
|
|
294
|
-
"type-fest": "3.
|
|
296
|
+
"type-fest": "3.10.0",
|
|
295
297
|
"uuid": "9.0.0",
|
|
296
|
-
"which": "3.0.
|
|
298
|
+
"which": "3.0.1",
|
|
297
299
|
"yauzl": "2.10.0"
|
|
298
300
|
},
|
|
299
301
|
"engines": {
|
|
@@ -301,46 +303,6 @@
|
|
|
301
303
|
"npm": ">=8"
|
|
302
304
|
}
|
|
303
305
|
},
|
|
304
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
305
|
-
"version": "1.3.5",
|
|
306
|
-
"license": "MIT",
|
|
307
|
-
"dependencies": {
|
|
308
|
-
"follow-redirects": "^1.15.0",
|
|
309
|
-
"form-data": "^4.0.0",
|
|
310
|
-
"proxy-from-env": "^1.1.0"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"node_modules/@appium/support/node_modules/rimraf": {
|
|
314
|
-
"version": "3.0.2",
|
|
315
|
-
"license": "ISC",
|
|
316
|
-
"dependencies": {
|
|
317
|
-
"glob": "^7.1.3"
|
|
318
|
-
},
|
|
319
|
-
"bin": {
|
|
320
|
-
"rimraf": "bin.js"
|
|
321
|
-
},
|
|
322
|
-
"funding": {
|
|
323
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
"node_modules/@appium/support/node_modules/rimraf/node_modules/glob": {
|
|
327
|
-
"version": "7.2.3",
|
|
328
|
-
"license": "ISC",
|
|
329
|
-
"dependencies": {
|
|
330
|
-
"fs.realpath": "^1.0.0",
|
|
331
|
-
"inflight": "^1.0.4",
|
|
332
|
-
"inherits": "2",
|
|
333
|
-
"minimatch": "^3.1.1",
|
|
334
|
-
"once": "^1.3.0",
|
|
335
|
-
"path-is-absolute": "^1.0.0"
|
|
336
|
-
},
|
|
337
|
-
"engines": {
|
|
338
|
-
"node": "*"
|
|
339
|
-
},
|
|
340
|
-
"funding": {
|
|
341
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
306
|
"node_modules/@appium/tsconfig": {
|
|
345
307
|
"version": "0.3.0",
|
|
346
308
|
"license": "Apache-2.0",
|
|
@@ -353,14 +315,14 @@
|
|
|
353
315
|
}
|
|
354
316
|
},
|
|
355
317
|
"node_modules/@appium/typedoc-plugin-appium": {
|
|
356
|
-
"version": "0.6.
|
|
318
|
+
"version": "0.6.4",
|
|
357
319
|
"extraneous": true,
|
|
358
320
|
"license": "Apache-2.0",
|
|
359
321
|
"dependencies": {
|
|
360
322
|
"handlebars": "4.7.7",
|
|
361
323
|
"lodash": "4.17.21",
|
|
362
324
|
"pluralize": "8.0.0",
|
|
363
|
-
"type-fest": "3.
|
|
325
|
+
"type-fest": "3.10.0"
|
|
364
326
|
},
|
|
365
327
|
"engines": {
|
|
366
328
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -375,7 +337,7 @@
|
|
|
375
337
|
}
|
|
376
338
|
},
|
|
377
339
|
"node_modules/@appium/types": {
|
|
378
|
-
"version": "0.11.
|
|
340
|
+
"version": "0.11.1",
|
|
379
341
|
"license": "Apache-2.0",
|
|
380
342
|
"dependencies": {
|
|
381
343
|
"@appium/schema": "^0.2.6",
|
|
@@ -383,7 +345,7 @@
|
|
|
383
345
|
"@types/express": "4.17.17",
|
|
384
346
|
"@types/npmlog": "4.1.4",
|
|
385
347
|
"@types/ws": "8.5.4",
|
|
386
|
-
"type-fest": "3.
|
|
348
|
+
"type-fest": "3.10.0"
|
|
387
349
|
},
|
|
388
350
|
"engines": {
|
|
389
351
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -446,371 +408,6 @@
|
|
|
446
408
|
"kuler": "^2.0.0"
|
|
447
409
|
}
|
|
448
410
|
},
|
|
449
|
-
"node_modules/@jimp/bmp": {
|
|
450
|
-
"version": "0.22.8",
|
|
451
|
-
"license": "MIT",
|
|
452
|
-
"dependencies": {
|
|
453
|
-
"@jimp/utils": "^0.22.8",
|
|
454
|
-
"bmp-js": "^0.1.0"
|
|
455
|
-
},
|
|
456
|
-
"peerDependencies": {
|
|
457
|
-
"@jimp/custom": ">=0.3.5"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"node_modules/@jimp/core": {
|
|
461
|
-
"version": "0.22.8",
|
|
462
|
-
"license": "MIT",
|
|
463
|
-
"dependencies": {
|
|
464
|
-
"@jimp/utils": "^0.22.8",
|
|
465
|
-
"any-base": "^1.1.0",
|
|
466
|
-
"buffer": "^5.2.0",
|
|
467
|
-
"exif-parser": "^0.1.12",
|
|
468
|
-
"file-type": "^16.5.4",
|
|
469
|
-
"isomorphic-fetch": "^3.0.0",
|
|
470
|
-
"mkdirp": "^2.1.3",
|
|
471
|
-
"pixelmatch": "^4.0.2",
|
|
472
|
-
"tinycolor2": "^1.6.0"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
"node_modules/@jimp/custom": {
|
|
476
|
-
"version": "0.22.8",
|
|
477
|
-
"license": "MIT",
|
|
478
|
-
"dependencies": {
|
|
479
|
-
"@jimp/core": "^0.22.8"
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
"node_modules/@jimp/gif": {
|
|
483
|
-
"version": "0.22.8",
|
|
484
|
-
"license": "MIT",
|
|
485
|
-
"dependencies": {
|
|
486
|
-
"@jimp/utils": "^0.22.8",
|
|
487
|
-
"gifwrap": "^0.9.2",
|
|
488
|
-
"omggif": "^1.0.9"
|
|
489
|
-
},
|
|
490
|
-
"peerDependencies": {
|
|
491
|
-
"@jimp/custom": ">=0.3.5"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
"node_modules/@jimp/jpeg": {
|
|
495
|
-
"version": "0.22.8",
|
|
496
|
-
"license": "MIT",
|
|
497
|
-
"dependencies": {
|
|
498
|
-
"@jimp/utils": "^0.22.8",
|
|
499
|
-
"jpeg-js": "^0.4.4"
|
|
500
|
-
},
|
|
501
|
-
"peerDependencies": {
|
|
502
|
-
"@jimp/custom": ">=0.3.5"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
"node_modules/@jimp/plugin-blit": {
|
|
506
|
-
"version": "0.22.8",
|
|
507
|
-
"license": "MIT",
|
|
508
|
-
"dependencies": {
|
|
509
|
-
"@jimp/utils": "^0.22.8"
|
|
510
|
-
},
|
|
511
|
-
"peerDependencies": {
|
|
512
|
-
"@jimp/custom": ">=0.3.5"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
"node_modules/@jimp/plugin-blur": {
|
|
516
|
-
"version": "0.22.8",
|
|
517
|
-
"license": "MIT",
|
|
518
|
-
"dependencies": {
|
|
519
|
-
"@jimp/utils": "^0.22.8"
|
|
520
|
-
},
|
|
521
|
-
"peerDependencies": {
|
|
522
|
-
"@jimp/custom": ">=0.3.5"
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
"node_modules/@jimp/plugin-circle": {
|
|
526
|
-
"version": "0.22.8",
|
|
527
|
-
"license": "MIT",
|
|
528
|
-
"dependencies": {
|
|
529
|
-
"@jimp/utils": "^0.22.8"
|
|
530
|
-
},
|
|
531
|
-
"peerDependencies": {
|
|
532
|
-
"@jimp/custom": ">=0.3.5"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
"node_modules/@jimp/plugin-color": {
|
|
536
|
-
"version": "0.22.8",
|
|
537
|
-
"license": "MIT",
|
|
538
|
-
"dependencies": {
|
|
539
|
-
"@jimp/utils": "^0.22.8",
|
|
540
|
-
"tinycolor2": "^1.6.0"
|
|
541
|
-
},
|
|
542
|
-
"peerDependencies": {
|
|
543
|
-
"@jimp/custom": ">=0.3.5"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
"node_modules/@jimp/plugin-contain": {
|
|
547
|
-
"version": "0.22.8",
|
|
548
|
-
"license": "MIT",
|
|
549
|
-
"dependencies": {
|
|
550
|
-
"@jimp/utils": "^0.22.8"
|
|
551
|
-
},
|
|
552
|
-
"peerDependencies": {
|
|
553
|
-
"@jimp/custom": ">=0.3.5",
|
|
554
|
-
"@jimp/plugin-blit": ">=0.3.5",
|
|
555
|
-
"@jimp/plugin-resize": ">=0.3.5",
|
|
556
|
-
"@jimp/plugin-scale": ">=0.3.5"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
"node_modules/@jimp/plugin-cover": {
|
|
560
|
-
"version": "0.22.8",
|
|
561
|
-
"license": "MIT",
|
|
562
|
-
"dependencies": {
|
|
563
|
-
"@jimp/utils": "^0.22.8"
|
|
564
|
-
},
|
|
565
|
-
"peerDependencies": {
|
|
566
|
-
"@jimp/custom": ">=0.3.5",
|
|
567
|
-
"@jimp/plugin-crop": ">=0.3.5",
|
|
568
|
-
"@jimp/plugin-resize": ">=0.3.5",
|
|
569
|
-
"@jimp/plugin-scale": ">=0.3.5"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
"node_modules/@jimp/plugin-crop": {
|
|
573
|
-
"version": "0.22.8",
|
|
574
|
-
"license": "MIT",
|
|
575
|
-
"dependencies": {
|
|
576
|
-
"@jimp/utils": "^0.22.8"
|
|
577
|
-
},
|
|
578
|
-
"peerDependencies": {
|
|
579
|
-
"@jimp/custom": ">=0.3.5"
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
"node_modules/@jimp/plugin-displace": {
|
|
583
|
-
"version": "0.22.8",
|
|
584
|
-
"license": "MIT",
|
|
585
|
-
"dependencies": {
|
|
586
|
-
"@jimp/utils": "^0.22.8"
|
|
587
|
-
},
|
|
588
|
-
"peerDependencies": {
|
|
589
|
-
"@jimp/custom": ">=0.3.5"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"node_modules/@jimp/plugin-dither": {
|
|
593
|
-
"version": "0.22.8",
|
|
594
|
-
"license": "MIT",
|
|
595
|
-
"dependencies": {
|
|
596
|
-
"@jimp/utils": "^0.22.8"
|
|
597
|
-
},
|
|
598
|
-
"peerDependencies": {
|
|
599
|
-
"@jimp/custom": ">=0.3.5"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
"node_modules/@jimp/plugin-fisheye": {
|
|
603
|
-
"version": "0.22.8",
|
|
604
|
-
"license": "MIT",
|
|
605
|
-
"dependencies": {
|
|
606
|
-
"@jimp/utils": "^0.22.8"
|
|
607
|
-
},
|
|
608
|
-
"peerDependencies": {
|
|
609
|
-
"@jimp/custom": ">=0.3.5"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"node_modules/@jimp/plugin-flip": {
|
|
613
|
-
"version": "0.22.8",
|
|
614
|
-
"license": "MIT",
|
|
615
|
-
"dependencies": {
|
|
616
|
-
"@jimp/utils": "^0.22.8"
|
|
617
|
-
},
|
|
618
|
-
"peerDependencies": {
|
|
619
|
-
"@jimp/custom": ">=0.3.5",
|
|
620
|
-
"@jimp/plugin-rotate": ">=0.3.5"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"node_modules/@jimp/plugin-gaussian": {
|
|
624
|
-
"version": "0.22.8",
|
|
625
|
-
"license": "MIT",
|
|
626
|
-
"dependencies": {
|
|
627
|
-
"@jimp/utils": "^0.22.8"
|
|
628
|
-
},
|
|
629
|
-
"peerDependencies": {
|
|
630
|
-
"@jimp/custom": ">=0.3.5"
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
"node_modules/@jimp/plugin-invert": {
|
|
634
|
-
"version": "0.22.8",
|
|
635
|
-
"license": "MIT",
|
|
636
|
-
"dependencies": {
|
|
637
|
-
"@jimp/utils": "^0.22.8"
|
|
638
|
-
},
|
|
639
|
-
"peerDependencies": {
|
|
640
|
-
"@jimp/custom": ">=0.3.5"
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
"node_modules/@jimp/plugin-mask": {
|
|
644
|
-
"version": "0.22.8",
|
|
645
|
-
"license": "MIT",
|
|
646
|
-
"dependencies": {
|
|
647
|
-
"@jimp/utils": "^0.22.8"
|
|
648
|
-
},
|
|
649
|
-
"peerDependencies": {
|
|
650
|
-
"@jimp/custom": ">=0.3.5"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
"node_modules/@jimp/plugin-normalize": {
|
|
654
|
-
"version": "0.22.8",
|
|
655
|
-
"license": "MIT",
|
|
656
|
-
"dependencies": {
|
|
657
|
-
"@jimp/utils": "^0.22.8"
|
|
658
|
-
},
|
|
659
|
-
"peerDependencies": {
|
|
660
|
-
"@jimp/custom": ">=0.3.5"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"node_modules/@jimp/plugin-print": {
|
|
664
|
-
"version": "0.22.8",
|
|
665
|
-
"license": "MIT",
|
|
666
|
-
"dependencies": {
|
|
667
|
-
"@jimp/utils": "^0.22.8",
|
|
668
|
-
"load-bmfont": "^1.4.1"
|
|
669
|
-
},
|
|
670
|
-
"peerDependencies": {
|
|
671
|
-
"@jimp/custom": ">=0.3.5",
|
|
672
|
-
"@jimp/plugin-blit": ">=0.3.5"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"node_modules/@jimp/plugin-resize": {
|
|
676
|
-
"version": "0.22.8",
|
|
677
|
-
"license": "MIT",
|
|
678
|
-
"dependencies": {
|
|
679
|
-
"@jimp/utils": "^0.22.8"
|
|
680
|
-
},
|
|
681
|
-
"peerDependencies": {
|
|
682
|
-
"@jimp/custom": ">=0.3.5"
|
|
683
|
-
}
|
|
684
|
-
},
|
|
685
|
-
"node_modules/@jimp/plugin-rotate": {
|
|
686
|
-
"version": "0.22.8",
|
|
687
|
-
"license": "MIT",
|
|
688
|
-
"dependencies": {
|
|
689
|
-
"@jimp/utils": "^0.22.8"
|
|
690
|
-
},
|
|
691
|
-
"peerDependencies": {
|
|
692
|
-
"@jimp/custom": ">=0.3.5",
|
|
693
|
-
"@jimp/plugin-blit": ">=0.3.5",
|
|
694
|
-
"@jimp/plugin-crop": ">=0.3.5",
|
|
695
|
-
"@jimp/plugin-resize": ">=0.3.5"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
"node_modules/@jimp/plugin-scale": {
|
|
699
|
-
"version": "0.22.8",
|
|
700
|
-
"license": "MIT",
|
|
701
|
-
"dependencies": {
|
|
702
|
-
"@jimp/utils": "^0.22.8"
|
|
703
|
-
},
|
|
704
|
-
"peerDependencies": {
|
|
705
|
-
"@jimp/custom": ">=0.3.5",
|
|
706
|
-
"@jimp/plugin-resize": ">=0.3.5"
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
"node_modules/@jimp/plugin-shadow": {
|
|
710
|
-
"version": "0.22.8",
|
|
711
|
-
"license": "MIT",
|
|
712
|
-
"dependencies": {
|
|
713
|
-
"@jimp/utils": "^0.22.8"
|
|
714
|
-
},
|
|
715
|
-
"peerDependencies": {
|
|
716
|
-
"@jimp/custom": ">=0.3.5",
|
|
717
|
-
"@jimp/plugin-blur": ">=0.3.5",
|
|
718
|
-
"@jimp/plugin-resize": ">=0.3.5"
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
"node_modules/@jimp/plugin-threshold": {
|
|
722
|
-
"version": "0.22.8",
|
|
723
|
-
"license": "MIT",
|
|
724
|
-
"dependencies": {
|
|
725
|
-
"@jimp/utils": "^0.22.8"
|
|
726
|
-
},
|
|
727
|
-
"peerDependencies": {
|
|
728
|
-
"@jimp/custom": ">=0.3.5",
|
|
729
|
-
"@jimp/plugin-color": ">=0.8.0",
|
|
730
|
-
"@jimp/plugin-resize": ">=0.8.0"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
"node_modules/@jimp/plugins": {
|
|
734
|
-
"version": "0.22.8",
|
|
735
|
-
"license": "MIT",
|
|
736
|
-
"dependencies": {
|
|
737
|
-
"@jimp/plugin-blit": "^0.22.8",
|
|
738
|
-
"@jimp/plugin-blur": "^0.22.8",
|
|
739
|
-
"@jimp/plugin-circle": "^0.22.8",
|
|
740
|
-
"@jimp/plugin-color": "^0.22.8",
|
|
741
|
-
"@jimp/plugin-contain": "^0.22.8",
|
|
742
|
-
"@jimp/plugin-cover": "^0.22.8",
|
|
743
|
-
"@jimp/plugin-crop": "^0.22.8",
|
|
744
|
-
"@jimp/plugin-displace": "^0.22.8",
|
|
745
|
-
"@jimp/plugin-dither": "^0.22.8",
|
|
746
|
-
"@jimp/plugin-fisheye": "^0.22.8",
|
|
747
|
-
"@jimp/plugin-flip": "^0.22.8",
|
|
748
|
-
"@jimp/plugin-gaussian": "^0.22.8",
|
|
749
|
-
"@jimp/plugin-invert": "^0.22.8",
|
|
750
|
-
"@jimp/plugin-mask": "^0.22.8",
|
|
751
|
-
"@jimp/plugin-normalize": "^0.22.8",
|
|
752
|
-
"@jimp/plugin-print": "^0.22.8",
|
|
753
|
-
"@jimp/plugin-resize": "^0.22.8",
|
|
754
|
-
"@jimp/plugin-rotate": "^0.22.8",
|
|
755
|
-
"@jimp/plugin-scale": "^0.22.8",
|
|
756
|
-
"@jimp/plugin-shadow": "^0.22.8",
|
|
757
|
-
"@jimp/plugin-threshold": "^0.22.8",
|
|
758
|
-
"timm": "^1.6.1"
|
|
759
|
-
},
|
|
760
|
-
"peerDependencies": {
|
|
761
|
-
"@jimp/custom": ">=0.3.5"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
"node_modules/@jimp/png": {
|
|
765
|
-
"version": "0.22.8",
|
|
766
|
-
"license": "MIT",
|
|
767
|
-
"dependencies": {
|
|
768
|
-
"@jimp/utils": "^0.22.8",
|
|
769
|
-
"pngjs": "^6.0.0"
|
|
770
|
-
},
|
|
771
|
-
"peerDependencies": {
|
|
772
|
-
"@jimp/custom": ">=0.3.5"
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
"node_modules/@jimp/png/node_modules/pngjs": {
|
|
776
|
-
"version": "6.0.0",
|
|
777
|
-
"license": "MIT",
|
|
778
|
-
"engines": {
|
|
779
|
-
"node": ">=12.13.0"
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
|
-
"node_modules/@jimp/tiff": {
|
|
783
|
-
"version": "0.22.8",
|
|
784
|
-
"license": "MIT",
|
|
785
|
-
"dependencies": {
|
|
786
|
-
"utif2": "^4.0.1"
|
|
787
|
-
},
|
|
788
|
-
"peerDependencies": {
|
|
789
|
-
"@jimp/custom": ">=0.3.5"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
"node_modules/@jimp/types": {
|
|
793
|
-
"version": "0.22.8",
|
|
794
|
-
"license": "MIT",
|
|
795
|
-
"dependencies": {
|
|
796
|
-
"@jimp/bmp": "^0.22.8",
|
|
797
|
-
"@jimp/gif": "^0.22.8",
|
|
798
|
-
"@jimp/jpeg": "^0.22.8",
|
|
799
|
-
"@jimp/png": "^0.22.8",
|
|
800
|
-
"@jimp/tiff": "^0.22.8",
|
|
801
|
-
"timm": "^1.6.1"
|
|
802
|
-
},
|
|
803
|
-
"peerDependencies": {
|
|
804
|
-
"@jimp/custom": ">=0.3.5"
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
"node_modules/@jimp/utils": {
|
|
808
|
-
"version": "0.22.8",
|
|
809
|
-
"license": "MIT",
|
|
810
|
-
"dependencies": {
|
|
811
|
-
"regenerator-runtime": "^0.13.3"
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
411
|
"node_modules/@sidvind/better-ajv-errors": {
|
|
815
412
|
"version": "2.1.0",
|
|
816
413
|
"extraneous": true,
|
|
@@ -899,10 +496,6 @@
|
|
|
899
496
|
"lilconfig": ">=2"
|
|
900
497
|
}
|
|
901
498
|
},
|
|
902
|
-
"node_modules/@tokenizer/token": {
|
|
903
|
-
"version": "0.3.0",
|
|
904
|
-
"license": "MIT"
|
|
905
|
-
},
|
|
906
499
|
"node_modules/@tsconfig/node14": {
|
|
907
500
|
"version": "1.0.3",
|
|
908
501
|
"license": "MIT"
|
|
@@ -1008,6 +601,10 @@
|
|
|
1008
601
|
"version": "1.0.2",
|
|
1009
602
|
"license": "MIT"
|
|
1010
603
|
},
|
|
604
|
+
"node_modules/@types/lodash": {
|
|
605
|
+
"version": "4.14.194",
|
|
606
|
+
"license": "MIT"
|
|
607
|
+
},
|
|
1011
608
|
"node_modules/@types/method-override": {
|
|
1012
609
|
"version": "0.0.32",
|
|
1013
610
|
"license": "MIT",
|
|
@@ -1035,7 +632,7 @@
|
|
|
1035
632
|
}
|
|
1036
633
|
},
|
|
1037
634
|
"node_modules/@types/node": {
|
|
1038
|
-
"version": "20.
|
|
635
|
+
"version": "20.2.3",
|
|
1039
636
|
"license": "MIT"
|
|
1040
637
|
},
|
|
1041
638
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1050,13 +647,6 @@
|
|
|
1050
647
|
"version": "0.0.29",
|
|
1051
648
|
"license": "MIT"
|
|
1052
649
|
},
|
|
1053
|
-
"node_modules/@types/pngjs": {
|
|
1054
|
-
"version": "6.0.1",
|
|
1055
|
-
"license": "MIT",
|
|
1056
|
-
"dependencies": {
|
|
1057
|
-
"@types/node": "*"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
650
|
"node_modules/@types/qs": {
|
|
1061
651
|
"version": "6.9.7",
|
|
1062
652
|
"license": "MIT"
|
|
@@ -1072,14 +662,6 @@
|
|
|
1072
662
|
"@types/node": "*"
|
|
1073
663
|
}
|
|
1074
664
|
},
|
|
1075
|
-
"node_modules/@types/rimraf": {
|
|
1076
|
-
"version": "3.0.2",
|
|
1077
|
-
"license": "MIT",
|
|
1078
|
-
"dependencies": {
|
|
1079
|
-
"@types/glob": "*",
|
|
1080
|
-
"@types/node": "*"
|
|
1081
|
-
}
|
|
1082
|
-
},
|
|
1083
665
|
"node_modules/@types/semver": {
|
|
1084
666
|
"version": "7.3.13",
|
|
1085
667
|
"license": "MIT"
|
|
@@ -1093,7 +675,7 @@
|
|
|
1093
675
|
}
|
|
1094
676
|
},
|
|
1095
677
|
"node_modules/@types/serve-favicon": {
|
|
1096
|
-
"version": "2.5.
|
|
678
|
+
"version": "2.5.4",
|
|
1097
679
|
"license": "MIT",
|
|
1098
680
|
"dependencies": {
|
|
1099
681
|
"@types/express": "*"
|
|
@@ -1131,6 +713,10 @@
|
|
|
1131
713
|
"version": "9.0.1",
|
|
1132
714
|
"license": "MIT"
|
|
1133
715
|
},
|
|
716
|
+
"node_modules/@types/which": {
|
|
717
|
+
"version": "3.0.0",
|
|
718
|
+
"license": "MIT"
|
|
719
|
+
},
|
|
1134
720
|
"node_modules/@types/wrap-ansi": {
|
|
1135
721
|
"version": "3.0.0",
|
|
1136
722
|
"extraneous": true,
|
|
@@ -1243,15 +829,11 @@
|
|
|
1243
829
|
"node": ">=4"
|
|
1244
830
|
}
|
|
1245
831
|
},
|
|
1246
|
-
"node_modules/any-base": {
|
|
1247
|
-
"version": "1.1.0",
|
|
1248
|
-
"license": "MIT"
|
|
1249
|
-
},
|
|
1250
832
|
"node_modules/appium-adb": {
|
|
1251
|
-
"version": "9.11.
|
|
833
|
+
"version": "9.11.4",
|
|
1252
834
|
"license": "Apache-2.0",
|
|
1253
835
|
"dependencies": {
|
|
1254
|
-
"@appium/support": "^
|
|
836
|
+
"@appium/support": "^4.0.0",
|
|
1255
837
|
"@babel/runtime": "^7.0.0",
|
|
1256
838
|
"adbkit-apkreader": "^3.1.2",
|
|
1257
839
|
"async-lock": "^1.0.0",
|
|
@@ -1278,7 +860,7 @@
|
|
|
1278
860
|
}
|
|
1279
861
|
},
|
|
1280
862
|
"node_modules/appium-android-driver": {
|
|
1281
|
-
"version": "5.
|
|
863
|
+
"version": "5.13.0",
|
|
1282
864
|
"license": "Apache-2.0",
|
|
1283
865
|
"dependencies": {
|
|
1284
866
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1317,12 +899,12 @@
|
|
|
1317
899
|
}
|
|
1318
900
|
},
|
|
1319
901
|
"node_modules/appium-chromedriver": {
|
|
1320
|
-
"version": "5.4.
|
|
902
|
+
"version": "5.4.2",
|
|
1321
903
|
"hasInstallScript": true,
|
|
1322
904
|
"license": "Apache-2.0",
|
|
1323
905
|
"dependencies": {
|
|
1324
906
|
"@appium/base-driver": "^9.1.0",
|
|
1325
|
-
"@appium/support": "^
|
|
907
|
+
"@appium/support": "^4.0.0",
|
|
1326
908
|
"@babel/runtime": "^7.0.0",
|
|
1327
909
|
"@xmldom/xmldom": "^0.x",
|
|
1328
910
|
"asyncbox": "^2.0.2",
|
|
@@ -1589,10 +1171,6 @@
|
|
|
1589
1171
|
"version": "3.7.2",
|
|
1590
1172
|
"license": "MIT"
|
|
1591
1173
|
},
|
|
1592
|
-
"node_modules/bmp-js": {
|
|
1593
|
-
"version": "0.1.0",
|
|
1594
|
-
"license": "MIT"
|
|
1595
|
-
},
|
|
1596
1174
|
"node_modules/body-parser": {
|
|
1597
1175
|
"version": "1.20.2",
|
|
1598
1176
|
"license": "MIT",
|
|
@@ -1680,13 +1258,6 @@
|
|
|
1680
1258
|
"node": "*"
|
|
1681
1259
|
}
|
|
1682
1260
|
},
|
|
1683
|
-
"node_modules/buffer-equal": {
|
|
1684
|
-
"version": "0.0.1",
|
|
1685
|
-
"license": "MIT",
|
|
1686
|
-
"engines": {
|
|
1687
|
-
"node": ">=0.4.0"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
1261
|
"node_modules/buffer-from": {
|
|
1691
1262
|
"version": "1.1.2",
|
|
1692
1263
|
"license": "MIT"
|
|
@@ -2098,9 +1669,6 @@
|
|
|
2098
1669
|
"node": ">=0.3.1"
|
|
2099
1670
|
}
|
|
2100
1671
|
},
|
|
2101
|
-
"node_modules/dom-walk": {
|
|
2102
|
-
"version": "0.1.2"
|
|
2103
|
-
},
|
|
2104
1672
|
"node_modules/duplexer": {
|
|
2105
1673
|
"version": "0.1.2",
|
|
2106
1674
|
"license": "MIT"
|
|
@@ -2179,9 +1747,6 @@
|
|
|
2179
1747
|
"node": ">=0.8.x"
|
|
2180
1748
|
}
|
|
2181
1749
|
},
|
|
2182
|
-
"node_modules/exif-parser": {
|
|
2183
|
-
"version": "0.1.12"
|
|
2184
|
-
},
|
|
2185
1750
|
"node_modules/expand-template": {
|
|
2186
1751
|
"version": "2.0.3",
|
|
2187
1752
|
"license": "(MIT OR WTFPL)",
|
|
@@ -2316,21 +1881,6 @@
|
|
|
2316
1881
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2317
1882
|
}
|
|
2318
1883
|
},
|
|
2319
|
-
"node_modules/file-type": {
|
|
2320
|
-
"version": "16.5.4",
|
|
2321
|
-
"license": "MIT",
|
|
2322
|
-
"dependencies": {
|
|
2323
|
-
"readable-web-to-node-stream": "^3.0.0",
|
|
2324
|
-
"strtok3": "^6.2.4",
|
|
2325
|
-
"token-types": "^4.1.1"
|
|
2326
|
-
},
|
|
2327
|
-
"engines": {
|
|
2328
|
-
"node": ">=10"
|
|
2329
|
-
},
|
|
2330
|
-
"funding": {
|
|
2331
|
-
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
2332
|
-
}
|
|
2333
|
-
},
|
|
2334
1884
|
"node_modules/finalhandler": {
|
|
2335
1885
|
"version": "1.2.0",
|
|
2336
1886
|
"license": "MIT",
|
|
@@ -2536,17 +2086,9 @@
|
|
|
2536
2086
|
"license": "MIT",
|
|
2537
2087
|
"engines": {
|
|
2538
2088
|
"node": ">=10"
|
|
2539
|
-
},
|
|
2540
|
-
"funding": {
|
|
2541
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
"node_modules/gifwrap": {
|
|
2545
|
-
"version": "0.9.4",
|
|
2546
|
-
"license": "MIT",
|
|
2547
|
-
"dependencies": {
|
|
2548
|
-
"image-q": "^4.0.0",
|
|
2549
|
-
"omggif": "^1.0.10"
|
|
2089
|
+
},
|
|
2090
|
+
"funding": {
|
|
2091
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2550
2092
|
}
|
|
2551
2093
|
},
|
|
2552
2094
|
"node_modules/github-from-package": {
|
|
@@ -2587,14 +2129,6 @@
|
|
|
2587
2129
|
"node": ">=10"
|
|
2588
2130
|
}
|
|
2589
2131
|
},
|
|
2590
|
-
"node_modules/global": {
|
|
2591
|
-
"version": "4.4.0",
|
|
2592
|
-
"license": "MIT",
|
|
2593
|
-
"dependencies": {
|
|
2594
|
-
"min-document": "^2.19.0",
|
|
2595
|
-
"process": "^0.11.10"
|
|
2596
|
-
}
|
|
2597
|
-
},
|
|
2598
2132
|
"node_modules/graceful-fs": {
|
|
2599
2133
|
"version": "4.2.11",
|
|
2600
2134
|
"license": "ISC"
|
|
@@ -2710,17 +2244,6 @@
|
|
|
2710
2244
|
],
|
|
2711
2245
|
"license": "BSD-3-Clause"
|
|
2712
2246
|
},
|
|
2713
|
-
"node_modules/image-q": {
|
|
2714
|
-
"version": "4.0.0",
|
|
2715
|
-
"license": "MIT",
|
|
2716
|
-
"dependencies": {
|
|
2717
|
-
"@types/node": "16.9.1"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
"node_modules/image-q/node_modules/@types/node": {
|
|
2721
|
-
"version": "16.9.1",
|
|
2722
|
-
"license": "MIT"
|
|
2723
|
-
},
|
|
2724
2247
|
"node_modules/inflight": {
|
|
2725
2248
|
"version": "1.0.6",
|
|
2726
2249
|
"license": "ISC",
|
|
@@ -2760,7 +2283,7 @@
|
|
|
2760
2283
|
"license": "MIT"
|
|
2761
2284
|
},
|
|
2762
2285
|
"node_modules/is-core-module": {
|
|
2763
|
-
"version": "2.12.
|
|
2286
|
+
"version": "2.12.1",
|
|
2764
2287
|
"license": "MIT",
|
|
2765
2288
|
"dependencies": {
|
|
2766
2289
|
"has": "^1.0.3"
|
|
@@ -2769,10 +2292,6 @@
|
|
|
2769
2292
|
"url": "https://github.com/sponsors/ljharb"
|
|
2770
2293
|
}
|
|
2771
2294
|
},
|
|
2772
|
-
"node_modules/is-function": {
|
|
2773
|
-
"version": "1.0.2",
|
|
2774
|
-
"license": "MIT"
|
|
2775
|
-
},
|
|
2776
2295
|
"node_modules/is-interactive": {
|
|
2777
2296
|
"version": "1.0.0",
|
|
2778
2297
|
"extraneous": true,
|
|
@@ -2813,28 +2332,6 @@
|
|
|
2813
2332
|
"version": "2.0.0",
|
|
2814
2333
|
"license": "ISC"
|
|
2815
2334
|
},
|
|
2816
|
-
"node_modules/isomorphic-fetch": {
|
|
2817
|
-
"version": "3.0.0",
|
|
2818
|
-
"license": "MIT",
|
|
2819
|
-
"dependencies": {
|
|
2820
|
-
"node-fetch": "^2.6.1",
|
|
2821
|
-
"whatwg-fetch": "^3.4.1"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
"node_modules/jimp": {
|
|
2825
|
-
"version": "0.22.7",
|
|
2826
|
-
"license": "MIT",
|
|
2827
|
-
"dependencies": {
|
|
2828
|
-
"@jimp/custom": "^0.22.7",
|
|
2829
|
-
"@jimp/plugins": "^0.22.7",
|
|
2830
|
-
"@jimp/types": "^0.22.7",
|
|
2831
|
-
"regenerator-runtime": "^0.13.3"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
"node_modules/jpeg-js": {
|
|
2835
|
-
"version": "0.4.4",
|
|
2836
|
-
"license": "BSD-3-Clause"
|
|
2837
|
-
},
|
|
2838
2335
|
"node_modules/js-tokens": {
|
|
2839
2336
|
"version": "4.0.0",
|
|
2840
2337
|
"license": "MIT"
|
|
@@ -2952,20 +2449,6 @@
|
|
|
2952
2449
|
"version": "1.2.4",
|
|
2953
2450
|
"license": "MIT"
|
|
2954
2451
|
},
|
|
2955
|
-
"node_modules/load-bmfont": {
|
|
2956
|
-
"version": "1.4.1",
|
|
2957
|
-
"license": "MIT",
|
|
2958
|
-
"dependencies": {
|
|
2959
|
-
"buffer-equal": "0.0.1",
|
|
2960
|
-
"mime": "^1.3.4",
|
|
2961
|
-
"parse-bmfont-ascii": "^1.0.3",
|
|
2962
|
-
"parse-bmfont-binary": "^1.0.5",
|
|
2963
|
-
"parse-bmfont-xml": "^1.1.4",
|
|
2964
|
-
"phin": "^2.9.1",
|
|
2965
|
-
"xhr": "^2.0.1",
|
|
2966
|
-
"xtend": "^4.0.0"
|
|
2967
|
-
}
|
|
2968
|
-
},
|
|
2969
2452
|
"node_modules/locate-path": {
|
|
2970
2453
|
"version": "6.0.0",
|
|
2971
2454
|
"license": "MIT",
|
|
@@ -3160,16 +2643,6 @@
|
|
|
3160
2643
|
"node": ">= 0.6"
|
|
3161
2644
|
}
|
|
3162
2645
|
},
|
|
3163
|
-
"node_modules/mime": {
|
|
3164
|
-
"version": "1.6.0",
|
|
3165
|
-
"license": "MIT",
|
|
3166
|
-
"bin": {
|
|
3167
|
-
"mime": "cli.js"
|
|
3168
|
-
},
|
|
3169
|
-
"engines": {
|
|
3170
|
-
"node": ">=4"
|
|
3171
|
-
}
|
|
3172
|
-
},
|
|
3173
2646
|
"node_modules/mime-db": {
|
|
3174
2647
|
"version": "1.52.0",
|
|
3175
2648
|
"license": "MIT",
|
|
@@ -3205,12 +2678,6 @@
|
|
|
3205
2678
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3206
2679
|
}
|
|
3207
2680
|
},
|
|
3208
|
-
"node_modules/min-document": {
|
|
3209
|
-
"version": "2.19.0",
|
|
3210
|
-
"dependencies": {
|
|
3211
|
-
"dom-walk": "^0.1.0"
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
2681
|
"node_modules/minimatch": {
|
|
3215
2682
|
"version": "3.1.2",
|
|
3216
2683
|
"license": "ISC",
|
|
@@ -3229,16 +2696,13 @@
|
|
|
3229
2696
|
}
|
|
3230
2697
|
},
|
|
3231
2698
|
"node_modules/mkdirp": {
|
|
3232
|
-
"version": "
|
|
2699
|
+
"version": "0.5.6",
|
|
3233
2700
|
"license": "MIT",
|
|
3234
|
-
"
|
|
3235
|
-
"
|
|
3236
|
-
},
|
|
3237
|
-
"engines": {
|
|
3238
|
-
"node": ">=10"
|
|
2701
|
+
"dependencies": {
|
|
2702
|
+
"minimist": "^1.2.6"
|
|
3239
2703
|
},
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
2704
|
+
"bin": {
|
|
2705
|
+
"mkdirp": "bin/cmd.js"
|
|
3242
2706
|
}
|
|
3243
2707
|
},
|
|
3244
2708
|
"node_modules/mkdirp-classic": {
|
|
@@ -3327,16 +2791,6 @@
|
|
|
3327
2791
|
"node": "*"
|
|
3328
2792
|
}
|
|
3329
2793
|
},
|
|
3330
|
-
"node_modules/mv/node_modules/mkdirp": {
|
|
3331
|
-
"version": "0.5.6",
|
|
3332
|
-
"license": "MIT",
|
|
3333
|
-
"dependencies": {
|
|
3334
|
-
"minimist": "^1.2.6"
|
|
3335
|
-
},
|
|
3336
|
-
"bin": {
|
|
3337
|
-
"mkdirp": "bin/cmd.js"
|
|
3338
|
-
}
|
|
3339
|
-
},
|
|
3340
2794
|
"node_modules/mv/node_modules/rimraf": {
|
|
3341
2795
|
"version": "2.4.5",
|
|
3342
2796
|
"license": "ISC",
|
|
@@ -3384,24 +2838,6 @@
|
|
|
3384
2838
|
"version": "6.1.0",
|
|
3385
2839
|
"license": "MIT"
|
|
3386
2840
|
},
|
|
3387
|
-
"node_modules/node-fetch": {
|
|
3388
|
-
"version": "2.6.11",
|
|
3389
|
-
"license": "MIT",
|
|
3390
|
-
"dependencies": {
|
|
3391
|
-
"whatwg-url": "^5.0.0"
|
|
3392
|
-
},
|
|
3393
|
-
"engines": {
|
|
3394
|
-
"node": "4.x || >=6.0.0"
|
|
3395
|
-
},
|
|
3396
|
-
"peerDependencies": {
|
|
3397
|
-
"encoding": "^0.1.0"
|
|
3398
|
-
},
|
|
3399
|
-
"peerDependenciesMeta": {
|
|
3400
|
-
"encoding": {
|
|
3401
|
-
"optional": true
|
|
3402
|
-
}
|
|
3403
|
-
}
|
|
3404
|
-
},
|
|
3405
2841
|
"node_modules/normalize-package-data": {
|
|
3406
2842
|
"version": "2.5.0",
|
|
3407
2843
|
"license": "BSD-2-Clause",
|
|
@@ -3446,10 +2882,6 @@
|
|
|
3446
2882
|
"url": "https://github.com/sponsors/ljharb"
|
|
3447
2883
|
}
|
|
3448
2884
|
},
|
|
3449
|
-
"node_modules/omggif": {
|
|
3450
|
-
"version": "1.0.10",
|
|
3451
|
-
"license": "MIT"
|
|
3452
|
-
},
|
|
3453
2885
|
"node_modules/on-finished": {
|
|
3454
2886
|
"version": "2.4.1",
|
|
3455
2887
|
"license": "MIT",
|
|
@@ -3623,30 +3055,6 @@
|
|
|
3623
3055
|
"node": ">= 6"
|
|
3624
3056
|
}
|
|
3625
3057
|
},
|
|
3626
|
-
"node_modules/pako": {
|
|
3627
|
-
"version": "1.0.11",
|
|
3628
|
-
"license": "(MIT AND Zlib)"
|
|
3629
|
-
},
|
|
3630
|
-
"node_modules/parse-bmfont-ascii": {
|
|
3631
|
-
"version": "1.0.6",
|
|
3632
|
-
"license": "MIT"
|
|
3633
|
-
},
|
|
3634
|
-
"node_modules/parse-bmfont-binary": {
|
|
3635
|
-
"version": "1.0.6",
|
|
3636
|
-
"license": "MIT"
|
|
3637
|
-
},
|
|
3638
|
-
"node_modules/parse-bmfont-xml": {
|
|
3639
|
-
"version": "1.1.4",
|
|
3640
|
-
"license": "MIT",
|
|
3641
|
-
"dependencies": {
|
|
3642
|
-
"xml-parse-from-string": "^1.0.0",
|
|
3643
|
-
"xml2js": "^0.4.5"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
|
-
"node_modules/parse-headers": {
|
|
3647
|
-
"version": "2.0.5",
|
|
3648
|
-
"license": "MIT"
|
|
3649
|
-
},
|
|
3650
3058
|
"node_modules/parse-json": {
|
|
3651
3059
|
"version": "5.2.0",
|
|
3652
3060
|
"license": "MIT",
|
|
@@ -3706,42 +3114,10 @@
|
|
|
3706
3114
|
"version": "0.1.7",
|
|
3707
3115
|
"license": "MIT"
|
|
3708
3116
|
},
|
|
3709
|
-
"node_modules/peek-readable": {
|
|
3710
|
-
"version": "4.1.0",
|
|
3711
|
-
"license": "MIT",
|
|
3712
|
-
"engines": {
|
|
3713
|
-
"node": ">=8"
|
|
3714
|
-
},
|
|
3715
|
-
"funding": {
|
|
3716
|
-
"type": "github",
|
|
3717
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
3117
|
"node_modules/pend": {
|
|
3721
3118
|
"version": "1.2.0",
|
|
3722
3119
|
"license": "MIT"
|
|
3723
3120
|
},
|
|
3724
|
-
"node_modules/phin": {
|
|
3725
|
-
"version": "2.9.3",
|
|
3726
|
-
"license": "MIT"
|
|
3727
|
-
},
|
|
3728
|
-
"node_modules/pixelmatch": {
|
|
3729
|
-
"version": "4.0.2",
|
|
3730
|
-
"license": "ISC",
|
|
3731
|
-
"dependencies": {
|
|
3732
|
-
"pngjs": "^3.0.0"
|
|
3733
|
-
},
|
|
3734
|
-
"bin": {
|
|
3735
|
-
"pixelmatch": "bin/pixelmatch"
|
|
3736
|
-
}
|
|
3737
|
-
},
|
|
3738
|
-
"node_modules/pixelmatch/node_modules/pngjs": {
|
|
3739
|
-
"version": "3.4.0",
|
|
3740
|
-
"license": "MIT",
|
|
3741
|
-
"engines": {
|
|
3742
|
-
"node": ">=4.0.0"
|
|
3743
|
-
}
|
|
3744
|
-
},
|
|
3745
3121
|
"node_modules/pkg-dir": {
|
|
3746
3122
|
"version": "5.0.0",
|
|
3747
3123
|
"license": "MIT",
|
|
@@ -3770,13 +3146,6 @@
|
|
|
3770
3146
|
"node": ">=4"
|
|
3771
3147
|
}
|
|
3772
3148
|
},
|
|
3773
|
-
"node_modules/pngjs": {
|
|
3774
|
-
"version": "7.0.0",
|
|
3775
|
-
"license": "MIT",
|
|
3776
|
-
"engines": {
|
|
3777
|
-
"node": ">=14.19.0"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
3149
|
"node_modules/portfinder": {
|
|
3781
3150
|
"version": "1.0.32",
|
|
3782
3151
|
"license": "MIT",
|
|
@@ -3803,16 +3172,6 @@
|
|
|
3803
3172
|
"ms": "^2.1.1"
|
|
3804
3173
|
}
|
|
3805
3174
|
},
|
|
3806
|
-
"node_modules/portfinder/node_modules/mkdirp": {
|
|
3807
|
-
"version": "0.5.6",
|
|
3808
|
-
"license": "MIT",
|
|
3809
|
-
"dependencies": {
|
|
3810
|
-
"minimist": "^1.2.6"
|
|
3811
|
-
},
|
|
3812
|
-
"bin": {
|
|
3813
|
-
"mkdirp": "bin/cmd.js"
|
|
3814
|
-
}
|
|
3815
|
-
},
|
|
3816
3175
|
"node_modules/portscanner": {
|
|
3817
3176
|
"version": "2.2.0",
|
|
3818
3177
|
"license": "MIT",
|
|
@@ -3987,20 +3346,6 @@
|
|
|
3987
3346
|
"node": ">= 6"
|
|
3988
3347
|
}
|
|
3989
3348
|
},
|
|
3990
|
-
"node_modules/readable-web-to-node-stream": {
|
|
3991
|
-
"version": "3.0.2",
|
|
3992
|
-
"license": "MIT",
|
|
3993
|
-
"dependencies": {
|
|
3994
|
-
"readable-stream": "^3.6.0"
|
|
3995
|
-
},
|
|
3996
|
-
"engines": {
|
|
3997
|
-
"node": ">=8"
|
|
3998
|
-
},
|
|
3999
|
-
"funding": {
|
|
4000
|
-
"type": "github",
|
|
4001
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
4002
|
-
}
|
|
4003
|
-
},
|
|
4004
3349
|
"node_modules/readdir-glob": {
|
|
4005
3350
|
"version": "1.1.3",
|
|
4006
3351
|
"license": "Apache-2.0",
|
|
@@ -4116,12 +3461,8 @@
|
|
|
4116
3461
|
"truncate-utf8-bytes": "^1.0.0"
|
|
4117
3462
|
}
|
|
4118
3463
|
},
|
|
4119
|
-
"node_modules/sax": {
|
|
4120
|
-
"version": "1.2.4",
|
|
4121
|
-
"license": "ISC"
|
|
4122
|
-
},
|
|
4123
3464
|
"node_modules/semver": {
|
|
4124
|
-
"version": "7.
|
|
3465
|
+
"version": "7.5.0",
|
|
4125
3466
|
"license": "ISC",
|
|
4126
3467
|
"dependencies": {
|
|
4127
3468
|
"lru-cache": "^6.0.0"
|
|
@@ -4180,6 +3521,16 @@
|
|
|
4180
3521
|
"version": "2.0.0",
|
|
4181
3522
|
"license": "MIT"
|
|
4182
3523
|
},
|
|
3524
|
+
"node_modules/send/node_modules/mime": {
|
|
3525
|
+
"version": "1.6.0",
|
|
3526
|
+
"license": "MIT",
|
|
3527
|
+
"bin": {
|
|
3528
|
+
"mime": "cli.js"
|
|
3529
|
+
},
|
|
3530
|
+
"engines": {
|
|
3531
|
+
"node": ">=4"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
4183
3534
|
"node_modules/send/node_modules/ms": {
|
|
4184
3535
|
"version": "2.1.3",
|
|
4185
3536
|
"license": "MIT"
|
|
@@ -4263,33 +3614,6 @@
|
|
|
4263
3614
|
"url": "https://opencollective.com/libvips"
|
|
4264
3615
|
}
|
|
4265
3616
|
},
|
|
4266
|
-
"node_modules/sharp/node_modules/lru-cache": {
|
|
4267
|
-
"version": "6.0.0",
|
|
4268
|
-
"license": "ISC",
|
|
4269
|
-
"dependencies": {
|
|
4270
|
-
"yallist": "^4.0.0"
|
|
4271
|
-
},
|
|
4272
|
-
"engines": {
|
|
4273
|
-
"node": ">=10"
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
|
-
"node_modules/sharp/node_modules/semver": {
|
|
4277
|
-
"version": "7.5.1",
|
|
4278
|
-
"license": "ISC",
|
|
4279
|
-
"dependencies": {
|
|
4280
|
-
"lru-cache": "^6.0.0"
|
|
4281
|
-
},
|
|
4282
|
-
"bin": {
|
|
4283
|
-
"semver": "bin/semver.js"
|
|
4284
|
-
},
|
|
4285
|
-
"engines": {
|
|
4286
|
-
"node": ">=10"
|
|
4287
|
-
}
|
|
4288
|
-
},
|
|
4289
|
-
"node_modules/sharp/node_modules/yallist": {
|
|
4290
|
-
"version": "4.0.0",
|
|
4291
|
-
"license": "ISC"
|
|
4292
|
-
},
|
|
4293
3617
|
"node_modules/shebang-command": {
|
|
4294
3618
|
"version": "2.0.0",
|
|
4295
3619
|
"extraneous": true,
|
|
@@ -4481,21 +3805,6 @@
|
|
|
4481
3805
|
"node": ">=8"
|
|
4482
3806
|
}
|
|
4483
3807
|
},
|
|
4484
|
-
"node_modules/strtok3": {
|
|
4485
|
-
"version": "6.3.0",
|
|
4486
|
-
"license": "MIT",
|
|
4487
|
-
"dependencies": {
|
|
4488
|
-
"@tokenizer/token": "^0.3.0",
|
|
4489
|
-
"peek-readable": "^4.1.0"
|
|
4490
|
-
},
|
|
4491
|
-
"engines": {
|
|
4492
|
-
"node": ">=10"
|
|
4493
|
-
},
|
|
4494
|
-
"funding": {
|
|
4495
|
-
"type": "github",
|
|
4496
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
4497
|
-
}
|
|
4498
|
-
},
|
|
4499
3808
|
"node_modules/supports-color": {
|
|
4500
3809
|
"version": "8.1.1",
|
|
4501
3810
|
"license": "MIT",
|
|
@@ -4595,14 +3904,6 @@
|
|
|
4595
3904
|
"version": "2.3.8",
|
|
4596
3905
|
"license": "MIT"
|
|
4597
3906
|
},
|
|
4598
|
-
"node_modules/timm": {
|
|
4599
|
-
"version": "1.7.1",
|
|
4600
|
-
"license": "MIT"
|
|
4601
|
-
},
|
|
4602
|
-
"node_modules/tinycolor2": {
|
|
4603
|
-
"version": "1.6.0",
|
|
4604
|
-
"license": "MIT"
|
|
4605
|
-
},
|
|
4606
3907
|
"node_modules/toidentifier": {
|
|
4607
3908
|
"version": "1.0.1",
|
|
4608
3909
|
"license": "MIT",
|
|
@@ -4610,25 +3911,6 @@
|
|
|
4610
3911
|
"node": ">=0.6"
|
|
4611
3912
|
}
|
|
4612
3913
|
},
|
|
4613
|
-
"node_modules/token-types": {
|
|
4614
|
-
"version": "4.2.1",
|
|
4615
|
-
"license": "MIT",
|
|
4616
|
-
"dependencies": {
|
|
4617
|
-
"@tokenizer/token": "^0.3.0",
|
|
4618
|
-
"ieee754": "^1.2.1"
|
|
4619
|
-
},
|
|
4620
|
-
"engines": {
|
|
4621
|
-
"node": ">=10"
|
|
4622
|
-
},
|
|
4623
|
-
"funding": {
|
|
4624
|
-
"type": "github",
|
|
4625
|
-
"url": "https://github.com/sponsors/Borewit"
|
|
4626
|
-
}
|
|
4627
|
-
},
|
|
4628
|
-
"node_modules/tr46": {
|
|
4629
|
-
"version": "0.0.3",
|
|
4630
|
-
"license": "MIT"
|
|
4631
|
-
},
|
|
4632
3914
|
"node_modules/triple-beam": {
|
|
4633
3915
|
"version": "1.3.0",
|
|
4634
3916
|
"extraneous": true,
|
|
@@ -4675,7 +3957,7 @@
|
|
|
4675
3957
|
}
|
|
4676
3958
|
},
|
|
4677
3959
|
"node_modules/tslib": {
|
|
4678
|
-
"version": "2.5.
|
|
3960
|
+
"version": "2.5.2",
|
|
4679
3961
|
"extraneous": true,
|
|
4680
3962
|
"license": "0BSD"
|
|
4681
3963
|
},
|
|
@@ -4690,13 +3972,16 @@
|
|
|
4690
3972
|
}
|
|
4691
3973
|
},
|
|
4692
3974
|
"node_modules/type-fest": {
|
|
4693
|
-
"version": "3.
|
|
3975
|
+
"version": "3.10.0",
|
|
4694
3976
|
"license": "(MIT OR CC0-1.0)",
|
|
4695
3977
|
"engines": {
|
|
4696
3978
|
"node": ">=14.16"
|
|
4697
3979
|
},
|
|
4698
3980
|
"funding": {
|
|
4699
3981
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3982
|
+
},
|
|
3983
|
+
"peerDependencies": {
|
|
3984
|
+
"typescript": ">=4.7.0"
|
|
4700
3985
|
}
|
|
4701
3986
|
},
|
|
4702
3987
|
"node_modules/type-is": {
|
|
@@ -4778,15 +4063,15 @@
|
|
|
4778
4063
|
}
|
|
4779
4064
|
},
|
|
4780
4065
|
"node_modules/typescript": {
|
|
4781
|
-
"version": "
|
|
4782
|
-
"extraneous": true,
|
|
4066
|
+
"version": "5.0.4",
|
|
4783
4067
|
"license": "Apache-2.0",
|
|
4068
|
+
"peer": true,
|
|
4784
4069
|
"bin": {
|
|
4785
4070
|
"tsc": "bin/tsc",
|
|
4786
4071
|
"tsserver": "bin/tsserver"
|
|
4787
4072
|
},
|
|
4788
4073
|
"engines": {
|
|
4789
|
-
"node": ">=
|
|
4074
|
+
"node": ">=12.20"
|
|
4790
4075
|
}
|
|
4791
4076
|
},
|
|
4792
4077
|
"node_modules/uglify-js": {
|
|
@@ -4839,13 +4124,6 @@
|
|
|
4839
4124
|
"version": "1.0.4",
|
|
4840
4125
|
"license": "WTFPL"
|
|
4841
4126
|
},
|
|
4842
|
-
"node_modules/utif2": {
|
|
4843
|
-
"version": "4.1.0",
|
|
4844
|
-
"license": "MIT",
|
|
4845
|
-
"dependencies": {
|
|
4846
|
-
"pako": "^1.0.11"
|
|
4847
|
-
}
|
|
4848
|
-
},
|
|
4849
4127
|
"node_modules/util-deprecate": {
|
|
4850
4128
|
"version": "1.0.2",
|
|
4851
4129
|
"license": "MIT"
|
|
@@ -4901,24 +4179,8 @@
|
|
|
4901
4179
|
"defaults": "^1.0.3"
|
|
4902
4180
|
}
|
|
4903
4181
|
},
|
|
4904
|
-
"node_modules/webidl-conversions": {
|
|
4905
|
-
"version": "3.0.1",
|
|
4906
|
-
"license": "BSD-2-Clause"
|
|
4907
|
-
},
|
|
4908
|
-
"node_modules/whatwg-fetch": {
|
|
4909
|
-
"version": "3.6.2",
|
|
4910
|
-
"license": "MIT"
|
|
4911
|
-
},
|
|
4912
|
-
"node_modules/whatwg-url": {
|
|
4913
|
-
"version": "5.0.0",
|
|
4914
|
-
"license": "MIT",
|
|
4915
|
-
"dependencies": {
|
|
4916
|
-
"tr46": "~0.0.3",
|
|
4917
|
-
"webidl-conversions": "^3.0.0"
|
|
4918
|
-
}
|
|
4919
|
-
},
|
|
4920
4182
|
"node_modules/which": {
|
|
4921
|
-
"version": "3.0.
|
|
4183
|
+
"version": "3.0.1",
|
|
4922
4184
|
"license": "ISC",
|
|
4923
4185
|
"dependencies": {
|
|
4924
4186
|
"isexe": "^2.0.0"
|
|
@@ -5094,38 +4356,6 @@
|
|
|
5094
4356
|
}
|
|
5095
4357
|
}
|
|
5096
4358
|
},
|
|
5097
|
-
"node_modules/xhr": {
|
|
5098
|
-
"version": "2.6.0",
|
|
5099
|
-
"license": "MIT",
|
|
5100
|
-
"dependencies": {
|
|
5101
|
-
"global": "~4.4.0",
|
|
5102
|
-
"is-function": "^1.0.1",
|
|
5103
|
-
"parse-headers": "^2.0.0",
|
|
5104
|
-
"xtend": "^4.0.0"
|
|
5105
|
-
}
|
|
5106
|
-
},
|
|
5107
|
-
"node_modules/xml-parse-from-string": {
|
|
5108
|
-
"version": "1.0.1",
|
|
5109
|
-
"license": "MIT"
|
|
5110
|
-
},
|
|
5111
|
-
"node_modules/xml2js": {
|
|
5112
|
-
"version": "0.4.23",
|
|
5113
|
-
"license": "MIT",
|
|
5114
|
-
"dependencies": {
|
|
5115
|
-
"sax": ">=0.6.0",
|
|
5116
|
-
"xmlbuilder": "~11.0.0"
|
|
5117
|
-
},
|
|
5118
|
-
"engines": {
|
|
5119
|
-
"node": ">=4.0.0"
|
|
5120
|
-
}
|
|
5121
|
-
},
|
|
5122
|
-
"node_modules/xml2js/node_modules/xmlbuilder": {
|
|
5123
|
-
"version": "11.0.1",
|
|
5124
|
-
"license": "MIT",
|
|
5125
|
-
"engines": {
|
|
5126
|
-
"node": ">=4.0"
|
|
5127
|
-
}
|
|
5128
|
-
},
|
|
5129
4359
|
"node_modules/xmlbuilder": {
|
|
5130
4360
|
"version": "15.1.1",
|
|
5131
4361
|
"license": "MIT",
|
|
@@ -5140,13 +4370,6 @@
|
|
|
5140
4370
|
"node": ">=0.6.0"
|
|
5141
4371
|
}
|
|
5142
4372
|
},
|
|
5143
|
-
"node_modules/xtend": {
|
|
5144
|
-
"version": "4.0.2",
|
|
5145
|
-
"license": "MIT",
|
|
5146
|
-
"engines": {
|
|
5147
|
-
"node": ">=0.4"
|
|
5148
|
-
}
|
|
5149
|
-
},
|
|
5150
4373
|
"node_modules/y18n": {
|
|
5151
4374
|
"version": "5.0.8",
|
|
5152
4375
|
"extraneous": true,
|
|
@@ -5156,7 +4379,7 @@
|
|
|
5156
4379
|
}
|
|
5157
4380
|
},
|
|
5158
4381
|
"node_modules/yaml": {
|
|
5159
|
-
"version": "2.2.
|
|
4382
|
+
"version": "2.2.2",
|
|
5160
4383
|
"extraneous": true,
|
|
5161
4384
|
"license": "ISC",
|
|
5162
4385
|
"engines": {
|
|
@@ -5164,7 +4387,7 @@
|
|
|
5164
4387
|
}
|
|
5165
4388
|
},
|
|
5166
4389
|
"node_modules/yargs": {
|
|
5167
|
-
"version": "17.7.
|
|
4390
|
+
"version": "17.7.2",
|
|
5168
4391
|
"extraneous": true,
|
|
5169
4392
|
"license": "MIT",
|
|
5170
4393
|
"dependencies": {
|