@asyncapi/generator 2.0.3 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/.dockerignore +2 -0
  2. package/CHANGELOG.md +15 -0
  3. package/docs/configuration-file.md +2 -2
  4. package/docs/nunjucks-render-engine.md +2 -1
  5. package/jest.config.js +9 -0
  6. package/lib/__mocks__/filtersRegistry.js +3 -0
  7. package/lib/__mocks__/hooksRegistry.js +3 -0
  8. package/lib/__mocks__/templateConfigValidator.js +3 -0
  9. package/lib/__mocks__/utils.js +25 -0
  10. package/lib/filtersRegistry.js +14 -10
  11. package/package.json +9 -9
  12. package/test/__mocks__/@npmcli/arborist.js +11 -0
  13. package/test/__mocks__/@npmcli/config.js +3 -0
  14. package/test/__mocks__/fs.extra.js +3 -0
  15. package/test/__mocks__/loglevel.js +3 -0
  16. package/test/__mocks__/resolve-from.js +8 -0
  17. package/test/__mocks__/resolve-pkg.js +8 -0
  18. package/test/__snapshots__/integration.test.js.snap +25 -0
  19. package/test/docs/apiwithref.json +41 -0
  20. package/test/docs/dummy.yml +390 -0
  21. package/test/docs/dummyV3.yml +31 -0
  22. package/test/docs/shared.json +27 -0
  23. package/test/docs/ws.yml +36 -0
  24. package/test/generator.test.js +626 -0
  25. package/test/integration.test.js +58 -0
  26. package/test/parser.test.js +107 -0
  27. package/test/renderer.test.js +62 -0
  28. package/test/templateConfigValidator.test.js +277 -0
  29. package/test/test-project/.yarncr.yml +3 -0
  30. package/test/test-project/README.md +4 -0
  31. package/test/test-project/docker-compose.yml +24 -0
  32. package/test/test-project/package.json +25 -0
  33. package/test/test-project/test-entrypoint.sh +12 -0
  34. package/test/test-project/test-global.test.js +37 -0
  35. package/test/test-project/test-project.test.js +98 -0
  36. package/test/test-project/test-registry.test.js +55 -0
  37. package/test/test-project/test.sh +99 -0
  38. package/test/test-project/verdaccio/config.yaml +16 -0
  39. package/test/test-project/verdaccio/htpasswd +1 -0
  40. package/test/test-templates/nunjucks-template/package-lock.json +4143 -0
  41. package/test/test-templates/nunjucks-template/package.json +21 -0
  42. package/test/test-templates/nunjucks-template/template/test-file.md +5 -0
  43. package/test/test-templates/react-template/__transpiled/test-file.md.js +24 -0
  44. package/test/test-templates/react-template/__transpiled/test-file.md.js.map +1 -0
  45. package/test/test-templates/react-template/package-lock.json +4143 -0
  46. package/test/test-templates/react-template/package.json +23 -0
  47. package/test/test-templates/react-template/template/test-file.md.js +11 -0
  48. package/test/utils.test.js +76 -0
  49. package/.eslintignore +0 -5
  50. package/.eslintrc +0 -113
  51. package/.npmrc.template +0 -1
  52. package/.releaserc +0 -24
  53. package/.sonarcloud.properties +0 -2
  54. package/CODEOWNERS +0 -12
  55. package/CODE_OF_CONDUCT.md +0 -46
  56. package/CONTRIBUTING.md +0 -79
  57. package/LICENSE +0 -201
  58. package/README.md +0 -98
  59. package/assets/readme-banner.png +0 -0
@@ -0,0 +1,4143 @@
1
+ {
2
+ "name": "nunjucks-template",
3
+ "version": "0.0.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "nunjucks-template",
9
+ "version": "0.0.1",
10
+ "dependencies": {
11
+ "@asyncapi/generator-react-sdk": "^1.0.19"
12
+ }
13
+ },
14
+ "node_modules/@ampproject/remapping": {
15
+ "version": "2.3.0",
16
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
17
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
18
+ "peer": true,
19
+ "dependencies": {
20
+ "@jridgewell/gen-mapping": "^0.3.5",
21
+ "@jridgewell/trace-mapping": "^0.3.24"
22
+ },
23
+ "engines": {
24
+ "node": ">=6.0.0"
25
+ }
26
+ },
27
+ "node_modules/@asyncapi/generator-react-sdk": {
28
+ "version": "1.0.19",
29
+ "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.19.tgz",
30
+ "integrity": "sha512-J+uj7pptc8IUg4RLNWwoTB0AizYGKSbTjcN87BU3Ck8TwGxIuSRuk7Dz/SX0I/6bX0PWgZN8snsahBQ3j4HXYA==",
31
+ "dependencies": {
32
+ "@asyncapi/parser": "^3.0.15",
33
+ "@babel/core": "7.12.9",
34
+ "@babel/preset-env": "^7.12.7",
35
+ "@babel/preset-react": "^7.12.7",
36
+ "@rollup/plugin-babel": "^5.2.1",
37
+ "babel-plugin-source-map-support": "^2.1.3",
38
+ "prop-types": "^15.7.2",
39
+ "react": "^17.0.1",
40
+ "rollup": "^2.60.1",
41
+ "source-map-support": "^0.5.19"
42
+ }
43
+ },
44
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/@babel/core": {
45
+ "version": "7.12.9",
46
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
47
+ "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
48
+ "dependencies": {
49
+ "@babel/code-frame": "^7.10.4",
50
+ "@babel/generator": "^7.12.5",
51
+ "@babel/helper-module-transforms": "^7.12.1",
52
+ "@babel/helpers": "^7.12.5",
53
+ "@babel/parser": "^7.12.7",
54
+ "@babel/template": "^7.12.7",
55
+ "@babel/traverse": "^7.12.9",
56
+ "@babel/types": "^7.12.7",
57
+ "convert-source-map": "^1.7.0",
58
+ "debug": "^4.1.0",
59
+ "gensync": "^1.0.0-beta.1",
60
+ "json5": "^2.1.2",
61
+ "lodash": "^4.17.19",
62
+ "resolve": "^1.3.2",
63
+ "semver": "^5.4.1",
64
+ "source-map": "^0.5.0"
65
+ },
66
+ "engines": {
67
+ "node": ">=6.9.0"
68
+ },
69
+ "funding": {
70
+ "type": "opencollective",
71
+ "url": "https://opencollective.com/babel"
72
+ }
73
+ },
74
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/convert-source-map": {
75
+ "version": "1.9.0",
76
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
77
+ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
78
+ },
79
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/semver": {
80
+ "version": "5.7.2",
81
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
82
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
83
+ "bin": {
84
+ "semver": "bin/semver"
85
+ }
86
+ },
87
+ "node_modules/@asyncapi/generator-react-sdk/node_modules/source-map": {
88
+ "version": "0.5.7",
89
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
90
+ "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
91
+ "engines": {
92
+ "node": ">=0.10.0"
93
+ }
94
+ },
95
+ "node_modules/@asyncapi/parser": {
96
+ "version": "3.0.15",
97
+ "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.15.tgz",
98
+ "integrity": "sha512-tP4O6c9jM8pKimg8kw3+/SdPAKJQWPmYozO6ZFJB5ziVtsr3Z8Qe06V13QcBOg4LzIWAwontyG5lZ5jnyvuDPQ==",
99
+ "dependencies": {
100
+ "@asyncapi/specs": "^6.6.0",
101
+ "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0",
102
+ "@stoplight/json": "^3.20.2",
103
+ "@stoplight/json-ref-readers": "^1.2.2",
104
+ "@stoplight/json-ref-resolver": "^3.1.5",
105
+ "@stoplight/spectral-core": "^1.16.1",
106
+ "@stoplight/spectral-functions": "^1.7.2",
107
+ "@stoplight/spectral-parsers": "^1.0.2",
108
+ "@stoplight/spectral-ref-resolver": "^1.0.3",
109
+ "@stoplight/types": "^13.12.0",
110
+ "@types/json-schema": "^7.0.11",
111
+ "@types/urijs": "^1.19.19",
112
+ "ajv": "^8.11.0",
113
+ "ajv-errors": "^3.0.0",
114
+ "ajv-formats": "^2.1.1",
115
+ "avsc": "^5.7.5",
116
+ "js-yaml": "^4.1.0",
117
+ "jsonpath-plus": "^7.2.0",
118
+ "node-fetch": "2.6.7"
119
+ }
120
+ },
121
+ "node_modules/@asyncapi/specs": {
122
+ "version": "6.7.1",
123
+ "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.7.1.tgz",
124
+ "integrity": "sha512-jEaW2vgAwD9GboCdO/TI1zN2k+iowL8YFYwiZwTIr4U4KDmsgo3BLypScl6Jl4+IvY9RdsWE67nuzVX7jooiqQ==",
125
+ "dependencies": {
126
+ "@types/json-schema": "^7.0.11"
127
+ }
128
+ },
129
+ "node_modules/@babel/code-frame": {
130
+ "version": "7.24.2",
131
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
132
+ "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
133
+ "dependencies": {
134
+ "@babel/highlight": "^7.24.2",
135
+ "picocolors": "^1.0.0"
136
+ },
137
+ "engines": {
138
+ "node": ">=6.9.0"
139
+ }
140
+ },
141
+ "node_modules/@babel/compat-data": {
142
+ "version": "7.24.4",
143
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz",
144
+ "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==",
145
+ "engines": {
146
+ "node": ">=6.9.0"
147
+ }
148
+ },
149
+ "node_modules/@babel/core": {
150
+ "version": "7.24.4",
151
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz",
152
+ "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
153
+ "peer": true,
154
+ "dependencies": {
155
+ "@ampproject/remapping": "^2.2.0",
156
+ "@babel/code-frame": "^7.24.2",
157
+ "@babel/generator": "^7.24.4",
158
+ "@babel/helper-compilation-targets": "^7.23.6",
159
+ "@babel/helper-module-transforms": "^7.23.3",
160
+ "@babel/helpers": "^7.24.4",
161
+ "@babel/parser": "^7.24.4",
162
+ "@babel/template": "^7.24.0",
163
+ "@babel/traverse": "^7.24.1",
164
+ "@babel/types": "^7.24.0",
165
+ "convert-source-map": "^2.0.0",
166
+ "debug": "^4.1.0",
167
+ "gensync": "^1.0.0-beta.2",
168
+ "json5": "^2.2.3",
169
+ "semver": "^6.3.1"
170
+ },
171
+ "engines": {
172
+ "node": ">=6.9.0"
173
+ },
174
+ "funding": {
175
+ "type": "opencollective",
176
+ "url": "https://opencollective.com/babel"
177
+ }
178
+ },
179
+ "node_modules/@babel/generator": {
180
+ "version": "7.24.4",
181
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz",
182
+ "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==",
183
+ "dependencies": {
184
+ "@babel/types": "^7.24.0",
185
+ "@jridgewell/gen-mapping": "^0.3.5",
186
+ "@jridgewell/trace-mapping": "^0.3.25",
187
+ "jsesc": "^2.5.1"
188
+ },
189
+ "engines": {
190
+ "node": ">=6.9.0"
191
+ }
192
+ },
193
+ "node_modules/@babel/helper-annotate-as-pure": {
194
+ "version": "7.22.5",
195
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
196
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
197
+ "dependencies": {
198
+ "@babel/types": "^7.22.5"
199
+ },
200
+ "engines": {
201
+ "node": ">=6.9.0"
202
+ }
203
+ },
204
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
205
+ "version": "7.22.15",
206
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
207
+ "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
208
+ "dependencies": {
209
+ "@babel/types": "^7.22.15"
210
+ },
211
+ "engines": {
212
+ "node": ">=6.9.0"
213
+ }
214
+ },
215
+ "node_modules/@babel/helper-compilation-targets": {
216
+ "version": "7.23.6",
217
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
218
+ "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
219
+ "dependencies": {
220
+ "@babel/compat-data": "^7.23.5",
221
+ "@babel/helper-validator-option": "^7.23.5",
222
+ "browserslist": "^4.22.2",
223
+ "lru-cache": "^5.1.1",
224
+ "semver": "^6.3.1"
225
+ },
226
+ "engines": {
227
+ "node": ">=6.9.0"
228
+ }
229
+ },
230
+ "node_modules/@babel/helper-create-class-features-plugin": {
231
+ "version": "7.24.4",
232
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz",
233
+ "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==",
234
+ "dependencies": {
235
+ "@babel/helper-annotate-as-pure": "^7.22.5",
236
+ "@babel/helper-environment-visitor": "^7.22.20",
237
+ "@babel/helper-function-name": "^7.23.0",
238
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
239
+ "@babel/helper-optimise-call-expression": "^7.22.5",
240
+ "@babel/helper-replace-supers": "^7.24.1",
241
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
242
+ "@babel/helper-split-export-declaration": "^7.22.6",
243
+ "semver": "^6.3.1"
244
+ },
245
+ "engines": {
246
+ "node": ">=6.9.0"
247
+ },
248
+ "peerDependencies": {
249
+ "@babel/core": "^7.0.0"
250
+ }
251
+ },
252
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
253
+ "version": "7.22.15",
254
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
255
+ "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
256
+ "dependencies": {
257
+ "@babel/helper-annotate-as-pure": "^7.22.5",
258
+ "regexpu-core": "^5.3.1",
259
+ "semver": "^6.3.1"
260
+ },
261
+ "engines": {
262
+ "node": ">=6.9.0"
263
+ },
264
+ "peerDependencies": {
265
+ "@babel/core": "^7.0.0"
266
+ }
267
+ },
268
+ "node_modules/@babel/helper-define-polyfill-provider": {
269
+ "version": "0.6.2",
270
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
271
+ "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
272
+ "dependencies": {
273
+ "@babel/helper-compilation-targets": "^7.22.6",
274
+ "@babel/helper-plugin-utils": "^7.22.5",
275
+ "debug": "^4.1.1",
276
+ "lodash.debounce": "^4.0.8",
277
+ "resolve": "^1.14.2"
278
+ },
279
+ "peerDependencies": {
280
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
281
+ }
282
+ },
283
+ "node_modules/@babel/helper-environment-visitor": {
284
+ "version": "7.22.20",
285
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
286
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
287
+ "engines": {
288
+ "node": ">=6.9.0"
289
+ }
290
+ },
291
+ "node_modules/@babel/helper-function-name": {
292
+ "version": "7.23.0",
293
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
294
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
295
+ "dependencies": {
296
+ "@babel/template": "^7.22.15",
297
+ "@babel/types": "^7.23.0"
298
+ },
299
+ "engines": {
300
+ "node": ">=6.9.0"
301
+ }
302
+ },
303
+ "node_modules/@babel/helper-hoist-variables": {
304
+ "version": "7.22.5",
305
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
306
+ "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
307
+ "dependencies": {
308
+ "@babel/types": "^7.22.5"
309
+ },
310
+ "engines": {
311
+ "node": ">=6.9.0"
312
+ }
313
+ },
314
+ "node_modules/@babel/helper-member-expression-to-functions": {
315
+ "version": "7.23.0",
316
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
317
+ "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
318
+ "dependencies": {
319
+ "@babel/types": "^7.23.0"
320
+ },
321
+ "engines": {
322
+ "node": ">=6.9.0"
323
+ }
324
+ },
325
+ "node_modules/@babel/helper-module-imports": {
326
+ "version": "7.24.3",
327
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
328
+ "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
329
+ "dependencies": {
330
+ "@babel/types": "^7.24.0"
331
+ },
332
+ "engines": {
333
+ "node": ">=6.9.0"
334
+ }
335
+ },
336
+ "node_modules/@babel/helper-module-transforms": {
337
+ "version": "7.23.3",
338
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
339
+ "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
340
+ "dependencies": {
341
+ "@babel/helper-environment-visitor": "^7.22.20",
342
+ "@babel/helper-module-imports": "^7.22.15",
343
+ "@babel/helper-simple-access": "^7.22.5",
344
+ "@babel/helper-split-export-declaration": "^7.22.6",
345
+ "@babel/helper-validator-identifier": "^7.22.20"
346
+ },
347
+ "engines": {
348
+ "node": ">=6.9.0"
349
+ },
350
+ "peerDependencies": {
351
+ "@babel/core": "^7.0.0"
352
+ }
353
+ },
354
+ "node_modules/@babel/helper-optimise-call-expression": {
355
+ "version": "7.22.5",
356
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
357
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
358
+ "dependencies": {
359
+ "@babel/types": "^7.22.5"
360
+ },
361
+ "engines": {
362
+ "node": ">=6.9.0"
363
+ }
364
+ },
365
+ "node_modules/@babel/helper-plugin-utils": {
366
+ "version": "7.24.0",
367
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
368
+ "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
369
+ "engines": {
370
+ "node": ">=6.9.0"
371
+ }
372
+ },
373
+ "node_modules/@babel/helper-remap-async-to-generator": {
374
+ "version": "7.22.20",
375
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
376
+ "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
377
+ "dependencies": {
378
+ "@babel/helper-annotate-as-pure": "^7.22.5",
379
+ "@babel/helper-environment-visitor": "^7.22.20",
380
+ "@babel/helper-wrap-function": "^7.22.20"
381
+ },
382
+ "engines": {
383
+ "node": ">=6.9.0"
384
+ },
385
+ "peerDependencies": {
386
+ "@babel/core": "^7.0.0"
387
+ }
388
+ },
389
+ "node_modules/@babel/helper-replace-supers": {
390
+ "version": "7.24.1",
391
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz",
392
+ "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==",
393
+ "dependencies": {
394
+ "@babel/helper-environment-visitor": "^7.22.20",
395
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
396
+ "@babel/helper-optimise-call-expression": "^7.22.5"
397
+ },
398
+ "engines": {
399
+ "node": ">=6.9.0"
400
+ },
401
+ "peerDependencies": {
402
+ "@babel/core": "^7.0.0"
403
+ }
404
+ },
405
+ "node_modules/@babel/helper-simple-access": {
406
+ "version": "7.22.5",
407
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
408
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
409
+ "dependencies": {
410
+ "@babel/types": "^7.22.5"
411
+ },
412
+ "engines": {
413
+ "node": ">=6.9.0"
414
+ }
415
+ },
416
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
417
+ "version": "7.22.5",
418
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
419
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
420
+ "dependencies": {
421
+ "@babel/types": "^7.22.5"
422
+ },
423
+ "engines": {
424
+ "node": ">=6.9.0"
425
+ }
426
+ },
427
+ "node_modules/@babel/helper-split-export-declaration": {
428
+ "version": "7.22.6",
429
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
430
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
431
+ "dependencies": {
432
+ "@babel/types": "^7.22.5"
433
+ },
434
+ "engines": {
435
+ "node": ">=6.9.0"
436
+ }
437
+ },
438
+ "node_modules/@babel/helper-string-parser": {
439
+ "version": "7.24.1",
440
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
441
+ "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
442
+ "engines": {
443
+ "node": ">=6.9.0"
444
+ }
445
+ },
446
+ "node_modules/@babel/helper-validator-identifier": {
447
+ "version": "7.22.20",
448
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
449
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
450
+ "engines": {
451
+ "node": ">=6.9.0"
452
+ }
453
+ },
454
+ "node_modules/@babel/helper-validator-option": {
455
+ "version": "7.23.5",
456
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
457
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
458
+ "engines": {
459
+ "node": ">=6.9.0"
460
+ }
461
+ },
462
+ "node_modules/@babel/helper-wrap-function": {
463
+ "version": "7.22.20",
464
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
465
+ "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
466
+ "dependencies": {
467
+ "@babel/helper-function-name": "^7.22.5",
468
+ "@babel/template": "^7.22.15",
469
+ "@babel/types": "^7.22.19"
470
+ },
471
+ "engines": {
472
+ "node": ">=6.9.0"
473
+ }
474
+ },
475
+ "node_modules/@babel/helpers": {
476
+ "version": "7.24.4",
477
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz",
478
+ "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==",
479
+ "dependencies": {
480
+ "@babel/template": "^7.24.0",
481
+ "@babel/traverse": "^7.24.1",
482
+ "@babel/types": "^7.24.0"
483
+ },
484
+ "engines": {
485
+ "node": ">=6.9.0"
486
+ }
487
+ },
488
+ "node_modules/@babel/highlight": {
489
+ "version": "7.24.2",
490
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
491
+ "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
492
+ "dependencies": {
493
+ "@babel/helper-validator-identifier": "^7.22.20",
494
+ "chalk": "^2.4.2",
495
+ "js-tokens": "^4.0.0",
496
+ "picocolors": "^1.0.0"
497
+ },
498
+ "engines": {
499
+ "node": ">=6.9.0"
500
+ }
501
+ },
502
+ "node_modules/@babel/parser": {
503
+ "version": "7.24.4",
504
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
505
+ "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
506
+ "bin": {
507
+ "parser": "bin/babel-parser.js"
508
+ },
509
+ "engines": {
510
+ "node": ">=6.0.0"
511
+ }
512
+ },
513
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
514
+ "version": "7.24.4",
515
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz",
516
+ "integrity": "sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==",
517
+ "dependencies": {
518
+ "@babel/helper-environment-visitor": "^7.22.20",
519
+ "@babel/helper-plugin-utils": "^7.24.0"
520
+ },
521
+ "engines": {
522
+ "node": ">=6.9.0"
523
+ },
524
+ "peerDependencies": {
525
+ "@babel/core": "^7.0.0"
526
+ }
527
+ },
528
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
529
+ "version": "7.24.1",
530
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz",
531
+ "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==",
532
+ "dependencies": {
533
+ "@babel/helper-plugin-utils": "^7.24.0"
534
+ },
535
+ "engines": {
536
+ "node": ">=6.9.0"
537
+ },
538
+ "peerDependencies": {
539
+ "@babel/core": "^7.0.0"
540
+ }
541
+ },
542
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
543
+ "version": "7.24.1",
544
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz",
545
+ "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==",
546
+ "dependencies": {
547
+ "@babel/helper-plugin-utils": "^7.24.0",
548
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
549
+ "@babel/plugin-transform-optional-chaining": "^7.24.1"
550
+ },
551
+ "engines": {
552
+ "node": ">=6.9.0"
553
+ },
554
+ "peerDependencies": {
555
+ "@babel/core": "^7.13.0"
556
+ }
557
+ },
558
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
559
+ "version": "7.24.1",
560
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz",
561
+ "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==",
562
+ "dependencies": {
563
+ "@babel/helper-environment-visitor": "^7.22.20",
564
+ "@babel/helper-plugin-utils": "^7.24.0"
565
+ },
566
+ "engines": {
567
+ "node": ">=6.9.0"
568
+ },
569
+ "peerDependencies": {
570
+ "@babel/core": "^7.0.0"
571
+ }
572
+ },
573
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
574
+ "version": "7.21.0-placeholder-for-preset-env.2",
575
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
576
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
577
+ "engines": {
578
+ "node": ">=6.9.0"
579
+ },
580
+ "peerDependencies": {
581
+ "@babel/core": "^7.0.0-0"
582
+ }
583
+ },
584
+ "node_modules/@babel/plugin-syntax-async-generators": {
585
+ "version": "7.8.4",
586
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
587
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
588
+ "dependencies": {
589
+ "@babel/helper-plugin-utils": "^7.8.0"
590
+ },
591
+ "peerDependencies": {
592
+ "@babel/core": "^7.0.0-0"
593
+ }
594
+ },
595
+ "node_modules/@babel/plugin-syntax-class-properties": {
596
+ "version": "7.12.13",
597
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
598
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
599
+ "dependencies": {
600
+ "@babel/helper-plugin-utils": "^7.12.13"
601
+ },
602
+ "peerDependencies": {
603
+ "@babel/core": "^7.0.0-0"
604
+ }
605
+ },
606
+ "node_modules/@babel/plugin-syntax-class-static-block": {
607
+ "version": "7.14.5",
608
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
609
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
610
+ "dependencies": {
611
+ "@babel/helper-plugin-utils": "^7.14.5"
612
+ },
613
+ "engines": {
614
+ "node": ">=6.9.0"
615
+ },
616
+ "peerDependencies": {
617
+ "@babel/core": "^7.0.0-0"
618
+ }
619
+ },
620
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
621
+ "version": "7.8.3",
622
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
623
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
624
+ "dependencies": {
625
+ "@babel/helper-plugin-utils": "^7.8.0"
626
+ },
627
+ "peerDependencies": {
628
+ "@babel/core": "^7.0.0-0"
629
+ }
630
+ },
631
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
632
+ "version": "7.8.3",
633
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
634
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
635
+ "dependencies": {
636
+ "@babel/helper-plugin-utils": "^7.8.3"
637
+ },
638
+ "peerDependencies": {
639
+ "@babel/core": "^7.0.0-0"
640
+ }
641
+ },
642
+ "node_modules/@babel/plugin-syntax-import-assertions": {
643
+ "version": "7.24.1",
644
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz",
645
+ "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==",
646
+ "dependencies": {
647
+ "@babel/helper-plugin-utils": "^7.24.0"
648
+ },
649
+ "engines": {
650
+ "node": ">=6.9.0"
651
+ },
652
+ "peerDependencies": {
653
+ "@babel/core": "^7.0.0-0"
654
+ }
655
+ },
656
+ "node_modules/@babel/plugin-syntax-import-attributes": {
657
+ "version": "7.24.1",
658
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz",
659
+ "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==",
660
+ "dependencies": {
661
+ "@babel/helper-plugin-utils": "^7.24.0"
662
+ },
663
+ "engines": {
664
+ "node": ">=6.9.0"
665
+ },
666
+ "peerDependencies": {
667
+ "@babel/core": "^7.0.0-0"
668
+ }
669
+ },
670
+ "node_modules/@babel/plugin-syntax-import-meta": {
671
+ "version": "7.10.4",
672
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
673
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
674
+ "dependencies": {
675
+ "@babel/helper-plugin-utils": "^7.10.4"
676
+ },
677
+ "peerDependencies": {
678
+ "@babel/core": "^7.0.0-0"
679
+ }
680
+ },
681
+ "node_modules/@babel/plugin-syntax-json-strings": {
682
+ "version": "7.8.3",
683
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
684
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
685
+ "dependencies": {
686
+ "@babel/helper-plugin-utils": "^7.8.0"
687
+ },
688
+ "peerDependencies": {
689
+ "@babel/core": "^7.0.0-0"
690
+ }
691
+ },
692
+ "node_modules/@babel/plugin-syntax-jsx": {
693
+ "version": "7.24.1",
694
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz",
695
+ "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==",
696
+ "dependencies": {
697
+ "@babel/helper-plugin-utils": "^7.24.0"
698
+ },
699
+ "engines": {
700
+ "node": ">=6.9.0"
701
+ },
702
+ "peerDependencies": {
703
+ "@babel/core": "^7.0.0-0"
704
+ }
705
+ },
706
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
707
+ "version": "7.10.4",
708
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
709
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
710
+ "dependencies": {
711
+ "@babel/helper-plugin-utils": "^7.10.4"
712
+ },
713
+ "peerDependencies": {
714
+ "@babel/core": "^7.0.0-0"
715
+ }
716
+ },
717
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
718
+ "version": "7.8.3",
719
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
720
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
721
+ "dependencies": {
722
+ "@babel/helper-plugin-utils": "^7.8.0"
723
+ },
724
+ "peerDependencies": {
725
+ "@babel/core": "^7.0.0-0"
726
+ }
727
+ },
728
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
729
+ "version": "7.10.4",
730
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
731
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
732
+ "dependencies": {
733
+ "@babel/helper-plugin-utils": "^7.10.4"
734
+ },
735
+ "peerDependencies": {
736
+ "@babel/core": "^7.0.0-0"
737
+ }
738
+ },
739
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
740
+ "version": "7.8.3",
741
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
742
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
743
+ "dependencies": {
744
+ "@babel/helper-plugin-utils": "^7.8.0"
745
+ },
746
+ "peerDependencies": {
747
+ "@babel/core": "^7.0.0-0"
748
+ }
749
+ },
750
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
751
+ "version": "7.8.3",
752
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
753
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
754
+ "dependencies": {
755
+ "@babel/helper-plugin-utils": "^7.8.0"
756
+ },
757
+ "peerDependencies": {
758
+ "@babel/core": "^7.0.0-0"
759
+ }
760
+ },
761
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
762
+ "version": "7.8.3",
763
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
764
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
765
+ "dependencies": {
766
+ "@babel/helper-plugin-utils": "^7.8.0"
767
+ },
768
+ "peerDependencies": {
769
+ "@babel/core": "^7.0.0-0"
770
+ }
771
+ },
772
+ "node_modules/@babel/plugin-syntax-private-property-in-object": {
773
+ "version": "7.14.5",
774
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
775
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
776
+ "dependencies": {
777
+ "@babel/helper-plugin-utils": "^7.14.5"
778
+ },
779
+ "engines": {
780
+ "node": ">=6.9.0"
781
+ },
782
+ "peerDependencies": {
783
+ "@babel/core": "^7.0.0-0"
784
+ }
785
+ },
786
+ "node_modules/@babel/plugin-syntax-top-level-await": {
787
+ "version": "7.14.5",
788
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
789
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
790
+ "dependencies": {
791
+ "@babel/helper-plugin-utils": "^7.14.5"
792
+ },
793
+ "engines": {
794
+ "node": ">=6.9.0"
795
+ },
796
+ "peerDependencies": {
797
+ "@babel/core": "^7.0.0-0"
798
+ }
799
+ },
800
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
801
+ "version": "7.18.6",
802
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
803
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
804
+ "dependencies": {
805
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
806
+ "@babel/helper-plugin-utils": "^7.18.6"
807
+ },
808
+ "engines": {
809
+ "node": ">=6.9.0"
810
+ },
811
+ "peerDependencies": {
812
+ "@babel/core": "^7.0.0"
813
+ }
814
+ },
815
+ "node_modules/@babel/plugin-transform-arrow-functions": {
816
+ "version": "7.24.1",
817
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz",
818
+ "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==",
819
+ "dependencies": {
820
+ "@babel/helper-plugin-utils": "^7.24.0"
821
+ },
822
+ "engines": {
823
+ "node": ">=6.9.0"
824
+ },
825
+ "peerDependencies": {
826
+ "@babel/core": "^7.0.0-0"
827
+ }
828
+ },
829
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
830
+ "version": "7.24.3",
831
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz",
832
+ "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==",
833
+ "dependencies": {
834
+ "@babel/helper-environment-visitor": "^7.22.20",
835
+ "@babel/helper-plugin-utils": "^7.24.0",
836
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
837
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
838
+ },
839
+ "engines": {
840
+ "node": ">=6.9.0"
841
+ },
842
+ "peerDependencies": {
843
+ "@babel/core": "^7.0.0-0"
844
+ }
845
+ },
846
+ "node_modules/@babel/plugin-transform-async-to-generator": {
847
+ "version": "7.24.1",
848
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz",
849
+ "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==",
850
+ "dependencies": {
851
+ "@babel/helper-module-imports": "^7.24.1",
852
+ "@babel/helper-plugin-utils": "^7.24.0",
853
+ "@babel/helper-remap-async-to-generator": "^7.22.20"
854
+ },
855
+ "engines": {
856
+ "node": ">=6.9.0"
857
+ },
858
+ "peerDependencies": {
859
+ "@babel/core": "^7.0.0-0"
860
+ }
861
+ },
862
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
863
+ "version": "7.24.1",
864
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz",
865
+ "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==",
866
+ "dependencies": {
867
+ "@babel/helper-plugin-utils": "^7.24.0"
868
+ },
869
+ "engines": {
870
+ "node": ">=6.9.0"
871
+ },
872
+ "peerDependencies": {
873
+ "@babel/core": "^7.0.0-0"
874
+ }
875
+ },
876
+ "node_modules/@babel/plugin-transform-block-scoping": {
877
+ "version": "7.24.4",
878
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz",
879
+ "integrity": "sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==",
880
+ "dependencies": {
881
+ "@babel/helper-plugin-utils": "^7.24.0"
882
+ },
883
+ "engines": {
884
+ "node": ">=6.9.0"
885
+ },
886
+ "peerDependencies": {
887
+ "@babel/core": "^7.0.0-0"
888
+ }
889
+ },
890
+ "node_modules/@babel/plugin-transform-class-properties": {
891
+ "version": "7.24.1",
892
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz",
893
+ "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==",
894
+ "dependencies": {
895
+ "@babel/helper-create-class-features-plugin": "^7.24.1",
896
+ "@babel/helper-plugin-utils": "^7.24.0"
897
+ },
898
+ "engines": {
899
+ "node": ">=6.9.0"
900
+ },
901
+ "peerDependencies": {
902
+ "@babel/core": "^7.0.0-0"
903
+ }
904
+ },
905
+ "node_modules/@babel/plugin-transform-class-static-block": {
906
+ "version": "7.24.4",
907
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz",
908
+ "integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==",
909
+ "dependencies": {
910
+ "@babel/helper-create-class-features-plugin": "^7.24.4",
911
+ "@babel/helper-plugin-utils": "^7.24.0",
912
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
913
+ },
914
+ "engines": {
915
+ "node": ">=6.9.0"
916
+ },
917
+ "peerDependencies": {
918
+ "@babel/core": "^7.12.0"
919
+ }
920
+ },
921
+ "node_modules/@babel/plugin-transform-classes": {
922
+ "version": "7.24.1",
923
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz",
924
+ "integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==",
925
+ "dependencies": {
926
+ "@babel/helper-annotate-as-pure": "^7.22.5",
927
+ "@babel/helper-compilation-targets": "^7.23.6",
928
+ "@babel/helper-environment-visitor": "^7.22.20",
929
+ "@babel/helper-function-name": "^7.23.0",
930
+ "@babel/helper-plugin-utils": "^7.24.0",
931
+ "@babel/helper-replace-supers": "^7.24.1",
932
+ "@babel/helper-split-export-declaration": "^7.22.6",
933
+ "globals": "^11.1.0"
934
+ },
935
+ "engines": {
936
+ "node": ">=6.9.0"
937
+ },
938
+ "peerDependencies": {
939
+ "@babel/core": "^7.0.0-0"
940
+ }
941
+ },
942
+ "node_modules/@babel/plugin-transform-computed-properties": {
943
+ "version": "7.24.1",
944
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz",
945
+ "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==",
946
+ "dependencies": {
947
+ "@babel/helper-plugin-utils": "^7.24.0",
948
+ "@babel/template": "^7.24.0"
949
+ },
950
+ "engines": {
951
+ "node": ">=6.9.0"
952
+ },
953
+ "peerDependencies": {
954
+ "@babel/core": "^7.0.0-0"
955
+ }
956
+ },
957
+ "node_modules/@babel/plugin-transform-destructuring": {
958
+ "version": "7.24.1",
959
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz",
960
+ "integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==",
961
+ "dependencies": {
962
+ "@babel/helper-plugin-utils": "^7.24.0"
963
+ },
964
+ "engines": {
965
+ "node": ">=6.9.0"
966
+ },
967
+ "peerDependencies": {
968
+ "@babel/core": "^7.0.0-0"
969
+ }
970
+ },
971
+ "node_modules/@babel/plugin-transform-dotall-regex": {
972
+ "version": "7.24.1",
973
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz",
974
+ "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==",
975
+ "dependencies": {
976
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
977
+ "@babel/helper-plugin-utils": "^7.24.0"
978
+ },
979
+ "engines": {
980
+ "node": ">=6.9.0"
981
+ },
982
+ "peerDependencies": {
983
+ "@babel/core": "^7.0.0-0"
984
+ }
985
+ },
986
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
987
+ "version": "7.24.1",
988
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz",
989
+ "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==",
990
+ "dependencies": {
991
+ "@babel/helper-plugin-utils": "^7.24.0"
992
+ },
993
+ "engines": {
994
+ "node": ">=6.9.0"
995
+ },
996
+ "peerDependencies": {
997
+ "@babel/core": "^7.0.0-0"
998
+ }
999
+ },
1000
+ "node_modules/@babel/plugin-transform-dynamic-import": {
1001
+ "version": "7.24.1",
1002
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz",
1003
+ "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==",
1004
+ "dependencies": {
1005
+ "@babel/helper-plugin-utils": "^7.24.0",
1006
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
1007
+ },
1008
+ "engines": {
1009
+ "node": ">=6.9.0"
1010
+ },
1011
+ "peerDependencies": {
1012
+ "@babel/core": "^7.0.0-0"
1013
+ }
1014
+ },
1015
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
1016
+ "version": "7.24.1",
1017
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz",
1018
+ "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==",
1019
+ "dependencies": {
1020
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
1021
+ "@babel/helper-plugin-utils": "^7.24.0"
1022
+ },
1023
+ "engines": {
1024
+ "node": ">=6.9.0"
1025
+ },
1026
+ "peerDependencies": {
1027
+ "@babel/core": "^7.0.0-0"
1028
+ }
1029
+ },
1030
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
1031
+ "version": "7.24.1",
1032
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz",
1033
+ "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==",
1034
+ "dependencies": {
1035
+ "@babel/helper-plugin-utils": "^7.24.0",
1036
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1037
+ },
1038
+ "engines": {
1039
+ "node": ">=6.9.0"
1040
+ },
1041
+ "peerDependencies": {
1042
+ "@babel/core": "^7.0.0-0"
1043
+ }
1044
+ },
1045
+ "node_modules/@babel/plugin-transform-for-of": {
1046
+ "version": "7.24.1",
1047
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz",
1048
+ "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==",
1049
+ "dependencies": {
1050
+ "@babel/helper-plugin-utils": "^7.24.0",
1051
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
1052
+ },
1053
+ "engines": {
1054
+ "node": ">=6.9.0"
1055
+ },
1056
+ "peerDependencies": {
1057
+ "@babel/core": "^7.0.0-0"
1058
+ }
1059
+ },
1060
+ "node_modules/@babel/plugin-transform-function-name": {
1061
+ "version": "7.24.1",
1062
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz",
1063
+ "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==",
1064
+ "dependencies": {
1065
+ "@babel/helper-compilation-targets": "^7.23.6",
1066
+ "@babel/helper-function-name": "^7.23.0",
1067
+ "@babel/helper-plugin-utils": "^7.24.0"
1068
+ },
1069
+ "engines": {
1070
+ "node": ">=6.9.0"
1071
+ },
1072
+ "peerDependencies": {
1073
+ "@babel/core": "^7.0.0-0"
1074
+ }
1075
+ },
1076
+ "node_modules/@babel/plugin-transform-json-strings": {
1077
+ "version": "7.24.1",
1078
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz",
1079
+ "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==",
1080
+ "dependencies": {
1081
+ "@babel/helper-plugin-utils": "^7.24.0",
1082
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
1083
+ },
1084
+ "engines": {
1085
+ "node": ">=6.9.0"
1086
+ },
1087
+ "peerDependencies": {
1088
+ "@babel/core": "^7.0.0-0"
1089
+ }
1090
+ },
1091
+ "node_modules/@babel/plugin-transform-literals": {
1092
+ "version": "7.24.1",
1093
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz",
1094
+ "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==",
1095
+ "dependencies": {
1096
+ "@babel/helper-plugin-utils": "^7.24.0"
1097
+ },
1098
+ "engines": {
1099
+ "node": ">=6.9.0"
1100
+ },
1101
+ "peerDependencies": {
1102
+ "@babel/core": "^7.0.0-0"
1103
+ }
1104
+ },
1105
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1106
+ "version": "7.24.1",
1107
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz",
1108
+ "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==",
1109
+ "dependencies": {
1110
+ "@babel/helper-plugin-utils": "^7.24.0",
1111
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1112
+ },
1113
+ "engines": {
1114
+ "node": ">=6.9.0"
1115
+ },
1116
+ "peerDependencies": {
1117
+ "@babel/core": "^7.0.0-0"
1118
+ }
1119
+ },
1120
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
1121
+ "version": "7.24.1",
1122
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz",
1123
+ "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==",
1124
+ "dependencies": {
1125
+ "@babel/helper-plugin-utils": "^7.24.0"
1126
+ },
1127
+ "engines": {
1128
+ "node": ">=6.9.0"
1129
+ },
1130
+ "peerDependencies": {
1131
+ "@babel/core": "^7.0.0-0"
1132
+ }
1133
+ },
1134
+ "node_modules/@babel/plugin-transform-modules-amd": {
1135
+ "version": "7.24.1",
1136
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz",
1137
+ "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==",
1138
+ "dependencies": {
1139
+ "@babel/helper-module-transforms": "^7.23.3",
1140
+ "@babel/helper-plugin-utils": "^7.24.0"
1141
+ },
1142
+ "engines": {
1143
+ "node": ">=6.9.0"
1144
+ },
1145
+ "peerDependencies": {
1146
+ "@babel/core": "^7.0.0-0"
1147
+ }
1148
+ },
1149
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
1150
+ "version": "7.24.1",
1151
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz",
1152
+ "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==",
1153
+ "dependencies": {
1154
+ "@babel/helper-module-transforms": "^7.23.3",
1155
+ "@babel/helper-plugin-utils": "^7.24.0",
1156
+ "@babel/helper-simple-access": "^7.22.5"
1157
+ },
1158
+ "engines": {
1159
+ "node": ">=6.9.0"
1160
+ },
1161
+ "peerDependencies": {
1162
+ "@babel/core": "^7.0.0-0"
1163
+ }
1164
+ },
1165
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
1166
+ "version": "7.24.1",
1167
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz",
1168
+ "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==",
1169
+ "dependencies": {
1170
+ "@babel/helper-hoist-variables": "^7.22.5",
1171
+ "@babel/helper-module-transforms": "^7.23.3",
1172
+ "@babel/helper-plugin-utils": "^7.24.0",
1173
+ "@babel/helper-validator-identifier": "^7.22.20"
1174
+ },
1175
+ "engines": {
1176
+ "node": ">=6.9.0"
1177
+ },
1178
+ "peerDependencies": {
1179
+ "@babel/core": "^7.0.0-0"
1180
+ }
1181
+ },
1182
+ "node_modules/@babel/plugin-transform-modules-umd": {
1183
+ "version": "7.24.1",
1184
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz",
1185
+ "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==",
1186
+ "dependencies": {
1187
+ "@babel/helper-module-transforms": "^7.23.3",
1188
+ "@babel/helper-plugin-utils": "^7.24.0"
1189
+ },
1190
+ "engines": {
1191
+ "node": ">=6.9.0"
1192
+ },
1193
+ "peerDependencies": {
1194
+ "@babel/core": "^7.0.0-0"
1195
+ }
1196
+ },
1197
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1198
+ "version": "7.22.5",
1199
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
1200
+ "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
1201
+ "dependencies": {
1202
+ "@babel/helper-create-regexp-features-plugin": "^7.22.5",
1203
+ "@babel/helper-plugin-utils": "^7.22.5"
1204
+ },
1205
+ "engines": {
1206
+ "node": ">=6.9.0"
1207
+ },
1208
+ "peerDependencies": {
1209
+ "@babel/core": "^7.0.0"
1210
+ }
1211
+ },
1212
+ "node_modules/@babel/plugin-transform-new-target": {
1213
+ "version": "7.24.1",
1214
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz",
1215
+ "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==",
1216
+ "dependencies": {
1217
+ "@babel/helper-plugin-utils": "^7.24.0"
1218
+ },
1219
+ "engines": {
1220
+ "node": ">=6.9.0"
1221
+ },
1222
+ "peerDependencies": {
1223
+ "@babel/core": "^7.0.0-0"
1224
+ }
1225
+ },
1226
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1227
+ "version": "7.24.1",
1228
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz",
1229
+ "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==",
1230
+ "dependencies": {
1231
+ "@babel/helper-plugin-utils": "^7.24.0",
1232
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1233
+ },
1234
+ "engines": {
1235
+ "node": ">=6.9.0"
1236
+ },
1237
+ "peerDependencies": {
1238
+ "@babel/core": "^7.0.0-0"
1239
+ }
1240
+ },
1241
+ "node_modules/@babel/plugin-transform-numeric-separator": {
1242
+ "version": "7.24.1",
1243
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz",
1244
+ "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==",
1245
+ "dependencies": {
1246
+ "@babel/helper-plugin-utils": "^7.24.0",
1247
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1248
+ },
1249
+ "engines": {
1250
+ "node": ">=6.9.0"
1251
+ },
1252
+ "peerDependencies": {
1253
+ "@babel/core": "^7.0.0-0"
1254
+ }
1255
+ },
1256
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
1257
+ "version": "7.24.1",
1258
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz",
1259
+ "integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==",
1260
+ "dependencies": {
1261
+ "@babel/helper-compilation-targets": "^7.23.6",
1262
+ "@babel/helper-plugin-utils": "^7.24.0",
1263
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1264
+ "@babel/plugin-transform-parameters": "^7.24.1"
1265
+ },
1266
+ "engines": {
1267
+ "node": ">=6.9.0"
1268
+ },
1269
+ "peerDependencies": {
1270
+ "@babel/core": "^7.0.0-0"
1271
+ }
1272
+ },
1273
+ "node_modules/@babel/plugin-transform-object-super": {
1274
+ "version": "7.24.1",
1275
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz",
1276
+ "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==",
1277
+ "dependencies": {
1278
+ "@babel/helper-plugin-utils": "^7.24.0",
1279
+ "@babel/helper-replace-supers": "^7.24.1"
1280
+ },
1281
+ "engines": {
1282
+ "node": ">=6.9.0"
1283
+ },
1284
+ "peerDependencies": {
1285
+ "@babel/core": "^7.0.0-0"
1286
+ }
1287
+ },
1288
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
1289
+ "version": "7.24.1",
1290
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz",
1291
+ "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==",
1292
+ "dependencies": {
1293
+ "@babel/helper-plugin-utils": "^7.24.0",
1294
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1295
+ },
1296
+ "engines": {
1297
+ "node": ">=6.9.0"
1298
+ },
1299
+ "peerDependencies": {
1300
+ "@babel/core": "^7.0.0-0"
1301
+ }
1302
+ },
1303
+ "node_modules/@babel/plugin-transform-optional-chaining": {
1304
+ "version": "7.24.1",
1305
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz",
1306
+ "integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==",
1307
+ "dependencies": {
1308
+ "@babel/helper-plugin-utils": "^7.24.0",
1309
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
1310
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1311
+ },
1312
+ "engines": {
1313
+ "node": ">=6.9.0"
1314
+ },
1315
+ "peerDependencies": {
1316
+ "@babel/core": "^7.0.0-0"
1317
+ }
1318
+ },
1319
+ "node_modules/@babel/plugin-transform-parameters": {
1320
+ "version": "7.24.1",
1321
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz",
1322
+ "integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==",
1323
+ "dependencies": {
1324
+ "@babel/helper-plugin-utils": "^7.24.0"
1325
+ },
1326
+ "engines": {
1327
+ "node": ">=6.9.0"
1328
+ },
1329
+ "peerDependencies": {
1330
+ "@babel/core": "^7.0.0-0"
1331
+ }
1332
+ },
1333
+ "node_modules/@babel/plugin-transform-private-methods": {
1334
+ "version": "7.24.1",
1335
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz",
1336
+ "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==",
1337
+ "dependencies": {
1338
+ "@babel/helper-create-class-features-plugin": "^7.24.1",
1339
+ "@babel/helper-plugin-utils": "^7.24.0"
1340
+ },
1341
+ "engines": {
1342
+ "node": ">=6.9.0"
1343
+ },
1344
+ "peerDependencies": {
1345
+ "@babel/core": "^7.0.0-0"
1346
+ }
1347
+ },
1348
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
1349
+ "version": "7.24.1",
1350
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz",
1351
+ "integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==",
1352
+ "dependencies": {
1353
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1354
+ "@babel/helper-create-class-features-plugin": "^7.24.1",
1355
+ "@babel/helper-plugin-utils": "^7.24.0",
1356
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1357
+ },
1358
+ "engines": {
1359
+ "node": ">=6.9.0"
1360
+ },
1361
+ "peerDependencies": {
1362
+ "@babel/core": "^7.0.0-0"
1363
+ }
1364
+ },
1365
+ "node_modules/@babel/plugin-transform-property-literals": {
1366
+ "version": "7.24.1",
1367
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz",
1368
+ "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==",
1369
+ "dependencies": {
1370
+ "@babel/helper-plugin-utils": "^7.24.0"
1371
+ },
1372
+ "engines": {
1373
+ "node": ">=6.9.0"
1374
+ },
1375
+ "peerDependencies": {
1376
+ "@babel/core": "^7.0.0-0"
1377
+ }
1378
+ },
1379
+ "node_modules/@babel/plugin-transform-react-display-name": {
1380
+ "version": "7.24.1",
1381
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz",
1382
+ "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==",
1383
+ "dependencies": {
1384
+ "@babel/helper-plugin-utils": "^7.24.0"
1385
+ },
1386
+ "engines": {
1387
+ "node": ">=6.9.0"
1388
+ },
1389
+ "peerDependencies": {
1390
+ "@babel/core": "^7.0.0-0"
1391
+ }
1392
+ },
1393
+ "node_modules/@babel/plugin-transform-react-jsx": {
1394
+ "version": "7.23.4",
1395
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
1396
+ "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
1397
+ "dependencies": {
1398
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1399
+ "@babel/helper-module-imports": "^7.22.15",
1400
+ "@babel/helper-plugin-utils": "^7.22.5",
1401
+ "@babel/plugin-syntax-jsx": "^7.23.3",
1402
+ "@babel/types": "^7.23.4"
1403
+ },
1404
+ "engines": {
1405
+ "node": ">=6.9.0"
1406
+ },
1407
+ "peerDependencies": {
1408
+ "@babel/core": "^7.0.0-0"
1409
+ }
1410
+ },
1411
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
1412
+ "version": "7.22.5",
1413
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz",
1414
+ "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==",
1415
+ "dependencies": {
1416
+ "@babel/plugin-transform-react-jsx": "^7.22.5"
1417
+ },
1418
+ "engines": {
1419
+ "node": ">=6.9.0"
1420
+ },
1421
+ "peerDependencies": {
1422
+ "@babel/core": "^7.0.0-0"
1423
+ }
1424
+ },
1425
+ "node_modules/@babel/plugin-transform-react-pure-annotations": {
1426
+ "version": "7.24.1",
1427
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz",
1428
+ "integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==",
1429
+ "dependencies": {
1430
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1431
+ "@babel/helper-plugin-utils": "^7.24.0"
1432
+ },
1433
+ "engines": {
1434
+ "node": ">=6.9.0"
1435
+ },
1436
+ "peerDependencies": {
1437
+ "@babel/core": "^7.0.0-0"
1438
+ }
1439
+ },
1440
+ "node_modules/@babel/plugin-transform-regenerator": {
1441
+ "version": "7.24.1",
1442
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz",
1443
+ "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==",
1444
+ "dependencies": {
1445
+ "@babel/helper-plugin-utils": "^7.24.0",
1446
+ "regenerator-transform": "^0.15.2"
1447
+ },
1448
+ "engines": {
1449
+ "node": ">=6.9.0"
1450
+ },
1451
+ "peerDependencies": {
1452
+ "@babel/core": "^7.0.0-0"
1453
+ }
1454
+ },
1455
+ "node_modules/@babel/plugin-transform-reserved-words": {
1456
+ "version": "7.24.1",
1457
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz",
1458
+ "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==",
1459
+ "dependencies": {
1460
+ "@babel/helper-plugin-utils": "^7.24.0"
1461
+ },
1462
+ "engines": {
1463
+ "node": ">=6.9.0"
1464
+ },
1465
+ "peerDependencies": {
1466
+ "@babel/core": "^7.0.0-0"
1467
+ }
1468
+ },
1469
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
1470
+ "version": "7.24.1",
1471
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz",
1472
+ "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==",
1473
+ "dependencies": {
1474
+ "@babel/helper-plugin-utils": "^7.24.0"
1475
+ },
1476
+ "engines": {
1477
+ "node": ">=6.9.0"
1478
+ },
1479
+ "peerDependencies": {
1480
+ "@babel/core": "^7.0.0-0"
1481
+ }
1482
+ },
1483
+ "node_modules/@babel/plugin-transform-spread": {
1484
+ "version": "7.24.1",
1485
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz",
1486
+ "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==",
1487
+ "dependencies": {
1488
+ "@babel/helper-plugin-utils": "^7.24.0",
1489
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
1490
+ },
1491
+ "engines": {
1492
+ "node": ">=6.9.0"
1493
+ },
1494
+ "peerDependencies": {
1495
+ "@babel/core": "^7.0.0-0"
1496
+ }
1497
+ },
1498
+ "node_modules/@babel/plugin-transform-sticky-regex": {
1499
+ "version": "7.24.1",
1500
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz",
1501
+ "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==",
1502
+ "dependencies": {
1503
+ "@babel/helper-plugin-utils": "^7.24.0"
1504
+ },
1505
+ "engines": {
1506
+ "node": ">=6.9.0"
1507
+ },
1508
+ "peerDependencies": {
1509
+ "@babel/core": "^7.0.0-0"
1510
+ }
1511
+ },
1512
+ "node_modules/@babel/plugin-transform-template-literals": {
1513
+ "version": "7.24.1",
1514
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz",
1515
+ "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==",
1516
+ "dependencies": {
1517
+ "@babel/helper-plugin-utils": "^7.24.0"
1518
+ },
1519
+ "engines": {
1520
+ "node": ">=6.9.0"
1521
+ },
1522
+ "peerDependencies": {
1523
+ "@babel/core": "^7.0.0-0"
1524
+ }
1525
+ },
1526
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
1527
+ "version": "7.24.1",
1528
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz",
1529
+ "integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==",
1530
+ "dependencies": {
1531
+ "@babel/helper-plugin-utils": "^7.24.0"
1532
+ },
1533
+ "engines": {
1534
+ "node": ">=6.9.0"
1535
+ },
1536
+ "peerDependencies": {
1537
+ "@babel/core": "^7.0.0-0"
1538
+ }
1539
+ },
1540
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
1541
+ "version": "7.24.1",
1542
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz",
1543
+ "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==",
1544
+ "dependencies": {
1545
+ "@babel/helper-plugin-utils": "^7.24.0"
1546
+ },
1547
+ "engines": {
1548
+ "node": ">=6.9.0"
1549
+ },
1550
+ "peerDependencies": {
1551
+ "@babel/core": "^7.0.0-0"
1552
+ }
1553
+ },
1554
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
1555
+ "version": "7.24.1",
1556
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz",
1557
+ "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==",
1558
+ "dependencies": {
1559
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1560
+ "@babel/helper-plugin-utils": "^7.24.0"
1561
+ },
1562
+ "engines": {
1563
+ "node": ">=6.9.0"
1564
+ },
1565
+ "peerDependencies": {
1566
+ "@babel/core": "^7.0.0-0"
1567
+ }
1568
+ },
1569
+ "node_modules/@babel/plugin-transform-unicode-regex": {
1570
+ "version": "7.24.1",
1571
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz",
1572
+ "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==",
1573
+ "dependencies": {
1574
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1575
+ "@babel/helper-plugin-utils": "^7.24.0"
1576
+ },
1577
+ "engines": {
1578
+ "node": ">=6.9.0"
1579
+ },
1580
+ "peerDependencies": {
1581
+ "@babel/core": "^7.0.0-0"
1582
+ }
1583
+ },
1584
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1585
+ "version": "7.24.1",
1586
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz",
1587
+ "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==",
1588
+ "dependencies": {
1589
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
1590
+ "@babel/helper-plugin-utils": "^7.24.0"
1591
+ },
1592
+ "engines": {
1593
+ "node": ">=6.9.0"
1594
+ },
1595
+ "peerDependencies": {
1596
+ "@babel/core": "^7.0.0"
1597
+ }
1598
+ },
1599
+ "node_modules/@babel/preset-env": {
1600
+ "version": "7.24.4",
1601
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.4.tgz",
1602
+ "integrity": "sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==",
1603
+ "dependencies": {
1604
+ "@babel/compat-data": "^7.24.4",
1605
+ "@babel/helper-compilation-targets": "^7.23.6",
1606
+ "@babel/helper-plugin-utils": "^7.24.0",
1607
+ "@babel/helper-validator-option": "^7.23.5",
1608
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4",
1609
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
1610
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
1611
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
1612
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1613
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
1614
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
1615
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
1616
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1617
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1618
+ "@babel/plugin-syntax-import-assertions": "^7.24.1",
1619
+ "@babel/plugin-syntax-import-attributes": "^7.24.1",
1620
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
1621
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
1622
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1623
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1624
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1625
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1626
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1627
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1628
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1629
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
1630
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1631
+ "@babel/plugin-transform-arrow-functions": "^7.24.1",
1632
+ "@babel/plugin-transform-async-generator-functions": "^7.24.3",
1633
+ "@babel/plugin-transform-async-to-generator": "^7.24.1",
1634
+ "@babel/plugin-transform-block-scoped-functions": "^7.24.1",
1635
+ "@babel/plugin-transform-block-scoping": "^7.24.4",
1636
+ "@babel/plugin-transform-class-properties": "^7.24.1",
1637
+ "@babel/plugin-transform-class-static-block": "^7.24.4",
1638
+ "@babel/plugin-transform-classes": "^7.24.1",
1639
+ "@babel/plugin-transform-computed-properties": "^7.24.1",
1640
+ "@babel/plugin-transform-destructuring": "^7.24.1",
1641
+ "@babel/plugin-transform-dotall-regex": "^7.24.1",
1642
+ "@babel/plugin-transform-duplicate-keys": "^7.24.1",
1643
+ "@babel/plugin-transform-dynamic-import": "^7.24.1",
1644
+ "@babel/plugin-transform-exponentiation-operator": "^7.24.1",
1645
+ "@babel/plugin-transform-export-namespace-from": "^7.24.1",
1646
+ "@babel/plugin-transform-for-of": "^7.24.1",
1647
+ "@babel/plugin-transform-function-name": "^7.24.1",
1648
+ "@babel/plugin-transform-json-strings": "^7.24.1",
1649
+ "@babel/plugin-transform-literals": "^7.24.1",
1650
+ "@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
1651
+ "@babel/plugin-transform-member-expression-literals": "^7.24.1",
1652
+ "@babel/plugin-transform-modules-amd": "^7.24.1",
1653
+ "@babel/plugin-transform-modules-commonjs": "^7.24.1",
1654
+ "@babel/plugin-transform-modules-systemjs": "^7.24.1",
1655
+ "@babel/plugin-transform-modules-umd": "^7.24.1",
1656
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
1657
+ "@babel/plugin-transform-new-target": "^7.24.1",
1658
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
1659
+ "@babel/plugin-transform-numeric-separator": "^7.24.1",
1660
+ "@babel/plugin-transform-object-rest-spread": "^7.24.1",
1661
+ "@babel/plugin-transform-object-super": "^7.24.1",
1662
+ "@babel/plugin-transform-optional-catch-binding": "^7.24.1",
1663
+ "@babel/plugin-transform-optional-chaining": "^7.24.1",
1664
+ "@babel/plugin-transform-parameters": "^7.24.1",
1665
+ "@babel/plugin-transform-private-methods": "^7.24.1",
1666
+ "@babel/plugin-transform-private-property-in-object": "^7.24.1",
1667
+ "@babel/plugin-transform-property-literals": "^7.24.1",
1668
+ "@babel/plugin-transform-regenerator": "^7.24.1",
1669
+ "@babel/plugin-transform-reserved-words": "^7.24.1",
1670
+ "@babel/plugin-transform-shorthand-properties": "^7.24.1",
1671
+ "@babel/plugin-transform-spread": "^7.24.1",
1672
+ "@babel/plugin-transform-sticky-regex": "^7.24.1",
1673
+ "@babel/plugin-transform-template-literals": "^7.24.1",
1674
+ "@babel/plugin-transform-typeof-symbol": "^7.24.1",
1675
+ "@babel/plugin-transform-unicode-escapes": "^7.24.1",
1676
+ "@babel/plugin-transform-unicode-property-regex": "^7.24.1",
1677
+ "@babel/plugin-transform-unicode-regex": "^7.24.1",
1678
+ "@babel/plugin-transform-unicode-sets-regex": "^7.24.1",
1679
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
1680
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
1681
+ "babel-plugin-polyfill-corejs3": "^0.10.4",
1682
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
1683
+ "core-js-compat": "^3.31.0",
1684
+ "semver": "^6.3.1"
1685
+ },
1686
+ "engines": {
1687
+ "node": ">=6.9.0"
1688
+ },
1689
+ "peerDependencies": {
1690
+ "@babel/core": "^7.0.0-0"
1691
+ }
1692
+ },
1693
+ "node_modules/@babel/preset-modules": {
1694
+ "version": "0.1.6-no-external-plugins",
1695
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
1696
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
1697
+ "dependencies": {
1698
+ "@babel/helper-plugin-utils": "^7.0.0",
1699
+ "@babel/types": "^7.4.4",
1700
+ "esutils": "^2.0.2"
1701
+ },
1702
+ "peerDependencies": {
1703
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
1704
+ }
1705
+ },
1706
+ "node_modules/@babel/preset-react": {
1707
+ "version": "7.24.1",
1708
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz",
1709
+ "integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==",
1710
+ "dependencies": {
1711
+ "@babel/helper-plugin-utils": "^7.24.0",
1712
+ "@babel/helper-validator-option": "^7.23.5",
1713
+ "@babel/plugin-transform-react-display-name": "^7.24.1",
1714
+ "@babel/plugin-transform-react-jsx": "^7.23.4",
1715
+ "@babel/plugin-transform-react-jsx-development": "^7.22.5",
1716
+ "@babel/plugin-transform-react-pure-annotations": "^7.24.1"
1717
+ },
1718
+ "engines": {
1719
+ "node": ">=6.9.0"
1720
+ },
1721
+ "peerDependencies": {
1722
+ "@babel/core": "^7.0.0-0"
1723
+ }
1724
+ },
1725
+ "node_modules/@babel/regjsgen": {
1726
+ "version": "0.8.0",
1727
+ "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
1728
+ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
1729
+ },
1730
+ "node_modules/@babel/runtime": {
1731
+ "version": "7.24.4",
1732
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz",
1733
+ "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==",
1734
+ "dependencies": {
1735
+ "regenerator-runtime": "^0.14.0"
1736
+ },
1737
+ "engines": {
1738
+ "node": ">=6.9.0"
1739
+ }
1740
+ },
1741
+ "node_modules/@babel/template": {
1742
+ "version": "7.24.0",
1743
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
1744
+ "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
1745
+ "dependencies": {
1746
+ "@babel/code-frame": "^7.23.5",
1747
+ "@babel/parser": "^7.24.0",
1748
+ "@babel/types": "^7.24.0"
1749
+ },
1750
+ "engines": {
1751
+ "node": ">=6.9.0"
1752
+ }
1753
+ },
1754
+ "node_modules/@babel/traverse": {
1755
+ "version": "7.24.1",
1756
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz",
1757
+ "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
1758
+ "dependencies": {
1759
+ "@babel/code-frame": "^7.24.1",
1760
+ "@babel/generator": "^7.24.1",
1761
+ "@babel/helper-environment-visitor": "^7.22.20",
1762
+ "@babel/helper-function-name": "^7.23.0",
1763
+ "@babel/helper-hoist-variables": "^7.22.5",
1764
+ "@babel/helper-split-export-declaration": "^7.22.6",
1765
+ "@babel/parser": "^7.24.1",
1766
+ "@babel/types": "^7.24.0",
1767
+ "debug": "^4.3.1",
1768
+ "globals": "^11.1.0"
1769
+ },
1770
+ "engines": {
1771
+ "node": ">=6.9.0"
1772
+ }
1773
+ },
1774
+ "node_modules/@babel/types": {
1775
+ "version": "7.24.0",
1776
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
1777
+ "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
1778
+ "dependencies": {
1779
+ "@babel/helper-string-parser": "^7.23.4",
1780
+ "@babel/helper-validator-identifier": "^7.22.20",
1781
+ "to-fast-properties": "^2.0.0"
1782
+ },
1783
+ "engines": {
1784
+ "node": ">=6.9.0"
1785
+ }
1786
+ },
1787
+ "node_modules/@jridgewell/gen-mapping": {
1788
+ "version": "0.3.5",
1789
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
1790
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
1791
+ "dependencies": {
1792
+ "@jridgewell/set-array": "^1.2.1",
1793
+ "@jridgewell/sourcemap-codec": "^1.4.10",
1794
+ "@jridgewell/trace-mapping": "^0.3.24"
1795
+ },
1796
+ "engines": {
1797
+ "node": ">=6.0.0"
1798
+ }
1799
+ },
1800
+ "node_modules/@jridgewell/resolve-uri": {
1801
+ "version": "3.1.2",
1802
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1803
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1804
+ "engines": {
1805
+ "node": ">=6.0.0"
1806
+ }
1807
+ },
1808
+ "node_modules/@jridgewell/set-array": {
1809
+ "version": "1.2.1",
1810
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
1811
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
1812
+ "engines": {
1813
+ "node": ">=6.0.0"
1814
+ }
1815
+ },
1816
+ "node_modules/@jridgewell/sourcemap-codec": {
1817
+ "version": "1.4.15",
1818
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
1819
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
1820
+ },
1821
+ "node_modules/@jridgewell/trace-mapping": {
1822
+ "version": "0.3.25",
1823
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
1824
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
1825
+ "dependencies": {
1826
+ "@jridgewell/resolve-uri": "^3.1.0",
1827
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1828
+ }
1829
+ },
1830
+ "node_modules/@jsep-plugin/regex": {
1831
+ "version": "1.0.3",
1832
+ "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
1833
+ "integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==",
1834
+ "engines": {
1835
+ "node": ">= 10.16.0"
1836
+ },
1837
+ "peerDependencies": {
1838
+ "jsep": "^0.4.0||^1.0.0"
1839
+ }
1840
+ },
1841
+ "node_modules/@jsep-plugin/ternary": {
1842
+ "version": "1.1.3",
1843
+ "resolved": "https://registry.npmjs.org/@jsep-plugin/ternary/-/ternary-1.1.3.tgz",
1844
+ "integrity": "sha512-qtLGzCNzPVJ3kdH6/zoLWDPjauHIKiLSBAR71Wa0+PWvGA8wODUQvRgxtpUA5YqAYL3CQ8S4qXhd/9WuWTZirg==",
1845
+ "engines": {
1846
+ "node": ">= 10.16.0"
1847
+ },
1848
+ "peerDependencies": {
1849
+ "jsep": "^0.4.0||^1.0.0"
1850
+ }
1851
+ },
1852
+ "node_modules/@openapi-contrib/openapi-schema-to-json-schema": {
1853
+ "version": "3.2.0",
1854
+ "resolved": "https://registry.npmjs.org/@openapi-contrib/openapi-schema-to-json-schema/-/openapi-schema-to-json-schema-3.2.0.tgz",
1855
+ "integrity": "sha512-Gj6C0JwCr8arj0sYuslWXUBSP/KnUlEGnPW4qxlXvAl543oaNQgMgIgkQUA6vs5BCCvwTEiL8m/wdWzfl4UvSw==",
1856
+ "dependencies": {
1857
+ "fast-deep-equal": "^3.1.3"
1858
+ }
1859
+ },
1860
+ "node_modules/@rollup/plugin-babel": {
1861
+ "version": "5.3.1",
1862
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
1863
+ "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
1864
+ "dependencies": {
1865
+ "@babel/helper-module-imports": "^7.10.4",
1866
+ "@rollup/pluginutils": "^3.1.0"
1867
+ },
1868
+ "engines": {
1869
+ "node": ">= 10.0.0"
1870
+ },
1871
+ "peerDependencies": {
1872
+ "@babel/core": "^7.0.0",
1873
+ "@types/babel__core": "^7.1.9",
1874
+ "rollup": "^1.20.0||^2.0.0"
1875
+ },
1876
+ "peerDependenciesMeta": {
1877
+ "@types/babel__core": {
1878
+ "optional": true
1879
+ }
1880
+ }
1881
+ },
1882
+ "node_modules/@rollup/pluginutils": {
1883
+ "version": "3.1.0",
1884
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
1885
+ "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
1886
+ "dependencies": {
1887
+ "@types/estree": "0.0.39",
1888
+ "estree-walker": "^1.0.1",
1889
+ "picomatch": "^2.2.2"
1890
+ },
1891
+ "engines": {
1892
+ "node": ">= 8.0.0"
1893
+ },
1894
+ "peerDependencies": {
1895
+ "rollup": "^1.20.0||^2.0.0"
1896
+ }
1897
+ },
1898
+ "node_modules/@stoplight/better-ajv-errors": {
1899
+ "version": "1.0.3",
1900
+ "resolved": "https://registry.npmjs.org/@stoplight/better-ajv-errors/-/better-ajv-errors-1.0.3.tgz",
1901
+ "integrity": "sha512-0p9uXkuB22qGdNfy3VeEhxkU5uwvp/KrBTAbrLBURv6ilxIVwanKwjMc41lQfIVgPGcOkmLbTolfFrSsueu7zA==",
1902
+ "dependencies": {
1903
+ "jsonpointer": "^5.0.0",
1904
+ "leven": "^3.1.0"
1905
+ },
1906
+ "engines": {
1907
+ "node": "^12.20 || >= 14.13"
1908
+ },
1909
+ "peerDependencies": {
1910
+ "ajv": ">=8"
1911
+ }
1912
+ },
1913
+ "node_modules/@stoplight/json": {
1914
+ "version": "3.21.0",
1915
+ "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz",
1916
+ "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==",
1917
+ "dependencies": {
1918
+ "@stoplight/ordered-object-literal": "^1.0.3",
1919
+ "@stoplight/path": "^1.3.2",
1920
+ "@stoplight/types": "^13.6.0",
1921
+ "jsonc-parser": "~2.2.1",
1922
+ "lodash": "^4.17.21",
1923
+ "safe-stable-stringify": "^1.1"
1924
+ },
1925
+ "engines": {
1926
+ "node": ">=8.3.0"
1927
+ }
1928
+ },
1929
+ "node_modules/@stoplight/json-ref-readers": {
1930
+ "version": "1.2.2",
1931
+ "resolved": "https://registry.npmjs.org/@stoplight/json-ref-readers/-/json-ref-readers-1.2.2.tgz",
1932
+ "integrity": "sha512-nty0tHUq2f1IKuFYsLM4CXLZGHdMn+X/IwEUIpeSOXt0QjMUbL0Em57iJUDzz+2MkWG83smIigNZ3fauGjqgdQ==",
1933
+ "dependencies": {
1934
+ "node-fetch": "^2.6.0",
1935
+ "tslib": "^1.14.1"
1936
+ },
1937
+ "engines": {
1938
+ "node": ">=8.3.0"
1939
+ }
1940
+ },
1941
+ "node_modules/@stoplight/json-ref-resolver": {
1942
+ "version": "3.1.6",
1943
+ "resolved": "https://registry.npmjs.org/@stoplight/json-ref-resolver/-/json-ref-resolver-3.1.6.tgz",
1944
+ "integrity": "sha512-YNcWv3R3n3U6iQYBsFOiWSuRGE5su1tJSiX6pAPRVk7dP0L7lqCteXGzuVRQ0gMZqUl8v1P0+fAKxF6PLo9B5A==",
1945
+ "dependencies": {
1946
+ "@stoplight/json": "^3.21.0",
1947
+ "@stoplight/path": "^1.3.2",
1948
+ "@stoplight/types": "^12.3.0 || ^13.0.0",
1949
+ "@types/urijs": "^1.19.19",
1950
+ "dependency-graph": "~0.11.0",
1951
+ "fast-memoize": "^2.5.2",
1952
+ "immer": "^9.0.6",
1953
+ "lodash": "^4.17.21",
1954
+ "tslib": "^2.6.0",
1955
+ "urijs": "^1.19.11"
1956
+ },
1957
+ "engines": {
1958
+ "node": ">=8.3.0"
1959
+ }
1960
+ },
1961
+ "node_modules/@stoplight/json-ref-resolver/node_modules/tslib": {
1962
+ "version": "2.6.3",
1963
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1964
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
1965
+ },
1966
+ "node_modules/@stoplight/ordered-object-literal": {
1967
+ "version": "1.0.5",
1968
+ "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.5.tgz",
1969
+ "integrity": "sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==",
1970
+ "engines": {
1971
+ "node": ">=8"
1972
+ }
1973
+ },
1974
+ "node_modules/@stoplight/path": {
1975
+ "version": "1.3.2",
1976
+ "resolved": "https://registry.npmjs.org/@stoplight/path/-/path-1.3.2.tgz",
1977
+ "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==",
1978
+ "engines": {
1979
+ "node": ">=8"
1980
+ }
1981
+ },
1982
+ "node_modules/@stoplight/spectral-core": {
1983
+ "version": "1.18.3",
1984
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.18.3.tgz",
1985
+ "integrity": "sha512-YY8x7X2SWJIhGTLPol+eFiQpWPz0D0mJdkK2i4A0QJG68KkNhypP6+JBC7/Kz3XWjqr0L/RqAd+N5cQLPOKZGQ==",
1986
+ "dependencies": {
1987
+ "@stoplight/better-ajv-errors": "1.0.3",
1988
+ "@stoplight/json": "~3.21.0",
1989
+ "@stoplight/path": "1.3.2",
1990
+ "@stoplight/spectral-parsers": "^1.0.0",
1991
+ "@stoplight/spectral-ref-resolver": "^1.0.0",
1992
+ "@stoplight/spectral-runtime": "^1.0.0",
1993
+ "@stoplight/types": "~13.6.0",
1994
+ "@types/es-aggregate-error": "^1.0.2",
1995
+ "@types/json-schema": "^7.0.11",
1996
+ "ajv": "^8.6.0",
1997
+ "ajv-errors": "~3.0.0",
1998
+ "ajv-formats": "~2.1.0",
1999
+ "es-aggregate-error": "^1.0.7",
2000
+ "jsonpath-plus": "7.1.0",
2001
+ "lodash": "~4.17.21",
2002
+ "lodash.topath": "^4.5.2",
2003
+ "minimatch": "3.1.2",
2004
+ "nimma": "0.2.2",
2005
+ "pony-cause": "^1.0.0",
2006
+ "simple-eval": "1.0.0",
2007
+ "tslib": "^2.3.0"
2008
+ },
2009
+ "engines": {
2010
+ "node": "^12.20 || >= 14.13"
2011
+ }
2012
+ },
2013
+ "node_modules/@stoplight/spectral-core/node_modules/@stoplight/types": {
2014
+ "version": "13.6.0",
2015
+ "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.6.0.tgz",
2016
+ "integrity": "sha512-dzyuzvUjv3m1wmhPfq82lCVYGcXG0xUYgqnWfCq3PCVR4BKFhjdkHrnJ+jIDoMKvXb05AZP/ObQF6+NpDo29IQ==",
2017
+ "dependencies": {
2018
+ "@types/json-schema": "^7.0.4",
2019
+ "utility-types": "^3.10.0"
2020
+ },
2021
+ "engines": {
2022
+ "node": "^12.20 || >=14.13"
2023
+ }
2024
+ },
2025
+ "node_modules/@stoplight/spectral-core/node_modules/jsonpath-plus": {
2026
+ "version": "7.1.0",
2027
+ "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.1.0.tgz",
2028
+ "integrity": "sha512-gTaNRsPWO/K2KY6MrqaUFClF9kmuM6MFH5Dhg1VYDODgFbByw1yb7xu3hrViE/sz+dGOeMWgCzwUwQtAnCTE9g==",
2029
+ "engines": {
2030
+ "node": ">=12.0.0"
2031
+ }
2032
+ },
2033
+ "node_modules/@stoplight/spectral-core/node_modules/tslib": {
2034
+ "version": "2.6.3",
2035
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2036
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2037
+ },
2038
+ "node_modules/@stoplight/spectral-formats": {
2039
+ "version": "1.6.0",
2040
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.6.0.tgz",
2041
+ "integrity": "sha512-X27qhUfNluiduH0u/QwJqhOd8Wk5YKdxVmKM03Aijlx0AH1H5mYt3l9r7t2L4iyJrsBaFPnMGt7UYJDGxszbNA==",
2042
+ "dependencies": {
2043
+ "@stoplight/json": "^3.17.0",
2044
+ "@stoplight/spectral-core": "^1.8.0",
2045
+ "@types/json-schema": "^7.0.7",
2046
+ "tslib": "^2.3.1"
2047
+ },
2048
+ "engines": {
2049
+ "node": ">=12"
2050
+ }
2051
+ },
2052
+ "node_modules/@stoplight/spectral-formats/node_modules/tslib": {
2053
+ "version": "2.6.3",
2054
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2055
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2056
+ },
2057
+ "node_modules/@stoplight/spectral-functions": {
2058
+ "version": "1.7.2",
2059
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.7.2.tgz",
2060
+ "integrity": "sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==",
2061
+ "dependencies": {
2062
+ "@stoplight/better-ajv-errors": "1.0.3",
2063
+ "@stoplight/json": "^3.17.1",
2064
+ "@stoplight/spectral-core": "^1.7.0",
2065
+ "@stoplight/spectral-formats": "^1.0.0",
2066
+ "@stoplight/spectral-runtime": "^1.1.0",
2067
+ "ajv": "^8.6.3",
2068
+ "ajv-draft-04": "~1.0.0",
2069
+ "ajv-errors": "~3.0.0",
2070
+ "ajv-formats": "~2.1.0",
2071
+ "lodash": "~4.17.21",
2072
+ "tslib": "^2.3.0"
2073
+ },
2074
+ "engines": {
2075
+ "node": ">=12"
2076
+ }
2077
+ },
2078
+ "node_modules/@stoplight/spectral-functions/node_modules/tslib": {
2079
+ "version": "2.6.3",
2080
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2081
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2082
+ },
2083
+ "node_modules/@stoplight/spectral-parsers": {
2084
+ "version": "1.0.4",
2085
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.4.tgz",
2086
+ "integrity": "sha512-nCTVvtX6q71M8o5Uvv9kxU31Gk1TRmgD6/k8HBhdCmKG6FWcwgjiZouA/R3xHLn/VwTI/9k8SdG5Mkdy0RBqbQ==",
2087
+ "dependencies": {
2088
+ "@stoplight/json": "~3.21.0",
2089
+ "@stoplight/types": "^14.1.1",
2090
+ "@stoplight/yaml": "~4.3.0",
2091
+ "tslib": "^2.3.1"
2092
+ },
2093
+ "engines": {
2094
+ "node": "^12.20 || >=14.13"
2095
+ }
2096
+ },
2097
+ "node_modules/@stoplight/spectral-parsers/node_modules/@stoplight/types": {
2098
+ "version": "14.1.1",
2099
+ "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz",
2100
+ "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==",
2101
+ "dependencies": {
2102
+ "@types/json-schema": "^7.0.4",
2103
+ "utility-types": "^3.10.0"
2104
+ },
2105
+ "engines": {
2106
+ "node": "^12.20 || >=14.13"
2107
+ }
2108
+ },
2109
+ "node_modules/@stoplight/spectral-parsers/node_modules/tslib": {
2110
+ "version": "2.6.3",
2111
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2112
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2113
+ },
2114
+ "node_modules/@stoplight/spectral-ref-resolver": {
2115
+ "version": "1.0.4",
2116
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-ref-resolver/-/spectral-ref-resolver-1.0.4.tgz",
2117
+ "integrity": "sha512-5baQIYL0NJTSVy8v6RxOR4U51xOUYM8wJri1YvlAT6bPN8m0EIxMwfVYi0xUZEMVeHcWx869nIkoqyWmOutF2A==",
2118
+ "dependencies": {
2119
+ "@stoplight/json-ref-readers": "1.2.2",
2120
+ "@stoplight/json-ref-resolver": "~3.1.6",
2121
+ "@stoplight/spectral-runtime": "^1.1.2",
2122
+ "dependency-graph": "0.11.0",
2123
+ "tslib": "^2.3.1"
2124
+ },
2125
+ "engines": {
2126
+ "node": ">=12"
2127
+ }
2128
+ },
2129
+ "node_modules/@stoplight/spectral-ref-resolver/node_modules/tslib": {
2130
+ "version": "2.6.3",
2131
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2132
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2133
+ },
2134
+ "node_modules/@stoplight/spectral-runtime": {
2135
+ "version": "1.1.2",
2136
+ "resolved": "https://registry.npmjs.org/@stoplight/spectral-runtime/-/spectral-runtime-1.1.2.tgz",
2137
+ "integrity": "sha512-fr5zRceXI+hrl82yAVoME+4GvJie8v3wmOe9tU+ZLRRNonizthy8qDi0Z/z4olE+vGreSDcuDOZ7JjRxFW5kTw==",
2138
+ "dependencies": {
2139
+ "@stoplight/json": "^3.17.0",
2140
+ "@stoplight/path": "^1.3.2",
2141
+ "@stoplight/types": "^12.3.0",
2142
+ "abort-controller": "^3.0.0",
2143
+ "lodash": "^4.17.21",
2144
+ "node-fetch": "^2.6.7",
2145
+ "tslib": "^2.3.1"
2146
+ },
2147
+ "engines": {
2148
+ "node": ">=12"
2149
+ }
2150
+ },
2151
+ "node_modules/@stoplight/spectral-runtime/node_modules/@stoplight/types": {
2152
+ "version": "12.5.0",
2153
+ "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-12.5.0.tgz",
2154
+ "integrity": "sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==",
2155
+ "dependencies": {
2156
+ "@types/json-schema": "^7.0.4",
2157
+ "utility-types": "^3.10.0"
2158
+ },
2159
+ "engines": {
2160
+ "node": ">=8"
2161
+ }
2162
+ },
2163
+ "node_modules/@stoplight/spectral-runtime/node_modules/tslib": {
2164
+ "version": "2.6.3",
2165
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2166
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2167
+ },
2168
+ "node_modules/@stoplight/types": {
2169
+ "version": "13.20.0",
2170
+ "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.20.0.tgz",
2171
+ "integrity": "sha512-2FNTv05If7ib79VPDA/r9eUet76jewXFH2y2K5vuge6SXbRHtWBhcaRmu+6QpF4/WRNoJj5XYRSwLGXDxysBGA==",
2172
+ "dependencies": {
2173
+ "@types/json-schema": "^7.0.4",
2174
+ "utility-types": "^3.10.0"
2175
+ },
2176
+ "engines": {
2177
+ "node": "^12.20 || >=14.13"
2178
+ }
2179
+ },
2180
+ "node_modules/@stoplight/yaml": {
2181
+ "version": "4.3.0",
2182
+ "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.3.0.tgz",
2183
+ "integrity": "sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==",
2184
+ "dependencies": {
2185
+ "@stoplight/ordered-object-literal": "^1.0.5",
2186
+ "@stoplight/types": "^14.1.1",
2187
+ "@stoplight/yaml-ast-parser": "0.0.50",
2188
+ "tslib": "^2.2.0"
2189
+ },
2190
+ "engines": {
2191
+ "node": ">=10.8"
2192
+ }
2193
+ },
2194
+ "node_modules/@stoplight/yaml-ast-parser": {
2195
+ "version": "0.0.50",
2196
+ "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.50.tgz",
2197
+ "integrity": "sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ=="
2198
+ },
2199
+ "node_modules/@stoplight/yaml/node_modules/@stoplight/types": {
2200
+ "version": "14.1.1",
2201
+ "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz",
2202
+ "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==",
2203
+ "dependencies": {
2204
+ "@types/json-schema": "^7.0.4",
2205
+ "utility-types": "^3.10.0"
2206
+ },
2207
+ "engines": {
2208
+ "node": "^12.20 || >=14.13"
2209
+ }
2210
+ },
2211
+ "node_modules/@stoplight/yaml/node_modules/tslib": {
2212
+ "version": "2.6.3",
2213
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
2214
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
2215
+ },
2216
+ "node_modules/@types/es-aggregate-error": {
2217
+ "version": "1.0.6",
2218
+ "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz",
2219
+ "integrity": "sha512-qJ7LIFp06h1QE1aVxbVd+zJP2wdaugYXYfd6JxsyRMrYHaxb6itXPogW2tz+ylUJ1n1b+JF1PHyYCfYHm0dvUg==",
2220
+ "dependencies": {
2221
+ "@types/node": "*"
2222
+ }
2223
+ },
2224
+ "node_modules/@types/estree": {
2225
+ "version": "0.0.39",
2226
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
2227
+ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
2228
+ },
2229
+ "node_modules/@types/json-schema": {
2230
+ "version": "7.0.15",
2231
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
2232
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="
2233
+ },
2234
+ "node_modules/@types/node": {
2235
+ "version": "20.14.2",
2236
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
2237
+ "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
2238
+ "dependencies": {
2239
+ "undici-types": "~5.26.4"
2240
+ }
2241
+ },
2242
+ "node_modules/@types/urijs": {
2243
+ "version": "1.19.25",
2244
+ "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.25.tgz",
2245
+ "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg=="
2246
+ },
2247
+ "node_modules/abort-controller": {
2248
+ "version": "3.0.0",
2249
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
2250
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
2251
+ "dependencies": {
2252
+ "event-target-shim": "^5.0.0"
2253
+ },
2254
+ "engines": {
2255
+ "node": ">=6.5"
2256
+ }
2257
+ },
2258
+ "node_modules/ajv": {
2259
+ "version": "8.16.0",
2260
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
2261
+ "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
2262
+ "dependencies": {
2263
+ "fast-deep-equal": "^3.1.3",
2264
+ "json-schema-traverse": "^1.0.0",
2265
+ "require-from-string": "^2.0.2",
2266
+ "uri-js": "^4.4.1"
2267
+ },
2268
+ "funding": {
2269
+ "type": "github",
2270
+ "url": "https://github.com/sponsors/epoberezkin"
2271
+ }
2272
+ },
2273
+ "node_modules/ajv-draft-04": {
2274
+ "version": "1.0.0",
2275
+ "resolved": "https://registry.npmjs.org/ajv-draft-04/-/ajv-draft-04-1.0.0.tgz",
2276
+ "integrity": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==",
2277
+ "peerDependencies": {
2278
+ "ajv": "^8.5.0"
2279
+ },
2280
+ "peerDependenciesMeta": {
2281
+ "ajv": {
2282
+ "optional": true
2283
+ }
2284
+ }
2285
+ },
2286
+ "node_modules/ajv-errors": {
2287
+ "version": "3.0.0",
2288
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
2289
+ "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
2290
+ "peerDependencies": {
2291
+ "ajv": "^8.0.1"
2292
+ }
2293
+ },
2294
+ "node_modules/ajv-formats": {
2295
+ "version": "2.1.1",
2296
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
2297
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
2298
+ "dependencies": {
2299
+ "ajv": "^8.0.0"
2300
+ },
2301
+ "peerDependencies": {
2302
+ "ajv": "^8.0.0"
2303
+ },
2304
+ "peerDependenciesMeta": {
2305
+ "ajv": {
2306
+ "optional": true
2307
+ }
2308
+ }
2309
+ },
2310
+ "node_modules/ansi-styles": {
2311
+ "version": "3.2.1",
2312
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2313
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2314
+ "dependencies": {
2315
+ "color-convert": "^1.9.0"
2316
+ },
2317
+ "engines": {
2318
+ "node": ">=4"
2319
+ }
2320
+ },
2321
+ "node_modules/argparse": {
2322
+ "version": "2.0.1",
2323
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2324
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2325
+ },
2326
+ "node_modules/array-buffer-byte-length": {
2327
+ "version": "1.0.1",
2328
+ "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
2329
+ "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
2330
+ "dependencies": {
2331
+ "call-bind": "^1.0.5",
2332
+ "is-array-buffer": "^3.0.4"
2333
+ },
2334
+ "engines": {
2335
+ "node": ">= 0.4"
2336
+ },
2337
+ "funding": {
2338
+ "url": "https://github.com/sponsors/ljharb"
2339
+ }
2340
+ },
2341
+ "node_modules/arraybuffer.prototype.slice": {
2342
+ "version": "1.0.3",
2343
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
2344
+ "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
2345
+ "dependencies": {
2346
+ "array-buffer-byte-length": "^1.0.1",
2347
+ "call-bind": "^1.0.5",
2348
+ "define-properties": "^1.2.1",
2349
+ "es-abstract": "^1.22.3",
2350
+ "es-errors": "^1.2.1",
2351
+ "get-intrinsic": "^1.2.3",
2352
+ "is-array-buffer": "^3.0.4",
2353
+ "is-shared-array-buffer": "^1.0.2"
2354
+ },
2355
+ "engines": {
2356
+ "node": ">= 0.4"
2357
+ },
2358
+ "funding": {
2359
+ "url": "https://github.com/sponsors/ljharb"
2360
+ }
2361
+ },
2362
+ "node_modules/astring": {
2363
+ "version": "1.8.6",
2364
+ "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
2365
+ "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==",
2366
+ "bin": {
2367
+ "astring": "bin/astring"
2368
+ }
2369
+ },
2370
+ "node_modules/available-typed-arrays": {
2371
+ "version": "1.0.7",
2372
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
2373
+ "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
2374
+ "dependencies": {
2375
+ "possible-typed-array-names": "^1.0.0"
2376
+ },
2377
+ "engines": {
2378
+ "node": ">= 0.4"
2379
+ },
2380
+ "funding": {
2381
+ "url": "https://github.com/sponsors/ljharb"
2382
+ }
2383
+ },
2384
+ "node_modules/avsc": {
2385
+ "version": "5.7.7",
2386
+ "resolved": "https://registry.npmjs.org/avsc/-/avsc-5.7.7.tgz",
2387
+ "integrity": "sha512-9cYNccliXZDByFsFliVwk5GvTq058Fj513CiR4E60ndDwmuXzTJEp/Bp8FyuRmGyYupLjHLs+JA9/CBoVS4/NQ==",
2388
+ "engines": {
2389
+ "node": ">=0.11"
2390
+ }
2391
+ },
2392
+ "node_modules/babel-plugin-polyfill-corejs2": {
2393
+ "version": "0.4.11",
2394
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
2395
+ "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
2396
+ "dependencies": {
2397
+ "@babel/compat-data": "^7.22.6",
2398
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
2399
+ "semver": "^6.3.1"
2400
+ },
2401
+ "peerDependencies": {
2402
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2403
+ }
2404
+ },
2405
+ "node_modules/babel-plugin-polyfill-corejs3": {
2406
+ "version": "0.10.4",
2407
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz",
2408
+ "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==",
2409
+ "dependencies": {
2410
+ "@babel/helper-define-polyfill-provider": "^0.6.1",
2411
+ "core-js-compat": "^3.36.1"
2412
+ },
2413
+ "peerDependencies": {
2414
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2415
+ }
2416
+ },
2417
+ "node_modules/babel-plugin-polyfill-regenerator": {
2418
+ "version": "0.6.2",
2419
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
2420
+ "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
2421
+ "dependencies": {
2422
+ "@babel/helper-define-polyfill-provider": "^0.6.2"
2423
+ },
2424
+ "peerDependencies": {
2425
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2426
+ }
2427
+ },
2428
+ "node_modules/babel-plugin-source-map-support": {
2429
+ "version": "2.2.0",
2430
+ "resolved": "https://registry.npmjs.org/babel-plugin-source-map-support/-/babel-plugin-source-map-support-2.2.0.tgz",
2431
+ "integrity": "sha512-YWB1DfnYjPakY0J16nemRW2HEqsX/zEBQJAbiZsc4q7Zn5aOoVqA1hoaQbXheeBHBXPFiS6da1WFrSbcnXHNWg==",
2432
+ "dependencies": {
2433
+ "@babel/helper-module-imports": "^7.16.7"
2434
+ }
2435
+ },
2436
+ "node_modules/balanced-match": {
2437
+ "version": "1.0.2",
2438
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2439
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
2440
+ },
2441
+ "node_modules/brace-expansion": {
2442
+ "version": "1.1.11",
2443
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2444
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2445
+ "dependencies": {
2446
+ "balanced-match": "^1.0.0",
2447
+ "concat-map": "0.0.1"
2448
+ }
2449
+ },
2450
+ "node_modules/browserslist": {
2451
+ "version": "4.23.0",
2452
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
2453
+ "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
2454
+ "funding": [
2455
+ {
2456
+ "type": "opencollective",
2457
+ "url": "https://opencollective.com/browserslist"
2458
+ },
2459
+ {
2460
+ "type": "tidelift",
2461
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2462
+ },
2463
+ {
2464
+ "type": "github",
2465
+ "url": "https://github.com/sponsors/ai"
2466
+ }
2467
+ ],
2468
+ "dependencies": {
2469
+ "caniuse-lite": "^1.0.30001587",
2470
+ "electron-to-chromium": "^1.4.668",
2471
+ "node-releases": "^2.0.14",
2472
+ "update-browserslist-db": "^1.0.13"
2473
+ },
2474
+ "bin": {
2475
+ "browserslist": "cli.js"
2476
+ },
2477
+ "engines": {
2478
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2479
+ }
2480
+ },
2481
+ "node_modules/buffer-from": {
2482
+ "version": "1.1.2",
2483
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
2484
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
2485
+ },
2486
+ "node_modules/call-bind": {
2487
+ "version": "1.0.7",
2488
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
2489
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
2490
+ "dependencies": {
2491
+ "es-define-property": "^1.0.0",
2492
+ "es-errors": "^1.3.0",
2493
+ "function-bind": "^1.1.2",
2494
+ "get-intrinsic": "^1.2.4",
2495
+ "set-function-length": "^1.2.1"
2496
+ },
2497
+ "engines": {
2498
+ "node": ">= 0.4"
2499
+ },
2500
+ "funding": {
2501
+ "url": "https://github.com/sponsors/ljharb"
2502
+ }
2503
+ },
2504
+ "node_modules/caniuse-lite": {
2505
+ "version": "1.0.30001612",
2506
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz",
2507
+ "integrity": "sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==",
2508
+ "funding": [
2509
+ {
2510
+ "type": "opencollective",
2511
+ "url": "https://opencollective.com/browserslist"
2512
+ },
2513
+ {
2514
+ "type": "tidelift",
2515
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2516
+ },
2517
+ {
2518
+ "type": "github",
2519
+ "url": "https://github.com/sponsors/ai"
2520
+ }
2521
+ ]
2522
+ },
2523
+ "node_modules/chalk": {
2524
+ "version": "2.4.2",
2525
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2526
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2527
+ "dependencies": {
2528
+ "ansi-styles": "^3.2.1",
2529
+ "escape-string-regexp": "^1.0.5",
2530
+ "supports-color": "^5.3.0"
2531
+ },
2532
+ "engines": {
2533
+ "node": ">=4"
2534
+ }
2535
+ },
2536
+ "node_modules/color-convert": {
2537
+ "version": "1.9.3",
2538
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2539
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2540
+ "dependencies": {
2541
+ "color-name": "1.1.3"
2542
+ }
2543
+ },
2544
+ "node_modules/color-name": {
2545
+ "version": "1.1.3",
2546
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2547
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
2548
+ },
2549
+ "node_modules/concat-map": {
2550
+ "version": "0.0.1",
2551
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2552
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
2553
+ },
2554
+ "node_modules/convert-source-map": {
2555
+ "version": "2.0.0",
2556
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2557
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2558
+ "peer": true
2559
+ },
2560
+ "node_modules/core-js-compat": {
2561
+ "version": "3.37.0",
2562
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz",
2563
+ "integrity": "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==",
2564
+ "dependencies": {
2565
+ "browserslist": "^4.23.0"
2566
+ },
2567
+ "funding": {
2568
+ "type": "opencollective",
2569
+ "url": "https://opencollective.com/core-js"
2570
+ }
2571
+ },
2572
+ "node_modules/data-view-buffer": {
2573
+ "version": "1.0.1",
2574
+ "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
2575
+ "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
2576
+ "dependencies": {
2577
+ "call-bind": "^1.0.6",
2578
+ "es-errors": "^1.3.0",
2579
+ "is-data-view": "^1.0.1"
2580
+ },
2581
+ "engines": {
2582
+ "node": ">= 0.4"
2583
+ },
2584
+ "funding": {
2585
+ "url": "https://github.com/sponsors/ljharb"
2586
+ }
2587
+ },
2588
+ "node_modules/data-view-byte-length": {
2589
+ "version": "1.0.1",
2590
+ "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
2591
+ "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
2592
+ "dependencies": {
2593
+ "call-bind": "^1.0.7",
2594
+ "es-errors": "^1.3.0",
2595
+ "is-data-view": "^1.0.1"
2596
+ },
2597
+ "engines": {
2598
+ "node": ">= 0.4"
2599
+ },
2600
+ "funding": {
2601
+ "url": "https://github.com/sponsors/ljharb"
2602
+ }
2603
+ },
2604
+ "node_modules/data-view-byte-offset": {
2605
+ "version": "1.0.0",
2606
+ "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
2607
+ "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
2608
+ "dependencies": {
2609
+ "call-bind": "^1.0.6",
2610
+ "es-errors": "^1.3.0",
2611
+ "is-data-view": "^1.0.1"
2612
+ },
2613
+ "engines": {
2614
+ "node": ">= 0.4"
2615
+ },
2616
+ "funding": {
2617
+ "url": "https://github.com/sponsors/ljharb"
2618
+ }
2619
+ },
2620
+ "node_modules/debug": {
2621
+ "version": "4.3.4",
2622
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
2623
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2624
+ "dependencies": {
2625
+ "ms": "2.1.2"
2626
+ },
2627
+ "engines": {
2628
+ "node": ">=6.0"
2629
+ },
2630
+ "peerDependenciesMeta": {
2631
+ "supports-color": {
2632
+ "optional": true
2633
+ }
2634
+ }
2635
+ },
2636
+ "node_modules/define-data-property": {
2637
+ "version": "1.1.4",
2638
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
2639
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
2640
+ "dependencies": {
2641
+ "es-define-property": "^1.0.0",
2642
+ "es-errors": "^1.3.0",
2643
+ "gopd": "^1.0.1"
2644
+ },
2645
+ "engines": {
2646
+ "node": ">= 0.4"
2647
+ },
2648
+ "funding": {
2649
+ "url": "https://github.com/sponsors/ljharb"
2650
+ }
2651
+ },
2652
+ "node_modules/define-properties": {
2653
+ "version": "1.2.1",
2654
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
2655
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
2656
+ "dependencies": {
2657
+ "define-data-property": "^1.0.1",
2658
+ "has-property-descriptors": "^1.0.0",
2659
+ "object-keys": "^1.1.1"
2660
+ },
2661
+ "engines": {
2662
+ "node": ">= 0.4"
2663
+ },
2664
+ "funding": {
2665
+ "url": "https://github.com/sponsors/ljharb"
2666
+ }
2667
+ },
2668
+ "node_modules/dependency-graph": {
2669
+ "version": "0.11.0",
2670
+ "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
2671
+ "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
2672
+ "engines": {
2673
+ "node": ">= 0.6.0"
2674
+ }
2675
+ },
2676
+ "node_modules/electron-to-chromium": {
2677
+ "version": "1.4.747",
2678
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.747.tgz",
2679
+ "integrity": "sha512-+FnSWZIAvFHbsNVmUxhEqWiaOiPMcfum1GQzlWCg/wLigVtshOsjXHyEFfmt6cFK6+HkS3QOJBv6/3OPumbBfw=="
2680
+ },
2681
+ "node_modules/es-abstract": {
2682
+ "version": "1.23.3",
2683
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz",
2684
+ "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==",
2685
+ "dependencies": {
2686
+ "array-buffer-byte-length": "^1.0.1",
2687
+ "arraybuffer.prototype.slice": "^1.0.3",
2688
+ "available-typed-arrays": "^1.0.7",
2689
+ "call-bind": "^1.0.7",
2690
+ "data-view-buffer": "^1.0.1",
2691
+ "data-view-byte-length": "^1.0.1",
2692
+ "data-view-byte-offset": "^1.0.0",
2693
+ "es-define-property": "^1.0.0",
2694
+ "es-errors": "^1.3.0",
2695
+ "es-object-atoms": "^1.0.0",
2696
+ "es-set-tostringtag": "^2.0.3",
2697
+ "es-to-primitive": "^1.2.1",
2698
+ "function.prototype.name": "^1.1.6",
2699
+ "get-intrinsic": "^1.2.4",
2700
+ "get-symbol-description": "^1.0.2",
2701
+ "globalthis": "^1.0.3",
2702
+ "gopd": "^1.0.1",
2703
+ "has-property-descriptors": "^1.0.2",
2704
+ "has-proto": "^1.0.3",
2705
+ "has-symbols": "^1.0.3",
2706
+ "hasown": "^2.0.2",
2707
+ "internal-slot": "^1.0.7",
2708
+ "is-array-buffer": "^3.0.4",
2709
+ "is-callable": "^1.2.7",
2710
+ "is-data-view": "^1.0.1",
2711
+ "is-negative-zero": "^2.0.3",
2712
+ "is-regex": "^1.1.4",
2713
+ "is-shared-array-buffer": "^1.0.3",
2714
+ "is-string": "^1.0.7",
2715
+ "is-typed-array": "^1.1.13",
2716
+ "is-weakref": "^1.0.2",
2717
+ "object-inspect": "^1.13.1",
2718
+ "object-keys": "^1.1.1",
2719
+ "object.assign": "^4.1.5",
2720
+ "regexp.prototype.flags": "^1.5.2",
2721
+ "safe-array-concat": "^1.1.2",
2722
+ "safe-regex-test": "^1.0.3",
2723
+ "string.prototype.trim": "^1.2.9",
2724
+ "string.prototype.trimend": "^1.0.8",
2725
+ "string.prototype.trimstart": "^1.0.8",
2726
+ "typed-array-buffer": "^1.0.2",
2727
+ "typed-array-byte-length": "^1.0.1",
2728
+ "typed-array-byte-offset": "^1.0.2",
2729
+ "typed-array-length": "^1.0.6",
2730
+ "unbox-primitive": "^1.0.2",
2731
+ "which-typed-array": "^1.1.15"
2732
+ },
2733
+ "engines": {
2734
+ "node": ">= 0.4"
2735
+ },
2736
+ "funding": {
2737
+ "url": "https://github.com/sponsors/ljharb"
2738
+ }
2739
+ },
2740
+ "node_modules/es-aggregate-error": {
2741
+ "version": "1.0.13",
2742
+ "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.13.tgz",
2743
+ "integrity": "sha512-KkzhUUuD2CUMqEc8JEqsXEMDHzDPE8RCjZeUBitsnB1eNcAJWQPiciKsMXe3Yytj4Flw1XLl46Qcf9OxvZha7A==",
2744
+ "dependencies": {
2745
+ "define-data-property": "^1.1.4",
2746
+ "define-properties": "^1.2.1",
2747
+ "es-abstract": "^1.23.2",
2748
+ "es-errors": "^1.3.0",
2749
+ "function-bind": "^1.1.2",
2750
+ "globalthis": "^1.0.3",
2751
+ "has-property-descriptors": "^1.0.2",
2752
+ "set-function-name": "^2.0.2"
2753
+ },
2754
+ "engines": {
2755
+ "node": ">= 0.4"
2756
+ },
2757
+ "funding": {
2758
+ "url": "https://github.com/sponsors/ljharb"
2759
+ }
2760
+ },
2761
+ "node_modules/es-define-property": {
2762
+ "version": "1.0.0",
2763
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
2764
+ "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
2765
+ "dependencies": {
2766
+ "get-intrinsic": "^1.2.4"
2767
+ },
2768
+ "engines": {
2769
+ "node": ">= 0.4"
2770
+ }
2771
+ },
2772
+ "node_modules/es-errors": {
2773
+ "version": "1.3.0",
2774
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2775
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2776
+ "engines": {
2777
+ "node": ">= 0.4"
2778
+ }
2779
+ },
2780
+ "node_modules/es-object-atoms": {
2781
+ "version": "1.0.0",
2782
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
2783
+ "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
2784
+ "dependencies": {
2785
+ "es-errors": "^1.3.0"
2786
+ },
2787
+ "engines": {
2788
+ "node": ">= 0.4"
2789
+ }
2790
+ },
2791
+ "node_modules/es-set-tostringtag": {
2792
+ "version": "2.0.3",
2793
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
2794
+ "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
2795
+ "dependencies": {
2796
+ "get-intrinsic": "^1.2.4",
2797
+ "has-tostringtag": "^1.0.2",
2798
+ "hasown": "^2.0.1"
2799
+ },
2800
+ "engines": {
2801
+ "node": ">= 0.4"
2802
+ }
2803
+ },
2804
+ "node_modules/es-to-primitive": {
2805
+ "version": "1.2.1",
2806
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
2807
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
2808
+ "dependencies": {
2809
+ "is-callable": "^1.1.4",
2810
+ "is-date-object": "^1.0.1",
2811
+ "is-symbol": "^1.0.2"
2812
+ },
2813
+ "engines": {
2814
+ "node": ">= 0.4"
2815
+ },
2816
+ "funding": {
2817
+ "url": "https://github.com/sponsors/ljharb"
2818
+ }
2819
+ },
2820
+ "node_modules/escalade": {
2821
+ "version": "3.1.2",
2822
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
2823
+ "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
2824
+ "engines": {
2825
+ "node": ">=6"
2826
+ }
2827
+ },
2828
+ "node_modules/escape-string-regexp": {
2829
+ "version": "1.0.5",
2830
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2831
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2832
+ "engines": {
2833
+ "node": ">=0.8.0"
2834
+ }
2835
+ },
2836
+ "node_modules/estree-walker": {
2837
+ "version": "1.0.1",
2838
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
2839
+ "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
2840
+ },
2841
+ "node_modules/esutils": {
2842
+ "version": "2.0.3",
2843
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2844
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2845
+ "engines": {
2846
+ "node": ">=0.10.0"
2847
+ }
2848
+ },
2849
+ "node_modules/event-target-shim": {
2850
+ "version": "5.0.1",
2851
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
2852
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
2853
+ "engines": {
2854
+ "node": ">=6"
2855
+ }
2856
+ },
2857
+ "node_modules/fast-deep-equal": {
2858
+ "version": "3.1.3",
2859
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2860
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
2861
+ },
2862
+ "node_modules/fast-memoize": {
2863
+ "version": "2.5.2",
2864
+ "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz",
2865
+ "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw=="
2866
+ },
2867
+ "node_modules/for-each": {
2868
+ "version": "0.3.3",
2869
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
2870
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
2871
+ "dependencies": {
2872
+ "is-callable": "^1.1.3"
2873
+ }
2874
+ },
2875
+ "node_modules/fsevents": {
2876
+ "version": "2.3.3",
2877
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2878
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2879
+ "hasInstallScript": true,
2880
+ "optional": true,
2881
+ "os": [
2882
+ "darwin"
2883
+ ],
2884
+ "engines": {
2885
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2886
+ }
2887
+ },
2888
+ "node_modules/function-bind": {
2889
+ "version": "1.1.2",
2890
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2891
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2892
+ "funding": {
2893
+ "url": "https://github.com/sponsors/ljharb"
2894
+ }
2895
+ },
2896
+ "node_modules/function.prototype.name": {
2897
+ "version": "1.1.6",
2898
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
2899
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
2900
+ "dependencies": {
2901
+ "call-bind": "^1.0.2",
2902
+ "define-properties": "^1.2.0",
2903
+ "es-abstract": "^1.22.1",
2904
+ "functions-have-names": "^1.2.3"
2905
+ },
2906
+ "engines": {
2907
+ "node": ">= 0.4"
2908
+ },
2909
+ "funding": {
2910
+ "url": "https://github.com/sponsors/ljharb"
2911
+ }
2912
+ },
2913
+ "node_modules/functions-have-names": {
2914
+ "version": "1.2.3",
2915
+ "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
2916
+ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
2917
+ "funding": {
2918
+ "url": "https://github.com/sponsors/ljharb"
2919
+ }
2920
+ },
2921
+ "node_modules/gensync": {
2922
+ "version": "1.0.0-beta.2",
2923
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2924
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2925
+ "engines": {
2926
+ "node": ">=6.9.0"
2927
+ }
2928
+ },
2929
+ "node_modules/get-intrinsic": {
2930
+ "version": "1.2.4",
2931
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
2932
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
2933
+ "dependencies": {
2934
+ "es-errors": "^1.3.0",
2935
+ "function-bind": "^1.1.2",
2936
+ "has-proto": "^1.0.1",
2937
+ "has-symbols": "^1.0.3",
2938
+ "hasown": "^2.0.0"
2939
+ },
2940
+ "engines": {
2941
+ "node": ">= 0.4"
2942
+ },
2943
+ "funding": {
2944
+ "url": "https://github.com/sponsors/ljharb"
2945
+ }
2946
+ },
2947
+ "node_modules/get-symbol-description": {
2948
+ "version": "1.0.2",
2949
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
2950
+ "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
2951
+ "dependencies": {
2952
+ "call-bind": "^1.0.5",
2953
+ "es-errors": "^1.3.0",
2954
+ "get-intrinsic": "^1.2.4"
2955
+ },
2956
+ "engines": {
2957
+ "node": ">= 0.4"
2958
+ },
2959
+ "funding": {
2960
+ "url": "https://github.com/sponsors/ljharb"
2961
+ }
2962
+ },
2963
+ "node_modules/globals": {
2964
+ "version": "11.12.0",
2965
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2966
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2967
+ "engines": {
2968
+ "node": ">=4"
2969
+ }
2970
+ },
2971
+ "node_modules/globalthis": {
2972
+ "version": "1.0.4",
2973
+ "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
2974
+ "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
2975
+ "dependencies": {
2976
+ "define-properties": "^1.2.1",
2977
+ "gopd": "^1.0.1"
2978
+ },
2979
+ "engines": {
2980
+ "node": ">= 0.4"
2981
+ },
2982
+ "funding": {
2983
+ "url": "https://github.com/sponsors/ljharb"
2984
+ }
2985
+ },
2986
+ "node_modules/gopd": {
2987
+ "version": "1.0.1",
2988
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
2989
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
2990
+ "dependencies": {
2991
+ "get-intrinsic": "^1.1.3"
2992
+ },
2993
+ "funding": {
2994
+ "url": "https://github.com/sponsors/ljharb"
2995
+ }
2996
+ },
2997
+ "node_modules/has-bigints": {
2998
+ "version": "1.0.2",
2999
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
3000
+ "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
3001
+ "funding": {
3002
+ "url": "https://github.com/sponsors/ljharb"
3003
+ }
3004
+ },
3005
+ "node_modules/has-flag": {
3006
+ "version": "3.0.0",
3007
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
3008
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
3009
+ "engines": {
3010
+ "node": ">=4"
3011
+ }
3012
+ },
3013
+ "node_modules/has-property-descriptors": {
3014
+ "version": "1.0.2",
3015
+ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
3016
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
3017
+ "dependencies": {
3018
+ "es-define-property": "^1.0.0"
3019
+ },
3020
+ "funding": {
3021
+ "url": "https://github.com/sponsors/ljharb"
3022
+ }
3023
+ },
3024
+ "node_modules/has-proto": {
3025
+ "version": "1.0.3",
3026
+ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
3027
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
3028
+ "engines": {
3029
+ "node": ">= 0.4"
3030
+ },
3031
+ "funding": {
3032
+ "url": "https://github.com/sponsors/ljharb"
3033
+ }
3034
+ },
3035
+ "node_modules/has-symbols": {
3036
+ "version": "1.0.3",
3037
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
3038
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
3039
+ "engines": {
3040
+ "node": ">= 0.4"
3041
+ },
3042
+ "funding": {
3043
+ "url": "https://github.com/sponsors/ljharb"
3044
+ }
3045
+ },
3046
+ "node_modules/has-tostringtag": {
3047
+ "version": "1.0.2",
3048
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
3049
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
3050
+ "dependencies": {
3051
+ "has-symbols": "^1.0.3"
3052
+ },
3053
+ "engines": {
3054
+ "node": ">= 0.4"
3055
+ },
3056
+ "funding": {
3057
+ "url": "https://github.com/sponsors/ljharb"
3058
+ }
3059
+ },
3060
+ "node_modules/hasown": {
3061
+ "version": "2.0.2",
3062
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
3063
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
3064
+ "dependencies": {
3065
+ "function-bind": "^1.1.2"
3066
+ },
3067
+ "engines": {
3068
+ "node": ">= 0.4"
3069
+ }
3070
+ },
3071
+ "node_modules/immer": {
3072
+ "version": "9.0.21",
3073
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
3074
+ "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
3075
+ "funding": {
3076
+ "type": "opencollective",
3077
+ "url": "https://opencollective.com/immer"
3078
+ }
3079
+ },
3080
+ "node_modules/internal-slot": {
3081
+ "version": "1.0.7",
3082
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz",
3083
+ "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
3084
+ "dependencies": {
3085
+ "es-errors": "^1.3.0",
3086
+ "hasown": "^2.0.0",
3087
+ "side-channel": "^1.0.4"
3088
+ },
3089
+ "engines": {
3090
+ "node": ">= 0.4"
3091
+ }
3092
+ },
3093
+ "node_modules/is-array-buffer": {
3094
+ "version": "3.0.4",
3095
+ "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
3096
+ "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
3097
+ "dependencies": {
3098
+ "call-bind": "^1.0.2",
3099
+ "get-intrinsic": "^1.2.1"
3100
+ },
3101
+ "engines": {
3102
+ "node": ">= 0.4"
3103
+ },
3104
+ "funding": {
3105
+ "url": "https://github.com/sponsors/ljharb"
3106
+ }
3107
+ },
3108
+ "node_modules/is-bigint": {
3109
+ "version": "1.0.4",
3110
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
3111
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
3112
+ "dependencies": {
3113
+ "has-bigints": "^1.0.1"
3114
+ },
3115
+ "funding": {
3116
+ "url": "https://github.com/sponsors/ljharb"
3117
+ }
3118
+ },
3119
+ "node_modules/is-boolean-object": {
3120
+ "version": "1.1.2",
3121
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
3122
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
3123
+ "dependencies": {
3124
+ "call-bind": "^1.0.2",
3125
+ "has-tostringtag": "^1.0.0"
3126
+ },
3127
+ "engines": {
3128
+ "node": ">= 0.4"
3129
+ },
3130
+ "funding": {
3131
+ "url": "https://github.com/sponsors/ljharb"
3132
+ }
3133
+ },
3134
+ "node_modules/is-callable": {
3135
+ "version": "1.2.7",
3136
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
3137
+ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
3138
+ "engines": {
3139
+ "node": ">= 0.4"
3140
+ },
3141
+ "funding": {
3142
+ "url": "https://github.com/sponsors/ljharb"
3143
+ }
3144
+ },
3145
+ "node_modules/is-core-module": {
3146
+ "version": "2.13.1",
3147
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
3148
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
3149
+ "dependencies": {
3150
+ "hasown": "^2.0.0"
3151
+ },
3152
+ "funding": {
3153
+ "url": "https://github.com/sponsors/ljharb"
3154
+ }
3155
+ },
3156
+ "node_modules/is-data-view": {
3157
+ "version": "1.0.1",
3158
+ "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz",
3159
+ "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
3160
+ "dependencies": {
3161
+ "is-typed-array": "^1.1.13"
3162
+ },
3163
+ "engines": {
3164
+ "node": ">= 0.4"
3165
+ },
3166
+ "funding": {
3167
+ "url": "https://github.com/sponsors/ljharb"
3168
+ }
3169
+ },
3170
+ "node_modules/is-date-object": {
3171
+ "version": "1.0.5",
3172
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
3173
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
3174
+ "dependencies": {
3175
+ "has-tostringtag": "^1.0.0"
3176
+ },
3177
+ "engines": {
3178
+ "node": ">= 0.4"
3179
+ },
3180
+ "funding": {
3181
+ "url": "https://github.com/sponsors/ljharb"
3182
+ }
3183
+ },
3184
+ "node_modules/is-negative-zero": {
3185
+ "version": "2.0.3",
3186
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
3187
+ "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
3188
+ "engines": {
3189
+ "node": ">= 0.4"
3190
+ },
3191
+ "funding": {
3192
+ "url": "https://github.com/sponsors/ljharb"
3193
+ }
3194
+ },
3195
+ "node_modules/is-number-object": {
3196
+ "version": "1.0.7",
3197
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
3198
+ "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
3199
+ "dependencies": {
3200
+ "has-tostringtag": "^1.0.0"
3201
+ },
3202
+ "engines": {
3203
+ "node": ">= 0.4"
3204
+ },
3205
+ "funding": {
3206
+ "url": "https://github.com/sponsors/ljharb"
3207
+ }
3208
+ },
3209
+ "node_modules/is-regex": {
3210
+ "version": "1.1.4",
3211
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
3212
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
3213
+ "dependencies": {
3214
+ "call-bind": "^1.0.2",
3215
+ "has-tostringtag": "^1.0.0"
3216
+ },
3217
+ "engines": {
3218
+ "node": ">= 0.4"
3219
+ },
3220
+ "funding": {
3221
+ "url": "https://github.com/sponsors/ljharb"
3222
+ }
3223
+ },
3224
+ "node_modules/is-shared-array-buffer": {
3225
+ "version": "1.0.3",
3226
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
3227
+ "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
3228
+ "dependencies": {
3229
+ "call-bind": "^1.0.7"
3230
+ },
3231
+ "engines": {
3232
+ "node": ">= 0.4"
3233
+ },
3234
+ "funding": {
3235
+ "url": "https://github.com/sponsors/ljharb"
3236
+ }
3237
+ },
3238
+ "node_modules/is-string": {
3239
+ "version": "1.0.7",
3240
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
3241
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
3242
+ "dependencies": {
3243
+ "has-tostringtag": "^1.0.0"
3244
+ },
3245
+ "engines": {
3246
+ "node": ">= 0.4"
3247
+ },
3248
+ "funding": {
3249
+ "url": "https://github.com/sponsors/ljharb"
3250
+ }
3251
+ },
3252
+ "node_modules/is-symbol": {
3253
+ "version": "1.0.4",
3254
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
3255
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
3256
+ "dependencies": {
3257
+ "has-symbols": "^1.0.2"
3258
+ },
3259
+ "engines": {
3260
+ "node": ">= 0.4"
3261
+ },
3262
+ "funding": {
3263
+ "url": "https://github.com/sponsors/ljharb"
3264
+ }
3265
+ },
3266
+ "node_modules/is-typed-array": {
3267
+ "version": "1.1.13",
3268
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
3269
+ "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
3270
+ "dependencies": {
3271
+ "which-typed-array": "^1.1.14"
3272
+ },
3273
+ "engines": {
3274
+ "node": ">= 0.4"
3275
+ },
3276
+ "funding": {
3277
+ "url": "https://github.com/sponsors/ljharb"
3278
+ }
3279
+ },
3280
+ "node_modules/is-weakref": {
3281
+ "version": "1.0.2",
3282
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
3283
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
3284
+ "dependencies": {
3285
+ "call-bind": "^1.0.2"
3286
+ },
3287
+ "funding": {
3288
+ "url": "https://github.com/sponsors/ljharb"
3289
+ }
3290
+ },
3291
+ "node_modules/isarray": {
3292
+ "version": "2.0.5",
3293
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
3294
+ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="
3295
+ },
3296
+ "node_modules/js-tokens": {
3297
+ "version": "4.0.0",
3298
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
3299
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
3300
+ },
3301
+ "node_modules/js-yaml": {
3302
+ "version": "4.1.0",
3303
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
3304
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
3305
+ "dependencies": {
3306
+ "argparse": "^2.0.1"
3307
+ },
3308
+ "bin": {
3309
+ "js-yaml": "bin/js-yaml.js"
3310
+ }
3311
+ },
3312
+ "node_modules/jsep": {
3313
+ "version": "1.3.8",
3314
+ "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.8.tgz",
3315
+ "integrity": "sha512-qofGylTGgYj9gZFsHuyWAN4jr35eJ66qJCK4eKDnldohuUoQFbU3iZn2zjvEbd9wOAhP9Wx5DsAAduTyE1PSWQ==",
3316
+ "engines": {
3317
+ "node": ">= 10.16.0"
3318
+ }
3319
+ },
3320
+ "node_modules/jsesc": {
3321
+ "version": "2.5.2",
3322
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
3323
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
3324
+ "bin": {
3325
+ "jsesc": "bin/jsesc"
3326
+ },
3327
+ "engines": {
3328
+ "node": ">=4"
3329
+ }
3330
+ },
3331
+ "node_modules/json-schema-traverse": {
3332
+ "version": "1.0.0",
3333
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
3334
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
3335
+ },
3336
+ "node_modules/json5": {
3337
+ "version": "2.2.3",
3338
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3339
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3340
+ "bin": {
3341
+ "json5": "lib/cli.js"
3342
+ },
3343
+ "engines": {
3344
+ "node": ">=6"
3345
+ }
3346
+ },
3347
+ "node_modules/jsonc-parser": {
3348
+ "version": "2.2.1",
3349
+ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz",
3350
+ "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w=="
3351
+ },
3352
+ "node_modules/jsonpath-plus": {
3353
+ "version": "7.2.0",
3354
+ "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz",
3355
+ "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==",
3356
+ "engines": {
3357
+ "node": ">=12.0.0"
3358
+ }
3359
+ },
3360
+ "node_modules/jsonpointer": {
3361
+ "version": "5.0.1",
3362
+ "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
3363
+ "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
3364
+ "engines": {
3365
+ "node": ">=0.10.0"
3366
+ }
3367
+ },
3368
+ "node_modules/leven": {
3369
+ "version": "3.1.0",
3370
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
3371
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
3372
+ "engines": {
3373
+ "node": ">=6"
3374
+ }
3375
+ },
3376
+ "node_modules/lodash": {
3377
+ "version": "4.17.21",
3378
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
3379
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
3380
+ },
3381
+ "node_modules/lodash.debounce": {
3382
+ "version": "4.0.8",
3383
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
3384
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
3385
+ },
3386
+ "node_modules/lodash.topath": {
3387
+ "version": "4.5.2",
3388
+ "resolved": "https://registry.npmjs.org/lodash.topath/-/lodash.topath-4.5.2.tgz",
3389
+ "integrity": "sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg=="
3390
+ },
3391
+ "node_modules/loose-envify": {
3392
+ "version": "1.4.0",
3393
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
3394
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
3395
+ "dependencies": {
3396
+ "js-tokens": "^3.0.0 || ^4.0.0"
3397
+ },
3398
+ "bin": {
3399
+ "loose-envify": "cli.js"
3400
+ }
3401
+ },
3402
+ "node_modules/lru-cache": {
3403
+ "version": "5.1.1",
3404
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3405
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3406
+ "dependencies": {
3407
+ "yallist": "^3.0.2"
3408
+ }
3409
+ },
3410
+ "node_modules/minimatch": {
3411
+ "version": "3.1.2",
3412
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3413
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3414
+ "dependencies": {
3415
+ "brace-expansion": "^1.1.7"
3416
+ },
3417
+ "engines": {
3418
+ "node": "*"
3419
+ }
3420
+ },
3421
+ "node_modules/ms": {
3422
+ "version": "2.1.2",
3423
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3424
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
3425
+ },
3426
+ "node_modules/nimma": {
3427
+ "version": "0.2.2",
3428
+ "resolved": "https://registry.npmjs.org/nimma/-/nimma-0.2.2.tgz",
3429
+ "integrity": "sha512-V52MLl7BU+tH2Np9tDrIXK8bql3MVUadnMIl/0/oZSGC9keuro0O9UUv9QKp0aMvtN8HRew4G7byY7H4eWsxaQ==",
3430
+ "dependencies": {
3431
+ "@jsep-plugin/regex": "^1.0.1",
3432
+ "@jsep-plugin/ternary": "^1.0.2",
3433
+ "astring": "^1.8.1",
3434
+ "jsep": "^1.2.0"
3435
+ },
3436
+ "engines": {
3437
+ "node": "^12.20 || >=14.13"
3438
+ },
3439
+ "optionalDependencies": {
3440
+ "jsonpath-plus": "^6.0.1",
3441
+ "lodash.topath": "^4.5.2"
3442
+ }
3443
+ },
3444
+ "node_modules/nimma/node_modules/jsonpath-plus": {
3445
+ "version": "6.0.1",
3446
+ "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-6.0.1.tgz",
3447
+ "integrity": "sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==",
3448
+ "optional": true,
3449
+ "engines": {
3450
+ "node": ">=10.0.0"
3451
+ }
3452
+ },
3453
+ "node_modules/node-fetch": {
3454
+ "version": "2.6.7",
3455
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
3456
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
3457
+ "dependencies": {
3458
+ "whatwg-url": "^5.0.0"
3459
+ },
3460
+ "engines": {
3461
+ "node": "4.x || >=6.0.0"
3462
+ },
3463
+ "peerDependencies": {
3464
+ "encoding": "^0.1.0"
3465
+ },
3466
+ "peerDependenciesMeta": {
3467
+ "encoding": {
3468
+ "optional": true
3469
+ }
3470
+ }
3471
+ },
3472
+ "node_modules/node-releases": {
3473
+ "version": "2.0.14",
3474
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
3475
+ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
3476
+ },
3477
+ "node_modules/object-assign": {
3478
+ "version": "4.1.1",
3479
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3480
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3481
+ "engines": {
3482
+ "node": ">=0.10.0"
3483
+ }
3484
+ },
3485
+ "node_modules/object-inspect": {
3486
+ "version": "1.13.1",
3487
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
3488
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
3489
+ "funding": {
3490
+ "url": "https://github.com/sponsors/ljharb"
3491
+ }
3492
+ },
3493
+ "node_modules/object-keys": {
3494
+ "version": "1.1.1",
3495
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
3496
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
3497
+ "engines": {
3498
+ "node": ">= 0.4"
3499
+ }
3500
+ },
3501
+ "node_modules/object.assign": {
3502
+ "version": "4.1.5",
3503
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
3504
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
3505
+ "dependencies": {
3506
+ "call-bind": "^1.0.5",
3507
+ "define-properties": "^1.2.1",
3508
+ "has-symbols": "^1.0.3",
3509
+ "object-keys": "^1.1.1"
3510
+ },
3511
+ "engines": {
3512
+ "node": ">= 0.4"
3513
+ },
3514
+ "funding": {
3515
+ "url": "https://github.com/sponsors/ljharb"
3516
+ }
3517
+ },
3518
+ "node_modules/path-parse": {
3519
+ "version": "1.0.7",
3520
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
3521
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
3522
+ },
3523
+ "node_modules/picocolors": {
3524
+ "version": "1.0.0",
3525
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
3526
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
3527
+ },
3528
+ "node_modules/picomatch": {
3529
+ "version": "2.3.1",
3530
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3531
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3532
+ "engines": {
3533
+ "node": ">=8.6"
3534
+ },
3535
+ "funding": {
3536
+ "url": "https://github.com/sponsors/jonschlinkert"
3537
+ }
3538
+ },
3539
+ "node_modules/pony-cause": {
3540
+ "version": "1.1.1",
3541
+ "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-1.1.1.tgz",
3542
+ "integrity": "sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==",
3543
+ "engines": {
3544
+ "node": ">=12.0.0"
3545
+ }
3546
+ },
3547
+ "node_modules/possible-typed-array-names": {
3548
+ "version": "1.0.0",
3549
+ "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
3550
+ "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
3551
+ "engines": {
3552
+ "node": ">= 0.4"
3553
+ }
3554
+ },
3555
+ "node_modules/prop-types": {
3556
+ "version": "15.8.1",
3557
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
3558
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
3559
+ "dependencies": {
3560
+ "loose-envify": "^1.4.0",
3561
+ "object-assign": "^4.1.1",
3562
+ "react-is": "^16.13.1"
3563
+ }
3564
+ },
3565
+ "node_modules/punycode": {
3566
+ "version": "2.3.1",
3567
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3568
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3569
+ "engines": {
3570
+ "node": ">=6"
3571
+ }
3572
+ },
3573
+ "node_modules/react": {
3574
+ "version": "17.0.2",
3575
+ "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
3576
+ "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
3577
+ "dependencies": {
3578
+ "loose-envify": "^1.1.0",
3579
+ "object-assign": "^4.1.1"
3580
+ },
3581
+ "engines": {
3582
+ "node": ">=0.10.0"
3583
+ }
3584
+ },
3585
+ "node_modules/react-is": {
3586
+ "version": "16.13.1",
3587
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
3588
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
3589
+ },
3590
+ "node_modules/regenerate": {
3591
+ "version": "1.4.2",
3592
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
3593
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
3594
+ },
3595
+ "node_modules/regenerate-unicode-properties": {
3596
+ "version": "10.1.1",
3597
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
3598
+ "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
3599
+ "dependencies": {
3600
+ "regenerate": "^1.4.2"
3601
+ },
3602
+ "engines": {
3603
+ "node": ">=4"
3604
+ }
3605
+ },
3606
+ "node_modules/regenerator-runtime": {
3607
+ "version": "0.14.1",
3608
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
3609
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
3610
+ },
3611
+ "node_modules/regenerator-transform": {
3612
+ "version": "0.15.2",
3613
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
3614
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
3615
+ "dependencies": {
3616
+ "@babel/runtime": "^7.8.4"
3617
+ }
3618
+ },
3619
+ "node_modules/regexp.prototype.flags": {
3620
+ "version": "1.5.2",
3621
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
3622
+ "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==",
3623
+ "dependencies": {
3624
+ "call-bind": "^1.0.6",
3625
+ "define-properties": "^1.2.1",
3626
+ "es-errors": "^1.3.0",
3627
+ "set-function-name": "^2.0.1"
3628
+ },
3629
+ "engines": {
3630
+ "node": ">= 0.4"
3631
+ },
3632
+ "funding": {
3633
+ "url": "https://github.com/sponsors/ljharb"
3634
+ }
3635
+ },
3636
+ "node_modules/regexpu-core": {
3637
+ "version": "5.3.2",
3638
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
3639
+ "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
3640
+ "dependencies": {
3641
+ "@babel/regjsgen": "^0.8.0",
3642
+ "regenerate": "^1.4.2",
3643
+ "regenerate-unicode-properties": "^10.1.0",
3644
+ "regjsparser": "^0.9.1",
3645
+ "unicode-match-property-ecmascript": "^2.0.0",
3646
+ "unicode-match-property-value-ecmascript": "^2.1.0"
3647
+ },
3648
+ "engines": {
3649
+ "node": ">=4"
3650
+ }
3651
+ },
3652
+ "node_modules/regjsparser": {
3653
+ "version": "0.9.1",
3654
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
3655
+ "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
3656
+ "dependencies": {
3657
+ "jsesc": "~0.5.0"
3658
+ },
3659
+ "bin": {
3660
+ "regjsparser": "bin/parser"
3661
+ }
3662
+ },
3663
+ "node_modules/regjsparser/node_modules/jsesc": {
3664
+ "version": "0.5.0",
3665
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
3666
+ "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
3667
+ "bin": {
3668
+ "jsesc": "bin/jsesc"
3669
+ }
3670
+ },
3671
+ "node_modules/require-from-string": {
3672
+ "version": "2.0.2",
3673
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3674
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3675
+ "engines": {
3676
+ "node": ">=0.10.0"
3677
+ }
3678
+ },
3679
+ "node_modules/resolve": {
3680
+ "version": "1.22.8",
3681
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
3682
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
3683
+ "dependencies": {
3684
+ "is-core-module": "^2.13.0",
3685
+ "path-parse": "^1.0.7",
3686
+ "supports-preserve-symlinks-flag": "^1.0.0"
3687
+ },
3688
+ "bin": {
3689
+ "resolve": "bin/resolve"
3690
+ },
3691
+ "funding": {
3692
+ "url": "https://github.com/sponsors/ljharb"
3693
+ }
3694
+ },
3695
+ "node_modules/rollup": {
3696
+ "version": "2.79.1",
3697
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
3698
+ "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
3699
+ "bin": {
3700
+ "rollup": "dist/bin/rollup"
3701
+ },
3702
+ "engines": {
3703
+ "node": ">=10.0.0"
3704
+ },
3705
+ "optionalDependencies": {
3706
+ "fsevents": "~2.3.2"
3707
+ }
3708
+ },
3709
+ "node_modules/safe-array-concat": {
3710
+ "version": "1.1.2",
3711
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
3712
+ "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
3713
+ "dependencies": {
3714
+ "call-bind": "^1.0.7",
3715
+ "get-intrinsic": "^1.2.4",
3716
+ "has-symbols": "^1.0.3",
3717
+ "isarray": "^2.0.5"
3718
+ },
3719
+ "engines": {
3720
+ "node": ">=0.4"
3721
+ },
3722
+ "funding": {
3723
+ "url": "https://github.com/sponsors/ljharb"
3724
+ }
3725
+ },
3726
+ "node_modules/safe-regex-test": {
3727
+ "version": "1.0.3",
3728
+ "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
3729
+ "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
3730
+ "dependencies": {
3731
+ "call-bind": "^1.0.6",
3732
+ "es-errors": "^1.3.0",
3733
+ "is-regex": "^1.1.4"
3734
+ },
3735
+ "engines": {
3736
+ "node": ">= 0.4"
3737
+ },
3738
+ "funding": {
3739
+ "url": "https://github.com/sponsors/ljharb"
3740
+ }
3741
+ },
3742
+ "node_modules/safe-stable-stringify": {
3743
+ "version": "1.1.1",
3744
+ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz",
3745
+ "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw=="
3746
+ },
3747
+ "node_modules/semver": {
3748
+ "version": "6.3.1",
3749
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3750
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3751
+ "bin": {
3752
+ "semver": "bin/semver.js"
3753
+ }
3754
+ },
3755
+ "node_modules/set-function-length": {
3756
+ "version": "1.2.2",
3757
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
3758
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
3759
+ "dependencies": {
3760
+ "define-data-property": "^1.1.4",
3761
+ "es-errors": "^1.3.0",
3762
+ "function-bind": "^1.1.2",
3763
+ "get-intrinsic": "^1.2.4",
3764
+ "gopd": "^1.0.1",
3765
+ "has-property-descriptors": "^1.0.2"
3766
+ },
3767
+ "engines": {
3768
+ "node": ">= 0.4"
3769
+ }
3770
+ },
3771
+ "node_modules/set-function-name": {
3772
+ "version": "2.0.2",
3773
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
3774
+ "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
3775
+ "dependencies": {
3776
+ "define-data-property": "^1.1.4",
3777
+ "es-errors": "^1.3.0",
3778
+ "functions-have-names": "^1.2.3",
3779
+ "has-property-descriptors": "^1.0.2"
3780
+ },
3781
+ "engines": {
3782
+ "node": ">= 0.4"
3783
+ }
3784
+ },
3785
+ "node_modules/side-channel": {
3786
+ "version": "1.0.6",
3787
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
3788
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
3789
+ "dependencies": {
3790
+ "call-bind": "^1.0.7",
3791
+ "es-errors": "^1.3.0",
3792
+ "get-intrinsic": "^1.2.4",
3793
+ "object-inspect": "^1.13.1"
3794
+ },
3795
+ "engines": {
3796
+ "node": ">= 0.4"
3797
+ },
3798
+ "funding": {
3799
+ "url": "https://github.com/sponsors/ljharb"
3800
+ }
3801
+ },
3802
+ "node_modules/simple-eval": {
3803
+ "version": "1.0.0",
3804
+ "resolved": "https://registry.npmjs.org/simple-eval/-/simple-eval-1.0.0.tgz",
3805
+ "integrity": "sha512-kpKJR+bqTscgC0xuAl2xHN6bB12lHjC2DCUfqjAx19bQyO3R2EVLOurm3H9AUltv/uFVcSCVNc6faegR+8NYLw==",
3806
+ "dependencies": {
3807
+ "jsep": "^1.1.2"
3808
+ },
3809
+ "engines": {
3810
+ "node": ">=12"
3811
+ }
3812
+ },
3813
+ "node_modules/source-map": {
3814
+ "version": "0.6.1",
3815
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3816
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3817
+ "engines": {
3818
+ "node": ">=0.10.0"
3819
+ }
3820
+ },
3821
+ "node_modules/source-map-support": {
3822
+ "version": "0.5.21",
3823
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
3824
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
3825
+ "dependencies": {
3826
+ "buffer-from": "^1.0.0",
3827
+ "source-map": "^0.6.0"
3828
+ }
3829
+ },
3830
+ "node_modules/string.prototype.trim": {
3831
+ "version": "1.2.9",
3832
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
3833
+ "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
3834
+ "dependencies": {
3835
+ "call-bind": "^1.0.7",
3836
+ "define-properties": "^1.2.1",
3837
+ "es-abstract": "^1.23.0",
3838
+ "es-object-atoms": "^1.0.0"
3839
+ },
3840
+ "engines": {
3841
+ "node": ">= 0.4"
3842
+ },
3843
+ "funding": {
3844
+ "url": "https://github.com/sponsors/ljharb"
3845
+ }
3846
+ },
3847
+ "node_modules/string.prototype.trimend": {
3848
+ "version": "1.0.8",
3849
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
3850
+ "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
3851
+ "dependencies": {
3852
+ "call-bind": "^1.0.7",
3853
+ "define-properties": "^1.2.1",
3854
+ "es-object-atoms": "^1.0.0"
3855
+ },
3856
+ "funding": {
3857
+ "url": "https://github.com/sponsors/ljharb"
3858
+ }
3859
+ },
3860
+ "node_modules/string.prototype.trimstart": {
3861
+ "version": "1.0.8",
3862
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
3863
+ "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
3864
+ "dependencies": {
3865
+ "call-bind": "^1.0.7",
3866
+ "define-properties": "^1.2.1",
3867
+ "es-object-atoms": "^1.0.0"
3868
+ },
3869
+ "engines": {
3870
+ "node": ">= 0.4"
3871
+ },
3872
+ "funding": {
3873
+ "url": "https://github.com/sponsors/ljharb"
3874
+ }
3875
+ },
3876
+ "node_modules/supports-color": {
3877
+ "version": "5.5.0",
3878
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
3879
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
3880
+ "dependencies": {
3881
+ "has-flag": "^3.0.0"
3882
+ },
3883
+ "engines": {
3884
+ "node": ">=4"
3885
+ }
3886
+ },
3887
+ "node_modules/supports-preserve-symlinks-flag": {
3888
+ "version": "1.0.0",
3889
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
3890
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
3891
+ "engines": {
3892
+ "node": ">= 0.4"
3893
+ },
3894
+ "funding": {
3895
+ "url": "https://github.com/sponsors/ljharb"
3896
+ }
3897
+ },
3898
+ "node_modules/to-fast-properties": {
3899
+ "version": "2.0.0",
3900
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
3901
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
3902
+ "engines": {
3903
+ "node": ">=4"
3904
+ }
3905
+ },
3906
+ "node_modules/tr46": {
3907
+ "version": "0.0.3",
3908
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
3909
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
3910
+ },
3911
+ "node_modules/tslib": {
3912
+ "version": "1.14.1",
3913
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
3914
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
3915
+ },
3916
+ "node_modules/typed-array-buffer": {
3917
+ "version": "1.0.2",
3918
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
3919
+ "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
3920
+ "dependencies": {
3921
+ "call-bind": "^1.0.7",
3922
+ "es-errors": "^1.3.0",
3923
+ "is-typed-array": "^1.1.13"
3924
+ },
3925
+ "engines": {
3926
+ "node": ">= 0.4"
3927
+ }
3928
+ },
3929
+ "node_modules/typed-array-byte-length": {
3930
+ "version": "1.0.1",
3931
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
3932
+ "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
3933
+ "dependencies": {
3934
+ "call-bind": "^1.0.7",
3935
+ "for-each": "^0.3.3",
3936
+ "gopd": "^1.0.1",
3937
+ "has-proto": "^1.0.3",
3938
+ "is-typed-array": "^1.1.13"
3939
+ },
3940
+ "engines": {
3941
+ "node": ">= 0.4"
3942
+ },
3943
+ "funding": {
3944
+ "url": "https://github.com/sponsors/ljharb"
3945
+ }
3946
+ },
3947
+ "node_modules/typed-array-byte-offset": {
3948
+ "version": "1.0.2",
3949
+ "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz",
3950
+ "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==",
3951
+ "dependencies": {
3952
+ "available-typed-arrays": "^1.0.7",
3953
+ "call-bind": "^1.0.7",
3954
+ "for-each": "^0.3.3",
3955
+ "gopd": "^1.0.1",
3956
+ "has-proto": "^1.0.3",
3957
+ "is-typed-array": "^1.1.13"
3958
+ },
3959
+ "engines": {
3960
+ "node": ">= 0.4"
3961
+ },
3962
+ "funding": {
3963
+ "url": "https://github.com/sponsors/ljharb"
3964
+ }
3965
+ },
3966
+ "node_modules/typed-array-length": {
3967
+ "version": "1.0.6",
3968
+ "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz",
3969
+ "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==",
3970
+ "dependencies": {
3971
+ "call-bind": "^1.0.7",
3972
+ "for-each": "^0.3.3",
3973
+ "gopd": "^1.0.1",
3974
+ "has-proto": "^1.0.3",
3975
+ "is-typed-array": "^1.1.13",
3976
+ "possible-typed-array-names": "^1.0.0"
3977
+ },
3978
+ "engines": {
3979
+ "node": ">= 0.4"
3980
+ },
3981
+ "funding": {
3982
+ "url": "https://github.com/sponsors/ljharb"
3983
+ }
3984
+ },
3985
+ "node_modules/unbox-primitive": {
3986
+ "version": "1.0.2",
3987
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
3988
+ "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
3989
+ "dependencies": {
3990
+ "call-bind": "^1.0.2",
3991
+ "has-bigints": "^1.0.2",
3992
+ "has-symbols": "^1.0.3",
3993
+ "which-boxed-primitive": "^1.0.2"
3994
+ },
3995
+ "funding": {
3996
+ "url": "https://github.com/sponsors/ljharb"
3997
+ }
3998
+ },
3999
+ "node_modules/undici-types": {
4000
+ "version": "5.26.5",
4001
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
4002
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
4003
+ },
4004
+ "node_modules/unicode-canonical-property-names-ecmascript": {
4005
+ "version": "2.0.0",
4006
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
4007
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
4008
+ "engines": {
4009
+ "node": ">=4"
4010
+ }
4011
+ },
4012
+ "node_modules/unicode-match-property-ecmascript": {
4013
+ "version": "2.0.0",
4014
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
4015
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
4016
+ "dependencies": {
4017
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
4018
+ "unicode-property-aliases-ecmascript": "^2.0.0"
4019
+ },
4020
+ "engines": {
4021
+ "node": ">=4"
4022
+ }
4023
+ },
4024
+ "node_modules/unicode-match-property-value-ecmascript": {
4025
+ "version": "2.1.0",
4026
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
4027
+ "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
4028
+ "engines": {
4029
+ "node": ">=4"
4030
+ }
4031
+ },
4032
+ "node_modules/unicode-property-aliases-ecmascript": {
4033
+ "version": "2.1.0",
4034
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
4035
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
4036
+ "engines": {
4037
+ "node": ">=4"
4038
+ }
4039
+ },
4040
+ "node_modules/update-browserslist-db": {
4041
+ "version": "1.0.13",
4042
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
4043
+ "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
4044
+ "funding": [
4045
+ {
4046
+ "type": "opencollective",
4047
+ "url": "https://opencollective.com/browserslist"
4048
+ },
4049
+ {
4050
+ "type": "tidelift",
4051
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
4052
+ },
4053
+ {
4054
+ "type": "github",
4055
+ "url": "https://github.com/sponsors/ai"
4056
+ }
4057
+ ],
4058
+ "dependencies": {
4059
+ "escalade": "^3.1.1",
4060
+ "picocolors": "^1.0.0"
4061
+ },
4062
+ "bin": {
4063
+ "update-browserslist-db": "cli.js"
4064
+ },
4065
+ "peerDependencies": {
4066
+ "browserslist": ">= 4.21.0"
4067
+ }
4068
+ },
4069
+ "node_modules/uri-js": {
4070
+ "version": "4.4.1",
4071
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
4072
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
4073
+ "dependencies": {
4074
+ "punycode": "^2.1.0"
4075
+ }
4076
+ },
4077
+ "node_modules/urijs": {
4078
+ "version": "1.19.11",
4079
+ "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz",
4080
+ "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="
4081
+ },
4082
+ "node_modules/utility-types": {
4083
+ "version": "3.11.0",
4084
+ "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz",
4085
+ "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
4086
+ "engines": {
4087
+ "node": ">= 4"
4088
+ }
4089
+ },
4090
+ "node_modules/webidl-conversions": {
4091
+ "version": "3.0.1",
4092
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
4093
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
4094
+ },
4095
+ "node_modules/whatwg-url": {
4096
+ "version": "5.0.0",
4097
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
4098
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
4099
+ "dependencies": {
4100
+ "tr46": "~0.0.3",
4101
+ "webidl-conversions": "^3.0.0"
4102
+ }
4103
+ },
4104
+ "node_modules/which-boxed-primitive": {
4105
+ "version": "1.0.2",
4106
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
4107
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
4108
+ "dependencies": {
4109
+ "is-bigint": "^1.0.1",
4110
+ "is-boolean-object": "^1.1.0",
4111
+ "is-number-object": "^1.0.4",
4112
+ "is-string": "^1.0.5",
4113
+ "is-symbol": "^1.0.3"
4114
+ },
4115
+ "funding": {
4116
+ "url": "https://github.com/sponsors/ljharb"
4117
+ }
4118
+ },
4119
+ "node_modules/which-typed-array": {
4120
+ "version": "1.1.15",
4121
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
4122
+ "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
4123
+ "dependencies": {
4124
+ "available-typed-arrays": "^1.0.7",
4125
+ "call-bind": "^1.0.7",
4126
+ "for-each": "^0.3.3",
4127
+ "gopd": "^1.0.1",
4128
+ "has-tostringtag": "^1.0.2"
4129
+ },
4130
+ "engines": {
4131
+ "node": ">= 0.4"
4132
+ },
4133
+ "funding": {
4134
+ "url": "https://github.com/sponsors/ljharb"
4135
+ }
4136
+ },
4137
+ "node_modules/yallist": {
4138
+ "version": "3.1.1",
4139
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4140
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
4141
+ }
4142
+ }
4143
+ }