appium-uiautomator2-driver 2.11.1 → 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +3 -2
- package/build/lib/desired-caps.js +4 -1
- package/build/lib/desired-caps.js.map +1 -1
- package/build/lib/driver.js +21 -21
- package/build/lib/driver.js.map +1 -1
- package/lib/desired-caps.js +3 -0
- package/lib/driver.js +22 -21
- package/npm-shrinkwrap.json +322 -1265
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.1",
|
|
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.12.1",
|
|
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.5",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"semantic-release": "^19.0.2",
|
|
51
51
|
"sinon": "^15.0.0",
|
|
52
52
|
"unzipper": "^0.x",
|
|
53
|
-
"webdriverio": "^
|
|
53
|
+
"webdriverio": "^8.0.5",
|
|
54
54
|
"xpath": "^0.x"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
@@ -62,91 +62,73 @@
|
|
|
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/
|
|
98
|
-
"version": "
|
|
99
|
-
"
|
|
100
|
-
|
|
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
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
112
|
-
"version": "0.27.2",
|
|
113
|
-
"license": "MIT",
|
|
114
|
-
"dependencies": {
|
|
115
|
-
"follow-redirects": "^1.14.9",
|
|
116
|
-
"form-data": "^4.0.0"
|
|
97
|
+
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
98
|
+
"version": "7.14.1",
|
|
99
|
+
"license": "ISC",
|
|
100
|
+
"engines": {
|
|
101
|
+
"node": ">=12"
|
|
117
102
|
}
|
|
118
103
|
},
|
|
119
104
|
"node_modules/@appium/base-plugin": {
|
|
120
|
-
"version": "
|
|
105
|
+
"version": "2.0.1",
|
|
121
106
|
"extraneous": true,
|
|
122
107
|
"license": "Apache-2.0",
|
|
123
108
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^
|
|
109
|
+
"@appium/support": "^3.0.1"
|
|
125
110
|
},
|
|
126
111
|
"engines": {
|
|
127
|
-
"node": ">=
|
|
112
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
128
113
|
"npm": ">=8"
|
|
129
114
|
}
|
|
130
115
|
},
|
|
131
116
|
"node_modules/@appium/docutils": {
|
|
132
|
-
"version": "0.
|
|
117
|
+
"version": "0.1.1",
|
|
133
118
|
"extraneous": true,
|
|
134
119
|
"license": "Apache-2.0",
|
|
135
120
|
"dependencies": {
|
|
136
|
-
"@appium/support": "^
|
|
137
|
-
"docdash": "1.2.0",
|
|
138
|
-
"jsdoc": "3.6.11",
|
|
139
|
-
"jsdoc-plugin-typescript": "2.2.0",
|
|
121
|
+
"@appium/support": "^3.0.1",
|
|
140
122
|
"source-map-support": "0.5.21",
|
|
141
123
|
"teen_process": "2.0.2"
|
|
142
124
|
},
|
|
143
125
|
"engines": {
|
|
144
|
-
"node": ">=
|
|
126
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
145
127
|
"npm": ">=8"
|
|
146
128
|
}
|
|
147
129
|
},
|
|
148
130
|
"node_modules/@appium/schema": {
|
|
149
|
-
"version": "0.0
|
|
131
|
+
"version": "0.1.0",
|
|
150
132
|
"license": "Apache-2.0",
|
|
151
133
|
"dependencies": {
|
|
152
134
|
"@types/json-schema": "7.0.11",
|
|
@@ -154,15 +136,15 @@
|
|
|
154
136
|
"source-map-support": "0.5.21"
|
|
155
137
|
},
|
|
156
138
|
"engines": {
|
|
157
|
-
"node": ">=
|
|
139
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
158
140
|
"npm": ">=8"
|
|
159
141
|
}
|
|
160
142
|
},
|
|
161
143
|
"node_modules/@appium/support": {
|
|
162
|
-
"version": "
|
|
144
|
+
"version": "3.0.1",
|
|
163
145
|
"license": "Apache-2.0",
|
|
164
146
|
"dependencies": {
|
|
165
|
-
"@appium/types": "^0.
|
|
147
|
+
"@appium/types": "^0.7.0",
|
|
166
148
|
"@colors/colors": "1.5.0",
|
|
167
149
|
"@types/archiver": "5.3.1",
|
|
168
150
|
"@types/base64-stream": "1.0.2",
|
|
@@ -177,13 +159,13 @@
|
|
|
177
159
|
"@types/pluralize": "0.0.29",
|
|
178
160
|
"@types/pngjs": "6.0.1",
|
|
179
161
|
"@types/rimraf": "3.0.2",
|
|
180
|
-
"@types/semver": "7.3.
|
|
162
|
+
"@types/semver": "7.3.13",
|
|
181
163
|
"@types/shell-quote": "1.7.1",
|
|
182
164
|
"@types/supports-color": "8.1.1",
|
|
183
|
-
"@types/teen_process": "
|
|
184
|
-
"@types/uuid": "
|
|
165
|
+
"@types/teen_process": "2.0.0",
|
|
166
|
+
"@types/uuid": "9.0.0",
|
|
185
167
|
"archiver": "5.3.1",
|
|
186
|
-
"axios": "
|
|
168
|
+
"axios": "1.2.1",
|
|
187
169
|
"base64-stream": "1.0.0",
|
|
188
170
|
"bluebird": "3.7.2",
|
|
189
171
|
"bplist-creator": "0.1.1",
|
|
@@ -193,14 +175,14 @@
|
|
|
193
175
|
"glob": "8.0.3",
|
|
194
176
|
"jimp": "0.16.2",
|
|
195
177
|
"jsftp": "2.1.3",
|
|
196
|
-
"klaw": "
|
|
178
|
+
"klaw": "4.0.1",
|
|
197
179
|
"lockfile": "1.0.4",
|
|
198
180
|
"lodash": "4.17.21",
|
|
199
181
|
"log-symbols": "4.1.0",
|
|
200
182
|
"moment": "2.29.4",
|
|
201
183
|
"mv": "2.1.1",
|
|
202
184
|
"ncp": "2.0.0",
|
|
203
|
-
"npmlog": "
|
|
185
|
+
"npmlog": "7.0.1",
|
|
204
186
|
"opencv-bindings": "4.5.5",
|
|
205
187
|
"pkg-dir": "5.0.0",
|
|
206
188
|
"plist": "3.0.6",
|
|
@@ -215,37 +197,29 @@
|
|
|
215
197
|
"source-map-support": "0.5.21",
|
|
216
198
|
"supports-color": "8.1.1",
|
|
217
199
|
"teen_process": "2.0.2",
|
|
218
|
-
"type-fest": "3.
|
|
219
|
-
"uuid": "
|
|
220
|
-
"which": "
|
|
200
|
+
"type-fest": "3.4.0",
|
|
201
|
+
"uuid": "9.0.0",
|
|
202
|
+
"which": "3.0.0",
|
|
221
203
|
"yauzl": "2.10.0"
|
|
222
204
|
},
|
|
223
205
|
"engines": {
|
|
224
|
-
"node": ">=
|
|
206
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
225
207
|
"npm": ">=8"
|
|
226
208
|
}
|
|
227
209
|
},
|
|
228
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
229
|
-
"version": "0.27.2",
|
|
230
|
-
"license": "MIT",
|
|
231
|
-
"dependencies": {
|
|
232
|
-
"follow-redirects": "^1.14.9",
|
|
233
|
-
"form-data": "^4.0.0"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
210
|
"node_modules/@appium/types": {
|
|
237
|
-
"version": "0.
|
|
211
|
+
"version": "0.7.0",
|
|
238
212
|
"license": "Apache-2.0",
|
|
239
213
|
"dependencies": {
|
|
240
|
-
"@appium/schema": "^0.0
|
|
241
|
-
"@types/express": "4.17.
|
|
214
|
+
"@appium/schema": "^0.1.0",
|
|
215
|
+
"@types/express": "4.17.15",
|
|
242
216
|
"@types/npmlog": "4.1.4",
|
|
243
217
|
"@types/ws": "8.5.3",
|
|
244
|
-
"@wdio/types": "7.
|
|
245
|
-
"type-fest": "3.
|
|
218
|
+
"@wdio/types": "7.26.0",
|
|
219
|
+
"type-fest": "3.4.0"
|
|
246
220
|
},
|
|
247
221
|
"engines": {
|
|
248
|
-
"node": ">=
|
|
222
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
249
223
|
"npm": ">=8"
|
|
250
224
|
}
|
|
251
225
|
},
|
|
@@ -278,19 +252,8 @@
|
|
|
278
252
|
"node": ">=6.9.0"
|
|
279
253
|
}
|
|
280
254
|
},
|
|
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
255
|
"node_modules/@babel/runtime": {
|
|
293
|
-
"version": "7.20.
|
|
256
|
+
"version": "7.20.7",
|
|
294
257
|
"license": "MIT",
|
|
295
258
|
"dependencies": {
|
|
296
259
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -828,7 +791,7 @@
|
|
|
828
791
|
}
|
|
829
792
|
},
|
|
830
793
|
"node_modules/@types/bluebird": {
|
|
831
|
-
"version": "3.5.
|
|
794
|
+
"version": "3.5.38",
|
|
832
795
|
"license": "MIT"
|
|
833
796
|
},
|
|
834
797
|
"node_modules/@types/body-parser": {
|
|
@@ -857,11 +820,11 @@
|
|
|
857
820
|
}
|
|
858
821
|
},
|
|
859
822
|
"node_modules/@types/express": {
|
|
860
|
-
"version": "4.17.
|
|
823
|
+
"version": "4.17.15",
|
|
861
824
|
"license": "MIT",
|
|
862
825
|
"dependencies": {
|
|
863
826
|
"@types/body-parser": "*",
|
|
864
|
-
"@types/express-serve-static-core": "^4.17.
|
|
827
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
865
828
|
"@types/qs": "*",
|
|
866
829
|
"@types/serve-static": "*"
|
|
867
830
|
}
|
|
@@ -921,29 +884,10 @@
|
|
|
921
884
|
"@types/node": "*"
|
|
922
885
|
}
|
|
923
886
|
},
|
|
924
|
-
"node_modules/@types/linkify-it": {
|
|
925
|
-
"version": "3.0.2",
|
|
926
|
-
"extraneous": true,
|
|
927
|
-
"license": "MIT"
|
|
928
|
-
},
|
|
929
887
|
"node_modules/@types/lockfile": {
|
|
930
888
|
"version": "1.0.2",
|
|
931
889
|
"license": "MIT"
|
|
932
890
|
},
|
|
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
891
|
"node_modules/@types/method-override": {
|
|
948
892
|
"version": "0.0.32",
|
|
949
893
|
"license": "MIT",
|
|
@@ -971,7 +915,7 @@
|
|
|
971
915
|
}
|
|
972
916
|
},
|
|
973
917
|
"node_modules/@types/node": {
|
|
974
|
-
"version": "18.11.
|
|
918
|
+
"version": "18.11.17",
|
|
975
919
|
"license": "MIT"
|
|
976
920
|
},
|
|
977
921
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1017,7 +961,7 @@
|
|
|
1017
961
|
}
|
|
1018
962
|
},
|
|
1019
963
|
"node_modules/@types/semver": {
|
|
1020
|
-
"version": "7.3.
|
|
964
|
+
"version": "7.3.13",
|
|
1021
965
|
"license": "MIT"
|
|
1022
966
|
},
|
|
1023
967
|
"node_modules/@types/serve-favicon": {
|
|
@@ -1044,14 +988,14 @@
|
|
|
1044
988
|
"license": "MIT"
|
|
1045
989
|
},
|
|
1046
990
|
"node_modules/@types/teen_process": {
|
|
1047
|
-
"version": "
|
|
991
|
+
"version": "2.0.0",
|
|
1048
992
|
"license": "MIT",
|
|
1049
993
|
"dependencies": {
|
|
1050
994
|
"@types/node": "*"
|
|
1051
995
|
}
|
|
1052
996
|
},
|
|
1053
997
|
"node_modules/@types/uuid": {
|
|
1054
|
-
"version": "
|
|
998
|
+
"version": "9.0.0",
|
|
1055
999
|
"license": "MIT"
|
|
1056
1000
|
},
|
|
1057
1001
|
"node_modules/@types/wrap-ansi": {
|
|
@@ -1067,7 +1011,7 @@
|
|
|
1067
1011
|
}
|
|
1068
1012
|
},
|
|
1069
1013
|
"node_modules/@wdio/types": {
|
|
1070
|
-
"version": "7.
|
|
1014
|
+
"version": "7.26.0",
|
|
1071
1015
|
"license": "MIT",
|
|
1072
1016
|
"dependencies": {
|
|
1073
1017
|
"@types/node": "^18.0.0",
|
|
@@ -1092,6 +1036,16 @@
|
|
|
1092
1036
|
"node": ">=10.0.0"
|
|
1093
1037
|
}
|
|
1094
1038
|
},
|
|
1039
|
+
"node_modules/abort-controller": {
|
|
1040
|
+
"version": "3.0.0",
|
|
1041
|
+
"license": "MIT",
|
|
1042
|
+
"dependencies": {
|
|
1043
|
+
"event-target-shim": "^5.0.0"
|
|
1044
|
+
},
|
|
1045
|
+
"engines": {
|
|
1046
|
+
"node": ">=6.5"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1095
1049
|
"node_modules/accepts": {
|
|
1096
1050
|
"version": "1.3.8",
|
|
1097
1051
|
"license": "MIT",
|
|
@@ -1123,7 +1077,7 @@
|
|
|
1123
1077
|
}
|
|
1124
1078
|
},
|
|
1125
1079
|
"node_modules/ajv": {
|
|
1126
|
-
"version": "8.11.
|
|
1080
|
+
"version": "8.11.2",
|
|
1127
1081
|
"extraneous": true,
|
|
1128
1082
|
"license": "MIT",
|
|
1129
1083
|
"dependencies": {
|
|
@@ -1175,10 +1129,10 @@
|
|
|
1175
1129
|
"license": "MIT"
|
|
1176
1130
|
},
|
|
1177
1131
|
"node_modules/appium-adb": {
|
|
1178
|
-
"version": "9.10.
|
|
1132
|
+
"version": "9.10.21",
|
|
1179
1133
|
"license": "Apache-2.0",
|
|
1180
1134
|
"dependencies": {
|
|
1181
|
-
"@appium/support": "^
|
|
1135
|
+
"@appium/support": "^3.0.0",
|
|
1182
1136
|
"@babel/runtime": "^7.0.0",
|
|
1183
1137
|
"adbkit-apkreader": "^3.1.2",
|
|
1184
1138
|
"async-lock": "^1.0.0",
|
|
@@ -1197,8 +1151,15 @@
|
|
|
1197
1151
|
"npm": ">=8"
|
|
1198
1152
|
}
|
|
1199
1153
|
},
|
|
1154
|
+
"node_modules/appium-adb/node_modules/lru-cache": {
|
|
1155
|
+
"version": "7.14.1",
|
|
1156
|
+
"license": "ISC",
|
|
1157
|
+
"engines": {
|
|
1158
|
+
"node": ">=12"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1200
1161
|
"node_modules/appium-android-driver": {
|
|
1201
|
-
"version": "5.8.
|
|
1162
|
+
"version": "5.8.5",
|
|
1202
1163
|
"license": "Apache-2.0",
|
|
1203
1164
|
"dependencies": {
|
|
1204
1165
|
"@babel/runtime": "^7.0.0",
|
|
@@ -1207,7 +1168,7 @@
|
|
|
1207
1168
|
"asyncbox": "^2.8.0",
|
|
1208
1169
|
"axios": "^1.x",
|
|
1209
1170
|
"bluebird": "^3.4.7",
|
|
1210
|
-
"io.appium.settings": "^
|
|
1171
|
+
"io.appium.settings": "^5.0.0",
|
|
1211
1172
|
"jimp": "^0.x",
|
|
1212
1173
|
"lodash": "^4.17.4",
|
|
1213
1174
|
"lru-cache": "^7.3.0",
|
|
@@ -1229,13 +1190,20 @@
|
|
|
1229
1190
|
"appium": "^2.0.0-beta.40"
|
|
1230
1191
|
}
|
|
1231
1192
|
},
|
|
1193
|
+
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
1194
|
+
"version": "7.14.1",
|
|
1195
|
+
"license": "ISC",
|
|
1196
|
+
"engines": {
|
|
1197
|
+
"node": ">=12"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1232
1200
|
"node_modules/appium-chromedriver": {
|
|
1233
|
-
"version": "5.2.
|
|
1201
|
+
"version": "5.2.12",
|
|
1234
1202
|
"hasInstallScript": true,
|
|
1235
1203
|
"license": "Apache-2.0",
|
|
1236
1204
|
"dependencies": {
|
|
1237
|
-
"@appium/base-driver": "^
|
|
1238
|
-
"@appium/support": "^
|
|
1205
|
+
"@appium/base-driver": "^9.1.0",
|
|
1206
|
+
"@appium/support": "^3.0.0",
|
|
1239
1207
|
"@babel/runtime": "^7.0.0",
|
|
1240
1208
|
"@xmldom/xmldom": "^0.x",
|
|
1241
1209
|
"asyncbox": "^2.0.2",
|
|
@@ -1255,7 +1223,7 @@
|
|
|
1255
1223
|
}
|
|
1256
1224
|
},
|
|
1257
1225
|
"node_modules/appium-uiautomator2-server": {
|
|
1258
|
-
"version": "5.7.
|
|
1226
|
+
"version": "5.7.6",
|
|
1259
1227
|
"license": "Apache-2.0",
|
|
1260
1228
|
"engines": {
|
|
1261
1229
|
"node": ">=14",
|
|
@@ -1348,14 +1316,49 @@
|
|
|
1348
1316
|
}
|
|
1349
1317
|
},
|
|
1350
1318
|
"node_modules/are-we-there-yet": {
|
|
1351
|
-
"version": "
|
|
1319
|
+
"version": "4.0.0",
|
|
1352
1320
|
"license": "ISC",
|
|
1353
1321
|
"dependencies": {
|
|
1354
1322
|
"delegates": "^1.0.0",
|
|
1355
|
-
"readable-stream": "^
|
|
1323
|
+
"readable-stream": "^4.1.0"
|
|
1356
1324
|
},
|
|
1357
1325
|
"engines": {
|
|
1358
|
-
"node": "^
|
|
1326
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"node_modules/are-we-there-yet/node_modules/buffer": {
|
|
1330
|
+
"version": "6.0.3",
|
|
1331
|
+
"funding": [
|
|
1332
|
+
{
|
|
1333
|
+
"type": "github",
|
|
1334
|
+
"url": "https://github.com/sponsors/feross"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"type": "patreon",
|
|
1338
|
+
"url": "https://www.patreon.com/feross"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"type": "consulting",
|
|
1342
|
+
"url": "https://feross.org/support"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"license": "MIT",
|
|
1346
|
+
"dependencies": {
|
|
1347
|
+
"base64-js": "^1.3.1",
|
|
1348
|
+
"ieee754": "^1.2.1"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1352
|
+
"version": "4.2.0",
|
|
1353
|
+
"license": "MIT",
|
|
1354
|
+
"dependencies": {
|
|
1355
|
+
"abort-controller": "^3.0.0",
|
|
1356
|
+
"buffer": "^6.0.3",
|
|
1357
|
+
"events": "^3.3.0",
|
|
1358
|
+
"process": "^0.11.10"
|
|
1359
|
+
},
|
|
1360
|
+
"engines": {
|
|
1361
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
1359
1362
|
}
|
|
1360
1363
|
},
|
|
1361
1364
|
"node_modules/argparse": {
|
|
@@ -1372,7 +1375,7 @@
|
|
|
1372
1375
|
"license": "MIT"
|
|
1373
1376
|
},
|
|
1374
1377
|
"node_modules/async-lock": {
|
|
1375
|
-
"version": "1.
|
|
1378
|
+
"version": "1.4.0",
|
|
1376
1379
|
"license": "MIT"
|
|
1377
1380
|
},
|
|
1378
1381
|
"node_modules/asyncbox": {
|
|
@@ -1394,7 +1397,7 @@
|
|
|
1394
1397
|
"license": "MIT"
|
|
1395
1398
|
},
|
|
1396
1399
|
"node_modules/axios": {
|
|
1397
|
-
"version": "1.2.
|
|
1400
|
+
"version": "1.2.1",
|
|
1398
1401
|
"license": "MIT",
|
|
1399
1402
|
"dependencies": {
|
|
1400
1403
|
"follow-redirects": "^1.15.0",
|
|
@@ -1618,17 +1621,6 @@
|
|
|
1618
1621
|
"url": "https://github.com/sponsors/ljharb"
|
|
1619
1622
|
}
|
|
1620
1623
|
},
|
|
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
1624
|
"node_modules/chalk": {
|
|
1633
1625
|
"version": "2.4.2",
|
|
1634
1626
|
"license": "MIT",
|
|
@@ -1754,7 +1746,7 @@
|
|
|
1754
1746
|
}
|
|
1755
1747
|
},
|
|
1756
1748
|
"node_modules/compare-versions": {
|
|
1757
|
-
"version": "5.0.
|
|
1749
|
+
"version": "5.0.3",
|
|
1758
1750
|
"license": "MIT"
|
|
1759
1751
|
},
|
|
1760
1752
|
"node_modules/compress-commons": {
|
|
@@ -1861,6 +1853,20 @@
|
|
|
1861
1853
|
"node": ">= 8"
|
|
1862
1854
|
}
|
|
1863
1855
|
},
|
|
1856
|
+
"node_modules/cross-spawn/node_modules/which": {
|
|
1857
|
+
"version": "2.0.2",
|
|
1858
|
+
"extraneous": true,
|
|
1859
|
+
"license": "ISC",
|
|
1860
|
+
"dependencies": {
|
|
1861
|
+
"isexe": "^2.0.0"
|
|
1862
|
+
},
|
|
1863
|
+
"bin": {
|
|
1864
|
+
"node-which": "bin/node-which"
|
|
1865
|
+
},
|
|
1866
|
+
"engines": {
|
|
1867
|
+
"node": ">= 8"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1864
1870
|
"node_modules/css-selector-parser": {
|
|
1865
1871
|
"version": "1.4.1",
|
|
1866
1872
|
"license": "MIT"
|
|
@@ -1906,21 +1912,6 @@
|
|
|
1906
1912
|
"node": ">=10"
|
|
1907
1913
|
}
|
|
1908
1914
|
},
|
|
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
1915
|
"node_modules/delayed-stream": {
|
|
1925
1916
|
"version": "1.0.0",
|
|
1926
1917
|
"license": "MIT",
|
|
@@ -1947,11 +1938,6 @@
|
|
|
1947
1938
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
1948
1939
|
}
|
|
1949
1940
|
},
|
|
1950
|
-
"node_modules/docdash": {
|
|
1951
|
-
"version": "1.2.0",
|
|
1952
|
-
"extraneous": true,
|
|
1953
|
-
"license": "Apache-2.0"
|
|
1954
|
-
},
|
|
1955
1941
|
"node_modules/dom-walk": {
|
|
1956
1942
|
"version": "0.1.2"
|
|
1957
1943
|
},
|
|
@@ -1982,14 +1968,6 @@
|
|
|
1982
1968
|
"once": "^1.4.0"
|
|
1983
1969
|
}
|
|
1984
1970
|
},
|
|
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
1971
|
"node_modules/error-ex": {
|
|
1994
1972
|
"version": "1.3.2",
|
|
1995
1973
|
"license": "MIT",
|
|
@@ -1997,73 +1975,10 @@
|
|
|
1997
1975
|
"is-arrayish": "^0.2.1"
|
|
1998
1976
|
}
|
|
1999
1977
|
},
|
|
2000
|
-
"node_modules/es-abstract": {
|
|
2001
|
-
"version": "1.20.4",
|
|
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
|
-
"has": "^1.0.3",
|
|
2012
|
-
"has-property-descriptors": "^1.0.0",
|
|
2013
|
-
"has-symbols": "^1.0.3",
|
|
2014
|
-
"internal-slot": "^1.0.3",
|
|
2015
|
-
"is-callable": "^1.2.7",
|
|
2016
|
-
"is-negative-zero": "^2.0.2",
|
|
2017
|
-
"is-regex": "^1.1.4",
|
|
2018
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
2019
|
-
"is-string": "^1.0.7",
|
|
2020
|
-
"is-weakref": "^1.0.2",
|
|
2021
|
-
"object-inspect": "^1.12.2",
|
|
2022
|
-
"object-keys": "^1.1.1",
|
|
2023
|
-
"object.assign": "^4.1.4",
|
|
2024
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
2025
|
-
"safe-regex-test": "^1.0.0",
|
|
2026
|
-
"string.prototype.trimend": "^1.0.5",
|
|
2027
|
-
"string.prototype.trimstart": "^1.0.5",
|
|
2028
|
-
"unbox-primitive": "^1.0.2"
|
|
2029
|
-
},
|
|
2030
|
-
"engines": {
|
|
2031
|
-
"node": ">= 0.4"
|
|
2032
|
-
},
|
|
2033
|
-
"funding": {
|
|
2034
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2035
|
-
}
|
|
2036
|
-
},
|
|
2037
|
-
"node_modules/es-to-primitive": {
|
|
2038
|
-
"version": "1.2.1",
|
|
2039
|
-
"extraneous": true,
|
|
2040
|
-
"license": "MIT",
|
|
2041
|
-
"dependencies": {
|
|
2042
|
-
"is-callable": "^1.1.4",
|
|
2043
|
-
"is-date-object": "^1.0.1",
|
|
2044
|
-
"is-symbol": "^1.0.2"
|
|
2045
|
-
},
|
|
2046
|
-
"engines": {
|
|
2047
|
-
"node": ">= 0.4"
|
|
2048
|
-
},
|
|
2049
|
-
"funding": {
|
|
2050
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
1978
|
"node_modules/es6-error": {
|
|
2054
1979
|
"version": "4.1.1",
|
|
2055
1980
|
"license": "MIT"
|
|
2056
1981
|
},
|
|
2057
|
-
"node_modules/es6-mapify": {
|
|
2058
|
-
"version": "1.2.0",
|
|
2059
|
-
"engines": [
|
|
2060
|
-
"node"
|
|
2061
|
-
],
|
|
2062
|
-
"license": "Apache-2.0",
|
|
2063
|
-
"dependencies": {
|
|
2064
|
-
"@babel/runtime": "^7.0.0"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
1982
|
"node_modules/escape-html": {
|
|
2068
1983
|
"version": "1.0.3",
|
|
2069
1984
|
"license": "MIT"
|
|
@@ -2082,6 +1997,20 @@
|
|
|
2082
1997
|
"node": ">= 0.6"
|
|
2083
1998
|
}
|
|
2084
1999
|
},
|
|
2000
|
+
"node_modules/event-target-shim": {
|
|
2001
|
+
"version": "5.0.1",
|
|
2002
|
+
"license": "MIT",
|
|
2003
|
+
"engines": {
|
|
2004
|
+
"node": ">=6"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"node_modules/events": {
|
|
2008
|
+
"version": "3.3.0",
|
|
2009
|
+
"license": "MIT",
|
|
2010
|
+
"engines": {
|
|
2011
|
+
"node": ">=0.8.x"
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2085
2014
|
"node_modules/exif-parser": {
|
|
2086
2015
|
"version": "0.1.12"
|
|
2087
2016
|
},
|
|
@@ -2299,33 +2228,8 @@
|
|
|
2299
2228
|
"version": "1.1.1",
|
|
2300
2229
|
"license": "MIT"
|
|
2301
2230
|
},
|
|
2302
|
-
"node_modules/function.prototype.name": {
|
|
2303
|
-
"version": "1.1.5",
|
|
2304
|
-
"extraneous": true,
|
|
2305
|
-
"license": "MIT",
|
|
2306
|
-
"dependencies": {
|
|
2307
|
-
"call-bind": "^1.0.2",
|
|
2308
|
-
"define-properties": "^1.1.3",
|
|
2309
|
-
"es-abstract": "^1.19.0",
|
|
2310
|
-
"functions-have-names": "^1.2.2"
|
|
2311
|
-
},
|
|
2312
|
-
"engines": {
|
|
2313
|
-
"node": ">= 0.4"
|
|
2314
|
-
},
|
|
2315
|
-
"funding": {
|
|
2316
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2317
|
-
}
|
|
2318
|
-
},
|
|
2319
|
-
"node_modules/functions-have-names": {
|
|
2320
|
-
"version": "1.2.3",
|
|
2321
|
-
"extraneous": true,
|
|
2322
|
-
"license": "MIT",
|
|
2323
|
-
"funding": {
|
|
2324
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2325
|
-
}
|
|
2326
|
-
},
|
|
2327
2231
|
"node_modules/gauge": {
|
|
2328
|
-
"version": "
|
|
2232
|
+
"version": "5.0.0",
|
|
2329
2233
|
"license": "ISC",
|
|
2330
2234
|
"dependencies": {
|
|
2331
2235
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
@@ -2338,7 +2242,7 @@
|
|
|
2338
2242
|
"wide-align": "^1.1.5"
|
|
2339
2243
|
},
|
|
2340
2244
|
"engines": {
|
|
2341
|
-
"node": "^
|
|
2245
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2342
2246
|
}
|
|
2343
2247
|
},
|
|
2344
2248
|
"node_modules/gauge/node_modules/emoji-regex": {
|
|
@@ -2386,21 +2290,6 @@
|
|
|
2386
2290
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2387
2291
|
}
|
|
2388
2292
|
},
|
|
2389
|
-
"node_modules/get-symbol-description": {
|
|
2390
|
-
"version": "1.0.0",
|
|
2391
|
-
"extraneous": true,
|
|
2392
|
-
"license": "MIT",
|
|
2393
|
-
"dependencies": {
|
|
2394
|
-
"call-bind": "^1.0.2",
|
|
2395
|
-
"get-intrinsic": "^1.1.1"
|
|
2396
|
-
},
|
|
2397
|
-
"engines": {
|
|
2398
|
-
"node": ">= 0.4"
|
|
2399
|
-
},
|
|
2400
|
-
"funding": {
|
|
2401
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
2293
|
"node_modules/gifwrap": {
|
|
2405
2294
|
"version": "0.9.4",
|
|
2406
2295
|
"license": "MIT",
|
|
@@ -2434,7 +2323,7 @@
|
|
|
2434
2323
|
}
|
|
2435
2324
|
},
|
|
2436
2325
|
"node_modules/glob/node_modules/minimatch": {
|
|
2437
|
-
"version": "5.1.
|
|
2326
|
+
"version": "5.1.2",
|
|
2438
2327
|
"license": "ISC",
|
|
2439
2328
|
"dependencies": {
|
|
2440
2329
|
"brace-expansion": "^2.0.1"
|
|
@@ -2452,7 +2341,7 @@
|
|
|
2452
2341
|
}
|
|
2453
2342
|
},
|
|
2454
2343
|
"node_modules/got": {
|
|
2455
|
-
"version": "11.8.
|
|
2344
|
+
"version": "11.8.6",
|
|
2456
2345
|
"license": "MIT",
|
|
2457
2346
|
"dependencies": {
|
|
2458
2347
|
"@sindresorhus/is": "^4.0.0",
|
|
@@ -2488,14 +2377,6 @@
|
|
|
2488
2377
|
"node": ">= 0.4.0"
|
|
2489
2378
|
}
|
|
2490
2379
|
},
|
|
2491
|
-
"node_modules/has-bigints": {
|
|
2492
|
-
"version": "1.0.2",
|
|
2493
|
-
"extraneous": true,
|
|
2494
|
-
"license": "MIT",
|
|
2495
|
-
"funding": {
|
|
2496
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
2380
|
"node_modules/has-flag": {
|
|
2500
2381
|
"version": "4.0.0",
|
|
2501
2382
|
"license": "MIT",
|
|
@@ -2503,17 +2384,6 @@
|
|
|
2503
2384
|
"node": ">=8"
|
|
2504
2385
|
}
|
|
2505
2386
|
},
|
|
2506
|
-
"node_modules/has-property-descriptors": {
|
|
2507
|
-
"version": "1.0.0",
|
|
2508
|
-
"extraneous": true,
|
|
2509
|
-
"license": "MIT",
|
|
2510
|
-
"dependencies": {
|
|
2511
|
-
"get-intrinsic": "^1.1.1"
|
|
2512
|
-
},
|
|
2513
|
-
"funding": {
|
|
2514
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2515
|
-
}
|
|
2516
|
-
},
|
|
2517
2387
|
"node_modules/has-symbols": {
|
|
2518
2388
|
"version": "1.0.3",
|
|
2519
2389
|
"license": "MIT",
|
|
@@ -2524,20 +2394,6 @@
|
|
|
2524
2394
|
"url": "https://github.com/sponsors/ljharb"
|
|
2525
2395
|
}
|
|
2526
2396
|
},
|
|
2527
|
-
"node_modules/has-tostringtag": {
|
|
2528
|
-
"version": "1.0.0",
|
|
2529
|
-
"extraneous": true,
|
|
2530
|
-
"license": "MIT",
|
|
2531
|
-
"dependencies": {
|
|
2532
|
-
"has-symbols": "^1.0.2"
|
|
2533
|
-
},
|
|
2534
|
-
"engines": {
|
|
2535
|
-
"node": ">= 0.4"
|
|
2536
|
-
},
|
|
2537
|
-
"funding": {
|
|
2538
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
2397
|
"node_modules/has-unicode": {
|
|
2542
2398
|
"version": "2.0.1",
|
|
2543
2399
|
"license": "ISC"
|
|
@@ -2637,21 +2493,8 @@
|
|
|
2637
2493
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2638
2494
|
}
|
|
2639
2495
|
},
|
|
2640
|
-
"node_modules/internal-slot": {
|
|
2641
|
-
"version": "1.0.3",
|
|
2642
|
-
"extraneous": true,
|
|
2643
|
-
"license": "MIT",
|
|
2644
|
-
"dependencies": {
|
|
2645
|
-
"get-intrinsic": "^1.1.0",
|
|
2646
|
-
"has": "^1.0.3",
|
|
2647
|
-
"side-channel": "^1.0.4"
|
|
2648
|
-
},
|
|
2649
|
-
"engines": {
|
|
2650
|
-
"node": ">= 0.4"
|
|
2651
|
-
}
|
|
2652
|
-
},
|
|
2653
2496
|
"node_modules/io.appium.settings": {
|
|
2654
|
-
"version": "
|
|
2497
|
+
"version": "5.0.0",
|
|
2655
2498
|
"license": "Apache-2.0",
|
|
2656
2499
|
"engines": {
|
|
2657
2500
|
"node": ">=14",
|
|
@@ -2669,43 +2512,6 @@
|
|
|
2669
2512
|
"version": "0.2.1",
|
|
2670
2513
|
"license": "MIT"
|
|
2671
2514
|
},
|
|
2672
|
-
"node_modules/is-bigint": {
|
|
2673
|
-
"version": "1.0.4",
|
|
2674
|
-
"extraneous": true,
|
|
2675
|
-
"license": "MIT",
|
|
2676
|
-
"dependencies": {
|
|
2677
|
-
"has-bigints": "^1.0.1"
|
|
2678
|
-
},
|
|
2679
|
-
"funding": {
|
|
2680
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
|
-
"node_modules/is-boolean-object": {
|
|
2684
|
-
"version": "1.1.2",
|
|
2685
|
-
"extraneous": true,
|
|
2686
|
-
"license": "MIT",
|
|
2687
|
-
"dependencies": {
|
|
2688
|
-
"call-bind": "^1.0.2",
|
|
2689
|
-
"has-tostringtag": "^1.0.0"
|
|
2690
|
-
},
|
|
2691
|
-
"engines": {
|
|
2692
|
-
"node": ">= 0.4"
|
|
2693
|
-
},
|
|
2694
|
-
"funding": {
|
|
2695
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
"node_modules/is-callable": {
|
|
2699
|
-
"version": "1.2.7",
|
|
2700
|
-
"extraneous": true,
|
|
2701
|
-
"license": "MIT",
|
|
2702
|
-
"engines": {
|
|
2703
|
-
"node": ">= 0.4"
|
|
2704
|
-
},
|
|
2705
|
-
"funding": {
|
|
2706
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2707
|
-
}
|
|
2708
|
-
},
|
|
2709
2515
|
"node_modules/is-core-module": {
|
|
2710
2516
|
"version": "2.11.0",
|
|
2711
2517
|
"license": "MIT",
|
|
@@ -2716,20 +2522,6 @@
|
|
|
2716
2522
|
"url": "https://github.com/sponsors/ljharb"
|
|
2717
2523
|
}
|
|
2718
2524
|
},
|
|
2719
|
-
"node_modules/is-date-object": {
|
|
2720
|
-
"version": "1.0.5",
|
|
2721
|
-
"extraneous": true,
|
|
2722
|
-
"license": "MIT",
|
|
2723
|
-
"dependencies": {
|
|
2724
|
-
"has-tostringtag": "^1.0.0"
|
|
2725
|
-
},
|
|
2726
|
-
"engines": {
|
|
2727
|
-
"node": ">= 0.4"
|
|
2728
|
-
},
|
|
2729
|
-
"funding": {
|
|
2730
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2731
|
-
}
|
|
2732
|
-
},
|
|
2733
2525
|
"node_modules/is-function": {
|
|
2734
2526
|
"version": "1.0.2",
|
|
2735
2527
|
"license": "MIT"
|
|
@@ -2742,17 +2534,6 @@
|
|
|
2742
2534
|
"node": ">=8"
|
|
2743
2535
|
}
|
|
2744
2536
|
},
|
|
2745
|
-
"node_modules/is-negative-zero": {
|
|
2746
|
-
"version": "2.0.2",
|
|
2747
|
-
"extraneous": true,
|
|
2748
|
-
"license": "MIT",
|
|
2749
|
-
"engines": {
|
|
2750
|
-
"node": ">= 0.4"
|
|
2751
|
-
},
|
|
2752
|
-
"funding": {
|
|
2753
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2754
|
-
}
|
|
2755
|
-
},
|
|
2756
2537
|
"node_modules/is-number-like": {
|
|
2757
2538
|
"version": "1.0.8",
|
|
2758
2539
|
"license": "ISC",
|
|
@@ -2760,46 +2541,6 @@
|
|
|
2760
2541
|
"lodash.isfinite": "^3.3.2"
|
|
2761
2542
|
}
|
|
2762
2543
|
},
|
|
2763
|
-
"node_modules/is-number-object": {
|
|
2764
|
-
"version": "1.0.7",
|
|
2765
|
-
"extraneous": true,
|
|
2766
|
-
"license": "MIT",
|
|
2767
|
-
"dependencies": {
|
|
2768
|
-
"has-tostringtag": "^1.0.0"
|
|
2769
|
-
},
|
|
2770
|
-
"engines": {
|
|
2771
|
-
"node": ">= 0.4"
|
|
2772
|
-
},
|
|
2773
|
-
"funding": {
|
|
2774
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
"node_modules/is-regex": {
|
|
2778
|
-
"version": "1.1.4",
|
|
2779
|
-
"extraneous": true,
|
|
2780
|
-
"license": "MIT",
|
|
2781
|
-
"dependencies": {
|
|
2782
|
-
"call-bind": "^1.0.2",
|
|
2783
|
-
"has-tostringtag": "^1.0.0"
|
|
2784
|
-
},
|
|
2785
|
-
"engines": {
|
|
2786
|
-
"node": ">= 0.4"
|
|
2787
|
-
},
|
|
2788
|
-
"funding": {
|
|
2789
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2790
|
-
}
|
|
2791
|
-
},
|
|
2792
|
-
"node_modules/is-shared-array-buffer": {
|
|
2793
|
-
"version": "1.0.2",
|
|
2794
|
-
"extraneous": true,
|
|
2795
|
-
"license": "MIT",
|
|
2796
|
-
"dependencies": {
|
|
2797
|
-
"call-bind": "^1.0.2"
|
|
2798
|
-
},
|
|
2799
|
-
"funding": {
|
|
2800
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
2544
|
"node_modules/is-stream": {
|
|
2804
2545
|
"version": "2.0.1",
|
|
2805
2546
|
"extraneous": true,
|
|
@@ -2811,34 +2552,6 @@
|
|
|
2811
2552
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2812
2553
|
}
|
|
2813
2554
|
},
|
|
2814
|
-
"node_modules/is-string": {
|
|
2815
|
-
"version": "1.0.7",
|
|
2816
|
-
"extraneous": true,
|
|
2817
|
-
"license": "MIT",
|
|
2818
|
-
"dependencies": {
|
|
2819
|
-
"has-tostringtag": "^1.0.0"
|
|
2820
|
-
},
|
|
2821
|
-
"engines": {
|
|
2822
|
-
"node": ">= 0.4"
|
|
2823
|
-
},
|
|
2824
|
-
"funding": {
|
|
2825
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
"node_modules/is-symbol": {
|
|
2829
|
-
"version": "1.0.4",
|
|
2830
|
-
"extraneous": true,
|
|
2831
|
-
"license": "MIT",
|
|
2832
|
-
"dependencies": {
|
|
2833
|
-
"has-symbols": "^1.0.2"
|
|
2834
|
-
},
|
|
2835
|
-
"engines": {
|
|
2836
|
-
"node": ">= 0.4"
|
|
2837
|
-
},
|
|
2838
|
-
"funding": {
|
|
2839
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2840
|
-
}
|
|
2841
|
-
},
|
|
2842
2555
|
"node_modules/is-unicode-supported": {
|
|
2843
2556
|
"version": "0.1.0",
|
|
2844
2557
|
"license": "MIT",
|
|
@@ -2849,17 +2562,6 @@
|
|
|
2849
2562
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2850
2563
|
}
|
|
2851
2564
|
},
|
|
2852
|
-
"node_modules/is-weakref": {
|
|
2853
|
-
"version": "1.0.2",
|
|
2854
|
-
"extraneous": true,
|
|
2855
|
-
"license": "MIT",
|
|
2856
|
-
"dependencies": {
|
|
2857
|
-
"call-bind": "^1.0.2"
|
|
2858
|
-
},
|
|
2859
|
-
"funding": {
|
|
2860
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
2565
|
"node_modules/isexe": {
|
|
2864
2566
|
"version": "2.0.0",
|
|
2865
2567
|
"license": "ISC"
|
|
@@ -2883,69 +2585,6 @@
|
|
|
2883
2585
|
"version": "4.0.0",
|
|
2884
2586
|
"license": "MIT"
|
|
2885
2587
|
},
|
|
2886
|
-
"node_modules/js2xmlparser": {
|
|
2887
|
-
"version": "4.0.2",
|
|
2888
|
-
"extraneous": true,
|
|
2889
|
-
"license": "Apache-2.0",
|
|
2890
|
-
"dependencies": {
|
|
2891
|
-
"xmlcreate": "^2.0.4"
|
|
2892
|
-
}
|
|
2893
|
-
},
|
|
2894
|
-
"node_modules/jsdoc": {
|
|
2895
|
-
"version": "3.6.11",
|
|
2896
|
-
"extraneous": true,
|
|
2897
|
-
"license": "Apache-2.0",
|
|
2898
|
-
"dependencies": {
|
|
2899
|
-
"@babel/parser": "^7.9.4",
|
|
2900
|
-
"@types/markdown-it": "^12.2.3",
|
|
2901
|
-
"bluebird": "^3.7.2",
|
|
2902
|
-
"catharsis": "^0.9.0",
|
|
2903
|
-
"escape-string-regexp": "^2.0.0",
|
|
2904
|
-
"js2xmlparser": "^4.0.2",
|
|
2905
|
-
"klaw": "^3.0.0",
|
|
2906
|
-
"markdown-it": "^12.3.2",
|
|
2907
|
-
"markdown-it-anchor": "^8.4.1",
|
|
2908
|
-
"marked": "^4.0.10",
|
|
2909
|
-
"mkdirp": "^1.0.4",
|
|
2910
|
-
"requizzle": "^0.2.3",
|
|
2911
|
-
"strip-json-comments": "^3.1.0",
|
|
2912
|
-
"taffydb": "2.6.2",
|
|
2913
|
-
"underscore": "~1.13.2"
|
|
2914
|
-
},
|
|
2915
|
-
"bin": {
|
|
2916
|
-
"jsdoc": "jsdoc.js"
|
|
2917
|
-
},
|
|
2918
|
-
"engines": {
|
|
2919
|
-
"node": ">=12.0.0"
|
|
2920
|
-
}
|
|
2921
|
-
},
|
|
2922
|
-
"node_modules/jsdoc-plugin-typescript": {
|
|
2923
|
-
"version": "2.2.0",
|
|
2924
|
-
"extraneous": true,
|
|
2925
|
-
"license": "BSD-2-Clause",
|
|
2926
|
-
"dependencies": {
|
|
2927
|
-
"string.prototype.matchall": "^4.0.0"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
"node_modules/jsdoc/node_modules/escape-string-regexp": {
|
|
2931
|
-
"version": "2.0.0",
|
|
2932
|
-
"extraneous": true,
|
|
2933
|
-
"license": "MIT",
|
|
2934
|
-
"engines": {
|
|
2935
|
-
"node": ">=8"
|
|
2936
|
-
}
|
|
2937
|
-
},
|
|
2938
|
-
"node_modules/jsdoc/node_modules/mkdirp": {
|
|
2939
|
-
"version": "1.0.4",
|
|
2940
|
-
"extraneous": true,
|
|
2941
|
-
"license": "MIT",
|
|
2942
|
-
"bin": {
|
|
2943
|
-
"mkdirp": "bin/cmd.js"
|
|
2944
|
-
},
|
|
2945
|
-
"engines": {
|
|
2946
|
-
"node": ">=10"
|
|
2947
|
-
}
|
|
2948
|
-
},
|
|
2949
2588
|
"node_modules/jsftp": {
|
|
2950
2589
|
"version": "2.1.3",
|
|
2951
2590
|
"license": "MIT",
|
|
@@ -2993,10 +2632,10 @@
|
|
|
2993
2632
|
}
|
|
2994
2633
|
},
|
|
2995
2634
|
"node_modules/klaw": {
|
|
2996
|
-
"version": "
|
|
2635
|
+
"version": "4.0.1",
|
|
2997
2636
|
"license": "MIT",
|
|
2998
|
-
"
|
|
2999
|
-
"
|
|
2637
|
+
"engines": {
|
|
2638
|
+
"node": ">=14.14.0"
|
|
3000
2639
|
}
|
|
3001
2640
|
},
|
|
3002
2641
|
"node_modules/kuler": {
|
|
@@ -3054,14 +2693,6 @@
|
|
|
3054
2693
|
"version": "1.2.4",
|
|
3055
2694
|
"license": "MIT"
|
|
3056
2695
|
},
|
|
3057
|
-
"node_modules/linkify-it": {
|
|
3058
|
-
"version": "3.0.3",
|
|
3059
|
-
"extraneous": true,
|
|
3060
|
-
"license": "MIT",
|
|
3061
|
-
"dependencies": {
|
|
3062
|
-
"uc.micro": "^1.0.1"
|
|
3063
|
-
}
|
|
3064
|
-
},
|
|
3065
2696
|
"node_modules/load-bmfont": {
|
|
3066
2697
|
"version": "1.4.1",
|
|
3067
2698
|
"license": "MIT",
|
|
@@ -3219,53 +2850,6 @@
|
|
|
3219
2850
|
"node": ">=8"
|
|
3220
2851
|
}
|
|
3221
2852
|
},
|
|
3222
|
-
"node_modules/lru-cache": {
|
|
3223
|
-
"version": "7.14.0",
|
|
3224
|
-
"license": "ISC",
|
|
3225
|
-
"engines": {
|
|
3226
|
-
"node": ">=12"
|
|
3227
|
-
}
|
|
3228
|
-
},
|
|
3229
|
-
"node_modules/markdown-it": {
|
|
3230
|
-
"version": "12.3.2",
|
|
3231
|
-
"extraneous": true,
|
|
3232
|
-
"license": "MIT",
|
|
3233
|
-
"dependencies": {
|
|
3234
|
-
"argparse": "^2.0.1",
|
|
3235
|
-
"entities": "~2.1.0",
|
|
3236
|
-
"linkify-it": "^3.0.1",
|
|
3237
|
-
"mdurl": "^1.0.1",
|
|
3238
|
-
"uc.micro": "^1.0.5"
|
|
3239
|
-
},
|
|
3240
|
-
"bin": {
|
|
3241
|
-
"markdown-it": "bin/markdown-it.js"
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
"node_modules/markdown-it-anchor": {
|
|
3245
|
-
"version": "8.6.5",
|
|
3246
|
-
"extraneous": true,
|
|
3247
|
-
"license": "Unlicense",
|
|
3248
|
-
"peerDependencies": {
|
|
3249
|
-
"@types/markdown-it": "*",
|
|
3250
|
-
"markdown-it": "*"
|
|
3251
|
-
}
|
|
3252
|
-
},
|
|
3253
|
-
"node_modules/marked": {
|
|
3254
|
-
"version": "4.2.3",
|
|
3255
|
-
"extraneous": true,
|
|
3256
|
-
"license": "MIT",
|
|
3257
|
-
"bin": {
|
|
3258
|
-
"marked": "bin/marked.js"
|
|
3259
|
-
},
|
|
3260
|
-
"engines": {
|
|
3261
|
-
"node": ">= 12"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
"node_modules/mdurl": {
|
|
3265
|
-
"version": "1.0.1",
|
|
3266
|
-
"extraneous": true,
|
|
3267
|
-
"license": "MIT"
|
|
3268
|
-
},
|
|
3269
2853
|
"node_modules/media-typer": {
|
|
3270
2854
|
"version": "0.3.0",
|
|
3271
2855
|
"license": "MIT",
|
|
@@ -3391,7 +2975,7 @@
|
|
|
3391
2975
|
}
|
|
3392
2976
|
},
|
|
3393
2977
|
"node_modules/moment-timezone": {
|
|
3394
|
-
"version": "0.5.
|
|
2978
|
+
"version": "0.5.40",
|
|
3395
2979
|
"license": "MIT",
|
|
3396
2980
|
"dependencies": {
|
|
3397
2981
|
"moment": ">= 2.9.0"
|
|
@@ -3524,16 +3108,16 @@
|
|
|
3524
3108
|
}
|
|
3525
3109
|
},
|
|
3526
3110
|
"node_modules/npmlog": {
|
|
3527
|
-
"version": "
|
|
3111
|
+
"version": "7.0.1",
|
|
3528
3112
|
"license": "ISC",
|
|
3529
3113
|
"dependencies": {
|
|
3530
|
-
"are-we-there-yet": "^
|
|
3114
|
+
"are-we-there-yet": "^4.0.0",
|
|
3531
3115
|
"console-control-strings": "^1.1.0",
|
|
3532
|
-
"gauge": "^
|
|
3116
|
+
"gauge": "^5.0.0",
|
|
3533
3117
|
"set-blocking": "^2.0.0"
|
|
3534
3118
|
},
|
|
3535
3119
|
"engines": {
|
|
3536
|
-
"node": "^
|
|
3120
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3537
3121
|
}
|
|
3538
3122
|
},
|
|
3539
3123
|
"node_modules/object-inspect": {
|
|
@@ -3543,31 +3127,6 @@
|
|
|
3543
3127
|
"url": "https://github.com/sponsors/ljharb"
|
|
3544
3128
|
}
|
|
3545
3129
|
},
|
|
3546
|
-
"node_modules/object-keys": {
|
|
3547
|
-
"version": "1.1.1",
|
|
3548
|
-
"extraneous": true,
|
|
3549
|
-
"license": "MIT",
|
|
3550
|
-
"engines": {
|
|
3551
|
-
"node": ">= 0.4"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
|
-
"node_modules/object.assign": {
|
|
3555
|
-
"version": "4.1.4",
|
|
3556
|
-
"extraneous": true,
|
|
3557
|
-
"license": "MIT",
|
|
3558
|
-
"dependencies": {
|
|
3559
|
-
"call-bind": "^1.0.2",
|
|
3560
|
-
"define-properties": "^1.1.4",
|
|
3561
|
-
"has-symbols": "^1.0.3",
|
|
3562
|
-
"object-keys": "^1.1.1"
|
|
3563
|
-
},
|
|
3564
|
-
"engines": {
|
|
3565
|
-
"node": ">= 0.4"
|
|
3566
|
-
},
|
|
3567
|
-
"funding": {
|
|
3568
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3569
|
-
}
|
|
3570
|
-
},
|
|
3571
3130
|
"node_modules/omggif": {
|
|
3572
3131
|
"version": "1.0.10",
|
|
3573
3132
|
"license": "MIT"
|
|
@@ -4072,7 +3631,7 @@
|
|
|
4072
3631
|
}
|
|
4073
3632
|
},
|
|
4074
3633
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
4075
|
-
"version": "5.1.
|
|
3634
|
+
"version": "5.1.2",
|
|
4076
3635
|
"license": "ISC",
|
|
4077
3636
|
"dependencies": {
|
|
4078
3637
|
"brace-expansion": "^2.0.1"
|
|
@@ -4085,22 +3644,6 @@
|
|
|
4085
3644
|
"version": "0.13.11",
|
|
4086
3645
|
"license": "MIT"
|
|
4087
3646
|
},
|
|
4088
|
-
"node_modules/regexp.prototype.flags": {
|
|
4089
|
-
"version": "1.4.3",
|
|
4090
|
-
"extraneous": true,
|
|
4091
|
-
"license": "MIT",
|
|
4092
|
-
"dependencies": {
|
|
4093
|
-
"call-bind": "^1.0.2",
|
|
4094
|
-
"define-properties": "^1.1.3",
|
|
4095
|
-
"functions-have-names": "^1.2.2"
|
|
4096
|
-
},
|
|
4097
|
-
"engines": {
|
|
4098
|
-
"node": ">= 0.4"
|
|
4099
|
-
},
|
|
4100
|
-
"funding": {
|
|
4101
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4102
|
-
}
|
|
4103
|
-
},
|
|
4104
3647
|
"node_modules/require-from-string": {
|
|
4105
3648
|
"version": "2.0.2",
|
|
4106
3649
|
"extraneous": true,
|
|
@@ -4109,14 +3652,6 @@
|
|
|
4109
3652
|
"node": ">=0.10.0"
|
|
4110
3653
|
}
|
|
4111
3654
|
},
|
|
4112
|
-
"node_modules/requizzle": {
|
|
4113
|
-
"version": "0.2.4",
|
|
4114
|
-
"extraneous": true,
|
|
4115
|
-
"license": "MIT",
|
|
4116
|
-
"dependencies": {
|
|
4117
|
-
"lodash": "^4.17.21"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
3655
|
"node_modules/resolve": {
|
|
4121
3656
|
"version": "1.22.1",
|
|
4122
3657
|
"license": "MIT",
|
|
@@ -4214,19 +3749,6 @@
|
|
|
4214
3749
|
],
|
|
4215
3750
|
"license": "MIT"
|
|
4216
3751
|
},
|
|
4217
|
-
"node_modules/safe-regex-test": {
|
|
4218
|
-
"version": "1.0.0",
|
|
4219
|
-
"extraneous": true,
|
|
4220
|
-
"license": "MIT",
|
|
4221
|
-
"dependencies": {
|
|
4222
|
-
"call-bind": "^1.0.2",
|
|
4223
|
-
"get-intrinsic": "^1.1.3",
|
|
4224
|
-
"is-regex": "^1.1.4"
|
|
4225
|
-
},
|
|
4226
|
-
"funding": {
|
|
4227
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4230
3752
|
"node_modules/safe-stable-stringify": {
|
|
4231
3753
|
"version": "2.4.1",
|
|
4232
3754
|
"extraneous": true,
|
|
@@ -4273,6 +3795,10 @@
|
|
|
4273
3795
|
"node": ">=10"
|
|
4274
3796
|
}
|
|
4275
3797
|
},
|
|
3798
|
+
"node_modules/semver/node_modules/yallist": {
|
|
3799
|
+
"version": "4.0.0",
|
|
3800
|
+
"license": "ISC"
|
|
3801
|
+
},
|
|
4276
3802
|
"node_modules/send": {
|
|
4277
3803
|
"version": "0.18.0",
|
|
4278
3804
|
"license": "MIT",
|
|
@@ -4499,50 +4025,6 @@
|
|
|
4499
4025
|
"safe-buffer": "~5.2.0"
|
|
4500
4026
|
}
|
|
4501
4027
|
},
|
|
4502
|
-
"node_modules/string.prototype.matchall": {
|
|
4503
|
-
"version": "4.0.8",
|
|
4504
|
-
"extraneous": true,
|
|
4505
|
-
"license": "MIT",
|
|
4506
|
-
"dependencies": {
|
|
4507
|
-
"call-bind": "^1.0.2",
|
|
4508
|
-
"define-properties": "^1.1.4",
|
|
4509
|
-
"es-abstract": "^1.20.4",
|
|
4510
|
-
"get-intrinsic": "^1.1.3",
|
|
4511
|
-
"has-symbols": "^1.0.3",
|
|
4512
|
-
"internal-slot": "^1.0.3",
|
|
4513
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
4514
|
-
"side-channel": "^1.0.4"
|
|
4515
|
-
},
|
|
4516
|
-
"funding": {
|
|
4517
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
"node_modules/string.prototype.trimend": {
|
|
4521
|
-
"version": "1.0.6",
|
|
4522
|
-
"extraneous": true,
|
|
4523
|
-
"license": "MIT",
|
|
4524
|
-
"dependencies": {
|
|
4525
|
-
"call-bind": "^1.0.2",
|
|
4526
|
-
"define-properties": "^1.1.4",
|
|
4527
|
-
"es-abstract": "^1.20.4"
|
|
4528
|
-
},
|
|
4529
|
-
"funding": {
|
|
4530
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4531
|
-
}
|
|
4532
|
-
},
|
|
4533
|
-
"node_modules/string.prototype.trimstart": {
|
|
4534
|
-
"version": "1.0.6",
|
|
4535
|
-
"extraneous": true,
|
|
4536
|
-
"license": "MIT",
|
|
4537
|
-
"dependencies": {
|
|
4538
|
-
"call-bind": "^1.0.2",
|
|
4539
|
-
"define-properties": "^1.1.4",
|
|
4540
|
-
"es-abstract": "^1.20.4"
|
|
4541
|
-
},
|
|
4542
|
-
"funding": {
|
|
4543
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4544
|
-
}
|
|
4545
|
-
},
|
|
4546
4028
|
"node_modules/strip-ansi": {
|
|
4547
4029
|
"version": "6.0.1",
|
|
4548
4030
|
"license": "MIT",
|
|
@@ -4553,17 +4035,6 @@
|
|
|
4553
4035
|
"node": ">=8"
|
|
4554
4036
|
}
|
|
4555
4037
|
},
|
|
4556
|
-
"node_modules/strip-json-comments": {
|
|
4557
|
-
"version": "3.1.1",
|
|
4558
|
-
"extraneous": true,
|
|
4559
|
-
"license": "MIT",
|
|
4560
|
-
"engines": {
|
|
4561
|
-
"node": ">=8"
|
|
4562
|
-
},
|
|
4563
|
-
"funding": {
|
|
4564
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4565
|
-
}
|
|
4566
|
-
},
|
|
4567
4038
|
"node_modules/supports-color": {
|
|
4568
4039
|
"version": "8.1.1",
|
|
4569
4040
|
"license": "MIT",
|
|
@@ -4587,10 +4058,6 @@
|
|
|
4587
4058
|
"url": "https://github.com/sponsors/ljharb"
|
|
4588
4059
|
}
|
|
4589
4060
|
},
|
|
4590
|
-
"node_modules/taffydb": {
|
|
4591
|
-
"version": "2.6.2",
|
|
4592
|
-
"extraneous": true
|
|
4593
|
-
},
|
|
4594
4061
|
"node_modules/tar-stream": {
|
|
4595
4062
|
"version": "2.2.0",
|
|
4596
4063
|
"license": "MIT",
|
|
@@ -4635,6 +4102,19 @@
|
|
|
4635
4102
|
"version": "1.7.3",
|
|
4636
4103
|
"license": "MIT"
|
|
4637
4104
|
},
|
|
4105
|
+
"node_modules/teen_process/node_modules/which": {
|
|
4106
|
+
"version": "2.0.2",
|
|
4107
|
+
"license": "ISC",
|
|
4108
|
+
"dependencies": {
|
|
4109
|
+
"isexe": "^2.0.0"
|
|
4110
|
+
},
|
|
4111
|
+
"bin": {
|
|
4112
|
+
"node-which": "bin/node-which"
|
|
4113
|
+
},
|
|
4114
|
+
"engines": {
|
|
4115
|
+
"node": ">= 8"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4638
4118
|
"node_modules/text-hex": {
|
|
4639
4119
|
"version": "1.0.0",
|
|
4640
4120
|
"extraneous": true,
|
|
@@ -4649,7 +4129,7 @@
|
|
|
4649
4129
|
"license": "MIT"
|
|
4650
4130
|
},
|
|
4651
4131
|
"node_modules/tinycolor2": {
|
|
4652
|
-
"version": "1.
|
|
4132
|
+
"version": "1.5.1",
|
|
4653
4133
|
"license": "MIT",
|
|
4654
4134
|
"engines": {
|
|
4655
4135
|
"node": "*"
|
|
@@ -4675,7 +4155,7 @@
|
|
|
4675
4155
|
}
|
|
4676
4156
|
},
|
|
4677
4157
|
"node_modules/type-fest": {
|
|
4678
|
-
"version": "3.
|
|
4158
|
+
"version": "3.4.0",
|
|
4679
4159
|
"license": "(MIT OR CC0-1.0)",
|
|
4680
4160
|
"engines": {
|
|
4681
4161
|
"node": ">=14.16"
|
|
@@ -4695,30 +4175,6 @@
|
|
|
4695
4175
|
"node": ">= 0.6"
|
|
4696
4176
|
}
|
|
4697
4177
|
},
|
|
4698
|
-
"node_modules/uc.micro": {
|
|
4699
|
-
"version": "1.0.6",
|
|
4700
|
-
"extraneous": true,
|
|
4701
|
-
"license": "MIT"
|
|
4702
|
-
},
|
|
4703
|
-
"node_modules/unbox-primitive": {
|
|
4704
|
-
"version": "1.0.2",
|
|
4705
|
-
"extraneous": true,
|
|
4706
|
-
"license": "MIT",
|
|
4707
|
-
"dependencies": {
|
|
4708
|
-
"call-bind": "^1.0.2",
|
|
4709
|
-
"has-bigints": "^1.0.2",
|
|
4710
|
-
"has-symbols": "^1.0.3",
|
|
4711
|
-
"which-boxed-primitive": "^1.0.2"
|
|
4712
|
-
},
|
|
4713
|
-
"funding": {
|
|
4714
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4715
|
-
}
|
|
4716
|
-
},
|
|
4717
|
-
"node_modules/underscore": {
|
|
4718
|
-
"version": "1.13.6",
|
|
4719
|
-
"extraneous": true,
|
|
4720
|
-
"license": "MIT"
|
|
4721
|
-
},
|
|
4722
4178
|
"node_modules/unorm": {
|
|
4723
4179
|
"version": "1.6.0",
|
|
4724
4180
|
"license": "MIT or GPL-2.0",
|
|
@@ -4777,7 +4233,7 @@
|
|
|
4777
4233
|
}
|
|
4778
4234
|
},
|
|
4779
4235
|
"node_modules/uuid": {
|
|
4780
|
-
"version": "
|
|
4236
|
+
"version": "9.0.0",
|
|
4781
4237
|
"license": "MIT",
|
|
4782
4238
|
"bin": {
|
|
4783
4239
|
"uuid": "dist/bin/uuid"
|
|
@@ -4811,31 +4267,16 @@
|
|
|
4811
4267
|
}
|
|
4812
4268
|
},
|
|
4813
4269
|
"node_modules/which": {
|
|
4814
|
-
"version": "
|
|
4270
|
+
"version": "3.0.0",
|
|
4815
4271
|
"license": "ISC",
|
|
4816
4272
|
"dependencies": {
|
|
4817
4273
|
"isexe": "^2.0.0"
|
|
4818
4274
|
},
|
|
4819
4275
|
"bin": {
|
|
4820
|
-
"node-which": "bin/
|
|
4276
|
+
"node-which": "bin/which.js"
|
|
4821
4277
|
},
|
|
4822
4278
|
"engines": {
|
|
4823
|
-
"node": ">=
|
|
4824
|
-
}
|
|
4825
|
-
},
|
|
4826
|
-
"node_modules/which-boxed-primitive": {
|
|
4827
|
-
"version": "1.0.2",
|
|
4828
|
-
"extraneous": true,
|
|
4829
|
-
"license": "MIT",
|
|
4830
|
-
"dependencies": {
|
|
4831
|
-
"is-bigint": "^1.0.1",
|
|
4832
|
-
"is-boolean-object": "^1.1.0",
|
|
4833
|
-
"is-number-object": "^1.0.4",
|
|
4834
|
-
"is-string": "^1.0.5",
|
|
4835
|
-
"is-symbol": "^1.0.3"
|
|
4836
|
-
},
|
|
4837
|
-
"funding": {
|
|
4838
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
4279
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4839
4280
|
}
|
|
4840
4281
|
},
|
|
4841
4282
|
"node_modules/wide-align": {
|
|
@@ -5036,11 +4477,6 @@
|
|
|
5036
4477
|
"node": ">=8.0"
|
|
5037
4478
|
}
|
|
5038
4479
|
},
|
|
5039
|
-
"node_modules/xmlcreate": {
|
|
5040
|
-
"version": "2.0.4",
|
|
5041
|
-
"extraneous": true,
|
|
5042
|
-
"license": "Apache-2.0"
|
|
5043
|
-
},
|
|
5044
4480
|
"node_modules/xpath": {
|
|
5045
4481
|
"version": "0.0.32",
|
|
5046
4482
|
"license": "MIT",
|
|
@@ -5055,10 +4491,6 @@
|
|
|
5055
4491
|
"node": ">=0.4"
|
|
5056
4492
|
}
|
|
5057
4493
|
},
|
|
5058
|
-
"node_modules/yallist": {
|
|
5059
|
-
"version": "4.0.0",
|
|
5060
|
-
"license": "ISC"
|
|
5061
|
-
},
|
|
5062
4494
|
"node_modules/yaml": {
|
|
5063
4495
|
"version": "2.1.3",
|
|
5064
4496
|
"extraneous": true,
|
|
@@ -5100,73 +4532,56 @@
|
|
|
5100
4532
|
},
|
|
5101
4533
|
"dependencies": {
|
|
5102
4534
|
"@appium/base-driver": {
|
|
5103
|
-
"version": "
|
|
4535
|
+
"version": "9.1.0",
|
|
5104
4536
|
"requires": {
|
|
5105
|
-
"@appium/support": "^
|
|
4537
|
+
"@appium/support": "^3.0.1",
|
|
5106
4538
|
"@colors/colors": "1.5.0",
|
|
5107
4539
|
"@types/async-lock": "1.3.0",
|
|
5108
|
-
"@types/bluebird": "3.5.
|
|
5109
|
-
"@types/express": "4.17.
|
|
4540
|
+
"@types/bluebird": "3.5.38",
|
|
4541
|
+
"@types/express": "4.17.15",
|
|
5110
4542
|
"@types/method-override": "0.0.32",
|
|
5111
4543
|
"@types/serve-favicon": "2.5.3",
|
|
5112
|
-
"async-lock": "1.
|
|
5113
|
-
"asyncbox": "2.9.
|
|
5114
|
-
"axios": "
|
|
4544
|
+
"async-lock": "1.4.0",
|
|
4545
|
+
"asyncbox": "2.9.4",
|
|
4546
|
+
"axios": "1.2.1",
|
|
5115
4547
|
"bluebird": "3.7.2",
|
|
5116
4548
|
"body-parser": "1.20.1",
|
|
5117
4549
|
"es6-error": "4.1.1",
|
|
5118
4550
|
"express": "4.18.2",
|
|
5119
4551
|
"http-status-codes": "2.2.0",
|
|
5120
4552
|
"lodash": "4.17.21",
|
|
5121
|
-
"lru-cache": "7.14.
|
|
4553
|
+
"lru-cache": "7.14.1",
|
|
5122
4554
|
"method-override": "3.0.0",
|
|
5123
4555
|
"morgan": "1.10.0",
|
|
5124
4556
|
"serve-favicon": "2.5.0",
|
|
5125
4557
|
"source-map-support": "0.5.21",
|
|
5126
|
-
"type-fest": "3.
|
|
4558
|
+
"type-fest": "3.4.0",
|
|
5127
4559
|
"validate.js": "0.13.1"
|
|
5128
4560
|
},
|
|
5129
4561
|
"dependencies": {
|
|
5130
|
-
"
|
|
5131
|
-
"version": "
|
|
5132
|
-
"requires": {
|
|
5133
|
-
"@babel/runtime": "^7.0.0",
|
|
5134
|
-
"bluebird": "^3.5.1",
|
|
5135
|
-
"es6-mapify": "^1.1.0",
|
|
5136
|
-
"lodash": "^4.17.4",
|
|
5137
|
-
"source-map-support": "^0.5.5"
|
|
5138
|
-
}
|
|
5139
|
-
},
|
|
5140
|
-
"axios": {
|
|
5141
|
-
"version": "0.27.2",
|
|
5142
|
-
"requires": {
|
|
5143
|
-
"follow-redirects": "^1.14.9",
|
|
5144
|
-
"form-data": "^4.0.0"
|
|
5145
|
-
}
|
|
4562
|
+
"lru-cache": {
|
|
4563
|
+
"version": "7.14.1"
|
|
5146
4564
|
}
|
|
5147
4565
|
}
|
|
5148
4566
|
},
|
|
5149
4567
|
"@appium/base-plugin": {
|
|
5150
|
-
"version": "
|
|
4568
|
+
"version": "2.0.1",
|
|
5151
4569
|
"extraneous": true,
|
|
5152
4570
|
"requires": {
|
|
5153
|
-
"@appium/support": "^
|
|
4571
|
+
"@appium/support": "^3.0.1"
|
|
5154
4572
|
}
|
|
5155
4573
|
},
|
|
5156
4574
|
"@appium/docutils": {
|
|
5157
|
-
"version": "0.
|
|
4575
|
+
"version": "0.1.1",
|
|
5158
4576
|
"extraneous": true,
|
|
5159
4577
|
"requires": {
|
|
5160
|
-
"@appium/support": "^
|
|
5161
|
-
"docdash": "1.2.0",
|
|
5162
|
-
"jsdoc": "3.6.11",
|
|
5163
|
-
"jsdoc-plugin-typescript": "2.2.0",
|
|
4578
|
+
"@appium/support": "^3.0.1",
|
|
5164
4579
|
"source-map-support": "0.5.21",
|
|
5165
4580
|
"teen_process": "2.0.2"
|
|
5166
4581
|
}
|
|
5167
4582
|
},
|
|
5168
4583
|
"@appium/schema": {
|
|
5169
|
-
"version": "0.0
|
|
4584
|
+
"version": "0.1.0",
|
|
5170
4585
|
"requires": {
|
|
5171
4586
|
"@types/json-schema": "7.0.11",
|
|
5172
4587
|
"json-schema": "0.4.0",
|
|
@@ -5174,9 +4589,9 @@
|
|
|
5174
4589
|
}
|
|
5175
4590
|
},
|
|
5176
4591
|
"@appium/support": {
|
|
5177
|
-
"version": "
|
|
4592
|
+
"version": "3.0.1",
|
|
5178
4593
|
"requires": {
|
|
5179
|
-
"@appium/types": "^0.
|
|
4594
|
+
"@appium/types": "^0.7.0",
|
|
5180
4595
|
"@colors/colors": "1.5.0",
|
|
5181
4596
|
"@types/archiver": "5.3.1",
|
|
5182
4597
|
"@types/base64-stream": "1.0.2",
|
|
@@ -5191,13 +4606,13 @@
|
|
|
5191
4606
|
"@types/pluralize": "0.0.29",
|
|
5192
4607
|
"@types/pngjs": "6.0.1",
|
|
5193
4608
|
"@types/rimraf": "3.0.2",
|
|
5194
|
-
"@types/semver": "7.3.
|
|
4609
|
+
"@types/semver": "7.3.13",
|
|
5195
4610
|
"@types/shell-quote": "1.7.1",
|
|
5196
4611
|
"@types/supports-color": "8.1.1",
|
|
5197
|
-
"@types/teen_process": "
|
|
5198
|
-
"@types/uuid": "
|
|
4612
|
+
"@types/teen_process": "2.0.0",
|
|
4613
|
+
"@types/uuid": "9.0.0",
|
|
5199
4614
|
"archiver": "5.3.1",
|
|
5200
|
-
"axios": "
|
|
4615
|
+
"axios": "1.2.1",
|
|
5201
4616
|
"base64-stream": "1.0.0",
|
|
5202
4617
|
"bluebird": "3.7.2",
|
|
5203
4618
|
"bplist-creator": "0.1.1",
|
|
@@ -5207,14 +4622,14 @@
|
|
|
5207
4622
|
"glob": "8.0.3",
|
|
5208
4623
|
"jimp": "0.16.2",
|
|
5209
4624
|
"jsftp": "2.1.3",
|
|
5210
|
-
"klaw": "
|
|
4625
|
+
"klaw": "4.0.1",
|
|
5211
4626
|
"lockfile": "1.0.4",
|
|
5212
4627
|
"lodash": "4.17.21",
|
|
5213
4628
|
"log-symbols": "4.1.0",
|
|
5214
4629
|
"moment": "2.29.4",
|
|
5215
4630
|
"mv": "2.1.1",
|
|
5216
4631
|
"ncp": "2.0.0",
|
|
5217
|
-
"npmlog": "
|
|
4632
|
+
"npmlog": "7.0.1",
|
|
5218
4633
|
"opencv-bindings": "4.5.5",
|
|
5219
4634
|
"pkg-dir": "5.0.0",
|
|
5220
4635
|
"plist": "3.0.6",
|
|
@@ -5229,30 +4644,21 @@
|
|
|
5229
4644
|
"source-map-support": "0.5.21",
|
|
5230
4645
|
"supports-color": "8.1.1",
|
|
5231
4646
|
"teen_process": "2.0.2",
|
|
5232
|
-
"type-fest": "3.
|
|
5233
|
-
"uuid": "
|
|
5234
|
-
"which": "
|
|
4647
|
+
"type-fest": "3.4.0",
|
|
4648
|
+
"uuid": "9.0.0",
|
|
4649
|
+
"which": "3.0.0",
|
|
5235
4650
|
"yauzl": "2.10.0"
|
|
5236
|
-
},
|
|
5237
|
-
"dependencies": {
|
|
5238
|
-
"axios": {
|
|
5239
|
-
"version": "0.27.2",
|
|
5240
|
-
"requires": {
|
|
5241
|
-
"follow-redirects": "^1.14.9",
|
|
5242
|
-
"form-data": "^4.0.0"
|
|
5243
|
-
}
|
|
5244
|
-
}
|
|
5245
4651
|
}
|
|
5246
4652
|
},
|
|
5247
4653
|
"@appium/types": {
|
|
5248
|
-
"version": "0.
|
|
4654
|
+
"version": "0.7.0",
|
|
5249
4655
|
"requires": {
|
|
5250
|
-
"@appium/schema": "^0.0
|
|
5251
|
-
"@types/express": "4.17.
|
|
4656
|
+
"@appium/schema": "^0.1.0",
|
|
4657
|
+
"@types/express": "4.17.15",
|
|
5252
4658
|
"@types/npmlog": "4.1.4",
|
|
5253
4659
|
"@types/ws": "8.5.3",
|
|
5254
|
-
"@wdio/types": "7.
|
|
5255
|
-
"type-fest": "3.
|
|
4660
|
+
"@wdio/types": "7.26.0",
|
|
4661
|
+
"type-fest": "3.4.0"
|
|
5256
4662
|
}
|
|
5257
4663
|
},
|
|
5258
4664
|
"@babel/code-frame": {
|
|
@@ -5272,12 +4678,8 @@
|
|
|
5272
4678
|
"js-tokens": "^4.0.0"
|
|
5273
4679
|
}
|
|
5274
4680
|
},
|
|
5275
|
-
"@babel/parser": {
|
|
5276
|
-
"version": "7.20.5",
|
|
5277
|
-
"extraneous": true
|
|
5278
|
-
},
|
|
5279
4681
|
"@babel/runtime": {
|
|
5280
|
-
"version": "7.20.
|
|
4682
|
+
"version": "7.20.7",
|
|
5281
4683
|
"requires": {
|
|
5282
4684
|
"regenerator-runtime": "^0.13.11"
|
|
5283
4685
|
}
|
|
@@ -5630,7 +5032,7 @@
|
|
|
5630
5032
|
}
|
|
5631
5033
|
},
|
|
5632
5034
|
"@types/bluebird": {
|
|
5633
|
-
"version": "3.5.
|
|
5035
|
+
"version": "3.5.38"
|
|
5634
5036
|
},
|
|
5635
5037
|
"@types/body-parser": {
|
|
5636
5038
|
"version": "1.19.2",
|
|
@@ -5655,10 +5057,10 @@
|
|
|
5655
5057
|
}
|
|
5656
5058
|
},
|
|
5657
5059
|
"@types/express": {
|
|
5658
|
-
"version": "4.17.
|
|
5060
|
+
"version": "4.17.15",
|
|
5659
5061
|
"requires": {
|
|
5660
5062
|
"@types/body-parser": "*",
|
|
5661
|
-
"@types/express-serve-static-core": "^4.17.
|
|
5063
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
5662
5064
|
"@types/qs": "*",
|
|
5663
5065
|
"@types/serve-static": "*"
|
|
5664
5066
|
}
|
|
@@ -5709,25 +5111,9 @@
|
|
|
5709
5111
|
"@types/node": "*"
|
|
5710
5112
|
}
|
|
5711
5113
|
},
|
|
5712
|
-
"@types/linkify-it": {
|
|
5713
|
-
"version": "3.0.2",
|
|
5714
|
-
"extraneous": true
|
|
5715
|
-
},
|
|
5716
5114
|
"@types/lockfile": {
|
|
5717
5115
|
"version": "1.0.2"
|
|
5718
5116
|
},
|
|
5719
|
-
"@types/markdown-it": {
|
|
5720
|
-
"version": "12.2.3",
|
|
5721
|
-
"extraneous": true,
|
|
5722
|
-
"requires": {
|
|
5723
|
-
"@types/linkify-it": "*",
|
|
5724
|
-
"@types/mdurl": "*"
|
|
5725
|
-
}
|
|
5726
|
-
},
|
|
5727
|
-
"@types/mdurl": {
|
|
5728
|
-
"version": "1.0.2",
|
|
5729
|
-
"extraneous": true
|
|
5730
|
-
},
|
|
5731
5117
|
"@types/method-override": {
|
|
5732
5118
|
"version": "0.0.32",
|
|
5733
5119
|
"requires": {
|
|
@@ -5750,7 +5136,7 @@
|
|
|
5750
5136
|
}
|
|
5751
5137
|
},
|
|
5752
5138
|
"@types/node": {
|
|
5753
|
-
"version": "18.11.
|
|
5139
|
+
"version": "18.11.17"
|
|
5754
5140
|
},
|
|
5755
5141
|
"@types/normalize-package-data": {
|
|
5756
5142
|
"version": "2.4.1"
|
|
@@ -5787,7 +5173,7 @@
|
|
|
5787
5173
|
}
|
|
5788
5174
|
},
|
|
5789
5175
|
"@types/semver": {
|
|
5790
|
-
"version": "7.3.
|
|
5176
|
+
"version": "7.3.13"
|
|
5791
5177
|
},
|
|
5792
5178
|
"@types/serve-favicon": {
|
|
5793
5179
|
"version": "2.5.3",
|
|
@@ -5809,13 +5195,13 @@
|
|
|
5809
5195
|
"version": "8.1.1"
|
|
5810
5196
|
},
|
|
5811
5197
|
"@types/teen_process": {
|
|
5812
|
-
"version": "
|
|
5198
|
+
"version": "2.0.0",
|
|
5813
5199
|
"requires": {
|
|
5814
5200
|
"@types/node": "*"
|
|
5815
5201
|
}
|
|
5816
5202
|
},
|
|
5817
5203
|
"@types/uuid": {
|
|
5818
|
-
"version": "
|
|
5204
|
+
"version": "9.0.0"
|
|
5819
5205
|
},
|
|
5820
5206
|
"@types/wrap-ansi": {
|
|
5821
5207
|
"version": "3.0.0",
|
|
@@ -5828,7 +5214,7 @@
|
|
|
5828
5214
|
}
|
|
5829
5215
|
},
|
|
5830
5216
|
"@wdio/types": {
|
|
5831
|
-
"version": "7.
|
|
5217
|
+
"version": "7.26.0",
|
|
5832
5218
|
"requires": {
|
|
5833
5219
|
"@types/node": "^18.0.0",
|
|
5834
5220
|
"got": "^11.8.1"
|
|
@@ -5837,6 +5223,12 @@
|
|
|
5837
5223
|
"@xmldom/xmldom": {
|
|
5838
5224
|
"version": "0.8.6"
|
|
5839
5225
|
},
|
|
5226
|
+
"abort-controller": {
|
|
5227
|
+
"version": "3.0.0",
|
|
5228
|
+
"requires": {
|
|
5229
|
+
"event-target-shim": "^5.0.0"
|
|
5230
|
+
}
|
|
5231
|
+
},
|
|
5840
5232
|
"accepts": {
|
|
5841
5233
|
"version": "1.3.8",
|
|
5842
5234
|
"requires": {
|
|
@@ -5861,7 +5253,7 @@
|
|
|
5861
5253
|
}
|
|
5862
5254
|
},
|
|
5863
5255
|
"ajv": {
|
|
5864
|
-
"version": "8.11.
|
|
5256
|
+
"version": "8.11.2",
|
|
5865
5257
|
"extraneous": true,
|
|
5866
5258
|
"requires": {
|
|
5867
5259
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -5890,9 +5282,9 @@
|
|
|
5890
5282
|
"version": "1.1.0"
|
|
5891
5283
|
},
|
|
5892
5284
|
"appium-adb": {
|
|
5893
|
-
"version": "9.10.
|
|
5285
|
+
"version": "9.10.21",
|
|
5894
5286
|
"requires": {
|
|
5895
|
-
"@appium/support": "^
|
|
5287
|
+
"@appium/support": "^3.0.0",
|
|
5896
5288
|
"@babel/runtime": "^7.0.0",
|
|
5897
5289
|
"adbkit-apkreader": "^3.1.2",
|
|
5898
5290
|
"async-lock": "^1.0.0",
|
|
@@ -5905,10 +5297,15 @@
|
|
|
5905
5297
|
"source-map-support": "^0.x",
|
|
5906
5298
|
"teen_process": "^2.0.1",
|
|
5907
5299
|
"utf7": "^1.0.2"
|
|
5300
|
+
},
|
|
5301
|
+
"dependencies": {
|
|
5302
|
+
"lru-cache": {
|
|
5303
|
+
"version": "7.14.1"
|
|
5304
|
+
}
|
|
5908
5305
|
}
|
|
5909
5306
|
},
|
|
5910
5307
|
"appium-android-driver": {
|
|
5911
|
-
"version": "5.8.
|
|
5308
|
+
"version": "5.8.5",
|
|
5912
5309
|
"requires": {
|
|
5913
5310
|
"@babel/runtime": "^7.0.0",
|
|
5914
5311
|
"appium-adb": "^9.10.9",
|
|
@@ -5916,7 +5313,7 @@
|
|
|
5916
5313
|
"asyncbox": "^2.8.0",
|
|
5917
5314
|
"axios": "^1.x",
|
|
5918
5315
|
"bluebird": "^3.4.7",
|
|
5919
|
-
"io.appium.settings": "^
|
|
5316
|
+
"io.appium.settings": "^5.0.0",
|
|
5920
5317
|
"jimp": "^0.x",
|
|
5921
5318
|
"lodash": "^4.17.4",
|
|
5922
5319
|
"lru-cache": "^7.3.0",
|
|
@@ -5929,13 +5326,18 @@
|
|
|
5929
5326
|
"source-map-support": "^0.x",
|
|
5930
5327
|
"teen_process": "^2.0.0",
|
|
5931
5328
|
"ws": "^8.0.0"
|
|
5329
|
+
},
|
|
5330
|
+
"dependencies": {
|
|
5331
|
+
"lru-cache": {
|
|
5332
|
+
"version": "7.14.1"
|
|
5333
|
+
}
|
|
5932
5334
|
}
|
|
5933
5335
|
},
|
|
5934
5336
|
"appium-chromedriver": {
|
|
5935
|
-
"version": "5.2.
|
|
5337
|
+
"version": "5.2.12",
|
|
5936
5338
|
"requires": {
|
|
5937
|
-
"@appium/base-driver": "^
|
|
5938
|
-
"@appium/support": "^
|
|
5339
|
+
"@appium/base-driver": "^9.1.0",
|
|
5340
|
+
"@appium/support": "^3.0.0",
|
|
5939
5341
|
"@babel/runtime": "^7.0.0",
|
|
5940
5342
|
"@xmldom/xmldom": "^0.x",
|
|
5941
5343
|
"asyncbox": "^2.0.2",
|
|
@@ -5951,7 +5353,7 @@
|
|
|
5951
5353
|
}
|
|
5952
5354
|
},
|
|
5953
5355
|
"appium-uiautomator2-server": {
|
|
5954
|
-
"version": "5.7.
|
|
5356
|
+
"version": "5.7.6"
|
|
5955
5357
|
},
|
|
5956
5358
|
"aproba": {
|
|
5957
5359
|
"version": "2.0.0"
|
|
@@ -6021,10 +5423,28 @@
|
|
|
6021
5423
|
}
|
|
6022
5424
|
},
|
|
6023
5425
|
"are-we-there-yet": {
|
|
6024
|
-
"version": "
|
|
5426
|
+
"version": "4.0.0",
|
|
6025
5427
|
"requires": {
|
|
6026
5428
|
"delegates": "^1.0.0",
|
|
6027
|
-
"readable-stream": "^
|
|
5429
|
+
"readable-stream": "^4.1.0"
|
|
5430
|
+
},
|
|
5431
|
+
"dependencies": {
|
|
5432
|
+
"buffer": {
|
|
5433
|
+
"version": "6.0.3",
|
|
5434
|
+
"requires": {
|
|
5435
|
+
"base64-js": "^1.3.1",
|
|
5436
|
+
"ieee754": "^1.2.1"
|
|
5437
|
+
}
|
|
5438
|
+
},
|
|
5439
|
+
"readable-stream": {
|
|
5440
|
+
"version": "4.2.0",
|
|
5441
|
+
"requires": {
|
|
5442
|
+
"abort-controller": "^3.0.0",
|
|
5443
|
+
"buffer": "^6.0.3",
|
|
5444
|
+
"events": "^3.3.0",
|
|
5445
|
+
"process": "^0.11.10"
|
|
5446
|
+
}
|
|
5447
|
+
}
|
|
6028
5448
|
}
|
|
6029
5449
|
},
|
|
6030
5450
|
"argparse": {
|
|
@@ -6038,7 +5458,7 @@
|
|
|
6038
5458
|
"version": "3.2.4"
|
|
6039
5459
|
},
|
|
6040
5460
|
"async-lock": {
|
|
6041
|
-
"version": "1.
|
|
5461
|
+
"version": "1.4.0"
|
|
6042
5462
|
},
|
|
6043
5463
|
"asyncbox": {
|
|
6044
5464
|
"version": "2.9.4",
|
|
@@ -6054,7 +5474,7 @@
|
|
|
6054
5474
|
"version": "0.4.0"
|
|
6055
5475
|
},
|
|
6056
5476
|
"axios": {
|
|
6057
|
-
"version": "1.2.
|
|
5477
|
+
"version": "1.2.1",
|
|
6058
5478
|
"requires": {
|
|
6059
5479
|
"follow-redirects": "^1.15.0",
|
|
6060
5480
|
"form-data": "^4.0.0",
|
|
@@ -6194,13 +5614,6 @@
|
|
|
6194
5614
|
"get-intrinsic": "^1.0.2"
|
|
6195
5615
|
}
|
|
6196
5616
|
},
|
|
6197
|
-
"catharsis": {
|
|
6198
|
-
"version": "0.9.0",
|
|
6199
|
-
"extraneous": true,
|
|
6200
|
-
"requires": {
|
|
6201
|
-
"lodash": "^4.17.15"
|
|
6202
|
-
}
|
|
6203
|
-
},
|
|
6204
5617
|
"chalk": {
|
|
6205
5618
|
"version": "2.4.2",
|
|
6206
5619
|
"requires": {
|
|
@@ -6284,7 +5697,7 @@
|
|
|
6284
5697
|
}
|
|
6285
5698
|
},
|
|
6286
5699
|
"compare-versions": {
|
|
6287
|
-
"version": "5.0.
|
|
5700
|
+
"version": "5.0.3"
|
|
6288
5701
|
},
|
|
6289
5702
|
"compress-commons": {
|
|
6290
5703
|
"version": "4.1.1",
|
|
@@ -6343,6 +5756,15 @@
|
|
|
6343
5756
|
"path-key": "^3.1.0",
|
|
6344
5757
|
"shebang-command": "^2.0.0",
|
|
6345
5758
|
"which": "^2.0.1"
|
|
5759
|
+
},
|
|
5760
|
+
"dependencies": {
|
|
5761
|
+
"which": {
|
|
5762
|
+
"version": "2.0.2",
|
|
5763
|
+
"extraneous": true,
|
|
5764
|
+
"requires": {
|
|
5765
|
+
"isexe": "^2.0.0"
|
|
5766
|
+
}
|
|
5767
|
+
}
|
|
6346
5768
|
}
|
|
6347
5769
|
},
|
|
6348
5770
|
"css-selector-parser": {
|
|
@@ -6369,14 +5791,6 @@
|
|
|
6369
5791
|
"defer-to-connect": {
|
|
6370
5792
|
"version": "2.0.1"
|
|
6371
5793
|
},
|
|
6372
|
-
"define-properties": {
|
|
6373
|
-
"version": "1.1.4",
|
|
6374
|
-
"extraneous": true,
|
|
6375
|
-
"requires": {
|
|
6376
|
-
"has-property-descriptors": "^1.0.0",
|
|
6377
|
-
"object-keys": "^1.1.1"
|
|
6378
|
-
}
|
|
6379
|
-
},
|
|
6380
5794
|
"delayed-stream": {
|
|
6381
5795
|
"version": "1.0.0"
|
|
6382
5796
|
},
|
|
@@ -6389,10 +5803,6 @@
|
|
|
6389
5803
|
"destroy": {
|
|
6390
5804
|
"version": "1.2.0"
|
|
6391
5805
|
},
|
|
6392
|
-
"docdash": {
|
|
6393
|
-
"version": "1.2.0",
|
|
6394
|
-
"extraneous": true
|
|
6395
|
-
},
|
|
6396
5806
|
"dom-walk": {
|
|
6397
5807
|
"version": "0.1.2"
|
|
6398
5808
|
},
|
|
@@ -6415,64 +5825,15 @@
|
|
|
6415
5825
|
"once": "^1.4.0"
|
|
6416
5826
|
}
|
|
6417
5827
|
},
|
|
6418
|
-
"entities": {
|
|
6419
|
-
"version": "2.1.0",
|
|
6420
|
-
"extraneous": true
|
|
6421
|
-
},
|
|
6422
5828
|
"error-ex": {
|
|
6423
5829
|
"version": "1.3.2",
|
|
6424
5830
|
"requires": {
|
|
6425
5831
|
"is-arrayish": "^0.2.1"
|
|
6426
5832
|
}
|
|
6427
5833
|
},
|
|
6428
|
-
"es-abstract": {
|
|
6429
|
-
"version": "1.20.4",
|
|
6430
|
-
"extraneous": true,
|
|
6431
|
-
"requires": {
|
|
6432
|
-
"call-bind": "^1.0.2",
|
|
6433
|
-
"es-to-primitive": "^1.2.1",
|
|
6434
|
-
"function-bind": "^1.1.1",
|
|
6435
|
-
"function.prototype.name": "^1.1.5",
|
|
6436
|
-
"get-intrinsic": "^1.1.3",
|
|
6437
|
-
"get-symbol-description": "^1.0.0",
|
|
6438
|
-
"has": "^1.0.3",
|
|
6439
|
-
"has-property-descriptors": "^1.0.0",
|
|
6440
|
-
"has-symbols": "^1.0.3",
|
|
6441
|
-
"internal-slot": "^1.0.3",
|
|
6442
|
-
"is-callable": "^1.2.7",
|
|
6443
|
-
"is-negative-zero": "^2.0.2",
|
|
6444
|
-
"is-regex": "^1.1.4",
|
|
6445
|
-
"is-shared-array-buffer": "^1.0.2",
|
|
6446
|
-
"is-string": "^1.0.7",
|
|
6447
|
-
"is-weakref": "^1.0.2",
|
|
6448
|
-
"object-inspect": "^1.12.2",
|
|
6449
|
-
"object-keys": "^1.1.1",
|
|
6450
|
-
"object.assign": "^4.1.4",
|
|
6451
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
6452
|
-
"safe-regex-test": "^1.0.0",
|
|
6453
|
-
"string.prototype.trimend": "^1.0.5",
|
|
6454
|
-
"string.prototype.trimstart": "^1.0.5",
|
|
6455
|
-
"unbox-primitive": "^1.0.2"
|
|
6456
|
-
}
|
|
6457
|
-
},
|
|
6458
|
-
"es-to-primitive": {
|
|
6459
|
-
"version": "1.2.1",
|
|
6460
|
-
"extraneous": true,
|
|
6461
|
-
"requires": {
|
|
6462
|
-
"is-callable": "^1.1.4",
|
|
6463
|
-
"is-date-object": "^1.0.1",
|
|
6464
|
-
"is-symbol": "^1.0.2"
|
|
6465
|
-
}
|
|
6466
|
-
},
|
|
6467
5834
|
"es6-error": {
|
|
6468
5835
|
"version": "4.1.1"
|
|
6469
5836
|
},
|
|
6470
|
-
"es6-mapify": {
|
|
6471
|
-
"version": "1.2.0",
|
|
6472
|
-
"requires": {
|
|
6473
|
-
"@babel/runtime": "^7.0.0"
|
|
6474
|
-
}
|
|
6475
|
-
},
|
|
6476
5837
|
"escape-html": {
|
|
6477
5838
|
"version": "1.0.3"
|
|
6478
5839
|
},
|
|
@@ -6482,6 +5843,12 @@
|
|
|
6482
5843
|
"etag": {
|
|
6483
5844
|
"version": "1.8.1"
|
|
6484
5845
|
},
|
|
5846
|
+
"event-target-shim": {
|
|
5847
|
+
"version": "5.0.1"
|
|
5848
|
+
},
|
|
5849
|
+
"events": {
|
|
5850
|
+
"version": "3.3.0"
|
|
5851
|
+
},
|
|
6485
5852
|
"exif-parser": {
|
|
6486
5853
|
"version": "0.1.12"
|
|
6487
5854
|
},
|
|
@@ -6638,22 +6005,8 @@
|
|
|
6638
6005
|
"function-bind": {
|
|
6639
6006
|
"version": "1.1.1"
|
|
6640
6007
|
},
|
|
6641
|
-
"function.prototype.name": {
|
|
6642
|
-
"version": "1.1.5",
|
|
6643
|
-
"extraneous": true,
|
|
6644
|
-
"requires": {
|
|
6645
|
-
"call-bind": "^1.0.2",
|
|
6646
|
-
"define-properties": "^1.1.3",
|
|
6647
|
-
"es-abstract": "^1.19.0",
|
|
6648
|
-
"functions-have-names": "^1.2.2"
|
|
6649
|
-
}
|
|
6650
|
-
},
|
|
6651
|
-
"functions-have-names": {
|
|
6652
|
-
"version": "1.2.3",
|
|
6653
|
-
"extraneous": true
|
|
6654
|
-
},
|
|
6655
6008
|
"gauge": {
|
|
6656
|
-
"version": "
|
|
6009
|
+
"version": "5.0.0",
|
|
6657
6010
|
"requires": {
|
|
6658
6011
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
6659
6012
|
"color-support": "^1.1.3",
|
|
@@ -6692,14 +6045,6 @@
|
|
|
6692
6045
|
"get-stream": {
|
|
6693
6046
|
"version": "6.0.1"
|
|
6694
6047
|
},
|
|
6695
|
-
"get-symbol-description": {
|
|
6696
|
-
"version": "1.0.0",
|
|
6697
|
-
"extraneous": true,
|
|
6698
|
-
"requires": {
|
|
6699
|
-
"call-bind": "^1.0.2",
|
|
6700
|
-
"get-intrinsic": "^1.1.1"
|
|
6701
|
-
}
|
|
6702
|
-
},
|
|
6703
6048
|
"gifwrap": {
|
|
6704
6049
|
"version": "0.9.4",
|
|
6705
6050
|
"requires": {
|
|
@@ -6724,7 +6069,7 @@
|
|
|
6724
6069
|
}
|
|
6725
6070
|
},
|
|
6726
6071
|
"minimatch": {
|
|
6727
|
-
"version": "5.1.
|
|
6072
|
+
"version": "5.1.2",
|
|
6728
6073
|
"requires": {
|
|
6729
6074
|
"brace-expansion": "^2.0.1"
|
|
6730
6075
|
}
|
|
@@ -6739,7 +6084,7 @@
|
|
|
6739
6084
|
}
|
|
6740
6085
|
},
|
|
6741
6086
|
"got": {
|
|
6742
|
-
"version": "11.8.
|
|
6087
|
+
"version": "11.8.6",
|
|
6743
6088
|
"requires": {
|
|
6744
6089
|
"@sindresorhus/is": "^4.0.0",
|
|
6745
6090
|
"@szmarczak/http-timer": "^4.0.5",
|
|
@@ -6763,30 +6108,12 @@
|
|
|
6763
6108
|
"function-bind": "^1.1.1"
|
|
6764
6109
|
}
|
|
6765
6110
|
},
|
|
6766
|
-
"has-bigints": {
|
|
6767
|
-
"version": "1.0.2",
|
|
6768
|
-
"extraneous": true
|
|
6769
|
-
},
|
|
6770
6111
|
"has-flag": {
|
|
6771
6112
|
"version": "4.0.0"
|
|
6772
6113
|
},
|
|
6773
|
-
"has-property-descriptors": {
|
|
6774
|
-
"version": "1.0.0",
|
|
6775
|
-
"extraneous": true,
|
|
6776
|
-
"requires": {
|
|
6777
|
-
"get-intrinsic": "^1.1.1"
|
|
6778
|
-
}
|
|
6779
|
-
},
|
|
6780
6114
|
"has-symbols": {
|
|
6781
6115
|
"version": "1.0.3"
|
|
6782
6116
|
},
|
|
6783
|
-
"has-tostringtag": {
|
|
6784
|
-
"version": "1.0.0",
|
|
6785
|
-
"extraneous": true,
|
|
6786
|
-
"requires": {
|
|
6787
|
-
"has-symbols": "^1.0.2"
|
|
6788
|
-
}
|
|
6789
|
-
},
|
|
6790
6117
|
"has-unicode": {
|
|
6791
6118
|
"version": "2.0.1"
|
|
6792
6119
|
},
|
|
@@ -6849,17 +6176,8 @@
|
|
|
6849
6176
|
"ini": {
|
|
6850
6177
|
"version": "3.0.1"
|
|
6851
6178
|
},
|
|
6852
|
-
"internal-slot": {
|
|
6853
|
-
"version": "1.0.3",
|
|
6854
|
-
"extraneous": true,
|
|
6855
|
-
"requires": {
|
|
6856
|
-
"get-intrinsic": "^1.1.0",
|
|
6857
|
-
"has": "^1.0.3",
|
|
6858
|
-
"side-channel": "^1.0.4"
|
|
6859
|
-
}
|
|
6860
|
-
},
|
|
6861
6179
|
"io.appium.settings": {
|
|
6862
|
-
"version": "
|
|
6180
|
+
"version": "5.0.0"
|
|
6863
6181
|
},
|
|
6864
6182
|
"ipaddr.js": {
|
|
6865
6183
|
"version": "1.9.1"
|
|
@@ -6867,38 +6185,12 @@
|
|
|
6867
6185
|
"is-arrayish": {
|
|
6868
6186
|
"version": "0.2.1"
|
|
6869
6187
|
},
|
|
6870
|
-
"is-bigint": {
|
|
6871
|
-
"version": "1.0.4",
|
|
6872
|
-
"extraneous": true,
|
|
6873
|
-
"requires": {
|
|
6874
|
-
"has-bigints": "^1.0.1"
|
|
6875
|
-
}
|
|
6876
|
-
},
|
|
6877
|
-
"is-boolean-object": {
|
|
6878
|
-
"version": "1.1.2",
|
|
6879
|
-
"extraneous": true,
|
|
6880
|
-
"requires": {
|
|
6881
|
-
"call-bind": "^1.0.2",
|
|
6882
|
-
"has-tostringtag": "^1.0.0"
|
|
6883
|
-
}
|
|
6884
|
-
},
|
|
6885
|
-
"is-callable": {
|
|
6886
|
-
"version": "1.2.7",
|
|
6887
|
-
"extraneous": true
|
|
6888
|
-
},
|
|
6889
6188
|
"is-core-module": {
|
|
6890
6189
|
"version": "2.11.0",
|
|
6891
6190
|
"requires": {
|
|
6892
6191
|
"has": "^1.0.3"
|
|
6893
6192
|
}
|
|
6894
6193
|
},
|
|
6895
|
-
"is-date-object": {
|
|
6896
|
-
"version": "1.0.5",
|
|
6897
|
-
"extraneous": true,
|
|
6898
|
-
"requires": {
|
|
6899
|
-
"has-tostringtag": "^1.0.0"
|
|
6900
|
-
}
|
|
6901
|
-
},
|
|
6902
6194
|
"is-function": {
|
|
6903
6195
|
"version": "1.0.2"
|
|
6904
6196
|
},
|
|
@@ -6906,66 +6198,19 @@
|
|
|
6906
6198
|
"version": "1.0.0",
|
|
6907
6199
|
"extraneous": true
|
|
6908
6200
|
},
|
|
6909
|
-
"is-negative-zero": {
|
|
6910
|
-
"version": "2.0.2",
|
|
6911
|
-
"extraneous": true
|
|
6912
|
-
},
|
|
6913
6201
|
"is-number-like": {
|
|
6914
6202
|
"version": "1.0.8",
|
|
6915
6203
|
"requires": {
|
|
6916
6204
|
"lodash.isfinite": "^3.3.2"
|
|
6917
6205
|
}
|
|
6918
6206
|
},
|
|
6919
|
-
"is-number-object": {
|
|
6920
|
-
"version": "1.0.7",
|
|
6921
|
-
"extraneous": true,
|
|
6922
|
-
"requires": {
|
|
6923
|
-
"has-tostringtag": "^1.0.0"
|
|
6924
|
-
}
|
|
6925
|
-
},
|
|
6926
|
-
"is-regex": {
|
|
6927
|
-
"version": "1.1.4",
|
|
6928
|
-
"extraneous": true,
|
|
6929
|
-
"requires": {
|
|
6930
|
-
"call-bind": "^1.0.2",
|
|
6931
|
-
"has-tostringtag": "^1.0.0"
|
|
6932
|
-
}
|
|
6933
|
-
},
|
|
6934
|
-
"is-shared-array-buffer": {
|
|
6935
|
-
"version": "1.0.2",
|
|
6936
|
-
"extraneous": true,
|
|
6937
|
-
"requires": {
|
|
6938
|
-
"call-bind": "^1.0.2"
|
|
6939
|
-
}
|
|
6940
|
-
},
|
|
6941
6207
|
"is-stream": {
|
|
6942
6208
|
"version": "2.0.1",
|
|
6943
6209
|
"extraneous": true
|
|
6944
6210
|
},
|
|
6945
|
-
"is-string": {
|
|
6946
|
-
"version": "1.0.7",
|
|
6947
|
-
"extraneous": true,
|
|
6948
|
-
"requires": {
|
|
6949
|
-
"has-tostringtag": "^1.0.0"
|
|
6950
|
-
}
|
|
6951
|
-
},
|
|
6952
|
-
"is-symbol": {
|
|
6953
|
-
"version": "1.0.4",
|
|
6954
|
-
"extraneous": true,
|
|
6955
|
-
"requires": {
|
|
6956
|
-
"has-symbols": "^1.0.2"
|
|
6957
|
-
}
|
|
6958
|
-
},
|
|
6959
6211
|
"is-unicode-supported": {
|
|
6960
6212
|
"version": "0.1.0"
|
|
6961
6213
|
},
|
|
6962
|
-
"is-weakref": {
|
|
6963
|
-
"version": "1.0.2",
|
|
6964
|
-
"extraneous": true,
|
|
6965
|
-
"requires": {
|
|
6966
|
-
"call-bind": "^1.0.2"
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
6214
|
"isexe": {
|
|
6970
6215
|
"version": "2.0.0"
|
|
6971
6216
|
},
|
|
@@ -6985,51 +6230,6 @@
|
|
|
6985
6230
|
"js-tokens": {
|
|
6986
6231
|
"version": "4.0.0"
|
|
6987
6232
|
},
|
|
6988
|
-
"js2xmlparser": {
|
|
6989
|
-
"version": "4.0.2",
|
|
6990
|
-
"extraneous": true,
|
|
6991
|
-
"requires": {
|
|
6992
|
-
"xmlcreate": "^2.0.4"
|
|
6993
|
-
}
|
|
6994
|
-
},
|
|
6995
|
-
"jsdoc": {
|
|
6996
|
-
"version": "3.6.11",
|
|
6997
|
-
"extraneous": true,
|
|
6998
|
-
"requires": {
|
|
6999
|
-
"@babel/parser": "^7.9.4",
|
|
7000
|
-
"@types/markdown-it": "^12.2.3",
|
|
7001
|
-
"bluebird": "^3.7.2",
|
|
7002
|
-
"catharsis": "^0.9.0",
|
|
7003
|
-
"escape-string-regexp": "^2.0.0",
|
|
7004
|
-
"js2xmlparser": "^4.0.2",
|
|
7005
|
-
"klaw": "^3.0.0",
|
|
7006
|
-
"markdown-it": "^12.3.2",
|
|
7007
|
-
"markdown-it-anchor": "^8.4.1",
|
|
7008
|
-
"marked": "^4.0.10",
|
|
7009
|
-
"mkdirp": "^1.0.4",
|
|
7010
|
-
"requizzle": "^0.2.3",
|
|
7011
|
-
"strip-json-comments": "^3.1.0",
|
|
7012
|
-
"taffydb": "2.6.2",
|
|
7013
|
-
"underscore": "~1.13.2"
|
|
7014
|
-
},
|
|
7015
|
-
"dependencies": {
|
|
7016
|
-
"escape-string-regexp": {
|
|
7017
|
-
"version": "2.0.0",
|
|
7018
|
-
"extraneous": true
|
|
7019
|
-
},
|
|
7020
|
-
"mkdirp": {
|
|
7021
|
-
"version": "1.0.4",
|
|
7022
|
-
"extraneous": true
|
|
7023
|
-
}
|
|
7024
|
-
}
|
|
7025
|
-
},
|
|
7026
|
-
"jsdoc-plugin-typescript": {
|
|
7027
|
-
"version": "2.2.0",
|
|
7028
|
-
"extraneous": true,
|
|
7029
|
-
"requires": {
|
|
7030
|
-
"string.prototype.matchall": "^4.0.0"
|
|
7031
|
-
}
|
|
7032
|
-
},
|
|
7033
6233
|
"jsftp": {
|
|
7034
6234
|
"version": "2.1.3",
|
|
7035
6235
|
"requires": {
|
|
@@ -7069,10 +6269,7 @@
|
|
|
7069
6269
|
}
|
|
7070
6270
|
},
|
|
7071
6271
|
"klaw": {
|
|
7072
|
-
"version": "
|
|
7073
|
-
"requires": {
|
|
7074
|
-
"graceful-fs": "^4.1.9"
|
|
7075
|
-
}
|
|
6272
|
+
"version": "4.0.1"
|
|
7076
6273
|
},
|
|
7077
6274
|
"kuler": {
|
|
7078
6275
|
"version": "2.0.0",
|
|
@@ -7117,13 +6314,6 @@
|
|
|
7117
6314
|
"lines-and-columns": {
|
|
7118
6315
|
"version": "1.2.4"
|
|
7119
6316
|
},
|
|
7120
|
-
"linkify-it": {
|
|
7121
|
-
"version": "3.0.3",
|
|
7122
|
-
"extraneous": true,
|
|
7123
|
-
"requires": {
|
|
7124
|
-
"uc.micro": "^1.0.1"
|
|
7125
|
-
}
|
|
7126
|
-
},
|
|
7127
6317
|
"load-bmfont": {
|
|
7128
6318
|
"version": "1.4.1",
|
|
7129
6319
|
"requires": {
|
|
@@ -7228,33 +6418,6 @@
|
|
|
7228
6418
|
"lowercase-keys": {
|
|
7229
6419
|
"version": "2.0.0"
|
|
7230
6420
|
},
|
|
7231
|
-
"lru-cache": {
|
|
7232
|
-
"version": "7.14.0"
|
|
7233
|
-
},
|
|
7234
|
-
"markdown-it": {
|
|
7235
|
-
"version": "12.3.2",
|
|
7236
|
-
"extraneous": true,
|
|
7237
|
-
"requires": {
|
|
7238
|
-
"argparse": "^2.0.1",
|
|
7239
|
-
"entities": "~2.1.0",
|
|
7240
|
-
"linkify-it": "^3.0.1",
|
|
7241
|
-
"mdurl": "^1.0.1",
|
|
7242
|
-
"uc.micro": "^1.0.5"
|
|
7243
|
-
}
|
|
7244
|
-
},
|
|
7245
|
-
"markdown-it-anchor": {
|
|
7246
|
-
"version": "8.6.5",
|
|
7247
|
-
"extraneous": true,
|
|
7248
|
-
"requires": {}
|
|
7249
|
-
},
|
|
7250
|
-
"marked": {
|
|
7251
|
-
"version": "4.2.3",
|
|
7252
|
-
"extraneous": true
|
|
7253
|
-
},
|
|
7254
|
-
"mdurl": {
|
|
7255
|
-
"version": "1.0.1",
|
|
7256
|
-
"extraneous": true
|
|
7257
|
-
},
|
|
7258
6421
|
"media-typer": {
|
|
7259
6422
|
"version": "0.3.0"
|
|
7260
6423
|
},
|
|
@@ -7328,7 +6491,7 @@
|
|
|
7328
6491
|
"version": "2.29.4"
|
|
7329
6492
|
},
|
|
7330
6493
|
"moment-timezone": {
|
|
7331
|
-
"version": "0.5.
|
|
6494
|
+
"version": "0.5.40",
|
|
7332
6495
|
"requires": {
|
|
7333
6496
|
"moment": ">= 2.9.0"
|
|
7334
6497
|
}
|
|
@@ -7416,31 +6579,17 @@
|
|
|
7416
6579
|
"version": "6.1.0"
|
|
7417
6580
|
},
|
|
7418
6581
|
"npmlog": {
|
|
7419
|
-
"version": "
|
|
6582
|
+
"version": "7.0.1",
|
|
7420
6583
|
"requires": {
|
|
7421
|
-
"are-we-there-yet": "^
|
|
6584
|
+
"are-we-there-yet": "^4.0.0",
|
|
7422
6585
|
"console-control-strings": "^1.1.0",
|
|
7423
|
-
"gauge": "^
|
|
6586
|
+
"gauge": "^5.0.0",
|
|
7424
6587
|
"set-blocking": "^2.0.0"
|
|
7425
6588
|
}
|
|
7426
6589
|
},
|
|
7427
6590
|
"object-inspect": {
|
|
7428
6591
|
"version": "1.12.2"
|
|
7429
6592
|
},
|
|
7430
|
-
"object-keys": {
|
|
7431
|
-
"version": "1.1.1",
|
|
7432
|
-
"extraneous": true
|
|
7433
|
-
},
|
|
7434
|
-
"object.assign": {
|
|
7435
|
-
"version": "4.1.4",
|
|
7436
|
-
"extraneous": true,
|
|
7437
|
-
"requires": {
|
|
7438
|
-
"call-bind": "^1.0.2",
|
|
7439
|
-
"define-properties": "^1.1.4",
|
|
7440
|
-
"has-symbols": "^1.0.3",
|
|
7441
|
-
"object-keys": "^1.1.1"
|
|
7442
|
-
}
|
|
7443
|
-
},
|
|
7444
6593
|
"omggif": {
|
|
7445
6594
|
"version": "1.0.10"
|
|
7446
6595
|
},
|
|
@@ -7760,7 +6909,7 @@
|
|
|
7760
6909
|
}
|
|
7761
6910
|
},
|
|
7762
6911
|
"minimatch": {
|
|
7763
|
-
"version": "5.1.
|
|
6912
|
+
"version": "5.1.2",
|
|
7764
6913
|
"requires": {
|
|
7765
6914
|
"brace-expansion": "^2.0.1"
|
|
7766
6915
|
}
|
|
@@ -7770,26 +6919,10 @@
|
|
|
7770
6919
|
"regenerator-runtime": {
|
|
7771
6920
|
"version": "0.13.11"
|
|
7772
6921
|
},
|
|
7773
|
-
"regexp.prototype.flags": {
|
|
7774
|
-
"version": "1.4.3",
|
|
7775
|
-
"extraneous": true,
|
|
7776
|
-
"requires": {
|
|
7777
|
-
"call-bind": "^1.0.2",
|
|
7778
|
-
"define-properties": "^1.1.3",
|
|
7779
|
-
"functions-have-names": "^1.2.2"
|
|
7780
|
-
}
|
|
7781
|
-
},
|
|
7782
6922
|
"require-from-string": {
|
|
7783
6923
|
"version": "2.0.2",
|
|
7784
6924
|
"extraneous": true
|
|
7785
6925
|
},
|
|
7786
|
-
"requizzle": {
|
|
7787
|
-
"version": "0.2.4",
|
|
7788
|
-
"extraneous": true,
|
|
7789
|
-
"requires": {
|
|
7790
|
-
"lodash": "^4.17.21"
|
|
7791
|
-
}
|
|
7792
|
-
},
|
|
7793
6926
|
"resolve": {
|
|
7794
6927
|
"version": "1.22.1",
|
|
7795
6928
|
"requires": {
|
|
@@ -7840,15 +6973,6 @@
|
|
|
7840
6973
|
"safe-buffer": {
|
|
7841
6974
|
"version": "5.2.1"
|
|
7842
6975
|
},
|
|
7843
|
-
"safe-regex-test": {
|
|
7844
|
-
"version": "1.0.0",
|
|
7845
|
-
"extraneous": true,
|
|
7846
|
-
"requires": {
|
|
7847
|
-
"call-bind": "^1.0.2",
|
|
7848
|
-
"get-intrinsic": "^1.1.3",
|
|
7849
|
-
"is-regex": "^1.1.4"
|
|
7850
|
-
}
|
|
7851
|
-
},
|
|
7852
6976
|
"safe-stable-stringify": {
|
|
7853
6977
|
"version": "2.4.1",
|
|
7854
6978
|
"extraneous": true
|
|
@@ -7876,6 +7000,9 @@
|
|
|
7876
7000
|
"requires": {
|
|
7877
7001
|
"yallist": "^4.0.0"
|
|
7878
7002
|
}
|
|
7003
|
+
},
|
|
7004
|
+
"yallist": {
|
|
7005
|
+
"version": "4.0.0"
|
|
7879
7006
|
}
|
|
7880
7007
|
}
|
|
7881
7008
|
},
|
|
@@ -8049,48 +7176,12 @@
|
|
|
8049
7176
|
"safe-buffer": "~5.2.0"
|
|
8050
7177
|
}
|
|
8051
7178
|
},
|
|
8052
|
-
"string.prototype.matchall": {
|
|
8053
|
-
"version": "4.0.8",
|
|
8054
|
-
"extraneous": true,
|
|
8055
|
-
"requires": {
|
|
8056
|
-
"call-bind": "^1.0.2",
|
|
8057
|
-
"define-properties": "^1.1.4",
|
|
8058
|
-
"es-abstract": "^1.20.4",
|
|
8059
|
-
"get-intrinsic": "^1.1.3",
|
|
8060
|
-
"has-symbols": "^1.0.3",
|
|
8061
|
-
"internal-slot": "^1.0.3",
|
|
8062
|
-
"regexp.prototype.flags": "^1.4.3",
|
|
8063
|
-
"side-channel": "^1.0.4"
|
|
8064
|
-
}
|
|
8065
|
-
},
|
|
8066
|
-
"string.prototype.trimend": {
|
|
8067
|
-
"version": "1.0.6",
|
|
8068
|
-
"extraneous": true,
|
|
8069
|
-
"requires": {
|
|
8070
|
-
"call-bind": "^1.0.2",
|
|
8071
|
-
"define-properties": "^1.1.4",
|
|
8072
|
-
"es-abstract": "^1.20.4"
|
|
8073
|
-
}
|
|
8074
|
-
},
|
|
8075
|
-
"string.prototype.trimstart": {
|
|
8076
|
-
"version": "1.0.6",
|
|
8077
|
-
"extraneous": true,
|
|
8078
|
-
"requires": {
|
|
8079
|
-
"call-bind": "^1.0.2",
|
|
8080
|
-
"define-properties": "^1.1.4",
|
|
8081
|
-
"es-abstract": "^1.20.4"
|
|
8082
|
-
}
|
|
8083
|
-
},
|
|
8084
7179
|
"strip-ansi": {
|
|
8085
7180
|
"version": "6.0.1",
|
|
8086
7181
|
"requires": {
|
|
8087
7182
|
"ansi-regex": "^5.0.1"
|
|
8088
7183
|
}
|
|
8089
7184
|
},
|
|
8090
|
-
"strip-json-comments": {
|
|
8091
|
-
"version": "3.1.1",
|
|
8092
|
-
"extraneous": true
|
|
8093
|
-
},
|
|
8094
7185
|
"supports-color": {
|
|
8095
7186
|
"version": "8.1.1",
|
|
8096
7187
|
"requires": {
|
|
@@ -8100,10 +7191,6 @@
|
|
|
8100
7191
|
"supports-preserve-symlinks-flag": {
|
|
8101
7192
|
"version": "1.0.0"
|
|
8102
7193
|
},
|
|
8103
|
-
"taffydb": {
|
|
8104
|
-
"version": "2.6.2",
|
|
8105
|
-
"extraneous": true
|
|
8106
|
-
},
|
|
8107
7194
|
"tar-stream": {
|
|
8108
7195
|
"version": "2.2.0",
|
|
8109
7196
|
"requires": {
|
|
@@ -8133,6 +7220,12 @@
|
|
|
8133
7220
|
},
|
|
8134
7221
|
"shell-quote": {
|
|
8135
7222
|
"version": "1.7.3"
|
|
7223
|
+
},
|
|
7224
|
+
"which": {
|
|
7225
|
+
"version": "2.0.2",
|
|
7226
|
+
"requires": {
|
|
7227
|
+
"isexe": "^2.0.0"
|
|
7228
|
+
}
|
|
8136
7229
|
}
|
|
8137
7230
|
}
|
|
8138
7231
|
},
|
|
@@ -8147,7 +7240,7 @@
|
|
|
8147
7240
|
"version": "1.7.1"
|
|
8148
7241
|
},
|
|
8149
7242
|
"tinycolor2": {
|
|
8150
|
-
"version": "1.
|
|
7243
|
+
"version": "1.5.1"
|
|
8151
7244
|
},
|
|
8152
7245
|
"toidentifier": {
|
|
8153
7246
|
"version": "1.0.1"
|
|
@@ -8163,7 +7256,7 @@
|
|
|
8163
7256
|
}
|
|
8164
7257
|
},
|
|
8165
7258
|
"type-fest": {
|
|
8166
|
-
"version": "3.
|
|
7259
|
+
"version": "3.4.0"
|
|
8167
7260
|
},
|
|
8168
7261
|
"type-is": {
|
|
8169
7262
|
"version": "1.6.18",
|
|
@@ -8172,24 +7265,6 @@
|
|
|
8172
7265
|
"mime-types": "~2.1.24"
|
|
8173
7266
|
}
|
|
8174
7267
|
},
|
|
8175
|
-
"uc.micro": {
|
|
8176
|
-
"version": "1.0.6",
|
|
8177
|
-
"extraneous": true
|
|
8178
|
-
},
|
|
8179
|
-
"unbox-primitive": {
|
|
8180
|
-
"version": "1.0.2",
|
|
8181
|
-
"extraneous": true,
|
|
8182
|
-
"requires": {
|
|
8183
|
-
"call-bind": "^1.0.2",
|
|
8184
|
-
"has-bigints": "^1.0.2",
|
|
8185
|
-
"has-symbols": "^1.0.3",
|
|
8186
|
-
"which-boxed-primitive": "^1.0.2"
|
|
8187
|
-
}
|
|
8188
|
-
},
|
|
8189
|
-
"underscore": {
|
|
8190
|
-
"version": "1.13.6",
|
|
8191
|
-
"extraneous": true
|
|
8192
|
-
},
|
|
8193
7268
|
"unorm": {
|
|
8194
7269
|
"version": "1.6.0"
|
|
8195
7270
|
},
|
|
@@ -8230,7 +7305,7 @@
|
|
|
8230
7305
|
"version": "1.0.1"
|
|
8231
7306
|
},
|
|
8232
7307
|
"uuid": {
|
|
8233
|
-
"version": "
|
|
7308
|
+
"version": "9.0.0"
|
|
8234
7309
|
},
|
|
8235
7310
|
"validate-npm-package-license": {
|
|
8236
7311
|
"version": "3.0.4",
|
|
@@ -8253,22 +7328,11 @@
|
|
|
8253
7328
|
}
|
|
8254
7329
|
},
|
|
8255
7330
|
"which": {
|
|
8256
|
-
"version": "
|
|
7331
|
+
"version": "3.0.0",
|
|
8257
7332
|
"requires": {
|
|
8258
7333
|
"isexe": "^2.0.0"
|
|
8259
7334
|
}
|
|
8260
7335
|
},
|
|
8261
|
-
"which-boxed-primitive": {
|
|
8262
|
-
"version": "1.0.2",
|
|
8263
|
-
"extraneous": true,
|
|
8264
|
-
"requires": {
|
|
8265
|
-
"is-bigint": "^1.0.1",
|
|
8266
|
-
"is-boolean-object": "^1.1.0",
|
|
8267
|
-
"is-number-object": "^1.0.4",
|
|
8268
|
-
"is-string": "^1.0.5",
|
|
8269
|
-
"is-symbol": "^1.0.3"
|
|
8270
|
-
}
|
|
8271
|
-
},
|
|
8272
7336
|
"wide-align": {
|
|
8273
7337
|
"version": "1.1.5",
|
|
8274
7338
|
"requires": {
|
|
@@ -8397,19 +7461,12 @@
|
|
|
8397
7461
|
"xmlbuilder": {
|
|
8398
7462
|
"version": "15.1.1"
|
|
8399
7463
|
},
|
|
8400
|
-
"xmlcreate": {
|
|
8401
|
-
"version": "2.0.4",
|
|
8402
|
-
"extraneous": true
|
|
8403
|
-
},
|
|
8404
7464
|
"xpath": {
|
|
8405
7465
|
"version": "0.0.32"
|
|
8406
7466
|
},
|
|
8407
7467
|
"xtend": {
|
|
8408
7468
|
"version": "4.0.2"
|
|
8409
7469
|
},
|
|
8410
|
-
"yallist": {
|
|
8411
|
-
"version": "4.0.0"
|
|
8412
|
-
},
|
|
8413
7470
|
"yaml": {
|
|
8414
7471
|
"version": "2.1.3",
|
|
8415
7472
|
"extraneous": true
|