appium-espresso-driver 2.8.2 → 2.8.3
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.
|
Binary file
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.8.
|
|
9
|
+
"version": "2.8.3",
|
|
10
10
|
"engines": [
|
|
11
11
|
"node"
|
|
12
12
|
],
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"lodash": "^4.17.11",
|
|
21
21
|
"portscanner": "^2.1.1",
|
|
22
22
|
"source-map-support": "^0.x",
|
|
23
|
+
"teen_process": "^2.0.0",
|
|
23
24
|
"validate.js": "^0.x"
|
|
24
25
|
},
|
|
25
26
|
"devDependencies": {
|
|
@@ -49,11 +50,11 @@
|
|
|
49
50
|
}
|
|
50
51
|
},
|
|
51
52
|
"node_modules/@appium/base-driver": {
|
|
52
|
-
"version": "8.
|
|
53
|
+
"version": "8.7.0",
|
|
53
54
|
"extraneous": true,
|
|
54
55
|
"license": "Apache-2.0",
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@appium/support": "^2.59.
|
|
57
|
+
"@appium/support": "^2.59.5",
|
|
57
58
|
"@babel/runtime": "7.18.9",
|
|
58
59
|
"@colors/colors": "1.5.0",
|
|
59
60
|
"@types/async-lock": "1.1.5",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"express": "4.18.1",
|
|
71
72
|
"http-status-codes": "2.2.0",
|
|
72
73
|
"lodash": "4.17.21",
|
|
73
|
-
"lru-cache": "7.13.
|
|
74
|
+
"lru-cache": "7.13.2",
|
|
74
75
|
"method-override": "3.0.0",
|
|
75
76
|
"morgan": "1.10.0",
|
|
76
77
|
"serve-favicon": "2.5.0",
|
|
@@ -84,11 +85,11 @@
|
|
|
84
85
|
}
|
|
85
86
|
},
|
|
86
87
|
"node_modules/@appium/base-plugin": {
|
|
87
|
-
"version": "1.10.
|
|
88
|
+
"version": "1.10.2",
|
|
88
89
|
"extraneous": true,
|
|
89
90
|
"license": "Apache-2.0",
|
|
90
91
|
"dependencies": {
|
|
91
|
-
"@appium/support": "^2.59.
|
|
92
|
+
"@appium/support": "^2.59.5"
|
|
92
93
|
},
|
|
93
94
|
"engines": {
|
|
94
95
|
"node": ">=14",
|
|
@@ -96,11 +97,11 @@
|
|
|
96
97
|
}
|
|
97
98
|
},
|
|
98
99
|
"node_modules/@appium/docutils": {
|
|
99
|
-
"version": "0.0.
|
|
100
|
+
"version": "0.0.10",
|
|
100
101
|
"extraneous": true,
|
|
101
102
|
"license": "Apache-2.0",
|
|
102
103
|
"dependencies": {
|
|
103
|
-
"@appium/support": "^2.59.
|
|
104
|
+
"@appium/support": "^2.59.5",
|
|
104
105
|
"@babel/runtime": "7.18.9",
|
|
105
106
|
"docdash": "1.2.0",
|
|
106
107
|
"jsdoc": "3.6.11",
|
|
@@ -113,9 +114,24 @@
|
|
|
113
114
|
"npm": ">=8"
|
|
114
115
|
}
|
|
115
116
|
},
|
|
117
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
118
|
+
"version": "1.16.0",
|
|
119
|
+
"engines": [
|
|
120
|
+
"node"
|
|
121
|
+
],
|
|
122
|
+
"extraneous": true,
|
|
123
|
+
"license": "Apache-2.0",
|
|
124
|
+
"dependencies": {
|
|
125
|
+
"@babel/runtime": "^7.0.0",
|
|
126
|
+
"bluebird": "^3.5.1",
|
|
127
|
+
"lodash": "^4.17.4",
|
|
128
|
+
"shell-quote": "^1.4.3",
|
|
129
|
+
"source-map-support": "^0.5.3",
|
|
130
|
+
"which": "^2.0.2"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
116
133
|
"node_modules/@appium/schema": {
|
|
117
134
|
"version": "0.0.9",
|
|
118
|
-
"extraneous": true,
|
|
119
135
|
"license": "Apache-2.0",
|
|
120
136
|
"dependencies": {
|
|
121
137
|
"@types/json-schema": "7.0.11",
|
|
@@ -128,9 +144,10 @@
|
|
|
128
144
|
}
|
|
129
145
|
},
|
|
130
146
|
"node_modules/@appium/support": {
|
|
131
|
-
"version": "2.59.
|
|
147
|
+
"version": "2.59.5",
|
|
132
148
|
"license": "Apache-2.0",
|
|
133
149
|
"dependencies": {
|
|
150
|
+
"@appium/types": "^0.4.0",
|
|
134
151
|
"@babel/runtime": "7.18.9",
|
|
135
152
|
"@colors/colors": "1.5.0",
|
|
136
153
|
"@types/archiver": "5.3.1",
|
|
@@ -194,8 +211,23 @@
|
|
|
194
211
|
"npm": ">=8"
|
|
195
212
|
}
|
|
196
213
|
},
|
|
214
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
215
|
+
"version": "1.16.0",
|
|
216
|
+
"engines": [
|
|
217
|
+
"node"
|
|
218
|
+
],
|
|
219
|
+
"license": "Apache-2.0",
|
|
220
|
+
"dependencies": {
|
|
221
|
+
"@babel/runtime": "^7.0.0",
|
|
222
|
+
"bluebird": "^3.5.1",
|
|
223
|
+
"lodash": "^4.17.4",
|
|
224
|
+
"shell-quote": "^1.4.3",
|
|
225
|
+
"source-map-support": "^0.5.3",
|
|
226
|
+
"which": "^2.0.2"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
197
229
|
"node_modules/@appium/test-support": {
|
|
198
|
-
"version": "1.
|
|
230
|
+
"version": "1.5.0",
|
|
199
231
|
"extraneous": true,
|
|
200
232
|
"license": "Apache-2.0",
|
|
201
233
|
"dependencies": {
|
|
@@ -223,10 +255,25 @@
|
|
|
223
255
|
"appium": "^2.0.0-beta.35"
|
|
224
256
|
}
|
|
225
257
|
},
|
|
226
|
-
"node_modules/@appium/
|
|
227
|
-
"version": "
|
|
258
|
+
"node_modules/@appium/test-support/node_modules/teen_process": {
|
|
259
|
+
"version": "1.16.0",
|
|
260
|
+
"engines": [
|
|
261
|
+
"node"
|
|
262
|
+
],
|
|
228
263
|
"extraneous": true,
|
|
229
264
|
"license": "Apache-2.0",
|
|
265
|
+
"dependencies": {
|
|
266
|
+
"@babel/runtime": "^7.0.0",
|
|
267
|
+
"bluebird": "^3.5.1",
|
|
268
|
+
"lodash": "^4.17.4",
|
|
269
|
+
"shell-quote": "^1.4.3",
|
|
270
|
+
"source-map-support": "^0.5.3",
|
|
271
|
+
"which": "^2.0.2"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"node_modules/@appium/types": {
|
|
275
|
+
"version": "0.4.0",
|
|
276
|
+
"license": "Apache-2.0",
|
|
230
277
|
"dependencies": {
|
|
231
278
|
"@appium/schema": "^0.0.9",
|
|
232
279
|
"@types/express": "4.17.13",
|
|
@@ -269,7 +316,7 @@
|
|
|
269
316
|
}
|
|
270
317
|
},
|
|
271
318
|
"node_modules/@babel/parser": {
|
|
272
|
-
"version": "7.18.
|
|
319
|
+
"version": "7.18.11",
|
|
273
320
|
"extraneous": true,
|
|
274
321
|
"license": "MIT",
|
|
275
322
|
"bin": {
|
|
@@ -776,7 +823,6 @@
|
|
|
776
823
|
},
|
|
777
824
|
"node_modules/@sindresorhus/is": {
|
|
778
825
|
"version": "4.6.0",
|
|
779
|
-
"extraneous": true,
|
|
780
826
|
"license": "MIT",
|
|
781
827
|
"engines": {
|
|
782
828
|
"node": ">=10"
|
|
@@ -818,7 +864,6 @@
|
|
|
818
864
|
},
|
|
819
865
|
"node_modules/@szmarczak/http-timer": {
|
|
820
866
|
"version": "4.0.6",
|
|
821
|
-
"extraneous": true,
|
|
822
867
|
"license": "MIT",
|
|
823
868
|
"dependencies": {
|
|
824
869
|
"defer-to-connect": "^2.0.0"
|
|
@@ -858,7 +903,6 @@
|
|
|
858
903
|
},
|
|
859
904
|
"node_modules/@types/body-parser": {
|
|
860
905
|
"version": "1.19.2",
|
|
861
|
-
"extraneous": true,
|
|
862
906
|
"license": "MIT",
|
|
863
907
|
"dependencies": {
|
|
864
908
|
"@types/connect": "*",
|
|
@@ -867,7 +911,6 @@
|
|
|
867
911
|
},
|
|
868
912
|
"node_modules/@types/cacheable-request": {
|
|
869
913
|
"version": "6.0.2",
|
|
870
|
-
"extraneous": true,
|
|
871
914
|
"license": "MIT",
|
|
872
915
|
"dependencies": {
|
|
873
916
|
"@types/http-cache-semantics": "*",
|
|
@@ -878,7 +921,6 @@
|
|
|
878
921
|
},
|
|
879
922
|
"node_modules/@types/connect": {
|
|
880
923
|
"version": "3.4.35",
|
|
881
|
-
"extraneous": true,
|
|
882
924
|
"license": "MIT",
|
|
883
925
|
"dependencies": {
|
|
884
926
|
"@types/node": "*"
|
|
@@ -886,7 +928,6 @@
|
|
|
886
928
|
},
|
|
887
929
|
"node_modules/@types/express": {
|
|
888
930
|
"version": "4.17.13",
|
|
889
|
-
"extraneous": true,
|
|
890
931
|
"license": "MIT",
|
|
891
932
|
"dependencies": {
|
|
892
933
|
"@types/body-parser": "*",
|
|
@@ -897,7 +938,6 @@
|
|
|
897
938
|
},
|
|
898
939
|
"node_modules/@types/express-serve-static-core": {
|
|
899
940
|
"version": "4.17.30",
|
|
900
|
-
"extraneous": true,
|
|
901
941
|
"license": "MIT",
|
|
902
942
|
"dependencies": {
|
|
903
943
|
"@types/node": "*",
|
|
@@ -924,7 +964,6 @@
|
|
|
924
964
|
},
|
|
925
965
|
"node_modules/@types/http-cache-semantics": {
|
|
926
966
|
"version": "4.0.1",
|
|
927
|
-
"extraneous": true,
|
|
928
967
|
"license": "MIT"
|
|
929
968
|
},
|
|
930
969
|
"node_modules/@types/jsftp": {
|
|
@@ -936,17 +975,14 @@
|
|
|
936
975
|
},
|
|
937
976
|
"node_modules/@types/json-buffer": {
|
|
938
977
|
"version": "3.0.0",
|
|
939
|
-
"extraneous": true,
|
|
940
978
|
"license": "MIT"
|
|
941
979
|
},
|
|
942
980
|
"node_modules/@types/json-schema": {
|
|
943
981
|
"version": "7.0.11",
|
|
944
|
-
"extraneous": true,
|
|
945
982
|
"license": "MIT"
|
|
946
983
|
},
|
|
947
984
|
"node_modules/@types/keyv": {
|
|
948
985
|
"version": "3.1.4",
|
|
949
|
-
"extraneous": true,
|
|
950
986
|
"license": "MIT",
|
|
951
987
|
"dependencies": {
|
|
952
988
|
"@types/node": "*"
|
|
@@ -991,8 +1027,7 @@
|
|
|
991
1027
|
}
|
|
992
1028
|
},
|
|
993
1029
|
"node_modules/@types/mime": {
|
|
994
|
-
"version": "3.0.
|
|
995
|
-
"extraneous": true,
|
|
1030
|
+
"version": "3.0.1",
|
|
996
1031
|
"license": "MIT"
|
|
997
1032
|
},
|
|
998
1033
|
"node_modules/@types/minimatch": {
|
|
@@ -1011,7 +1046,7 @@
|
|
|
1011
1046
|
}
|
|
1012
1047
|
},
|
|
1013
1048
|
"node_modules/@types/node": {
|
|
1014
|
-
"version": "18.
|
|
1049
|
+
"version": "18.7.8",
|
|
1015
1050
|
"license": "MIT"
|
|
1016
1051
|
},
|
|
1017
1052
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1035,17 +1070,14 @@
|
|
|
1035
1070
|
},
|
|
1036
1071
|
"node_modules/@types/qs": {
|
|
1037
1072
|
"version": "6.9.7",
|
|
1038
|
-
"extraneous": true,
|
|
1039
1073
|
"license": "MIT"
|
|
1040
1074
|
},
|
|
1041
1075
|
"node_modules/@types/range-parser": {
|
|
1042
1076
|
"version": "1.2.4",
|
|
1043
|
-
"extraneous": true,
|
|
1044
1077
|
"license": "MIT"
|
|
1045
1078
|
},
|
|
1046
1079
|
"node_modules/@types/responselike": {
|
|
1047
1080
|
"version": "1.0.0",
|
|
1048
|
-
"extraneous": true,
|
|
1049
1081
|
"license": "MIT",
|
|
1050
1082
|
"dependencies": {
|
|
1051
1083
|
"@types/node": "*"
|
|
@@ -1073,7 +1105,6 @@
|
|
|
1073
1105
|
},
|
|
1074
1106
|
"node_modules/@types/serve-static": {
|
|
1075
1107
|
"version": "1.15.0",
|
|
1076
|
-
"extraneous": true,
|
|
1077
1108
|
"license": "MIT",
|
|
1078
1109
|
"dependencies": {
|
|
1079
1110
|
"@types/mime": "*",
|
|
@@ -1106,7 +1137,6 @@
|
|
|
1106
1137
|
},
|
|
1107
1138
|
"node_modules/@wdio/types": {
|
|
1108
1139
|
"version": "7.20.7",
|
|
1109
|
-
"extraneous": true,
|
|
1110
1140
|
"license": "MIT",
|
|
1111
1141
|
"dependencies": {
|
|
1112
1142
|
"@types/node": "^18.0.0",
|
|
@@ -1231,6 +1261,21 @@
|
|
|
1231
1261
|
"utf7": "^1.0.2"
|
|
1232
1262
|
}
|
|
1233
1263
|
},
|
|
1264
|
+
"node_modules/appium-adb/node_modules/teen_process": {
|
|
1265
|
+
"version": "1.16.0",
|
|
1266
|
+
"engines": [
|
|
1267
|
+
"node"
|
|
1268
|
+
],
|
|
1269
|
+
"license": "Apache-2.0",
|
|
1270
|
+
"dependencies": {
|
|
1271
|
+
"@babel/runtime": "^7.0.0",
|
|
1272
|
+
"bluebird": "^3.5.1",
|
|
1273
|
+
"lodash": "^4.17.4",
|
|
1274
|
+
"shell-quote": "^1.4.3",
|
|
1275
|
+
"source-map-support": "^0.5.3",
|
|
1276
|
+
"which": "^2.0.2"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1234
1279
|
"node_modules/appium-android-driver": {
|
|
1235
1280
|
"version": "5.2.7",
|
|
1236
1281
|
"engines": [
|
|
@@ -1262,8 +1307,23 @@
|
|
|
1262
1307
|
"appium": "^2.0.0-beta.40"
|
|
1263
1308
|
}
|
|
1264
1309
|
},
|
|
1310
|
+
"node_modules/appium-android-driver/node_modules/teen_process": {
|
|
1311
|
+
"version": "1.16.0",
|
|
1312
|
+
"engines": [
|
|
1313
|
+
"node"
|
|
1314
|
+
],
|
|
1315
|
+
"license": "Apache-2.0",
|
|
1316
|
+
"dependencies": {
|
|
1317
|
+
"@babel/runtime": "^7.0.0",
|
|
1318
|
+
"bluebird": "^3.5.1",
|
|
1319
|
+
"lodash": "^4.17.4",
|
|
1320
|
+
"shell-quote": "^1.4.3",
|
|
1321
|
+
"source-map-support": "^0.5.3",
|
|
1322
|
+
"which": "^2.0.2"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1265
1325
|
"node_modules/appium-chromedriver": {
|
|
1266
|
-
"version": "5.1.
|
|
1326
|
+
"version": "5.1.5",
|
|
1267
1327
|
"hasInstallScript": true,
|
|
1268
1328
|
"license": "Apache-2.0",
|
|
1269
1329
|
"dependencies": {
|
|
@@ -1288,6 +1348,21 @@
|
|
|
1288
1348
|
"appium": "^2.0.0-beta.40"
|
|
1289
1349
|
}
|
|
1290
1350
|
},
|
|
1351
|
+
"node_modules/appium-chromedriver/node_modules/teen_process": {
|
|
1352
|
+
"version": "1.16.0",
|
|
1353
|
+
"engines": [
|
|
1354
|
+
"node"
|
|
1355
|
+
],
|
|
1356
|
+
"license": "Apache-2.0",
|
|
1357
|
+
"dependencies": {
|
|
1358
|
+
"@babel/runtime": "^7.0.0",
|
|
1359
|
+
"bluebird": "^3.5.1",
|
|
1360
|
+
"lodash": "^4.17.4",
|
|
1361
|
+
"shell-quote": "^1.4.3",
|
|
1362
|
+
"source-map-support": "^0.5.3",
|
|
1363
|
+
"which": "^2.0.2"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1291
1366
|
"node_modules/aproba": {
|
|
1292
1367
|
"version": "2.0.0",
|
|
1293
1368
|
"license": "ISC"
|
|
@@ -1608,7 +1683,6 @@
|
|
|
1608
1683
|
},
|
|
1609
1684
|
"node_modules/cacheable-lookup": {
|
|
1610
1685
|
"version": "5.0.4",
|
|
1611
|
-
"extraneous": true,
|
|
1612
1686
|
"license": "MIT",
|
|
1613
1687
|
"engines": {
|
|
1614
1688
|
"node": ">=10.6.0"
|
|
@@ -1616,7 +1690,6 @@
|
|
|
1616
1690
|
},
|
|
1617
1691
|
"node_modules/cacheable-request": {
|
|
1618
1692
|
"version": "7.0.2",
|
|
1619
|
-
"extraneous": true,
|
|
1620
1693
|
"license": "MIT",
|
|
1621
1694
|
"dependencies": {
|
|
1622
1695
|
"clone-response": "^1.0.2",
|
|
@@ -1633,7 +1706,6 @@
|
|
|
1633
1706
|
},
|
|
1634
1707
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
1635
1708
|
"version": "5.2.0",
|
|
1636
|
-
"extraneous": true,
|
|
1637
1709
|
"license": "MIT",
|
|
1638
1710
|
"dependencies": {
|
|
1639
1711
|
"pump": "^3.0.0"
|
|
@@ -1647,7 +1719,6 @@
|
|
|
1647
1719
|
},
|
|
1648
1720
|
"node_modules/cacheable-request/node_modules/pump": {
|
|
1649
1721
|
"version": "3.0.0",
|
|
1650
|
-
"extraneous": true,
|
|
1651
1722
|
"license": "MIT",
|
|
1652
1723
|
"dependencies": {
|
|
1653
1724
|
"end-of-stream": "^1.1.0",
|
|
@@ -1755,7 +1826,6 @@
|
|
|
1755
1826
|
},
|
|
1756
1827
|
"node_modules/clone-response": {
|
|
1757
1828
|
"version": "1.0.3",
|
|
1758
|
-
"extraneous": true,
|
|
1759
1829
|
"license": "MIT",
|
|
1760
1830
|
"dependencies": {
|
|
1761
1831
|
"mimic-response": "^1.0.0"
|
|
@@ -1833,7 +1903,6 @@
|
|
|
1833
1903
|
},
|
|
1834
1904
|
"node_modules/compress-brotli": {
|
|
1835
1905
|
"version": "1.3.8",
|
|
1836
|
-
"extraneous": true,
|
|
1837
1906
|
"license": "MIT",
|
|
1838
1907
|
"dependencies": {
|
|
1839
1908
|
"@types/json-buffer": "~3.0.0",
|
|
@@ -1983,7 +2052,6 @@
|
|
|
1983
2052
|
},
|
|
1984
2053
|
"node_modules/decompress-response": {
|
|
1985
2054
|
"version": "6.0.0",
|
|
1986
|
-
"extraneous": true,
|
|
1987
2055
|
"license": "MIT",
|
|
1988
2056
|
"dependencies": {
|
|
1989
2057
|
"mimic-response": "^3.1.0"
|
|
@@ -1997,7 +2065,6 @@
|
|
|
1997
2065
|
},
|
|
1998
2066
|
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
1999
2067
|
"version": "3.1.0",
|
|
2000
|
-
"extraneous": true,
|
|
2001
2068
|
"license": "MIT",
|
|
2002
2069
|
"engines": {
|
|
2003
2070
|
"node": ">=10"
|
|
@@ -2035,7 +2102,6 @@
|
|
|
2035
2102
|
},
|
|
2036
2103
|
"node_modules/defer-to-connect": {
|
|
2037
2104
|
"version": "2.0.1",
|
|
2038
|
-
"extraneous": true,
|
|
2039
2105
|
"license": "MIT",
|
|
2040
2106
|
"engines": {
|
|
2041
2107
|
"node": ">=10"
|
|
@@ -2630,7 +2696,6 @@
|
|
|
2630
2696
|
},
|
|
2631
2697
|
"node_modules/got": {
|
|
2632
2698
|
"version": "11.8.5",
|
|
2633
|
-
"extraneous": true,
|
|
2634
2699
|
"license": "MIT",
|
|
2635
2700
|
"dependencies": {
|
|
2636
2701
|
"@sindresorhus/is": "^4.0.0",
|
|
@@ -2727,7 +2792,6 @@
|
|
|
2727
2792
|
},
|
|
2728
2793
|
"node_modules/http-cache-semantics": {
|
|
2729
2794
|
"version": "4.1.0",
|
|
2730
|
-
"extraneous": true,
|
|
2731
2795
|
"license": "BSD-2-Clause"
|
|
2732
2796
|
},
|
|
2733
2797
|
"node_modules/http-errors": {
|
|
@@ -2752,7 +2816,6 @@
|
|
|
2752
2816
|
},
|
|
2753
2817
|
"node_modules/http2-wrapper": {
|
|
2754
2818
|
"version": "1.0.3",
|
|
2755
|
-
"extraneous": true,
|
|
2756
2819
|
"license": "MIT",
|
|
2757
2820
|
"dependencies": {
|
|
2758
2821
|
"quick-lru": "^5.1.1",
|
|
@@ -2888,7 +2951,7 @@
|
|
|
2888
2951
|
}
|
|
2889
2952
|
},
|
|
2890
2953
|
"node_modules/is-core-module": {
|
|
2891
|
-
"version": "2.
|
|
2954
|
+
"version": "2.10.0",
|
|
2892
2955
|
"license": "MIT",
|
|
2893
2956
|
"dependencies": {
|
|
2894
2957
|
"has": "^1.0.3"
|
|
@@ -3165,7 +3228,6 @@
|
|
|
3165
3228
|
},
|
|
3166
3229
|
"node_modules/json-buffer": {
|
|
3167
3230
|
"version": "3.0.1",
|
|
3168
|
-
"extraneous": true,
|
|
3169
3231
|
"license": "MIT"
|
|
3170
3232
|
},
|
|
3171
3233
|
"node_modules/json-parse-even-better-errors": {
|
|
@@ -3174,7 +3236,6 @@
|
|
|
3174
3236
|
},
|
|
3175
3237
|
"node_modules/json-schema": {
|
|
3176
3238
|
"version": "0.4.0",
|
|
3177
|
-
"extraneous": true,
|
|
3178
3239
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
3179
3240
|
},
|
|
3180
3241
|
"node_modules/json-schema-traverse": {
|
|
@@ -3189,7 +3250,6 @@
|
|
|
3189
3250
|
},
|
|
3190
3251
|
"node_modules/keyv": {
|
|
3191
3252
|
"version": "4.3.3",
|
|
3192
|
-
"extraneous": true,
|
|
3193
3253
|
"license": "MIT",
|
|
3194
3254
|
"dependencies": {
|
|
3195
3255
|
"compress-brotli": "^1.3.8",
|
|
@@ -3435,14 +3495,13 @@
|
|
|
3435
3495
|
},
|
|
3436
3496
|
"node_modules/lowercase-keys": {
|
|
3437
3497
|
"version": "2.0.0",
|
|
3438
|
-
"extraneous": true,
|
|
3439
3498
|
"license": "MIT",
|
|
3440
3499
|
"engines": {
|
|
3441
3500
|
"node": ">=8"
|
|
3442
3501
|
}
|
|
3443
3502
|
},
|
|
3444
3503
|
"node_modules/lru-cache": {
|
|
3445
|
-
"version": "7.13.
|
|
3504
|
+
"version": "7.13.2",
|
|
3446
3505
|
"license": "ISC",
|
|
3447
3506
|
"engines": {
|
|
3448
3507
|
"node": ">=12"
|
|
@@ -3573,7 +3632,6 @@
|
|
|
3573
3632
|
},
|
|
3574
3633
|
"node_modules/mimic-response": {
|
|
3575
3634
|
"version": "1.0.1",
|
|
3576
|
-
"extraneous": true,
|
|
3577
3635
|
"license": "MIT",
|
|
3578
3636
|
"engines": {
|
|
3579
3637
|
"node": ">=4"
|
|
@@ -3771,7 +3829,6 @@
|
|
|
3771
3829
|
},
|
|
3772
3830
|
"node_modules/normalize-url": {
|
|
3773
3831
|
"version": "6.1.0",
|
|
3774
|
-
"extraneous": true,
|
|
3775
3832
|
"license": "MIT",
|
|
3776
3833
|
"engines": {
|
|
3777
3834
|
"node": ">=10"
|
|
@@ -3810,13 +3867,13 @@
|
|
|
3810
3867
|
}
|
|
3811
3868
|
},
|
|
3812
3869
|
"node_modules/object.assign": {
|
|
3813
|
-
"version": "4.1.
|
|
3870
|
+
"version": "4.1.4",
|
|
3814
3871
|
"extraneous": true,
|
|
3815
3872
|
"license": "MIT",
|
|
3816
3873
|
"dependencies": {
|
|
3817
|
-
"call-bind": "^1.0.
|
|
3818
|
-
"define-properties": "^1.1.
|
|
3819
|
-
"has-symbols": "^1.0.
|
|
3874
|
+
"call-bind": "^1.0.2",
|
|
3875
|
+
"define-properties": "^1.1.4",
|
|
3876
|
+
"has-symbols": "^1.0.3",
|
|
3820
3877
|
"object-keys": "^1.1.1"
|
|
3821
3878
|
},
|
|
3822
3879
|
"engines": {
|
|
@@ -3962,7 +4019,6 @@
|
|
|
3962
4019
|
},
|
|
3963
4020
|
"node_modules/p-cancelable": {
|
|
3964
4021
|
"version": "2.1.1",
|
|
3965
|
-
"extraneous": true,
|
|
3966
4022
|
"license": "MIT",
|
|
3967
4023
|
"engines": {
|
|
3968
4024
|
"node": ">=8"
|
|
@@ -4159,12 +4215,12 @@
|
|
|
4159
4215
|
}
|
|
4160
4216
|
},
|
|
4161
4217
|
"node_modules/portfinder": {
|
|
4162
|
-
"version": "1.0.
|
|
4218
|
+
"version": "1.0.32",
|
|
4163
4219
|
"license": "MIT",
|
|
4164
4220
|
"dependencies": {
|
|
4165
|
-
"async": "^2.6.
|
|
4166
|
-
"debug": "^3.
|
|
4167
|
-
"mkdirp": "^0.5.
|
|
4221
|
+
"async": "^2.6.4",
|
|
4222
|
+
"debug": "^3.2.7",
|
|
4223
|
+
"mkdirp": "^0.5.6"
|
|
4168
4224
|
},
|
|
4169
4225
|
"engines": {
|
|
4170
4226
|
"node": ">= 0.12.0"
|
|
@@ -4250,7 +4306,6 @@
|
|
|
4250
4306
|
},
|
|
4251
4307
|
"node_modules/quick-lru": {
|
|
4252
4308
|
"version": "5.1.1",
|
|
4253
|
-
"extraneous": true,
|
|
4254
4309
|
"license": "MIT",
|
|
4255
4310
|
"engines": {
|
|
4256
4311
|
"node": ">=10"
|
|
@@ -4390,7 +4445,6 @@
|
|
|
4390
4445
|
},
|
|
4391
4446
|
"node_modules/resolve-alpn": {
|
|
4392
4447
|
"version": "1.2.1",
|
|
4393
|
-
"extraneous": true,
|
|
4394
4448
|
"license": "MIT"
|
|
4395
4449
|
},
|
|
4396
4450
|
"node_modules/resolve-from": {
|
|
@@ -4402,7 +4456,6 @@
|
|
|
4402
4456
|
},
|
|
4403
4457
|
"node_modules/responselike": {
|
|
4404
4458
|
"version": "2.0.1",
|
|
4405
|
-
"extraneous": true,
|
|
4406
4459
|
"license": "MIT",
|
|
4407
4460
|
"dependencies": {
|
|
4408
4461
|
"lowercase-keys": "^2.0.0"
|
|
@@ -4904,10 +4957,7 @@
|
|
|
4904
4957
|
}
|
|
4905
4958
|
},
|
|
4906
4959
|
"node_modules/teen_process": {
|
|
4907
|
-
"version": "
|
|
4908
|
-
"engines": [
|
|
4909
|
-
"node"
|
|
4910
|
-
],
|
|
4960
|
+
"version": "2.0.0",
|
|
4911
4961
|
"license": "Apache-2.0",
|
|
4912
4962
|
"dependencies": {
|
|
4913
4963
|
"@babel/runtime": "^7.0.0",
|
|
@@ -4916,6 +4966,10 @@
|
|
|
4916
4966
|
"shell-quote": "^1.4.3",
|
|
4917
4967
|
"source-map-support": "^0.5.3",
|
|
4918
4968
|
"which": "^2.0.2"
|
|
4969
|
+
},
|
|
4970
|
+
"engines": {
|
|
4971
|
+
"node": ">=14",
|
|
4972
|
+
"npm": ">=6"
|
|
4919
4973
|
}
|
|
4920
4974
|
},
|
|
4921
4975
|
"node_modules/text-hex": {
|
|
@@ -4990,8 +5044,8 @@
|
|
|
4990
5044
|
},
|
|
4991
5045
|
"node_modules/typescript": {
|
|
4992
5046
|
"version": "4.7.4",
|
|
4993
|
-
"extraneous": true,
|
|
4994
5047
|
"license": "Apache-2.0",
|
|
5048
|
+
"peer": true,
|
|
4995
5049
|
"bin": {
|
|
4996
5050
|
"tsc": "bin/tsc",
|
|
4997
5051
|
"tsserver": "bin/tsserver"
|
|
@@ -5358,10 +5412,10 @@
|
|
|
5358
5412
|
},
|
|
5359
5413
|
"dependencies": {
|
|
5360
5414
|
"@appium/base-driver": {
|
|
5361
|
-
"version": "8.
|
|
5415
|
+
"version": "8.7.0",
|
|
5362
5416
|
"extraneous": true,
|
|
5363
5417
|
"requires": {
|
|
5364
|
-
"@appium/support": "^2.59.
|
|
5418
|
+
"@appium/support": "^2.59.5",
|
|
5365
5419
|
"@babel/runtime": "7.18.9",
|
|
5366
5420
|
"@colors/colors": "1.5.0",
|
|
5367
5421
|
"@types/async-lock": "1.1.5",
|
|
@@ -5378,7 +5432,7 @@
|
|
|
5378
5432
|
"express": "4.18.1",
|
|
5379
5433
|
"http-status-codes": "2.2.0",
|
|
5380
5434
|
"lodash": "4.17.21",
|
|
5381
|
-
"lru-cache": "7.13.
|
|
5435
|
+
"lru-cache": "7.13.2",
|
|
5382
5436
|
"method-override": "3.0.0",
|
|
5383
5437
|
"morgan": "1.10.0",
|
|
5384
5438
|
"serve-favicon": "2.5.0",
|
|
@@ -5388,28 +5442,41 @@
|
|
|
5388
5442
|
}
|
|
5389
5443
|
},
|
|
5390
5444
|
"@appium/base-plugin": {
|
|
5391
|
-
"version": "1.10.
|
|
5445
|
+
"version": "1.10.2",
|
|
5392
5446
|
"extraneous": true,
|
|
5393
5447
|
"requires": {
|
|
5394
|
-
"@appium/support": "^2.59.
|
|
5448
|
+
"@appium/support": "^2.59.5"
|
|
5395
5449
|
}
|
|
5396
5450
|
},
|
|
5397
5451
|
"@appium/docutils": {
|
|
5398
|
-
"version": "0.0.
|
|
5452
|
+
"version": "0.0.10",
|
|
5399
5453
|
"extraneous": true,
|
|
5400
5454
|
"requires": {
|
|
5401
|
-
"@appium/support": "^2.59.
|
|
5455
|
+
"@appium/support": "^2.59.5",
|
|
5402
5456
|
"@babel/runtime": "7.18.9",
|
|
5403
5457
|
"docdash": "1.2.0",
|
|
5404
5458
|
"jsdoc": "3.6.11",
|
|
5405
5459
|
"jsdoc-plugin-typescript": "2.1.1",
|
|
5406
5460
|
"source-map-support": "0.5.21",
|
|
5407
5461
|
"teen_process": "1.16.0"
|
|
5462
|
+
},
|
|
5463
|
+
"dependencies": {
|
|
5464
|
+
"teen_process": {
|
|
5465
|
+
"version": "1.16.0",
|
|
5466
|
+
"extraneous": true,
|
|
5467
|
+
"requires": {
|
|
5468
|
+
"@babel/runtime": "^7.0.0",
|
|
5469
|
+
"bluebird": "^3.5.1",
|
|
5470
|
+
"lodash": "^4.17.4",
|
|
5471
|
+
"shell-quote": "^1.4.3",
|
|
5472
|
+
"source-map-support": "^0.5.3",
|
|
5473
|
+
"which": "^2.0.2"
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5408
5476
|
}
|
|
5409
5477
|
},
|
|
5410
5478
|
"@appium/schema": {
|
|
5411
5479
|
"version": "0.0.9",
|
|
5412
|
-
"extraneous": true,
|
|
5413
5480
|
"requires": {
|
|
5414
5481
|
"@types/json-schema": "7.0.11",
|
|
5415
5482
|
"json-schema": "0.4.0",
|
|
@@ -5417,8 +5484,9 @@
|
|
|
5417
5484
|
}
|
|
5418
5485
|
},
|
|
5419
5486
|
"@appium/support": {
|
|
5420
|
-
"version": "2.59.
|
|
5487
|
+
"version": "2.59.5",
|
|
5421
5488
|
"requires": {
|
|
5489
|
+
"@appium/types": "^0.4.0",
|
|
5422
5490
|
"@babel/runtime": "7.18.9",
|
|
5423
5491
|
"@colors/colors": "1.5.0",
|
|
5424
5492
|
"@types/archiver": "5.3.1",
|
|
@@ -5476,10 +5544,23 @@
|
|
|
5476
5544
|
"uuid": "8.3.2",
|
|
5477
5545
|
"which": "2.0.2",
|
|
5478
5546
|
"yauzl": "2.10.0"
|
|
5547
|
+
},
|
|
5548
|
+
"dependencies": {
|
|
5549
|
+
"teen_process": {
|
|
5550
|
+
"version": "1.16.0",
|
|
5551
|
+
"requires": {
|
|
5552
|
+
"@babel/runtime": "^7.0.0",
|
|
5553
|
+
"bluebird": "^3.5.1",
|
|
5554
|
+
"lodash": "^4.17.4",
|
|
5555
|
+
"shell-quote": "^1.4.3",
|
|
5556
|
+
"source-map-support": "^0.5.3",
|
|
5557
|
+
"which": "^2.0.2"
|
|
5558
|
+
}
|
|
5559
|
+
}
|
|
5479
5560
|
}
|
|
5480
5561
|
},
|
|
5481
5562
|
"@appium/test-support": {
|
|
5482
|
-
"version": "1.
|
|
5563
|
+
"version": "1.5.0",
|
|
5483
5564
|
"extraneous": true,
|
|
5484
5565
|
"requires": {
|
|
5485
5566
|
"@babel/runtime": "7.18.9",
|
|
@@ -5493,11 +5574,24 @@
|
|
|
5493
5574
|
"sinon": "14.0.0",
|
|
5494
5575
|
"source-map-support": "0.5.21",
|
|
5495
5576
|
"teen_process": "1.16.0"
|
|
5577
|
+
},
|
|
5578
|
+
"dependencies": {
|
|
5579
|
+
"teen_process": {
|
|
5580
|
+
"version": "1.16.0",
|
|
5581
|
+
"extraneous": true,
|
|
5582
|
+
"requires": {
|
|
5583
|
+
"@babel/runtime": "^7.0.0",
|
|
5584
|
+
"bluebird": "^3.5.1",
|
|
5585
|
+
"lodash": "^4.17.4",
|
|
5586
|
+
"shell-quote": "^1.4.3",
|
|
5587
|
+
"source-map-support": "^0.5.3",
|
|
5588
|
+
"which": "^2.0.2"
|
|
5589
|
+
}
|
|
5590
|
+
}
|
|
5496
5591
|
}
|
|
5497
5592
|
},
|
|
5498
5593
|
"@appium/types": {
|
|
5499
|
-
"version": "0.
|
|
5500
|
-
"extraneous": true,
|
|
5594
|
+
"version": "0.4.0",
|
|
5501
5595
|
"requires": {
|
|
5502
5596
|
"@appium/schema": "^0.0.9",
|
|
5503
5597
|
"@types/express": "4.17.13",
|
|
@@ -5524,7 +5618,7 @@
|
|
|
5524
5618
|
}
|
|
5525
5619
|
},
|
|
5526
5620
|
"@babel/parser": {
|
|
5527
|
-
"version": "7.18.
|
|
5621
|
+
"version": "7.18.11",
|
|
5528
5622
|
"extraneous": true
|
|
5529
5623
|
},
|
|
5530
5624
|
"@babel/runtime": {
|
|
@@ -5853,8 +5947,7 @@
|
|
|
5853
5947
|
}
|
|
5854
5948
|
},
|
|
5855
5949
|
"@sindresorhus/is": {
|
|
5856
|
-
"version": "4.6.0"
|
|
5857
|
-
"extraneous": true
|
|
5950
|
+
"version": "4.6.0"
|
|
5858
5951
|
},
|
|
5859
5952
|
"@sinonjs/commons": {
|
|
5860
5953
|
"version": "1.8.3",
|
|
@@ -5885,7 +5978,6 @@
|
|
|
5885
5978
|
},
|
|
5886
5979
|
"@szmarczak/http-timer": {
|
|
5887
5980
|
"version": "4.0.6",
|
|
5888
|
-
"extraneous": true,
|
|
5889
5981
|
"requires": {
|
|
5890
5982
|
"defer-to-connect": "^2.0.0"
|
|
5891
5983
|
}
|
|
@@ -5916,7 +6008,6 @@
|
|
|
5916
6008
|
},
|
|
5917
6009
|
"@types/body-parser": {
|
|
5918
6010
|
"version": "1.19.2",
|
|
5919
|
-
"extraneous": true,
|
|
5920
6011
|
"requires": {
|
|
5921
6012
|
"@types/connect": "*",
|
|
5922
6013
|
"@types/node": "*"
|
|
@@ -5924,7 +6015,6 @@
|
|
|
5924
6015
|
},
|
|
5925
6016
|
"@types/cacheable-request": {
|
|
5926
6017
|
"version": "6.0.2",
|
|
5927
|
-
"extraneous": true,
|
|
5928
6018
|
"requires": {
|
|
5929
6019
|
"@types/http-cache-semantics": "*",
|
|
5930
6020
|
"@types/keyv": "*",
|
|
@@ -5934,14 +6024,12 @@
|
|
|
5934
6024
|
},
|
|
5935
6025
|
"@types/connect": {
|
|
5936
6026
|
"version": "3.4.35",
|
|
5937
|
-
"extraneous": true,
|
|
5938
6027
|
"requires": {
|
|
5939
6028
|
"@types/node": "*"
|
|
5940
6029
|
}
|
|
5941
6030
|
},
|
|
5942
6031
|
"@types/express": {
|
|
5943
6032
|
"version": "4.17.13",
|
|
5944
|
-
"extraneous": true,
|
|
5945
6033
|
"requires": {
|
|
5946
6034
|
"@types/body-parser": "*",
|
|
5947
6035
|
"@types/express-serve-static-core": "^4.17.18",
|
|
@@ -5951,7 +6039,6 @@
|
|
|
5951
6039
|
},
|
|
5952
6040
|
"@types/express-serve-static-core": {
|
|
5953
6041
|
"version": "4.17.30",
|
|
5954
|
-
"extraneous": true,
|
|
5955
6042
|
"requires": {
|
|
5956
6043
|
"@types/node": "*",
|
|
5957
6044
|
"@types/qs": "*",
|
|
@@ -5973,8 +6060,7 @@
|
|
|
5973
6060
|
}
|
|
5974
6061
|
},
|
|
5975
6062
|
"@types/http-cache-semantics": {
|
|
5976
|
-
"version": "4.0.1"
|
|
5977
|
-
"extraneous": true
|
|
6063
|
+
"version": "4.0.1"
|
|
5978
6064
|
},
|
|
5979
6065
|
"@types/jsftp": {
|
|
5980
6066
|
"version": "2.1.2",
|
|
@@ -5983,16 +6069,13 @@
|
|
|
5983
6069
|
}
|
|
5984
6070
|
},
|
|
5985
6071
|
"@types/json-buffer": {
|
|
5986
|
-
"version": "3.0.0"
|
|
5987
|
-
"extraneous": true
|
|
6072
|
+
"version": "3.0.0"
|
|
5988
6073
|
},
|
|
5989
6074
|
"@types/json-schema": {
|
|
5990
|
-
"version": "7.0.11"
|
|
5991
|
-
"extraneous": true
|
|
6075
|
+
"version": "7.0.11"
|
|
5992
6076
|
},
|
|
5993
6077
|
"@types/keyv": {
|
|
5994
6078
|
"version": "3.1.4",
|
|
5995
|
-
"extraneous": true,
|
|
5996
6079
|
"requires": {
|
|
5997
6080
|
"@types/node": "*"
|
|
5998
6081
|
}
|
|
@@ -6030,8 +6113,7 @@
|
|
|
6030
6113
|
}
|
|
6031
6114
|
},
|
|
6032
6115
|
"@types/mime": {
|
|
6033
|
-
"version": "3.0.
|
|
6034
|
-
"extraneous": true
|
|
6116
|
+
"version": "3.0.1"
|
|
6035
6117
|
},
|
|
6036
6118
|
"@types/minimatch": {
|
|
6037
6119
|
"version": "3.0.5"
|
|
@@ -6046,7 +6128,7 @@
|
|
|
6046
6128
|
}
|
|
6047
6129
|
},
|
|
6048
6130
|
"@types/node": {
|
|
6049
|
-
"version": "18.
|
|
6131
|
+
"version": "18.7.8"
|
|
6050
6132
|
},
|
|
6051
6133
|
"@types/normalize-package-data": {
|
|
6052
6134
|
"version": "2.4.1"
|
|
@@ -6064,16 +6146,13 @@
|
|
|
6064
6146
|
}
|
|
6065
6147
|
},
|
|
6066
6148
|
"@types/qs": {
|
|
6067
|
-
"version": "6.9.7"
|
|
6068
|
-
"extraneous": true
|
|
6149
|
+
"version": "6.9.7"
|
|
6069
6150
|
},
|
|
6070
6151
|
"@types/range-parser": {
|
|
6071
|
-
"version": "1.2.4"
|
|
6072
|
-
"extraneous": true
|
|
6152
|
+
"version": "1.2.4"
|
|
6073
6153
|
},
|
|
6074
6154
|
"@types/responselike": {
|
|
6075
6155
|
"version": "1.0.0",
|
|
6076
|
-
"extraneous": true,
|
|
6077
6156
|
"requires": {
|
|
6078
6157
|
"@types/node": "*"
|
|
6079
6158
|
}
|
|
@@ -6097,7 +6176,6 @@
|
|
|
6097
6176
|
},
|
|
6098
6177
|
"@types/serve-static": {
|
|
6099
6178
|
"version": "1.15.0",
|
|
6100
|
-
"extraneous": true,
|
|
6101
6179
|
"requires": {
|
|
6102
6180
|
"@types/mime": "*",
|
|
6103
6181
|
"@types/node": "*"
|
|
@@ -6124,7 +6202,6 @@
|
|
|
6124
6202
|
},
|
|
6125
6203
|
"@wdio/types": {
|
|
6126
6204
|
"version": "7.20.7",
|
|
6127
|
-
"extraneous": true,
|
|
6128
6205
|
"requires": {
|
|
6129
6206
|
"@types/node": "^18.0.0",
|
|
6130
6207
|
"got": "^11.8.1"
|
|
@@ -6202,6 +6279,19 @@
|
|
|
6202
6279
|
"source-map-support": "^0.x",
|
|
6203
6280
|
"teen_process": "^1.11.0",
|
|
6204
6281
|
"utf7": "^1.0.2"
|
|
6282
|
+
},
|
|
6283
|
+
"dependencies": {
|
|
6284
|
+
"teen_process": {
|
|
6285
|
+
"version": "1.16.0",
|
|
6286
|
+
"requires": {
|
|
6287
|
+
"@babel/runtime": "^7.0.0",
|
|
6288
|
+
"bluebird": "^3.5.1",
|
|
6289
|
+
"lodash": "^4.17.4",
|
|
6290
|
+
"shell-quote": "^1.4.3",
|
|
6291
|
+
"source-map-support": "^0.5.3",
|
|
6292
|
+
"which": "^2.0.2"
|
|
6293
|
+
}
|
|
6294
|
+
}
|
|
6205
6295
|
}
|
|
6206
6296
|
},
|
|
6207
6297
|
"appium-android-driver": {
|
|
@@ -6226,10 +6316,23 @@
|
|
|
6226
6316
|
"source-map-support": "^0.x",
|
|
6227
6317
|
"teen_process": "^1.9.0",
|
|
6228
6318
|
"ws": "^8.0.0"
|
|
6319
|
+
},
|
|
6320
|
+
"dependencies": {
|
|
6321
|
+
"teen_process": {
|
|
6322
|
+
"version": "1.16.0",
|
|
6323
|
+
"requires": {
|
|
6324
|
+
"@babel/runtime": "^7.0.0",
|
|
6325
|
+
"bluebird": "^3.5.1",
|
|
6326
|
+
"lodash": "^4.17.4",
|
|
6327
|
+
"shell-quote": "^1.4.3",
|
|
6328
|
+
"source-map-support": "^0.5.3",
|
|
6329
|
+
"which": "^2.0.2"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6229
6332
|
}
|
|
6230
6333
|
},
|
|
6231
6334
|
"appium-chromedriver": {
|
|
6232
|
-
"version": "5.1.
|
|
6335
|
+
"version": "5.1.5",
|
|
6233
6336
|
"requires": {
|
|
6234
6337
|
"@babel/runtime": "^7.0.0",
|
|
6235
6338
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -6243,6 +6346,19 @@
|
|
|
6243
6346
|
"source-map-support": "^0.x",
|
|
6244
6347
|
"teen_process": "^1.15.0",
|
|
6245
6348
|
"xpath": "^0.x"
|
|
6349
|
+
},
|
|
6350
|
+
"dependencies": {
|
|
6351
|
+
"teen_process": {
|
|
6352
|
+
"version": "1.16.0",
|
|
6353
|
+
"requires": {
|
|
6354
|
+
"@babel/runtime": "^7.0.0",
|
|
6355
|
+
"bluebird": "^3.5.1",
|
|
6356
|
+
"lodash": "^4.17.4",
|
|
6357
|
+
"shell-quote": "^1.4.3",
|
|
6358
|
+
"source-map-support": "^0.5.3",
|
|
6359
|
+
"which": "^2.0.2"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6246
6362
|
}
|
|
6247
6363
|
},
|
|
6248
6364
|
"aproba": {
|
|
@@ -6459,12 +6575,10 @@
|
|
|
6459
6575
|
"extraneous": true
|
|
6460
6576
|
},
|
|
6461
6577
|
"cacheable-lookup": {
|
|
6462
|
-
"version": "5.0.4"
|
|
6463
|
-
"extraneous": true
|
|
6578
|
+
"version": "5.0.4"
|
|
6464
6579
|
},
|
|
6465
6580
|
"cacheable-request": {
|
|
6466
6581
|
"version": "7.0.2",
|
|
6467
|
-
"extraneous": true,
|
|
6468
6582
|
"requires": {
|
|
6469
6583
|
"clone-response": "^1.0.2",
|
|
6470
6584
|
"get-stream": "^5.1.0",
|
|
@@ -6477,14 +6591,12 @@
|
|
|
6477
6591
|
"dependencies": {
|
|
6478
6592
|
"get-stream": {
|
|
6479
6593
|
"version": "5.2.0",
|
|
6480
|
-
"extraneous": true,
|
|
6481
6594
|
"requires": {
|
|
6482
6595
|
"pump": "^3.0.0"
|
|
6483
6596
|
}
|
|
6484
6597
|
},
|
|
6485
6598
|
"pump": {
|
|
6486
6599
|
"version": "3.0.0",
|
|
6487
|
-
"extraneous": true,
|
|
6488
6600
|
"requires": {
|
|
6489
6601
|
"end-of-stream": "^1.1.0",
|
|
6490
6602
|
"once": "^1.3.1"
|
|
@@ -6556,7 +6668,6 @@
|
|
|
6556
6668
|
},
|
|
6557
6669
|
"clone-response": {
|
|
6558
6670
|
"version": "1.0.3",
|
|
6559
|
-
"extraneous": true,
|
|
6560
6671
|
"requires": {
|
|
6561
6672
|
"mimic-response": "^1.0.0"
|
|
6562
6673
|
}
|
|
@@ -6612,7 +6723,6 @@
|
|
|
6612
6723
|
},
|
|
6613
6724
|
"compress-brotli": {
|
|
6614
6725
|
"version": "1.3.8",
|
|
6615
|
-
"extraneous": true,
|
|
6616
6726
|
"requires": {
|
|
6617
6727
|
"@types/json-buffer": "~3.0.0",
|
|
6618
6728
|
"json-buffer": "~3.0.1"
|
|
@@ -6696,14 +6806,12 @@
|
|
|
6696
6806
|
},
|
|
6697
6807
|
"decompress-response": {
|
|
6698
6808
|
"version": "6.0.0",
|
|
6699
|
-
"extraneous": true,
|
|
6700
6809
|
"requires": {
|
|
6701
6810
|
"mimic-response": "^3.1.0"
|
|
6702
6811
|
},
|
|
6703
6812
|
"dependencies": {
|
|
6704
6813
|
"mimic-response": {
|
|
6705
|
-
"version": "3.1.0"
|
|
6706
|
-
"extraneous": true
|
|
6814
|
+
"version": "3.1.0"
|
|
6707
6815
|
}
|
|
6708
6816
|
}
|
|
6709
6817
|
},
|
|
@@ -6728,8 +6836,7 @@
|
|
|
6728
6836
|
}
|
|
6729
6837
|
},
|
|
6730
6838
|
"defer-to-connect": {
|
|
6731
|
-
"version": "2.0.1"
|
|
6732
|
-
"extraneous": true
|
|
6839
|
+
"version": "2.0.1"
|
|
6733
6840
|
},
|
|
6734
6841
|
"define-properties": {
|
|
6735
6842
|
"version": "1.1.4",
|
|
@@ -7120,7 +7227,6 @@
|
|
|
7120
7227
|
},
|
|
7121
7228
|
"got": {
|
|
7122
7229
|
"version": "11.8.5",
|
|
7123
|
-
"extraneous": true,
|
|
7124
7230
|
"requires": {
|
|
7125
7231
|
"@sindresorhus/is": "^4.0.0",
|
|
7126
7232
|
"@szmarczak/http-timer": "^4.0.5",
|
|
@@ -7176,8 +7282,7 @@
|
|
|
7176
7282
|
"version": "2.8.9"
|
|
7177
7283
|
},
|
|
7178
7284
|
"http-cache-semantics": {
|
|
7179
|
-
"version": "4.1.0"
|
|
7180
|
-
"extraneous": true
|
|
7285
|
+
"version": "4.1.0"
|
|
7181
7286
|
},
|
|
7182
7287
|
"http-errors": {
|
|
7183
7288
|
"version": "2.0.0",
|
|
@@ -7196,7 +7301,6 @@
|
|
|
7196
7301
|
},
|
|
7197
7302
|
"http2-wrapper": {
|
|
7198
7303
|
"version": "1.0.3",
|
|
7199
|
-
"extraneous": true,
|
|
7200
7304
|
"requires": {
|
|
7201
7305
|
"quick-lru": "^5.1.1",
|
|
7202
7306
|
"resolve-alpn": "^1.0.0"
|
|
@@ -7275,7 +7379,7 @@
|
|
|
7275
7379
|
"extraneous": true
|
|
7276
7380
|
},
|
|
7277
7381
|
"is-core-module": {
|
|
7278
|
-
"version": "2.
|
|
7382
|
+
"version": "2.10.0",
|
|
7279
7383
|
"requires": {
|
|
7280
7384
|
"has": "^1.0.3"
|
|
7281
7385
|
}
|
|
@@ -7444,15 +7548,13 @@
|
|
|
7444
7548
|
}
|
|
7445
7549
|
},
|
|
7446
7550
|
"json-buffer": {
|
|
7447
|
-
"version": "3.0.1"
|
|
7448
|
-
"extraneous": true
|
|
7551
|
+
"version": "3.0.1"
|
|
7449
7552
|
},
|
|
7450
7553
|
"json-parse-even-better-errors": {
|
|
7451
7554
|
"version": "2.3.1"
|
|
7452
7555
|
},
|
|
7453
7556
|
"json-schema": {
|
|
7454
|
-
"version": "0.4.0"
|
|
7455
|
-
"extraneous": true
|
|
7557
|
+
"version": "0.4.0"
|
|
7456
7558
|
},
|
|
7457
7559
|
"json-schema-traverse": {
|
|
7458
7560
|
"version": "1.0.0",
|
|
@@ -7464,7 +7566,6 @@
|
|
|
7464
7566
|
},
|
|
7465
7567
|
"keyv": {
|
|
7466
7568
|
"version": "4.3.3",
|
|
7467
|
-
"extraneous": true,
|
|
7468
7569
|
"requires": {
|
|
7469
7570
|
"compress-brotli": "^1.3.8",
|
|
7470
7571
|
"json-buffer": "3.0.1"
|
|
@@ -7641,11 +7742,10 @@
|
|
|
7641
7742
|
}
|
|
7642
7743
|
},
|
|
7643
7744
|
"lowercase-keys": {
|
|
7644
|
-
"version": "2.0.0"
|
|
7645
|
-
"extraneous": true
|
|
7745
|
+
"version": "2.0.0"
|
|
7646
7746
|
},
|
|
7647
7747
|
"lru-cache": {
|
|
7648
|
-
"version": "7.13.
|
|
7748
|
+
"version": "7.13.2"
|
|
7649
7749
|
},
|
|
7650
7750
|
"markdown-it": {
|
|
7651
7751
|
"version": "12.3.2",
|
|
@@ -7723,8 +7823,7 @@
|
|
|
7723
7823
|
"extraneous": true
|
|
7724
7824
|
},
|
|
7725
7825
|
"mimic-response": {
|
|
7726
|
-
"version": "1.0.1"
|
|
7727
|
-
"extraneous": true
|
|
7826
|
+
"version": "1.0.1"
|
|
7728
7827
|
},
|
|
7729
7828
|
"min-document": {
|
|
7730
7829
|
"version": "2.19.0",
|
|
@@ -7865,8 +7964,7 @@
|
|
|
7865
7964
|
"version": "3.0.0"
|
|
7866
7965
|
},
|
|
7867
7966
|
"normalize-url": {
|
|
7868
|
-
"version": "6.1.0"
|
|
7869
|
-
"extraneous": true
|
|
7967
|
+
"version": "6.1.0"
|
|
7870
7968
|
},
|
|
7871
7969
|
"npmlog": {
|
|
7872
7970
|
"version": "6.0.2",
|
|
@@ -7886,12 +7984,12 @@
|
|
|
7886
7984
|
"extraneous": true
|
|
7887
7985
|
},
|
|
7888
7986
|
"object.assign": {
|
|
7889
|
-
"version": "4.1.
|
|
7987
|
+
"version": "4.1.4",
|
|
7890
7988
|
"extraneous": true,
|
|
7891
7989
|
"requires": {
|
|
7892
|
-
"call-bind": "^1.0.
|
|
7893
|
-
"define-properties": "^1.1.
|
|
7894
|
-
"has-symbols": "^1.0.
|
|
7990
|
+
"call-bind": "^1.0.2",
|
|
7991
|
+
"define-properties": "^1.1.4",
|
|
7992
|
+
"has-symbols": "^1.0.3",
|
|
7895
7993
|
"object-keys": "^1.1.1"
|
|
7896
7994
|
}
|
|
7897
7995
|
},
|
|
@@ -7983,8 +8081,7 @@
|
|
|
7983
8081
|
}
|
|
7984
8082
|
},
|
|
7985
8083
|
"p-cancelable": {
|
|
7986
|
-
"version": "2.1.1"
|
|
7987
|
-
"extraneous": true
|
|
8084
|
+
"version": "2.1.1"
|
|
7988
8085
|
},
|
|
7989
8086
|
"p-limit": {
|
|
7990
8087
|
"version": "3.1.0",
|
|
@@ -8098,11 +8195,11 @@
|
|
|
8098
8195
|
"version": "6.0.0"
|
|
8099
8196
|
},
|
|
8100
8197
|
"portfinder": {
|
|
8101
|
-
"version": "1.0.
|
|
8198
|
+
"version": "1.0.32",
|
|
8102
8199
|
"requires": {
|
|
8103
|
-
"async": "^2.6.
|
|
8104
|
-
"debug": "^3.
|
|
8105
|
-
"mkdirp": "^0.5.
|
|
8200
|
+
"async": "^2.6.4",
|
|
8201
|
+
"debug": "^3.2.7",
|
|
8202
|
+
"mkdirp": "^0.5.6"
|
|
8106
8203
|
},
|
|
8107
8204
|
"dependencies": {
|
|
8108
8205
|
"async": {
|
|
@@ -8160,8 +8257,7 @@
|
|
|
8160
8257
|
}
|
|
8161
8258
|
},
|
|
8162
8259
|
"quick-lru": {
|
|
8163
|
-
"version": "5.1.1"
|
|
8164
|
-
"extraneous": true
|
|
8260
|
+
"version": "5.1.1"
|
|
8165
8261
|
},
|
|
8166
8262
|
"range-parser": {
|
|
8167
8263
|
"version": "1.2.1",
|
|
@@ -8251,15 +8347,13 @@
|
|
|
8251
8347
|
}
|
|
8252
8348
|
},
|
|
8253
8349
|
"resolve-alpn": {
|
|
8254
|
-
"version": "1.2.1"
|
|
8255
|
-
"extraneous": true
|
|
8350
|
+
"version": "1.2.1"
|
|
8256
8351
|
},
|
|
8257
8352
|
"resolve-from": {
|
|
8258
8353
|
"version": "5.0.0"
|
|
8259
8354
|
},
|
|
8260
8355
|
"responselike": {
|
|
8261
8356
|
"version": "2.0.1",
|
|
8262
|
-
"extraneous": true,
|
|
8263
8357
|
"requires": {
|
|
8264
8358
|
"lowercase-keys": "^2.0.0"
|
|
8265
8359
|
}
|
|
@@ -8606,7 +8700,7 @@
|
|
|
8606
8700
|
}
|
|
8607
8701
|
},
|
|
8608
8702
|
"teen_process": {
|
|
8609
|
-
"version": "
|
|
8703
|
+
"version": "2.0.0",
|
|
8610
8704
|
"requires": {
|
|
8611
8705
|
"@babel/runtime": "^7.0.0",
|
|
8612
8706
|
"bluebird": "^3.5.1",
|
|
@@ -8660,7 +8754,7 @@
|
|
|
8660
8754
|
},
|
|
8661
8755
|
"typescript": {
|
|
8662
8756
|
"version": "4.7.4",
|
|
8663
|
-
"
|
|
8757
|
+
"peer": true
|
|
8664
8758
|
},
|
|
8665
8759
|
"uc.micro": {
|
|
8666
8760
|
"version": "1.0.6",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.8.
|
|
10
|
+
"version": "2.8.3",
|
|
11
11
|
"author": "appium",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"lodash": "^4.17.11",
|
|
58
58
|
"portscanner": "^2.1.1",
|
|
59
59
|
"source-map-support": "^0.x",
|
|
60
|
+
"teen_process": "^2.0.0",
|
|
60
61
|
"validate.js": "^0.x"
|
|
61
62
|
},
|
|
62
63
|
"scripts": {
|