appium-uiautomator2-driver 2.7.1 → 2.9.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/README.md +10 -6
- package/build/index.js +1 -4
- package/build/lib/commands/actions.js +3 -12
- package/build/lib/commands/actions.js.map +1 -1
- package/build/lib/commands/alert.js +3 -9
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/battery.js +3 -5
- package/build/lib/commands/battery.js.map +1 -1
- package/build/lib/commands/element.js +3 -36
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/find.js +2 -9
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.js +5 -36
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/gestures.js +1 -15
- package/build/lib/commands/gestures.js.map +1 -1
- package/build/lib/commands/index.js +3 -15
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/screenshot.js +1 -8
- package/build/lib/commands/screenshot.js.map +1 -1
- package/build/lib/commands/touch.js +2 -8
- package/build/lib/commands/touch.js.map +1 -1
- package/build/lib/commands/viewport.js +3 -9
- package/build/lib/commands/viewport.js.map +1 -1
- package/build/lib/css-converter.js +1 -42
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/desired-caps.js +1 -4
- package/build/lib/desired-caps.js.map +1 -1
- package/build/lib/driver.js +24 -102
- package/build/lib/driver.js.map +1 -1
- package/build/lib/extensions.js +1 -3
- package/build/lib/extensions.js.map +1 -1
- package/build/lib/helpers.js +1 -15
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/logger.js +1 -5
- package/build/lib/logger.js.map +1 -1
- package/build/lib/uiautomator2.js +1 -70
- package/build/lib/uiautomator2.js.map +1 -1
- package/npm-shrinkwrap.json +262 -279
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.9.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.9",
|
|
14
|
-
"appium-android-driver": "^5.
|
|
14
|
+
"appium-android-driver": "^5.6.0",
|
|
15
15
|
"appium-chromedriver": "^5.2.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.0",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
|
-
"axios": "^
|
|
18
|
+
"axios": "^1.x",
|
|
19
19
|
"bluebird": "^3.5.1",
|
|
20
20
|
"css-selector-parser": "^1.4.1",
|
|
21
21
|
"lodash": "^4.17.4",
|
|
@@ -60,25 +60,24 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@appium/base-driver": {
|
|
63
|
-
"version": "8.7.
|
|
63
|
+
"version": "8.7.3",
|
|
64
64
|
"extraneous": true,
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@appium/support": "^2.
|
|
68
|
-
"@babel/runtime": "7.19.0",
|
|
67
|
+
"@appium/support": "^2.61.1",
|
|
69
68
|
"@colors/colors": "1.5.0",
|
|
70
|
-
"@types/async-lock": "1.
|
|
71
|
-
"@types/bluebird": "3.5.
|
|
72
|
-
"@types/express": "4.17.
|
|
69
|
+
"@types/async-lock": "1.3.0",
|
|
70
|
+
"@types/bluebird": "3.5.37",
|
|
71
|
+
"@types/express": "4.17.14",
|
|
73
72
|
"@types/method-override": "0.0.32",
|
|
74
73
|
"@types/serve-favicon": "2.5.3",
|
|
75
74
|
"async-lock": "1.3.2",
|
|
76
75
|
"asyncbox": "2.9.2",
|
|
77
76
|
"axios": "0.27.2",
|
|
78
77
|
"bluebird": "3.7.2",
|
|
79
|
-
"body-parser": "1.20.
|
|
78
|
+
"body-parser": "1.20.1",
|
|
80
79
|
"es6-error": "4.1.1",
|
|
81
|
-
"express": "4.18.
|
|
80
|
+
"express": "4.18.2",
|
|
82
81
|
"http-status-codes": "2.2.0",
|
|
83
82
|
"lodash": "4.17.21",
|
|
84
83
|
"lru-cache": "7.14.0",
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
"morgan": "1.10.0",
|
|
87
86
|
"serve-favicon": "2.5.0",
|
|
88
87
|
"source-map-support": "0.5.21",
|
|
89
|
-
"type-fest": "
|
|
88
|
+
"type-fest": "3.1.0",
|
|
90
89
|
"validate.js": "0.13.1"
|
|
91
90
|
},
|
|
92
91
|
"engines": {
|
|
@@ -94,12 +93,21 @@
|
|
|
94
93
|
"npm": ">=8"
|
|
95
94
|
}
|
|
96
95
|
},
|
|
96
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
97
|
+
"version": "0.27.2",
|
|
98
|
+
"extraneous": true,
|
|
99
|
+
"license": "MIT",
|
|
100
|
+
"dependencies": {
|
|
101
|
+
"follow-redirects": "^1.14.9",
|
|
102
|
+
"form-data": "^4.0.0"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
97
105
|
"node_modules/@appium/base-plugin": {
|
|
98
|
-
"version": "1.10.
|
|
106
|
+
"version": "1.10.5",
|
|
99
107
|
"extraneous": true,
|
|
100
108
|
"license": "Apache-2.0",
|
|
101
109
|
"dependencies": {
|
|
102
|
-
"@appium/support": "^2.
|
|
110
|
+
"@appium/support": "^2.61.1"
|
|
103
111
|
},
|
|
104
112
|
"engines": {
|
|
105
113
|
"node": ">=14",
|
|
@@ -107,39 +115,22 @@
|
|
|
107
115
|
}
|
|
108
116
|
},
|
|
109
117
|
"node_modules/@appium/docutils": {
|
|
110
|
-
"version": "0.0.
|
|
118
|
+
"version": "0.0.13",
|
|
111
119
|
"extraneous": true,
|
|
112
120
|
"license": "Apache-2.0",
|
|
113
121
|
"dependencies": {
|
|
114
|
-
"@appium/support": "^2.
|
|
115
|
-
"@babel/runtime": "7.19.0",
|
|
122
|
+
"@appium/support": "^2.61.1",
|
|
116
123
|
"docdash": "1.2.0",
|
|
117
124
|
"jsdoc": "3.6.11",
|
|
118
|
-
"jsdoc-plugin-typescript": "2.
|
|
125
|
+
"jsdoc-plugin-typescript": "2.2.0",
|
|
119
126
|
"source-map-support": "0.5.21",
|
|
120
|
-
"teen_process": "
|
|
127
|
+
"teen_process": "2.0.2"
|
|
121
128
|
},
|
|
122
129
|
"engines": {
|
|
123
130
|
"node": ">=14",
|
|
124
131
|
"npm": ">=8"
|
|
125
132
|
}
|
|
126
133
|
},
|
|
127
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
128
|
-
"version": "1.16.0",
|
|
129
|
-
"engines": [
|
|
130
|
-
"node"
|
|
131
|
-
],
|
|
132
|
-
"extraneous": true,
|
|
133
|
-
"license": "Apache-2.0",
|
|
134
|
-
"dependencies": {
|
|
135
|
-
"@babel/runtime": "^7.0.0",
|
|
136
|
-
"bluebird": "^3.5.1",
|
|
137
|
-
"lodash": "^4.17.4",
|
|
138
|
-
"shell-quote": "^1.4.3",
|
|
139
|
-
"source-map-support": "^0.5.3",
|
|
140
|
-
"which": "^2.0.2"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
134
|
"node_modules/@appium/schema": {
|
|
144
135
|
"version": "0.0.9",
|
|
145
136
|
"license": "Apache-2.0",
|
|
@@ -154,16 +145,15 @@
|
|
|
154
145
|
}
|
|
155
146
|
},
|
|
156
147
|
"node_modules/@appium/support": {
|
|
157
|
-
"version": "2.
|
|
148
|
+
"version": "2.61.1",
|
|
158
149
|
"license": "Apache-2.0",
|
|
159
150
|
"dependencies": {
|
|
160
|
-
"@appium/types": "^0.
|
|
161
|
-
"@babel/runtime": "7.19.0",
|
|
151
|
+
"@appium/types": "^0.5.0",
|
|
162
152
|
"@colors/colors": "1.5.0",
|
|
163
153
|
"@types/archiver": "5.3.1",
|
|
164
154
|
"@types/base64-stream": "1.0.2",
|
|
165
155
|
"@types/find-root": "1.1.2",
|
|
166
|
-
"@types/glob": "
|
|
156
|
+
"@types/glob": "8.0.0",
|
|
167
157
|
"@types/jsftp": "2.1.2",
|
|
168
158
|
"@types/klaw": "3.0.3",
|
|
169
159
|
"@types/lockfile": "1.0.2",
|
|
@@ -187,7 +177,7 @@
|
|
|
187
177
|
"form-data": "4.0.0",
|
|
188
178
|
"get-stream": "6.0.1",
|
|
189
179
|
"glob": "8.0.3",
|
|
190
|
-
"jimp": "0.16.
|
|
180
|
+
"jimp": "0.16.2",
|
|
191
181
|
"jsftp": "2.1.3",
|
|
192
182
|
"klaw": "3.0.0",
|
|
193
183
|
"lockfile": "1.0.4",
|
|
@@ -206,12 +196,12 @@
|
|
|
206
196
|
"resolve-from": "5.0.0",
|
|
207
197
|
"rimraf": "3.0.2",
|
|
208
198
|
"sanitize-filename": "1.6.3",
|
|
209
|
-
"semver": "7.3.
|
|
210
|
-
"shell-quote": "1.7.
|
|
199
|
+
"semver": "7.3.8",
|
|
200
|
+
"shell-quote": "1.7.4",
|
|
211
201
|
"source-map-support": "0.5.21",
|
|
212
202
|
"supports-color": "8.1.1",
|
|
213
|
-
"teen_process": "
|
|
214
|
-
"type-fest": "
|
|
203
|
+
"teen_process": "2.0.2",
|
|
204
|
+
"type-fest": "3.1.0",
|
|
215
205
|
"uuid": "8.3.2",
|
|
216
206
|
"which": "2.0.2",
|
|
217
207
|
"yauzl": "2.10.0"
|
|
@@ -221,31 +211,24 @@
|
|
|
221
211
|
"npm": ">=8"
|
|
222
212
|
}
|
|
223
213
|
},
|
|
224
|
-
"node_modules/@appium/support/node_modules/
|
|
225
|
-
"version": "
|
|
226
|
-
"
|
|
227
|
-
"node"
|
|
228
|
-
],
|
|
229
|
-
"license": "Apache-2.0",
|
|
214
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
215
|
+
"version": "0.27.2",
|
|
216
|
+
"license": "MIT",
|
|
230
217
|
"dependencies": {
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"lodash": "^4.17.4",
|
|
234
|
-
"shell-quote": "^1.4.3",
|
|
235
|
-
"source-map-support": "^0.5.3",
|
|
236
|
-
"which": "^2.0.2"
|
|
218
|
+
"follow-redirects": "^1.14.9",
|
|
219
|
+
"form-data": "^4.0.0"
|
|
237
220
|
}
|
|
238
221
|
},
|
|
239
222
|
"node_modules/@appium/types": {
|
|
240
|
-
"version": "0.
|
|
223
|
+
"version": "0.5.0",
|
|
241
224
|
"license": "Apache-2.0",
|
|
242
225
|
"dependencies": {
|
|
243
226
|
"@appium/schema": "^0.0.9",
|
|
244
|
-
"@types/express": "4.17.
|
|
227
|
+
"@types/express": "4.17.14",
|
|
245
228
|
"@types/npmlog": "4.1.4",
|
|
246
229
|
"@types/ws": "8.5.3",
|
|
247
|
-
"@wdio/types": "7.
|
|
248
|
-
"type-fest": "
|
|
230
|
+
"@wdio/types": "7.25.1",
|
|
231
|
+
"type-fest": "3.1.0"
|
|
249
232
|
},
|
|
250
233
|
"engines": {
|
|
251
234
|
"node": ">=14",
|
|
@@ -282,7 +265,7 @@
|
|
|
282
265
|
}
|
|
283
266
|
},
|
|
284
267
|
"node_modules/@babel/parser": {
|
|
285
|
-
"version": "7.19.
|
|
268
|
+
"version": "7.19.4",
|
|
286
269
|
"extraneous": true,
|
|
287
270
|
"license": "MIT",
|
|
288
271
|
"bin": {
|
|
@@ -293,7 +276,7 @@
|
|
|
293
276
|
}
|
|
294
277
|
},
|
|
295
278
|
"node_modules/@babel/runtime": {
|
|
296
|
-
"version": "7.19.
|
|
279
|
+
"version": "7.19.4",
|
|
297
280
|
"license": "MIT",
|
|
298
281
|
"dependencies": {
|
|
299
282
|
"regenerator-runtime": "^0.13.4"
|
|
@@ -717,7 +700,7 @@
|
|
|
717
700
|
}
|
|
718
701
|
},
|
|
719
702
|
"node_modules/@sidvind/better-ajv-errors": {
|
|
720
|
-
"version": "2.
|
|
703
|
+
"version": "2.1.0",
|
|
721
704
|
"extraneous": true,
|
|
722
705
|
"license": "Apache-2.0",
|
|
723
706
|
"dependencies": {
|
|
@@ -820,7 +803,7 @@
|
|
|
820
803
|
"license": "MIT"
|
|
821
804
|
},
|
|
822
805
|
"node_modules/@types/async-lock": {
|
|
823
|
-
"version": "1.
|
|
806
|
+
"version": "1.3.0",
|
|
824
807
|
"extraneous": true,
|
|
825
808
|
"license": "MIT"
|
|
826
809
|
},
|
|
@@ -832,7 +815,7 @@
|
|
|
832
815
|
}
|
|
833
816
|
},
|
|
834
817
|
"node_modules/@types/bluebird": {
|
|
835
|
-
"version": "3.5.
|
|
818
|
+
"version": "3.5.37",
|
|
836
819
|
"extraneous": true,
|
|
837
820
|
"license": "MIT"
|
|
838
821
|
},
|
|
@@ -862,7 +845,7 @@
|
|
|
862
845
|
}
|
|
863
846
|
},
|
|
864
847
|
"node_modules/@types/express": {
|
|
865
|
-
"version": "4.17.
|
|
848
|
+
"version": "4.17.14",
|
|
866
849
|
"license": "MIT",
|
|
867
850
|
"dependencies": {
|
|
868
851
|
"@types/body-parser": "*",
|
|
@@ -890,7 +873,7 @@
|
|
|
890
873
|
"license": "MIT"
|
|
891
874
|
},
|
|
892
875
|
"node_modules/@types/glob": {
|
|
893
|
-
"version": "
|
|
876
|
+
"version": "8.0.0",
|
|
894
877
|
"license": "MIT",
|
|
895
878
|
"dependencies": {
|
|
896
879
|
"@types/minimatch": "*",
|
|
@@ -913,10 +896,11 @@
|
|
|
913
896
|
"license": "MIT"
|
|
914
897
|
},
|
|
915
898
|
"node_modules/@types/keyv": {
|
|
916
|
-
"version": "
|
|
899
|
+
"version": "4.2.0",
|
|
900
|
+
"deprecated": "This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.",
|
|
917
901
|
"license": "MIT",
|
|
918
902
|
"dependencies": {
|
|
919
|
-
"
|
|
903
|
+
"keyv": "*"
|
|
920
904
|
}
|
|
921
905
|
},
|
|
922
906
|
"node_modules/@types/klaw": {
|
|
@@ -977,7 +961,7 @@
|
|
|
977
961
|
}
|
|
978
962
|
},
|
|
979
963
|
"node_modules/@types/node": {
|
|
980
|
-
"version": "18.
|
|
964
|
+
"version": "18.11.2",
|
|
981
965
|
"license": "MIT"
|
|
982
966
|
},
|
|
983
967
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1074,7 +1058,7 @@
|
|
|
1074
1058
|
}
|
|
1075
1059
|
},
|
|
1076
1060
|
"node_modules/@wdio/types": {
|
|
1077
|
-
"version": "7.
|
|
1061
|
+
"version": "7.25.1",
|
|
1078
1062
|
"license": "MIT",
|
|
1079
1063
|
"dependencies": {
|
|
1080
1064
|
"@types/node": "^18.0.0",
|
|
@@ -1093,7 +1077,7 @@
|
|
|
1093
1077
|
}
|
|
1094
1078
|
},
|
|
1095
1079
|
"node_modules/@xmldom/xmldom": {
|
|
1096
|
-
"version": "0.8.
|
|
1080
|
+
"version": "0.8.3",
|
|
1097
1081
|
"license": "MIT",
|
|
1098
1082
|
"engines": {
|
|
1099
1083
|
"node": ">=10.0.0"
|
|
@@ -1183,7 +1167,7 @@
|
|
|
1183
1167
|
"license": "MIT"
|
|
1184
1168
|
},
|
|
1185
1169
|
"node_modules/appium-adb": {
|
|
1186
|
-
"version": "9.10.
|
|
1170
|
+
"version": "9.10.12",
|
|
1187
1171
|
"license": "Apache-2.0",
|
|
1188
1172
|
"dependencies": {
|
|
1189
1173
|
"@appium/support": "^2.60.0",
|
|
@@ -1206,14 +1190,14 @@
|
|
|
1206
1190
|
}
|
|
1207
1191
|
},
|
|
1208
1192
|
"node_modules/appium-android-driver": {
|
|
1209
|
-
"version": "5.
|
|
1193
|
+
"version": "5.6.0",
|
|
1210
1194
|
"license": "Apache-2.0",
|
|
1211
1195
|
"dependencies": {
|
|
1212
1196
|
"@babel/runtime": "^7.0.0",
|
|
1213
1197
|
"appium-adb": "^9.10.9",
|
|
1214
1198
|
"appium-chromedriver": "^5.2.0",
|
|
1215
1199
|
"asyncbox": "^2.8.0",
|
|
1216
|
-
"axios": "^
|
|
1200
|
+
"axios": "^1.x",
|
|
1217
1201
|
"bluebird": "^3.4.7",
|
|
1218
1202
|
"io.appium.settings": "^4.2.1",
|
|
1219
1203
|
"jimp": "^0.x",
|
|
@@ -1238,14 +1222,14 @@
|
|
|
1238
1222
|
}
|
|
1239
1223
|
},
|
|
1240
1224
|
"node_modules/appium-chromedriver": {
|
|
1241
|
-
"version": "5.2.
|
|
1225
|
+
"version": "5.2.4",
|
|
1242
1226
|
"hasInstallScript": true,
|
|
1243
1227
|
"license": "Apache-2.0",
|
|
1244
1228
|
"dependencies": {
|
|
1245
1229
|
"@babel/runtime": "^7.0.0",
|
|
1246
1230
|
"@xmldom/xmldom": "^0.x",
|
|
1247
1231
|
"asyncbox": "^2.0.2",
|
|
1248
|
-
"axios": "^
|
|
1232
|
+
"axios": "^1.x",
|
|
1249
1233
|
"bluebird": "^3.5.1",
|
|
1250
1234
|
"compare-versions": "^5.0.0",
|
|
1251
1235
|
"fancy-log": "^2.0.0",
|
|
@@ -1341,6 +1325,10 @@
|
|
|
1341
1325
|
"util-deprecate": "~1.0.1"
|
|
1342
1326
|
}
|
|
1343
1327
|
},
|
|
1328
|
+
"node_modules/archiver-utils/node_modules/safe-buffer": {
|
|
1329
|
+
"version": "5.1.2",
|
|
1330
|
+
"license": "MIT"
|
|
1331
|
+
},
|
|
1344
1332
|
"node_modules/archiver-utils/node_modules/string_decoder": {
|
|
1345
1333
|
"version": "1.1.1",
|
|
1346
1334
|
"license": "MIT",
|
|
@@ -1396,11 +1384,12 @@
|
|
|
1396
1384
|
"license": "MIT"
|
|
1397
1385
|
},
|
|
1398
1386
|
"node_modules/axios": {
|
|
1399
|
-
"version": "
|
|
1387
|
+
"version": "1.1.3",
|
|
1400
1388
|
"license": "MIT",
|
|
1401
1389
|
"dependencies": {
|
|
1402
|
-
"follow-redirects": "^1.
|
|
1403
|
-
"form-data": "^4.0.0"
|
|
1390
|
+
"follow-redirects": "^1.15.0",
|
|
1391
|
+
"form-data": "^4.0.0",
|
|
1392
|
+
"proxy-from-env": "^1.1.0"
|
|
1404
1393
|
}
|
|
1405
1394
|
},
|
|
1406
1395
|
"node_modules/balanced-match": {
|
|
@@ -1440,6 +1429,11 @@
|
|
|
1440
1429
|
"node": ">= 0.8"
|
|
1441
1430
|
}
|
|
1442
1431
|
},
|
|
1432
|
+
"node_modules/basic-auth/node_modules/safe-buffer": {
|
|
1433
|
+
"version": "5.1.2",
|
|
1434
|
+
"extraneous": true,
|
|
1435
|
+
"license": "MIT"
|
|
1436
|
+
},
|
|
1443
1437
|
"node_modules/big-integer": {
|
|
1444
1438
|
"version": "1.6.51",
|
|
1445
1439
|
"license": "Unlicense",
|
|
@@ -1465,7 +1459,7 @@
|
|
|
1465
1459
|
"license": "MIT"
|
|
1466
1460
|
},
|
|
1467
1461
|
"node_modules/body-parser": {
|
|
1468
|
-
"version": "1.20.
|
|
1462
|
+
"version": "1.20.1",
|
|
1469
1463
|
"extraneous": true,
|
|
1470
1464
|
"license": "MIT",
|
|
1471
1465
|
"dependencies": {
|
|
@@ -1477,7 +1471,7 @@
|
|
|
1477
1471
|
"http-errors": "2.0.0",
|
|
1478
1472
|
"iconv-lite": "0.4.24",
|
|
1479
1473
|
"on-finished": "2.4.1",
|
|
1480
|
-
"qs": "6.
|
|
1474
|
+
"qs": "6.11.0",
|
|
1481
1475
|
"raw-body": "2.5.1",
|
|
1482
1476
|
"type-is": "~1.6.18",
|
|
1483
1477
|
"unpipe": "1.0.0"
|
|
@@ -1792,25 +1786,6 @@
|
|
|
1792
1786
|
"node": ">= 0.6"
|
|
1793
1787
|
}
|
|
1794
1788
|
},
|
|
1795
|
-
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
1796
|
-
"version": "5.2.1",
|
|
1797
|
-
"extraneous": true,
|
|
1798
|
-
"funding": [
|
|
1799
|
-
{
|
|
1800
|
-
"type": "github",
|
|
1801
|
-
"url": "https://github.com/sponsors/feross"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"type": "patreon",
|
|
1805
|
-
"url": "https://www.patreon.com/feross"
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"type": "consulting",
|
|
1809
|
-
"url": "https://feross.org/support"
|
|
1810
|
-
}
|
|
1811
|
-
],
|
|
1812
|
-
"license": "MIT"
|
|
1813
|
-
},
|
|
1814
1789
|
"node_modules/content-type": {
|
|
1815
1790
|
"version": "1.0.4",
|
|
1816
1791
|
"extraneous": true,
|
|
@@ -1915,11 +1890,14 @@
|
|
|
1915
1890
|
}
|
|
1916
1891
|
},
|
|
1917
1892
|
"node_modules/defaults": {
|
|
1918
|
-
"version": "1.0.
|
|
1893
|
+
"version": "1.0.4",
|
|
1919
1894
|
"extraneous": true,
|
|
1920
1895
|
"license": "MIT",
|
|
1921
1896
|
"dependencies": {
|
|
1922
1897
|
"clone": "^1.0.2"
|
|
1898
|
+
},
|
|
1899
|
+
"funding": {
|
|
1900
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1923
1901
|
}
|
|
1924
1902
|
},
|
|
1925
1903
|
"node_modules/defer-to-connect": {
|
|
@@ -2025,7 +2003,7 @@
|
|
|
2025
2003
|
}
|
|
2026
2004
|
},
|
|
2027
2005
|
"node_modules/es-abstract": {
|
|
2028
|
-
"version": "1.20.
|
|
2006
|
+
"version": "1.20.4",
|
|
2029
2007
|
"extraneous": true,
|
|
2030
2008
|
"license": "MIT",
|
|
2031
2009
|
"dependencies": {
|
|
@@ -2039,7 +2017,7 @@
|
|
|
2039
2017
|
"has-property-descriptors": "^1.0.0",
|
|
2040
2018
|
"has-symbols": "^1.0.3",
|
|
2041
2019
|
"internal-slot": "^1.0.3",
|
|
2042
|
-
"is-callable": "^1.2.
|
|
2020
|
+
"is-callable": "^1.2.7",
|
|
2043
2021
|
"is-negative-zero": "^2.0.2",
|
|
2044
2022
|
"is-regex": "^1.1.4",
|
|
2045
2023
|
"is-shared-array-buffer": "^1.0.2",
|
|
@@ -2116,13 +2094,13 @@
|
|
|
2116
2094
|
"version": "0.1.12"
|
|
2117
2095
|
},
|
|
2118
2096
|
"node_modules/express": {
|
|
2119
|
-
"version": "4.18.
|
|
2097
|
+
"version": "4.18.2",
|
|
2120
2098
|
"extraneous": true,
|
|
2121
2099
|
"license": "MIT",
|
|
2122
2100
|
"dependencies": {
|
|
2123
2101
|
"accepts": "~1.3.8",
|
|
2124
2102
|
"array-flatten": "1.1.1",
|
|
2125
|
-
"body-parser": "1.20.
|
|
2103
|
+
"body-parser": "1.20.1",
|
|
2126
2104
|
"content-disposition": "0.5.4",
|
|
2127
2105
|
"content-type": "~1.0.4",
|
|
2128
2106
|
"cookie": "0.5.0",
|
|
@@ -2141,7 +2119,7 @@
|
|
|
2141
2119
|
"parseurl": "~1.3.3",
|
|
2142
2120
|
"path-to-regexp": "0.1.7",
|
|
2143
2121
|
"proxy-addr": "~2.0.7",
|
|
2144
|
-
"qs": "6.
|
|
2122
|
+
"qs": "6.11.0",
|
|
2145
2123
|
"range-parser": "~1.2.1",
|
|
2146
2124
|
"safe-buffer": "5.2.1",
|
|
2147
2125
|
"send": "0.18.0",
|
|
@@ -2169,25 +2147,6 @@
|
|
|
2169
2147
|
"extraneous": true,
|
|
2170
2148
|
"license": "MIT"
|
|
2171
2149
|
},
|
|
2172
|
-
"node_modules/express/node_modules/safe-buffer": {
|
|
2173
|
-
"version": "5.2.1",
|
|
2174
|
-
"extraneous": true,
|
|
2175
|
-
"funding": [
|
|
2176
|
-
{
|
|
2177
|
-
"type": "github",
|
|
2178
|
-
"url": "https://github.com/sponsors/feross"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"type": "patreon",
|
|
2182
|
-
"url": "https://www.patreon.com/feross"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"type": "consulting",
|
|
2186
|
-
"url": "https://feross.org/support"
|
|
2187
|
-
}
|
|
2188
|
-
],
|
|
2189
|
-
"license": "MIT"
|
|
2190
|
-
},
|
|
2191
2150
|
"node_modules/fancy-log": {
|
|
2192
2151
|
"version": "2.0.0",
|
|
2193
2152
|
"license": "MIT",
|
|
@@ -2770,7 +2729,7 @@
|
|
|
2770
2729
|
}
|
|
2771
2730
|
},
|
|
2772
2731
|
"node_modules/is-core-module": {
|
|
2773
|
-
"version": "2.
|
|
2732
|
+
"version": "2.11.0",
|
|
2774
2733
|
"license": "MIT",
|
|
2775
2734
|
"dependencies": {
|
|
2776
2735
|
"has": "^1.0.3"
|
|
@@ -2932,13 +2891,13 @@
|
|
|
2932
2891
|
"license": "ISC"
|
|
2933
2892
|
},
|
|
2934
2893
|
"node_modules/jimp": {
|
|
2935
|
-
"version": "0.16.
|
|
2894
|
+
"version": "0.16.2",
|
|
2936
2895
|
"license": "MIT",
|
|
2937
2896
|
"dependencies": {
|
|
2938
2897
|
"@babel/runtime": "^7.7.2",
|
|
2939
|
-
"@jimp/custom": "^0.16.
|
|
2940
|
-
"@jimp/plugins": "^0.16.
|
|
2941
|
-
"@jimp/types": "^0.16.
|
|
2898
|
+
"@jimp/custom": "^0.16.2",
|
|
2899
|
+
"@jimp/plugins": "^0.16.2",
|
|
2900
|
+
"@jimp/types": "^0.16.2",
|
|
2942
2901
|
"regenerator-runtime": "^0.13.3"
|
|
2943
2902
|
}
|
|
2944
2903
|
},
|
|
@@ -2987,14 +2946,11 @@
|
|
|
2987
2946
|
}
|
|
2988
2947
|
},
|
|
2989
2948
|
"node_modules/jsdoc-plugin-typescript": {
|
|
2990
|
-
"version": "2.
|
|
2949
|
+
"version": "2.2.0",
|
|
2991
2950
|
"extraneous": true,
|
|
2992
2951
|
"license": "BSD-2-Clause",
|
|
2993
2952
|
"dependencies": {
|
|
2994
2953
|
"string.prototype.matchall": "^4.0.0"
|
|
2995
|
-
},
|
|
2996
|
-
"peerDependencies": {
|
|
2997
|
-
"jsdoc": ">=3.6.0"
|
|
2998
2954
|
}
|
|
2999
2955
|
},
|
|
3000
2956
|
"node_modules/jsdoc/node_modules/escape-string-regexp": {
|
|
@@ -3097,6 +3053,10 @@
|
|
|
3097
3053
|
"util-deprecate": "~1.0.1"
|
|
3098
3054
|
}
|
|
3099
3055
|
},
|
|
3056
|
+
"node_modules/lazystream/node_modules/safe-buffer": {
|
|
3057
|
+
"version": "5.1.2",
|
|
3058
|
+
"license": "MIT"
|
|
3059
|
+
},
|
|
3100
3060
|
"node_modules/lazystream/node_modules/string_decoder": {
|
|
3101
3061
|
"version": "1.1.1",
|
|
3102
3062
|
"license": "MIT",
|
|
@@ -3435,8 +3395,11 @@
|
|
|
3435
3395
|
}
|
|
3436
3396
|
},
|
|
3437
3397
|
"node_modules/minimist": {
|
|
3438
|
-
"version": "1.2.
|
|
3439
|
-
"license": "MIT"
|
|
3398
|
+
"version": "1.2.7",
|
|
3399
|
+
"license": "MIT",
|
|
3400
|
+
"funding": {
|
|
3401
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3402
|
+
}
|
|
3440
3403
|
},
|
|
3441
3404
|
"node_modules/mkdirp": {
|
|
3442
3405
|
"version": "0.5.6",
|
|
@@ -3456,7 +3419,7 @@
|
|
|
3456
3419
|
}
|
|
3457
3420
|
},
|
|
3458
3421
|
"node_modules/moment-timezone": {
|
|
3459
|
-
"version": "0.5.
|
|
3422
|
+
"version": "0.5.38",
|
|
3460
3423
|
"license": "MIT",
|
|
3461
3424
|
"dependencies": {
|
|
3462
3425
|
"moment": ">= 2.9.0"
|
|
@@ -4038,6 +4001,10 @@
|
|
|
4038
4001
|
"node": ">= 0.10"
|
|
4039
4002
|
}
|
|
4040
4003
|
},
|
|
4004
|
+
"node_modules/proxy-from-env": {
|
|
4005
|
+
"version": "1.1.0",
|
|
4006
|
+
"license": "MIT"
|
|
4007
|
+
},
|
|
4041
4008
|
"node_modules/pump": {
|
|
4042
4009
|
"version": "3.0.0",
|
|
4043
4010
|
"license": "MIT",
|
|
@@ -4055,7 +4022,7 @@
|
|
|
4055
4022
|
}
|
|
4056
4023
|
},
|
|
4057
4024
|
"node_modules/qs": {
|
|
4058
|
-
"version": "6.
|
|
4025
|
+
"version": "6.11.0",
|
|
4059
4026
|
"extraneous": true,
|
|
4060
4027
|
"license": "BSD-3-Clause",
|
|
4061
4028
|
"dependencies": {
|
|
@@ -4157,7 +4124,7 @@
|
|
|
4157
4124
|
}
|
|
4158
4125
|
},
|
|
4159
4126
|
"node_modules/regenerator-runtime": {
|
|
4160
|
-
"version": "0.13.
|
|
4127
|
+
"version": "0.13.10",
|
|
4161
4128
|
"license": "MIT"
|
|
4162
4129
|
},
|
|
4163
4130
|
"node_modules/regexp.prototype.flags": {
|
|
@@ -4272,7 +4239,21 @@
|
|
|
4272
4239
|
}
|
|
4273
4240
|
},
|
|
4274
4241
|
"node_modules/safe-buffer": {
|
|
4275
|
-
"version": "5.1
|
|
4242
|
+
"version": "5.2.1",
|
|
4243
|
+
"funding": [
|
|
4244
|
+
{
|
|
4245
|
+
"type": "github",
|
|
4246
|
+
"url": "https://github.com/sponsors/feross"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"type": "patreon",
|
|
4250
|
+
"url": "https://www.patreon.com/feross"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"type": "consulting",
|
|
4254
|
+
"url": "https://feross.org/support"
|
|
4255
|
+
}
|
|
4256
|
+
],
|
|
4276
4257
|
"license": "MIT"
|
|
4277
4258
|
},
|
|
4278
4259
|
"node_modules/safe-regex-test": {
|
|
@@ -4289,7 +4270,7 @@
|
|
|
4289
4270
|
}
|
|
4290
4271
|
},
|
|
4291
4272
|
"node_modules/safe-stable-stringify": {
|
|
4292
|
-
"version": "2.4.
|
|
4273
|
+
"version": "2.4.1",
|
|
4293
4274
|
"extraneous": true,
|
|
4294
4275
|
"license": "MIT",
|
|
4295
4276
|
"engines": {
|
|
@@ -4313,7 +4294,7 @@
|
|
|
4313
4294
|
"license": "ISC"
|
|
4314
4295
|
},
|
|
4315
4296
|
"node_modules/semver": {
|
|
4316
|
-
"version": "7.3.
|
|
4297
|
+
"version": "7.3.8",
|
|
4317
4298
|
"license": "ISC",
|
|
4318
4299
|
"dependencies": {
|
|
4319
4300
|
"lru-cache": "^6.0.0"
|
|
@@ -4459,8 +4440,11 @@
|
|
|
4459
4440
|
}
|
|
4460
4441
|
},
|
|
4461
4442
|
"node_modules/shell-quote": {
|
|
4462
|
-
"version": "1.7.
|
|
4463
|
-
"license": "MIT"
|
|
4443
|
+
"version": "1.7.4",
|
|
4444
|
+
"license": "MIT",
|
|
4445
|
+
"funding": {
|
|
4446
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
4447
|
+
}
|
|
4464
4448
|
},
|
|
4465
4449
|
"node_modules/side-channel": {
|
|
4466
4450
|
"version": "1.0.4",
|
|
@@ -4569,24 +4553,6 @@
|
|
|
4569
4553
|
"safe-buffer": "~5.2.0"
|
|
4570
4554
|
}
|
|
4571
4555
|
},
|
|
4572
|
-
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
4573
|
-
"version": "5.2.1",
|
|
4574
|
-
"funding": [
|
|
4575
|
-
{
|
|
4576
|
-
"type": "github",
|
|
4577
|
-
"url": "https://github.com/sponsors/feross"
|
|
4578
|
-
},
|
|
4579
|
-
{
|
|
4580
|
-
"type": "patreon",
|
|
4581
|
-
"url": "https://www.patreon.com/feross"
|
|
4582
|
-
},
|
|
4583
|
-
{
|
|
4584
|
-
"type": "consulting",
|
|
4585
|
-
"url": "https://feross.org/support"
|
|
4586
|
-
}
|
|
4587
|
-
],
|
|
4588
|
-
"license": "MIT"
|
|
4589
|
-
},
|
|
4590
4556
|
"node_modules/string.prototype.matchall": {
|
|
4591
4557
|
"version": "4.0.7",
|
|
4592
4558
|
"extraneous": true,
|
|
@@ -4709,6 +4675,20 @@
|
|
|
4709
4675
|
"npm": ">=6"
|
|
4710
4676
|
}
|
|
4711
4677
|
},
|
|
4678
|
+
"node_modules/teen_process/node_modules/@babel/runtime": {
|
|
4679
|
+
"version": "7.19.0",
|
|
4680
|
+
"license": "MIT",
|
|
4681
|
+
"dependencies": {
|
|
4682
|
+
"regenerator-runtime": "^0.13.4"
|
|
4683
|
+
},
|
|
4684
|
+
"engines": {
|
|
4685
|
+
"node": ">=6.9.0"
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4688
|
+
"node_modules/teen_process/node_modules/shell-quote": {
|
|
4689
|
+
"version": "1.7.3",
|
|
4690
|
+
"license": "MIT"
|
|
4691
|
+
},
|
|
4712
4692
|
"node_modules/text-hex": {
|
|
4713
4693
|
"version": "1.0.0",
|
|
4714
4694
|
"extraneous": true,
|
|
@@ -4750,10 +4730,10 @@
|
|
|
4750
4730
|
}
|
|
4751
4731
|
},
|
|
4752
4732
|
"node_modules/type-fest": {
|
|
4753
|
-
"version": "
|
|
4733
|
+
"version": "3.1.0",
|
|
4754
4734
|
"license": "(MIT OR CC0-1.0)",
|
|
4755
4735
|
"engines": {
|
|
4756
|
-
"node": ">=
|
|
4736
|
+
"node": ">=14.16"
|
|
4757
4737
|
},
|
|
4758
4738
|
"funding": {
|
|
4759
4739
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -4949,10 +4929,11 @@
|
|
|
4949
4929
|
}
|
|
4950
4930
|
},
|
|
4951
4931
|
"node_modules/winston": {
|
|
4952
|
-
"version": "3.8.
|
|
4932
|
+
"version": "3.8.2",
|
|
4953
4933
|
"extraneous": true,
|
|
4954
4934
|
"license": "MIT",
|
|
4955
4935
|
"dependencies": {
|
|
4936
|
+
"@colors/colors": "1.5.0",
|
|
4956
4937
|
"@dabh/diagnostics": "^2.0.2",
|
|
4957
4938
|
"async": "^3.2.3",
|
|
4958
4939
|
"is-stream": "^2.0.0",
|
|
@@ -5139,7 +5120,7 @@
|
|
|
5139
5120
|
"license": "ISC"
|
|
5140
5121
|
},
|
|
5141
5122
|
"node_modules/yaml": {
|
|
5142
|
-
"version": "2.1.
|
|
5123
|
+
"version": "2.1.3",
|
|
5143
5124
|
"extraneous": true,
|
|
5144
5125
|
"license": "ISC",
|
|
5145
5126
|
"engines": {
|
|
@@ -5179,24 +5160,23 @@
|
|
|
5179
5160
|
},
|
|
5180
5161
|
"dependencies": {
|
|
5181
5162
|
"@appium/base-driver": {
|
|
5182
|
-
"version": "8.7.
|
|
5163
|
+
"version": "8.7.3",
|
|
5183
5164
|
"extraneous": true,
|
|
5184
5165
|
"requires": {
|
|
5185
|
-
"@appium/support": "^2.
|
|
5186
|
-
"@babel/runtime": "7.19.0",
|
|
5166
|
+
"@appium/support": "^2.61.1",
|
|
5187
5167
|
"@colors/colors": "1.5.0",
|
|
5188
|
-
"@types/async-lock": "1.
|
|
5189
|
-
"@types/bluebird": "3.5.
|
|
5190
|
-
"@types/express": "4.17.
|
|
5168
|
+
"@types/async-lock": "1.3.0",
|
|
5169
|
+
"@types/bluebird": "3.5.37",
|
|
5170
|
+
"@types/express": "4.17.14",
|
|
5191
5171
|
"@types/method-override": "0.0.32",
|
|
5192
5172
|
"@types/serve-favicon": "2.5.3",
|
|
5193
5173
|
"async-lock": "1.3.2",
|
|
5194
5174
|
"asyncbox": "2.9.2",
|
|
5195
5175
|
"axios": "0.27.2",
|
|
5196
5176
|
"bluebird": "3.7.2",
|
|
5197
|
-
"body-parser": "1.20.
|
|
5177
|
+
"body-parser": "1.20.1",
|
|
5198
5178
|
"es6-error": "4.1.1",
|
|
5199
|
-
"express": "4.18.
|
|
5179
|
+
"express": "4.18.2",
|
|
5200
5180
|
"http-status-codes": "2.2.0",
|
|
5201
5181
|
"lodash": "4.17.21",
|
|
5202
5182
|
"lru-cache": "7.14.0",
|
|
@@ -5204,42 +5184,37 @@
|
|
|
5204
5184
|
"morgan": "1.10.0",
|
|
5205
5185
|
"serve-favicon": "2.5.0",
|
|
5206
5186
|
"source-map-support": "0.5.21",
|
|
5207
|
-
"type-fest": "
|
|
5187
|
+
"type-fest": "3.1.0",
|
|
5208
5188
|
"validate.js": "0.13.1"
|
|
5189
|
+
},
|
|
5190
|
+
"dependencies": {
|
|
5191
|
+
"axios": {
|
|
5192
|
+
"version": "0.27.2",
|
|
5193
|
+
"extraneous": true,
|
|
5194
|
+
"requires": {
|
|
5195
|
+
"follow-redirects": "^1.14.9",
|
|
5196
|
+
"form-data": "^4.0.0"
|
|
5197
|
+
}
|
|
5198
|
+
}
|
|
5209
5199
|
}
|
|
5210
5200
|
},
|
|
5211
5201
|
"@appium/base-plugin": {
|
|
5212
|
-
"version": "1.10.
|
|
5202
|
+
"version": "1.10.5",
|
|
5213
5203
|
"extraneous": true,
|
|
5214
5204
|
"requires": {
|
|
5215
|
-
"@appium/support": "^2.
|
|
5205
|
+
"@appium/support": "^2.61.1"
|
|
5216
5206
|
}
|
|
5217
5207
|
},
|
|
5218
5208
|
"@appium/docutils": {
|
|
5219
|
-
"version": "0.0.
|
|
5209
|
+
"version": "0.0.13",
|
|
5220
5210
|
"extraneous": true,
|
|
5221
5211
|
"requires": {
|
|
5222
|
-
"@appium/support": "^2.
|
|
5223
|
-
"@babel/runtime": "7.19.0",
|
|
5212
|
+
"@appium/support": "^2.61.1",
|
|
5224
5213
|
"docdash": "1.2.0",
|
|
5225
5214
|
"jsdoc": "3.6.11",
|
|
5226
|
-
"jsdoc-plugin-typescript": "2.
|
|
5215
|
+
"jsdoc-plugin-typescript": "2.2.0",
|
|
5227
5216
|
"source-map-support": "0.5.21",
|
|
5228
|
-
"teen_process": "
|
|
5229
|
-
},
|
|
5230
|
-
"dependencies": {
|
|
5231
|
-
"teen_process": {
|
|
5232
|
-
"version": "1.16.0",
|
|
5233
|
-
"extraneous": true,
|
|
5234
|
-
"requires": {
|
|
5235
|
-
"@babel/runtime": "^7.0.0",
|
|
5236
|
-
"bluebird": "^3.5.1",
|
|
5237
|
-
"lodash": "^4.17.4",
|
|
5238
|
-
"shell-quote": "^1.4.3",
|
|
5239
|
-
"source-map-support": "^0.5.3",
|
|
5240
|
-
"which": "^2.0.2"
|
|
5241
|
-
}
|
|
5242
|
-
}
|
|
5217
|
+
"teen_process": "2.0.2"
|
|
5243
5218
|
}
|
|
5244
5219
|
},
|
|
5245
5220
|
"@appium/schema": {
|
|
@@ -5251,15 +5226,14 @@
|
|
|
5251
5226
|
}
|
|
5252
5227
|
},
|
|
5253
5228
|
"@appium/support": {
|
|
5254
|
-
"version": "2.
|
|
5229
|
+
"version": "2.61.1",
|
|
5255
5230
|
"requires": {
|
|
5256
|
-
"@appium/types": "^0.
|
|
5257
|
-
"@babel/runtime": "7.19.0",
|
|
5231
|
+
"@appium/types": "^0.5.0",
|
|
5258
5232
|
"@colors/colors": "1.5.0",
|
|
5259
5233
|
"@types/archiver": "5.3.1",
|
|
5260
5234
|
"@types/base64-stream": "1.0.2",
|
|
5261
5235
|
"@types/find-root": "1.1.2",
|
|
5262
|
-
"@types/glob": "
|
|
5236
|
+
"@types/glob": "8.0.0",
|
|
5263
5237
|
"@types/jsftp": "2.1.2",
|
|
5264
5238
|
"@types/klaw": "3.0.3",
|
|
5265
5239
|
"@types/lockfile": "1.0.2",
|
|
@@ -5283,7 +5257,7 @@
|
|
|
5283
5257
|
"form-data": "4.0.0",
|
|
5284
5258
|
"get-stream": "6.0.1",
|
|
5285
5259
|
"glob": "8.0.3",
|
|
5286
|
-
"jimp": "0.16.
|
|
5260
|
+
"jimp": "0.16.2",
|
|
5287
5261
|
"jsftp": "2.1.3",
|
|
5288
5262
|
"klaw": "3.0.0",
|
|
5289
5263
|
"lockfile": "1.0.4",
|
|
@@ -5302,39 +5276,35 @@
|
|
|
5302
5276
|
"resolve-from": "5.0.0",
|
|
5303
5277
|
"rimraf": "3.0.2",
|
|
5304
5278
|
"sanitize-filename": "1.6.3",
|
|
5305
|
-
"semver": "7.3.
|
|
5306
|
-
"shell-quote": "1.7.
|
|
5279
|
+
"semver": "7.3.8",
|
|
5280
|
+
"shell-quote": "1.7.4",
|
|
5307
5281
|
"source-map-support": "0.5.21",
|
|
5308
5282
|
"supports-color": "8.1.1",
|
|
5309
|
-
"teen_process": "
|
|
5310
|
-
"type-fest": "
|
|
5283
|
+
"teen_process": "2.0.2",
|
|
5284
|
+
"type-fest": "3.1.0",
|
|
5311
5285
|
"uuid": "8.3.2",
|
|
5312
5286
|
"which": "2.0.2",
|
|
5313
5287
|
"yauzl": "2.10.0"
|
|
5314
5288
|
},
|
|
5315
5289
|
"dependencies": {
|
|
5316
|
-
"
|
|
5317
|
-
"version": "
|
|
5290
|
+
"axios": {
|
|
5291
|
+
"version": "0.27.2",
|
|
5318
5292
|
"requires": {
|
|
5319
|
-
"
|
|
5320
|
-
"
|
|
5321
|
-
"lodash": "^4.17.4",
|
|
5322
|
-
"shell-quote": "^1.4.3",
|
|
5323
|
-
"source-map-support": "^0.5.3",
|
|
5324
|
-
"which": "^2.0.2"
|
|
5293
|
+
"follow-redirects": "^1.14.9",
|
|
5294
|
+
"form-data": "^4.0.0"
|
|
5325
5295
|
}
|
|
5326
5296
|
}
|
|
5327
5297
|
}
|
|
5328
5298
|
},
|
|
5329
5299
|
"@appium/types": {
|
|
5330
|
-
"version": "0.
|
|
5300
|
+
"version": "0.5.0",
|
|
5331
5301
|
"requires": {
|
|
5332
5302
|
"@appium/schema": "^0.0.9",
|
|
5333
|
-
"@types/express": "4.17.
|
|
5303
|
+
"@types/express": "4.17.14",
|
|
5334
5304
|
"@types/npmlog": "4.1.4",
|
|
5335
5305
|
"@types/ws": "8.5.3",
|
|
5336
|
-
"@wdio/types": "7.
|
|
5337
|
-
"type-fest": "
|
|
5306
|
+
"@wdio/types": "7.25.1",
|
|
5307
|
+
"type-fest": "3.1.0"
|
|
5338
5308
|
}
|
|
5339
5309
|
},
|
|
5340
5310
|
"@babel/code-frame": {
|
|
@@ -5355,11 +5325,11 @@
|
|
|
5355
5325
|
}
|
|
5356
5326
|
},
|
|
5357
5327
|
"@babel/parser": {
|
|
5358
|
-
"version": "7.19.
|
|
5328
|
+
"version": "7.19.4",
|
|
5359
5329
|
"extraneous": true
|
|
5360
5330
|
},
|
|
5361
5331
|
"@babel/runtime": {
|
|
5362
|
-
"version": "7.19.
|
|
5332
|
+
"version": "7.19.4",
|
|
5363
5333
|
"requires": {
|
|
5364
5334
|
"regenerator-runtime": "^0.13.4"
|
|
5365
5335
|
}
|
|
@@ -5641,7 +5611,7 @@
|
|
|
5641
5611
|
}
|
|
5642
5612
|
},
|
|
5643
5613
|
"@sidvind/better-ajv-errors": {
|
|
5644
|
-
"version": "2.
|
|
5614
|
+
"version": "2.1.0",
|
|
5645
5615
|
"extraneous": true,
|
|
5646
5616
|
"requires": {
|
|
5647
5617
|
"@babel/code-frame": "^7.16.0",
|
|
@@ -5703,7 +5673,7 @@
|
|
|
5703
5673
|
"extraneous": true
|
|
5704
5674
|
},
|
|
5705
5675
|
"@types/async-lock": {
|
|
5706
|
-
"version": "1.
|
|
5676
|
+
"version": "1.3.0",
|
|
5707
5677
|
"extraneous": true
|
|
5708
5678
|
},
|
|
5709
5679
|
"@types/base64-stream": {
|
|
@@ -5713,7 +5683,7 @@
|
|
|
5713
5683
|
}
|
|
5714
5684
|
},
|
|
5715
5685
|
"@types/bluebird": {
|
|
5716
|
-
"version": "3.5.
|
|
5686
|
+
"version": "3.5.37",
|
|
5717
5687
|
"extraneous": true
|
|
5718
5688
|
},
|
|
5719
5689
|
"@types/body-parser": {
|
|
@@ -5739,7 +5709,7 @@
|
|
|
5739
5709
|
}
|
|
5740
5710
|
},
|
|
5741
5711
|
"@types/express": {
|
|
5742
|
-
"version": "4.17.
|
|
5712
|
+
"version": "4.17.14",
|
|
5743
5713
|
"requires": {
|
|
5744
5714
|
"@types/body-parser": "*",
|
|
5745
5715
|
"@types/express-serve-static-core": "^4.17.18",
|
|
@@ -5763,7 +5733,7 @@
|
|
|
5763
5733
|
"version": "1.1.2"
|
|
5764
5734
|
},
|
|
5765
5735
|
"@types/glob": {
|
|
5766
|
-
"version": "
|
|
5736
|
+
"version": "8.0.0",
|
|
5767
5737
|
"requires": {
|
|
5768
5738
|
"@types/minimatch": "*",
|
|
5769
5739
|
"@types/node": "*"
|
|
@@ -5782,9 +5752,9 @@
|
|
|
5782
5752
|
"version": "7.0.11"
|
|
5783
5753
|
},
|
|
5784
5754
|
"@types/keyv": {
|
|
5785
|
-
"version": "
|
|
5755
|
+
"version": "4.2.0",
|
|
5786
5756
|
"requires": {
|
|
5787
|
-
"
|
|
5757
|
+
"keyv": "*"
|
|
5788
5758
|
}
|
|
5789
5759
|
},
|
|
5790
5760
|
"@types/klaw": {
|
|
@@ -5835,7 +5805,7 @@
|
|
|
5835
5805
|
}
|
|
5836
5806
|
},
|
|
5837
5807
|
"@types/node": {
|
|
5838
|
-
"version": "18.
|
|
5808
|
+
"version": "18.11.2"
|
|
5839
5809
|
},
|
|
5840
5810
|
"@types/normalize-package-data": {
|
|
5841
5811
|
"version": "2.4.1"
|
|
@@ -5914,14 +5884,14 @@
|
|
|
5914
5884
|
}
|
|
5915
5885
|
},
|
|
5916
5886
|
"@wdio/types": {
|
|
5917
|
-
"version": "7.
|
|
5887
|
+
"version": "7.25.1",
|
|
5918
5888
|
"requires": {
|
|
5919
5889
|
"@types/node": "^18.0.0",
|
|
5920
5890
|
"got": "^11.8.1"
|
|
5921
5891
|
}
|
|
5922
5892
|
},
|
|
5923
5893
|
"@xmldom/xmldom": {
|
|
5924
|
-
"version": "0.8.
|
|
5894
|
+
"version": "0.8.3"
|
|
5925
5895
|
},
|
|
5926
5896
|
"accepts": {
|
|
5927
5897
|
"version": "1.3.8",
|
|
@@ -5977,7 +5947,7 @@
|
|
|
5977
5947
|
"version": "1.1.0"
|
|
5978
5948
|
},
|
|
5979
5949
|
"appium-adb": {
|
|
5980
|
-
"version": "9.10.
|
|
5950
|
+
"version": "9.10.12",
|
|
5981
5951
|
"requires": {
|
|
5982
5952
|
"@appium/support": "^2.60.0",
|
|
5983
5953
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5995,13 +5965,13 @@
|
|
|
5995
5965
|
}
|
|
5996
5966
|
},
|
|
5997
5967
|
"appium-android-driver": {
|
|
5998
|
-
"version": "5.
|
|
5968
|
+
"version": "5.6.0",
|
|
5999
5969
|
"requires": {
|
|
6000
5970
|
"@babel/runtime": "^7.0.0",
|
|
6001
5971
|
"appium-adb": "^9.10.9",
|
|
6002
5972
|
"appium-chromedriver": "^5.2.0",
|
|
6003
5973
|
"asyncbox": "^2.8.0",
|
|
6004
|
-
"axios": "^
|
|
5974
|
+
"axios": "^1.x",
|
|
6005
5975
|
"bluebird": "^3.4.7",
|
|
6006
5976
|
"io.appium.settings": "^4.2.1",
|
|
6007
5977
|
"jimp": "^0.x",
|
|
@@ -6019,12 +5989,12 @@
|
|
|
6019
5989
|
}
|
|
6020
5990
|
},
|
|
6021
5991
|
"appium-chromedriver": {
|
|
6022
|
-
"version": "5.2.
|
|
5992
|
+
"version": "5.2.4",
|
|
6023
5993
|
"requires": {
|
|
6024
5994
|
"@babel/runtime": "^7.0.0",
|
|
6025
5995
|
"@xmldom/xmldom": "^0.x",
|
|
6026
5996
|
"asyncbox": "^2.0.2",
|
|
6027
|
-
"axios": "^
|
|
5997
|
+
"axios": "^1.x",
|
|
6028
5998
|
"bluebird": "^3.5.1",
|
|
6029
5999
|
"compare-versions": "^5.0.0",
|
|
6030
6000
|
"fancy-log": "^2.0.0",
|
|
@@ -6091,6 +6061,9 @@
|
|
|
6091
6061
|
"util-deprecate": "~1.0.1"
|
|
6092
6062
|
}
|
|
6093
6063
|
},
|
|
6064
|
+
"safe-buffer": {
|
|
6065
|
+
"version": "5.1.2"
|
|
6066
|
+
},
|
|
6094
6067
|
"string_decoder": {
|
|
6095
6068
|
"version": "1.1.1",
|
|
6096
6069
|
"requires": {
|
|
@@ -6134,10 +6107,11 @@
|
|
|
6134
6107
|
"version": "0.4.0"
|
|
6135
6108
|
},
|
|
6136
6109
|
"axios": {
|
|
6137
|
-
"version": "
|
|
6110
|
+
"version": "1.1.3",
|
|
6138
6111
|
"requires": {
|
|
6139
|
-
"follow-redirects": "^1.
|
|
6140
|
-
"form-data": "^4.0.0"
|
|
6112
|
+
"follow-redirects": "^1.15.0",
|
|
6113
|
+
"form-data": "^4.0.0",
|
|
6114
|
+
"proxy-from-env": "^1.1.0"
|
|
6141
6115
|
}
|
|
6142
6116
|
},
|
|
6143
6117
|
"balanced-match": {
|
|
@@ -6154,6 +6128,12 @@
|
|
|
6154
6128
|
"extraneous": true,
|
|
6155
6129
|
"requires": {
|
|
6156
6130
|
"safe-buffer": "5.1.2"
|
|
6131
|
+
},
|
|
6132
|
+
"dependencies": {
|
|
6133
|
+
"safe-buffer": {
|
|
6134
|
+
"version": "5.1.2",
|
|
6135
|
+
"extraneous": true
|
|
6136
|
+
}
|
|
6157
6137
|
}
|
|
6158
6138
|
},
|
|
6159
6139
|
"big-integer": {
|
|
@@ -6174,7 +6154,7 @@
|
|
|
6174
6154
|
"version": "0.1.0"
|
|
6175
6155
|
},
|
|
6176
6156
|
"body-parser": {
|
|
6177
|
-
"version": "1.20.
|
|
6157
|
+
"version": "1.20.1",
|
|
6178
6158
|
"extraneous": true,
|
|
6179
6159
|
"requires": {
|
|
6180
6160
|
"bytes": "3.1.2",
|
|
@@ -6185,7 +6165,7 @@
|
|
|
6185
6165
|
"http-errors": "2.0.0",
|
|
6186
6166
|
"iconv-lite": "0.4.24",
|
|
6187
6167
|
"on-finished": "2.4.1",
|
|
6188
|
-
"qs": "6.
|
|
6168
|
+
"qs": "6.11.0",
|
|
6189
6169
|
"raw-body": "2.5.1",
|
|
6190
6170
|
"type-is": "~1.6.18",
|
|
6191
6171
|
"unpipe": "1.0.0"
|
|
@@ -6386,12 +6366,6 @@
|
|
|
6386
6366
|
"extraneous": true,
|
|
6387
6367
|
"requires": {
|
|
6388
6368
|
"safe-buffer": "5.2.1"
|
|
6389
|
-
},
|
|
6390
|
-
"dependencies": {
|
|
6391
|
-
"safe-buffer": {
|
|
6392
|
-
"version": "5.2.1",
|
|
6393
|
-
"extraneous": true
|
|
6394
|
-
}
|
|
6395
6369
|
}
|
|
6396
6370
|
},
|
|
6397
6371
|
"content-type": {
|
|
@@ -6450,7 +6424,7 @@
|
|
|
6450
6424
|
}
|
|
6451
6425
|
},
|
|
6452
6426
|
"defaults": {
|
|
6453
|
-
"version": "1.0.
|
|
6427
|
+
"version": "1.0.4",
|
|
6454
6428
|
"extraneous": true,
|
|
6455
6429
|
"requires": {
|
|
6456
6430
|
"clone": "^1.0.2"
|
|
@@ -6520,7 +6494,7 @@
|
|
|
6520
6494
|
}
|
|
6521
6495
|
},
|
|
6522
6496
|
"es-abstract": {
|
|
6523
|
-
"version": "1.20.
|
|
6497
|
+
"version": "1.20.4",
|
|
6524
6498
|
"extraneous": true,
|
|
6525
6499
|
"requires": {
|
|
6526
6500
|
"call-bind": "^1.0.2",
|
|
@@ -6533,7 +6507,7 @@
|
|
|
6533
6507
|
"has-property-descriptors": "^1.0.0",
|
|
6534
6508
|
"has-symbols": "^1.0.3",
|
|
6535
6509
|
"internal-slot": "^1.0.3",
|
|
6536
|
-
"is-callable": "^1.2.
|
|
6510
|
+
"is-callable": "^1.2.7",
|
|
6537
6511
|
"is-negative-zero": "^2.0.2",
|
|
6538
6512
|
"is-regex": "^1.1.4",
|
|
6539
6513
|
"is-shared-array-buffer": "^1.0.2",
|
|
@@ -6583,12 +6557,12 @@
|
|
|
6583
6557
|
"version": "0.1.12"
|
|
6584
6558
|
},
|
|
6585
6559
|
"express": {
|
|
6586
|
-
"version": "4.18.
|
|
6560
|
+
"version": "4.18.2",
|
|
6587
6561
|
"extraneous": true,
|
|
6588
6562
|
"requires": {
|
|
6589
6563
|
"accepts": "~1.3.8",
|
|
6590
6564
|
"array-flatten": "1.1.1",
|
|
6591
|
-
"body-parser": "1.20.
|
|
6565
|
+
"body-parser": "1.20.1",
|
|
6592
6566
|
"content-disposition": "0.5.4",
|
|
6593
6567
|
"content-type": "~1.0.4",
|
|
6594
6568
|
"cookie": "0.5.0",
|
|
@@ -6607,7 +6581,7 @@
|
|
|
6607
6581
|
"parseurl": "~1.3.3",
|
|
6608
6582
|
"path-to-regexp": "0.1.7",
|
|
6609
6583
|
"proxy-addr": "~2.0.7",
|
|
6610
|
-
"qs": "6.
|
|
6584
|
+
"qs": "6.11.0",
|
|
6611
6585
|
"range-parser": "~1.2.1",
|
|
6612
6586
|
"safe-buffer": "5.2.1",
|
|
6613
6587
|
"send": "0.18.0",
|
|
@@ -6629,10 +6603,6 @@
|
|
|
6629
6603
|
"ms": {
|
|
6630
6604
|
"version": "2.0.0",
|
|
6631
6605
|
"extraneous": true
|
|
6632
|
-
},
|
|
6633
|
-
"safe-buffer": {
|
|
6634
|
-
"version": "5.2.1",
|
|
6635
|
-
"extraneous": true
|
|
6636
6606
|
}
|
|
6637
6607
|
}
|
|
6638
6608
|
},
|
|
@@ -7002,7 +6972,7 @@
|
|
|
7002
6972
|
"extraneous": true
|
|
7003
6973
|
},
|
|
7004
6974
|
"is-core-module": {
|
|
7005
|
-
"version": "2.
|
|
6975
|
+
"version": "2.11.0",
|
|
7006
6976
|
"requires": {
|
|
7007
6977
|
"has": "^1.0.3"
|
|
7008
6978
|
}
|
|
@@ -7088,12 +7058,12 @@
|
|
|
7088
7058
|
"version": "2.0.0"
|
|
7089
7059
|
},
|
|
7090
7060
|
"jimp": {
|
|
7091
|
-
"version": "0.16.
|
|
7061
|
+
"version": "0.16.2",
|
|
7092
7062
|
"requires": {
|
|
7093
7063
|
"@babel/runtime": "^7.7.2",
|
|
7094
|
-
"@jimp/custom": "^0.16.
|
|
7095
|
-
"@jimp/plugins": "^0.16.
|
|
7096
|
-
"@jimp/types": "^0.16.
|
|
7064
|
+
"@jimp/custom": "^0.16.2",
|
|
7065
|
+
"@jimp/plugins": "^0.16.2",
|
|
7066
|
+
"@jimp/types": "^0.16.2",
|
|
7097
7067
|
"regenerator-runtime": "^0.13.3"
|
|
7098
7068
|
}
|
|
7099
7069
|
},
|
|
@@ -7142,7 +7112,7 @@
|
|
|
7142
7112
|
}
|
|
7143
7113
|
},
|
|
7144
7114
|
"jsdoc-plugin-typescript": {
|
|
7145
|
-
"version": "2.
|
|
7115
|
+
"version": "2.2.0",
|
|
7146
7116
|
"extraneous": true,
|
|
7147
7117
|
"requires": {
|
|
7148
7118
|
"string.prototype.matchall": "^4.0.0"
|
|
@@ -7214,6 +7184,9 @@
|
|
|
7214
7184
|
"util-deprecate": "~1.0.1"
|
|
7215
7185
|
}
|
|
7216
7186
|
},
|
|
7187
|
+
"safe-buffer": {
|
|
7188
|
+
"version": "5.1.2"
|
|
7189
|
+
},
|
|
7217
7190
|
"string_decoder": {
|
|
7218
7191
|
"version": "1.1.1",
|
|
7219
7192
|
"requires": {
|
|
@@ -7434,7 +7407,7 @@
|
|
|
7434
7407
|
}
|
|
7435
7408
|
},
|
|
7436
7409
|
"minimist": {
|
|
7437
|
-
"version": "1.2.
|
|
7410
|
+
"version": "1.2.7"
|
|
7438
7411
|
},
|
|
7439
7412
|
"mkdirp": {
|
|
7440
7413
|
"version": "0.5.6",
|
|
@@ -7446,7 +7419,7 @@
|
|
|
7446
7419
|
"version": "2.29.4"
|
|
7447
7420
|
},
|
|
7448
7421
|
"moment-timezone": {
|
|
7449
|
-
"version": "0.5.
|
|
7422
|
+
"version": "0.5.38",
|
|
7450
7423
|
"requires": {
|
|
7451
7424
|
"moment": ">= 2.9.0"
|
|
7452
7425
|
}
|
|
@@ -7819,6 +7792,9 @@
|
|
|
7819
7792
|
"ipaddr.js": "1.9.1"
|
|
7820
7793
|
}
|
|
7821
7794
|
},
|
|
7795
|
+
"proxy-from-env": {
|
|
7796
|
+
"version": "1.1.0"
|
|
7797
|
+
},
|
|
7822
7798
|
"pump": {
|
|
7823
7799
|
"version": "3.0.0",
|
|
7824
7800
|
"requires": {
|
|
@@ -7831,7 +7807,7 @@
|
|
|
7831
7807
|
"extraneous": true
|
|
7832
7808
|
},
|
|
7833
7809
|
"qs": {
|
|
7834
|
-
"version": "6.
|
|
7810
|
+
"version": "6.11.0",
|
|
7835
7811
|
"extraneous": true,
|
|
7836
7812
|
"requires": {
|
|
7837
7813
|
"side-channel": "^1.0.4"
|
|
@@ -7897,7 +7873,7 @@
|
|
|
7897
7873
|
}
|
|
7898
7874
|
},
|
|
7899
7875
|
"regenerator-runtime": {
|
|
7900
|
-
"version": "0.13.
|
|
7876
|
+
"version": "0.13.10"
|
|
7901
7877
|
},
|
|
7902
7878
|
"regexp.prototype.flags": {
|
|
7903
7879
|
"version": "1.4.3",
|
|
@@ -7967,7 +7943,7 @@
|
|
|
7967
7943
|
}
|
|
7968
7944
|
},
|
|
7969
7945
|
"safe-buffer": {
|
|
7970
|
-
"version": "5.1
|
|
7946
|
+
"version": "5.2.1"
|
|
7971
7947
|
},
|
|
7972
7948
|
"safe-regex-test": {
|
|
7973
7949
|
"version": "1.0.0",
|
|
@@ -7979,7 +7955,7 @@
|
|
|
7979
7955
|
}
|
|
7980
7956
|
},
|
|
7981
7957
|
"safe-stable-stringify": {
|
|
7982
|
-
"version": "2.4.
|
|
7958
|
+
"version": "2.4.1",
|
|
7983
7959
|
"extraneous": true
|
|
7984
7960
|
},
|
|
7985
7961
|
"safer-buffer": {
|
|
@@ -7996,7 +7972,7 @@
|
|
|
7996
7972
|
"version": "1.2.4"
|
|
7997
7973
|
},
|
|
7998
7974
|
"semver": {
|
|
7999
|
-
"version": "7.3.
|
|
7975
|
+
"version": "7.3.8",
|
|
8000
7976
|
"requires": {
|
|
8001
7977
|
"lru-cache": "^6.0.0"
|
|
8002
7978
|
},
|
|
@@ -8109,7 +8085,7 @@
|
|
|
8109
8085
|
"extraneous": true
|
|
8110
8086
|
},
|
|
8111
8087
|
"shell-quote": {
|
|
8112
|
-
"version": "1.7.
|
|
8088
|
+
"version": "1.7.4"
|
|
8113
8089
|
},
|
|
8114
8090
|
"side-channel": {
|
|
8115
8091
|
"version": "1.0.4",
|
|
@@ -8188,11 +8164,6 @@
|
|
|
8188
8164
|
"version": "1.3.0",
|
|
8189
8165
|
"requires": {
|
|
8190
8166
|
"safe-buffer": "~5.2.0"
|
|
8191
|
-
},
|
|
8192
|
-
"dependencies": {
|
|
8193
|
-
"safe-buffer": {
|
|
8194
|
-
"version": "5.2.1"
|
|
8195
|
-
}
|
|
8196
8167
|
}
|
|
8197
8168
|
},
|
|
8198
8169
|
"string.prototype.matchall": {
|
|
@@ -8269,6 +8240,17 @@
|
|
|
8269
8240
|
"shell-quote": "1.7.3",
|
|
8270
8241
|
"source-map-support": "0.5.21",
|
|
8271
8242
|
"which": "2.0.2"
|
|
8243
|
+
},
|
|
8244
|
+
"dependencies": {
|
|
8245
|
+
"@babel/runtime": {
|
|
8246
|
+
"version": "7.19.0",
|
|
8247
|
+
"requires": {
|
|
8248
|
+
"regenerator-runtime": "^0.13.4"
|
|
8249
|
+
}
|
|
8250
|
+
},
|
|
8251
|
+
"shell-quote": {
|
|
8252
|
+
"version": "1.7.3"
|
|
8253
|
+
}
|
|
8272
8254
|
}
|
|
8273
8255
|
},
|
|
8274
8256
|
"text-hex": {
|
|
@@ -8299,7 +8281,7 @@
|
|
|
8299
8281
|
}
|
|
8300
8282
|
},
|
|
8301
8283
|
"type-fest": {
|
|
8302
|
-
"version": "
|
|
8284
|
+
"version": "3.1.0"
|
|
8303
8285
|
},
|
|
8304
8286
|
"type-is": {
|
|
8305
8287
|
"version": "1.6.18",
|
|
@@ -8433,9 +8415,10 @@
|
|
|
8433
8415
|
}
|
|
8434
8416
|
},
|
|
8435
8417
|
"winston": {
|
|
8436
|
-
"version": "3.8.
|
|
8418
|
+
"version": "3.8.2",
|
|
8437
8419
|
"extraneous": true,
|
|
8438
8420
|
"requires": {
|
|
8421
|
+
"@colors/colors": "1.5.0",
|
|
8439
8422
|
"@dabh/diagnostics": "^2.0.2",
|
|
8440
8423
|
"async": "^3.2.3",
|
|
8441
8424
|
"is-stream": "^2.0.0",
|
|
@@ -8551,7 +8534,7 @@
|
|
|
8551
8534
|
"version": "4.0.0"
|
|
8552
8535
|
},
|
|
8553
8536
|
"yaml": {
|
|
8554
|
-
"version": "2.1.
|
|
8537
|
+
"version": "2.1.3",
|
|
8555
8538
|
"extraneous": true
|
|
8556
8539
|
},
|
|
8557
8540
|
"yauzl": {
|