appium-uiautomator2-driver 2.12.3 → 2.12.4
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 +7 -0
- package/README.md +1 -1
- package/build/lib/commands/element.js +2 -3
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/driver.js +2 -11
- package/build/lib/driver.js.map +1 -1
- package/lib/commands/element.js +1 -2
- package/lib/driver.js +1 -10
- package/npm-shrinkwrap.json +807 -3039
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.12.
|
|
4
|
-
"lockfileVersion":
|
|
3
|
+
"version": "2.12.4",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.12.
|
|
9
|
+
"version": "2.12.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -62,20 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.1",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^3.1.
|
|
69
|
-
"@appium/types": "^0.9.
|
|
68
|
+
"@appium/support": "^3.1.5",
|
|
69
|
+
"@appium/types": "^0.9.1",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
|
-
"@types/async-lock": "1.
|
|
71
|
+
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
73
|
-
"@types/express": "4.17.
|
|
73
|
+
"@types/express": "4.17.17",
|
|
74
74
|
"@types/method-override": "0.0.32",
|
|
75
75
|
"@types/serve-favicon": "2.5.3",
|
|
76
76
|
"async-lock": "1.4.0",
|
|
77
77
|
"asyncbox": "2.9.4",
|
|
78
|
-
"axios": "1.2.
|
|
78
|
+
"axios": "1.2.3",
|
|
79
79
|
"bluebird": "3.7.2",
|
|
80
80
|
"body-parser": "1.20.1",
|
|
81
81
|
"es6-error": "4.1.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"morgan": "1.10.0",
|
|
88
88
|
"serve-favicon": "2.5.0",
|
|
89
89
|
"source-map-support": "0.5.21",
|
|
90
|
-
"type-fest": "3.5.
|
|
90
|
+
"type-fest": "3.5.6",
|
|
91
91
|
"validate.js": "0.13.1"
|
|
92
92
|
},
|
|
93
93
|
"engines": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
99
|
-
"version": "1.2.
|
|
99
|
+
"version": "1.2.3",
|
|
100
100
|
"license": "MIT",
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"follow-redirects": "^1.15.0",
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
"node_modules/@appium/base-plugin": {
|
|
115
|
-
"version": "2.2.
|
|
115
|
+
"version": "2.2.1",
|
|
116
116
|
"extraneous": true,
|
|
117
117
|
"license": "Apache-2.0",
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@appium/base-driver": "^9.3.
|
|
120
|
-
"@appium/support": "^3.1.
|
|
119
|
+
"@appium/base-driver": "^9.3.1",
|
|
120
|
+
"@appium/support": "^3.1.5"
|
|
121
121
|
},
|
|
122
122
|
"engines": {
|
|
123
123
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -125,21 +125,105 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"node_modules/@appium/docutils": {
|
|
128
|
-
"version": "0.1
|
|
128
|
+
"version": "0.2.1",
|
|
129
129
|
"extraneous": true,
|
|
130
130
|
"license": "Apache-2.0",
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@appium/support": "^3.1.
|
|
132
|
+
"@appium/support": "^3.1.5",
|
|
133
|
+
"@appium/tsconfig": "^0.2.4",
|
|
134
|
+
"@appium/typedoc-plugin-appium": "^0.4.0",
|
|
135
|
+
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
136
|
+
"chalk": "4.1.2",
|
|
137
|
+
"consola": "2.15.3",
|
|
138
|
+
"diff": "5.1.0",
|
|
139
|
+
"figures": "3.2.0",
|
|
140
|
+
"find-up": "5.0.0",
|
|
141
|
+
"glob": "8.1.0",
|
|
142
|
+
"json5": "2.2.3",
|
|
143
|
+
"lilconfig": "2.0.6",
|
|
144
|
+
"lodash": "4.17.21",
|
|
145
|
+
"log-symbols": "4.1.0",
|
|
146
|
+
"pkg-dir": "5.0.0",
|
|
147
|
+
"pluralize": "8.0.0",
|
|
148
|
+
"read-pkg": "5.2.0",
|
|
149
|
+
"semver": "7.3.8",
|
|
133
150
|
"source-map-support": "0.5.21",
|
|
134
|
-
"teen_process": "2.0.2"
|
|
151
|
+
"teen_process": "2.0.2",
|
|
152
|
+
"type-fest": "3.5.6",
|
|
153
|
+
"typedoc": "0.23.24",
|
|
154
|
+
"typedoc-plugin-markdown": "3.14.0",
|
|
155
|
+
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
|
156
|
+
"typescript": "4.7.4",
|
|
157
|
+
"yaml": "2.2.1",
|
|
158
|
+
"yargs": "17.6.2",
|
|
159
|
+
"yargs-parser": "21.1.1"
|
|
160
|
+
},
|
|
161
|
+
"bin": {
|
|
162
|
+
"appium-docs": "build/lib/cli/index.js"
|
|
135
163
|
},
|
|
136
164
|
"engines": {
|
|
137
165
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
138
166
|
"npm": ">=8"
|
|
139
167
|
}
|
|
140
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
|
+
},
|
|
141
225
|
"node_modules/@appium/schema": {
|
|
142
|
-
"version": "0.2.
|
|
226
|
+
"version": "0.2.4",
|
|
143
227
|
"license": "Apache-2.0",
|
|
144
228
|
"dependencies": {
|
|
145
229
|
"@types/json-schema": "7.0.11",
|
|
@@ -152,11 +236,11 @@
|
|
|
152
236
|
}
|
|
153
237
|
},
|
|
154
238
|
"node_modules/@appium/support": {
|
|
155
|
-
"version": "3.1.
|
|
239
|
+
"version": "3.1.5",
|
|
156
240
|
"license": "Apache-2.0",
|
|
157
241
|
"dependencies": {
|
|
158
|
-
"@appium/tsconfig": "^0.2.
|
|
159
|
-
"@appium/types": "^0.9.
|
|
242
|
+
"@appium/tsconfig": "^0.2.4",
|
|
243
|
+
"@appium/types": "^0.9.1",
|
|
160
244
|
"@colors/colors": "1.5.0",
|
|
161
245
|
"@types/archiver": "5.3.1",
|
|
162
246
|
"@types/base64-stream": "1.0.2",
|
|
@@ -177,7 +261,7 @@
|
|
|
177
261
|
"@types/teen_process": "2.0.0",
|
|
178
262
|
"@types/uuid": "9.0.0",
|
|
179
263
|
"archiver": "5.3.1",
|
|
180
|
-
"axios": "1.2.
|
|
264
|
+
"axios": "1.2.3",
|
|
181
265
|
"base64-stream": "1.0.0",
|
|
182
266
|
"bluebird": "3.7.2",
|
|
183
267
|
"bplist-creator": "0.1.1",
|
|
@@ -185,7 +269,7 @@
|
|
|
185
269
|
"form-data": "4.0.0",
|
|
186
270
|
"get-stream": "6.0.1",
|
|
187
271
|
"glob": "8.1.0",
|
|
188
|
-
"jimp": "0.
|
|
272
|
+
"jimp": "0.22.4",
|
|
189
273
|
"jsftp": "2.1.3",
|
|
190
274
|
"klaw": "4.1.0",
|
|
191
275
|
"lockfile": "1.0.4",
|
|
@@ -205,11 +289,11 @@
|
|
|
205
289
|
"rimraf": "3.0.2",
|
|
206
290
|
"sanitize-filename": "1.6.3",
|
|
207
291
|
"semver": "7.3.8",
|
|
208
|
-
"shell-quote": "1.
|
|
292
|
+
"shell-quote": "1.8.0",
|
|
209
293
|
"source-map-support": "0.5.21",
|
|
210
294
|
"supports-color": "8.1.1",
|
|
211
295
|
"teen_process": "2.0.2",
|
|
212
|
-
"type-fest": "3.5.
|
|
296
|
+
"type-fest": "3.5.6",
|
|
213
297
|
"uuid": "9.0.0",
|
|
214
298
|
"which": "3.0.0",
|
|
215
299
|
"yauzl": "2.10.0"
|
|
@@ -220,7 +304,7 @@
|
|
|
220
304
|
}
|
|
221
305
|
},
|
|
222
306
|
"node_modules/@appium/support/node_modules/axios": {
|
|
223
|
-
"version": "1.2.
|
|
307
|
+
"version": "1.2.3",
|
|
224
308
|
"license": "MIT",
|
|
225
309
|
"dependencies": {
|
|
226
310
|
"follow-redirects": "^1.15.0",
|
|
@@ -260,7 +344,7 @@
|
|
|
260
344
|
}
|
|
261
345
|
},
|
|
262
346
|
"node_modules/@appium/tsconfig": {
|
|
263
|
-
"version": "0.2.
|
|
347
|
+
"version": "0.2.4",
|
|
264
348
|
"license": "Apache-2.0",
|
|
265
349
|
"dependencies": {
|
|
266
350
|
"@tsconfig/node14": "1.0.3"
|
|
@@ -270,16 +354,38 @@
|
|
|
270
354
|
"npm": ">=8"
|
|
271
355
|
}
|
|
272
356
|
},
|
|
357
|
+
"node_modules/@appium/typedoc-plugin-appium": {
|
|
358
|
+
"version": "0.4.0",
|
|
359
|
+
"extraneous": true,
|
|
360
|
+
"license": "Apache-2.0",
|
|
361
|
+
"dependencies": {
|
|
362
|
+
"handlebars": "4.7.7",
|
|
363
|
+
"lodash": "4.17.21",
|
|
364
|
+
"pluralize": "8.0.0",
|
|
365
|
+
"type-fest": "3.5.6"
|
|
366
|
+
},
|
|
367
|
+
"engines": {
|
|
368
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
369
|
+
"npm": ">=8"
|
|
370
|
+
},
|
|
371
|
+
"peerDependencies": {
|
|
372
|
+
"appium": "^2.0.0-beta.48",
|
|
373
|
+
"typedoc": "^0.23.14",
|
|
374
|
+
"typedoc-plugin-markdown": "^3.14.0",
|
|
375
|
+
"typedoc-plugin-resolve-crossmodule-references": "~0.3.3",
|
|
376
|
+
"typescript": "~4.7.0"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
273
379
|
"node_modules/@appium/types": {
|
|
274
|
-
"version": "0.9.
|
|
380
|
+
"version": "0.9.1",
|
|
275
381
|
"license": "Apache-2.0",
|
|
276
382
|
"dependencies": {
|
|
277
|
-
"@appium/schema": "^0.2.
|
|
278
|
-
"@appium/tsconfig": "^0.2.
|
|
279
|
-
"@types/express": "4.17.
|
|
383
|
+
"@appium/schema": "^0.2.4",
|
|
384
|
+
"@appium/tsconfig": "^0.2.4",
|
|
385
|
+
"@types/express": "4.17.17",
|
|
280
386
|
"@types/npmlog": "4.1.4",
|
|
281
387
|
"@types/ws": "8.5.4",
|
|
282
|
-
"type-fest": "3.5.
|
|
388
|
+
"type-fest": "3.5.6"
|
|
283
389
|
},
|
|
284
390
|
"engines": {
|
|
285
391
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -343,11 +449,10 @@
|
|
|
343
449
|
}
|
|
344
450
|
},
|
|
345
451
|
"node_modules/@jimp/bmp": {
|
|
346
|
-
"version": "0.
|
|
452
|
+
"version": "0.22.4",
|
|
347
453
|
"license": "MIT",
|
|
348
454
|
"dependencies": {
|
|
349
|
-
"@
|
|
350
|
-
"@jimp/utils": "^0.16.2",
|
|
455
|
+
"@jimp/utils": "^0.22.4",
|
|
351
456
|
"bmp-js": "^0.1.0"
|
|
352
457
|
},
|
|
353
458
|
"peerDependencies": {
|
|
@@ -355,36 +460,32 @@
|
|
|
355
460
|
}
|
|
356
461
|
},
|
|
357
462
|
"node_modules/@jimp/core": {
|
|
358
|
-
"version": "0.
|
|
463
|
+
"version": "0.22.4",
|
|
359
464
|
"license": "MIT",
|
|
360
465
|
"dependencies": {
|
|
361
|
-
"@
|
|
362
|
-
"@jimp/utils": "^0.16.2",
|
|
466
|
+
"@jimp/utils": "^0.22.4",
|
|
363
467
|
"any-base": "^1.1.0",
|
|
364
468
|
"buffer": "^5.2.0",
|
|
365
469
|
"exif-parser": "^0.1.12",
|
|
366
|
-
"file-type": "^
|
|
367
|
-
"
|
|
368
|
-
"mkdirp": "^
|
|
369
|
-
"phin": "^2.9.1",
|
|
470
|
+
"file-type": "^16.5.4",
|
|
471
|
+
"isomorphic-fetch": "^3.0.0",
|
|
472
|
+
"mkdirp": "^2.1.3",
|
|
370
473
|
"pixelmatch": "^4.0.2",
|
|
371
|
-
"tinycolor2": "^1.
|
|
474
|
+
"tinycolor2": "^1.6.0"
|
|
372
475
|
}
|
|
373
476
|
},
|
|
374
477
|
"node_modules/@jimp/custom": {
|
|
375
|
-
"version": "0.
|
|
478
|
+
"version": "0.22.4",
|
|
376
479
|
"license": "MIT",
|
|
377
480
|
"dependencies": {
|
|
378
|
-
"@
|
|
379
|
-
"@jimp/core": "^0.16.2"
|
|
481
|
+
"@jimp/core": "^0.22.4"
|
|
380
482
|
}
|
|
381
483
|
},
|
|
382
484
|
"node_modules/@jimp/gif": {
|
|
383
|
-
"version": "0.
|
|
485
|
+
"version": "0.22.4",
|
|
384
486
|
"license": "MIT",
|
|
385
487
|
"dependencies": {
|
|
386
|
-
"@
|
|
387
|
-
"@jimp/utils": "^0.16.2",
|
|
488
|
+
"@jimp/utils": "^0.22.4",
|
|
388
489
|
"gifwrap": "^0.9.2",
|
|
389
490
|
"omggif": "^1.0.9"
|
|
390
491
|
},
|
|
@@ -393,68 +494,62 @@
|
|
|
393
494
|
}
|
|
394
495
|
},
|
|
395
496
|
"node_modules/@jimp/jpeg": {
|
|
396
|
-
"version": "0.
|
|
497
|
+
"version": "0.22.4",
|
|
397
498
|
"license": "MIT",
|
|
398
499
|
"dependencies": {
|
|
399
|
-
"@
|
|
400
|
-
"
|
|
401
|
-
"jpeg-js": "^0.4.2"
|
|
500
|
+
"@jimp/utils": "^0.22.4",
|
|
501
|
+
"jpeg-js": "^0.4.4"
|
|
402
502
|
},
|
|
403
503
|
"peerDependencies": {
|
|
404
504
|
"@jimp/custom": ">=0.3.5"
|
|
405
505
|
}
|
|
406
506
|
},
|
|
407
507
|
"node_modules/@jimp/plugin-blit": {
|
|
408
|
-
"version": "0.
|
|
508
|
+
"version": "0.22.4",
|
|
409
509
|
"license": "MIT",
|
|
410
510
|
"dependencies": {
|
|
411
|
-
"@
|
|
412
|
-
"@jimp/utils": "^0.16.2"
|
|
511
|
+
"@jimp/utils": "^0.22.4"
|
|
413
512
|
},
|
|
414
513
|
"peerDependencies": {
|
|
415
514
|
"@jimp/custom": ">=0.3.5"
|
|
416
515
|
}
|
|
417
516
|
},
|
|
418
517
|
"node_modules/@jimp/plugin-blur": {
|
|
419
|
-
"version": "0.
|
|
518
|
+
"version": "0.22.4",
|
|
420
519
|
"license": "MIT",
|
|
421
520
|
"dependencies": {
|
|
422
|
-
"@
|
|
423
|
-
"@jimp/utils": "^0.16.2"
|
|
521
|
+
"@jimp/utils": "^0.22.4"
|
|
424
522
|
},
|
|
425
523
|
"peerDependencies": {
|
|
426
524
|
"@jimp/custom": ">=0.3.5"
|
|
427
525
|
}
|
|
428
526
|
},
|
|
429
527
|
"node_modules/@jimp/plugin-circle": {
|
|
430
|
-
"version": "0.
|
|
528
|
+
"version": "0.22.4",
|
|
431
529
|
"license": "MIT",
|
|
432
530
|
"dependencies": {
|
|
433
|
-
"@
|
|
434
|
-
"@jimp/utils": "^0.16.2"
|
|
531
|
+
"@jimp/utils": "^0.22.4"
|
|
435
532
|
},
|
|
436
533
|
"peerDependencies": {
|
|
437
534
|
"@jimp/custom": ">=0.3.5"
|
|
438
535
|
}
|
|
439
536
|
},
|
|
440
537
|
"node_modules/@jimp/plugin-color": {
|
|
441
|
-
"version": "0.
|
|
538
|
+
"version": "0.22.4",
|
|
442
539
|
"license": "MIT",
|
|
443
540
|
"dependencies": {
|
|
444
|
-
"@
|
|
445
|
-
"
|
|
446
|
-
"tinycolor2": "^1.4.1"
|
|
541
|
+
"@jimp/utils": "^0.22.4",
|
|
542
|
+
"tinycolor2": "^1.6.0"
|
|
447
543
|
},
|
|
448
544
|
"peerDependencies": {
|
|
449
545
|
"@jimp/custom": ">=0.3.5"
|
|
450
546
|
}
|
|
451
547
|
},
|
|
452
548
|
"node_modules/@jimp/plugin-contain": {
|
|
453
|
-
"version": "0.
|
|
549
|
+
"version": "0.22.4",
|
|
454
550
|
"license": "MIT",
|
|
455
551
|
"dependencies": {
|
|
456
|
-
"@
|
|
457
|
-
"@jimp/utils": "^0.16.2"
|
|
552
|
+
"@jimp/utils": "^0.22.4"
|
|
458
553
|
},
|
|
459
554
|
"peerDependencies": {
|
|
460
555
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -464,11 +559,10 @@
|
|
|
464
559
|
}
|
|
465
560
|
},
|
|
466
561
|
"node_modules/@jimp/plugin-cover": {
|
|
467
|
-
"version": "0.
|
|
562
|
+
"version": "0.22.4",
|
|
468
563
|
"license": "MIT",
|
|
469
564
|
"dependencies": {
|
|
470
|
-
"@
|
|
471
|
-
"@jimp/utils": "^0.16.2"
|
|
565
|
+
"@jimp/utils": "^0.22.4"
|
|
472
566
|
},
|
|
473
567
|
"peerDependencies": {
|
|
474
568
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -478,55 +572,50 @@
|
|
|
478
572
|
}
|
|
479
573
|
},
|
|
480
574
|
"node_modules/@jimp/plugin-crop": {
|
|
481
|
-
"version": "0.
|
|
575
|
+
"version": "0.22.4",
|
|
482
576
|
"license": "MIT",
|
|
483
577
|
"dependencies": {
|
|
484
|
-
"@
|
|
485
|
-
"@jimp/utils": "^0.16.2"
|
|
578
|
+
"@jimp/utils": "^0.22.4"
|
|
486
579
|
},
|
|
487
580
|
"peerDependencies": {
|
|
488
581
|
"@jimp/custom": ">=0.3.5"
|
|
489
582
|
}
|
|
490
583
|
},
|
|
491
584
|
"node_modules/@jimp/plugin-displace": {
|
|
492
|
-
"version": "0.
|
|
585
|
+
"version": "0.22.4",
|
|
493
586
|
"license": "MIT",
|
|
494
587
|
"dependencies": {
|
|
495
|
-
"@
|
|
496
|
-
"@jimp/utils": "^0.16.2"
|
|
588
|
+
"@jimp/utils": "^0.22.4"
|
|
497
589
|
},
|
|
498
590
|
"peerDependencies": {
|
|
499
591
|
"@jimp/custom": ">=0.3.5"
|
|
500
592
|
}
|
|
501
593
|
},
|
|
502
594
|
"node_modules/@jimp/plugin-dither": {
|
|
503
|
-
"version": "0.
|
|
595
|
+
"version": "0.22.4",
|
|
504
596
|
"license": "MIT",
|
|
505
597
|
"dependencies": {
|
|
506
|
-
"@
|
|
507
|
-
"@jimp/utils": "^0.16.2"
|
|
598
|
+
"@jimp/utils": "^0.22.4"
|
|
508
599
|
},
|
|
509
600
|
"peerDependencies": {
|
|
510
601
|
"@jimp/custom": ">=0.3.5"
|
|
511
602
|
}
|
|
512
603
|
},
|
|
513
604
|
"node_modules/@jimp/plugin-fisheye": {
|
|
514
|
-
"version": "0.
|
|
605
|
+
"version": "0.22.4",
|
|
515
606
|
"license": "MIT",
|
|
516
607
|
"dependencies": {
|
|
517
|
-
"@
|
|
518
|
-
"@jimp/utils": "^0.16.2"
|
|
608
|
+
"@jimp/utils": "^0.22.4"
|
|
519
609
|
},
|
|
520
610
|
"peerDependencies": {
|
|
521
611
|
"@jimp/custom": ">=0.3.5"
|
|
522
612
|
}
|
|
523
613
|
},
|
|
524
614
|
"node_modules/@jimp/plugin-flip": {
|
|
525
|
-
"version": "0.
|
|
615
|
+
"version": "0.22.4",
|
|
526
616
|
"license": "MIT",
|
|
527
617
|
"dependencies": {
|
|
528
|
-
"@
|
|
529
|
-
"@jimp/utils": "^0.16.2"
|
|
618
|
+
"@jimp/utils": "^0.22.4"
|
|
530
619
|
},
|
|
531
620
|
"peerDependencies": {
|
|
532
621
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -534,56 +623,51 @@
|
|
|
534
623
|
}
|
|
535
624
|
},
|
|
536
625
|
"node_modules/@jimp/plugin-gaussian": {
|
|
537
|
-
"version": "0.
|
|
626
|
+
"version": "0.22.4",
|
|
538
627
|
"license": "MIT",
|
|
539
628
|
"dependencies": {
|
|
540
|
-
"@
|
|
541
|
-
"@jimp/utils": "^0.16.2"
|
|
629
|
+
"@jimp/utils": "^0.22.4"
|
|
542
630
|
},
|
|
543
631
|
"peerDependencies": {
|
|
544
632
|
"@jimp/custom": ">=0.3.5"
|
|
545
633
|
}
|
|
546
634
|
},
|
|
547
635
|
"node_modules/@jimp/plugin-invert": {
|
|
548
|
-
"version": "0.
|
|
636
|
+
"version": "0.22.4",
|
|
549
637
|
"license": "MIT",
|
|
550
638
|
"dependencies": {
|
|
551
|
-
"@
|
|
552
|
-
"@jimp/utils": "^0.16.2"
|
|
639
|
+
"@jimp/utils": "^0.22.4"
|
|
553
640
|
},
|
|
554
641
|
"peerDependencies": {
|
|
555
642
|
"@jimp/custom": ">=0.3.5"
|
|
556
643
|
}
|
|
557
644
|
},
|
|
558
645
|
"node_modules/@jimp/plugin-mask": {
|
|
559
|
-
"version": "0.
|
|
646
|
+
"version": "0.22.4",
|
|
560
647
|
"license": "MIT",
|
|
561
648
|
"dependencies": {
|
|
562
|
-
"@
|
|
563
|
-
"@jimp/utils": "^0.16.2"
|
|
649
|
+
"@jimp/utils": "^0.22.4"
|
|
564
650
|
},
|
|
565
651
|
"peerDependencies": {
|
|
566
652
|
"@jimp/custom": ">=0.3.5"
|
|
567
653
|
}
|
|
568
654
|
},
|
|
569
655
|
"node_modules/@jimp/plugin-normalize": {
|
|
570
|
-
"version": "0.
|
|
656
|
+
"version": "0.22.4",
|
|
571
657
|
"license": "MIT",
|
|
572
658
|
"dependencies": {
|
|
573
|
-
"@
|
|
574
|
-
"@jimp/utils": "^0.16.2"
|
|
659
|
+
"@jimp/utils": "^0.22.4"
|
|
575
660
|
},
|
|
576
661
|
"peerDependencies": {
|
|
577
662
|
"@jimp/custom": ">=0.3.5"
|
|
578
663
|
}
|
|
579
664
|
},
|
|
580
665
|
"node_modules/@jimp/plugin-print": {
|
|
581
|
-
"version": "0.
|
|
666
|
+
"version": "0.22.4",
|
|
582
667
|
"license": "MIT",
|
|
583
668
|
"dependencies": {
|
|
584
|
-
"@
|
|
585
|
-
"
|
|
586
|
-
"load-bmfont": "^1.4.0"
|
|
669
|
+
"@jimp/utils": "^0.22.4",
|
|
670
|
+
"load-bmfont": "^1.4.1"
|
|
587
671
|
},
|
|
588
672
|
"peerDependencies": {
|
|
589
673
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -591,22 +675,20 @@
|
|
|
591
675
|
}
|
|
592
676
|
},
|
|
593
677
|
"node_modules/@jimp/plugin-resize": {
|
|
594
|
-
"version": "0.
|
|
678
|
+
"version": "0.22.4",
|
|
595
679
|
"license": "MIT",
|
|
596
680
|
"dependencies": {
|
|
597
|
-
"@
|
|
598
|
-
"@jimp/utils": "^0.16.2"
|
|
681
|
+
"@jimp/utils": "^0.22.4"
|
|
599
682
|
},
|
|
600
683
|
"peerDependencies": {
|
|
601
684
|
"@jimp/custom": ">=0.3.5"
|
|
602
685
|
}
|
|
603
686
|
},
|
|
604
687
|
"node_modules/@jimp/plugin-rotate": {
|
|
605
|
-
"version": "0.
|
|
688
|
+
"version": "0.22.4",
|
|
606
689
|
"license": "MIT",
|
|
607
690
|
"dependencies": {
|
|
608
|
-
"@
|
|
609
|
-
"@jimp/utils": "^0.16.2"
|
|
691
|
+
"@jimp/utils": "^0.22.4"
|
|
610
692
|
},
|
|
611
693
|
"peerDependencies": {
|
|
612
694
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -616,11 +698,10 @@
|
|
|
616
698
|
}
|
|
617
699
|
},
|
|
618
700
|
"node_modules/@jimp/plugin-scale": {
|
|
619
|
-
"version": "0.
|
|
701
|
+
"version": "0.22.4",
|
|
620
702
|
"license": "MIT",
|
|
621
703
|
"dependencies": {
|
|
622
|
-
"@
|
|
623
|
-
"@jimp/utils": "^0.16.2"
|
|
704
|
+
"@jimp/utils": "^0.22.4"
|
|
624
705
|
},
|
|
625
706
|
"peerDependencies": {
|
|
626
707
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -628,11 +709,10 @@
|
|
|
628
709
|
}
|
|
629
710
|
},
|
|
630
711
|
"node_modules/@jimp/plugin-shadow": {
|
|
631
|
-
"version": "0.
|
|
712
|
+
"version": "0.22.4",
|
|
632
713
|
"license": "MIT",
|
|
633
714
|
"dependencies": {
|
|
634
|
-
"@
|
|
635
|
-
"@jimp/utils": "^0.16.2"
|
|
715
|
+
"@jimp/utils": "^0.22.4"
|
|
636
716
|
},
|
|
637
717
|
"peerDependencies": {
|
|
638
718
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -641,11 +721,10 @@
|
|
|
641
721
|
}
|
|
642
722
|
},
|
|
643
723
|
"node_modules/@jimp/plugin-threshold": {
|
|
644
|
-
"version": "0.
|
|
724
|
+
"version": "0.22.4",
|
|
645
725
|
"license": "MIT",
|
|
646
726
|
"dependencies": {
|
|
647
|
-
"@
|
|
648
|
-
"@jimp/utils": "^0.16.2"
|
|
727
|
+
"@jimp/utils": "^0.22.4"
|
|
649
728
|
},
|
|
650
729
|
"peerDependencies": {
|
|
651
730
|
"@jimp/custom": ">=0.3.5",
|
|
@@ -654,31 +733,30 @@
|
|
|
654
733
|
}
|
|
655
734
|
},
|
|
656
735
|
"node_modules/@jimp/plugins": {
|
|
657
|
-
"version": "0.
|
|
658
|
-
"license": "MIT",
|
|
659
|
-
"dependencies": {
|
|
660
|
-
"@
|
|
661
|
-
"@jimp/plugin-
|
|
662
|
-
"@jimp/plugin-
|
|
663
|
-
"@jimp/plugin-
|
|
664
|
-
"@jimp/plugin-
|
|
665
|
-
"@jimp/plugin-
|
|
666
|
-
"@jimp/plugin-
|
|
667
|
-
"@jimp/plugin-
|
|
668
|
-
"@jimp/plugin-
|
|
669
|
-
"@jimp/plugin-
|
|
670
|
-
"@jimp/plugin-
|
|
671
|
-
"@jimp/plugin-
|
|
672
|
-
"@jimp/plugin-
|
|
673
|
-
"@jimp/plugin-
|
|
674
|
-
"@jimp/plugin-
|
|
675
|
-
"@jimp/plugin-
|
|
676
|
-
"@jimp/plugin-
|
|
677
|
-
"@jimp/plugin-
|
|
678
|
-
"@jimp/plugin-
|
|
679
|
-
"@jimp/plugin-
|
|
680
|
-
"@jimp/plugin-
|
|
681
|
-
"@jimp/plugin-threshold": "^0.16.2",
|
|
736
|
+
"version": "0.22.4",
|
|
737
|
+
"license": "MIT",
|
|
738
|
+
"dependencies": {
|
|
739
|
+
"@jimp/plugin-blit": "^0.22.4",
|
|
740
|
+
"@jimp/plugin-blur": "^0.22.4",
|
|
741
|
+
"@jimp/plugin-circle": "^0.22.4",
|
|
742
|
+
"@jimp/plugin-color": "^0.22.4",
|
|
743
|
+
"@jimp/plugin-contain": "^0.22.4",
|
|
744
|
+
"@jimp/plugin-cover": "^0.22.4",
|
|
745
|
+
"@jimp/plugin-crop": "^0.22.4",
|
|
746
|
+
"@jimp/plugin-displace": "^0.22.4",
|
|
747
|
+
"@jimp/plugin-dither": "^0.22.4",
|
|
748
|
+
"@jimp/plugin-fisheye": "^0.22.4",
|
|
749
|
+
"@jimp/plugin-flip": "^0.22.4",
|
|
750
|
+
"@jimp/plugin-gaussian": "^0.22.4",
|
|
751
|
+
"@jimp/plugin-invert": "^0.22.4",
|
|
752
|
+
"@jimp/plugin-mask": "^0.22.4",
|
|
753
|
+
"@jimp/plugin-normalize": "^0.22.4",
|
|
754
|
+
"@jimp/plugin-print": "^0.22.4",
|
|
755
|
+
"@jimp/plugin-resize": "^0.22.4",
|
|
756
|
+
"@jimp/plugin-rotate": "^0.22.4",
|
|
757
|
+
"@jimp/plugin-scale": "^0.22.4",
|
|
758
|
+
"@jimp/plugin-shadow": "^0.22.4",
|
|
759
|
+
"@jimp/plugin-threshold": "^0.22.4",
|
|
682
760
|
"timm": "^1.6.1"
|
|
683
761
|
},
|
|
684
762
|
"peerDependencies": {
|
|
@@ -686,45 +764,35 @@
|
|
|
686
764
|
}
|
|
687
765
|
},
|
|
688
766
|
"node_modules/@jimp/png": {
|
|
689
|
-
"version": "0.
|
|
767
|
+
"version": "0.22.4",
|
|
690
768
|
"license": "MIT",
|
|
691
769
|
"dependencies": {
|
|
692
|
-
"@
|
|
693
|
-
"
|
|
694
|
-
"pngjs": "^3.3.3"
|
|
770
|
+
"@jimp/utils": "^0.22.4",
|
|
771
|
+
"pngjs": "^6.0.0"
|
|
695
772
|
},
|
|
696
773
|
"peerDependencies": {
|
|
697
774
|
"@jimp/custom": ">=0.3.5"
|
|
698
775
|
}
|
|
699
776
|
},
|
|
700
|
-
"node_modules/@jimp/png/node_modules/pngjs": {
|
|
701
|
-
"version": "3.4.0",
|
|
702
|
-
"license": "MIT",
|
|
703
|
-
"engines": {
|
|
704
|
-
"node": ">=4.0.0"
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
777
|
"node_modules/@jimp/tiff": {
|
|
708
|
-
"version": "0.
|
|
778
|
+
"version": "0.22.4",
|
|
709
779
|
"license": "MIT",
|
|
710
780
|
"dependencies": {
|
|
711
|
-
"
|
|
712
|
-
"utif": "^2.0.1"
|
|
781
|
+
"utif2": "^4.0.1"
|
|
713
782
|
},
|
|
714
783
|
"peerDependencies": {
|
|
715
784
|
"@jimp/custom": ">=0.3.5"
|
|
716
785
|
}
|
|
717
786
|
},
|
|
718
787
|
"node_modules/@jimp/types": {
|
|
719
|
-
"version": "0.
|
|
788
|
+
"version": "0.22.4",
|
|
720
789
|
"license": "MIT",
|
|
721
790
|
"dependencies": {
|
|
722
|
-
"@
|
|
723
|
-
"@jimp/
|
|
724
|
-
"@jimp/
|
|
725
|
-
"@jimp/
|
|
726
|
-
"@jimp/
|
|
727
|
-
"@jimp/tiff": "^0.16.2",
|
|
791
|
+
"@jimp/bmp": "^0.22.4",
|
|
792
|
+
"@jimp/gif": "^0.22.4",
|
|
793
|
+
"@jimp/jpeg": "^0.22.4",
|
|
794
|
+
"@jimp/png": "^0.22.4",
|
|
795
|
+
"@jimp/tiff": "^0.22.4",
|
|
728
796
|
"timm": "^1.6.1"
|
|
729
797
|
},
|
|
730
798
|
"peerDependencies": {
|
|
@@ -732,10 +800,9 @@
|
|
|
732
800
|
}
|
|
733
801
|
},
|
|
734
802
|
"node_modules/@jimp/utils": {
|
|
735
|
-
"version": "0.
|
|
803
|
+
"version": "0.22.4",
|
|
736
804
|
"license": "MIT",
|
|
737
805
|
"dependencies": {
|
|
738
|
-
"@babel/runtime": "^7.7.2",
|
|
739
806
|
"regenerator-runtime": "^0.13.3"
|
|
740
807
|
}
|
|
741
808
|
},
|
|
@@ -810,6 +877,27 @@
|
|
|
810
877
|
"node": ">=8"
|
|
811
878
|
}
|
|
812
879
|
},
|
|
880
|
+
"node_modules/@sliphua/lilconfig-ts-loader": {
|
|
881
|
+
"version": "3.2.2",
|
|
882
|
+
"extraneous": true,
|
|
883
|
+
"license": "MIT",
|
|
884
|
+
"dependencies": {
|
|
885
|
+
"lodash.get": "^4",
|
|
886
|
+
"make-error": "^1",
|
|
887
|
+
"ts-node": "^9",
|
|
888
|
+
"tslib": "^2"
|
|
889
|
+
},
|
|
890
|
+
"engines": {
|
|
891
|
+
"node": ">=10.0.0"
|
|
892
|
+
},
|
|
893
|
+
"peerDependencies": {
|
|
894
|
+
"lilconfig": ">=2"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"node_modules/@tokenizer/token": {
|
|
898
|
+
"version": "0.3.0",
|
|
899
|
+
"license": "MIT"
|
|
900
|
+
},
|
|
813
901
|
"node_modules/@tsconfig/node14": {
|
|
814
902
|
"version": "1.0.3",
|
|
815
903
|
"license": "MIT"
|
|
@@ -827,7 +915,7 @@
|
|
|
827
915
|
"license": "MIT"
|
|
828
916
|
},
|
|
829
917
|
"node_modules/@types/async-lock": {
|
|
830
|
-
"version": "1.
|
|
918
|
+
"version": "1.4.0",
|
|
831
919
|
"license": "MIT"
|
|
832
920
|
},
|
|
833
921
|
"node_modules/@types/base64-stream": {
|
|
@@ -857,11 +945,11 @@
|
|
|
857
945
|
}
|
|
858
946
|
},
|
|
859
947
|
"node_modules/@types/express": {
|
|
860
|
-
"version": "4.17.
|
|
948
|
+
"version": "4.17.17",
|
|
861
949
|
"license": "MIT",
|
|
862
950
|
"dependencies": {
|
|
863
951
|
"@types/body-parser": "*",
|
|
864
|
-
"@types/express-serve-static-core": "^4.17.
|
|
952
|
+
"@types/express-serve-static-core": "^4.17.33",
|
|
865
953
|
"@types/qs": "*",
|
|
866
954
|
"@types/serve-static": "*"
|
|
867
955
|
}
|
|
@@ -941,7 +1029,7 @@
|
|
|
941
1029
|
}
|
|
942
1030
|
},
|
|
943
1031
|
"node_modules/@types/node": {
|
|
944
|
-
"version": "18.
|
|
1032
|
+
"version": "18.13.0",
|
|
945
1033
|
"license": "MIT"
|
|
946
1034
|
},
|
|
947
1035
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1013,6 +1101,11 @@
|
|
|
1013
1101
|
"@types/node": "*"
|
|
1014
1102
|
}
|
|
1015
1103
|
},
|
|
1104
|
+
"node_modules/@types/triple-beam": {
|
|
1105
|
+
"version": "1.3.2",
|
|
1106
|
+
"extraneous": true,
|
|
1107
|
+
"license": "MIT"
|
|
1108
|
+
},
|
|
1016
1109
|
"node_modules/@types/uuid": {
|
|
1017
1110
|
"version": "9.0.0",
|
|
1018
1111
|
"license": "MIT"
|
|
@@ -1152,7 +1245,7 @@
|
|
|
1152
1245
|
}
|
|
1153
1246
|
},
|
|
1154
1247
|
"node_modules/appium-adb/node_modules/lru-cache": {
|
|
1155
|
-
"version": "7.
|
|
1248
|
+
"version": "7.15.0",
|
|
1156
1249
|
"license": "ISC",
|
|
1157
1250
|
"engines": {
|
|
1158
1251
|
"node": ">=12"
|
|
@@ -1191,14 +1284,14 @@
|
|
|
1191
1284
|
}
|
|
1192
1285
|
},
|
|
1193
1286
|
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
1194
|
-
"version": "7.
|
|
1287
|
+
"version": "7.15.0",
|
|
1195
1288
|
"license": "ISC",
|
|
1196
1289
|
"engines": {
|
|
1197
1290
|
"node": ">=12"
|
|
1198
1291
|
}
|
|
1199
1292
|
},
|
|
1200
1293
|
"node_modules/appium-chromedriver": {
|
|
1201
|
-
"version": "5.2.
|
|
1294
|
+
"version": "5.2.17",
|
|
1202
1295
|
"hasInstallScript": true,
|
|
1203
1296
|
"license": "Apache-2.0",
|
|
1204
1297
|
"dependencies": {
|
|
@@ -1223,7 +1316,7 @@
|
|
|
1223
1316
|
}
|
|
1224
1317
|
},
|
|
1225
1318
|
"node_modules/appium-uiautomator2-server": {
|
|
1226
|
-
"version": "5.7.
|
|
1319
|
+
"version": "5.7.8",
|
|
1227
1320
|
"license": "Apache-2.0",
|
|
1228
1321
|
"engines": {
|
|
1229
1322
|
"node": ">=14",
|
|
@@ -1361,6 +1454,11 @@
|
|
|
1361
1454
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1362
1455
|
}
|
|
1363
1456
|
},
|
|
1457
|
+
"node_modules/arg": {
|
|
1458
|
+
"version": "4.1.3",
|
|
1459
|
+
"extraneous": true,
|
|
1460
|
+
"license": "MIT"
|
|
1461
|
+
},
|
|
1364
1462
|
"node_modules/argparse": {
|
|
1365
1463
|
"version": "2.0.1",
|
|
1366
1464
|
"extraneous": true,
|
|
@@ -1397,7 +1495,7 @@
|
|
|
1397
1495
|
"license": "MIT"
|
|
1398
1496
|
},
|
|
1399
1497
|
"node_modules/axios": {
|
|
1400
|
-
"version": "1.3.
|
|
1498
|
+
"version": "1.3.3",
|
|
1401
1499
|
"license": "MIT",
|
|
1402
1500
|
"dependencies": {
|
|
1403
1501
|
"follow-redirects": "^1.15.0",
|
|
@@ -1636,6 +1734,45 @@
|
|
|
1636
1734
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1637
1735
|
}
|
|
1638
1736
|
},
|
|
1737
|
+
"node_modules/cliui": {
|
|
1738
|
+
"version": "8.0.1",
|
|
1739
|
+
"extraneous": true,
|
|
1740
|
+
"license": "ISC",
|
|
1741
|
+
"dependencies": {
|
|
1742
|
+
"string-width": "^4.2.0",
|
|
1743
|
+
"strip-ansi": "^6.0.1",
|
|
1744
|
+
"wrap-ansi": "^7.0.0"
|
|
1745
|
+
},
|
|
1746
|
+
"engines": {
|
|
1747
|
+
"node": ">=12"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"node_modules/cliui/node_modules/emoji-regex": {
|
|
1751
|
+
"version": "8.0.0",
|
|
1752
|
+
"extraneous": true,
|
|
1753
|
+
"license": "MIT"
|
|
1754
|
+
},
|
|
1755
|
+
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
1756
|
+
"version": "3.0.0",
|
|
1757
|
+
"extraneous": true,
|
|
1758
|
+
"license": "MIT",
|
|
1759
|
+
"engines": {
|
|
1760
|
+
"node": ">=8"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"node_modules/cliui/node_modules/string-width": {
|
|
1764
|
+
"version": "4.2.3",
|
|
1765
|
+
"extraneous": true,
|
|
1766
|
+
"license": "MIT",
|
|
1767
|
+
"dependencies": {
|
|
1768
|
+
"emoji-regex": "^8.0.0",
|
|
1769
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
1770
|
+
"strip-ansi": "^6.0.1"
|
|
1771
|
+
},
|
|
1772
|
+
"engines": {
|
|
1773
|
+
"node": ">=8"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1639
1776
|
"node_modules/clone": {
|
|
1640
1777
|
"version": "1.0.4",
|
|
1641
1778
|
"extraneous": true,
|
|
@@ -1720,6 +1857,11 @@
|
|
|
1720
1857
|
"version": "0.0.1",
|
|
1721
1858
|
"license": "MIT"
|
|
1722
1859
|
},
|
|
1860
|
+
"node_modules/consola": {
|
|
1861
|
+
"version": "2.15.3",
|
|
1862
|
+
"extraneous": true,
|
|
1863
|
+
"license": "MIT"
|
|
1864
|
+
},
|
|
1723
1865
|
"node_modules/console-control-strings": {
|
|
1724
1866
|
"version": "1.1.0",
|
|
1725
1867
|
"license": "ISC"
|
|
@@ -1777,6 +1919,11 @@
|
|
|
1777
1919
|
"node": ">= 10"
|
|
1778
1920
|
}
|
|
1779
1921
|
},
|
|
1922
|
+
"node_modules/create-require": {
|
|
1923
|
+
"version": "1.1.1",
|
|
1924
|
+
"extraneous": true,
|
|
1925
|
+
"license": "MIT"
|
|
1926
|
+
},
|
|
1780
1927
|
"node_modules/cross-env": {
|
|
1781
1928
|
"version": "7.0.3",
|
|
1782
1929
|
"extraneous": true,
|
|
@@ -1862,6 +2009,14 @@
|
|
|
1862
2009
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
1863
2010
|
}
|
|
1864
2011
|
},
|
|
2012
|
+
"node_modules/diff": {
|
|
2013
|
+
"version": "5.1.0",
|
|
2014
|
+
"extraneous": true,
|
|
2015
|
+
"license": "BSD-3-Clause",
|
|
2016
|
+
"engines": {
|
|
2017
|
+
"node": ">=0.3.1"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1865
2020
|
"node_modules/dom-walk": {
|
|
1866
2021
|
"version": "0.1.2"
|
|
1867
2022
|
},
|
|
@@ -1903,6 +2058,14 @@
|
|
|
1903
2058
|
"version": "4.1.1",
|
|
1904
2059
|
"license": "MIT"
|
|
1905
2060
|
},
|
|
2061
|
+
"node_modules/escalade": {
|
|
2062
|
+
"version": "3.1.1",
|
|
2063
|
+
"extraneous": true,
|
|
2064
|
+
"license": "MIT",
|
|
2065
|
+
"engines": {
|
|
2066
|
+
"node": ">=6"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
1906
2069
|
"node_modules/escape-html": {
|
|
1907
2070
|
"version": "1.0.3",
|
|
1908
2071
|
"license": "MIT"
|
|
@@ -2016,11 +2179,33 @@
|
|
|
2016
2179
|
"extraneous": true,
|
|
2017
2180
|
"license": "MIT"
|
|
2018
2181
|
},
|
|
2182
|
+
"node_modules/figures": {
|
|
2183
|
+
"version": "3.2.0",
|
|
2184
|
+
"extraneous": true,
|
|
2185
|
+
"license": "MIT",
|
|
2186
|
+
"dependencies": {
|
|
2187
|
+
"escape-string-regexp": "^1.0.5"
|
|
2188
|
+
},
|
|
2189
|
+
"engines": {
|
|
2190
|
+
"node": ">=8"
|
|
2191
|
+
},
|
|
2192
|
+
"funding": {
|
|
2193
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2019
2196
|
"node_modules/file-type": {
|
|
2020
|
-
"version": "
|
|
2197
|
+
"version": "16.5.4",
|
|
2021
2198
|
"license": "MIT",
|
|
2199
|
+
"dependencies": {
|
|
2200
|
+
"readable-web-to-node-stream": "^3.0.0",
|
|
2201
|
+
"strtok3": "^6.2.4",
|
|
2202
|
+
"token-types": "^4.1.1"
|
|
2203
|
+
},
|
|
2022
2204
|
"engines": {
|
|
2023
|
-
"node": ">=
|
|
2205
|
+
"node": ">=10"
|
|
2206
|
+
},
|
|
2207
|
+
"funding": {
|
|
2208
|
+
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
2024
2209
|
}
|
|
2025
2210
|
},
|
|
2026
2211
|
"node_modules/finalhandler": {
|
|
@@ -2192,6 +2377,14 @@
|
|
|
2192
2377
|
"node": ">=8"
|
|
2193
2378
|
}
|
|
2194
2379
|
},
|
|
2380
|
+
"node_modules/get-caller-file": {
|
|
2381
|
+
"version": "2.0.5",
|
|
2382
|
+
"extraneous": true,
|
|
2383
|
+
"license": "ISC",
|
|
2384
|
+
"engines": {
|
|
2385
|
+
"node": "6.* || 8.* || >= 10.*"
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2195
2388
|
"node_modules/get-intrinsic": {
|
|
2196
2389
|
"version": "1.2.0",
|
|
2197
2390
|
"license": "MIT",
|
|
@@ -2268,6 +2461,26 @@
|
|
|
2268
2461
|
"version": "4.2.10",
|
|
2269
2462
|
"license": "ISC"
|
|
2270
2463
|
},
|
|
2464
|
+
"node_modules/handlebars": {
|
|
2465
|
+
"version": "4.7.7",
|
|
2466
|
+
"extraneous": true,
|
|
2467
|
+
"license": "MIT",
|
|
2468
|
+
"dependencies": {
|
|
2469
|
+
"minimist": "^1.2.5",
|
|
2470
|
+
"neo-async": "^2.6.0",
|
|
2471
|
+
"source-map": "^0.6.1",
|
|
2472
|
+
"wordwrap": "^1.0.0"
|
|
2473
|
+
},
|
|
2474
|
+
"bin": {
|
|
2475
|
+
"handlebars": "bin/handlebars"
|
|
2476
|
+
},
|
|
2477
|
+
"engines": {
|
|
2478
|
+
"node": ">=0.4.7"
|
|
2479
|
+
},
|
|
2480
|
+
"optionalDependencies": {
|
|
2481
|
+
"uglify-js": "^3.1.4"
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2271
2484
|
"node_modules/has": {
|
|
2272
2485
|
"version": "1.0.3",
|
|
2273
2486
|
"license": "MIT",
|
|
@@ -2452,14 +2665,21 @@
|
|
|
2452
2665
|
"version": "2.0.0",
|
|
2453
2666
|
"license": "ISC"
|
|
2454
2667
|
},
|
|
2668
|
+
"node_modules/isomorphic-fetch": {
|
|
2669
|
+
"version": "3.0.0",
|
|
2670
|
+
"license": "MIT",
|
|
2671
|
+
"dependencies": {
|
|
2672
|
+
"node-fetch": "^2.6.1",
|
|
2673
|
+
"whatwg-fetch": "^3.4.1"
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2455
2676
|
"node_modules/jimp": {
|
|
2456
|
-
"version": "0.
|
|
2677
|
+
"version": "0.22.4",
|
|
2457
2678
|
"license": "MIT",
|
|
2458
2679
|
"dependencies": {
|
|
2459
|
-
"@
|
|
2460
|
-
"@jimp/
|
|
2461
|
-
"@jimp/
|
|
2462
|
-
"@jimp/types": "^0.16.2",
|
|
2680
|
+
"@jimp/custom": "^0.22.4",
|
|
2681
|
+
"@jimp/plugins": "^0.22.4",
|
|
2682
|
+
"@jimp/types": "^0.22.4",
|
|
2463
2683
|
"regenerator-runtime": "^0.13.3"
|
|
2464
2684
|
}
|
|
2465
2685
|
},
|
|
@@ -2506,6 +2726,22 @@
|
|
|
2506
2726
|
"extraneous": true,
|
|
2507
2727
|
"license": "MIT"
|
|
2508
2728
|
},
|
|
2729
|
+
"node_modules/json5": {
|
|
2730
|
+
"version": "2.2.3",
|
|
2731
|
+
"extraneous": true,
|
|
2732
|
+
"license": "MIT",
|
|
2733
|
+
"bin": {
|
|
2734
|
+
"json5": "lib/cli.js"
|
|
2735
|
+
},
|
|
2736
|
+
"engines": {
|
|
2737
|
+
"node": ">=6"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
"node_modules/jsonc-parser": {
|
|
2741
|
+
"version": "3.2.0",
|
|
2742
|
+
"extraneous": true,
|
|
2743
|
+
"license": "MIT"
|
|
2744
|
+
},
|
|
2509
2745
|
"node_modules/klaw": {
|
|
2510
2746
|
"version": "4.1.0",
|
|
2511
2747
|
"license": "MIT",
|
|
@@ -2618,6 +2854,11 @@
|
|
|
2618
2854
|
"version": "4.4.0",
|
|
2619
2855
|
"license": "MIT"
|
|
2620
2856
|
},
|
|
2857
|
+
"node_modules/lodash.get": {
|
|
2858
|
+
"version": "4.4.2",
|
|
2859
|
+
"extraneous": true,
|
|
2860
|
+
"license": "MIT"
|
|
2861
|
+
},
|
|
2621
2862
|
"node_modules/lodash.isfinite": {
|
|
2622
2863
|
"version": "3.3.2",
|
|
2623
2864
|
"license": "MIT"
|
|
@@ -2696,11 +2937,12 @@
|
|
|
2696
2937
|
}
|
|
2697
2938
|
},
|
|
2698
2939
|
"node_modules/logform": {
|
|
2699
|
-
"version": "2.
|
|
2940
|
+
"version": "2.5.1",
|
|
2700
2941
|
"extraneous": true,
|
|
2701
2942
|
"license": "MIT",
|
|
2702
2943
|
"dependencies": {
|
|
2703
2944
|
"@colors/colors": "1.5.0",
|
|
2945
|
+
"@types/triple-beam": "^1.3.2",
|
|
2704
2946
|
"fecha": "^4.2.0",
|
|
2705
2947
|
"ms": "^2.1.1",
|
|
2706
2948
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -2718,6 +2960,27 @@
|
|
|
2718
2960
|
"node": ">= 0.9.3"
|
|
2719
2961
|
}
|
|
2720
2962
|
},
|
|
2963
|
+
"node_modules/lunr": {
|
|
2964
|
+
"version": "2.3.9",
|
|
2965
|
+
"extraneous": true,
|
|
2966
|
+
"license": "MIT"
|
|
2967
|
+
},
|
|
2968
|
+
"node_modules/make-error": {
|
|
2969
|
+
"version": "1.3.6",
|
|
2970
|
+
"extraneous": true,
|
|
2971
|
+
"license": "ISC"
|
|
2972
|
+
},
|
|
2973
|
+
"node_modules/marked": {
|
|
2974
|
+
"version": "4.2.12",
|
|
2975
|
+
"extraneous": true,
|
|
2976
|
+
"license": "MIT",
|
|
2977
|
+
"bin": {
|
|
2978
|
+
"marked": "bin/marked.js"
|
|
2979
|
+
},
|
|
2980
|
+
"engines": {
|
|
2981
|
+
"node": ">= 12"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2721
2984
|
"node_modules/media-typer": {
|
|
2722
2985
|
"version": "0.3.0",
|
|
2723
2986
|
"license": "MIT",
|
|
@@ -2812,20 +3075,23 @@
|
|
|
2812
3075
|
}
|
|
2813
3076
|
},
|
|
2814
3077
|
"node_modules/minimist": {
|
|
2815
|
-
"version": "1.2.
|
|
3078
|
+
"version": "1.2.8",
|
|
2816
3079
|
"license": "MIT",
|
|
2817
3080
|
"funding": {
|
|
2818
3081
|
"url": "https://github.com/sponsors/ljharb"
|
|
2819
3082
|
}
|
|
2820
3083
|
},
|
|
2821
3084
|
"node_modules/mkdirp": {
|
|
2822
|
-
"version": "
|
|
3085
|
+
"version": "2.1.3",
|
|
2823
3086
|
"license": "MIT",
|
|
2824
|
-
"dependencies": {
|
|
2825
|
-
"minimist": "^1.2.6"
|
|
2826
|
-
},
|
|
2827
3087
|
"bin": {
|
|
2828
|
-
"mkdirp": "bin
|
|
3088
|
+
"mkdirp": "dist/cjs/src/bin.js"
|
|
3089
|
+
},
|
|
3090
|
+
"engines": {
|
|
3091
|
+
"node": ">=10"
|
|
3092
|
+
},
|
|
3093
|
+
"funding": {
|
|
3094
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2829
3095
|
}
|
|
2830
3096
|
},
|
|
2831
3097
|
"node_modules/moment": {
|
|
@@ -2910,6 +3176,16 @@
|
|
|
2910
3176
|
"node": "*"
|
|
2911
3177
|
}
|
|
2912
3178
|
},
|
|
3179
|
+
"node_modules/mv/node_modules/mkdirp": {
|
|
3180
|
+
"version": "0.5.6",
|
|
3181
|
+
"license": "MIT",
|
|
3182
|
+
"dependencies": {
|
|
3183
|
+
"minimist": "^1.2.6"
|
|
3184
|
+
},
|
|
3185
|
+
"bin": {
|
|
3186
|
+
"mkdirp": "bin/cmd.js"
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
2913
3189
|
"node_modules/mv/node_modules/rimraf": {
|
|
2914
3190
|
"version": "2.4.5",
|
|
2915
3191
|
"license": "ISC",
|
|
@@ -2934,7 +3210,30 @@
|
|
|
2934
3210
|
"node": ">= 0.6"
|
|
2935
3211
|
}
|
|
2936
3212
|
},
|
|
2937
|
-
"node_modules/
|
|
3213
|
+
"node_modules/neo-async": {
|
|
3214
|
+
"version": "2.6.2",
|
|
3215
|
+
"extraneous": true,
|
|
3216
|
+
"license": "MIT"
|
|
3217
|
+
},
|
|
3218
|
+
"node_modules/node-fetch": {
|
|
3219
|
+
"version": "2.6.9",
|
|
3220
|
+
"license": "MIT",
|
|
3221
|
+
"dependencies": {
|
|
3222
|
+
"whatwg-url": "^5.0.0"
|
|
3223
|
+
},
|
|
3224
|
+
"engines": {
|
|
3225
|
+
"node": "4.x || >=6.0.0"
|
|
3226
|
+
},
|
|
3227
|
+
"peerDependencies": {
|
|
3228
|
+
"encoding": "^0.1.0"
|
|
3229
|
+
},
|
|
3230
|
+
"peerDependenciesMeta": {
|
|
3231
|
+
"encoding": {
|
|
3232
|
+
"optional": true
|
|
3233
|
+
}
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"node_modules/normalize-package-data": {
|
|
2938
3237
|
"version": "2.5.0",
|
|
2939
3238
|
"license": "BSD-2-Clause",
|
|
2940
3239
|
"dependencies": {
|
|
@@ -3137,7 +3436,7 @@
|
|
|
3137
3436
|
}
|
|
3138
3437
|
},
|
|
3139
3438
|
"node_modules/package-changed": {
|
|
3140
|
-
"version": "
|
|
3439
|
+
"version": "2.0.0",
|
|
3141
3440
|
"extraneous": true,
|
|
3142
3441
|
"license": "ISC",
|
|
3143
3442
|
"dependencies": {
|
|
@@ -3238,6 +3537,17 @@
|
|
|
3238
3537
|
"version": "0.1.7",
|
|
3239
3538
|
"license": "MIT"
|
|
3240
3539
|
},
|
|
3540
|
+
"node_modules/peek-readable": {
|
|
3541
|
+
"version": "4.1.0",
|
|
3542
|
+
"license": "MIT",
|
|
3543
|
+
"engines": {
|
|
3544
|
+
"node": ">=8"
|
|
3545
|
+
},
|
|
3546
|
+
"funding": {
|
|
3547
|
+
"type": "github",
|
|
3548
|
+
"url": "https://github.com/sponsors/Borewit"
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3241
3551
|
"node_modules/pend": {
|
|
3242
3552
|
"version": "1.2.0",
|
|
3243
3553
|
"license": "MIT"
|
|
@@ -3324,6 +3634,16 @@
|
|
|
3324
3634
|
"ms": "^2.1.1"
|
|
3325
3635
|
}
|
|
3326
3636
|
},
|
|
3637
|
+
"node_modules/portfinder/node_modules/mkdirp": {
|
|
3638
|
+
"version": "0.5.6",
|
|
3639
|
+
"license": "MIT",
|
|
3640
|
+
"dependencies": {
|
|
3641
|
+
"minimist": "^1.2.6"
|
|
3642
|
+
},
|
|
3643
|
+
"bin": {
|
|
3644
|
+
"mkdirp": "bin/cmd.js"
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3327
3647
|
"node_modules/portscanner": {
|
|
3328
3648
|
"version": "2.2.0",
|
|
3329
3649
|
"license": "MIT",
|
|
@@ -3442,6 +3762,20 @@
|
|
|
3442
3762
|
"node": ">= 6"
|
|
3443
3763
|
}
|
|
3444
3764
|
},
|
|
3765
|
+
"node_modules/readable-web-to-node-stream": {
|
|
3766
|
+
"version": "3.0.2",
|
|
3767
|
+
"license": "MIT",
|
|
3768
|
+
"dependencies": {
|
|
3769
|
+
"readable-stream": "^3.6.0"
|
|
3770
|
+
},
|
|
3771
|
+
"engines": {
|
|
3772
|
+
"node": ">=8"
|
|
3773
|
+
},
|
|
3774
|
+
"funding": {
|
|
3775
|
+
"type": "github",
|
|
3776
|
+
"url": "https://github.com/sponsors/Borewit"
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3445
3779
|
"node_modules/readdir-glob": {
|
|
3446
3780
|
"version": "1.1.2",
|
|
3447
3781
|
"license": "Apache-2.0",
|
|
@@ -3470,6 +3804,14 @@
|
|
|
3470
3804
|
"version": "0.13.11",
|
|
3471
3805
|
"license": "MIT"
|
|
3472
3806
|
},
|
|
3807
|
+
"node_modules/require-directory": {
|
|
3808
|
+
"version": "2.1.1",
|
|
3809
|
+
"extraneous": true,
|
|
3810
|
+
"license": "MIT",
|
|
3811
|
+
"engines": {
|
|
3812
|
+
"node": ">=0.10.0"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3473
3815
|
"node_modules/require-from-string": {
|
|
3474
3816
|
"version": "2.0.2",
|
|
3475
3817
|
"extraneous": true,
|
|
@@ -3695,12 +4037,22 @@
|
|
|
3695
4037
|
}
|
|
3696
4038
|
},
|
|
3697
4039
|
"node_modules/shell-quote": {
|
|
3698
|
-
"version": "1.
|
|
4040
|
+
"version": "1.8.0",
|
|
3699
4041
|
"license": "MIT",
|
|
3700
4042
|
"funding": {
|
|
3701
4043
|
"url": "https://github.com/sponsors/ljharb"
|
|
3702
4044
|
}
|
|
3703
4045
|
},
|
|
4046
|
+
"node_modules/shiki": {
|
|
4047
|
+
"version": "0.12.1",
|
|
4048
|
+
"extraneous": true,
|
|
4049
|
+
"license": "MIT",
|
|
4050
|
+
"dependencies": {
|
|
4051
|
+
"jsonc-parser": "^3.2.0",
|
|
4052
|
+
"vscode-oniguruma": "^1.7.0",
|
|
4053
|
+
"vscode-textmate": "^8.0.0"
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
3704
4056
|
"node_modules/side-channel": {
|
|
3705
4057
|
"version": "1.0.4",
|
|
3706
4058
|
"license": "MIT",
|
|
@@ -3816,6 +4168,21 @@
|
|
|
3816
4168
|
"node": ">=8"
|
|
3817
4169
|
}
|
|
3818
4170
|
},
|
|
4171
|
+
"node_modules/strtok3": {
|
|
4172
|
+
"version": "6.3.0",
|
|
4173
|
+
"license": "MIT",
|
|
4174
|
+
"dependencies": {
|
|
4175
|
+
"@tokenizer/token": "^0.3.0",
|
|
4176
|
+
"peek-readable": "^4.1.0"
|
|
4177
|
+
},
|
|
4178
|
+
"engines": {
|
|
4179
|
+
"node": ">=10"
|
|
4180
|
+
},
|
|
4181
|
+
"funding": {
|
|
4182
|
+
"type": "github",
|
|
4183
|
+
"url": "https://github.com/sponsors/Borewit"
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
3819
4186
|
"node_modules/supports-color": {
|
|
3820
4187
|
"version": "8.1.1",
|
|
3821
4188
|
"license": "MIT",
|
|
@@ -3910,7 +4277,7 @@
|
|
|
3910
4277
|
"license": "MIT"
|
|
3911
4278
|
},
|
|
3912
4279
|
"node_modules/tinycolor2": {
|
|
3913
|
-
"version": "1.
|
|
4280
|
+
"version": "1.6.0",
|
|
3914
4281
|
"license": "MIT"
|
|
3915
4282
|
},
|
|
3916
4283
|
"node_modules/toidentifier": {
|
|
@@ -3920,6 +4287,25 @@
|
|
|
3920
4287
|
"node": ">=0.6"
|
|
3921
4288
|
}
|
|
3922
4289
|
},
|
|
4290
|
+
"node_modules/token-types": {
|
|
4291
|
+
"version": "4.2.1",
|
|
4292
|
+
"license": "MIT",
|
|
4293
|
+
"dependencies": {
|
|
4294
|
+
"@tokenizer/token": "^0.3.0",
|
|
4295
|
+
"ieee754": "^1.2.1"
|
|
4296
|
+
},
|
|
4297
|
+
"engines": {
|
|
4298
|
+
"node": ">=10"
|
|
4299
|
+
},
|
|
4300
|
+
"funding": {
|
|
4301
|
+
"type": "github",
|
|
4302
|
+
"url": "https://github.com/sponsors/Borewit"
|
|
4303
|
+
}
|
|
4304
|
+
},
|
|
4305
|
+
"node_modules/tr46": {
|
|
4306
|
+
"version": "0.0.3",
|
|
4307
|
+
"license": "MIT"
|
|
4308
|
+
},
|
|
3923
4309
|
"node_modules/triple-beam": {
|
|
3924
4310
|
"version": "1.3.0",
|
|
3925
4311
|
"extraneous": true,
|
|
@@ -3932,8 +4318,46 @@
|
|
|
3932
4318
|
"utf8-byte-length": "^1.0.1"
|
|
3933
4319
|
}
|
|
3934
4320
|
},
|
|
4321
|
+
"node_modules/ts-node": {
|
|
4322
|
+
"version": "9.1.1",
|
|
4323
|
+
"extraneous": true,
|
|
4324
|
+
"license": "MIT",
|
|
4325
|
+
"dependencies": {
|
|
4326
|
+
"arg": "^4.1.0",
|
|
4327
|
+
"create-require": "^1.1.0",
|
|
4328
|
+
"diff": "^4.0.1",
|
|
4329
|
+
"make-error": "^1.1.1",
|
|
4330
|
+
"source-map-support": "^0.5.17",
|
|
4331
|
+
"yn": "3.1.1"
|
|
4332
|
+
},
|
|
4333
|
+
"bin": {
|
|
4334
|
+
"ts-node": "dist/bin.js",
|
|
4335
|
+
"ts-node-script": "dist/bin-script.js",
|
|
4336
|
+
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
4337
|
+
"ts-script": "dist/bin-script-deprecated.js"
|
|
4338
|
+
},
|
|
4339
|
+
"engines": {
|
|
4340
|
+
"node": ">=10.0.0"
|
|
4341
|
+
},
|
|
4342
|
+
"peerDependencies": {
|
|
4343
|
+
"typescript": ">=2.7"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4346
|
+
"node_modules/ts-node/node_modules/diff": {
|
|
4347
|
+
"version": "4.0.2",
|
|
4348
|
+
"extraneous": true,
|
|
4349
|
+
"license": "BSD-3-Clause",
|
|
4350
|
+
"engines": {
|
|
4351
|
+
"node": ">=0.3.1"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
"node_modules/tslib": {
|
|
4355
|
+
"version": "2.5.0",
|
|
4356
|
+
"extraneous": true,
|
|
4357
|
+
"license": "0BSD"
|
|
4358
|
+
},
|
|
3935
4359
|
"node_modules/type-fest": {
|
|
3936
|
-
"version": "3.5.
|
|
4360
|
+
"version": "3.5.6",
|
|
3937
4361
|
"license": "(MIT OR CC0-1.0)",
|
|
3938
4362
|
"engines": {
|
|
3939
4363
|
"node": ">=14.16"
|
|
@@ -3953,6 +4377,93 @@
|
|
|
3953
4377
|
"node": ">= 0.6"
|
|
3954
4378
|
}
|
|
3955
4379
|
},
|
|
4380
|
+
"node_modules/typedoc": {
|
|
4381
|
+
"version": "0.23.24",
|
|
4382
|
+
"extraneous": true,
|
|
4383
|
+
"license": "Apache-2.0",
|
|
4384
|
+
"dependencies": {
|
|
4385
|
+
"lunr": "^2.3.9",
|
|
4386
|
+
"marked": "^4.2.5",
|
|
4387
|
+
"minimatch": "^5.1.2",
|
|
4388
|
+
"shiki": "^0.12.1"
|
|
4389
|
+
},
|
|
4390
|
+
"bin": {
|
|
4391
|
+
"typedoc": "bin/typedoc"
|
|
4392
|
+
},
|
|
4393
|
+
"engines": {
|
|
4394
|
+
"node": ">= 14.14"
|
|
4395
|
+
},
|
|
4396
|
+
"peerDependencies": {
|
|
4397
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x"
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
"node_modules/typedoc-plugin-markdown": {
|
|
4401
|
+
"version": "3.14.0",
|
|
4402
|
+
"extraneous": true,
|
|
4403
|
+
"license": "MIT",
|
|
4404
|
+
"dependencies": {
|
|
4405
|
+
"handlebars": "^4.7.7"
|
|
4406
|
+
},
|
|
4407
|
+
"peerDependencies": {
|
|
4408
|
+
"typedoc": ">=0.23.0"
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4411
|
+
"node_modules/typedoc-plugin-resolve-crossmodule-references": {
|
|
4412
|
+
"version": "0.3.3",
|
|
4413
|
+
"extraneous": true,
|
|
4414
|
+
"license": "Apache-2.0",
|
|
4415
|
+
"workspaces": [
|
|
4416
|
+
"test/packages/*"
|
|
4417
|
+
],
|
|
4418
|
+
"engines": {
|
|
4419
|
+
"node": ">=14"
|
|
4420
|
+
},
|
|
4421
|
+
"peerDependencies": {
|
|
4422
|
+
"typedoc": ">=0.22 <=0.23"
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4425
|
+
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
4426
|
+
"version": "2.0.1",
|
|
4427
|
+
"extraneous": true,
|
|
4428
|
+
"license": "MIT",
|
|
4429
|
+
"dependencies": {
|
|
4430
|
+
"balanced-match": "^1.0.0"
|
|
4431
|
+
}
|
|
4432
|
+
},
|
|
4433
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
4434
|
+
"version": "5.1.6",
|
|
4435
|
+
"extraneous": true,
|
|
4436
|
+
"license": "ISC",
|
|
4437
|
+
"dependencies": {
|
|
4438
|
+
"brace-expansion": "^2.0.1"
|
|
4439
|
+
},
|
|
4440
|
+
"engines": {
|
|
4441
|
+
"node": ">=10"
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
"node_modules/typescript": {
|
|
4445
|
+
"version": "4.7.4",
|
|
4446
|
+
"extraneous": true,
|
|
4447
|
+
"license": "Apache-2.0",
|
|
4448
|
+
"bin": {
|
|
4449
|
+
"tsc": "bin/tsc",
|
|
4450
|
+
"tsserver": "bin/tsserver"
|
|
4451
|
+
},
|
|
4452
|
+
"engines": {
|
|
4453
|
+
"node": ">=4.2.0"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
"node_modules/uglify-js": {
|
|
4457
|
+
"version": "3.17.4",
|
|
4458
|
+
"extraneous": true,
|
|
4459
|
+
"license": "BSD-2-Clause",
|
|
4460
|
+
"bin": {
|
|
4461
|
+
"uglifyjs": "bin/uglifyjs"
|
|
4462
|
+
},
|
|
4463
|
+
"engines": {
|
|
4464
|
+
"node": ">=0.8.0"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
3956
4467
|
"node_modules/unorm": {
|
|
3957
4468
|
"version": "1.6.0",
|
|
3958
4469
|
"license": "MIT or GPL-2.0",
|
|
@@ -3992,11 +4503,11 @@
|
|
|
3992
4503
|
"version": "1.0.4",
|
|
3993
4504
|
"license": "WTFPL"
|
|
3994
4505
|
},
|
|
3995
|
-
"node_modules/
|
|
3996
|
-
"version": "
|
|
4506
|
+
"node_modules/utif2": {
|
|
4507
|
+
"version": "4.0.1",
|
|
3997
4508
|
"license": "MIT",
|
|
3998
4509
|
"dependencies": {
|
|
3999
|
-
"pako": "^1.0.
|
|
4510
|
+
"pako": "^1.0.11"
|
|
4000
4511
|
}
|
|
4001
4512
|
},
|
|
4002
4513
|
"node_modules/util-deprecate": {
|
|
@@ -4036,6 +4547,16 @@
|
|
|
4036
4547
|
"node": ">= 0.8"
|
|
4037
4548
|
}
|
|
4038
4549
|
},
|
|
4550
|
+
"node_modules/vscode-oniguruma": {
|
|
4551
|
+
"version": "1.7.0",
|
|
4552
|
+
"extraneous": true,
|
|
4553
|
+
"license": "MIT"
|
|
4554
|
+
},
|
|
4555
|
+
"node_modules/vscode-textmate": {
|
|
4556
|
+
"version": "8.0.0",
|
|
4557
|
+
"extraneous": true,
|
|
4558
|
+
"license": "MIT"
|
|
4559
|
+
},
|
|
4039
4560
|
"node_modules/wcwidth": {
|
|
4040
4561
|
"version": "1.0.1",
|
|
4041
4562
|
"extraneous": true,
|
|
@@ -4044,6 +4565,22 @@
|
|
|
4044
4565
|
"defaults": "^1.0.3"
|
|
4045
4566
|
}
|
|
4046
4567
|
},
|
|
4568
|
+
"node_modules/webidl-conversions": {
|
|
4569
|
+
"version": "3.0.1",
|
|
4570
|
+
"license": "BSD-2-Clause"
|
|
4571
|
+
},
|
|
4572
|
+
"node_modules/whatwg-fetch": {
|
|
4573
|
+
"version": "3.6.2",
|
|
4574
|
+
"license": "MIT"
|
|
4575
|
+
},
|
|
4576
|
+
"node_modules/whatwg-url": {
|
|
4577
|
+
"version": "5.0.0",
|
|
4578
|
+
"license": "MIT",
|
|
4579
|
+
"dependencies": {
|
|
4580
|
+
"tr46": "~0.0.3",
|
|
4581
|
+
"webidl-conversions": "^3.0.0"
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
4047
4584
|
"node_modules/which": {
|
|
4048
4585
|
"version": "3.0.0",
|
|
4049
4586
|
"license": "ISC",
|
|
@@ -4121,6 +4658,11 @@
|
|
|
4121
4658
|
"node": ">= 6.4.0"
|
|
4122
4659
|
}
|
|
4123
4660
|
},
|
|
4661
|
+
"node_modules/wordwrap": {
|
|
4662
|
+
"version": "1.0.0",
|
|
4663
|
+
"extraneous": true,
|
|
4664
|
+
"license": "MIT"
|
|
4665
|
+
},
|
|
4124
4666
|
"node_modules/wrap-ansi": {
|
|
4125
4667
|
"version": "7.0.0",
|
|
4126
4668
|
"extraneous": true,
|
|
@@ -4198,7 +4740,7 @@
|
|
|
4198
4740
|
"license": "ISC"
|
|
4199
4741
|
},
|
|
4200
4742
|
"node_modules/ws": {
|
|
4201
|
-
"version": "8.12.
|
|
4743
|
+
"version": "8.12.1",
|
|
4202
4744
|
"license": "MIT",
|
|
4203
4745
|
"engines": {
|
|
4204
4746
|
"node": ">=10.0.0"
|
|
@@ -4269,6 +4811,14 @@
|
|
|
4269
4811
|
"node": ">=0.4"
|
|
4270
4812
|
}
|
|
4271
4813
|
},
|
|
4814
|
+
"node_modules/y18n": {
|
|
4815
|
+
"version": "5.0.8",
|
|
4816
|
+
"extraneous": true,
|
|
4817
|
+
"license": "ISC",
|
|
4818
|
+
"engines": {
|
|
4819
|
+
"node": ">=10"
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4272
4822
|
"node_modules/yaml": {
|
|
4273
4823
|
"version": "2.2.1",
|
|
4274
4824
|
"extraneous": true,
|
|
@@ -4277,6 +4827,57 @@
|
|
|
4277
4827
|
"node": ">= 14"
|
|
4278
4828
|
}
|
|
4279
4829
|
},
|
|
4830
|
+
"node_modules/yargs": {
|
|
4831
|
+
"version": "17.6.2",
|
|
4832
|
+
"extraneous": true,
|
|
4833
|
+
"license": "MIT",
|
|
4834
|
+
"dependencies": {
|
|
4835
|
+
"cliui": "^8.0.1",
|
|
4836
|
+
"escalade": "^3.1.1",
|
|
4837
|
+
"get-caller-file": "^2.0.5",
|
|
4838
|
+
"require-directory": "^2.1.1",
|
|
4839
|
+
"string-width": "^4.2.3",
|
|
4840
|
+
"y18n": "^5.0.5",
|
|
4841
|
+
"yargs-parser": "^21.1.1"
|
|
4842
|
+
},
|
|
4843
|
+
"engines": {
|
|
4844
|
+
"node": ">=12"
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
"node_modules/yargs-parser": {
|
|
4848
|
+
"version": "21.1.1",
|
|
4849
|
+
"extraneous": true,
|
|
4850
|
+
"license": "ISC",
|
|
4851
|
+
"engines": {
|
|
4852
|
+
"node": ">=12"
|
|
4853
|
+
}
|
|
4854
|
+
},
|
|
4855
|
+
"node_modules/yargs/node_modules/emoji-regex": {
|
|
4856
|
+
"version": "8.0.0",
|
|
4857
|
+
"extraneous": true,
|
|
4858
|
+
"license": "MIT"
|
|
4859
|
+
},
|
|
4860
|
+
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
4861
|
+
"version": "3.0.0",
|
|
4862
|
+
"extraneous": true,
|
|
4863
|
+
"license": "MIT",
|
|
4864
|
+
"engines": {
|
|
4865
|
+
"node": ">=8"
|
|
4866
|
+
}
|
|
4867
|
+
},
|
|
4868
|
+
"node_modules/yargs/node_modules/string-width": {
|
|
4869
|
+
"version": "4.2.3",
|
|
4870
|
+
"extraneous": true,
|
|
4871
|
+
"license": "MIT",
|
|
4872
|
+
"dependencies": {
|
|
4873
|
+
"emoji-regex": "^8.0.0",
|
|
4874
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
4875
|
+
"strip-ansi": "^6.0.1"
|
|
4876
|
+
},
|
|
4877
|
+
"engines": {
|
|
4878
|
+
"node": ">=8"
|
|
4879
|
+
}
|
|
4880
|
+
},
|
|
4280
4881
|
"node_modules/yauzl": {
|
|
4281
4882
|
"version": "2.10.0",
|
|
4282
4883
|
"license": "MIT",
|
|
@@ -4285,6 +4886,14 @@
|
|
|
4285
4886
|
"fd-slicer": "~1.1.0"
|
|
4286
4887
|
}
|
|
4287
4888
|
},
|
|
4889
|
+
"node_modules/yn": {
|
|
4890
|
+
"version": "3.1.1",
|
|
4891
|
+
"extraneous": true,
|
|
4892
|
+
"license": "MIT",
|
|
4893
|
+
"engines": {
|
|
4894
|
+
"node": ">=6"
|
|
4895
|
+
}
|
|
4896
|
+
},
|
|
4288
4897
|
"node_modules/yocto-queue": {
|
|
4289
4898
|
"version": "0.1.0",
|
|
4290
4899
|
"license": "MIT",
|
|
@@ -4307,2846 +4916,5 @@
|
|
|
4307
4916
|
"node": ">= 10"
|
|
4308
4917
|
}
|
|
4309
4918
|
}
|
|
4310
|
-
},
|
|
4311
|
-
"dependencies": {
|
|
4312
|
-
"@appium/base-driver": {
|
|
4313
|
-
"version": "9.3.0",
|
|
4314
|
-
"requires": {
|
|
4315
|
-
"@appium/support": "^3.1.4",
|
|
4316
|
-
"@appium/types": "^0.9.0",
|
|
4317
|
-
"@colors/colors": "1.5.0",
|
|
4318
|
-
"@types/async-lock": "1.3.0",
|
|
4319
|
-
"@types/bluebird": "3.5.38",
|
|
4320
|
-
"@types/express": "4.17.15",
|
|
4321
|
-
"@types/method-override": "0.0.32",
|
|
4322
|
-
"@types/serve-favicon": "2.5.3",
|
|
4323
|
-
"async-lock": "1.4.0",
|
|
4324
|
-
"asyncbox": "2.9.4",
|
|
4325
|
-
"axios": "1.2.2",
|
|
4326
|
-
"bluebird": "3.7.2",
|
|
4327
|
-
"body-parser": "1.20.1",
|
|
4328
|
-
"es6-error": "4.1.1",
|
|
4329
|
-
"express": "4.18.2",
|
|
4330
|
-
"http-status-codes": "2.2.0",
|
|
4331
|
-
"lodash": "4.17.21",
|
|
4332
|
-
"lru-cache": "7.14.1",
|
|
4333
|
-
"method-override": "3.0.0",
|
|
4334
|
-
"morgan": "1.10.0",
|
|
4335
|
-
"serve-favicon": "2.5.0",
|
|
4336
|
-
"source-map-support": "0.5.21",
|
|
4337
|
-
"type-fest": "3.5.3",
|
|
4338
|
-
"validate.js": "0.13.1"
|
|
4339
|
-
},
|
|
4340
|
-
"dependencies": {
|
|
4341
|
-
"axios": {
|
|
4342
|
-
"version": "1.2.2",
|
|
4343
|
-
"requires": {
|
|
4344
|
-
"follow-redirects": "^1.15.0",
|
|
4345
|
-
"form-data": "^4.0.0",
|
|
4346
|
-
"proxy-from-env": "^1.1.0"
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
|
-
"lru-cache": {
|
|
4350
|
-
"version": "7.14.1"
|
|
4351
|
-
}
|
|
4352
|
-
}
|
|
4353
|
-
},
|
|
4354
|
-
"@appium/base-plugin": {
|
|
4355
|
-
"version": "2.2.0",
|
|
4356
|
-
"extraneous": true,
|
|
4357
|
-
"requires": {
|
|
4358
|
-
"@appium/base-driver": "^9.3.0",
|
|
4359
|
-
"@appium/support": "^3.1.4"
|
|
4360
|
-
}
|
|
4361
|
-
},
|
|
4362
|
-
"@appium/docutils": {
|
|
4363
|
-
"version": "0.1.6",
|
|
4364
|
-
"extraneous": true,
|
|
4365
|
-
"requires": {
|
|
4366
|
-
"@appium/support": "^3.1.4",
|
|
4367
|
-
"source-map-support": "0.5.21",
|
|
4368
|
-
"teen_process": "2.0.2"
|
|
4369
|
-
}
|
|
4370
|
-
},
|
|
4371
|
-
"@appium/schema": {
|
|
4372
|
-
"version": "0.2.3",
|
|
4373
|
-
"requires": {
|
|
4374
|
-
"@types/json-schema": "7.0.11",
|
|
4375
|
-
"json-schema": "0.4.0",
|
|
4376
|
-
"source-map-support": "0.5.21"
|
|
4377
|
-
}
|
|
4378
|
-
},
|
|
4379
|
-
"@appium/support": {
|
|
4380
|
-
"version": "3.1.4",
|
|
4381
|
-
"requires": {
|
|
4382
|
-
"@appium/tsconfig": "^0.2.3",
|
|
4383
|
-
"@appium/types": "^0.9.0",
|
|
4384
|
-
"@colors/colors": "1.5.0",
|
|
4385
|
-
"@types/archiver": "5.3.1",
|
|
4386
|
-
"@types/base64-stream": "1.0.2",
|
|
4387
|
-
"@types/find-root": "1.1.2",
|
|
4388
|
-
"@types/glob": "8.0.1",
|
|
4389
|
-
"@types/jsftp": "2.1.2",
|
|
4390
|
-
"@types/klaw": "3.0.3",
|
|
4391
|
-
"@types/lockfile": "1.0.2",
|
|
4392
|
-
"@types/mv": "2.1.2",
|
|
4393
|
-
"@types/ncp": "2.0.5",
|
|
4394
|
-
"@types/npmlog": "4.1.4",
|
|
4395
|
-
"@types/pluralize": "0.0.29",
|
|
4396
|
-
"@types/pngjs": "6.0.1",
|
|
4397
|
-
"@types/rimraf": "3.0.2",
|
|
4398
|
-
"@types/semver": "7.3.13",
|
|
4399
|
-
"@types/shell-quote": "1.7.1",
|
|
4400
|
-
"@types/supports-color": "8.1.1",
|
|
4401
|
-
"@types/teen_process": "2.0.0",
|
|
4402
|
-
"@types/uuid": "9.0.0",
|
|
4403
|
-
"archiver": "5.3.1",
|
|
4404
|
-
"axios": "1.2.2",
|
|
4405
|
-
"base64-stream": "1.0.0",
|
|
4406
|
-
"bluebird": "3.7.2",
|
|
4407
|
-
"bplist-creator": "0.1.1",
|
|
4408
|
-
"bplist-parser": "0.3.2",
|
|
4409
|
-
"form-data": "4.0.0",
|
|
4410
|
-
"get-stream": "6.0.1",
|
|
4411
|
-
"glob": "8.1.0",
|
|
4412
|
-
"jimp": "0.16.2",
|
|
4413
|
-
"jsftp": "2.1.3",
|
|
4414
|
-
"klaw": "4.1.0",
|
|
4415
|
-
"lockfile": "1.0.4",
|
|
4416
|
-
"lodash": "4.17.21",
|
|
4417
|
-
"log-symbols": "4.1.0",
|
|
4418
|
-
"moment": "2.29.4",
|
|
4419
|
-
"mv": "2.1.1",
|
|
4420
|
-
"ncp": "2.0.0",
|
|
4421
|
-
"npmlog": "7.0.1",
|
|
4422
|
-
"opencv-bindings": "4.5.5",
|
|
4423
|
-
"pkg-dir": "5.0.0",
|
|
4424
|
-
"plist": "3.0.6",
|
|
4425
|
-
"pluralize": "8.0.0",
|
|
4426
|
-
"pngjs": "6.0.0",
|
|
4427
|
-
"read-pkg": "5.2.0",
|
|
4428
|
-
"resolve-from": "5.0.0",
|
|
4429
|
-
"rimraf": "3.0.2",
|
|
4430
|
-
"sanitize-filename": "1.6.3",
|
|
4431
|
-
"semver": "7.3.8",
|
|
4432
|
-
"shell-quote": "1.7.4",
|
|
4433
|
-
"source-map-support": "0.5.21",
|
|
4434
|
-
"supports-color": "8.1.1",
|
|
4435
|
-
"teen_process": "2.0.2",
|
|
4436
|
-
"type-fest": "3.5.3",
|
|
4437
|
-
"uuid": "9.0.0",
|
|
4438
|
-
"which": "3.0.0",
|
|
4439
|
-
"yauzl": "2.10.0"
|
|
4440
|
-
},
|
|
4441
|
-
"dependencies": {
|
|
4442
|
-
"axios": {
|
|
4443
|
-
"version": "1.2.2",
|
|
4444
|
-
"requires": {
|
|
4445
|
-
"follow-redirects": "^1.15.0",
|
|
4446
|
-
"form-data": "^4.0.0",
|
|
4447
|
-
"proxy-from-env": "^1.1.0"
|
|
4448
|
-
}
|
|
4449
|
-
},
|
|
4450
|
-
"rimraf": {
|
|
4451
|
-
"version": "3.0.2",
|
|
4452
|
-
"requires": {
|
|
4453
|
-
"glob": "^7.1.3"
|
|
4454
|
-
},
|
|
4455
|
-
"dependencies": {
|
|
4456
|
-
"glob": {
|
|
4457
|
-
"version": "7.2.3",
|
|
4458
|
-
"requires": {
|
|
4459
|
-
"fs.realpath": "^1.0.0",
|
|
4460
|
-
"inflight": "^1.0.4",
|
|
4461
|
-
"inherits": "2",
|
|
4462
|
-
"minimatch": "^3.1.1",
|
|
4463
|
-
"once": "^1.3.0",
|
|
4464
|
-
"path-is-absolute": "^1.0.0"
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
}
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4470
|
-
},
|
|
4471
|
-
"@appium/tsconfig": {
|
|
4472
|
-
"version": "0.2.3",
|
|
4473
|
-
"requires": {
|
|
4474
|
-
"@tsconfig/node14": "1.0.3"
|
|
4475
|
-
}
|
|
4476
|
-
},
|
|
4477
|
-
"@appium/types": {
|
|
4478
|
-
"version": "0.9.0",
|
|
4479
|
-
"requires": {
|
|
4480
|
-
"@appium/schema": "^0.2.3",
|
|
4481
|
-
"@appium/tsconfig": "^0.2.3",
|
|
4482
|
-
"@types/express": "4.17.15",
|
|
4483
|
-
"@types/npmlog": "4.1.4",
|
|
4484
|
-
"@types/ws": "8.5.4",
|
|
4485
|
-
"type-fest": "3.5.3"
|
|
4486
|
-
}
|
|
4487
|
-
},
|
|
4488
|
-
"@babel/code-frame": {
|
|
4489
|
-
"version": "7.18.6",
|
|
4490
|
-
"requires": {
|
|
4491
|
-
"@babel/highlight": "^7.18.6"
|
|
4492
|
-
}
|
|
4493
|
-
},
|
|
4494
|
-
"@babel/helper-validator-identifier": {
|
|
4495
|
-
"version": "7.19.1"
|
|
4496
|
-
},
|
|
4497
|
-
"@babel/highlight": {
|
|
4498
|
-
"version": "7.18.6",
|
|
4499
|
-
"requires": {
|
|
4500
|
-
"@babel/helper-validator-identifier": "^7.18.6",
|
|
4501
|
-
"chalk": "^2.0.0",
|
|
4502
|
-
"js-tokens": "^4.0.0"
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
|
-
"@babel/runtime": {
|
|
4506
|
-
"version": "7.20.13",
|
|
4507
|
-
"requires": {
|
|
4508
|
-
"regenerator-runtime": "^0.13.11"
|
|
4509
|
-
}
|
|
4510
|
-
},
|
|
4511
|
-
"@colors/colors": {
|
|
4512
|
-
"version": "1.5.0"
|
|
4513
|
-
},
|
|
4514
|
-
"@dabh/diagnostics": {
|
|
4515
|
-
"version": "2.0.3",
|
|
4516
|
-
"extraneous": true,
|
|
4517
|
-
"requires": {
|
|
4518
|
-
"colorspace": "1.1.x",
|
|
4519
|
-
"enabled": "2.0.x",
|
|
4520
|
-
"kuler": "^2.0.0"
|
|
4521
|
-
}
|
|
4522
|
-
},
|
|
4523
|
-
"@jimp/bmp": {
|
|
4524
|
-
"version": "0.16.2",
|
|
4525
|
-
"requires": {
|
|
4526
|
-
"@babel/runtime": "^7.7.2",
|
|
4527
|
-
"@jimp/utils": "^0.16.2",
|
|
4528
|
-
"bmp-js": "^0.1.0"
|
|
4529
|
-
}
|
|
4530
|
-
},
|
|
4531
|
-
"@jimp/core": {
|
|
4532
|
-
"version": "0.16.2",
|
|
4533
|
-
"requires": {
|
|
4534
|
-
"@babel/runtime": "^7.7.2",
|
|
4535
|
-
"@jimp/utils": "^0.16.2",
|
|
4536
|
-
"any-base": "^1.1.0",
|
|
4537
|
-
"buffer": "^5.2.0",
|
|
4538
|
-
"exif-parser": "^0.1.12",
|
|
4539
|
-
"file-type": "^9.0.0",
|
|
4540
|
-
"load-bmfont": "^1.3.1",
|
|
4541
|
-
"mkdirp": "^0.5.1",
|
|
4542
|
-
"phin": "^2.9.1",
|
|
4543
|
-
"pixelmatch": "^4.0.2",
|
|
4544
|
-
"tinycolor2": "^1.4.1"
|
|
4545
|
-
}
|
|
4546
|
-
},
|
|
4547
|
-
"@jimp/custom": {
|
|
4548
|
-
"version": "0.16.2",
|
|
4549
|
-
"requires": {
|
|
4550
|
-
"@babel/runtime": "^7.7.2",
|
|
4551
|
-
"@jimp/core": "^0.16.2"
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
|
-
"@jimp/gif": {
|
|
4555
|
-
"version": "0.16.2",
|
|
4556
|
-
"requires": {
|
|
4557
|
-
"@babel/runtime": "^7.7.2",
|
|
4558
|
-
"@jimp/utils": "^0.16.2",
|
|
4559
|
-
"gifwrap": "^0.9.2",
|
|
4560
|
-
"omggif": "^1.0.9"
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
"@jimp/jpeg": {
|
|
4564
|
-
"version": "0.16.2",
|
|
4565
|
-
"requires": {
|
|
4566
|
-
"@babel/runtime": "^7.7.2",
|
|
4567
|
-
"@jimp/utils": "^0.16.2",
|
|
4568
|
-
"jpeg-js": "^0.4.2"
|
|
4569
|
-
}
|
|
4570
|
-
},
|
|
4571
|
-
"@jimp/plugin-blit": {
|
|
4572
|
-
"version": "0.16.2",
|
|
4573
|
-
"requires": {
|
|
4574
|
-
"@babel/runtime": "^7.7.2",
|
|
4575
|
-
"@jimp/utils": "^0.16.2"
|
|
4576
|
-
}
|
|
4577
|
-
},
|
|
4578
|
-
"@jimp/plugin-blur": {
|
|
4579
|
-
"version": "0.16.2",
|
|
4580
|
-
"requires": {
|
|
4581
|
-
"@babel/runtime": "^7.7.2",
|
|
4582
|
-
"@jimp/utils": "^0.16.2"
|
|
4583
|
-
}
|
|
4584
|
-
},
|
|
4585
|
-
"@jimp/plugin-circle": {
|
|
4586
|
-
"version": "0.16.2",
|
|
4587
|
-
"requires": {
|
|
4588
|
-
"@babel/runtime": "^7.7.2",
|
|
4589
|
-
"@jimp/utils": "^0.16.2"
|
|
4590
|
-
}
|
|
4591
|
-
},
|
|
4592
|
-
"@jimp/plugin-color": {
|
|
4593
|
-
"version": "0.16.2",
|
|
4594
|
-
"requires": {
|
|
4595
|
-
"@babel/runtime": "^7.7.2",
|
|
4596
|
-
"@jimp/utils": "^0.16.2",
|
|
4597
|
-
"tinycolor2": "^1.4.1"
|
|
4598
|
-
}
|
|
4599
|
-
},
|
|
4600
|
-
"@jimp/plugin-contain": {
|
|
4601
|
-
"version": "0.16.2",
|
|
4602
|
-
"requires": {
|
|
4603
|
-
"@babel/runtime": "^7.7.2",
|
|
4604
|
-
"@jimp/utils": "^0.16.2"
|
|
4605
|
-
}
|
|
4606
|
-
},
|
|
4607
|
-
"@jimp/plugin-cover": {
|
|
4608
|
-
"version": "0.16.2",
|
|
4609
|
-
"requires": {
|
|
4610
|
-
"@babel/runtime": "^7.7.2",
|
|
4611
|
-
"@jimp/utils": "^0.16.2"
|
|
4612
|
-
}
|
|
4613
|
-
},
|
|
4614
|
-
"@jimp/plugin-crop": {
|
|
4615
|
-
"version": "0.16.2",
|
|
4616
|
-
"requires": {
|
|
4617
|
-
"@babel/runtime": "^7.7.2",
|
|
4618
|
-
"@jimp/utils": "^0.16.2"
|
|
4619
|
-
}
|
|
4620
|
-
},
|
|
4621
|
-
"@jimp/plugin-displace": {
|
|
4622
|
-
"version": "0.16.2",
|
|
4623
|
-
"requires": {
|
|
4624
|
-
"@babel/runtime": "^7.7.2",
|
|
4625
|
-
"@jimp/utils": "^0.16.2"
|
|
4626
|
-
}
|
|
4627
|
-
},
|
|
4628
|
-
"@jimp/plugin-dither": {
|
|
4629
|
-
"version": "0.16.2",
|
|
4630
|
-
"requires": {
|
|
4631
|
-
"@babel/runtime": "^7.7.2",
|
|
4632
|
-
"@jimp/utils": "^0.16.2"
|
|
4633
|
-
}
|
|
4634
|
-
},
|
|
4635
|
-
"@jimp/plugin-fisheye": {
|
|
4636
|
-
"version": "0.16.2",
|
|
4637
|
-
"requires": {
|
|
4638
|
-
"@babel/runtime": "^7.7.2",
|
|
4639
|
-
"@jimp/utils": "^0.16.2"
|
|
4640
|
-
}
|
|
4641
|
-
},
|
|
4642
|
-
"@jimp/plugin-flip": {
|
|
4643
|
-
"version": "0.16.2",
|
|
4644
|
-
"requires": {
|
|
4645
|
-
"@babel/runtime": "^7.7.2",
|
|
4646
|
-
"@jimp/utils": "^0.16.2"
|
|
4647
|
-
}
|
|
4648
|
-
},
|
|
4649
|
-
"@jimp/plugin-gaussian": {
|
|
4650
|
-
"version": "0.16.2",
|
|
4651
|
-
"requires": {
|
|
4652
|
-
"@babel/runtime": "^7.7.2",
|
|
4653
|
-
"@jimp/utils": "^0.16.2"
|
|
4654
|
-
}
|
|
4655
|
-
},
|
|
4656
|
-
"@jimp/plugin-invert": {
|
|
4657
|
-
"version": "0.16.2",
|
|
4658
|
-
"requires": {
|
|
4659
|
-
"@babel/runtime": "^7.7.2",
|
|
4660
|
-
"@jimp/utils": "^0.16.2"
|
|
4661
|
-
}
|
|
4662
|
-
},
|
|
4663
|
-
"@jimp/plugin-mask": {
|
|
4664
|
-
"version": "0.16.2",
|
|
4665
|
-
"requires": {
|
|
4666
|
-
"@babel/runtime": "^7.7.2",
|
|
4667
|
-
"@jimp/utils": "^0.16.2"
|
|
4668
|
-
}
|
|
4669
|
-
},
|
|
4670
|
-
"@jimp/plugin-normalize": {
|
|
4671
|
-
"version": "0.16.2",
|
|
4672
|
-
"requires": {
|
|
4673
|
-
"@babel/runtime": "^7.7.2",
|
|
4674
|
-
"@jimp/utils": "^0.16.2"
|
|
4675
|
-
}
|
|
4676
|
-
},
|
|
4677
|
-
"@jimp/plugin-print": {
|
|
4678
|
-
"version": "0.16.2",
|
|
4679
|
-
"requires": {
|
|
4680
|
-
"@babel/runtime": "^7.7.2",
|
|
4681
|
-
"@jimp/utils": "^0.16.2",
|
|
4682
|
-
"load-bmfont": "^1.4.0"
|
|
4683
|
-
}
|
|
4684
|
-
},
|
|
4685
|
-
"@jimp/plugin-resize": {
|
|
4686
|
-
"version": "0.16.2",
|
|
4687
|
-
"requires": {
|
|
4688
|
-
"@babel/runtime": "^7.7.2",
|
|
4689
|
-
"@jimp/utils": "^0.16.2"
|
|
4690
|
-
}
|
|
4691
|
-
},
|
|
4692
|
-
"@jimp/plugin-rotate": {
|
|
4693
|
-
"version": "0.16.2",
|
|
4694
|
-
"requires": {
|
|
4695
|
-
"@babel/runtime": "^7.7.2",
|
|
4696
|
-
"@jimp/utils": "^0.16.2"
|
|
4697
|
-
}
|
|
4698
|
-
},
|
|
4699
|
-
"@jimp/plugin-scale": {
|
|
4700
|
-
"version": "0.16.2",
|
|
4701
|
-
"requires": {
|
|
4702
|
-
"@babel/runtime": "^7.7.2",
|
|
4703
|
-
"@jimp/utils": "^0.16.2"
|
|
4704
|
-
}
|
|
4705
|
-
},
|
|
4706
|
-
"@jimp/plugin-shadow": {
|
|
4707
|
-
"version": "0.16.2",
|
|
4708
|
-
"requires": {
|
|
4709
|
-
"@babel/runtime": "^7.7.2",
|
|
4710
|
-
"@jimp/utils": "^0.16.2"
|
|
4711
|
-
}
|
|
4712
|
-
},
|
|
4713
|
-
"@jimp/plugin-threshold": {
|
|
4714
|
-
"version": "0.16.2",
|
|
4715
|
-
"requires": {
|
|
4716
|
-
"@babel/runtime": "^7.7.2",
|
|
4717
|
-
"@jimp/utils": "^0.16.2"
|
|
4718
|
-
}
|
|
4719
|
-
},
|
|
4720
|
-
"@jimp/plugins": {
|
|
4721
|
-
"version": "0.16.2",
|
|
4722
|
-
"requires": {
|
|
4723
|
-
"@babel/runtime": "^7.7.2",
|
|
4724
|
-
"@jimp/plugin-blit": "^0.16.2",
|
|
4725
|
-
"@jimp/plugin-blur": "^0.16.2",
|
|
4726
|
-
"@jimp/plugin-circle": "^0.16.2",
|
|
4727
|
-
"@jimp/plugin-color": "^0.16.2",
|
|
4728
|
-
"@jimp/plugin-contain": "^0.16.2",
|
|
4729
|
-
"@jimp/plugin-cover": "^0.16.2",
|
|
4730
|
-
"@jimp/plugin-crop": "^0.16.2",
|
|
4731
|
-
"@jimp/plugin-displace": "^0.16.2",
|
|
4732
|
-
"@jimp/plugin-dither": "^0.16.2",
|
|
4733
|
-
"@jimp/plugin-fisheye": "^0.16.2",
|
|
4734
|
-
"@jimp/plugin-flip": "^0.16.2",
|
|
4735
|
-
"@jimp/plugin-gaussian": "^0.16.2",
|
|
4736
|
-
"@jimp/plugin-invert": "^0.16.2",
|
|
4737
|
-
"@jimp/plugin-mask": "^0.16.2",
|
|
4738
|
-
"@jimp/plugin-normalize": "^0.16.2",
|
|
4739
|
-
"@jimp/plugin-print": "^0.16.2",
|
|
4740
|
-
"@jimp/plugin-resize": "^0.16.2",
|
|
4741
|
-
"@jimp/plugin-rotate": "^0.16.2",
|
|
4742
|
-
"@jimp/plugin-scale": "^0.16.2",
|
|
4743
|
-
"@jimp/plugin-shadow": "^0.16.2",
|
|
4744
|
-
"@jimp/plugin-threshold": "^0.16.2",
|
|
4745
|
-
"timm": "^1.6.1"
|
|
4746
|
-
}
|
|
4747
|
-
},
|
|
4748
|
-
"@jimp/png": {
|
|
4749
|
-
"version": "0.16.2",
|
|
4750
|
-
"requires": {
|
|
4751
|
-
"@babel/runtime": "^7.7.2",
|
|
4752
|
-
"@jimp/utils": "^0.16.2",
|
|
4753
|
-
"pngjs": "^3.3.3"
|
|
4754
|
-
},
|
|
4755
|
-
"dependencies": {
|
|
4756
|
-
"pngjs": {
|
|
4757
|
-
"version": "3.4.0"
|
|
4758
|
-
}
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
|
-
"@jimp/tiff": {
|
|
4762
|
-
"version": "0.16.2",
|
|
4763
|
-
"requires": {
|
|
4764
|
-
"@babel/runtime": "^7.7.2",
|
|
4765
|
-
"utif": "^2.0.1"
|
|
4766
|
-
}
|
|
4767
|
-
},
|
|
4768
|
-
"@jimp/types": {
|
|
4769
|
-
"version": "0.16.2",
|
|
4770
|
-
"requires": {
|
|
4771
|
-
"@babel/runtime": "^7.7.2",
|
|
4772
|
-
"@jimp/bmp": "^0.16.2",
|
|
4773
|
-
"@jimp/gif": "^0.16.2",
|
|
4774
|
-
"@jimp/jpeg": "^0.16.2",
|
|
4775
|
-
"@jimp/png": "^0.16.2",
|
|
4776
|
-
"@jimp/tiff": "^0.16.2",
|
|
4777
|
-
"timm": "^1.6.1"
|
|
4778
|
-
}
|
|
4779
|
-
},
|
|
4780
|
-
"@jimp/utils": {
|
|
4781
|
-
"version": "0.16.2",
|
|
4782
|
-
"requires": {
|
|
4783
|
-
"@babel/runtime": "^7.7.2",
|
|
4784
|
-
"regenerator-runtime": "^0.13.3"
|
|
4785
|
-
}
|
|
4786
|
-
},
|
|
4787
|
-
"@sidvind/better-ajv-errors": {
|
|
4788
|
-
"version": "2.1.0",
|
|
4789
|
-
"extraneous": true,
|
|
4790
|
-
"requires": {
|
|
4791
|
-
"@babel/code-frame": "^7.16.0",
|
|
4792
|
-
"chalk": "^4.1.0"
|
|
4793
|
-
},
|
|
4794
|
-
"dependencies": {
|
|
4795
|
-
"ansi-styles": {
|
|
4796
|
-
"version": "4.3.0",
|
|
4797
|
-
"extraneous": true,
|
|
4798
|
-
"requires": {
|
|
4799
|
-
"color-convert": "^2.0.1"
|
|
4800
|
-
}
|
|
4801
|
-
},
|
|
4802
|
-
"chalk": {
|
|
4803
|
-
"version": "4.1.2",
|
|
4804
|
-
"extraneous": true,
|
|
4805
|
-
"requires": {
|
|
4806
|
-
"ansi-styles": "^4.1.0",
|
|
4807
|
-
"supports-color": "^7.1.0"
|
|
4808
|
-
}
|
|
4809
|
-
},
|
|
4810
|
-
"color-convert": {
|
|
4811
|
-
"version": "2.0.1",
|
|
4812
|
-
"extraneous": true,
|
|
4813
|
-
"requires": {
|
|
4814
|
-
"color-name": "~1.1.4"
|
|
4815
|
-
}
|
|
4816
|
-
},
|
|
4817
|
-
"color-name": {
|
|
4818
|
-
"version": "1.1.4",
|
|
4819
|
-
"extraneous": true
|
|
4820
|
-
},
|
|
4821
|
-
"supports-color": {
|
|
4822
|
-
"version": "7.2.0",
|
|
4823
|
-
"extraneous": true,
|
|
4824
|
-
"requires": {
|
|
4825
|
-
"has-flag": "^4.0.0"
|
|
4826
|
-
}
|
|
4827
|
-
}
|
|
4828
|
-
}
|
|
4829
|
-
},
|
|
4830
|
-
"@tsconfig/node14": {
|
|
4831
|
-
"version": "1.0.3"
|
|
4832
|
-
},
|
|
4833
|
-
"@types/archiver": {
|
|
4834
|
-
"version": "5.3.1",
|
|
4835
|
-
"requires": {
|
|
4836
|
-
"@types/glob": "*"
|
|
4837
|
-
}
|
|
4838
|
-
},
|
|
4839
|
-
"@types/argparse": {
|
|
4840
|
-
"version": "2.0.10",
|
|
4841
|
-
"extraneous": true
|
|
4842
|
-
},
|
|
4843
|
-
"@types/async-lock": {
|
|
4844
|
-
"version": "1.3.0"
|
|
4845
|
-
},
|
|
4846
|
-
"@types/base64-stream": {
|
|
4847
|
-
"version": "1.0.2",
|
|
4848
|
-
"requires": {
|
|
4849
|
-
"@types/node": "*"
|
|
4850
|
-
}
|
|
4851
|
-
},
|
|
4852
|
-
"@types/bluebird": {
|
|
4853
|
-
"version": "3.5.38"
|
|
4854
|
-
},
|
|
4855
|
-
"@types/body-parser": {
|
|
4856
|
-
"version": "1.19.2",
|
|
4857
|
-
"requires": {
|
|
4858
|
-
"@types/connect": "*",
|
|
4859
|
-
"@types/node": "*"
|
|
4860
|
-
}
|
|
4861
|
-
},
|
|
4862
|
-
"@types/connect": {
|
|
4863
|
-
"version": "3.4.35",
|
|
4864
|
-
"requires": {
|
|
4865
|
-
"@types/node": "*"
|
|
4866
|
-
}
|
|
4867
|
-
},
|
|
4868
|
-
"@types/express": {
|
|
4869
|
-
"version": "4.17.15",
|
|
4870
|
-
"requires": {
|
|
4871
|
-
"@types/body-parser": "*",
|
|
4872
|
-
"@types/express-serve-static-core": "^4.17.31",
|
|
4873
|
-
"@types/qs": "*",
|
|
4874
|
-
"@types/serve-static": "*"
|
|
4875
|
-
}
|
|
4876
|
-
},
|
|
4877
|
-
"@types/express-serve-static-core": {
|
|
4878
|
-
"version": "4.17.33",
|
|
4879
|
-
"requires": {
|
|
4880
|
-
"@types/node": "*",
|
|
4881
|
-
"@types/qs": "*",
|
|
4882
|
-
"@types/range-parser": "*"
|
|
4883
|
-
}
|
|
4884
|
-
},
|
|
4885
|
-
"@types/fancy-log": {
|
|
4886
|
-
"version": "2.0.0",
|
|
4887
|
-
"extraneous": true
|
|
4888
|
-
},
|
|
4889
|
-
"@types/find-root": {
|
|
4890
|
-
"version": "1.1.2"
|
|
4891
|
-
},
|
|
4892
|
-
"@types/glob": {
|
|
4893
|
-
"version": "8.0.1",
|
|
4894
|
-
"requires": {
|
|
4895
|
-
"@types/minimatch": "^5.1.2",
|
|
4896
|
-
"@types/node": "*"
|
|
4897
|
-
}
|
|
4898
|
-
},
|
|
4899
|
-
"@types/jsftp": {
|
|
4900
|
-
"version": "2.1.2",
|
|
4901
|
-
"requires": {
|
|
4902
|
-
"@types/node": "*"
|
|
4903
|
-
}
|
|
4904
|
-
},
|
|
4905
|
-
"@types/json-schema": {
|
|
4906
|
-
"version": "7.0.11"
|
|
4907
|
-
},
|
|
4908
|
-
"@types/klaw": {
|
|
4909
|
-
"version": "3.0.3",
|
|
4910
|
-
"requires": {
|
|
4911
|
-
"@types/node": "*"
|
|
4912
|
-
}
|
|
4913
|
-
},
|
|
4914
|
-
"@types/lockfile": {
|
|
4915
|
-
"version": "1.0.2"
|
|
4916
|
-
},
|
|
4917
|
-
"@types/method-override": {
|
|
4918
|
-
"version": "0.0.32",
|
|
4919
|
-
"requires": {
|
|
4920
|
-
"@types/express": "*"
|
|
4921
|
-
}
|
|
4922
|
-
},
|
|
4923
|
-
"@types/mime": {
|
|
4924
|
-
"version": "3.0.1"
|
|
4925
|
-
},
|
|
4926
|
-
"@types/minimatch": {
|
|
4927
|
-
"version": "5.1.2"
|
|
4928
|
-
},
|
|
4929
|
-
"@types/mv": {
|
|
4930
|
-
"version": "2.1.2"
|
|
4931
|
-
},
|
|
4932
|
-
"@types/ncp": {
|
|
4933
|
-
"version": "2.0.5",
|
|
4934
|
-
"requires": {
|
|
4935
|
-
"@types/node": "*"
|
|
4936
|
-
}
|
|
4937
|
-
},
|
|
4938
|
-
"@types/node": {
|
|
4939
|
-
"version": "18.11.18"
|
|
4940
|
-
},
|
|
4941
|
-
"@types/normalize-package-data": {
|
|
4942
|
-
"version": "2.4.1"
|
|
4943
|
-
},
|
|
4944
|
-
"@types/npmlog": {
|
|
4945
|
-
"version": "4.1.4"
|
|
4946
|
-
},
|
|
4947
|
-
"@types/pluralize": {
|
|
4948
|
-
"version": "0.0.29"
|
|
4949
|
-
},
|
|
4950
|
-
"@types/pngjs": {
|
|
4951
|
-
"version": "6.0.1",
|
|
4952
|
-
"requires": {
|
|
4953
|
-
"@types/node": "*"
|
|
4954
|
-
}
|
|
4955
|
-
},
|
|
4956
|
-
"@types/qs": {
|
|
4957
|
-
"version": "6.9.7"
|
|
4958
|
-
},
|
|
4959
|
-
"@types/range-parser": {
|
|
4960
|
-
"version": "1.2.4"
|
|
4961
|
-
},
|
|
4962
|
-
"@types/rimraf": {
|
|
4963
|
-
"version": "3.0.2",
|
|
4964
|
-
"requires": {
|
|
4965
|
-
"@types/glob": "*",
|
|
4966
|
-
"@types/node": "*"
|
|
4967
|
-
}
|
|
4968
|
-
},
|
|
4969
|
-
"@types/semver": {
|
|
4970
|
-
"version": "7.3.13"
|
|
4971
|
-
},
|
|
4972
|
-
"@types/serve-favicon": {
|
|
4973
|
-
"version": "2.5.3",
|
|
4974
|
-
"requires": {
|
|
4975
|
-
"@types/express": "*"
|
|
4976
|
-
}
|
|
4977
|
-
},
|
|
4978
|
-
"@types/serve-static": {
|
|
4979
|
-
"version": "1.15.0",
|
|
4980
|
-
"requires": {
|
|
4981
|
-
"@types/mime": "*",
|
|
4982
|
-
"@types/node": "*"
|
|
4983
|
-
}
|
|
4984
|
-
},
|
|
4985
|
-
"@types/shell-quote": {
|
|
4986
|
-
"version": "1.7.1"
|
|
4987
|
-
},
|
|
4988
|
-
"@types/supports-color": {
|
|
4989
|
-
"version": "8.1.1"
|
|
4990
|
-
},
|
|
4991
|
-
"@types/teen_process": {
|
|
4992
|
-
"version": "2.0.0",
|
|
4993
|
-
"requires": {
|
|
4994
|
-
"@types/node": "*"
|
|
4995
|
-
}
|
|
4996
|
-
},
|
|
4997
|
-
"@types/uuid": {
|
|
4998
|
-
"version": "9.0.0"
|
|
4999
|
-
},
|
|
5000
|
-
"@types/wrap-ansi": {
|
|
5001
|
-
"version": "3.0.0",
|
|
5002
|
-
"extraneous": true
|
|
5003
|
-
},
|
|
5004
|
-
"@types/ws": {
|
|
5005
|
-
"version": "8.5.4",
|
|
5006
|
-
"requires": {
|
|
5007
|
-
"@types/node": "*"
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
"@xmldom/xmldom": {
|
|
5011
|
-
"version": "0.8.6"
|
|
5012
|
-
},
|
|
5013
|
-
"abort-controller": {
|
|
5014
|
-
"version": "3.0.0",
|
|
5015
|
-
"requires": {
|
|
5016
|
-
"event-target-shim": "^5.0.0"
|
|
5017
|
-
}
|
|
5018
|
-
},
|
|
5019
|
-
"accepts": {
|
|
5020
|
-
"version": "1.3.8",
|
|
5021
|
-
"requires": {
|
|
5022
|
-
"mime-types": "~2.1.34",
|
|
5023
|
-
"negotiator": "0.6.3"
|
|
5024
|
-
}
|
|
5025
|
-
},
|
|
5026
|
-
"adbkit-apkreader": {
|
|
5027
|
-
"version": "3.2.0",
|
|
5028
|
-
"requires": {
|
|
5029
|
-
"bluebird": "^3.4.7",
|
|
5030
|
-
"debug": "~4.1.1",
|
|
5031
|
-
"yauzl": "^2.7.0"
|
|
5032
|
-
},
|
|
5033
|
-
"dependencies": {
|
|
5034
|
-
"debug": {
|
|
5035
|
-
"version": "4.1.1",
|
|
5036
|
-
"requires": {
|
|
5037
|
-
"ms": "^2.1.1"
|
|
5038
|
-
}
|
|
5039
|
-
}
|
|
5040
|
-
}
|
|
5041
|
-
},
|
|
5042
|
-
"ajv": {
|
|
5043
|
-
"version": "8.12.0",
|
|
5044
|
-
"extraneous": true,
|
|
5045
|
-
"requires": {
|
|
5046
|
-
"fast-deep-equal": "^3.1.1",
|
|
5047
|
-
"json-schema-traverse": "^1.0.0",
|
|
5048
|
-
"require-from-string": "^2.0.2",
|
|
5049
|
-
"uri-js": "^4.2.2"
|
|
5050
|
-
}
|
|
5051
|
-
},
|
|
5052
|
-
"ajv-formats": {
|
|
5053
|
-
"version": "2.1.1",
|
|
5054
|
-
"extraneous": true,
|
|
5055
|
-
"requires": {
|
|
5056
|
-
"ajv": "^8.0.0"
|
|
5057
|
-
}
|
|
5058
|
-
},
|
|
5059
|
-
"ansi-regex": {
|
|
5060
|
-
"version": "5.0.1"
|
|
5061
|
-
},
|
|
5062
|
-
"ansi-styles": {
|
|
5063
|
-
"version": "3.2.1",
|
|
5064
|
-
"requires": {
|
|
5065
|
-
"color-convert": "^1.9.0"
|
|
5066
|
-
}
|
|
5067
|
-
},
|
|
5068
|
-
"any-base": {
|
|
5069
|
-
"version": "1.1.0"
|
|
5070
|
-
},
|
|
5071
|
-
"appium-adb": {
|
|
5072
|
-
"version": "9.10.24",
|
|
5073
|
-
"requires": {
|
|
5074
|
-
"@appium/support": "^3.0.0",
|
|
5075
|
-
"@babel/runtime": "^7.0.0",
|
|
5076
|
-
"adbkit-apkreader": "^3.1.2",
|
|
5077
|
-
"async-lock": "^1.0.0",
|
|
5078
|
-
"asyncbox": "^2.6.0",
|
|
5079
|
-
"bluebird": "^3.4.7",
|
|
5080
|
-
"ini": "^3.0.0",
|
|
5081
|
-
"lodash": "^4.0.0",
|
|
5082
|
-
"lru-cache": "^7.3.0",
|
|
5083
|
-
"semver": "^7.0.0",
|
|
5084
|
-
"source-map-support": "^0.x",
|
|
5085
|
-
"teen_process": "^2.0.1",
|
|
5086
|
-
"utf7": "^1.0.2"
|
|
5087
|
-
},
|
|
5088
|
-
"dependencies": {
|
|
5089
|
-
"lru-cache": {
|
|
5090
|
-
"version": "7.14.1"
|
|
5091
|
-
}
|
|
5092
|
-
}
|
|
5093
|
-
},
|
|
5094
|
-
"appium-android-driver": {
|
|
5095
|
-
"version": "5.8.9",
|
|
5096
|
-
"requires": {
|
|
5097
|
-
"@babel/runtime": "^7.0.0",
|
|
5098
|
-
"appium-adb": "^9.10.9",
|
|
5099
|
-
"appium-chromedriver": "^5.2.0",
|
|
5100
|
-
"asyncbox": "^2.8.0",
|
|
5101
|
-
"axios": "^1.x",
|
|
5102
|
-
"bluebird": "^3.4.7",
|
|
5103
|
-
"io.appium.settings": "^5.0.0",
|
|
5104
|
-
"jimp": "^0.x",
|
|
5105
|
-
"lodash": "^4.17.4",
|
|
5106
|
-
"lru-cache": "^7.3.0",
|
|
5107
|
-
"moment": "^2.24.0",
|
|
5108
|
-
"moment-timezone": "^0.5.26",
|
|
5109
|
-
"portfinder": "^1.0.6",
|
|
5110
|
-
"portscanner": "2.2.0",
|
|
5111
|
-
"semver": "^7.0.0",
|
|
5112
|
-
"shared-preferences-builder": "^0.x",
|
|
5113
|
-
"source-map-support": "^0.x",
|
|
5114
|
-
"teen_process": "^2.0.0",
|
|
5115
|
-
"ws": "^8.0.0"
|
|
5116
|
-
},
|
|
5117
|
-
"dependencies": {
|
|
5118
|
-
"lru-cache": {
|
|
5119
|
-
"version": "7.14.1"
|
|
5120
|
-
}
|
|
5121
|
-
}
|
|
5122
|
-
},
|
|
5123
|
-
"appium-chromedriver": {
|
|
5124
|
-
"version": "5.2.16",
|
|
5125
|
-
"requires": {
|
|
5126
|
-
"@appium/base-driver": "^9.1.0",
|
|
5127
|
-
"@appium/support": "^3.0.0",
|
|
5128
|
-
"@babel/runtime": "^7.0.0",
|
|
5129
|
-
"@xmldom/xmldom": "^0.x",
|
|
5130
|
-
"asyncbox": "^2.0.2",
|
|
5131
|
-
"axios": "^1.x",
|
|
5132
|
-
"bluebird": "^3.5.1",
|
|
5133
|
-
"compare-versions": "^5.0.0",
|
|
5134
|
-
"fancy-log": "^2.0.0",
|
|
5135
|
-
"lodash": "^4.17.4",
|
|
5136
|
-
"semver": "^7.0.0",
|
|
5137
|
-
"source-map-support": "^0.x",
|
|
5138
|
-
"teen_process": "^2.0.0",
|
|
5139
|
-
"xpath": "^0.x"
|
|
5140
|
-
}
|
|
5141
|
-
},
|
|
5142
|
-
"appium-uiautomator2-server": {
|
|
5143
|
-
"version": "5.7.7"
|
|
5144
|
-
},
|
|
5145
|
-
"aproba": {
|
|
5146
|
-
"version": "2.0.0"
|
|
5147
|
-
},
|
|
5148
|
-
"archiver": {
|
|
5149
|
-
"version": "5.3.1",
|
|
5150
|
-
"requires": {
|
|
5151
|
-
"archiver-utils": "^2.1.0",
|
|
5152
|
-
"async": "^3.2.3",
|
|
5153
|
-
"buffer-crc32": "^0.2.1",
|
|
5154
|
-
"readable-stream": "^3.6.0",
|
|
5155
|
-
"readdir-glob": "^1.0.0",
|
|
5156
|
-
"tar-stream": "^2.2.0",
|
|
5157
|
-
"zip-stream": "^4.1.0"
|
|
5158
|
-
}
|
|
5159
|
-
},
|
|
5160
|
-
"archiver-utils": {
|
|
5161
|
-
"version": "2.1.0",
|
|
5162
|
-
"requires": {
|
|
5163
|
-
"glob": "^7.1.4",
|
|
5164
|
-
"graceful-fs": "^4.2.0",
|
|
5165
|
-
"lazystream": "^1.0.0",
|
|
5166
|
-
"lodash.defaults": "^4.2.0",
|
|
5167
|
-
"lodash.difference": "^4.5.0",
|
|
5168
|
-
"lodash.flatten": "^4.4.0",
|
|
5169
|
-
"lodash.isplainobject": "^4.0.6",
|
|
5170
|
-
"lodash.union": "^4.6.0",
|
|
5171
|
-
"normalize-path": "^3.0.0",
|
|
5172
|
-
"readable-stream": "^2.0.0"
|
|
5173
|
-
},
|
|
5174
|
-
"dependencies": {
|
|
5175
|
-
"glob": {
|
|
5176
|
-
"version": "7.2.3",
|
|
5177
|
-
"requires": {
|
|
5178
|
-
"fs.realpath": "^1.0.0",
|
|
5179
|
-
"inflight": "^1.0.4",
|
|
5180
|
-
"inherits": "2",
|
|
5181
|
-
"minimatch": "^3.1.1",
|
|
5182
|
-
"once": "^1.3.0",
|
|
5183
|
-
"path-is-absolute": "^1.0.0"
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
|
-
"isarray": {
|
|
5187
|
-
"version": "1.0.0"
|
|
5188
|
-
},
|
|
5189
|
-
"readable-stream": {
|
|
5190
|
-
"version": "2.3.7",
|
|
5191
|
-
"requires": {
|
|
5192
|
-
"core-util-is": "~1.0.0",
|
|
5193
|
-
"inherits": "~2.0.3",
|
|
5194
|
-
"isarray": "~1.0.0",
|
|
5195
|
-
"process-nextick-args": "~2.0.0",
|
|
5196
|
-
"safe-buffer": "~5.1.1",
|
|
5197
|
-
"string_decoder": "~1.1.1",
|
|
5198
|
-
"util-deprecate": "~1.0.1"
|
|
5199
|
-
}
|
|
5200
|
-
},
|
|
5201
|
-
"safe-buffer": {
|
|
5202
|
-
"version": "5.1.2"
|
|
5203
|
-
},
|
|
5204
|
-
"string_decoder": {
|
|
5205
|
-
"version": "1.1.1",
|
|
5206
|
-
"requires": {
|
|
5207
|
-
"safe-buffer": "~5.1.0"
|
|
5208
|
-
}
|
|
5209
|
-
}
|
|
5210
|
-
}
|
|
5211
|
-
},
|
|
5212
|
-
"are-we-there-yet": {
|
|
5213
|
-
"version": "4.0.0",
|
|
5214
|
-
"requires": {
|
|
5215
|
-
"delegates": "^1.0.0",
|
|
5216
|
-
"readable-stream": "^4.1.0"
|
|
5217
|
-
},
|
|
5218
|
-
"dependencies": {
|
|
5219
|
-
"buffer": {
|
|
5220
|
-
"version": "6.0.3",
|
|
5221
|
-
"requires": {
|
|
5222
|
-
"base64-js": "^1.3.1",
|
|
5223
|
-
"ieee754": "^1.2.1"
|
|
5224
|
-
}
|
|
5225
|
-
},
|
|
5226
|
-
"readable-stream": {
|
|
5227
|
-
"version": "4.3.0",
|
|
5228
|
-
"requires": {
|
|
5229
|
-
"abort-controller": "^3.0.0",
|
|
5230
|
-
"buffer": "^6.0.3",
|
|
5231
|
-
"events": "^3.3.0",
|
|
5232
|
-
"process": "^0.11.10"
|
|
5233
|
-
}
|
|
5234
|
-
}
|
|
5235
|
-
}
|
|
5236
|
-
},
|
|
5237
|
-
"argparse": {
|
|
5238
|
-
"version": "2.0.1",
|
|
5239
|
-
"extraneous": true
|
|
5240
|
-
},
|
|
5241
|
-
"array-flatten": {
|
|
5242
|
-
"version": "1.1.1"
|
|
5243
|
-
},
|
|
5244
|
-
"async": {
|
|
5245
|
-
"version": "3.2.4"
|
|
5246
|
-
},
|
|
5247
|
-
"async-lock": {
|
|
5248
|
-
"version": "1.4.0"
|
|
5249
|
-
},
|
|
5250
|
-
"asyncbox": {
|
|
5251
|
-
"version": "2.9.4",
|
|
5252
|
-
"requires": {
|
|
5253
|
-
"@babel/runtime": "^7.0.0",
|
|
5254
|
-
"@types/bluebird": "^3.5.37",
|
|
5255
|
-
"bluebird": "^3.5.1",
|
|
5256
|
-
"lodash": "^4.17.4",
|
|
5257
|
-
"source-map-support": "^0.5.5"
|
|
5258
|
-
}
|
|
5259
|
-
},
|
|
5260
|
-
"asynckit": {
|
|
5261
|
-
"version": "0.4.0"
|
|
5262
|
-
},
|
|
5263
|
-
"axios": {
|
|
5264
|
-
"version": "1.3.1",
|
|
5265
|
-
"requires": {
|
|
5266
|
-
"follow-redirects": "^1.15.0",
|
|
5267
|
-
"form-data": "^4.0.0",
|
|
5268
|
-
"proxy-from-env": "^1.1.0"
|
|
5269
|
-
}
|
|
5270
|
-
},
|
|
5271
|
-
"balanced-match": {
|
|
5272
|
-
"version": "1.0.2"
|
|
5273
|
-
},
|
|
5274
|
-
"base64-js": {
|
|
5275
|
-
"version": "1.5.1"
|
|
5276
|
-
},
|
|
5277
|
-
"base64-stream": {
|
|
5278
|
-
"version": "1.0.0"
|
|
5279
|
-
},
|
|
5280
|
-
"basic-auth": {
|
|
5281
|
-
"version": "2.0.1",
|
|
5282
|
-
"requires": {
|
|
5283
|
-
"safe-buffer": "5.1.2"
|
|
5284
|
-
},
|
|
5285
|
-
"dependencies": {
|
|
5286
|
-
"safe-buffer": {
|
|
5287
|
-
"version": "5.1.2"
|
|
5288
|
-
}
|
|
5289
|
-
}
|
|
5290
|
-
},
|
|
5291
|
-
"big-integer": {
|
|
5292
|
-
"version": "1.6.51"
|
|
5293
|
-
},
|
|
5294
|
-
"bl": {
|
|
5295
|
-
"version": "4.1.0",
|
|
5296
|
-
"requires": {
|
|
5297
|
-
"buffer": "^5.5.0",
|
|
5298
|
-
"inherits": "^2.0.4",
|
|
5299
|
-
"readable-stream": "^3.4.0"
|
|
5300
|
-
}
|
|
5301
|
-
},
|
|
5302
|
-
"bluebird": {
|
|
5303
|
-
"version": "3.7.2"
|
|
5304
|
-
},
|
|
5305
|
-
"bmp-js": {
|
|
5306
|
-
"version": "0.1.0"
|
|
5307
|
-
},
|
|
5308
|
-
"body-parser": {
|
|
5309
|
-
"version": "1.20.1",
|
|
5310
|
-
"requires": {
|
|
5311
|
-
"bytes": "3.1.2",
|
|
5312
|
-
"content-type": "~1.0.4",
|
|
5313
|
-
"debug": "2.6.9",
|
|
5314
|
-
"depd": "2.0.0",
|
|
5315
|
-
"destroy": "1.2.0",
|
|
5316
|
-
"http-errors": "2.0.0",
|
|
5317
|
-
"iconv-lite": "0.4.24",
|
|
5318
|
-
"on-finished": "2.4.1",
|
|
5319
|
-
"qs": "6.11.0",
|
|
5320
|
-
"raw-body": "2.5.1",
|
|
5321
|
-
"type-is": "~1.6.18",
|
|
5322
|
-
"unpipe": "1.0.0"
|
|
5323
|
-
},
|
|
5324
|
-
"dependencies": {
|
|
5325
|
-
"debug": {
|
|
5326
|
-
"version": "2.6.9",
|
|
5327
|
-
"requires": {
|
|
5328
|
-
"ms": "2.0.0"
|
|
5329
|
-
}
|
|
5330
|
-
},
|
|
5331
|
-
"ms": {
|
|
5332
|
-
"version": "2.0.0"
|
|
5333
|
-
}
|
|
5334
|
-
}
|
|
5335
|
-
},
|
|
5336
|
-
"bplist-creator": {
|
|
5337
|
-
"version": "0.1.1",
|
|
5338
|
-
"requires": {
|
|
5339
|
-
"stream-buffers": "2.2.x"
|
|
5340
|
-
}
|
|
5341
|
-
},
|
|
5342
|
-
"bplist-parser": {
|
|
5343
|
-
"version": "0.3.2",
|
|
5344
|
-
"requires": {
|
|
5345
|
-
"big-integer": "1.6.x"
|
|
5346
|
-
}
|
|
5347
|
-
},
|
|
5348
|
-
"brace-expansion": {
|
|
5349
|
-
"version": "1.1.11",
|
|
5350
|
-
"requires": {
|
|
5351
|
-
"balanced-match": "^1.0.0",
|
|
5352
|
-
"concat-map": "0.0.1"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
|
-
"buffer": {
|
|
5356
|
-
"version": "5.7.1",
|
|
5357
|
-
"requires": {
|
|
5358
|
-
"base64-js": "^1.3.1",
|
|
5359
|
-
"ieee754": "^1.1.13"
|
|
5360
|
-
}
|
|
5361
|
-
},
|
|
5362
|
-
"buffer-crc32": {
|
|
5363
|
-
"version": "0.2.13"
|
|
5364
|
-
},
|
|
5365
|
-
"buffer-equal": {
|
|
5366
|
-
"version": "0.0.1"
|
|
5367
|
-
},
|
|
5368
|
-
"buffer-from": {
|
|
5369
|
-
"version": "1.1.2"
|
|
5370
|
-
},
|
|
5371
|
-
"bytes": {
|
|
5372
|
-
"version": "3.1.2"
|
|
5373
|
-
},
|
|
5374
|
-
"call-bind": {
|
|
5375
|
-
"version": "1.0.2",
|
|
5376
|
-
"requires": {
|
|
5377
|
-
"function-bind": "^1.1.1",
|
|
5378
|
-
"get-intrinsic": "^1.0.2"
|
|
5379
|
-
}
|
|
5380
|
-
},
|
|
5381
|
-
"chalk": {
|
|
5382
|
-
"version": "2.4.2",
|
|
5383
|
-
"requires": {
|
|
5384
|
-
"ansi-styles": "^3.2.1",
|
|
5385
|
-
"escape-string-regexp": "^1.0.5",
|
|
5386
|
-
"supports-color": "^5.3.0"
|
|
5387
|
-
},
|
|
5388
|
-
"dependencies": {
|
|
5389
|
-
"has-flag": {
|
|
5390
|
-
"version": "3.0.0"
|
|
5391
|
-
},
|
|
5392
|
-
"supports-color": {
|
|
5393
|
-
"version": "5.5.0",
|
|
5394
|
-
"requires": {
|
|
5395
|
-
"has-flag": "^3.0.0"
|
|
5396
|
-
}
|
|
5397
|
-
}
|
|
5398
|
-
}
|
|
5399
|
-
},
|
|
5400
|
-
"cli-cursor": {
|
|
5401
|
-
"version": "3.1.0",
|
|
5402
|
-
"extraneous": true,
|
|
5403
|
-
"requires": {
|
|
5404
|
-
"restore-cursor": "^3.1.0"
|
|
5405
|
-
}
|
|
5406
|
-
},
|
|
5407
|
-
"cli-spinners": {
|
|
5408
|
-
"version": "2.7.0",
|
|
5409
|
-
"extraneous": true
|
|
5410
|
-
},
|
|
5411
|
-
"clone": {
|
|
5412
|
-
"version": "1.0.4",
|
|
5413
|
-
"extraneous": true
|
|
5414
|
-
},
|
|
5415
|
-
"color": {
|
|
5416
|
-
"version": "3.2.1",
|
|
5417
|
-
"extraneous": true,
|
|
5418
|
-
"requires": {
|
|
5419
|
-
"color-convert": "^1.9.3",
|
|
5420
|
-
"color-string": "^1.6.0"
|
|
5421
|
-
}
|
|
5422
|
-
},
|
|
5423
|
-
"color-convert": {
|
|
5424
|
-
"version": "1.9.3",
|
|
5425
|
-
"requires": {
|
|
5426
|
-
"color-name": "1.1.3"
|
|
5427
|
-
}
|
|
5428
|
-
},
|
|
5429
|
-
"color-name": {
|
|
5430
|
-
"version": "1.1.3"
|
|
5431
|
-
},
|
|
5432
|
-
"color-string": {
|
|
5433
|
-
"version": "1.9.1",
|
|
5434
|
-
"extraneous": true,
|
|
5435
|
-
"requires": {
|
|
5436
|
-
"color-name": "^1.0.0",
|
|
5437
|
-
"simple-swizzle": "^0.2.2"
|
|
5438
|
-
}
|
|
5439
|
-
},
|
|
5440
|
-
"color-support": {
|
|
5441
|
-
"version": "1.1.3"
|
|
5442
|
-
},
|
|
5443
|
-
"colorspace": {
|
|
5444
|
-
"version": "1.1.4",
|
|
5445
|
-
"extraneous": true,
|
|
5446
|
-
"requires": {
|
|
5447
|
-
"color": "^3.1.3",
|
|
5448
|
-
"text-hex": "1.0.x"
|
|
5449
|
-
}
|
|
5450
|
-
},
|
|
5451
|
-
"combined-stream": {
|
|
5452
|
-
"version": "1.0.8",
|
|
5453
|
-
"requires": {
|
|
5454
|
-
"delayed-stream": "~1.0.0"
|
|
5455
|
-
}
|
|
5456
|
-
},
|
|
5457
|
-
"compare-versions": {
|
|
5458
|
-
"version": "5.0.3"
|
|
5459
|
-
},
|
|
5460
|
-
"compress-commons": {
|
|
5461
|
-
"version": "4.1.1",
|
|
5462
|
-
"requires": {
|
|
5463
|
-
"buffer-crc32": "^0.2.13",
|
|
5464
|
-
"crc32-stream": "^4.0.2",
|
|
5465
|
-
"normalize-path": "^3.0.0",
|
|
5466
|
-
"readable-stream": "^3.6.0"
|
|
5467
|
-
}
|
|
5468
|
-
},
|
|
5469
|
-
"concat-map": {
|
|
5470
|
-
"version": "0.0.1"
|
|
5471
|
-
},
|
|
5472
|
-
"console-control-strings": {
|
|
5473
|
-
"version": "1.1.0"
|
|
5474
|
-
},
|
|
5475
|
-
"content-disposition": {
|
|
5476
|
-
"version": "0.5.4",
|
|
5477
|
-
"requires": {
|
|
5478
|
-
"safe-buffer": "5.2.1"
|
|
5479
|
-
}
|
|
5480
|
-
},
|
|
5481
|
-
"content-type": {
|
|
5482
|
-
"version": "1.0.5"
|
|
5483
|
-
},
|
|
5484
|
-
"cookie": {
|
|
5485
|
-
"version": "0.5.0"
|
|
5486
|
-
},
|
|
5487
|
-
"cookie-signature": {
|
|
5488
|
-
"version": "1.0.6"
|
|
5489
|
-
},
|
|
5490
|
-
"core-util-is": {
|
|
5491
|
-
"version": "1.0.3"
|
|
5492
|
-
},
|
|
5493
|
-
"crc-32": {
|
|
5494
|
-
"version": "1.2.2"
|
|
5495
|
-
},
|
|
5496
|
-
"crc32-stream": {
|
|
5497
|
-
"version": "4.0.2",
|
|
5498
|
-
"requires": {
|
|
5499
|
-
"crc-32": "^1.2.0",
|
|
5500
|
-
"readable-stream": "^3.4.0"
|
|
5501
|
-
}
|
|
5502
|
-
},
|
|
5503
|
-
"cross-env": {
|
|
5504
|
-
"version": "7.0.3",
|
|
5505
|
-
"extraneous": true,
|
|
5506
|
-
"requires": {
|
|
5507
|
-
"cross-spawn": "^7.0.1"
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
|
-
"cross-spawn": {
|
|
5511
|
-
"version": "7.0.3",
|
|
5512
|
-
"extraneous": true,
|
|
5513
|
-
"requires": {
|
|
5514
|
-
"path-key": "^3.1.0",
|
|
5515
|
-
"shebang-command": "^2.0.0",
|
|
5516
|
-
"which": "^2.0.1"
|
|
5517
|
-
},
|
|
5518
|
-
"dependencies": {
|
|
5519
|
-
"which": {
|
|
5520
|
-
"version": "2.0.2",
|
|
5521
|
-
"extraneous": true,
|
|
5522
|
-
"requires": {
|
|
5523
|
-
"isexe": "^2.0.0"
|
|
5524
|
-
}
|
|
5525
|
-
}
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"css-selector-parser": {
|
|
5529
|
-
"version": "1.4.1"
|
|
5530
|
-
},
|
|
5531
|
-
"defaults": {
|
|
5532
|
-
"version": "1.0.4",
|
|
5533
|
-
"extraneous": true,
|
|
5534
|
-
"requires": {
|
|
5535
|
-
"clone": "^1.0.2"
|
|
5536
|
-
}
|
|
5537
|
-
},
|
|
5538
|
-
"delayed-stream": {
|
|
5539
|
-
"version": "1.0.0"
|
|
5540
|
-
},
|
|
5541
|
-
"delegates": {
|
|
5542
|
-
"version": "1.0.0"
|
|
5543
|
-
},
|
|
5544
|
-
"depd": {
|
|
5545
|
-
"version": "2.0.0"
|
|
5546
|
-
},
|
|
5547
|
-
"destroy": {
|
|
5548
|
-
"version": "1.2.0"
|
|
5549
|
-
},
|
|
5550
|
-
"dom-walk": {
|
|
5551
|
-
"version": "0.1.2"
|
|
5552
|
-
},
|
|
5553
|
-
"duplexer": {
|
|
5554
|
-
"version": "0.1.2"
|
|
5555
|
-
},
|
|
5556
|
-
"ee-first": {
|
|
5557
|
-
"version": "1.1.1"
|
|
5558
|
-
},
|
|
5559
|
-
"enabled": {
|
|
5560
|
-
"version": "2.0.0",
|
|
5561
|
-
"extraneous": true
|
|
5562
|
-
},
|
|
5563
|
-
"encodeurl": {
|
|
5564
|
-
"version": "1.0.2"
|
|
5565
|
-
},
|
|
5566
|
-
"end-of-stream": {
|
|
5567
|
-
"version": "1.4.4",
|
|
5568
|
-
"requires": {
|
|
5569
|
-
"once": "^1.4.0"
|
|
5570
|
-
}
|
|
5571
|
-
},
|
|
5572
|
-
"error-ex": {
|
|
5573
|
-
"version": "1.3.2",
|
|
5574
|
-
"requires": {
|
|
5575
|
-
"is-arrayish": "^0.2.1"
|
|
5576
|
-
}
|
|
5577
|
-
},
|
|
5578
|
-
"es6-error": {
|
|
5579
|
-
"version": "4.1.1"
|
|
5580
|
-
},
|
|
5581
|
-
"escape-html": {
|
|
5582
|
-
"version": "1.0.3"
|
|
5583
|
-
},
|
|
5584
|
-
"escape-string-regexp": {
|
|
5585
|
-
"version": "1.0.5"
|
|
5586
|
-
},
|
|
5587
|
-
"etag": {
|
|
5588
|
-
"version": "1.8.1"
|
|
5589
|
-
},
|
|
5590
|
-
"event-target-shim": {
|
|
5591
|
-
"version": "5.0.1"
|
|
5592
|
-
},
|
|
5593
|
-
"events": {
|
|
5594
|
-
"version": "3.3.0"
|
|
5595
|
-
},
|
|
5596
|
-
"exif-parser": {
|
|
5597
|
-
"version": "0.1.12"
|
|
5598
|
-
},
|
|
5599
|
-
"express": {
|
|
5600
|
-
"version": "4.18.2",
|
|
5601
|
-
"requires": {
|
|
5602
|
-
"accepts": "~1.3.8",
|
|
5603
|
-
"array-flatten": "1.1.1",
|
|
5604
|
-
"body-parser": "1.20.1",
|
|
5605
|
-
"content-disposition": "0.5.4",
|
|
5606
|
-
"content-type": "~1.0.4",
|
|
5607
|
-
"cookie": "0.5.0",
|
|
5608
|
-
"cookie-signature": "1.0.6",
|
|
5609
|
-
"debug": "2.6.9",
|
|
5610
|
-
"depd": "2.0.0",
|
|
5611
|
-
"encodeurl": "~1.0.2",
|
|
5612
|
-
"escape-html": "~1.0.3",
|
|
5613
|
-
"etag": "~1.8.1",
|
|
5614
|
-
"finalhandler": "1.2.0",
|
|
5615
|
-
"fresh": "0.5.2",
|
|
5616
|
-
"http-errors": "2.0.0",
|
|
5617
|
-
"merge-descriptors": "1.0.1",
|
|
5618
|
-
"methods": "~1.1.2",
|
|
5619
|
-
"on-finished": "2.4.1",
|
|
5620
|
-
"parseurl": "~1.3.3",
|
|
5621
|
-
"path-to-regexp": "0.1.7",
|
|
5622
|
-
"proxy-addr": "~2.0.7",
|
|
5623
|
-
"qs": "6.11.0",
|
|
5624
|
-
"range-parser": "~1.2.1",
|
|
5625
|
-
"safe-buffer": "5.2.1",
|
|
5626
|
-
"send": "0.18.0",
|
|
5627
|
-
"serve-static": "1.15.0",
|
|
5628
|
-
"setprototypeof": "1.2.0",
|
|
5629
|
-
"statuses": "2.0.1",
|
|
5630
|
-
"type-is": "~1.6.18",
|
|
5631
|
-
"utils-merge": "1.0.1",
|
|
5632
|
-
"vary": "~1.1.2"
|
|
5633
|
-
},
|
|
5634
|
-
"dependencies": {
|
|
5635
|
-
"debug": {
|
|
5636
|
-
"version": "2.6.9",
|
|
5637
|
-
"requires": {
|
|
5638
|
-
"ms": "2.0.0"
|
|
5639
|
-
}
|
|
5640
|
-
},
|
|
5641
|
-
"ms": {
|
|
5642
|
-
"version": "2.0.0"
|
|
5643
|
-
}
|
|
5644
|
-
}
|
|
5645
|
-
},
|
|
5646
|
-
"fancy-log": {
|
|
5647
|
-
"version": "2.0.0",
|
|
5648
|
-
"requires": {
|
|
5649
|
-
"color-support": "^1.1.3"
|
|
5650
|
-
}
|
|
5651
|
-
},
|
|
5652
|
-
"fast-deep-equal": {
|
|
5653
|
-
"version": "3.1.3",
|
|
5654
|
-
"extraneous": true
|
|
5655
|
-
},
|
|
5656
|
-
"fd-slicer": {
|
|
5657
|
-
"version": "1.1.0",
|
|
5658
|
-
"requires": {
|
|
5659
|
-
"pend": "~1.2.0"
|
|
5660
|
-
}
|
|
5661
|
-
},
|
|
5662
|
-
"fecha": {
|
|
5663
|
-
"version": "4.2.3",
|
|
5664
|
-
"extraneous": true
|
|
5665
|
-
},
|
|
5666
|
-
"file-type": {
|
|
5667
|
-
"version": "9.0.0"
|
|
5668
|
-
},
|
|
5669
|
-
"finalhandler": {
|
|
5670
|
-
"version": "1.2.0",
|
|
5671
|
-
"requires": {
|
|
5672
|
-
"debug": "2.6.9",
|
|
5673
|
-
"encodeurl": "~1.0.2",
|
|
5674
|
-
"escape-html": "~1.0.3",
|
|
5675
|
-
"on-finished": "2.4.1",
|
|
5676
|
-
"parseurl": "~1.3.3",
|
|
5677
|
-
"statuses": "2.0.1",
|
|
5678
|
-
"unpipe": "~1.0.0"
|
|
5679
|
-
},
|
|
5680
|
-
"dependencies": {
|
|
5681
|
-
"debug": {
|
|
5682
|
-
"version": "2.6.9",
|
|
5683
|
-
"requires": {
|
|
5684
|
-
"ms": "2.0.0"
|
|
5685
|
-
}
|
|
5686
|
-
},
|
|
5687
|
-
"ms": {
|
|
5688
|
-
"version": "2.0.0"
|
|
5689
|
-
}
|
|
5690
|
-
}
|
|
5691
|
-
},
|
|
5692
|
-
"find-up": {
|
|
5693
|
-
"version": "5.0.0",
|
|
5694
|
-
"requires": {
|
|
5695
|
-
"locate-path": "^6.0.0",
|
|
5696
|
-
"path-exists": "^4.0.0"
|
|
5697
|
-
}
|
|
5698
|
-
},
|
|
5699
|
-
"fn.name": {
|
|
5700
|
-
"version": "1.1.0",
|
|
5701
|
-
"extraneous": true
|
|
5702
|
-
},
|
|
5703
|
-
"follow-redirects": {
|
|
5704
|
-
"version": "1.15.2"
|
|
5705
|
-
},
|
|
5706
|
-
"form-data": {
|
|
5707
|
-
"version": "4.0.0",
|
|
5708
|
-
"requires": {
|
|
5709
|
-
"asynckit": "^0.4.0",
|
|
5710
|
-
"combined-stream": "^1.0.8",
|
|
5711
|
-
"mime-types": "^2.1.12"
|
|
5712
|
-
}
|
|
5713
|
-
},
|
|
5714
|
-
"forwarded": {
|
|
5715
|
-
"version": "0.2.0"
|
|
5716
|
-
},
|
|
5717
|
-
"fresh": {
|
|
5718
|
-
"version": "0.5.2"
|
|
5719
|
-
},
|
|
5720
|
-
"fs-constants": {
|
|
5721
|
-
"version": "1.0.0"
|
|
5722
|
-
},
|
|
5723
|
-
"fs.realpath": {
|
|
5724
|
-
"version": "1.0.0"
|
|
5725
|
-
},
|
|
5726
|
-
"ftp-response-parser": {
|
|
5727
|
-
"version": "1.0.1",
|
|
5728
|
-
"requires": {
|
|
5729
|
-
"readable-stream": "^1.0.31"
|
|
5730
|
-
},
|
|
5731
|
-
"dependencies": {
|
|
5732
|
-
"isarray": {
|
|
5733
|
-
"version": "0.0.1"
|
|
5734
|
-
},
|
|
5735
|
-
"readable-stream": {
|
|
5736
|
-
"version": "1.1.14",
|
|
5737
|
-
"requires": {
|
|
5738
|
-
"core-util-is": "~1.0.0",
|
|
5739
|
-
"inherits": "~2.0.1",
|
|
5740
|
-
"isarray": "0.0.1",
|
|
5741
|
-
"string_decoder": "~0.10.x"
|
|
5742
|
-
}
|
|
5743
|
-
},
|
|
5744
|
-
"string_decoder": {
|
|
5745
|
-
"version": "0.10.31"
|
|
5746
|
-
}
|
|
5747
|
-
}
|
|
5748
|
-
},
|
|
5749
|
-
"function-bind": {
|
|
5750
|
-
"version": "1.1.1"
|
|
5751
|
-
},
|
|
5752
|
-
"gauge": {
|
|
5753
|
-
"version": "5.0.0",
|
|
5754
|
-
"requires": {
|
|
5755
|
-
"aproba": "^1.0.3 || ^2.0.0",
|
|
5756
|
-
"color-support": "^1.1.3",
|
|
5757
|
-
"console-control-strings": "^1.1.0",
|
|
5758
|
-
"has-unicode": "^2.0.1",
|
|
5759
|
-
"signal-exit": "^3.0.7",
|
|
5760
|
-
"string-width": "^4.2.3",
|
|
5761
|
-
"strip-ansi": "^6.0.1",
|
|
5762
|
-
"wide-align": "^1.1.5"
|
|
5763
|
-
},
|
|
5764
|
-
"dependencies": {
|
|
5765
|
-
"emoji-regex": {
|
|
5766
|
-
"version": "8.0.0"
|
|
5767
|
-
},
|
|
5768
|
-
"is-fullwidth-code-point": {
|
|
5769
|
-
"version": "3.0.0"
|
|
5770
|
-
},
|
|
5771
|
-
"string-width": {
|
|
5772
|
-
"version": "4.2.3",
|
|
5773
|
-
"requires": {
|
|
5774
|
-
"emoji-regex": "^8.0.0",
|
|
5775
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
5776
|
-
"strip-ansi": "^6.0.1"
|
|
5777
|
-
}
|
|
5778
|
-
}
|
|
5779
|
-
}
|
|
5780
|
-
},
|
|
5781
|
-
"get-intrinsic": {
|
|
5782
|
-
"version": "1.2.0",
|
|
5783
|
-
"requires": {
|
|
5784
|
-
"function-bind": "^1.1.1",
|
|
5785
|
-
"has": "^1.0.3",
|
|
5786
|
-
"has-symbols": "^1.0.3"
|
|
5787
|
-
}
|
|
5788
|
-
},
|
|
5789
|
-
"get-stream": {
|
|
5790
|
-
"version": "6.0.1"
|
|
5791
|
-
},
|
|
5792
|
-
"gifwrap": {
|
|
5793
|
-
"version": "0.9.4",
|
|
5794
|
-
"requires": {
|
|
5795
|
-
"image-q": "^4.0.0",
|
|
5796
|
-
"omggif": "^1.0.10"
|
|
5797
|
-
}
|
|
5798
|
-
},
|
|
5799
|
-
"glob": {
|
|
5800
|
-
"version": "8.1.0",
|
|
5801
|
-
"requires": {
|
|
5802
|
-
"fs.realpath": "^1.0.0",
|
|
5803
|
-
"inflight": "^1.0.4",
|
|
5804
|
-
"inherits": "2",
|
|
5805
|
-
"minimatch": "^5.0.1",
|
|
5806
|
-
"once": "^1.3.0"
|
|
5807
|
-
},
|
|
5808
|
-
"dependencies": {
|
|
5809
|
-
"brace-expansion": {
|
|
5810
|
-
"version": "2.0.1",
|
|
5811
|
-
"requires": {
|
|
5812
|
-
"balanced-match": "^1.0.0"
|
|
5813
|
-
}
|
|
5814
|
-
},
|
|
5815
|
-
"minimatch": {
|
|
5816
|
-
"version": "5.1.6",
|
|
5817
|
-
"requires": {
|
|
5818
|
-
"brace-expansion": "^2.0.1"
|
|
5819
|
-
}
|
|
5820
|
-
}
|
|
5821
|
-
}
|
|
5822
|
-
},
|
|
5823
|
-
"global": {
|
|
5824
|
-
"version": "4.4.0",
|
|
5825
|
-
"requires": {
|
|
5826
|
-
"min-document": "^2.19.0",
|
|
5827
|
-
"process": "^0.11.10"
|
|
5828
|
-
}
|
|
5829
|
-
},
|
|
5830
|
-
"graceful-fs": {
|
|
5831
|
-
"version": "4.2.10"
|
|
5832
|
-
},
|
|
5833
|
-
"has": {
|
|
5834
|
-
"version": "1.0.3",
|
|
5835
|
-
"requires": {
|
|
5836
|
-
"function-bind": "^1.1.1"
|
|
5837
|
-
}
|
|
5838
|
-
},
|
|
5839
|
-
"has-flag": {
|
|
5840
|
-
"version": "4.0.0"
|
|
5841
|
-
},
|
|
5842
|
-
"has-symbols": {
|
|
5843
|
-
"version": "1.0.3"
|
|
5844
|
-
},
|
|
5845
|
-
"has-unicode": {
|
|
5846
|
-
"version": "2.0.1"
|
|
5847
|
-
},
|
|
5848
|
-
"hosted-git-info": {
|
|
5849
|
-
"version": "2.8.9"
|
|
5850
|
-
},
|
|
5851
|
-
"http-errors": {
|
|
5852
|
-
"version": "2.0.0",
|
|
5853
|
-
"requires": {
|
|
5854
|
-
"depd": "2.0.0",
|
|
5855
|
-
"inherits": "2.0.4",
|
|
5856
|
-
"setprototypeof": "1.2.0",
|
|
5857
|
-
"statuses": "2.0.1",
|
|
5858
|
-
"toidentifier": "1.0.1"
|
|
5859
|
-
}
|
|
5860
|
-
},
|
|
5861
|
-
"http-status-codes": {
|
|
5862
|
-
"version": "2.2.0"
|
|
5863
|
-
},
|
|
5864
|
-
"iconv-lite": {
|
|
5865
|
-
"version": "0.4.24",
|
|
5866
|
-
"requires": {
|
|
5867
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
5868
|
-
}
|
|
5869
|
-
},
|
|
5870
|
-
"ieee754": {
|
|
5871
|
-
"version": "1.2.1"
|
|
5872
|
-
},
|
|
5873
|
-
"image-q": {
|
|
5874
|
-
"version": "4.0.0",
|
|
5875
|
-
"requires": {
|
|
5876
|
-
"@types/node": "16.9.1"
|
|
5877
|
-
},
|
|
5878
|
-
"dependencies": {
|
|
5879
|
-
"@types/node": {
|
|
5880
|
-
"version": "16.9.1"
|
|
5881
|
-
}
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
|
-
"inflight": {
|
|
5885
|
-
"version": "1.0.6",
|
|
5886
|
-
"requires": {
|
|
5887
|
-
"once": "^1.3.0",
|
|
5888
|
-
"wrappy": "1"
|
|
5889
|
-
}
|
|
5890
|
-
},
|
|
5891
|
-
"inherits": {
|
|
5892
|
-
"version": "2.0.4"
|
|
5893
|
-
},
|
|
5894
|
-
"ini": {
|
|
5895
|
-
"version": "3.0.1"
|
|
5896
|
-
},
|
|
5897
|
-
"io.appium.settings": {
|
|
5898
|
-
"version": "5.0.3"
|
|
5899
|
-
},
|
|
5900
|
-
"ipaddr.js": {
|
|
5901
|
-
"version": "1.9.1"
|
|
5902
|
-
},
|
|
5903
|
-
"is-arrayish": {
|
|
5904
|
-
"version": "0.2.1"
|
|
5905
|
-
},
|
|
5906
|
-
"is-core-module": {
|
|
5907
|
-
"version": "2.11.0",
|
|
5908
|
-
"requires": {
|
|
5909
|
-
"has": "^1.0.3"
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
"is-function": {
|
|
5913
|
-
"version": "1.0.2"
|
|
5914
|
-
},
|
|
5915
|
-
"is-interactive": {
|
|
5916
|
-
"version": "1.0.0",
|
|
5917
|
-
"extraneous": true
|
|
5918
|
-
},
|
|
5919
|
-
"is-number-like": {
|
|
5920
|
-
"version": "1.0.8",
|
|
5921
|
-
"requires": {
|
|
5922
|
-
"lodash.isfinite": "^3.3.2"
|
|
5923
|
-
}
|
|
5924
|
-
},
|
|
5925
|
-
"is-stream": {
|
|
5926
|
-
"version": "2.0.1",
|
|
5927
|
-
"extraneous": true
|
|
5928
|
-
},
|
|
5929
|
-
"is-unicode-supported": {
|
|
5930
|
-
"version": "0.1.0"
|
|
5931
|
-
},
|
|
5932
|
-
"isexe": {
|
|
5933
|
-
"version": "2.0.0"
|
|
5934
|
-
},
|
|
5935
|
-
"jimp": {
|
|
5936
|
-
"version": "0.16.2",
|
|
5937
|
-
"requires": {
|
|
5938
|
-
"@babel/runtime": "^7.7.2",
|
|
5939
|
-
"@jimp/custom": "^0.16.2",
|
|
5940
|
-
"@jimp/plugins": "^0.16.2",
|
|
5941
|
-
"@jimp/types": "^0.16.2",
|
|
5942
|
-
"regenerator-runtime": "^0.13.3"
|
|
5943
|
-
}
|
|
5944
|
-
},
|
|
5945
|
-
"jpeg-js": {
|
|
5946
|
-
"version": "0.4.4"
|
|
5947
|
-
},
|
|
5948
|
-
"js-tokens": {
|
|
5949
|
-
"version": "4.0.0"
|
|
5950
|
-
},
|
|
5951
|
-
"jsftp": {
|
|
5952
|
-
"version": "2.1.3",
|
|
5953
|
-
"requires": {
|
|
5954
|
-
"debug": "^3.1.0",
|
|
5955
|
-
"ftp-response-parser": "^1.0.1",
|
|
5956
|
-
"once": "^1.4.0",
|
|
5957
|
-
"parse-listing": "^1.1.3",
|
|
5958
|
-
"stream-combiner": "^0.2.2",
|
|
5959
|
-
"unorm": "^1.4.1"
|
|
5960
|
-
},
|
|
5961
|
-
"dependencies": {
|
|
5962
|
-
"debug": {
|
|
5963
|
-
"version": "3.2.7",
|
|
5964
|
-
"requires": {
|
|
5965
|
-
"ms": "^2.1.1"
|
|
5966
|
-
}
|
|
5967
|
-
}
|
|
5968
|
-
}
|
|
5969
|
-
},
|
|
5970
|
-
"json-parse-even-better-errors": {
|
|
5971
|
-
"version": "2.3.1"
|
|
5972
|
-
},
|
|
5973
|
-
"json-schema": {
|
|
5974
|
-
"version": "0.4.0"
|
|
5975
|
-
},
|
|
5976
|
-
"json-schema-traverse": {
|
|
5977
|
-
"version": "1.0.0",
|
|
5978
|
-
"extraneous": true
|
|
5979
|
-
},
|
|
5980
|
-
"klaw": {
|
|
5981
|
-
"version": "4.1.0"
|
|
5982
|
-
},
|
|
5983
|
-
"kuler": {
|
|
5984
|
-
"version": "2.0.0",
|
|
5985
|
-
"extraneous": true
|
|
5986
|
-
},
|
|
5987
|
-
"lazystream": {
|
|
5988
|
-
"version": "1.0.1",
|
|
5989
|
-
"requires": {
|
|
5990
|
-
"readable-stream": "^2.0.5"
|
|
5991
|
-
},
|
|
5992
|
-
"dependencies": {
|
|
5993
|
-
"isarray": {
|
|
5994
|
-
"version": "1.0.0"
|
|
5995
|
-
},
|
|
5996
|
-
"readable-stream": {
|
|
5997
|
-
"version": "2.3.7",
|
|
5998
|
-
"requires": {
|
|
5999
|
-
"core-util-is": "~1.0.0",
|
|
6000
|
-
"inherits": "~2.0.3",
|
|
6001
|
-
"isarray": "~1.0.0",
|
|
6002
|
-
"process-nextick-args": "~2.0.0",
|
|
6003
|
-
"safe-buffer": "~5.1.1",
|
|
6004
|
-
"string_decoder": "~1.1.1",
|
|
6005
|
-
"util-deprecate": "~1.0.1"
|
|
6006
|
-
}
|
|
6007
|
-
},
|
|
6008
|
-
"safe-buffer": {
|
|
6009
|
-
"version": "5.1.2"
|
|
6010
|
-
},
|
|
6011
|
-
"string_decoder": {
|
|
6012
|
-
"version": "1.1.1",
|
|
6013
|
-
"requires": {
|
|
6014
|
-
"safe-buffer": "~5.1.0"
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
}
|
|
6018
|
-
},
|
|
6019
|
-
"lilconfig": {
|
|
6020
|
-
"version": "2.0.6",
|
|
6021
|
-
"extraneous": true
|
|
6022
|
-
},
|
|
6023
|
-
"lines-and-columns": {
|
|
6024
|
-
"version": "1.2.4"
|
|
6025
|
-
},
|
|
6026
|
-
"load-bmfont": {
|
|
6027
|
-
"version": "1.4.1",
|
|
6028
|
-
"requires": {
|
|
6029
|
-
"buffer-equal": "0.0.1",
|
|
6030
|
-
"mime": "^1.3.4",
|
|
6031
|
-
"parse-bmfont-ascii": "^1.0.3",
|
|
6032
|
-
"parse-bmfont-binary": "^1.0.5",
|
|
6033
|
-
"parse-bmfont-xml": "^1.1.4",
|
|
6034
|
-
"phin": "^2.9.1",
|
|
6035
|
-
"xhr": "^2.0.1",
|
|
6036
|
-
"xtend": "^4.0.0"
|
|
6037
|
-
}
|
|
6038
|
-
},
|
|
6039
|
-
"locate-path": {
|
|
6040
|
-
"version": "6.0.0",
|
|
6041
|
-
"requires": {
|
|
6042
|
-
"p-locate": "^5.0.0"
|
|
6043
|
-
}
|
|
6044
|
-
},
|
|
6045
|
-
"lockfile": {
|
|
6046
|
-
"version": "1.0.4",
|
|
6047
|
-
"requires": {
|
|
6048
|
-
"signal-exit": "^3.0.2"
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
|
-
"lodash": {
|
|
6052
|
-
"version": "4.17.21"
|
|
6053
|
-
},
|
|
6054
|
-
"lodash.defaults": {
|
|
6055
|
-
"version": "4.2.0"
|
|
6056
|
-
},
|
|
6057
|
-
"lodash.difference": {
|
|
6058
|
-
"version": "4.5.0"
|
|
6059
|
-
},
|
|
6060
|
-
"lodash.flatten": {
|
|
6061
|
-
"version": "4.4.0"
|
|
6062
|
-
},
|
|
6063
|
-
"lodash.isfinite": {
|
|
6064
|
-
"version": "3.3.2"
|
|
6065
|
-
},
|
|
6066
|
-
"lodash.isplainobject": {
|
|
6067
|
-
"version": "4.0.6"
|
|
6068
|
-
},
|
|
6069
|
-
"lodash.union": {
|
|
6070
|
-
"version": "4.6.0"
|
|
6071
|
-
},
|
|
6072
|
-
"log-symbols": {
|
|
6073
|
-
"version": "4.1.0",
|
|
6074
|
-
"requires": {
|
|
6075
|
-
"chalk": "^4.1.0",
|
|
6076
|
-
"is-unicode-supported": "^0.1.0"
|
|
6077
|
-
},
|
|
6078
|
-
"dependencies": {
|
|
6079
|
-
"ansi-styles": {
|
|
6080
|
-
"version": "4.3.0",
|
|
6081
|
-
"requires": {
|
|
6082
|
-
"color-convert": "^2.0.1"
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
|
-
"chalk": {
|
|
6086
|
-
"version": "4.1.2",
|
|
6087
|
-
"requires": {
|
|
6088
|
-
"ansi-styles": "^4.1.0",
|
|
6089
|
-
"supports-color": "^7.1.0"
|
|
6090
|
-
}
|
|
6091
|
-
},
|
|
6092
|
-
"color-convert": {
|
|
6093
|
-
"version": "2.0.1",
|
|
6094
|
-
"requires": {
|
|
6095
|
-
"color-name": "~1.1.4"
|
|
6096
|
-
}
|
|
6097
|
-
},
|
|
6098
|
-
"color-name": {
|
|
6099
|
-
"version": "1.1.4"
|
|
6100
|
-
},
|
|
6101
|
-
"supports-color": {
|
|
6102
|
-
"version": "7.2.0",
|
|
6103
|
-
"requires": {
|
|
6104
|
-
"has-flag": "^4.0.0"
|
|
6105
|
-
}
|
|
6106
|
-
}
|
|
6107
|
-
}
|
|
6108
|
-
},
|
|
6109
|
-
"logform": {
|
|
6110
|
-
"version": "2.4.2",
|
|
6111
|
-
"extraneous": true,
|
|
6112
|
-
"requires": {
|
|
6113
|
-
"@colors/colors": "1.5.0",
|
|
6114
|
-
"fecha": "^4.2.0",
|
|
6115
|
-
"ms": "^2.1.1",
|
|
6116
|
-
"safe-stable-stringify": "^2.3.1",
|
|
6117
|
-
"triple-beam": "^1.3.0"
|
|
6118
|
-
}
|
|
6119
|
-
},
|
|
6120
|
-
"longjohn": {
|
|
6121
|
-
"version": "0.2.12",
|
|
6122
|
-
"extraneous": true,
|
|
6123
|
-
"requires": {
|
|
6124
|
-
"source-map-support": "0.3.2 - 1.0.0"
|
|
6125
|
-
}
|
|
6126
|
-
},
|
|
6127
|
-
"media-typer": {
|
|
6128
|
-
"version": "0.3.0"
|
|
6129
|
-
},
|
|
6130
|
-
"merge-descriptors": {
|
|
6131
|
-
"version": "1.0.1"
|
|
6132
|
-
},
|
|
6133
|
-
"method-override": {
|
|
6134
|
-
"version": "3.0.0",
|
|
6135
|
-
"requires": {
|
|
6136
|
-
"debug": "3.1.0",
|
|
6137
|
-
"methods": "~1.1.2",
|
|
6138
|
-
"parseurl": "~1.3.2",
|
|
6139
|
-
"vary": "~1.1.2"
|
|
6140
|
-
},
|
|
6141
|
-
"dependencies": {
|
|
6142
|
-
"debug": {
|
|
6143
|
-
"version": "3.1.0",
|
|
6144
|
-
"requires": {
|
|
6145
|
-
"ms": "2.0.0"
|
|
6146
|
-
}
|
|
6147
|
-
},
|
|
6148
|
-
"ms": {
|
|
6149
|
-
"version": "2.0.0"
|
|
6150
|
-
}
|
|
6151
|
-
}
|
|
6152
|
-
},
|
|
6153
|
-
"methods": {
|
|
6154
|
-
"version": "1.1.2"
|
|
6155
|
-
},
|
|
6156
|
-
"mime": {
|
|
6157
|
-
"version": "1.6.0"
|
|
6158
|
-
},
|
|
6159
|
-
"mime-db": {
|
|
6160
|
-
"version": "1.52.0"
|
|
6161
|
-
},
|
|
6162
|
-
"mime-types": {
|
|
6163
|
-
"version": "2.1.35",
|
|
6164
|
-
"requires": {
|
|
6165
|
-
"mime-db": "1.52.0"
|
|
6166
|
-
}
|
|
6167
|
-
},
|
|
6168
|
-
"mimic-fn": {
|
|
6169
|
-
"version": "2.1.0",
|
|
6170
|
-
"extraneous": true
|
|
6171
|
-
},
|
|
6172
|
-
"min-document": {
|
|
6173
|
-
"version": "2.19.0",
|
|
6174
|
-
"requires": {
|
|
6175
|
-
"dom-walk": "^0.1.0"
|
|
6176
|
-
}
|
|
6177
|
-
},
|
|
6178
|
-
"minimatch": {
|
|
6179
|
-
"version": "3.1.2",
|
|
6180
|
-
"requires": {
|
|
6181
|
-
"brace-expansion": "^1.1.7"
|
|
6182
|
-
}
|
|
6183
|
-
},
|
|
6184
|
-
"minimist": {
|
|
6185
|
-
"version": "1.2.7"
|
|
6186
|
-
},
|
|
6187
|
-
"mkdirp": {
|
|
6188
|
-
"version": "0.5.6",
|
|
6189
|
-
"requires": {
|
|
6190
|
-
"minimist": "^1.2.6"
|
|
6191
|
-
}
|
|
6192
|
-
},
|
|
6193
|
-
"moment": {
|
|
6194
|
-
"version": "2.29.4"
|
|
6195
|
-
},
|
|
6196
|
-
"moment-timezone": {
|
|
6197
|
-
"version": "0.5.40",
|
|
6198
|
-
"requires": {
|
|
6199
|
-
"moment": ">= 2.9.0"
|
|
6200
|
-
}
|
|
6201
|
-
},
|
|
6202
|
-
"morgan": {
|
|
6203
|
-
"version": "1.10.0",
|
|
6204
|
-
"requires": {
|
|
6205
|
-
"basic-auth": "~2.0.1",
|
|
6206
|
-
"debug": "2.6.9",
|
|
6207
|
-
"depd": "~2.0.0",
|
|
6208
|
-
"on-finished": "~2.3.0",
|
|
6209
|
-
"on-headers": "~1.0.2"
|
|
6210
|
-
},
|
|
6211
|
-
"dependencies": {
|
|
6212
|
-
"debug": {
|
|
6213
|
-
"version": "2.6.9",
|
|
6214
|
-
"requires": {
|
|
6215
|
-
"ms": "2.0.0"
|
|
6216
|
-
}
|
|
6217
|
-
},
|
|
6218
|
-
"ms": {
|
|
6219
|
-
"version": "2.0.0"
|
|
6220
|
-
},
|
|
6221
|
-
"on-finished": {
|
|
6222
|
-
"version": "2.3.0",
|
|
6223
|
-
"requires": {
|
|
6224
|
-
"ee-first": "1.1.1"
|
|
6225
|
-
}
|
|
6226
|
-
}
|
|
6227
|
-
}
|
|
6228
|
-
},
|
|
6229
|
-
"ms": {
|
|
6230
|
-
"version": "2.1.2"
|
|
6231
|
-
},
|
|
6232
|
-
"mv": {
|
|
6233
|
-
"version": "2.1.1",
|
|
6234
|
-
"requires": {
|
|
6235
|
-
"mkdirp": "~0.5.1",
|
|
6236
|
-
"ncp": "~2.0.0",
|
|
6237
|
-
"rimraf": "~2.4.0"
|
|
6238
|
-
},
|
|
6239
|
-
"dependencies": {
|
|
6240
|
-
"glob": {
|
|
6241
|
-
"version": "6.0.4",
|
|
6242
|
-
"requires": {
|
|
6243
|
-
"inflight": "^1.0.4",
|
|
6244
|
-
"inherits": "2",
|
|
6245
|
-
"minimatch": "2 || 3",
|
|
6246
|
-
"once": "^1.3.0",
|
|
6247
|
-
"path-is-absolute": "^1.0.0"
|
|
6248
|
-
}
|
|
6249
|
-
},
|
|
6250
|
-
"rimraf": {
|
|
6251
|
-
"version": "2.4.5",
|
|
6252
|
-
"requires": {
|
|
6253
|
-
"glob": "^6.0.1"
|
|
6254
|
-
}
|
|
6255
|
-
}
|
|
6256
|
-
}
|
|
6257
|
-
},
|
|
6258
|
-
"ncp": {
|
|
6259
|
-
"version": "2.0.0"
|
|
6260
|
-
},
|
|
6261
|
-
"negotiator": {
|
|
6262
|
-
"version": "0.6.3"
|
|
6263
|
-
},
|
|
6264
|
-
"normalize-package-data": {
|
|
6265
|
-
"version": "2.5.0",
|
|
6266
|
-
"requires": {
|
|
6267
|
-
"hosted-git-info": "^2.1.4",
|
|
6268
|
-
"resolve": "^1.10.0",
|
|
6269
|
-
"semver": "2 || 3 || 4 || 5",
|
|
6270
|
-
"validate-npm-package-license": "^3.0.1"
|
|
6271
|
-
},
|
|
6272
|
-
"dependencies": {
|
|
6273
|
-
"semver": {
|
|
6274
|
-
"version": "5.7.1"
|
|
6275
|
-
}
|
|
6276
|
-
}
|
|
6277
|
-
},
|
|
6278
|
-
"normalize-path": {
|
|
6279
|
-
"version": "3.0.0"
|
|
6280
|
-
},
|
|
6281
|
-
"npmlog": {
|
|
6282
|
-
"version": "7.0.1",
|
|
6283
|
-
"requires": {
|
|
6284
|
-
"are-we-there-yet": "^4.0.0",
|
|
6285
|
-
"console-control-strings": "^1.1.0",
|
|
6286
|
-
"gauge": "^5.0.0",
|
|
6287
|
-
"set-blocking": "^2.0.0"
|
|
6288
|
-
}
|
|
6289
|
-
},
|
|
6290
|
-
"object-inspect": {
|
|
6291
|
-
"version": "1.12.3"
|
|
6292
|
-
},
|
|
6293
|
-
"omggif": {
|
|
6294
|
-
"version": "1.0.10"
|
|
6295
|
-
},
|
|
6296
|
-
"on-finished": {
|
|
6297
|
-
"version": "2.4.1",
|
|
6298
|
-
"requires": {
|
|
6299
|
-
"ee-first": "1.1.1"
|
|
6300
|
-
}
|
|
6301
|
-
},
|
|
6302
|
-
"on-headers": {
|
|
6303
|
-
"version": "1.0.2"
|
|
6304
|
-
},
|
|
6305
|
-
"once": {
|
|
6306
|
-
"version": "1.4.0",
|
|
6307
|
-
"requires": {
|
|
6308
|
-
"wrappy": "1"
|
|
6309
|
-
}
|
|
6310
|
-
},
|
|
6311
|
-
"one-time": {
|
|
6312
|
-
"version": "1.0.0",
|
|
6313
|
-
"extraneous": true,
|
|
6314
|
-
"requires": {
|
|
6315
|
-
"fn.name": "1.x.x"
|
|
6316
|
-
}
|
|
6317
|
-
},
|
|
6318
|
-
"onetime": {
|
|
6319
|
-
"version": "5.1.2",
|
|
6320
|
-
"extraneous": true,
|
|
6321
|
-
"requires": {
|
|
6322
|
-
"mimic-fn": "^2.1.0"
|
|
6323
|
-
}
|
|
6324
|
-
},
|
|
6325
|
-
"opencv-bindings": {
|
|
6326
|
-
"version": "4.5.5"
|
|
6327
|
-
},
|
|
6328
|
-
"ora": {
|
|
6329
|
-
"version": "5.4.1",
|
|
6330
|
-
"extraneous": true,
|
|
6331
|
-
"requires": {
|
|
6332
|
-
"bl": "^4.1.0",
|
|
6333
|
-
"chalk": "^4.1.0",
|
|
6334
|
-
"cli-cursor": "^3.1.0",
|
|
6335
|
-
"cli-spinners": "^2.5.0",
|
|
6336
|
-
"is-interactive": "^1.0.0",
|
|
6337
|
-
"is-unicode-supported": "^0.1.0",
|
|
6338
|
-
"log-symbols": "^4.1.0",
|
|
6339
|
-
"strip-ansi": "^6.0.0",
|
|
6340
|
-
"wcwidth": "^1.0.1"
|
|
6341
|
-
},
|
|
6342
|
-
"dependencies": {
|
|
6343
|
-
"ansi-styles": {
|
|
6344
|
-
"version": "4.3.0",
|
|
6345
|
-
"extraneous": true,
|
|
6346
|
-
"requires": {
|
|
6347
|
-
"color-convert": "^2.0.1"
|
|
6348
|
-
}
|
|
6349
|
-
},
|
|
6350
|
-
"chalk": {
|
|
6351
|
-
"version": "4.1.2",
|
|
6352
|
-
"extraneous": true,
|
|
6353
|
-
"requires": {
|
|
6354
|
-
"ansi-styles": "^4.1.0",
|
|
6355
|
-
"supports-color": "^7.1.0"
|
|
6356
|
-
}
|
|
6357
|
-
},
|
|
6358
|
-
"color-convert": {
|
|
6359
|
-
"version": "2.0.1",
|
|
6360
|
-
"extraneous": true,
|
|
6361
|
-
"requires": {
|
|
6362
|
-
"color-name": "~1.1.4"
|
|
6363
|
-
}
|
|
6364
|
-
},
|
|
6365
|
-
"color-name": {
|
|
6366
|
-
"version": "1.1.4",
|
|
6367
|
-
"extraneous": true
|
|
6368
|
-
},
|
|
6369
|
-
"supports-color": {
|
|
6370
|
-
"version": "7.2.0",
|
|
6371
|
-
"extraneous": true,
|
|
6372
|
-
"requires": {
|
|
6373
|
-
"has-flag": "^4.0.0"
|
|
6374
|
-
}
|
|
6375
|
-
}
|
|
6376
|
-
}
|
|
6377
|
-
},
|
|
6378
|
-
"p-limit": {
|
|
6379
|
-
"version": "3.1.0",
|
|
6380
|
-
"requires": {
|
|
6381
|
-
"yocto-queue": "^0.1.0"
|
|
6382
|
-
}
|
|
6383
|
-
},
|
|
6384
|
-
"p-locate": {
|
|
6385
|
-
"version": "5.0.0",
|
|
6386
|
-
"requires": {
|
|
6387
|
-
"p-limit": "^3.0.2"
|
|
6388
|
-
}
|
|
6389
|
-
},
|
|
6390
|
-
"package-changed": {
|
|
6391
|
-
"version": "1.9.0",
|
|
6392
|
-
"extraneous": true,
|
|
6393
|
-
"requires": {
|
|
6394
|
-
"commander": "^6.2.0"
|
|
6395
|
-
},
|
|
6396
|
-
"dependencies": {
|
|
6397
|
-
"commander": {
|
|
6398
|
-
"version": "6.2.1",
|
|
6399
|
-
"extraneous": true
|
|
6400
|
-
}
|
|
6401
|
-
}
|
|
6402
|
-
},
|
|
6403
|
-
"pako": {
|
|
6404
|
-
"version": "1.0.11"
|
|
6405
|
-
},
|
|
6406
|
-
"parse-bmfont-ascii": {
|
|
6407
|
-
"version": "1.0.6"
|
|
6408
|
-
},
|
|
6409
|
-
"parse-bmfont-binary": {
|
|
6410
|
-
"version": "1.0.6"
|
|
6411
|
-
},
|
|
6412
|
-
"parse-bmfont-xml": {
|
|
6413
|
-
"version": "1.1.4",
|
|
6414
|
-
"requires": {
|
|
6415
|
-
"xml-parse-from-string": "^1.0.0",
|
|
6416
|
-
"xml2js": "^0.4.5"
|
|
6417
|
-
}
|
|
6418
|
-
},
|
|
6419
|
-
"parse-headers": {
|
|
6420
|
-
"version": "2.0.5"
|
|
6421
|
-
},
|
|
6422
|
-
"parse-json": {
|
|
6423
|
-
"version": "5.2.0",
|
|
6424
|
-
"requires": {
|
|
6425
|
-
"@babel/code-frame": "^7.0.0",
|
|
6426
|
-
"error-ex": "^1.3.1",
|
|
6427
|
-
"json-parse-even-better-errors": "^2.3.0",
|
|
6428
|
-
"lines-and-columns": "^1.1.6"
|
|
6429
|
-
}
|
|
6430
|
-
},
|
|
6431
|
-
"parse-listing": {
|
|
6432
|
-
"version": "1.1.3"
|
|
6433
|
-
},
|
|
6434
|
-
"parseurl": {
|
|
6435
|
-
"version": "1.3.3"
|
|
6436
|
-
},
|
|
6437
|
-
"path-exists": {
|
|
6438
|
-
"version": "4.0.0"
|
|
6439
|
-
},
|
|
6440
|
-
"path-is-absolute": {
|
|
6441
|
-
"version": "1.0.1"
|
|
6442
|
-
},
|
|
6443
|
-
"path-key": {
|
|
6444
|
-
"version": "3.1.1",
|
|
6445
|
-
"extraneous": true
|
|
6446
|
-
},
|
|
6447
|
-
"path-parse": {
|
|
6448
|
-
"version": "1.0.7"
|
|
6449
|
-
},
|
|
6450
|
-
"path-to-regexp": {
|
|
6451
|
-
"version": "0.1.7"
|
|
6452
|
-
},
|
|
6453
|
-
"pend": {
|
|
6454
|
-
"version": "1.2.0"
|
|
6455
|
-
},
|
|
6456
|
-
"phin": {
|
|
6457
|
-
"version": "2.9.3"
|
|
6458
|
-
},
|
|
6459
|
-
"pixelmatch": {
|
|
6460
|
-
"version": "4.0.2",
|
|
6461
|
-
"requires": {
|
|
6462
|
-
"pngjs": "^3.0.0"
|
|
6463
|
-
},
|
|
6464
|
-
"dependencies": {
|
|
6465
|
-
"pngjs": {
|
|
6466
|
-
"version": "3.4.0"
|
|
6467
|
-
}
|
|
6468
|
-
}
|
|
6469
|
-
},
|
|
6470
|
-
"pkg-dir": {
|
|
6471
|
-
"version": "5.0.0",
|
|
6472
|
-
"requires": {
|
|
6473
|
-
"find-up": "^5.0.0"
|
|
6474
|
-
}
|
|
6475
|
-
},
|
|
6476
|
-
"plist": {
|
|
6477
|
-
"version": "3.0.6",
|
|
6478
|
-
"requires": {
|
|
6479
|
-
"base64-js": "^1.5.1",
|
|
6480
|
-
"xmlbuilder": "^15.1.1"
|
|
6481
|
-
}
|
|
6482
|
-
},
|
|
6483
|
-
"pluralize": {
|
|
6484
|
-
"version": "8.0.0"
|
|
6485
|
-
},
|
|
6486
|
-
"pngjs": {
|
|
6487
|
-
"version": "6.0.0"
|
|
6488
|
-
},
|
|
6489
|
-
"portfinder": {
|
|
6490
|
-
"version": "1.0.32",
|
|
6491
|
-
"requires": {
|
|
6492
|
-
"async": "^2.6.4",
|
|
6493
|
-
"debug": "^3.2.7",
|
|
6494
|
-
"mkdirp": "^0.5.6"
|
|
6495
|
-
},
|
|
6496
|
-
"dependencies": {
|
|
6497
|
-
"async": {
|
|
6498
|
-
"version": "2.6.4",
|
|
6499
|
-
"requires": {
|
|
6500
|
-
"lodash": "^4.17.14"
|
|
6501
|
-
}
|
|
6502
|
-
},
|
|
6503
|
-
"debug": {
|
|
6504
|
-
"version": "3.2.7",
|
|
6505
|
-
"requires": {
|
|
6506
|
-
"ms": "^2.1.1"
|
|
6507
|
-
}
|
|
6508
|
-
}
|
|
6509
|
-
}
|
|
6510
|
-
},
|
|
6511
|
-
"portscanner": {
|
|
6512
|
-
"version": "2.2.0",
|
|
6513
|
-
"requires": {
|
|
6514
|
-
"async": "^2.6.0",
|
|
6515
|
-
"is-number-like": "^1.0.3"
|
|
6516
|
-
},
|
|
6517
|
-
"dependencies": {
|
|
6518
|
-
"async": {
|
|
6519
|
-
"version": "2.6.4",
|
|
6520
|
-
"requires": {
|
|
6521
|
-
"lodash": "^4.17.14"
|
|
6522
|
-
}
|
|
6523
|
-
}
|
|
6524
|
-
}
|
|
6525
|
-
},
|
|
6526
|
-
"process": {
|
|
6527
|
-
"version": "0.11.10"
|
|
6528
|
-
},
|
|
6529
|
-
"process-nextick-args": {
|
|
6530
|
-
"version": "2.0.1"
|
|
6531
|
-
},
|
|
6532
|
-
"proxy-addr": {
|
|
6533
|
-
"version": "2.0.7",
|
|
6534
|
-
"requires": {
|
|
6535
|
-
"forwarded": "0.2.0",
|
|
6536
|
-
"ipaddr.js": "1.9.1"
|
|
6537
|
-
}
|
|
6538
|
-
},
|
|
6539
|
-
"proxy-from-env": {
|
|
6540
|
-
"version": "1.1.0"
|
|
6541
|
-
},
|
|
6542
|
-
"punycode": {
|
|
6543
|
-
"version": "2.3.0",
|
|
6544
|
-
"extraneous": true
|
|
6545
|
-
},
|
|
6546
|
-
"qs": {
|
|
6547
|
-
"version": "6.11.0",
|
|
6548
|
-
"requires": {
|
|
6549
|
-
"side-channel": "^1.0.4"
|
|
6550
|
-
}
|
|
6551
|
-
},
|
|
6552
|
-
"range-parser": {
|
|
6553
|
-
"version": "1.2.1"
|
|
6554
|
-
},
|
|
6555
|
-
"raw-body": {
|
|
6556
|
-
"version": "2.5.1",
|
|
6557
|
-
"requires": {
|
|
6558
|
-
"bytes": "3.1.2",
|
|
6559
|
-
"http-errors": "2.0.0",
|
|
6560
|
-
"iconv-lite": "0.4.24",
|
|
6561
|
-
"unpipe": "1.0.0"
|
|
6562
|
-
}
|
|
6563
|
-
},
|
|
6564
|
-
"read-pkg": {
|
|
6565
|
-
"version": "5.2.0",
|
|
6566
|
-
"requires": {
|
|
6567
|
-
"@types/normalize-package-data": "^2.4.0",
|
|
6568
|
-
"normalize-package-data": "^2.5.0",
|
|
6569
|
-
"parse-json": "^5.0.0",
|
|
6570
|
-
"type-fest": "^0.6.0"
|
|
6571
|
-
},
|
|
6572
|
-
"dependencies": {
|
|
6573
|
-
"type-fest": {
|
|
6574
|
-
"version": "0.6.0"
|
|
6575
|
-
}
|
|
6576
|
-
}
|
|
6577
|
-
},
|
|
6578
|
-
"readable-stream": {
|
|
6579
|
-
"version": "3.6.0",
|
|
6580
|
-
"requires": {
|
|
6581
|
-
"inherits": "^2.0.3",
|
|
6582
|
-
"string_decoder": "^1.1.1",
|
|
6583
|
-
"util-deprecate": "^1.0.1"
|
|
6584
|
-
}
|
|
6585
|
-
},
|
|
6586
|
-
"readdir-glob": {
|
|
6587
|
-
"version": "1.1.2",
|
|
6588
|
-
"requires": {
|
|
6589
|
-
"minimatch": "^5.1.0"
|
|
6590
|
-
},
|
|
6591
|
-
"dependencies": {
|
|
6592
|
-
"brace-expansion": {
|
|
6593
|
-
"version": "2.0.1",
|
|
6594
|
-
"requires": {
|
|
6595
|
-
"balanced-match": "^1.0.0"
|
|
6596
|
-
}
|
|
6597
|
-
},
|
|
6598
|
-
"minimatch": {
|
|
6599
|
-
"version": "5.1.6",
|
|
6600
|
-
"requires": {
|
|
6601
|
-
"brace-expansion": "^2.0.1"
|
|
6602
|
-
}
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
},
|
|
6606
|
-
"regenerator-runtime": {
|
|
6607
|
-
"version": "0.13.11"
|
|
6608
|
-
},
|
|
6609
|
-
"require-from-string": {
|
|
6610
|
-
"version": "2.0.2",
|
|
6611
|
-
"extraneous": true
|
|
6612
|
-
},
|
|
6613
|
-
"resolve": {
|
|
6614
|
-
"version": "1.22.1",
|
|
6615
|
-
"requires": {
|
|
6616
|
-
"is-core-module": "^2.9.0",
|
|
6617
|
-
"path-parse": "^1.0.7",
|
|
6618
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
6619
|
-
}
|
|
6620
|
-
},
|
|
6621
|
-
"resolve-from": {
|
|
6622
|
-
"version": "5.0.0"
|
|
6623
|
-
},
|
|
6624
|
-
"restore-cursor": {
|
|
6625
|
-
"version": "3.1.0",
|
|
6626
|
-
"extraneous": true,
|
|
6627
|
-
"requires": {
|
|
6628
|
-
"onetime": "^5.1.0",
|
|
6629
|
-
"signal-exit": "^3.0.2"
|
|
6630
|
-
}
|
|
6631
|
-
},
|
|
6632
|
-
"safe-buffer": {
|
|
6633
|
-
"version": "5.2.1"
|
|
6634
|
-
},
|
|
6635
|
-
"safe-stable-stringify": {
|
|
6636
|
-
"version": "2.4.2",
|
|
6637
|
-
"extraneous": true
|
|
6638
|
-
},
|
|
6639
|
-
"safer-buffer": {
|
|
6640
|
-
"version": "2.1.2"
|
|
6641
|
-
},
|
|
6642
|
-
"sanitize-filename": {
|
|
6643
|
-
"version": "1.6.3",
|
|
6644
|
-
"requires": {
|
|
6645
|
-
"truncate-utf8-bytes": "^1.0.0"
|
|
6646
|
-
}
|
|
6647
|
-
},
|
|
6648
|
-
"sax": {
|
|
6649
|
-
"version": "1.2.4"
|
|
6650
|
-
},
|
|
6651
|
-
"semver": {
|
|
6652
|
-
"version": "7.3.8",
|
|
6653
|
-
"requires": {
|
|
6654
|
-
"lru-cache": "^6.0.0"
|
|
6655
|
-
},
|
|
6656
|
-
"dependencies": {
|
|
6657
|
-
"lru-cache": {
|
|
6658
|
-
"version": "6.0.0",
|
|
6659
|
-
"requires": {
|
|
6660
|
-
"yallist": "^4.0.0"
|
|
6661
|
-
}
|
|
6662
|
-
},
|
|
6663
|
-
"yallist": {
|
|
6664
|
-
"version": "4.0.0"
|
|
6665
|
-
}
|
|
6666
|
-
}
|
|
6667
|
-
},
|
|
6668
|
-
"send": {
|
|
6669
|
-
"version": "0.18.0",
|
|
6670
|
-
"requires": {
|
|
6671
|
-
"debug": "2.6.9",
|
|
6672
|
-
"depd": "2.0.0",
|
|
6673
|
-
"destroy": "1.2.0",
|
|
6674
|
-
"encodeurl": "~1.0.2",
|
|
6675
|
-
"escape-html": "~1.0.3",
|
|
6676
|
-
"etag": "~1.8.1",
|
|
6677
|
-
"fresh": "0.5.2",
|
|
6678
|
-
"http-errors": "2.0.0",
|
|
6679
|
-
"mime": "1.6.0",
|
|
6680
|
-
"ms": "2.1.3",
|
|
6681
|
-
"on-finished": "2.4.1",
|
|
6682
|
-
"range-parser": "~1.2.1",
|
|
6683
|
-
"statuses": "2.0.1"
|
|
6684
|
-
},
|
|
6685
|
-
"dependencies": {
|
|
6686
|
-
"debug": {
|
|
6687
|
-
"version": "2.6.9",
|
|
6688
|
-
"requires": {
|
|
6689
|
-
"ms": "2.0.0"
|
|
6690
|
-
},
|
|
6691
|
-
"dependencies": {
|
|
6692
|
-
"ms": {
|
|
6693
|
-
"version": "2.0.0"
|
|
6694
|
-
}
|
|
6695
|
-
}
|
|
6696
|
-
},
|
|
6697
|
-
"ms": {
|
|
6698
|
-
"version": "2.1.3"
|
|
6699
|
-
}
|
|
6700
|
-
}
|
|
6701
|
-
},
|
|
6702
|
-
"serve-favicon": {
|
|
6703
|
-
"version": "2.5.0",
|
|
6704
|
-
"requires": {
|
|
6705
|
-
"etag": "~1.8.1",
|
|
6706
|
-
"fresh": "0.5.2",
|
|
6707
|
-
"ms": "2.1.1",
|
|
6708
|
-
"parseurl": "~1.3.2",
|
|
6709
|
-
"safe-buffer": "5.1.1"
|
|
6710
|
-
},
|
|
6711
|
-
"dependencies": {
|
|
6712
|
-
"ms": {
|
|
6713
|
-
"version": "2.1.1"
|
|
6714
|
-
},
|
|
6715
|
-
"safe-buffer": {
|
|
6716
|
-
"version": "5.1.1"
|
|
6717
|
-
}
|
|
6718
|
-
}
|
|
6719
|
-
},
|
|
6720
|
-
"serve-static": {
|
|
6721
|
-
"version": "1.15.0",
|
|
6722
|
-
"requires": {
|
|
6723
|
-
"encodeurl": "~1.0.2",
|
|
6724
|
-
"escape-html": "~1.0.3",
|
|
6725
|
-
"parseurl": "~1.3.3",
|
|
6726
|
-
"send": "0.18.0"
|
|
6727
|
-
}
|
|
6728
|
-
},
|
|
6729
|
-
"set-blocking": {
|
|
6730
|
-
"version": "2.0.0"
|
|
6731
|
-
},
|
|
6732
|
-
"setprototypeof": {
|
|
6733
|
-
"version": "1.2.0"
|
|
6734
|
-
},
|
|
6735
|
-
"shared-preferences-builder": {
|
|
6736
|
-
"version": "0.0.4",
|
|
6737
|
-
"requires": {
|
|
6738
|
-
"lodash": "^4.17.4",
|
|
6739
|
-
"xmlbuilder": "^9.0.1"
|
|
6740
|
-
},
|
|
6741
|
-
"dependencies": {
|
|
6742
|
-
"xmlbuilder": {
|
|
6743
|
-
"version": "9.0.7"
|
|
6744
|
-
}
|
|
6745
|
-
}
|
|
6746
|
-
},
|
|
6747
|
-
"shebang-command": {
|
|
6748
|
-
"version": "2.0.0",
|
|
6749
|
-
"extraneous": true,
|
|
6750
|
-
"requires": {
|
|
6751
|
-
"shebang-regex": "^3.0.0"
|
|
6752
|
-
}
|
|
6753
|
-
},
|
|
6754
|
-
"shebang-regex": {
|
|
6755
|
-
"version": "3.0.0",
|
|
6756
|
-
"extraneous": true
|
|
6757
|
-
},
|
|
6758
|
-
"shell-quote": {
|
|
6759
|
-
"version": "1.7.4"
|
|
6760
|
-
},
|
|
6761
|
-
"side-channel": {
|
|
6762
|
-
"version": "1.0.4",
|
|
6763
|
-
"requires": {
|
|
6764
|
-
"call-bind": "^1.0.0",
|
|
6765
|
-
"get-intrinsic": "^1.0.2",
|
|
6766
|
-
"object-inspect": "^1.9.0"
|
|
6767
|
-
}
|
|
6768
|
-
},
|
|
6769
|
-
"signal-exit": {
|
|
6770
|
-
"version": "3.0.7"
|
|
6771
|
-
},
|
|
6772
|
-
"simple-swizzle": {
|
|
6773
|
-
"version": "0.2.2",
|
|
6774
|
-
"extraneous": true,
|
|
6775
|
-
"requires": {
|
|
6776
|
-
"is-arrayish": "^0.3.1"
|
|
6777
|
-
},
|
|
6778
|
-
"dependencies": {
|
|
6779
|
-
"is-arrayish": {
|
|
6780
|
-
"version": "0.3.2",
|
|
6781
|
-
"extraneous": true
|
|
6782
|
-
}
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
|
-
"source-map": {
|
|
6786
|
-
"version": "0.6.1"
|
|
6787
|
-
},
|
|
6788
|
-
"source-map-support": {
|
|
6789
|
-
"version": "0.5.21",
|
|
6790
|
-
"requires": {
|
|
6791
|
-
"buffer-from": "^1.0.0",
|
|
6792
|
-
"source-map": "^0.6.0"
|
|
6793
|
-
}
|
|
6794
|
-
},
|
|
6795
|
-
"spdx-correct": {
|
|
6796
|
-
"version": "3.1.1",
|
|
6797
|
-
"requires": {
|
|
6798
|
-
"spdx-expression-parse": "^3.0.0",
|
|
6799
|
-
"spdx-license-ids": "^3.0.0"
|
|
6800
|
-
}
|
|
6801
|
-
},
|
|
6802
|
-
"spdx-exceptions": {
|
|
6803
|
-
"version": "2.3.0"
|
|
6804
|
-
},
|
|
6805
|
-
"spdx-expression-parse": {
|
|
6806
|
-
"version": "3.0.1",
|
|
6807
|
-
"requires": {
|
|
6808
|
-
"spdx-exceptions": "^2.1.0",
|
|
6809
|
-
"spdx-license-ids": "^3.0.0"
|
|
6810
|
-
}
|
|
6811
|
-
},
|
|
6812
|
-
"spdx-license-ids": {
|
|
6813
|
-
"version": "3.0.12"
|
|
6814
|
-
},
|
|
6815
|
-
"stack-trace": {
|
|
6816
|
-
"version": "0.0.10",
|
|
6817
|
-
"extraneous": true
|
|
6818
|
-
},
|
|
6819
|
-
"statuses": {
|
|
6820
|
-
"version": "2.0.1"
|
|
6821
|
-
},
|
|
6822
|
-
"stream-buffers": {
|
|
6823
|
-
"version": "2.2.0"
|
|
6824
|
-
},
|
|
6825
|
-
"stream-combiner": {
|
|
6826
|
-
"version": "0.2.2",
|
|
6827
|
-
"requires": {
|
|
6828
|
-
"duplexer": "~0.1.1",
|
|
6829
|
-
"through": "~2.3.4"
|
|
6830
|
-
}
|
|
6831
|
-
},
|
|
6832
|
-
"string_decoder": {
|
|
6833
|
-
"version": "1.3.0",
|
|
6834
|
-
"requires": {
|
|
6835
|
-
"safe-buffer": "~5.2.0"
|
|
6836
|
-
}
|
|
6837
|
-
},
|
|
6838
|
-
"strip-ansi": {
|
|
6839
|
-
"version": "6.0.1",
|
|
6840
|
-
"requires": {
|
|
6841
|
-
"ansi-regex": "^5.0.1"
|
|
6842
|
-
}
|
|
6843
|
-
},
|
|
6844
|
-
"supports-color": {
|
|
6845
|
-
"version": "8.1.1",
|
|
6846
|
-
"requires": {
|
|
6847
|
-
"has-flag": "^4.0.0"
|
|
6848
|
-
}
|
|
6849
|
-
},
|
|
6850
|
-
"supports-preserve-symlinks-flag": {
|
|
6851
|
-
"version": "1.0.0"
|
|
6852
|
-
},
|
|
6853
|
-
"tar-stream": {
|
|
6854
|
-
"version": "2.2.0",
|
|
6855
|
-
"requires": {
|
|
6856
|
-
"bl": "^4.0.3",
|
|
6857
|
-
"end-of-stream": "^1.4.1",
|
|
6858
|
-
"fs-constants": "^1.0.0",
|
|
6859
|
-
"inherits": "^2.0.3",
|
|
6860
|
-
"readable-stream": "^3.1.1"
|
|
6861
|
-
}
|
|
6862
|
-
},
|
|
6863
|
-
"teen_process": {
|
|
6864
|
-
"version": "2.0.2",
|
|
6865
|
-
"requires": {
|
|
6866
|
-
"@babel/runtime": "7.19.0",
|
|
6867
|
-
"bluebird": "3.7.2",
|
|
6868
|
-
"lodash": "4.17.21",
|
|
6869
|
-
"shell-quote": "1.7.3",
|
|
6870
|
-
"source-map-support": "0.5.21",
|
|
6871
|
-
"which": "2.0.2"
|
|
6872
|
-
},
|
|
6873
|
-
"dependencies": {
|
|
6874
|
-
"@babel/runtime": {
|
|
6875
|
-
"version": "7.19.0",
|
|
6876
|
-
"requires": {
|
|
6877
|
-
"regenerator-runtime": "^0.13.4"
|
|
6878
|
-
}
|
|
6879
|
-
},
|
|
6880
|
-
"shell-quote": {
|
|
6881
|
-
"version": "1.7.3"
|
|
6882
|
-
},
|
|
6883
|
-
"which": {
|
|
6884
|
-
"version": "2.0.2",
|
|
6885
|
-
"requires": {
|
|
6886
|
-
"isexe": "^2.0.0"
|
|
6887
|
-
}
|
|
6888
|
-
}
|
|
6889
|
-
}
|
|
6890
|
-
},
|
|
6891
|
-
"text-hex": {
|
|
6892
|
-
"version": "1.0.0",
|
|
6893
|
-
"extraneous": true
|
|
6894
|
-
},
|
|
6895
|
-
"through": {
|
|
6896
|
-
"version": "2.3.8"
|
|
6897
|
-
},
|
|
6898
|
-
"timm": {
|
|
6899
|
-
"version": "1.7.1"
|
|
6900
|
-
},
|
|
6901
|
-
"tinycolor2": {
|
|
6902
|
-
"version": "1.5.2"
|
|
6903
|
-
},
|
|
6904
|
-
"toidentifier": {
|
|
6905
|
-
"version": "1.0.1"
|
|
6906
|
-
},
|
|
6907
|
-
"triple-beam": {
|
|
6908
|
-
"version": "1.3.0",
|
|
6909
|
-
"extraneous": true
|
|
6910
|
-
},
|
|
6911
|
-
"truncate-utf8-bytes": {
|
|
6912
|
-
"version": "1.0.2",
|
|
6913
|
-
"requires": {
|
|
6914
|
-
"utf8-byte-length": "^1.0.1"
|
|
6915
|
-
}
|
|
6916
|
-
},
|
|
6917
|
-
"type-fest": {
|
|
6918
|
-
"version": "3.5.3"
|
|
6919
|
-
},
|
|
6920
|
-
"type-is": {
|
|
6921
|
-
"version": "1.6.18",
|
|
6922
|
-
"requires": {
|
|
6923
|
-
"media-typer": "0.3.0",
|
|
6924
|
-
"mime-types": "~2.1.24"
|
|
6925
|
-
}
|
|
6926
|
-
},
|
|
6927
|
-
"unorm": {
|
|
6928
|
-
"version": "1.6.0"
|
|
6929
|
-
},
|
|
6930
|
-
"unpipe": {
|
|
6931
|
-
"version": "1.0.0"
|
|
6932
|
-
},
|
|
6933
|
-
"uri-js": {
|
|
6934
|
-
"version": "4.4.1",
|
|
6935
|
-
"extraneous": true,
|
|
6936
|
-
"requires": {
|
|
6937
|
-
"punycode": "^2.1.0"
|
|
6938
|
-
}
|
|
6939
|
-
},
|
|
6940
|
-
"utf7": {
|
|
6941
|
-
"version": "1.0.2",
|
|
6942
|
-
"requires": {
|
|
6943
|
-
"semver": "~5.3.0"
|
|
6944
|
-
},
|
|
6945
|
-
"dependencies": {
|
|
6946
|
-
"semver": {
|
|
6947
|
-
"version": "5.3.0"
|
|
6948
|
-
}
|
|
6949
|
-
}
|
|
6950
|
-
},
|
|
6951
|
-
"utf8-byte-length": {
|
|
6952
|
-
"version": "1.0.4"
|
|
6953
|
-
},
|
|
6954
|
-
"utif": {
|
|
6955
|
-
"version": "2.0.1",
|
|
6956
|
-
"requires": {
|
|
6957
|
-
"pako": "^1.0.5"
|
|
6958
|
-
}
|
|
6959
|
-
},
|
|
6960
|
-
"util-deprecate": {
|
|
6961
|
-
"version": "1.0.2"
|
|
6962
|
-
},
|
|
6963
|
-
"utils-merge": {
|
|
6964
|
-
"version": "1.0.1"
|
|
6965
|
-
},
|
|
6966
|
-
"uuid": {
|
|
6967
|
-
"version": "9.0.0"
|
|
6968
|
-
},
|
|
6969
|
-
"validate-npm-package-license": {
|
|
6970
|
-
"version": "3.0.4",
|
|
6971
|
-
"requires": {
|
|
6972
|
-
"spdx-correct": "^3.0.0",
|
|
6973
|
-
"spdx-expression-parse": "^3.0.0"
|
|
6974
|
-
}
|
|
6975
|
-
},
|
|
6976
|
-
"validate.js": {
|
|
6977
|
-
"version": "0.13.1"
|
|
6978
|
-
},
|
|
6979
|
-
"vary": {
|
|
6980
|
-
"version": "1.1.2"
|
|
6981
|
-
},
|
|
6982
|
-
"wcwidth": {
|
|
6983
|
-
"version": "1.0.1",
|
|
6984
|
-
"extraneous": true,
|
|
6985
|
-
"requires": {
|
|
6986
|
-
"defaults": "^1.0.3"
|
|
6987
|
-
}
|
|
6988
|
-
},
|
|
6989
|
-
"which": {
|
|
6990
|
-
"version": "3.0.0",
|
|
6991
|
-
"requires": {
|
|
6992
|
-
"isexe": "^2.0.0"
|
|
6993
|
-
}
|
|
6994
|
-
},
|
|
6995
|
-
"wide-align": {
|
|
6996
|
-
"version": "1.1.5",
|
|
6997
|
-
"requires": {
|
|
6998
|
-
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
6999
|
-
},
|
|
7000
|
-
"dependencies": {
|
|
7001
|
-
"emoji-regex": {
|
|
7002
|
-
"version": "8.0.0"
|
|
7003
|
-
},
|
|
7004
|
-
"is-fullwidth-code-point": {
|
|
7005
|
-
"version": "3.0.0"
|
|
7006
|
-
},
|
|
7007
|
-
"string-width": {
|
|
7008
|
-
"version": "4.2.3",
|
|
7009
|
-
"requires": {
|
|
7010
|
-
"emoji-regex": "^8.0.0",
|
|
7011
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
7012
|
-
"strip-ansi": "^6.0.1"
|
|
7013
|
-
}
|
|
7014
|
-
}
|
|
7015
|
-
}
|
|
7016
|
-
},
|
|
7017
|
-
"winston": {
|
|
7018
|
-
"version": "3.8.2",
|
|
7019
|
-
"extraneous": true,
|
|
7020
|
-
"requires": {
|
|
7021
|
-
"@colors/colors": "1.5.0",
|
|
7022
|
-
"@dabh/diagnostics": "^2.0.2",
|
|
7023
|
-
"async": "^3.2.3",
|
|
7024
|
-
"is-stream": "^2.0.0",
|
|
7025
|
-
"logform": "^2.4.0",
|
|
7026
|
-
"one-time": "^1.0.0",
|
|
7027
|
-
"readable-stream": "^3.4.0",
|
|
7028
|
-
"safe-stable-stringify": "^2.3.1",
|
|
7029
|
-
"stack-trace": "0.0.x",
|
|
7030
|
-
"triple-beam": "^1.3.0",
|
|
7031
|
-
"winston-transport": "^4.5.0"
|
|
7032
|
-
}
|
|
7033
|
-
},
|
|
7034
|
-
"winston-transport": {
|
|
7035
|
-
"version": "4.5.0",
|
|
7036
|
-
"extraneous": true,
|
|
7037
|
-
"requires": {
|
|
7038
|
-
"logform": "^2.3.2",
|
|
7039
|
-
"readable-stream": "^3.6.0",
|
|
7040
|
-
"triple-beam": "^1.3.0"
|
|
7041
|
-
}
|
|
7042
|
-
},
|
|
7043
|
-
"wrap-ansi": {
|
|
7044
|
-
"version": "7.0.0",
|
|
7045
|
-
"extraneous": true,
|
|
7046
|
-
"requires": {
|
|
7047
|
-
"ansi-styles": "^4.0.0",
|
|
7048
|
-
"string-width": "^4.1.0",
|
|
7049
|
-
"strip-ansi": "^6.0.0"
|
|
7050
|
-
},
|
|
7051
|
-
"dependencies": {
|
|
7052
|
-
"ansi-styles": {
|
|
7053
|
-
"version": "4.3.0",
|
|
7054
|
-
"extraneous": true,
|
|
7055
|
-
"requires": {
|
|
7056
|
-
"color-convert": "^2.0.1"
|
|
7057
|
-
}
|
|
7058
|
-
},
|
|
7059
|
-
"color-convert": {
|
|
7060
|
-
"version": "2.0.1",
|
|
7061
|
-
"extraneous": true,
|
|
7062
|
-
"requires": {
|
|
7063
|
-
"color-name": "~1.1.4"
|
|
7064
|
-
}
|
|
7065
|
-
},
|
|
7066
|
-
"color-name": {
|
|
7067
|
-
"version": "1.1.4",
|
|
7068
|
-
"extraneous": true
|
|
7069
|
-
},
|
|
7070
|
-
"emoji-regex": {
|
|
7071
|
-
"version": "8.0.0",
|
|
7072
|
-
"extraneous": true
|
|
7073
|
-
},
|
|
7074
|
-
"is-fullwidth-code-point": {
|
|
7075
|
-
"version": "3.0.0",
|
|
7076
|
-
"extraneous": true
|
|
7077
|
-
},
|
|
7078
|
-
"string-width": {
|
|
7079
|
-
"version": "4.2.3",
|
|
7080
|
-
"extraneous": true,
|
|
7081
|
-
"requires": {
|
|
7082
|
-
"emoji-regex": "^8.0.0",
|
|
7083
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
7084
|
-
"strip-ansi": "^6.0.1"
|
|
7085
|
-
}
|
|
7086
|
-
}
|
|
7087
|
-
}
|
|
7088
|
-
},
|
|
7089
|
-
"wrappy": {
|
|
7090
|
-
"version": "1.0.2"
|
|
7091
|
-
},
|
|
7092
|
-
"ws": {
|
|
7093
|
-
"version": "8.12.0",
|
|
7094
|
-
"requires": {}
|
|
7095
|
-
},
|
|
7096
|
-
"xhr": {
|
|
7097
|
-
"version": "2.6.0",
|
|
7098
|
-
"requires": {
|
|
7099
|
-
"global": "~4.4.0",
|
|
7100
|
-
"is-function": "^1.0.1",
|
|
7101
|
-
"parse-headers": "^2.0.0",
|
|
7102
|
-
"xtend": "^4.0.0"
|
|
7103
|
-
}
|
|
7104
|
-
},
|
|
7105
|
-
"xml-parse-from-string": {
|
|
7106
|
-
"version": "1.0.1"
|
|
7107
|
-
},
|
|
7108
|
-
"xml2js": {
|
|
7109
|
-
"version": "0.4.23",
|
|
7110
|
-
"requires": {
|
|
7111
|
-
"sax": ">=0.6.0",
|
|
7112
|
-
"xmlbuilder": "~11.0.0"
|
|
7113
|
-
},
|
|
7114
|
-
"dependencies": {
|
|
7115
|
-
"xmlbuilder": {
|
|
7116
|
-
"version": "11.0.1"
|
|
7117
|
-
}
|
|
7118
|
-
}
|
|
7119
|
-
},
|
|
7120
|
-
"xmlbuilder": {
|
|
7121
|
-
"version": "15.1.1"
|
|
7122
|
-
},
|
|
7123
|
-
"xpath": {
|
|
7124
|
-
"version": "0.0.32"
|
|
7125
|
-
},
|
|
7126
|
-
"xtend": {
|
|
7127
|
-
"version": "4.0.2"
|
|
7128
|
-
},
|
|
7129
|
-
"yaml": {
|
|
7130
|
-
"version": "2.2.1",
|
|
7131
|
-
"extraneous": true
|
|
7132
|
-
},
|
|
7133
|
-
"yauzl": {
|
|
7134
|
-
"version": "2.10.0",
|
|
7135
|
-
"requires": {
|
|
7136
|
-
"buffer-crc32": "~0.2.3",
|
|
7137
|
-
"fd-slicer": "~1.1.0"
|
|
7138
|
-
}
|
|
7139
|
-
},
|
|
7140
|
-
"yocto-queue": {
|
|
7141
|
-
"version": "0.1.0"
|
|
7142
|
-
},
|
|
7143
|
-
"zip-stream": {
|
|
7144
|
-
"version": "4.1.0",
|
|
7145
|
-
"requires": {
|
|
7146
|
-
"archiver-utils": "^2.1.0",
|
|
7147
|
-
"compress-commons": "^4.1.0",
|
|
7148
|
-
"readable-stream": "^3.6.0"
|
|
7149
|
-
}
|
|
7150
|
-
}
|
|
7151
4919
|
}
|
|
7152
4920
|
}
|