[compiler] Scaffold fixture library (#31148)
Scaffolds an empty library to test backwards compatibility with the compiler enabled. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31148). * #31167 * #31166 * #31165 * #31164 * __->__ #31148 * #31168
lauren committed
Oct 10, 2024 at 10:53 UTC
b781c9f564d05c7ceaf5d8af2e26966601c0a669
4 files changed
+1691
compiler/fixtures/runtime-compat/README.md
new
+1
@@ -0,0 +1 @@
1
+Reference library compiled with React Compiler.
compiler/fixtures/runtime-compat/lib/index.js
new
+1
@@ -0,0 +1 @@
1
+throw new Error('Not implemented yet');
compiler/fixtures/runtime-compat/lib/package.json
new
+19
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "runtime-compat-lib",
3
+ "version": "0.0.0",
4
+ "description": "Testing ground for libraries compiled with React Compiler",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo 'no tests'"
8
+ },
9
+ "license": "MIT",
10
+ "devDependencies": {
11
+ "@babel/cli": "^7.25.7",
12
+ "@babel/core": "^7.25.7",
13
+ "@babel/preset-env": "^7.25.7",
14
+ "babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009"
15
+ },
16
+ "dependencies": {
17
+ "react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009"
18
+ }
19
+}
compiler/fixtures/runtime-compat/lib/yarn.lock
new
+1670
@@ -0,0 +1,1670 @@
1
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+# yarn lockfile v1
3
+
4
+
5
+"@ampproject/remapping@^2.2.0":
6
+ version "2.3.0"
7
+ resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8
+ integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9
+ dependencies:
10
+ "@jridgewell/gen-mapping" "^0.3.5"
11
+ "@jridgewell/trace-mapping" "^0.3.24"
12
+
13
+"@babel/cli@^7.25.7":
14
+ version "7.25.7"
15
+ resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.7.tgz#f76693c7cfb93c99844d3ed87ed4f291383ef1bf"
16
+ integrity sha512-vQw4QjrqjLSuL0Tt3gfVXbxEHOfsCcHN8tKyTclpSMYLq3Bp0BTzWYZfMKBs3PQ+to8q3BnumBIAsMdOqDJ6nw==
17
+ dependencies:
18
+ "@jridgewell/trace-mapping" "^0.3.25"
19
+ commander "^6.2.0"
20
+ convert-source-map "^2.0.0"
21
+ fs-readdir-recursive "^1.1.0"
22
+ glob "^7.2.0"
23
+ make-dir "^2.1.0"
24
+ slash "^2.0.0"
25
+ optionalDependencies:
26
+ "@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
27
+ chokidar "^3.6.0"
28
+
29
+"@babel/code-frame@^7.25.7":
30
+ version "7.25.7"
31
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
32
+ integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
33
+ dependencies:
34
+ "@babel/highlight" "^7.25.7"
35
+ picocolors "^1.0.0"
36
+
37
+"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
38
+ version "7.25.7"
39
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
40
+ integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
41
+
42
+"@babel/core@^7.25.7":
43
+ version "7.25.7"
44
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
45
+ integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
46
+ dependencies:
47
+ "@ampproject/remapping" "^2.2.0"
48
+ "@babel/code-frame" "^7.25.7"
49
+ "@babel/generator" "^7.25.7"
50
+ "@babel/helper-compilation-targets" "^7.25.7"
51
+ "@babel/helper-module-transforms" "^7.25.7"
52
+ "@babel/helpers" "^7.25.7"
53
+ "@babel/parser" "^7.25.7"
54
+ "@babel/template" "^7.25.7"
55
+ "@babel/traverse" "^7.25.7"
56
+ "@babel/types" "^7.25.7"
57
+ convert-source-map "^2.0.0"
58
+ debug "^4.1.0"
59
+ gensync "^1.0.0-beta.2"
60
+ json5 "^2.2.3"
61
+ semver "^6.3.1"
62
+
63
+"@babel/generator@7.2.0":
64
+ version "7.2.0"
65
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.0.tgz#eaf3821fa0301d9d4aef88e63d4bcc19b73ba16c"
66
+ integrity sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==
67
+ dependencies:
68
+ "@babel/types" "^7.2.0"
69
+ jsesc "^2.5.1"
70
+ lodash "^4.17.10"
71
+ source-map "^0.5.0"
72
+ trim-right "^1.0.1"
73
+
74
+"@babel/generator@^7.25.7":
75
+ version "7.25.7"
76
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
77
+ integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
78
+ dependencies:
79
+ "@babel/types" "^7.25.7"
80
+ "@jridgewell/gen-mapping" "^0.3.5"
81
+ "@jridgewell/trace-mapping" "^0.3.25"
82
+ jsesc "^3.0.2"
83
+
84
+"@babel/helper-annotate-as-pure@^7.25.7":
85
+ version "7.25.7"
86
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972"
87
+ integrity sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==
88
+ dependencies:
89
+ "@babel/types" "^7.25.7"
90
+
91
+"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.7":
92
+ version "7.25.7"
93
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.7.tgz#d721650c1f595371e0a23ee816f1c3c488c0d622"
94
+ integrity sha512-12xfNeKNH7jubQNm7PAkzlLwEmCs1tfuX3UjIw6vP6QXi+leKh6+LyC/+Ed4EIQermwd58wsyh070yjDHFlNGg==
95
+ dependencies:
96
+ "@babel/traverse" "^7.25.7"
97
+ "@babel/types" "^7.25.7"
98
+
99
+"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7":
100
+ version "7.25.7"
101
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4"
102
+ integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==
103
+ dependencies:
104
+ "@babel/compat-data" "^7.25.7"
105
+ "@babel/helper-validator-option" "^7.25.7"
106
+ browserslist "^4.24.0"
107
+ lru-cache "^5.1.1"
108
+ semver "^6.3.1"
109
+
110
+"@babel/helper-create-class-features-plugin@^7.25.7":
111
+ version "7.25.7"
112
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b"
113
+ integrity sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==
114
+ dependencies:
115
+ "@babel/helper-annotate-as-pure" "^7.25.7"
116
+ "@babel/helper-member-expression-to-functions" "^7.25.7"
117
+ "@babel/helper-optimise-call-expression" "^7.25.7"
118
+ "@babel/helper-replace-supers" "^7.25.7"
119
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
120
+ "@babel/traverse" "^7.25.7"
121
+ semver "^6.3.1"
122
+
123
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.7":
124
+ version "7.25.7"
125
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.7.tgz#dcb464f0e2cdfe0c25cc2a0a59c37ab940ce894e"
126
+ integrity sha512-byHhumTj/X47wJ6C6eLpK7wW/WBEcnUeb7D0FNc/jFQnQVw7DOso3Zz5u9x/zLrFVkHa89ZGDbkAa1D54NdrCQ==
127
+ dependencies:
128
+ "@babel/helper-annotate-as-pure" "^7.25.7"
129
+ regexpu-core "^6.1.1"
130
+ semver "^6.3.1"
131
+
132
+"@babel/helper-define-polyfill-provider@^0.6.2":
133
+ version "0.6.2"
134
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
135
+ integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
136
+ dependencies:
137
+ "@babel/helper-compilation-targets" "^7.22.6"
138
+ "@babel/helper-plugin-utils" "^7.22.5"
139
+ debug "^4.1.1"
140
+ lodash.debounce "^4.0.8"
141
+ resolve "^1.14.2"
142
+
143
+"@babel/helper-member-expression-to-functions@^7.25.7":
144
+ version "7.25.7"
145
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz#541a33b071f0355a63a0fa4bdf9ac360116b8574"
146
+ integrity sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==
147
+ dependencies:
148
+ "@babel/traverse" "^7.25.7"
149
+ "@babel/types" "^7.25.7"
150
+
151
+"@babel/helper-module-imports@^7.25.7":
152
+ version "7.25.7"
153
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
154
+ integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==
155
+ dependencies:
156
+ "@babel/traverse" "^7.25.7"
157
+ "@babel/types" "^7.25.7"
158
+
159
+"@babel/helper-module-transforms@^7.25.7":
160
+ version "7.25.7"
161
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
162
+ integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
163
+ dependencies:
164
+ "@babel/helper-module-imports" "^7.25.7"
165
+ "@babel/helper-simple-access" "^7.25.7"
166
+ "@babel/helper-validator-identifier" "^7.25.7"
167
+ "@babel/traverse" "^7.25.7"
168
+
169
+"@babel/helper-optimise-call-expression@^7.25.7":
170
+ version "7.25.7"
171
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a"
172
+ integrity sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==
173
+ dependencies:
174
+ "@babel/types" "^7.25.7"
175
+
176
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
177
+ version "7.25.7"
178
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
179
+ integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
180
+
181
+"@babel/helper-remap-async-to-generator@^7.25.7":
182
+ version "7.25.7"
183
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021"
184
+ integrity sha512-kRGE89hLnPfcz6fTrlNU+uhgcwv0mBE4Gv3P9Ke9kLVJYpi4AMVVEElXvB5CabrPZW4nCM8P8UyyjrzCM0O2sw==
185
+ dependencies:
186
+ "@babel/helper-annotate-as-pure" "^7.25.7"
187
+ "@babel/helper-wrap-function" "^7.25.7"
188
+ "@babel/traverse" "^7.25.7"
189
+
190
+"@babel/helper-replace-supers@^7.25.7":
191
+ version "7.25.7"
192
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz#38cfda3b6e990879c71d08d0fef9236b62bd75f5"
193
+ integrity sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==
194
+ dependencies:
195
+ "@babel/helper-member-expression-to-functions" "^7.25.7"
196
+ "@babel/helper-optimise-call-expression" "^7.25.7"
197
+ "@babel/traverse" "^7.25.7"
198
+
199
+"@babel/helper-simple-access@^7.25.7":
200
+ version "7.25.7"
201
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
202
+ integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
203
+ dependencies:
204
+ "@babel/traverse" "^7.25.7"
205
+ "@babel/types" "^7.25.7"
206
+
207
+"@babel/helper-skip-transparent-expression-wrappers@^7.25.7":
208
+ version "7.25.7"
209
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz#382831c91038b1a6d32643f5f49505b8442cb87c"
210
+ integrity sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==
211
+ dependencies:
212
+ "@babel/traverse" "^7.25.7"
213
+ "@babel/types" "^7.25.7"
214
+
215
+"@babel/helper-string-parser@^7.25.7":
216
+ version "7.25.7"
217
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
218
+ integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
219
+
220
+"@babel/helper-validator-identifier@^7.25.7":
221
+ version "7.25.7"
222
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
223
+ integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
224
+
225
+"@babel/helper-validator-option@^7.25.7":
226
+ version "7.25.7"
227
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
228
+ integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
229
+
230
+"@babel/helper-wrap-function@^7.25.7":
231
+ version "7.25.7"
232
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
233
+ integrity sha512-MA0roW3JF2bD1ptAaJnvcabsVlNQShUaThyJbCDD4bCp8NEgiFvpoqRI2YS22hHlc2thjO/fTg2ShLMC3jygAg==
234
+ dependencies:
235
+ "@babel/template" "^7.25.7"
236
+ "@babel/traverse" "^7.25.7"
237
+ "@babel/types" "^7.25.7"
238
+
239
+"@babel/helpers@^7.25.7":
240
+ version "7.25.7"
241
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
242
+ integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
243
+ dependencies:
244
+ "@babel/template" "^7.25.7"
245
+ "@babel/types" "^7.25.7"
246
+
247
+"@babel/highlight@^7.25.7":
248
+ version "7.25.7"
249
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
250
+ integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
251
+ dependencies:
252
+ "@babel/helper-validator-identifier" "^7.25.7"
253
+ chalk "^2.4.2"
254
+ js-tokens "^4.0.0"
255
+ picocolors "^1.0.0"
256
+
257
+"@babel/parser@^7.25.7":
258
+ version "7.25.7"
259
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
260
+ integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
261
+ dependencies:
262
+ "@babel/types" "^7.25.7"
263
+
264
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
265
+ version "7.25.7"
266
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
267
+ integrity sha512-UV9Lg53zyebzD1DwQoT9mzkEKa922LNUp5YkTJ6Uta0RbyXaQNUgcvSt7qIu1PpPzVb6rd10OVNTzkyBGeVmxQ==
268
+ dependencies:
269
+ "@babel/helper-plugin-utils" "^7.25.7"
270
+ "@babel/traverse" "^7.25.7"
271
+
272
+"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.7":
273
+ version "7.25.7"
274
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.7.tgz#a338d611adb9dcd599b8b1efa200c88ebeffe046"
275
+ integrity sha512-GDDWeVLNxRIkQTnJn2pDOM1pkCgYdSqPeT1a9vh9yIqu2uzzgw1zcqEb+IJOhy+dTBMlNdThrDIksr2o09qrrQ==
276
+ dependencies:
277
+ "@babel/helper-plugin-utils" "^7.25.7"
278
+
279
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.7":
280
+ version "7.25.7"
281
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.7.tgz#c5f755e911dfac7ef6957300c0f9c4a8c18c06f4"
282
+ integrity sha512-wxyWg2RYaSUYgmd9MR0FyRGyeOMQE/Uzr1wzd/g5cf5bwi9A4v6HFdDm7y1MgDtod/fLOSTZY6jDgV0xU9d5bA==
283
+ dependencies:
284
+ "@babel/helper-plugin-utils" "^7.25.7"
285
+
286
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.25.7":
287
+ version "7.25.7"
288
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.7.tgz#3b7ea04492ded990978b6deaa1dfca120ad4455a"
289
+ integrity sha512-Xwg6tZpLxc4iQjorYsyGMyfJE7nP5MV8t/Ka58BgiA7Jw0fRqQNcANlLfdJ/yvBt9z9LD2We+BEkT7vLqZRWng==
290
+ dependencies:
291
+ "@babel/helper-plugin-utils" "^7.25.7"
292
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
293
+ "@babel/plugin-transform-optional-chaining" "^7.25.7"
294
+
295
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.7":
296
+ version "7.25.7"
297
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.7.tgz#9622b1d597a703aa3a921e6f58c9c2d9a028d2c5"
298
+ integrity sha512-UVATLMidXrnH+GMUIuxq55nejlj02HP7F5ETyBONzP6G87fPBogG4CH6kxrSrdIuAjdwNO9VzyaYsrZPscWUrw==
299
+ dependencies:
300
+ "@babel/helper-plugin-utils" "^7.25.7"
301
+ "@babel/traverse" "^7.25.7"
302
+
303
+"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
304
+ version "7.21.0-placeholder-for-preset-env.2"
305
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
306
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
307
+
308
+"@babel/plugin-syntax-async-generators@^7.8.4":
309
+ version "7.8.4"
310
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
311
+ integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
312
+ dependencies:
313
+ "@babel/helper-plugin-utils" "^7.8.0"
314
+
315
+"@babel/plugin-syntax-class-properties@^7.12.13":
316
+ version "7.12.13"
317
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
318
+ integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
319
+ dependencies:
320
+ "@babel/helper-plugin-utils" "^7.12.13"
321
+
322
+"@babel/plugin-syntax-class-static-block@^7.14.5":
323
+ version "7.14.5"
324
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
325
+ integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
326
+ dependencies:
327
+ "@babel/helper-plugin-utils" "^7.14.5"
328
+
329
+"@babel/plugin-syntax-dynamic-import@^7.8.3":
330
+ version "7.8.3"
331
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
332
+ integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
333
+ dependencies:
334
+ "@babel/helper-plugin-utils" "^7.8.0"
335
+
336
+"@babel/plugin-syntax-export-namespace-from@^7.8.3":
337
+ version "7.8.3"
338
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
339
+ integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
340
+ dependencies:
341
+ "@babel/helper-plugin-utils" "^7.8.3"
342
+
343
+"@babel/plugin-syntax-import-assertions@^7.25.7":
344
+ version "7.25.7"
345
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.7.tgz#8ce248f9f4ed4b7ed4cb2e0eb4ed9efd9f52921f"
346
+ integrity sha512-ZvZQRmME0zfJnDQnVBKYzHxXT7lYBB3Revz1GuS7oLXWMgqUPX4G+DDbT30ICClht9WKV34QVrZhSw6WdklwZQ==
347
+ dependencies:
348
+ "@babel/helper-plugin-utils" "^7.25.7"
349
+
350
+"@babel/plugin-syntax-import-attributes@^7.25.7":
351
+ version "7.25.7"
352
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz#d78dd0499d30df19a598e63ab895e21b909bc43f"
353
+ integrity sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==
354
+ dependencies:
355
+ "@babel/helper-plugin-utils" "^7.25.7"
356
+
357
+"@babel/plugin-syntax-import-meta@^7.10.4":
358
+ version "7.10.4"
359
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
360
+ integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
361
+ dependencies:
362
+ "@babel/helper-plugin-utils" "^7.10.4"
363
+
364
+"@babel/plugin-syntax-json-strings@^7.8.3":
365
+ version "7.8.3"
366
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
367
+ integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
368
+ dependencies:
369
+ "@babel/helper-plugin-utils" "^7.8.0"
370
+
371
+"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
372
+ version "7.10.4"
373
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
374
+ integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
375
+ dependencies:
376
+ "@babel/helper-plugin-utils" "^7.10.4"
377
+
378
+"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
379
+ version "7.8.3"
380
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
381
+ integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
382
+ dependencies:
383
+ "@babel/helper-plugin-utils" "^7.8.0"
384
+
385
+"@babel/plugin-syntax-numeric-separator@^7.10.4":
386
+ version "7.10.4"
387
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
388
+ integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
389
+ dependencies:
390
+ "@babel/helper-plugin-utils" "^7.10.4"
391
+
392
+"@babel/plugin-syntax-object-rest-spread@^7.8.3":
393
+ version "7.8.3"
394
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
395
+ integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
396
+ dependencies:
397
+ "@babel/helper-plugin-utils" "^7.8.0"
398
+
399
+"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
400
+ version "7.8.3"
401
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
402
+ integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
403
+ dependencies:
404
+ "@babel/helper-plugin-utils" "^7.8.0"
405
+
406
+"@babel/plugin-syntax-optional-chaining@^7.8.3":
407
+ version "7.8.3"
408
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
409
+ integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
410
+ dependencies:
411
+ "@babel/helper-plugin-utils" "^7.8.0"
412
+
413
+"@babel/plugin-syntax-private-property-in-object@^7.14.5":
414
+ version "7.14.5"
415
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
416
+ integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
417
+ dependencies:
418
+ "@babel/helper-plugin-utils" "^7.14.5"
419
+
420
+"@babel/plugin-syntax-top-level-await@^7.14.5":
421
+ version "7.14.5"
422
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
423
+ integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
424
+ dependencies:
425
+ "@babel/helper-plugin-utils" "^7.14.5"
426
+
427
+"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
428
+ version "7.18.6"
429
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
430
+ integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
431
+ dependencies:
432
+ "@babel/helper-create-regexp-features-plugin" "^7.18.6"
433
+ "@babel/helper-plugin-utils" "^7.18.6"
434
+
435
+"@babel/plugin-transform-arrow-functions@^7.25.7":
436
+ version "7.25.7"
437
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.7.tgz#1b9ed22e6890a0e9ff470371c73b8c749bcec386"
438
+ integrity sha512-EJN2mKxDwfOUCPxMO6MUI58RN3ganiRAG/MS/S3HfB6QFNjroAMelQo/gybyYq97WerCBAZoyrAoW8Tzdq2jWg==
439
+ dependencies:
440
+ "@babel/helper-plugin-utils" "^7.25.7"
441
+
442
+"@babel/plugin-transform-async-generator-functions@^7.25.7":
443
+ version "7.25.7"
444
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.7.tgz#af61a02b30d7bff5108c63bd39ac7938403426d7"
445
+ integrity sha512-4B6OhTrwYKHYYgcwErvZjbmH9X5TxQBsaBHdzEIB4l71gR5jh/tuHGlb9in47udL2+wVUcOz5XXhhfhVJwEpEg==
446
+ dependencies:
447
+ "@babel/helper-plugin-utils" "^7.25.7"
448
+ "@babel/helper-remap-async-to-generator" "^7.25.7"
449
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
450
+ "@babel/traverse" "^7.25.7"
451
+
452
+"@babel/plugin-transform-async-to-generator@^7.25.7":
453
+ version "7.25.7"
454
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz#a44c7323f8d4285a6c568dd43c5c361d6367ec52"
455
+ integrity sha512-ZUCjAavsh5CESCmi/xCpX1qcCaAglzs/7tmuvoFnJgA1dM7gQplsguljoTg+Ru8WENpX89cQyAtWoaE0I3X3Pg==
456
+ dependencies:
457
+ "@babel/helper-module-imports" "^7.25.7"
458
+ "@babel/helper-plugin-utils" "^7.25.7"
459
+ "@babel/helper-remap-async-to-generator" "^7.25.7"
460
+
461
+"@babel/plugin-transform-block-scoped-functions@^7.25.7":
462
+ version "7.25.7"
463
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.7.tgz#e0b8843d5571719a2f1bf7e284117a3379fcc17c"
464
+ integrity sha512-xHttvIM9fvqW+0a3tZlYcZYSBpSWzGBFIt/sYG3tcdSzBB8ZeVgz2gBP7Df+sM0N1850jrviYSSeUuc+135dmQ==
465
+ dependencies:
466
+ "@babel/helper-plugin-utils" "^7.25.7"
467
+
468
+"@babel/plugin-transform-block-scoping@^7.25.7":
469
+ version "7.25.7"
470
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.7.tgz#6dab95e98adf780ceef1b1c3ab0e55cd20dd410a"
471
+ integrity sha512-ZEPJSkVZaeTFG/m2PARwLZQ+OG0vFIhPlKHK/JdIMy8DbRJ/htz6LRrTFtdzxi9EHmcwbNPAKDnadpNSIW+Aow==
472
+ dependencies:
473
+ "@babel/helper-plugin-utils" "^7.25.7"
474
+
475
+"@babel/plugin-transform-class-properties@^7.25.7":
476
+ version "7.25.7"
477
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.7.tgz#a389cfca7a10ac80e3ff4c75fca08bd097ad1523"
478
+ integrity sha512-mhyfEW4gufjIqYFo9krXHJ3ElbFLIze5IDp+wQTxoPd+mwFb1NxatNAwmv8Q8Iuxv7Zc+q8EkiMQwc9IhyGf4g==
479
+ dependencies:
480
+ "@babel/helper-create-class-features-plugin" "^7.25.7"
481
+ "@babel/helper-plugin-utils" "^7.25.7"
482
+
483
+"@babel/plugin-transform-class-static-block@^7.25.7":
484
+ version "7.25.7"
485
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.7.tgz#d2cf3c812e3b3162d56aadf4566f45c30538cb2c"
486
+ integrity sha512-rvUUtoVlkDWtDWxGAiiQj0aNktTPn3eFynBcMC2IhsXweehwgdI9ODe+XjWw515kEmv22sSOTp/rxIRuTiB7zg==
487
+ dependencies:
488
+ "@babel/helper-create-class-features-plugin" "^7.25.7"
489
+ "@babel/helper-plugin-utils" "^7.25.7"
490
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
491
+
492
+"@babel/plugin-transform-classes@^7.25.7":
493
+ version "7.25.7"
494
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.7.tgz#5103206cf80d02283bbbd044509ea3b65d0906bb"
495
+ integrity sha512-9j9rnl+YCQY0IGoeipXvnk3niWicIB6kCsWRGLwX241qSXpbA4MKxtp/EdvFxsc4zI5vqfLxzOd0twIJ7I99zg==
496
+ dependencies:
497
+ "@babel/helper-annotate-as-pure" "^7.25.7"
498
+ "@babel/helper-compilation-targets" "^7.25.7"
499
+ "@babel/helper-plugin-utils" "^7.25.7"
500
+ "@babel/helper-replace-supers" "^7.25.7"
501
+ "@babel/traverse" "^7.25.7"
502
+ globals "^11.1.0"
503
+
504
+"@babel/plugin-transform-computed-properties@^7.25.7":
505
+ version "7.25.7"
506
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.7.tgz#7f621f0aa1354b5348a935ab12e3903842466f65"
507
+ integrity sha512-QIv+imtM+EtNxg/XBKL3hiWjgdLjMOmZ+XzQwSgmBfKbfxUjBzGgVPklUuE55eq5/uVoh8gg3dqlrwR/jw3ZeA==
508
+ dependencies:
509
+ "@babel/helper-plugin-utils" "^7.25.7"
510
+ "@babel/template" "^7.25.7"
511
+
512
+"@babel/plugin-transform-destructuring@^7.25.7":
513
+ version "7.25.7"
514
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.7.tgz#f6f26a9feefb5aa41fd45b6f5838901b5333d560"
515
+ integrity sha512-xKcfLTlJYUczdaM1+epcdh1UGewJqr9zATgrNHcLBcV2QmfvPPEixo/sK/syql9cEmbr7ulu5HMFG5vbbt/sEA==
516
+ dependencies:
517
+ "@babel/helper-plugin-utils" "^7.25.7"
518
+
519
+"@babel/plugin-transform-dotall-regex@^7.25.7":
520
+ version "7.25.7"
521
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.7.tgz#9d775c4a3ff1aea64045300fcd4309b4a610ef02"
522
+ integrity sha512-kXzXMMRzAtJdDEgQBLF4oaiT6ZCU3oWHgpARnTKDAqPkDJ+bs3NrZb310YYevR5QlRo3Kn7dzzIdHbZm1VzJdQ==
523
+ dependencies:
524
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
525
+ "@babel/helper-plugin-utils" "^7.25.7"
526
+
527
+"@babel/plugin-transform-duplicate-keys@^7.25.7":
528
+ version "7.25.7"
529
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.7.tgz#fbba7d1155eab76bd4f2a038cbd5d65883bd7a93"
530
+ integrity sha512-by+v2CjoL3aMnWDOyCIg+yxU9KXSRa9tN6MbqggH5xvymmr9p4AMjYkNlQy4brMceBnUyHZ9G8RnpvT8wP7Cfg==
531
+ dependencies:
532
+ "@babel/helper-plugin-utils" "^7.25.7"
533
+
534
+"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.7":
535
+ version "7.25.7"
536
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.7.tgz#102b31608dcc22c08fbca1894e104686029dc141"
537
+ integrity sha512-HvS6JF66xSS5rNKXLqkk7L9c/jZ/cdIVIcoPVrnl8IsVpLggTjXs8OWekbLHs/VtYDDh5WXnQyeE3PPUGm22MA==
538
+ dependencies:
539
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
540
+ "@babel/helper-plugin-utils" "^7.25.7"
541
+
542
+"@babel/plugin-transform-dynamic-import@^7.25.7":
543
+ version "7.25.7"
544
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.7.tgz#31905ab2cfa94dcf1b1f8ce66096720b2908e518"
545
+ integrity sha512-UvcLuual4h7/GfylKm2IAA3aph9rwvAM2XBA0uPKU3lca+Maai4jBjjEVUS568ld6kJcgbouuumCBhMd/Yz17w==
546
+ dependencies:
547
+ "@babel/helper-plugin-utils" "^7.25.7"
548
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
549
+
550
+"@babel/plugin-transform-exponentiation-operator@^7.25.7":
551
+ version "7.25.7"
552
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.7.tgz#5961a3a23a398faccd6cddb34a2182807d75fb5f"
553
+ integrity sha512-yjqtpstPfZ0h/y40fAXRv2snciYr0OAoMXY/0ClC7tm4C/nG5NJKmIItlaYlLbIVAWNfrYuy9dq1bE0SbX0PEg==
554
+ dependencies:
555
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.7"
556
+ "@babel/helper-plugin-utils" "^7.25.7"
557
+
558
+"@babel/plugin-transform-export-namespace-from@^7.25.7":
559
+ version "7.25.7"
560
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.7.tgz#beb2679db6fd3bdfe6ad6de2c8cac84a86ef2da1"
561
+ integrity sha512-h3MDAP5l34NQkkNulsTNyjdaR+OiB0Im67VU//sFupouP8Q6m9Spy7l66DcaAQxtmCqGdanPByLsnwFttxKISQ==
562
+ dependencies:
563
+ "@babel/helper-plugin-utils" "^7.25.7"
564
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
565
+
566
+"@babel/plugin-transform-for-of@^7.25.7":
567
+ version "7.25.7"
568
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.7.tgz#0acfea0f27aa290818b5b48a5a44b3f03fc13669"
569
+ integrity sha512-n/TaiBGJxYFWvpJDfsxSj9lEEE44BFM1EPGz4KEiTipTgkoFVVcCmzAL3qA7fdQU96dpo4gGf5HBx/KnDvqiHw==
570
+ dependencies:
571
+ "@babel/helper-plugin-utils" "^7.25.7"
572
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
573
+
574
+"@babel/plugin-transform-function-name@^7.25.7":
575
+ version "7.25.7"
576
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.7.tgz#7e394ccea3693902a8b50ded8b6ae1fa7b8519fd"
577
+ integrity sha512-5MCTNcjCMxQ63Tdu9rxyN6cAWurqfrDZ76qvVPrGYdBxIj+EawuuxTu/+dgJlhK5eRz3v1gLwp6XwS8XaX2NiQ==
578
+ dependencies:
579
+ "@babel/helper-compilation-targets" "^7.25.7"
580
+ "@babel/helper-plugin-utils" "^7.25.7"
581
+ "@babel/traverse" "^7.25.7"
582
+
583
+"@babel/plugin-transform-json-strings@^7.25.7":
584
+ version "7.25.7"
585
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.7.tgz#6626433554aff4bd6f76a2c621a1f40e802dfb0a"
586
+ integrity sha512-Ot43PrL9TEAiCe8C/2erAjXMeVSnE/BLEx6eyrKLNFCCw5jvhTHKyHxdI1pA0kz5njZRYAnMO2KObGqOCRDYSA==
587
+ dependencies:
588
+ "@babel/helper-plugin-utils" "^7.25.7"
589
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
590
+
591
+"@babel/plugin-transform-literals@^7.25.7":
592
+ version "7.25.7"
593
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.7.tgz#70cbdc742f2cfdb1a63ea2cbd018d12a60b213c3"
594
+ integrity sha512-fwzkLrSu2fESR/cm4t6vqd7ebNIopz2QHGtjoU+dswQo/P6lwAG04Q98lliE3jkz/XqnbGFLnUcE0q0CVUf92w==
595
+ dependencies:
596
+ "@babel/helper-plugin-utils" "^7.25.7"
597
+
598
+"@babel/plugin-transform-logical-assignment-operators@^7.25.7":
599
+ version "7.25.7"
600
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.7.tgz#93847feb513a1f191c5f5d903d991a0ee24fe99b"
601
+ integrity sha512-iImzbA55BjiovLyG2bggWS+V+OLkaBorNvc/yJoeeDQGztknRnDdYfp2d/UPmunZYEnZi6Lg8QcTmNMHOB0lGA==
602
+ dependencies:
603
+ "@babel/helper-plugin-utils" "^7.25.7"
604
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
605
+
606
+"@babel/plugin-transform-member-expression-literals@^7.25.7":
607
+ version "7.25.7"
608
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.7.tgz#0a36c3fbd450cc9e6485c507f005fa3d1bc8fca5"
609
+ integrity sha512-Std3kXwpXfRV0QtQy5JJcRpkqP8/wG4XL7hSKZmGlxPlDqmpXtEPRmhF7ztnlTCtUN3eXRUJp+sBEZjaIBVYaw==
610
+ dependencies:
611
+ "@babel/helper-plugin-utils" "^7.25.7"
612
+
613
+"@babel/plugin-transform-modules-amd@^7.25.7":
614
+ version "7.25.7"
615
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.7.tgz#bb4e543b5611f6c8c685a2fd485408713a3adf3d"
616
+ integrity sha512-CgselSGCGzjQvKzghCvDTxKHP3iooenLpJDO842ehn5D2G5fJB222ptnDwQho0WjEvg7zyoxb9P+wiYxiJX5yA==
617
+ dependencies:
618
+ "@babel/helper-module-transforms" "^7.25.7"
619
+ "@babel/helper-plugin-utils" "^7.25.7"
620
+
621
+"@babel/plugin-transform-modules-commonjs@^7.25.7":
622
+ version "7.25.7"
623
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd"
624
+ integrity sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg==
625
+ dependencies:
626
+ "@babel/helper-module-transforms" "^7.25.7"
627
+ "@babel/helper-plugin-utils" "^7.25.7"
628
+ "@babel/helper-simple-access" "^7.25.7"
629
+
630
+"@babel/plugin-transform-modules-systemjs@^7.25.7":
631
+ version "7.25.7"
632
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.7.tgz#8b14d319a177cc9c85ef8b0512afd429d9e2e60b"
633
+ integrity sha512-t9jZIvBmOXJsiuyOwhrIGs8dVcD6jDyg2icw1VL4A/g+FnWyJKwUfSSU2nwJuMV2Zqui856El9u+ElB+j9fV1g==
634
+ dependencies:
635
+ "@babel/helper-module-transforms" "^7.25.7"
636
+ "@babel/helper-plugin-utils" "^7.25.7"
637
+ "@babel/helper-validator-identifier" "^7.25.7"
638
+ "@babel/traverse" "^7.25.7"
639
+
640
+"@babel/plugin-transform-modules-umd@^7.25.7":
641
+ version "7.25.7"
642
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.7.tgz#00ee7a7e124289549381bfb0e24d87fd7f848367"
643
+ integrity sha512-p88Jg6QqsaPh+EB7I9GJrIqi1Zt4ZBHUQtjw3z1bzEXcLh6GfPqzZJ6G+G1HBGKUNukT58MnKG7EN7zXQBCODw==
644
+ dependencies:
645
+ "@babel/helper-module-transforms" "^7.25.7"
646
+ "@babel/helper-plugin-utils" "^7.25.7"
647
+
648
+"@babel/plugin-transform-named-capturing-groups-regex@^7.25.7":
649
+ version "7.25.7"
650
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.7.tgz#a2f3f6d7f38693b462542951748f0a72a34d196d"
651
+ integrity sha512-BtAT9LzCISKG3Dsdw5uso4oV1+v2NlVXIIomKJgQybotJY3OwCwJmkongjHgwGKoZXd0qG5UZ12JUlDQ07W6Ow==
652
+ dependencies:
653
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
654
+ "@babel/helper-plugin-utils" "^7.25.7"
655
+
656
+"@babel/plugin-transform-new-target@^7.25.7":
657
+ version "7.25.7"
658
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.7.tgz#52b2bde523b76c548749f38dc3054f1f45e82bc9"
659
+ integrity sha512-CfCS2jDsbcZaVYxRFo2qtavW8SpdzmBXC2LOI4oO0rP+JSRDxxF3inF4GcPsLgfb5FjkhXG5/yR/lxuRs2pySA==
660
+ dependencies:
661
+ "@babel/helper-plugin-utils" "^7.25.7"
662
+
663
+"@babel/plugin-transform-nullish-coalescing-operator@^7.25.7":
664
+ version "7.25.7"
665
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.7.tgz#0af84b86d4332654c43cf028dbdcf878b00ac168"
666
+ integrity sha512-FbuJ63/4LEL32mIxrxwYaqjJxpbzxPVQj5a+Ebrc8JICV6YX8nE53jY+K0RZT3um56GoNWgkS2BQ/uLGTjtwfw==
667
+ dependencies:
668
+ "@babel/helper-plugin-utils" "^7.25.7"
669
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
670
+
671
+"@babel/plugin-transform-numeric-separator@^7.25.7":
672
+ version "7.25.7"
673
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.7.tgz#a516b78f894d1c08283f39d809b2048fd2f29448"
674
+ integrity sha512-8CbutzSSh4hmD+jJHIA8vdTNk15kAzOnFLVVgBSMGr28rt85ouT01/rezMecks9pkU939wDInImwCKv4ahU4IA==
675
+ dependencies:
676
+ "@babel/helper-plugin-utils" "^7.25.7"
677
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
678
+
679
+"@babel/plugin-transform-object-rest-spread@^7.25.7":
680
+ version "7.25.7"
681
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.7.tgz#fa0916521be96fd434e2db59780b24b308c6d169"
682
+ integrity sha512-1JdVKPhD7Y5PvgfFy0Mv2brdrolzpzSoUq2pr6xsR+m+3viGGeHEokFKsCgOkbeFOQxfB1Vt2F0cPJLRpFI4Zg==
683
+ dependencies:
684
+ "@babel/helper-compilation-targets" "^7.25.7"
685
+ "@babel/helper-plugin-utils" "^7.25.7"
686
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
687
+ "@babel/plugin-transform-parameters" "^7.25.7"
688
+
689
+"@babel/plugin-transform-object-super@^7.25.7":
690
+ version "7.25.7"
691
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.7.tgz#582a9cea8cf0a1e02732be5b5a703a38dedf5661"
692
+ integrity sha512-pWT6UXCEW3u1t2tcAGtE15ornCBvopHj9Bps9D2DsH15APgNVOTwwczGckX+WkAvBmuoYKRCFa4DK+jM8vh5AA==
693
+ dependencies:
694
+ "@babel/helper-plugin-utils" "^7.25.7"
695
+ "@babel/helper-replace-supers" "^7.25.7"
696
+
697
+"@babel/plugin-transform-optional-catch-binding@^7.25.7":
698
+ version "7.25.7"
699
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.7.tgz#400e2d891f9288f5231694234696aa67164e4913"
700
+ integrity sha512-m9obYBA39mDPN7lJzD5WkGGb0GO54PPLXsbcnj1Hyeu8mSRz7Gb4b1A6zxNX32ZuUySDK4G6it8SDFWD1nCnqg==
701
+ dependencies:
702
+ "@babel/helper-plugin-utils" "^7.25.7"
703
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
704
+
705
+"@babel/plugin-transform-optional-chaining@^7.25.7":
706
+ version "7.25.7"
707
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.7.tgz#b7f7c9321aa1d8414e67799c28d87c23682e4d68"
708
+ integrity sha512-h39agClImgPWg4H8mYVAbD1qP9vClFbEjqoJmt87Zen8pjqK8FTPUwrOXAvqu5soytwxrLMd2fx2KSCp2CHcNg==
709
+ dependencies:
710
+ "@babel/helper-plugin-utils" "^7.25.7"
711
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
712
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
713
+
714
+"@babel/plugin-transform-parameters@^7.25.7":
715
+ version "7.25.7"
716
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz#80c38b03ef580f6d6bffe1c5254bb35986859ac7"
717
+ integrity sha512-FYiTvku63me9+1Nz7TOx4YMtW3tWXzfANZtrzHhUZrz4d47EEtMQhzFoZWESfXuAMMT5mwzD4+y1N8ONAX6lMQ==
718
+ dependencies:
719
+ "@babel/helper-plugin-utils" "^7.25.7"
720
+
721
+"@babel/plugin-transform-private-methods@^7.25.7":
722
+ version "7.25.7"
723
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.7.tgz#c790a04f837b4bd61d6b0317b43aa11ff67dce80"
724
+ integrity sha512-KY0hh2FluNxMLwOCHbxVOKfdB5sjWG4M183885FmaqWWiGMhRZq4DQRKH6mHdEucbJnyDyYiZNwNG424RymJjA==
725
+ dependencies:
726
+ "@babel/helper-create-class-features-plugin" "^7.25.7"
727
+ "@babel/helper-plugin-utils" "^7.25.7"
728
+
729
+"@babel/plugin-transform-private-property-in-object@^7.25.7":
730
+ version "7.25.7"
731
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.7.tgz#aff877efd05b57c4ad04611d8de97bf155a53369"
732
+ integrity sha512-LzA5ESzBy7tqj00Yjey9yWfs3FKy4EmJyKOSWld144OxkTji81WWnUT8nkLUn+imN/zHL8ZQlOu/MTUAhHaX3g==
733
+ dependencies:
734
+ "@babel/helper-annotate-as-pure" "^7.25.7"
735
+ "@babel/helper-create-class-features-plugin" "^7.25.7"
736
+ "@babel/helper-plugin-utils" "^7.25.7"
737
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
738
+
739
+"@babel/plugin-transform-property-literals@^7.25.7":
740
+ version "7.25.7"
741
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.7.tgz#a8612b4ea4e10430f00012ecf0155662c7d6550d"
742
+ integrity sha512-lQEeetGKfFi0wHbt8ClQrUSUMfEeI3MMm74Z73T9/kuz990yYVtfofjf3NuA42Jy3auFOpbjDyCSiIkTs1VIYw==
743
+ dependencies:
744
+ "@babel/helper-plugin-utils" "^7.25.7"
745
+
746
+"@babel/plugin-transform-regenerator@^7.25.7":
747
+ version "7.25.7"
748
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.7.tgz#6eb006e6d26f627bc2f7844a9f19770721ad6f3e"
749
+ integrity sha512-mgDoQCRjrY3XK95UuV60tZlFCQGXEtMg8H+IsW72ldw1ih1jZhzYXbJvghmAEpg5UVhhnCeia1CkGttUvCkiMQ==
750
+ dependencies:
751
+ "@babel/helper-plugin-utils" "^7.25.7"
752
+ regenerator-transform "^0.15.2"
753
+
754
+"@babel/plugin-transform-reserved-words@^7.25.7":
755
+ version "7.25.7"
756
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.7.tgz#dc56b25e02afaabef3ce0c5b06b0916e8523e995"
757
+ integrity sha512-3OfyfRRqiGeOvIWSagcwUTVk2hXBsr/ww7bLn6TRTuXnexA+Udov2icFOxFX9abaj4l96ooYkcNN1qi2Zvqwng==
758
+ dependencies:
759
+ "@babel/helper-plugin-utils" "^7.25.7"
760
+
761
+"@babel/plugin-transform-shorthand-properties@^7.25.7":
762
+ version "7.25.7"
763
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.7.tgz#92690a9c671915602d91533c278cc8f6bf12275f"
764
+ integrity sha512-uBbxNwimHi5Bv3hUccmOFlUy3ATO6WagTApenHz9KzoIdn0XeACdB12ZJ4cjhuB2WSi80Ez2FWzJnarccriJeA==
765
+ dependencies:
766
+ "@babel/helper-plugin-utils" "^7.25.7"
767
+
768
+"@babel/plugin-transform-spread@^7.25.7":
769
+ version "7.25.7"
770
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.7.tgz#df83e899a9fc66284ee601a7b738568435b92998"
771
+ integrity sha512-Mm6aeymI0PBh44xNIv/qvo8nmbkpZze1KvR8MkEqbIREDxoiWTi18Zr2jryfRMwDfVZF9foKh060fWgni44luw==
772
+ dependencies:
773
+ "@babel/helper-plugin-utils" "^7.25.7"
774
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
775
+
776
+"@babel/plugin-transform-sticky-regex@^7.25.7":
777
+ version "7.25.7"
778
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.7.tgz#341c7002bef7f29037be7fb9684e374442dd0d17"
779
+ integrity sha512-ZFAeNkpGuLnAQ/NCsXJ6xik7Id+tHuS+NT+ue/2+rn/31zcdnupCdmunOizEaP0JsUmTFSTOPoQY7PkK2pttXw==
780
+ dependencies:
781
+ "@babel/helper-plugin-utils" "^7.25.7"
782
+
783
+"@babel/plugin-transform-template-literals@^7.25.7":
784
+ version "7.25.7"
785
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.7.tgz#e566c581bb16d8541dd8701093bb3457adfce16b"
786
+ integrity sha512-SI274k0nUsFFmyQupiO7+wKATAmMFf8iFgq2O+vVFXZ0SV9lNfT1NGzBEhjquFmD8I9sqHLguH+gZVN3vww2AA==
787
+ dependencies:
788
+ "@babel/helper-plugin-utils" "^7.25.7"
789
+
790
+"@babel/plugin-transform-typeof-symbol@^7.25.7":
791
+ version "7.25.7"
792
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.7.tgz#debb1287182efd20488f126be343328c679b66eb"
793
+ integrity sha512-OmWmQtTHnO8RSUbL0NTdtpbZHeNTnm68Gj5pA4Y2blFNh+V4iZR68V1qL9cI37J21ZN7AaCnkfdHtLExQPf2uA==
794
+ dependencies:
795
+ "@babel/helper-plugin-utils" "^7.25.7"
796
+
797
+"@babel/plugin-transform-unicode-escapes@^7.25.7":
798
+ version "7.25.7"
799
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.7.tgz#973592b6d13a914794e1de8cf1383e50e0f87f81"
800
+ integrity sha512-BN87D7KpbdiABA+t3HbVqHzKWUDN3dymLaTnPFAMyc8lV+KN3+YzNhVRNdinaCPA4AUqx7ubXbQ9shRjYBl3SQ==
801
+ dependencies:
802
+ "@babel/helper-plugin-utils" "^7.25.7"
803
+
804
+"@babel/plugin-transform-unicode-property-regex@^7.25.7":
805
+ version "7.25.7"
806
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.7.tgz#25349197cce964b1343f74fa7cfdf791a1b1919e"
807
+ integrity sha512-IWfR89zcEPQGB/iB408uGtSPlQd3Jpq11Im86vUgcmSTcoWAiQMCTOa2K2yNNqFJEBVICKhayctee65Ka8OB0w==
808
+ dependencies:
809
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
810
+ "@babel/helper-plugin-utils" "^7.25.7"
811
+
812
+"@babel/plugin-transform-unicode-regex@^7.25.7":
813
+ version "7.25.7"
814
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.7.tgz#f93a93441baf61f713b6d5552aaa856bfab34809"
815
+ integrity sha512-8JKfg/hiuA3qXnlLx8qtv5HWRbgyFx2hMMtpDDuU2rTckpKkGu4ycK5yYHwuEa16/quXfoxHBIApEsNyMWnt0g==
816
+ dependencies:
817
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
818
+ "@babel/helper-plugin-utils" "^7.25.7"
819
+
820
+"@babel/plugin-transform-unicode-sets-regex@^7.25.7":
821
+ version "7.25.7"
822
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.7.tgz#d1b3295d29e0f8f4df76abc909ad1ebee919560c"
823
+ integrity sha512-YRW8o9vzImwmh4Q3Rffd09bH5/hvY0pxg+1H1i0f7APoUeg12G7+HhLj9ZFNIrYkgBXhIijPJ+IXypN0hLTIbw==
824
+ dependencies:
825
+ "@babel/helper-create-regexp-features-plugin" "^7.25.7"
826
+ "@babel/helper-plugin-utils" "^7.25.7"
827
+
828
+"@babel/preset-env@^7.25.7":
829
+ version "7.25.7"
830
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.7.tgz#fc1b092152db4b58377b85dc05c890081c1157e0"
831
+ integrity sha512-Gibz4OUdyNqqLj+7OAvBZxOD7CklCtMA5/j0JgUEwOnaRULsPDXmic2iKxL2DX2vQduPR5wH2hjZas/Vr/Oc0g==
832
+ dependencies:
833
+ "@babel/compat-data" "^7.25.7"
834
+ "@babel/helper-compilation-targets" "^7.25.7"
835
+ "@babel/helper-plugin-utils" "^7.25.7"
836
+ "@babel/helper-validator-option" "^7.25.7"
837
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.7"
838
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.7"
839
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.7"
840
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.7"
841
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.7"
842
+ "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
843
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
844
+ "@babel/plugin-syntax-class-properties" "^7.12.13"
845
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
846
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
847
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
848
+ "@babel/plugin-syntax-import-assertions" "^7.25.7"
849
+ "@babel/plugin-syntax-import-attributes" "^7.25.7"
850
+ "@babel/plugin-syntax-import-meta" "^7.10.4"
851
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
852
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
853
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
854
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
855
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
856
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
857
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
858
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
859
+ "@babel/plugin-syntax-top-level-await" "^7.14.5"
860
+ "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
861
+ "@babel/plugin-transform-arrow-functions" "^7.25.7"
862
+ "@babel/plugin-transform-async-generator-functions" "^7.25.7"
863
+ "@babel/plugin-transform-async-to-generator" "^7.25.7"
864
+ "@babel/plugin-transform-block-scoped-functions" "^7.25.7"
865
+ "@babel/plugin-transform-block-scoping" "^7.25.7"
866
+ "@babel/plugin-transform-class-properties" "^7.25.7"
867
+ "@babel/plugin-transform-class-static-block" "^7.25.7"
868
+ "@babel/plugin-transform-classes" "^7.25.7"
869
+ "@babel/plugin-transform-computed-properties" "^7.25.7"
870
+ "@babel/plugin-transform-destructuring" "^7.25.7"
871
+ "@babel/plugin-transform-dotall-regex" "^7.25.7"
872
+ "@babel/plugin-transform-duplicate-keys" "^7.25.7"
873
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.7"
874
+ "@babel/plugin-transform-dynamic-import" "^7.25.7"
875
+ "@babel/plugin-transform-exponentiation-operator" "^7.25.7"
876
+ "@babel/plugin-transform-export-namespace-from" "^7.25.7"
877
+ "@babel/plugin-transform-for-of" "^7.25.7"
878
+ "@babel/plugin-transform-function-name" "^7.25.7"
879
+ "@babel/plugin-transform-json-strings" "^7.25.7"
880
+ "@babel/plugin-transform-literals" "^7.25.7"
881
+ "@babel/plugin-transform-logical-assignment-operators" "^7.25.7"
882
+ "@babel/plugin-transform-member-expression-literals" "^7.25.7"
883
+ "@babel/plugin-transform-modules-amd" "^7.25.7"
884
+ "@babel/plugin-transform-modules-commonjs" "^7.25.7"
885
+ "@babel/plugin-transform-modules-systemjs" "^7.25.7"
886
+ "@babel/plugin-transform-modules-umd" "^7.25.7"
887
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.25.7"
888
+ "@babel/plugin-transform-new-target" "^7.25.7"
889
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.25.7"
890
+ "@babel/plugin-transform-numeric-separator" "^7.25.7"
891
+ "@babel/plugin-transform-object-rest-spread" "^7.25.7"
892
+ "@babel/plugin-transform-object-super" "^7.25.7"
893
+ "@babel/plugin-transform-optional-catch-binding" "^7.25.7"
894
+ "@babel/plugin-transform-optional-chaining" "^7.25.7"
895
+ "@babel/plugin-transform-parameters" "^7.25.7"
896
+ "@babel/plugin-transform-private-methods" "^7.25.7"
897
+ "@babel/plugin-transform-private-property-in-object" "^7.25.7"
898
+ "@babel/plugin-transform-property-literals" "^7.25.7"
899
+ "@babel/plugin-transform-regenerator" "^7.25.7"
900
+ "@babel/plugin-transform-reserved-words" "^7.25.7"
901
+ "@babel/plugin-transform-shorthand-properties" "^7.25.7"
902
+ "@babel/plugin-transform-spread" "^7.25.7"
903
+ "@babel/plugin-transform-sticky-regex" "^7.25.7"
904
+ "@babel/plugin-transform-template-literals" "^7.25.7"
905
+ "@babel/plugin-transform-typeof-symbol" "^7.25.7"
906
+ "@babel/plugin-transform-unicode-escapes" "^7.25.7"
907
+ "@babel/plugin-transform-unicode-property-regex" "^7.25.7"
908
+ "@babel/plugin-transform-unicode-regex" "^7.25.7"
909
+ "@babel/plugin-transform-unicode-sets-regex" "^7.25.7"
910
+ "@babel/preset-modules" "0.1.6-no-external-plugins"
911
+ babel-plugin-polyfill-corejs2 "^0.4.10"
912
+ babel-plugin-polyfill-corejs3 "^0.10.6"
913
+ babel-plugin-polyfill-regenerator "^0.6.1"
914
+ core-js-compat "^3.38.1"
915
+ semver "^6.3.1"
916
+
917
+"@babel/preset-modules@0.1.6-no-external-plugins":
918
+ version "0.1.6-no-external-plugins"
919
+ resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
920
+ integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
921
+ dependencies:
922
+ "@babel/helper-plugin-utils" "^7.0.0"
923
+ "@babel/types" "^7.4.4"
924
+ esutils "^2.0.2"
925
+
926
+"@babel/runtime@^7.8.4":
927
+ version "7.25.7"
928
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
929
+ integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
930
+ dependencies:
931
+ regenerator-runtime "^0.14.0"
932
+
933
+"@babel/template@^7.25.7":
934
+ version "7.25.7"
935
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
936
+ integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
937
+ dependencies:
938
+ "@babel/code-frame" "^7.25.7"
939
+ "@babel/parser" "^7.25.7"
940
+ "@babel/types" "^7.25.7"
941
+
942
+"@babel/traverse@^7.25.7":
943
+ version "7.25.7"
944
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
945
+ integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
946
+ dependencies:
947
+ "@babel/code-frame" "^7.25.7"
948
+ "@babel/generator" "^7.25.7"
949
+ "@babel/parser" "^7.25.7"
950
+ "@babel/template" "^7.25.7"
951
+ "@babel/types" "^7.25.7"
952
+ debug "^4.3.1"
953
+ globals "^11.1.0"
954
+
955
+"@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.25.7", "@babel/types@^7.4.4":
956
+ version "7.25.7"
957
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
958
+ integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
959
+ dependencies:
960
+ "@babel/helper-string-parser" "^7.25.7"
961
+ "@babel/helper-validator-identifier" "^7.25.7"
962
+ to-fast-properties "^2.0.0"
963
+
964
+"@jest/types@^24.9.0":
965
+ version "24.9.0"
966
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz#63cb26cb7500d069e5a389441a7c6ab5e909fc59"
967
+ integrity sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==
968
+ dependencies:
969
+ "@types/istanbul-lib-coverage" "^2.0.0"
970
+ "@types/istanbul-reports" "^1.1.1"
971
+ "@types/yargs" "^13.0.0"
972
+
973
+"@jridgewell/gen-mapping@^0.3.5":
974
+ version "0.3.5"
975
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
976
+ integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
977
+ dependencies:
978
+ "@jridgewell/set-array" "^1.2.1"
979
+ "@jridgewell/sourcemap-codec" "^1.4.10"
980
+ "@jridgewell/trace-mapping" "^0.3.24"
981
+
982
+"@jridgewell/resolve-uri@^3.1.0":
983
+ version "3.1.2"
984
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
985
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
986
+
987
+"@jridgewell/set-array@^1.2.1":
988
+ version "1.2.1"
989
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
990
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
991
+
992
+"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
993
+ version "1.5.0"
994
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
995
+ integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
996
+
997
+"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
998
+ version "0.3.25"
999
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1000
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1001
+ dependencies:
1002
+ "@jridgewell/resolve-uri" "^3.1.0"
1003
+ "@jridgewell/sourcemap-codec" "^1.4.14"
1004
+
1005
+"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
1006
+ version "2.1.8-no-fsevents.3"
1007
+ resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
1008
+ integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
1009
+
1010
+"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
1011
+ version "2.0.6"
1012
+ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
1013
+ integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
1014
+
1015
+"@types/istanbul-lib-report@*":
1016
+ version "3.0.3"
1017
+ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf"
1018
+ integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==
1019
+ dependencies:
1020
+ "@types/istanbul-lib-coverage" "*"
1021
+
1022
+"@types/istanbul-reports@^1.1.1":
1023
+ version "1.1.2"
1024
+ resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc689e47bce549ec81f3df5e6f6f11cfaeb2"
1025
+ integrity sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==
1026
+ dependencies:
1027
+ "@types/istanbul-lib-coverage" "*"
1028
+ "@types/istanbul-lib-report" "*"
1029
+
1030
+"@types/yargs-parser@*":
1031
+ version "21.0.3"
1032
+ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
1033
+ integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
1034
+
1035
+"@types/yargs@^13.0.0":
1036
+ version "13.0.12"
1037
+ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.12.tgz#d895a88c703b78af0465a9de88aa92c61430b092"
1038
+ integrity sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==
1039
+ dependencies:
1040
+ "@types/yargs-parser" "*"
1041
+
1042
+ansi-regex@^4.0.0:
1043
+ version "4.1.1"
1044
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
1045
+ integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
1046
+
1047
+ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1048
+ version "3.2.1"
1049
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
1050
+ integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
1051
+ dependencies:
1052
+ color-convert "^1.9.0"
1053
+
1054
+ansi-styles@^4.1.0:
1055
+ version "4.3.0"
1056
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1057
+ integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1058
+ dependencies:
1059
+ color-convert "^2.0.1"
1060
+
1061
+anymatch@~3.1.2:
1062
+ version "3.1.3"
1063
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
1064
+ integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
1065
+ dependencies:
1066
+ normalize-path "^3.0.0"
1067
+ picomatch "^2.0.4"
1068
+
1069
+babel-plugin-polyfill-corejs2@^0.4.10:
1070
+ version "0.4.11"
1071
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
1072
+ integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
1073
+ dependencies:
1074
+ "@babel/compat-data" "^7.22.6"
1075
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1076
+ semver "^6.3.1"
1077
+
1078
+babel-plugin-polyfill-corejs3@^0.10.6:
1079
+ version "0.10.6"
1080
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
1081
+ integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
1082
+ dependencies:
1083
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1084
+ core-js-compat "^3.38.0"
1085
+
1086
+babel-plugin-polyfill-regenerator@^0.6.1:
1087
+ version "0.6.2"
1088
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
1089
+ integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
1090
+ dependencies:
1091
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1092
+
1093
+babel-plugin-react-compiler@0.0.0-experimental-58c2b1c-20241009:
1094
+ version "0.0.0-experimental-58c2b1c-20241009"
1095
+ resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-58c2b1c-20241009.tgz#a840860c5da30cbc25db0671b9c715602539a175"
1096
+ integrity sha512-/DSwpfz7c1hK5dpxxlLxQJtvXCF3RjN3ZCaJ43NM4BEvzTpaS0C0jasXVBEUIFumBcdaoirFbfZkyk9htY+6Xw==
1097
+ dependencies:
1098
+ "@babel/generator" "7.2.0"
1099
+ "@babel/types" "^7.19.0"
1100
+ chalk "4"
1101
+ invariant "^2.2.4"
1102
+ pretty-format "^24"
1103
+ zod "^3.22.4"
1104
+ zod-validation-error "^2.1.0"
1105
+
1106
+balanced-match@^1.0.0:
1107
+ version "1.0.2"
1108
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1109
+ integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
1110
+
1111
+binary-extensions@^2.0.0:
1112
+ version "2.3.0"
1113
+ resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
1114
+ integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
1115
+
1116
+brace-expansion@^1.1.7:
1117
+ version "1.1.11"
1118
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1119
+ integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
1120
+ dependencies:
1121
+ balanced-match "^1.0.0"
1122
+ concat-map "0.0.1"
1123
+
1124
+braces@~3.0.2:
1125
+ version "3.0.3"
1126
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1127
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1128
+ dependencies:
1129
+ fill-range "^7.1.1"
1130
+
1131
+browserslist@^4.23.3, browserslist@^4.24.0:
1132
+ version "4.24.0"
1133
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
1134
+ integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
1135
+ dependencies:
1136
+ caniuse-lite "^1.0.30001663"
1137
+ electron-to-chromium "^1.5.28"
1138
+ node-releases "^2.0.18"
1139
+ update-browserslist-db "^1.1.0"
1140
+
1141
+caniuse-lite@^1.0.30001663:
1142
+ version "1.0.30001667"
1143
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz#99fc5ea0d9c6e96897a104a8352604378377f949"
1144
+ integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
1145
+
1146
+chalk@4:
1147
+ version "4.1.2"
1148
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1149
+ integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1150
+ dependencies:
1151
+ ansi-styles "^4.1.0"
1152
+ supports-color "^7.1.0"
1153
+
1154
+chalk@^2.4.2:
1155
+ version "2.4.2"
1156
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1157
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1158
+ dependencies:
1159
+ ansi-styles "^3.2.1"
1160
+ escape-string-regexp "^1.0.5"
1161
+ supports-color "^5.3.0"
1162
+
1163
+chokidar@^3.6.0:
1164
+ version "3.6.0"
1165
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
1166
+ integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
1167
+ dependencies:
1168
+ anymatch "~3.1.2"
1169
+ braces "~3.0.2"
1170
+ glob-parent "~5.1.2"
1171
+ is-binary-path "~2.1.0"
1172
+ is-glob "~4.0.1"
1173
+ normalize-path "~3.0.0"
1174
+ readdirp "~3.6.0"
1175
+ optionalDependencies:
1176
+ fsevents "~2.3.2"
1177
+
1178
+color-convert@^1.9.0:
1179
+ version "1.9.3"
1180
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
1181
+ integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
1182
+ dependencies:
1183
+ color-name "1.1.3"
1184
+
1185
+color-convert@^2.0.1:
1186
+ version "2.0.1"
1187
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1188
+ integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1189
+ dependencies:
1190
+ color-name "~1.1.4"
1191
+
1192
+color-name@1.1.3:
1193
+ version "1.1.3"
1194
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1195
+ integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1196
+
1197
+color-name@~1.1.4:
1198
+ version "1.1.4"
1199
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1200
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1201
+
1202
+commander@^6.2.0:
1203
+ version "6.2.1"
1204
+ resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
1205
+ integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
1206
+
1207
+concat-map@0.0.1:
1208
+ version "0.0.1"
1209
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1210
+ integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
1211
+
1212
+convert-source-map@^2.0.0:
1213
+ version "2.0.0"
1214
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
1215
+ integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
1216
+
1217
+core-js-compat@^3.38.0, core-js-compat@^3.38.1:
1218
+ version "3.38.1"
1219
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
1220
+ integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
1221
+ dependencies:
1222
+ browserslist "^4.23.3"
1223
+
1224
+debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
1225
+ version "4.3.7"
1226
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
1227
+ integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
1228
+ dependencies:
1229
+ ms "^2.1.3"
1230
+
1231
+electron-to-chromium@^1.5.28:
1232
+ version "1.5.35"
1233
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.35.tgz#1d38d386186c72b1fa6e74c3a7de5f888b503100"
1234
+ integrity sha512-hOSRInrIDm0Brzp4IHW2F/VM+638qOL2CzE0DgpnGzKW27C95IqqeqgKz/hxHGnvPxvQGpHUGD5qRVC9EZY2+A==
1235
+
1236
+escalade@^3.2.0:
1237
+ version "3.2.0"
1238
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
1239
+ integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
1240
+
1241
+escape-string-regexp@^1.0.5:
1242
+ version "1.0.5"
1243
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
1244
+ integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
1245
+
1246
+esutils@^2.0.2:
1247
+ version "2.0.3"
1248
+ resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
1249
+ integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
1250
+
1251
+fill-range@^7.1.1:
1252
+ version "7.1.1"
1253
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1254
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1255
+ dependencies:
1256
+ to-regex-range "^5.0.1"
1257
+
1258
+fs-readdir-recursive@^1.1.0:
1259
+ version "1.1.0"
1260
+ resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
1261
+ integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==
1262
+
1263
+fs.realpath@^1.0.0:
1264
+ version "1.0.0"
1265
+ resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1266
+ integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
1267
+
1268
+fsevents@~2.3.2:
1269
+ version "2.3.3"
1270
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1271
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1272
+
1273
+function-bind@^1.1.2:
1274
+ version "1.1.2"
1275
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1276
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1277
+
1278
+gensync@^1.0.0-beta.2:
1279
+ version "1.0.0-beta.2"
1280
+ resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
1281
+ integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
1282
+
1283
+glob-parent@~5.1.2:
1284
+ version "5.1.2"
1285
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
1286
+ integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
1287
+ dependencies:
1288
+ is-glob "^4.0.1"
1289
+
1290
+glob@^7.2.0:
1291
+ version "7.2.3"
1292
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1293
+ integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1294
+ dependencies:
1295
+ fs.realpath "^1.0.0"
1296
+ inflight "^1.0.4"
1297
+ inherits "2"
1298
+ minimatch "^3.1.1"
1299
+ once "^1.3.0"
1300
+ path-is-absolute "^1.0.0"
1301
+
1302
+globals@^11.1.0:
1303
+ version "11.12.0"
1304
+ resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1305
+ integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1306
+
1307
+has-flag@^3.0.0:
1308
+ version "3.0.0"
1309
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
1310
+ integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
1311
+
1312
+has-flag@^4.0.0:
1313
+ version "4.0.0"
1314
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
1315
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
1316
+
1317
+hasown@^2.0.2:
1318
+ version "2.0.2"
1319
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1320
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1321
+ dependencies:
1322
+ function-bind "^1.1.2"
1323
+
1324
+inflight@^1.0.4:
1325
+ version "1.0.6"
1326
+ resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
1327
+ integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
1328
+ dependencies:
1329
+ once "^1.3.0"
1330
+ wrappy "1"
1331
+
1332
+inherits@2:
1333
+ version "2.0.4"
1334
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1335
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1336
+
1337
+invariant@^2.2.4:
1338
+ version "2.2.4"
1339
+ resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
1340
+ integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
1341
+ dependencies:
1342
+ loose-envify "^1.0.0"
1343
+
1344
+is-binary-path@~2.1.0:
1345
+ version "2.1.0"
1346
+ resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
1347
+ integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
1348
+ dependencies:
1349
+ binary-extensions "^2.0.0"
1350
+
1351
+is-core-module@^2.13.0:
1352
+ version "2.15.1"
1353
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
1354
+ integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
1355
+ dependencies:
1356
+ hasown "^2.0.2"
1357
+
1358
+is-extglob@^2.1.1:
1359
+ version "2.1.1"
1360
+ resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
1361
+ integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
1362
+
1363
+is-glob@^4.0.1, is-glob@~4.0.1:
1364
+ version "4.0.3"
1365
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
1366
+ integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
1367
+ dependencies:
1368
+ is-extglob "^2.1.1"
1369
+
1370
+is-number@^7.0.0:
1371
+ version "7.0.0"
1372
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
1373
+ integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
1374
+
1375
+"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1376
+ version "4.0.0"
1377
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1378
+ integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
1379
+
1380
+jsesc@^2.5.1:
1381
+ version "2.5.2"
1382
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
1383
+ integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
1384
+
1385
+jsesc@^3.0.2, jsesc@~3.0.2:
1386
+ version "3.0.2"
1387
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
1388
+ integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
1389
+
1390
+json5@^2.2.3:
1391
+ version "2.2.3"
1392
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1393
+ integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1394
+
1395
+lodash.debounce@^4.0.8:
1396
+ version "4.0.8"
1397
+ resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
1398
+ integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
1399
+
1400
+lodash@^4.17.10:
1401
+ version "4.17.21"
1402
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1403
+ integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1404
+
1405
+loose-envify@^1.0.0:
1406
+ version "1.4.0"
1407
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
1408
+ integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
1409
+ dependencies:
1410
+ js-tokens "^3.0.0 || ^4.0.0"
1411
+
1412
+lru-cache@^5.1.1:
1413
+ version "5.1.1"
1414
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
1415
+ integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
1416
+ dependencies:
1417
+ yallist "^3.0.2"
1418
+
1419
+make-dir@^2.1.0:
1420
+ version "2.1.0"
1421
+ resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
1422
+ integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
1423
+ dependencies:
1424
+ pify "^4.0.1"
1425
+ semver "^5.6.0"
1426
+
1427
+minimatch@^3.1.1:
1428
+ version "3.1.2"
1429
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1430
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
1431
+ dependencies:
1432
+ brace-expansion "^1.1.7"
1433
+
1434
+ms@^2.1.3:
1435
+ version "2.1.3"
1436
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1437
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1438
+
1439
+node-releases@^2.0.18:
1440
+ version "2.0.18"
1441
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
1442
+ integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
1443
+
1444
+normalize-path@^3.0.0, normalize-path@~3.0.0:
1445
+ version "3.0.0"
1446
+ resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
1447
+ integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
1448
+
1449
+once@^1.3.0:
1450
+ version "1.4.0"
1451
+ resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
1452
+ integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
1453
+ dependencies:
1454
+ wrappy "1"
1455
+
1456
+path-is-absolute@^1.0.0:
1457
+ version "1.0.1"
1458
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
1459
+ integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
1460
+
1461
+path-parse@^1.0.7:
1462
+ version "1.0.7"
1463
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1464
+ integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1465
+
1466
+picocolors@^1.0.0, picocolors@^1.1.0:
1467
+ version "1.1.0"
1468
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
1469
+ integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
1470
+
1471
+picomatch@^2.0.4, picomatch@^2.2.1:
1472
+ version "2.3.1"
1473
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
1474
+ integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1475
+
1476
+pify@^4.0.1:
1477
+ version "4.0.1"
1478
+ resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
1479
+ integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
1480
+
1481
+pretty-format@^24:
1482
+ version "24.9.0"
1483
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
1484
+ integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
1485
+ dependencies:
1486
+ "@jest/types" "^24.9.0"
1487
+ ansi-regex "^4.0.0"
1488
+ ansi-styles "^3.2.0"
1489
+ react-is "^16.8.4"
1490
+
1491
+react-compiler-runtime@0.0.0-experimental-8d8e73f-20241009:
1492
+ version "0.0.0-experimental-8d8e73f-20241009"
1493
+ resolved "https://registry.yarnpkg.com/react-compiler-runtime/-/react-compiler-runtime-0.0.0-experimental-8d8e73f-20241009.tgz#c5a1a99c79ac8f8e8cf75b8ea89394b2ab7a77ad"
1494
+ integrity sha512-TEOS8csCfa/xSNt8ft9yRAimOJNetQIOuTgMFU2rv3dhDUOpM3e/Jrv+55uGUKMUYK6kCBV4QYsviLl2c8JfOg==
1495
+
1496
+react-is@^16.8.4:
1497
+ version "16.13.1"
1498
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1499
+ integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1500
+
1501
+readdirp@~3.6.0:
1502
+ version "3.6.0"
1503
+ resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
1504
+ integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
1505
+ dependencies:
1506
+ picomatch "^2.2.1"
1507
+
1508
+regenerate-unicode-properties@^10.2.0:
1509
+ version "10.2.0"
1510
+ resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz#626e39df8c372338ea9b8028d1f99dc3fd9c3db0"
1511
+ integrity sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==
1512
+ dependencies:
1513
+ regenerate "^1.4.2"
1514
+
1515
+regenerate@^1.4.2:
1516
+ version "1.4.2"
1517
+ resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
1518
+ integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
1519
+
1520
+regenerator-runtime@^0.14.0:
1521
+ version "0.14.1"
1522
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
1523
+ integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
1524
+
1525
+regenerator-transform@^0.15.2:
1526
+ version "0.15.2"
1527
+ resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
1528
+ integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
1529
+ dependencies:
1530
+ "@babel/runtime" "^7.8.4"
1531
+
1532
+regexpu-core@^6.1.1:
1533
+ version "6.1.1"
1534
+ resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.1.1.tgz#b469b245594cb2d088ceebc6369dceb8c00becac"
1535
+ integrity sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==
1536
+ dependencies:
1537
+ regenerate "^1.4.2"
1538
+ regenerate-unicode-properties "^10.2.0"
1539
+ regjsgen "^0.8.0"
1540
+ regjsparser "^0.11.0"
1541
+ unicode-match-property-ecmascript "^2.0.0"
1542
+ unicode-match-property-value-ecmascript "^2.1.0"
1543
+
1544
+regjsgen@^0.8.0:
1545
+ version "0.8.0"
1546
+ resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz#df23ff26e0c5b300a6470cad160a9d090c3a37ab"
1547
+ integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==
1548
+
1549
+regjsparser@^0.11.0:
1550
+ version "0.11.1"
1551
+ resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.11.1.tgz#ae55c74f646db0c8fcb922d4da635e33da405149"
1552
+ integrity sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ==
1553
+ dependencies:
1554
+ jsesc "~3.0.2"
1555
+
1556
+resolve@^1.14.2:
1557
+ version "1.22.8"
1558
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
1559
+ integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
1560
+ dependencies:
1561
+ is-core-module "^2.13.0"
1562
+ path-parse "^1.0.7"
1563
+ supports-preserve-symlinks-flag "^1.0.0"
1564
+
1565
+semver@^5.6.0:
1566
+ version "5.7.2"
1567
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
1568
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
1569
+
1570
+semver@^6.3.1:
1571
+ version "6.3.1"
1572
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1573
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1574
+
1575
+slash@^2.0.0:
1576
+ version "2.0.0"
1577
+ resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
1578
+ integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
1579
+
1580
+source-map@^0.5.0:
1581
+ version "0.5.7"
1582
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1583
+ integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
1584
+
1585
+supports-color@^5.3.0:
1586
+ version "5.5.0"
1587
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
1588
+ integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
1589
+ dependencies:
1590
+ has-flag "^3.0.0"
1591
+
1592
+supports-color@^7.1.0:
1593
+ version "7.2.0"
1594
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
1595
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
1596
+ dependencies:
1597
+ has-flag "^4.0.0"
1598
+
1599
+supports-preserve-symlinks-flag@^1.0.0:
1600
+ version "1.0.0"
1601
+ resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
1602
+ integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
1603
+
1604
+to-fast-properties@^2.0.0:
1605
+ version "2.0.0"
1606
+ resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
1607
+ integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
1608
+
1609
+to-regex-range@^5.0.1:
1610
+ version "5.0.1"
1611
+ resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
1612
+ integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
1613
+ dependencies:
1614
+ is-number "^7.0.0"
1615
+
1616
+trim-right@^1.0.1:
1617
+ version "1.0.1"
1618
+ resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1619
+ integrity sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==
1620
+
1621
+unicode-canonical-property-names-ecmascript@^2.0.0:
1622
+ version "2.0.1"
1623
+ resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2"
1624
+ integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==
1625
+
1626
+unicode-match-property-ecmascript@^2.0.0:
1627
+ version "2.0.0"
1628
+ resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3"
1629
+ integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
1630
+ dependencies:
1631
+ unicode-canonical-property-names-ecmascript "^2.0.0"
1632
+ unicode-property-aliases-ecmascript "^2.0.0"
1633
+
1634
+unicode-match-property-value-ecmascript@^2.1.0:
1635
+ version "2.2.0"
1636
+ resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz#a0401aee72714598f739b68b104e4fe3a0cb3c71"
1637
+ integrity sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==
1638
+
1639
+unicode-property-aliases-ecmascript@^2.0.0:
1640
+ version "2.1.0"
1641
+ resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
1642
+ integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1643
+
1644
+update-browserslist-db@^1.1.0:
1645
+ version "1.1.1"
1646
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
1647
+ integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==
1648
+ dependencies:
1649
+ escalade "^3.2.0"
1650
+ picocolors "^1.1.0"
1651
+
1652
+wrappy@1:
1653
+ version "1.0.2"
1654
+ resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
1655
+ integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
1656
+
1657
+yallist@^3.0.2:
1658
+ version "3.1.1"
1659
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1660
+ integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
1661
+
1662
+zod-validation-error@^2.1.0:
1663
+ version "2.1.0"
1664
+ resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-2.1.0.tgz#208eac75237dfed47c0018d2fe8fd03501bfc9ac"
1665
+ integrity sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==
1666
+
1667
+zod@^3.22.4:
1668
+ version "3.23.8"
1669
+ resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
1670
+ integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==