validation-br 1.6.3 → 1.6.4

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 (46) hide show
  1. package/package.json +7 -4
  2. package/.prettierignore +0 -1
  3. package/.prettierrc.js +0 -7
  4. package/.publish/dist/_exceptions/ValidationBRError.d.ts +0 -7
  5. package/.publish/dist/_exceptions/ValidationBRError.js +0 -11
  6. package/.publish/dist/_exceptions/ValidationBRError.js.map +0 -1
  7. package/.publish/dist/cnh.d.ts +0 -98
  8. package/.publish/dist/cnh.js +0 -149
  9. package/.publish/dist/cnh.js.map +0 -1
  10. package/.publish/dist/cnpj.d.ts +0 -121
  11. package/.publish/dist/cnpj.js +0 -193
  12. package/.publish/dist/cnpj.js.map +0 -1
  13. package/.publish/dist/cpf.d.ts +0 -106
  14. package/.publish/dist/cpf.js +0 -157
  15. package/.publish/dist/cpf.js.map +0 -1
  16. package/.publish/dist/index.d.ts +0 -21
  17. package/.publish/dist/index.js +0 -42
  18. package/.publish/dist/index.js.map +0 -1
  19. package/.publish/dist/judicialProcess.d.ts +0 -133
  20. package/.publish/dist/judicialProcess.js +0 -200
  21. package/.publish/dist/judicialProcess.js.map +0 -1
  22. package/.publish/dist/nup17.d.ts +0 -103
  23. package/.publish/dist/nup17.js +0 -159
  24. package/.publish/dist/nup17.js.map +0 -1
  25. package/.publish/dist/pisPasep.d.ts +0 -88
  26. package/.publish/dist/pisPasep.js +0 -136
  27. package/.publish/dist/pisPasep.js.map +0 -1
  28. package/.publish/dist/postalCode.d.ts +0 -92
  29. package/.publish/dist/postalCode.js +0 -144
  30. package/.publish/dist/postalCode.js.map +0 -1
  31. package/.publish/dist/renavam.d.ts +0 -82
  32. package/.publish/dist/renavam.js +0 -132
  33. package/.publish/dist/renavam.js.map +0 -1
  34. package/.publish/dist/tituloEleitor.d.ts +0 -100
  35. package/.publish/dist/tituloEleitor.js +0 -157
  36. package/.publish/dist/tituloEleitor.js.map +0 -1
  37. package/.publish/dist/utils.d.ts +0 -131
  38. package/.publish/dist/utils.js +0 -190
  39. package/.publish/dist/utils.js.map +0 -1
  40. package/.publish/package-lock.json +0 -4372
  41. package/.publish/package.json +0 -112
  42. package/.publish/readme.md +0 -492
  43. package/eslint.config.js +0 -82
  44. package/jest.config.js +0 -11
  45. package/publish.sh +0 -31
  46. package/tsconfig.json +0 -25
@@ -1,4372 +0,0 @@
1
- {
2
- "name": "validation-br",
3
- "version": "1.6.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "validation-br",
9
- "version": "1.6.0",
10
- "license": "MIT",
11
- "devDependencies": {
12
- "@types/jest": "^27.4.0",
13
- "@types/node": "^14.14.2",
14
- "jest": "^29.7.0",
15
- "ts-jest": "^29.2.5",
16
- "ts-node": "^9.0.0",
17
- "typescript": "^5.6.2"
18
- }
19
- },
20
- "node_modules/@babel/code-frame": {
21
- "version": "7.27.1",
22
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
23
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
24
- "dev": true,
25
- "license": "MIT",
26
- "dependencies": {
27
- "@babel/helper-validator-identifier": "^7.27.1",
28
- "js-tokens": "^4.0.0",
29
- "picocolors": "^1.1.1"
30
- },
31
- "engines": {
32
- "node": ">=6.9.0"
33
- }
34
- },
35
- "node_modules/@babel/compat-data": {
36
- "version": "7.28.5",
37
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
38
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
39
- "dev": true,
40
- "license": "MIT",
41
- "engines": {
42
- "node": ">=6.9.0"
43
- }
44
- },
45
- "node_modules/@babel/core": {
46
- "version": "7.28.5",
47
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
48
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
49
- "dev": true,
50
- "license": "MIT",
51
- "dependencies": {
52
- "@babel/code-frame": "^7.27.1",
53
- "@babel/generator": "^7.28.5",
54
- "@babel/helper-compilation-targets": "^7.27.2",
55
- "@babel/helper-module-transforms": "^7.28.3",
56
- "@babel/helpers": "^7.28.4",
57
- "@babel/parser": "^7.28.5",
58
- "@babel/template": "^7.27.2",
59
- "@babel/traverse": "^7.28.5",
60
- "@babel/types": "^7.28.5",
61
- "@jridgewell/remapping": "^2.3.5",
62
- "convert-source-map": "^2.0.0",
63
- "debug": "^4.1.0",
64
- "gensync": "^1.0.0-beta.2",
65
- "json5": "^2.2.3",
66
- "semver": "^6.3.1"
67
- },
68
- "engines": {
69
- "node": ">=6.9.0"
70
- },
71
- "funding": {
72
- "type": "opencollective",
73
- "url": "https://opencollective.com/babel"
74
- }
75
- },
76
- "node_modules/@babel/generator": {
77
- "version": "7.28.5",
78
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
79
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
80
- "dev": true,
81
- "license": "MIT",
82
- "dependencies": {
83
- "@babel/parser": "^7.28.5",
84
- "@babel/types": "^7.28.5",
85
- "@jridgewell/gen-mapping": "^0.3.12",
86
- "@jridgewell/trace-mapping": "^0.3.28",
87
- "jsesc": "^3.0.2"
88
- },
89
- "engines": {
90
- "node": ">=6.9.0"
91
- }
92
- },
93
- "node_modules/@babel/helper-compilation-targets": {
94
- "version": "7.27.2",
95
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
96
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
97
- "dev": true,
98
- "license": "MIT",
99
- "dependencies": {
100
- "@babel/compat-data": "^7.27.2",
101
- "@babel/helper-validator-option": "^7.27.1",
102
- "browserslist": "^4.24.0",
103
- "lru-cache": "^5.1.1",
104
- "semver": "^6.3.1"
105
- },
106
- "engines": {
107
- "node": ">=6.9.0"
108
- }
109
- },
110
- "node_modules/@babel/helper-globals": {
111
- "version": "7.28.0",
112
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
113
- "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
114
- "dev": true,
115
- "license": "MIT",
116
- "engines": {
117
- "node": ">=6.9.0"
118
- }
119
- },
120
- "node_modules/@babel/helper-module-imports": {
121
- "version": "7.27.1",
122
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
123
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
124
- "dev": true,
125
- "license": "MIT",
126
- "dependencies": {
127
- "@babel/traverse": "^7.27.1",
128
- "@babel/types": "^7.27.1"
129
- },
130
- "engines": {
131
- "node": ">=6.9.0"
132
- }
133
- },
134
- "node_modules/@babel/helper-module-transforms": {
135
- "version": "7.28.3",
136
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
137
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
138
- "dev": true,
139
- "license": "MIT",
140
- "dependencies": {
141
- "@babel/helper-module-imports": "^7.27.1",
142
- "@babel/helper-validator-identifier": "^7.27.1",
143
- "@babel/traverse": "^7.28.3"
144
- },
145
- "engines": {
146
- "node": ">=6.9.0"
147
- },
148
- "peerDependencies": {
149
- "@babel/core": "^7.0.0"
150
- }
151
- },
152
- "node_modules/@babel/helper-plugin-utils": {
153
- "version": "7.27.1",
154
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
155
- "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
156
- "dev": true,
157
- "license": "MIT",
158
- "engines": {
159
- "node": ">=6.9.0"
160
- }
161
- },
162
- "node_modules/@babel/helper-string-parser": {
163
- "version": "7.27.1",
164
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
165
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
166
- "dev": true,
167
- "license": "MIT",
168
- "engines": {
169
- "node": ">=6.9.0"
170
- }
171
- },
172
- "node_modules/@babel/helper-validator-identifier": {
173
- "version": "7.28.5",
174
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
175
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
176
- "dev": true,
177
- "license": "MIT",
178
- "engines": {
179
- "node": ">=6.9.0"
180
- }
181
- },
182
- "node_modules/@babel/helper-validator-option": {
183
- "version": "7.27.1",
184
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
185
- "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
186
- "dev": true,
187
- "license": "MIT",
188
- "engines": {
189
- "node": ">=6.9.0"
190
- }
191
- },
192
- "node_modules/@babel/helpers": {
193
- "version": "7.28.4",
194
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
195
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
196
- "dev": true,
197
- "license": "MIT",
198
- "dependencies": {
199
- "@babel/template": "^7.27.2",
200
- "@babel/types": "^7.28.4"
201
- },
202
- "engines": {
203
- "node": ">=6.9.0"
204
- }
205
- },
206
- "node_modules/@babel/parser": {
207
- "version": "7.28.5",
208
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
209
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
210
- "dev": true,
211
- "license": "MIT",
212
- "dependencies": {
213
- "@babel/types": "^7.28.5"
214
- },
215
- "bin": {
216
- "parser": "bin/babel-parser.js"
217
- },
218
- "engines": {
219
- "node": ">=6.0.0"
220
- }
221
- },
222
- "node_modules/@babel/plugin-syntax-async-generators": {
223
- "version": "7.8.4",
224
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
225
- "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
226
- "dev": true,
227
- "license": "MIT",
228
- "dependencies": {
229
- "@babel/helper-plugin-utils": "^7.8.0"
230
- },
231
- "peerDependencies": {
232
- "@babel/core": "^7.0.0-0"
233
- }
234
- },
235
- "node_modules/@babel/plugin-syntax-bigint": {
236
- "version": "7.8.3",
237
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
238
- "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
239
- "dev": true,
240
- "license": "MIT",
241
- "dependencies": {
242
- "@babel/helper-plugin-utils": "^7.8.0"
243
- },
244
- "peerDependencies": {
245
- "@babel/core": "^7.0.0-0"
246
- }
247
- },
248
- "node_modules/@babel/plugin-syntax-class-properties": {
249
- "version": "7.12.13",
250
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
251
- "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
252
- "dev": true,
253
- "license": "MIT",
254
- "dependencies": {
255
- "@babel/helper-plugin-utils": "^7.12.13"
256
- },
257
- "peerDependencies": {
258
- "@babel/core": "^7.0.0-0"
259
- }
260
- },
261
- "node_modules/@babel/plugin-syntax-class-static-block": {
262
- "version": "7.14.5",
263
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
264
- "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
265
- "dev": true,
266
- "license": "MIT",
267
- "dependencies": {
268
- "@babel/helper-plugin-utils": "^7.14.5"
269
- },
270
- "engines": {
271
- "node": ">=6.9.0"
272
- },
273
- "peerDependencies": {
274
- "@babel/core": "^7.0.0-0"
275
- }
276
- },
277
- "node_modules/@babel/plugin-syntax-import-attributes": {
278
- "version": "7.27.1",
279
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
280
- "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
281
- "dev": true,
282
- "license": "MIT",
283
- "dependencies": {
284
- "@babel/helper-plugin-utils": "^7.27.1"
285
- },
286
- "engines": {
287
- "node": ">=6.9.0"
288
- },
289
- "peerDependencies": {
290
- "@babel/core": "^7.0.0-0"
291
- }
292
- },
293
- "node_modules/@babel/plugin-syntax-import-meta": {
294
- "version": "7.10.4",
295
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
296
- "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
297
- "dev": true,
298
- "license": "MIT",
299
- "dependencies": {
300
- "@babel/helper-plugin-utils": "^7.10.4"
301
- },
302
- "peerDependencies": {
303
- "@babel/core": "^7.0.0-0"
304
- }
305
- },
306
- "node_modules/@babel/plugin-syntax-json-strings": {
307
- "version": "7.8.3",
308
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
309
- "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
310
- "dev": true,
311
- "license": "MIT",
312
- "dependencies": {
313
- "@babel/helper-plugin-utils": "^7.8.0"
314
- },
315
- "peerDependencies": {
316
- "@babel/core": "^7.0.0-0"
317
- }
318
- },
319
- "node_modules/@babel/plugin-syntax-jsx": {
320
- "version": "7.27.1",
321
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
322
- "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
323
- "dev": true,
324
- "license": "MIT",
325
- "dependencies": {
326
- "@babel/helper-plugin-utils": "^7.27.1"
327
- },
328
- "engines": {
329
- "node": ">=6.9.0"
330
- },
331
- "peerDependencies": {
332
- "@babel/core": "^7.0.0-0"
333
- }
334
- },
335
- "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
336
- "version": "7.10.4",
337
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
338
- "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
339
- "dev": true,
340
- "license": "MIT",
341
- "dependencies": {
342
- "@babel/helper-plugin-utils": "^7.10.4"
343
- },
344
- "peerDependencies": {
345
- "@babel/core": "^7.0.0-0"
346
- }
347
- },
348
- "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
349
- "version": "7.8.3",
350
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
351
- "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
352
- "dev": true,
353
- "license": "MIT",
354
- "dependencies": {
355
- "@babel/helper-plugin-utils": "^7.8.0"
356
- },
357
- "peerDependencies": {
358
- "@babel/core": "^7.0.0-0"
359
- }
360
- },
361
- "node_modules/@babel/plugin-syntax-numeric-separator": {
362
- "version": "7.10.4",
363
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
364
- "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
365
- "dev": true,
366
- "license": "MIT",
367
- "dependencies": {
368
- "@babel/helper-plugin-utils": "^7.10.4"
369
- },
370
- "peerDependencies": {
371
- "@babel/core": "^7.0.0-0"
372
- }
373
- },
374
- "node_modules/@babel/plugin-syntax-object-rest-spread": {
375
- "version": "7.8.3",
376
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
377
- "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
378
- "dev": true,
379
- "license": "MIT",
380
- "dependencies": {
381
- "@babel/helper-plugin-utils": "^7.8.0"
382
- },
383
- "peerDependencies": {
384
- "@babel/core": "^7.0.0-0"
385
- }
386
- },
387
- "node_modules/@babel/plugin-syntax-optional-catch-binding": {
388
- "version": "7.8.3",
389
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
390
- "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
391
- "dev": true,
392
- "license": "MIT",
393
- "dependencies": {
394
- "@babel/helper-plugin-utils": "^7.8.0"
395
- },
396
- "peerDependencies": {
397
- "@babel/core": "^7.0.0-0"
398
- }
399
- },
400
- "node_modules/@babel/plugin-syntax-optional-chaining": {
401
- "version": "7.8.3",
402
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
403
- "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
404
- "dev": true,
405
- "license": "MIT",
406
- "dependencies": {
407
- "@babel/helper-plugin-utils": "^7.8.0"
408
- },
409
- "peerDependencies": {
410
- "@babel/core": "^7.0.0-0"
411
- }
412
- },
413
- "node_modules/@babel/plugin-syntax-private-property-in-object": {
414
- "version": "7.14.5",
415
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
416
- "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
417
- "dev": true,
418
- "license": "MIT",
419
- "dependencies": {
420
- "@babel/helper-plugin-utils": "^7.14.5"
421
- },
422
- "engines": {
423
- "node": ">=6.9.0"
424
- },
425
- "peerDependencies": {
426
- "@babel/core": "^7.0.0-0"
427
- }
428
- },
429
- "node_modules/@babel/plugin-syntax-top-level-await": {
430
- "version": "7.14.5",
431
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
432
- "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
433
- "dev": true,
434
- "license": "MIT",
435
- "dependencies": {
436
- "@babel/helper-plugin-utils": "^7.14.5"
437
- },
438
- "engines": {
439
- "node": ">=6.9.0"
440
- },
441
- "peerDependencies": {
442
- "@babel/core": "^7.0.0-0"
443
- }
444
- },
445
- "node_modules/@babel/plugin-syntax-typescript": {
446
- "version": "7.27.1",
447
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
448
- "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
449
- "dev": true,
450
- "license": "MIT",
451
- "dependencies": {
452
- "@babel/helper-plugin-utils": "^7.27.1"
453
- },
454
- "engines": {
455
- "node": ">=6.9.0"
456
- },
457
- "peerDependencies": {
458
- "@babel/core": "^7.0.0-0"
459
- }
460
- },
461
- "node_modules/@babel/template": {
462
- "version": "7.27.2",
463
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
464
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
465
- "dev": true,
466
- "license": "MIT",
467
- "dependencies": {
468
- "@babel/code-frame": "^7.27.1",
469
- "@babel/parser": "^7.27.2",
470
- "@babel/types": "^7.27.1"
471
- },
472
- "engines": {
473
- "node": ">=6.9.0"
474
- }
475
- },
476
- "node_modules/@babel/traverse": {
477
- "version": "7.28.5",
478
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
479
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
480
- "dev": true,
481
- "license": "MIT",
482
- "dependencies": {
483
- "@babel/code-frame": "^7.27.1",
484
- "@babel/generator": "^7.28.5",
485
- "@babel/helper-globals": "^7.28.0",
486
- "@babel/parser": "^7.28.5",
487
- "@babel/template": "^7.27.2",
488
- "@babel/types": "^7.28.5",
489
- "debug": "^4.3.1"
490
- },
491
- "engines": {
492
- "node": ">=6.9.0"
493
- }
494
- },
495
- "node_modules/@babel/types": {
496
- "version": "7.28.5",
497
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
498
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
499
- "dev": true,
500
- "license": "MIT",
501
- "dependencies": {
502
- "@babel/helper-string-parser": "^7.27.1",
503
- "@babel/helper-validator-identifier": "^7.28.5"
504
- },
505
- "engines": {
506
- "node": ">=6.9.0"
507
- }
508
- },
509
- "node_modules/@bcoe/v8-coverage": {
510
- "version": "0.2.3",
511
- "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
512
- "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
513
- "dev": true,
514
- "license": "MIT"
515
- },
516
- "node_modules/@istanbuljs/load-nyc-config": {
517
- "version": "1.1.0",
518
- "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
519
- "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
520
- "dev": true,
521
- "license": "ISC",
522
- "dependencies": {
523
- "camelcase": "^5.3.1",
524
- "find-up": "^4.1.0",
525
- "get-package-type": "^0.1.0",
526
- "js-yaml": "^3.13.1",
527
- "resolve-from": "^5.0.0"
528
- },
529
- "engines": {
530
- "node": ">=8"
531
- }
532
- },
533
- "node_modules/@istanbuljs/schema": {
534
- "version": "0.1.3",
535
- "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
536
- "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
537
- "dev": true,
538
- "license": "MIT",
539
- "engines": {
540
- "node": ">=8"
541
- }
542
- },
543
- "node_modules/@jest/console": {
544
- "version": "29.7.0",
545
- "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz",
546
- "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==",
547
- "dev": true,
548
- "license": "MIT",
549
- "dependencies": {
550
- "@jest/types": "^29.6.3",
551
- "@types/node": "*",
552
- "chalk": "^4.0.0",
553
- "jest-message-util": "^29.7.0",
554
- "jest-util": "^29.7.0",
555
- "slash": "^3.0.0"
556
- },
557
- "engines": {
558
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
559
- }
560
- },
561
- "node_modules/@jest/core": {
562
- "version": "29.7.0",
563
- "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz",
564
- "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==",
565
- "dev": true,
566
- "license": "MIT",
567
- "dependencies": {
568
- "@jest/console": "^29.7.0",
569
- "@jest/reporters": "^29.7.0",
570
- "@jest/test-result": "^29.7.0",
571
- "@jest/transform": "^29.7.0",
572
- "@jest/types": "^29.6.3",
573
- "@types/node": "*",
574
- "ansi-escapes": "^4.2.1",
575
- "chalk": "^4.0.0",
576
- "ci-info": "^3.2.0",
577
- "exit": "^0.1.2",
578
- "graceful-fs": "^4.2.9",
579
- "jest-changed-files": "^29.7.0",
580
- "jest-config": "^29.7.0",
581
- "jest-haste-map": "^29.7.0",
582
- "jest-message-util": "^29.7.0",
583
- "jest-regex-util": "^29.6.3",
584
- "jest-resolve": "^29.7.0",
585
- "jest-resolve-dependencies": "^29.7.0",
586
- "jest-runner": "^29.7.0",
587
- "jest-runtime": "^29.7.0",
588
- "jest-snapshot": "^29.7.0",
589
- "jest-util": "^29.7.0",
590
- "jest-validate": "^29.7.0",
591
- "jest-watcher": "^29.7.0",
592
- "micromatch": "^4.0.4",
593
- "pretty-format": "^29.7.0",
594
- "slash": "^3.0.0",
595
- "strip-ansi": "^6.0.0"
596
- },
597
- "engines": {
598
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
599
- },
600
- "peerDependencies": {
601
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
602
- },
603
- "peerDependenciesMeta": {
604
- "node-notifier": {
605
- "optional": true
606
- }
607
- }
608
- },
609
- "node_modules/@jest/core/node_modules/ansi-styles": {
610
- "version": "5.2.0",
611
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
612
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
613
- "dev": true,
614
- "license": "MIT",
615
- "engines": {
616
- "node": ">=10"
617
- },
618
- "funding": {
619
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
620
- }
621
- },
622
- "node_modules/@jest/core/node_modules/pretty-format": {
623
- "version": "29.7.0",
624
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
625
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
626
- "dev": true,
627
- "license": "MIT",
628
- "dependencies": {
629
- "@jest/schemas": "^29.6.3",
630
- "ansi-styles": "^5.0.0",
631
- "react-is": "^18.0.0"
632
- },
633
- "engines": {
634
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
635
- }
636
- },
637
- "node_modules/@jest/core/node_modules/react-is": {
638
- "version": "18.3.1",
639
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
640
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
641
- "dev": true,
642
- "license": "MIT"
643
- },
644
- "node_modules/@jest/environment": {
645
- "version": "29.7.0",
646
- "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz",
647
- "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==",
648
- "dev": true,
649
- "license": "MIT",
650
- "dependencies": {
651
- "@jest/fake-timers": "^29.7.0",
652
- "@jest/types": "^29.6.3",
653
- "@types/node": "*",
654
- "jest-mock": "^29.7.0"
655
- },
656
- "engines": {
657
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
658
- }
659
- },
660
- "node_modules/@jest/expect": {
661
- "version": "29.7.0",
662
- "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz",
663
- "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==",
664
- "dev": true,
665
- "license": "MIT",
666
- "dependencies": {
667
- "expect": "^29.7.0",
668
- "jest-snapshot": "^29.7.0"
669
- },
670
- "engines": {
671
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
672
- }
673
- },
674
- "node_modules/@jest/expect-utils": {
675
- "version": "29.7.0",
676
- "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
677
- "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
678
- "dev": true,
679
- "license": "MIT",
680
- "dependencies": {
681
- "jest-get-type": "^29.6.3"
682
- },
683
- "engines": {
684
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
685
- }
686
- },
687
- "node_modules/@jest/fake-timers": {
688
- "version": "29.7.0",
689
- "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz",
690
- "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==",
691
- "dev": true,
692
- "license": "MIT",
693
- "dependencies": {
694
- "@jest/types": "^29.6.3",
695
- "@sinonjs/fake-timers": "^10.0.2",
696
- "@types/node": "*",
697
- "jest-message-util": "^29.7.0",
698
- "jest-mock": "^29.7.0",
699
- "jest-util": "^29.7.0"
700
- },
701
- "engines": {
702
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
703
- }
704
- },
705
- "node_modules/@jest/globals": {
706
- "version": "29.7.0",
707
- "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz",
708
- "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==",
709
- "dev": true,
710
- "license": "MIT",
711
- "dependencies": {
712
- "@jest/environment": "^29.7.0",
713
- "@jest/expect": "^29.7.0",
714
- "@jest/types": "^29.6.3",
715
- "jest-mock": "^29.7.0"
716
- },
717
- "engines": {
718
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
719
- }
720
- },
721
- "node_modules/@jest/reporters": {
722
- "version": "29.7.0",
723
- "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz",
724
- "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==",
725
- "dev": true,
726
- "license": "MIT",
727
- "dependencies": {
728
- "@bcoe/v8-coverage": "^0.2.3",
729
- "@jest/console": "^29.7.0",
730
- "@jest/test-result": "^29.7.0",
731
- "@jest/transform": "^29.7.0",
732
- "@jest/types": "^29.6.3",
733
- "@jridgewell/trace-mapping": "^0.3.18",
734
- "@types/node": "*",
735
- "chalk": "^4.0.0",
736
- "collect-v8-coverage": "^1.0.0",
737
- "exit": "^0.1.2",
738
- "glob": "^7.1.3",
739
- "graceful-fs": "^4.2.9",
740
- "istanbul-lib-coverage": "^3.0.0",
741
- "istanbul-lib-instrument": "^6.0.0",
742
- "istanbul-lib-report": "^3.0.0",
743
- "istanbul-lib-source-maps": "^4.0.0",
744
- "istanbul-reports": "^3.1.3",
745
- "jest-message-util": "^29.7.0",
746
- "jest-util": "^29.7.0",
747
- "jest-worker": "^29.7.0",
748
- "slash": "^3.0.0",
749
- "string-length": "^4.0.1",
750
- "strip-ansi": "^6.0.0",
751
- "v8-to-istanbul": "^9.0.1"
752
- },
753
- "engines": {
754
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
755
- },
756
- "peerDependencies": {
757
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
758
- },
759
- "peerDependenciesMeta": {
760
- "node-notifier": {
761
- "optional": true
762
- }
763
- }
764
- },
765
- "node_modules/@jest/schemas": {
766
- "version": "29.6.3",
767
- "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
768
- "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
769
- "dev": true,
770
- "license": "MIT",
771
- "dependencies": {
772
- "@sinclair/typebox": "^0.27.8"
773
- },
774
- "engines": {
775
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
776
- }
777
- },
778
- "node_modules/@jest/source-map": {
779
- "version": "29.6.3",
780
- "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz",
781
- "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==",
782
- "dev": true,
783
- "license": "MIT",
784
- "dependencies": {
785
- "@jridgewell/trace-mapping": "^0.3.18",
786
- "callsites": "^3.0.0",
787
- "graceful-fs": "^4.2.9"
788
- },
789
- "engines": {
790
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
791
- }
792
- },
793
- "node_modules/@jest/test-result": {
794
- "version": "29.7.0",
795
- "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz",
796
- "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==",
797
- "dev": true,
798
- "license": "MIT",
799
- "dependencies": {
800
- "@jest/console": "^29.7.0",
801
- "@jest/types": "^29.6.3",
802
- "@types/istanbul-lib-coverage": "^2.0.0",
803
- "collect-v8-coverage": "^1.0.0"
804
- },
805
- "engines": {
806
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
807
- }
808
- },
809
- "node_modules/@jest/test-sequencer": {
810
- "version": "29.7.0",
811
- "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz",
812
- "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==",
813
- "dev": true,
814
- "license": "MIT",
815
- "dependencies": {
816
- "@jest/test-result": "^29.7.0",
817
- "graceful-fs": "^4.2.9",
818
- "jest-haste-map": "^29.7.0",
819
- "slash": "^3.0.0"
820
- },
821
- "engines": {
822
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
823
- }
824
- },
825
- "node_modules/@jest/transform": {
826
- "version": "29.7.0",
827
- "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz",
828
- "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==",
829
- "dev": true,
830
- "license": "MIT",
831
- "dependencies": {
832
- "@babel/core": "^7.11.6",
833
- "@jest/types": "^29.6.3",
834
- "@jridgewell/trace-mapping": "^0.3.18",
835
- "babel-plugin-istanbul": "^6.1.1",
836
- "chalk": "^4.0.0",
837
- "convert-source-map": "^2.0.0",
838
- "fast-json-stable-stringify": "^2.1.0",
839
- "graceful-fs": "^4.2.9",
840
- "jest-haste-map": "^29.7.0",
841
- "jest-regex-util": "^29.6.3",
842
- "jest-util": "^29.7.0",
843
- "micromatch": "^4.0.4",
844
- "pirates": "^4.0.4",
845
- "slash": "^3.0.0",
846
- "write-file-atomic": "^4.0.2"
847
- },
848
- "engines": {
849
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
850
- }
851
- },
852
- "node_modules/@jest/types": {
853
- "version": "29.6.3",
854
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
855
- "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
856
- "dev": true,
857
- "license": "MIT",
858
- "dependencies": {
859
- "@jest/schemas": "^29.6.3",
860
- "@types/istanbul-lib-coverage": "^2.0.0",
861
- "@types/istanbul-reports": "^3.0.0",
862
- "@types/node": "*",
863
- "@types/yargs": "^17.0.8",
864
- "chalk": "^4.0.0"
865
- },
866
- "engines": {
867
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
868
- }
869
- },
870
- "node_modules/@jridgewell/gen-mapping": {
871
- "version": "0.3.13",
872
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
873
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
874
- "dev": true,
875
- "license": "MIT",
876
- "dependencies": {
877
- "@jridgewell/sourcemap-codec": "^1.5.0",
878
- "@jridgewell/trace-mapping": "^0.3.24"
879
- }
880
- },
881
- "node_modules/@jridgewell/remapping": {
882
- "version": "2.3.5",
883
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
884
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
885
- "dev": true,
886
- "license": "MIT",
887
- "dependencies": {
888
- "@jridgewell/gen-mapping": "^0.3.5",
889
- "@jridgewell/trace-mapping": "^0.3.24"
890
- }
891
- },
892
- "node_modules/@jridgewell/resolve-uri": {
893
- "version": "3.1.2",
894
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
895
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
896
- "dev": true,
897
- "license": "MIT",
898
- "engines": {
899
- "node": ">=6.0.0"
900
- }
901
- },
902
- "node_modules/@jridgewell/sourcemap-codec": {
903
- "version": "1.5.5",
904
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
905
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
906
- "dev": true,
907
- "license": "MIT"
908
- },
909
- "node_modules/@jridgewell/trace-mapping": {
910
- "version": "0.3.31",
911
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
912
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
913
- "dev": true,
914
- "license": "MIT",
915
- "dependencies": {
916
- "@jridgewell/resolve-uri": "^3.1.0",
917
- "@jridgewell/sourcemap-codec": "^1.4.14"
918
- }
919
- },
920
- "node_modules/@sinclair/typebox": {
921
- "version": "0.27.8",
922
- "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
923
- "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
924
- "dev": true,
925
- "license": "MIT"
926
- },
927
- "node_modules/@sinonjs/commons": {
928
- "version": "3.0.1",
929
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
930
- "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
931
- "dev": true,
932
- "license": "BSD-3-Clause",
933
- "dependencies": {
934
- "type-detect": "4.0.8"
935
- }
936
- },
937
- "node_modules/@sinonjs/fake-timers": {
938
- "version": "10.3.0",
939
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
940
- "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
941
- "dev": true,
942
- "license": "BSD-3-Clause",
943
- "dependencies": {
944
- "@sinonjs/commons": "^3.0.0"
945
- }
946
- },
947
- "node_modules/@types/babel__core": {
948
- "version": "7.20.5",
949
- "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
950
- "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
951
- "dev": true,
952
- "license": "MIT",
953
- "dependencies": {
954
- "@babel/parser": "^7.20.7",
955
- "@babel/types": "^7.20.7",
956
- "@types/babel__generator": "*",
957
- "@types/babel__template": "*",
958
- "@types/babel__traverse": "*"
959
- }
960
- },
961
- "node_modules/@types/babel__generator": {
962
- "version": "7.27.0",
963
- "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
964
- "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
965
- "dev": true,
966
- "license": "MIT",
967
- "dependencies": {
968
- "@babel/types": "^7.0.0"
969
- }
970
- },
971
- "node_modules/@types/babel__template": {
972
- "version": "7.4.4",
973
- "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
974
- "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
975
- "dev": true,
976
- "license": "MIT",
977
- "dependencies": {
978
- "@babel/parser": "^7.1.0",
979
- "@babel/types": "^7.0.0"
980
- }
981
- },
982
- "node_modules/@types/babel__traverse": {
983
- "version": "7.28.0",
984
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
985
- "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
986
- "dev": true,
987
- "license": "MIT",
988
- "dependencies": {
989
- "@babel/types": "^7.28.2"
990
- }
991
- },
992
- "node_modules/@types/graceful-fs": {
993
- "version": "4.1.9",
994
- "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
995
- "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
996
- "dev": true,
997
- "license": "MIT",
998
- "dependencies": {
999
- "@types/node": "*"
1000
- }
1001
- },
1002
- "node_modules/@types/istanbul-lib-coverage": {
1003
- "version": "2.0.6",
1004
- "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
1005
- "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
1006
- "dev": true,
1007
- "license": "MIT"
1008
- },
1009
- "node_modules/@types/istanbul-lib-report": {
1010
- "version": "3.0.3",
1011
- "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
1012
- "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
1013
- "dev": true,
1014
- "license": "MIT",
1015
- "dependencies": {
1016
- "@types/istanbul-lib-coverage": "*"
1017
- }
1018
- },
1019
- "node_modules/@types/istanbul-reports": {
1020
- "version": "3.0.4",
1021
- "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
1022
- "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
1023
- "dev": true,
1024
- "license": "MIT",
1025
- "dependencies": {
1026
- "@types/istanbul-lib-report": "*"
1027
- }
1028
- },
1029
- "node_modules/@types/jest": {
1030
- "version": "27.5.2",
1031
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
1032
- "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
1033
- "dev": true,
1034
- "license": "MIT",
1035
- "dependencies": {
1036
- "jest-matcher-utils": "^27.0.0",
1037
- "pretty-format": "^27.0.0"
1038
- }
1039
- },
1040
- "node_modules/@types/node": {
1041
- "version": "14.18.63",
1042
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
1043
- "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
1044
- "dev": true,
1045
- "license": "MIT"
1046
- },
1047
- "node_modules/@types/stack-utils": {
1048
- "version": "2.0.3",
1049
- "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
1050
- "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
1051
- "dev": true,
1052
- "license": "MIT"
1053
- },
1054
- "node_modules/@types/yargs": {
1055
- "version": "17.0.35",
1056
- "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz",
1057
- "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
1058
- "dev": true,
1059
- "license": "MIT",
1060
- "dependencies": {
1061
- "@types/yargs-parser": "*"
1062
- }
1063
- },
1064
- "node_modules/@types/yargs-parser": {
1065
- "version": "21.0.3",
1066
- "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
1067
- "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
1068
- "dev": true,
1069
- "license": "MIT"
1070
- },
1071
- "node_modules/ansi-escapes": {
1072
- "version": "4.3.2",
1073
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
1074
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
1075
- "dev": true,
1076
- "license": "MIT",
1077
- "dependencies": {
1078
- "type-fest": "^0.21.3"
1079
- },
1080
- "engines": {
1081
- "node": ">=8"
1082
- },
1083
- "funding": {
1084
- "url": "https://github.com/sponsors/sindresorhus"
1085
- }
1086
- },
1087
- "node_modules/ansi-regex": {
1088
- "version": "5.0.1",
1089
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1090
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1091
- "dev": true,
1092
- "license": "MIT",
1093
- "engines": {
1094
- "node": ">=8"
1095
- }
1096
- },
1097
- "node_modules/ansi-styles": {
1098
- "version": "4.3.0",
1099
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1100
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1101
- "dev": true,
1102
- "license": "MIT",
1103
- "dependencies": {
1104
- "color-convert": "^2.0.1"
1105
- },
1106
- "engines": {
1107
- "node": ">=8"
1108
- },
1109
- "funding": {
1110
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1111
- }
1112
- },
1113
- "node_modules/anymatch": {
1114
- "version": "3.1.3",
1115
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1116
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1117
- "dev": true,
1118
- "license": "ISC",
1119
- "dependencies": {
1120
- "normalize-path": "^3.0.0",
1121
- "picomatch": "^2.0.4"
1122
- },
1123
- "engines": {
1124
- "node": ">= 8"
1125
- }
1126
- },
1127
- "node_modules/arg": {
1128
- "version": "4.1.3",
1129
- "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
1130
- "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
1131
- "dev": true,
1132
- "license": "MIT"
1133
- },
1134
- "node_modules/argparse": {
1135
- "version": "1.0.10",
1136
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
1137
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
1138
- "dev": true,
1139
- "license": "MIT",
1140
- "dependencies": {
1141
- "sprintf-js": "~1.0.2"
1142
- }
1143
- },
1144
- "node_modules/babel-jest": {
1145
- "version": "29.7.0",
1146
- "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz",
1147
- "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==",
1148
- "dev": true,
1149
- "license": "MIT",
1150
- "dependencies": {
1151
- "@jest/transform": "^29.7.0",
1152
- "@types/babel__core": "^7.1.14",
1153
- "babel-plugin-istanbul": "^6.1.1",
1154
- "babel-preset-jest": "^29.6.3",
1155
- "chalk": "^4.0.0",
1156
- "graceful-fs": "^4.2.9",
1157
- "slash": "^3.0.0"
1158
- },
1159
- "engines": {
1160
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1161
- },
1162
- "peerDependencies": {
1163
- "@babel/core": "^7.8.0"
1164
- }
1165
- },
1166
- "node_modules/babel-plugin-istanbul": {
1167
- "version": "6.1.1",
1168
- "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
1169
- "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
1170
- "dev": true,
1171
- "license": "BSD-3-Clause",
1172
- "dependencies": {
1173
- "@babel/helper-plugin-utils": "^7.0.0",
1174
- "@istanbuljs/load-nyc-config": "^1.0.0",
1175
- "@istanbuljs/schema": "^0.1.2",
1176
- "istanbul-lib-instrument": "^5.0.4",
1177
- "test-exclude": "^6.0.0"
1178
- },
1179
- "engines": {
1180
- "node": ">=8"
1181
- }
1182
- },
1183
- "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": {
1184
- "version": "5.2.1",
1185
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
1186
- "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
1187
- "dev": true,
1188
- "license": "BSD-3-Clause",
1189
- "dependencies": {
1190
- "@babel/core": "^7.12.3",
1191
- "@babel/parser": "^7.14.7",
1192
- "@istanbuljs/schema": "^0.1.2",
1193
- "istanbul-lib-coverage": "^3.2.0",
1194
- "semver": "^6.3.0"
1195
- },
1196
- "engines": {
1197
- "node": ">=8"
1198
- }
1199
- },
1200
- "node_modules/babel-plugin-jest-hoist": {
1201
- "version": "29.6.3",
1202
- "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz",
1203
- "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==",
1204
- "dev": true,
1205
- "license": "MIT",
1206
- "dependencies": {
1207
- "@babel/template": "^7.3.3",
1208
- "@babel/types": "^7.3.3",
1209
- "@types/babel__core": "^7.1.14",
1210
- "@types/babel__traverse": "^7.0.6"
1211
- },
1212
- "engines": {
1213
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1214
- }
1215
- },
1216
- "node_modules/babel-preset-current-node-syntax": {
1217
- "version": "1.2.0",
1218
- "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz",
1219
- "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
1220
- "dev": true,
1221
- "license": "MIT",
1222
- "dependencies": {
1223
- "@babel/plugin-syntax-async-generators": "^7.8.4",
1224
- "@babel/plugin-syntax-bigint": "^7.8.3",
1225
- "@babel/plugin-syntax-class-properties": "^7.12.13",
1226
- "@babel/plugin-syntax-class-static-block": "^7.14.5",
1227
- "@babel/plugin-syntax-import-attributes": "^7.24.7",
1228
- "@babel/plugin-syntax-import-meta": "^7.10.4",
1229
- "@babel/plugin-syntax-json-strings": "^7.8.3",
1230
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1231
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1232
- "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1233
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1234
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1235
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1236
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1237
- "@babel/plugin-syntax-top-level-await": "^7.14.5"
1238
- },
1239
- "peerDependencies": {
1240
- "@babel/core": "^7.0.0 || ^8.0.0-0"
1241
- }
1242
- },
1243
- "node_modules/babel-preset-jest": {
1244
- "version": "29.6.3",
1245
- "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
1246
- "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==",
1247
- "dev": true,
1248
- "license": "MIT",
1249
- "dependencies": {
1250
- "babel-plugin-jest-hoist": "^29.6.3",
1251
- "babel-preset-current-node-syntax": "^1.0.0"
1252
- },
1253
- "engines": {
1254
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1255
- },
1256
- "peerDependencies": {
1257
- "@babel/core": "^7.0.0"
1258
- }
1259
- },
1260
- "node_modules/balanced-match": {
1261
- "version": "1.0.2",
1262
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1263
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1264
- "dev": true,
1265
- "license": "MIT"
1266
- },
1267
- "node_modules/baseline-browser-mapping": {
1268
- "version": "2.9.11",
1269
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
1270
- "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
1271
- "dev": true,
1272
- "license": "Apache-2.0",
1273
- "bin": {
1274
- "baseline-browser-mapping": "dist/cli.js"
1275
- }
1276
- },
1277
- "node_modules/brace-expansion": {
1278
- "version": "1.1.12",
1279
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1280
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1281
- "dev": true,
1282
- "license": "MIT",
1283
- "dependencies": {
1284
- "balanced-match": "^1.0.0",
1285
- "concat-map": "0.0.1"
1286
- }
1287
- },
1288
- "node_modules/braces": {
1289
- "version": "3.0.3",
1290
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1291
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1292
- "dev": true,
1293
- "license": "MIT",
1294
- "dependencies": {
1295
- "fill-range": "^7.1.1"
1296
- },
1297
- "engines": {
1298
- "node": ">=8"
1299
- }
1300
- },
1301
- "node_modules/browserslist": {
1302
- "version": "4.28.1",
1303
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1304
- "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1305
- "dev": true,
1306
- "funding": [
1307
- {
1308
- "type": "opencollective",
1309
- "url": "https://opencollective.com/browserslist"
1310
- },
1311
- {
1312
- "type": "tidelift",
1313
- "url": "https://tidelift.com/funding/github/npm/browserslist"
1314
- },
1315
- {
1316
- "type": "github",
1317
- "url": "https://github.com/sponsors/ai"
1318
- }
1319
- ],
1320
- "license": "MIT",
1321
- "peer": true,
1322
- "dependencies": {
1323
- "baseline-browser-mapping": "^2.9.0",
1324
- "caniuse-lite": "^1.0.30001759",
1325
- "electron-to-chromium": "^1.5.263",
1326
- "node-releases": "^2.0.27",
1327
- "update-browserslist-db": "^1.2.0"
1328
- },
1329
- "bin": {
1330
- "browserslist": "cli.js"
1331
- },
1332
- "engines": {
1333
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1334
- }
1335
- },
1336
- "node_modules/bs-logger": {
1337
- "version": "0.2.6",
1338
- "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
1339
- "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
1340
- "dev": true,
1341
- "license": "MIT",
1342
- "dependencies": {
1343
- "fast-json-stable-stringify": "2.x"
1344
- },
1345
- "engines": {
1346
- "node": ">= 6"
1347
- }
1348
- },
1349
- "node_modules/bser": {
1350
- "version": "2.1.1",
1351
- "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
1352
- "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
1353
- "dev": true,
1354
- "license": "Apache-2.0",
1355
- "dependencies": {
1356
- "node-int64": "^0.4.0"
1357
- }
1358
- },
1359
- "node_modules/buffer-from": {
1360
- "version": "1.1.2",
1361
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
1362
- "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
1363
- "dev": true,
1364
- "license": "MIT"
1365
- },
1366
- "node_modules/callsites": {
1367
- "version": "3.1.0",
1368
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1369
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1370
- "dev": true,
1371
- "license": "MIT",
1372
- "engines": {
1373
- "node": ">=6"
1374
- }
1375
- },
1376
- "node_modules/camelcase": {
1377
- "version": "5.3.1",
1378
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
1379
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
1380
- "dev": true,
1381
- "license": "MIT",
1382
- "engines": {
1383
- "node": ">=6"
1384
- }
1385
- },
1386
- "node_modules/caniuse-lite": {
1387
- "version": "1.0.30001761",
1388
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
1389
- "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
1390
- "dev": true,
1391
- "funding": [
1392
- {
1393
- "type": "opencollective",
1394
- "url": "https://opencollective.com/browserslist"
1395
- },
1396
- {
1397
- "type": "tidelift",
1398
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1399
- },
1400
- {
1401
- "type": "github",
1402
- "url": "https://github.com/sponsors/ai"
1403
- }
1404
- ],
1405
- "license": "CC-BY-4.0"
1406
- },
1407
- "node_modules/chalk": {
1408
- "version": "4.1.2",
1409
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1410
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1411
- "dev": true,
1412
- "license": "MIT",
1413
- "dependencies": {
1414
- "ansi-styles": "^4.1.0",
1415
- "supports-color": "^7.1.0"
1416
- },
1417
- "engines": {
1418
- "node": ">=10"
1419
- },
1420
- "funding": {
1421
- "url": "https://github.com/chalk/chalk?sponsor=1"
1422
- }
1423
- },
1424
- "node_modules/char-regex": {
1425
- "version": "1.0.2",
1426
- "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
1427
- "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
1428
- "dev": true,
1429
- "license": "MIT",
1430
- "engines": {
1431
- "node": ">=10"
1432
- }
1433
- },
1434
- "node_modules/ci-info": {
1435
- "version": "3.9.0",
1436
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
1437
- "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
1438
- "dev": true,
1439
- "funding": [
1440
- {
1441
- "type": "github",
1442
- "url": "https://github.com/sponsors/sibiraj-s"
1443
- }
1444
- ],
1445
- "license": "MIT",
1446
- "engines": {
1447
- "node": ">=8"
1448
- }
1449
- },
1450
- "node_modules/cjs-module-lexer": {
1451
- "version": "1.4.3",
1452
- "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
1453
- "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
1454
- "dev": true,
1455
- "license": "MIT"
1456
- },
1457
- "node_modules/cliui": {
1458
- "version": "8.0.1",
1459
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
1460
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
1461
- "dev": true,
1462
- "license": "ISC",
1463
- "dependencies": {
1464
- "string-width": "^4.2.0",
1465
- "strip-ansi": "^6.0.1",
1466
- "wrap-ansi": "^7.0.0"
1467
- },
1468
- "engines": {
1469
- "node": ">=12"
1470
- }
1471
- },
1472
- "node_modules/co": {
1473
- "version": "4.6.0",
1474
- "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
1475
- "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
1476
- "dev": true,
1477
- "license": "MIT",
1478
- "engines": {
1479
- "iojs": ">= 1.0.0",
1480
- "node": ">= 0.12.0"
1481
- }
1482
- },
1483
- "node_modules/collect-v8-coverage": {
1484
- "version": "1.0.3",
1485
- "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
1486
- "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
1487
- "dev": true,
1488
- "license": "MIT"
1489
- },
1490
- "node_modules/color-convert": {
1491
- "version": "2.0.1",
1492
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1493
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1494
- "dev": true,
1495
- "license": "MIT",
1496
- "dependencies": {
1497
- "color-name": "~1.1.4"
1498
- },
1499
- "engines": {
1500
- "node": ">=7.0.0"
1501
- }
1502
- },
1503
- "node_modules/color-name": {
1504
- "version": "1.1.4",
1505
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1506
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1507
- "dev": true,
1508
- "license": "MIT"
1509
- },
1510
- "node_modules/concat-map": {
1511
- "version": "0.0.1",
1512
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1513
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1514
- "dev": true,
1515
- "license": "MIT"
1516
- },
1517
- "node_modules/convert-source-map": {
1518
- "version": "2.0.0",
1519
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1520
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1521
- "dev": true,
1522
- "license": "MIT"
1523
- },
1524
- "node_modules/create-jest": {
1525
- "version": "29.7.0",
1526
- "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz",
1527
- "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==",
1528
- "dev": true,
1529
- "license": "MIT",
1530
- "dependencies": {
1531
- "@jest/types": "^29.6.3",
1532
- "chalk": "^4.0.0",
1533
- "exit": "^0.1.2",
1534
- "graceful-fs": "^4.2.9",
1535
- "jest-config": "^29.7.0",
1536
- "jest-util": "^29.7.0",
1537
- "prompts": "^2.0.1"
1538
- },
1539
- "bin": {
1540
- "create-jest": "bin/create-jest.js"
1541
- },
1542
- "engines": {
1543
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1544
- }
1545
- },
1546
- "node_modules/create-require": {
1547
- "version": "1.1.1",
1548
- "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
1549
- "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
1550
- "dev": true,
1551
- "license": "MIT"
1552
- },
1553
- "node_modules/cross-spawn": {
1554
- "version": "7.0.6",
1555
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1556
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1557
- "dev": true,
1558
- "license": "MIT",
1559
- "dependencies": {
1560
- "path-key": "^3.1.0",
1561
- "shebang-command": "^2.0.0",
1562
- "which": "^2.0.1"
1563
- },
1564
- "engines": {
1565
- "node": ">= 8"
1566
- }
1567
- },
1568
- "node_modules/debug": {
1569
- "version": "4.4.3",
1570
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1571
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1572
- "dev": true,
1573
- "license": "MIT",
1574
- "dependencies": {
1575
- "ms": "^2.1.3"
1576
- },
1577
- "engines": {
1578
- "node": ">=6.0"
1579
- },
1580
- "peerDependenciesMeta": {
1581
- "supports-color": {
1582
- "optional": true
1583
- }
1584
- }
1585
- },
1586
- "node_modules/dedent": {
1587
- "version": "1.7.1",
1588
- "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz",
1589
- "integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
1590
- "dev": true,
1591
- "license": "MIT",
1592
- "peerDependencies": {
1593
- "babel-plugin-macros": "^3.1.0"
1594
- },
1595
- "peerDependenciesMeta": {
1596
- "babel-plugin-macros": {
1597
- "optional": true
1598
- }
1599
- }
1600
- },
1601
- "node_modules/deepmerge": {
1602
- "version": "4.3.1",
1603
- "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
1604
- "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
1605
- "dev": true,
1606
- "license": "MIT",
1607
- "engines": {
1608
- "node": ">=0.10.0"
1609
- }
1610
- },
1611
- "node_modules/detect-newline": {
1612
- "version": "3.1.0",
1613
- "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
1614
- "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
1615
- "dev": true,
1616
- "license": "MIT",
1617
- "engines": {
1618
- "node": ">=8"
1619
- }
1620
- },
1621
- "node_modules/diff": {
1622
- "version": "4.0.2",
1623
- "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
1624
- "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
1625
- "dev": true,
1626
- "license": "BSD-3-Clause",
1627
- "engines": {
1628
- "node": ">=0.3.1"
1629
- }
1630
- },
1631
- "node_modules/diff-sequences": {
1632
- "version": "27.5.1",
1633
- "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
1634
- "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
1635
- "dev": true,
1636
- "license": "MIT",
1637
- "engines": {
1638
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
1639
- }
1640
- },
1641
- "node_modules/electron-to-chromium": {
1642
- "version": "1.5.267",
1643
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
1644
- "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
1645
- "dev": true,
1646
- "license": "ISC"
1647
- },
1648
- "node_modules/emittery": {
1649
- "version": "0.13.1",
1650
- "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
1651
- "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
1652
- "dev": true,
1653
- "license": "MIT",
1654
- "engines": {
1655
- "node": ">=12"
1656
- },
1657
- "funding": {
1658
- "url": "https://github.com/sindresorhus/emittery?sponsor=1"
1659
- }
1660
- },
1661
- "node_modules/emoji-regex": {
1662
- "version": "8.0.0",
1663
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1664
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1665
- "dev": true,
1666
- "license": "MIT"
1667
- },
1668
- "node_modules/error-ex": {
1669
- "version": "1.3.4",
1670
- "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
1671
- "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
1672
- "dev": true,
1673
- "license": "MIT",
1674
- "dependencies": {
1675
- "is-arrayish": "^0.2.1"
1676
- }
1677
- },
1678
- "node_modules/escalade": {
1679
- "version": "3.2.0",
1680
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1681
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1682
- "dev": true,
1683
- "license": "MIT",
1684
- "engines": {
1685
- "node": ">=6"
1686
- }
1687
- },
1688
- "node_modules/escape-string-regexp": {
1689
- "version": "2.0.0",
1690
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
1691
- "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
1692
- "dev": true,
1693
- "license": "MIT",
1694
- "engines": {
1695
- "node": ">=8"
1696
- }
1697
- },
1698
- "node_modules/esprima": {
1699
- "version": "4.0.1",
1700
- "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
1701
- "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
1702
- "dev": true,
1703
- "license": "BSD-2-Clause",
1704
- "bin": {
1705
- "esparse": "bin/esparse.js",
1706
- "esvalidate": "bin/esvalidate.js"
1707
- },
1708
- "engines": {
1709
- "node": ">=4"
1710
- }
1711
- },
1712
- "node_modules/execa": {
1713
- "version": "5.1.1",
1714
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
1715
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
1716
- "dev": true,
1717
- "license": "MIT",
1718
- "dependencies": {
1719
- "cross-spawn": "^7.0.3",
1720
- "get-stream": "^6.0.0",
1721
- "human-signals": "^2.1.0",
1722
- "is-stream": "^2.0.0",
1723
- "merge-stream": "^2.0.0",
1724
- "npm-run-path": "^4.0.1",
1725
- "onetime": "^5.1.2",
1726
- "signal-exit": "^3.0.3",
1727
- "strip-final-newline": "^2.0.0"
1728
- },
1729
- "engines": {
1730
- "node": ">=10"
1731
- },
1732
- "funding": {
1733
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
1734
- }
1735
- },
1736
- "node_modules/exit": {
1737
- "version": "0.1.2",
1738
- "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
1739
- "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
1740
- "dev": true,
1741
- "engines": {
1742
- "node": ">= 0.8.0"
1743
- }
1744
- },
1745
- "node_modules/expect": {
1746
- "version": "29.7.0",
1747
- "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
1748
- "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
1749
- "dev": true,
1750
- "license": "MIT",
1751
- "dependencies": {
1752
- "@jest/expect-utils": "^29.7.0",
1753
- "jest-get-type": "^29.6.3",
1754
- "jest-matcher-utils": "^29.7.0",
1755
- "jest-message-util": "^29.7.0",
1756
- "jest-util": "^29.7.0"
1757
- },
1758
- "engines": {
1759
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1760
- }
1761
- },
1762
- "node_modules/expect/node_modules/ansi-styles": {
1763
- "version": "5.2.0",
1764
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
1765
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
1766
- "dev": true,
1767
- "license": "MIT",
1768
- "engines": {
1769
- "node": ">=10"
1770
- },
1771
- "funding": {
1772
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1773
- }
1774
- },
1775
- "node_modules/expect/node_modules/diff-sequences": {
1776
- "version": "29.6.3",
1777
- "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
1778
- "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
1779
- "dev": true,
1780
- "license": "MIT",
1781
- "engines": {
1782
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1783
- }
1784
- },
1785
- "node_modules/expect/node_modules/jest-diff": {
1786
- "version": "29.7.0",
1787
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
1788
- "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
1789
- "dev": true,
1790
- "license": "MIT",
1791
- "dependencies": {
1792
- "chalk": "^4.0.0",
1793
- "diff-sequences": "^29.6.3",
1794
- "jest-get-type": "^29.6.3",
1795
- "pretty-format": "^29.7.0"
1796
- },
1797
- "engines": {
1798
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1799
- }
1800
- },
1801
- "node_modules/expect/node_modules/jest-matcher-utils": {
1802
- "version": "29.7.0",
1803
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
1804
- "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
1805
- "dev": true,
1806
- "license": "MIT",
1807
- "dependencies": {
1808
- "chalk": "^4.0.0",
1809
- "jest-diff": "^29.7.0",
1810
- "jest-get-type": "^29.6.3",
1811
- "pretty-format": "^29.7.0"
1812
- },
1813
- "engines": {
1814
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1815
- }
1816
- },
1817
- "node_modules/expect/node_modules/pretty-format": {
1818
- "version": "29.7.0",
1819
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
1820
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
1821
- "dev": true,
1822
- "license": "MIT",
1823
- "dependencies": {
1824
- "@jest/schemas": "^29.6.3",
1825
- "ansi-styles": "^5.0.0",
1826
- "react-is": "^18.0.0"
1827
- },
1828
- "engines": {
1829
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
1830
- }
1831
- },
1832
- "node_modules/expect/node_modules/react-is": {
1833
- "version": "18.3.1",
1834
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
1835
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
1836
- "dev": true,
1837
- "license": "MIT"
1838
- },
1839
- "node_modules/fast-json-stable-stringify": {
1840
- "version": "2.1.0",
1841
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1842
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1843
- "dev": true,
1844
- "license": "MIT"
1845
- },
1846
- "node_modules/fb-watchman": {
1847
- "version": "2.0.2",
1848
- "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
1849
- "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
1850
- "dev": true,
1851
- "license": "Apache-2.0",
1852
- "dependencies": {
1853
- "bser": "2.1.1"
1854
- }
1855
- },
1856
- "node_modules/fill-range": {
1857
- "version": "7.1.1",
1858
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1859
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1860
- "dev": true,
1861
- "license": "MIT",
1862
- "dependencies": {
1863
- "to-regex-range": "^5.0.1"
1864
- },
1865
- "engines": {
1866
- "node": ">=8"
1867
- }
1868
- },
1869
- "node_modules/find-up": {
1870
- "version": "4.1.0",
1871
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
1872
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
1873
- "dev": true,
1874
- "license": "MIT",
1875
- "dependencies": {
1876
- "locate-path": "^5.0.0",
1877
- "path-exists": "^4.0.0"
1878
- },
1879
- "engines": {
1880
- "node": ">=8"
1881
- }
1882
- },
1883
- "node_modules/fs.realpath": {
1884
- "version": "1.0.0",
1885
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1886
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
1887
- "dev": true,
1888
- "license": "ISC"
1889
- },
1890
- "node_modules/fsevents": {
1891
- "version": "2.3.3",
1892
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1893
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1894
- "dev": true,
1895
- "hasInstallScript": true,
1896
- "license": "MIT",
1897
- "optional": true,
1898
- "os": [
1899
- "darwin"
1900
- ],
1901
- "engines": {
1902
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1903
- }
1904
- },
1905
- "node_modules/function-bind": {
1906
- "version": "1.1.2",
1907
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1908
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1909
- "dev": true,
1910
- "license": "MIT",
1911
- "funding": {
1912
- "url": "https://github.com/sponsors/ljharb"
1913
- }
1914
- },
1915
- "node_modules/gensync": {
1916
- "version": "1.0.0-beta.2",
1917
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1918
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1919
- "dev": true,
1920
- "license": "MIT",
1921
- "engines": {
1922
- "node": ">=6.9.0"
1923
- }
1924
- },
1925
- "node_modules/get-caller-file": {
1926
- "version": "2.0.5",
1927
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1928
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1929
- "dev": true,
1930
- "license": "ISC",
1931
- "engines": {
1932
- "node": "6.* || 8.* || >= 10.*"
1933
- }
1934
- },
1935
- "node_modules/get-package-type": {
1936
- "version": "0.1.0",
1937
- "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
1938
- "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
1939
- "dev": true,
1940
- "license": "MIT",
1941
- "engines": {
1942
- "node": ">=8.0.0"
1943
- }
1944
- },
1945
- "node_modules/get-stream": {
1946
- "version": "6.0.1",
1947
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
1948
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
1949
- "dev": true,
1950
- "license": "MIT",
1951
- "engines": {
1952
- "node": ">=10"
1953
- },
1954
- "funding": {
1955
- "url": "https://github.com/sponsors/sindresorhus"
1956
- }
1957
- },
1958
- "node_modules/glob": {
1959
- "version": "7.2.3",
1960
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
1961
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1962
- "deprecated": "Glob versions prior to v9 are no longer supported",
1963
- "dev": true,
1964
- "license": "ISC",
1965
- "dependencies": {
1966
- "fs.realpath": "^1.0.0",
1967
- "inflight": "^1.0.4",
1968
- "inherits": "2",
1969
- "minimatch": "^3.1.1",
1970
- "once": "^1.3.0",
1971
- "path-is-absolute": "^1.0.0"
1972
- },
1973
- "engines": {
1974
- "node": "*"
1975
- },
1976
- "funding": {
1977
- "url": "https://github.com/sponsors/isaacs"
1978
- }
1979
- },
1980
- "node_modules/graceful-fs": {
1981
- "version": "4.2.11",
1982
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1983
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1984
- "dev": true,
1985
- "license": "ISC"
1986
- },
1987
- "node_modules/handlebars": {
1988
- "version": "4.7.8",
1989
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
1990
- "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
1991
- "dev": true,
1992
- "license": "MIT",
1993
- "dependencies": {
1994
- "minimist": "^1.2.5",
1995
- "neo-async": "^2.6.2",
1996
- "source-map": "^0.6.1",
1997
- "wordwrap": "^1.0.0"
1998
- },
1999
- "bin": {
2000
- "handlebars": "bin/handlebars"
2001
- },
2002
- "engines": {
2003
- "node": ">=0.4.7"
2004
- },
2005
- "optionalDependencies": {
2006
- "uglify-js": "^3.1.4"
2007
- }
2008
- },
2009
- "node_modules/has-flag": {
2010
- "version": "4.0.0",
2011
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2012
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2013
- "dev": true,
2014
- "license": "MIT",
2015
- "engines": {
2016
- "node": ">=8"
2017
- }
2018
- },
2019
- "node_modules/hasown": {
2020
- "version": "2.0.2",
2021
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2022
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2023
- "dev": true,
2024
- "license": "MIT",
2025
- "dependencies": {
2026
- "function-bind": "^1.1.2"
2027
- },
2028
- "engines": {
2029
- "node": ">= 0.4"
2030
- }
2031
- },
2032
- "node_modules/html-escaper": {
2033
- "version": "2.0.2",
2034
- "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
2035
- "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
2036
- "dev": true,
2037
- "license": "MIT"
2038
- },
2039
- "node_modules/human-signals": {
2040
- "version": "2.1.0",
2041
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
2042
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
2043
- "dev": true,
2044
- "license": "Apache-2.0",
2045
- "engines": {
2046
- "node": ">=10.17.0"
2047
- }
2048
- },
2049
- "node_modules/import-local": {
2050
- "version": "3.2.0",
2051
- "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
2052
- "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
2053
- "dev": true,
2054
- "license": "MIT",
2055
- "dependencies": {
2056
- "pkg-dir": "^4.2.0",
2057
- "resolve-cwd": "^3.0.0"
2058
- },
2059
- "bin": {
2060
- "import-local-fixture": "fixtures/cli.js"
2061
- },
2062
- "engines": {
2063
- "node": ">=8"
2064
- },
2065
- "funding": {
2066
- "url": "https://github.com/sponsors/sindresorhus"
2067
- }
2068
- },
2069
- "node_modules/imurmurhash": {
2070
- "version": "0.1.4",
2071
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2072
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2073
- "dev": true,
2074
- "license": "MIT",
2075
- "engines": {
2076
- "node": ">=0.8.19"
2077
- }
2078
- },
2079
- "node_modules/inflight": {
2080
- "version": "1.0.6",
2081
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2082
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2083
- "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
2084
- "dev": true,
2085
- "license": "ISC",
2086
- "dependencies": {
2087
- "once": "^1.3.0",
2088
- "wrappy": "1"
2089
- }
2090
- },
2091
- "node_modules/inherits": {
2092
- "version": "2.0.4",
2093
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2094
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2095
- "dev": true,
2096
- "license": "ISC"
2097
- },
2098
- "node_modules/is-arrayish": {
2099
- "version": "0.2.1",
2100
- "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2101
- "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
2102
- "dev": true,
2103
- "license": "MIT"
2104
- },
2105
- "node_modules/is-core-module": {
2106
- "version": "2.16.1",
2107
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
2108
- "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
2109
- "dev": true,
2110
- "license": "MIT",
2111
- "dependencies": {
2112
- "hasown": "^2.0.2"
2113
- },
2114
- "engines": {
2115
- "node": ">= 0.4"
2116
- },
2117
- "funding": {
2118
- "url": "https://github.com/sponsors/ljharb"
2119
- }
2120
- },
2121
- "node_modules/is-fullwidth-code-point": {
2122
- "version": "3.0.0",
2123
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2124
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2125
- "dev": true,
2126
- "license": "MIT",
2127
- "engines": {
2128
- "node": ">=8"
2129
- }
2130
- },
2131
- "node_modules/is-generator-fn": {
2132
- "version": "2.1.0",
2133
- "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
2134
- "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
2135
- "dev": true,
2136
- "license": "MIT",
2137
- "engines": {
2138
- "node": ">=6"
2139
- }
2140
- },
2141
- "node_modules/is-number": {
2142
- "version": "7.0.0",
2143
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2144
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2145
- "dev": true,
2146
- "license": "MIT",
2147
- "engines": {
2148
- "node": ">=0.12.0"
2149
- }
2150
- },
2151
- "node_modules/is-stream": {
2152
- "version": "2.0.1",
2153
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
2154
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
2155
- "dev": true,
2156
- "license": "MIT",
2157
- "engines": {
2158
- "node": ">=8"
2159
- },
2160
- "funding": {
2161
- "url": "https://github.com/sponsors/sindresorhus"
2162
- }
2163
- },
2164
- "node_modules/isexe": {
2165
- "version": "2.0.0",
2166
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2167
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2168
- "dev": true,
2169
- "license": "ISC"
2170
- },
2171
- "node_modules/istanbul-lib-coverage": {
2172
- "version": "3.2.2",
2173
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
2174
- "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
2175
- "dev": true,
2176
- "license": "BSD-3-Clause",
2177
- "engines": {
2178
- "node": ">=8"
2179
- }
2180
- },
2181
- "node_modules/istanbul-lib-instrument": {
2182
- "version": "6.0.3",
2183
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
2184
- "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
2185
- "dev": true,
2186
- "license": "BSD-3-Clause",
2187
- "dependencies": {
2188
- "@babel/core": "^7.23.9",
2189
- "@babel/parser": "^7.23.9",
2190
- "@istanbuljs/schema": "^0.1.3",
2191
- "istanbul-lib-coverage": "^3.2.0",
2192
- "semver": "^7.5.4"
2193
- },
2194
- "engines": {
2195
- "node": ">=10"
2196
- }
2197
- },
2198
- "node_modules/istanbul-lib-instrument/node_modules/semver": {
2199
- "version": "7.7.3",
2200
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2201
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2202
- "dev": true,
2203
- "license": "ISC",
2204
- "bin": {
2205
- "semver": "bin/semver.js"
2206
- },
2207
- "engines": {
2208
- "node": ">=10"
2209
- }
2210
- },
2211
- "node_modules/istanbul-lib-report": {
2212
- "version": "3.0.1",
2213
- "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
2214
- "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
2215
- "dev": true,
2216
- "license": "BSD-3-Clause",
2217
- "dependencies": {
2218
- "istanbul-lib-coverage": "^3.0.0",
2219
- "make-dir": "^4.0.0",
2220
- "supports-color": "^7.1.0"
2221
- },
2222
- "engines": {
2223
- "node": ">=10"
2224
- }
2225
- },
2226
- "node_modules/istanbul-lib-source-maps": {
2227
- "version": "4.0.1",
2228
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
2229
- "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
2230
- "dev": true,
2231
- "license": "BSD-3-Clause",
2232
- "dependencies": {
2233
- "debug": "^4.1.1",
2234
- "istanbul-lib-coverage": "^3.0.0",
2235
- "source-map": "^0.6.1"
2236
- },
2237
- "engines": {
2238
- "node": ">=10"
2239
- }
2240
- },
2241
- "node_modules/istanbul-reports": {
2242
- "version": "3.2.0",
2243
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
2244
- "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
2245
- "dev": true,
2246
- "license": "BSD-3-Clause",
2247
- "dependencies": {
2248
- "html-escaper": "^2.0.0",
2249
- "istanbul-lib-report": "^3.0.0"
2250
- },
2251
- "engines": {
2252
- "node": ">=8"
2253
- }
2254
- },
2255
- "node_modules/jest": {
2256
- "version": "29.7.0",
2257
- "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
2258
- "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
2259
- "dev": true,
2260
- "license": "MIT",
2261
- "peer": true,
2262
- "dependencies": {
2263
- "@jest/core": "^29.7.0",
2264
- "@jest/types": "^29.6.3",
2265
- "import-local": "^3.0.2",
2266
- "jest-cli": "^29.7.0"
2267
- },
2268
- "bin": {
2269
- "jest": "bin/jest.js"
2270
- },
2271
- "engines": {
2272
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2273
- },
2274
- "peerDependencies": {
2275
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2276
- },
2277
- "peerDependenciesMeta": {
2278
- "node-notifier": {
2279
- "optional": true
2280
- }
2281
- }
2282
- },
2283
- "node_modules/jest-changed-files": {
2284
- "version": "29.7.0",
2285
- "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz",
2286
- "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==",
2287
- "dev": true,
2288
- "license": "MIT",
2289
- "dependencies": {
2290
- "execa": "^5.0.0",
2291
- "jest-util": "^29.7.0",
2292
- "p-limit": "^3.1.0"
2293
- },
2294
- "engines": {
2295
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2296
- }
2297
- },
2298
- "node_modules/jest-circus": {
2299
- "version": "29.7.0",
2300
- "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz",
2301
- "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==",
2302
- "dev": true,
2303
- "license": "MIT",
2304
- "dependencies": {
2305
- "@jest/environment": "^29.7.0",
2306
- "@jest/expect": "^29.7.0",
2307
- "@jest/test-result": "^29.7.0",
2308
- "@jest/types": "^29.6.3",
2309
- "@types/node": "*",
2310
- "chalk": "^4.0.0",
2311
- "co": "^4.6.0",
2312
- "dedent": "^1.0.0",
2313
- "is-generator-fn": "^2.0.0",
2314
- "jest-each": "^29.7.0",
2315
- "jest-matcher-utils": "^29.7.0",
2316
- "jest-message-util": "^29.7.0",
2317
- "jest-runtime": "^29.7.0",
2318
- "jest-snapshot": "^29.7.0",
2319
- "jest-util": "^29.7.0",
2320
- "p-limit": "^3.1.0",
2321
- "pretty-format": "^29.7.0",
2322
- "pure-rand": "^6.0.0",
2323
- "slash": "^3.0.0",
2324
- "stack-utils": "^2.0.3"
2325
- },
2326
- "engines": {
2327
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2328
- }
2329
- },
2330
- "node_modules/jest-circus/node_modules/ansi-styles": {
2331
- "version": "5.2.0",
2332
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2333
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2334
- "dev": true,
2335
- "license": "MIT",
2336
- "engines": {
2337
- "node": ">=10"
2338
- },
2339
- "funding": {
2340
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2341
- }
2342
- },
2343
- "node_modules/jest-circus/node_modules/diff-sequences": {
2344
- "version": "29.6.3",
2345
- "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
2346
- "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
2347
- "dev": true,
2348
- "license": "MIT",
2349
- "engines": {
2350
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2351
- }
2352
- },
2353
- "node_modules/jest-circus/node_modules/jest-diff": {
2354
- "version": "29.7.0",
2355
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
2356
- "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
2357
- "dev": true,
2358
- "license": "MIT",
2359
- "dependencies": {
2360
- "chalk": "^4.0.0",
2361
- "diff-sequences": "^29.6.3",
2362
- "jest-get-type": "^29.6.3",
2363
- "pretty-format": "^29.7.0"
2364
- },
2365
- "engines": {
2366
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2367
- }
2368
- },
2369
- "node_modules/jest-circus/node_modules/jest-matcher-utils": {
2370
- "version": "29.7.0",
2371
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
2372
- "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
2373
- "dev": true,
2374
- "license": "MIT",
2375
- "dependencies": {
2376
- "chalk": "^4.0.0",
2377
- "jest-diff": "^29.7.0",
2378
- "jest-get-type": "^29.6.3",
2379
- "pretty-format": "^29.7.0"
2380
- },
2381
- "engines": {
2382
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2383
- }
2384
- },
2385
- "node_modules/jest-circus/node_modules/pretty-format": {
2386
- "version": "29.7.0",
2387
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2388
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2389
- "dev": true,
2390
- "license": "MIT",
2391
- "dependencies": {
2392
- "@jest/schemas": "^29.6.3",
2393
- "ansi-styles": "^5.0.0",
2394
- "react-is": "^18.0.0"
2395
- },
2396
- "engines": {
2397
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2398
- }
2399
- },
2400
- "node_modules/jest-circus/node_modules/react-is": {
2401
- "version": "18.3.1",
2402
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2403
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2404
- "dev": true,
2405
- "license": "MIT"
2406
- },
2407
- "node_modules/jest-cli": {
2408
- "version": "29.7.0",
2409
- "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz",
2410
- "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==",
2411
- "dev": true,
2412
- "license": "MIT",
2413
- "dependencies": {
2414
- "@jest/core": "^29.7.0",
2415
- "@jest/test-result": "^29.7.0",
2416
- "@jest/types": "^29.6.3",
2417
- "chalk": "^4.0.0",
2418
- "create-jest": "^29.7.0",
2419
- "exit": "^0.1.2",
2420
- "import-local": "^3.0.2",
2421
- "jest-config": "^29.7.0",
2422
- "jest-util": "^29.7.0",
2423
- "jest-validate": "^29.7.0",
2424
- "yargs": "^17.3.1"
2425
- },
2426
- "bin": {
2427
- "jest": "bin/jest.js"
2428
- },
2429
- "engines": {
2430
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2431
- },
2432
- "peerDependencies": {
2433
- "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
2434
- },
2435
- "peerDependenciesMeta": {
2436
- "node-notifier": {
2437
- "optional": true
2438
- }
2439
- }
2440
- },
2441
- "node_modules/jest-config": {
2442
- "version": "29.7.0",
2443
- "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz",
2444
- "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==",
2445
- "dev": true,
2446
- "license": "MIT",
2447
- "dependencies": {
2448
- "@babel/core": "^7.11.6",
2449
- "@jest/test-sequencer": "^29.7.0",
2450
- "@jest/types": "^29.6.3",
2451
- "babel-jest": "^29.7.0",
2452
- "chalk": "^4.0.0",
2453
- "ci-info": "^3.2.0",
2454
- "deepmerge": "^4.2.2",
2455
- "glob": "^7.1.3",
2456
- "graceful-fs": "^4.2.9",
2457
- "jest-circus": "^29.7.0",
2458
- "jest-environment-node": "^29.7.0",
2459
- "jest-get-type": "^29.6.3",
2460
- "jest-regex-util": "^29.6.3",
2461
- "jest-resolve": "^29.7.0",
2462
- "jest-runner": "^29.7.0",
2463
- "jest-util": "^29.7.0",
2464
- "jest-validate": "^29.7.0",
2465
- "micromatch": "^4.0.4",
2466
- "parse-json": "^5.2.0",
2467
- "pretty-format": "^29.7.0",
2468
- "slash": "^3.0.0",
2469
- "strip-json-comments": "^3.1.1"
2470
- },
2471
- "engines": {
2472
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2473
- },
2474
- "peerDependencies": {
2475
- "@types/node": "*",
2476
- "ts-node": ">=9.0.0"
2477
- },
2478
- "peerDependenciesMeta": {
2479
- "@types/node": {
2480
- "optional": true
2481
- },
2482
- "ts-node": {
2483
- "optional": true
2484
- }
2485
- }
2486
- },
2487
- "node_modules/jest-config/node_modules/ansi-styles": {
2488
- "version": "5.2.0",
2489
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2490
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2491
- "dev": true,
2492
- "license": "MIT",
2493
- "engines": {
2494
- "node": ">=10"
2495
- },
2496
- "funding": {
2497
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2498
- }
2499
- },
2500
- "node_modules/jest-config/node_modules/pretty-format": {
2501
- "version": "29.7.0",
2502
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2503
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2504
- "dev": true,
2505
- "license": "MIT",
2506
- "dependencies": {
2507
- "@jest/schemas": "^29.6.3",
2508
- "ansi-styles": "^5.0.0",
2509
- "react-is": "^18.0.0"
2510
- },
2511
- "engines": {
2512
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2513
- }
2514
- },
2515
- "node_modules/jest-config/node_modules/react-is": {
2516
- "version": "18.3.1",
2517
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2518
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2519
- "dev": true,
2520
- "license": "MIT"
2521
- },
2522
- "node_modules/jest-diff": {
2523
- "version": "27.5.1",
2524
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
2525
- "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
2526
- "dev": true,
2527
- "license": "MIT",
2528
- "dependencies": {
2529
- "chalk": "^4.0.0",
2530
- "diff-sequences": "^27.5.1",
2531
- "jest-get-type": "^27.5.1",
2532
- "pretty-format": "^27.5.1"
2533
- },
2534
- "engines": {
2535
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2536
- }
2537
- },
2538
- "node_modules/jest-diff/node_modules/jest-get-type": {
2539
- "version": "27.5.1",
2540
- "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
2541
- "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
2542
- "dev": true,
2543
- "license": "MIT",
2544
- "engines": {
2545
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2546
- }
2547
- },
2548
- "node_modules/jest-docblock": {
2549
- "version": "29.7.0",
2550
- "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
2551
- "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==",
2552
- "dev": true,
2553
- "license": "MIT",
2554
- "dependencies": {
2555
- "detect-newline": "^3.0.0"
2556
- },
2557
- "engines": {
2558
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2559
- }
2560
- },
2561
- "node_modules/jest-each": {
2562
- "version": "29.7.0",
2563
- "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz",
2564
- "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==",
2565
- "dev": true,
2566
- "license": "MIT",
2567
- "dependencies": {
2568
- "@jest/types": "^29.6.3",
2569
- "chalk": "^4.0.0",
2570
- "jest-get-type": "^29.6.3",
2571
- "jest-util": "^29.7.0",
2572
- "pretty-format": "^29.7.0"
2573
- },
2574
- "engines": {
2575
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2576
- }
2577
- },
2578
- "node_modules/jest-each/node_modules/ansi-styles": {
2579
- "version": "5.2.0",
2580
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2581
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2582
- "dev": true,
2583
- "license": "MIT",
2584
- "engines": {
2585
- "node": ">=10"
2586
- },
2587
- "funding": {
2588
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2589
- }
2590
- },
2591
- "node_modules/jest-each/node_modules/pretty-format": {
2592
- "version": "29.7.0",
2593
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2594
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2595
- "dev": true,
2596
- "license": "MIT",
2597
- "dependencies": {
2598
- "@jest/schemas": "^29.6.3",
2599
- "ansi-styles": "^5.0.0",
2600
- "react-is": "^18.0.0"
2601
- },
2602
- "engines": {
2603
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2604
- }
2605
- },
2606
- "node_modules/jest-each/node_modules/react-is": {
2607
- "version": "18.3.1",
2608
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2609
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2610
- "dev": true,
2611
- "license": "MIT"
2612
- },
2613
- "node_modules/jest-environment-node": {
2614
- "version": "29.7.0",
2615
- "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz",
2616
- "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==",
2617
- "dev": true,
2618
- "license": "MIT",
2619
- "dependencies": {
2620
- "@jest/environment": "^29.7.0",
2621
- "@jest/fake-timers": "^29.7.0",
2622
- "@jest/types": "^29.6.3",
2623
- "@types/node": "*",
2624
- "jest-mock": "^29.7.0",
2625
- "jest-util": "^29.7.0"
2626
- },
2627
- "engines": {
2628
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2629
- }
2630
- },
2631
- "node_modules/jest-get-type": {
2632
- "version": "29.6.3",
2633
- "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
2634
- "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
2635
- "dev": true,
2636
- "license": "MIT",
2637
- "engines": {
2638
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2639
- }
2640
- },
2641
- "node_modules/jest-haste-map": {
2642
- "version": "29.7.0",
2643
- "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz",
2644
- "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==",
2645
- "dev": true,
2646
- "license": "MIT",
2647
- "dependencies": {
2648
- "@jest/types": "^29.6.3",
2649
- "@types/graceful-fs": "^4.1.3",
2650
- "@types/node": "*",
2651
- "anymatch": "^3.0.3",
2652
- "fb-watchman": "^2.0.0",
2653
- "graceful-fs": "^4.2.9",
2654
- "jest-regex-util": "^29.6.3",
2655
- "jest-util": "^29.7.0",
2656
- "jest-worker": "^29.7.0",
2657
- "micromatch": "^4.0.4",
2658
- "walker": "^1.0.8"
2659
- },
2660
- "engines": {
2661
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2662
- },
2663
- "optionalDependencies": {
2664
- "fsevents": "^2.3.2"
2665
- }
2666
- },
2667
- "node_modules/jest-leak-detector": {
2668
- "version": "29.7.0",
2669
- "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz",
2670
- "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==",
2671
- "dev": true,
2672
- "license": "MIT",
2673
- "dependencies": {
2674
- "jest-get-type": "^29.6.3",
2675
- "pretty-format": "^29.7.0"
2676
- },
2677
- "engines": {
2678
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2679
- }
2680
- },
2681
- "node_modules/jest-leak-detector/node_modules/ansi-styles": {
2682
- "version": "5.2.0",
2683
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2684
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2685
- "dev": true,
2686
- "license": "MIT",
2687
- "engines": {
2688
- "node": ">=10"
2689
- },
2690
- "funding": {
2691
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2692
- }
2693
- },
2694
- "node_modules/jest-leak-detector/node_modules/pretty-format": {
2695
- "version": "29.7.0",
2696
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2697
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2698
- "dev": true,
2699
- "license": "MIT",
2700
- "dependencies": {
2701
- "@jest/schemas": "^29.6.3",
2702
- "ansi-styles": "^5.0.0",
2703
- "react-is": "^18.0.0"
2704
- },
2705
- "engines": {
2706
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2707
- }
2708
- },
2709
- "node_modules/jest-leak-detector/node_modules/react-is": {
2710
- "version": "18.3.1",
2711
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2712
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2713
- "dev": true,
2714
- "license": "MIT"
2715
- },
2716
- "node_modules/jest-matcher-utils": {
2717
- "version": "27.5.1",
2718
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
2719
- "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
2720
- "dev": true,
2721
- "license": "MIT",
2722
- "dependencies": {
2723
- "chalk": "^4.0.0",
2724
- "jest-diff": "^27.5.1",
2725
- "jest-get-type": "^27.5.1",
2726
- "pretty-format": "^27.5.1"
2727
- },
2728
- "engines": {
2729
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2730
- }
2731
- },
2732
- "node_modules/jest-matcher-utils/node_modules/jest-get-type": {
2733
- "version": "27.5.1",
2734
- "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
2735
- "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
2736
- "dev": true,
2737
- "license": "MIT",
2738
- "engines": {
2739
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2740
- }
2741
- },
2742
- "node_modules/jest-message-util": {
2743
- "version": "29.7.0",
2744
- "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
2745
- "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
2746
- "dev": true,
2747
- "license": "MIT",
2748
- "dependencies": {
2749
- "@babel/code-frame": "^7.12.13",
2750
- "@jest/types": "^29.6.3",
2751
- "@types/stack-utils": "^2.0.0",
2752
- "chalk": "^4.0.0",
2753
- "graceful-fs": "^4.2.9",
2754
- "micromatch": "^4.0.4",
2755
- "pretty-format": "^29.7.0",
2756
- "slash": "^3.0.0",
2757
- "stack-utils": "^2.0.3"
2758
- },
2759
- "engines": {
2760
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2761
- }
2762
- },
2763
- "node_modules/jest-message-util/node_modules/ansi-styles": {
2764
- "version": "5.2.0",
2765
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2766
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2767
- "dev": true,
2768
- "license": "MIT",
2769
- "engines": {
2770
- "node": ">=10"
2771
- },
2772
- "funding": {
2773
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2774
- }
2775
- },
2776
- "node_modules/jest-message-util/node_modules/pretty-format": {
2777
- "version": "29.7.0",
2778
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
2779
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
2780
- "dev": true,
2781
- "license": "MIT",
2782
- "dependencies": {
2783
- "@jest/schemas": "^29.6.3",
2784
- "ansi-styles": "^5.0.0",
2785
- "react-is": "^18.0.0"
2786
- },
2787
- "engines": {
2788
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2789
- }
2790
- },
2791
- "node_modules/jest-message-util/node_modules/react-is": {
2792
- "version": "18.3.1",
2793
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2794
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2795
- "dev": true,
2796
- "license": "MIT"
2797
- },
2798
- "node_modules/jest-mock": {
2799
- "version": "29.7.0",
2800
- "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz",
2801
- "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==",
2802
- "dev": true,
2803
- "license": "MIT",
2804
- "dependencies": {
2805
- "@jest/types": "^29.6.3",
2806
- "@types/node": "*",
2807
- "jest-util": "^29.7.0"
2808
- },
2809
- "engines": {
2810
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2811
- }
2812
- },
2813
- "node_modules/jest-pnp-resolver": {
2814
- "version": "1.2.3",
2815
- "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
2816
- "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
2817
- "dev": true,
2818
- "license": "MIT",
2819
- "engines": {
2820
- "node": ">=6"
2821
- },
2822
- "peerDependencies": {
2823
- "jest-resolve": "*"
2824
- },
2825
- "peerDependenciesMeta": {
2826
- "jest-resolve": {
2827
- "optional": true
2828
- }
2829
- }
2830
- },
2831
- "node_modules/jest-regex-util": {
2832
- "version": "29.6.3",
2833
- "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz",
2834
- "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==",
2835
- "dev": true,
2836
- "license": "MIT",
2837
- "engines": {
2838
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2839
- }
2840
- },
2841
- "node_modules/jest-resolve": {
2842
- "version": "29.7.0",
2843
- "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz",
2844
- "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==",
2845
- "dev": true,
2846
- "license": "MIT",
2847
- "dependencies": {
2848
- "chalk": "^4.0.0",
2849
- "graceful-fs": "^4.2.9",
2850
- "jest-haste-map": "^29.7.0",
2851
- "jest-pnp-resolver": "^1.2.2",
2852
- "jest-util": "^29.7.0",
2853
- "jest-validate": "^29.7.0",
2854
- "resolve": "^1.20.0",
2855
- "resolve.exports": "^2.0.0",
2856
- "slash": "^3.0.0"
2857
- },
2858
- "engines": {
2859
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2860
- }
2861
- },
2862
- "node_modules/jest-resolve-dependencies": {
2863
- "version": "29.7.0",
2864
- "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz",
2865
- "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==",
2866
- "dev": true,
2867
- "license": "MIT",
2868
- "dependencies": {
2869
- "jest-regex-util": "^29.6.3",
2870
- "jest-snapshot": "^29.7.0"
2871
- },
2872
- "engines": {
2873
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2874
- }
2875
- },
2876
- "node_modules/jest-runner": {
2877
- "version": "29.7.0",
2878
- "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz",
2879
- "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==",
2880
- "dev": true,
2881
- "license": "MIT",
2882
- "dependencies": {
2883
- "@jest/console": "^29.7.0",
2884
- "@jest/environment": "^29.7.0",
2885
- "@jest/test-result": "^29.7.0",
2886
- "@jest/transform": "^29.7.0",
2887
- "@jest/types": "^29.6.3",
2888
- "@types/node": "*",
2889
- "chalk": "^4.0.0",
2890
- "emittery": "^0.13.1",
2891
- "graceful-fs": "^4.2.9",
2892
- "jest-docblock": "^29.7.0",
2893
- "jest-environment-node": "^29.7.0",
2894
- "jest-haste-map": "^29.7.0",
2895
- "jest-leak-detector": "^29.7.0",
2896
- "jest-message-util": "^29.7.0",
2897
- "jest-resolve": "^29.7.0",
2898
- "jest-runtime": "^29.7.0",
2899
- "jest-util": "^29.7.0",
2900
- "jest-watcher": "^29.7.0",
2901
- "jest-worker": "^29.7.0",
2902
- "p-limit": "^3.1.0",
2903
- "source-map-support": "0.5.13"
2904
- },
2905
- "engines": {
2906
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2907
- }
2908
- },
2909
- "node_modules/jest-runtime": {
2910
- "version": "29.7.0",
2911
- "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz",
2912
- "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==",
2913
- "dev": true,
2914
- "license": "MIT",
2915
- "dependencies": {
2916
- "@jest/environment": "^29.7.0",
2917
- "@jest/fake-timers": "^29.7.0",
2918
- "@jest/globals": "^29.7.0",
2919
- "@jest/source-map": "^29.6.3",
2920
- "@jest/test-result": "^29.7.0",
2921
- "@jest/transform": "^29.7.0",
2922
- "@jest/types": "^29.6.3",
2923
- "@types/node": "*",
2924
- "chalk": "^4.0.0",
2925
- "cjs-module-lexer": "^1.0.0",
2926
- "collect-v8-coverage": "^1.0.0",
2927
- "glob": "^7.1.3",
2928
- "graceful-fs": "^4.2.9",
2929
- "jest-haste-map": "^29.7.0",
2930
- "jest-message-util": "^29.7.0",
2931
- "jest-mock": "^29.7.0",
2932
- "jest-regex-util": "^29.6.3",
2933
- "jest-resolve": "^29.7.0",
2934
- "jest-snapshot": "^29.7.0",
2935
- "jest-util": "^29.7.0",
2936
- "slash": "^3.0.0",
2937
- "strip-bom": "^4.0.0"
2938
- },
2939
- "engines": {
2940
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2941
- }
2942
- },
2943
- "node_modules/jest-snapshot": {
2944
- "version": "29.7.0",
2945
- "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",
2946
- "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==",
2947
- "dev": true,
2948
- "license": "MIT",
2949
- "dependencies": {
2950
- "@babel/core": "^7.11.6",
2951
- "@babel/generator": "^7.7.2",
2952
- "@babel/plugin-syntax-jsx": "^7.7.2",
2953
- "@babel/plugin-syntax-typescript": "^7.7.2",
2954
- "@babel/types": "^7.3.3",
2955
- "@jest/expect-utils": "^29.7.0",
2956
- "@jest/transform": "^29.7.0",
2957
- "@jest/types": "^29.6.3",
2958
- "babel-preset-current-node-syntax": "^1.0.0",
2959
- "chalk": "^4.0.0",
2960
- "expect": "^29.7.0",
2961
- "graceful-fs": "^4.2.9",
2962
- "jest-diff": "^29.7.0",
2963
- "jest-get-type": "^29.6.3",
2964
- "jest-matcher-utils": "^29.7.0",
2965
- "jest-message-util": "^29.7.0",
2966
- "jest-util": "^29.7.0",
2967
- "natural-compare": "^1.4.0",
2968
- "pretty-format": "^29.7.0",
2969
- "semver": "^7.5.3"
2970
- },
2971
- "engines": {
2972
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2973
- }
2974
- },
2975
- "node_modules/jest-snapshot/node_modules/ansi-styles": {
2976
- "version": "5.2.0",
2977
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
2978
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
2979
- "dev": true,
2980
- "license": "MIT",
2981
- "engines": {
2982
- "node": ">=10"
2983
- },
2984
- "funding": {
2985
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2986
- }
2987
- },
2988
- "node_modules/jest-snapshot/node_modules/diff-sequences": {
2989
- "version": "29.6.3",
2990
- "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
2991
- "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
2992
- "dev": true,
2993
- "license": "MIT",
2994
- "engines": {
2995
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2996
- }
2997
- },
2998
- "node_modules/jest-snapshot/node_modules/jest-diff": {
2999
- "version": "29.7.0",
3000
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
3001
- "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
3002
- "dev": true,
3003
- "license": "MIT",
3004
- "dependencies": {
3005
- "chalk": "^4.0.0",
3006
- "diff-sequences": "^29.6.3",
3007
- "jest-get-type": "^29.6.3",
3008
- "pretty-format": "^29.7.0"
3009
- },
3010
- "engines": {
3011
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3012
- }
3013
- },
3014
- "node_modules/jest-snapshot/node_modules/jest-matcher-utils": {
3015
- "version": "29.7.0",
3016
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
3017
- "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
3018
- "dev": true,
3019
- "license": "MIT",
3020
- "dependencies": {
3021
- "chalk": "^4.0.0",
3022
- "jest-diff": "^29.7.0",
3023
- "jest-get-type": "^29.6.3",
3024
- "pretty-format": "^29.7.0"
3025
- },
3026
- "engines": {
3027
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3028
- }
3029
- },
3030
- "node_modules/jest-snapshot/node_modules/pretty-format": {
3031
- "version": "29.7.0",
3032
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
3033
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
3034
- "dev": true,
3035
- "license": "MIT",
3036
- "dependencies": {
3037
- "@jest/schemas": "^29.6.3",
3038
- "ansi-styles": "^5.0.0",
3039
- "react-is": "^18.0.0"
3040
- },
3041
- "engines": {
3042
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3043
- }
3044
- },
3045
- "node_modules/jest-snapshot/node_modules/react-is": {
3046
- "version": "18.3.1",
3047
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
3048
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
3049
- "dev": true,
3050
- "license": "MIT"
3051
- },
3052
- "node_modules/jest-snapshot/node_modules/semver": {
3053
- "version": "7.7.3",
3054
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3055
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3056
- "dev": true,
3057
- "license": "ISC",
3058
- "bin": {
3059
- "semver": "bin/semver.js"
3060
- },
3061
- "engines": {
3062
- "node": ">=10"
3063
- }
3064
- },
3065
- "node_modules/jest-util": {
3066
- "version": "29.7.0",
3067
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
3068
- "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
3069
- "dev": true,
3070
- "license": "MIT",
3071
- "dependencies": {
3072
- "@jest/types": "^29.6.3",
3073
- "@types/node": "*",
3074
- "chalk": "^4.0.0",
3075
- "ci-info": "^3.2.0",
3076
- "graceful-fs": "^4.2.9",
3077
- "picomatch": "^2.2.3"
3078
- },
3079
- "engines": {
3080
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3081
- }
3082
- },
3083
- "node_modules/jest-validate": {
3084
- "version": "29.7.0",
3085
- "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz",
3086
- "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==",
3087
- "dev": true,
3088
- "license": "MIT",
3089
- "dependencies": {
3090
- "@jest/types": "^29.6.3",
3091
- "camelcase": "^6.2.0",
3092
- "chalk": "^4.0.0",
3093
- "jest-get-type": "^29.6.3",
3094
- "leven": "^3.1.0",
3095
- "pretty-format": "^29.7.0"
3096
- },
3097
- "engines": {
3098
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3099
- }
3100
- },
3101
- "node_modules/jest-validate/node_modules/ansi-styles": {
3102
- "version": "5.2.0",
3103
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
3104
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
3105
- "dev": true,
3106
- "license": "MIT",
3107
- "engines": {
3108
- "node": ">=10"
3109
- },
3110
- "funding": {
3111
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3112
- }
3113
- },
3114
- "node_modules/jest-validate/node_modules/camelcase": {
3115
- "version": "6.3.0",
3116
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
3117
- "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
3118
- "dev": true,
3119
- "license": "MIT",
3120
- "engines": {
3121
- "node": ">=10"
3122
- },
3123
- "funding": {
3124
- "url": "https://github.com/sponsors/sindresorhus"
3125
- }
3126
- },
3127
- "node_modules/jest-validate/node_modules/pretty-format": {
3128
- "version": "29.7.0",
3129
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
3130
- "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
3131
- "dev": true,
3132
- "license": "MIT",
3133
- "dependencies": {
3134
- "@jest/schemas": "^29.6.3",
3135
- "ansi-styles": "^5.0.0",
3136
- "react-is": "^18.0.0"
3137
- },
3138
- "engines": {
3139
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3140
- }
3141
- },
3142
- "node_modules/jest-validate/node_modules/react-is": {
3143
- "version": "18.3.1",
3144
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
3145
- "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
3146
- "dev": true,
3147
- "license": "MIT"
3148
- },
3149
- "node_modules/jest-watcher": {
3150
- "version": "29.7.0",
3151
- "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
3152
- "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==",
3153
- "dev": true,
3154
- "license": "MIT",
3155
- "dependencies": {
3156
- "@jest/test-result": "^29.7.0",
3157
- "@jest/types": "^29.6.3",
3158
- "@types/node": "*",
3159
- "ansi-escapes": "^4.2.1",
3160
- "chalk": "^4.0.0",
3161
- "emittery": "^0.13.1",
3162
- "jest-util": "^29.7.0",
3163
- "string-length": "^4.0.1"
3164
- },
3165
- "engines": {
3166
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3167
- }
3168
- },
3169
- "node_modules/jest-worker": {
3170
- "version": "29.7.0",
3171
- "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz",
3172
- "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==",
3173
- "dev": true,
3174
- "license": "MIT",
3175
- "dependencies": {
3176
- "@types/node": "*",
3177
- "jest-util": "^29.7.0",
3178
- "merge-stream": "^2.0.0",
3179
- "supports-color": "^8.0.0"
3180
- },
3181
- "engines": {
3182
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3183
- }
3184
- },
3185
- "node_modules/jest-worker/node_modules/supports-color": {
3186
- "version": "8.1.1",
3187
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3188
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3189
- "dev": true,
3190
- "license": "MIT",
3191
- "dependencies": {
3192
- "has-flag": "^4.0.0"
3193
- },
3194
- "engines": {
3195
- "node": ">=10"
3196
- },
3197
- "funding": {
3198
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3199
- }
3200
- },
3201
- "node_modules/js-tokens": {
3202
- "version": "4.0.0",
3203
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
3204
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
3205
- "dev": true,
3206
- "license": "MIT"
3207
- },
3208
- "node_modules/js-yaml": {
3209
- "version": "3.14.2",
3210
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
3211
- "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
3212
- "dev": true,
3213
- "license": "MIT",
3214
- "dependencies": {
3215
- "argparse": "^1.0.7",
3216
- "esprima": "^4.0.0"
3217
- },
3218
- "bin": {
3219
- "js-yaml": "bin/js-yaml.js"
3220
- }
3221
- },
3222
- "node_modules/jsesc": {
3223
- "version": "3.1.0",
3224
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
3225
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
3226
- "dev": true,
3227
- "license": "MIT",
3228
- "bin": {
3229
- "jsesc": "bin/jsesc"
3230
- },
3231
- "engines": {
3232
- "node": ">=6"
3233
- }
3234
- },
3235
- "node_modules/json-parse-even-better-errors": {
3236
- "version": "2.3.1",
3237
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
3238
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
3239
- "dev": true,
3240
- "license": "MIT"
3241
- },
3242
- "node_modules/json5": {
3243
- "version": "2.2.3",
3244
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3245
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3246
- "dev": true,
3247
- "license": "MIT",
3248
- "bin": {
3249
- "json5": "lib/cli.js"
3250
- },
3251
- "engines": {
3252
- "node": ">=6"
3253
- }
3254
- },
3255
- "node_modules/kleur": {
3256
- "version": "3.0.3",
3257
- "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
3258
- "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
3259
- "dev": true,
3260
- "license": "MIT",
3261
- "engines": {
3262
- "node": ">=6"
3263
- }
3264
- },
3265
- "node_modules/leven": {
3266
- "version": "3.1.0",
3267
- "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
3268
- "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
3269
- "dev": true,
3270
- "license": "MIT",
3271
- "engines": {
3272
- "node": ">=6"
3273
- }
3274
- },
3275
- "node_modules/lines-and-columns": {
3276
- "version": "1.2.4",
3277
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
3278
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
3279
- "dev": true,
3280
- "license": "MIT"
3281
- },
3282
- "node_modules/locate-path": {
3283
- "version": "5.0.0",
3284
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
3285
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
3286
- "dev": true,
3287
- "license": "MIT",
3288
- "dependencies": {
3289
- "p-locate": "^4.1.0"
3290
- },
3291
- "engines": {
3292
- "node": ">=8"
3293
- }
3294
- },
3295
- "node_modules/lodash.memoize": {
3296
- "version": "4.1.2",
3297
- "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
3298
- "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
3299
- "dev": true,
3300
- "license": "MIT"
3301
- },
3302
- "node_modules/lru-cache": {
3303
- "version": "5.1.1",
3304
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3305
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3306
- "dev": true,
3307
- "license": "ISC",
3308
- "dependencies": {
3309
- "yallist": "^3.0.2"
3310
- }
3311
- },
3312
- "node_modules/make-dir": {
3313
- "version": "4.0.0",
3314
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
3315
- "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
3316
- "dev": true,
3317
- "license": "MIT",
3318
- "dependencies": {
3319
- "semver": "^7.5.3"
3320
- },
3321
- "engines": {
3322
- "node": ">=10"
3323
- },
3324
- "funding": {
3325
- "url": "https://github.com/sponsors/sindresorhus"
3326
- }
3327
- },
3328
- "node_modules/make-dir/node_modules/semver": {
3329
- "version": "7.7.3",
3330
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
3331
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
3332
- "dev": true,
3333
- "license": "ISC",
3334
- "bin": {
3335
- "semver": "bin/semver.js"
3336
- },
3337
- "engines": {
3338
- "node": ">=10"
3339
- }
3340
- },
3341
- "node_modules/make-error": {
3342
- "version": "1.3.6",
3343
- "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
3344
- "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
3345
- "dev": true,
3346
- "license": "ISC"
3347
- },
3348
- "node_modules/makeerror": {
3349
- "version": "1.0.12",
3350
- "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
3351
- "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
3352
- "dev": true,
3353
- "license": "BSD-3-Clause",
3354
- "dependencies": {
3355
- "tmpl": "1.0.5"
3356
- }
3357
- },
3358
- "node_modules/merge-stream": {
3359
- "version": "2.0.0",
3360
- "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
3361
- "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
3362
- "dev": true,
3363
- "license": "MIT"
3364
- },
3365
- "node_modules/micromatch": {
3366
- "version": "4.0.8",
3367
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
3368
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
3369
- "dev": true,
3370
- "license": "MIT",
3371
- "dependencies": {
3372
- "braces": "^3.0.3",
3373
- "picomatch": "^2.3.1"
3374
- },
3375
- "engines": {
3376
- "node": ">=8.6"
3377
- }
3378
- },
3379
- "node_modules/mimic-fn": {
3380
- "version": "2.1.0",
3381
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
3382
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
3383
- "dev": true,
3384
- "license": "MIT",
3385
- "engines": {
3386
- "node": ">=6"
3387
- }
3388
- },
3389
- "node_modules/minimatch": {
3390
- "version": "3.1.2",
3391
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3392
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3393
- "dev": true,
3394
- "license": "ISC",
3395
- "dependencies": {
3396
- "brace-expansion": "^1.1.7"
3397
- },
3398
- "engines": {
3399
- "node": "*"
3400
- }
3401
- },
3402
- "node_modules/minimist": {
3403
- "version": "1.2.8",
3404
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
3405
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
3406
- "dev": true,
3407
- "license": "MIT",
3408
- "funding": {
3409
- "url": "https://github.com/sponsors/ljharb"
3410
- }
3411
- },
3412
- "node_modules/ms": {
3413
- "version": "2.1.3",
3414
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3415
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3416
- "dev": true,
3417
- "license": "MIT"
3418
- },
3419
- "node_modules/natural-compare": {
3420
- "version": "1.4.0",
3421
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3422
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3423
- "dev": true,
3424
- "license": "MIT"
3425
- },
3426
- "node_modules/neo-async": {
3427
- "version": "2.6.2",
3428
- "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
3429
- "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
3430
- "dev": true,
3431
- "license": "MIT"
3432
- },
3433
- "node_modules/node-int64": {
3434
- "version": "0.4.0",
3435
- "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
3436
- "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
3437
- "dev": true,
3438
- "license": "MIT"
3439
- },
3440
- "node_modules/node-releases": {
3441
- "version": "2.0.27",
3442
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
3443
- "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
3444
- "dev": true,
3445
- "license": "MIT"
3446
- },
3447
- "node_modules/normalize-path": {
3448
- "version": "3.0.0",
3449
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3450
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3451
- "dev": true,
3452
- "license": "MIT",
3453
- "engines": {
3454
- "node": ">=0.10.0"
3455
- }
3456
- },
3457
- "node_modules/npm-run-path": {
3458
- "version": "4.0.1",
3459
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
3460
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
3461
- "dev": true,
3462
- "license": "MIT",
3463
- "dependencies": {
3464
- "path-key": "^3.0.0"
3465
- },
3466
- "engines": {
3467
- "node": ">=8"
3468
- }
3469
- },
3470
- "node_modules/once": {
3471
- "version": "1.4.0",
3472
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3473
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3474
- "dev": true,
3475
- "license": "ISC",
3476
- "dependencies": {
3477
- "wrappy": "1"
3478
- }
3479
- },
3480
- "node_modules/onetime": {
3481
- "version": "5.1.2",
3482
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
3483
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
3484
- "dev": true,
3485
- "license": "MIT",
3486
- "dependencies": {
3487
- "mimic-fn": "^2.1.0"
3488
- },
3489
- "engines": {
3490
- "node": ">=6"
3491
- },
3492
- "funding": {
3493
- "url": "https://github.com/sponsors/sindresorhus"
3494
- }
3495
- },
3496
- "node_modules/p-limit": {
3497
- "version": "3.1.0",
3498
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3499
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3500
- "dev": true,
3501
- "license": "MIT",
3502
- "dependencies": {
3503
- "yocto-queue": "^0.1.0"
3504
- },
3505
- "engines": {
3506
- "node": ">=10"
3507
- },
3508
- "funding": {
3509
- "url": "https://github.com/sponsors/sindresorhus"
3510
- }
3511
- },
3512
- "node_modules/p-locate": {
3513
- "version": "4.1.0",
3514
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
3515
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
3516
- "dev": true,
3517
- "license": "MIT",
3518
- "dependencies": {
3519
- "p-limit": "^2.2.0"
3520
- },
3521
- "engines": {
3522
- "node": ">=8"
3523
- }
3524
- },
3525
- "node_modules/p-locate/node_modules/p-limit": {
3526
- "version": "2.3.0",
3527
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
3528
- "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
3529
- "dev": true,
3530
- "license": "MIT",
3531
- "dependencies": {
3532
- "p-try": "^2.0.0"
3533
- },
3534
- "engines": {
3535
- "node": ">=6"
3536
- },
3537
- "funding": {
3538
- "url": "https://github.com/sponsors/sindresorhus"
3539
- }
3540
- },
3541
- "node_modules/p-try": {
3542
- "version": "2.2.0",
3543
- "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
3544
- "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
3545
- "dev": true,
3546
- "license": "MIT",
3547
- "engines": {
3548
- "node": ">=6"
3549
- }
3550
- },
3551
- "node_modules/parse-json": {
3552
- "version": "5.2.0",
3553
- "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
3554
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
3555
- "dev": true,
3556
- "license": "MIT",
3557
- "dependencies": {
3558
- "@babel/code-frame": "^7.0.0",
3559
- "error-ex": "^1.3.1",
3560
- "json-parse-even-better-errors": "^2.3.0",
3561
- "lines-and-columns": "^1.1.6"
3562
- },
3563
- "engines": {
3564
- "node": ">=8"
3565
- },
3566
- "funding": {
3567
- "url": "https://github.com/sponsors/sindresorhus"
3568
- }
3569
- },
3570
- "node_modules/path-exists": {
3571
- "version": "4.0.0",
3572
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3573
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3574
- "dev": true,
3575
- "license": "MIT",
3576
- "engines": {
3577
- "node": ">=8"
3578
- }
3579
- },
3580
- "node_modules/path-is-absolute": {
3581
- "version": "1.0.1",
3582
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3583
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
3584
- "dev": true,
3585
- "license": "MIT",
3586
- "engines": {
3587
- "node": ">=0.10.0"
3588
- }
3589
- },
3590
- "node_modules/path-key": {
3591
- "version": "3.1.1",
3592
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3593
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3594
- "dev": true,
3595
- "license": "MIT",
3596
- "engines": {
3597
- "node": ">=8"
3598
- }
3599
- },
3600
- "node_modules/path-parse": {
3601
- "version": "1.0.7",
3602
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
3603
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
3604
- "dev": true,
3605
- "license": "MIT"
3606
- },
3607
- "node_modules/picocolors": {
3608
- "version": "1.1.1",
3609
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3610
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3611
- "dev": true,
3612
- "license": "ISC"
3613
- },
3614
- "node_modules/picomatch": {
3615
- "version": "2.3.1",
3616
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3617
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3618
- "dev": true,
3619
- "license": "MIT",
3620
- "engines": {
3621
- "node": ">=8.6"
3622
- },
3623
- "funding": {
3624
- "url": "https://github.com/sponsors/jonschlinkert"
3625
- }
3626
- },
3627
- "node_modules/pirates": {
3628
- "version": "4.0.7",
3629
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
3630
- "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
3631
- "dev": true,
3632
- "license": "MIT",
3633
- "engines": {
3634
- "node": ">= 6"
3635
- }
3636
- },
3637
- "node_modules/pkg-dir": {
3638
- "version": "4.2.0",
3639
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
3640
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
3641
- "dev": true,
3642
- "license": "MIT",
3643
- "dependencies": {
3644
- "find-up": "^4.0.0"
3645
- },
3646
- "engines": {
3647
- "node": ">=8"
3648
- }
3649
- },
3650
- "node_modules/pretty-format": {
3651
- "version": "27.5.1",
3652
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
3653
- "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
3654
- "dev": true,
3655
- "license": "MIT",
3656
- "dependencies": {
3657
- "ansi-regex": "^5.0.1",
3658
- "ansi-styles": "^5.0.0",
3659
- "react-is": "^17.0.1"
3660
- },
3661
- "engines": {
3662
- "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
3663
- }
3664
- },
3665
- "node_modules/pretty-format/node_modules/ansi-styles": {
3666
- "version": "5.2.0",
3667
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
3668
- "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
3669
- "dev": true,
3670
- "license": "MIT",
3671
- "engines": {
3672
- "node": ">=10"
3673
- },
3674
- "funding": {
3675
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3676
- }
3677
- },
3678
- "node_modules/prompts": {
3679
- "version": "2.4.2",
3680
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
3681
- "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
3682
- "dev": true,
3683
- "license": "MIT",
3684
- "dependencies": {
3685
- "kleur": "^3.0.3",
3686
- "sisteransi": "^1.0.5"
3687
- },
3688
- "engines": {
3689
- "node": ">= 6"
3690
- }
3691
- },
3692
- "node_modules/pure-rand": {
3693
- "version": "6.1.0",
3694
- "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
3695
- "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
3696
- "dev": true,
3697
- "funding": [
3698
- {
3699
- "type": "individual",
3700
- "url": "https://github.com/sponsors/dubzzz"
3701
- },
3702
- {
3703
- "type": "opencollective",
3704
- "url": "https://opencollective.com/fast-check"
3705
- }
3706
- ],
3707
- "license": "MIT"
3708
- },
3709
- "node_modules/react-is": {
3710
- "version": "17.0.2",
3711
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
3712
- "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
3713
- "dev": true,
3714
- "license": "MIT"
3715
- },
3716
- "node_modules/require-directory": {
3717
- "version": "2.1.1",
3718
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
3719
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
3720
- "dev": true,
3721
- "license": "MIT",
3722
- "engines": {
3723
- "node": ">=0.10.0"
3724
- }
3725
- },
3726
- "node_modules/resolve": {
3727
- "version": "1.22.11",
3728
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
3729
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
3730
- "dev": true,
3731
- "license": "MIT",
3732
- "dependencies": {
3733
- "is-core-module": "^2.16.1",
3734
- "path-parse": "^1.0.7",
3735
- "supports-preserve-symlinks-flag": "^1.0.0"
3736
- },
3737
- "bin": {
3738
- "resolve": "bin/resolve"
3739
- },
3740
- "engines": {
3741
- "node": ">= 0.4"
3742
- },
3743
- "funding": {
3744
- "url": "https://github.com/sponsors/ljharb"
3745
- }
3746
- },
3747
- "node_modules/resolve-cwd": {
3748
- "version": "3.0.0",
3749
- "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
3750
- "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
3751
- "dev": true,
3752
- "license": "MIT",
3753
- "dependencies": {
3754
- "resolve-from": "^5.0.0"
3755
- },
3756
- "engines": {
3757
- "node": ">=8"
3758
- }
3759
- },
3760
- "node_modules/resolve-from": {
3761
- "version": "5.0.0",
3762
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
3763
- "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
3764
- "dev": true,
3765
- "license": "MIT",
3766
- "engines": {
3767
- "node": ">=8"
3768
- }
3769
- },
3770
- "node_modules/resolve.exports": {
3771
- "version": "2.0.3",
3772
- "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.3.tgz",
3773
- "integrity": "sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==",
3774
- "dev": true,
3775
- "license": "MIT",
3776
- "engines": {
3777
- "node": ">=10"
3778
- }
3779
- },
3780
- "node_modules/semver": {
3781
- "version": "6.3.1",
3782
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3783
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3784
- "dev": true,
3785
- "license": "ISC",
3786
- "bin": {
3787
- "semver": "bin/semver.js"
3788
- }
3789
- },
3790
- "node_modules/shebang-command": {
3791
- "version": "2.0.0",
3792
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3793
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3794
- "dev": true,
3795
- "license": "MIT",
3796
- "dependencies": {
3797
- "shebang-regex": "^3.0.0"
3798
- },
3799
- "engines": {
3800
- "node": ">=8"
3801
- }
3802
- },
3803
- "node_modules/shebang-regex": {
3804
- "version": "3.0.0",
3805
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3806
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3807
- "dev": true,
3808
- "license": "MIT",
3809
- "engines": {
3810
- "node": ">=8"
3811
- }
3812
- },
3813
- "node_modules/signal-exit": {
3814
- "version": "3.0.7",
3815
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
3816
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
3817
- "dev": true,
3818
- "license": "ISC"
3819
- },
3820
- "node_modules/sisteransi": {
3821
- "version": "1.0.5",
3822
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
3823
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
3824
- "dev": true,
3825
- "license": "MIT"
3826
- },
3827
- "node_modules/slash": {
3828
- "version": "3.0.0",
3829
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3830
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3831
- "dev": true,
3832
- "license": "MIT",
3833
- "engines": {
3834
- "node": ">=8"
3835
- }
3836
- },
3837
- "node_modules/source-map": {
3838
- "version": "0.6.1",
3839
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3840
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3841
- "dev": true,
3842
- "license": "BSD-3-Clause",
3843
- "engines": {
3844
- "node": ">=0.10.0"
3845
- }
3846
- },
3847
- "node_modules/source-map-support": {
3848
- "version": "0.5.13",
3849
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
3850
- "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
3851
- "dev": true,
3852
- "license": "MIT",
3853
- "dependencies": {
3854
- "buffer-from": "^1.0.0",
3855
- "source-map": "^0.6.0"
3856
- }
3857
- },
3858
- "node_modules/sprintf-js": {
3859
- "version": "1.0.3",
3860
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
3861
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
3862
- "dev": true,
3863
- "license": "BSD-3-Clause"
3864
- },
3865
- "node_modules/stack-utils": {
3866
- "version": "2.0.6",
3867
- "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
3868
- "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
3869
- "dev": true,
3870
- "license": "MIT",
3871
- "dependencies": {
3872
- "escape-string-regexp": "^2.0.0"
3873
- },
3874
- "engines": {
3875
- "node": ">=10"
3876
- }
3877
- },
3878
- "node_modules/string-length": {
3879
- "version": "4.0.2",
3880
- "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
3881
- "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
3882
- "dev": true,
3883
- "license": "MIT",
3884
- "dependencies": {
3885
- "char-regex": "^1.0.2",
3886
- "strip-ansi": "^6.0.0"
3887
- },
3888
- "engines": {
3889
- "node": ">=10"
3890
- }
3891
- },
3892
- "node_modules/string-width": {
3893
- "version": "4.2.3",
3894
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
3895
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3896
- "dev": true,
3897
- "license": "MIT",
3898
- "dependencies": {
3899
- "emoji-regex": "^8.0.0",
3900
- "is-fullwidth-code-point": "^3.0.0",
3901
- "strip-ansi": "^6.0.1"
3902
- },
3903
- "engines": {
3904
- "node": ">=8"
3905
- }
3906
- },
3907
- "node_modules/strip-ansi": {
3908
- "version": "6.0.1",
3909
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
3910
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3911
- "dev": true,
3912
- "license": "MIT",
3913
- "dependencies": {
3914
- "ansi-regex": "^5.0.1"
3915
- },
3916
- "engines": {
3917
- "node": ">=8"
3918
- }
3919
- },
3920
- "node_modules/strip-bom": {
3921
- "version": "4.0.0",
3922
- "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
3923
- "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
3924
- "dev": true,
3925
- "license": "MIT",
3926
- "engines": {
3927
- "node": ">=8"
3928
- }
3929
- },
3930
- "node_modules/strip-final-newline": {
3931
- "version": "2.0.0",
3932
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
3933
- "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
3934
- "dev": true,
3935
- "license": "MIT",
3936
- "engines": {
3937
- "node": ">=6"
3938
- }
3939
- },
3940
- "node_modules/strip-json-comments": {
3941
- "version": "3.1.1",
3942
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3943
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3944
- "dev": true,
3945
- "license": "MIT",
3946
- "engines": {
3947
- "node": ">=8"
3948
- },
3949
- "funding": {
3950
- "url": "https://github.com/sponsors/sindresorhus"
3951
- }
3952
- },
3953
- "node_modules/supports-color": {
3954
- "version": "7.2.0",
3955
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3956
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3957
- "dev": true,
3958
- "license": "MIT",
3959
- "dependencies": {
3960
- "has-flag": "^4.0.0"
3961
- },
3962
- "engines": {
3963
- "node": ">=8"
3964
- }
3965
- },
3966
- "node_modules/supports-preserve-symlinks-flag": {
3967
- "version": "1.0.0",
3968
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
3969
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
3970
- "dev": true,
3971
- "license": "MIT",
3972
- "engines": {
3973
- "node": ">= 0.4"
3974
- },
3975
- "funding": {
3976
- "url": "https://github.com/sponsors/ljharb"
3977
- }
3978
- },
3979
- "node_modules/test-exclude": {
3980
- "version": "6.0.0",
3981
- "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
3982
- "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
3983
- "dev": true,
3984
- "license": "ISC",
3985
- "dependencies": {
3986
- "@istanbuljs/schema": "^0.1.2",
3987
- "glob": "^7.1.4",
3988
- "minimatch": "^3.0.4"
3989
- },
3990
- "engines": {
3991
- "node": ">=8"
3992
- }
3993
- },
3994
- "node_modules/tmpl": {
3995
- "version": "1.0.5",
3996
- "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
3997
- "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
3998
- "dev": true,
3999
- "license": "BSD-3-Clause"
4000
- },
4001
- "node_modules/to-regex-range": {
4002
- "version": "5.0.1",
4003
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
4004
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
4005
- "dev": true,
4006
- "license": "MIT",
4007
- "dependencies": {
4008
- "is-number": "^7.0.0"
4009
- },
4010
- "engines": {
4011
- "node": ">=8.0"
4012
- }
4013
- },
4014
- "node_modules/ts-jest": {
4015
- "version": "29.4.6",
4016
- "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.6.tgz",
4017
- "integrity": "sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==",
4018
- "dev": true,
4019
- "license": "MIT",
4020
- "dependencies": {
4021
- "bs-logger": "^0.2.6",
4022
- "fast-json-stable-stringify": "^2.1.0",
4023
- "handlebars": "^4.7.8",
4024
- "json5": "^2.2.3",
4025
- "lodash.memoize": "^4.1.2",
4026
- "make-error": "^1.3.6",
4027
- "semver": "^7.7.3",
4028
- "type-fest": "^4.41.0",
4029
- "yargs-parser": "^21.1.1"
4030
- },
4031
- "bin": {
4032
- "ts-jest": "cli.js"
4033
- },
4034
- "engines": {
4035
- "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
4036
- },
4037
- "peerDependencies": {
4038
- "@babel/core": ">=7.0.0-beta.0 <8",
4039
- "@jest/transform": "^29.0.0 || ^30.0.0",
4040
- "@jest/types": "^29.0.0 || ^30.0.0",
4041
- "babel-jest": "^29.0.0 || ^30.0.0",
4042
- "jest": "^29.0.0 || ^30.0.0",
4043
- "jest-util": "^29.0.0 || ^30.0.0",
4044
- "typescript": ">=4.3 <6"
4045
- },
4046
- "peerDependenciesMeta": {
4047
- "@babel/core": {
4048
- "optional": true
4049
- },
4050
- "@jest/transform": {
4051
- "optional": true
4052
- },
4053
- "@jest/types": {
4054
- "optional": true
4055
- },
4056
- "babel-jest": {
4057
- "optional": true
4058
- },
4059
- "esbuild": {
4060
- "optional": true
4061
- },
4062
- "jest-util": {
4063
- "optional": true
4064
- }
4065
- }
4066
- },
4067
- "node_modules/ts-jest/node_modules/semver": {
4068
- "version": "7.7.3",
4069
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
4070
- "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
4071
- "dev": true,
4072
- "license": "ISC",
4073
- "bin": {
4074
- "semver": "bin/semver.js"
4075
- },
4076
- "engines": {
4077
- "node": ">=10"
4078
- }
4079
- },
4080
- "node_modules/ts-jest/node_modules/type-fest": {
4081
- "version": "4.41.0",
4082
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
4083
- "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
4084
- "dev": true,
4085
- "license": "(MIT OR CC0-1.0)",
4086
- "engines": {
4087
- "node": ">=16"
4088
- },
4089
- "funding": {
4090
- "url": "https://github.com/sponsors/sindresorhus"
4091
- }
4092
- },
4093
- "node_modules/ts-node": {
4094
- "version": "9.1.1",
4095
- "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz",
4096
- "integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==",
4097
- "dev": true,
4098
- "license": "MIT",
4099
- "peer": true,
4100
- "dependencies": {
4101
- "arg": "^4.1.0",
4102
- "create-require": "^1.1.0",
4103
- "diff": "^4.0.1",
4104
- "make-error": "^1.1.1",
4105
- "source-map-support": "^0.5.17",
4106
- "yn": "3.1.1"
4107
- },
4108
- "bin": {
4109
- "ts-node": "dist/bin.js",
4110
- "ts-node-script": "dist/bin-script.js",
4111
- "ts-node-transpile-only": "dist/bin-transpile.js",
4112
- "ts-script": "dist/bin-script-deprecated.js"
4113
- },
4114
- "engines": {
4115
- "node": ">=10.0.0"
4116
- },
4117
- "peerDependencies": {
4118
- "typescript": ">=2.7"
4119
- }
4120
- },
4121
- "node_modules/ts-node/node_modules/source-map-support": {
4122
- "version": "0.5.21",
4123
- "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
4124
- "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
4125
- "dev": true,
4126
- "license": "MIT",
4127
- "dependencies": {
4128
- "buffer-from": "^1.0.0",
4129
- "source-map": "^0.6.0"
4130
- }
4131
- },
4132
- "node_modules/type-detect": {
4133
- "version": "4.0.8",
4134
- "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
4135
- "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
4136
- "dev": true,
4137
- "license": "MIT",
4138
- "engines": {
4139
- "node": ">=4"
4140
- }
4141
- },
4142
- "node_modules/type-fest": {
4143
- "version": "0.21.3",
4144
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
4145
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
4146
- "dev": true,
4147
- "license": "(MIT OR CC0-1.0)",
4148
- "engines": {
4149
- "node": ">=10"
4150
- },
4151
- "funding": {
4152
- "url": "https://github.com/sponsors/sindresorhus"
4153
- }
4154
- },
4155
- "node_modules/typescript": {
4156
- "version": "5.9.3",
4157
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4158
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4159
- "dev": true,
4160
- "license": "Apache-2.0",
4161
- "peer": true,
4162
- "bin": {
4163
- "tsc": "bin/tsc",
4164
- "tsserver": "bin/tsserver"
4165
- },
4166
- "engines": {
4167
- "node": ">=14.17"
4168
- }
4169
- },
4170
- "node_modules/uglify-js": {
4171
- "version": "3.19.3",
4172
- "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
4173
- "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
4174
- "dev": true,
4175
- "license": "BSD-2-Clause",
4176
- "optional": true,
4177
- "bin": {
4178
- "uglifyjs": "bin/uglifyjs"
4179
- },
4180
- "engines": {
4181
- "node": ">=0.8.0"
4182
- }
4183
- },
4184
- "node_modules/update-browserslist-db": {
4185
- "version": "1.2.3",
4186
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
4187
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
4188
- "dev": true,
4189
- "funding": [
4190
- {
4191
- "type": "opencollective",
4192
- "url": "https://opencollective.com/browserslist"
4193
- },
4194
- {
4195
- "type": "tidelift",
4196
- "url": "https://tidelift.com/funding/github/npm/browserslist"
4197
- },
4198
- {
4199
- "type": "github",
4200
- "url": "https://github.com/sponsors/ai"
4201
- }
4202
- ],
4203
- "license": "MIT",
4204
- "dependencies": {
4205
- "escalade": "^3.2.0",
4206
- "picocolors": "^1.1.1"
4207
- },
4208
- "bin": {
4209
- "update-browserslist-db": "cli.js"
4210
- },
4211
- "peerDependencies": {
4212
- "browserslist": ">= 4.21.0"
4213
- }
4214
- },
4215
- "node_modules/v8-to-istanbul": {
4216
- "version": "9.3.0",
4217
- "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
4218
- "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
4219
- "dev": true,
4220
- "license": "ISC",
4221
- "dependencies": {
4222
- "@jridgewell/trace-mapping": "^0.3.12",
4223
- "@types/istanbul-lib-coverage": "^2.0.1",
4224
- "convert-source-map": "^2.0.0"
4225
- },
4226
- "engines": {
4227
- "node": ">=10.12.0"
4228
- }
4229
- },
4230
- "node_modules/walker": {
4231
- "version": "1.0.8",
4232
- "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
4233
- "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
4234
- "dev": true,
4235
- "license": "Apache-2.0",
4236
- "dependencies": {
4237
- "makeerror": "1.0.12"
4238
- }
4239
- },
4240
- "node_modules/which": {
4241
- "version": "2.0.2",
4242
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4243
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4244
- "dev": true,
4245
- "license": "ISC",
4246
- "dependencies": {
4247
- "isexe": "^2.0.0"
4248
- },
4249
- "bin": {
4250
- "node-which": "bin/node-which"
4251
- },
4252
- "engines": {
4253
- "node": ">= 8"
4254
- }
4255
- },
4256
- "node_modules/wordwrap": {
4257
- "version": "1.0.0",
4258
- "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
4259
- "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
4260
- "dev": true,
4261
- "license": "MIT"
4262
- },
4263
- "node_modules/wrap-ansi": {
4264
- "version": "7.0.0",
4265
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4266
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4267
- "dev": true,
4268
- "license": "MIT",
4269
- "dependencies": {
4270
- "ansi-styles": "^4.0.0",
4271
- "string-width": "^4.1.0",
4272
- "strip-ansi": "^6.0.0"
4273
- },
4274
- "engines": {
4275
- "node": ">=10"
4276
- },
4277
- "funding": {
4278
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4279
- }
4280
- },
4281
- "node_modules/wrappy": {
4282
- "version": "1.0.2",
4283
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4284
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4285
- "dev": true,
4286
- "license": "ISC"
4287
- },
4288
- "node_modules/write-file-atomic": {
4289
- "version": "4.0.2",
4290
- "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
4291
- "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
4292
- "dev": true,
4293
- "license": "ISC",
4294
- "dependencies": {
4295
- "imurmurhash": "^0.1.4",
4296
- "signal-exit": "^3.0.7"
4297
- },
4298
- "engines": {
4299
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
4300
- }
4301
- },
4302
- "node_modules/y18n": {
4303
- "version": "5.0.8",
4304
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
4305
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
4306
- "dev": true,
4307
- "license": "ISC",
4308
- "engines": {
4309
- "node": ">=10"
4310
- }
4311
- },
4312
- "node_modules/yallist": {
4313
- "version": "3.1.1",
4314
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4315
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4316
- "dev": true,
4317
- "license": "ISC"
4318
- },
4319
- "node_modules/yargs": {
4320
- "version": "17.7.2",
4321
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
4322
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
4323
- "dev": true,
4324
- "license": "MIT",
4325
- "dependencies": {
4326
- "cliui": "^8.0.1",
4327
- "escalade": "^3.1.1",
4328
- "get-caller-file": "^2.0.5",
4329
- "require-directory": "^2.1.1",
4330
- "string-width": "^4.2.3",
4331
- "y18n": "^5.0.5",
4332
- "yargs-parser": "^21.1.1"
4333
- },
4334
- "engines": {
4335
- "node": ">=12"
4336
- }
4337
- },
4338
- "node_modules/yargs-parser": {
4339
- "version": "21.1.1",
4340
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
4341
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
4342
- "dev": true,
4343
- "license": "ISC",
4344
- "engines": {
4345
- "node": ">=12"
4346
- }
4347
- },
4348
- "node_modules/yn": {
4349
- "version": "3.1.1",
4350
- "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
4351
- "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
4352
- "dev": true,
4353
- "license": "MIT",
4354
- "engines": {
4355
- "node": ">=6"
4356
- }
4357
- },
4358
- "node_modules/yocto-queue": {
4359
- "version": "0.1.0",
4360
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
4361
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4362
- "dev": true,
4363
- "license": "MIT",
4364
- "engines": {
4365
- "node": ">=10"
4366
- },
4367
- "funding": {
4368
- "url": "https://github.com/sponsors/sindresorhus"
4369
- }
4370
- }
4371
- }
4372
- }