appium-uiautomator2-driver 6.1.0 → 6.1.1
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 +6 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +1 -5
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts +49 -83
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +150 -190
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +4 -9
- package/lib/{uiautomator2.js → uiautomator2.ts} +291 -261
- package/npm-shrinkwrap.json +498 -63
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "6.1.
|
|
9
|
+
"version": "6.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -247,6 +247,424 @@
|
|
|
247
247
|
"sharp": "0.34.4"
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
|
+
"node_modules/@appium/support/node_modules/@img/sharp-darwin-arm64": {
|
|
251
|
+
"version": "0.34.4",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",
|
|
253
|
+
"integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",
|
|
254
|
+
"cpu": [
|
|
255
|
+
"arm64"
|
|
256
|
+
],
|
|
257
|
+
"license": "Apache-2.0",
|
|
258
|
+
"optional": true,
|
|
259
|
+
"os": [
|
|
260
|
+
"darwin"
|
|
261
|
+
],
|
|
262
|
+
"engines": {
|
|
263
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
264
|
+
},
|
|
265
|
+
"funding": {
|
|
266
|
+
"url": "https://opencollective.com/libvips"
|
|
267
|
+
},
|
|
268
|
+
"optionalDependencies": {
|
|
269
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.3"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"node_modules/@appium/support/node_modules/@img/sharp-darwin-x64": {
|
|
273
|
+
"version": "0.34.4",
|
|
274
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",
|
|
275
|
+
"integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",
|
|
276
|
+
"cpu": [
|
|
277
|
+
"x64"
|
|
278
|
+
],
|
|
279
|
+
"license": "Apache-2.0",
|
|
280
|
+
"optional": true,
|
|
281
|
+
"os": [
|
|
282
|
+
"darwin"
|
|
283
|
+
],
|
|
284
|
+
"engines": {
|
|
285
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
286
|
+
},
|
|
287
|
+
"funding": {
|
|
288
|
+
"url": "https://opencollective.com/libvips"
|
|
289
|
+
},
|
|
290
|
+
"optionalDependencies": {
|
|
291
|
+
"@img/sharp-libvips-darwin-x64": "1.2.3"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
295
|
+
"version": "1.2.3",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",
|
|
297
|
+
"integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",
|
|
298
|
+
"cpu": [
|
|
299
|
+
"arm64"
|
|
300
|
+
],
|
|
301
|
+
"license": "LGPL-3.0-or-later",
|
|
302
|
+
"optional": true,
|
|
303
|
+
"os": [
|
|
304
|
+
"darwin"
|
|
305
|
+
],
|
|
306
|
+
"funding": {
|
|
307
|
+
"url": "https://opencollective.com/libvips"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-darwin-x64": {
|
|
311
|
+
"version": "1.2.3",
|
|
312
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",
|
|
313
|
+
"integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",
|
|
314
|
+
"cpu": [
|
|
315
|
+
"x64"
|
|
316
|
+
],
|
|
317
|
+
"license": "LGPL-3.0-or-later",
|
|
318
|
+
"optional": true,
|
|
319
|
+
"os": [
|
|
320
|
+
"darwin"
|
|
321
|
+
],
|
|
322
|
+
"funding": {
|
|
323
|
+
"url": "https://opencollective.com/libvips"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm": {
|
|
327
|
+
"version": "1.2.3",
|
|
328
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",
|
|
329
|
+
"integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",
|
|
330
|
+
"cpu": [
|
|
331
|
+
"arm"
|
|
332
|
+
],
|
|
333
|
+
"license": "LGPL-3.0-or-later",
|
|
334
|
+
"optional": true,
|
|
335
|
+
"os": [
|
|
336
|
+
"linux"
|
|
337
|
+
],
|
|
338
|
+
"funding": {
|
|
339
|
+
"url": "https://opencollective.com/libvips"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-arm64": {
|
|
343
|
+
"version": "1.2.3",
|
|
344
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",
|
|
345
|
+
"integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",
|
|
346
|
+
"cpu": [
|
|
347
|
+
"arm64"
|
|
348
|
+
],
|
|
349
|
+
"license": "LGPL-3.0-or-later",
|
|
350
|
+
"optional": true,
|
|
351
|
+
"os": [
|
|
352
|
+
"linux"
|
|
353
|
+
],
|
|
354
|
+
"funding": {
|
|
355
|
+
"url": "https://opencollective.com/libvips"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
359
|
+
"version": "1.2.3",
|
|
360
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",
|
|
361
|
+
"integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",
|
|
362
|
+
"cpu": [
|
|
363
|
+
"ppc64"
|
|
364
|
+
],
|
|
365
|
+
"license": "LGPL-3.0-or-later",
|
|
366
|
+
"optional": true,
|
|
367
|
+
"os": [
|
|
368
|
+
"linux"
|
|
369
|
+
],
|
|
370
|
+
"funding": {
|
|
371
|
+
"url": "https://opencollective.com/libvips"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-s390x": {
|
|
375
|
+
"version": "1.2.3",
|
|
376
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",
|
|
377
|
+
"integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",
|
|
378
|
+
"cpu": [
|
|
379
|
+
"s390x"
|
|
380
|
+
],
|
|
381
|
+
"license": "LGPL-3.0-or-later",
|
|
382
|
+
"optional": true,
|
|
383
|
+
"os": [
|
|
384
|
+
"linux"
|
|
385
|
+
],
|
|
386
|
+
"funding": {
|
|
387
|
+
"url": "https://opencollective.com/libvips"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
391
|
+
"version": "1.2.3",
|
|
392
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",
|
|
393
|
+
"integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",
|
|
394
|
+
"cpu": [
|
|
395
|
+
"x64"
|
|
396
|
+
],
|
|
397
|
+
"license": "LGPL-3.0-or-later",
|
|
398
|
+
"optional": true,
|
|
399
|
+
"os": [
|
|
400
|
+
"linux"
|
|
401
|
+
],
|
|
402
|
+
"funding": {
|
|
403
|
+
"url": "https://opencollective.com/libvips"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
407
|
+
"version": "1.2.3",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",
|
|
409
|
+
"integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",
|
|
410
|
+
"cpu": [
|
|
411
|
+
"arm64"
|
|
412
|
+
],
|
|
413
|
+
"license": "LGPL-3.0-or-later",
|
|
414
|
+
"optional": true,
|
|
415
|
+
"os": [
|
|
416
|
+
"linux"
|
|
417
|
+
],
|
|
418
|
+
"funding": {
|
|
419
|
+
"url": "https://opencollective.com/libvips"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
423
|
+
"version": "1.2.3",
|
|
424
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",
|
|
425
|
+
"integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",
|
|
426
|
+
"cpu": [
|
|
427
|
+
"x64"
|
|
428
|
+
],
|
|
429
|
+
"license": "LGPL-3.0-or-later",
|
|
430
|
+
"optional": true,
|
|
431
|
+
"os": [
|
|
432
|
+
"linux"
|
|
433
|
+
],
|
|
434
|
+
"funding": {
|
|
435
|
+
"url": "https://opencollective.com/libvips"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm": {
|
|
439
|
+
"version": "0.34.4",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.4.tgz",
|
|
441
|
+
"integrity": "sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==",
|
|
442
|
+
"cpu": [
|
|
443
|
+
"arm"
|
|
444
|
+
],
|
|
445
|
+
"license": "Apache-2.0",
|
|
446
|
+
"optional": true,
|
|
447
|
+
"os": [
|
|
448
|
+
"linux"
|
|
449
|
+
],
|
|
450
|
+
"engines": {
|
|
451
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
452
|
+
},
|
|
453
|
+
"funding": {
|
|
454
|
+
"url": "https://opencollective.com/libvips"
|
|
455
|
+
},
|
|
456
|
+
"optionalDependencies": {
|
|
457
|
+
"@img/sharp-libvips-linux-arm": "1.2.3"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-arm64": {
|
|
461
|
+
"version": "0.34.4",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.4.tgz",
|
|
463
|
+
"integrity": "sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==",
|
|
464
|
+
"cpu": [
|
|
465
|
+
"arm64"
|
|
466
|
+
],
|
|
467
|
+
"license": "Apache-2.0",
|
|
468
|
+
"optional": true,
|
|
469
|
+
"os": [
|
|
470
|
+
"linux"
|
|
471
|
+
],
|
|
472
|
+
"engines": {
|
|
473
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
474
|
+
},
|
|
475
|
+
"funding": {
|
|
476
|
+
"url": "https://opencollective.com/libvips"
|
|
477
|
+
},
|
|
478
|
+
"optionalDependencies": {
|
|
479
|
+
"@img/sharp-libvips-linux-arm64": "1.2.3"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-ppc64": {
|
|
483
|
+
"version": "0.34.4",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.4.tgz",
|
|
485
|
+
"integrity": "sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==",
|
|
486
|
+
"cpu": [
|
|
487
|
+
"ppc64"
|
|
488
|
+
],
|
|
489
|
+
"license": "Apache-2.0",
|
|
490
|
+
"optional": true,
|
|
491
|
+
"os": [
|
|
492
|
+
"linux"
|
|
493
|
+
],
|
|
494
|
+
"engines": {
|
|
495
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
496
|
+
},
|
|
497
|
+
"funding": {
|
|
498
|
+
"url": "https://opencollective.com/libvips"
|
|
499
|
+
},
|
|
500
|
+
"optionalDependencies": {
|
|
501
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.3"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-s390x": {
|
|
505
|
+
"version": "0.34.4",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.4.tgz",
|
|
507
|
+
"integrity": "sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==",
|
|
508
|
+
"cpu": [
|
|
509
|
+
"s390x"
|
|
510
|
+
],
|
|
511
|
+
"license": "Apache-2.0",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"os": [
|
|
514
|
+
"linux"
|
|
515
|
+
],
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
518
|
+
},
|
|
519
|
+
"funding": {
|
|
520
|
+
"url": "https://opencollective.com/libvips"
|
|
521
|
+
},
|
|
522
|
+
"optionalDependencies": {
|
|
523
|
+
"@img/sharp-libvips-linux-s390x": "1.2.3"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
527
|
+
"version": "0.34.4",
|
|
528
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.4.tgz",
|
|
529
|
+
"integrity": "sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==",
|
|
530
|
+
"cpu": [
|
|
531
|
+
"x64"
|
|
532
|
+
],
|
|
533
|
+
"license": "Apache-2.0",
|
|
534
|
+
"optional": true,
|
|
535
|
+
"os": [
|
|
536
|
+
"linux"
|
|
537
|
+
],
|
|
538
|
+
"engines": {
|
|
539
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
540
|
+
},
|
|
541
|
+
"funding": {
|
|
542
|
+
"url": "https://opencollective.com/libvips"
|
|
543
|
+
},
|
|
544
|
+
"optionalDependencies": {
|
|
545
|
+
"@img/sharp-libvips-linux-x64": "1.2.3"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-arm64": {
|
|
549
|
+
"version": "0.34.4",
|
|
550
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.4.tgz",
|
|
551
|
+
"integrity": "sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==",
|
|
552
|
+
"cpu": [
|
|
553
|
+
"arm64"
|
|
554
|
+
],
|
|
555
|
+
"license": "Apache-2.0",
|
|
556
|
+
"optional": true,
|
|
557
|
+
"os": [
|
|
558
|
+
"linux"
|
|
559
|
+
],
|
|
560
|
+
"engines": {
|
|
561
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
562
|
+
},
|
|
563
|
+
"funding": {
|
|
564
|
+
"url": "https://opencollective.com/libvips"
|
|
565
|
+
},
|
|
566
|
+
"optionalDependencies": {
|
|
567
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
571
|
+
"version": "0.34.4",
|
|
572
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.4.tgz",
|
|
573
|
+
"integrity": "sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==",
|
|
574
|
+
"cpu": [
|
|
575
|
+
"x64"
|
|
576
|
+
],
|
|
577
|
+
"license": "Apache-2.0",
|
|
578
|
+
"optional": true,
|
|
579
|
+
"os": [
|
|
580
|
+
"linux"
|
|
581
|
+
],
|
|
582
|
+
"engines": {
|
|
583
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
584
|
+
},
|
|
585
|
+
"funding": {
|
|
586
|
+
"url": "https://opencollective.com/libvips"
|
|
587
|
+
},
|
|
588
|
+
"optionalDependencies": {
|
|
589
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.3"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"node_modules/@appium/support/node_modules/@img/sharp-wasm32": {
|
|
593
|
+
"version": "0.34.4",
|
|
594
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.4.tgz",
|
|
595
|
+
"integrity": "sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==",
|
|
596
|
+
"cpu": [
|
|
597
|
+
"wasm32"
|
|
598
|
+
],
|
|
599
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
600
|
+
"optional": true,
|
|
601
|
+
"dependencies": {
|
|
602
|
+
"@emnapi/runtime": "^1.5.0"
|
|
603
|
+
},
|
|
604
|
+
"engines": {
|
|
605
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
606
|
+
},
|
|
607
|
+
"funding": {
|
|
608
|
+
"url": "https://opencollective.com/libvips"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-arm64": {
|
|
612
|
+
"version": "0.34.4",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.4.tgz",
|
|
614
|
+
"integrity": "sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==",
|
|
615
|
+
"cpu": [
|
|
616
|
+
"arm64"
|
|
617
|
+
],
|
|
618
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
619
|
+
"optional": true,
|
|
620
|
+
"os": [
|
|
621
|
+
"win32"
|
|
622
|
+
],
|
|
623
|
+
"engines": {
|
|
624
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
625
|
+
},
|
|
626
|
+
"funding": {
|
|
627
|
+
"url": "https://opencollective.com/libvips"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-ia32": {
|
|
631
|
+
"version": "0.34.4",
|
|
632
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.4.tgz",
|
|
633
|
+
"integrity": "sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==",
|
|
634
|
+
"cpu": [
|
|
635
|
+
"ia32"
|
|
636
|
+
],
|
|
637
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
638
|
+
"optional": true,
|
|
639
|
+
"os": [
|
|
640
|
+
"win32"
|
|
641
|
+
],
|
|
642
|
+
"engines": {
|
|
643
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
644
|
+
},
|
|
645
|
+
"funding": {
|
|
646
|
+
"url": "https://opencollective.com/libvips"
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"node_modules/@appium/support/node_modules/@img/sharp-win32-x64": {
|
|
650
|
+
"version": "0.34.4",
|
|
651
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.4.tgz",
|
|
652
|
+
"integrity": "sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==",
|
|
653
|
+
"cpu": [
|
|
654
|
+
"x64"
|
|
655
|
+
],
|
|
656
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
657
|
+
"optional": true,
|
|
658
|
+
"os": [
|
|
659
|
+
"win32"
|
|
660
|
+
],
|
|
661
|
+
"engines": {
|
|
662
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
663
|
+
},
|
|
664
|
+
"funding": {
|
|
665
|
+
"url": "https://opencollective.com/libvips"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
250
668
|
"node_modules/@appium/support/node_modules/axios": {
|
|
251
669
|
"version": "1.12.2",
|
|
252
670
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
@@ -258,6 +676,49 @@
|
|
|
258
676
|
"proxy-from-env": "^1.1.0"
|
|
259
677
|
}
|
|
260
678
|
},
|
|
679
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
680
|
+
"version": "0.34.4",
|
|
681
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
682
|
+
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
683
|
+
"hasInstallScript": true,
|
|
684
|
+
"license": "Apache-2.0",
|
|
685
|
+
"optional": true,
|
|
686
|
+
"dependencies": {
|
|
687
|
+
"@img/colour": "^1.0.0",
|
|
688
|
+
"detect-libc": "^2.1.0",
|
|
689
|
+
"semver": "^7.7.2"
|
|
690
|
+
},
|
|
691
|
+
"engines": {
|
|
692
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
693
|
+
},
|
|
694
|
+
"funding": {
|
|
695
|
+
"url": "https://opencollective.com/libvips"
|
|
696
|
+
},
|
|
697
|
+
"optionalDependencies": {
|
|
698
|
+
"@img/sharp-darwin-arm64": "0.34.4",
|
|
699
|
+
"@img/sharp-darwin-x64": "0.34.4",
|
|
700
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
701
|
+
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
702
|
+
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
703
|
+
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
704
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
705
|
+
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
706
|
+
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
707
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
708
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
709
|
+
"@img/sharp-linux-arm": "0.34.4",
|
|
710
|
+
"@img/sharp-linux-arm64": "0.34.4",
|
|
711
|
+
"@img/sharp-linux-ppc64": "0.34.4",
|
|
712
|
+
"@img/sharp-linux-s390x": "0.34.4",
|
|
713
|
+
"@img/sharp-linux-x64": "0.34.4",
|
|
714
|
+
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
715
|
+
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
716
|
+
"@img/sharp-wasm32": "0.34.4",
|
|
717
|
+
"@img/sharp-win32-arm64": "0.34.4",
|
|
718
|
+
"@img/sharp-win32-ia32": "0.34.4",
|
|
719
|
+
"@img/sharp-win32-x64": "0.34.4"
|
|
720
|
+
}
|
|
721
|
+
},
|
|
261
722
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
262
723
|
"version": "3.0.1",
|
|
263
724
|
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
@@ -346,6 +807,16 @@
|
|
|
346
807
|
"kuler": "^2.0.0"
|
|
347
808
|
}
|
|
348
809
|
},
|
|
810
|
+
"node_modules/@emnapi/runtime": {
|
|
811
|
+
"version": "1.7.0",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
813
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
814
|
+
"license": "MIT",
|
|
815
|
+
"optional": true,
|
|
816
|
+
"dependencies": {
|
|
817
|
+
"tslib": "^2.4.0"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
349
820
|
"node_modules/@img/colour": {
|
|
350
821
|
"version": "1.0.0",
|
|
351
822
|
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
@@ -600,9 +1071,9 @@
|
|
|
600
1071
|
}
|
|
601
1072
|
},
|
|
602
1073
|
"node_modules/appium-adb": {
|
|
603
|
-
"version": "14.0.
|
|
604
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.
|
|
605
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "14.0.1",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.0.1.tgz",
|
|
1076
|
+
"integrity": "sha512-AHgfQGXrFZ3Fg1wrwFnBaFSGdu9N41KyeLqwnN5J2rNF5X8RgbtJ/5babbVQ/c92l0ZvEiauobFST9hCSbiyIQ==",
|
|
606
1077
|
"license": "Apache-2.0",
|
|
607
1078
|
"dependencies": {
|
|
608
1079
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -654,9 +1125,9 @@
|
|
|
654
1125
|
}
|
|
655
1126
|
},
|
|
656
1127
|
"node_modules/appium-chromedriver": {
|
|
657
|
-
"version": "8.0.
|
|
658
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
659
|
-
"integrity": "sha512-
|
|
1128
|
+
"version": "8.0.19",
|
|
1129
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.19.tgz",
|
|
1130
|
+
"integrity": "sha512-if8DuH0Ca0ISm3sCL2i/00Z/kjuwY5qVdvZ3U+xbOrTMVR2BscG49E2Jgbb4azffy7cGdrgegapOXYQtB97NCQ==",
|
|
660
1131
|
"license": "Apache-2.0",
|
|
661
1132
|
"dependencies": {
|
|
662
1133
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -679,9 +1150,9 @@
|
|
|
679
1150
|
}
|
|
680
1151
|
},
|
|
681
1152
|
"node_modules/appium-uiautomator2-server": {
|
|
682
|
-
"version": "9.1.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.
|
|
684
|
-
"integrity": "sha512
|
|
1153
|
+
"version": "9.1.2",
|
|
1154
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-9.1.2.tgz",
|
|
1155
|
+
"integrity": "sha512-/d81TKVymlUYl6N0UpUUe64PeomjwCu0bUtQKROKleoZP5JDMedaXROVFDUoDveLIz50STejVom5fsoPLOrqAg==",
|
|
685
1156
|
"license": "Apache-2.0",
|
|
686
1157
|
"engines": {
|
|
687
1158
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -871,9 +1342,9 @@
|
|
|
871
1342
|
"license": "MIT"
|
|
872
1343
|
},
|
|
873
1344
|
"node_modules/axios": {
|
|
874
|
-
"version": "1.13.
|
|
875
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
876
|
-
"integrity": "sha512-
|
|
1345
|
+
"version": "1.13.2",
|
|
1346
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
1347
|
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
877
1348
|
"license": "MIT",
|
|
878
1349
|
"dependencies": {
|
|
879
1350
|
"follow-redirects": "^1.15.6",
|
|
@@ -902,9 +1373,9 @@
|
|
|
902
1373
|
"license": "MIT"
|
|
903
1374
|
},
|
|
904
1375
|
"node_modules/bare-events": {
|
|
905
|
-
"version": "2.8.
|
|
906
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.
|
|
907
|
-
"integrity": "sha512-
|
|
1376
|
+
"version": "2.8.2",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.2.tgz",
|
|
1378
|
+
"integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==",
|
|
908
1379
|
"license": "Apache-2.0",
|
|
909
1380
|
"peerDependencies": {
|
|
910
1381
|
"bare-abort-controller": "*"
|
|
@@ -3132,9 +3603,9 @@
|
|
|
3132
3603
|
"license": "MIT"
|
|
3133
3604
|
},
|
|
3134
3605
|
"node_modules/path-scurry": {
|
|
3135
|
-
"version": "2.0.
|
|
3136
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
3137
|
-
"integrity": "sha512-
|
|
3606
|
+
"version": "2.0.1",
|
|
3607
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz",
|
|
3608
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
3138
3609
|
"license": "BlueOak-1.0.0",
|
|
3139
3610
|
"dependencies": {
|
|
3140
3611
|
"lru-cache": "^11.0.0",
|
|
@@ -3615,49 +4086,6 @@
|
|
|
3615
4086
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
3616
4087
|
"license": "ISC"
|
|
3617
4088
|
},
|
|
3618
|
-
"node_modules/sharp": {
|
|
3619
|
-
"version": "0.34.4",
|
|
3620
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.4.tgz",
|
|
3621
|
-
"integrity": "sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==",
|
|
3622
|
-
"devOptional": true,
|
|
3623
|
-
"hasInstallScript": true,
|
|
3624
|
-
"license": "Apache-2.0",
|
|
3625
|
-
"dependencies": {
|
|
3626
|
-
"@img/colour": "^1.0.0",
|
|
3627
|
-
"detect-libc": "^2.1.0",
|
|
3628
|
-
"semver": "^7.7.2"
|
|
3629
|
-
},
|
|
3630
|
-
"engines": {
|
|
3631
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3632
|
-
},
|
|
3633
|
-
"funding": {
|
|
3634
|
-
"url": "https://opencollective.com/libvips"
|
|
3635
|
-
},
|
|
3636
|
-
"optionalDependencies": {
|
|
3637
|
-
"@img/sharp-darwin-arm64": "0.34.4",
|
|
3638
|
-
"@img/sharp-darwin-x64": "0.34.4",
|
|
3639
|
-
"@img/sharp-libvips-darwin-arm64": "1.2.3",
|
|
3640
|
-
"@img/sharp-libvips-darwin-x64": "1.2.3",
|
|
3641
|
-
"@img/sharp-libvips-linux-arm": "1.2.3",
|
|
3642
|
-
"@img/sharp-libvips-linux-arm64": "1.2.3",
|
|
3643
|
-
"@img/sharp-libvips-linux-ppc64": "1.2.3",
|
|
3644
|
-
"@img/sharp-libvips-linux-s390x": "1.2.3",
|
|
3645
|
-
"@img/sharp-libvips-linux-x64": "1.2.3",
|
|
3646
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.2.3",
|
|
3647
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.2.3",
|
|
3648
|
-
"@img/sharp-linux-arm": "0.34.4",
|
|
3649
|
-
"@img/sharp-linux-arm64": "0.34.4",
|
|
3650
|
-
"@img/sharp-linux-ppc64": "0.34.4",
|
|
3651
|
-
"@img/sharp-linux-s390x": "0.34.4",
|
|
3652
|
-
"@img/sharp-linux-x64": "0.34.4",
|
|
3653
|
-
"@img/sharp-linuxmusl-arm64": "0.34.4",
|
|
3654
|
-
"@img/sharp-linuxmusl-x64": "0.34.4",
|
|
3655
|
-
"@img/sharp-wasm32": "0.34.4",
|
|
3656
|
-
"@img/sharp-win32-arm64": "0.34.4",
|
|
3657
|
-
"@img/sharp-win32-ia32": "0.34.4",
|
|
3658
|
-
"@img/sharp-win32-x64": "0.34.4"
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
4089
|
"node_modules/shebang-command": {
|
|
3662
4090
|
"version": "2.0.0",
|
|
3663
4091
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4134,6 +4562,13 @@
|
|
|
4134
4562
|
"utf8-byte-length": "^1.0.1"
|
|
4135
4563
|
}
|
|
4136
4564
|
},
|
|
4565
|
+
"node_modules/tslib": {
|
|
4566
|
+
"version": "2.8.1",
|
|
4567
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
4568
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
4569
|
+
"devOptional": true,
|
|
4570
|
+
"license": "0BSD"
|
|
4571
|
+
},
|
|
4137
4572
|
"node_modules/type-fest": {
|
|
4138
4573
|
"version": "5.0.1",
|
|
4139
4574
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz",
|