appium-uiautomator2-driver 2.29.11 → 2.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/index.d.ts +4 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +8 -15
- package/build/index.js.map +1 -0
- package/build/lib/commands/actions.d.ts +2 -0
- package/build/lib/commands/actions.d.ts.map +1 -0
- package/build/lib/commands/actions.js +67 -62
- package/build/lib/commands/actions.js.map +1 -1
- package/build/lib/commands/alert.d.ts +2 -0
- package/build/lib/commands/alert.d.ts.map +1 -0
- package/build/lib/commands/alert.js +28 -26
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/app-strings.d.ts +3 -0
- package/build/lib/commands/app-strings.d.ts.map +1 -0
- package/build/lib/commands/app-strings.js +86 -57
- package/build/lib/commands/app-strings.js.map +1 -1
- package/build/lib/commands/battery.d.ts +2 -0
- package/build/lib/commands/battery.d.ts.map +1 -0
- package/build/lib/commands/battery.js +26 -16
- package/build/lib/commands/battery.js.map +1 -1
- package/build/lib/commands/element.d.ts +2 -0
- package/build/lib/commands/element.d.ts.map +1 -0
- package/build/lib/commands/element.js +140 -159
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/find.d.ts +2 -0
- package/build/lib/commands/find.d.ts.map +1 -0
- package/build/lib/commands/find.js +39 -25
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.d.ts +4 -0
- package/build/lib/commands/general.d.ts.map +1 -0
- package/build/lib/commands/general.js +209 -215
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/gestures.d.ts +2 -0
- package/build/lib/commands/gestures.d.ts.map +1 -0
- package/build/lib/commands/gestures.js +206 -193
- package/build/lib/commands/gestures.js.map +1 -1
- package/build/lib/commands/index.d.ts +2 -0
- package/build/lib/commands/index.d.ts.map +1 -0
- package/build/lib/commands/index.js +13 -22
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/mixins.d.ts +87 -0
- package/build/lib/commands/mixins.d.ts.map +1 -0
- package/build/lib/commands/mixins.js +26 -0
- package/build/lib/commands/mixins.js.map +1 -0
- package/build/lib/commands/screenshot.d.ts +2 -0
- package/build/lib/commands/screenshot.d.ts.map +1 -0
- package/build/lib/commands/screenshot.js +77 -62
- package/build/lib/commands/screenshot.js.map +1 -1
- package/build/lib/commands/touch.d.ts +2 -0
- package/build/lib/commands/touch.d.ts.map +1 -0
- package/build/lib/commands/touch.js +48 -38
- package/build/lib/commands/touch.js.map +1 -1
- package/build/lib/commands/types.d.ts +452 -0
- package/build/lib/commands/types.d.ts.map +1 -0
- package/build/lib/commands/types.js +3 -0
- package/build/lib/commands/types.js.map +1 -0
- package/build/lib/commands/viewport.d.ts +2 -0
- package/build/lib/commands/viewport.d.ts.map +1 -0
- package/build/lib/commands/viewport.js +37 -35
- package/build/lib/commands/viewport.js.map +1 -1
- package/build/lib/constraints.d.ts +325 -0
- package/build/lib/constraints.d.ts.map +1 -0
- package/build/lib/constraints.js +51 -0
- package/build/lib/constraints.js.map +1 -0
- package/build/lib/css-converter.d.ts +45 -0
- package/build/lib/css-converter.d.ts.map +1 -0
- package/build/lib/css-converter.js +272 -175
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/driver.d.ts +904 -0
- package/build/lib/driver.d.ts.map +1 -0
- package/build/lib/driver.js +726 -485
- package/build/lib/driver.js.map +1 -1
- package/build/lib/execute-method-map.d.ts +477 -0
- package/build/lib/execute-method-map.d.ts.map +1 -0
- package/build/lib/execute-method-map.js +542 -0
- package/build/lib/execute-method-map.js.map +1 -0
- package/build/lib/extensions.d.ts +3 -0
- package/build/lib/extensions.d.ts.map +1 -0
- package/build/lib/extensions.js +7 -9
- package/build/lib/extensions.js.map +1 -1
- package/build/lib/helpers.d.ts +7 -0
- package/build/lib/helpers.d.ts.map +1 -0
- package/build/lib/helpers.js +36 -29
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/logger.d.ts +3 -0
- package/build/lib/logger.d.ts.map +1 -0
- package/build/lib/logger.js +5 -10
- package/build/lib/logger.js.map +1 -1
- package/build/lib/method-map.d.ts +389 -0
- package/build/lib/method-map.d.ts.map +1 -0
- package/build/lib/method-map.js +11 -17
- package/build/lib/method-map.js.map +1 -1
- package/build/lib/types.d.ts +44 -0
- package/build/lib/types.d.ts.map +1 -0
- package/build/lib/types.js +3 -0
- package/build/lib/types.js.map +1 -0
- package/build/lib/uiautomator2.d.ts +45 -0
- package/build/lib/uiautomator2.d.ts.map +1 -0
- package/build/lib/uiautomator2.js +340 -299
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/lib/utils.d.ts +10 -0
- package/build/lib/utils.d.ts.map +1 -0
- package/build/lib/utils.js +23 -16
- package/build/lib/utils.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/index.js +5 -3
- package/lib/commands/actions.js +115 -101
- package/lib/commands/alert.js +36 -44
- package/lib/commands/app-strings.js +79 -58
- package/lib/commands/battery.js +27 -28
- package/lib/commands/element.js +231 -134
- package/lib/commands/find.js +40 -21
- package/lib/commands/general.js +262 -336
- package/lib/commands/gestures.js +252 -366
- package/lib/commands/index.js +11 -31
- package/lib/commands/mixins.ts +169 -0
- package/lib/commands/screenshot.js +80 -76
- package/lib/commands/touch.js +64 -31
- package/lib/commands/types.ts +473 -0
- package/lib/commands/viewport.js +43 -31
- package/lib/constraints.ts +53 -0
- package/lib/css-converter.js +9 -1
- package/lib/{driver.js → driver.ts} +374 -239
- package/lib/execute-method-map.ts +573 -0
- package/lib/method-map.ts +11 -0
- package/lib/types.ts +57 -0
- package/lib/uiautomator2.js +21 -2
- package/lib/utils.js +2 -2
- package/npm-shrinkwrap.json +395 -528
- package/package.json +96 -70
- package/build/lib/desired-caps.js +0 -71
- package/build/lib/desired-caps.js.map +0 -1
- package/lib/desired-caps.js +0 -70
- package/lib/method-map.js +0 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.31.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.0.0",
|
|
13
12
|
"appium-adb": "^9.14.12",
|
|
14
|
-
"appium-android-driver": "^
|
|
13
|
+
"appium-android-driver": "^7.0.1",
|
|
15
14
|
"appium-chromedriver": "^5.6.5",
|
|
16
15
|
"appium-uiautomator2-server": "^5.12.2",
|
|
17
16
|
"asyncbox": "^2.3.1",
|
|
@@ -21,34 +20,60 @@
|
|
|
21
20
|
"lodash": "^4.17.4",
|
|
22
21
|
"portscanner": "^2.2.0",
|
|
23
22
|
"source-map-support": "^0.x",
|
|
24
|
-
"teen_process": "^2.0.0"
|
|
23
|
+
"teen_process": "^2.0.0",
|
|
24
|
+
"type-fest": "^3.12.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@appium/
|
|
27
|
+
"@appium/docutils": "^0.4.4",
|
|
28
|
+
"@appium/eslint-config-appium": "^8.0.3",
|
|
29
|
+
"@appium/eslint-config-appium-ts": "^0.3.1",
|
|
30
|
+
"@appium/support": "^4.0.1",
|
|
28
31
|
"@appium/test-support": "^3.0.0",
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
33
|
-
"@babel/preset-env": "^7.18.10",
|
|
34
|
-
"@babel/register": "^7.18.9",
|
|
32
|
+
"@appium/tsconfig": "^0.3.0",
|
|
33
|
+
"@appium/types": "^0.13.0",
|
|
34
|
+
"@commitlint/cli": "^17.6.3",
|
|
35
|
+
"@commitlint/config-conventional": "^17.6.3",
|
|
35
36
|
"@semantic-release/changelog": "^6.0.1",
|
|
36
37
|
"@semantic-release/git": "^10.0.1",
|
|
38
|
+
"@types/bluebird": "^3.5.38",
|
|
39
|
+
"@types/chai": "^4.3.5",
|
|
40
|
+
"@types/chai-as-promised": "^7.1.5",
|
|
41
|
+
"@types/lodash": "^4.14.194",
|
|
42
|
+
"@types/mocha": "^10.0.1",
|
|
43
|
+
"@types/node": "^20.2.3",
|
|
44
|
+
"@types/portscanner": "^2.1.1",
|
|
45
|
+
"@types/semver": "^7.5.0",
|
|
46
|
+
"@types/sinon": "^10.0.15",
|
|
47
|
+
"@types/sinon-chai": "^3.2.9",
|
|
48
|
+
"@types/source-map-support": "^0.5.6",
|
|
49
|
+
"@types/teen_process": "^2.0.0",
|
|
50
|
+
"@types/ws": "^8.5.4",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
52
|
+
"@typescript-eslint/parser": "^5.59.5",
|
|
37
53
|
"@xmldom/xmldom": "^0.x",
|
|
38
54
|
"android-apidemos": "^4.1.1",
|
|
39
|
-
"
|
|
40
|
-
"chai": "^4.1.
|
|
55
|
+
"appium": "^2.0.0-rc.3",
|
|
56
|
+
"chai": "^4.1.2",
|
|
41
57
|
"chai-as-promised": "^7.1.1",
|
|
42
58
|
"conventional-changelog-conventionalcommits": "^7.0.1",
|
|
43
|
-
"eslint
|
|
59
|
+
"eslint": "^8.40.0",
|
|
60
|
+
"eslint-config-prettier": "^8.8.0",
|
|
61
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
62
|
+
"eslint-plugin-import": "^2.27.5",
|
|
63
|
+
"eslint-plugin-mocha": "^10.1.0",
|
|
64
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
44
65
|
"fancy-log": "^2.0.0",
|
|
66
|
+
"husky": "^8.0.3",
|
|
45
67
|
"lint-staged": "^14.0.0",
|
|
46
68
|
"mocha": "^10.0.0",
|
|
47
|
-
"
|
|
69
|
+
"prettier": "^2.8.8",
|
|
48
70
|
"rimraf": "^5.0.0",
|
|
49
71
|
"semantic-release": "^21.1.0",
|
|
50
72
|
"sharp": "^0.x",
|
|
51
|
-
"sinon": "^
|
|
73
|
+
"sinon": "^16.1.0",
|
|
74
|
+
"sinon-chai": "^3.7.0",
|
|
75
|
+
"ts-node": "^10.9.1",
|
|
76
|
+
"typescript": "~5.0",
|
|
52
77
|
"unzipper": "^0.x",
|
|
53
78
|
"webdriverio": "^8.0.5",
|
|
54
79
|
"xpath": "^0.x"
|
|
@@ -58,7 +83,7 @@
|
|
|
58
83
|
"npm": ">=8"
|
|
59
84
|
},
|
|
60
85
|
"peerDependencies": {
|
|
61
|
-
"appium": "^2.0.0
|
|
86
|
+
"appium": "^2.0.0"
|
|
62
87
|
}
|
|
63
88
|
},
|
|
64
89
|
"node_modules/@appium/base-driver": {
|
|
@@ -96,6 +121,14 @@
|
|
|
96
121
|
"npm": ">=8"
|
|
97
122
|
}
|
|
98
123
|
},
|
|
124
|
+
"node_modules/@appium/base-driver/node_modules/@types/bluebird": {
|
|
125
|
+
"version": "3.5.38",
|
|
126
|
+
"license": "MIT"
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
129
|
+
"version": "4.14.197",
|
|
130
|
+
"license": "MIT"
|
|
131
|
+
},
|
|
99
132
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
100
133
|
"version": "1.4.0",
|
|
101
134
|
"license": "MIT",
|
|
@@ -105,13 +138,6 @@
|
|
|
105
138
|
"proxy-from-env": "^1.1.0"
|
|
106
139
|
}
|
|
107
140
|
},
|
|
108
|
-
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
109
|
-
"version": "7.18.3",
|
|
110
|
-
"license": "ISC",
|
|
111
|
-
"engines": {
|
|
112
|
-
"node": ">=12"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
141
|
"node_modules/@appium/base-plugin": {
|
|
116
142
|
"version": "2.2.20",
|
|
117
143
|
"extraneous": true,
|
|
@@ -127,7 +153,7 @@
|
|
|
127
153
|
},
|
|
128
154
|
"node_modules/@appium/docutils": {
|
|
129
155
|
"version": "0.4.9",
|
|
130
|
-
"
|
|
156
|
+
"dev": true,
|
|
131
157
|
"license": "Apache-2.0",
|
|
132
158
|
"dependencies": {
|
|
133
159
|
"@appium/support": "^4.1.6",
|
|
@@ -166,65 +192,9 @@
|
|
|
166
192
|
"npm": ">=8"
|
|
167
193
|
}
|
|
168
194
|
},
|
|
169
|
-
"node_modules/@appium/docutils/node_modules/ansi-styles": {
|
|
170
|
-
"version": "4.3.0",
|
|
171
|
-
"extraneous": true,
|
|
172
|
-
"license": "MIT",
|
|
173
|
-
"dependencies": {
|
|
174
|
-
"color-convert": "^2.0.1"
|
|
175
|
-
},
|
|
176
|
-
"engines": {
|
|
177
|
-
"node": ">=8"
|
|
178
|
-
},
|
|
179
|
-
"funding": {
|
|
180
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
"node_modules/@appium/docutils/node_modules/chalk": {
|
|
184
|
-
"version": "4.1.2",
|
|
185
|
-
"extraneous": true,
|
|
186
|
-
"license": "MIT",
|
|
187
|
-
"dependencies": {
|
|
188
|
-
"ansi-styles": "^4.1.0",
|
|
189
|
-
"supports-color": "^7.1.0"
|
|
190
|
-
},
|
|
191
|
-
"engines": {
|
|
192
|
-
"node": ">=10"
|
|
193
|
-
},
|
|
194
|
-
"funding": {
|
|
195
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
"node_modules/@appium/docutils/node_modules/color-convert": {
|
|
199
|
-
"version": "2.0.1",
|
|
200
|
-
"extraneous": true,
|
|
201
|
-
"license": "MIT",
|
|
202
|
-
"dependencies": {
|
|
203
|
-
"color-name": "~1.1.4"
|
|
204
|
-
},
|
|
205
|
-
"engines": {
|
|
206
|
-
"node": ">=7.0.0"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"node_modules/@appium/docutils/node_modules/color-name": {
|
|
210
|
-
"version": "1.1.4",
|
|
211
|
-
"extraneous": true,
|
|
212
|
-
"license": "MIT"
|
|
213
|
-
},
|
|
214
|
-
"node_modules/@appium/docutils/node_modules/supports-color": {
|
|
215
|
-
"version": "7.2.0",
|
|
216
|
-
"extraneous": true,
|
|
217
|
-
"license": "MIT",
|
|
218
|
-
"dependencies": {
|
|
219
|
-
"has-flag": "^4.0.0"
|
|
220
|
-
},
|
|
221
|
-
"engines": {
|
|
222
|
-
"node": ">=8"
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
195
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
226
196
|
"version": "2.0.4",
|
|
227
|
-
"
|
|
197
|
+
"dev": true,
|
|
228
198
|
"license": "Apache-2.0",
|
|
229
199
|
"dependencies": {
|
|
230
200
|
"bluebird": "3.7.2",
|
|
@@ -316,6 +286,17 @@
|
|
|
316
286
|
"sharp": "0.32.5"
|
|
317
287
|
}
|
|
318
288
|
},
|
|
289
|
+
"node_modules/@appium/support/node_modules/@types/semver": {
|
|
290
|
+
"version": "7.5.0",
|
|
291
|
+
"license": "MIT"
|
|
292
|
+
},
|
|
293
|
+
"node_modules/@appium/support/node_modules/@types/teen_process": {
|
|
294
|
+
"version": "2.0.0",
|
|
295
|
+
"license": "MIT",
|
|
296
|
+
"dependencies": {
|
|
297
|
+
"@types/node": "*"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
319
300
|
"node_modules/@appium/support/node_modules/axios": {
|
|
320
301
|
"version": "1.4.0",
|
|
321
302
|
"license": "MIT",
|
|
@@ -374,7 +355,7 @@
|
|
|
374
355
|
},
|
|
375
356
|
"node_modules/@appium/typedoc-plugin-appium": {
|
|
376
357
|
"version": "0.6.6",
|
|
377
|
-
"
|
|
358
|
+
"dev": true,
|
|
378
359
|
"license": "Apache-2.0",
|
|
379
360
|
"dependencies": {
|
|
380
361
|
"handlebars": "4.7.8",
|
|
@@ -410,6 +391,13 @@
|
|
|
410
391
|
"npm": ">=8"
|
|
411
392
|
}
|
|
412
393
|
},
|
|
394
|
+
"node_modules/@appium/types/node_modules/@types/ws": {
|
|
395
|
+
"version": "8.5.5",
|
|
396
|
+
"license": "MIT",
|
|
397
|
+
"dependencies": {
|
|
398
|
+
"@types/node": "*"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
413
401
|
"node_modules/@babel/code-frame": {
|
|
414
402
|
"version": "7.22.13",
|
|
415
403
|
"license": "MIT",
|
|
@@ -421,6 +409,63 @@
|
|
|
421
409
|
"node": ">=6.9.0"
|
|
422
410
|
}
|
|
423
411
|
},
|
|
412
|
+
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
|
|
413
|
+
"version": "3.2.1",
|
|
414
|
+
"license": "MIT",
|
|
415
|
+
"dependencies": {
|
|
416
|
+
"color-convert": "^1.9.0"
|
|
417
|
+
},
|
|
418
|
+
"engines": {
|
|
419
|
+
"node": ">=4"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"node_modules/@babel/code-frame/node_modules/chalk": {
|
|
423
|
+
"version": "2.4.2",
|
|
424
|
+
"license": "MIT",
|
|
425
|
+
"dependencies": {
|
|
426
|
+
"ansi-styles": "^3.2.1",
|
|
427
|
+
"escape-string-regexp": "^1.0.5",
|
|
428
|
+
"supports-color": "^5.3.0"
|
|
429
|
+
},
|
|
430
|
+
"engines": {
|
|
431
|
+
"node": ">=4"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"node_modules/@babel/code-frame/node_modules/color-convert": {
|
|
435
|
+
"version": "1.9.3",
|
|
436
|
+
"license": "MIT",
|
|
437
|
+
"dependencies": {
|
|
438
|
+
"color-name": "1.1.3"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"node_modules/@babel/code-frame/node_modules/color-name": {
|
|
442
|
+
"version": "1.1.3",
|
|
443
|
+
"license": "MIT"
|
|
444
|
+
},
|
|
445
|
+
"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
|
|
446
|
+
"version": "1.0.5",
|
|
447
|
+
"license": "MIT",
|
|
448
|
+
"engines": {
|
|
449
|
+
"node": ">=0.8.0"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"node_modules/@babel/code-frame/node_modules/has-flag": {
|
|
453
|
+
"version": "3.0.0",
|
|
454
|
+
"license": "MIT",
|
|
455
|
+
"engines": {
|
|
456
|
+
"node": ">=4"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"node_modules/@babel/code-frame/node_modules/supports-color": {
|
|
460
|
+
"version": "5.5.0",
|
|
461
|
+
"license": "MIT",
|
|
462
|
+
"dependencies": {
|
|
463
|
+
"has-flag": "^3.0.0"
|
|
464
|
+
},
|
|
465
|
+
"engines": {
|
|
466
|
+
"node": ">=4"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
424
469
|
"node_modules/@babel/helper-validator-identifier": {
|
|
425
470
|
"version": "7.22.20",
|
|
426
471
|
"license": "MIT",
|
|
@@ -440,8 +485,65 @@
|
|
|
440
485
|
"node": ">=6.9.0"
|
|
441
486
|
}
|
|
442
487
|
},
|
|
488
|
+
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
489
|
+
"version": "3.2.1",
|
|
490
|
+
"license": "MIT",
|
|
491
|
+
"dependencies": {
|
|
492
|
+
"color-convert": "^1.9.0"
|
|
493
|
+
},
|
|
494
|
+
"engines": {
|
|
495
|
+
"node": ">=4"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
499
|
+
"version": "2.4.2",
|
|
500
|
+
"license": "MIT",
|
|
501
|
+
"dependencies": {
|
|
502
|
+
"ansi-styles": "^3.2.1",
|
|
503
|
+
"escape-string-regexp": "^1.0.5",
|
|
504
|
+
"supports-color": "^5.3.0"
|
|
505
|
+
},
|
|
506
|
+
"engines": {
|
|
507
|
+
"node": ">=4"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
511
|
+
"version": "1.9.3",
|
|
512
|
+
"license": "MIT",
|
|
513
|
+
"dependencies": {
|
|
514
|
+
"color-name": "1.1.3"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
518
|
+
"version": "1.1.3",
|
|
519
|
+
"license": "MIT"
|
|
520
|
+
},
|
|
521
|
+
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
522
|
+
"version": "1.0.5",
|
|
523
|
+
"license": "MIT",
|
|
524
|
+
"engines": {
|
|
525
|
+
"node": ">=0.8.0"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
529
|
+
"version": "3.0.0",
|
|
530
|
+
"license": "MIT",
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">=4"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
536
|
+
"version": "5.5.0",
|
|
537
|
+
"license": "MIT",
|
|
538
|
+
"dependencies": {
|
|
539
|
+
"has-flag": "^3.0.0"
|
|
540
|
+
},
|
|
541
|
+
"engines": {
|
|
542
|
+
"node": ">=4"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
443
545
|
"node_modules/@babel/runtime": {
|
|
444
|
-
"version": "7.23.
|
|
546
|
+
"version": "7.23.2",
|
|
445
547
|
"license": "MIT",
|
|
446
548
|
"dependencies": {
|
|
447
549
|
"regenerator-runtime": "^0.14.0"
|
|
@@ -553,77 +655,54 @@
|
|
|
553
655
|
"ajv": "4.11.8 - 8"
|
|
554
656
|
}
|
|
555
657
|
},
|
|
556
|
-
"node_modules/@
|
|
557
|
-
"version": "
|
|
558
|
-
"
|
|
559
|
-
"license": "MIT",
|
|
560
|
-
"dependencies": {
|
|
561
|
-
"color-convert": "^2.0.1"
|
|
562
|
-
},
|
|
563
|
-
"engines": {
|
|
564
|
-
"node": ">=8"
|
|
565
|
-
},
|
|
566
|
-
"funding": {
|
|
567
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
"node_modules/@sidvind/better-ajv-errors/node_modules/chalk": {
|
|
571
|
-
"version": "4.1.2",
|
|
572
|
-
"extraneous": true,
|
|
658
|
+
"node_modules/@sliphua/lilconfig-ts-loader": {
|
|
659
|
+
"version": "3.2.2",
|
|
660
|
+
"dev": true,
|
|
573
661
|
"license": "MIT",
|
|
574
662
|
"dependencies": {
|
|
575
|
-
"
|
|
576
|
-
"
|
|
663
|
+
"lodash.get": "^4",
|
|
664
|
+
"make-error": "^1",
|
|
665
|
+
"ts-node": "^9",
|
|
666
|
+
"tslib": "^2"
|
|
577
667
|
},
|
|
578
668
|
"engines": {
|
|
579
|
-
"node": ">=10"
|
|
669
|
+
"node": ">=10.0.0"
|
|
580
670
|
},
|
|
581
|
-
"
|
|
582
|
-
"
|
|
671
|
+
"peerDependencies": {
|
|
672
|
+
"lilconfig": ">=2"
|
|
583
673
|
}
|
|
584
674
|
},
|
|
585
|
-
"node_modules/@
|
|
586
|
-
"version": "
|
|
587
|
-
"
|
|
588
|
-
"license": "
|
|
589
|
-
"dependencies": {
|
|
590
|
-
"color-name": "~1.1.4"
|
|
591
|
-
},
|
|
675
|
+
"node_modules/@sliphua/lilconfig-ts-loader/node_modules/diff": {
|
|
676
|
+
"version": "4.0.2",
|
|
677
|
+
"dev": true,
|
|
678
|
+
"license": "BSD-3-Clause",
|
|
592
679
|
"engines": {
|
|
593
|
-
"node": ">=
|
|
680
|
+
"node": ">=0.3.1"
|
|
594
681
|
}
|
|
595
682
|
},
|
|
596
|
-
"node_modules/@
|
|
597
|
-
"version": "1.1
|
|
598
|
-
"
|
|
599
|
-
"license": "MIT"
|
|
600
|
-
},
|
|
601
|
-
"node_modules/@sidvind/better-ajv-errors/node_modules/supports-color": {
|
|
602
|
-
"version": "7.2.0",
|
|
603
|
-
"extraneous": true,
|
|
683
|
+
"node_modules/@sliphua/lilconfig-ts-loader/node_modules/ts-node": {
|
|
684
|
+
"version": "9.1.1",
|
|
685
|
+
"dev": true,
|
|
604
686
|
"license": "MIT",
|
|
605
687
|
"dependencies": {
|
|
606
|
-
"
|
|
688
|
+
"arg": "^4.1.0",
|
|
689
|
+
"create-require": "^1.1.0",
|
|
690
|
+
"diff": "^4.0.1",
|
|
691
|
+
"make-error": "^1.1.1",
|
|
692
|
+
"source-map-support": "^0.5.17",
|
|
693
|
+
"yn": "3.1.1"
|
|
607
694
|
},
|
|
608
|
-
"
|
|
609
|
-
"node": "
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
"version": "3.2.2",
|
|
614
|
-
"extraneous": true,
|
|
615
|
-
"license": "MIT",
|
|
616
|
-
"dependencies": {
|
|
617
|
-
"lodash.get": "^4",
|
|
618
|
-
"make-error": "^1",
|
|
619
|
-
"ts-node": "^9",
|
|
620
|
-
"tslib": "^2"
|
|
695
|
+
"bin": {
|
|
696
|
+
"ts-node": "dist/bin.js",
|
|
697
|
+
"ts-node-script": "dist/bin-script.js",
|
|
698
|
+
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
699
|
+
"ts-script": "dist/bin-script-deprecated.js"
|
|
621
700
|
},
|
|
622
701
|
"engines": {
|
|
623
702
|
"node": ">=10.0.0"
|
|
624
703
|
},
|
|
625
704
|
"peerDependencies": {
|
|
626
|
-
"
|
|
705
|
+
"typescript": ">=2.7"
|
|
627
706
|
}
|
|
628
707
|
},
|
|
629
708
|
"node_modules/@tsconfig/node14": {
|
|
@@ -654,7 +733,7 @@
|
|
|
654
733
|
}
|
|
655
734
|
},
|
|
656
735
|
"node_modules/@types/bluebird": {
|
|
657
|
-
"version": "3.5.
|
|
736
|
+
"version": "3.5.40",
|
|
658
737
|
"license": "MIT"
|
|
659
738
|
},
|
|
660
739
|
"node_modules/@types/body-parser": {
|
|
@@ -727,10 +806,6 @@
|
|
|
727
806
|
"version": "1.0.2",
|
|
728
807
|
"license": "MIT"
|
|
729
808
|
},
|
|
730
|
-
"node_modules/@types/lodash": {
|
|
731
|
-
"version": "4.14.197",
|
|
732
|
-
"license": "MIT"
|
|
733
|
-
},
|
|
734
809
|
"node_modules/@types/method-override": {
|
|
735
810
|
"version": "0.0.32",
|
|
736
811
|
"license": "MIT",
|
|
@@ -754,8 +829,11 @@
|
|
|
754
829
|
}
|
|
755
830
|
},
|
|
756
831
|
"node_modules/@types/node": {
|
|
757
|
-
"version": "20.8.
|
|
758
|
-
"license": "MIT"
|
|
832
|
+
"version": "20.8.6",
|
|
833
|
+
"license": "MIT",
|
|
834
|
+
"dependencies": {
|
|
835
|
+
"undici-types": "~5.25.1"
|
|
836
|
+
}
|
|
759
837
|
},
|
|
760
838
|
"node_modules/@types/normalize-package-data": {
|
|
761
839
|
"version": "2.4.2",
|
|
@@ -784,10 +862,6 @@
|
|
|
784
862
|
"@types/node": "*"
|
|
785
863
|
}
|
|
786
864
|
},
|
|
787
|
-
"node_modules/@types/semver": {
|
|
788
|
-
"version": "7.5.0",
|
|
789
|
-
"license": "MIT"
|
|
790
|
-
},
|
|
791
865
|
"node_modules/@types/send": {
|
|
792
866
|
"version": "0.17.2",
|
|
793
867
|
"license": "MIT",
|
|
@@ -820,13 +894,6 @@
|
|
|
820
894
|
"version": "8.1.1",
|
|
821
895
|
"license": "MIT"
|
|
822
896
|
},
|
|
823
|
-
"node_modules/@types/teen_process": {
|
|
824
|
-
"version": "2.0.0",
|
|
825
|
-
"license": "MIT",
|
|
826
|
-
"dependencies": {
|
|
827
|
-
"@types/node": "*"
|
|
828
|
-
}
|
|
829
|
-
},
|
|
830
897
|
"node_modules/@types/triple-beam": {
|
|
831
898
|
"version": "1.3.3",
|
|
832
899
|
"extraneous": true,
|
|
@@ -845,13 +912,6 @@
|
|
|
845
912
|
"extraneous": true,
|
|
846
913
|
"license": "MIT"
|
|
847
914
|
},
|
|
848
|
-
"node_modules/@types/ws": {
|
|
849
|
-
"version": "8.5.5",
|
|
850
|
-
"license": "MIT",
|
|
851
|
-
"dependencies": {
|
|
852
|
-
"@types/node": "*"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
915
|
"node_modules/@xmldom/xmldom": {
|
|
856
916
|
"version": "0.8.10",
|
|
857
917
|
"license": "MIT",
|
|
@@ -939,17 +999,20 @@
|
|
|
939
999
|
},
|
|
940
1000
|
"node_modules/ansi-sequence-parser": {
|
|
941
1001
|
"version": "1.1.1",
|
|
942
|
-
"
|
|
1002
|
+
"dev": true,
|
|
943
1003
|
"license": "MIT"
|
|
944
1004
|
},
|
|
945
1005
|
"node_modules/ansi-styles": {
|
|
946
|
-
"version": "3.
|
|
1006
|
+
"version": "4.3.0",
|
|
947
1007
|
"license": "MIT",
|
|
948
1008
|
"dependencies": {
|
|
949
|
-
"color-convert": "^
|
|
1009
|
+
"color-convert": "^2.0.1"
|
|
950
1010
|
},
|
|
951
1011
|
"engines": {
|
|
952
|
-
"node": ">=
|
|
1012
|
+
"node": ">=8"
|
|
1013
|
+
},
|
|
1014
|
+
"funding": {
|
|
1015
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
953
1016
|
}
|
|
954
1017
|
},
|
|
955
1018
|
"node_modules/appium-adb": {
|
|
@@ -981,25 +1044,25 @@
|
|
|
981
1044
|
}
|
|
982
1045
|
},
|
|
983
1046
|
"node_modules/appium-android-driver": {
|
|
984
|
-
"version": "
|
|
1047
|
+
"version": "7.0.2",
|
|
985
1048
|
"license": "Apache-2.0",
|
|
986
1049
|
"dependencies": {
|
|
987
|
-
"appium-adb": "^9.
|
|
988
|
-
"appium-chromedriver": "^5.
|
|
1050
|
+
"appium-adb": "^9.12.0",
|
|
1051
|
+
"appium-chromedriver": "^5.5.1",
|
|
989
1052
|
"asyncbox": "^2.8.0",
|
|
990
1053
|
"axios": "^1.x",
|
|
991
1054
|
"bluebird": "^3.4.7",
|
|
992
1055
|
"io.appium.settings": "^5.0.0",
|
|
993
1056
|
"lodash": "^4.17.4",
|
|
994
|
-
"lru-cache": "^
|
|
1057
|
+
"lru-cache": "^10.0.1",
|
|
995
1058
|
"moment": "^2.24.0",
|
|
996
|
-
"moment-timezone": "^0.
|
|
1059
|
+
"moment-timezone": "^0.5.26",
|
|
997
1060
|
"portfinder": "^1.0.6",
|
|
998
1061
|
"portscanner": "2.2.0",
|
|
999
1062
|
"semver": "^7.0.0",
|
|
1000
|
-
"shared-preferences-builder": "^0.x",
|
|
1001
1063
|
"source-map-support": "^0.x",
|
|
1002
1064
|
"teen_process": "^2.0.0",
|
|
1065
|
+
"type-fest": "^4.4.0",
|
|
1003
1066
|
"ws": "^8.0.0"
|
|
1004
1067
|
},
|
|
1005
1068
|
"engines": {
|
|
@@ -1011,14 +1074,24 @@
|
|
|
1011
1074
|
}
|
|
1012
1075
|
},
|
|
1013
1076
|
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
1014
|
-
"version": "
|
|
1077
|
+
"version": "10.0.1",
|
|
1015
1078
|
"license": "ISC",
|
|
1016
1079
|
"engines": {
|
|
1017
|
-
"node": ">=
|
|
1080
|
+
"node": "14 || >=16.14"
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"node_modules/appium-android-driver/node_modules/type-fest": {
|
|
1084
|
+
"version": "4.4.0",
|
|
1085
|
+
"license": "(MIT OR CC0-1.0)",
|
|
1086
|
+
"engines": {
|
|
1087
|
+
"node": ">=16"
|
|
1088
|
+
},
|
|
1089
|
+
"funding": {
|
|
1090
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1018
1091
|
}
|
|
1019
1092
|
},
|
|
1020
1093
|
"node_modules/appium-chromedriver": {
|
|
1021
|
-
"version": "5.6.
|
|
1094
|
+
"version": "5.6.13",
|
|
1022
1095
|
"hasInstallScript": true,
|
|
1023
1096
|
"license": "Apache-2.0",
|
|
1024
1097
|
"dependencies": {
|
|
@@ -1184,7 +1257,7 @@
|
|
|
1184
1257
|
},
|
|
1185
1258
|
"node_modules/arg": {
|
|
1186
1259
|
"version": "4.1.3",
|
|
1187
|
-
"
|
|
1260
|
+
"dev": true,
|
|
1188
1261
|
"license": "MIT"
|
|
1189
1262
|
},
|
|
1190
1263
|
"node_modules/argparse": {
|
|
@@ -1406,32 +1479,27 @@
|
|
|
1406
1479
|
}
|
|
1407
1480
|
},
|
|
1408
1481
|
"node_modules/chalk": {
|
|
1409
|
-
"version": "
|
|
1482
|
+
"version": "4.1.2",
|
|
1410
1483
|
"license": "MIT",
|
|
1411
1484
|
"dependencies": {
|
|
1412
|
-
"ansi-styles": "^
|
|
1413
|
-
"
|
|
1414
|
-
"supports-color": "^5.3.0"
|
|
1485
|
+
"ansi-styles": "^4.1.0",
|
|
1486
|
+
"supports-color": "^7.1.0"
|
|
1415
1487
|
},
|
|
1416
1488
|
"engines": {
|
|
1417
|
-
"node": ">=
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
"version": "3.0.0",
|
|
1422
|
-
"license": "MIT",
|
|
1423
|
-
"engines": {
|
|
1424
|
-
"node": ">=4"
|
|
1489
|
+
"node": ">=10"
|
|
1490
|
+
},
|
|
1491
|
+
"funding": {
|
|
1492
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1425
1493
|
}
|
|
1426
1494
|
},
|
|
1427
1495
|
"node_modules/chalk/node_modules/supports-color": {
|
|
1428
|
-
"version": "
|
|
1496
|
+
"version": "7.2.0",
|
|
1429
1497
|
"license": "MIT",
|
|
1430
1498
|
"dependencies": {
|
|
1431
|
-
"has-flag": "^
|
|
1499
|
+
"has-flag": "^4.0.0"
|
|
1432
1500
|
},
|
|
1433
1501
|
"engines": {
|
|
1434
|
-
"node": ">=
|
|
1502
|
+
"node": ">=8"
|
|
1435
1503
|
}
|
|
1436
1504
|
},
|
|
1437
1505
|
"node_modules/chownr": {
|
|
@@ -1452,7 +1520,7 @@
|
|
|
1452
1520
|
},
|
|
1453
1521
|
"node_modules/cliui": {
|
|
1454
1522
|
"version": "8.0.1",
|
|
1455
|
-
"
|
|
1523
|
+
"dev": true,
|
|
1456
1524
|
"license": "ISC",
|
|
1457
1525
|
"dependencies": {
|
|
1458
1526
|
"string-width": "^4.2.0",
|
|
@@ -1465,12 +1533,12 @@
|
|
|
1465
1533
|
},
|
|
1466
1534
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
1467
1535
|
"version": "8.0.0",
|
|
1468
|
-
"
|
|
1536
|
+
"dev": true,
|
|
1469
1537
|
"license": "MIT"
|
|
1470
1538
|
},
|
|
1471
1539
|
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
1472
1540
|
"version": "3.0.0",
|
|
1473
|
-
"
|
|
1541
|
+
"dev": true,
|
|
1474
1542
|
"license": "MIT",
|
|
1475
1543
|
"engines": {
|
|
1476
1544
|
"node": ">=8"
|
|
@@ -1478,7 +1546,7 @@
|
|
|
1478
1546
|
},
|
|
1479
1547
|
"node_modules/cliui/node_modules/string-width": {
|
|
1480
1548
|
"version": "4.2.3",
|
|
1481
|
-
"
|
|
1549
|
+
"dev": true,
|
|
1482
1550
|
"license": "MIT",
|
|
1483
1551
|
"dependencies": {
|
|
1484
1552
|
"emoji-regex": "^8.0.0",
|
|
@@ -1510,14 +1578,17 @@
|
|
|
1510
1578
|
}
|
|
1511
1579
|
},
|
|
1512
1580
|
"node_modules/color-convert": {
|
|
1513
|
-
"version": "
|
|
1581
|
+
"version": "2.0.1",
|
|
1514
1582
|
"license": "MIT",
|
|
1515
1583
|
"dependencies": {
|
|
1516
|
-
"color-name": "1.1.
|
|
1584
|
+
"color-name": "~1.1.4"
|
|
1585
|
+
},
|
|
1586
|
+
"engines": {
|
|
1587
|
+
"node": ">=7.0.0"
|
|
1517
1588
|
}
|
|
1518
1589
|
},
|
|
1519
1590
|
"node_modules/color-name": {
|
|
1520
|
-
"version": "1.1.
|
|
1591
|
+
"version": "1.1.4",
|
|
1521
1592
|
"license": "MIT"
|
|
1522
1593
|
},
|
|
1523
1594
|
"node_modules/color-string": {
|
|
@@ -1536,22 +1607,6 @@
|
|
|
1536
1607
|
"color-support": "bin.js"
|
|
1537
1608
|
}
|
|
1538
1609
|
},
|
|
1539
|
-
"node_modules/color/node_modules/color-convert": {
|
|
1540
|
-
"version": "2.0.1",
|
|
1541
|
-
"license": "MIT",
|
|
1542
|
-
"optional": true,
|
|
1543
|
-
"dependencies": {
|
|
1544
|
-
"color-name": "~1.1.4"
|
|
1545
|
-
},
|
|
1546
|
-
"engines": {
|
|
1547
|
-
"node": ">=7.0.0"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
"node_modules/color/node_modules/color-name": {
|
|
1551
|
-
"version": "1.1.4",
|
|
1552
|
-
"license": "MIT",
|
|
1553
|
-
"optional": true
|
|
1554
|
-
},
|
|
1555
1610
|
"node_modules/colorspace": {
|
|
1556
1611
|
"version": "1.1.4",
|
|
1557
1612
|
"extraneous": true,
|
|
@@ -1570,6 +1625,19 @@
|
|
|
1570
1625
|
"color-string": "^1.6.0"
|
|
1571
1626
|
}
|
|
1572
1627
|
},
|
|
1628
|
+
"node_modules/colorspace/node_modules/color-convert": {
|
|
1629
|
+
"version": "1.9.3",
|
|
1630
|
+
"extraneous": true,
|
|
1631
|
+
"license": "MIT",
|
|
1632
|
+
"dependencies": {
|
|
1633
|
+
"color-name": "1.1.3"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"node_modules/colorspace/node_modules/color-name": {
|
|
1637
|
+
"version": "1.1.3",
|
|
1638
|
+
"extraneous": true,
|
|
1639
|
+
"license": "MIT"
|
|
1640
|
+
},
|
|
1573
1641
|
"node_modules/combined-stream": {
|
|
1574
1642
|
"version": "1.0.8",
|
|
1575
1643
|
"license": "MIT",
|
|
@@ -1603,7 +1671,7 @@
|
|
|
1603
1671
|
},
|
|
1604
1672
|
"node_modules/consola": {
|
|
1605
1673
|
"version": "2.15.3",
|
|
1606
|
-
"
|
|
1674
|
+
"dev": true,
|
|
1607
1675
|
"license": "MIT"
|
|
1608
1676
|
},
|
|
1609
1677
|
"node_modules/console-control-strings": {
|
|
@@ -1665,7 +1733,7 @@
|
|
|
1665
1733
|
},
|
|
1666
1734
|
"node_modules/create-require": {
|
|
1667
1735
|
"version": "1.1.1",
|
|
1668
|
-
"
|
|
1736
|
+
"dev": true,
|
|
1669
1737
|
"license": "MIT"
|
|
1670
1738
|
},
|
|
1671
1739
|
"node_modules/cross-env": {
|
|
@@ -1793,7 +1861,7 @@
|
|
|
1793
1861
|
},
|
|
1794
1862
|
"node_modules/diff": {
|
|
1795
1863
|
"version": "5.1.0",
|
|
1796
|
-
"
|
|
1864
|
+
"dev": true,
|
|
1797
1865
|
"license": "BSD-3-Clause",
|
|
1798
1866
|
"engines": {
|
|
1799
1867
|
"node": ">=0.3.1"
|
|
@@ -1847,7 +1915,7 @@
|
|
|
1847
1915
|
},
|
|
1848
1916
|
"node_modules/escalade": {
|
|
1849
1917
|
"version": "3.1.1",
|
|
1850
|
-
"
|
|
1918
|
+
"dev": true,
|
|
1851
1919
|
"license": "MIT",
|
|
1852
1920
|
"engines": {
|
|
1853
1921
|
"node": ">=6"
|
|
@@ -1857,13 +1925,6 @@
|
|
|
1857
1925
|
"version": "1.0.3",
|
|
1858
1926
|
"license": "MIT"
|
|
1859
1927
|
},
|
|
1860
|
-
"node_modules/escape-string-regexp": {
|
|
1861
|
-
"version": "1.0.5",
|
|
1862
|
-
"license": "MIT",
|
|
1863
|
-
"engines": {
|
|
1864
|
-
"node": ">=0.8.0"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
1928
|
"node_modules/etag": {
|
|
1868
1929
|
"version": "1.8.1",
|
|
1869
1930
|
"license": "MIT",
|
|
@@ -2013,7 +2074,7 @@
|
|
|
2013
2074
|
},
|
|
2014
2075
|
"node_modules/figures": {
|
|
2015
2076
|
"version": "3.2.0",
|
|
2016
|
-
"
|
|
2077
|
+
"dev": true,
|
|
2017
2078
|
"license": "MIT",
|
|
2018
2079
|
"dependencies": {
|
|
2019
2080
|
"escape-string-regexp": "^1.0.5"
|
|
@@ -2025,6 +2086,14 @@
|
|
|
2025
2086
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2026
2087
|
}
|
|
2027
2088
|
},
|
|
2089
|
+
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
2090
|
+
"version": "1.0.5",
|
|
2091
|
+
"dev": true,
|
|
2092
|
+
"license": "MIT",
|
|
2093
|
+
"engines": {
|
|
2094
|
+
"node": ">=0.8.0"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2028
2097
|
"node_modules/finalhandler": {
|
|
2029
2098
|
"version": "1.2.0",
|
|
2030
2099
|
"license": "MIT",
|
|
@@ -2175,8 +2244,11 @@
|
|
|
2175
2244
|
"license": "MIT"
|
|
2176
2245
|
},
|
|
2177
2246
|
"node_modules/function-bind": {
|
|
2178
|
-
"version": "1.1.
|
|
2179
|
-
"license": "MIT"
|
|
2247
|
+
"version": "1.1.2",
|
|
2248
|
+
"license": "MIT",
|
|
2249
|
+
"funding": {
|
|
2250
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2251
|
+
}
|
|
2180
2252
|
},
|
|
2181
2253
|
"node_modules/gauge": {
|
|
2182
2254
|
"version": "5.0.1",
|
|
@@ -2230,7 +2302,7 @@
|
|
|
2230
2302
|
},
|
|
2231
2303
|
"node_modules/get-caller-file": {
|
|
2232
2304
|
"version": "2.0.5",
|
|
2233
|
-
"
|
|
2305
|
+
"dev": true,
|
|
2234
2306
|
"license": "ISC",
|
|
2235
2307
|
"engines": {
|
|
2236
2308
|
"node": "6.* || 8.* || >= 10.*"
|
|
@@ -2310,7 +2382,7 @@
|
|
|
2310
2382
|
},
|
|
2311
2383
|
"node_modules/handlebars": {
|
|
2312
2384
|
"version": "4.7.8",
|
|
2313
|
-
"
|
|
2385
|
+
"dev": true,
|
|
2314
2386
|
"license": "MIT",
|
|
2315
2387
|
"dependencies": {
|
|
2316
2388
|
"minimist": "^1.2.5",
|
|
@@ -2366,10 +2438,6 @@
|
|
|
2366
2438
|
"version": "2.0.1",
|
|
2367
2439
|
"license": "ISC"
|
|
2368
2440
|
},
|
|
2369
|
-
"node_modules/hosted-git-info": {
|
|
2370
|
-
"version": "2.8.9",
|
|
2371
|
-
"license": "ISC"
|
|
2372
|
-
},
|
|
2373
2441
|
"node_modules/http-errors": {
|
|
2374
2442
|
"version": "2.0.0",
|
|
2375
2443
|
"license": "MIT",
|
|
@@ -2561,7 +2629,7 @@
|
|
|
2561
2629
|
},
|
|
2562
2630
|
"node_modules/json5": {
|
|
2563
2631
|
"version": "2.2.3",
|
|
2564
|
-
"
|
|
2632
|
+
"dev": true,
|
|
2565
2633
|
"license": "MIT",
|
|
2566
2634
|
"bin": {
|
|
2567
2635
|
"json5": "lib/cli.js"
|
|
@@ -2572,7 +2640,7 @@
|
|
|
2572
2640
|
},
|
|
2573
2641
|
"node_modules/jsonc-parser": {
|
|
2574
2642
|
"version": "3.2.0",
|
|
2575
|
-
"
|
|
2643
|
+
"dev": true,
|
|
2576
2644
|
"license": "MIT"
|
|
2577
2645
|
},
|
|
2578
2646
|
"node_modules/klaw": {
|
|
@@ -2627,7 +2695,7 @@
|
|
|
2627
2695
|
},
|
|
2628
2696
|
"node_modules/lilconfig": {
|
|
2629
2697
|
"version": "2.1.0",
|
|
2630
|
-
"
|
|
2698
|
+
"dev": true,
|
|
2631
2699
|
"license": "MIT",
|
|
2632
2700
|
"engines": {
|
|
2633
2701
|
"node": ">=10"
|
|
@@ -2675,115 +2743,66 @@
|
|
|
2675
2743
|
},
|
|
2676
2744
|
"node_modules/lodash.get": {
|
|
2677
2745
|
"version": "4.4.2",
|
|
2678
|
-
"
|
|
2746
|
+
"dev": true,
|
|
2679
2747
|
"license": "MIT"
|
|
2680
2748
|
},
|
|
2681
2749
|
"node_modules/lodash.isfinite": {
|
|
2682
2750
|
"version": "3.3.2",
|
|
2683
|
-
"license": "MIT"
|
|
2684
|
-
},
|
|
2685
|
-
"node_modules/lodash.isplainobject": {
|
|
2686
|
-
"version": "4.0.6",
|
|
2687
|
-
"license": "MIT"
|
|
2688
|
-
},
|
|
2689
|
-
"node_modules/lodash.union": {
|
|
2690
|
-
"version": "4.6.0",
|
|
2691
|
-
"license": "MIT"
|
|
2692
|
-
},
|
|
2693
|
-
"node_modules/log-symbols": {
|
|
2694
|
-
"version": "4.1.0",
|
|
2695
|
-
"license": "MIT",
|
|
2696
|
-
"dependencies": {
|
|
2697
|
-
"chalk": "^4.1.0",
|
|
2698
|
-
"is-unicode-supported": "^0.1.0"
|
|
2699
|
-
},
|
|
2700
|
-
"engines": {
|
|
2701
|
-
"node": ">=10"
|
|
2702
|
-
},
|
|
2703
|
-
"funding": {
|
|
2704
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2705
|
-
}
|
|
2706
|
-
},
|
|
2707
|
-
"node_modules/log-symbols/node_modules/ansi-styles": {
|
|
2708
|
-
"version": "4.3.0",
|
|
2709
|
-
"license": "MIT",
|
|
2710
|
-
"dependencies": {
|
|
2711
|
-
"color-convert": "^2.0.1"
|
|
2712
|
-
},
|
|
2713
|
-
"engines": {
|
|
2714
|
-
"node": ">=8"
|
|
2715
|
-
},
|
|
2716
|
-
"funding": {
|
|
2717
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
"node_modules/log-symbols/node_modules/chalk": {
|
|
2721
|
-
"version": "4.1.2",
|
|
2722
|
-
"license": "MIT",
|
|
2723
|
-
"dependencies": {
|
|
2724
|
-
"ansi-styles": "^4.1.0",
|
|
2725
|
-
"supports-color": "^7.1.0"
|
|
2726
|
-
},
|
|
2727
|
-
"engines": {
|
|
2728
|
-
"node": ">=10"
|
|
2729
|
-
},
|
|
2730
|
-
"funding": {
|
|
2731
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2732
|
-
}
|
|
2751
|
+
"license": "MIT"
|
|
2733
2752
|
},
|
|
2734
|
-
"node_modules/
|
|
2735
|
-
"version": "
|
|
2736
|
-
"license": "MIT"
|
|
2737
|
-
"dependencies": {
|
|
2738
|
-
"color-name": "~1.1.4"
|
|
2739
|
-
},
|
|
2740
|
-
"engines": {
|
|
2741
|
-
"node": ">=7.0.0"
|
|
2742
|
-
}
|
|
2753
|
+
"node_modules/lodash.isplainobject": {
|
|
2754
|
+
"version": "4.0.6",
|
|
2755
|
+
"license": "MIT"
|
|
2743
2756
|
},
|
|
2744
|
-
"node_modules/
|
|
2745
|
-
"version": "
|
|
2757
|
+
"node_modules/lodash.union": {
|
|
2758
|
+
"version": "4.6.0",
|
|
2746
2759
|
"license": "MIT"
|
|
2747
2760
|
},
|
|
2748
|
-
"node_modules/log-symbols
|
|
2749
|
-
"version": "
|
|
2761
|
+
"node_modules/log-symbols": {
|
|
2762
|
+
"version": "4.1.0",
|
|
2750
2763
|
"license": "MIT",
|
|
2751
2764
|
"dependencies": {
|
|
2752
|
-
"
|
|
2765
|
+
"chalk": "^4.1.0",
|
|
2766
|
+
"is-unicode-supported": "^0.1.0"
|
|
2753
2767
|
},
|
|
2754
2768
|
"engines": {
|
|
2755
|
-
"node": ">=
|
|
2769
|
+
"node": ">=10"
|
|
2770
|
+
},
|
|
2771
|
+
"funding": {
|
|
2772
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2756
2773
|
}
|
|
2757
2774
|
},
|
|
2758
2775
|
"node_modules/logform": {
|
|
2759
|
-
"version": "2.
|
|
2776
|
+
"version": "2.6.0",
|
|
2760
2777
|
"extraneous": true,
|
|
2761
2778
|
"license": "MIT",
|
|
2762
2779
|
"dependencies": {
|
|
2763
|
-
"@colors/colors": "1.
|
|
2780
|
+
"@colors/colors": "1.6.0",
|
|
2764
2781
|
"@types/triple-beam": "^1.3.2",
|
|
2765
2782
|
"fecha": "^4.2.0",
|
|
2766
2783
|
"ms": "^2.1.1",
|
|
2767
2784
|
"safe-stable-stringify": "^2.3.1",
|
|
2768
2785
|
"triple-beam": "^1.3.0"
|
|
2786
|
+
},
|
|
2787
|
+
"engines": {
|
|
2788
|
+
"node": ">= 12.0.0"
|
|
2769
2789
|
}
|
|
2770
2790
|
},
|
|
2771
|
-
"node_modules/
|
|
2772
|
-
"version": "
|
|
2773
|
-
"
|
|
2774
|
-
"license": "MIT",
|
|
2791
|
+
"node_modules/lru-cache": {
|
|
2792
|
+
"version": "7.18.3",
|
|
2793
|
+
"license": "ISC",
|
|
2775
2794
|
"engines": {
|
|
2776
|
-
"node": ">=
|
|
2795
|
+
"node": ">=12"
|
|
2777
2796
|
}
|
|
2778
2797
|
},
|
|
2779
2798
|
"node_modules/lunr": {
|
|
2780
2799
|
"version": "2.3.9",
|
|
2781
|
-
"
|
|
2800
|
+
"dev": true,
|
|
2782
2801
|
"license": "MIT"
|
|
2783
2802
|
},
|
|
2784
2803
|
"node_modules/make-error": {
|
|
2785
2804
|
"version": "1.3.6",
|
|
2786
|
-
"
|
|
2805
|
+
"dev": true,
|
|
2787
2806
|
"license": "ISC"
|
|
2788
2807
|
},
|
|
2789
2808
|
"node_modules/media-typer": {
|
|
@@ -3016,11 +3035,11 @@
|
|
|
3016
3035
|
},
|
|
3017
3036
|
"node_modules/neo-async": {
|
|
3018
3037
|
"version": "2.6.2",
|
|
3019
|
-
"
|
|
3038
|
+
"dev": true,
|
|
3020
3039
|
"license": "MIT"
|
|
3021
3040
|
},
|
|
3022
3041
|
"node_modules/node-abi": {
|
|
3023
|
-
"version": "3.
|
|
3042
|
+
"version": "3.50.0",
|
|
3024
3043
|
"license": "MIT",
|
|
3025
3044
|
"optional": true,
|
|
3026
3045
|
"dependencies": {
|
|
@@ -3035,23 +3054,6 @@
|
|
|
3035
3054
|
"license": "MIT",
|
|
3036
3055
|
"optional": true
|
|
3037
3056
|
},
|
|
3038
|
-
"node_modules/normalize-package-data": {
|
|
3039
|
-
"version": "2.5.0",
|
|
3040
|
-
"license": "BSD-2-Clause",
|
|
3041
|
-
"dependencies": {
|
|
3042
|
-
"hosted-git-info": "^2.1.4",
|
|
3043
|
-
"resolve": "^1.10.0",
|
|
3044
|
-
"semver": "2 || 3 || 4 || 5",
|
|
3045
|
-
"validate-npm-package-license": "^3.0.1"
|
|
3046
|
-
}
|
|
3047
|
-
},
|
|
3048
|
-
"node_modules/normalize-package-data/node_modules/semver": {
|
|
3049
|
-
"version": "5.7.2",
|
|
3050
|
-
"license": "ISC",
|
|
3051
|
-
"bin": {
|
|
3052
|
-
"semver": "bin/semver"
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
3057
|
"node_modules/normalize-path": {
|
|
3056
3058
|
"version": "3.0.0",
|
|
3057
3059
|
"license": "MIT",
|
|
@@ -3151,35 +3153,6 @@
|
|
|
3151
3153
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3152
3154
|
}
|
|
3153
3155
|
},
|
|
3154
|
-
"node_modules/ora/node_modules/ansi-styles": {
|
|
3155
|
-
"version": "4.3.0",
|
|
3156
|
-
"extraneous": true,
|
|
3157
|
-
"license": "MIT",
|
|
3158
|
-
"dependencies": {
|
|
3159
|
-
"color-convert": "^2.0.1"
|
|
3160
|
-
},
|
|
3161
|
-
"engines": {
|
|
3162
|
-
"node": ">=8"
|
|
3163
|
-
},
|
|
3164
|
-
"funding": {
|
|
3165
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
"node_modules/ora/node_modules/chalk": {
|
|
3169
|
-
"version": "4.1.2",
|
|
3170
|
-
"extraneous": true,
|
|
3171
|
-
"license": "MIT",
|
|
3172
|
-
"dependencies": {
|
|
3173
|
-
"ansi-styles": "^4.1.0",
|
|
3174
|
-
"supports-color": "^7.1.0"
|
|
3175
|
-
},
|
|
3176
|
-
"engines": {
|
|
3177
|
-
"node": ">=10"
|
|
3178
|
-
},
|
|
3179
|
-
"funding": {
|
|
3180
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3181
|
-
}
|
|
3182
|
-
},
|
|
3183
3156
|
"node_modules/ora/node_modules/cli-cursor": {
|
|
3184
3157
|
"version": "3.1.0",
|
|
3185
3158
|
"extraneous": true,
|
|
@@ -3191,22 +3164,6 @@
|
|
|
3191
3164
|
"node": ">=8"
|
|
3192
3165
|
}
|
|
3193
3166
|
},
|
|
3194
|
-
"node_modules/ora/node_modules/color-convert": {
|
|
3195
|
-
"version": "2.0.1",
|
|
3196
|
-
"extraneous": true,
|
|
3197
|
-
"license": "MIT",
|
|
3198
|
-
"dependencies": {
|
|
3199
|
-
"color-name": "~1.1.4"
|
|
3200
|
-
},
|
|
3201
|
-
"engines": {
|
|
3202
|
-
"node": ">=7.0.0"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
"node_modules/ora/node_modules/color-name": {
|
|
3206
|
-
"version": "1.1.4",
|
|
3207
|
-
"extraneous": true,
|
|
3208
|
-
"license": "MIT"
|
|
3209
|
-
},
|
|
3210
3167
|
"node_modules/ora/node_modules/restore-cursor": {
|
|
3211
3168
|
"version": "3.1.0",
|
|
3212
3169
|
"extraneous": true,
|
|
@@ -3219,17 +3176,6 @@
|
|
|
3219
3176
|
"node": ">=8"
|
|
3220
3177
|
}
|
|
3221
3178
|
},
|
|
3222
|
-
"node_modules/ora/node_modules/supports-color": {
|
|
3223
|
-
"version": "7.2.0",
|
|
3224
|
-
"extraneous": true,
|
|
3225
|
-
"license": "MIT",
|
|
3226
|
-
"dependencies": {
|
|
3227
|
-
"has-flag": "^4.0.0"
|
|
3228
|
-
},
|
|
3229
|
-
"engines": {
|
|
3230
|
-
"node": ">=8"
|
|
3231
|
-
}
|
|
3232
|
-
},
|
|
3233
3179
|
"node_modules/p-limit": {
|
|
3234
3180
|
"version": "3.1.0",
|
|
3235
3181
|
"license": "MIT",
|
|
@@ -3589,6 +3535,27 @@
|
|
|
3589
3535
|
"node": ">=8"
|
|
3590
3536
|
}
|
|
3591
3537
|
},
|
|
3538
|
+
"node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
3539
|
+
"version": "2.8.9",
|
|
3540
|
+
"license": "ISC"
|
|
3541
|
+
},
|
|
3542
|
+
"node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
3543
|
+
"version": "2.5.0",
|
|
3544
|
+
"license": "BSD-2-Clause",
|
|
3545
|
+
"dependencies": {
|
|
3546
|
+
"hosted-git-info": "^2.1.4",
|
|
3547
|
+
"resolve": "^1.10.0",
|
|
3548
|
+
"semver": "2 || 3 || 4 || 5",
|
|
3549
|
+
"validate-npm-package-license": "^3.0.1"
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3552
|
+
"node_modules/read-pkg/node_modules/semver": {
|
|
3553
|
+
"version": "5.7.2",
|
|
3554
|
+
"license": "ISC",
|
|
3555
|
+
"bin": {
|
|
3556
|
+
"semver": "bin/semver"
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3592
3559
|
"node_modules/read-pkg/node_modules/type-fest": {
|
|
3593
3560
|
"version": "0.6.0",
|
|
3594
3561
|
"license": "(MIT OR CC0-1.0)",
|
|
@@ -3638,7 +3605,7 @@
|
|
|
3638
3605
|
},
|
|
3639
3606
|
"node_modules/require-directory": {
|
|
3640
3607
|
"version": "2.1.1",
|
|
3641
|
-
"
|
|
3608
|
+
"dev": true,
|
|
3642
3609
|
"license": "MIT",
|
|
3643
3610
|
"engines": {
|
|
3644
3611
|
"node": ">=0.10.0"
|
|
@@ -3653,7 +3620,7 @@
|
|
|
3653
3620
|
}
|
|
3654
3621
|
},
|
|
3655
3622
|
"node_modules/resolve": {
|
|
3656
|
-
"version": "1.22.
|
|
3623
|
+
"version": "1.22.8",
|
|
3657
3624
|
"license": "MIT",
|
|
3658
3625
|
"dependencies": {
|
|
3659
3626
|
"is-core-module": "^2.13.0",
|
|
@@ -3734,10 +3701,6 @@
|
|
|
3734
3701
|
"node": ">=10"
|
|
3735
3702
|
}
|
|
3736
3703
|
},
|
|
3737
|
-
"node_modules/semver/node_modules/yallist": {
|
|
3738
|
-
"version": "4.0.0",
|
|
3739
|
-
"license": "ISC"
|
|
3740
|
-
},
|
|
3741
3704
|
"node_modules/send": {
|
|
3742
3705
|
"version": "0.18.0",
|
|
3743
3706
|
"license": "MIT",
|
|
@@ -3828,21 +3791,6 @@
|
|
|
3828
3791
|
"version": "1.2.0",
|
|
3829
3792
|
"license": "ISC"
|
|
3830
3793
|
},
|
|
3831
|
-
"node_modules/shared-preferences-builder": {
|
|
3832
|
-
"version": "0.0.4",
|
|
3833
|
-
"license": "MIT",
|
|
3834
|
-
"dependencies": {
|
|
3835
|
-
"lodash": "^4.17.4",
|
|
3836
|
-
"xmlbuilder": "^9.0.1"
|
|
3837
|
-
}
|
|
3838
|
-
},
|
|
3839
|
-
"node_modules/shared-preferences-builder/node_modules/xmlbuilder": {
|
|
3840
|
-
"version": "9.0.7",
|
|
3841
|
-
"license": "MIT",
|
|
3842
|
-
"engines": {
|
|
3843
|
-
"node": ">=4.0"
|
|
3844
|
-
}
|
|
3845
|
-
},
|
|
3846
3794
|
"node_modules/shebang-command": {
|
|
3847
3795
|
"version": "2.0.0",
|
|
3848
3796
|
"license": "MIT",
|
|
@@ -3868,8 +3816,8 @@
|
|
|
3868
3816
|
}
|
|
3869
3817
|
},
|
|
3870
3818
|
"node_modules/shiki": {
|
|
3871
|
-
"version": "0.14.
|
|
3872
|
-
"
|
|
3819
|
+
"version": "0.14.5",
|
|
3820
|
+
"dev": true,
|
|
3873
3821
|
"license": "MIT",
|
|
3874
3822
|
"dependencies": {
|
|
3875
3823
|
"ansi-sequence-parser": "^1.1.0",
|
|
@@ -4176,7 +4124,7 @@
|
|
|
4176
4124
|
}
|
|
4177
4125
|
},
|
|
4178
4126
|
"node_modules/teen_process": {
|
|
4179
|
-
"version": "2.0.
|
|
4127
|
+
"version": "2.0.50",
|
|
4180
4128
|
"license": "Apache-2.0",
|
|
4181
4129
|
"dependencies": {
|
|
4182
4130
|
"bluebird": "3.7.2",
|
|
@@ -4220,42 +4168,9 @@
|
|
|
4220
4168
|
"utf8-byte-length": "^1.0.1"
|
|
4221
4169
|
}
|
|
4222
4170
|
},
|
|
4223
|
-
"node_modules/ts-node": {
|
|
4224
|
-
"version": "9.1.1",
|
|
4225
|
-
"extraneous": true,
|
|
4226
|
-
"license": "MIT",
|
|
4227
|
-
"dependencies": {
|
|
4228
|
-
"arg": "^4.1.0",
|
|
4229
|
-
"create-require": "^1.1.0",
|
|
4230
|
-
"diff": "^4.0.1",
|
|
4231
|
-
"make-error": "^1.1.1",
|
|
4232
|
-
"source-map-support": "^0.5.17",
|
|
4233
|
-
"yn": "3.1.1"
|
|
4234
|
-
},
|
|
4235
|
-
"bin": {
|
|
4236
|
-
"ts-node": "dist/bin.js",
|
|
4237
|
-
"ts-node-script": "dist/bin-script.js",
|
|
4238
|
-
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
4239
|
-
"ts-script": "dist/bin-script-deprecated.js"
|
|
4240
|
-
},
|
|
4241
|
-
"engines": {
|
|
4242
|
-
"node": ">=10.0.0"
|
|
4243
|
-
},
|
|
4244
|
-
"peerDependencies": {
|
|
4245
|
-
"typescript": ">=2.7"
|
|
4246
|
-
}
|
|
4247
|
-
},
|
|
4248
|
-
"node_modules/ts-node/node_modules/diff": {
|
|
4249
|
-
"version": "4.0.2",
|
|
4250
|
-
"extraneous": true,
|
|
4251
|
-
"license": "BSD-3-Clause",
|
|
4252
|
-
"engines": {
|
|
4253
|
-
"node": ">=0.3.1"
|
|
4254
|
-
}
|
|
4255
|
-
},
|
|
4256
4171
|
"node_modules/tslib": {
|
|
4257
4172
|
"version": "2.6.2",
|
|
4258
|
-
"
|
|
4173
|
+
"dev": true,
|
|
4259
4174
|
"license": "0BSD"
|
|
4260
4175
|
},
|
|
4261
4176
|
"node_modules/tunnel-agent": {
|
|
@@ -4292,7 +4207,7 @@
|
|
|
4292
4207
|
},
|
|
4293
4208
|
"node_modules/typedoc": {
|
|
4294
4209
|
"version": "0.23.28",
|
|
4295
|
-
"
|
|
4210
|
+
"dev": true,
|
|
4296
4211
|
"license": "Apache-2.0",
|
|
4297
4212
|
"dependencies": {
|
|
4298
4213
|
"lunr": "^2.3.9",
|
|
@@ -4312,7 +4227,7 @@
|
|
|
4312
4227
|
},
|
|
4313
4228
|
"node_modules/typedoc-plugin-markdown": {
|
|
4314
4229
|
"version": "3.14.0",
|
|
4315
|
-
"
|
|
4230
|
+
"dev": true,
|
|
4316
4231
|
"license": "MIT",
|
|
4317
4232
|
"dependencies": {
|
|
4318
4233
|
"handlebars": "^4.7.7"
|
|
@@ -4323,7 +4238,7 @@
|
|
|
4323
4238
|
},
|
|
4324
4239
|
"node_modules/typedoc-plugin-resolve-crossmodule-references": {
|
|
4325
4240
|
"version": "0.3.3",
|
|
4326
|
-
"
|
|
4241
|
+
"dev": true,
|
|
4327
4242
|
"license": "Apache-2.0",
|
|
4328
4243
|
"workspaces": [
|
|
4329
4244
|
"test/packages/*"
|
|
@@ -4337,7 +4252,7 @@
|
|
|
4337
4252
|
},
|
|
4338
4253
|
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
4339
4254
|
"version": "2.0.1",
|
|
4340
|
-
"
|
|
4255
|
+
"dev": true,
|
|
4341
4256
|
"license": "MIT",
|
|
4342
4257
|
"dependencies": {
|
|
4343
4258
|
"balanced-match": "^1.0.0"
|
|
@@ -4345,7 +4260,7 @@
|
|
|
4345
4260
|
},
|
|
4346
4261
|
"node_modules/typedoc/node_modules/marked": {
|
|
4347
4262
|
"version": "4.3.0",
|
|
4348
|
-
"
|
|
4263
|
+
"dev": true,
|
|
4349
4264
|
"license": "MIT",
|
|
4350
4265
|
"bin": {
|
|
4351
4266
|
"marked": "bin/marked.js"
|
|
@@ -4356,7 +4271,7 @@
|
|
|
4356
4271
|
},
|
|
4357
4272
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
4358
4273
|
"version": "7.4.6",
|
|
4359
|
-
"
|
|
4274
|
+
"dev": true,
|
|
4360
4275
|
"license": "ISC",
|
|
4361
4276
|
"dependencies": {
|
|
4362
4277
|
"brace-expansion": "^2.0.1"
|
|
@@ -4370,7 +4285,7 @@
|
|
|
4370
4285
|
},
|
|
4371
4286
|
"node_modules/typescript": {
|
|
4372
4287
|
"version": "5.0.4",
|
|
4373
|
-
"
|
|
4288
|
+
"dev": true,
|
|
4374
4289
|
"license": "Apache-2.0",
|
|
4375
4290
|
"bin": {
|
|
4376
4291
|
"tsc": "bin/tsc",
|
|
@@ -4382,8 +4297,9 @@
|
|
|
4382
4297
|
},
|
|
4383
4298
|
"node_modules/uglify-js": {
|
|
4384
4299
|
"version": "3.17.4",
|
|
4385
|
-
"
|
|
4300
|
+
"dev": true,
|
|
4386
4301
|
"license": "BSD-2-Clause",
|
|
4302
|
+
"optional": true,
|
|
4387
4303
|
"bin": {
|
|
4388
4304
|
"uglifyjs": "bin/uglifyjs"
|
|
4389
4305
|
},
|
|
@@ -4391,6 +4307,10 @@
|
|
|
4391
4307
|
"node": ">=0.8.0"
|
|
4392
4308
|
}
|
|
4393
4309
|
},
|
|
4310
|
+
"node_modules/undici-types": {
|
|
4311
|
+
"version": "5.25.3",
|
|
4312
|
+
"license": "MIT"
|
|
4313
|
+
},
|
|
4394
4314
|
"node_modules/unorm": {
|
|
4395
4315
|
"version": "1.6.0",
|
|
4396
4316
|
"license": "MIT or GPL-2.0",
|
|
@@ -4456,12 +4376,12 @@
|
|
|
4456
4376
|
},
|
|
4457
4377
|
"node_modules/vscode-oniguruma": {
|
|
4458
4378
|
"version": "1.7.0",
|
|
4459
|
-
"
|
|
4379
|
+
"dev": true,
|
|
4460
4380
|
"license": "MIT"
|
|
4461
4381
|
},
|
|
4462
4382
|
"node_modules/vscode-textmate": {
|
|
4463
4383
|
"version": "8.0.0",
|
|
4464
|
-
"
|
|
4384
|
+
"dev": true,
|
|
4465
4385
|
"license": "MIT"
|
|
4466
4386
|
},
|
|
4467
4387
|
"node_modules/wcwidth": {
|
|
@@ -4537,7 +4457,7 @@
|
|
|
4537
4457
|
}
|
|
4538
4458
|
},
|
|
4539
4459
|
"node_modules/winston-transport": {
|
|
4540
|
-
"version": "4.
|
|
4460
|
+
"version": "4.6.0",
|
|
4541
4461
|
"extraneous": true,
|
|
4542
4462
|
"license": "MIT",
|
|
4543
4463
|
"dependencies": {
|
|
@@ -4546,7 +4466,7 @@
|
|
|
4546
4466
|
"triple-beam": "^1.3.0"
|
|
4547
4467
|
},
|
|
4548
4468
|
"engines": {
|
|
4549
|
-
"node": ">=
|
|
4469
|
+
"node": ">= 12.0.0"
|
|
4550
4470
|
}
|
|
4551
4471
|
},
|
|
4552
4472
|
"node_modules/winston/node_modules/@colors/colors": {
|
|
@@ -4559,12 +4479,12 @@
|
|
|
4559
4479
|
},
|
|
4560
4480
|
"node_modules/wordwrap": {
|
|
4561
4481
|
"version": "1.0.0",
|
|
4562
|
-
"
|
|
4482
|
+
"dev": true,
|
|
4563
4483
|
"license": "MIT"
|
|
4564
4484
|
},
|
|
4565
4485
|
"node_modules/wrap-ansi": {
|
|
4566
4486
|
"version": "7.0.0",
|
|
4567
|
-
"
|
|
4487
|
+
"dev": true,
|
|
4568
4488
|
"license": "MIT",
|
|
4569
4489
|
"dependencies": {
|
|
4570
4490
|
"ansi-styles": "^4.0.0",
|
|
@@ -4594,33 +4514,6 @@
|
|
|
4594
4514
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4595
4515
|
}
|
|
4596
4516
|
},
|
|
4597
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
4598
|
-
"version": "4.3.0",
|
|
4599
|
-
"license": "MIT",
|
|
4600
|
-
"dependencies": {
|
|
4601
|
-
"color-convert": "^2.0.1"
|
|
4602
|
-
},
|
|
4603
|
-
"engines": {
|
|
4604
|
-
"node": ">=8"
|
|
4605
|
-
},
|
|
4606
|
-
"funding": {
|
|
4607
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4608
|
-
}
|
|
4609
|
-
},
|
|
4610
|
-
"node_modules/wrap-ansi-cjs/node_modules/color-convert": {
|
|
4611
|
-
"version": "2.0.1",
|
|
4612
|
-
"license": "MIT",
|
|
4613
|
-
"dependencies": {
|
|
4614
|
-
"color-name": "~1.1.4"
|
|
4615
|
-
},
|
|
4616
|
-
"engines": {
|
|
4617
|
-
"node": ">=7.0.0"
|
|
4618
|
-
}
|
|
4619
|
-
},
|
|
4620
|
-
"node_modules/wrap-ansi-cjs/node_modules/color-name": {
|
|
4621
|
-
"version": "1.1.4",
|
|
4622
|
-
"license": "MIT"
|
|
4623
|
-
},
|
|
4624
4517
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
4625
4518
|
"version": "8.0.0",
|
|
4626
4519
|
"license": "MIT"
|
|
@@ -4644,44 +4537,14 @@
|
|
|
4644
4537
|
"node": ">=8"
|
|
4645
4538
|
}
|
|
4646
4539
|
},
|
|
4647
|
-
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
4648
|
-
"version": "4.3.0",
|
|
4649
|
-
"extraneous": true,
|
|
4650
|
-
"license": "MIT",
|
|
4651
|
-
"dependencies": {
|
|
4652
|
-
"color-convert": "^2.0.1"
|
|
4653
|
-
},
|
|
4654
|
-
"engines": {
|
|
4655
|
-
"node": ">=8"
|
|
4656
|
-
},
|
|
4657
|
-
"funding": {
|
|
4658
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4659
|
-
}
|
|
4660
|
-
},
|
|
4661
|
-
"node_modules/wrap-ansi/node_modules/color-convert": {
|
|
4662
|
-
"version": "2.0.1",
|
|
4663
|
-
"extraneous": true,
|
|
4664
|
-
"license": "MIT",
|
|
4665
|
-
"dependencies": {
|
|
4666
|
-
"color-name": "~1.1.4"
|
|
4667
|
-
},
|
|
4668
|
-
"engines": {
|
|
4669
|
-
"node": ">=7.0.0"
|
|
4670
|
-
}
|
|
4671
|
-
},
|
|
4672
|
-
"node_modules/wrap-ansi/node_modules/color-name": {
|
|
4673
|
-
"version": "1.1.4",
|
|
4674
|
-
"extraneous": true,
|
|
4675
|
-
"license": "MIT"
|
|
4676
|
-
},
|
|
4677
4540
|
"node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
4678
4541
|
"version": "8.0.0",
|
|
4679
|
-
"
|
|
4542
|
+
"dev": true,
|
|
4680
4543
|
"license": "MIT"
|
|
4681
4544
|
},
|
|
4682
4545
|
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
4683
4546
|
"version": "3.0.0",
|
|
4684
|
-
"
|
|
4547
|
+
"dev": true,
|
|
4685
4548
|
"license": "MIT",
|
|
4686
4549
|
"engines": {
|
|
4687
4550
|
"node": ">=8"
|
|
@@ -4689,7 +4552,7 @@
|
|
|
4689
4552
|
},
|
|
4690
4553
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
4691
4554
|
"version": "4.2.3",
|
|
4692
|
-
"
|
|
4555
|
+
"dev": true,
|
|
4693
4556
|
"license": "MIT",
|
|
4694
4557
|
"dependencies": {
|
|
4695
4558
|
"emoji-regex": "^8.0.0",
|
|
@@ -4739,15 +4602,19 @@
|
|
|
4739
4602
|
},
|
|
4740
4603
|
"node_modules/y18n": {
|
|
4741
4604
|
"version": "5.0.8",
|
|
4742
|
-
"
|
|
4605
|
+
"dev": true,
|
|
4743
4606
|
"license": "ISC",
|
|
4744
4607
|
"engines": {
|
|
4745
4608
|
"node": ">=10"
|
|
4746
4609
|
}
|
|
4747
4610
|
},
|
|
4611
|
+
"node_modules/yallist": {
|
|
4612
|
+
"version": "4.0.0",
|
|
4613
|
+
"license": "ISC"
|
|
4614
|
+
},
|
|
4748
4615
|
"node_modules/yaml": {
|
|
4749
4616
|
"version": "2.3.1",
|
|
4750
|
-
"
|
|
4617
|
+
"dev": true,
|
|
4751
4618
|
"license": "ISC",
|
|
4752
4619
|
"engines": {
|
|
4753
4620
|
"node": ">= 14"
|
|
@@ -4755,7 +4622,7 @@
|
|
|
4755
4622
|
},
|
|
4756
4623
|
"node_modules/yargs": {
|
|
4757
4624
|
"version": "17.7.2",
|
|
4758
|
-
"
|
|
4625
|
+
"dev": true,
|
|
4759
4626
|
"license": "MIT",
|
|
4760
4627
|
"dependencies": {
|
|
4761
4628
|
"cliui": "^8.0.1",
|
|
@@ -4772,7 +4639,7 @@
|
|
|
4772
4639
|
},
|
|
4773
4640
|
"node_modules/yargs-parser": {
|
|
4774
4641
|
"version": "21.1.1",
|
|
4775
|
-
"
|
|
4642
|
+
"dev": true,
|
|
4776
4643
|
"license": "ISC",
|
|
4777
4644
|
"engines": {
|
|
4778
4645
|
"node": ">=12"
|
|
@@ -4780,12 +4647,12 @@
|
|
|
4780
4647
|
},
|
|
4781
4648
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
4782
4649
|
"version": "8.0.0",
|
|
4783
|
-
"
|
|
4650
|
+
"dev": true,
|
|
4784
4651
|
"license": "MIT"
|
|
4785
4652
|
},
|
|
4786
4653
|
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
4787
4654
|
"version": "3.0.0",
|
|
4788
|
-
"
|
|
4655
|
+
"dev": true,
|
|
4789
4656
|
"license": "MIT",
|
|
4790
4657
|
"engines": {
|
|
4791
4658
|
"node": ">=8"
|
|
@@ -4793,7 +4660,7 @@
|
|
|
4793
4660
|
},
|
|
4794
4661
|
"node_modules/yargs/node_modules/string-width": {
|
|
4795
4662
|
"version": "4.2.3",
|
|
4796
|
-
"
|
|
4663
|
+
"dev": true,
|
|
4797
4664
|
"license": "MIT",
|
|
4798
4665
|
"dependencies": {
|
|
4799
4666
|
"emoji-regex": "^8.0.0",
|
|
@@ -4814,7 +4681,7 @@
|
|
|
4814
4681
|
},
|
|
4815
4682
|
"node_modules/yn": {
|
|
4816
4683
|
"version": "3.1.1",
|
|
4817
|
-
"
|
|
4684
|
+
"dev": true,
|
|
4818
4685
|
"license": "MIT",
|
|
4819
4686
|
"engines": {
|
|
4820
4687
|
"node": ">=6"
|