appium-espresso-driver 2.8.0 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "2.8.
|
|
9
|
+
"version": "2.8.3",
|
|
10
10
|
"engines": [
|
|
11
11
|
"node"
|
|
12
12
|
],
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.4.3",
|
|
16
|
-
"appium-adb": "^9.
|
|
17
|
-
"appium-android-driver": "^5.2.
|
|
16
|
+
"appium-adb": "^9.10.2",
|
|
17
|
+
"appium-android-driver": "^5.2.7",
|
|
18
18
|
"asyncbox": "^2.3.1",
|
|
19
19
|
"bluebird": "^3.5.0",
|
|
20
20
|
"lodash": "^4.17.11",
|
|
21
21
|
"portscanner": "^2.1.1",
|
|
22
22
|
"source-map-support": "^0.x",
|
|
23
|
+
"teen_process": "^2.0.0",
|
|
23
24
|
"validate.js": "^0.x"
|
|
24
25
|
},
|
|
25
26
|
"devDependencies": {
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"@semantic-release/git": "^10.0.1",
|
|
29
30
|
"@xmldom/xmldom": "^0.x",
|
|
30
31
|
"android-apidemos": "^4.0.0",
|
|
31
|
-
"appium-chromedriver": "^5.
|
|
32
|
+
"appium-chromedriver": "^5.1.4",
|
|
32
33
|
"async-lock": "^1.0.0",
|
|
33
34
|
"chai": "^4.1.2",
|
|
34
35
|
"chai-as-promised": "^7.1.1",
|
|
@@ -49,14 +50,19 @@
|
|
|
49
50
|
}
|
|
50
51
|
},
|
|
51
52
|
"node_modules/@appium/base-driver": {
|
|
52
|
-
"version": "8.
|
|
53
|
+
"version": "8.7.0",
|
|
53
54
|
"extraneous": true,
|
|
54
55
|
"license": "Apache-2.0",
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@appium/support": "^2.59.
|
|
57
|
-
"@babel/runtime": "7.18.
|
|
57
|
+
"@appium/support": "^2.59.5",
|
|
58
|
+
"@babel/runtime": "7.18.9",
|
|
58
59
|
"@colors/colors": "1.5.0",
|
|
59
|
-
"async-lock": "1.
|
|
60
|
+
"@types/async-lock": "1.1.5",
|
|
61
|
+
"@types/bluebird": "3.5.36",
|
|
62
|
+
"@types/express": "4.17.13",
|
|
63
|
+
"@types/method-override": "0.0.32",
|
|
64
|
+
"@types/serve-favicon": "2.5.3",
|
|
65
|
+
"async-lock": "1.3.2",
|
|
60
66
|
"asyncbox": "2.9.2",
|
|
61
67
|
"axios": "0.27.2",
|
|
62
68
|
"bluebird": "3.7.2",
|
|
@@ -65,90 +71,103 @@
|
|
|
65
71
|
"express": "4.18.1",
|
|
66
72
|
"http-status-codes": "2.2.0",
|
|
67
73
|
"lodash": "4.17.21",
|
|
68
|
-
"lru-cache": "7.
|
|
74
|
+
"lru-cache": "7.13.2",
|
|
69
75
|
"method-override": "3.0.0",
|
|
70
76
|
"morgan": "1.10.0",
|
|
71
77
|
"serve-favicon": "2.5.0",
|
|
72
78
|
"source-map-support": "0.5.21",
|
|
79
|
+
"type-fest": "2.18.0",
|
|
73
80
|
"validate.js": "0.13.1"
|
|
74
81
|
},
|
|
75
82
|
"engines": {
|
|
76
83
|
"node": ">=14",
|
|
77
|
-
"npm": ">=
|
|
84
|
+
"npm": ">=8"
|
|
78
85
|
}
|
|
79
86
|
},
|
|
80
|
-
"node_modules/@appium/base-driver/node_modules/@babel/runtime": {
|
|
81
|
-
"version": "7.18.3",
|
|
82
|
-
"extraneous": true,
|
|
83
|
-
"license": "MIT",
|
|
84
|
-
"dependencies": {
|
|
85
|
-
"regenerator-runtime": "^0.13.4"
|
|
86
|
-
},
|
|
87
|
-
"engines": {
|
|
88
|
-
"node": ">=6.9.0"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"node_modules/@appium/base-driver/node_modules/async-lock": {
|
|
92
|
-
"version": "1.3.1",
|
|
93
|
-
"extraneous": true,
|
|
94
|
-
"license": "MIT"
|
|
95
|
-
},
|
|
96
87
|
"node_modules/@appium/base-plugin": {
|
|
97
|
-
"version": "1.
|
|
88
|
+
"version": "1.10.2",
|
|
98
89
|
"extraneous": true,
|
|
99
90
|
"license": "Apache-2.0",
|
|
100
91
|
"dependencies": {
|
|
101
|
-
"@appium/support": "^2.59.
|
|
92
|
+
"@appium/support": "^2.59.5"
|
|
102
93
|
},
|
|
103
94
|
"engines": {
|
|
104
95
|
"node": ">=14",
|
|
105
|
-
"npm": ">=
|
|
96
|
+
"npm": ">=8"
|
|
106
97
|
}
|
|
107
98
|
},
|
|
108
99
|
"node_modules/@appium/docutils": {
|
|
109
|
-
"version": "0.0.
|
|
100
|
+
"version": "0.0.10",
|
|
110
101
|
"extraneous": true,
|
|
111
102
|
"license": "Apache-2.0",
|
|
112
103
|
"dependencies": {
|
|
113
|
-
"@appium/support": "^2.59.
|
|
114
|
-
"@babel/runtime": "7.18.
|
|
104
|
+
"@appium/support": "^2.59.5",
|
|
105
|
+
"@babel/runtime": "7.18.9",
|
|
115
106
|
"docdash": "1.2.0",
|
|
116
|
-
"jsdoc": "3.6.
|
|
117
|
-
"jsdoc-plugin-typescript": "2.
|
|
107
|
+
"jsdoc": "3.6.11",
|
|
108
|
+
"jsdoc-plugin-typescript": "2.1.1",
|
|
118
109
|
"source-map-support": "0.5.21",
|
|
119
110
|
"teen_process": "1.16.0"
|
|
120
111
|
},
|
|
121
112
|
"engines": {
|
|
122
113
|
"node": ">=14",
|
|
123
|
-
"npm": ">=
|
|
114
|
+
"npm": ">=8"
|
|
124
115
|
}
|
|
125
116
|
},
|
|
126
|
-
"node_modules/@appium/docutils/node_modules
|
|
127
|
-
"version": "
|
|
117
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
118
|
+
"version": "1.16.0",
|
|
119
|
+
"engines": [
|
|
120
|
+
"node"
|
|
121
|
+
],
|
|
128
122
|
"extraneous": true,
|
|
129
|
-
"license": "
|
|
123
|
+
"license": "Apache-2.0",
|
|
130
124
|
"dependencies": {
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"
|
|
125
|
+
"@babel/runtime": "^7.0.0",
|
|
126
|
+
"bluebird": "^3.5.1",
|
|
127
|
+
"lodash": "^4.17.4",
|
|
128
|
+
"shell-quote": "^1.4.3",
|
|
129
|
+
"source-map-support": "^0.5.3",
|
|
130
|
+
"which": "^2.0.2"
|
|
135
131
|
}
|
|
136
132
|
},
|
|
137
133
|
"node_modules/@appium/schema": {
|
|
138
|
-
"version": "0.0.
|
|
139
|
-
"extraneous": true,
|
|
134
|
+
"version": "0.0.9",
|
|
140
135
|
"license": "Apache-2.0",
|
|
136
|
+
"dependencies": {
|
|
137
|
+
"@types/json-schema": "7.0.11",
|
|
138
|
+
"json-schema": "0.4.0",
|
|
139
|
+
"source-map-support": "0.5.21"
|
|
140
|
+
},
|
|
141
141
|
"engines": {
|
|
142
142
|
"node": ">=14",
|
|
143
|
-
"npm": ">=
|
|
143
|
+
"npm": ">=8"
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
"node_modules/@appium/support": {
|
|
147
|
-
"version": "2.59.
|
|
147
|
+
"version": "2.59.5",
|
|
148
148
|
"license": "Apache-2.0",
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@
|
|
150
|
+
"@appium/types": "^0.4.0",
|
|
151
|
+
"@babel/runtime": "7.18.9",
|
|
151
152
|
"@colors/colors": "1.5.0",
|
|
153
|
+
"@types/archiver": "5.3.1",
|
|
154
|
+
"@types/base64-stream": "1.0.2",
|
|
155
|
+
"@types/find-root": "1.1.2",
|
|
156
|
+
"@types/glob": "7.2.0",
|
|
157
|
+
"@types/jsftp": "2.1.2",
|
|
158
|
+
"@types/klaw": "3.0.3",
|
|
159
|
+
"@types/lockfile": "1.0.2",
|
|
160
|
+
"@types/mv": "2.1.2",
|
|
161
|
+
"@types/ncp": "2.0.5",
|
|
162
|
+
"@types/npmlog": "4.1.4",
|
|
163
|
+
"@types/pluralize": "0.0.29",
|
|
164
|
+
"@types/pngjs": "6.0.1",
|
|
165
|
+
"@types/rimraf": "3.0.2",
|
|
166
|
+
"@types/semver": "7.3.10",
|
|
167
|
+
"@types/shell-quote": "1.7.1",
|
|
168
|
+
"@types/supports-color": "8.1.1",
|
|
169
|
+
"@types/teen_process": "1.16.1",
|
|
170
|
+
"@types/uuid": "8.3.4",
|
|
152
171
|
"archiver": "5.3.1",
|
|
153
172
|
"axios": "0.27.2",
|
|
154
173
|
"base64-stream": "1.0.0",
|
|
@@ -164,13 +183,13 @@
|
|
|
164
183
|
"lockfile": "1.0.4",
|
|
165
184
|
"lodash": "4.17.21",
|
|
166
185
|
"log-symbols": "4.1.0",
|
|
167
|
-
"moment": "2.29.
|
|
186
|
+
"moment": "2.29.4",
|
|
168
187
|
"mv": "2.1.1",
|
|
169
188
|
"ncp": "2.0.0",
|
|
170
189
|
"npmlog": "6.0.2",
|
|
171
190
|
"opencv-bindings": "4.5.5",
|
|
172
191
|
"pkg-dir": "5.0.0",
|
|
173
|
-
"plist": "3.0.
|
|
192
|
+
"plist": "3.0.6",
|
|
174
193
|
"pluralize": "8.0.0",
|
|
175
194
|
"pngjs": "6.0.0",
|
|
176
195
|
"read-pkg": "5.2.0",
|
|
@@ -182,37 +201,47 @@
|
|
|
182
201
|
"source-map-support": "0.5.21",
|
|
183
202
|
"supports-color": "8.1.1",
|
|
184
203
|
"teen_process": "1.16.0",
|
|
204
|
+
"type-fest": "2.18.0",
|
|
185
205
|
"uuid": "8.3.2",
|
|
186
206
|
"which": "2.0.2",
|
|
187
207
|
"yauzl": "2.10.0"
|
|
188
208
|
},
|
|
189
209
|
"engines": {
|
|
190
210
|
"node": ">=14",
|
|
191
|
-
"npm": ">=
|
|
211
|
+
"npm": ">=8"
|
|
192
212
|
}
|
|
193
213
|
},
|
|
194
|
-
"node_modules/@appium/support/node_modules
|
|
195
|
-
"version": "
|
|
196
|
-
"
|
|
214
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
215
|
+
"version": "1.16.0",
|
|
216
|
+
"engines": [
|
|
217
|
+
"node"
|
|
218
|
+
],
|
|
219
|
+
"license": "Apache-2.0",
|
|
197
220
|
"dependencies": {
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
221
|
+
"@babel/runtime": "^7.0.0",
|
|
222
|
+
"bluebird": "^3.5.1",
|
|
223
|
+
"lodash": "^4.17.4",
|
|
224
|
+
"shell-quote": "^1.4.3",
|
|
225
|
+
"source-map-support": "^0.5.3",
|
|
226
|
+
"which": "^2.0.2"
|
|
202
227
|
}
|
|
203
228
|
},
|
|
204
229
|
"node_modules/@appium/test-support": {
|
|
205
|
-
"version": "1.
|
|
230
|
+
"version": "1.5.0",
|
|
206
231
|
"extraneous": true,
|
|
207
232
|
"license": "Apache-2.0",
|
|
208
233
|
"dependencies": {
|
|
209
|
-
"@
|
|
210
|
-
"@
|
|
234
|
+
"@babel/runtime": "7.18.9",
|
|
235
|
+
"@colors/colors": "1.5.0",
|
|
211
236
|
"bluebird": "3.7.2",
|
|
237
|
+
"chai": "4.3.6",
|
|
238
|
+
"get-port": "5.1.1",
|
|
212
239
|
"lodash": "4.17.21",
|
|
240
|
+
"log-symbols": "4.1.0",
|
|
213
241
|
"loud-rejection": "2.2.0",
|
|
214
242
|
"sinon": "14.0.0",
|
|
215
|
-
"source-map-support": "0.5.21"
|
|
243
|
+
"source-map-support": "0.5.21",
|
|
244
|
+
"teen_process": "1.16.0"
|
|
216
245
|
},
|
|
217
246
|
"bin": {
|
|
218
247
|
"android-emu-travis-post": "bin/android-emu-travis-post.sh",
|
|
@@ -220,18 +249,41 @@
|
|
|
220
249
|
},
|
|
221
250
|
"engines": {
|
|
222
251
|
"node": ">=14",
|
|
223
|
-
"npm": ">=
|
|
252
|
+
"npm": ">=8"
|
|
253
|
+
},
|
|
254
|
+
"peerDependencies": {
|
|
255
|
+
"appium": "^2.0.0-beta.35"
|
|
224
256
|
}
|
|
225
257
|
},
|
|
226
|
-
"node_modules/@appium/test-support/node_modules
|
|
227
|
-
"version": "
|
|
258
|
+
"node_modules/@appium/test-support/node_modules/teen_process": {
|
|
259
|
+
"version": "1.16.0",
|
|
260
|
+
"engines": [
|
|
261
|
+
"node"
|
|
262
|
+
],
|
|
228
263
|
"extraneous": true,
|
|
229
|
-
"license": "
|
|
264
|
+
"license": "Apache-2.0",
|
|
230
265
|
"dependencies": {
|
|
231
|
-
"
|
|
266
|
+
"@babel/runtime": "^7.0.0",
|
|
267
|
+
"bluebird": "^3.5.1",
|
|
268
|
+
"lodash": "^4.17.4",
|
|
269
|
+
"shell-quote": "^1.4.3",
|
|
270
|
+
"source-map-support": "^0.5.3",
|
|
271
|
+
"which": "^2.0.2"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"node_modules/@appium/types": {
|
|
275
|
+
"version": "0.4.0",
|
|
276
|
+
"license": "Apache-2.0",
|
|
277
|
+
"dependencies": {
|
|
278
|
+
"@appium/schema": "^0.0.9",
|
|
279
|
+
"@types/express": "4.17.13",
|
|
280
|
+
"@types/npmlog": "4.1.4",
|
|
281
|
+
"@wdio/types": "7.20.7",
|
|
282
|
+
"type-fest": "2.18.0"
|
|
232
283
|
},
|
|
233
284
|
"engines": {
|
|
234
|
-
"node": ">=
|
|
285
|
+
"node": ">=14",
|
|
286
|
+
"npm": ">=8"
|
|
235
287
|
}
|
|
236
288
|
},
|
|
237
289
|
"node_modules/@babel/code-frame": {
|
|
@@ -264,7 +316,7 @@
|
|
|
264
316
|
}
|
|
265
317
|
},
|
|
266
318
|
"node_modules/@babel/parser": {
|
|
267
|
-
"version": "7.18.
|
|
319
|
+
"version": "7.18.11",
|
|
268
320
|
"extraneous": true,
|
|
269
321
|
"license": "MIT",
|
|
270
322
|
"bin": {
|
|
@@ -769,6 +821,16 @@
|
|
|
769
821
|
"node": ">=8"
|
|
770
822
|
}
|
|
771
823
|
},
|
|
824
|
+
"node_modules/@sindresorhus/is": {
|
|
825
|
+
"version": "4.6.0",
|
|
826
|
+
"license": "MIT",
|
|
827
|
+
"engines": {
|
|
828
|
+
"node": ">=10"
|
|
829
|
+
},
|
|
830
|
+
"funding": {
|
|
831
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
772
834
|
"node_modules/@sinonjs/commons": {
|
|
773
835
|
"version": "1.8.3",
|
|
774
836
|
"dev": true,
|
|
@@ -800,11 +862,148 @@
|
|
|
800
862
|
"dev": true,
|
|
801
863
|
"license": "(Unlicense OR Apache-2.0)"
|
|
802
864
|
},
|
|
865
|
+
"node_modules/@szmarczak/http-timer": {
|
|
866
|
+
"version": "4.0.6",
|
|
867
|
+
"license": "MIT",
|
|
868
|
+
"dependencies": {
|
|
869
|
+
"defer-to-connect": "^2.0.0"
|
|
870
|
+
},
|
|
871
|
+
"engines": {
|
|
872
|
+
"node": ">=10"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"node_modules/@types/archiver": {
|
|
876
|
+
"version": "5.3.1",
|
|
877
|
+
"license": "MIT",
|
|
878
|
+
"dependencies": {
|
|
879
|
+
"@types/glob": "*"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"node_modules/@types/argparse": {
|
|
883
|
+
"version": "2.0.10",
|
|
884
|
+
"extraneous": true,
|
|
885
|
+
"license": "MIT"
|
|
886
|
+
},
|
|
887
|
+
"node_modules/@types/async-lock": {
|
|
888
|
+
"version": "1.1.5",
|
|
889
|
+
"extraneous": true,
|
|
890
|
+
"license": "MIT"
|
|
891
|
+
},
|
|
892
|
+
"node_modules/@types/base64-stream": {
|
|
893
|
+
"version": "1.0.2",
|
|
894
|
+
"license": "MIT",
|
|
895
|
+
"dependencies": {
|
|
896
|
+
"@types/node": "*"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"node_modules/@types/bluebird": {
|
|
900
|
+
"version": "3.5.36",
|
|
901
|
+
"extraneous": true,
|
|
902
|
+
"license": "MIT"
|
|
903
|
+
},
|
|
904
|
+
"node_modules/@types/body-parser": {
|
|
905
|
+
"version": "1.19.2",
|
|
906
|
+
"license": "MIT",
|
|
907
|
+
"dependencies": {
|
|
908
|
+
"@types/connect": "*",
|
|
909
|
+
"@types/node": "*"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"node_modules/@types/cacheable-request": {
|
|
913
|
+
"version": "6.0.2",
|
|
914
|
+
"license": "MIT",
|
|
915
|
+
"dependencies": {
|
|
916
|
+
"@types/http-cache-semantics": "*",
|
|
917
|
+
"@types/keyv": "*",
|
|
918
|
+
"@types/node": "*",
|
|
919
|
+
"@types/responselike": "*"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
"node_modules/@types/connect": {
|
|
923
|
+
"version": "3.4.35",
|
|
924
|
+
"license": "MIT",
|
|
925
|
+
"dependencies": {
|
|
926
|
+
"@types/node": "*"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"node_modules/@types/express": {
|
|
930
|
+
"version": "4.17.13",
|
|
931
|
+
"license": "MIT",
|
|
932
|
+
"dependencies": {
|
|
933
|
+
"@types/body-parser": "*",
|
|
934
|
+
"@types/express-serve-static-core": "^4.17.18",
|
|
935
|
+
"@types/qs": "*",
|
|
936
|
+
"@types/serve-static": "*"
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
"node_modules/@types/express-serve-static-core": {
|
|
940
|
+
"version": "4.17.30",
|
|
941
|
+
"license": "MIT",
|
|
942
|
+
"dependencies": {
|
|
943
|
+
"@types/node": "*",
|
|
944
|
+
"@types/qs": "*",
|
|
945
|
+
"@types/range-parser": "*"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"node_modules/@types/fancy-log": {
|
|
949
|
+
"version": "2.0.0",
|
|
950
|
+
"extraneous": true,
|
|
951
|
+
"license": "MIT"
|
|
952
|
+
},
|
|
953
|
+
"node_modules/@types/find-root": {
|
|
954
|
+
"version": "1.1.2",
|
|
955
|
+
"license": "MIT"
|
|
956
|
+
},
|
|
957
|
+
"node_modules/@types/glob": {
|
|
958
|
+
"version": "7.2.0",
|
|
959
|
+
"license": "MIT",
|
|
960
|
+
"dependencies": {
|
|
961
|
+
"@types/minimatch": "*",
|
|
962
|
+
"@types/node": "*"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"node_modules/@types/http-cache-semantics": {
|
|
966
|
+
"version": "4.0.1",
|
|
967
|
+
"license": "MIT"
|
|
968
|
+
},
|
|
969
|
+
"node_modules/@types/jsftp": {
|
|
970
|
+
"version": "2.1.2",
|
|
971
|
+
"license": "MIT",
|
|
972
|
+
"dependencies": {
|
|
973
|
+
"@types/node": "*"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"node_modules/@types/json-buffer": {
|
|
977
|
+
"version": "3.0.0",
|
|
978
|
+
"license": "MIT"
|
|
979
|
+
},
|
|
980
|
+
"node_modules/@types/json-schema": {
|
|
981
|
+
"version": "7.0.11",
|
|
982
|
+
"license": "MIT"
|
|
983
|
+
},
|
|
984
|
+
"node_modules/@types/keyv": {
|
|
985
|
+
"version": "3.1.4",
|
|
986
|
+
"license": "MIT",
|
|
987
|
+
"dependencies": {
|
|
988
|
+
"@types/node": "*"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"node_modules/@types/klaw": {
|
|
992
|
+
"version": "3.0.3",
|
|
993
|
+
"license": "MIT",
|
|
994
|
+
"dependencies": {
|
|
995
|
+
"@types/node": "*"
|
|
996
|
+
}
|
|
997
|
+
},
|
|
803
998
|
"node_modules/@types/linkify-it": {
|
|
804
999
|
"version": "3.0.2",
|
|
805
1000
|
"extraneous": true,
|
|
806
1001
|
"license": "MIT"
|
|
807
1002
|
},
|
|
1003
|
+
"node_modules/@types/lockfile": {
|
|
1004
|
+
"version": "1.0.2",
|
|
1005
|
+
"license": "MIT"
|
|
1006
|
+
},
|
|
808
1007
|
"node_modules/@types/markdown-it": {
|
|
809
1008
|
"version": "12.2.3",
|
|
810
1009
|
"extraneous": true,
|
|
@@ -819,10 +1018,137 @@
|
|
|
819
1018
|
"extraneous": true,
|
|
820
1019
|
"license": "MIT"
|
|
821
1020
|
},
|
|
1021
|
+
"node_modules/@types/method-override": {
|
|
1022
|
+
"version": "0.0.32",
|
|
1023
|
+
"extraneous": true,
|
|
1024
|
+
"license": "MIT",
|
|
1025
|
+
"dependencies": {
|
|
1026
|
+
"@types/express": "*"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"node_modules/@types/mime": {
|
|
1030
|
+
"version": "3.0.1",
|
|
1031
|
+
"license": "MIT"
|
|
1032
|
+
},
|
|
1033
|
+
"node_modules/@types/minimatch": {
|
|
1034
|
+
"version": "3.0.5",
|
|
1035
|
+
"license": "MIT"
|
|
1036
|
+
},
|
|
1037
|
+
"node_modules/@types/mv": {
|
|
1038
|
+
"version": "2.1.2",
|
|
1039
|
+
"license": "MIT"
|
|
1040
|
+
},
|
|
1041
|
+
"node_modules/@types/ncp": {
|
|
1042
|
+
"version": "2.0.5",
|
|
1043
|
+
"license": "MIT",
|
|
1044
|
+
"dependencies": {
|
|
1045
|
+
"@types/node": "*"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"node_modules/@types/node": {
|
|
1049
|
+
"version": "18.7.8",
|
|
1050
|
+
"license": "MIT"
|
|
1051
|
+
},
|
|
822
1052
|
"node_modules/@types/normalize-package-data": {
|
|
823
1053
|
"version": "2.4.1",
|
|
824
1054
|
"license": "MIT"
|
|
825
1055
|
},
|
|
1056
|
+
"node_modules/@types/npmlog": {
|
|
1057
|
+
"version": "4.1.4",
|
|
1058
|
+
"license": "MIT"
|
|
1059
|
+
},
|
|
1060
|
+
"node_modules/@types/pluralize": {
|
|
1061
|
+
"version": "0.0.29",
|
|
1062
|
+
"license": "MIT"
|
|
1063
|
+
},
|
|
1064
|
+
"node_modules/@types/pngjs": {
|
|
1065
|
+
"version": "6.0.1",
|
|
1066
|
+
"license": "MIT",
|
|
1067
|
+
"dependencies": {
|
|
1068
|
+
"@types/node": "*"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"node_modules/@types/qs": {
|
|
1072
|
+
"version": "6.9.7",
|
|
1073
|
+
"license": "MIT"
|
|
1074
|
+
},
|
|
1075
|
+
"node_modules/@types/range-parser": {
|
|
1076
|
+
"version": "1.2.4",
|
|
1077
|
+
"license": "MIT"
|
|
1078
|
+
},
|
|
1079
|
+
"node_modules/@types/responselike": {
|
|
1080
|
+
"version": "1.0.0",
|
|
1081
|
+
"license": "MIT",
|
|
1082
|
+
"dependencies": {
|
|
1083
|
+
"@types/node": "*"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"node_modules/@types/rimraf": {
|
|
1087
|
+
"version": "3.0.2",
|
|
1088
|
+
"license": "MIT",
|
|
1089
|
+
"dependencies": {
|
|
1090
|
+
"@types/glob": "*",
|
|
1091
|
+
"@types/node": "*"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"node_modules/@types/semver": {
|
|
1095
|
+
"version": "7.3.10",
|
|
1096
|
+
"license": "MIT"
|
|
1097
|
+
},
|
|
1098
|
+
"node_modules/@types/serve-favicon": {
|
|
1099
|
+
"version": "2.5.3",
|
|
1100
|
+
"extraneous": true,
|
|
1101
|
+
"license": "MIT",
|
|
1102
|
+
"dependencies": {
|
|
1103
|
+
"@types/express": "*"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"node_modules/@types/serve-static": {
|
|
1107
|
+
"version": "1.15.0",
|
|
1108
|
+
"license": "MIT",
|
|
1109
|
+
"dependencies": {
|
|
1110
|
+
"@types/mime": "*",
|
|
1111
|
+
"@types/node": "*"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"node_modules/@types/shell-quote": {
|
|
1115
|
+
"version": "1.7.1",
|
|
1116
|
+
"license": "MIT"
|
|
1117
|
+
},
|
|
1118
|
+
"node_modules/@types/supports-color": {
|
|
1119
|
+
"version": "8.1.1",
|
|
1120
|
+
"license": "MIT"
|
|
1121
|
+
},
|
|
1122
|
+
"node_modules/@types/teen_process": {
|
|
1123
|
+
"version": "1.16.1",
|
|
1124
|
+
"license": "MIT",
|
|
1125
|
+
"dependencies": {
|
|
1126
|
+
"@types/node": "*"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"node_modules/@types/uuid": {
|
|
1130
|
+
"version": "8.3.4",
|
|
1131
|
+
"license": "MIT"
|
|
1132
|
+
},
|
|
1133
|
+
"node_modules/@types/wrap-ansi": {
|
|
1134
|
+
"version": "3.0.0",
|
|
1135
|
+
"extraneous": true,
|
|
1136
|
+
"license": "MIT"
|
|
1137
|
+
},
|
|
1138
|
+
"node_modules/@wdio/types": {
|
|
1139
|
+
"version": "7.20.7",
|
|
1140
|
+
"license": "MIT",
|
|
1141
|
+
"dependencies": {
|
|
1142
|
+
"@types/node": "^18.0.0",
|
|
1143
|
+
"got": "^11.8.1"
|
|
1144
|
+
},
|
|
1145
|
+
"engines": {
|
|
1146
|
+
"node": ">=12.0.0"
|
|
1147
|
+
},
|
|
1148
|
+
"peerDependencies": {
|
|
1149
|
+
"typescript": "^4.6.2"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
826
1152
|
"node_modules/@xmldom/xmldom": {
|
|
827
1153
|
"version": "0.8.2",
|
|
828
1154
|
"license": "MIT",
|
|
@@ -914,7 +1240,7 @@
|
|
|
914
1240
|
"license": "MIT"
|
|
915
1241
|
},
|
|
916
1242
|
"node_modules/appium-adb": {
|
|
917
|
-
"version": "9.10.
|
|
1243
|
+
"version": "9.10.2",
|
|
918
1244
|
"engines": [
|
|
919
1245
|
"node"
|
|
920
1246
|
],
|
|
@@ -935,16 +1261,31 @@
|
|
|
935
1261
|
"utf7": "^1.0.2"
|
|
936
1262
|
}
|
|
937
1263
|
},
|
|
1264
|
+
"node_modules/appium-adb/node_modules/teen_process": {
|
|
1265
|
+
"version": "1.16.0",
|
|
1266
|
+
"engines": [
|
|
1267
|
+
"node"
|
|
1268
|
+
],
|
|
1269
|
+
"license": "Apache-2.0",
|
|
1270
|
+
"dependencies": {
|
|
1271
|
+
"@babel/runtime": "^7.0.0",
|
|
1272
|
+
"bluebird": "^3.5.1",
|
|
1273
|
+
"lodash": "^4.17.4",
|
|
1274
|
+
"shell-quote": "^1.4.3",
|
|
1275
|
+
"source-map-support": "^0.5.3",
|
|
1276
|
+
"which": "^2.0.2"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
938
1279
|
"node_modules/appium-android-driver": {
|
|
939
|
-
"version": "5.2.
|
|
1280
|
+
"version": "5.2.7",
|
|
940
1281
|
"engines": [
|
|
941
1282
|
"node"
|
|
942
1283
|
],
|
|
943
1284
|
"license": "Apache-2.0",
|
|
944
1285
|
"dependencies": {
|
|
945
1286
|
"@babel/runtime": "^7.0.0",
|
|
946
|
-
"appium-adb": "^9.10.
|
|
947
|
-
"appium-chromedriver": "^5.
|
|
1287
|
+
"appium-adb": "^9.10.2",
|
|
1288
|
+
"appium-chromedriver": "^5.1.4",
|
|
948
1289
|
"asyncbox": "^2.8.0",
|
|
949
1290
|
"axios": "^0.x",
|
|
950
1291
|
"bluebird": "^3.4.7",
|
|
@@ -966,8 +1307,23 @@
|
|
|
966
1307
|
"appium": "^2.0.0-beta.40"
|
|
967
1308
|
}
|
|
968
1309
|
},
|
|
1310
|
+
"node_modules/appium-android-driver/node_modules/teen_process": {
|
|
1311
|
+
"version": "1.16.0",
|
|
1312
|
+
"engines": [
|
|
1313
|
+
"node"
|
|
1314
|
+
],
|
|
1315
|
+
"license": "Apache-2.0",
|
|
1316
|
+
"dependencies": {
|
|
1317
|
+
"@babel/runtime": "^7.0.0",
|
|
1318
|
+
"bluebird": "^3.5.1",
|
|
1319
|
+
"lodash": "^4.17.4",
|
|
1320
|
+
"shell-quote": "^1.4.3",
|
|
1321
|
+
"source-map-support": "^0.5.3",
|
|
1322
|
+
"which": "^2.0.2"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
969
1325
|
"node_modules/appium-chromedriver": {
|
|
970
|
-
"version": "5.1.
|
|
1326
|
+
"version": "5.1.5",
|
|
971
1327
|
"hasInstallScript": true,
|
|
972
1328
|
"license": "Apache-2.0",
|
|
973
1329
|
"dependencies": {
|
|
@@ -992,6 +1348,21 @@
|
|
|
992
1348
|
"appium": "^2.0.0-beta.40"
|
|
993
1349
|
}
|
|
994
1350
|
},
|
|
1351
|
+
"node_modules/appium-chromedriver/node_modules/teen_process": {
|
|
1352
|
+
"version": "1.16.0",
|
|
1353
|
+
"engines": [
|
|
1354
|
+
"node"
|
|
1355
|
+
],
|
|
1356
|
+
"license": "Apache-2.0",
|
|
1357
|
+
"dependencies": {
|
|
1358
|
+
"@babel/runtime": "^7.0.0",
|
|
1359
|
+
"bluebird": "^3.5.1",
|
|
1360
|
+
"lodash": "^4.17.4",
|
|
1361
|
+
"shell-quote": "^1.4.3",
|
|
1362
|
+
"source-map-support": "^0.5.3",
|
|
1363
|
+
"which": "^2.0.2"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
995
1366
|
"node_modules/aproba": {
|
|
996
1367
|
"version": "2.0.0",
|
|
997
1368
|
"license": "ISC"
|
|
@@ -1098,6 +1469,14 @@
|
|
|
1098
1469
|
"extraneous": true,
|
|
1099
1470
|
"license": "MIT"
|
|
1100
1471
|
},
|
|
1472
|
+
"node_modules/assertion-error": {
|
|
1473
|
+
"version": "1.1.0",
|
|
1474
|
+
"dev": true,
|
|
1475
|
+
"license": "MIT",
|
|
1476
|
+
"engines": {
|
|
1477
|
+
"node": "*"
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1101
1480
|
"node_modules/async": {
|
|
1102
1481
|
"version": "3.2.4",
|
|
1103
1482
|
"license": "MIT"
|
|
@@ -1302,6 +1681,50 @@
|
|
|
1302
1681
|
"node": ">= 0.8"
|
|
1303
1682
|
}
|
|
1304
1683
|
},
|
|
1684
|
+
"node_modules/cacheable-lookup": {
|
|
1685
|
+
"version": "5.0.4",
|
|
1686
|
+
"license": "MIT",
|
|
1687
|
+
"engines": {
|
|
1688
|
+
"node": ">=10.6.0"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"node_modules/cacheable-request": {
|
|
1692
|
+
"version": "7.0.2",
|
|
1693
|
+
"license": "MIT",
|
|
1694
|
+
"dependencies": {
|
|
1695
|
+
"clone-response": "^1.0.2",
|
|
1696
|
+
"get-stream": "^5.1.0",
|
|
1697
|
+
"http-cache-semantics": "^4.0.0",
|
|
1698
|
+
"keyv": "^4.0.0",
|
|
1699
|
+
"lowercase-keys": "^2.0.0",
|
|
1700
|
+
"normalize-url": "^6.0.1",
|
|
1701
|
+
"responselike": "^2.0.0"
|
|
1702
|
+
},
|
|
1703
|
+
"engines": {
|
|
1704
|
+
"node": ">=8"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
1708
|
+
"version": "5.2.0",
|
|
1709
|
+
"license": "MIT",
|
|
1710
|
+
"dependencies": {
|
|
1711
|
+
"pump": "^3.0.0"
|
|
1712
|
+
},
|
|
1713
|
+
"engines": {
|
|
1714
|
+
"node": ">=8"
|
|
1715
|
+
},
|
|
1716
|
+
"funding": {
|
|
1717
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
"node_modules/cacheable-request/node_modules/pump": {
|
|
1721
|
+
"version": "3.0.0",
|
|
1722
|
+
"license": "MIT",
|
|
1723
|
+
"dependencies": {
|
|
1724
|
+
"end-of-stream": "^1.1.0",
|
|
1725
|
+
"once": "^1.3.1"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1305
1728
|
"node_modules/call-bind": {
|
|
1306
1729
|
"version": "1.0.2",
|
|
1307
1730
|
"extraneous": true,
|
|
@@ -1325,6 +1748,23 @@
|
|
|
1325
1748
|
"node": ">= 10"
|
|
1326
1749
|
}
|
|
1327
1750
|
},
|
|
1751
|
+
"node_modules/chai": {
|
|
1752
|
+
"version": "4.3.6",
|
|
1753
|
+
"dev": true,
|
|
1754
|
+
"license": "MIT",
|
|
1755
|
+
"dependencies": {
|
|
1756
|
+
"assertion-error": "^1.1.0",
|
|
1757
|
+
"check-error": "^1.0.2",
|
|
1758
|
+
"deep-eql": "^3.0.1",
|
|
1759
|
+
"get-func-name": "^2.0.0",
|
|
1760
|
+
"loupe": "^2.3.1",
|
|
1761
|
+
"pathval": "^1.1.1",
|
|
1762
|
+
"type-detect": "^4.0.5"
|
|
1763
|
+
},
|
|
1764
|
+
"engines": {
|
|
1765
|
+
"node": ">=4"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1328
1768
|
"node_modules/chalk": {
|
|
1329
1769
|
"version": "2.4.2",
|
|
1330
1770
|
"license": "MIT",
|
|
@@ -1354,6 +1794,14 @@
|
|
|
1354
1794
|
"node": ">=4"
|
|
1355
1795
|
}
|
|
1356
1796
|
},
|
|
1797
|
+
"node_modules/check-error": {
|
|
1798
|
+
"version": "1.0.2",
|
|
1799
|
+
"dev": true,
|
|
1800
|
+
"license": "MIT",
|
|
1801
|
+
"engines": {
|
|
1802
|
+
"node": "*"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1357
1805
|
"node_modules/cli-cursor": {
|
|
1358
1806
|
"version": "3.1.0",
|
|
1359
1807
|
"extraneous": true,
|
|
@@ -1376,6 +1824,16 @@
|
|
|
1376
1824
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1377
1825
|
}
|
|
1378
1826
|
},
|
|
1827
|
+
"node_modules/clone-response": {
|
|
1828
|
+
"version": "1.0.3",
|
|
1829
|
+
"license": "MIT",
|
|
1830
|
+
"dependencies": {
|
|
1831
|
+
"mimic-response": "^1.0.0"
|
|
1832
|
+
},
|
|
1833
|
+
"funding": {
|
|
1834
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1379
1837
|
"node_modules/color": {
|
|
1380
1838
|
"version": "3.2.1",
|
|
1381
1839
|
"extraneous": true,
|
|
@@ -1443,6 +1901,17 @@
|
|
|
1443
1901
|
"version": "4.1.3",
|
|
1444
1902
|
"license": "MIT"
|
|
1445
1903
|
},
|
|
1904
|
+
"node_modules/compress-brotli": {
|
|
1905
|
+
"version": "1.3.8",
|
|
1906
|
+
"license": "MIT",
|
|
1907
|
+
"dependencies": {
|
|
1908
|
+
"@types/json-buffer": "~3.0.0",
|
|
1909
|
+
"json-buffer": "~3.0.1"
|
|
1910
|
+
},
|
|
1911
|
+
"engines": {
|
|
1912
|
+
"node": ">= 12"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1446
1915
|
"node_modules/compress-commons": {
|
|
1447
1916
|
"version": "4.1.1",
|
|
1448
1917
|
"license": "MIT",
|
|
@@ -1540,6 +2009,36 @@
|
|
|
1540
2009
|
"node": ">= 10"
|
|
1541
2010
|
}
|
|
1542
2011
|
},
|
|
2012
|
+
"node_modules/cross-env": {
|
|
2013
|
+
"version": "7.0.3",
|
|
2014
|
+
"extraneous": true,
|
|
2015
|
+
"license": "MIT",
|
|
2016
|
+
"dependencies": {
|
|
2017
|
+
"cross-spawn": "^7.0.1"
|
|
2018
|
+
},
|
|
2019
|
+
"bin": {
|
|
2020
|
+
"cross-env": "src/bin/cross-env.js",
|
|
2021
|
+
"cross-env-shell": "src/bin/cross-env-shell.js"
|
|
2022
|
+
},
|
|
2023
|
+
"engines": {
|
|
2024
|
+
"node": ">=10.14",
|
|
2025
|
+
"npm": ">=6",
|
|
2026
|
+
"yarn": ">=1"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"node_modules/cross-spawn": {
|
|
2030
|
+
"version": "7.0.3",
|
|
2031
|
+
"extraneous": true,
|
|
2032
|
+
"license": "MIT",
|
|
2033
|
+
"dependencies": {
|
|
2034
|
+
"path-key": "^3.1.0",
|
|
2035
|
+
"shebang-command": "^2.0.0",
|
|
2036
|
+
"which": "^2.0.1"
|
|
2037
|
+
},
|
|
2038
|
+
"engines": {
|
|
2039
|
+
"node": ">= 8"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
1543
2042
|
"node_modules/currently-unhandled": {
|
|
1544
2043
|
"version": "0.4.1",
|
|
1545
2044
|
"extraneous": true,
|
|
@@ -1551,6 +2050,40 @@
|
|
|
1551
2050
|
"node": ">=0.10.0"
|
|
1552
2051
|
}
|
|
1553
2052
|
},
|
|
2053
|
+
"node_modules/decompress-response": {
|
|
2054
|
+
"version": "6.0.0",
|
|
2055
|
+
"license": "MIT",
|
|
2056
|
+
"dependencies": {
|
|
2057
|
+
"mimic-response": "^3.1.0"
|
|
2058
|
+
},
|
|
2059
|
+
"engines": {
|
|
2060
|
+
"node": ">=10"
|
|
2061
|
+
},
|
|
2062
|
+
"funding": {
|
|
2063
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
2067
|
+
"version": "3.1.0",
|
|
2068
|
+
"license": "MIT",
|
|
2069
|
+
"engines": {
|
|
2070
|
+
"node": ">=10"
|
|
2071
|
+
},
|
|
2072
|
+
"funding": {
|
|
2073
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"node_modules/deep-eql": {
|
|
2077
|
+
"version": "3.0.1",
|
|
2078
|
+
"dev": true,
|
|
2079
|
+
"license": "MIT",
|
|
2080
|
+
"dependencies": {
|
|
2081
|
+
"type-detect": "^4.0.0"
|
|
2082
|
+
},
|
|
2083
|
+
"engines": {
|
|
2084
|
+
"node": ">=0.12"
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
1554
2087
|
"node_modules/defaults": {
|
|
1555
2088
|
"version": "1.0.3",
|
|
1556
2089
|
"extraneous": true,
|
|
@@ -1567,6 +2100,13 @@
|
|
|
1567
2100
|
"node": ">=0.8"
|
|
1568
2101
|
}
|
|
1569
2102
|
},
|
|
2103
|
+
"node_modules/defer-to-connect": {
|
|
2104
|
+
"version": "2.0.1",
|
|
2105
|
+
"license": "MIT",
|
|
2106
|
+
"engines": {
|
|
2107
|
+
"node": ">=10"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
1570
2110
|
"node_modules/define-properties": {
|
|
1571
2111
|
"version": "1.1.4",
|
|
1572
2112
|
"extraneous": true,
|
|
@@ -2047,6 +2587,14 @@
|
|
|
2047
2587
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
2048
2588
|
}
|
|
2049
2589
|
},
|
|
2590
|
+
"node_modules/get-func-name": {
|
|
2591
|
+
"version": "2.0.0",
|
|
2592
|
+
"dev": true,
|
|
2593
|
+
"license": "MIT",
|
|
2594
|
+
"engines": {
|
|
2595
|
+
"node": "*"
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2050
2598
|
"node_modules/get-intrinsic": {
|
|
2051
2599
|
"version": "1.1.2",
|
|
2052
2600
|
"extraneous": true,
|
|
@@ -2060,6 +2608,17 @@
|
|
|
2060
2608
|
"url": "https://github.com/sponsors/ljharb"
|
|
2061
2609
|
}
|
|
2062
2610
|
},
|
|
2611
|
+
"node_modules/get-port": {
|
|
2612
|
+
"version": "5.1.1",
|
|
2613
|
+
"extraneous": true,
|
|
2614
|
+
"license": "MIT",
|
|
2615
|
+
"engines": {
|
|
2616
|
+
"node": ">=8"
|
|
2617
|
+
},
|
|
2618
|
+
"funding": {
|
|
2619
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2063
2622
|
"node_modules/get-stream": {
|
|
2064
2623
|
"version": "6.0.1",
|
|
2065
2624
|
"license": "MIT",
|
|
@@ -2135,6 +2694,29 @@
|
|
|
2135
2694
|
"process": "^0.11.10"
|
|
2136
2695
|
}
|
|
2137
2696
|
},
|
|
2697
|
+
"node_modules/got": {
|
|
2698
|
+
"version": "11.8.5",
|
|
2699
|
+
"license": "MIT",
|
|
2700
|
+
"dependencies": {
|
|
2701
|
+
"@sindresorhus/is": "^4.0.0",
|
|
2702
|
+
"@szmarczak/http-timer": "^4.0.5",
|
|
2703
|
+
"@types/cacheable-request": "^6.0.1",
|
|
2704
|
+
"@types/responselike": "^1.0.0",
|
|
2705
|
+
"cacheable-lookup": "^5.0.3",
|
|
2706
|
+
"cacheable-request": "^7.0.2",
|
|
2707
|
+
"decompress-response": "^6.0.0",
|
|
2708
|
+
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
2709
|
+
"lowercase-keys": "^2.0.0",
|
|
2710
|
+
"p-cancelable": "^2.0.0",
|
|
2711
|
+
"responselike": "^2.0.0"
|
|
2712
|
+
},
|
|
2713
|
+
"engines": {
|
|
2714
|
+
"node": ">=10.19.0"
|
|
2715
|
+
},
|
|
2716
|
+
"funding": {
|
|
2717
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
2718
|
+
}
|
|
2719
|
+
},
|
|
2138
2720
|
"node_modules/graceful-fs": {
|
|
2139
2721
|
"version": "4.2.10",
|
|
2140
2722
|
"license": "ISC"
|
|
@@ -2208,6 +2790,10 @@
|
|
|
2208
2790
|
"version": "2.8.9",
|
|
2209
2791
|
"license": "ISC"
|
|
2210
2792
|
},
|
|
2793
|
+
"node_modules/http-cache-semantics": {
|
|
2794
|
+
"version": "4.1.0",
|
|
2795
|
+
"license": "BSD-2-Clause"
|
|
2796
|
+
},
|
|
2211
2797
|
"node_modules/http-errors": {
|
|
2212
2798
|
"version": "2.0.0",
|
|
2213
2799
|
"extraneous": true,
|
|
@@ -2228,6 +2814,17 @@
|
|
|
2228
2814
|
"extraneous": true,
|
|
2229
2815
|
"license": "MIT"
|
|
2230
2816
|
},
|
|
2817
|
+
"node_modules/http2-wrapper": {
|
|
2818
|
+
"version": "1.0.3",
|
|
2819
|
+
"license": "MIT",
|
|
2820
|
+
"dependencies": {
|
|
2821
|
+
"quick-lru": "^5.1.1",
|
|
2822
|
+
"resolve-alpn": "^1.0.0"
|
|
2823
|
+
},
|
|
2824
|
+
"engines": {
|
|
2825
|
+
"node": ">=10.19.0"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2231
2828
|
"node_modules/iconv-lite": {
|
|
2232
2829
|
"version": "0.4.24",
|
|
2233
2830
|
"extraneous": true,
|
|
@@ -2354,7 +2951,7 @@
|
|
|
2354
2951
|
}
|
|
2355
2952
|
},
|
|
2356
2953
|
"node_modules/is-core-module": {
|
|
2357
|
-
"version": "2.
|
|
2954
|
+
"version": "2.10.0",
|
|
2358
2955
|
"license": "MIT",
|
|
2359
2956
|
"dependencies": {
|
|
2360
2957
|
"has": "^1.0.3"
|
|
@@ -2550,7 +3147,7 @@
|
|
|
2550
3147
|
}
|
|
2551
3148
|
},
|
|
2552
3149
|
"node_modules/jsdoc": {
|
|
2553
|
-
"version": "3.6.
|
|
3150
|
+
"version": "3.6.11",
|
|
2554
3151
|
"extraneous": true,
|
|
2555
3152
|
"license": "Apache-2.0",
|
|
2556
3153
|
"dependencies": {
|
|
@@ -2560,7 +3157,7 @@
|
|
|
2560
3157
|
"catharsis": "^0.9.0",
|
|
2561
3158
|
"escape-string-regexp": "^2.0.0",
|
|
2562
3159
|
"js2xmlparser": "^4.0.2",
|
|
2563
|
-
"klaw": "^
|
|
3160
|
+
"klaw": "^3.0.0",
|
|
2564
3161
|
"markdown-it": "^12.3.2",
|
|
2565
3162
|
"markdown-it-anchor": "^8.4.1",
|
|
2566
3163
|
"marked": "^4.0.10",
|
|
@@ -2574,11 +3171,11 @@
|
|
|
2574
3171
|
"jsdoc": "jsdoc.js"
|
|
2575
3172
|
},
|
|
2576
3173
|
"engines": {
|
|
2577
|
-
"node": ">=
|
|
3174
|
+
"node": ">=12.0.0"
|
|
2578
3175
|
}
|
|
2579
3176
|
},
|
|
2580
3177
|
"node_modules/jsdoc-plugin-typescript": {
|
|
2581
|
-
"version": "2.
|
|
3178
|
+
"version": "2.1.1",
|
|
2582
3179
|
"extraneous": true,
|
|
2583
3180
|
"license": "BSD-2-Clause",
|
|
2584
3181
|
"dependencies": {
|
|
@@ -2596,14 +3193,6 @@
|
|
|
2596
3193
|
"node": ">=8"
|
|
2597
3194
|
}
|
|
2598
3195
|
},
|
|
2599
|
-
"node_modules/jsdoc/node_modules/klaw": {
|
|
2600
|
-
"version": "4.0.1",
|
|
2601
|
-
"extraneous": true,
|
|
2602
|
-
"license": "MIT",
|
|
2603
|
-
"engines": {
|
|
2604
|
-
"node": ">=14.14.0"
|
|
2605
|
-
}
|
|
2606
|
-
},
|
|
2607
3196
|
"node_modules/jsdoc/node_modules/mkdirp": {
|
|
2608
3197
|
"version": "1.0.4",
|
|
2609
3198
|
"extraneous": true,
|
|
@@ -2637,10 +3226,18 @@
|
|
|
2637
3226
|
"ms": "^2.1.1"
|
|
2638
3227
|
}
|
|
2639
3228
|
},
|
|
3229
|
+
"node_modules/json-buffer": {
|
|
3230
|
+
"version": "3.0.1",
|
|
3231
|
+
"license": "MIT"
|
|
3232
|
+
},
|
|
2640
3233
|
"node_modules/json-parse-even-better-errors": {
|
|
2641
3234
|
"version": "2.3.1",
|
|
2642
3235
|
"license": "MIT"
|
|
2643
3236
|
},
|
|
3237
|
+
"node_modules/json-schema": {
|
|
3238
|
+
"version": "0.4.0",
|
|
3239
|
+
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
3240
|
+
},
|
|
2644
3241
|
"node_modules/json-schema-traverse": {
|
|
2645
3242
|
"version": "1.0.0",
|
|
2646
3243
|
"extraneous": true,
|
|
@@ -2651,6 +3248,14 @@
|
|
|
2651
3248
|
"dev": true,
|
|
2652
3249
|
"license": "MIT"
|
|
2653
3250
|
},
|
|
3251
|
+
"node_modules/keyv": {
|
|
3252
|
+
"version": "4.3.3",
|
|
3253
|
+
"license": "MIT",
|
|
3254
|
+
"dependencies": {
|
|
3255
|
+
"compress-brotli": "^1.3.8",
|
|
3256
|
+
"json-buffer": "3.0.1"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
2654
3259
|
"node_modules/klaw": {
|
|
2655
3260
|
"version": "3.0.0",
|
|
2656
3261
|
"license": "MIT",
|
|
@@ -2694,7 +3299,7 @@
|
|
|
2694
3299
|
}
|
|
2695
3300
|
},
|
|
2696
3301
|
"node_modules/lilconfig": {
|
|
2697
|
-
"version": "2.0.
|
|
3302
|
+
"version": "2.0.6",
|
|
2698
3303
|
"extraneous": true,
|
|
2699
3304
|
"license": "MIT",
|
|
2700
3305
|
"engines": {
|
|
@@ -2880,8 +3485,23 @@
|
|
|
2880
3485
|
"node": ">=8"
|
|
2881
3486
|
}
|
|
2882
3487
|
},
|
|
3488
|
+
"node_modules/loupe": {
|
|
3489
|
+
"version": "2.3.4",
|
|
3490
|
+
"dev": true,
|
|
3491
|
+
"license": "MIT",
|
|
3492
|
+
"dependencies": {
|
|
3493
|
+
"get-func-name": "^2.0.0"
|
|
3494
|
+
}
|
|
3495
|
+
},
|
|
3496
|
+
"node_modules/lowercase-keys": {
|
|
3497
|
+
"version": "2.0.0",
|
|
3498
|
+
"license": "MIT",
|
|
3499
|
+
"engines": {
|
|
3500
|
+
"node": ">=8"
|
|
3501
|
+
}
|
|
3502
|
+
},
|
|
2883
3503
|
"node_modules/lru-cache": {
|
|
2884
|
-
"version": "7.
|
|
3504
|
+
"version": "7.13.2",
|
|
2885
3505
|
"license": "ISC",
|
|
2886
3506
|
"engines": {
|
|
2887
3507
|
"node": ">=12"
|
|
@@ -3010,6 +3630,13 @@
|
|
|
3010
3630
|
"node": ">=6"
|
|
3011
3631
|
}
|
|
3012
3632
|
},
|
|
3633
|
+
"node_modules/mimic-response": {
|
|
3634
|
+
"version": "1.0.1",
|
|
3635
|
+
"license": "MIT",
|
|
3636
|
+
"engines": {
|
|
3637
|
+
"node": ">=4"
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3013
3640
|
"node_modules/min-document": {
|
|
3014
3641
|
"version": "2.19.0",
|
|
3015
3642
|
"dependencies": {
|
|
@@ -3041,7 +3668,7 @@
|
|
|
3041
3668
|
}
|
|
3042
3669
|
},
|
|
3043
3670
|
"node_modules/moment": {
|
|
3044
|
-
"version": "2.29.
|
|
3671
|
+
"version": "2.29.4",
|
|
3045
3672
|
"license": "MIT",
|
|
3046
3673
|
"engines": {
|
|
3047
3674
|
"node": "*"
|
|
@@ -3200,6 +3827,16 @@
|
|
|
3200
3827
|
"node": ">=0.10.0"
|
|
3201
3828
|
}
|
|
3202
3829
|
},
|
|
3830
|
+
"node_modules/normalize-url": {
|
|
3831
|
+
"version": "6.1.0",
|
|
3832
|
+
"license": "MIT",
|
|
3833
|
+
"engines": {
|
|
3834
|
+
"node": ">=10"
|
|
3835
|
+
},
|
|
3836
|
+
"funding": {
|
|
3837
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3203
3840
|
"node_modules/npmlog": {
|
|
3204
3841
|
"version": "6.0.2",
|
|
3205
3842
|
"license": "ISC",
|
|
@@ -3230,13 +3867,13 @@
|
|
|
3230
3867
|
}
|
|
3231
3868
|
},
|
|
3232
3869
|
"node_modules/object.assign": {
|
|
3233
|
-
"version": "4.1.
|
|
3870
|
+
"version": "4.1.4",
|
|
3234
3871
|
"extraneous": true,
|
|
3235
3872
|
"license": "MIT",
|
|
3236
3873
|
"dependencies": {
|
|
3237
|
-
"call-bind": "^1.0.
|
|
3238
|
-
"define-properties": "^1.1.
|
|
3239
|
-
"has-symbols": "^1.0.
|
|
3874
|
+
"call-bind": "^1.0.2",
|
|
3875
|
+
"define-properties": "^1.1.4",
|
|
3876
|
+
"has-symbols": "^1.0.3",
|
|
3240
3877
|
"object-keys": "^1.1.1"
|
|
3241
3878
|
},
|
|
3242
3879
|
"engines": {
|
|
@@ -3380,6 +4017,13 @@
|
|
|
3380
4017
|
"node": ">=8"
|
|
3381
4018
|
}
|
|
3382
4019
|
},
|
|
4020
|
+
"node_modules/p-cancelable": {
|
|
4021
|
+
"version": "2.1.1",
|
|
4022
|
+
"license": "MIT",
|
|
4023
|
+
"engines": {
|
|
4024
|
+
"node": ">=8"
|
|
4025
|
+
}
|
|
4026
|
+
},
|
|
3383
4027
|
"node_modules/p-limit": {
|
|
3384
4028
|
"version": "3.1.0",
|
|
3385
4029
|
"license": "MIT",
|
|
@@ -3485,6 +4129,14 @@
|
|
|
3485
4129
|
"node": ">=0.10.0"
|
|
3486
4130
|
}
|
|
3487
4131
|
},
|
|
4132
|
+
"node_modules/path-key": {
|
|
4133
|
+
"version": "3.1.1",
|
|
4134
|
+
"extraneous": true,
|
|
4135
|
+
"license": "MIT",
|
|
4136
|
+
"engines": {
|
|
4137
|
+
"node": ">=8"
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
3488
4140
|
"node_modules/path-parse": {
|
|
3489
4141
|
"version": "1.0.7",
|
|
3490
4142
|
"license": "MIT"
|
|
@@ -3494,6 +4146,14 @@
|
|
|
3494
4146
|
"extraneous": true,
|
|
3495
4147
|
"license": "MIT"
|
|
3496
4148
|
},
|
|
4149
|
+
"node_modules/pathval": {
|
|
4150
|
+
"version": "1.1.1",
|
|
4151
|
+
"dev": true,
|
|
4152
|
+
"license": "MIT",
|
|
4153
|
+
"engines": {
|
|
4154
|
+
"node": "*"
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
3497
4157
|
"node_modules/pend": {
|
|
3498
4158
|
"version": "1.2.0",
|
|
3499
4159
|
"license": "MIT"
|
|
@@ -3530,11 +4190,11 @@
|
|
|
3530
4190
|
}
|
|
3531
4191
|
},
|
|
3532
4192
|
"node_modules/plist": {
|
|
3533
|
-
"version": "3.0.
|
|
4193
|
+
"version": "3.0.6",
|
|
3534
4194
|
"license": "MIT",
|
|
3535
4195
|
"dependencies": {
|
|
3536
4196
|
"base64-js": "^1.5.1",
|
|
3537
|
-
"xmlbuilder": "^
|
|
4197
|
+
"xmlbuilder": "^15.1.1"
|
|
3538
4198
|
},
|
|
3539
4199
|
"engines": {
|
|
3540
4200
|
"node": ">=6"
|
|
@@ -3555,12 +4215,12 @@
|
|
|
3555
4215
|
}
|
|
3556
4216
|
},
|
|
3557
4217
|
"node_modules/portfinder": {
|
|
3558
|
-
"version": "1.0.
|
|
4218
|
+
"version": "1.0.32",
|
|
3559
4219
|
"license": "MIT",
|
|
3560
4220
|
"dependencies": {
|
|
3561
|
-
"async": "^2.6.
|
|
3562
|
-
"debug": "^3.
|
|
3563
|
-
"mkdirp": "^0.5.
|
|
4221
|
+
"async": "^2.6.4",
|
|
4222
|
+
"debug": "^3.2.7",
|
|
4223
|
+
"mkdirp": "^0.5.6"
|
|
3564
4224
|
},
|
|
3565
4225
|
"engines": {
|
|
3566
4226
|
"node": ">= 0.12.0"
|
|
@@ -3644,6 +4304,16 @@
|
|
|
3644
4304
|
"url": "https://github.com/sponsors/ljharb"
|
|
3645
4305
|
}
|
|
3646
4306
|
},
|
|
4307
|
+
"node_modules/quick-lru": {
|
|
4308
|
+
"version": "5.1.1",
|
|
4309
|
+
"license": "MIT",
|
|
4310
|
+
"engines": {
|
|
4311
|
+
"node": ">=10"
|
|
4312
|
+
},
|
|
4313
|
+
"funding": {
|
|
4314
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4315
|
+
}
|
|
4316
|
+
},
|
|
3647
4317
|
"node_modules/range-parser": {
|
|
3648
4318
|
"version": "1.2.1",
|
|
3649
4319
|
"extraneous": true,
|
|
@@ -3773,6 +4443,10 @@
|
|
|
3773
4443
|
"url": "https://github.com/sponsors/ljharb"
|
|
3774
4444
|
}
|
|
3775
4445
|
},
|
|
4446
|
+
"node_modules/resolve-alpn": {
|
|
4447
|
+
"version": "1.2.1",
|
|
4448
|
+
"license": "MIT"
|
|
4449
|
+
},
|
|
3776
4450
|
"node_modules/resolve-from": {
|
|
3777
4451
|
"version": "5.0.0",
|
|
3778
4452
|
"license": "MIT",
|
|
@@ -3780,6 +4454,16 @@
|
|
|
3780
4454
|
"node": ">=8"
|
|
3781
4455
|
}
|
|
3782
4456
|
},
|
|
4457
|
+
"node_modules/responselike": {
|
|
4458
|
+
"version": "2.0.1",
|
|
4459
|
+
"license": "MIT",
|
|
4460
|
+
"dependencies": {
|
|
4461
|
+
"lowercase-keys": "^2.0.0"
|
|
4462
|
+
},
|
|
4463
|
+
"funding": {
|
|
4464
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
3783
4467
|
"node_modules/restore-cursor": {
|
|
3784
4468
|
"version": "3.1.0",
|
|
3785
4469
|
"extraneous": true,
|
|
@@ -3971,6 +4655,32 @@
|
|
|
3971
4655
|
"xmlbuilder": "^9.0.1"
|
|
3972
4656
|
}
|
|
3973
4657
|
},
|
|
4658
|
+
"node_modules/shared-preferences-builder/node_modules/xmlbuilder": {
|
|
4659
|
+
"version": "9.0.7",
|
|
4660
|
+
"license": "MIT",
|
|
4661
|
+
"engines": {
|
|
4662
|
+
"node": ">=4.0"
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
"node_modules/shebang-command": {
|
|
4666
|
+
"version": "2.0.0",
|
|
4667
|
+
"extraneous": true,
|
|
4668
|
+
"license": "MIT",
|
|
4669
|
+
"dependencies": {
|
|
4670
|
+
"shebang-regex": "^3.0.0"
|
|
4671
|
+
},
|
|
4672
|
+
"engines": {
|
|
4673
|
+
"node": ">=8"
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4676
|
+
"node_modules/shebang-regex": {
|
|
4677
|
+
"version": "3.0.0",
|
|
4678
|
+
"extraneous": true,
|
|
4679
|
+
"license": "MIT",
|
|
4680
|
+
"engines": {
|
|
4681
|
+
"node": ">=8"
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
3974
4684
|
"node_modules/shell-quote": {
|
|
3975
4685
|
"version": "1.7.3",
|
|
3976
4686
|
"license": "MIT"
|
|
@@ -4247,10 +4957,7 @@
|
|
|
4247
4957
|
}
|
|
4248
4958
|
},
|
|
4249
4959
|
"node_modules/teen_process": {
|
|
4250
|
-
"version": "
|
|
4251
|
-
"engines": [
|
|
4252
|
-
"node"
|
|
4253
|
-
],
|
|
4960
|
+
"version": "2.0.0",
|
|
4254
4961
|
"license": "Apache-2.0",
|
|
4255
4962
|
"dependencies": {
|
|
4256
4963
|
"@babel/runtime": "^7.0.0",
|
|
@@ -4259,6 +4966,10 @@
|
|
|
4259
4966
|
"shell-quote": "^1.4.3",
|
|
4260
4967
|
"source-map-support": "^0.5.3",
|
|
4261
4968
|
"which": "^2.0.2"
|
|
4969
|
+
},
|
|
4970
|
+
"engines": {
|
|
4971
|
+
"node": ">=14",
|
|
4972
|
+
"npm": ">=6"
|
|
4262
4973
|
}
|
|
4263
4974
|
},
|
|
4264
4975
|
"node_modules/text-hex": {
|
|
@@ -4309,6 +5020,16 @@
|
|
|
4309
5020
|
"node": ">=4"
|
|
4310
5021
|
}
|
|
4311
5022
|
},
|
|
5023
|
+
"node_modules/type-fest": {
|
|
5024
|
+
"version": "2.18.0",
|
|
5025
|
+
"license": "(MIT OR CC0-1.0)",
|
|
5026
|
+
"engines": {
|
|
5027
|
+
"node": ">=12.20"
|
|
5028
|
+
},
|
|
5029
|
+
"funding": {
|
|
5030
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5031
|
+
}
|
|
5032
|
+
},
|
|
4312
5033
|
"node_modules/type-is": {
|
|
4313
5034
|
"version": "1.6.18",
|
|
4314
5035
|
"extraneous": true,
|
|
@@ -4321,6 +5042,18 @@
|
|
|
4321
5042
|
"node": ">= 0.6"
|
|
4322
5043
|
}
|
|
4323
5044
|
},
|
|
5045
|
+
"node_modules/typescript": {
|
|
5046
|
+
"version": "4.7.4",
|
|
5047
|
+
"license": "Apache-2.0",
|
|
5048
|
+
"peer": true,
|
|
5049
|
+
"bin": {
|
|
5050
|
+
"tsc": "bin/tsc",
|
|
5051
|
+
"tsserver": "bin/tsserver"
|
|
5052
|
+
},
|
|
5053
|
+
"engines": {
|
|
5054
|
+
"node": ">=4.2.0"
|
|
5055
|
+
}
|
|
5056
|
+
},
|
|
4324
5057
|
"node_modules/uc.micro": {
|
|
4325
5058
|
"version": "1.0.6",
|
|
4326
5059
|
"extraneous": true,
|
|
@@ -4475,7 +5208,7 @@
|
|
|
4475
5208
|
}
|
|
4476
5209
|
},
|
|
4477
5210
|
"node_modules/winston": {
|
|
4478
|
-
"version": "3.
|
|
5211
|
+
"version": "3.8.1",
|
|
4479
5212
|
"extraneous": true,
|
|
4480
5213
|
"license": "MIT",
|
|
4481
5214
|
"dependencies": {
|
|
@@ -4507,14 +5240,52 @@
|
|
|
4507
5240
|
"node": ">= 6.4.0"
|
|
4508
5241
|
}
|
|
4509
5242
|
},
|
|
4510
|
-
"node_modules/
|
|
4511
|
-
"version": "
|
|
5243
|
+
"node_modules/wrap-ansi": {
|
|
5244
|
+
"version": "7.0.0",
|
|
4512
5245
|
"extraneous": true,
|
|
4513
5246
|
"license": "MIT",
|
|
5247
|
+
"dependencies": {
|
|
5248
|
+
"ansi-styles": "^4.0.0",
|
|
5249
|
+
"string-width": "^4.1.0",
|
|
5250
|
+
"strip-ansi": "^6.0.0"
|
|
5251
|
+
},
|
|
4514
5252
|
"engines": {
|
|
4515
|
-
"node": ">=
|
|
5253
|
+
"node": ">=10"
|
|
5254
|
+
},
|
|
5255
|
+
"funding": {
|
|
5256
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
5260
|
+
"version": "4.3.0",
|
|
5261
|
+
"extraneous": true,
|
|
5262
|
+
"license": "MIT",
|
|
5263
|
+
"dependencies": {
|
|
5264
|
+
"color-convert": "^2.0.1"
|
|
5265
|
+
},
|
|
5266
|
+
"engines": {
|
|
5267
|
+
"node": ">=8"
|
|
5268
|
+
},
|
|
5269
|
+
"funding": {
|
|
5270
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
"node_modules/wrap-ansi/node_modules/color-convert": {
|
|
5274
|
+
"version": "2.0.1",
|
|
5275
|
+
"extraneous": true,
|
|
5276
|
+
"license": "MIT",
|
|
5277
|
+
"dependencies": {
|
|
5278
|
+
"color-name": "~1.1.4"
|
|
5279
|
+
},
|
|
5280
|
+
"engines": {
|
|
5281
|
+
"node": ">=7.0.0"
|
|
4516
5282
|
}
|
|
4517
5283
|
},
|
|
5284
|
+
"node_modules/wrap-ansi/node_modules/color-name": {
|
|
5285
|
+
"version": "1.1.4",
|
|
5286
|
+
"extraneous": true,
|
|
5287
|
+
"license": "MIT"
|
|
5288
|
+
},
|
|
4518
5289
|
"node_modules/wrappy": {
|
|
4519
5290
|
"version": "1.0.2",
|
|
4520
5291
|
"license": "ISC"
|
|
@@ -4571,10 +5342,10 @@
|
|
|
4571
5342
|
}
|
|
4572
5343
|
},
|
|
4573
5344
|
"node_modules/xmlbuilder": {
|
|
4574
|
-
"version": "
|
|
5345
|
+
"version": "15.1.1",
|
|
4575
5346
|
"license": "MIT",
|
|
4576
5347
|
"engines": {
|
|
4577
|
-
"node": ">=
|
|
5348
|
+
"node": ">=8.0"
|
|
4578
5349
|
}
|
|
4579
5350
|
},
|
|
4580
5351
|
"node_modules/xmlcreate": {
|
|
@@ -4641,13 +5412,18 @@
|
|
|
4641
5412
|
},
|
|
4642
5413
|
"dependencies": {
|
|
4643
5414
|
"@appium/base-driver": {
|
|
4644
|
-
"version": "8.
|
|
5415
|
+
"version": "8.7.0",
|
|
4645
5416
|
"extraneous": true,
|
|
4646
5417
|
"requires": {
|
|
4647
|
-
"@appium/support": "^2.59.
|
|
4648
|
-
"@babel/runtime": "7.18.
|
|
5418
|
+
"@appium/support": "^2.59.5",
|
|
5419
|
+
"@babel/runtime": "7.18.9",
|
|
4649
5420
|
"@colors/colors": "1.5.0",
|
|
4650
|
-
"async-lock": "1.
|
|
5421
|
+
"@types/async-lock": "1.1.5",
|
|
5422
|
+
"@types/bluebird": "3.5.36",
|
|
5423
|
+
"@types/express": "4.17.13",
|
|
5424
|
+
"@types/method-override": "0.0.32",
|
|
5425
|
+
"@types/serve-favicon": "2.5.3",
|
|
5426
|
+
"async-lock": "1.3.2",
|
|
4651
5427
|
"asyncbox": "2.9.2",
|
|
4652
5428
|
"axios": "0.27.2",
|
|
4653
5429
|
"bluebird": "3.7.2",
|
|
@@ -4656,65 +5432,81 @@
|
|
|
4656
5432
|
"express": "4.18.1",
|
|
4657
5433
|
"http-status-codes": "2.2.0",
|
|
4658
5434
|
"lodash": "4.17.21",
|
|
4659
|
-
"lru-cache": "7.
|
|
5435
|
+
"lru-cache": "7.13.2",
|
|
4660
5436
|
"method-override": "3.0.0",
|
|
4661
5437
|
"morgan": "1.10.0",
|
|
4662
5438
|
"serve-favicon": "2.5.0",
|
|
4663
5439
|
"source-map-support": "0.5.21",
|
|
5440
|
+
"type-fest": "2.18.0",
|
|
4664
5441
|
"validate.js": "0.13.1"
|
|
4665
|
-
},
|
|
4666
|
-
"dependencies": {
|
|
4667
|
-
"@babel/runtime": {
|
|
4668
|
-
"version": "7.18.3",
|
|
4669
|
-
"extraneous": true,
|
|
4670
|
-
"requires": {
|
|
4671
|
-
"regenerator-runtime": "^0.13.4"
|
|
4672
|
-
}
|
|
4673
|
-
},
|
|
4674
|
-
"async-lock": {
|
|
4675
|
-
"version": "1.3.1",
|
|
4676
|
-
"extraneous": true
|
|
4677
|
-
}
|
|
4678
5442
|
}
|
|
4679
5443
|
},
|
|
4680
5444
|
"@appium/base-plugin": {
|
|
4681
|
-
"version": "1.
|
|
5445
|
+
"version": "1.10.2",
|
|
4682
5446
|
"extraneous": true,
|
|
4683
5447
|
"requires": {
|
|
4684
|
-
"@appium/support": "^2.59.
|
|
5448
|
+
"@appium/support": "^2.59.5"
|
|
4685
5449
|
}
|
|
4686
5450
|
},
|
|
4687
5451
|
"@appium/docutils": {
|
|
4688
|
-
"version": "0.0.
|
|
5452
|
+
"version": "0.0.10",
|
|
4689
5453
|
"extraneous": true,
|
|
4690
5454
|
"requires": {
|
|
4691
|
-
"@appium/support": "^2.59.
|
|
4692
|
-
"@babel/runtime": "7.18.
|
|
5455
|
+
"@appium/support": "^2.59.5",
|
|
5456
|
+
"@babel/runtime": "7.18.9",
|
|
4693
5457
|
"docdash": "1.2.0",
|
|
4694
|
-
"jsdoc": "3.6.
|
|
4695
|
-
"jsdoc-plugin-typescript": "2.
|
|
5458
|
+
"jsdoc": "3.6.11",
|
|
5459
|
+
"jsdoc-plugin-typescript": "2.1.1",
|
|
4696
5460
|
"source-map-support": "0.5.21",
|
|
4697
5461
|
"teen_process": "1.16.0"
|
|
4698
5462
|
},
|
|
4699
5463
|
"dependencies": {
|
|
4700
|
-
"
|
|
4701
|
-
"version": "
|
|
5464
|
+
"teen_process": {
|
|
5465
|
+
"version": "1.16.0",
|
|
4702
5466
|
"extraneous": true,
|
|
4703
5467
|
"requires": {
|
|
4704
|
-
"
|
|
5468
|
+
"@babel/runtime": "^7.0.0",
|
|
5469
|
+
"bluebird": "^3.5.1",
|
|
5470
|
+
"lodash": "^4.17.4",
|
|
5471
|
+
"shell-quote": "^1.4.3",
|
|
5472
|
+
"source-map-support": "^0.5.3",
|
|
5473
|
+
"which": "^2.0.2"
|
|
4705
5474
|
}
|
|
4706
5475
|
}
|
|
4707
5476
|
}
|
|
4708
5477
|
},
|
|
4709
5478
|
"@appium/schema": {
|
|
4710
|
-
"version": "0.0.
|
|
4711
|
-
"
|
|
5479
|
+
"version": "0.0.9",
|
|
5480
|
+
"requires": {
|
|
5481
|
+
"@types/json-schema": "7.0.11",
|
|
5482
|
+
"json-schema": "0.4.0",
|
|
5483
|
+
"source-map-support": "0.5.21"
|
|
5484
|
+
}
|
|
4712
5485
|
},
|
|
4713
5486
|
"@appium/support": {
|
|
4714
|
-
"version": "2.59.
|
|
5487
|
+
"version": "2.59.5",
|
|
4715
5488
|
"requires": {
|
|
4716
|
-
"@
|
|
5489
|
+
"@appium/types": "^0.4.0",
|
|
5490
|
+
"@babel/runtime": "7.18.9",
|
|
4717
5491
|
"@colors/colors": "1.5.0",
|
|
5492
|
+
"@types/archiver": "5.3.1",
|
|
5493
|
+
"@types/base64-stream": "1.0.2",
|
|
5494
|
+
"@types/find-root": "1.1.2",
|
|
5495
|
+
"@types/glob": "7.2.0",
|
|
5496
|
+
"@types/jsftp": "2.1.2",
|
|
5497
|
+
"@types/klaw": "3.0.3",
|
|
5498
|
+
"@types/lockfile": "1.0.2",
|
|
5499
|
+
"@types/mv": "2.1.2",
|
|
5500
|
+
"@types/ncp": "2.0.5",
|
|
5501
|
+
"@types/npmlog": "4.1.4",
|
|
5502
|
+
"@types/pluralize": "0.0.29",
|
|
5503
|
+
"@types/pngjs": "6.0.1",
|
|
5504
|
+
"@types/rimraf": "3.0.2",
|
|
5505
|
+
"@types/semver": "7.3.10",
|
|
5506
|
+
"@types/shell-quote": "1.7.1",
|
|
5507
|
+
"@types/supports-color": "8.1.1",
|
|
5508
|
+
"@types/teen_process": "1.16.1",
|
|
5509
|
+
"@types/uuid": "8.3.4",
|
|
4718
5510
|
"archiver": "5.3.1",
|
|
4719
5511
|
"axios": "0.27.2",
|
|
4720
5512
|
"base64-stream": "1.0.0",
|
|
@@ -4730,13 +5522,13 @@
|
|
|
4730
5522
|
"lockfile": "1.0.4",
|
|
4731
5523
|
"lodash": "4.17.21",
|
|
4732
5524
|
"log-symbols": "4.1.0",
|
|
4733
|
-
"moment": "2.29.
|
|
5525
|
+
"moment": "2.29.4",
|
|
4734
5526
|
"mv": "2.1.1",
|
|
4735
5527
|
"ncp": "2.0.0",
|
|
4736
5528
|
"npmlog": "6.0.2",
|
|
4737
5529
|
"opencv-bindings": "4.5.5",
|
|
4738
5530
|
"pkg-dir": "5.0.0",
|
|
4739
|
-
"plist": "3.0.
|
|
5531
|
+
"plist": "3.0.6",
|
|
4740
5532
|
"pluralize": "8.0.0",
|
|
4741
5533
|
"pngjs": "6.0.0",
|
|
4742
5534
|
"read-pkg": "5.2.0",
|
|
@@ -4748,41 +5540,66 @@
|
|
|
4748
5540
|
"source-map-support": "0.5.21",
|
|
4749
5541
|
"supports-color": "8.1.1",
|
|
4750
5542
|
"teen_process": "1.16.0",
|
|
5543
|
+
"type-fest": "2.18.0",
|
|
4751
5544
|
"uuid": "8.3.2",
|
|
4752
5545
|
"which": "2.0.2",
|
|
4753
5546
|
"yauzl": "2.10.0"
|
|
4754
5547
|
},
|
|
4755
5548
|
"dependencies": {
|
|
4756
|
-
"
|
|
4757
|
-
"version": "
|
|
5549
|
+
"teen_process": {
|
|
5550
|
+
"version": "1.16.0",
|
|
4758
5551
|
"requires": {
|
|
4759
|
-
"
|
|
5552
|
+
"@babel/runtime": "^7.0.0",
|
|
5553
|
+
"bluebird": "^3.5.1",
|
|
5554
|
+
"lodash": "^4.17.4",
|
|
5555
|
+
"shell-quote": "^1.4.3",
|
|
5556
|
+
"source-map-support": "^0.5.3",
|
|
5557
|
+
"which": "^2.0.2"
|
|
4760
5558
|
}
|
|
4761
5559
|
}
|
|
4762
5560
|
}
|
|
4763
5561
|
},
|
|
4764
5562
|
"@appium/test-support": {
|
|
4765
|
-
"version": "1.
|
|
5563
|
+
"version": "1.5.0",
|
|
4766
5564
|
"extraneous": true,
|
|
4767
5565
|
"requires": {
|
|
4768
|
-
"@
|
|
4769
|
-
"@
|
|
5566
|
+
"@babel/runtime": "7.18.9",
|
|
5567
|
+
"@colors/colors": "1.5.0",
|
|
4770
5568
|
"bluebird": "3.7.2",
|
|
5569
|
+
"chai": "4.3.6",
|
|
5570
|
+
"get-port": "5.1.1",
|
|
4771
5571
|
"lodash": "4.17.21",
|
|
5572
|
+
"log-symbols": "4.1.0",
|
|
4772
5573
|
"loud-rejection": "2.2.0",
|
|
4773
5574
|
"sinon": "14.0.0",
|
|
4774
|
-
"source-map-support": "0.5.21"
|
|
5575
|
+
"source-map-support": "0.5.21",
|
|
5576
|
+
"teen_process": "1.16.0"
|
|
4775
5577
|
},
|
|
4776
5578
|
"dependencies": {
|
|
4777
|
-
"
|
|
4778
|
-
"version": "
|
|
5579
|
+
"teen_process": {
|
|
5580
|
+
"version": "1.16.0",
|
|
4779
5581
|
"extraneous": true,
|
|
4780
5582
|
"requires": {
|
|
4781
|
-
"
|
|
5583
|
+
"@babel/runtime": "^7.0.0",
|
|
5584
|
+
"bluebird": "^3.5.1",
|
|
5585
|
+
"lodash": "^4.17.4",
|
|
5586
|
+
"shell-quote": "^1.4.3",
|
|
5587
|
+
"source-map-support": "^0.5.3",
|
|
5588
|
+
"which": "^2.0.2"
|
|
4782
5589
|
}
|
|
4783
5590
|
}
|
|
4784
5591
|
}
|
|
4785
5592
|
},
|
|
5593
|
+
"@appium/types": {
|
|
5594
|
+
"version": "0.4.0",
|
|
5595
|
+
"requires": {
|
|
5596
|
+
"@appium/schema": "^0.0.9",
|
|
5597
|
+
"@types/express": "4.17.13",
|
|
5598
|
+
"@types/npmlog": "4.1.4",
|
|
5599
|
+
"@wdio/types": "7.20.7",
|
|
5600
|
+
"type-fest": "2.18.0"
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
4786
5603
|
"@babel/code-frame": {
|
|
4787
5604
|
"version": "7.18.6",
|
|
4788
5605
|
"requires": {
|
|
@@ -4801,7 +5618,7 @@
|
|
|
4801
5618
|
}
|
|
4802
5619
|
},
|
|
4803
5620
|
"@babel/parser": {
|
|
4804
|
-
"version": "7.18.
|
|
5621
|
+
"version": "7.18.11",
|
|
4805
5622
|
"extraneous": true
|
|
4806
5623
|
},
|
|
4807
5624
|
"@babel/runtime": {
|
|
@@ -5129,37 +5946,153 @@
|
|
|
5129
5946
|
}
|
|
5130
5947
|
}
|
|
5131
5948
|
},
|
|
5132
|
-
"@
|
|
5133
|
-
"version": "
|
|
5134
|
-
|
|
5949
|
+
"@sindresorhus/is": {
|
|
5950
|
+
"version": "4.6.0"
|
|
5951
|
+
},
|
|
5952
|
+
"@sinonjs/commons": {
|
|
5953
|
+
"version": "1.8.3",
|
|
5954
|
+
"dev": true,
|
|
5955
|
+
"requires": {
|
|
5956
|
+
"type-detect": "4.0.8"
|
|
5957
|
+
}
|
|
5958
|
+
},
|
|
5959
|
+
"@sinonjs/fake-timers": {
|
|
5960
|
+
"version": "9.1.2",
|
|
5961
|
+
"dev": true,
|
|
5962
|
+
"requires": {
|
|
5963
|
+
"@sinonjs/commons": "^1.7.0"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"@sinonjs/samsam": {
|
|
5967
|
+
"version": "6.1.1",
|
|
5968
|
+
"dev": true,
|
|
5969
|
+
"requires": {
|
|
5970
|
+
"@sinonjs/commons": "^1.6.0",
|
|
5971
|
+
"lodash.get": "^4.4.2",
|
|
5972
|
+
"type-detect": "^4.0.8"
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
"@sinonjs/text-encoding": {
|
|
5976
|
+
"version": "0.7.2",
|
|
5977
|
+
"dev": true
|
|
5978
|
+
},
|
|
5979
|
+
"@szmarczak/http-timer": {
|
|
5980
|
+
"version": "4.0.6",
|
|
5981
|
+
"requires": {
|
|
5982
|
+
"defer-to-connect": "^2.0.0"
|
|
5983
|
+
}
|
|
5984
|
+
},
|
|
5985
|
+
"@types/archiver": {
|
|
5986
|
+
"version": "5.3.1",
|
|
5987
|
+
"requires": {
|
|
5988
|
+
"@types/glob": "*"
|
|
5989
|
+
}
|
|
5990
|
+
},
|
|
5991
|
+
"@types/argparse": {
|
|
5992
|
+
"version": "2.0.10",
|
|
5993
|
+
"extraneous": true
|
|
5994
|
+
},
|
|
5995
|
+
"@types/async-lock": {
|
|
5996
|
+
"version": "1.1.5",
|
|
5997
|
+
"extraneous": true
|
|
5998
|
+
},
|
|
5999
|
+
"@types/base64-stream": {
|
|
6000
|
+
"version": "1.0.2",
|
|
6001
|
+
"requires": {
|
|
6002
|
+
"@types/node": "*"
|
|
6003
|
+
}
|
|
6004
|
+
},
|
|
6005
|
+
"@types/bluebird": {
|
|
6006
|
+
"version": "3.5.36",
|
|
6007
|
+
"extraneous": true
|
|
6008
|
+
},
|
|
6009
|
+
"@types/body-parser": {
|
|
6010
|
+
"version": "1.19.2",
|
|
6011
|
+
"requires": {
|
|
6012
|
+
"@types/connect": "*",
|
|
6013
|
+
"@types/node": "*"
|
|
6014
|
+
}
|
|
6015
|
+
},
|
|
6016
|
+
"@types/cacheable-request": {
|
|
6017
|
+
"version": "6.0.2",
|
|
6018
|
+
"requires": {
|
|
6019
|
+
"@types/http-cache-semantics": "*",
|
|
6020
|
+
"@types/keyv": "*",
|
|
6021
|
+
"@types/node": "*",
|
|
6022
|
+
"@types/responselike": "*"
|
|
6023
|
+
}
|
|
6024
|
+
},
|
|
6025
|
+
"@types/connect": {
|
|
6026
|
+
"version": "3.4.35",
|
|
6027
|
+
"requires": {
|
|
6028
|
+
"@types/node": "*"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
"@types/express": {
|
|
6032
|
+
"version": "4.17.13",
|
|
6033
|
+
"requires": {
|
|
6034
|
+
"@types/body-parser": "*",
|
|
6035
|
+
"@types/express-serve-static-core": "^4.17.18",
|
|
6036
|
+
"@types/qs": "*",
|
|
6037
|
+
"@types/serve-static": "*"
|
|
6038
|
+
}
|
|
6039
|
+
},
|
|
6040
|
+
"@types/express-serve-static-core": {
|
|
6041
|
+
"version": "4.17.30",
|
|
5135
6042
|
"requires": {
|
|
5136
|
-
"
|
|
6043
|
+
"@types/node": "*",
|
|
6044
|
+
"@types/qs": "*",
|
|
6045
|
+
"@types/range-parser": "*"
|
|
5137
6046
|
}
|
|
5138
6047
|
},
|
|
5139
|
-
"@
|
|
5140
|
-
"version": "
|
|
5141
|
-
"
|
|
6048
|
+
"@types/fancy-log": {
|
|
6049
|
+
"version": "2.0.0",
|
|
6050
|
+
"extraneous": true
|
|
6051
|
+
},
|
|
6052
|
+
"@types/find-root": {
|
|
6053
|
+
"version": "1.1.2"
|
|
6054
|
+
},
|
|
6055
|
+
"@types/glob": {
|
|
6056
|
+
"version": "7.2.0",
|
|
5142
6057
|
"requires": {
|
|
5143
|
-
"@
|
|
6058
|
+
"@types/minimatch": "*",
|
|
6059
|
+
"@types/node": "*"
|
|
5144
6060
|
}
|
|
5145
6061
|
},
|
|
5146
|
-
"@
|
|
5147
|
-
"version": "
|
|
5148
|
-
|
|
6062
|
+
"@types/http-cache-semantics": {
|
|
6063
|
+
"version": "4.0.1"
|
|
6064
|
+
},
|
|
6065
|
+
"@types/jsftp": {
|
|
6066
|
+
"version": "2.1.2",
|
|
5149
6067
|
"requires": {
|
|
5150
|
-
"@
|
|
5151
|
-
"lodash.get": "^4.4.2",
|
|
5152
|
-
"type-detect": "^4.0.8"
|
|
6068
|
+
"@types/node": "*"
|
|
5153
6069
|
}
|
|
5154
6070
|
},
|
|
5155
|
-
"@
|
|
5156
|
-
"version": "0.
|
|
5157
|
-
|
|
6071
|
+
"@types/json-buffer": {
|
|
6072
|
+
"version": "3.0.0"
|
|
6073
|
+
},
|
|
6074
|
+
"@types/json-schema": {
|
|
6075
|
+
"version": "7.0.11"
|
|
6076
|
+
},
|
|
6077
|
+
"@types/keyv": {
|
|
6078
|
+
"version": "3.1.4",
|
|
6079
|
+
"requires": {
|
|
6080
|
+
"@types/node": "*"
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6083
|
+
"@types/klaw": {
|
|
6084
|
+
"version": "3.0.3",
|
|
6085
|
+
"requires": {
|
|
6086
|
+
"@types/node": "*"
|
|
6087
|
+
}
|
|
5158
6088
|
},
|
|
5159
6089
|
"@types/linkify-it": {
|
|
5160
6090
|
"version": "3.0.2",
|
|
5161
6091
|
"extraneous": true
|
|
5162
6092
|
},
|
|
6093
|
+
"@types/lockfile": {
|
|
6094
|
+
"version": "1.0.2"
|
|
6095
|
+
},
|
|
5163
6096
|
"@types/markdown-it": {
|
|
5164
6097
|
"version": "12.2.3",
|
|
5165
6098
|
"extraneous": true,
|
|
@@ -5172,9 +6105,108 @@
|
|
|
5172
6105
|
"version": "1.0.2",
|
|
5173
6106
|
"extraneous": true
|
|
5174
6107
|
},
|
|
6108
|
+
"@types/method-override": {
|
|
6109
|
+
"version": "0.0.32",
|
|
6110
|
+
"extraneous": true,
|
|
6111
|
+
"requires": {
|
|
6112
|
+
"@types/express": "*"
|
|
6113
|
+
}
|
|
6114
|
+
},
|
|
6115
|
+
"@types/mime": {
|
|
6116
|
+
"version": "3.0.1"
|
|
6117
|
+
},
|
|
6118
|
+
"@types/minimatch": {
|
|
6119
|
+
"version": "3.0.5"
|
|
6120
|
+
},
|
|
6121
|
+
"@types/mv": {
|
|
6122
|
+
"version": "2.1.2"
|
|
6123
|
+
},
|
|
6124
|
+
"@types/ncp": {
|
|
6125
|
+
"version": "2.0.5",
|
|
6126
|
+
"requires": {
|
|
6127
|
+
"@types/node": "*"
|
|
6128
|
+
}
|
|
6129
|
+
},
|
|
6130
|
+
"@types/node": {
|
|
6131
|
+
"version": "18.7.8"
|
|
6132
|
+
},
|
|
5175
6133
|
"@types/normalize-package-data": {
|
|
5176
6134
|
"version": "2.4.1"
|
|
5177
6135
|
},
|
|
6136
|
+
"@types/npmlog": {
|
|
6137
|
+
"version": "4.1.4"
|
|
6138
|
+
},
|
|
6139
|
+
"@types/pluralize": {
|
|
6140
|
+
"version": "0.0.29"
|
|
6141
|
+
},
|
|
6142
|
+
"@types/pngjs": {
|
|
6143
|
+
"version": "6.0.1",
|
|
6144
|
+
"requires": {
|
|
6145
|
+
"@types/node": "*"
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
"@types/qs": {
|
|
6149
|
+
"version": "6.9.7"
|
|
6150
|
+
},
|
|
6151
|
+
"@types/range-parser": {
|
|
6152
|
+
"version": "1.2.4"
|
|
6153
|
+
},
|
|
6154
|
+
"@types/responselike": {
|
|
6155
|
+
"version": "1.0.0",
|
|
6156
|
+
"requires": {
|
|
6157
|
+
"@types/node": "*"
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
"@types/rimraf": {
|
|
6161
|
+
"version": "3.0.2",
|
|
6162
|
+
"requires": {
|
|
6163
|
+
"@types/glob": "*",
|
|
6164
|
+
"@types/node": "*"
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6167
|
+
"@types/semver": {
|
|
6168
|
+
"version": "7.3.10"
|
|
6169
|
+
},
|
|
6170
|
+
"@types/serve-favicon": {
|
|
6171
|
+
"version": "2.5.3",
|
|
6172
|
+
"extraneous": true,
|
|
6173
|
+
"requires": {
|
|
6174
|
+
"@types/express": "*"
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6177
|
+
"@types/serve-static": {
|
|
6178
|
+
"version": "1.15.0",
|
|
6179
|
+
"requires": {
|
|
6180
|
+
"@types/mime": "*",
|
|
6181
|
+
"@types/node": "*"
|
|
6182
|
+
}
|
|
6183
|
+
},
|
|
6184
|
+
"@types/shell-quote": {
|
|
6185
|
+
"version": "1.7.1"
|
|
6186
|
+
},
|
|
6187
|
+
"@types/supports-color": {
|
|
6188
|
+
"version": "8.1.1"
|
|
6189
|
+
},
|
|
6190
|
+
"@types/teen_process": {
|
|
6191
|
+
"version": "1.16.1",
|
|
6192
|
+
"requires": {
|
|
6193
|
+
"@types/node": "*"
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
6196
|
+
"@types/uuid": {
|
|
6197
|
+
"version": "8.3.4"
|
|
6198
|
+
},
|
|
6199
|
+
"@types/wrap-ansi": {
|
|
6200
|
+
"version": "3.0.0",
|
|
6201
|
+
"extraneous": true
|
|
6202
|
+
},
|
|
6203
|
+
"@wdio/types": {
|
|
6204
|
+
"version": "7.20.7",
|
|
6205
|
+
"requires": {
|
|
6206
|
+
"@types/node": "^18.0.0",
|
|
6207
|
+
"got": "^11.8.1"
|
|
6208
|
+
}
|
|
6209
|
+
},
|
|
5178
6210
|
"@xmldom/xmldom": {
|
|
5179
6211
|
"version": "0.8.2"
|
|
5180
6212
|
},
|
|
@@ -5232,7 +6264,7 @@
|
|
|
5232
6264
|
"version": "1.1.0"
|
|
5233
6265
|
},
|
|
5234
6266
|
"appium-adb": {
|
|
5235
|
-
"version": "9.10.
|
|
6267
|
+
"version": "9.10.2",
|
|
5236
6268
|
"requires": {
|
|
5237
6269
|
"@appium/support": "^2.55.3",
|
|
5238
6270
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5247,14 +6279,27 @@
|
|
|
5247
6279
|
"source-map-support": "^0.x",
|
|
5248
6280
|
"teen_process": "^1.11.0",
|
|
5249
6281
|
"utf7": "^1.0.2"
|
|
6282
|
+
},
|
|
6283
|
+
"dependencies": {
|
|
6284
|
+
"teen_process": {
|
|
6285
|
+
"version": "1.16.0",
|
|
6286
|
+
"requires": {
|
|
6287
|
+
"@babel/runtime": "^7.0.0",
|
|
6288
|
+
"bluebird": "^3.5.1",
|
|
6289
|
+
"lodash": "^4.17.4",
|
|
6290
|
+
"shell-quote": "^1.4.3",
|
|
6291
|
+
"source-map-support": "^0.5.3",
|
|
6292
|
+
"which": "^2.0.2"
|
|
6293
|
+
}
|
|
6294
|
+
}
|
|
5250
6295
|
}
|
|
5251
6296
|
},
|
|
5252
6297
|
"appium-android-driver": {
|
|
5253
|
-
"version": "5.2.
|
|
6298
|
+
"version": "5.2.7",
|
|
5254
6299
|
"requires": {
|
|
5255
6300
|
"@babel/runtime": "^7.0.0",
|
|
5256
|
-
"appium-adb": "^9.10.
|
|
5257
|
-
"appium-chromedriver": "^5.
|
|
6301
|
+
"appium-adb": "^9.10.2",
|
|
6302
|
+
"appium-chromedriver": "^5.1.4",
|
|
5258
6303
|
"asyncbox": "^2.8.0",
|
|
5259
6304
|
"axios": "^0.x",
|
|
5260
6305
|
"bluebird": "^3.4.7",
|
|
@@ -5271,10 +6316,23 @@
|
|
|
5271
6316
|
"source-map-support": "^0.x",
|
|
5272
6317
|
"teen_process": "^1.9.0",
|
|
5273
6318
|
"ws": "^8.0.0"
|
|
6319
|
+
},
|
|
6320
|
+
"dependencies": {
|
|
6321
|
+
"teen_process": {
|
|
6322
|
+
"version": "1.16.0",
|
|
6323
|
+
"requires": {
|
|
6324
|
+
"@babel/runtime": "^7.0.0",
|
|
6325
|
+
"bluebird": "^3.5.1",
|
|
6326
|
+
"lodash": "^4.17.4",
|
|
6327
|
+
"shell-quote": "^1.4.3",
|
|
6328
|
+
"source-map-support": "^0.5.3",
|
|
6329
|
+
"which": "^2.0.2"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
5274
6332
|
}
|
|
5275
6333
|
},
|
|
5276
6334
|
"appium-chromedriver": {
|
|
5277
|
-
"version": "5.1.
|
|
6335
|
+
"version": "5.1.5",
|
|
5278
6336
|
"requires": {
|
|
5279
6337
|
"@babel/runtime": "^7.0.0",
|
|
5280
6338
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -5288,6 +6346,19 @@
|
|
|
5288
6346
|
"source-map-support": "^0.x",
|
|
5289
6347
|
"teen_process": "^1.15.0",
|
|
5290
6348
|
"xpath": "^0.x"
|
|
6349
|
+
},
|
|
6350
|
+
"dependencies": {
|
|
6351
|
+
"teen_process": {
|
|
6352
|
+
"version": "1.16.0",
|
|
6353
|
+
"requires": {
|
|
6354
|
+
"@babel/runtime": "^7.0.0",
|
|
6355
|
+
"bluebird": "^3.5.1",
|
|
6356
|
+
"lodash": "^4.17.4",
|
|
6357
|
+
"shell-quote": "^1.4.3",
|
|
6358
|
+
"source-map-support": "^0.5.3",
|
|
6359
|
+
"which": "^2.0.2"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
5291
6362
|
}
|
|
5292
6363
|
},
|
|
5293
6364
|
"aproba": {
|
|
@@ -5370,6 +6441,10 @@
|
|
|
5370
6441
|
"version": "1.1.1",
|
|
5371
6442
|
"extraneous": true
|
|
5372
6443
|
},
|
|
6444
|
+
"assertion-error": {
|
|
6445
|
+
"version": "1.1.0",
|
|
6446
|
+
"dev": true
|
|
6447
|
+
},
|
|
5373
6448
|
"async": {
|
|
5374
6449
|
"version": "3.2.4"
|
|
5375
6450
|
},
|
|
@@ -5499,6 +6574,36 @@
|
|
|
5499
6574
|
"version": "3.1.2",
|
|
5500
6575
|
"extraneous": true
|
|
5501
6576
|
},
|
|
6577
|
+
"cacheable-lookup": {
|
|
6578
|
+
"version": "5.0.4"
|
|
6579
|
+
},
|
|
6580
|
+
"cacheable-request": {
|
|
6581
|
+
"version": "7.0.2",
|
|
6582
|
+
"requires": {
|
|
6583
|
+
"clone-response": "^1.0.2",
|
|
6584
|
+
"get-stream": "^5.1.0",
|
|
6585
|
+
"http-cache-semantics": "^4.0.0",
|
|
6586
|
+
"keyv": "^4.0.0",
|
|
6587
|
+
"lowercase-keys": "^2.0.0",
|
|
6588
|
+
"normalize-url": "^6.0.1",
|
|
6589
|
+
"responselike": "^2.0.0"
|
|
6590
|
+
},
|
|
6591
|
+
"dependencies": {
|
|
6592
|
+
"get-stream": {
|
|
6593
|
+
"version": "5.2.0",
|
|
6594
|
+
"requires": {
|
|
6595
|
+
"pump": "^3.0.0"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
"pump": {
|
|
6599
|
+
"version": "3.0.0",
|
|
6600
|
+
"requires": {
|
|
6601
|
+
"end-of-stream": "^1.1.0",
|
|
6602
|
+
"once": "^1.3.1"
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
}
|
|
6606
|
+
},
|
|
5502
6607
|
"call-bind": {
|
|
5503
6608
|
"version": "1.0.2",
|
|
5504
6609
|
"extraneous": true,
|
|
@@ -5514,6 +6619,19 @@
|
|
|
5514
6619
|
"lodash": "^4.17.15"
|
|
5515
6620
|
}
|
|
5516
6621
|
},
|
|
6622
|
+
"chai": {
|
|
6623
|
+
"version": "4.3.6",
|
|
6624
|
+
"dev": true,
|
|
6625
|
+
"requires": {
|
|
6626
|
+
"assertion-error": "^1.1.0",
|
|
6627
|
+
"check-error": "^1.0.2",
|
|
6628
|
+
"deep-eql": "^3.0.1",
|
|
6629
|
+
"get-func-name": "^2.0.0",
|
|
6630
|
+
"loupe": "^2.3.1",
|
|
6631
|
+
"pathval": "^1.1.1",
|
|
6632
|
+
"type-detect": "^4.0.5"
|
|
6633
|
+
}
|
|
6634
|
+
},
|
|
5517
6635
|
"chalk": {
|
|
5518
6636
|
"version": "2.4.2",
|
|
5519
6637
|
"requires": {
|
|
@@ -5533,6 +6651,10 @@
|
|
|
5533
6651
|
}
|
|
5534
6652
|
}
|
|
5535
6653
|
},
|
|
6654
|
+
"check-error": {
|
|
6655
|
+
"version": "1.0.2",
|
|
6656
|
+
"dev": true
|
|
6657
|
+
},
|
|
5536
6658
|
"cli-cursor": {
|
|
5537
6659
|
"version": "3.1.0",
|
|
5538
6660
|
"extraneous": true,
|
|
@@ -5544,6 +6666,12 @@
|
|
|
5544
6666
|
"version": "2.7.0",
|
|
5545
6667
|
"extraneous": true
|
|
5546
6668
|
},
|
|
6669
|
+
"clone-response": {
|
|
6670
|
+
"version": "1.0.3",
|
|
6671
|
+
"requires": {
|
|
6672
|
+
"mimic-response": "^1.0.0"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
5547
6675
|
"color": {
|
|
5548
6676
|
"version": "3.2.1",
|
|
5549
6677
|
"extraneous": true,
|
|
@@ -5593,6 +6721,13 @@
|
|
|
5593
6721
|
"compare-versions": {
|
|
5594
6722
|
"version": "4.1.3"
|
|
5595
6723
|
},
|
|
6724
|
+
"compress-brotli": {
|
|
6725
|
+
"version": "1.3.8",
|
|
6726
|
+
"requires": {
|
|
6727
|
+
"@types/json-buffer": "~3.0.0",
|
|
6728
|
+
"json-buffer": "~3.0.1"
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
5596
6731
|
"compress-commons": {
|
|
5597
6732
|
"version": "4.1.1",
|
|
5598
6733
|
"requires": {
|
|
@@ -5646,6 +6781,22 @@
|
|
|
5646
6781
|
"readable-stream": "^3.4.0"
|
|
5647
6782
|
}
|
|
5648
6783
|
},
|
|
6784
|
+
"cross-env": {
|
|
6785
|
+
"version": "7.0.3",
|
|
6786
|
+
"extraneous": true,
|
|
6787
|
+
"requires": {
|
|
6788
|
+
"cross-spawn": "^7.0.1"
|
|
6789
|
+
}
|
|
6790
|
+
},
|
|
6791
|
+
"cross-spawn": {
|
|
6792
|
+
"version": "7.0.3",
|
|
6793
|
+
"extraneous": true,
|
|
6794
|
+
"requires": {
|
|
6795
|
+
"path-key": "^3.1.0",
|
|
6796
|
+
"shebang-command": "^2.0.0",
|
|
6797
|
+
"which": "^2.0.1"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
5649
6800
|
"currently-unhandled": {
|
|
5650
6801
|
"version": "0.4.1",
|
|
5651
6802
|
"extraneous": true,
|
|
@@ -5653,6 +6804,24 @@
|
|
|
5653
6804
|
"array-find-index": "^1.0.1"
|
|
5654
6805
|
}
|
|
5655
6806
|
},
|
|
6807
|
+
"decompress-response": {
|
|
6808
|
+
"version": "6.0.0",
|
|
6809
|
+
"requires": {
|
|
6810
|
+
"mimic-response": "^3.1.0"
|
|
6811
|
+
},
|
|
6812
|
+
"dependencies": {
|
|
6813
|
+
"mimic-response": {
|
|
6814
|
+
"version": "3.1.0"
|
|
6815
|
+
}
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6818
|
+
"deep-eql": {
|
|
6819
|
+
"version": "3.0.1",
|
|
6820
|
+
"dev": true,
|
|
6821
|
+
"requires": {
|
|
6822
|
+
"type-detect": "^4.0.0"
|
|
6823
|
+
}
|
|
6824
|
+
},
|
|
5656
6825
|
"defaults": {
|
|
5657
6826
|
"version": "1.0.3",
|
|
5658
6827
|
"extraneous": true,
|
|
@@ -5666,6 +6835,9 @@
|
|
|
5666
6835
|
}
|
|
5667
6836
|
}
|
|
5668
6837
|
},
|
|
6838
|
+
"defer-to-connect": {
|
|
6839
|
+
"version": "2.0.1"
|
|
6840
|
+
},
|
|
5669
6841
|
"define-properties": {
|
|
5670
6842
|
"version": "1.1.4",
|
|
5671
6843
|
"extraneous": true,
|
|
@@ -5987,6 +7159,10 @@
|
|
|
5987
7159
|
"wide-align": "^1.1.5"
|
|
5988
7160
|
}
|
|
5989
7161
|
},
|
|
7162
|
+
"get-func-name": {
|
|
7163
|
+
"version": "2.0.0",
|
|
7164
|
+
"dev": true
|
|
7165
|
+
},
|
|
5990
7166
|
"get-intrinsic": {
|
|
5991
7167
|
"version": "1.1.2",
|
|
5992
7168
|
"extraneous": true,
|
|
@@ -5996,6 +7172,10 @@
|
|
|
5996
7172
|
"has-symbols": "^1.0.3"
|
|
5997
7173
|
}
|
|
5998
7174
|
},
|
|
7175
|
+
"get-port": {
|
|
7176
|
+
"version": "5.1.1",
|
|
7177
|
+
"extraneous": true
|
|
7178
|
+
},
|
|
5999
7179
|
"get-stream": {
|
|
6000
7180
|
"version": "6.0.1"
|
|
6001
7181
|
},
|
|
@@ -6045,6 +7225,22 @@
|
|
|
6045
7225
|
"process": "^0.11.10"
|
|
6046
7226
|
}
|
|
6047
7227
|
},
|
|
7228
|
+
"got": {
|
|
7229
|
+
"version": "11.8.5",
|
|
7230
|
+
"requires": {
|
|
7231
|
+
"@sindresorhus/is": "^4.0.0",
|
|
7232
|
+
"@szmarczak/http-timer": "^4.0.5",
|
|
7233
|
+
"@types/cacheable-request": "^6.0.1",
|
|
7234
|
+
"@types/responselike": "^1.0.0",
|
|
7235
|
+
"cacheable-lookup": "^5.0.3",
|
|
7236
|
+
"cacheable-request": "^7.0.2",
|
|
7237
|
+
"decompress-response": "^6.0.0",
|
|
7238
|
+
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
7239
|
+
"lowercase-keys": "^2.0.0",
|
|
7240
|
+
"p-cancelable": "^2.0.0",
|
|
7241
|
+
"responselike": "^2.0.0"
|
|
7242
|
+
}
|
|
7243
|
+
},
|
|
6048
7244
|
"graceful-fs": {
|
|
6049
7245
|
"version": "4.2.10"
|
|
6050
7246
|
},
|
|
@@ -6085,6 +7281,9 @@
|
|
|
6085
7281
|
"hosted-git-info": {
|
|
6086
7282
|
"version": "2.8.9"
|
|
6087
7283
|
},
|
|
7284
|
+
"http-cache-semantics": {
|
|
7285
|
+
"version": "4.1.0"
|
|
7286
|
+
},
|
|
6088
7287
|
"http-errors": {
|
|
6089
7288
|
"version": "2.0.0",
|
|
6090
7289
|
"extraneous": true,
|
|
@@ -6100,6 +7299,13 @@
|
|
|
6100
7299
|
"version": "2.2.0",
|
|
6101
7300
|
"extraneous": true
|
|
6102
7301
|
},
|
|
7302
|
+
"http2-wrapper": {
|
|
7303
|
+
"version": "1.0.3",
|
|
7304
|
+
"requires": {
|
|
7305
|
+
"quick-lru": "^5.1.1",
|
|
7306
|
+
"resolve-alpn": "^1.0.0"
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
6103
7309
|
"iconv-lite": {
|
|
6104
7310
|
"version": "0.4.24",
|
|
6105
7311
|
"extraneous": true,
|
|
@@ -6173,7 +7379,7 @@
|
|
|
6173
7379
|
"extraneous": true
|
|
6174
7380
|
},
|
|
6175
7381
|
"is-core-module": {
|
|
6176
|
-
"version": "2.
|
|
7382
|
+
"version": "2.10.0",
|
|
6177
7383
|
"requires": {
|
|
6178
7384
|
"has": "^1.0.3"
|
|
6179
7385
|
}
|
|
@@ -6285,7 +7491,7 @@
|
|
|
6285
7491
|
}
|
|
6286
7492
|
},
|
|
6287
7493
|
"jsdoc": {
|
|
6288
|
-
"version": "3.6.
|
|
7494
|
+
"version": "3.6.11",
|
|
6289
7495
|
"extraneous": true,
|
|
6290
7496
|
"requires": {
|
|
6291
7497
|
"@babel/parser": "^7.9.4",
|
|
@@ -6294,7 +7500,7 @@
|
|
|
6294
7500
|
"catharsis": "^0.9.0",
|
|
6295
7501
|
"escape-string-regexp": "^2.0.0",
|
|
6296
7502
|
"js2xmlparser": "^4.0.2",
|
|
6297
|
-
"klaw": "^
|
|
7503
|
+
"klaw": "^3.0.0",
|
|
6298
7504
|
"markdown-it": "^12.3.2",
|
|
6299
7505
|
"markdown-it-anchor": "^8.4.1",
|
|
6300
7506
|
"marked": "^4.0.10",
|
|
@@ -6309,10 +7515,6 @@
|
|
|
6309
7515
|
"version": "2.0.0",
|
|
6310
7516
|
"extraneous": true
|
|
6311
7517
|
},
|
|
6312
|
-
"klaw": {
|
|
6313
|
-
"version": "4.0.1",
|
|
6314
|
-
"extraneous": true
|
|
6315
|
-
},
|
|
6316
7518
|
"mkdirp": {
|
|
6317
7519
|
"version": "1.0.4",
|
|
6318
7520
|
"extraneous": true
|
|
@@ -6320,7 +7522,7 @@
|
|
|
6320
7522
|
}
|
|
6321
7523
|
},
|
|
6322
7524
|
"jsdoc-plugin-typescript": {
|
|
6323
|
-
"version": "2.
|
|
7525
|
+
"version": "2.1.1",
|
|
6324
7526
|
"extraneous": true,
|
|
6325
7527
|
"requires": {
|
|
6326
7528
|
"string.prototype.matchall": "^4.0.0"
|
|
@@ -6345,9 +7547,15 @@
|
|
|
6345
7547
|
}
|
|
6346
7548
|
}
|
|
6347
7549
|
},
|
|
7550
|
+
"json-buffer": {
|
|
7551
|
+
"version": "3.0.1"
|
|
7552
|
+
},
|
|
6348
7553
|
"json-parse-even-better-errors": {
|
|
6349
7554
|
"version": "2.3.1"
|
|
6350
7555
|
},
|
|
7556
|
+
"json-schema": {
|
|
7557
|
+
"version": "0.4.0"
|
|
7558
|
+
},
|
|
6351
7559
|
"json-schema-traverse": {
|
|
6352
7560
|
"version": "1.0.0",
|
|
6353
7561
|
"extraneous": true
|
|
@@ -6356,6 +7564,13 @@
|
|
|
6356
7564
|
"version": "4.2.1",
|
|
6357
7565
|
"dev": true
|
|
6358
7566
|
},
|
|
7567
|
+
"keyv": {
|
|
7568
|
+
"version": "4.3.3",
|
|
7569
|
+
"requires": {
|
|
7570
|
+
"compress-brotli": "^1.3.8",
|
|
7571
|
+
"json-buffer": "3.0.1"
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
6359
7574
|
"klaw": {
|
|
6360
7575
|
"version": "3.0.0",
|
|
6361
7576
|
"requires": {
|
|
@@ -6393,7 +7608,7 @@
|
|
|
6393
7608
|
}
|
|
6394
7609
|
},
|
|
6395
7610
|
"lilconfig": {
|
|
6396
|
-
"version": "2.0.
|
|
7611
|
+
"version": "2.0.6",
|
|
6397
7612
|
"extraneous": true
|
|
6398
7613
|
},
|
|
6399
7614
|
"lines-and-columns": {
|
|
@@ -6519,8 +7734,18 @@
|
|
|
6519
7734
|
"signal-exit": "^3.0.2"
|
|
6520
7735
|
}
|
|
6521
7736
|
},
|
|
7737
|
+
"loupe": {
|
|
7738
|
+
"version": "2.3.4",
|
|
7739
|
+
"dev": true,
|
|
7740
|
+
"requires": {
|
|
7741
|
+
"get-func-name": "^2.0.0"
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
"lowercase-keys": {
|
|
7745
|
+
"version": "2.0.0"
|
|
7746
|
+
},
|
|
6522
7747
|
"lru-cache": {
|
|
6523
|
-
"version": "7.
|
|
7748
|
+
"version": "7.13.2"
|
|
6524
7749
|
},
|
|
6525
7750
|
"markdown-it": {
|
|
6526
7751
|
"version": "12.3.2",
|
|
@@ -6597,6 +7822,9 @@
|
|
|
6597
7822
|
"version": "2.1.0",
|
|
6598
7823
|
"extraneous": true
|
|
6599
7824
|
},
|
|
7825
|
+
"mimic-response": {
|
|
7826
|
+
"version": "1.0.1"
|
|
7827
|
+
},
|
|
6600
7828
|
"min-document": {
|
|
6601
7829
|
"version": "2.19.0",
|
|
6602
7830
|
"requires": {
|
|
@@ -6619,7 +7847,7 @@
|
|
|
6619
7847
|
}
|
|
6620
7848
|
},
|
|
6621
7849
|
"moment": {
|
|
6622
|
-
"version": "2.29.
|
|
7850
|
+
"version": "2.29.4"
|
|
6623
7851
|
},
|
|
6624
7852
|
"moment-timezone": {
|
|
6625
7853
|
"version": "0.5.34",
|
|
@@ -6735,6 +7963,9 @@
|
|
|
6735
7963
|
"normalize-path": {
|
|
6736
7964
|
"version": "3.0.0"
|
|
6737
7965
|
},
|
|
7966
|
+
"normalize-url": {
|
|
7967
|
+
"version": "6.1.0"
|
|
7968
|
+
},
|
|
6738
7969
|
"npmlog": {
|
|
6739
7970
|
"version": "6.0.2",
|
|
6740
7971
|
"requires": {
|
|
@@ -6753,12 +7984,12 @@
|
|
|
6753
7984
|
"extraneous": true
|
|
6754
7985
|
},
|
|
6755
7986
|
"object.assign": {
|
|
6756
|
-
"version": "4.1.
|
|
7987
|
+
"version": "4.1.4",
|
|
6757
7988
|
"extraneous": true,
|
|
6758
7989
|
"requires": {
|
|
6759
|
-
"call-bind": "^1.0.
|
|
6760
|
-
"define-properties": "^1.1.
|
|
6761
|
-
"has-symbols": "^1.0.
|
|
7990
|
+
"call-bind": "^1.0.2",
|
|
7991
|
+
"define-properties": "^1.1.4",
|
|
7992
|
+
"has-symbols": "^1.0.3",
|
|
6762
7993
|
"object-keys": "^1.1.1"
|
|
6763
7994
|
}
|
|
6764
7995
|
},
|
|
@@ -6849,6 +8080,9 @@
|
|
|
6849
8080
|
}
|
|
6850
8081
|
}
|
|
6851
8082
|
},
|
|
8083
|
+
"p-cancelable": {
|
|
8084
|
+
"version": "2.1.1"
|
|
8085
|
+
},
|
|
6852
8086
|
"p-limit": {
|
|
6853
8087
|
"version": "3.1.0",
|
|
6854
8088
|
"requires": {
|
|
@@ -6909,6 +8143,10 @@
|
|
|
6909
8143
|
"path-is-absolute": {
|
|
6910
8144
|
"version": "1.0.1"
|
|
6911
8145
|
},
|
|
8146
|
+
"path-key": {
|
|
8147
|
+
"version": "3.1.1",
|
|
8148
|
+
"extraneous": true
|
|
8149
|
+
},
|
|
6912
8150
|
"path-parse": {
|
|
6913
8151
|
"version": "1.0.7"
|
|
6914
8152
|
},
|
|
@@ -6916,6 +8154,10 @@
|
|
|
6916
8154
|
"version": "0.1.7",
|
|
6917
8155
|
"extraneous": true
|
|
6918
8156
|
},
|
|
8157
|
+
"pathval": {
|
|
8158
|
+
"version": "1.1.1",
|
|
8159
|
+
"dev": true
|
|
8160
|
+
},
|
|
6919
8161
|
"pend": {
|
|
6920
8162
|
"version": "1.2.0"
|
|
6921
8163
|
},
|
|
@@ -6940,10 +8182,10 @@
|
|
|
6940
8182
|
}
|
|
6941
8183
|
},
|
|
6942
8184
|
"plist": {
|
|
6943
|
-
"version": "3.0.
|
|
8185
|
+
"version": "3.0.6",
|
|
6944
8186
|
"requires": {
|
|
6945
8187
|
"base64-js": "^1.5.1",
|
|
6946
|
-
"xmlbuilder": "^
|
|
8188
|
+
"xmlbuilder": "^15.1.1"
|
|
6947
8189
|
}
|
|
6948
8190
|
},
|
|
6949
8191
|
"pluralize": {
|
|
@@ -6953,11 +8195,11 @@
|
|
|
6953
8195
|
"version": "6.0.0"
|
|
6954
8196
|
},
|
|
6955
8197
|
"portfinder": {
|
|
6956
|
-
"version": "1.0.
|
|
8198
|
+
"version": "1.0.32",
|
|
6957
8199
|
"requires": {
|
|
6958
|
-
"async": "^2.6.
|
|
6959
|
-
"debug": "^3.
|
|
6960
|
-
"mkdirp": "^0.5.
|
|
8200
|
+
"async": "^2.6.4",
|
|
8201
|
+
"debug": "^3.2.7",
|
|
8202
|
+
"mkdirp": "^0.5.6"
|
|
6961
8203
|
},
|
|
6962
8204
|
"dependencies": {
|
|
6963
8205
|
"async": {
|
|
@@ -7014,6 +8256,9 @@
|
|
|
7014
8256
|
"side-channel": "^1.0.4"
|
|
7015
8257
|
}
|
|
7016
8258
|
},
|
|
8259
|
+
"quick-lru": {
|
|
8260
|
+
"version": "5.1.1"
|
|
8261
|
+
},
|
|
7017
8262
|
"range-parser": {
|
|
7018
8263
|
"version": "1.2.1",
|
|
7019
8264
|
"extraneous": true
|
|
@@ -7101,9 +8346,18 @@
|
|
|
7101
8346
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
7102
8347
|
}
|
|
7103
8348
|
},
|
|
8349
|
+
"resolve-alpn": {
|
|
8350
|
+
"version": "1.2.1"
|
|
8351
|
+
},
|
|
7104
8352
|
"resolve-from": {
|
|
7105
8353
|
"version": "5.0.0"
|
|
7106
8354
|
},
|
|
8355
|
+
"responselike": {
|
|
8356
|
+
"version": "2.0.1",
|
|
8357
|
+
"requires": {
|
|
8358
|
+
"lowercase-keys": "^2.0.0"
|
|
8359
|
+
}
|
|
8360
|
+
},
|
|
7107
8361
|
"restore-cursor": {
|
|
7108
8362
|
"version": "3.1.0",
|
|
7109
8363
|
"extraneous": true,
|
|
@@ -7246,8 +8500,24 @@
|
|
|
7246
8500
|
"requires": {
|
|
7247
8501
|
"lodash": "^4.17.4",
|
|
7248
8502
|
"xmlbuilder": "^9.0.1"
|
|
8503
|
+
},
|
|
8504
|
+
"dependencies": {
|
|
8505
|
+
"xmlbuilder": {
|
|
8506
|
+
"version": "9.0.7"
|
|
8507
|
+
}
|
|
8508
|
+
}
|
|
8509
|
+
},
|
|
8510
|
+
"shebang-command": {
|
|
8511
|
+
"version": "2.0.0",
|
|
8512
|
+
"extraneous": true,
|
|
8513
|
+
"requires": {
|
|
8514
|
+
"shebang-regex": "^3.0.0"
|
|
7249
8515
|
}
|
|
7250
8516
|
},
|
|
8517
|
+
"shebang-regex": {
|
|
8518
|
+
"version": "3.0.0",
|
|
8519
|
+
"extraneous": true
|
|
8520
|
+
},
|
|
7251
8521
|
"shell-quote": {
|
|
7252
8522
|
"version": "1.7.3"
|
|
7253
8523
|
},
|
|
@@ -7430,7 +8700,7 @@
|
|
|
7430
8700
|
}
|
|
7431
8701
|
},
|
|
7432
8702
|
"teen_process": {
|
|
7433
|
-
"version": "
|
|
8703
|
+
"version": "2.0.0",
|
|
7434
8704
|
"requires": {
|
|
7435
8705
|
"@babel/runtime": "^7.0.0",
|
|
7436
8706
|
"bluebird": "^3.5.1",
|
|
@@ -7471,6 +8741,9 @@
|
|
|
7471
8741
|
"version": "4.0.8",
|
|
7472
8742
|
"dev": true
|
|
7473
8743
|
},
|
|
8744
|
+
"type-fest": {
|
|
8745
|
+
"version": "2.18.0"
|
|
8746
|
+
},
|
|
7474
8747
|
"type-is": {
|
|
7475
8748
|
"version": "1.6.18",
|
|
7476
8749
|
"extraneous": true,
|
|
@@ -7479,6 +8752,10 @@
|
|
|
7479
8752
|
"mime-types": "~2.1.24"
|
|
7480
8753
|
}
|
|
7481
8754
|
},
|
|
8755
|
+
"typescript": {
|
|
8756
|
+
"version": "4.7.4",
|
|
8757
|
+
"peer": true
|
|
8758
|
+
},
|
|
7482
8759
|
"uc.micro": {
|
|
7483
8760
|
"version": "1.0.6",
|
|
7484
8761
|
"extraneous": true
|
|
@@ -7586,7 +8863,7 @@
|
|
|
7586
8863
|
}
|
|
7587
8864
|
},
|
|
7588
8865
|
"winston": {
|
|
7589
|
-
"version": "3.
|
|
8866
|
+
"version": "3.8.1",
|
|
7590
8867
|
"extraneous": true,
|
|
7591
8868
|
"requires": {
|
|
7592
8869
|
"@dabh/diagnostics": "^2.0.2",
|
|
@@ -7610,9 +8887,34 @@
|
|
|
7610
8887
|
"triple-beam": "^1.3.0"
|
|
7611
8888
|
}
|
|
7612
8889
|
},
|
|
7613
|
-
"
|
|
7614
|
-
"version": "
|
|
7615
|
-
"extraneous": true
|
|
8890
|
+
"wrap-ansi": {
|
|
8891
|
+
"version": "7.0.0",
|
|
8892
|
+
"extraneous": true,
|
|
8893
|
+
"requires": {
|
|
8894
|
+
"ansi-styles": "^4.0.0",
|
|
8895
|
+
"string-width": "^4.1.0",
|
|
8896
|
+
"strip-ansi": "^6.0.0"
|
|
8897
|
+
},
|
|
8898
|
+
"dependencies": {
|
|
8899
|
+
"ansi-styles": {
|
|
8900
|
+
"version": "4.3.0",
|
|
8901
|
+
"extraneous": true,
|
|
8902
|
+
"requires": {
|
|
8903
|
+
"color-convert": "^2.0.1"
|
|
8904
|
+
}
|
|
8905
|
+
},
|
|
8906
|
+
"color-convert": {
|
|
8907
|
+
"version": "2.0.1",
|
|
8908
|
+
"extraneous": true,
|
|
8909
|
+
"requires": {
|
|
8910
|
+
"color-name": "~1.1.4"
|
|
8911
|
+
}
|
|
8912
|
+
},
|
|
8913
|
+
"color-name": {
|
|
8914
|
+
"version": "1.1.4",
|
|
8915
|
+
"extraneous": true
|
|
8916
|
+
}
|
|
8917
|
+
}
|
|
7616
8918
|
},
|
|
7617
8919
|
"wrappy": {
|
|
7618
8920
|
"version": "1.0.2"
|
|
@@ -7646,7 +8948,7 @@
|
|
|
7646
8948
|
}
|
|
7647
8949
|
},
|
|
7648
8950
|
"xmlbuilder": {
|
|
7649
|
-
"version": "
|
|
8951
|
+
"version": "15.1.1"
|
|
7650
8952
|
},
|
|
7651
8953
|
"xmlcreate": {
|
|
7652
8954
|
"version": "2.0.4",
|