appium-uiautomator2-driver 2.12.0 → 2.12.2
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 +14 -0
- package/README.md +7 -7
- package/build/lib/driver.js +3 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/method-map.js +21 -0
- package/build/lib/method-map.js.map +1 -0
- package/lib/driver.js +5 -3
- package/lib/method-map.js +11 -0
- package/npm-shrinkwrap.json +352 -1282
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.12.
|
|
9
|
+
"version": "2.12.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.10.14",
|
|
14
|
-
"appium-android-driver": "^5.8.
|
|
14
|
+
"appium-android-driver": "^5.8.7",
|
|
15
15
|
"appium-chromedriver": "^5.2.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"teen_process": "^2.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@appium/eslint-config-appium": "^
|
|
28
|
-
"@appium/test-support": "^
|
|
27
|
+
"@appium/eslint-config-appium": "^8.0.0",
|
|
28
|
+
"@appium/test-support": "^3.0.0",
|
|
29
29
|
"@babel/cli": "^7.18.10",
|
|
30
30
|
"@babel/core": "^7.18.10",
|
|
31
31
|
"@babel/eslint-parser": "^7.18.9",
|
|
@@ -62,91 +62,82 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "
|
|
65
|
+
"version": "9.1.0",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^
|
|
68
|
+
"@appium/support": "^3.0.1",
|
|
69
69
|
"@colors/colors": "1.5.0",
|
|
70
70
|
"@types/async-lock": "1.3.0",
|
|
71
|
-
"@types/bluebird": "3.5.
|
|
72
|
-
"@types/express": "4.17.
|
|
71
|
+
"@types/bluebird": "3.5.38",
|
|
72
|
+
"@types/express": "4.17.15",
|
|
73
73
|
"@types/method-override": "0.0.32",
|
|
74
74
|
"@types/serve-favicon": "2.5.3",
|
|
75
|
-
"async-lock": "1.
|
|
76
|
-
"asyncbox": "2.9.
|
|
77
|
-
"axios": "
|
|
75
|
+
"async-lock": "1.4.0",
|
|
76
|
+
"asyncbox": "2.9.4",
|
|
77
|
+
"axios": "1.2.1",
|
|
78
78
|
"bluebird": "3.7.2",
|
|
79
79
|
"body-parser": "1.20.1",
|
|
80
80
|
"es6-error": "4.1.1",
|
|
81
81
|
"express": "4.18.2",
|
|
82
82
|
"http-status-codes": "2.2.0",
|
|
83
83
|
"lodash": "4.17.21",
|
|
84
|
-
"lru-cache": "7.14.
|
|
84
|
+
"lru-cache": "7.14.1",
|
|
85
85
|
"method-override": "3.0.0",
|
|
86
86
|
"morgan": "1.10.0",
|
|
87
87
|
"serve-favicon": "2.5.0",
|
|
88
88
|
"source-map-support": "0.5.21",
|
|
89
|
-
"type-fest": "3.
|
|
89
|
+
"type-fest": "3.4.0",
|
|
90
90
|
"validate.js": "0.13.1"
|
|
91
91
|
},
|
|
92
92
|
"engines": {
|
|
93
|
-
"node": ">=
|
|
93
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
94
94
|
"npm": ">=8"
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
98
|
-
"version": "2.9.2",
|
|
99
|
-
"engines": [
|
|
100
|
-
"node"
|
|
101
|
-
],
|
|
102
|
-
"license": "Apache-2.0",
|
|
103
|
-
"dependencies": {
|
|
104
|
-
"@babel/runtime": "^7.0.0",
|
|
105
|
-
"bluebird": "^3.5.1",
|
|
106
|
-
"es6-mapify": "^1.1.0",
|
|
107
|
-
"lodash": "^4.17.4",
|
|
108
|
-
"source-map-support": "^0.5.5"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
97
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
112
|
-
"version": "
|
|
98
|
+
"version": "1.2.1",
|
|
113
99
|
"license": "MIT",
|
|
114
100
|
"dependencies": {
|
|
115
|
-
"follow-redirects": "^1.
|
|
116
|
-
"form-data": "^4.0.0"
|
|
101
|
+
"follow-redirects": "^1.15.0",
|
|
102
|
+
"form-data": "^4.0.0",
|
|
103
|
+
"proxy-from-env": "^1.1.0"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
107
|
+
"version": "7.14.1",
|
|
108
|
+
"license": "ISC",
|
|
109
|
+
"engines": {
|
|
110
|
+
"node": ">=12"
|
|
117
111
|
}
|
|
118
112
|
},
|
|
119
113
|
"node_modules/@appium/base-plugin": {
|
|
120
|
-
"version": "
|
|
114
|
+
"version": "2.0.1",
|
|
121
115
|
"extraneous": true,
|
|
122
116
|
"license": "Apache-2.0",
|
|
123
117
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^
|
|
118
|
+
"@appium/support": "^3.0.1"
|
|
125
119
|
},
|
|
126
120
|
"engines": {
|
|
127
|
-
"node": ">=
|
|
121
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
128
122
|
"npm": ">=8"
|
|
129
123
|
}
|
|
130
124
|
},
|
|
131
125
|
"node_modules/@appium/docutils": {
|
|
132
|
-
"version": "0.
|
|
126
|
+
"version": "0.1.1",
|
|
133
127
|
"extraneous": true,
|
|
134
128
|
"license": "Apache-2.0",
|
|
135
129
|
"dependencies": {
|
|
136
|
-
"@appium/support": "^
|
|
137
|
-
"docdash": "1.2.0",
|
|
138
|
-
"jsdoc": "3.6.11",
|
|
139
|
-
"jsdoc-plugin-typescript": "2.2.0",
|
|
130
|
+
"@appium/support": "^3.0.1",
|
|
140
131
|
"source-map-support": "0.5.21",
|
|
141
132
|
"teen_process": "2.0.2"
|
|
142
133
|
},
|
|
143
134
|
"engines": {
|
|
144
|
-
"node": ">=
|
|
135
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
145
136
|
"npm": ">=8"
|
|
146
137
|
}
|
|
147
138
|
},
|
|
148
139
|
"node_modules/@appium/schema": {
|
|
149
|
-
"version": "0.0
|
|
140
|
+
"version": "0.1.0",
|
|
150
141
|
"license": "Apache-2.0",
|
|
151
142
|
"dependencies": {
|
|
152
143
|
"@types/json-schema": "7.0.11",
|
|
@@ -154,15 +145,15 @@
|
|
|
154
145
|
"source-map-support": "0.5.21"
|
|
155
146
|
},
|
|
156
147
|
"engines": {
|
|
157
|
-
"node": ">=
|
|
148
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
158
149
|
"npm": ">=8"
|
|
159
150
|
}
|
|
160
151
|
},
|
|
161
152
|
"node_modules/@appium/support": {
|
|
162
|
-
"version": "
|
|
153
|
+
"version": "3.0.1",
|
|
163
154
|
"license": "Apache-2.0",
|
|
164
155
|
"dependencies": {
|
|
165
|
-
"@appium/types": "^0.
|
|
156
|
+
"@appium/types": "^0.7.0",
|
|
166
157
|
"@colors/colors": "1.5.0",
|
|
167
158
|
"@types/archiver": "5.3.1",
|
|
168
159
|
"@types/base64-stream": "1.0.2",
|
|
@@ -177,13 +168,13 @@
|
|
|
177
168
|
"@types/pluralize": "0.0.29",
|
|
178
169
|
"@types/pngjs": "6.0.1",
|
|
179
170
|
"@types/rimraf": "3.0.2",
|
|
180
|
-
"@types/semver": "7.3.
|
|
171
|
+
"@types/semver": "7.3.13",
|
|
181
172
|
"@types/shell-quote": "1.7.1",
|
|
182
173
|
"@types/supports-color": "8.1.1",
|
|
183
|
-
"@types/teen_process": "
|
|
184
|
-
"@types/uuid": "
|
|
174
|
+
"@types/teen_process": "2.0.0",
|
|
175
|
+
"@types/uuid": "9.0.0",
|
|
185
176
|
"archiver": "5.3.1",
|
|
186
|
-
"axios": "
|
|
177
|
+
"axios": "1.2.1",
|
|
187
178
|
"base64-stream": "1.0.0",
|
|
188
179
|
"bluebird": "3.7.2",
|
|
189
180
|
"bplist-creator": "0.1.1",
|
|
@@ -193,14 +184,14 @@
|
|
|
193
184
|
"glob": "8.0.3",
|
|
194
185
|
"jimp": "0.16.2",
|
|
195
186
|
"jsftp": "2.1.3",
|
|
196
|
-
"klaw": "
|
|
187
|
+
"klaw": "4.0.1",
|
|
197
188
|
"lockfile": "1.0.4",
|
|
198
189
|
"lodash": "4.17.21",
|
|
199
190
|
"log-symbols": "4.1.0",
|
|
200
191
|
"moment": "2.29.4",
|
|
201
192
|
"mv": "2.1.1",
|
|
202
193
|
"ncp": "2.0.0",
|
|
203
|
-
"npmlog": "
|
|
194
|
+
"npmlog": "7.0.1",
|
|
204
195
|
"opencv-bindings": "4.5.5",
|
|
205
196
|
"pkg-dir": "5.0.0",
|
|
206
197
|
"plist": "3.0.6",
|
|
@@ -215,37 +206,38 @@
|
|
|
215
206
|
"source-map-support": "0.5.21",
|
|
216
207
|
"supports-color": "8.1.1",
|
|
217
208
|
"teen_process": "2.0.2",
|
|
218
|
-
"type-fest": "3.
|
|
219
|
-
"uuid": "
|
|
220
|
-
"which": "
|
|
209
|
+
"type-fest": "3.4.0",
|
|
210
|
+
"uuid": "9.0.0",
|
|
211
|
+
"which": "3.0.0",
|
|
221
212
|
"yauzl": "2.10.0"
|
|
222
213
|
},
|
|
223
214
|
"engines": {
|
|
224
|
-
"node": ">=
|
|
215
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
225
216
|
"npm": ">=8"
|
|
226
217
|
}
|
|
227
218
|
},
|
|
228
219
|
"node_modules/@appium/support/node_modules/axios": {
|
|
229
|
-
"version": "
|
|
220
|
+
"version": "1.2.1",
|
|
230
221
|
"license": "MIT",
|
|
231
222
|
"dependencies": {
|
|
232
|
-
"follow-redirects": "^1.
|
|
233
|
-
"form-data": "^4.0.0"
|
|
223
|
+
"follow-redirects": "^1.15.0",
|
|
224
|
+
"form-data": "^4.0.0",
|
|
225
|
+
"proxy-from-env": "^1.1.0"
|
|
234
226
|
}
|
|
235
227
|
},
|
|
236
228
|
"node_modules/@appium/types": {
|
|
237
|
-
"version": "0.
|
|
229
|
+
"version": "0.7.0",
|
|
238
230
|
"license": "Apache-2.0",
|
|
239
231
|
"dependencies": {
|
|
240
|
-
"@appium/schema": "^0.0
|
|
241
|
-
"@types/express": "4.17.
|
|
232
|
+
"@appium/schema": "^0.1.0",
|
|
233
|
+
"@types/express": "4.17.15",
|
|
242
234
|
"@types/npmlog": "4.1.4",
|
|
243
235
|
"@types/ws": "8.5.3",
|
|
244
|
-
"@wdio/types": "7.
|
|
245
|
-
"type-fest": "3.
|
|
236
|
+
"@wdio/types": "7.26.0",
|
|
237
|
+
"type-fest": "3.4.0"
|
|
246
238
|
},
|
|
247
239
|
"engines": {
|
|
248
|
-
"node": ">=
|
|
240
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
249
241
|
"npm": ">=8"
|
|
250
242
|
}
|
|
251
243
|
},
|
|
@@ -278,19 +270,8 @@
|
|
|
278
270
|
"node": ">=6.9.0"
|
|
279
271
|
}
|
|
280
272
|
},
|
|
281
|
-
"node_modules/@babel/parser": {
|
|
282
|
-
"version": "7.20.5",
|
|
283
|
-
"extraneous": true,
|
|
284
|
-
"license": "MIT",
|
|
285
|
-
"bin": {
|
|
286
|
-
"parser": "bin/babel-parser.js"
|
|
287
|
-
},
|
|
288
|
-
"engines": {
|
|
289
|
-
"node": ">=6.0.0"
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
273
|
"node_modules/@babel/runtime": {
|
|
293
|
-
"version": "7.20.
|
|
274
|
+
"version": "7.20.7",
|
|
294
275
|
"license": "MIT",
|
|
295
276
|
"dependencies": {
|
|
296
277
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -828,7 +809,7 @@
|
|
|
828
809
|
}
|
|
829
810
|
},
|
|
830
811
|
"node_modules/@types/bluebird": {
|
|
831
|
-
"version": "3.5.
|
|
812
|
+
"version": "3.5.38",
|
|
832
813
|
"license": "MIT"
|
|
833
814
|
},
|
|
834
815
|
"node_modules/@types/body-parser": {
|
|
@@ -857,17 +838,17 @@
|
|
|
857
838
|
}
|
|
858
839
|
},
|
|
859
840
|
"node_modules/@types/express": {
|
|
860
|
-
"version": "4.17.
|
|
841
|
+
"version": "4.17.15",
|
|
861
842
|
"license": "MIT",
|
|
862
843
|
"dependencies": {
|
|
863
844
|
"@types/body-parser": "*",
|
|
864
|
-
"@types/express-serve-static-core": "^4.17.
|
|
845
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
865
846
|
"@types/qs": "*",
|
|
866
847
|
"@types/serve-static": "*"
|
|
867
848
|
}
|
|
868
849
|
},
|
|
869
850
|
"node_modules/@types/express-serve-static-core": {
|
|
870
|
-
"version": "4.17.
|
|
851
|
+
"version": "4.17.32",
|
|
871
852
|
"license": "MIT",
|
|
872
853
|
"dependencies": {
|
|
873
854
|
"@types/node": "*",
|
|
@@ -921,29 +902,10 @@
|
|
|
921
902
|
"@types/node": "*"
|
|
922
903
|
}
|
|
923
904
|
},
|
|
924
|
-
"node_modules/@types/linkify-it": {
|
|
925
|
-
"version": "3.0.2",
|
|
926
|
-
"extraneous": true,
|
|
927
|
-
"license": "MIT"
|
|
928
|
-
},
|
|
929
905
|
"node_modules/@types/lockfile": {
|
|
930
906
|
"version": "1.0.2",
|
|
931
907
|
"license": "MIT"
|
|
932
908
|
},
|
|
933
|
-
"node_modules/@types/markdown-it": {
|
|
934
|
-
"version": "12.2.3",
|
|
935
|
-
"extraneous": true,
|
|
936
|
-
"license": "MIT",
|
|
937
|
-
"dependencies": {
|
|
938
|
-
"@types/linkify-it": "*",
|
|
939
|
-
"@types/mdurl": "*"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"node_modules/@types/mdurl": {
|
|
943
|
-
"version": "1.0.2",
|
|
944
|
-
"extraneous": true,
|
|
945
|
-
"license": "MIT"
|
|
946
|
-
},
|
|
947
909
|
"node_modules/@types/method-override": {
|
|
948
910
|
"version": "0.0.32",
|
|
949
911
|
"license": "MIT",
|
|
@@ -971,7 +933,7 @@
|
|
|
971
933
|
}
|
|
972
934
|
},
|
|
973
935
|
"node_modules/@types/node": {
|
|
974
|
-
"version": "18.11.
|
|
936
|
+
"version": "18.11.18",
|
|
975
937
|
"license": "MIT"
|
|
976
938
|
},
|
|
977
939
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1017,7 +979,7 @@
|
|
|
1017
979
|
}
|
|
1018
980
|
},
|
|
1019
981
|
"node_modules/@types/semver": {
|
|
1020
|
-
"version": "7.3.
|
|
982
|
+
"version": "7.3.13",
|
|
1021
983
|
"license": "MIT"
|
|
1022
984
|
},
|
|
1023
985
|
"node_modules/@types/serve-favicon": {
|
|
@@ -1044,14 +1006,14 @@
|
|
|
1044
1006
|
"license": "MIT"
|
|
1045
1007
|
},
|
|
1046
1008
|
"node_modules/@types/teen_process": {
|
|
1047
|
-
"version": "
|
|
1009
|
+
"version": "2.0.0",
|
|
1048
1010
|
"license": "MIT",
|
|
1049
1011
|
"dependencies": {
|
|
1050
1012
|
"@types/node": "*"
|
|
1051
1013
|
}
|
|
1052
1014
|
},
|
|
1053
1015
|
"node_modules/@types/uuid": {
|
|
1054
|
-
"version": "
|
|
1016
|
+
"version": "9.0.0",
|
|
1055
1017
|
"license": "MIT"
|
|
1056
1018
|
},
|
|
1057
1019
|
"node_modules/@types/wrap-ansi": {
|
|
@@ -1067,7 +1029,7 @@
|
|
|
1067
1029
|
}
|
|
1068
1030
|
},
|
|
1069
1031
|
"node_modules/@wdio/types": {
|
|
1070
|
-
"version": "7.
|
|
1032
|
+
"version": "7.26.0",
|
|
1071
1033
|
"license": "MIT",
|
|
1072
1034
|
"dependencies": {
|
|
1073
1035
|
"@types/node": "^18.0.0",
|
|
@@ -1092,6 +1054,16 @@
|
|
|
1092
1054
|
"node": ">=10.0.0"
|
|
1093
1055
|
}
|
|
1094
1056
|
},
|
|
1057
|
+
"node_modules/abort-controller": {
|
|
1058
|
+
"version": "3.0.0",
|
|
1059
|
+
"license": "MIT",
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"event-target-shim": "^5.0.0"
|
|
1062
|
+
},
|
|
1063
|
+
"engines": {
|
|
1064
|
+
"node": ">=6.5"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1095
1067
|
"node_modules/accepts": {
|
|
1096
1068
|
"version": "1.3.8",
|
|
1097
1069
|
"license": "MIT",
|
|
@@ -1123,7 +1095,7 @@
|
|
|
1123
1095
|
}
|
|
1124
1096
|
},
|
|
1125
1097
|
"node_modules/ajv": {
|
|
1126
|
-
"version": "8.11.
|
|
1098
|
+
"version": "8.11.2",
|
|
1127
1099
|
"extraneous": true,
|
|
1128
1100
|
"license": "MIT",
|
|
1129
1101
|
"dependencies": {
|
|
@@ -1175,10 +1147,10 @@
|
|
|
1175
1147
|
"license": "MIT"
|
|
1176
1148
|
},
|
|
1177
1149
|
"node_modules/appium-adb": {
|
|
1178
|
-
"version": "9.10.
|
|
1150
|
+
"version": "9.10.21",
|
|
1179
1151
|
"license": "Apache-2.0",
|
|
1180
1152
|
"dependencies": {
|
|
1181
|
-
"@appium/support": "^
|
|
1153
|
+
"@appium/support": "^3.0.0",
|
|
1182
1154
|
"@babel/runtime": "^7.0.0",
|
|
1183
1155
|
"adbkit-apkreader": "^3.1.2",
|
|
1184
1156
|
"async-lock": "^1.0.0",
|
|
@@ -1197,8 +1169,15 @@
|
|
|
1197
1169
|
"npm": ">=8"
|
|
1198
1170
|
}
|
|
1199
1171
|
},
|
|
1172
|
+
"node_modules/appium-adb/node_modules/lru-cache": {
|
|
1173
|
+
"version": "7.14.1",
|
|
1174
|
+
"license": "ISC",
|
|
1175
|
+
"engines": {
|
|
1176
|
+
"node": ">=12"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1200
1179
|
"node_modules/appium-android-driver": {
|
|
1201
|
-
"version": "5.8.
|
|
1180
|
+
"version": "5.8.7",
|
|
1202
1181
|
"license": "Apache-2.0",
|
|
1203
1182
|
"dependencies": {
|
|
1204
1183
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1207,7 +1186,7 @@
|
|
|
1207
1186
|
"asyncbox": "^2.8.0",
|
|
1208
1187
|
"axios": "^1.x",
|
|
1209
1188
|
"bluebird": "^3.4.7",
|
|
1210
|
-
"io.appium.settings": "^
|
|
1189
|
+
"io.appium.settings": "^5.0.0",
|
|
1211
1190
|
"jimp": "^0.x",
|
|
1212
1191
|
"lodash": "^4.17.4",
|
|
1213
1192
|
"lru-cache": "^7.3.0",
|
|
@@ -1229,13 +1208,20 @@
|
|
|
1229
1208
|
"appium": "^2.0.0-beta.40"
|
|
1230
1209
|
}
|
|
1231
1210
|
},
|
|
1211
|
+
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
1212
|
+
"version": "7.14.1",
|
|
1213
|
+
"license": "ISC",
|
|
1214
|
+
"engines": {
|
|
1215
|
+
"node": ">=12"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1232
1218
|
"node_modules/appium-chromedriver": {
|
|
1233
|
-
"version": "5.2.
|
|
1219
|
+
"version": "5.2.13",
|
|
1234
1220
|
"hasInstallScript": true,
|
|
1235
1221
|
"license": "Apache-2.0",
|
|
1236
1222
|
"dependencies": {
|
|
1237
|
-
"@appium/base-driver": "^
|
|
1238
|
-
"@appium/support": "^
|
|
1223
|
+
"@appium/base-driver": "^9.1.0",
|
|
1224
|
+
"@appium/support": "^3.0.0",
|
|
1239
1225
|
"@babel/runtime": "^7.0.0",
|
|
1240
1226
|
"@xmldom/xmldom": "^0.x",
|
|
1241
1227
|
"asyncbox": "^2.0.2",
|
|
@@ -1255,7 +1241,7 @@
|
|
|
1255
1241
|
}
|
|
1256
1242
|
},
|
|
1257
1243
|
"node_modules/appium-uiautomator2-server": {
|
|
1258
|
-
"version": "5.7.
|
|
1244
|
+
"version": "5.7.6",
|
|
1259
1245
|
"license": "Apache-2.0",
|
|
1260
1246
|
"engines": {
|
|
1261
1247
|
"node": ">=14",
|
|
@@ -1348,14 +1334,49 @@
|
|
|
1348
1334
|
}
|
|
1349
1335
|
},
|
|
1350
1336
|
"node_modules/are-we-there-yet": {
|
|
1351
|
-
"version": "
|
|
1337
|
+
"version": "4.0.0",
|
|
1352
1338
|
"license": "ISC",
|
|
1353
1339
|
"dependencies": {
|
|
1354
1340
|
"delegates": "^1.0.0",
|
|
1355
|
-
"readable-stream": "^
|
|
1341
|
+
"readable-stream": "^4.1.0"
|
|
1356
1342
|
},
|
|
1357
1343
|
"engines": {
|
|
1358
|
-
"node": "^
|
|
1344
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
"node_modules/are-we-there-yet/node_modules/buffer": {
|
|
1348
|
+
"version": "6.0.3",
|
|
1349
|
+
"funding": [
|
|
1350
|
+
{
|
|
1351
|
+
"type": "github",
|
|
1352
|
+
"url": "https://github.com/sponsors/feross"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"type": "patreon",
|
|
1356
|
+
"url": "https://www.patreon.com/feross"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"type": "consulting",
|
|
1360
|
+
"url": "https://feross.org/support"
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"license": "MIT",
|
|
1364
|
+
"dependencies": {
|
|
1365
|
+
"base64-js": "^1.3.1",
|
|
1366
|
+
"ieee754": "^1.2.1"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1370
|
+
"version": "4.3.0",
|
|
1371
|
+
"license": "MIT",
|
|
1372
|
+
"dependencies": {
|
|
1373
|
+
"abort-controller": "^3.0.0",
|
|
1374
|
+
"buffer": "^6.0.3",
|
|
1375
|
+
"events": "^3.3.0",
|
|
1376
|
+
"process": "^0.11.10"
|
|
1377
|
+
},
|
|
1378
|
+
"engines": {
|
|
1379
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1359
1380
|
}
|
|
1360
1381
|
},
|
|
1361
1382
|
"node_modules/argparse": {
|
|
@@ -1372,7 +1393,7 @@
|
|
|
1372
1393
|
"license": "MIT"
|
|
1373
1394
|
},
|
|
1374
1395
|
"node_modules/async-lock": {
|
|
1375
|
-
"version": "1.
|
|
1396
|
+
"version": "1.4.0",
|
|
1376
1397
|
"license": "MIT"
|
|
1377
1398
|
},
|
|
1378
1399
|
"node_modules/asyncbox": {
|
|
@@ -1394,7 +1415,7 @@
|
|
|
1394
1415
|
"license": "MIT"
|
|
1395
1416
|
},
|
|
1396
1417
|
"node_modules/axios": {
|
|
1397
|
-
"version": "1.2.
|
|
1418
|
+
"version": "1.2.2",
|
|
1398
1419
|
"license": "MIT",
|
|
1399
1420
|
"dependencies": {
|
|
1400
1421
|
"follow-redirects": "^1.15.0",
|
|
@@ -1618,17 +1639,6 @@
|
|
|
1618
1639
|
"url": "https://github.com/sponsors/ljharb"
|
|
1619
1640
|
}
|
|
1620
1641
|
},
|
|
1621
|
-
"node_modules/catharsis": {
|
|
1622
|
-
"version": "0.9.0",
|
|
1623
|
-
"extraneous": true,
|
|
1624
|
-
"license": "MIT",
|
|
1625
|
-
"dependencies": {
|
|
1626
|
-
"lodash": "^4.17.15"
|
|
1627
|
-
},
|
|
1628
|
-
"engines": {
|
|
1629
|
-
"node": ">= 10"
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
1642
|
"node_modules/chalk": {
|
|
1633
1643
|
"version": "2.4.2",
|
|
1634
1644
|
"license": "MIT",
|
|
@@ -1754,7 +1764,7 @@
|
|
|
1754
1764
|
}
|
|
1755
1765
|
},
|
|
1756
1766
|
"node_modules/compare-versions": {
|
|
1757
|
-
"version": "5.0.
|
|
1767
|
+
"version": "5.0.3",
|
|
1758
1768
|
"license": "MIT"
|
|
1759
1769
|
},
|
|
1760
1770
|
"node_modules/compress-commons": {
|
|
@@ -1861,6 +1871,20 @@
|
|
|
1861
1871
|
"node": ">= 8"
|
|
1862
1872
|
}
|
|
1863
1873
|
},
|
|
1874
|
+
"node_modules/cross-spawn/node_modules/which": {
|
|
1875
|
+
"version": "2.0.2",
|
|
1876
|
+
"extraneous": true,
|
|
1877
|
+
"license": "ISC",
|
|
1878
|
+
"dependencies": {
|
|
1879
|
+
"isexe": "^2.0.0"
|
|
1880
|
+
},
|
|
1881
|
+
"bin": {
|
|
1882
|
+
"node-which": "bin/node-which"
|
|
1883
|
+
},
|
|
1884
|
+
"engines": {
|
|
1885
|
+
"node": ">= 8"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1864
1888
|
"node_modules/css-selector-parser": {
|
|
1865
1889
|
"version": "1.4.1",
|
|
1866
1890
|
"license": "MIT"
|
|
@@ -1906,21 +1930,6 @@
|
|
|
1906
1930
|
"node": ">=10"
|
|
1907
1931
|
}
|
|
1908
1932
|
},
|
|
1909
|
-
"node_modules/define-properties": {
|
|
1910
|
-
"version": "1.1.4",
|
|
1911
|
-
"extraneous": true,
|
|
1912
|
-
"license": "MIT",
|
|
1913
|
-
"dependencies": {
|
|
1914
|
-
"has-property-descriptors": "^1.0.0",
|
|
1915
|
-
"object-keys": "^1.1.1"
|
|
1916
|
-
},
|
|
1917
|
-
"engines": {
|
|
1918
|
-
"node": ">= 0.4"
|
|
1919
|
-
},
|
|
1920
|
-
"funding": {
|
|
1921
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
1933
|
"node_modules/delayed-stream": {
|
|
1925
1934
|
"version": "1.0.0",
|
|
1926
1935
|
"license": "MIT",
|
|
@@ -1947,11 +1956,6 @@
|
|
|
1947
1956
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
1948
1957
|
}
|
|
1949
1958
|
},
|
|
1950
|
-
"node_modules/docdash": {
|
|
1951
|
-
"version": "1.2.0",
|
|
1952
|
-
"extraneous": true,
|
|
1953
|
-
"license": "Apache-2.0"
|
|
1954
|
-
},
|
|
1955
1959
|
"node_modules/dom-walk": {
|
|
1956
1960
|
"version": "0.1.2"
|
|
1957
1961
|
},
|
|
@@ -1982,14 +1986,6 @@
|
|
|
1982
1986
|
"once": "^1.4.0"
|
|
1983
1987
|
}
|
|
1984
1988
|
},
|
|
1985
|
-
"node_modules/entities": {
|
|
1986
|
-
"version": "2.1.0",
|
|
1987
|
-
"extraneous": true,
|
|
1988
|
-
"license": "BSD-2-Clause",
|
|
1989
|
-
"funding": {
|
|
1990
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
1989
|
"node_modules/error-ex": {
|
|
1994
1990
|
"version": "1.3.2",
|
|
1995
1991
|
"license": "MIT",
|
|
@@ -1997,74 +1993,10 @@
|
|
|
1997
1993
|
"is-arrayish": "^0.2.1"
|
|
1998
1994
|
}
|
|
1999
1995
|
},
|
|
2000
|
-
"node_modules/es-abstract": {
|
|
2001
|
-
"version": "1.20.5",
|
|
2002
|
-
"extraneous": true,
|
|
2003
|
-
"license": "MIT",
|
|
2004
|
-
"dependencies": {
|
|
2005
|
-
"call-bind": "^1.0.2",
|
|
2006
|
-
"es-to-primitive": "^1.2.1",
|
|
2007
|
-
"function-bind": "^1.1.1",
|
|
2008
|
-
"function.prototype.name": "^1.1.5",
|
|
2009
|
-
"get-intrinsic": "^1.1.3",
|
|
2010
|
-
"get-symbol-description": "^1.0.0",
|
|
2011
|
-
"gopd": "^1.0.1",
|
|
2012
|
-
"has": "^1.0.3",
|
|
2013
|
-
"has-property-descriptors": "^1.0.0",
|
|
2014
|
-
"has-symbols": "^1.0.3",
|
|
2015
|
-
"internal-slot": "^1.0.3",
|
|
2016
|
-
"is-callable": "^1.2.7",
|
|
2017
|
-
"is-negative-zero": "^2.0.2",
|
|
2018
|
-
"is-regex": "^1.1.4",
|
|
2019
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
2020
|
-
"is-string": "^1.0.7",
|
|
2021
|
-
"is-weakref": "^1.0.2",
|
|
2022
|
-
"object-inspect": "^1.12.2",
|
|
2023
|
-
"object-keys": "^1.1.1",
|
|
2024
|
-
"object.assign": "^4.1.4",
|
|
2025
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
2026
|
-
"safe-regex-test": "^1.0.0",
|
|
2027
|
-
"string.prototype.trimend": "^1.0.6",
|
|
2028
|
-
"string.prototype.trimstart": "^1.0.6",
|
|
2029
|
-
"unbox-primitive": "^1.0.2"
|
|
2030
|
-
},
|
|
2031
|
-
"engines": {
|
|
2032
|
-
"node": ">= 0.4"
|
|
2033
|
-
},
|
|
2034
|
-
"funding": {
|
|
2035
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"node_modules/es-to-primitive": {
|
|
2039
|
-
"version": "1.2.1",
|
|
2040
|
-
"extraneous": true,
|
|
2041
|
-
"license": "MIT",
|
|
2042
|
-
"dependencies": {
|
|
2043
|
-
"is-callable": "^1.1.4",
|
|
2044
|
-
"is-date-object": "^1.0.1",
|
|
2045
|
-
"is-symbol": "^1.0.2"
|
|
2046
|
-
},
|
|
2047
|
-
"engines": {
|
|
2048
|
-
"node": ">= 0.4"
|
|
2049
|
-
},
|
|
2050
|
-
"funding": {
|
|
2051
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
1996
|
"node_modules/es6-error": {
|
|
2055
1997
|
"version": "4.1.1",
|
|
2056
1998
|
"license": "MIT"
|
|
2057
1999
|
},
|
|
2058
|
-
"node_modules/es6-mapify": {
|
|
2059
|
-
"version": "1.2.0",
|
|
2060
|
-
"engines": [
|
|
2061
|
-
"node"
|
|
2062
|
-
],
|
|
2063
|
-
"license": "Apache-2.0",
|
|
2064
|
-
"dependencies": {
|
|
2065
|
-
"@babel/runtime": "^7.0.0"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
2000
|
"node_modules/escape-html": {
|
|
2069
2001
|
"version": "1.0.3",
|
|
2070
2002
|
"license": "MIT"
|
|
@@ -2083,6 +2015,20 @@
|
|
|
2083
2015
|
"node": ">= 0.6"
|
|
2084
2016
|
}
|
|
2085
2017
|
},
|
|
2018
|
+
"node_modules/event-target-shim": {
|
|
2019
|
+
"version": "5.0.1",
|
|
2020
|
+
"license": "MIT",
|
|
2021
|
+
"engines": {
|
|
2022
|
+
"node": ">=6"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"node_modules/events": {
|
|
2026
|
+
"version": "3.3.0",
|
|
2027
|
+
"license": "MIT",
|
|
2028
|
+
"engines": {
|
|
2029
|
+
"node": ">=0.8.x"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2086
2032
|
"node_modules/exif-parser": {
|
|
2087
2033
|
"version": "0.1.12"
|
|
2088
2034
|
},
|
|
@@ -2300,33 +2246,8 @@
|
|
|
2300
2246
|
"version": "1.1.1",
|
|
2301
2247
|
"license": "MIT"
|
|
2302
2248
|
},
|
|
2303
|
-
"node_modules/function.prototype.name": {
|
|
2304
|
-
"version": "1.1.5",
|
|
2305
|
-
"extraneous": true,
|
|
2306
|
-
"license": "MIT",
|
|
2307
|
-
"dependencies": {
|
|
2308
|
-
"call-bind": "^1.0.2",
|
|
2309
|
-
"define-properties": "^1.1.3",
|
|
2310
|
-
"es-abstract": "^1.19.0",
|
|
2311
|
-
"functions-have-names": "^1.2.2"
|
|
2312
|
-
},
|
|
2313
|
-
"engines": {
|
|
2314
|
-
"node": ">= 0.4"
|
|
2315
|
-
},
|
|
2316
|
-
"funding": {
|
|
2317
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2318
|
-
}
|
|
2319
|
-
},
|
|
2320
|
-
"node_modules/functions-have-names": {
|
|
2321
|
-
"version": "1.2.3",
|
|
2322
|
-
"extraneous": true,
|
|
2323
|
-
"license": "MIT",
|
|
2324
|
-
"funding": {
|
|
2325
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
2249
|
"node_modules/gauge": {
|
|
2329
|
-
"version": "
|
|
2250
|
+
"version": "5.0.0",
|
|
2330
2251
|
"license": "ISC",
|
|
2331
2252
|
"dependencies": {
|
|
2332
2253
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
@@ -2339,7 +2260,7 @@
|
|
|
2339
2260
|
"wide-align": "^1.1.5"
|
|
2340
2261
|
},
|
|
2341
2262
|
"engines": {
|
|
2342
|
-
"node": "^
|
|
2263
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2343
2264
|
}
|
|
2344
2265
|
},
|
|
2345
2266
|
"node_modules/gauge/node_modules/emoji-regex": {
|
|
@@ -2387,21 +2308,6 @@
|
|
|
2387
2308
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2388
2309
|
}
|
|
2389
2310
|
},
|
|
2390
|
-
"node_modules/get-symbol-description": {
|
|
2391
|
-
"version": "1.0.0",
|
|
2392
|
-
"extraneous": true,
|
|
2393
|
-
"license": "MIT",
|
|
2394
|
-
"dependencies": {
|
|
2395
|
-
"call-bind": "^1.0.2",
|
|
2396
|
-
"get-intrinsic": "^1.1.1"
|
|
2397
|
-
},
|
|
2398
|
-
"engines": {
|
|
2399
|
-
"node": ">= 0.4"
|
|
2400
|
-
},
|
|
2401
|
-
"funding": {
|
|
2402
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
2311
|
"node_modules/gifwrap": {
|
|
2406
2312
|
"version": "0.9.4",
|
|
2407
2313
|
"license": "MIT",
|
|
@@ -2435,7 +2341,7 @@
|
|
|
2435
2341
|
}
|
|
2436
2342
|
},
|
|
2437
2343
|
"node_modules/glob/node_modules/minimatch": {
|
|
2438
|
-
"version": "5.1.
|
|
2344
|
+
"version": "5.1.2",
|
|
2439
2345
|
"license": "ISC",
|
|
2440
2346
|
"dependencies": {
|
|
2441
2347
|
"brace-expansion": "^2.0.1"
|
|
@@ -2452,19 +2358,8 @@
|
|
|
2452
2358
|
"process": "^0.11.10"
|
|
2453
2359
|
}
|
|
2454
2360
|
},
|
|
2455
|
-
"node_modules/gopd": {
|
|
2456
|
-
"version": "1.0.1",
|
|
2457
|
-
"extraneous": true,
|
|
2458
|
-
"license": "MIT",
|
|
2459
|
-
"dependencies": {
|
|
2460
|
-
"get-intrinsic": "^1.1.3"
|
|
2461
|
-
},
|
|
2462
|
-
"funding": {
|
|
2463
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
2361
|
"node_modules/got": {
|
|
2467
|
-
"version": "11.8.
|
|
2362
|
+
"version": "11.8.6",
|
|
2468
2363
|
"license": "MIT",
|
|
2469
2364
|
"dependencies": {
|
|
2470
2365
|
"@sindresorhus/is": "^4.0.0",
|
|
@@ -2500,14 +2395,6 @@
|
|
|
2500
2395
|
"node": ">= 0.4.0"
|
|
2501
2396
|
}
|
|
2502
2397
|
},
|
|
2503
|
-
"node_modules/has-bigints": {
|
|
2504
|
-
"version": "1.0.2",
|
|
2505
|
-
"extraneous": true,
|
|
2506
|
-
"license": "MIT",
|
|
2507
|
-
"funding": {
|
|
2508
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2509
|
-
}
|
|
2510
|
-
},
|
|
2511
2398
|
"node_modules/has-flag": {
|
|
2512
2399
|
"version": "4.0.0",
|
|
2513
2400
|
"license": "MIT",
|
|
@@ -2515,17 +2402,6 @@
|
|
|
2515
2402
|
"node": ">=8"
|
|
2516
2403
|
}
|
|
2517
2404
|
},
|
|
2518
|
-
"node_modules/has-property-descriptors": {
|
|
2519
|
-
"version": "1.0.0",
|
|
2520
|
-
"extraneous": true,
|
|
2521
|
-
"license": "MIT",
|
|
2522
|
-
"dependencies": {
|
|
2523
|
-
"get-intrinsic": "^1.1.1"
|
|
2524
|
-
},
|
|
2525
|
-
"funding": {
|
|
2526
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
2405
|
"node_modules/has-symbols": {
|
|
2530
2406
|
"version": "1.0.3",
|
|
2531
2407
|
"license": "MIT",
|
|
@@ -2536,20 +2412,6 @@
|
|
|
2536
2412
|
"url": "https://github.com/sponsors/ljharb"
|
|
2537
2413
|
}
|
|
2538
2414
|
},
|
|
2539
|
-
"node_modules/has-tostringtag": {
|
|
2540
|
-
"version": "1.0.0",
|
|
2541
|
-
"extraneous": true,
|
|
2542
|
-
"license": "MIT",
|
|
2543
|
-
"dependencies": {
|
|
2544
|
-
"has-symbols": "^1.0.2"
|
|
2545
|
-
},
|
|
2546
|
-
"engines": {
|
|
2547
|
-
"node": ">= 0.4"
|
|
2548
|
-
},
|
|
2549
|
-
"funding": {
|
|
2550
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2551
|
-
}
|
|
2552
|
-
},
|
|
2553
2415
|
"node_modules/has-unicode": {
|
|
2554
2416
|
"version": "2.0.1",
|
|
2555
2417
|
"license": "ISC"
|
|
@@ -2649,21 +2511,8 @@
|
|
|
2649
2511
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2650
2512
|
}
|
|
2651
2513
|
},
|
|
2652
|
-
"node_modules/internal-slot": {
|
|
2653
|
-
"version": "1.0.3",
|
|
2654
|
-
"extraneous": true,
|
|
2655
|
-
"license": "MIT",
|
|
2656
|
-
"dependencies": {
|
|
2657
|
-
"get-intrinsic": "^1.1.0",
|
|
2658
|
-
"has": "^1.0.3",
|
|
2659
|
-
"side-channel": "^1.0.4"
|
|
2660
|
-
},
|
|
2661
|
-
"engines": {
|
|
2662
|
-
"node": ">= 0.4"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
2514
|
"node_modules/io.appium.settings": {
|
|
2666
|
-
"version": "
|
|
2515
|
+
"version": "5.0.2",
|
|
2667
2516
|
"license": "Apache-2.0",
|
|
2668
2517
|
"engines": {
|
|
2669
2518
|
"node": ">=14",
|
|
@@ -2681,43 +2530,6 @@
|
|
|
2681
2530
|
"version": "0.2.1",
|
|
2682
2531
|
"license": "MIT"
|
|
2683
2532
|
},
|
|
2684
|
-
"node_modules/is-bigint": {
|
|
2685
|
-
"version": "1.0.4",
|
|
2686
|
-
"extraneous": true,
|
|
2687
|
-
"license": "MIT",
|
|
2688
|
-
"dependencies": {
|
|
2689
|
-
"has-bigints": "^1.0.1"
|
|
2690
|
-
},
|
|
2691
|
-
"funding": {
|
|
2692
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2693
|
-
}
|
|
2694
|
-
},
|
|
2695
|
-
"node_modules/is-boolean-object": {
|
|
2696
|
-
"version": "1.1.2",
|
|
2697
|
-
"extraneous": true,
|
|
2698
|
-
"license": "MIT",
|
|
2699
|
-
"dependencies": {
|
|
2700
|
-
"call-bind": "^1.0.2",
|
|
2701
|
-
"has-tostringtag": "^1.0.0"
|
|
2702
|
-
},
|
|
2703
|
-
"engines": {
|
|
2704
|
-
"node": ">= 0.4"
|
|
2705
|
-
},
|
|
2706
|
-
"funding": {
|
|
2707
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2708
|
-
}
|
|
2709
|
-
},
|
|
2710
|
-
"node_modules/is-callable": {
|
|
2711
|
-
"version": "1.2.7",
|
|
2712
|
-
"extraneous": true,
|
|
2713
|
-
"license": "MIT",
|
|
2714
|
-
"engines": {
|
|
2715
|
-
"node": ">= 0.4"
|
|
2716
|
-
},
|
|
2717
|
-
"funding": {
|
|
2718
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2719
|
-
}
|
|
2720
|
-
},
|
|
2721
2533
|
"node_modules/is-core-module": {
|
|
2722
2534
|
"version": "2.11.0",
|
|
2723
2535
|
"license": "MIT",
|
|
@@ -2728,20 +2540,6 @@
|
|
|
2728
2540
|
"url": "https://github.com/sponsors/ljharb"
|
|
2729
2541
|
}
|
|
2730
2542
|
},
|
|
2731
|
-
"node_modules/is-date-object": {
|
|
2732
|
-
"version": "1.0.5",
|
|
2733
|
-
"extraneous": true,
|
|
2734
|
-
"license": "MIT",
|
|
2735
|
-
"dependencies": {
|
|
2736
|
-
"has-tostringtag": "^1.0.0"
|
|
2737
|
-
},
|
|
2738
|
-
"engines": {
|
|
2739
|
-
"node": ">= 0.4"
|
|
2740
|
-
},
|
|
2741
|
-
"funding": {
|
|
2742
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
2543
|
"node_modules/is-function": {
|
|
2746
2544
|
"version": "1.0.2",
|
|
2747
2545
|
"license": "MIT"
|
|
@@ -2754,17 +2552,6 @@
|
|
|
2754
2552
|
"node": ">=8"
|
|
2755
2553
|
}
|
|
2756
2554
|
},
|
|
2757
|
-
"node_modules/is-negative-zero": {
|
|
2758
|
-
"version": "2.0.2",
|
|
2759
|
-
"extraneous": true,
|
|
2760
|
-
"license": "MIT",
|
|
2761
|
-
"engines": {
|
|
2762
|
-
"node": ">= 0.4"
|
|
2763
|
-
},
|
|
2764
|
-
"funding": {
|
|
2765
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2766
|
-
}
|
|
2767
|
-
},
|
|
2768
2555
|
"node_modules/is-number-like": {
|
|
2769
2556
|
"version": "1.0.8",
|
|
2770
2557
|
"license": "ISC",
|
|
@@ -2772,46 +2559,6 @@
|
|
|
2772
2559
|
"lodash.isfinite": "^3.3.2"
|
|
2773
2560
|
}
|
|
2774
2561
|
},
|
|
2775
|
-
"node_modules/is-number-object": {
|
|
2776
|
-
"version": "1.0.7",
|
|
2777
|
-
"extraneous": true,
|
|
2778
|
-
"license": "MIT",
|
|
2779
|
-
"dependencies": {
|
|
2780
|
-
"has-tostringtag": "^1.0.0"
|
|
2781
|
-
},
|
|
2782
|
-
"engines": {
|
|
2783
|
-
"node": ">= 0.4"
|
|
2784
|
-
},
|
|
2785
|
-
"funding": {
|
|
2786
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
"node_modules/is-regex": {
|
|
2790
|
-
"version": "1.1.4",
|
|
2791
|
-
"extraneous": true,
|
|
2792
|
-
"license": "MIT",
|
|
2793
|
-
"dependencies": {
|
|
2794
|
-
"call-bind": "^1.0.2",
|
|
2795
|
-
"has-tostringtag": "^1.0.0"
|
|
2796
|
-
},
|
|
2797
|
-
"engines": {
|
|
2798
|
-
"node": ">= 0.4"
|
|
2799
|
-
},
|
|
2800
|
-
"funding": {
|
|
2801
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
"node_modules/is-shared-array-buffer": {
|
|
2805
|
-
"version": "1.0.2",
|
|
2806
|
-
"extraneous": true,
|
|
2807
|
-
"license": "MIT",
|
|
2808
|
-
"dependencies": {
|
|
2809
|
-
"call-bind": "^1.0.2"
|
|
2810
|
-
},
|
|
2811
|
-
"funding": {
|
|
2812
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
2562
|
"node_modules/is-stream": {
|
|
2816
2563
|
"version": "2.0.1",
|
|
2817
2564
|
"extraneous": true,
|
|
@@ -2823,34 +2570,6 @@
|
|
|
2823
2570
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2824
2571
|
}
|
|
2825
2572
|
},
|
|
2826
|
-
"node_modules/is-string": {
|
|
2827
|
-
"version": "1.0.7",
|
|
2828
|
-
"extraneous": true,
|
|
2829
|
-
"license": "MIT",
|
|
2830
|
-
"dependencies": {
|
|
2831
|
-
"has-tostringtag": "^1.0.0"
|
|
2832
|
-
},
|
|
2833
|
-
"engines": {
|
|
2834
|
-
"node": ">= 0.4"
|
|
2835
|
-
},
|
|
2836
|
-
"funding": {
|
|
2837
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
"node_modules/is-symbol": {
|
|
2841
|
-
"version": "1.0.4",
|
|
2842
|
-
"extraneous": true,
|
|
2843
|
-
"license": "MIT",
|
|
2844
|
-
"dependencies": {
|
|
2845
|
-
"has-symbols": "^1.0.2"
|
|
2846
|
-
},
|
|
2847
|
-
"engines": {
|
|
2848
|
-
"node": ">= 0.4"
|
|
2849
|
-
},
|
|
2850
|
-
"funding": {
|
|
2851
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2852
|
-
}
|
|
2853
|
-
},
|
|
2854
2573
|
"node_modules/is-unicode-supported": {
|
|
2855
2574
|
"version": "0.1.0",
|
|
2856
2575
|
"license": "MIT",
|
|
@@ -2861,17 +2580,6 @@
|
|
|
2861
2580
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2862
2581
|
}
|
|
2863
2582
|
},
|
|
2864
|
-
"node_modules/is-weakref": {
|
|
2865
|
-
"version": "1.0.2",
|
|
2866
|
-
"extraneous": true,
|
|
2867
|
-
"license": "MIT",
|
|
2868
|
-
"dependencies": {
|
|
2869
|
-
"call-bind": "^1.0.2"
|
|
2870
|
-
},
|
|
2871
|
-
"funding": {
|
|
2872
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
2583
|
"node_modules/isexe": {
|
|
2876
2584
|
"version": "2.0.0",
|
|
2877
2585
|
"license": "ISC"
|
|
@@ -2895,69 +2603,6 @@
|
|
|
2895
2603
|
"version": "4.0.0",
|
|
2896
2604
|
"license": "MIT"
|
|
2897
2605
|
},
|
|
2898
|
-
"node_modules/js2xmlparser": {
|
|
2899
|
-
"version": "4.0.2",
|
|
2900
|
-
"extraneous": true,
|
|
2901
|
-
"license": "Apache-2.0",
|
|
2902
|
-
"dependencies": {
|
|
2903
|
-
"xmlcreate": "^2.0.4"
|
|
2904
|
-
}
|
|
2905
|
-
},
|
|
2906
|
-
"node_modules/jsdoc": {
|
|
2907
|
-
"version": "3.6.11",
|
|
2908
|
-
"extraneous": true,
|
|
2909
|
-
"license": "Apache-2.0",
|
|
2910
|
-
"dependencies": {
|
|
2911
|
-
"@babel/parser": "^7.9.4",
|
|
2912
|
-
"@types/markdown-it": "^12.2.3",
|
|
2913
|
-
"bluebird": "^3.7.2",
|
|
2914
|
-
"catharsis": "^0.9.0",
|
|
2915
|
-
"escape-string-regexp": "^2.0.0",
|
|
2916
|
-
"js2xmlparser": "^4.0.2",
|
|
2917
|
-
"klaw": "^3.0.0",
|
|
2918
|
-
"markdown-it": "^12.3.2",
|
|
2919
|
-
"markdown-it-anchor": "^8.4.1",
|
|
2920
|
-
"marked": "^4.0.10",
|
|
2921
|
-
"mkdirp": "^1.0.4",
|
|
2922
|
-
"requizzle": "^0.2.3",
|
|
2923
|
-
"strip-json-comments": "^3.1.0",
|
|
2924
|
-
"taffydb": "2.6.2",
|
|
2925
|
-
"underscore": "~1.13.2"
|
|
2926
|
-
},
|
|
2927
|
-
"bin": {
|
|
2928
|
-
"jsdoc": "jsdoc.js"
|
|
2929
|
-
},
|
|
2930
|
-
"engines": {
|
|
2931
|
-
"node": ">=12.0.0"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
"node_modules/jsdoc-plugin-typescript": {
|
|
2935
|
-
"version": "2.2.0",
|
|
2936
|
-
"extraneous": true,
|
|
2937
|
-
"license": "BSD-2-Clause",
|
|
2938
|
-
"dependencies": {
|
|
2939
|
-
"string.prototype.matchall": "^4.0.0"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
"node_modules/jsdoc/node_modules/escape-string-regexp": {
|
|
2943
|
-
"version": "2.0.0",
|
|
2944
|
-
"extraneous": true,
|
|
2945
|
-
"license": "MIT",
|
|
2946
|
-
"engines": {
|
|
2947
|
-
"node": ">=8"
|
|
2948
|
-
}
|
|
2949
|
-
},
|
|
2950
|
-
"node_modules/jsdoc/node_modules/mkdirp": {
|
|
2951
|
-
"version": "1.0.4",
|
|
2952
|
-
"extraneous": true,
|
|
2953
|
-
"license": "MIT",
|
|
2954
|
-
"bin": {
|
|
2955
|
-
"mkdirp": "bin/cmd.js"
|
|
2956
|
-
},
|
|
2957
|
-
"engines": {
|
|
2958
|
-
"node": ">=10"
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2961
2606
|
"node_modules/jsftp": {
|
|
2962
2607
|
"version": "2.1.3",
|
|
2963
2608
|
"license": "MIT",
|
|
@@ -3005,10 +2650,10 @@
|
|
|
3005
2650
|
}
|
|
3006
2651
|
},
|
|
3007
2652
|
"node_modules/klaw": {
|
|
3008
|
-
"version": "
|
|
2653
|
+
"version": "4.0.1",
|
|
3009
2654
|
"license": "MIT",
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
2655
|
+
"engines": {
|
|
2656
|
+
"node": ">=14.14.0"
|
|
3012
2657
|
}
|
|
3013
2658
|
},
|
|
3014
2659
|
"node_modules/kuler": {
|
|
@@ -3066,14 +2711,6 @@
|
|
|
3066
2711
|
"version": "1.2.4",
|
|
3067
2712
|
"license": "MIT"
|
|
3068
2713
|
},
|
|
3069
|
-
"node_modules/linkify-it": {
|
|
3070
|
-
"version": "3.0.3",
|
|
3071
|
-
"extraneous": true,
|
|
3072
|
-
"license": "MIT",
|
|
3073
|
-
"dependencies": {
|
|
3074
|
-
"uc.micro": "^1.0.1"
|
|
3075
|
-
}
|
|
3076
|
-
},
|
|
3077
2714
|
"node_modules/load-bmfont": {
|
|
3078
2715
|
"version": "1.4.1",
|
|
3079
2716
|
"license": "MIT",
|
|
@@ -3231,53 +2868,6 @@
|
|
|
3231
2868
|
"node": ">=8"
|
|
3232
2869
|
}
|
|
3233
2870
|
},
|
|
3234
|
-
"node_modules/lru-cache": {
|
|
3235
|
-
"version": "7.14.0",
|
|
3236
|
-
"license": "ISC",
|
|
3237
|
-
"engines": {
|
|
3238
|
-
"node": ">=12"
|
|
3239
|
-
}
|
|
3240
|
-
},
|
|
3241
|
-
"node_modules/markdown-it": {
|
|
3242
|
-
"version": "12.3.2",
|
|
3243
|
-
"extraneous": true,
|
|
3244
|
-
"license": "MIT",
|
|
3245
|
-
"dependencies": {
|
|
3246
|
-
"argparse": "^2.0.1",
|
|
3247
|
-
"entities": "~2.1.0",
|
|
3248
|
-
"linkify-it": "^3.0.1",
|
|
3249
|
-
"mdurl": "^1.0.1",
|
|
3250
|
-
"uc.micro": "^1.0.5"
|
|
3251
|
-
},
|
|
3252
|
-
"bin": {
|
|
3253
|
-
"markdown-it": "bin/markdown-it.js"
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
|
-
"node_modules/markdown-it-anchor": {
|
|
3257
|
-
"version": "8.6.5",
|
|
3258
|
-
"extraneous": true,
|
|
3259
|
-
"license": "Unlicense",
|
|
3260
|
-
"peerDependencies": {
|
|
3261
|
-
"@types/markdown-it": "*",
|
|
3262
|
-
"markdown-it": "*"
|
|
3263
|
-
}
|
|
3264
|
-
},
|
|
3265
|
-
"node_modules/marked": {
|
|
3266
|
-
"version": "4.2.4",
|
|
3267
|
-
"extraneous": true,
|
|
3268
|
-
"license": "MIT",
|
|
3269
|
-
"bin": {
|
|
3270
|
-
"marked": "bin/marked.js"
|
|
3271
|
-
},
|
|
3272
|
-
"engines": {
|
|
3273
|
-
"node": ">= 12"
|
|
3274
|
-
}
|
|
3275
|
-
},
|
|
3276
|
-
"node_modules/mdurl": {
|
|
3277
|
-
"version": "1.0.1",
|
|
3278
|
-
"extraneous": true,
|
|
3279
|
-
"license": "MIT"
|
|
3280
|
-
},
|
|
3281
2871
|
"node_modules/media-typer": {
|
|
3282
2872
|
"version": "0.3.0",
|
|
3283
2873
|
"license": "MIT",
|
|
@@ -3403,7 +2993,7 @@
|
|
|
3403
2993
|
}
|
|
3404
2994
|
},
|
|
3405
2995
|
"node_modules/moment-timezone": {
|
|
3406
|
-
"version": "0.5.
|
|
2996
|
+
"version": "0.5.40",
|
|
3407
2997
|
"license": "MIT",
|
|
3408
2998
|
"dependencies": {
|
|
3409
2999
|
"moment": ">= 2.9.0"
|
|
@@ -3536,46 +3126,21 @@
|
|
|
3536
3126
|
}
|
|
3537
3127
|
},
|
|
3538
3128
|
"node_modules/npmlog": {
|
|
3539
|
-
"version": "
|
|
3129
|
+
"version": "7.0.1",
|
|
3540
3130
|
"license": "ISC",
|
|
3541
3131
|
"dependencies": {
|
|
3542
|
-
"are-we-there-yet": "^
|
|
3132
|
+
"are-we-there-yet": "^4.0.0",
|
|
3543
3133
|
"console-control-strings": "^1.1.0",
|
|
3544
|
-
"gauge": "^
|
|
3134
|
+
"gauge": "^5.0.0",
|
|
3545
3135
|
"set-blocking": "^2.0.0"
|
|
3546
3136
|
},
|
|
3547
3137
|
"engines": {
|
|
3548
|
-
"node": "^
|
|
3138
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3549
3139
|
}
|
|
3550
3140
|
},
|
|
3551
3141
|
"node_modules/object-inspect": {
|
|
3552
|
-
"version": "1.12.
|
|
3553
|
-
"license": "MIT",
|
|
3554
|
-
"funding": {
|
|
3555
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
"node_modules/object-keys": {
|
|
3559
|
-
"version": "1.1.1",
|
|
3560
|
-
"extraneous": true,
|
|
3561
|
-
"license": "MIT",
|
|
3562
|
-
"engines": {
|
|
3563
|
-
"node": ">= 0.4"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
|
-
"node_modules/object.assign": {
|
|
3567
|
-
"version": "4.1.4",
|
|
3568
|
-
"extraneous": true,
|
|
3142
|
+
"version": "1.12.3",
|
|
3569
3143
|
"license": "MIT",
|
|
3570
|
-
"dependencies": {
|
|
3571
|
-
"call-bind": "^1.0.2",
|
|
3572
|
-
"define-properties": "^1.1.4",
|
|
3573
|
-
"has-symbols": "^1.0.3",
|
|
3574
|
-
"object-keys": "^1.1.1"
|
|
3575
|
-
},
|
|
3576
|
-
"engines": {
|
|
3577
|
-
"node": ">= 0.4"
|
|
3578
|
-
},
|
|
3579
3144
|
"funding": {
|
|
3580
3145
|
"url": "https://github.com/sponsors/ljharb"
|
|
3581
3146
|
}
|
|
@@ -3987,7 +3552,7 @@
|
|
|
3987
3552
|
}
|
|
3988
3553
|
},
|
|
3989
3554
|
"node_modules/punycode": {
|
|
3990
|
-
"version": "2.
|
|
3555
|
+
"version": "2.2.0",
|
|
3991
3556
|
"extraneous": true,
|
|
3992
3557
|
"license": "MIT",
|
|
3993
3558
|
"engines": {
|
|
@@ -4084,7 +3649,7 @@
|
|
|
4084
3649
|
}
|
|
4085
3650
|
},
|
|
4086
3651
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
4087
|
-
"version": "5.1.
|
|
3652
|
+
"version": "5.1.2",
|
|
4088
3653
|
"license": "ISC",
|
|
4089
3654
|
"dependencies": {
|
|
4090
3655
|
"brace-expansion": "^2.0.1"
|
|
@@ -4097,22 +3662,6 @@
|
|
|
4097
3662
|
"version": "0.13.11",
|
|
4098
3663
|
"license": "MIT"
|
|
4099
3664
|
},
|
|
4100
|
-
"node_modules/regexp.prototype.flags": {
|
|
4101
|
-
"version": "1.4.3",
|
|
4102
|
-
"extraneous": true,
|
|
4103
|
-
"license": "MIT",
|
|
4104
|
-
"dependencies": {
|
|
4105
|
-
"call-bind": "^1.0.2",
|
|
4106
|
-
"define-properties": "^1.1.3",
|
|
4107
|
-
"functions-have-names": "^1.2.2"
|
|
4108
|
-
},
|
|
4109
|
-
"engines": {
|
|
4110
|
-
"node": ">= 0.4"
|
|
4111
|
-
},
|
|
4112
|
-
"funding": {
|
|
4113
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4114
|
-
}
|
|
4115
|
-
},
|
|
4116
3665
|
"node_modules/require-from-string": {
|
|
4117
3666
|
"version": "2.0.2",
|
|
4118
3667
|
"extraneous": true,
|
|
@@ -4121,14 +3670,6 @@
|
|
|
4121
3670
|
"node": ">=0.10.0"
|
|
4122
3671
|
}
|
|
4123
3672
|
},
|
|
4124
|
-
"node_modules/requizzle": {
|
|
4125
|
-
"version": "0.2.4",
|
|
4126
|
-
"extraneous": true,
|
|
4127
|
-
"license": "MIT",
|
|
4128
|
-
"dependencies": {
|
|
4129
|
-
"lodash": "^4.17.21"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
3673
|
"node_modules/resolve": {
|
|
4133
3674
|
"version": "1.22.1",
|
|
4134
3675
|
"license": "MIT",
|
|
@@ -4226,21 +3767,8 @@
|
|
|
4226
3767
|
],
|
|
4227
3768
|
"license": "MIT"
|
|
4228
3769
|
},
|
|
4229
|
-
"node_modules/safe-regex-test": {
|
|
4230
|
-
"version": "1.0.0",
|
|
4231
|
-
"extraneous": true,
|
|
4232
|
-
"license": "MIT",
|
|
4233
|
-
"dependencies": {
|
|
4234
|
-
"call-bind": "^1.0.2",
|
|
4235
|
-
"get-intrinsic": "^1.1.3",
|
|
4236
|
-
"is-regex": "^1.1.4"
|
|
4237
|
-
},
|
|
4238
|
-
"funding": {
|
|
4239
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4240
|
-
}
|
|
4241
|
-
},
|
|
4242
3770
|
"node_modules/safe-stable-stringify": {
|
|
4243
|
-
"version": "2.4.
|
|
3771
|
+
"version": "2.4.2",
|
|
4244
3772
|
"extraneous": true,
|
|
4245
3773
|
"license": "MIT",
|
|
4246
3774
|
"engines": {
|
|
@@ -4285,6 +3813,10 @@
|
|
|
4285
3813
|
"node": ">=10"
|
|
4286
3814
|
}
|
|
4287
3815
|
},
|
|
3816
|
+
"node_modules/semver/node_modules/yallist": {
|
|
3817
|
+
"version": "4.0.0",
|
|
3818
|
+
"license": "ISC"
|
|
3819
|
+
},
|
|
4288
3820
|
"node_modules/send": {
|
|
4289
3821
|
"version": "0.18.0",
|
|
4290
3822
|
"license": "MIT",
|
|
@@ -4511,50 +4043,6 @@
|
|
|
4511
4043
|
"safe-buffer": "~5.2.0"
|
|
4512
4044
|
}
|
|
4513
4045
|
},
|
|
4514
|
-
"node_modules/string.prototype.matchall": {
|
|
4515
|
-
"version": "4.0.8",
|
|
4516
|
-
"extraneous": true,
|
|
4517
|
-
"license": "MIT",
|
|
4518
|
-
"dependencies": {
|
|
4519
|
-
"call-bind": "^1.0.2",
|
|
4520
|
-
"define-properties": "^1.1.4",
|
|
4521
|
-
"es-abstract": "^1.20.4",
|
|
4522
|
-
"get-intrinsic": "^1.1.3",
|
|
4523
|
-
"has-symbols": "^1.0.3",
|
|
4524
|
-
"internal-slot": "^1.0.3",
|
|
4525
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
4526
|
-
"side-channel": "^1.0.4"
|
|
4527
|
-
},
|
|
4528
|
-
"funding": {
|
|
4529
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4530
|
-
}
|
|
4531
|
-
},
|
|
4532
|
-
"node_modules/string.prototype.trimend": {
|
|
4533
|
-
"version": "1.0.6",
|
|
4534
|
-
"extraneous": true,
|
|
4535
|
-
"license": "MIT",
|
|
4536
|
-
"dependencies": {
|
|
4537
|
-
"call-bind": "^1.0.2",
|
|
4538
|
-
"define-properties": "^1.1.4",
|
|
4539
|
-
"es-abstract": "^1.20.4"
|
|
4540
|
-
},
|
|
4541
|
-
"funding": {
|
|
4542
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4543
|
-
}
|
|
4544
|
-
},
|
|
4545
|
-
"node_modules/string.prototype.trimstart": {
|
|
4546
|
-
"version": "1.0.6",
|
|
4547
|
-
"extraneous": true,
|
|
4548
|
-
"license": "MIT",
|
|
4549
|
-
"dependencies": {
|
|
4550
|
-
"call-bind": "^1.0.2",
|
|
4551
|
-
"define-properties": "^1.1.4",
|
|
4552
|
-
"es-abstract": "^1.20.4"
|
|
4553
|
-
},
|
|
4554
|
-
"funding": {
|
|
4555
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4556
|
-
}
|
|
4557
|
-
},
|
|
4558
4046
|
"node_modules/strip-ansi": {
|
|
4559
4047
|
"version": "6.0.1",
|
|
4560
4048
|
"license": "MIT",
|
|
@@ -4565,17 +4053,6 @@
|
|
|
4565
4053
|
"node": ">=8"
|
|
4566
4054
|
}
|
|
4567
4055
|
},
|
|
4568
|
-
"node_modules/strip-json-comments": {
|
|
4569
|
-
"version": "3.1.1",
|
|
4570
|
-
"extraneous": true,
|
|
4571
|
-
"license": "MIT",
|
|
4572
|
-
"engines": {
|
|
4573
|
-
"node": ">=8"
|
|
4574
|
-
},
|
|
4575
|
-
"funding": {
|
|
4576
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4577
|
-
}
|
|
4578
|
-
},
|
|
4579
4056
|
"node_modules/supports-color": {
|
|
4580
4057
|
"version": "8.1.1",
|
|
4581
4058
|
"license": "MIT",
|
|
@@ -4599,10 +4076,6 @@
|
|
|
4599
4076
|
"url": "https://github.com/sponsors/ljharb"
|
|
4600
4077
|
}
|
|
4601
4078
|
},
|
|
4602
|
-
"node_modules/taffydb": {
|
|
4603
|
-
"version": "2.6.2",
|
|
4604
|
-
"extraneous": true
|
|
4605
|
-
},
|
|
4606
4079
|
"node_modules/tar-stream": {
|
|
4607
4080
|
"version": "2.2.0",
|
|
4608
4081
|
"license": "MIT",
|
|
@@ -4647,6 +4120,19 @@
|
|
|
4647
4120
|
"version": "1.7.3",
|
|
4648
4121
|
"license": "MIT"
|
|
4649
4122
|
},
|
|
4123
|
+
"node_modules/teen_process/node_modules/which": {
|
|
4124
|
+
"version": "2.0.2",
|
|
4125
|
+
"license": "ISC",
|
|
4126
|
+
"dependencies": {
|
|
4127
|
+
"isexe": "^2.0.0"
|
|
4128
|
+
},
|
|
4129
|
+
"bin": {
|
|
4130
|
+
"node-which": "bin/node-which"
|
|
4131
|
+
},
|
|
4132
|
+
"engines": {
|
|
4133
|
+
"node": ">= 8"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4650
4136
|
"node_modules/text-hex": {
|
|
4651
4137
|
"version": "1.0.0",
|
|
4652
4138
|
"extraneous": true,
|
|
@@ -4661,11 +4147,8 @@
|
|
|
4661
4147
|
"license": "MIT"
|
|
4662
4148
|
},
|
|
4663
4149
|
"node_modules/tinycolor2": {
|
|
4664
|
-
"version": "1.
|
|
4665
|
-
"license": "MIT"
|
|
4666
|
-
"engines": {
|
|
4667
|
-
"node": "*"
|
|
4668
|
-
}
|
|
4150
|
+
"version": "1.5.2",
|
|
4151
|
+
"license": "MIT"
|
|
4669
4152
|
},
|
|
4670
4153
|
"node_modules/toidentifier": {
|
|
4671
4154
|
"version": "1.0.1",
|
|
@@ -4687,7 +4170,7 @@
|
|
|
4687
4170
|
}
|
|
4688
4171
|
},
|
|
4689
4172
|
"node_modules/type-fest": {
|
|
4690
|
-
"version": "3.
|
|
4173
|
+
"version": "3.4.0",
|
|
4691
4174
|
"license": "(MIT OR CC0-1.0)",
|
|
4692
4175
|
"engines": {
|
|
4693
4176
|
"node": ">=14.16"
|
|
@@ -4707,30 +4190,6 @@
|
|
|
4707
4190
|
"node": ">= 0.6"
|
|
4708
4191
|
}
|
|
4709
4192
|
},
|
|
4710
|
-
"node_modules/uc.micro": {
|
|
4711
|
-
"version": "1.0.6",
|
|
4712
|
-
"extraneous": true,
|
|
4713
|
-
"license": "MIT"
|
|
4714
|
-
},
|
|
4715
|
-
"node_modules/unbox-primitive": {
|
|
4716
|
-
"version": "1.0.2",
|
|
4717
|
-
"extraneous": true,
|
|
4718
|
-
"license": "MIT",
|
|
4719
|
-
"dependencies": {
|
|
4720
|
-
"call-bind": "^1.0.2",
|
|
4721
|
-
"has-bigints": "^1.0.2",
|
|
4722
|
-
"has-symbols": "^1.0.3",
|
|
4723
|
-
"which-boxed-primitive": "^1.0.2"
|
|
4724
|
-
},
|
|
4725
|
-
"funding": {
|
|
4726
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4727
|
-
}
|
|
4728
|
-
},
|
|
4729
|
-
"node_modules/underscore": {
|
|
4730
|
-
"version": "1.13.6",
|
|
4731
|
-
"extraneous": true,
|
|
4732
|
-
"license": "MIT"
|
|
4733
|
-
},
|
|
4734
4193
|
"node_modules/unorm": {
|
|
4735
4194
|
"version": "1.6.0",
|
|
4736
4195
|
"license": "MIT or GPL-2.0",
|
|
@@ -4789,7 +4248,7 @@
|
|
|
4789
4248
|
}
|
|
4790
4249
|
},
|
|
4791
4250
|
"node_modules/uuid": {
|
|
4792
|
-
"version": "
|
|
4251
|
+
"version": "9.0.0",
|
|
4793
4252
|
"license": "MIT",
|
|
4794
4253
|
"bin": {
|
|
4795
4254
|
"uuid": "dist/bin/uuid"
|
|
@@ -4823,31 +4282,16 @@
|
|
|
4823
4282
|
}
|
|
4824
4283
|
},
|
|
4825
4284
|
"node_modules/which": {
|
|
4826
|
-
"version": "
|
|
4285
|
+
"version": "3.0.0",
|
|
4827
4286
|
"license": "ISC",
|
|
4828
4287
|
"dependencies": {
|
|
4829
4288
|
"isexe": "^2.0.0"
|
|
4830
4289
|
},
|
|
4831
4290
|
"bin": {
|
|
4832
|
-
"node-which": "bin/
|
|
4291
|
+
"node-which": "bin/which.js"
|
|
4833
4292
|
},
|
|
4834
4293
|
"engines": {
|
|
4835
|
-
"node": ">=
|
|
4836
|
-
}
|
|
4837
|
-
},
|
|
4838
|
-
"node_modules/which-boxed-primitive": {
|
|
4839
|
-
"version": "1.0.2",
|
|
4840
|
-
"extraneous": true,
|
|
4841
|
-
"license": "MIT",
|
|
4842
|
-
"dependencies": {
|
|
4843
|
-
"is-bigint": "^1.0.1",
|
|
4844
|
-
"is-boolean-object": "^1.1.0",
|
|
4845
|
-
"is-number-object": "^1.0.4",
|
|
4846
|
-
"is-string": "^1.0.5",
|
|
4847
|
-
"is-symbol": "^1.0.3"
|
|
4848
|
-
},
|
|
4849
|
-
"funding": {
|
|
4850
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4294
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4851
4295
|
}
|
|
4852
4296
|
},
|
|
4853
4297
|
"node_modules/wide-align": {
|
|
@@ -4991,14 +4435,14 @@
|
|
|
4991
4435
|
"license": "ISC"
|
|
4992
4436
|
},
|
|
4993
4437
|
"node_modules/ws": {
|
|
4994
|
-
"version": "8.
|
|
4438
|
+
"version": "8.12.0",
|
|
4995
4439
|
"license": "MIT",
|
|
4996
4440
|
"engines": {
|
|
4997
4441
|
"node": ">=10.0.0"
|
|
4998
4442
|
},
|
|
4999
4443
|
"peerDependencies": {
|
|
5000
4444
|
"bufferutil": "^4.0.1",
|
|
5001
|
-
"utf-8-validate": "
|
|
4445
|
+
"utf-8-validate": ">=5.0.2"
|
|
5002
4446
|
},
|
|
5003
4447
|
"peerDependenciesMeta": {
|
|
5004
4448
|
"bufferutil": {
|
|
@@ -5048,11 +4492,6 @@
|
|
|
5048
4492
|
"node": ">=8.0"
|
|
5049
4493
|
}
|
|
5050
4494
|
},
|
|
5051
|
-
"node_modules/xmlcreate": {
|
|
5052
|
-
"version": "2.0.4",
|
|
5053
|
-
"extraneous": true,
|
|
5054
|
-
"license": "Apache-2.0"
|
|
5055
|
-
},
|
|
5056
4495
|
"node_modules/xpath": {
|
|
5057
4496
|
"version": "0.0.32",
|
|
5058
4497
|
"license": "MIT",
|
|
@@ -5067,10 +4506,6 @@
|
|
|
5067
4506
|
"node": ">=0.4"
|
|
5068
4507
|
}
|
|
5069
4508
|
},
|
|
5070
|
-
"node_modules/yallist": {
|
|
5071
|
-
"version": "4.0.0",
|
|
5072
|
-
"license": "ISC"
|
|
5073
|
-
},
|
|
5074
4509
|
"node_modules/yaml": {
|
|
5075
4510
|
"version": "2.1.3",
|
|
5076
4511
|
"extraneous": true,
|
|
@@ -5112,73 +4547,64 @@
|
|
|
5112
4547
|
},
|
|
5113
4548
|
"dependencies": {
|
|
5114
4549
|
"@appium/base-driver": {
|
|
5115
|
-
"version": "
|
|
4550
|
+
"version": "9.1.0",
|
|
5116
4551
|
"requires": {
|
|
5117
|
-
"@appium/support": "^
|
|
4552
|
+
"@appium/support": "^3.0.1",
|
|
5118
4553
|
"@colors/colors": "1.5.0",
|
|
5119
4554
|
"@types/async-lock": "1.3.0",
|
|
5120
|
-
"@types/bluebird": "3.5.
|
|
5121
|
-
"@types/express": "4.17.
|
|
4555
|
+
"@types/bluebird": "3.5.38",
|
|
4556
|
+
"@types/express": "4.17.15",
|
|
5122
4557
|
"@types/method-override": "0.0.32",
|
|
5123
4558
|
"@types/serve-favicon": "2.5.3",
|
|
5124
|
-
"async-lock": "1.
|
|
5125
|
-
"asyncbox": "2.9.
|
|
5126
|
-
"axios": "
|
|
4559
|
+
"async-lock": "1.4.0",
|
|
4560
|
+
"asyncbox": "2.9.4",
|
|
4561
|
+
"axios": "1.2.1",
|
|
5127
4562
|
"bluebird": "3.7.2",
|
|
5128
4563
|
"body-parser": "1.20.1",
|
|
5129
4564
|
"es6-error": "4.1.1",
|
|
5130
4565
|
"express": "4.18.2",
|
|
5131
4566
|
"http-status-codes": "2.2.0",
|
|
5132
4567
|
"lodash": "4.17.21",
|
|
5133
|
-
"lru-cache": "7.14.
|
|
4568
|
+
"lru-cache": "7.14.1",
|
|
5134
4569
|
"method-override": "3.0.0",
|
|
5135
4570
|
"morgan": "1.10.0",
|
|
5136
4571
|
"serve-favicon": "2.5.0",
|
|
5137
4572
|
"source-map-support": "0.5.21",
|
|
5138
|
-
"type-fest": "3.
|
|
4573
|
+
"type-fest": "3.4.0",
|
|
5139
4574
|
"validate.js": "0.13.1"
|
|
5140
4575
|
},
|
|
5141
4576
|
"dependencies": {
|
|
5142
|
-
"asyncbox": {
|
|
5143
|
-
"version": "2.9.2",
|
|
5144
|
-
"requires": {
|
|
5145
|
-
"@babel/runtime": "^7.0.0",
|
|
5146
|
-
"bluebird": "^3.5.1",
|
|
5147
|
-
"es6-mapify": "^1.1.0",
|
|
5148
|
-
"lodash": "^4.17.4",
|
|
5149
|
-
"source-map-support": "^0.5.5"
|
|
5150
|
-
}
|
|
5151
|
-
},
|
|
5152
4577
|
"axios": {
|
|
5153
|
-
"version": "
|
|
4578
|
+
"version": "1.2.1",
|
|
5154
4579
|
"requires": {
|
|
5155
|
-
"follow-redirects": "^1.
|
|
5156
|
-
"form-data": "^4.0.0"
|
|
4580
|
+
"follow-redirects": "^1.15.0",
|
|
4581
|
+
"form-data": "^4.0.0",
|
|
4582
|
+
"proxy-from-env": "^1.1.0"
|
|
5157
4583
|
}
|
|
4584
|
+
},
|
|
4585
|
+
"lru-cache": {
|
|
4586
|
+
"version": "7.14.1"
|
|
5158
4587
|
}
|
|
5159
4588
|
}
|
|
5160
4589
|
},
|
|
5161
4590
|
"@appium/base-plugin": {
|
|
5162
|
-
"version": "
|
|
4591
|
+
"version": "2.0.1",
|
|
5163
4592
|
"extraneous": true,
|
|
5164
4593
|
"requires": {
|
|
5165
|
-
"@appium/support": "^
|
|
4594
|
+
"@appium/support": "^3.0.1"
|
|
5166
4595
|
}
|
|
5167
4596
|
},
|
|
5168
4597
|
"@appium/docutils": {
|
|
5169
|
-
"version": "0.
|
|
4598
|
+
"version": "0.1.1",
|
|
5170
4599
|
"extraneous": true,
|
|
5171
4600
|
"requires": {
|
|
5172
|
-
"@appium/support": "^
|
|
5173
|
-
"docdash": "1.2.0",
|
|
5174
|
-
"jsdoc": "3.6.11",
|
|
5175
|
-
"jsdoc-plugin-typescript": "2.2.0",
|
|
4601
|
+
"@appium/support": "^3.0.1",
|
|
5176
4602
|
"source-map-support": "0.5.21",
|
|
5177
4603
|
"teen_process": "2.0.2"
|
|
5178
4604
|
}
|
|
5179
4605
|
},
|
|
5180
4606
|
"@appium/schema": {
|
|
5181
|
-
"version": "0.0
|
|
4607
|
+
"version": "0.1.0",
|
|
5182
4608
|
"requires": {
|
|
5183
4609
|
"@types/json-schema": "7.0.11",
|
|
5184
4610
|
"json-schema": "0.4.0",
|
|
@@ -5186,9 +4612,9 @@
|
|
|
5186
4612
|
}
|
|
5187
4613
|
},
|
|
5188
4614
|
"@appium/support": {
|
|
5189
|
-
"version": "
|
|
4615
|
+
"version": "3.0.1",
|
|
5190
4616
|
"requires": {
|
|
5191
|
-
"@appium/types": "^0.
|
|
4617
|
+
"@appium/types": "^0.7.0",
|
|
5192
4618
|
"@colors/colors": "1.5.0",
|
|
5193
4619
|
"@types/archiver": "5.3.1",
|
|
5194
4620
|
"@types/base64-stream": "1.0.2",
|
|
@@ -5203,13 +4629,13 @@
|
|
|
5203
4629
|
"@types/pluralize": "0.0.29",
|
|
5204
4630
|
"@types/pngjs": "6.0.1",
|
|
5205
4631
|
"@types/rimraf": "3.0.2",
|
|
5206
|
-
"@types/semver": "7.3.
|
|
4632
|
+
"@types/semver": "7.3.13",
|
|
5207
4633
|
"@types/shell-quote": "1.7.1",
|
|
5208
4634
|
"@types/supports-color": "8.1.1",
|
|
5209
|
-
"@types/teen_process": "
|
|
5210
|
-
"@types/uuid": "
|
|
4635
|
+
"@types/teen_process": "2.0.0",
|
|
4636
|
+
"@types/uuid": "9.0.0",
|
|
5211
4637
|
"archiver": "5.3.1",
|
|
5212
|
-
"axios": "
|
|
4638
|
+
"axios": "1.2.1",
|
|
5213
4639
|
"base64-stream": "1.0.0",
|
|
5214
4640
|
"bluebird": "3.7.2",
|
|
5215
4641
|
"bplist-creator": "0.1.1",
|
|
@@ -5219,14 +4645,14 @@
|
|
|
5219
4645
|
"glob": "8.0.3",
|
|
5220
4646
|
"jimp": "0.16.2",
|
|
5221
4647
|
"jsftp": "2.1.3",
|
|
5222
|
-
"klaw": "
|
|
4648
|
+
"klaw": "4.0.1",
|
|
5223
4649
|
"lockfile": "1.0.4",
|
|
5224
4650
|
"lodash": "4.17.21",
|
|
5225
4651
|
"log-symbols": "4.1.0",
|
|
5226
4652
|
"moment": "2.29.4",
|
|
5227
4653
|
"mv": "2.1.1",
|
|
5228
4654
|
"ncp": "2.0.0",
|
|
5229
|
-
"npmlog": "
|
|
4655
|
+
"npmlog": "7.0.1",
|
|
5230
4656
|
"opencv-bindings": "4.5.5",
|
|
5231
4657
|
"pkg-dir": "5.0.0",
|
|
5232
4658
|
"plist": "3.0.6",
|
|
@@ -5241,30 +4667,31 @@
|
|
|
5241
4667
|
"source-map-support": "0.5.21",
|
|
5242
4668
|
"supports-color": "8.1.1",
|
|
5243
4669
|
"teen_process": "2.0.2",
|
|
5244
|
-
"type-fest": "3.
|
|
5245
|
-
"uuid": "
|
|
5246
|
-
"which": "
|
|
4670
|
+
"type-fest": "3.4.0",
|
|
4671
|
+
"uuid": "9.0.0",
|
|
4672
|
+
"which": "3.0.0",
|
|
5247
4673
|
"yauzl": "2.10.0"
|
|
5248
4674
|
},
|
|
5249
4675
|
"dependencies": {
|
|
5250
4676
|
"axios": {
|
|
5251
|
-
"version": "
|
|
4677
|
+
"version": "1.2.1",
|
|
5252
4678
|
"requires": {
|
|
5253
|
-
"follow-redirects": "^1.
|
|
5254
|
-
"form-data": "^4.0.0"
|
|
4679
|
+
"follow-redirects": "^1.15.0",
|
|
4680
|
+
"form-data": "^4.0.0",
|
|
4681
|
+
"proxy-from-env": "^1.1.0"
|
|
5255
4682
|
}
|
|
5256
4683
|
}
|
|
5257
4684
|
}
|
|
5258
4685
|
},
|
|
5259
4686
|
"@appium/types": {
|
|
5260
|
-
"version": "0.
|
|
4687
|
+
"version": "0.7.0",
|
|
5261
4688
|
"requires": {
|
|
5262
|
-
"@appium/schema": "^0.0
|
|
5263
|
-
"@types/express": "4.17.
|
|
4689
|
+
"@appium/schema": "^0.1.0",
|
|
4690
|
+
"@types/express": "4.17.15",
|
|
5264
4691
|
"@types/npmlog": "4.1.4",
|
|
5265
4692
|
"@types/ws": "8.5.3",
|
|
5266
|
-
"@wdio/types": "7.
|
|
5267
|
-
"type-fest": "3.
|
|
4693
|
+
"@wdio/types": "7.26.0",
|
|
4694
|
+
"type-fest": "3.4.0"
|
|
5268
4695
|
}
|
|
5269
4696
|
},
|
|
5270
4697
|
"@babel/code-frame": {
|
|
@@ -5284,12 +4711,8 @@
|
|
|
5284
4711
|
"js-tokens": "^4.0.0"
|
|
5285
4712
|
}
|
|
5286
4713
|
},
|
|
5287
|
-
"@babel/parser": {
|
|
5288
|
-
"version": "7.20.5",
|
|
5289
|
-
"extraneous": true
|
|
5290
|
-
},
|
|
5291
4714
|
"@babel/runtime": {
|
|
5292
|
-
"version": "7.20.
|
|
4715
|
+
"version": "7.20.7",
|
|
5293
4716
|
"requires": {
|
|
5294
4717
|
"regenerator-runtime": "^0.13.11"
|
|
5295
4718
|
}
|
|
@@ -5642,7 +5065,7 @@
|
|
|
5642
5065
|
}
|
|
5643
5066
|
},
|
|
5644
5067
|
"@types/bluebird": {
|
|
5645
|
-
"version": "3.5.
|
|
5068
|
+
"version": "3.5.38"
|
|
5646
5069
|
},
|
|
5647
5070
|
"@types/body-parser": {
|
|
5648
5071
|
"version": "1.19.2",
|
|
@@ -5667,16 +5090,16 @@
|
|
|
5667
5090
|
}
|
|
5668
5091
|
},
|
|
5669
5092
|
"@types/express": {
|
|
5670
|
-
"version": "4.17.
|
|
5093
|
+
"version": "4.17.15",
|
|
5671
5094
|
"requires": {
|
|
5672
5095
|
"@types/body-parser": "*",
|
|
5673
|
-
"@types/express-serve-static-core": "^4.17.
|
|
5096
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
5674
5097
|
"@types/qs": "*",
|
|
5675
5098
|
"@types/serve-static": "*"
|
|
5676
5099
|
}
|
|
5677
5100
|
},
|
|
5678
5101
|
"@types/express-serve-static-core": {
|
|
5679
|
-
"version": "4.17.
|
|
5102
|
+
"version": "4.17.32",
|
|
5680
5103
|
"requires": {
|
|
5681
5104
|
"@types/node": "*",
|
|
5682
5105
|
"@types/qs": "*",
|
|
@@ -5721,25 +5144,9 @@
|
|
|
5721
5144
|
"@types/node": "*"
|
|
5722
5145
|
}
|
|
5723
5146
|
},
|
|
5724
|
-
"@types/linkify-it": {
|
|
5725
|
-
"version": "3.0.2",
|
|
5726
|
-
"extraneous": true
|
|
5727
|
-
},
|
|
5728
5147
|
"@types/lockfile": {
|
|
5729
5148
|
"version": "1.0.2"
|
|
5730
5149
|
},
|
|
5731
|
-
"@types/markdown-it": {
|
|
5732
|
-
"version": "12.2.3",
|
|
5733
|
-
"extraneous": true,
|
|
5734
|
-
"requires": {
|
|
5735
|
-
"@types/linkify-it": "*",
|
|
5736
|
-
"@types/mdurl": "*"
|
|
5737
|
-
}
|
|
5738
|
-
},
|
|
5739
|
-
"@types/mdurl": {
|
|
5740
|
-
"version": "1.0.2",
|
|
5741
|
-
"extraneous": true
|
|
5742
|
-
},
|
|
5743
5150
|
"@types/method-override": {
|
|
5744
5151
|
"version": "0.0.32",
|
|
5745
5152
|
"requires": {
|
|
@@ -5762,7 +5169,7 @@
|
|
|
5762
5169
|
}
|
|
5763
5170
|
},
|
|
5764
5171
|
"@types/node": {
|
|
5765
|
-
"version": "18.11.
|
|
5172
|
+
"version": "18.11.18"
|
|
5766
5173
|
},
|
|
5767
5174
|
"@types/normalize-package-data": {
|
|
5768
5175
|
"version": "2.4.1"
|
|
@@ -5799,7 +5206,7 @@
|
|
|
5799
5206
|
}
|
|
5800
5207
|
},
|
|
5801
5208
|
"@types/semver": {
|
|
5802
|
-
"version": "7.3.
|
|
5209
|
+
"version": "7.3.13"
|
|
5803
5210
|
},
|
|
5804
5211
|
"@types/serve-favicon": {
|
|
5805
5212
|
"version": "2.5.3",
|
|
@@ -5821,13 +5228,13 @@
|
|
|
5821
5228
|
"version": "8.1.1"
|
|
5822
5229
|
},
|
|
5823
5230
|
"@types/teen_process": {
|
|
5824
|
-
"version": "
|
|
5231
|
+
"version": "2.0.0",
|
|
5825
5232
|
"requires": {
|
|
5826
5233
|
"@types/node": "*"
|
|
5827
5234
|
}
|
|
5828
5235
|
},
|
|
5829
5236
|
"@types/uuid": {
|
|
5830
|
-
"version": "
|
|
5237
|
+
"version": "9.0.0"
|
|
5831
5238
|
},
|
|
5832
5239
|
"@types/wrap-ansi": {
|
|
5833
5240
|
"version": "3.0.0",
|
|
@@ -5840,7 +5247,7 @@
|
|
|
5840
5247
|
}
|
|
5841
5248
|
},
|
|
5842
5249
|
"@wdio/types": {
|
|
5843
|
-
"version": "7.
|
|
5250
|
+
"version": "7.26.0",
|
|
5844
5251
|
"requires": {
|
|
5845
5252
|
"@types/node": "^18.0.0",
|
|
5846
5253
|
"got": "^11.8.1"
|
|
@@ -5849,6 +5256,12 @@
|
|
|
5849
5256
|
"@xmldom/xmldom": {
|
|
5850
5257
|
"version": "0.8.6"
|
|
5851
5258
|
},
|
|
5259
|
+
"abort-controller": {
|
|
5260
|
+
"version": "3.0.0",
|
|
5261
|
+
"requires": {
|
|
5262
|
+
"event-target-shim": "^5.0.0"
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5852
5265
|
"accepts": {
|
|
5853
5266
|
"version": "1.3.8",
|
|
5854
5267
|
"requires": {
|
|
@@ -5873,7 +5286,7 @@
|
|
|
5873
5286
|
}
|
|
5874
5287
|
},
|
|
5875
5288
|
"ajv": {
|
|
5876
|
-
"version": "8.11.
|
|
5289
|
+
"version": "8.11.2",
|
|
5877
5290
|
"extraneous": true,
|
|
5878
5291
|
"requires": {
|
|
5879
5292
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -5902,9 +5315,9 @@
|
|
|
5902
5315
|
"version": "1.1.0"
|
|
5903
5316
|
},
|
|
5904
5317
|
"appium-adb": {
|
|
5905
|
-
"version": "9.10.
|
|
5318
|
+
"version": "9.10.21",
|
|
5906
5319
|
"requires": {
|
|
5907
|
-
"@appium/support": "^
|
|
5320
|
+
"@appium/support": "^3.0.0",
|
|
5908
5321
|
"@babel/runtime": "^7.0.0",
|
|
5909
5322
|
"adbkit-apkreader": "^3.1.2",
|
|
5910
5323
|
"async-lock": "^1.0.0",
|
|
@@ -5917,10 +5330,15 @@
|
|
|
5917
5330
|
"source-map-support": "^0.x",
|
|
5918
5331
|
"teen_process": "^2.0.1",
|
|
5919
5332
|
"utf7": "^1.0.2"
|
|
5333
|
+
},
|
|
5334
|
+
"dependencies": {
|
|
5335
|
+
"lru-cache": {
|
|
5336
|
+
"version": "7.14.1"
|
|
5337
|
+
}
|
|
5920
5338
|
}
|
|
5921
5339
|
},
|
|
5922
5340
|
"appium-android-driver": {
|
|
5923
|
-
"version": "5.8.
|
|
5341
|
+
"version": "5.8.7",
|
|
5924
5342
|
"requires": {
|
|
5925
5343
|
"@babel/runtime": "^7.0.0",
|
|
5926
5344
|
"appium-adb": "^9.10.9",
|
|
@@ -5928,7 +5346,7 @@
|
|
|
5928
5346
|
"asyncbox": "^2.8.0",
|
|
5929
5347
|
"axios": "^1.x",
|
|
5930
5348
|
"bluebird": "^3.4.7",
|
|
5931
|
-
"io.appium.settings": "^
|
|
5349
|
+
"io.appium.settings": "^5.0.0",
|
|
5932
5350
|
"jimp": "^0.x",
|
|
5933
5351
|
"lodash": "^4.17.4",
|
|
5934
5352
|
"lru-cache": "^7.3.0",
|
|
@@ -5941,13 +5359,18 @@
|
|
|
5941
5359
|
"source-map-support": "^0.x",
|
|
5942
5360
|
"teen_process": "^2.0.0",
|
|
5943
5361
|
"ws": "^8.0.0"
|
|
5362
|
+
},
|
|
5363
|
+
"dependencies": {
|
|
5364
|
+
"lru-cache": {
|
|
5365
|
+
"version": "7.14.1"
|
|
5366
|
+
}
|
|
5944
5367
|
}
|
|
5945
5368
|
},
|
|
5946
5369
|
"appium-chromedriver": {
|
|
5947
|
-
"version": "5.2.
|
|
5370
|
+
"version": "5.2.13",
|
|
5948
5371
|
"requires": {
|
|
5949
|
-
"@appium/base-driver": "^
|
|
5950
|
-
"@appium/support": "^
|
|
5372
|
+
"@appium/base-driver": "^9.1.0",
|
|
5373
|
+
"@appium/support": "^3.0.0",
|
|
5951
5374
|
"@babel/runtime": "^7.0.0",
|
|
5952
5375
|
"@xmldom/xmldom": "^0.x",
|
|
5953
5376
|
"asyncbox": "^2.0.2",
|
|
@@ -5963,7 +5386,7 @@
|
|
|
5963
5386
|
}
|
|
5964
5387
|
},
|
|
5965
5388
|
"appium-uiautomator2-server": {
|
|
5966
|
-
"version": "5.7.
|
|
5389
|
+
"version": "5.7.6"
|
|
5967
5390
|
},
|
|
5968
5391
|
"aproba": {
|
|
5969
5392
|
"version": "2.0.0"
|
|
@@ -6033,10 +5456,28 @@
|
|
|
6033
5456
|
}
|
|
6034
5457
|
},
|
|
6035
5458
|
"are-we-there-yet": {
|
|
6036
|
-
"version": "
|
|
5459
|
+
"version": "4.0.0",
|
|
6037
5460
|
"requires": {
|
|
6038
5461
|
"delegates": "^1.0.0",
|
|
6039
|
-
"readable-stream": "^
|
|
5462
|
+
"readable-stream": "^4.1.0"
|
|
5463
|
+
},
|
|
5464
|
+
"dependencies": {
|
|
5465
|
+
"buffer": {
|
|
5466
|
+
"version": "6.0.3",
|
|
5467
|
+
"requires": {
|
|
5468
|
+
"base64-js": "^1.3.1",
|
|
5469
|
+
"ieee754": "^1.2.1"
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5472
|
+
"readable-stream": {
|
|
5473
|
+
"version": "4.3.0",
|
|
5474
|
+
"requires": {
|
|
5475
|
+
"abort-controller": "^3.0.0",
|
|
5476
|
+
"buffer": "^6.0.3",
|
|
5477
|
+
"events": "^3.3.0",
|
|
5478
|
+
"process": "^0.11.10"
|
|
5479
|
+
}
|
|
5480
|
+
}
|
|
6040
5481
|
}
|
|
6041
5482
|
},
|
|
6042
5483
|
"argparse": {
|
|
@@ -6050,7 +5491,7 @@
|
|
|
6050
5491
|
"version": "3.2.4"
|
|
6051
5492
|
},
|
|
6052
5493
|
"async-lock": {
|
|
6053
|
-
"version": "1.
|
|
5494
|
+
"version": "1.4.0"
|
|
6054
5495
|
},
|
|
6055
5496
|
"asyncbox": {
|
|
6056
5497
|
"version": "2.9.4",
|
|
@@ -6066,7 +5507,7 @@
|
|
|
6066
5507
|
"version": "0.4.0"
|
|
6067
5508
|
},
|
|
6068
5509
|
"axios": {
|
|
6069
|
-
"version": "1.2.
|
|
5510
|
+
"version": "1.2.2",
|
|
6070
5511
|
"requires": {
|
|
6071
5512
|
"follow-redirects": "^1.15.0",
|
|
6072
5513
|
"form-data": "^4.0.0",
|
|
@@ -6206,13 +5647,6 @@
|
|
|
6206
5647
|
"get-intrinsic": "^1.0.2"
|
|
6207
5648
|
}
|
|
6208
5649
|
},
|
|
6209
|
-
"catharsis": {
|
|
6210
|
-
"version": "0.9.0",
|
|
6211
|
-
"extraneous": true,
|
|
6212
|
-
"requires": {
|
|
6213
|
-
"lodash": "^4.17.15"
|
|
6214
|
-
}
|
|
6215
|
-
},
|
|
6216
5650
|
"chalk": {
|
|
6217
5651
|
"version": "2.4.2",
|
|
6218
5652
|
"requires": {
|
|
@@ -6296,7 +5730,7 @@
|
|
|
6296
5730
|
}
|
|
6297
5731
|
},
|
|
6298
5732
|
"compare-versions": {
|
|
6299
|
-
"version": "5.0.
|
|
5733
|
+
"version": "5.0.3"
|
|
6300
5734
|
},
|
|
6301
5735
|
"compress-commons": {
|
|
6302
5736
|
"version": "4.1.1",
|
|
@@ -6355,6 +5789,15 @@
|
|
|
6355
5789
|
"path-key": "^3.1.0",
|
|
6356
5790
|
"shebang-command": "^2.0.0",
|
|
6357
5791
|
"which": "^2.0.1"
|
|
5792
|
+
},
|
|
5793
|
+
"dependencies": {
|
|
5794
|
+
"which": {
|
|
5795
|
+
"version": "2.0.2",
|
|
5796
|
+
"extraneous": true,
|
|
5797
|
+
"requires": {
|
|
5798
|
+
"isexe": "^2.0.0"
|
|
5799
|
+
}
|
|
5800
|
+
}
|
|
6358
5801
|
}
|
|
6359
5802
|
},
|
|
6360
5803
|
"css-selector-parser": {
|
|
@@ -6381,14 +5824,6 @@
|
|
|
6381
5824
|
"defer-to-connect": {
|
|
6382
5825
|
"version": "2.0.1"
|
|
6383
5826
|
},
|
|
6384
|
-
"define-properties": {
|
|
6385
|
-
"version": "1.1.4",
|
|
6386
|
-
"extraneous": true,
|
|
6387
|
-
"requires": {
|
|
6388
|
-
"has-property-descriptors": "^1.0.0",
|
|
6389
|
-
"object-keys": "^1.1.1"
|
|
6390
|
-
}
|
|
6391
|
-
},
|
|
6392
5827
|
"delayed-stream": {
|
|
6393
5828
|
"version": "1.0.0"
|
|
6394
5829
|
},
|
|
@@ -6401,10 +5836,6 @@
|
|
|
6401
5836
|
"destroy": {
|
|
6402
5837
|
"version": "1.2.0"
|
|
6403
5838
|
},
|
|
6404
|
-
"docdash": {
|
|
6405
|
-
"version": "1.2.0",
|
|
6406
|
-
"extraneous": true
|
|
6407
|
-
},
|
|
6408
5839
|
"dom-walk": {
|
|
6409
5840
|
"version": "0.1.2"
|
|
6410
5841
|
},
|
|
@@ -6427,65 +5858,15 @@
|
|
|
6427
5858
|
"once": "^1.4.0"
|
|
6428
5859
|
}
|
|
6429
5860
|
},
|
|
6430
|
-
"entities": {
|
|
6431
|
-
"version": "2.1.0",
|
|
6432
|
-
"extraneous": true
|
|
6433
|
-
},
|
|
6434
5861
|
"error-ex": {
|
|
6435
5862
|
"version": "1.3.2",
|
|
6436
5863
|
"requires": {
|
|
6437
5864
|
"is-arrayish": "^0.2.1"
|
|
6438
5865
|
}
|
|
6439
5866
|
},
|
|
6440
|
-
"es-abstract": {
|
|
6441
|
-
"version": "1.20.5",
|
|
6442
|
-
"extraneous": true,
|
|
6443
|
-
"requires": {
|
|
6444
|
-
"call-bind": "^1.0.2",
|
|
6445
|
-
"es-to-primitive": "^1.2.1",
|
|
6446
|
-
"function-bind": "^1.1.1",
|
|
6447
|
-
"function.prototype.name": "^1.1.5",
|
|
6448
|
-
"get-intrinsic": "^1.1.3",
|
|
6449
|
-
"get-symbol-description": "^1.0.0",
|
|
6450
|
-
"gopd": "^1.0.1",
|
|
6451
|
-
"has": "^1.0.3",
|
|
6452
|
-
"has-property-descriptors": "^1.0.0",
|
|
6453
|
-
"has-symbols": "^1.0.3",
|
|
6454
|
-
"internal-slot": "^1.0.3",
|
|
6455
|
-
"is-callable": "^1.2.7",
|
|
6456
|
-
"is-negative-zero": "^2.0.2",
|
|
6457
|
-
"is-regex": "^1.1.4",
|
|
6458
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
6459
|
-
"is-string": "^1.0.7",
|
|
6460
|
-
"is-weakref": "^1.0.2",
|
|
6461
|
-
"object-inspect": "^1.12.2",
|
|
6462
|
-
"object-keys": "^1.1.1",
|
|
6463
|
-
"object.assign": "^4.1.4",
|
|
6464
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
6465
|
-
"safe-regex-test": "^1.0.0",
|
|
6466
|
-
"string.prototype.trimend": "^1.0.6",
|
|
6467
|
-
"string.prototype.trimstart": "^1.0.6",
|
|
6468
|
-
"unbox-primitive": "^1.0.2"
|
|
6469
|
-
}
|
|
6470
|
-
},
|
|
6471
|
-
"es-to-primitive": {
|
|
6472
|
-
"version": "1.2.1",
|
|
6473
|
-
"extraneous": true,
|
|
6474
|
-
"requires": {
|
|
6475
|
-
"is-callable": "^1.1.4",
|
|
6476
|
-
"is-date-object": "^1.0.1",
|
|
6477
|
-
"is-symbol": "^1.0.2"
|
|
6478
|
-
}
|
|
6479
|
-
},
|
|
6480
5867
|
"es6-error": {
|
|
6481
5868
|
"version": "4.1.1"
|
|
6482
5869
|
},
|
|
6483
|
-
"es6-mapify": {
|
|
6484
|
-
"version": "1.2.0",
|
|
6485
|
-
"requires": {
|
|
6486
|
-
"@babel/runtime": "^7.0.0"
|
|
6487
|
-
}
|
|
6488
|
-
},
|
|
6489
5870
|
"escape-html": {
|
|
6490
5871
|
"version": "1.0.3"
|
|
6491
5872
|
},
|
|
@@ -6495,6 +5876,12 @@
|
|
|
6495
5876
|
"etag": {
|
|
6496
5877
|
"version": "1.8.1"
|
|
6497
5878
|
},
|
|
5879
|
+
"event-target-shim": {
|
|
5880
|
+
"version": "5.0.1"
|
|
5881
|
+
},
|
|
5882
|
+
"events": {
|
|
5883
|
+
"version": "3.3.0"
|
|
5884
|
+
},
|
|
6498
5885
|
"exif-parser": {
|
|
6499
5886
|
"version": "0.1.12"
|
|
6500
5887
|
},
|
|
@@ -6651,22 +6038,8 @@
|
|
|
6651
6038
|
"function-bind": {
|
|
6652
6039
|
"version": "1.1.1"
|
|
6653
6040
|
},
|
|
6654
|
-
"function.prototype.name": {
|
|
6655
|
-
"version": "1.1.5",
|
|
6656
|
-
"extraneous": true,
|
|
6657
|
-
"requires": {
|
|
6658
|
-
"call-bind": "^1.0.2",
|
|
6659
|
-
"define-properties": "^1.1.3",
|
|
6660
|
-
"es-abstract": "^1.19.0",
|
|
6661
|
-
"functions-have-names": "^1.2.2"
|
|
6662
|
-
}
|
|
6663
|
-
},
|
|
6664
|
-
"functions-have-names": {
|
|
6665
|
-
"version": "1.2.3",
|
|
6666
|
-
"extraneous": true
|
|
6667
|
-
},
|
|
6668
6041
|
"gauge": {
|
|
6669
|
-
"version": "
|
|
6042
|
+
"version": "5.0.0",
|
|
6670
6043
|
"requires": {
|
|
6671
6044
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
6672
6045
|
"color-support": "^1.1.3",
|
|
@@ -6705,14 +6078,6 @@
|
|
|
6705
6078
|
"get-stream": {
|
|
6706
6079
|
"version": "6.0.1"
|
|
6707
6080
|
},
|
|
6708
|
-
"get-symbol-description": {
|
|
6709
|
-
"version": "1.0.0",
|
|
6710
|
-
"extraneous": true,
|
|
6711
|
-
"requires": {
|
|
6712
|
-
"call-bind": "^1.0.2",
|
|
6713
|
-
"get-intrinsic": "^1.1.1"
|
|
6714
|
-
}
|
|
6715
|
-
},
|
|
6716
6081
|
"gifwrap": {
|
|
6717
6082
|
"version": "0.9.4",
|
|
6718
6083
|
"requires": {
|
|
@@ -6737,7 +6102,7 @@
|
|
|
6737
6102
|
}
|
|
6738
6103
|
},
|
|
6739
6104
|
"minimatch": {
|
|
6740
|
-
"version": "5.1.
|
|
6105
|
+
"version": "5.1.2",
|
|
6741
6106
|
"requires": {
|
|
6742
6107
|
"brace-expansion": "^2.0.1"
|
|
6743
6108
|
}
|
|
@@ -6751,15 +6116,8 @@
|
|
|
6751
6116
|
"process": "^0.11.10"
|
|
6752
6117
|
}
|
|
6753
6118
|
},
|
|
6754
|
-
"gopd": {
|
|
6755
|
-
"version": "1.0.1",
|
|
6756
|
-
"extraneous": true,
|
|
6757
|
-
"requires": {
|
|
6758
|
-
"get-intrinsic": "^1.1.3"
|
|
6759
|
-
}
|
|
6760
|
-
},
|
|
6761
6119
|
"got": {
|
|
6762
|
-
"version": "11.8.
|
|
6120
|
+
"version": "11.8.6",
|
|
6763
6121
|
"requires": {
|
|
6764
6122
|
"@sindresorhus/is": "^4.0.0",
|
|
6765
6123
|
"@szmarczak/http-timer": "^4.0.5",
|
|
@@ -6783,30 +6141,12 @@
|
|
|
6783
6141
|
"function-bind": "^1.1.1"
|
|
6784
6142
|
}
|
|
6785
6143
|
},
|
|
6786
|
-
"has-bigints": {
|
|
6787
|
-
"version": "1.0.2",
|
|
6788
|
-
"extraneous": true
|
|
6789
|
-
},
|
|
6790
6144
|
"has-flag": {
|
|
6791
6145
|
"version": "4.0.0"
|
|
6792
6146
|
},
|
|
6793
|
-
"has-property-descriptors": {
|
|
6794
|
-
"version": "1.0.0",
|
|
6795
|
-
"extraneous": true,
|
|
6796
|
-
"requires": {
|
|
6797
|
-
"get-intrinsic": "^1.1.1"
|
|
6798
|
-
}
|
|
6799
|
-
},
|
|
6800
6147
|
"has-symbols": {
|
|
6801
6148
|
"version": "1.0.3"
|
|
6802
6149
|
},
|
|
6803
|
-
"has-tostringtag": {
|
|
6804
|
-
"version": "1.0.0",
|
|
6805
|
-
"extraneous": true,
|
|
6806
|
-
"requires": {
|
|
6807
|
-
"has-symbols": "^1.0.2"
|
|
6808
|
-
}
|
|
6809
|
-
},
|
|
6810
6150
|
"has-unicode": {
|
|
6811
6151
|
"version": "2.0.1"
|
|
6812
6152
|
},
|
|
@@ -6869,17 +6209,8 @@
|
|
|
6869
6209
|
"ini": {
|
|
6870
6210
|
"version": "3.0.1"
|
|
6871
6211
|
},
|
|
6872
|
-
"internal-slot": {
|
|
6873
|
-
"version": "1.0.3",
|
|
6874
|
-
"extraneous": true,
|
|
6875
|
-
"requires": {
|
|
6876
|
-
"get-intrinsic": "^1.1.0",
|
|
6877
|
-
"has": "^1.0.3",
|
|
6878
|
-
"side-channel": "^1.0.4"
|
|
6879
|
-
}
|
|
6880
|
-
},
|
|
6881
6212
|
"io.appium.settings": {
|
|
6882
|
-
"version": "
|
|
6213
|
+
"version": "5.0.2"
|
|
6883
6214
|
},
|
|
6884
6215
|
"ipaddr.js": {
|
|
6885
6216
|
"version": "1.9.1"
|
|
@@ -6887,38 +6218,12 @@
|
|
|
6887
6218
|
"is-arrayish": {
|
|
6888
6219
|
"version": "0.2.1"
|
|
6889
6220
|
},
|
|
6890
|
-
"is-bigint": {
|
|
6891
|
-
"version": "1.0.4",
|
|
6892
|
-
"extraneous": true,
|
|
6893
|
-
"requires": {
|
|
6894
|
-
"has-bigints": "^1.0.1"
|
|
6895
|
-
}
|
|
6896
|
-
},
|
|
6897
|
-
"is-boolean-object": {
|
|
6898
|
-
"version": "1.1.2",
|
|
6899
|
-
"extraneous": true,
|
|
6900
|
-
"requires": {
|
|
6901
|
-
"call-bind": "^1.0.2",
|
|
6902
|
-
"has-tostringtag": "^1.0.0"
|
|
6903
|
-
}
|
|
6904
|
-
},
|
|
6905
|
-
"is-callable": {
|
|
6906
|
-
"version": "1.2.7",
|
|
6907
|
-
"extraneous": true
|
|
6908
|
-
},
|
|
6909
6221
|
"is-core-module": {
|
|
6910
6222
|
"version": "2.11.0",
|
|
6911
6223
|
"requires": {
|
|
6912
6224
|
"has": "^1.0.3"
|
|
6913
6225
|
}
|
|
6914
6226
|
},
|
|
6915
|
-
"is-date-object": {
|
|
6916
|
-
"version": "1.0.5",
|
|
6917
|
-
"extraneous": true,
|
|
6918
|
-
"requires": {
|
|
6919
|
-
"has-tostringtag": "^1.0.0"
|
|
6920
|
-
}
|
|
6921
|
-
},
|
|
6922
6227
|
"is-function": {
|
|
6923
6228
|
"version": "1.0.2"
|
|
6924
6229
|
},
|
|
@@ -6926,66 +6231,19 @@
|
|
|
6926
6231
|
"version": "1.0.0",
|
|
6927
6232
|
"extraneous": true
|
|
6928
6233
|
},
|
|
6929
|
-
"is-negative-zero": {
|
|
6930
|
-
"version": "2.0.2",
|
|
6931
|
-
"extraneous": true
|
|
6932
|
-
},
|
|
6933
6234
|
"is-number-like": {
|
|
6934
6235
|
"version": "1.0.8",
|
|
6935
6236
|
"requires": {
|
|
6936
6237
|
"lodash.isfinite": "^3.3.2"
|
|
6937
6238
|
}
|
|
6938
6239
|
},
|
|
6939
|
-
"is-number-object": {
|
|
6940
|
-
"version": "1.0.7",
|
|
6941
|
-
"extraneous": true,
|
|
6942
|
-
"requires": {
|
|
6943
|
-
"has-tostringtag": "^1.0.0"
|
|
6944
|
-
}
|
|
6945
|
-
},
|
|
6946
|
-
"is-regex": {
|
|
6947
|
-
"version": "1.1.4",
|
|
6948
|
-
"extraneous": true,
|
|
6949
|
-
"requires": {
|
|
6950
|
-
"call-bind": "^1.0.2",
|
|
6951
|
-
"has-tostringtag": "^1.0.0"
|
|
6952
|
-
}
|
|
6953
|
-
},
|
|
6954
|
-
"is-shared-array-buffer": {
|
|
6955
|
-
"version": "1.0.2",
|
|
6956
|
-
"extraneous": true,
|
|
6957
|
-
"requires": {
|
|
6958
|
-
"call-bind": "^1.0.2"
|
|
6959
|
-
}
|
|
6960
|
-
},
|
|
6961
6240
|
"is-stream": {
|
|
6962
6241
|
"version": "2.0.1",
|
|
6963
6242
|
"extraneous": true
|
|
6964
6243
|
},
|
|
6965
|
-
"is-string": {
|
|
6966
|
-
"version": "1.0.7",
|
|
6967
|
-
"extraneous": true,
|
|
6968
|
-
"requires": {
|
|
6969
|
-
"has-tostringtag": "^1.0.0"
|
|
6970
|
-
}
|
|
6971
|
-
},
|
|
6972
|
-
"is-symbol": {
|
|
6973
|
-
"version": "1.0.4",
|
|
6974
|
-
"extraneous": true,
|
|
6975
|
-
"requires": {
|
|
6976
|
-
"has-symbols": "^1.0.2"
|
|
6977
|
-
}
|
|
6978
|
-
},
|
|
6979
6244
|
"is-unicode-supported": {
|
|
6980
6245
|
"version": "0.1.0"
|
|
6981
6246
|
},
|
|
6982
|
-
"is-weakref": {
|
|
6983
|
-
"version": "1.0.2",
|
|
6984
|
-
"extraneous": true,
|
|
6985
|
-
"requires": {
|
|
6986
|
-
"call-bind": "^1.0.2"
|
|
6987
|
-
}
|
|
6988
|
-
},
|
|
6989
6247
|
"isexe": {
|
|
6990
6248
|
"version": "2.0.0"
|
|
6991
6249
|
},
|
|
@@ -7005,51 +6263,6 @@
|
|
|
7005
6263
|
"js-tokens": {
|
|
7006
6264
|
"version": "4.0.0"
|
|
7007
6265
|
},
|
|
7008
|
-
"js2xmlparser": {
|
|
7009
|
-
"version": "4.0.2",
|
|
7010
|
-
"extraneous": true,
|
|
7011
|
-
"requires": {
|
|
7012
|
-
"xmlcreate": "^2.0.4"
|
|
7013
|
-
}
|
|
7014
|
-
},
|
|
7015
|
-
"jsdoc": {
|
|
7016
|
-
"version": "3.6.11",
|
|
7017
|
-
"extraneous": true,
|
|
7018
|
-
"requires": {
|
|
7019
|
-
"@babel/parser": "^7.9.4",
|
|
7020
|
-
"@types/markdown-it": "^12.2.3",
|
|
7021
|
-
"bluebird": "^3.7.2",
|
|
7022
|
-
"catharsis": "^0.9.0",
|
|
7023
|
-
"escape-string-regexp": "^2.0.0",
|
|
7024
|
-
"js2xmlparser": "^4.0.2",
|
|
7025
|
-
"klaw": "^3.0.0",
|
|
7026
|
-
"markdown-it": "^12.3.2",
|
|
7027
|
-
"markdown-it-anchor": "^8.4.1",
|
|
7028
|
-
"marked": "^4.0.10",
|
|
7029
|
-
"mkdirp": "^1.0.4",
|
|
7030
|
-
"requizzle": "^0.2.3",
|
|
7031
|
-
"strip-json-comments": "^3.1.0",
|
|
7032
|
-
"taffydb": "2.6.2",
|
|
7033
|
-
"underscore": "~1.13.2"
|
|
7034
|
-
},
|
|
7035
|
-
"dependencies": {
|
|
7036
|
-
"escape-string-regexp": {
|
|
7037
|
-
"version": "2.0.0",
|
|
7038
|
-
"extraneous": true
|
|
7039
|
-
},
|
|
7040
|
-
"mkdirp": {
|
|
7041
|
-
"version": "1.0.4",
|
|
7042
|
-
"extraneous": true
|
|
7043
|
-
}
|
|
7044
|
-
}
|
|
7045
|
-
},
|
|
7046
|
-
"jsdoc-plugin-typescript": {
|
|
7047
|
-
"version": "2.2.0",
|
|
7048
|
-
"extraneous": true,
|
|
7049
|
-
"requires": {
|
|
7050
|
-
"string.prototype.matchall": "^4.0.0"
|
|
7051
|
-
}
|
|
7052
|
-
},
|
|
7053
6266
|
"jsftp": {
|
|
7054
6267
|
"version": "2.1.3",
|
|
7055
6268
|
"requires": {
|
|
@@ -7089,10 +6302,7 @@
|
|
|
7089
6302
|
}
|
|
7090
6303
|
},
|
|
7091
6304
|
"klaw": {
|
|
7092
|
-
"version": "
|
|
7093
|
-
"requires": {
|
|
7094
|
-
"graceful-fs": "^4.1.9"
|
|
7095
|
-
}
|
|
6305
|
+
"version": "4.0.1"
|
|
7096
6306
|
},
|
|
7097
6307
|
"kuler": {
|
|
7098
6308
|
"version": "2.0.0",
|
|
@@ -7137,13 +6347,6 @@
|
|
|
7137
6347
|
"lines-and-columns": {
|
|
7138
6348
|
"version": "1.2.4"
|
|
7139
6349
|
},
|
|
7140
|
-
"linkify-it": {
|
|
7141
|
-
"version": "3.0.3",
|
|
7142
|
-
"extraneous": true,
|
|
7143
|
-
"requires": {
|
|
7144
|
-
"uc.micro": "^1.0.1"
|
|
7145
|
-
}
|
|
7146
|
-
},
|
|
7147
6350
|
"load-bmfont": {
|
|
7148
6351
|
"version": "1.4.1",
|
|
7149
6352
|
"requires": {
|
|
@@ -7248,33 +6451,6 @@
|
|
|
7248
6451
|
"lowercase-keys": {
|
|
7249
6452
|
"version": "2.0.0"
|
|
7250
6453
|
},
|
|
7251
|
-
"lru-cache": {
|
|
7252
|
-
"version": "7.14.0"
|
|
7253
|
-
},
|
|
7254
|
-
"markdown-it": {
|
|
7255
|
-
"version": "12.3.2",
|
|
7256
|
-
"extraneous": true,
|
|
7257
|
-
"requires": {
|
|
7258
|
-
"argparse": "^2.0.1",
|
|
7259
|
-
"entities": "~2.1.0",
|
|
7260
|
-
"linkify-it": "^3.0.1",
|
|
7261
|
-
"mdurl": "^1.0.1",
|
|
7262
|
-
"uc.micro": "^1.0.5"
|
|
7263
|
-
}
|
|
7264
|
-
},
|
|
7265
|
-
"markdown-it-anchor": {
|
|
7266
|
-
"version": "8.6.5",
|
|
7267
|
-
"extraneous": true,
|
|
7268
|
-
"requires": {}
|
|
7269
|
-
},
|
|
7270
|
-
"marked": {
|
|
7271
|
-
"version": "4.2.4",
|
|
7272
|
-
"extraneous": true
|
|
7273
|
-
},
|
|
7274
|
-
"mdurl": {
|
|
7275
|
-
"version": "1.0.1",
|
|
7276
|
-
"extraneous": true
|
|
7277
|
-
},
|
|
7278
6454
|
"media-typer": {
|
|
7279
6455
|
"version": "0.3.0"
|
|
7280
6456
|
},
|
|
@@ -7348,7 +6524,7 @@
|
|
|
7348
6524
|
"version": "2.29.4"
|
|
7349
6525
|
},
|
|
7350
6526
|
"moment-timezone": {
|
|
7351
|
-
"version": "0.5.
|
|
6527
|
+
"version": "0.5.40",
|
|
7352
6528
|
"requires": {
|
|
7353
6529
|
"moment": ">= 2.9.0"
|
|
7354
6530
|
}
|
|
@@ -7436,30 +6612,16 @@
|
|
|
7436
6612
|
"version": "6.1.0"
|
|
7437
6613
|
},
|
|
7438
6614
|
"npmlog": {
|
|
7439
|
-
"version": "
|
|
6615
|
+
"version": "7.0.1",
|
|
7440
6616
|
"requires": {
|
|
7441
|
-
"are-we-there-yet": "^
|
|
6617
|
+
"are-we-there-yet": "^4.0.0",
|
|
7442
6618
|
"console-control-strings": "^1.1.0",
|
|
7443
|
-
"gauge": "^
|
|
6619
|
+
"gauge": "^5.0.0",
|
|
7444
6620
|
"set-blocking": "^2.0.0"
|
|
7445
6621
|
}
|
|
7446
6622
|
},
|
|
7447
6623
|
"object-inspect": {
|
|
7448
|
-
"version": "1.12.
|
|
7449
|
-
},
|
|
7450
|
-
"object-keys": {
|
|
7451
|
-
"version": "1.1.1",
|
|
7452
|
-
"extraneous": true
|
|
7453
|
-
},
|
|
7454
|
-
"object.assign": {
|
|
7455
|
-
"version": "4.1.4",
|
|
7456
|
-
"extraneous": true,
|
|
7457
|
-
"requires": {
|
|
7458
|
-
"call-bind": "^1.0.2",
|
|
7459
|
-
"define-properties": "^1.1.4",
|
|
7460
|
-
"has-symbols": "^1.0.3",
|
|
7461
|
-
"object-keys": "^1.1.1"
|
|
7462
|
-
}
|
|
6624
|
+
"version": "1.12.3"
|
|
7463
6625
|
},
|
|
7464
6626
|
"omggif": {
|
|
7465
6627
|
"version": "1.0.10"
|
|
@@ -7721,7 +6883,7 @@
|
|
|
7721
6883
|
}
|
|
7722
6884
|
},
|
|
7723
6885
|
"punycode": {
|
|
7724
|
-
"version": "2.
|
|
6886
|
+
"version": "2.2.0",
|
|
7725
6887
|
"extraneous": true
|
|
7726
6888
|
},
|
|
7727
6889
|
"qs": {
|
|
@@ -7780,7 +6942,7 @@
|
|
|
7780
6942
|
}
|
|
7781
6943
|
},
|
|
7782
6944
|
"minimatch": {
|
|
7783
|
-
"version": "5.1.
|
|
6945
|
+
"version": "5.1.2",
|
|
7784
6946
|
"requires": {
|
|
7785
6947
|
"brace-expansion": "^2.0.1"
|
|
7786
6948
|
}
|
|
@@ -7790,26 +6952,10 @@
|
|
|
7790
6952
|
"regenerator-runtime": {
|
|
7791
6953
|
"version": "0.13.11"
|
|
7792
6954
|
},
|
|
7793
|
-
"regexp.prototype.flags": {
|
|
7794
|
-
"version": "1.4.3",
|
|
7795
|
-
"extraneous": true,
|
|
7796
|
-
"requires": {
|
|
7797
|
-
"call-bind": "^1.0.2",
|
|
7798
|
-
"define-properties": "^1.1.3",
|
|
7799
|
-
"functions-have-names": "^1.2.2"
|
|
7800
|
-
}
|
|
7801
|
-
},
|
|
7802
6955
|
"require-from-string": {
|
|
7803
6956
|
"version": "2.0.2",
|
|
7804
6957
|
"extraneous": true
|
|
7805
6958
|
},
|
|
7806
|
-
"requizzle": {
|
|
7807
|
-
"version": "0.2.4",
|
|
7808
|
-
"extraneous": true,
|
|
7809
|
-
"requires": {
|
|
7810
|
-
"lodash": "^4.17.21"
|
|
7811
|
-
}
|
|
7812
|
-
},
|
|
7813
6959
|
"resolve": {
|
|
7814
6960
|
"version": "1.22.1",
|
|
7815
6961
|
"requires": {
|
|
@@ -7860,17 +7006,8 @@
|
|
|
7860
7006
|
"safe-buffer": {
|
|
7861
7007
|
"version": "5.2.1"
|
|
7862
7008
|
},
|
|
7863
|
-
"safe-regex-test": {
|
|
7864
|
-
"version": "1.0.0",
|
|
7865
|
-
"extraneous": true,
|
|
7866
|
-
"requires": {
|
|
7867
|
-
"call-bind": "^1.0.2",
|
|
7868
|
-
"get-intrinsic": "^1.1.3",
|
|
7869
|
-
"is-regex": "^1.1.4"
|
|
7870
|
-
}
|
|
7871
|
-
},
|
|
7872
7009
|
"safe-stable-stringify": {
|
|
7873
|
-
"version": "2.4.
|
|
7010
|
+
"version": "2.4.2",
|
|
7874
7011
|
"extraneous": true
|
|
7875
7012
|
},
|
|
7876
7013
|
"safer-buffer": {
|
|
@@ -7896,6 +7033,9 @@
|
|
|
7896
7033
|
"requires": {
|
|
7897
7034
|
"yallist": "^4.0.0"
|
|
7898
7035
|
}
|
|
7036
|
+
},
|
|
7037
|
+
"yallist": {
|
|
7038
|
+
"version": "4.0.0"
|
|
7899
7039
|
}
|
|
7900
7040
|
}
|
|
7901
7041
|
},
|
|
@@ -8069,48 +7209,12 @@
|
|
|
8069
7209
|
"safe-buffer": "~5.2.0"
|
|
8070
7210
|
}
|
|
8071
7211
|
},
|
|
8072
|
-
"string.prototype.matchall": {
|
|
8073
|
-
"version": "4.0.8",
|
|
8074
|
-
"extraneous": true,
|
|
8075
|
-
"requires": {
|
|
8076
|
-
"call-bind": "^1.0.2",
|
|
8077
|
-
"define-properties": "^1.1.4",
|
|
8078
|
-
"es-abstract": "^1.20.4",
|
|
8079
|
-
"get-intrinsic": "^1.1.3",
|
|
8080
|
-
"has-symbols": "^1.0.3",
|
|
8081
|
-
"internal-slot": "^1.0.3",
|
|
8082
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
8083
|
-
"side-channel": "^1.0.4"
|
|
8084
|
-
}
|
|
8085
|
-
},
|
|
8086
|
-
"string.prototype.trimend": {
|
|
8087
|
-
"version": "1.0.6",
|
|
8088
|
-
"extraneous": true,
|
|
8089
|
-
"requires": {
|
|
8090
|
-
"call-bind": "^1.0.2",
|
|
8091
|
-
"define-properties": "^1.1.4",
|
|
8092
|
-
"es-abstract": "^1.20.4"
|
|
8093
|
-
}
|
|
8094
|
-
},
|
|
8095
|
-
"string.prototype.trimstart": {
|
|
8096
|
-
"version": "1.0.6",
|
|
8097
|
-
"extraneous": true,
|
|
8098
|
-
"requires": {
|
|
8099
|
-
"call-bind": "^1.0.2",
|
|
8100
|
-
"define-properties": "^1.1.4",
|
|
8101
|
-
"es-abstract": "^1.20.4"
|
|
8102
|
-
}
|
|
8103
|
-
},
|
|
8104
7212
|
"strip-ansi": {
|
|
8105
7213
|
"version": "6.0.1",
|
|
8106
7214
|
"requires": {
|
|
8107
7215
|
"ansi-regex": "^5.0.1"
|
|
8108
7216
|
}
|
|
8109
7217
|
},
|
|
8110
|
-
"strip-json-comments": {
|
|
8111
|
-
"version": "3.1.1",
|
|
8112
|
-
"extraneous": true
|
|
8113
|
-
},
|
|
8114
7218
|
"supports-color": {
|
|
8115
7219
|
"version": "8.1.1",
|
|
8116
7220
|
"requires": {
|
|
@@ -8120,10 +7224,6 @@
|
|
|
8120
7224
|
"supports-preserve-symlinks-flag": {
|
|
8121
7225
|
"version": "1.0.0"
|
|
8122
7226
|
},
|
|
8123
|
-
"taffydb": {
|
|
8124
|
-
"version": "2.6.2",
|
|
8125
|
-
"extraneous": true
|
|
8126
|
-
},
|
|
8127
7227
|
"tar-stream": {
|
|
8128
7228
|
"version": "2.2.0",
|
|
8129
7229
|
"requires": {
|
|
@@ -8153,6 +7253,12 @@
|
|
|
8153
7253
|
},
|
|
8154
7254
|
"shell-quote": {
|
|
8155
7255
|
"version": "1.7.3"
|
|
7256
|
+
},
|
|
7257
|
+
"which": {
|
|
7258
|
+
"version": "2.0.2",
|
|
7259
|
+
"requires": {
|
|
7260
|
+
"isexe": "^2.0.0"
|
|
7261
|
+
}
|
|
8156
7262
|
}
|
|
8157
7263
|
}
|
|
8158
7264
|
},
|
|
@@ -8167,7 +7273,7 @@
|
|
|
8167
7273
|
"version": "1.7.1"
|
|
8168
7274
|
},
|
|
8169
7275
|
"tinycolor2": {
|
|
8170
|
-
"version": "1.
|
|
7276
|
+
"version": "1.5.2"
|
|
8171
7277
|
},
|
|
8172
7278
|
"toidentifier": {
|
|
8173
7279
|
"version": "1.0.1"
|
|
@@ -8183,7 +7289,7 @@
|
|
|
8183
7289
|
}
|
|
8184
7290
|
},
|
|
8185
7291
|
"type-fest": {
|
|
8186
|
-
"version": "3.
|
|
7292
|
+
"version": "3.4.0"
|
|
8187
7293
|
},
|
|
8188
7294
|
"type-is": {
|
|
8189
7295
|
"version": "1.6.18",
|
|
@@ -8192,24 +7298,6 @@
|
|
|
8192
7298
|
"mime-types": "~2.1.24"
|
|
8193
7299
|
}
|
|
8194
7300
|
},
|
|
8195
|
-
"uc.micro": {
|
|
8196
|
-
"version": "1.0.6",
|
|
8197
|
-
"extraneous": true
|
|
8198
|
-
},
|
|
8199
|
-
"unbox-primitive": {
|
|
8200
|
-
"version": "1.0.2",
|
|
8201
|
-
"extraneous": true,
|
|
8202
|
-
"requires": {
|
|
8203
|
-
"call-bind": "^1.0.2",
|
|
8204
|
-
"has-bigints": "^1.0.2",
|
|
8205
|
-
"has-symbols": "^1.0.3",
|
|
8206
|
-
"which-boxed-primitive": "^1.0.2"
|
|
8207
|
-
}
|
|
8208
|
-
},
|
|
8209
|
-
"underscore": {
|
|
8210
|
-
"version": "1.13.6",
|
|
8211
|
-
"extraneous": true
|
|
8212
|
-
},
|
|
8213
7301
|
"unorm": {
|
|
8214
7302
|
"version": "1.6.0"
|
|
8215
7303
|
},
|
|
@@ -8250,7 +7338,7 @@
|
|
|
8250
7338
|
"version": "1.0.1"
|
|
8251
7339
|
},
|
|
8252
7340
|
"uuid": {
|
|
8253
|
-
"version": "
|
|
7341
|
+
"version": "9.0.0"
|
|
8254
7342
|
},
|
|
8255
7343
|
"validate-npm-package-license": {
|
|
8256
7344
|
"version": "3.0.4",
|
|
@@ -8273,22 +7361,11 @@
|
|
|
8273
7361
|
}
|
|
8274
7362
|
},
|
|
8275
7363
|
"which": {
|
|
8276
|
-
"version": "
|
|
7364
|
+
"version": "3.0.0",
|
|
8277
7365
|
"requires": {
|
|
8278
7366
|
"isexe": "^2.0.0"
|
|
8279
7367
|
}
|
|
8280
7368
|
},
|
|
8281
|
-
"which-boxed-primitive": {
|
|
8282
|
-
"version": "1.0.2",
|
|
8283
|
-
"extraneous": true,
|
|
8284
|
-
"requires": {
|
|
8285
|
-
"is-bigint": "^1.0.1",
|
|
8286
|
-
"is-boolean-object": "^1.1.0",
|
|
8287
|
-
"is-number-object": "^1.0.4",
|
|
8288
|
-
"is-string": "^1.0.5",
|
|
8289
|
-
"is-symbol": "^1.0.3"
|
|
8290
|
-
}
|
|
8291
|
-
},
|
|
8292
7369
|
"wide-align": {
|
|
8293
7370
|
"version": "1.1.5",
|
|
8294
7371
|
"requires": {
|
|
@@ -8387,7 +7464,7 @@
|
|
|
8387
7464
|
"version": "1.0.2"
|
|
8388
7465
|
},
|
|
8389
7466
|
"ws": {
|
|
8390
|
-
"version": "8.
|
|
7467
|
+
"version": "8.12.0",
|
|
8391
7468
|
"requires": {}
|
|
8392
7469
|
},
|
|
8393
7470
|
"xhr": {
|
|
@@ -8417,19 +7494,12 @@
|
|
|
8417
7494
|
"xmlbuilder": {
|
|
8418
7495
|
"version": "15.1.1"
|
|
8419
7496
|
},
|
|
8420
|
-
"xmlcreate": {
|
|
8421
|
-
"version": "2.0.4",
|
|
8422
|
-
"extraneous": true
|
|
8423
|
-
},
|
|
8424
7497
|
"xpath": {
|
|
8425
7498
|
"version": "0.0.32"
|
|
8426
7499
|
},
|
|
8427
7500
|
"xtend": {
|
|
8428
7501
|
"version": "4.0.2"
|
|
8429
7502
|
},
|
|
8430
|
-
"yallist": {
|
|
8431
|
-
"version": "4.0.0"
|
|
8432
|
-
},
|
|
8433
7503
|
"yaml": {
|
|
8434
7504
|
"version": "2.1.3",
|
|
8435
7505
|
"extraneous": true
|