appium-uiautomator2-driver 2.12.0 → 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 +7 -0
- package/npm-shrinkwrap.json +319 -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.1",
|
|
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.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",
|
|
@@ -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": {
|
|
@@ -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,74 +1975,10 @@
|
|
|
1997
1975
|
"is-arrayish": "^0.2.1"
|
|
1998
1976
|
}
|
|
1999
1977
|
},
|
|
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
1978
|
"node_modules/es6-error": {
|
|
2055
1979
|
"version": "4.1.1",
|
|
2056
1980
|
"license": "MIT"
|
|
2057
1981
|
},
|
|
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
1982
|
"node_modules/escape-html": {
|
|
2069
1983
|
"version": "1.0.3",
|
|
2070
1984
|
"license": "MIT"
|
|
@@ -2083,6 +1997,20 @@
|
|
|
2083
1997
|
"node": ">= 0.6"
|
|
2084
1998
|
}
|
|
2085
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
|
+
},
|
|
2086
2014
|
"node_modules/exif-parser": {
|
|
2087
2015
|
"version": "0.1.12"
|
|
2088
2016
|
},
|
|
@@ -2300,33 +2228,8 @@
|
|
|
2300
2228
|
"version": "1.1.1",
|
|
2301
2229
|
"license": "MIT"
|
|
2302
2230
|
},
|
|
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
2231
|
"node_modules/gauge": {
|
|
2329
|
-
"version": "
|
|
2232
|
+
"version": "5.0.0",
|
|
2330
2233
|
"license": "ISC",
|
|
2331
2234
|
"dependencies": {
|
|
2332
2235
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
@@ -2339,7 +2242,7 @@
|
|
|
2339
2242
|
"wide-align": "^1.1.5"
|
|
2340
2243
|
},
|
|
2341
2244
|
"engines": {
|
|
2342
|
-
"node": "^
|
|
2245
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2343
2246
|
}
|
|
2344
2247
|
},
|
|
2345
2248
|
"node_modules/gauge/node_modules/emoji-regex": {
|
|
@@ -2387,21 +2290,6 @@
|
|
|
2387
2290
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2388
2291
|
}
|
|
2389
2292
|
},
|
|
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
2293
|
"node_modules/gifwrap": {
|
|
2406
2294
|
"version": "0.9.4",
|
|
2407
2295
|
"license": "MIT",
|
|
@@ -2435,7 +2323,7 @@
|
|
|
2435
2323
|
}
|
|
2436
2324
|
},
|
|
2437
2325
|
"node_modules/glob/node_modules/minimatch": {
|
|
2438
|
-
"version": "5.1.
|
|
2326
|
+
"version": "5.1.2",
|
|
2439
2327
|
"license": "ISC",
|
|
2440
2328
|
"dependencies": {
|
|
2441
2329
|
"brace-expansion": "^2.0.1"
|
|
@@ -2452,19 +2340,8 @@
|
|
|
2452
2340
|
"process": "^0.11.10"
|
|
2453
2341
|
}
|
|
2454
2342
|
},
|
|
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
2343
|
"node_modules/got": {
|
|
2467
|
-
"version": "11.8.
|
|
2344
|
+
"version": "11.8.6",
|
|
2468
2345
|
"license": "MIT",
|
|
2469
2346
|
"dependencies": {
|
|
2470
2347
|
"@sindresorhus/is": "^4.0.0",
|
|
@@ -2500,14 +2377,6 @@
|
|
|
2500
2377
|
"node": ">= 0.4.0"
|
|
2501
2378
|
}
|
|
2502
2379
|
},
|
|
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
2380
|
"node_modules/has-flag": {
|
|
2512
2381
|
"version": "4.0.0",
|
|
2513
2382
|
"license": "MIT",
|
|
@@ -2515,17 +2384,6 @@
|
|
|
2515
2384
|
"node": ">=8"
|
|
2516
2385
|
}
|
|
2517
2386
|
},
|
|
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
2387
|
"node_modules/has-symbols": {
|
|
2530
2388
|
"version": "1.0.3",
|
|
2531
2389
|
"license": "MIT",
|
|
@@ -2536,20 +2394,6 @@
|
|
|
2536
2394
|
"url": "https://github.com/sponsors/ljharb"
|
|
2537
2395
|
}
|
|
2538
2396
|
},
|
|
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
2397
|
"node_modules/has-unicode": {
|
|
2554
2398
|
"version": "2.0.1",
|
|
2555
2399
|
"license": "ISC"
|
|
@@ -2649,21 +2493,8 @@
|
|
|
2649
2493
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2650
2494
|
}
|
|
2651
2495
|
},
|
|
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
2496
|
"node_modules/io.appium.settings": {
|
|
2666
|
-
"version": "
|
|
2497
|
+
"version": "5.0.0",
|
|
2667
2498
|
"license": "Apache-2.0",
|
|
2668
2499
|
"engines": {
|
|
2669
2500
|
"node": ">=14",
|
|
@@ -2681,43 +2512,6 @@
|
|
|
2681
2512
|
"version": "0.2.1",
|
|
2682
2513
|
"license": "MIT"
|
|
2683
2514
|
},
|
|
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
2515
|
"node_modules/is-core-module": {
|
|
2722
2516
|
"version": "2.11.0",
|
|
2723
2517
|
"license": "MIT",
|
|
@@ -2728,20 +2522,6 @@
|
|
|
2728
2522
|
"url": "https://github.com/sponsors/ljharb"
|
|
2729
2523
|
}
|
|
2730
2524
|
},
|
|
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
2525
|
"node_modules/is-function": {
|
|
2746
2526
|
"version": "1.0.2",
|
|
2747
2527
|
"license": "MIT"
|
|
@@ -2754,17 +2534,6 @@
|
|
|
2754
2534
|
"node": ">=8"
|
|
2755
2535
|
}
|
|
2756
2536
|
},
|
|
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
2537
|
"node_modules/is-number-like": {
|
|
2769
2538
|
"version": "1.0.8",
|
|
2770
2539
|
"license": "ISC",
|
|
@@ -2772,46 +2541,6 @@
|
|
|
2772
2541
|
"lodash.isfinite": "^3.3.2"
|
|
2773
2542
|
}
|
|
2774
2543
|
},
|
|
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
2544
|
"node_modules/is-stream": {
|
|
2816
2545
|
"version": "2.0.1",
|
|
2817
2546
|
"extraneous": true,
|
|
@@ -2823,34 +2552,6 @@
|
|
|
2823
2552
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2824
2553
|
}
|
|
2825
2554
|
},
|
|
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
2555
|
"node_modules/is-unicode-supported": {
|
|
2855
2556
|
"version": "0.1.0",
|
|
2856
2557
|
"license": "MIT",
|
|
@@ -2861,17 +2562,6 @@
|
|
|
2861
2562
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2862
2563
|
}
|
|
2863
2564
|
},
|
|
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
2565
|
"node_modules/isexe": {
|
|
2876
2566
|
"version": "2.0.0",
|
|
2877
2567
|
"license": "ISC"
|
|
@@ -2895,69 +2585,6 @@
|
|
|
2895
2585
|
"version": "4.0.0",
|
|
2896
2586
|
"license": "MIT"
|
|
2897
2587
|
},
|
|
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
2588
|
"node_modules/jsftp": {
|
|
2962
2589
|
"version": "2.1.3",
|
|
2963
2590
|
"license": "MIT",
|
|
@@ -3005,10 +2632,10 @@
|
|
|
3005
2632
|
}
|
|
3006
2633
|
},
|
|
3007
2634
|
"node_modules/klaw": {
|
|
3008
|
-
"version": "
|
|
2635
|
+
"version": "4.0.1",
|
|
3009
2636
|
"license": "MIT",
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
2637
|
+
"engines": {
|
|
2638
|
+
"node": ">=14.14.0"
|
|
3012
2639
|
}
|
|
3013
2640
|
},
|
|
3014
2641
|
"node_modules/kuler": {
|
|
@@ -3066,14 +2693,6 @@
|
|
|
3066
2693
|
"version": "1.2.4",
|
|
3067
2694
|
"license": "MIT"
|
|
3068
2695
|
},
|
|
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
2696
|
"node_modules/load-bmfont": {
|
|
3078
2697
|
"version": "1.4.1",
|
|
3079
2698
|
"license": "MIT",
|
|
@@ -3231,53 +2850,6 @@
|
|
|
3231
2850
|
"node": ">=8"
|
|
3232
2851
|
}
|
|
3233
2852
|
},
|
|
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
2853
|
"node_modules/media-typer": {
|
|
3282
2854
|
"version": "0.3.0",
|
|
3283
2855
|
"license": "MIT",
|
|
@@ -3403,7 +2975,7 @@
|
|
|
3403
2975
|
}
|
|
3404
2976
|
},
|
|
3405
2977
|
"node_modules/moment-timezone": {
|
|
3406
|
-
"version": "0.5.
|
|
2978
|
+
"version": "0.5.40",
|
|
3407
2979
|
"license": "MIT",
|
|
3408
2980
|
"dependencies": {
|
|
3409
2981
|
"moment": ">= 2.9.0"
|
|
@@ -3536,16 +3108,16 @@
|
|
|
3536
3108
|
}
|
|
3537
3109
|
},
|
|
3538
3110
|
"node_modules/npmlog": {
|
|
3539
|
-
"version": "
|
|
3111
|
+
"version": "7.0.1",
|
|
3540
3112
|
"license": "ISC",
|
|
3541
3113
|
"dependencies": {
|
|
3542
|
-
"are-we-there-yet": "^
|
|
3114
|
+
"are-we-there-yet": "^4.0.0",
|
|
3543
3115
|
"console-control-strings": "^1.1.0",
|
|
3544
|
-
"gauge": "^
|
|
3116
|
+
"gauge": "^5.0.0",
|
|
3545
3117
|
"set-blocking": "^2.0.0"
|
|
3546
3118
|
},
|
|
3547
3119
|
"engines": {
|
|
3548
|
-
"node": "^
|
|
3120
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
3549
3121
|
}
|
|
3550
3122
|
},
|
|
3551
3123
|
"node_modules/object-inspect": {
|
|
@@ -3555,31 +3127,6 @@
|
|
|
3555
3127
|
"url": "https://github.com/sponsors/ljharb"
|
|
3556
3128
|
}
|
|
3557
3129
|
},
|
|
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,
|
|
3569
|
-
"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
|
-
"funding": {
|
|
3580
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
3581
|
-
}
|
|
3582
|
-
},
|
|
3583
3130
|
"node_modules/omggif": {
|
|
3584
3131
|
"version": "1.0.10",
|
|
3585
3132
|
"license": "MIT"
|
|
@@ -4084,7 +3631,7 @@
|
|
|
4084
3631
|
}
|
|
4085
3632
|
},
|
|
4086
3633
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
4087
|
-
"version": "5.1.
|
|
3634
|
+
"version": "5.1.2",
|
|
4088
3635
|
"license": "ISC",
|
|
4089
3636
|
"dependencies": {
|
|
4090
3637
|
"brace-expansion": "^2.0.1"
|
|
@@ -4097,22 +3644,6 @@
|
|
|
4097
3644
|
"version": "0.13.11",
|
|
4098
3645
|
"license": "MIT"
|
|
4099
3646
|
},
|
|
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
3647
|
"node_modules/require-from-string": {
|
|
4117
3648
|
"version": "2.0.2",
|
|
4118
3649
|
"extraneous": true,
|
|
@@ -4121,14 +3652,6 @@
|
|
|
4121
3652
|
"node": ">=0.10.0"
|
|
4122
3653
|
}
|
|
4123
3654
|
},
|
|
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
3655
|
"node_modules/resolve": {
|
|
4133
3656
|
"version": "1.22.1",
|
|
4134
3657
|
"license": "MIT",
|
|
@@ -4226,19 +3749,6 @@
|
|
|
4226
3749
|
],
|
|
4227
3750
|
"license": "MIT"
|
|
4228
3751
|
},
|
|
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
3752
|
"node_modules/safe-stable-stringify": {
|
|
4243
3753
|
"version": "2.4.1",
|
|
4244
3754
|
"extraneous": true,
|
|
@@ -4285,6 +3795,10 @@
|
|
|
4285
3795
|
"node": ">=10"
|
|
4286
3796
|
}
|
|
4287
3797
|
},
|
|
3798
|
+
"node_modules/semver/node_modules/yallist": {
|
|
3799
|
+
"version": "4.0.0",
|
|
3800
|
+
"license": "ISC"
|
|
3801
|
+
},
|
|
4288
3802
|
"node_modules/send": {
|
|
4289
3803
|
"version": "0.18.0",
|
|
4290
3804
|
"license": "MIT",
|
|
@@ -4511,50 +4025,6 @@
|
|
|
4511
4025
|
"safe-buffer": "~5.2.0"
|
|
4512
4026
|
}
|
|
4513
4027
|
},
|
|
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
4028
|
"node_modules/strip-ansi": {
|
|
4559
4029
|
"version": "6.0.1",
|
|
4560
4030
|
"license": "MIT",
|
|
@@ -4565,17 +4035,6 @@
|
|
|
4565
4035
|
"node": ">=8"
|
|
4566
4036
|
}
|
|
4567
4037
|
},
|
|
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
4038
|
"node_modules/supports-color": {
|
|
4580
4039
|
"version": "8.1.1",
|
|
4581
4040
|
"license": "MIT",
|
|
@@ -4599,10 +4058,6 @@
|
|
|
4599
4058
|
"url": "https://github.com/sponsors/ljharb"
|
|
4600
4059
|
}
|
|
4601
4060
|
},
|
|
4602
|
-
"node_modules/taffydb": {
|
|
4603
|
-
"version": "2.6.2",
|
|
4604
|
-
"extraneous": true
|
|
4605
|
-
},
|
|
4606
4061
|
"node_modules/tar-stream": {
|
|
4607
4062
|
"version": "2.2.0",
|
|
4608
4063
|
"license": "MIT",
|
|
@@ -4647,6 +4102,19 @@
|
|
|
4647
4102
|
"version": "1.7.3",
|
|
4648
4103
|
"license": "MIT"
|
|
4649
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
|
+
},
|
|
4650
4118
|
"node_modules/text-hex": {
|
|
4651
4119
|
"version": "1.0.0",
|
|
4652
4120
|
"extraneous": true,
|
|
@@ -4661,7 +4129,7 @@
|
|
|
4661
4129
|
"license": "MIT"
|
|
4662
4130
|
},
|
|
4663
4131
|
"node_modules/tinycolor2": {
|
|
4664
|
-
"version": "1.
|
|
4132
|
+
"version": "1.5.1",
|
|
4665
4133
|
"license": "MIT",
|
|
4666
4134
|
"engines": {
|
|
4667
4135
|
"node": "*"
|
|
@@ -4687,7 +4155,7 @@
|
|
|
4687
4155
|
}
|
|
4688
4156
|
},
|
|
4689
4157
|
"node_modules/type-fest": {
|
|
4690
|
-
"version": "3.
|
|
4158
|
+
"version": "3.4.0",
|
|
4691
4159
|
"license": "(MIT OR CC0-1.0)",
|
|
4692
4160
|
"engines": {
|
|
4693
4161
|
"node": ">=14.16"
|
|
@@ -4707,30 +4175,6 @@
|
|
|
4707
4175
|
"node": ">= 0.6"
|
|
4708
4176
|
}
|
|
4709
4177
|
},
|
|
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
4178
|
"node_modules/unorm": {
|
|
4735
4179
|
"version": "1.6.0",
|
|
4736
4180
|
"license": "MIT or GPL-2.0",
|
|
@@ -4789,7 +4233,7 @@
|
|
|
4789
4233
|
}
|
|
4790
4234
|
},
|
|
4791
4235
|
"node_modules/uuid": {
|
|
4792
|
-
"version": "
|
|
4236
|
+
"version": "9.0.0",
|
|
4793
4237
|
"license": "MIT",
|
|
4794
4238
|
"bin": {
|
|
4795
4239
|
"uuid": "dist/bin/uuid"
|
|
@@ -4823,31 +4267,16 @@
|
|
|
4823
4267
|
}
|
|
4824
4268
|
},
|
|
4825
4269
|
"node_modules/which": {
|
|
4826
|
-
"version": "
|
|
4270
|
+
"version": "3.0.0",
|
|
4827
4271
|
"license": "ISC",
|
|
4828
4272
|
"dependencies": {
|
|
4829
4273
|
"isexe": "^2.0.0"
|
|
4830
4274
|
},
|
|
4831
4275
|
"bin": {
|
|
4832
|
-
"node-which": "bin/
|
|
4276
|
+
"node-which": "bin/which.js"
|
|
4833
4277
|
},
|
|
4834
4278
|
"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"
|
|
4279
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4851
4280
|
}
|
|
4852
4281
|
},
|
|
4853
4282
|
"node_modules/wide-align": {
|
|
@@ -5048,11 +4477,6 @@
|
|
|
5048
4477
|
"node": ">=8.0"
|
|
5049
4478
|
}
|
|
5050
4479
|
},
|
|
5051
|
-
"node_modules/xmlcreate": {
|
|
5052
|
-
"version": "2.0.4",
|
|
5053
|
-
"extraneous": true,
|
|
5054
|
-
"license": "Apache-2.0"
|
|
5055
|
-
},
|
|
5056
4480
|
"node_modules/xpath": {
|
|
5057
4481
|
"version": "0.0.32",
|
|
5058
4482
|
"license": "MIT",
|
|
@@ -5067,10 +4491,6 @@
|
|
|
5067
4491
|
"node": ">=0.4"
|
|
5068
4492
|
}
|
|
5069
4493
|
},
|
|
5070
|
-
"node_modules/yallist": {
|
|
5071
|
-
"version": "4.0.0",
|
|
5072
|
-
"license": "ISC"
|
|
5073
|
-
},
|
|
5074
4494
|
"node_modules/yaml": {
|
|
5075
4495
|
"version": "2.1.3",
|
|
5076
4496
|
"extraneous": true,
|
|
@@ -5112,73 +4532,56 @@
|
|
|
5112
4532
|
},
|
|
5113
4533
|
"dependencies": {
|
|
5114
4534
|
"@appium/base-driver": {
|
|
5115
|
-
"version": "
|
|
4535
|
+
"version": "9.1.0",
|
|
5116
4536
|
"requires": {
|
|
5117
|
-
"@appium/support": "^
|
|
4537
|
+
"@appium/support": "^3.0.1",
|
|
5118
4538
|
"@colors/colors": "1.5.0",
|
|
5119
4539
|
"@types/async-lock": "1.3.0",
|
|
5120
|
-
"@types/bluebird": "3.5.
|
|
5121
|
-
"@types/express": "4.17.
|
|
4540
|
+
"@types/bluebird": "3.5.38",
|
|
4541
|
+
"@types/express": "4.17.15",
|
|
5122
4542
|
"@types/method-override": "0.0.32",
|
|
5123
4543
|
"@types/serve-favicon": "2.5.3",
|
|
5124
|
-
"async-lock": "1.
|
|
5125
|
-
"asyncbox": "2.9.
|
|
5126
|
-
"axios": "
|
|
4544
|
+
"async-lock": "1.4.0",
|
|
4545
|
+
"asyncbox": "2.9.4",
|
|
4546
|
+
"axios": "1.2.1",
|
|
5127
4547
|
"bluebird": "3.7.2",
|
|
5128
4548
|
"body-parser": "1.20.1",
|
|
5129
4549
|
"es6-error": "4.1.1",
|
|
5130
4550
|
"express": "4.18.2",
|
|
5131
4551
|
"http-status-codes": "2.2.0",
|
|
5132
4552
|
"lodash": "4.17.21",
|
|
5133
|
-
"lru-cache": "7.14.
|
|
4553
|
+
"lru-cache": "7.14.1",
|
|
5134
4554
|
"method-override": "3.0.0",
|
|
5135
4555
|
"morgan": "1.10.0",
|
|
5136
4556
|
"serve-favicon": "2.5.0",
|
|
5137
4557
|
"source-map-support": "0.5.21",
|
|
5138
|
-
"type-fest": "3.
|
|
4558
|
+
"type-fest": "3.4.0",
|
|
5139
4559
|
"validate.js": "0.13.1"
|
|
5140
4560
|
},
|
|
5141
4561
|
"dependencies": {
|
|
5142
|
-
"
|
|
5143
|
-
"version": "
|
|
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
|
-
"axios": {
|
|
5153
|
-
"version": "0.27.2",
|
|
5154
|
-
"requires": {
|
|
5155
|
-
"follow-redirects": "^1.14.9",
|
|
5156
|
-
"form-data": "^4.0.0"
|
|
5157
|
-
}
|
|
4562
|
+
"lru-cache": {
|
|
4563
|
+
"version": "7.14.1"
|
|
5158
4564
|
}
|
|
5159
4565
|
}
|
|
5160
4566
|
},
|
|
5161
4567
|
"@appium/base-plugin": {
|
|
5162
|
-
"version": "
|
|
4568
|
+
"version": "2.0.1",
|
|
5163
4569
|
"extraneous": true,
|
|
5164
4570
|
"requires": {
|
|
5165
|
-
"@appium/support": "^
|
|
4571
|
+
"@appium/support": "^3.0.1"
|
|
5166
4572
|
}
|
|
5167
4573
|
},
|
|
5168
4574
|
"@appium/docutils": {
|
|
5169
|
-
"version": "0.
|
|
4575
|
+
"version": "0.1.1",
|
|
5170
4576
|
"extraneous": true,
|
|
5171
4577
|
"requires": {
|
|
5172
|
-
"@appium/support": "^
|
|
5173
|
-
"docdash": "1.2.0",
|
|
5174
|
-
"jsdoc": "3.6.11",
|
|
5175
|
-
"jsdoc-plugin-typescript": "2.2.0",
|
|
4578
|
+
"@appium/support": "^3.0.1",
|
|
5176
4579
|
"source-map-support": "0.5.21",
|
|
5177
4580
|
"teen_process": "2.0.2"
|
|
5178
4581
|
}
|
|
5179
4582
|
},
|
|
5180
4583
|
"@appium/schema": {
|
|
5181
|
-
"version": "0.0
|
|
4584
|
+
"version": "0.1.0",
|
|
5182
4585
|
"requires": {
|
|
5183
4586
|
"@types/json-schema": "7.0.11",
|
|
5184
4587
|
"json-schema": "0.4.0",
|
|
@@ -5186,9 +4589,9 @@
|
|
|
5186
4589
|
}
|
|
5187
4590
|
},
|
|
5188
4591
|
"@appium/support": {
|
|
5189
|
-
"version": "
|
|
4592
|
+
"version": "3.0.1",
|
|
5190
4593
|
"requires": {
|
|
5191
|
-
"@appium/types": "^0.
|
|
4594
|
+
"@appium/types": "^0.7.0",
|
|
5192
4595
|
"@colors/colors": "1.5.0",
|
|
5193
4596
|
"@types/archiver": "5.3.1",
|
|
5194
4597
|
"@types/base64-stream": "1.0.2",
|
|
@@ -5203,13 +4606,13 @@
|
|
|
5203
4606
|
"@types/pluralize": "0.0.29",
|
|
5204
4607
|
"@types/pngjs": "6.0.1",
|
|
5205
4608
|
"@types/rimraf": "3.0.2",
|
|
5206
|
-
"@types/semver": "7.3.
|
|
4609
|
+
"@types/semver": "7.3.13",
|
|
5207
4610
|
"@types/shell-quote": "1.7.1",
|
|
5208
4611
|
"@types/supports-color": "8.1.1",
|
|
5209
|
-
"@types/teen_process": "
|
|
5210
|
-
"@types/uuid": "
|
|
4612
|
+
"@types/teen_process": "2.0.0",
|
|
4613
|
+
"@types/uuid": "9.0.0",
|
|
5211
4614
|
"archiver": "5.3.1",
|
|
5212
|
-
"axios": "
|
|
4615
|
+
"axios": "1.2.1",
|
|
5213
4616
|
"base64-stream": "1.0.0",
|
|
5214
4617
|
"bluebird": "3.7.2",
|
|
5215
4618
|
"bplist-creator": "0.1.1",
|
|
@@ -5219,14 +4622,14 @@
|
|
|
5219
4622
|
"glob": "8.0.3",
|
|
5220
4623
|
"jimp": "0.16.2",
|
|
5221
4624
|
"jsftp": "2.1.3",
|
|
5222
|
-
"klaw": "
|
|
4625
|
+
"klaw": "4.0.1",
|
|
5223
4626
|
"lockfile": "1.0.4",
|
|
5224
4627
|
"lodash": "4.17.21",
|
|
5225
4628
|
"log-symbols": "4.1.0",
|
|
5226
4629
|
"moment": "2.29.4",
|
|
5227
4630
|
"mv": "2.1.1",
|
|
5228
4631
|
"ncp": "2.0.0",
|
|
5229
|
-
"npmlog": "
|
|
4632
|
+
"npmlog": "7.0.1",
|
|
5230
4633
|
"opencv-bindings": "4.5.5",
|
|
5231
4634
|
"pkg-dir": "5.0.0",
|
|
5232
4635
|
"plist": "3.0.6",
|
|
@@ -5241,30 +4644,21 @@
|
|
|
5241
4644
|
"source-map-support": "0.5.21",
|
|
5242
4645
|
"supports-color": "8.1.1",
|
|
5243
4646
|
"teen_process": "2.0.2",
|
|
5244
|
-
"type-fest": "3.
|
|
5245
|
-
"uuid": "
|
|
5246
|
-
"which": "
|
|
4647
|
+
"type-fest": "3.4.0",
|
|
4648
|
+
"uuid": "9.0.0",
|
|
4649
|
+
"which": "3.0.0",
|
|
5247
4650
|
"yauzl": "2.10.0"
|
|
5248
|
-
},
|
|
5249
|
-
"dependencies": {
|
|
5250
|
-
"axios": {
|
|
5251
|
-
"version": "0.27.2",
|
|
5252
|
-
"requires": {
|
|
5253
|
-
"follow-redirects": "^1.14.9",
|
|
5254
|
-
"form-data": "^4.0.0"
|
|
5255
|
-
}
|
|
5256
|
-
}
|
|
5257
4651
|
}
|
|
5258
4652
|
},
|
|
5259
4653
|
"@appium/types": {
|
|
5260
|
-
"version": "0.
|
|
4654
|
+
"version": "0.7.0",
|
|
5261
4655
|
"requires": {
|
|
5262
|
-
"@appium/schema": "^0.0
|
|
5263
|
-
"@types/express": "4.17.
|
|
4656
|
+
"@appium/schema": "^0.1.0",
|
|
4657
|
+
"@types/express": "4.17.15",
|
|
5264
4658
|
"@types/npmlog": "4.1.4",
|
|
5265
4659
|
"@types/ws": "8.5.3",
|
|
5266
|
-
"@wdio/types": "7.
|
|
5267
|
-
"type-fest": "3.
|
|
4660
|
+
"@wdio/types": "7.26.0",
|
|
4661
|
+
"type-fest": "3.4.0"
|
|
5268
4662
|
}
|
|
5269
4663
|
},
|
|
5270
4664
|
"@babel/code-frame": {
|
|
@@ -5284,12 +4678,8 @@
|
|
|
5284
4678
|
"js-tokens": "^4.0.0"
|
|
5285
4679
|
}
|
|
5286
4680
|
},
|
|
5287
|
-
"@babel/parser": {
|
|
5288
|
-
"version": "7.20.5",
|
|
5289
|
-
"extraneous": true
|
|
5290
|
-
},
|
|
5291
4681
|
"@babel/runtime": {
|
|
5292
|
-
"version": "7.20.
|
|
4682
|
+
"version": "7.20.7",
|
|
5293
4683
|
"requires": {
|
|
5294
4684
|
"regenerator-runtime": "^0.13.11"
|
|
5295
4685
|
}
|
|
@@ -5642,7 +5032,7 @@
|
|
|
5642
5032
|
}
|
|
5643
5033
|
},
|
|
5644
5034
|
"@types/bluebird": {
|
|
5645
|
-
"version": "3.5.
|
|
5035
|
+
"version": "3.5.38"
|
|
5646
5036
|
},
|
|
5647
5037
|
"@types/body-parser": {
|
|
5648
5038
|
"version": "1.19.2",
|
|
@@ -5667,10 +5057,10 @@
|
|
|
5667
5057
|
}
|
|
5668
5058
|
},
|
|
5669
5059
|
"@types/express": {
|
|
5670
|
-
"version": "4.17.
|
|
5060
|
+
"version": "4.17.15",
|
|
5671
5061
|
"requires": {
|
|
5672
5062
|
"@types/body-parser": "*",
|
|
5673
|
-
"@types/express-serve-static-core": "^4.17.
|
|
5063
|
+
"@types/express-serve-static-core": "^4.17.31",
|
|
5674
5064
|
"@types/qs": "*",
|
|
5675
5065
|
"@types/serve-static": "*"
|
|
5676
5066
|
}
|
|
@@ -5721,25 +5111,9 @@
|
|
|
5721
5111
|
"@types/node": "*"
|
|
5722
5112
|
}
|
|
5723
5113
|
},
|
|
5724
|
-
"@types/linkify-it": {
|
|
5725
|
-
"version": "3.0.2",
|
|
5726
|
-
"extraneous": true
|
|
5727
|
-
},
|
|
5728
5114
|
"@types/lockfile": {
|
|
5729
5115
|
"version": "1.0.2"
|
|
5730
5116
|
},
|
|
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
5117
|
"@types/method-override": {
|
|
5744
5118
|
"version": "0.0.32",
|
|
5745
5119
|
"requires": {
|
|
@@ -5762,7 +5136,7 @@
|
|
|
5762
5136
|
}
|
|
5763
5137
|
},
|
|
5764
5138
|
"@types/node": {
|
|
5765
|
-
"version": "18.11.
|
|
5139
|
+
"version": "18.11.17"
|
|
5766
5140
|
},
|
|
5767
5141
|
"@types/normalize-package-data": {
|
|
5768
5142
|
"version": "2.4.1"
|
|
@@ -5799,7 +5173,7 @@
|
|
|
5799
5173
|
}
|
|
5800
5174
|
},
|
|
5801
5175
|
"@types/semver": {
|
|
5802
|
-
"version": "7.3.
|
|
5176
|
+
"version": "7.3.13"
|
|
5803
5177
|
},
|
|
5804
5178
|
"@types/serve-favicon": {
|
|
5805
5179
|
"version": "2.5.3",
|
|
@@ -5821,13 +5195,13 @@
|
|
|
5821
5195
|
"version": "8.1.1"
|
|
5822
5196
|
},
|
|
5823
5197
|
"@types/teen_process": {
|
|
5824
|
-
"version": "
|
|
5198
|
+
"version": "2.0.0",
|
|
5825
5199
|
"requires": {
|
|
5826
5200
|
"@types/node": "*"
|
|
5827
5201
|
}
|
|
5828
5202
|
},
|
|
5829
5203
|
"@types/uuid": {
|
|
5830
|
-
"version": "
|
|
5204
|
+
"version": "9.0.0"
|
|
5831
5205
|
},
|
|
5832
5206
|
"@types/wrap-ansi": {
|
|
5833
5207
|
"version": "3.0.0",
|
|
@@ -5840,7 +5214,7 @@
|
|
|
5840
5214
|
}
|
|
5841
5215
|
},
|
|
5842
5216
|
"@wdio/types": {
|
|
5843
|
-
"version": "7.
|
|
5217
|
+
"version": "7.26.0",
|
|
5844
5218
|
"requires": {
|
|
5845
5219
|
"@types/node": "^18.0.0",
|
|
5846
5220
|
"got": "^11.8.1"
|
|
@@ -5849,6 +5223,12 @@
|
|
|
5849
5223
|
"@xmldom/xmldom": {
|
|
5850
5224
|
"version": "0.8.6"
|
|
5851
5225
|
},
|
|
5226
|
+
"abort-controller": {
|
|
5227
|
+
"version": "3.0.0",
|
|
5228
|
+
"requires": {
|
|
5229
|
+
"event-target-shim": "^5.0.0"
|
|
5230
|
+
}
|
|
5231
|
+
},
|
|
5852
5232
|
"accepts": {
|
|
5853
5233
|
"version": "1.3.8",
|
|
5854
5234
|
"requires": {
|
|
@@ -5873,7 +5253,7 @@
|
|
|
5873
5253
|
}
|
|
5874
5254
|
},
|
|
5875
5255
|
"ajv": {
|
|
5876
|
-
"version": "8.11.
|
|
5256
|
+
"version": "8.11.2",
|
|
5877
5257
|
"extraneous": true,
|
|
5878
5258
|
"requires": {
|
|
5879
5259
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -5902,9 +5282,9 @@
|
|
|
5902
5282
|
"version": "1.1.0"
|
|
5903
5283
|
},
|
|
5904
5284
|
"appium-adb": {
|
|
5905
|
-
"version": "9.10.
|
|
5285
|
+
"version": "9.10.21",
|
|
5906
5286
|
"requires": {
|
|
5907
|
-
"@appium/support": "^
|
|
5287
|
+
"@appium/support": "^3.0.0",
|
|
5908
5288
|
"@babel/runtime": "^7.0.0",
|
|
5909
5289
|
"adbkit-apkreader": "^3.1.2",
|
|
5910
5290
|
"async-lock": "^1.0.0",
|
|
@@ -5917,10 +5297,15 @@
|
|
|
5917
5297
|
"source-map-support": "^0.x",
|
|
5918
5298
|
"teen_process": "^2.0.1",
|
|
5919
5299
|
"utf7": "^1.0.2"
|
|
5300
|
+
},
|
|
5301
|
+
"dependencies": {
|
|
5302
|
+
"lru-cache": {
|
|
5303
|
+
"version": "7.14.1"
|
|
5304
|
+
}
|
|
5920
5305
|
}
|
|
5921
5306
|
},
|
|
5922
5307
|
"appium-android-driver": {
|
|
5923
|
-
"version": "5.8.
|
|
5308
|
+
"version": "5.8.5",
|
|
5924
5309
|
"requires": {
|
|
5925
5310
|
"@babel/runtime": "^7.0.0",
|
|
5926
5311
|
"appium-adb": "^9.10.9",
|
|
@@ -5928,7 +5313,7 @@
|
|
|
5928
5313
|
"asyncbox": "^2.8.0",
|
|
5929
5314
|
"axios": "^1.x",
|
|
5930
5315
|
"bluebird": "^3.4.7",
|
|
5931
|
-
"io.appium.settings": "^
|
|
5316
|
+
"io.appium.settings": "^5.0.0",
|
|
5932
5317
|
"jimp": "^0.x",
|
|
5933
5318
|
"lodash": "^4.17.4",
|
|
5934
5319
|
"lru-cache": "^7.3.0",
|
|
@@ -5941,13 +5326,18 @@
|
|
|
5941
5326
|
"source-map-support": "^0.x",
|
|
5942
5327
|
"teen_process": "^2.0.0",
|
|
5943
5328
|
"ws": "^8.0.0"
|
|
5329
|
+
},
|
|
5330
|
+
"dependencies": {
|
|
5331
|
+
"lru-cache": {
|
|
5332
|
+
"version": "7.14.1"
|
|
5333
|
+
}
|
|
5944
5334
|
}
|
|
5945
5335
|
},
|
|
5946
5336
|
"appium-chromedriver": {
|
|
5947
|
-
"version": "5.2.
|
|
5337
|
+
"version": "5.2.12",
|
|
5948
5338
|
"requires": {
|
|
5949
|
-
"@appium/base-driver": "^
|
|
5950
|
-
"@appium/support": "^
|
|
5339
|
+
"@appium/base-driver": "^9.1.0",
|
|
5340
|
+
"@appium/support": "^3.0.0",
|
|
5951
5341
|
"@babel/runtime": "^7.0.0",
|
|
5952
5342
|
"@xmldom/xmldom": "^0.x",
|
|
5953
5343
|
"asyncbox": "^2.0.2",
|
|
@@ -5963,7 +5353,7 @@
|
|
|
5963
5353
|
}
|
|
5964
5354
|
},
|
|
5965
5355
|
"appium-uiautomator2-server": {
|
|
5966
|
-
"version": "5.7.
|
|
5356
|
+
"version": "5.7.6"
|
|
5967
5357
|
},
|
|
5968
5358
|
"aproba": {
|
|
5969
5359
|
"version": "2.0.0"
|
|
@@ -6033,10 +5423,28 @@
|
|
|
6033
5423
|
}
|
|
6034
5424
|
},
|
|
6035
5425
|
"are-we-there-yet": {
|
|
6036
|
-
"version": "
|
|
5426
|
+
"version": "4.0.0",
|
|
6037
5427
|
"requires": {
|
|
6038
5428
|
"delegates": "^1.0.0",
|
|
6039
|
-
"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
|
+
}
|
|
6040
5448
|
}
|
|
6041
5449
|
},
|
|
6042
5450
|
"argparse": {
|
|
@@ -6050,7 +5458,7 @@
|
|
|
6050
5458
|
"version": "3.2.4"
|
|
6051
5459
|
},
|
|
6052
5460
|
"async-lock": {
|
|
6053
|
-
"version": "1.
|
|
5461
|
+
"version": "1.4.0"
|
|
6054
5462
|
},
|
|
6055
5463
|
"asyncbox": {
|
|
6056
5464
|
"version": "2.9.4",
|
|
@@ -6206,13 +5614,6 @@
|
|
|
6206
5614
|
"get-intrinsic": "^1.0.2"
|
|
6207
5615
|
}
|
|
6208
5616
|
},
|
|
6209
|
-
"catharsis": {
|
|
6210
|
-
"version": "0.9.0",
|
|
6211
|
-
"extraneous": true,
|
|
6212
|
-
"requires": {
|
|
6213
|
-
"lodash": "^4.17.15"
|
|
6214
|
-
}
|
|
6215
|
-
},
|
|
6216
5617
|
"chalk": {
|
|
6217
5618
|
"version": "2.4.2",
|
|
6218
5619
|
"requires": {
|
|
@@ -6296,7 +5697,7 @@
|
|
|
6296
5697
|
}
|
|
6297
5698
|
},
|
|
6298
5699
|
"compare-versions": {
|
|
6299
|
-
"version": "5.0.
|
|
5700
|
+
"version": "5.0.3"
|
|
6300
5701
|
},
|
|
6301
5702
|
"compress-commons": {
|
|
6302
5703
|
"version": "4.1.1",
|
|
@@ -6355,6 +5756,15 @@
|
|
|
6355
5756
|
"path-key": "^3.1.0",
|
|
6356
5757
|
"shebang-command": "^2.0.0",
|
|
6357
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
|
+
}
|
|
6358
5768
|
}
|
|
6359
5769
|
},
|
|
6360
5770
|
"css-selector-parser": {
|
|
@@ -6381,14 +5791,6 @@
|
|
|
6381
5791
|
"defer-to-connect": {
|
|
6382
5792
|
"version": "2.0.1"
|
|
6383
5793
|
},
|
|
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
5794
|
"delayed-stream": {
|
|
6393
5795
|
"version": "1.0.0"
|
|
6394
5796
|
},
|
|
@@ -6401,10 +5803,6 @@
|
|
|
6401
5803
|
"destroy": {
|
|
6402
5804
|
"version": "1.2.0"
|
|
6403
5805
|
},
|
|
6404
|
-
"docdash": {
|
|
6405
|
-
"version": "1.2.0",
|
|
6406
|
-
"extraneous": true
|
|
6407
|
-
},
|
|
6408
5806
|
"dom-walk": {
|
|
6409
5807
|
"version": "0.1.2"
|
|
6410
5808
|
},
|
|
@@ -6427,65 +5825,15 @@
|
|
|
6427
5825
|
"once": "^1.4.0"
|
|
6428
5826
|
}
|
|
6429
5827
|
},
|
|
6430
|
-
"entities": {
|
|
6431
|
-
"version": "2.1.0",
|
|
6432
|
-
"extraneous": true
|
|
6433
|
-
},
|
|
6434
5828
|
"error-ex": {
|
|
6435
5829
|
"version": "1.3.2",
|
|
6436
5830
|
"requires": {
|
|
6437
5831
|
"is-arrayish": "^0.2.1"
|
|
6438
5832
|
}
|
|
6439
5833
|
},
|
|
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
5834
|
"es6-error": {
|
|
6481
5835
|
"version": "4.1.1"
|
|
6482
5836
|
},
|
|
6483
|
-
"es6-mapify": {
|
|
6484
|
-
"version": "1.2.0",
|
|
6485
|
-
"requires": {
|
|
6486
|
-
"@babel/runtime": "^7.0.0"
|
|
6487
|
-
}
|
|
6488
|
-
},
|
|
6489
5837
|
"escape-html": {
|
|
6490
5838
|
"version": "1.0.3"
|
|
6491
5839
|
},
|
|
@@ -6495,6 +5843,12 @@
|
|
|
6495
5843
|
"etag": {
|
|
6496
5844
|
"version": "1.8.1"
|
|
6497
5845
|
},
|
|
5846
|
+
"event-target-shim": {
|
|
5847
|
+
"version": "5.0.1"
|
|
5848
|
+
},
|
|
5849
|
+
"events": {
|
|
5850
|
+
"version": "3.3.0"
|
|
5851
|
+
},
|
|
6498
5852
|
"exif-parser": {
|
|
6499
5853
|
"version": "0.1.12"
|
|
6500
5854
|
},
|
|
@@ -6651,22 +6005,8 @@
|
|
|
6651
6005
|
"function-bind": {
|
|
6652
6006
|
"version": "1.1.1"
|
|
6653
6007
|
},
|
|
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
6008
|
"gauge": {
|
|
6669
|
-
"version": "
|
|
6009
|
+
"version": "5.0.0",
|
|
6670
6010
|
"requires": {
|
|
6671
6011
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
6672
6012
|
"color-support": "^1.1.3",
|
|
@@ -6705,14 +6045,6 @@
|
|
|
6705
6045
|
"get-stream": {
|
|
6706
6046
|
"version": "6.0.1"
|
|
6707
6047
|
},
|
|
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
6048
|
"gifwrap": {
|
|
6717
6049
|
"version": "0.9.4",
|
|
6718
6050
|
"requires": {
|
|
@@ -6737,7 +6069,7 @@
|
|
|
6737
6069
|
}
|
|
6738
6070
|
},
|
|
6739
6071
|
"minimatch": {
|
|
6740
|
-
"version": "5.1.
|
|
6072
|
+
"version": "5.1.2",
|
|
6741
6073
|
"requires": {
|
|
6742
6074
|
"brace-expansion": "^2.0.1"
|
|
6743
6075
|
}
|
|
@@ -6751,15 +6083,8 @@
|
|
|
6751
6083
|
"process": "^0.11.10"
|
|
6752
6084
|
}
|
|
6753
6085
|
},
|
|
6754
|
-
"gopd": {
|
|
6755
|
-
"version": "1.0.1",
|
|
6756
|
-
"extraneous": true,
|
|
6757
|
-
"requires": {
|
|
6758
|
-
"get-intrinsic": "^1.1.3"
|
|
6759
|
-
}
|
|
6760
|
-
},
|
|
6761
6086
|
"got": {
|
|
6762
|
-
"version": "11.8.
|
|
6087
|
+
"version": "11.8.6",
|
|
6763
6088
|
"requires": {
|
|
6764
6089
|
"@sindresorhus/is": "^4.0.0",
|
|
6765
6090
|
"@szmarczak/http-timer": "^4.0.5",
|
|
@@ -6783,30 +6108,12 @@
|
|
|
6783
6108
|
"function-bind": "^1.1.1"
|
|
6784
6109
|
}
|
|
6785
6110
|
},
|
|
6786
|
-
"has-bigints": {
|
|
6787
|
-
"version": "1.0.2",
|
|
6788
|
-
"extraneous": true
|
|
6789
|
-
},
|
|
6790
6111
|
"has-flag": {
|
|
6791
6112
|
"version": "4.0.0"
|
|
6792
6113
|
},
|
|
6793
|
-
"has-property-descriptors": {
|
|
6794
|
-
"version": "1.0.0",
|
|
6795
|
-
"extraneous": true,
|
|
6796
|
-
"requires": {
|
|
6797
|
-
"get-intrinsic": "^1.1.1"
|
|
6798
|
-
}
|
|
6799
|
-
},
|
|
6800
6114
|
"has-symbols": {
|
|
6801
6115
|
"version": "1.0.3"
|
|
6802
6116
|
},
|
|
6803
|
-
"has-tostringtag": {
|
|
6804
|
-
"version": "1.0.0",
|
|
6805
|
-
"extraneous": true,
|
|
6806
|
-
"requires": {
|
|
6807
|
-
"has-symbols": "^1.0.2"
|
|
6808
|
-
}
|
|
6809
|
-
},
|
|
6810
6117
|
"has-unicode": {
|
|
6811
6118
|
"version": "2.0.1"
|
|
6812
6119
|
},
|
|
@@ -6869,17 +6176,8 @@
|
|
|
6869
6176
|
"ini": {
|
|
6870
6177
|
"version": "3.0.1"
|
|
6871
6178
|
},
|
|
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
6179
|
"io.appium.settings": {
|
|
6882
|
-
"version": "
|
|
6180
|
+
"version": "5.0.0"
|
|
6883
6181
|
},
|
|
6884
6182
|
"ipaddr.js": {
|
|
6885
6183
|
"version": "1.9.1"
|
|
@@ -6887,38 +6185,12 @@
|
|
|
6887
6185
|
"is-arrayish": {
|
|
6888
6186
|
"version": "0.2.1"
|
|
6889
6187
|
},
|
|
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
6188
|
"is-core-module": {
|
|
6910
6189
|
"version": "2.11.0",
|
|
6911
6190
|
"requires": {
|
|
6912
6191
|
"has": "^1.0.3"
|
|
6913
6192
|
}
|
|
6914
6193
|
},
|
|
6915
|
-
"is-date-object": {
|
|
6916
|
-
"version": "1.0.5",
|
|
6917
|
-
"extraneous": true,
|
|
6918
|
-
"requires": {
|
|
6919
|
-
"has-tostringtag": "^1.0.0"
|
|
6920
|
-
}
|
|
6921
|
-
},
|
|
6922
6194
|
"is-function": {
|
|
6923
6195
|
"version": "1.0.2"
|
|
6924
6196
|
},
|
|
@@ -6926,66 +6198,19 @@
|
|
|
6926
6198
|
"version": "1.0.0",
|
|
6927
6199
|
"extraneous": true
|
|
6928
6200
|
},
|
|
6929
|
-
"is-negative-zero": {
|
|
6930
|
-
"version": "2.0.2",
|
|
6931
|
-
"extraneous": true
|
|
6932
|
-
},
|
|
6933
6201
|
"is-number-like": {
|
|
6934
6202
|
"version": "1.0.8",
|
|
6935
6203
|
"requires": {
|
|
6936
6204
|
"lodash.isfinite": "^3.3.2"
|
|
6937
6205
|
}
|
|
6938
6206
|
},
|
|
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
6207
|
"is-stream": {
|
|
6962
6208
|
"version": "2.0.1",
|
|
6963
6209
|
"extraneous": true
|
|
6964
6210
|
},
|
|
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
6211
|
"is-unicode-supported": {
|
|
6980
6212
|
"version": "0.1.0"
|
|
6981
6213
|
},
|
|
6982
|
-
"is-weakref": {
|
|
6983
|
-
"version": "1.0.2",
|
|
6984
|
-
"extraneous": true,
|
|
6985
|
-
"requires": {
|
|
6986
|
-
"call-bind": "^1.0.2"
|
|
6987
|
-
}
|
|
6988
|
-
},
|
|
6989
6214
|
"isexe": {
|
|
6990
6215
|
"version": "2.0.0"
|
|
6991
6216
|
},
|
|
@@ -7005,51 +6230,6 @@
|
|
|
7005
6230
|
"js-tokens": {
|
|
7006
6231
|
"version": "4.0.0"
|
|
7007
6232
|
},
|
|
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
6233
|
"jsftp": {
|
|
7054
6234
|
"version": "2.1.3",
|
|
7055
6235
|
"requires": {
|
|
@@ -7089,10 +6269,7 @@
|
|
|
7089
6269
|
}
|
|
7090
6270
|
},
|
|
7091
6271
|
"klaw": {
|
|
7092
|
-
"version": "
|
|
7093
|
-
"requires": {
|
|
7094
|
-
"graceful-fs": "^4.1.9"
|
|
7095
|
-
}
|
|
6272
|
+
"version": "4.0.1"
|
|
7096
6273
|
},
|
|
7097
6274
|
"kuler": {
|
|
7098
6275
|
"version": "2.0.0",
|
|
@@ -7137,13 +6314,6 @@
|
|
|
7137
6314
|
"lines-and-columns": {
|
|
7138
6315
|
"version": "1.2.4"
|
|
7139
6316
|
},
|
|
7140
|
-
"linkify-it": {
|
|
7141
|
-
"version": "3.0.3",
|
|
7142
|
-
"extraneous": true,
|
|
7143
|
-
"requires": {
|
|
7144
|
-
"uc.micro": "^1.0.1"
|
|
7145
|
-
}
|
|
7146
|
-
},
|
|
7147
6317
|
"load-bmfont": {
|
|
7148
6318
|
"version": "1.4.1",
|
|
7149
6319
|
"requires": {
|
|
@@ -7248,33 +6418,6 @@
|
|
|
7248
6418
|
"lowercase-keys": {
|
|
7249
6419
|
"version": "2.0.0"
|
|
7250
6420
|
},
|
|
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
6421
|
"media-typer": {
|
|
7279
6422
|
"version": "0.3.0"
|
|
7280
6423
|
},
|
|
@@ -7348,7 +6491,7 @@
|
|
|
7348
6491
|
"version": "2.29.4"
|
|
7349
6492
|
},
|
|
7350
6493
|
"moment-timezone": {
|
|
7351
|
-
"version": "0.5.
|
|
6494
|
+
"version": "0.5.40",
|
|
7352
6495
|
"requires": {
|
|
7353
6496
|
"moment": ">= 2.9.0"
|
|
7354
6497
|
}
|
|
@@ -7436,31 +6579,17 @@
|
|
|
7436
6579
|
"version": "6.1.0"
|
|
7437
6580
|
},
|
|
7438
6581
|
"npmlog": {
|
|
7439
|
-
"version": "
|
|
6582
|
+
"version": "7.0.1",
|
|
7440
6583
|
"requires": {
|
|
7441
|
-
"are-we-there-yet": "^
|
|
6584
|
+
"are-we-there-yet": "^4.0.0",
|
|
7442
6585
|
"console-control-strings": "^1.1.0",
|
|
7443
|
-
"gauge": "^
|
|
6586
|
+
"gauge": "^5.0.0",
|
|
7444
6587
|
"set-blocking": "^2.0.0"
|
|
7445
6588
|
}
|
|
7446
6589
|
},
|
|
7447
6590
|
"object-inspect": {
|
|
7448
6591
|
"version": "1.12.2"
|
|
7449
6592
|
},
|
|
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
|
-
}
|
|
7463
|
-
},
|
|
7464
6593
|
"omggif": {
|
|
7465
6594
|
"version": "1.0.10"
|
|
7466
6595
|
},
|
|
@@ -7780,7 +6909,7 @@
|
|
|
7780
6909
|
}
|
|
7781
6910
|
},
|
|
7782
6911
|
"minimatch": {
|
|
7783
|
-
"version": "5.1.
|
|
6912
|
+
"version": "5.1.2",
|
|
7784
6913
|
"requires": {
|
|
7785
6914
|
"brace-expansion": "^2.0.1"
|
|
7786
6915
|
}
|
|
@@ -7790,26 +6919,10 @@
|
|
|
7790
6919
|
"regenerator-runtime": {
|
|
7791
6920
|
"version": "0.13.11"
|
|
7792
6921
|
},
|
|
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
6922
|
"require-from-string": {
|
|
7803
6923
|
"version": "2.0.2",
|
|
7804
6924
|
"extraneous": true
|
|
7805
6925
|
},
|
|
7806
|
-
"requizzle": {
|
|
7807
|
-
"version": "0.2.4",
|
|
7808
|
-
"extraneous": true,
|
|
7809
|
-
"requires": {
|
|
7810
|
-
"lodash": "^4.17.21"
|
|
7811
|
-
}
|
|
7812
|
-
},
|
|
7813
6926
|
"resolve": {
|
|
7814
6927
|
"version": "1.22.1",
|
|
7815
6928
|
"requires": {
|
|
@@ -7860,15 +6973,6 @@
|
|
|
7860
6973
|
"safe-buffer": {
|
|
7861
6974
|
"version": "5.2.1"
|
|
7862
6975
|
},
|
|
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
6976
|
"safe-stable-stringify": {
|
|
7873
6977
|
"version": "2.4.1",
|
|
7874
6978
|
"extraneous": true
|
|
@@ -7896,6 +7000,9 @@
|
|
|
7896
7000
|
"requires": {
|
|
7897
7001
|
"yallist": "^4.0.0"
|
|
7898
7002
|
}
|
|
7003
|
+
},
|
|
7004
|
+
"yallist": {
|
|
7005
|
+
"version": "4.0.0"
|
|
7899
7006
|
}
|
|
7900
7007
|
}
|
|
7901
7008
|
},
|
|
@@ -8069,48 +7176,12 @@
|
|
|
8069
7176
|
"safe-buffer": "~5.2.0"
|
|
8070
7177
|
}
|
|
8071
7178
|
},
|
|
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
7179
|
"strip-ansi": {
|
|
8105
7180
|
"version": "6.0.1",
|
|
8106
7181
|
"requires": {
|
|
8107
7182
|
"ansi-regex": "^5.0.1"
|
|
8108
7183
|
}
|
|
8109
7184
|
},
|
|
8110
|
-
"strip-json-comments": {
|
|
8111
|
-
"version": "3.1.1",
|
|
8112
|
-
"extraneous": true
|
|
8113
|
-
},
|
|
8114
7185
|
"supports-color": {
|
|
8115
7186
|
"version": "8.1.1",
|
|
8116
7187
|
"requires": {
|
|
@@ -8120,10 +7191,6 @@
|
|
|
8120
7191
|
"supports-preserve-symlinks-flag": {
|
|
8121
7192
|
"version": "1.0.0"
|
|
8122
7193
|
},
|
|
8123
|
-
"taffydb": {
|
|
8124
|
-
"version": "2.6.2",
|
|
8125
|
-
"extraneous": true
|
|
8126
|
-
},
|
|
8127
7194
|
"tar-stream": {
|
|
8128
7195
|
"version": "2.2.0",
|
|
8129
7196
|
"requires": {
|
|
@@ -8153,6 +7220,12 @@
|
|
|
8153
7220
|
},
|
|
8154
7221
|
"shell-quote": {
|
|
8155
7222
|
"version": "1.7.3"
|
|
7223
|
+
},
|
|
7224
|
+
"which": {
|
|
7225
|
+
"version": "2.0.2",
|
|
7226
|
+
"requires": {
|
|
7227
|
+
"isexe": "^2.0.0"
|
|
7228
|
+
}
|
|
8156
7229
|
}
|
|
8157
7230
|
}
|
|
8158
7231
|
},
|
|
@@ -8167,7 +7240,7 @@
|
|
|
8167
7240
|
"version": "1.7.1"
|
|
8168
7241
|
},
|
|
8169
7242
|
"tinycolor2": {
|
|
8170
|
-
"version": "1.
|
|
7243
|
+
"version": "1.5.1"
|
|
8171
7244
|
},
|
|
8172
7245
|
"toidentifier": {
|
|
8173
7246
|
"version": "1.0.1"
|
|
@@ -8183,7 +7256,7 @@
|
|
|
8183
7256
|
}
|
|
8184
7257
|
},
|
|
8185
7258
|
"type-fest": {
|
|
8186
|
-
"version": "3.
|
|
7259
|
+
"version": "3.4.0"
|
|
8187
7260
|
},
|
|
8188
7261
|
"type-is": {
|
|
8189
7262
|
"version": "1.6.18",
|
|
@@ -8192,24 +7265,6 @@
|
|
|
8192
7265
|
"mime-types": "~2.1.24"
|
|
8193
7266
|
}
|
|
8194
7267
|
},
|
|
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
7268
|
"unorm": {
|
|
8214
7269
|
"version": "1.6.0"
|
|
8215
7270
|
},
|
|
@@ -8250,7 +7305,7 @@
|
|
|
8250
7305
|
"version": "1.0.1"
|
|
8251
7306
|
},
|
|
8252
7307
|
"uuid": {
|
|
8253
|
-
"version": "
|
|
7308
|
+
"version": "9.0.0"
|
|
8254
7309
|
},
|
|
8255
7310
|
"validate-npm-package-license": {
|
|
8256
7311
|
"version": "3.0.4",
|
|
@@ -8273,22 +7328,11 @@
|
|
|
8273
7328
|
}
|
|
8274
7329
|
},
|
|
8275
7330
|
"which": {
|
|
8276
|
-
"version": "
|
|
7331
|
+
"version": "3.0.0",
|
|
8277
7332
|
"requires": {
|
|
8278
7333
|
"isexe": "^2.0.0"
|
|
8279
7334
|
}
|
|
8280
7335
|
},
|
|
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
7336
|
"wide-align": {
|
|
8293
7337
|
"version": "1.1.5",
|
|
8294
7338
|
"requires": {
|
|
@@ -8417,19 +7461,12 @@
|
|
|
8417
7461
|
"xmlbuilder": {
|
|
8418
7462
|
"version": "15.1.1"
|
|
8419
7463
|
},
|
|
8420
|
-
"xmlcreate": {
|
|
8421
|
-
"version": "2.0.4",
|
|
8422
|
-
"extraneous": true
|
|
8423
|
-
},
|
|
8424
7464
|
"xpath": {
|
|
8425
7465
|
"version": "0.0.32"
|
|
8426
7466
|
},
|
|
8427
7467
|
"xtend": {
|
|
8428
7468
|
"version": "4.0.2"
|
|
8429
7469
|
},
|
|
8430
|
-
"yallist": {
|
|
8431
|
-
"version": "4.0.0"
|
|
8432
|
-
},
|
|
8433
7470
|
"yaml": {
|
|
8434
7471
|
"version": "2.1.3",
|
|
8435
7472
|
"extraneous": true
|