-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbun.lock
666 lines (355 loc) · 59.3 KB
/
bun.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "scottylol",
"dependencies": {
"autoprefixer": "^10.4.12",
"closest-match": "^1.3.3",
"dotenv": "^16.0.3",
"next": "^12.3.1",
"postcss": "^8.4.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.1.8",
"yaml": "^2.1.2",
},
"devDependencies": {
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "4.8.4",
},
},
},
"packages": {
"@babel/runtime": ["@babel/runtime@7.19.4", "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz", { "dependencies": { "regenerator-runtime": "^0.13.4" } }, ""],
"@babel/runtime-corejs3": ["@babel/runtime-corejs3@7.19.6", "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.19.6.tgz", { "dependencies": { "core-js-pure": "^3.25.1", "regenerator-runtime": "^0.13.4" } }, ""],
"@eslint/eslintrc": ["@eslint/eslintrc@1.3.3", "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", { "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.4.0", "globals": "^13.15.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" } }, ""],
"@humanwhocodes/config-array": ["@humanwhocodes/config-array@0.6.0", "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz", { "dependencies": { "@humanwhocodes/object-schema": "^1.2.0", "debug": "^4.1.1", "minimatch": "^3.0.4" } }, ""],
"@humanwhocodes/object-schema": ["@humanwhocodes/object-schema@1.2.1", "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", {}, ""],
"@next/env": ["@next/env@12.3.1", "https://registry.yarnpkg.com/@next/env/-/env-12.3.1.tgz", {}, ""],
"@next/eslint-plugin-next": ["@next/eslint-plugin-next@12.3.1", "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.3.1.tgz", { "dependencies": { "glob": "7.1.7" } }, ""],
"@next/swc-darwin-arm64": ["@next/swc-darwin-arm64@12.3.1", "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.3.1.tgz", { "os": "darwin", "cpu": "arm64" }, ""],
"@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, ""],
"@nodelib/fs.stat": ["@nodelib/fs.stat@2.0.5", "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", {}, ""],
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, ""],
"@pkgr/utils": ["@pkgr/utils@2.3.1", "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz", { "dependencies": { "cross-spawn": "^7.0.3", "is-glob": "^4.0.3", "open": "^8.4.0", "picocolors": "^1.0.0", "tiny-glob": "^0.2.9", "tslib": "^2.4.0" } }, ""],
"@rushstack/eslint-patch": ["@rushstack/eslint-patch@1.2.0", "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz", {}, ""],
"@swc/helpers": ["@swc/helpers@0.4.11", "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.11.tgz", { "dependencies": { "tslib": "^2.4.0" } }, ""],
"@types/json-schema": ["@types/json-schema@7.0.11", "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz", {}, ""],
"@types/json5": ["@types/json5@0.0.29", "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz", {}, ""],
"@types/node": ["@types/node@18.7.23", "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz", {}, ""],
"@types/prop-types": ["@types/prop-types@15.7.5", "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz", {}, ""],
"@types/react": ["@types/react@18.0.21", "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz", { "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", "csstype": "^3.0.2" } }, ""],
"@types/react-dom": ["@types/react-dom@18.0.6", "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz", { "dependencies": { "@types/react": "*" } }, ""],
"@types/scheduler": ["@types/scheduler@0.16.2", "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz", {}, ""],
"@types/semver": ["@types/semver@7.3.12", "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz", {}, ""],
"@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz", { "dependencies": { "@typescript-eslint/scope-manager": "5.40.1", "@typescript-eslint/type-utils": "5.40.1", "@typescript-eslint/utils": "5.40.1", "debug": "^4.3.4", "ignore": "^5.2.0", "regexpp": "^3.2.0", "semver": "^7.3.7", "tsutils": "^3.21.0" }, "peerDependencies": { "@typescript-eslint/parser": "^5.0.0", "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, ""],
"@typescript-eslint/parser": ["@typescript-eslint/parser@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz", { "dependencies": { "@typescript-eslint/scope-manager": "5.40.1", "@typescript-eslint/types": "5.40.1", "@typescript-eslint/typescript-estree": "5.40.1", "debug": "^4.3.4" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, ""],
"@typescript-eslint/scope-manager": ["@typescript-eslint/scope-manager@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz", { "dependencies": { "@typescript-eslint/types": "5.40.1", "@typescript-eslint/visitor-keys": "5.40.1" } }, ""],
"@typescript-eslint/type-utils": ["@typescript-eslint/type-utils@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz", { "dependencies": { "@typescript-eslint/typescript-estree": "5.40.1", "@typescript-eslint/utils": "5.40.1", "debug": "^4.3.4", "tsutils": "^3.21.0" }, "peerDependencies": { "eslint": "*" } }, ""],
"@typescript-eslint/types": ["@typescript-eslint/types@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz", {}, ""],
"@typescript-eslint/typescript-estree": ["@typescript-eslint/typescript-estree@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz", { "dependencies": { "@typescript-eslint/types": "5.40.1", "@typescript-eslint/visitor-keys": "5.40.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", "semver": "^7.3.7", "tsutils": "^3.21.0" } }, ""],
"@typescript-eslint/utils": ["@typescript-eslint/utils@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz", { "dependencies": { "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", "@typescript-eslint/scope-manager": "5.40.1", "@typescript-eslint/types": "5.40.1", "@typescript-eslint/typescript-estree": "5.40.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0", "semver": "^7.3.7" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, ""],
"@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@5.40.1", "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz", { "dependencies": { "@typescript-eslint/types": "5.40.1", "eslint-visitor-keys": "^3.3.0" } }, ""],
"acorn": ["acorn@8.8.0", "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz", { "bin": "bin/acorn" }, ""],
"acorn-jsx": ["acorn-jsx@5.3.2", "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", { "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, ""],
"acorn-node": ["acorn-node@1.8.2", "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz", { "dependencies": { "acorn": "^7.0.0", "acorn-walk": "^7.0.0", "xtend": "^4.0.2" } }, ""],
"acorn-walk": ["acorn-walk@7.2.0", "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz", {}, ""],
"ajv": ["ajv@6.12.6", "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz", { "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, ""],
"ansi-colors": ["ansi-colors@4.1.3", "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz", {}, ""],
"ansi-regex": ["ansi-regex@5.0.1", "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz", {}, ""],
"ansi-styles": ["ansi-styles@4.3.0", "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
"anymatch": ["anymatch@3.1.2", "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz", { "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" } }, ""],
"arg": ["arg@5.0.2", "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz", {}, ""],
"argparse": ["argparse@2.0.1", "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz", {}, ""],
"aria-query": ["aria-query@4.2.2", "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz", { "dependencies": { "@babel/runtime": "^7.10.2", "@babel/runtime-corejs3": "^7.10.2" } }, ""],
"array-includes": ["array-includes@3.1.5", "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.19.5", "get-intrinsic": "^1.1.1", "is-string": "^1.0.7" } }, ""],
"array-union": ["array-union@2.1.0", "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz", {}, ""],
"array.prototype.flat": ["array.prototype.flat@1.3.0", "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.2", "es-shim-unscopables": "^1.0.0" } }, ""],
"array.prototype.flatmap": ["array.prototype.flatmap@1.3.0", "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.2", "es-shim-unscopables": "^1.0.0" } }, ""],
"ast-types-flow": ["ast-types-flow@0.0.7", "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz", {}, ""],
"autoprefixer": ["autoprefixer@10.4.12", "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.12.tgz", { "dependencies": { "browserslist": "^4.21.4", "caniuse-lite": "^1.0.30001407", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" }, "peerDependencies": { "postcss": "^8.1.0" }, "bin": "bin/autoprefixer" }, ""],
"axe-core": ["axe-core@4.4.3", "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz", {}, ""],
"axobject-query": ["axobject-query@2.2.0", "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz", {}, ""],
"balanced-match": ["balanced-match@1.0.2", "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz", {}, ""],
"binary-extensions": ["binary-extensions@2.2.0", "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz", {}, ""],
"brace-expansion": ["brace-expansion@1.1.11", "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""],
"braces": ["braces@3.0.2", "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz", { "dependencies": { "fill-range": "^7.0.1" } }, ""],
"browserslist": ["browserslist@4.21.4", "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz", { "dependencies": { "caniuse-lite": "^1.0.30001400", "electron-to-chromium": "^1.4.251", "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.9" }, "bin": "cli.js" }, ""],
"call-bind": ["call-bind@1.0.2", "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz", { "dependencies": { "function-bind": "^1.1.1", "get-intrinsic": "^1.0.2" } }, ""],
"callsites": ["callsites@3.1.0", "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz", {}, ""],
"camelcase-css": ["camelcase-css@2.0.1", "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz", {}, ""],
"caniuse-lite": ["caniuse-lite@1.0.30001414", "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001414.tgz", {}, ""],
"chalk": ["chalk@4.1.2", "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, ""],
"chokidar": ["chokidar@3.5.3", "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz", { "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", "readdirp": "~3.6.0" }, "optionalDependencies": { "fsevents": "~2.3.2" } }, ""],
"closest-match": ["closest-match@1.3.3", "https://registry.yarnpkg.com/closest-match/-/closest-match-1.3.3.tgz", {}, ""],
"color-convert": ["color-convert@2.0.1", "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz", { "dependencies": { "color-name": "~1.1.4" } }, ""],
"color-name": ["color-name@1.1.4", "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz", {}, ""],
"concat-map": ["concat-map@0.0.1", "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz", {}, ""],
"confusing-browser-globals": ["confusing-browser-globals@1.0.11", "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", {}, ""],
"core-js-pure": ["core-js-pure@3.25.5", "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.5.tgz", {}, ""],
"cross-spawn": ["cross-spawn@7.0.3", "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, ""],
"cssesc": ["cssesc@3.0.0", "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz", { "bin": "bin/cssesc" }, ""],
"csstype": ["csstype@3.1.1", "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz", {}, ""],
"damerau-levenshtein": ["damerau-levenshtein@1.0.8", "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", {}, ""],
"debug": ["debug@4.3.4", "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz", { "dependencies": { "ms": "2.1.2" } }, ""],
"deep-is": ["deep-is@0.1.4", "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz", {}, ""],
"define-lazy-prop": ["define-lazy-prop@2.0.0", "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", {}, ""],
"define-properties": ["define-properties@1.1.4", "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz", { "dependencies": { "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" } }, ""],
"defined": ["defined@1.0.0", "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz", {}, ""],
"detective": ["detective@5.2.1", "https://registry.yarnpkg.com/detective/-/detective-5.2.1.tgz", { "dependencies": { "acorn-node": "^1.8.2", "defined": "^1.0.0", "minimist": "^1.2.6" }, "bin": "bin/detective.js" }, ""],
"didyoumean": ["didyoumean@1.2.2", "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz", {}, ""],
"dir-glob": ["dir-glob@3.0.1", "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz", { "dependencies": { "path-type": "^4.0.0" } }, ""],
"dlv": ["dlv@1.1.3", "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz", {}, ""],
"doctrine": ["doctrine@3.0.0", "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz", { "dependencies": { "esutils": "^2.0.2" } }, ""],
"dotenv": ["dotenv@16.0.3", "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz", {}, ""],
"electron-to-chromium": ["electron-to-chromium@1.4.270", "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.270.tgz", {}, ""],
"emoji-regex": ["emoji-regex@9.2.2", "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz", {}, ""],
"enhanced-resolve": ["enhanced-resolve@5.10.0", "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, ""],
"enquirer": ["enquirer@2.3.6", "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz", { "dependencies": { "ansi-colors": "^4.1.1" } }, ""],
"es-abstract": ["es-abstract@1.20.3", "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.3.tgz", { "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "is-callable": "^1.2.6", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", "object-inspect": "^1.12.2", "object-keys": "^1.1.1", "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" } }, ""],
"es-shim-unscopables": ["es-shim-unscopables@1.0.0", "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", { "dependencies": { "has": "^1.0.3" } }, ""],
"es-to-primitive": ["es-to-primitive@1.2.1", "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz", { "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", "is-symbol": "^1.0.2" } }, ""],
"escalade": ["escalade@3.1.1", "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz", {}, ""],
"escape-string-regexp": ["escape-string-regexp@4.0.0", "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", {}, ""],
"eslint": ["eslint@8.2.0", "https://registry.yarnpkg.com/eslint/-/eslint-8.2.0.tgz", { "dependencies": { "@eslint/eslintrc": "^1.0.4", "@humanwhocodes/config-array": "^0.6.0", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "enquirer": "^2.3.5", "escape-string-regexp": "^4.0.0", "eslint-scope": "^6.0.0", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.0.0", "espree": "^9.0.0", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.6.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.0.4", "natural-compare": "^1.4.0", "optionator": "^0.9.1", "progress": "^2.0.0", "regexpp": "^3.2.0", "semver": "^7.2.1", "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" }, "bin": "bin/eslint.js" }, ""],
"eslint-config-airbnb": ["eslint-config-airbnb@19.0.4", "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz", { "dependencies": { "eslint-config-airbnb-base": "^15.0.0", "object.assign": "^4.1.2", "object.entries": "^1.1.5" }, "peerDependencies": { "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0" } }, ""],
"eslint-config-airbnb-base": ["eslint-config-airbnb-base@15.0.0", "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz", { "dependencies": { "confusing-browser-globals": "^1.0.10", "object.assign": "^4.1.2", "object.entries": "^1.1.5", "semver": "^6.3.0" }, "peerDependencies": { "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.2" } }, ""],
"eslint-config-airbnb-typescript": ["eslint-config-airbnb-typescript@17.0.0", "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-17.0.0.tgz", { "dependencies": { "eslint-config-airbnb-base": "^15.0.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.3" } }, ""],
"eslint-config-next": ["eslint-config-next@12.3.1", "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.3.1.tgz", { "dependencies": { "@next/eslint-plugin-next": "12.3.1", "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/parser": "^5.21.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.31.7", "eslint-plugin-react-hooks": "^4.5.0" }, "peerDependencies": { "eslint": "^7.23.0 || ^8.0.0", "typescript": ">=3.3.1" } }, ""],
"eslint-config-prettier": ["eslint-config-prettier@8.5.0", "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", { "peerDependencies": { "eslint": ">=7.0.0" }, "bin": "bin/cli.js" }, ""],
"eslint-import-resolver-node": ["eslint-import-resolver-node@0.3.6", "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", { "dependencies": { "debug": "^3.2.7", "resolve": "^1.20.0" } }, ""],
"eslint-import-resolver-typescript": ["eslint-import-resolver-typescript@3.5.2", "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz", { "dependencies": { "debug": "^4.3.4", "enhanced-resolve": "^5.10.0", "get-tsconfig": "^4.2.0", "globby": "^13.1.2", "is-core-module": "^2.10.0", "is-glob": "^4.0.3", "synckit": "^0.8.4" }, "peerDependencies": { "eslint": "*", "eslint-plugin-import": "*" } }, ""],
"eslint-module-utils": ["eslint-module-utils@2.7.4", "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", { "dependencies": { "debug": "^3.2.7" } }, ""],
"eslint-plugin-import": ["eslint-plugin-import@2.26.0", "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", { "dependencies": { "array-includes": "^3.1.4", "array.prototype.flat": "^1.2.5", "debug": "^2.6.9", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.6", "eslint-module-utils": "^2.7.3", "has": "^1.0.3", "is-core-module": "^2.8.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", "object.values": "^1.1.5", "resolve": "^1.22.0", "tsconfig-paths": "^3.14.1" }, "peerDependencies": { "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" } }, ""],
"eslint-plugin-jsx-a11y": ["eslint-plugin-jsx-a11y@6.6.1", "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", { "dependencies": { "@babel/runtime": "^7.18.9", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", "axe-core": "^4.4.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", "jsx-ast-utils": "^3.3.2", "language-tags": "^1.0.5", "minimatch": "^3.1.2", "semver": "^6.3.0" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, ""],
"eslint-plugin-prettier": ["eslint-plugin-prettier@4.2.1", "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", { "dependencies": { "prettier-linter-helpers": "^1.0.0" }, "peerDependencies": { "eslint": ">=7.28.0", "prettier": ">=2.0.0" } }, ""],
"eslint-plugin-react": ["eslint-plugin-react@7.31.10", "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", { "dependencies": { "array-includes": "^3.1.5", "array.prototype.flatmap": "^1.3.0", "doctrine": "^2.1.0", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", "object.entries": "^1.1.5", "object.fromentries": "^2.0.5", "object.hasown": "^1.1.1", "object.values": "^1.1.5", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3", "semver": "^6.3.0", "string.prototype.matchall": "^4.0.7" }, "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, ""],
"eslint-plugin-react-hooks": ["eslint-plugin-react-hooks@4.6.0", "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", { "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, ""],
"eslint-scope": ["eslint-scope@6.0.0", "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, ""],
"eslint-utils": ["eslint-utils@3.0.0", "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz", { "dependencies": { "eslint-visitor-keys": "^2.0.0" }, "peerDependencies": { "eslint": ">=5" } }, ""],
"eslint-visitor-keys": ["eslint-visitor-keys@3.3.0", "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", {}, ""],
"espree": ["espree@9.4.0", "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz", { "dependencies": { "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.3.0" } }, ""],
"esquery": ["esquery@1.4.0", "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz", { "dependencies": { "estraverse": "^5.1.0" } }, ""],
"esrecurse": ["esrecurse@4.3.0", "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz", { "dependencies": { "estraverse": "^5.2.0" } }, ""],
"estraverse": ["estraverse@5.3.0", "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz", {}, ""],
"esutils": ["esutils@2.0.3", "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz", {}, ""],
"fast-deep-equal": ["fast-deep-equal@3.1.3", "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", {}, ""],
"fast-diff": ["fast-diff@1.2.0", "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz", {}, ""],
"fast-glob": ["fast-glob@3.2.12", "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz", { "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" } }, ""],
"fast-json-stable-stringify": ["fast-json-stable-stringify@2.1.0", "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", {}, ""],
"fast-levenshtein": ["fast-levenshtein@2.0.6", "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", {}, ""],
"fastq": ["fastq@1.13.0", "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz", { "dependencies": { "reusify": "^1.0.4" } }, ""],
"file-entry-cache": ["file-entry-cache@6.0.1", "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz", { "dependencies": { "flat-cache": "^3.0.4" } }, ""],
"fill-range": ["fill-range@7.0.1", "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz", { "dependencies": { "to-regex-range": "^5.0.1" } }, ""],
"flat-cache": ["flat-cache@3.0.4", "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz", { "dependencies": { "flatted": "^3.1.0", "rimraf": "^3.0.2" } }, ""],
"flatted": ["flatted@3.2.7", "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz", {}, ""],
"fraction.js": ["fraction.js@4.2.0", "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz", {}, ""],
"fs.realpath": ["fs.realpath@1.0.0", "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz", {}, ""],
"fsevents": ["fsevents@2.3.2", "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz", { "os": "darwin" }, ""],
"function-bind": ["function-bind@1.1.1", "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz", {}, ""],
"function.prototype.name": ["function.prototype.name@1.1.5", "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.0", "functions-have-names": "^1.2.2" } }, ""],
"functional-red-black-tree": ["functional-red-black-tree@1.0.1", "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", {}, ""],
"functions-have-names": ["functions-have-names@1.2.3", "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz", {}, ""],
"get-intrinsic": ["get-intrinsic@1.1.3", "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz", { "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", "has-symbols": "^1.0.3" } }, ""],
"get-symbol-description": ["get-symbol-description@1.0.0", "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz", { "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" } }, ""],
"get-tsconfig": ["get-tsconfig@4.2.0", "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.2.0.tgz", {}, ""],
"glob": ["glob@7.1.7", "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""],
"glob-parent": ["glob-parent@6.0.2", "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz", { "dependencies": { "is-glob": "^4.0.3" } }, ""],
"globals": ["globals@13.17.0", "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz", { "dependencies": { "type-fest": "^0.20.2" } }, ""],
"globalyzer": ["globalyzer@0.1.0", "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz", {}, ""],
"globby": ["globby@13.1.2", "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz", { "dependencies": { "dir-glob": "^3.0.1", "fast-glob": "^3.2.11", "ignore": "^5.2.0", "merge2": "^1.4.1", "slash": "^4.0.0" } }, ""],
"globrex": ["globrex@0.1.2", "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz", {}, ""],
"graceful-fs": ["graceful-fs@4.2.10", "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz", {}, ""],
"has": ["has@1.0.3", "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz", { "dependencies": { "function-bind": "^1.1.1" } }, ""],
"has-bigints": ["has-bigints@1.0.2", "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz", {}, ""],
"has-flag": ["has-flag@4.0.0", "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz", {}, ""],
"has-property-descriptors": ["has-property-descriptors@1.0.0", "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", { "dependencies": { "get-intrinsic": "^1.1.1" } }, ""],
"has-symbols": ["has-symbols@1.0.3", "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz", {}, ""],
"has-tostringtag": ["has-tostringtag@1.0.0", "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz", { "dependencies": { "has-symbols": "^1.0.2" } }, ""],
"ignore": ["ignore@5.2.0", "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz", {}, ""],
"import-fresh": ["import-fresh@3.3.0", "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz", { "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" } }, ""],
"imurmurhash": ["imurmurhash@0.1.4", "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz", {}, ""],
"inflight": ["inflight@1.0.6", "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz", { "dependencies": { "once": "^1.3.0", "wrappy": "1" } }, ""],
"inherits": ["inherits@2.0.4", "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz", {}, ""],
"internal-slot": ["internal-slot@1.0.3", "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz", { "dependencies": { "get-intrinsic": "^1.1.0", "has": "^1.0.3", "side-channel": "^1.0.4" } }, ""],
"is-bigint": ["is-bigint@1.0.4", "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz", { "dependencies": { "has-bigints": "^1.0.1" } }, ""],
"is-binary-path": ["is-binary-path@2.1.0", "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz", { "dependencies": { "binary-extensions": "^2.0.0" } }, ""],
"is-boolean-object": ["is-boolean-object@1.1.2", "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz", { "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, ""],
"is-callable": ["is-callable@1.2.7", "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz", {}, ""],
"is-core-module": ["is-core-module@2.10.0", "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz", { "dependencies": { "has": "^1.0.3" } }, ""],
"is-date-object": ["is-date-object@1.0.5", "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz", { "dependencies": { "has-tostringtag": "^1.0.0" } }, ""],
"is-docker": ["is-docker@2.2.1", "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz", { "bin": "cli.js" }, ""],
"is-extglob": ["is-extglob@2.1.1", "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz", {}, ""],
"is-glob": ["is-glob@4.0.3", "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz", { "dependencies": { "is-extglob": "^2.1.1" } }, ""],
"is-negative-zero": ["is-negative-zero@2.0.2", "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz", {}, ""],
"is-number": ["is-number@7.0.0", "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz", {}, ""],
"is-number-object": ["is-number-object@1.0.7", "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz", { "dependencies": { "has-tostringtag": "^1.0.0" } }, ""],
"is-regex": ["is-regex@1.1.4", "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz", { "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" } }, ""],
"is-shared-array-buffer": ["is-shared-array-buffer@1.0.2", "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", { "dependencies": { "call-bind": "^1.0.2" } }, ""],
"is-string": ["is-string@1.0.7", "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz", { "dependencies": { "has-tostringtag": "^1.0.0" } }, ""],
"is-symbol": ["is-symbol@1.0.4", "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz", { "dependencies": { "has-symbols": "^1.0.2" } }, ""],
"is-weakref": ["is-weakref@1.0.2", "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz", { "dependencies": { "call-bind": "^1.0.2" } }, ""],
"is-wsl": ["is-wsl@2.2.0", "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz", { "dependencies": { "is-docker": "^2.0.0" } }, ""],
"isexe": ["isexe@2.0.0", "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz", {}, ""],
"js-tokens": ["js-tokens@4.0.0", "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz", {}, ""],
"js-yaml": ["js-yaml@4.1.0", "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz", { "dependencies": { "argparse": "^2.0.1" }, "bin": "bin/js-yaml.js" }, ""],
"json-schema-traverse": ["json-schema-traverse@0.4.1", "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", {}, ""],
"json-stable-stringify-without-jsonify": ["json-stable-stringify-without-jsonify@1.0.1", "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", {}, ""],
"json5": ["json5@1.0.1", "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz", { "dependencies": { "minimist": "^1.2.0" }, "bin": "lib/cli.js" }, ""],
"jsx-ast-utils": ["jsx-ast-utils@3.3.3", "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", { "dependencies": { "array-includes": "^3.1.5", "object.assign": "^4.1.3" } }, ""],
"language-subtag-registry": ["language-subtag-registry@0.3.22", "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", {}, ""],
"language-tags": ["language-tags@1.0.5", "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.5.tgz", { "dependencies": { "language-subtag-registry": "~0.3.2" } }, ""],
"levn": ["levn@0.4.1", "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz", { "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" } }, ""],
"lilconfig": ["lilconfig@2.0.6", "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz", {}, ""],
"lodash.merge": ["lodash.merge@4.6.2", "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz", {}, ""],
"loose-envify": ["loose-envify@1.4.0", "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz", { "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, "bin": "cli.js" }, ""],
"lru-cache": ["lru-cache@6.0.0", "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz", { "dependencies": { "yallist": "^4.0.0" } }, ""],
"merge2": ["merge2@1.4.1", "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz", {}, ""],
"micromatch": ["micromatch@4.0.5", "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz", { "dependencies": { "braces": "^3.0.2", "picomatch": "^2.3.1" } }, ""],
"minimatch": ["minimatch@3.1.2", "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""],
"minimist": ["minimist@1.2.6", "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz", {}, ""],
"ms": ["ms@2.1.2", "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz", {}, ""],
"nanoid": ["nanoid@3.3.4", "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz", { "bin": "bin/nanoid.cjs" }, ""],
"natural-compare": ["natural-compare@1.4.0", "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz", {}, ""],
"next": ["next@12.3.1", "https://registry.yarnpkg.com/next/-/next-12.3.1.tgz", { "dependencies": { "@next/env": "12.3.1", "@swc/helpers": "0.4.11", "caniuse-lite": "^1.0.30001406", "postcss": "8.4.14", "styled-jsx": "5.0.7", "use-sync-external-store": "1.2.0" }, "optionalDependencies": { "@next/swc-darwin-arm64": "12.3.1" }, "peerDependencies": { "fibers": ">= 3.1.0", "node-sass": "^6.0.0 || ^7.0.0", "react": "^17.0.2 || ^18.0.0-0", "react-dom": "^17.0.2 || ^18.0.0-0", "sass": "^1.3.0" }, "optionalPeers": ["fibers", "node-sass", "sass"], "bin": "dist/bin/next" }, ""],
"node-releases": ["node-releases@2.0.6", "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz", {}, ""],
"normalize-path": ["normalize-path@3.0.0", "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz", {}, ""],
"normalize-range": ["normalize-range@0.1.2", "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz", {}, ""],
"object-assign": ["object-assign@4.1.1", "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz", {}, ""],
"object-hash": ["object-hash@3.0.0", "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz", {}, ""],
"object-inspect": ["object-inspect@1.12.2", "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz", {}, ""],
"object-keys": ["object-keys@1.1.1", "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz", {}, ""],
"object.assign": ["object.assign@4.1.4", "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, ""],
"object.entries": ["object.entries@1.1.5", "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.1" } }, ""],
"object.fromentries": ["object.fromentries@2.0.5", "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.1" } }, ""],
"object.hasown": ["object.hasown@1.1.1", "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz", { "dependencies": { "define-properties": "^1.1.4", "es-abstract": "^1.19.5" } }, ""],
"object.values": ["object.values@1.1.5", "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.1" } }, ""],
"once": ["once@1.4.0", "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz", { "dependencies": { "wrappy": "1" } }, ""],
"open": ["open@8.4.0", "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz", { "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, ""],
"optionator": ["optionator@0.9.1", "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz", { "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", "type-check": "^0.4.0", "word-wrap": "^1.2.3" } }, ""],
"parent-module": ["parent-module@1.0.1", "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz", { "dependencies": { "callsites": "^3.0.0" } }, ""],
"path-is-absolute": ["path-is-absolute@1.0.1", "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", {}, ""],
"path-key": ["path-key@3.1.1", "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz", {}, ""],
"path-parse": ["path-parse@1.0.7", "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz", {}, ""],
"path-type": ["path-type@4.0.0", "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz", {}, ""],
"picocolors": ["picocolors@1.0.0", "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz", {}, ""],
"picomatch": ["picomatch@2.3.1", "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz", {}, ""],
"pify": ["pify@2.3.0", "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz", {}, ""],
"postcss": ["postcss@8.4.17", "https://registry.yarnpkg.com/postcss/-/postcss-8.4.17.tgz", { "dependencies": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } }, ""],
"postcss-import": ["postcss-import@14.1.0", "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz", { "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", "resolve": "^1.1.7" }, "peerDependencies": { "postcss": "^8.0.0" } }, ""],
"postcss-js": ["postcss-js@4.0.0", "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.0.tgz", { "dependencies": { "camelcase-css": "^2.0.1" }, "peerDependencies": { "postcss": "^8.3.3" } }, ""],
"postcss-load-config": ["postcss-load-config@3.1.4", "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz", { "dependencies": { "lilconfig": "^2.0.5", "yaml": "^1.10.2" }, "peerDependencies": { "postcss": ">=8.0.9", "ts-node": ">=9.0.0" }, "optionalPeers": ["ts-node"] }, ""],
"postcss-nested": ["postcss-nested@5.0.6", "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.6.tgz", { "dependencies": { "postcss-selector-parser": "^6.0.6" }, "peerDependencies": { "postcss": "^8.2.14" } }, ""],
"postcss-selector-parser": ["postcss-selector-parser@6.0.10", "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, ""],
"postcss-value-parser": ["postcss-value-parser@4.2.0", "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", {}, ""],
"prelude-ls": ["prelude-ls@1.2.1", "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz", {}, ""],
"prettier": ["prettier@2.7.1", "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz", { "bin": "bin-prettier.js" }, ""],
"prettier-linter-helpers": ["prettier-linter-helpers@1.0.0", "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", { "dependencies": { "fast-diff": "^1.1.2" } }, ""],
"prettier-plugin-tailwindcss": ["prettier-plugin-tailwindcss@0.1.13", "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", { "peerDependencies": { "prettier": ">=2.2.0" } }, ""],
"progress": ["progress@2.0.3", "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz", {}, ""],
"prop-types": ["prop-types@15.8.1", "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz", { "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" } }, ""],
"punycode": ["punycode@2.1.1", "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz", {}, ""],
"queue-microtask": ["queue-microtask@1.2.3", "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz", {}, ""],
"quick-lru": ["quick-lru@5.1.1", "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz", {}, ""],
"react": ["react@18.2.0", "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz", { "dependencies": { "loose-envify": "^1.1.0" } }, ""],
"react-dom": ["react-dom@18.2.0", "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz", { "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.0" }, "peerDependencies": { "react": "^18.2.0" } }, ""],
"react-is": ["react-is@16.13.1", "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz", {}, ""],
"read-cache": ["read-cache@1.0.0", "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz", { "dependencies": { "pify": "^2.3.0" } }, ""],
"readdirp": ["readdirp@3.6.0", "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz", { "dependencies": { "picomatch": "^2.2.1" } }, ""],
"regenerator-runtime": ["regenerator-runtime@0.13.10", "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz", {}, ""],
"regexp.prototype.flags": ["regexp.prototype.flags@1.4.3", "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "functions-have-names": "^1.2.2" } }, ""],
"regexpp": ["regexpp@3.2.0", "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz", {}, ""],
"resolve": ["resolve@1.22.1", "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz", { "dependencies": { "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": "bin/resolve" }, ""],
"resolve-from": ["resolve-from@4.0.0", "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz", {}, ""],
"reusify": ["reusify@1.0.4", "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz", {}, ""],
"rimraf": ["rimraf@3.0.2", "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz", { "dependencies": { "glob": "^7.1.3" }, "bin": "bin.js" }, ""],
"run-parallel": ["run-parallel@1.2.0", "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz", { "dependencies": { "queue-microtask": "^1.2.2" } }, ""],
"safe-regex-test": ["safe-regex-test@1.0.0", "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz", { "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", "is-regex": "^1.1.4" } }, ""],
"scheduler": ["scheduler@0.23.0", "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz", { "dependencies": { "loose-envify": "^1.1.0" } }, ""],
"semver": ["semver@7.3.7", "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz", { "dependencies": { "lru-cache": "^6.0.0" }, "bin": "bin/semver.js" }, ""],
"shebang-command": ["shebang-command@2.0.0", "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz", { "dependencies": { "shebang-regex": "^3.0.0" } }, ""],
"shebang-regex": ["shebang-regex@3.0.0", "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz", {}, ""],
"side-channel": ["side-channel@1.0.4", "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz", { "dependencies": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", "object-inspect": "^1.9.0" } }, ""],
"slash": ["slash@4.0.0", "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz", {}, ""],
"source-map-js": ["source-map-js@1.0.2", "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz", {}, ""],
"string.prototype.matchall": ["string.prototype.matchall@4.0.7", "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", "es-abstract": "^1.19.1", "get-intrinsic": "^1.1.1", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "regexp.prototype.flags": "^1.4.1", "side-channel": "^1.0.4" } }, ""],
"string.prototype.trimend": ["string.prototype.trimend@1.0.5", "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.19.5" } }, ""],
"string.prototype.trimstart": ["string.prototype.trimstart@1.0.5", "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", { "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "es-abstract": "^1.19.5" } }, ""],
"strip-ansi": ["strip-ansi@6.0.1", "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""],
"strip-bom": ["strip-bom@3.0.0", "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz", {}, ""],
"strip-json-comments": ["strip-json-comments@3.1.1", "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", {}, ""],
"styled-jsx": ["styled-jsx@5.0.7", "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.7.tgz", { "peerDependencies": { "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" } }, ""],
"supports-color": ["supports-color@7.2.0", "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz", { "dependencies": { "has-flag": "^4.0.0" } }, ""],
"supports-preserve-symlinks-flag": ["supports-preserve-symlinks-flag@1.0.0", "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", {}, ""],
"synckit": ["synckit@0.8.4", "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz", { "dependencies": { "@pkgr/utils": "^2.3.1", "tslib": "^2.4.0" } }, ""],
"tailwindcss": ["tailwindcss@3.1.8", "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.8.tgz", { "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", "color-name": "^1.1.4", "detective": "^5.2.1", "didyoumean": "^1.2.2", "dlv": "^1.1.3", "fast-glob": "^3.2.11", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "lilconfig": "^2.0.6", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.0.0", "postcss": "^8.4.14", "postcss-import": "^14.1.0", "postcss-js": "^4.0.0", "postcss-load-config": "^3.1.4", "postcss-nested": "5.0.6", "postcss-selector-parser": "^6.0.10", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", "resolve": "^1.22.1" }, "peerDependencies": { "postcss": "^8.0.9" }, "bin": { "tailwind": "lib/cli.js", "tailwindcss": "lib/cli.js" } }, ""],
"tapable": ["tapable@2.2.1", "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz", {}, ""],
"text-table": ["text-table@0.2.0", "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz", {}, ""],
"tiny-glob": ["tiny-glob@0.2.9", "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz", { "dependencies": { "globalyzer": "0.1.0", "globrex": "^0.1.2" } }, ""],
"to-regex-range": ["to-regex-range@5.0.1", "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz", { "dependencies": { "is-number": "^7.0.0" } }, ""],
"tsconfig-paths": ["tsconfig-paths@3.14.1", "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", { "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.1", "minimist": "^1.2.6", "strip-bom": "^3.0.0" } }, ""],
"tslib": ["tslib@1.14.1", "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz", {}, ""],
"tsutils": ["tsutils@3.21.0", "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz", { "dependencies": { "tslib": "^1.8.1" }, "peerDependencies": { "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" } }, ""],
"type-check": ["type-check@0.4.0", "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz", { "dependencies": { "prelude-ls": "^1.2.1" } }, ""],
"type-fest": ["type-fest@0.20.2", "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz", {}, ""],
"typescript": ["typescript@4.8.4", "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, ""],
"unbox-primitive": ["unbox-primitive@1.0.2", "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz", { "dependencies": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" } }, ""],
"update-browserslist-db": ["update-browserslist-db@1.0.9", "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz", { "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0" }, "peerDependencies": { "browserslist": ">= 4.21.0" }, "bin": { "browserslist-lint": "cli.js" } }, ""],
"uri-js": ["uri-js@4.4.1", "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz", { "dependencies": { "punycode": "^2.1.0" } }, ""],
"use-sync-external-store": ["use-sync-external-store@1.2.0", "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", { "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, ""],
"util-deprecate": ["util-deprecate@1.0.2", "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz", {}, ""],
"v8-compile-cache": ["v8-compile-cache@2.3.0", "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", {}, ""],
"which": ["which@2.0.2", "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" } }, ""],
"which-boxed-primitive": ["which-boxed-primitive@1.0.2", "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", { "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", "is-number-object": "^1.0.4", "is-string": "^1.0.5", "is-symbol": "^1.0.3" } }, ""],
"word-wrap": ["word-wrap@1.2.3", "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz", {}, ""],
"wrappy": ["wrappy@1.0.2", "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz", {}, ""],
"xtend": ["xtend@4.0.2", "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz", {}, ""],
"yallist": ["yallist@4.0.0", "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz", {}, ""],
"yaml": ["yaml@2.1.2", "https://registry.yarnpkg.com/yaml/-/yaml-2.1.2.tgz", {}, ""],
"@pkgr/utils/tslib": ["tslib@2.4.0", "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz", {}, ""],
"@swc/helpers/tslib": ["tslib@2.4.0", "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz", {}, ""],
"@typescript-eslint/typescript-estree/globby": ["globby@11.1.0", "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz", { "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", "fast-glob": "^3.2.9", "ignore": "^5.2.0", "merge2": "^1.4.1", "slash": "^3.0.0" } }, ""],
"@typescript-eslint/utils/eslint-scope": ["eslint-scope@5.1.1", "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" } }, ""],
"acorn-node/acorn": ["acorn@7.4.1", "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz", { "bin": "bin/acorn" }, ""],
"chokidar/glob-parent": ["glob-parent@5.1.2", "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz", { "dependencies": { "is-glob": "^4.0.1" } }, ""],
"eslint/ignore": ["ignore@4.0.6", "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz", {}, ""],
"eslint-config-airbnb-base/semver": ["semver@6.3.0", "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz", { "bin": "bin/semver.js" }, ""],
"eslint-config-next/eslint-import-resolver-typescript": ["eslint-import-resolver-typescript@2.7.1", "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz", { "dependencies": { "debug": "^4.3.4", "glob": "^7.2.0", "is-glob": "^4.0.3", "resolve": "^1.22.0", "tsconfig-paths": "^3.14.1" }, "peerDependencies": { "eslint": "*", "eslint-plugin-import": "*" } }, ""],
"eslint-import-resolver-node/debug": ["debug@3.2.7", "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz", { "dependencies": { "ms": "^2.1.1" } }, ""],
"eslint-module-utils/debug": ["debug@3.2.7", "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz", { "dependencies": { "ms": "^2.1.1" } }, ""],
"eslint-plugin-import/debug": ["debug@2.6.9", "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz", { "dependencies": { "ms": "2.0.0" } }, ""],
"eslint-plugin-import/doctrine": ["doctrine@2.1.0", "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz", { "dependencies": { "esutils": "^2.0.2" } }, ""],
"eslint-plugin-jsx-a11y/semver": ["semver@6.3.0", "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz", { "bin": "bin/semver.js" }, ""],
"eslint-plugin-react/doctrine": ["doctrine@2.1.0", "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz", { "dependencies": { "esutils": "^2.0.2" } }, ""],
"eslint-plugin-react/resolve": ["resolve@2.0.0-next.4", "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz", { "dependencies": { "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": "bin/resolve" }, ""],
"eslint-plugin-react/semver": ["semver@6.3.0", "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz", { "bin": "bin/semver.js" }, ""],
"eslint-utils/eslint-visitor-keys": ["eslint-visitor-keys@2.1.0", "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", {}, ""],
"fast-glob/glob-parent": ["glob-parent@5.1.2", "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz", { "dependencies": { "is-glob": "^4.0.1" } }, ""],
"next/postcss": ["postcss@8.4.14", "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz", { "dependencies": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } }, ""],
"postcss-load-config/yaml": ["yaml@1.10.2", "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz", {}, ""],
"synckit/tslib": ["tslib@2.4.0", "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz", {}, ""],
"@typescript-eslint/typescript-estree/globby/slash": ["slash@3.0.0", "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz", {}, ""],
"@typescript-eslint/utils/eslint-scope/estraverse": ["estraverse@4.3.0", "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz", {}, ""],
"eslint-config-next/eslint-import-resolver-typescript/glob": ["glob@7.2.3", "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""],
"eslint-plugin-import/debug/ms": ["ms@2.0.0", "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz", {}, ""],
}
}