appium-xcuitest-driver 7.17.5 → 7.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +1 -0
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/recordscreen.d.ts.map +1 -1
- package/build/lib/commands/recordscreen.js +6 -1
- package/build/lib/commands/recordscreen.js.map +1 -1
- package/build/lib/desired-caps.d.ts +6 -0
- package/build/lib/desired-caps.d.ts.map +1 -1
- package/build/lib/desired-caps.js +4 -0
- package/build/lib/desired-caps.js.map +1 -1
- package/build/lib/driver.d.ts +12 -0
- package/build/lib/driver.d.ts.map +1 -1
- package/lib/commands/context.js +1 -0
- package/lib/commands/recordscreen.js +6 -1
- package/lib/desired-caps.js +4 -0
- package/npm-shrinkwrap.json +217 -778
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.18.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.18.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
13
13
|
"appium-idb": "^1.6.13",
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^6.1.7",
|
|
16
|
-
"appium-remote-debugger": "^11.
|
|
16
|
+
"appium-remote-debugger": "^11.3.0",
|
|
17
17
|
"appium-webdriveragent": "^8.7.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
@@ -119,6 +119,17 @@
|
|
|
119
119
|
"spdy": "4.0.2"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
|
+
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
123
|
+
"version": "4.20.0",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
|
|
125
|
+
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
|
|
126
|
+
"engines": {
|
|
127
|
+
"node": ">=16"
|
|
128
|
+
},
|
|
129
|
+
"funding": {
|
|
130
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
122
133
|
"node_modules/@appium/docutils": {
|
|
123
134
|
"version": "1.0.15",
|
|
124
135
|
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.15.tgz",
|
|
@@ -153,6 +164,32 @@
|
|
|
153
164
|
"npm": ">=8"
|
|
154
165
|
}
|
|
155
166
|
},
|
|
167
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
168
|
+
"version": "2.1.4",
|
|
169
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
170
|
+
"integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
|
|
171
|
+
"dependencies": {
|
|
172
|
+
"bluebird": "^3.7.2",
|
|
173
|
+
"lodash": "^4.17.21",
|
|
174
|
+
"shell-quote": "^1.8.1",
|
|
175
|
+
"source-map-support": "^0.x"
|
|
176
|
+
},
|
|
177
|
+
"engines": {
|
|
178
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
179
|
+
"npm": ">=8"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
183
|
+
"version": "4.20.0",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
|
|
185
|
+
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
|
|
186
|
+
"engines": {
|
|
187
|
+
"node": ">=16"
|
|
188
|
+
},
|
|
189
|
+
"funding": {
|
|
190
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
156
193
|
"node_modules/@appium/logger": {
|
|
157
194
|
"version": "1.4.2",
|
|
158
195
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.4.2.tgz",
|
|
@@ -260,6 +297,32 @@
|
|
|
260
297
|
"sharp": "0.33.4"
|
|
261
298
|
}
|
|
262
299
|
},
|
|
300
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
301
|
+
"version": "2.1.4",
|
|
302
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
303
|
+
"integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
|
|
304
|
+
"dependencies": {
|
|
305
|
+
"bluebird": "^3.7.2",
|
|
306
|
+
"lodash": "^4.17.21",
|
|
307
|
+
"shell-quote": "^1.8.1",
|
|
308
|
+
"source-map-support": "^0.x"
|
|
309
|
+
},
|
|
310
|
+
"engines": {
|
|
311
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
312
|
+
"npm": ">=8"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"node_modules/@appium/support/node_modules/type-fest": {
|
|
316
|
+
"version": "4.20.0",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
|
|
318
|
+
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
|
|
319
|
+
"engines": {
|
|
320
|
+
"node": ">=16"
|
|
321
|
+
},
|
|
322
|
+
"funding": {
|
|
323
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
263
326
|
"node_modules/@appium/tsconfig": {
|
|
264
327
|
"version": "0.3.3",
|
|
265
328
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
|
|
@@ -289,6 +352,17 @@
|
|
|
289
352
|
"npm": ">=8"
|
|
290
353
|
}
|
|
291
354
|
},
|
|
355
|
+
"node_modules/@appium/types/node_modules/type-fest": {
|
|
356
|
+
"version": "4.20.0",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
|
|
358
|
+
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
|
|
359
|
+
"engines": {
|
|
360
|
+
"node": ">=16"
|
|
361
|
+
},
|
|
362
|
+
"funding": {
|
|
363
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
292
366
|
"node_modules/@babel/code-frame": {
|
|
293
367
|
"version": "7.24.7",
|
|
294
368
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
@@ -582,9 +656,9 @@
|
|
|
582
656
|
}
|
|
583
657
|
},
|
|
584
658
|
"node_modules/@types/express-serve-static-core": {
|
|
585
|
-
"version": "4.19.
|
|
586
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.
|
|
587
|
-
"integrity": "sha512-
|
|
659
|
+
"version": "4.19.5",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz",
|
|
661
|
+
"integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==",
|
|
588
662
|
"dependencies": {
|
|
589
663
|
"@types/node": "*",
|
|
590
664
|
"@types/qs": "*",
|
|
@@ -660,9 +734,9 @@
|
|
|
660
734
|
}
|
|
661
735
|
},
|
|
662
736
|
"node_modules/@types/node": {
|
|
663
|
-
"version": "20.14.
|
|
664
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
665
|
-
"integrity": "sha512-
|
|
737
|
+
"version": "20.14.6",
|
|
738
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.6.tgz",
|
|
739
|
+
"integrity": "sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==",
|
|
666
740
|
"dependencies": {
|
|
667
741
|
"undici-types": "~5.26.4"
|
|
668
742
|
}
|
|
@@ -797,682 +871,88 @@
|
|
|
797
871
|
"node_modules/ansi-regex": {
|
|
798
872
|
"version": "5.0.1",
|
|
799
873
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
800
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
801
|
-
"engines": {
|
|
802
|
-
"node": ">=8"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
"node_modules/ansi-styles": {
|
|
806
|
-
"version": "4.3.0",
|
|
807
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
808
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
809
|
-
"dependencies": {
|
|
810
|
-
"color-convert": "^2.0.1"
|
|
811
|
-
},
|
|
812
|
-
"engines": {
|
|
813
|
-
"node": ">=8"
|
|
814
|
-
},
|
|
815
|
-
"funding": {
|
|
816
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
"node_modules/appium-idb": {
|
|
820
|
-
"version": "1.8.15",
|
|
821
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.15.tgz",
|
|
822
|
-
"integrity": "sha512-w3f0bbzNU+k4U4uwxAkvMSSp64w+iN+pzMz1j056zJ6jfQ92t2OgGrBFrxJhPWspniAvcS3F5aL+kSeXNuSI5w==",
|
|
823
|
-
"dependencies": {
|
|
824
|
-
"@appium/support": "^4.0.0",
|
|
825
|
-
"asyncbox": "^3.0.0",
|
|
826
|
-
"bluebird": "^3.1.1",
|
|
827
|
-
"lodash": "^4.0.0",
|
|
828
|
-
"source-map-support": "^0.x",
|
|
829
|
-
"teen_process": "^2.0.1"
|
|
830
|
-
},
|
|
831
|
-
"engines": {
|
|
832
|
-
"node": ">=14",
|
|
833
|
-
"npm": ">=8"
|
|
834
|
-
}
|
|
835
|
-
},
|
|
836
|
-
"node_modules/appium-idb/node_modules/@appium/schema": {
|
|
837
|
-
"version": "0.5.0",
|
|
838
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
839
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
840
|
-
"dependencies": {
|
|
841
|
-
"@types/json-schema": "7.0.15",
|
|
842
|
-
"json-schema": "0.4.0",
|
|
843
|
-
"source-map-support": "0.5.21"
|
|
844
|
-
},
|
|
845
|
-
"engines": {
|
|
846
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
847
|
-
"npm": ">=8"
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
"node_modules/appium-idb/node_modules/@appium/support": {
|
|
851
|
-
"version": "4.5.0",
|
|
852
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
853
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
854
|
-
"dependencies": {
|
|
855
|
-
"@appium/logger": "^1.3.0",
|
|
856
|
-
"@appium/tsconfig": "^0.3.3",
|
|
857
|
-
"@appium/types": "^0.19.2",
|
|
858
|
-
"@colors/colors": "1.6.0",
|
|
859
|
-
"@types/archiver": "6.0.2",
|
|
860
|
-
"@types/base64-stream": "1.0.5",
|
|
861
|
-
"@types/find-root": "1.1.4",
|
|
862
|
-
"@types/jsftp": "2.1.5",
|
|
863
|
-
"@types/klaw": "3.0.6",
|
|
864
|
-
"@types/lockfile": "1.0.4",
|
|
865
|
-
"@types/mv": "2.1.4",
|
|
866
|
-
"@types/ncp": "2.0.8",
|
|
867
|
-
"@types/pluralize": "0.0.33",
|
|
868
|
-
"@types/semver": "7.5.8",
|
|
869
|
-
"@types/shell-quote": "1.7.5",
|
|
870
|
-
"@types/supports-color": "8.1.3",
|
|
871
|
-
"@types/teen_process": "2.0.4",
|
|
872
|
-
"@types/uuid": "9.0.8",
|
|
873
|
-
"@types/which": "3.0.4",
|
|
874
|
-
"archiver": "7.0.1",
|
|
875
|
-
"axios": "1.7.2",
|
|
876
|
-
"base64-stream": "1.0.0",
|
|
877
|
-
"bluebird": "3.7.2",
|
|
878
|
-
"bplist-creator": "0.1.1",
|
|
879
|
-
"bplist-parser": "0.3.2",
|
|
880
|
-
"form-data": "4.0.0",
|
|
881
|
-
"get-stream": "6.0.1",
|
|
882
|
-
"glob": "10.4.1",
|
|
883
|
-
"jsftp": "2.1.3",
|
|
884
|
-
"klaw": "4.1.0",
|
|
885
|
-
"lockfile": "1.0.4",
|
|
886
|
-
"lodash": "4.17.21",
|
|
887
|
-
"log-symbols": "4.1.0",
|
|
888
|
-
"moment": "2.30.1",
|
|
889
|
-
"mv": "2.1.1",
|
|
890
|
-
"ncp": "2.0.0",
|
|
891
|
-
"opencv-bindings": "4.5.5",
|
|
892
|
-
"pkg-dir": "5.0.0",
|
|
893
|
-
"plist": "3.1.0",
|
|
894
|
-
"pluralize": "8.0.0",
|
|
895
|
-
"read-pkg": "5.2.0",
|
|
896
|
-
"resolve-from": "5.0.0",
|
|
897
|
-
"sanitize-filename": "1.6.3",
|
|
898
|
-
"semver": "7.6.2",
|
|
899
|
-
"shell-quote": "1.8.1",
|
|
900
|
-
"source-map-support": "0.5.21",
|
|
901
|
-
"supports-color": "8.1.1",
|
|
902
|
-
"teen_process": "2.1.4",
|
|
903
|
-
"type-fest": "4.19.0",
|
|
904
|
-
"uuid": "9.0.1",
|
|
905
|
-
"which": "4.0.0",
|
|
906
|
-
"yauzl": "3.1.3"
|
|
907
|
-
},
|
|
908
|
-
"engines": {
|
|
909
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
910
|
-
"npm": ">=8"
|
|
911
|
-
},
|
|
912
|
-
"optionalDependencies": {
|
|
913
|
-
"sharp": "0.33.4"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
"node_modules/appium-idb/node_modules/@appium/types": {
|
|
917
|
-
"version": "0.19.2",
|
|
918
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
919
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
920
|
-
"dependencies": {
|
|
921
|
-
"@appium/logger": "^1.3.0",
|
|
922
|
-
"@appium/schema": "^0.5.0",
|
|
923
|
-
"@appium/tsconfig": "^0.3.3",
|
|
924
|
-
"@types/express": "4.17.21",
|
|
925
|
-
"@types/ws": "8.5.10",
|
|
926
|
-
"type-fest": "4.19.0"
|
|
927
|
-
},
|
|
928
|
-
"engines": {
|
|
929
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
930
|
-
"npm": ">=8"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"node_modules/appium-idb/node_modules/type-fest": {
|
|
934
|
-
"version": "4.19.0",
|
|
935
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
936
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
937
|
-
"engines": {
|
|
938
|
-
"node": ">=16"
|
|
939
|
-
},
|
|
940
|
-
"funding": {
|
|
941
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
"node_modules/appium-ios-device": {
|
|
945
|
-
"version": "2.7.17",
|
|
946
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.17.tgz",
|
|
947
|
-
"integrity": "sha512-jUENYcuGclDGhCdf5yDrOq8jsMt73BF9uMsM743mNs13TTFtApHKeoY/ATfBJGIx6ziFqAtGYCWf8b7dm7JOcg==",
|
|
948
|
-
"dependencies": {
|
|
949
|
-
"@appium/support": "^4.0.0",
|
|
950
|
-
"asyncbox": "^3.0.0",
|
|
951
|
-
"axios": "^1.6.7",
|
|
952
|
-
"bluebird": "^3.1.1",
|
|
953
|
-
"bplist-creator": "^0.x",
|
|
954
|
-
"bplist-parser": "^0.x",
|
|
955
|
-
"lodash": "^4.17.15",
|
|
956
|
-
"semver": "^7.0.0",
|
|
957
|
-
"source-map-support": "^0.x",
|
|
958
|
-
"uuid": "^9.0.0"
|
|
959
|
-
},
|
|
960
|
-
"engines": {
|
|
961
|
-
"node": ">=14",
|
|
962
|
-
"npm": ">=8"
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"node_modules/appium-ios-device/node_modules/@appium/schema": {
|
|
966
|
-
"version": "0.5.0",
|
|
967
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
968
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
969
|
-
"dependencies": {
|
|
970
|
-
"@types/json-schema": "7.0.15",
|
|
971
|
-
"json-schema": "0.4.0",
|
|
972
|
-
"source-map-support": "0.5.21"
|
|
973
|
-
},
|
|
974
|
-
"engines": {
|
|
975
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
976
|
-
"npm": ">=8"
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
"node_modules/appium-ios-device/node_modules/@appium/support": {
|
|
980
|
-
"version": "4.5.0",
|
|
981
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
982
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
983
|
-
"dependencies": {
|
|
984
|
-
"@appium/logger": "^1.3.0",
|
|
985
|
-
"@appium/tsconfig": "^0.3.3",
|
|
986
|
-
"@appium/types": "^0.19.2",
|
|
987
|
-
"@colors/colors": "1.6.0",
|
|
988
|
-
"@types/archiver": "6.0.2",
|
|
989
|
-
"@types/base64-stream": "1.0.5",
|
|
990
|
-
"@types/find-root": "1.1.4",
|
|
991
|
-
"@types/jsftp": "2.1.5",
|
|
992
|
-
"@types/klaw": "3.0.6",
|
|
993
|
-
"@types/lockfile": "1.0.4",
|
|
994
|
-
"@types/mv": "2.1.4",
|
|
995
|
-
"@types/ncp": "2.0.8",
|
|
996
|
-
"@types/pluralize": "0.0.33",
|
|
997
|
-
"@types/semver": "7.5.8",
|
|
998
|
-
"@types/shell-quote": "1.7.5",
|
|
999
|
-
"@types/supports-color": "8.1.3",
|
|
1000
|
-
"@types/teen_process": "2.0.4",
|
|
1001
|
-
"@types/uuid": "9.0.8",
|
|
1002
|
-
"@types/which": "3.0.4",
|
|
1003
|
-
"archiver": "7.0.1",
|
|
1004
|
-
"axios": "1.7.2",
|
|
1005
|
-
"base64-stream": "1.0.0",
|
|
1006
|
-
"bluebird": "3.7.2",
|
|
1007
|
-
"bplist-creator": "0.1.1",
|
|
1008
|
-
"bplist-parser": "0.3.2",
|
|
1009
|
-
"form-data": "4.0.0",
|
|
1010
|
-
"get-stream": "6.0.1",
|
|
1011
|
-
"glob": "10.4.1",
|
|
1012
|
-
"jsftp": "2.1.3",
|
|
1013
|
-
"klaw": "4.1.0",
|
|
1014
|
-
"lockfile": "1.0.4",
|
|
1015
|
-
"lodash": "4.17.21",
|
|
1016
|
-
"log-symbols": "4.1.0",
|
|
1017
|
-
"moment": "2.30.1",
|
|
1018
|
-
"mv": "2.1.1",
|
|
1019
|
-
"ncp": "2.0.0",
|
|
1020
|
-
"opencv-bindings": "4.5.5",
|
|
1021
|
-
"pkg-dir": "5.0.0",
|
|
1022
|
-
"plist": "3.1.0",
|
|
1023
|
-
"pluralize": "8.0.0",
|
|
1024
|
-
"read-pkg": "5.2.0",
|
|
1025
|
-
"resolve-from": "5.0.0",
|
|
1026
|
-
"sanitize-filename": "1.6.3",
|
|
1027
|
-
"semver": "7.6.2",
|
|
1028
|
-
"shell-quote": "1.8.1",
|
|
1029
|
-
"source-map-support": "0.5.21",
|
|
1030
|
-
"supports-color": "8.1.1",
|
|
1031
|
-
"teen_process": "2.1.4",
|
|
1032
|
-
"type-fest": "4.19.0",
|
|
1033
|
-
"uuid": "9.0.1",
|
|
1034
|
-
"which": "4.0.0",
|
|
1035
|
-
"yauzl": "3.1.3"
|
|
1036
|
-
},
|
|
1037
|
-
"engines": {
|
|
1038
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1039
|
-
"npm": ">=8"
|
|
1040
|
-
},
|
|
1041
|
-
"optionalDependencies": {
|
|
1042
|
-
"sharp": "0.33.4"
|
|
1043
|
-
}
|
|
1044
|
-
},
|
|
1045
|
-
"node_modules/appium-ios-device/node_modules/@appium/types": {
|
|
1046
|
-
"version": "0.19.2",
|
|
1047
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1048
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1049
|
-
"dependencies": {
|
|
1050
|
-
"@appium/logger": "^1.3.0",
|
|
1051
|
-
"@appium/schema": "^0.5.0",
|
|
1052
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1053
|
-
"@types/express": "4.17.21",
|
|
1054
|
-
"@types/ws": "8.5.10",
|
|
1055
|
-
"type-fest": "4.19.0"
|
|
1056
|
-
},
|
|
1057
|
-
"engines": {
|
|
1058
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1059
|
-
"npm": ">=8"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
"node_modules/appium-ios-device/node_modules/type-fest": {
|
|
1063
|
-
"version": "4.19.0",
|
|
1064
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1065
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1066
|
-
"engines": {
|
|
1067
|
-
"node": ">=16"
|
|
1068
|
-
},
|
|
1069
|
-
"funding": {
|
|
1070
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
"node_modules/appium-ios-simulator": {
|
|
1074
|
-
"version": "6.1.7",
|
|
1075
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.7.tgz",
|
|
1076
|
-
"integrity": "sha512-2iw6nJm8Uut80vjyC0JiK61W0+9fymtoJvabhniJ2L0gg4BnjO8rus8eulOe+W9DSgyxuJ/psI/LE22oaS462A==",
|
|
1077
|
-
"dependencies": {
|
|
1078
|
-
"@appium/support": "^4.0.0",
|
|
1079
|
-
"@xmldom/xmldom": "^0.x",
|
|
1080
|
-
"appium-xcode": "^5.0.0",
|
|
1081
|
-
"async-lock": "^1.0.0",
|
|
1082
|
-
"asyncbox": "^3.0.0",
|
|
1083
|
-
"bluebird": "^3.5.1",
|
|
1084
|
-
"lodash": "^4.2.1",
|
|
1085
|
-
"node-simctl": "^7.4.1",
|
|
1086
|
-
"semver": "^7.0.0",
|
|
1087
|
-
"source-map-support": "^0.x",
|
|
1088
|
-
"teen_process": "^2.0.0"
|
|
1089
|
-
},
|
|
1090
|
-
"engines": {
|
|
1091
|
-
"node": ">=14",
|
|
1092
|
-
"npm": ">=8"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
"node_modules/appium-ios-simulator/node_modules/@appium/schema": {
|
|
1096
|
-
"version": "0.5.0",
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1098
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1099
|
-
"dependencies": {
|
|
1100
|
-
"@types/json-schema": "7.0.15",
|
|
1101
|
-
"json-schema": "0.4.0",
|
|
1102
|
-
"source-map-support": "0.5.21"
|
|
1103
|
-
},
|
|
1104
|
-
"engines": {
|
|
1105
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1106
|
-
"npm": ">=8"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
"node_modules/appium-ios-simulator/node_modules/@appium/support": {
|
|
1110
|
-
"version": "4.5.0",
|
|
1111
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1112
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1113
|
-
"dependencies": {
|
|
1114
|
-
"@appium/logger": "^1.3.0",
|
|
1115
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1116
|
-
"@appium/types": "^0.19.2",
|
|
1117
|
-
"@colors/colors": "1.6.0",
|
|
1118
|
-
"@types/archiver": "6.0.2",
|
|
1119
|
-
"@types/base64-stream": "1.0.5",
|
|
1120
|
-
"@types/find-root": "1.1.4",
|
|
1121
|
-
"@types/jsftp": "2.1.5",
|
|
1122
|
-
"@types/klaw": "3.0.6",
|
|
1123
|
-
"@types/lockfile": "1.0.4",
|
|
1124
|
-
"@types/mv": "2.1.4",
|
|
1125
|
-
"@types/ncp": "2.0.8",
|
|
1126
|
-
"@types/pluralize": "0.0.33",
|
|
1127
|
-
"@types/semver": "7.5.8",
|
|
1128
|
-
"@types/shell-quote": "1.7.5",
|
|
1129
|
-
"@types/supports-color": "8.1.3",
|
|
1130
|
-
"@types/teen_process": "2.0.4",
|
|
1131
|
-
"@types/uuid": "9.0.8",
|
|
1132
|
-
"@types/which": "3.0.4",
|
|
1133
|
-
"archiver": "7.0.1",
|
|
1134
|
-
"axios": "1.7.2",
|
|
1135
|
-
"base64-stream": "1.0.0",
|
|
1136
|
-
"bluebird": "3.7.2",
|
|
1137
|
-
"bplist-creator": "0.1.1",
|
|
1138
|
-
"bplist-parser": "0.3.2",
|
|
1139
|
-
"form-data": "4.0.0",
|
|
1140
|
-
"get-stream": "6.0.1",
|
|
1141
|
-
"glob": "10.4.1",
|
|
1142
|
-
"jsftp": "2.1.3",
|
|
1143
|
-
"klaw": "4.1.0",
|
|
1144
|
-
"lockfile": "1.0.4",
|
|
1145
|
-
"lodash": "4.17.21",
|
|
1146
|
-
"log-symbols": "4.1.0",
|
|
1147
|
-
"moment": "2.30.1",
|
|
1148
|
-
"mv": "2.1.1",
|
|
1149
|
-
"ncp": "2.0.0",
|
|
1150
|
-
"opencv-bindings": "4.5.5",
|
|
1151
|
-
"pkg-dir": "5.0.0",
|
|
1152
|
-
"plist": "3.1.0",
|
|
1153
|
-
"pluralize": "8.0.0",
|
|
1154
|
-
"read-pkg": "5.2.0",
|
|
1155
|
-
"resolve-from": "5.0.0",
|
|
1156
|
-
"sanitize-filename": "1.6.3",
|
|
1157
|
-
"semver": "7.6.2",
|
|
1158
|
-
"shell-quote": "1.8.1",
|
|
1159
|
-
"source-map-support": "0.5.21",
|
|
1160
|
-
"supports-color": "8.1.1",
|
|
1161
|
-
"teen_process": "2.1.4",
|
|
1162
|
-
"type-fest": "4.19.0",
|
|
1163
|
-
"uuid": "9.0.1",
|
|
1164
|
-
"which": "4.0.0",
|
|
1165
|
-
"yauzl": "3.1.3"
|
|
1166
|
-
},
|
|
1167
|
-
"engines": {
|
|
1168
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1169
|
-
"npm": ">=8"
|
|
1170
|
-
},
|
|
1171
|
-
"optionalDependencies": {
|
|
1172
|
-
"sharp": "0.33.4"
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"node_modules/appium-ios-simulator/node_modules/@appium/types": {
|
|
1176
|
-
"version": "0.19.2",
|
|
1177
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1178
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1179
|
-
"dependencies": {
|
|
1180
|
-
"@appium/logger": "^1.3.0",
|
|
1181
|
-
"@appium/schema": "^0.5.0",
|
|
1182
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1183
|
-
"@types/express": "4.17.21",
|
|
1184
|
-
"@types/ws": "8.5.10",
|
|
1185
|
-
"type-fest": "4.19.0"
|
|
1186
|
-
},
|
|
1187
|
-
"engines": {
|
|
1188
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1189
|
-
"npm": ">=8"
|
|
1190
|
-
}
|
|
1191
|
-
},
|
|
1192
|
-
"node_modules/appium-ios-simulator/node_modules/type-fest": {
|
|
1193
|
-
"version": "4.19.0",
|
|
1194
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1195
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1196
|
-
"engines": {
|
|
1197
|
-
"node": ">=16"
|
|
1198
|
-
},
|
|
1199
|
-
"funding": {
|
|
1200
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"node_modules/appium-remote-debugger": {
|
|
1204
|
-
"version": "11.1.4",
|
|
1205
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.1.4.tgz",
|
|
1206
|
-
"integrity": "sha512-h08/tAr1hkVdXc0aKRdW+SZOOIn+1p15bfCLMAJWavPTbjGdaxivDRQvrLYB0/jIdrt6l632dGtMHU1uz7BCkw==",
|
|
1207
|
-
"dependencies": {
|
|
1208
|
-
"@appium/base-driver": "^9.0.0",
|
|
1209
|
-
"@appium/support": "^4.0.0",
|
|
1210
|
-
"appium-ios-device": "^2.0.0",
|
|
1211
|
-
"async-lock": "^1.2.2",
|
|
1212
|
-
"asyncbox": "^3.0.0",
|
|
1213
|
-
"bluebird": "^3.4.7",
|
|
1214
|
-
"fancy-log": "^2.0.0",
|
|
1215
|
-
"glob": "^10.3.3",
|
|
1216
|
-
"lodash": "^4.17.11",
|
|
1217
|
-
"source-map-support": "^0.x",
|
|
1218
|
-
"teen_process": "^2.0.0"
|
|
1219
|
-
},
|
|
1220
|
-
"engines": {
|
|
1221
|
-
"node": ">=14",
|
|
1222
|
-
"npm": ">=8"
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
"node_modules/appium-remote-debugger/node_modules/@appium/schema": {
|
|
1226
|
-
"version": "0.5.0",
|
|
1227
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1228
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1229
|
-
"dependencies": {
|
|
1230
|
-
"@types/json-schema": "7.0.15",
|
|
1231
|
-
"json-schema": "0.4.0",
|
|
1232
|
-
"source-map-support": "0.5.21"
|
|
1233
|
-
},
|
|
1234
|
-
"engines": {
|
|
1235
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1236
|
-
"npm": ">=8"
|
|
1237
|
-
}
|
|
1238
|
-
},
|
|
1239
|
-
"node_modules/appium-remote-debugger/node_modules/@appium/support": {
|
|
1240
|
-
"version": "4.5.0",
|
|
1241
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1242
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1243
|
-
"dependencies": {
|
|
1244
|
-
"@appium/logger": "^1.3.0",
|
|
1245
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1246
|
-
"@appium/types": "^0.19.2",
|
|
1247
|
-
"@colors/colors": "1.6.0",
|
|
1248
|
-
"@types/archiver": "6.0.2",
|
|
1249
|
-
"@types/base64-stream": "1.0.5",
|
|
1250
|
-
"@types/find-root": "1.1.4",
|
|
1251
|
-
"@types/jsftp": "2.1.5",
|
|
1252
|
-
"@types/klaw": "3.0.6",
|
|
1253
|
-
"@types/lockfile": "1.0.4",
|
|
1254
|
-
"@types/mv": "2.1.4",
|
|
1255
|
-
"@types/ncp": "2.0.8",
|
|
1256
|
-
"@types/pluralize": "0.0.33",
|
|
1257
|
-
"@types/semver": "7.5.8",
|
|
1258
|
-
"@types/shell-quote": "1.7.5",
|
|
1259
|
-
"@types/supports-color": "8.1.3",
|
|
1260
|
-
"@types/teen_process": "2.0.4",
|
|
1261
|
-
"@types/uuid": "9.0.8",
|
|
1262
|
-
"@types/which": "3.0.4",
|
|
1263
|
-
"archiver": "7.0.1",
|
|
1264
|
-
"axios": "1.7.2",
|
|
1265
|
-
"base64-stream": "1.0.0",
|
|
1266
|
-
"bluebird": "3.7.2",
|
|
1267
|
-
"bplist-creator": "0.1.1",
|
|
1268
|
-
"bplist-parser": "0.3.2",
|
|
1269
|
-
"form-data": "4.0.0",
|
|
1270
|
-
"get-stream": "6.0.1",
|
|
1271
|
-
"glob": "10.4.1",
|
|
1272
|
-
"jsftp": "2.1.3",
|
|
1273
|
-
"klaw": "4.1.0",
|
|
1274
|
-
"lockfile": "1.0.4",
|
|
1275
|
-
"lodash": "4.17.21",
|
|
1276
|
-
"log-symbols": "4.1.0",
|
|
1277
|
-
"moment": "2.30.1",
|
|
1278
|
-
"mv": "2.1.1",
|
|
1279
|
-
"ncp": "2.0.0",
|
|
1280
|
-
"opencv-bindings": "4.5.5",
|
|
1281
|
-
"pkg-dir": "5.0.0",
|
|
1282
|
-
"plist": "3.1.0",
|
|
1283
|
-
"pluralize": "8.0.0",
|
|
1284
|
-
"read-pkg": "5.2.0",
|
|
1285
|
-
"resolve-from": "5.0.0",
|
|
1286
|
-
"sanitize-filename": "1.6.3",
|
|
1287
|
-
"semver": "7.6.2",
|
|
1288
|
-
"shell-quote": "1.8.1",
|
|
1289
|
-
"source-map-support": "0.5.21",
|
|
1290
|
-
"supports-color": "8.1.1",
|
|
1291
|
-
"teen_process": "2.1.4",
|
|
1292
|
-
"type-fest": "4.19.0",
|
|
1293
|
-
"uuid": "9.0.1",
|
|
1294
|
-
"which": "4.0.0",
|
|
1295
|
-
"yauzl": "3.1.3"
|
|
1296
|
-
},
|
|
1297
|
-
"engines": {
|
|
1298
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1299
|
-
"npm": ">=8"
|
|
1300
|
-
},
|
|
1301
|
-
"optionalDependencies": {
|
|
1302
|
-
"sharp": "0.33.4"
|
|
1303
|
-
}
|
|
1304
|
-
},
|
|
1305
|
-
"node_modules/appium-remote-debugger/node_modules/@appium/types": {
|
|
1306
|
-
"version": "0.19.2",
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1308
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1309
|
-
"dependencies": {
|
|
1310
|
-
"@appium/logger": "^1.3.0",
|
|
1311
|
-
"@appium/schema": "^0.5.0",
|
|
1312
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1313
|
-
"@types/express": "4.17.21",
|
|
1314
|
-
"@types/ws": "8.5.10",
|
|
1315
|
-
"type-fest": "4.19.0"
|
|
1316
|
-
},
|
|
1317
|
-
"engines": {
|
|
1318
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1319
|
-
"npm": ">=8"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"node_modules/appium-remote-debugger/node_modules/type-fest": {
|
|
1323
|
-
"version": "4.19.0",
|
|
1324
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1325
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1326
|
-
"engines": {
|
|
1327
|
-
"node": ">=16"
|
|
1328
|
-
},
|
|
1329
|
-
"funding": {
|
|
1330
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"node_modules/appium-webdriveragent": {
|
|
1334
|
-
"version": "8.7.2",
|
|
1335
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.2.tgz",
|
|
1336
|
-
"integrity": "sha512-k6eopflva8thAYigKQsP3iSVUwdd7ae/Qj/cB9wsxo4FoINI3ntL6IoR+GGlfv7BkYTceH/sE4aHpIFuxKLedA==",
|
|
1337
|
-
"dependencies": {
|
|
1338
|
-
"@appium/base-driver": "^9.0.0",
|
|
1339
|
-
"@appium/strongbox": "^0.x",
|
|
1340
|
-
"@appium/support": "^4.0.0",
|
|
1341
|
-
"appium-ios-device": "^2.5.0",
|
|
1342
|
-
"appium-ios-simulator": "^6.0.0",
|
|
1343
|
-
"async-lock": "^1.0.0",
|
|
1344
|
-
"asyncbox": "^3.0.0",
|
|
1345
|
-
"axios": "^1.4.0",
|
|
1346
|
-
"bluebird": "^3.5.5",
|
|
1347
|
-
"lodash": "^4.17.11",
|
|
1348
|
-
"source-map-support": "^0.x",
|
|
1349
|
-
"teen_process": "^2.0.0"
|
|
1350
|
-
},
|
|
874
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
1351
875
|
"engines": {
|
|
1352
|
-
"node": ">=
|
|
1353
|
-
"npm": ">=8"
|
|
876
|
+
"node": ">=8"
|
|
1354
877
|
}
|
|
1355
878
|
},
|
|
1356
|
-
"node_modules/
|
|
1357
|
-
"version": "
|
|
1358
|
-
"resolved": "https://registry.npmjs.org
|
|
1359
|
-
"integrity": "sha512-
|
|
879
|
+
"node_modules/ansi-styles": {
|
|
880
|
+
"version": "4.3.0",
|
|
881
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
882
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1360
883
|
"dependencies": {
|
|
1361
|
-
"
|
|
1362
|
-
"json-schema": "0.4.0",
|
|
1363
|
-
"source-map-support": "0.5.21"
|
|
884
|
+
"color-convert": "^2.0.1"
|
|
1364
885
|
},
|
|
1365
886
|
"engines": {
|
|
1366
|
-
"node": "
|
|
1367
|
-
|
|
887
|
+
"node": ">=8"
|
|
888
|
+
},
|
|
889
|
+
"funding": {
|
|
890
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1368
891
|
}
|
|
1369
892
|
},
|
|
1370
|
-
"node_modules/appium-
|
|
1371
|
-
"version": "
|
|
1372
|
-
"resolved": "https://registry.npmjs.org
|
|
1373
|
-
"integrity": "sha512-
|
|
893
|
+
"node_modules/appium-idb": {
|
|
894
|
+
"version": "1.8.17",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.17.tgz",
|
|
896
|
+
"integrity": "sha512-xJl1eEFSv0oTWIwdOfE2M1rC/2jv8cqd71SOAnM8NJW7WZk1RWOq3T1VcHQfparn/46WXuWX8HLbQxAe+6JdOg==",
|
|
1374
897
|
"dependencies": {
|
|
1375
|
-
"@appium/
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"@types/find-root": "1.1.4",
|
|
1382
|
-
"@types/jsftp": "2.1.5",
|
|
1383
|
-
"@types/klaw": "3.0.6",
|
|
1384
|
-
"@types/lockfile": "1.0.4",
|
|
1385
|
-
"@types/mv": "2.1.4",
|
|
1386
|
-
"@types/ncp": "2.0.8",
|
|
1387
|
-
"@types/pluralize": "0.0.33",
|
|
1388
|
-
"@types/semver": "7.5.8",
|
|
1389
|
-
"@types/shell-quote": "1.7.5",
|
|
1390
|
-
"@types/supports-color": "8.1.3",
|
|
1391
|
-
"@types/teen_process": "2.0.4",
|
|
1392
|
-
"@types/uuid": "9.0.8",
|
|
1393
|
-
"@types/which": "3.0.4",
|
|
1394
|
-
"archiver": "7.0.1",
|
|
1395
|
-
"axios": "1.7.2",
|
|
1396
|
-
"base64-stream": "1.0.0",
|
|
1397
|
-
"bluebird": "3.7.2",
|
|
1398
|
-
"bplist-creator": "0.1.1",
|
|
1399
|
-
"bplist-parser": "0.3.2",
|
|
1400
|
-
"form-data": "4.0.0",
|
|
1401
|
-
"get-stream": "6.0.1",
|
|
1402
|
-
"glob": "10.4.1",
|
|
1403
|
-
"jsftp": "2.1.3",
|
|
1404
|
-
"klaw": "4.1.0",
|
|
1405
|
-
"lockfile": "1.0.4",
|
|
1406
|
-
"lodash": "4.17.21",
|
|
1407
|
-
"log-symbols": "4.1.0",
|
|
1408
|
-
"moment": "2.30.1",
|
|
1409
|
-
"mv": "2.1.1",
|
|
1410
|
-
"ncp": "2.0.0",
|
|
1411
|
-
"opencv-bindings": "4.5.5",
|
|
1412
|
-
"pkg-dir": "5.0.0",
|
|
1413
|
-
"plist": "3.1.0",
|
|
1414
|
-
"pluralize": "8.0.0",
|
|
1415
|
-
"read-pkg": "5.2.0",
|
|
1416
|
-
"resolve-from": "5.0.0",
|
|
1417
|
-
"sanitize-filename": "1.6.3",
|
|
1418
|
-
"semver": "7.6.2",
|
|
1419
|
-
"shell-quote": "1.8.1",
|
|
1420
|
-
"source-map-support": "0.5.21",
|
|
1421
|
-
"supports-color": "8.1.1",
|
|
1422
|
-
"teen_process": "2.1.4",
|
|
1423
|
-
"type-fest": "4.19.0",
|
|
1424
|
-
"uuid": "9.0.1",
|
|
1425
|
-
"which": "4.0.0",
|
|
1426
|
-
"yauzl": "3.1.3"
|
|
898
|
+
"@appium/support": "^5.0.3",
|
|
899
|
+
"asyncbox": "^3.0.0",
|
|
900
|
+
"bluebird": "^3.1.1",
|
|
901
|
+
"lodash": "^4.0.0",
|
|
902
|
+
"source-map-support": "^0.x",
|
|
903
|
+
"teen_process": "^2.0.1"
|
|
1427
904
|
},
|
|
1428
905
|
"engines": {
|
|
1429
|
-
"node": "
|
|
906
|
+
"node": ">=14",
|
|
1430
907
|
"npm": ">=8"
|
|
1431
|
-
},
|
|
1432
|
-
"optionalDependencies": {
|
|
1433
|
-
"sharp": "0.33.4"
|
|
1434
908
|
}
|
|
1435
909
|
},
|
|
1436
|
-
"node_modules/appium-
|
|
1437
|
-
"version": "
|
|
1438
|
-
"resolved": "https://registry.npmjs.org
|
|
1439
|
-
"integrity": "sha512-
|
|
910
|
+
"node_modules/appium-ios-device": {
|
|
911
|
+
"version": "2.7.20",
|
|
912
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.20.tgz",
|
|
913
|
+
"integrity": "sha512-b9gxkvwX2NvSl5ZIN2dZuifJ6iOQ0c7mCRRSVZL17ghUszScnXMiPxG5U0SZP/WiRZGED7GDOQjhGhlElxrcEw==",
|
|
1440
914
|
"dependencies": {
|
|
1441
|
-
"@appium/
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
915
|
+
"@appium/support": "^5.0.3",
|
|
916
|
+
"asyncbox": "^3.0.0",
|
|
917
|
+
"axios": "^1.6.7",
|
|
918
|
+
"bluebird": "^3.1.1",
|
|
919
|
+
"bplist-creator": "^0.x",
|
|
920
|
+
"bplist-parser": "^0.x",
|
|
921
|
+
"lodash": "^4.17.15",
|
|
922
|
+
"semver": "^7.0.0",
|
|
923
|
+
"source-map-support": "^0.x",
|
|
924
|
+
"uuid": "^10.0.0"
|
|
1447
925
|
},
|
|
1448
926
|
"engines": {
|
|
1449
|
-
"node": "
|
|
927
|
+
"node": ">=14",
|
|
1450
928
|
"npm": ">=8"
|
|
1451
929
|
}
|
|
1452
930
|
},
|
|
1453
|
-
"node_modules/appium-
|
|
1454
|
-
"version": "
|
|
1455
|
-
"resolved": "https://registry.npmjs.org/
|
|
1456
|
-
"integrity": "sha512-
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
931
|
+
"node_modules/appium-ios-device/node_modules/uuid": {
|
|
932
|
+
"version": "10.0.0",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
934
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
935
|
+
"funding": [
|
|
936
|
+
"https://github.com/sponsors/broofa",
|
|
937
|
+
"https://github.com/sponsors/ctavan"
|
|
938
|
+
],
|
|
939
|
+
"bin": {
|
|
940
|
+
"uuid": "dist/bin/uuid"
|
|
1462
941
|
}
|
|
1463
942
|
},
|
|
1464
|
-
"node_modules/appium-
|
|
1465
|
-
"version": "
|
|
1466
|
-
"resolved": "https://registry.npmjs.org/appium-
|
|
1467
|
-
"integrity": "sha512-
|
|
943
|
+
"node_modules/appium-ios-simulator": {
|
|
944
|
+
"version": "6.1.9",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.9.tgz",
|
|
946
|
+
"integrity": "sha512-WmWPd2jGeFJRMdTFPk+0egwPzP1s+37Wh7U94spYLHNSBZK7qqCHMYse72+/B9lJMzTyYScmr1x1xpNkI+XdLA==",
|
|
1468
947
|
"dependencies": {
|
|
1469
|
-
"@appium/support": "^
|
|
1470
|
-
"@
|
|
1471
|
-
"
|
|
948
|
+
"@appium/support": "^5.0.3",
|
|
949
|
+
"@xmldom/xmldom": "^0.x",
|
|
950
|
+
"appium-xcode": "^5.0.0",
|
|
951
|
+
"async-lock": "^1.0.0",
|
|
1472
952
|
"asyncbox": "^3.0.0",
|
|
1473
|
-
"bluebird": "^3.
|
|
1474
|
-
"lodash": "^4.
|
|
1475
|
-
"
|
|
953
|
+
"bluebird": "^3.5.1",
|
|
954
|
+
"lodash": "^4.2.1",
|
|
955
|
+
"node-simctl": "^7.4.1",
|
|
1476
956
|
"semver": "^7.0.0",
|
|
1477
957
|
"source-map-support": "^0.x",
|
|
1478
958
|
"teen_process": "^2.0.0"
|
|
@@ -1482,114 +962,72 @@
|
|
|
1482
962
|
"npm": ">=8"
|
|
1483
963
|
}
|
|
1484
964
|
},
|
|
1485
|
-
"node_modules/appium-
|
|
1486
|
-
"version": "
|
|
1487
|
-
"resolved": "https://registry.npmjs.org
|
|
1488
|
-
"integrity": "sha512-
|
|
965
|
+
"node_modules/appium-remote-debugger": {
|
|
966
|
+
"version": "11.3.1",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.3.1.tgz",
|
|
968
|
+
"integrity": "sha512-GVKJnoB18jp/+mRhD8l+YcaAfuhzyh4eaJxMXk4q0UL+Pw/ipailaJpAApCrhPEjO88PltnUgfKW12Yexrt5Kw==",
|
|
1489
969
|
"dependencies": {
|
|
1490
|
-
"@
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
970
|
+
"@appium/base-driver": "^9.0.0",
|
|
971
|
+
"@appium/support": "^5.0.3",
|
|
972
|
+
"appium-ios-device": "^2.0.0",
|
|
973
|
+
"async-lock": "^1.2.2",
|
|
974
|
+
"asyncbox": "^3.0.0",
|
|
975
|
+
"bluebird": "^3.4.7",
|
|
976
|
+
"fancy-log": "^2.0.0",
|
|
977
|
+
"glob": "^10.3.3",
|
|
978
|
+
"lodash": "^4.17.11",
|
|
979
|
+
"source-map-support": "^0.x",
|
|
980
|
+
"teen_process": "^2.0.0"
|
|
1493
981
|
},
|
|
1494
982
|
"engines": {
|
|
1495
|
-
"node": "
|
|
983
|
+
"node": ">=14",
|
|
1496
984
|
"npm": ">=8"
|
|
1497
985
|
}
|
|
1498
986
|
},
|
|
1499
|
-
"node_modules/appium-
|
|
1500
|
-
"version": "
|
|
1501
|
-
"resolved": "https://registry.npmjs.org
|
|
1502
|
-
"integrity": "sha512-
|
|
987
|
+
"node_modules/appium-webdriveragent": {
|
|
988
|
+
"version": "8.7.4",
|
|
989
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.7.4.tgz",
|
|
990
|
+
"integrity": "sha512-RRDHi1C7kCF/MBRXZu4zrFYNFVtdNscfhTs+t8FQCc3Gja19YPzWwVAJyySORpoEmtFQMhTIzqTAbT4cZY3GcQ==",
|
|
1503
991
|
"dependencies": {
|
|
1504
|
-
"@appium/
|
|
1505
|
-
"@appium/
|
|
1506
|
-
"@appium/
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1515
|
-
"
|
|
1516
|
-
"@types/pluralize": "0.0.33",
|
|
1517
|
-
"@types/semver": "7.5.8",
|
|
1518
|
-
"@types/shell-quote": "1.7.5",
|
|
1519
|
-
"@types/supports-color": "8.1.3",
|
|
1520
|
-
"@types/teen_process": "2.0.4",
|
|
1521
|
-
"@types/uuid": "9.0.8",
|
|
1522
|
-
"@types/which": "3.0.4",
|
|
1523
|
-
"archiver": "7.0.1",
|
|
1524
|
-
"axios": "1.7.2",
|
|
1525
|
-
"base64-stream": "1.0.0",
|
|
1526
|
-
"bluebird": "3.7.2",
|
|
1527
|
-
"bplist-creator": "0.1.1",
|
|
1528
|
-
"bplist-parser": "0.3.2",
|
|
1529
|
-
"form-data": "4.0.0",
|
|
1530
|
-
"get-stream": "6.0.1",
|
|
1531
|
-
"glob": "10.4.1",
|
|
1532
|
-
"jsftp": "2.1.3",
|
|
1533
|
-
"klaw": "4.1.0",
|
|
1534
|
-
"lockfile": "1.0.4",
|
|
1535
|
-
"lodash": "4.17.21",
|
|
1536
|
-
"log-symbols": "4.1.0",
|
|
1537
|
-
"moment": "2.30.1",
|
|
1538
|
-
"mv": "2.1.1",
|
|
1539
|
-
"ncp": "2.0.0",
|
|
1540
|
-
"opencv-bindings": "4.5.5",
|
|
1541
|
-
"pkg-dir": "5.0.0",
|
|
1542
|
-
"plist": "3.1.0",
|
|
1543
|
-
"pluralize": "8.0.0",
|
|
1544
|
-
"read-pkg": "5.2.0",
|
|
1545
|
-
"resolve-from": "5.0.0",
|
|
1546
|
-
"sanitize-filename": "1.6.3",
|
|
1547
|
-
"semver": "7.6.2",
|
|
1548
|
-
"shell-quote": "1.8.1",
|
|
1549
|
-
"source-map-support": "0.5.21",
|
|
1550
|
-
"supports-color": "8.1.1",
|
|
1551
|
-
"teen_process": "2.1.4",
|
|
1552
|
-
"type-fest": "4.19.0",
|
|
1553
|
-
"uuid": "9.0.1",
|
|
1554
|
-
"which": "4.0.0",
|
|
1555
|
-
"yauzl": "3.1.3"
|
|
992
|
+
"@appium/base-driver": "^9.0.0",
|
|
993
|
+
"@appium/strongbox": "^0.x",
|
|
994
|
+
"@appium/support": "^5.0.3",
|
|
995
|
+
"appium-ios-device": "^2.5.0",
|
|
996
|
+
"appium-ios-simulator": "^6.0.0",
|
|
997
|
+
"async-lock": "^1.0.0",
|
|
998
|
+
"asyncbox": "^3.0.0",
|
|
999
|
+
"axios": "^1.4.0",
|
|
1000
|
+
"bluebird": "^3.5.5",
|
|
1001
|
+
"lodash": "^4.17.11",
|
|
1002
|
+
"source-map-support": "^0.x",
|
|
1003
|
+
"teen_process": "^2.0.0"
|
|
1556
1004
|
},
|
|
1557
1005
|
"engines": {
|
|
1558
|
-
"node": "
|
|
1006
|
+
"node": ">=14",
|
|
1559
1007
|
"npm": ">=8"
|
|
1560
|
-
},
|
|
1561
|
-
"optionalDependencies": {
|
|
1562
|
-
"sharp": "0.33.4"
|
|
1563
1008
|
}
|
|
1564
1009
|
},
|
|
1565
|
-
"node_modules/appium-xcode
|
|
1566
|
-
"version": "
|
|
1567
|
-
"resolved": "https://registry.npmjs.org
|
|
1568
|
-
"integrity": "sha512-
|
|
1010
|
+
"node_modules/appium-xcode": {
|
|
1011
|
+
"version": "5.2.16",
|
|
1012
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.16.tgz",
|
|
1013
|
+
"integrity": "sha512-Ig+MygLJzEEDv0AEF/hWyntJUuikC/olcLdkALpZrmKkRnUgnMNkoQ7ahZK/owGrLrg2Xeol65egRwYsUR26/A==",
|
|
1569
1014
|
"dependencies": {
|
|
1570
|
-
"@appium/
|
|
1571
|
-
"@
|
|
1572
|
-
"@
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1015
|
+
"@appium/support": "^5.0.3",
|
|
1016
|
+
"@types/lodash": "^4.14.192",
|
|
1017
|
+
"@types/teen_process": "^2.0.0",
|
|
1018
|
+
"asyncbox": "^3.0.0",
|
|
1019
|
+
"bluebird": "^3.7.2",
|
|
1020
|
+
"lodash": "^4.17.4",
|
|
1021
|
+
"plist": "^3.0.1",
|
|
1022
|
+
"semver": "^7.0.0",
|
|
1023
|
+
"source-map-support": "^0.x",
|
|
1024
|
+
"teen_process": "^2.0.0"
|
|
1576
1025
|
},
|
|
1577
1026
|
"engines": {
|
|
1578
|
-
"node": "
|
|
1027
|
+
"node": ">=14",
|
|
1579
1028
|
"npm": ">=8"
|
|
1580
1029
|
}
|
|
1581
1030
|
},
|
|
1582
|
-
"node_modules/appium-xcode/node_modules/type-fest": {
|
|
1583
|
-
"version": "4.19.0",
|
|
1584
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1585
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1586
|
-
"engines": {
|
|
1587
|
-
"node": ">=16"
|
|
1588
|
-
},
|
|
1589
|
-
"funding": {
|
|
1590
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
1031
|
"node_modules/archiver": {
|
|
1594
1032
|
"version": "7.0.1",
|
|
1595
1033
|
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
@@ -1689,9 +1127,9 @@
|
|
|
1689
1127
|
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
|
1690
1128
|
},
|
|
1691
1129
|
"node_modules/bare-events": {
|
|
1692
|
-
"version": "2.
|
|
1693
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.
|
|
1694
|
-
"integrity": "sha512-
|
|
1130
|
+
"version": "2.4.2",
|
|
1131
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
|
|
1132
|
+
"integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
|
|
1695
1133
|
"optional": true
|
|
1696
1134
|
},
|
|
1697
1135
|
"node_modules/base64-js": {
|
|
@@ -2453,9 +1891,9 @@
|
|
|
2453
1891
|
}
|
|
2454
1892
|
},
|
|
2455
1893
|
"node_modules/foreground-child": {
|
|
2456
|
-
"version": "3.2.
|
|
2457
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.
|
|
2458
|
-
"integrity": "sha512-
|
|
1894
|
+
"version": "3.2.1",
|
|
1895
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
|
|
1896
|
+
"integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
|
|
2459
1897
|
"dependencies": {
|
|
2460
1898
|
"cross-spawn": "^7.0.0",
|
|
2461
1899
|
"signal-exit": "^4.0.1"
|
|
@@ -3341,9 +2779,9 @@
|
|
|
3341
2779
|
}
|
|
3342
2780
|
},
|
|
3343
2781
|
"node_modules/node-simctl": {
|
|
3344
|
-
"version": "7.5.
|
|
3345
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.5.
|
|
3346
|
-
"integrity": "sha512-
|
|
2782
|
+
"version": "7.5.2",
|
|
2783
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.5.2.tgz",
|
|
2784
|
+
"integrity": "sha512-ap0QEMMcHbd+r86UQHRc9EsDvgP0PIio56B0Phh3iwQ5STEClCUGEGVwCVrxqlrwSCRYM26Glx39vwgGUyHUPA==",
|
|
3347
2785
|
"dependencies": {
|
|
3348
2786
|
"@appium/logger": "^1.3.0",
|
|
3349
2787
|
"asyncbox": "^3.0.0",
|
|
@@ -3353,7 +2791,7 @@
|
|
|
3353
2791
|
"semver": "^7.0.0",
|
|
3354
2792
|
"source-map-support": "^0.x",
|
|
3355
2793
|
"teen_process": "^2.0.0",
|
|
3356
|
-
"uuid": "^
|
|
2794
|
+
"uuid": "^10.0.0",
|
|
3357
2795
|
"which": "^4.0.0"
|
|
3358
2796
|
},
|
|
3359
2797
|
"engines": {
|
|
@@ -3361,6 +2799,18 @@
|
|
|
3361
2799
|
"npm": ">=8"
|
|
3362
2800
|
}
|
|
3363
2801
|
},
|
|
2802
|
+
"node_modules/node-simctl/node_modules/uuid": {
|
|
2803
|
+
"version": "10.0.0",
|
|
2804
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2805
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
2806
|
+
"funding": [
|
|
2807
|
+
"https://github.com/sponsors/broofa",
|
|
2808
|
+
"https://github.com/sponsors/ctavan"
|
|
2809
|
+
],
|
|
2810
|
+
"bin": {
|
|
2811
|
+
"uuid": "dist/bin/uuid"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
3364
2814
|
"node_modules/normalize-package-data": {
|
|
3365
2815
|
"version": "2.5.0",
|
|
3366
2816
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -4351,9 +3801,9 @@
|
|
|
4351
3801
|
}
|
|
4352
3802
|
},
|
|
4353
3803
|
"node_modules/teen_process": {
|
|
4354
|
-
"version": "2.1.
|
|
4355
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
4356
|
-
"integrity": "sha512-
|
|
3804
|
+
"version": "2.1.6",
|
|
3805
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
3806
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
4357
3807
|
"dependencies": {
|
|
4358
3808
|
"bluebird": "^3.7.2",
|
|
4359
3809
|
"lodash": "^4.17.21",
|
|
@@ -4399,17 +3849,6 @@
|
|
|
4399
3849
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
4400
3850
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
|
|
4401
3851
|
},
|
|
4402
|
-
"node_modules/type-fest": {
|
|
4403
|
-
"version": "4.20.0",
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
|
|
4405
|
-
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
|
|
4406
|
-
"engines": {
|
|
4407
|
-
"node": ">=16"
|
|
4408
|
-
},
|
|
4409
|
-
"funding": {
|
|
4410
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4411
|
-
}
|
|
4412
|
-
},
|
|
4413
3852
|
"node_modules/type-is": {
|
|
4414
3853
|
"version": "1.6.18",
|
|
4415
3854
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
|
@@ -4605,9 +4044,9 @@
|
|
|
4605
4044
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
4606
4045
|
},
|
|
4607
4046
|
"node_modules/ws": {
|
|
4608
|
-
"version": "8.17.
|
|
4609
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.
|
|
4610
|
-
"integrity": "sha512-
|
|
4047
|
+
"version": "8.17.1",
|
|
4048
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
4049
|
+
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
4611
4050
|
"engines": {
|
|
4612
4051
|
"node": ">=10.0.0"
|
|
4613
4052
|
},
|