solmate-skills 2.0.1 → 2.0.3

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.
@@ -0,0 +1,1685 @@
1
+ {
2
+ "name": "k-skill",
3
+ "lockfileVersion": 3,
4
+ "requires": true,
5
+ "packages": {
6
+ "": {
7
+ "name": "k-skill",
8
+ "workspaces": [
9
+ "packages/*"
10
+ ],
11
+ "devDependencies": {
12
+ "@changesets/cli": "^2.29.5",
13
+ "@types/node": "^22.14.1",
14
+ "typescript": "^5.8.2"
15
+ },
16
+ "engines": {
17
+ "node": ">=18"
18
+ }
19
+ },
20
+ "node_modules/@babel/runtime": {
21
+ "version": "7.29.2",
22
+ "dev": true,
23
+ "license": "MIT",
24
+ "engines": {
25
+ "node": ">=6.9.0"
26
+ }
27
+ },
28
+ "node_modules/@changesets/apply-release-plan": {
29
+ "version": "7.1.0",
30
+ "dev": true,
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "@changesets/config": "^3.1.3",
34
+ "@changesets/get-version-range-type": "^0.4.0",
35
+ "@changesets/git": "^3.0.4",
36
+ "@changesets/should-skip-package": "^0.1.2",
37
+ "@changesets/types": "^6.1.0",
38
+ "@manypkg/get-packages": "^1.1.3",
39
+ "detect-indent": "^6.0.0",
40
+ "fs-extra": "^7.0.1",
41
+ "lodash.startcase": "^4.4.0",
42
+ "outdent": "^0.5.0",
43
+ "prettier": "^2.7.1",
44
+ "resolve-from": "^5.0.0",
45
+ "semver": "^7.5.3"
46
+ }
47
+ },
48
+ "node_modules/@changesets/assemble-release-plan": {
49
+ "version": "6.0.9",
50
+ "dev": true,
51
+ "license": "MIT",
52
+ "dependencies": {
53
+ "@changesets/errors": "^0.2.0",
54
+ "@changesets/get-dependents-graph": "^2.1.3",
55
+ "@changesets/should-skip-package": "^0.1.2",
56
+ "@changesets/types": "^6.1.0",
57
+ "@manypkg/get-packages": "^1.1.3",
58
+ "semver": "^7.5.3"
59
+ }
60
+ },
61
+ "node_modules/@changesets/changelog-git": {
62
+ "version": "0.2.1",
63
+ "dev": true,
64
+ "license": "MIT",
65
+ "dependencies": {
66
+ "@changesets/types": "^6.1.0"
67
+ }
68
+ },
69
+ "node_modules/@changesets/cli": {
70
+ "version": "2.30.0",
71
+ "dev": true,
72
+ "license": "MIT",
73
+ "dependencies": {
74
+ "@changesets/apply-release-plan": "^7.1.0",
75
+ "@changesets/assemble-release-plan": "^6.0.9",
76
+ "@changesets/changelog-git": "^0.2.1",
77
+ "@changesets/config": "^3.1.3",
78
+ "@changesets/errors": "^0.2.0",
79
+ "@changesets/get-dependents-graph": "^2.1.3",
80
+ "@changesets/get-release-plan": "^4.0.15",
81
+ "@changesets/git": "^3.0.4",
82
+ "@changesets/logger": "^0.1.1",
83
+ "@changesets/pre": "^2.0.2",
84
+ "@changesets/read": "^0.6.7",
85
+ "@changesets/should-skip-package": "^0.1.2",
86
+ "@changesets/types": "^6.1.0",
87
+ "@changesets/write": "^0.4.0",
88
+ "@inquirer/external-editor": "^1.0.2",
89
+ "@manypkg/get-packages": "^1.1.3",
90
+ "ansi-colors": "^4.1.3",
91
+ "enquirer": "^2.4.1",
92
+ "fs-extra": "^7.0.1",
93
+ "mri": "^1.2.0",
94
+ "package-manager-detector": "^0.2.0",
95
+ "picocolors": "^1.1.0",
96
+ "resolve-from": "^5.0.0",
97
+ "semver": "^7.5.3",
98
+ "spawndamnit": "^3.0.1",
99
+ "term-size": "^2.1.0"
100
+ },
101
+ "bin": {
102
+ "changeset": "bin.js"
103
+ }
104
+ },
105
+ "node_modules/@changesets/config": {
106
+ "version": "3.1.3",
107
+ "dev": true,
108
+ "license": "MIT",
109
+ "dependencies": {
110
+ "@changesets/errors": "^0.2.0",
111
+ "@changesets/get-dependents-graph": "^2.1.3",
112
+ "@changesets/logger": "^0.1.1",
113
+ "@changesets/should-skip-package": "^0.1.2",
114
+ "@changesets/types": "^6.1.0",
115
+ "@manypkg/get-packages": "^1.1.3",
116
+ "fs-extra": "^7.0.1",
117
+ "micromatch": "^4.0.8"
118
+ }
119
+ },
120
+ "node_modules/@changesets/errors": {
121
+ "version": "0.2.0",
122
+ "dev": true,
123
+ "license": "MIT",
124
+ "dependencies": {
125
+ "extendable-error": "^0.1.5"
126
+ }
127
+ },
128
+ "node_modules/@changesets/get-dependents-graph": {
129
+ "version": "2.1.3",
130
+ "dev": true,
131
+ "license": "MIT",
132
+ "dependencies": {
133
+ "@changesets/types": "^6.1.0",
134
+ "@manypkg/get-packages": "^1.1.3",
135
+ "picocolors": "^1.1.0",
136
+ "semver": "^7.5.3"
137
+ }
138
+ },
139
+ "node_modules/@changesets/get-release-plan": {
140
+ "version": "4.0.15",
141
+ "dev": true,
142
+ "license": "MIT",
143
+ "dependencies": {
144
+ "@changesets/assemble-release-plan": "^6.0.9",
145
+ "@changesets/config": "^3.1.3",
146
+ "@changesets/pre": "^2.0.2",
147
+ "@changesets/read": "^0.6.7",
148
+ "@changesets/types": "^6.1.0",
149
+ "@manypkg/get-packages": "^1.1.3"
150
+ }
151
+ },
152
+ "node_modules/@changesets/get-version-range-type": {
153
+ "version": "0.4.0",
154
+ "dev": true,
155
+ "license": "MIT"
156
+ },
157
+ "node_modules/@changesets/git": {
158
+ "version": "3.0.4",
159
+ "dev": true,
160
+ "license": "MIT",
161
+ "dependencies": {
162
+ "@changesets/errors": "^0.2.0",
163
+ "@manypkg/get-packages": "^1.1.3",
164
+ "is-subdir": "^1.1.1",
165
+ "micromatch": "^4.0.8",
166
+ "spawndamnit": "^3.0.1"
167
+ }
168
+ },
169
+ "node_modules/@changesets/logger": {
170
+ "version": "0.1.1",
171
+ "dev": true,
172
+ "license": "MIT",
173
+ "dependencies": {
174
+ "picocolors": "^1.1.0"
175
+ }
176
+ },
177
+ "node_modules/@changesets/parse": {
178
+ "version": "0.4.3",
179
+ "dev": true,
180
+ "license": "MIT",
181
+ "dependencies": {
182
+ "@changesets/types": "^6.1.0",
183
+ "js-yaml": "^4.1.1"
184
+ }
185
+ },
186
+ "node_modules/@changesets/pre": {
187
+ "version": "2.0.2",
188
+ "dev": true,
189
+ "license": "MIT",
190
+ "dependencies": {
191
+ "@changesets/errors": "^0.2.0",
192
+ "@changesets/types": "^6.1.0",
193
+ "@manypkg/get-packages": "^1.1.3",
194
+ "fs-extra": "^7.0.1"
195
+ }
196
+ },
197
+ "node_modules/@changesets/read": {
198
+ "version": "0.6.7",
199
+ "dev": true,
200
+ "license": "MIT",
201
+ "dependencies": {
202
+ "@changesets/git": "^3.0.4",
203
+ "@changesets/logger": "^0.1.1",
204
+ "@changesets/parse": "^0.4.3",
205
+ "@changesets/types": "^6.1.0",
206
+ "fs-extra": "^7.0.1",
207
+ "p-filter": "^2.1.0",
208
+ "picocolors": "^1.1.0"
209
+ }
210
+ },
211
+ "node_modules/@changesets/should-skip-package": {
212
+ "version": "0.1.2",
213
+ "dev": true,
214
+ "license": "MIT",
215
+ "dependencies": {
216
+ "@changesets/types": "^6.1.0",
217
+ "@manypkg/get-packages": "^1.1.3"
218
+ }
219
+ },
220
+ "node_modules/@changesets/types": {
221
+ "version": "6.1.0",
222
+ "dev": true,
223
+ "license": "MIT"
224
+ },
225
+ "node_modules/@changesets/write": {
226
+ "version": "0.4.0",
227
+ "dev": true,
228
+ "license": "MIT",
229
+ "dependencies": {
230
+ "@changesets/types": "^6.1.0",
231
+ "fs-extra": "^7.0.1",
232
+ "human-id": "^4.1.1",
233
+ "prettier": "^2.7.1"
234
+ }
235
+ },
236
+ "node_modules/@fastify/ajv-compiler": {
237
+ "version": "4.0.5",
238
+ "funding": [
239
+ {
240
+ "type": "github",
241
+ "url": "https://github.com/sponsors/fastify"
242
+ },
243
+ {
244
+ "type": "opencollective",
245
+ "url": "https://opencollective.com/fastify"
246
+ }
247
+ ],
248
+ "license": "MIT",
249
+ "dependencies": {
250
+ "ajv": "^8.12.0",
251
+ "ajv-formats": "^3.0.1",
252
+ "fast-uri": "^3.0.0"
253
+ }
254
+ },
255
+ "node_modules/@fastify/error": {
256
+ "version": "4.2.0",
257
+ "funding": [
258
+ {
259
+ "type": "github",
260
+ "url": "https://github.com/sponsors/fastify"
261
+ },
262
+ {
263
+ "type": "opencollective",
264
+ "url": "https://opencollective.com/fastify"
265
+ }
266
+ ],
267
+ "license": "MIT"
268
+ },
269
+ "node_modules/@fastify/fast-json-stringify-compiler": {
270
+ "version": "5.0.3",
271
+ "funding": [
272
+ {
273
+ "type": "github",
274
+ "url": "https://github.com/sponsors/fastify"
275
+ },
276
+ {
277
+ "type": "opencollective",
278
+ "url": "https://opencollective.com/fastify"
279
+ }
280
+ ],
281
+ "license": "MIT",
282
+ "dependencies": {
283
+ "fast-json-stringify": "^6.0.0"
284
+ }
285
+ },
286
+ "node_modules/@fastify/forwarded": {
287
+ "version": "3.0.1",
288
+ "funding": [
289
+ {
290
+ "type": "github",
291
+ "url": "https://github.com/sponsors/fastify"
292
+ },
293
+ {
294
+ "type": "opencollective",
295
+ "url": "https://opencollective.com/fastify"
296
+ }
297
+ ],
298
+ "license": "MIT"
299
+ },
300
+ "node_modules/@fastify/merge-json-schemas": {
301
+ "version": "0.2.1",
302
+ "funding": [
303
+ {
304
+ "type": "github",
305
+ "url": "https://github.com/sponsors/fastify"
306
+ },
307
+ {
308
+ "type": "opencollective",
309
+ "url": "https://opencollective.com/fastify"
310
+ }
311
+ ],
312
+ "license": "MIT",
313
+ "dependencies": {
314
+ "dequal": "^2.0.3"
315
+ }
316
+ },
317
+ "node_modules/@fastify/proxy-addr": {
318
+ "version": "5.1.0",
319
+ "funding": [
320
+ {
321
+ "type": "github",
322
+ "url": "https://github.com/sponsors/fastify"
323
+ },
324
+ {
325
+ "type": "opencollective",
326
+ "url": "https://opencollective.com/fastify"
327
+ }
328
+ ],
329
+ "license": "MIT",
330
+ "dependencies": {
331
+ "@fastify/forwarded": "^3.0.0",
332
+ "ipaddr.js": "^2.1.0"
333
+ }
334
+ },
335
+ "node_modules/@inquirer/external-editor": {
336
+ "version": "1.0.3",
337
+ "dev": true,
338
+ "license": "MIT",
339
+ "dependencies": {
340
+ "chardet": "^2.1.1",
341
+ "iconv-lite": "^0.7.0"
342
+ },
343
+ "engines": {
344
+ "node": ">=18"
345
+ },
346
+ "peerDependencies": {
347
+ "@types/node": ">=18"
348
+ },
349
+ "peerDependenciesMeta": {
350
+ "@types/node": {
351
+ "optional": true
352
+ }
353
+ }
354
+ },
355
+ "node_modules/@manypkg/find-root": {
356
+ "version": "1.1.0",
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "dependencies": {
360
+ "@babel/runtime": "^7.5.5",
361
+ "@types/node": "^12.7.1",
362
+ "find-up": "^4.1.0",
363
+ "fs-extra": "^8.1.0"
364
+ }
365
+ },
366
+ "node_modules/@manypkg/find-root/node_modules/@types/node": {
367
+ "version": "12.20.55",
368
+ "dev": true,
369
+ "license": "MIT"
370
+ },
371
+ "node_modules/@manypkg/find-root/node_modules/fs-extra": {
372
+ "version": "8.1.0",
373
+ "dev": true,
374
+ "license": "MIT",
375
+ "dependencies": {
376
+ "graceful-fs": "^4.2.0",
377
+ "jsonfile": "^4.0.0",
378
+ "universalify": "^0.1.0"
379
+ },
380
+ "engines": {
381
+ "node": ">=6 <7 || >=8"
382
+ }
383
+ },
384
+ "node_modules/@manypkg/get-packages": {
385
+ "version": "1.1.3",
386
+ "dev": true,
387
+ "license": "MIT",
388
+ "dependencies": {
389
+ "@babel/runtime": "^7.5.5",
390
+ "@changesets/types": "^4.0.1",
391
+ "@manypkg/find-root": "^1.1.0",
392
+ "fs-extra": "^8.1.0",
393
+ "globby": "^11.0.0",
394
+ "read-yaml-file": "^1.1.0"
395
+ }
396
+ },
397
+ "node_modules/@manypkg/get-packages/node_modules/@changesets/types": {
398
+ "version": "4.1.0",
399
+ "dev": true,
400
+ "license": "MIT"
401
+ },
402
+ "node_modules/@manypkg/get-packages/node_modules/fs-extra": {
403
+ "version": "8.1.0",
404
+ "dev": true,
405
+ "license": "MIT",
406
+ "dependencies": {
407
+ "graceful-fs": "^4.2.0",
408
+ "jsonfile": "^4.0.0",
409
+ "universalify": "^0.1.0"
410
+ },
411
+ "engines": {
412
+ "node": ">=6 <7 || >=8"
413
+ }
414
+ },
415
+ "node_modules/@nodelib/fs.scandir": {
416
+ "version": "2.1.5",
417
+ "dev": true,
418
+ "license": "MIT",
419
+ "dependencies": {
420
+ "@nodelib/fs.stat": "2.0.5",
421
+ "run-parallel": "^1.1.9"
422
+ },
423
+ "engines": {
424
+ "node": ">= 8"
425
+ }
426
+ },
427
+ "node_modules/@nodelib/fs.stat": {
428
+ "version": "2.0.5",
429
+ "dev": true,
430
+ "license": "MIT",
431
+ "engines": {
432
+ "node": ">= 8"
433
+ }
434
+ },
435
+ "node_modules/@nodelib/fs.walk": {
436
+ "version": "1.2.8",
437
+ "dev": true,
438
+ "license": "MIT",
439
+ "dependencies": {
440
+ "@nodelib/fs.scandir": "2.1.5",
441
+ "fastq": "^1.6.0"
442
+ },
443
+ "engines": {
444
+ "node": ">= 8"
445
+ }
446
+ },
447
+ "node_modules/@pinojs/redact": {
448
+ "version": "0.4.0",
449
+ "license": "MIT"
450
+ },
451
+ "node_modules/@types/node": {
452
+ "version": "22.19.15",
453
+ "dev": true,
454
+ "license": "MIT",
455
+ "dependencies": {
456
+ "undici-types": "~6.21.0"
457
+ }
458
+ },
459
+ "node_modules/abstract-logging": {
460
+ "version": "2.0.1",
461
+ "license": "MIT"
462
+ },
463
+ "node_modules/ajv": {
464
+ "version": "8.18.0",
465
+ "license": "MIT",
466
+ "dependencies": {
467
+ "fast-deep-equal": "^3.1.3",
468
+ "fast-uri": "^3.0.1",
469
+ "json-schema-traverse": "^1.0.0",
470
+ "require-from-string": "^2.0.2"
471
+ },
472
+ "funding": {
473
+ "type": "github",
474
+ "url": "https://github.com/sponsors/epoberezkin"
475
+ }
476
+ },
477
+ "node_modules/ajv-formats": {
478
+ "version": "3.0.1",
479
+ "license": "MIT",
480
+ "dependencies": {
481
+ "ajv": "^8.0.0"
482
+ },
483
+ "peerDependencies": {
484
+ "ajv": "^8.0.0"
485
+ },
486
+ "peerDependenciesMeta": {
487
+ "ajv": {
488
+ "optional": true
489
+ }
490
+ }
491
+ },
492
+ "node_modules/ansi-colors": {
493
+ "version": "4.1.3",
494
+ "dev": true,
495
+ "license": "MIT",
496
+ "engines": {
497
+ "node": ">=6"
498
+ }
499
+ },
500
+ "node_modules/ansi-regex": {
501
+ "version": "5.0.1",
502
+ "dev": true,
503
+ "license": "MIT",
504
+ "engines": {
505
+ "node": ">=8"
506
+ }
507
+ },
508
+ "node_modules/argparse": {
509
+ "version": "2.0.1",
510
+ "dev": true,
511
+ "license": "Python-2.0"
512
+ },
513
+ "node_modules/array-union": {
514
+ "version": "2.1.0",
515
+ "dev": true,
516
+ "license": "MIT",
517
+ "engines": {
518
+ "node": ">=8"
519
+ }
520
+ },
521
+ "node_modules/atomic-sleep": {
522
+ "version": "1.0.0",
523
+ "license": "MIT",
524
+ "engines": {
525
+ "node": ">=8.0.0"
526
+ }
527
+ },
528
+ "node_modules/avvio": {
529
+ "version": "9.2.0",
530
+ "funding": [
531
+ {
532
+ "type": "github",
533
+ "url": "https://github.com/sponsors/fastify"
534
+ },
535
+ {
536
+ "type": "opencollective",
537
+ "url": "https://opencollective.com/fastify"
538
+ }
539
+ ],
540
+ "license": "MIT",
541
+ "dependencies": {
542
+ "@fastify/error": "^4.0.0",
543
+ "fastq": "^1.17.1"
544
+ }
545
+ },
546
+ "node_modules/better-path-resolve": {
547
+ "version": "1.0.0",
548
+ "dev": true,
549
+ "license": "MIT",
550
+ "dependencies": {
551
+ "is-windows": "^1.0.0"
552
+ },
553
+ "engines": {
554
+ "node": ">=4"
555
+ }
556
+ },
557
+ "node_modules/blue-ribbon-nearby": {
558
+ "resolved": "packages/blue-ribbon-nearby",
559
+ "link": true
560
+ },
561
+ "node_modules/braces": {
562
+ "version": "3.0.3",
563
+ "dev": true,
564
+ "license": "MIT",
565
+ "dependencies": {
566
+ "fill-range": "^7.1.1"
567
+ },
568
+ "engines": {
569
+ "node": ">=8"
570
+ }
571
+ },
572
+ "node_modules/chardet": {
573
+ "version": "2.1.1",
574
+ "dev": true,
575
+ "license": "MIT"
576
+ },
577
+ "node_modules/cookie": {
578
+ "version": "1.1.1",
579
+ "license": "MIT",
580
+ "engines": {
581
+ "node": ">=18"
582
+ },
583
+ "funding": {
584
+ "type": "opencollective",
585
+ "url": "https://opencollective.com/express"
586
+ }
587
+ },
588
+ "node_modules/coupang-product-search": {
589
+ "resolved": "packages/coupang-product-search",
590
+ "link": true
591
+ },
592
+ "node_modules/cross-spawn": {
593
+ "version": "7.0.6",
594
+ "dev": true,
595
+ "license": "MIT",
596
+ "dependencies": {
597
+ "path-key": "^3.1.0",
598
+ "shebang-command": "^2.0.0",
599
+ "which": "^2.0.1"
600
+ },
601
+ "engines": {
602
+ "node": ">= 8"
603
+ }
604
+ },
605
+ "node_modules/daiso-product-search": {
606
+ "resolved": "packages/daiso-product-search",
607
+ "link": true
608
+ },
609
+ "node_modules/dequal": {
610
+ "version": "2.0.3",
611
+ "license": "MIT",
612
+ "engines": {
613
+ "node": ">=6"
614
+ }
615
+ },
616
+ "node_modules/detect-indent": {
617
+ "version": "6.1.0",
618
+ "dev": true,
619
+ "license": "MIT",
620
+ "engines": {
621
+ "node": ">=8"
622
+ }
623
+ },
624
+ "node_modules/dir-glob": {
625
+ "version": "3.0.1",
626
+ "dev": true,
627
+ "license": "MIT",
628
+ "dependencies": {
629
+ "path-type": "^4.0.0"
630
+ },
631
+ "engines": {
632
+ "node": ">=8"
633
+ }
634
+ },
635
+ "node_modules/enquirer": {
636
+ "version": "2.4.1",
637
+ "dev": true,
638
+ "license": "MIT",
639
+ "dependencies": {
640
+ "ansi-colors": "^4.1.1",
641
+ "strip-ansi": "^6.0.1"
642
+ },
643
+ "engines": {
644
+ "node": ">=8.6"
645
+ }
646
+ },
647
+ "node_modules/esprima": {
648
+ "version": "4.0.1",
649
+ "dev": true,
650
+ "license": "BSD-2-Clause",
651
+ "bin": {
652
+ "esparse": "bin/esparse.js",
653
+ "esvalidate": "bin/esvalidate.js"
654
+ },
655
+ "engines": {
656
+ "node": ">=4"
657
+ }
658
+ },
659
+ "node_modules/extendable-error": {
660
+ "version": "0.1.7",
661
+ "dev": true,
662
+ "license": "MIT"
663
+ },
664
+ "node_modules/fast-decode-uri-component": {
665
+ "version": "1.0.1",
666
+ "license": "MIT"
667
+ },
668
+ "node_modules/fast-deep-equal": {
669
+ "version": "3.1.3",
670
+ "license": "MIT"
671
+ },
672
+ "node_modules/fast-glob": {
673
+ "version": "3.3.3",
674
+ "dev": true,
675
+ "license": "MIT",
676
+ "dependencies": {
677
+ "@nodelib/fs.stat": "^2.0.2",
678
+ "@nodelib/fs.walk": "^1.2.3",
679
+ "glob-parent": "^5.1.2",
680
+ "merge2": "^1.3.0",
681
+ "micromatch": "^4.0.8"
682
+ },
683
+ "engines": {
684
+ "node": ">=8.6.0"
685
+ }
686
+ },
687
+ "node_modules/fast-json-stringify": {
688
+ "version": "6.3.0",
689
+ "funding": [
690
+ {
691
+ "type": "github",
692
+ "url": "https://github.com/sponsors/fastify"
693
+ },
694
+ {
695
+ "type": "opencollective",
696
+ "url": "https://opencollective.com/fastify"
697
+ }
698
+ ],
699
+ "license": "MIT",
700
+ "dependencies": {
701
+ "@fastify/merge-json-schemas": "^0.2.0",
702
+ "ajv": "^8.12.0",
703
+ "ajv-formats": "^3.0.1",
704
+ "fast-uri": "^3.0.0",
705
+ "json-schema-ref-resolver": "^3.0.0",
706
+ "rfdc": "^1.2.0"
707
+ }
708
+ },
709
+ "node_modules/fast-querystring": {
710
+ "version": "1.1.2",
711
+ "license": "MIT",
712
+ "dependencies": {
713
+ "fast-decode-uri-component": "^1.0.1"
714
+ }
715
+ },
716
+ "node_modules/fast-uri": {
717
+ "version": "3.1.0",
718
+ "funding": [
719
+ {
720
+ "type": "github",
721
+ "url": "https://github.com/sponsors/fastify"
722
+ },
723
+ {
724
+ "type": "opencollective",
725
+ "url": "https://opencollective.com/fastify"
726
+ }
727
+ ],
728
+ "license": "BSD-3-Clause"
729
+ },
730
+ "node_modules/fastify": {
731
+ "version": "5.8.4",
732
+ "funding": [
733
+ {
734
+ "type": "github",
735
+ "url": "https://github.com/sponsors/fastify"
736
+ },
737
+ {
738
+ "type": "opencollective",
739
+ "url": "https://opencollective.com/fastify"
740
+ }
741
+ ],
742
+ "license": "MIT",
743
+ "dependencies": {
744
+ "@fastify/ajv-compiler": "^4.0.5",
745
+ "@fastify/error": "^4.0.0",
746
+ "@fastify/fast-json-stringify-compiler": "^5.0.0",
747
+ "@fastify/proxy-addr": "^5.0.0",
748
+ "abstract-logging": "^2.0.1",
749
+ "avvio": "^9.0.0",
750
+ "fast-json-stringify": "^6.0.0",
751
+ "find-my-way": "^9.0.0",
752
+ "light-my-request": "^6.0.0",
753
+ "pino": "^9.14.0 || ^10.1.0",
754
+ "process-warning": "^5.0.0",
755
+ "rfdc": "^1.3.1",
756
+ "secure-json-parse": "^4.0.0",
757
+ "semver": "^7.6.0",
758
+ "toad-cache": "^3.7.0"
759
+ }
760
+ },
761
+ "node_modules/fastq": {
762
+ "version": "1.20.1",
763
+ "license": "ISC",
764
+ "dependencies": {
765
+ "reusify": "^1.0.4"
766
+ }
767
+ },
768
+ "node_modules/fill-range": {
769
+ "version": "7.1.1",
770
+ "dev": true,
771
+ "license": "MIT",
772
+ "dependencies": {
773
+ "to-regex-range": "^5.0.1"
774
+ },
775
+ "engines": {
776
+ "node": ">=8"
777
+ }
778
+ },
779
+ "node_modules/find-my-way": {
780
+ "version": "9.5.0",
781
+ "license": "MIT",
782
+ "dependencies": {
783
+ "fast-deep-equal": "^3.1.3",
784
+ "fast-querystring": "^1.0.0",
785
+ "safe-regex2": "^5.0.0"
786
+ },
787
+ "engines": {
788
+ "node": ">=20"
789
+ }
790
+ },
791
+ "node_modules/find-up": {
792
+ "version": "4.1.0",
793
+ "dev": true,
794
+ "license": "MIT",
795
+ "dependencies": {
796
+ "locate-path": "^5.0.0",
797
+ "path-exists": "^4.0.0"
798
+ },
799
+ "engines": {
800
+ "node": ">=8"
801
+ }
802
+ },
803
+ "node_modules/fs-extra": {
804
+ "version": "7.0.1",
805
+ "dev": true,
806
+ "license": "MIT",
807
+ "dependencies": {
808
+ "graceful-fs": "^4.1.2",
809
+ "jsonfile": "^4.0.0",
810
+ "universalify": "^0.1.0"
811
+ },
812
+ "engines": {
813
+ "node": ">=6 <7 || >=8"
814
+ }
815
+ },
816
+ "node_modules/glob-parent": {
817
+ "version": "5.1.2",
818
+ "dev": true,
819
+ "license": "ISC",
820
+ "dependencies": {
821
+ "is-glob": "^4.0.1"
822
+ },
823
+ "engines": {
824
+ "node": ">= 6"
825
+ }
826
+ },
827
+ "node_modules/globby": {
828
+ "version": "11.1.0",
829
+ "dev": true,
830
+ "license": "MIT",
831
+ "dependencies": {
832
+ "array-union": "^2.1.0",
833
+ "dir-glob": "^3.0.1",
834
+ "fast-glob": "^3.2.9",
835
+ "ignore": "^5.2.0",
836
+ "merge2": "^1.4.1",
837
+ "slash": "^3.0.0"
838
+ },
839
+ "engines": {
840
+ "node": ">=10"
841
+ },
842
+ "funding": {
843
+ "url": "https://github.com/sponsors/sindresorhus"
844
+ }
845
+ },
846
+ "node_modules/graceful-fs": {
847
+ "version": "4.2.11",
848
+ "dev": true,
849
+ "license": "ISC"
850
+ },
851
+ "node_modules/human-id": {
852
+ "version": "4.1.3",
853
+ "dev": true,
854
+ "license": "MIT",
855
+ "bin": {
856
+ "human-id": "dist/cli.js"
857
+ }
858
+ },
859
+ "node_modules/iconv-lite": {
860
+ "version": "0.7.2",
861
+ "dev": true,
862
+ "license": "MIT",
863
+ "dependencies": {
864
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
865
+ },
866
+ "engines": {
867
+ "node": ">=0.10.0"
868
+ },
869
+ "funding": {
870
+ "type": "opencollective",
871
+ "url": "https://opencollective.com/express"
872
+ }
873
+ },
874
+ "node_modules/ignore": {
875
+ "version": "5.3.2",
876
+ "dev": true,
877
+ "license": "MIT",
878
+ "engines": {
879
+ "node": ">= 4"
880
+ }
881
+ },
882
+ "node_modules/ipaddr.js": {
883
+ "version": "2.3.0",
884
+ "license": "MIT",
885
+ "engines": {
886
+ "node": ">= 10"
887
+ }
888
+ },
889
+ "node_modules/is-extglob": {
890
+ "version": "2.1.1",
891
+ "dev": true,
892
+ "license": "MIT",
893
+ "engines": {
894
+ "node": ">=0.10.0"
895
+ }
896
+ },
897
+ "node_modules/is-glob": {
898
+ "version": "4.0.3",
899
+ "dev": true,
900
+ "license": "MIT",
901
+ "dependencies": {
902
+ "is-extglob": "^2.1.1"
903
+ },
904
+ "engines": {
905
+ "node": ">=0.10.0"
906
+ }
907
+ },
908
+ "node_modules/is-number": {
909
+ "version": "7.0.0",
910
+ "dev": true,
911
+ "license": "MIT",
912
+ "engines": {
913
+ "node": ">=0.12.0"
914
+ }
915
+ },
916
+ "node_modules/is-subdir": {
917
+ "version": "1.2.0",
918
+ "dev": true,
919
+ "license": "MIT",
920
+ "dependencies": {
921
+ "better-path-resolve": "1.0.0"
922
+ },
923
+ "engines": {
924
+ "node": ">=4"
925
+ }
926
+ },
927
+ "node_modules/is-windows": {
928
+ "version": "1.0.2",
929
+ "dev": true,
930
+ "license": "MIT",
931
+ "engines": {
932
+ "node": ">=0.10.0"
933
+ }
934
+ },
935
+ "node_modules/isexe": {
936
+ "version": "2.0.0",
937
+ "dev": true,
938
+ "license": "ISC"
939
+ },
940
+ "node_modules/js-yaml": {
941
+ "version": "4.1.1",
942
+ "dev": true,
943
+ "license": "MIT",
944
+ "dependencies": {
945
+ "argparse": "^2.0.1"
946
+ },
947
+ "bin": {
948
+ "js-yaml": "bin/js-yaml.js"
949
+ }
950
+ },
951
+ "node_modules/json-schema-ref-resolver": {
952
+ "version": "3.0.0",
953
+ "funding": [
954
+ {
955
+ "type": "github",
956
+ "url": "https://github.com/sponsors/fastify"
957
+ },
958
+ {
959
+ "type": "opencollective",
960
+ "url": "https://opencollective.com/fastify"
961
+ }
962
+ ],
963
+ "license": "MIT",
964
+ "dependencies": {
965
+ "dequal": "^2.0.3"
966
+ }
967
+ },
968
+ "node_modules/json-schema-traverse": {
969
+ "version": "1.0.0",
970
+ "license": "MIT"
971
+ },
972
+ "node_modules/jsonfile": {
973
+ "version": "4.0.0",
974
+ "dev": true,
975
+ "license": "MIT",
976
+ "optionalDependencies": {
977
+ "graceful-fs": "^4.1.6"
978
+ }
979
+ },
980
+ "node_modules/k-lotto": {
981
+ "resolved": "packages/k-lotto",
982
+ "link": true
983
+ },
984
+ "node_modules/k-skill-proxy": {
985
+ "resolved": "packages/k-skill-proxy",
986
+ "link": true
987
+ },
988
+ "node_modules/kakao-bar-nearby": {
989
+ "resolved": "packages/kakao-bar-nearby",
990
+ "link": true
991
+ },
992
+ "node_modules/kleague-results": {
993
+ "resolved": "packages/kleague-results",
994
+ "link": true
995
+ },
996
+ "node_modules/light-my-request": {
997
+ "version": "6.6.0",
998
+ "funding": [
999
+ {
1000
+ "type": "github",
1001
+ "url": "https://github.com/sponsors/fastify"
1002
+ },
1003
+ {
1004
+ "type": "opencollective",
1005
+ "url": "https://opencollective.com/fastify"
1006
+ }
1007
+ ],
1008
+ "license": "BSD-3-Clause",
1009
+ "dependencies": {
1010
+ "cookie": "^1.0.1",
1011
+ "process-warning": "^4.0.0",
1012
+ "set-cookie-parser": "^2.6.0"
1013
+ }
1014
+ },
1015
+ "node_modules/light-my-request/node_modules/process-warning": {
1016
+ "version": "4.0.1",
1017
+ "funding": [
1018
+ {
1019
+ "type": "github",
1020
+ "url": "https://github.com/sponsors/fastify"
1021
+ },
1022
+ {
1023
+ "type": "opencollective",
1024
+ "url": "https://opencollective.com/fastify"
1025
+ }
1026
+ ],
1027
+ "license": "MIT"
1028
+ },
1029
+ "node_modules/locate-path": {
1030
+ "version": "5.0.0",
1031
+ "dev": true,
1032
+ "license": "MIT",
1033
+ "dependencies": {
1034
+ "p-locate": "^4.1.0"
1035
+ },
1036
+ "engines": {
1037
+ "node": ">=8"
1038
+ }
1039
+ },
1040
+ "node_modules/lodash.startcase": {
1041
+ "version": "4.4.0",
1042
+ "dev": true,
1043
+ "license": "MIT"
1044
+ },
1045
+ "node_modules/merge2": {
1046
+ "version": "1.4.1",
1047
+ "dev": true,
1048
+ "license": "MIT",
1049
+ "engines": {
1050
+ "node": ">= 8"
1051
+ }
1052
+ },
1053
+ "node_modules/micromatch": {
1054
+ "version": "4.0.8",
1055
+ "dev": true,
1056
+ "license": "MIT",
1057
+ "dependencies": {
1058
+ "braces": "^3.0.3",
1059
+ "picomatch": "^2.3.1"
1060
+ },
1061
+ "engines": {
1062
+ "node": ">=8.6"
1063
+ }
1064
+ },
1065
+ "node_modules/mri": {
1066
+ "version": "1.2.0",
1067
+ "dev": true,
1068
+ "license": "MIT",
1069
+ "engines": {
1070
+ "node": ">=4"
1071
+ }
1072
+ },
1073
+ "node_modules/on-exit-leak-free": {
1074
+ "version": "2.1.2",
1075
+ "license": "MIT",
1076
+ "engines": {
1077
+ "node": ">=14.0.0"
1078
+ }
1079
+ },
1080
+ "node_modules/outdent": {
1081
+ "version": "0.5.0",
1082
+ "dev": true,
1083
+ "license": "MIT"
1084
+ },
1085
+ "node_modules/p-filter": {
1086
+ "version": "2.1.0",
1087
+ "dev": true,
1088
+ "license": "MIT",
1089
+ "dependencies": {
1090
+ "p-map": "^2.0.0"
1091
+ },
1092
+ "engines": {
1093
+ "node": ">=8"
1094
+ }
1095
+ },
1096
+ "node_modules/p-limit": {
1097
+ "version": "2.3.0",
1098
+ "dev": true,
1099
+ "license": "MIT",
1100
+ "dependencies": {
1101
+ "p-try": "^2.0.0"
1102
+ },
1103
+ "engines": {
1104
+ "node": ">=6"
1105
+ },
1106
+ "funding": {
1107
+ "url": "https://github.com/sponsors/sindresorhus"
1108
+ }
1109
+ },
1110
+ "node_modules/p-locate": {
1111
+ "version": "4.1.0",
1112
+ "dev": true,
1113
+ "license": "MIT",
1114
+ "dependencies": {
1115
+ "p-limit": "^2.2.0"
1116
+ },
1117
+ "engines": {
1118
+ "node": ">=8"
1119
+ }
1120
+ },
1121
+ "node_modules/p-map": {
1122
+ "version": "2.1.0",
1123
+ "dev": true,
1124
+ "license": "MIT",
1125
+ "engines": {
1126
+ "node": ">=6"
1127
+ }
1128
+ },
1129
+ "node_modules/p-try": {
1130
+ "version": "2.2.0",
1131
+ "dev": true,
1132
+ "license": "MIT",
1133
+ "engines": {
1134
+ "node": ">=6"
1135
+ }
1136
+ },
1137
+ "node_modules/package-manager-detector": {
1138
+ "version": "0.2.11",
1139
+ "dev": true,
1140
+ "license": "MIT",
1141
+ "dependencies": {
1142
+ "quansync": "^0.2.7"
1143
+ }
1144
+ },
1145
+ "node_modules/path-exists": {
1146
+ "version": "4.0.0",
1147
+ "dev": true,
1148
+ "license": "MIT",
1149
+ "engines": {
1150
+ "node": ">=8"
1151
+ }
1152
+ },
1153
+ "node_modules/path-key": {
1154
+ "version": "3.1.1",
1155
+ "dev": true,
1156
+ "license": "MIT",
1157
+ "engines": {
1158
+ "node": ">=8"
1159
+ }
1160
+ },
1161
+ "node_modules/path-type": {
1162
+ "version": "4.0.0",
1163
+ "dev": true,
1164
+ "license": "MIT",
1165
+ "engines": {
1166
+ "node": ">=8"
1167
+ }
1168
+ },
1169
+ "node_modules/picocolors": {
1170
+ "version": "1.1.1",
1171
+ "dev": true,
1172
+ "license": "ISC"
1173
+ },
1174
+ "node_modules/picomatch": {
1175
+ "version": "2.3.2",
1176
+ "dev": true,
1177
+ "license": "MIT",
1178
+ "engines": {
1179
+ "node": ">=8.6"
1180
+ },
1181
+ "funding": {
1182
+ "url": "https://github.com/sponsors/jonschlinkert"
1183
+ }
1184
+ },
1185
+ "node_modules/pify": {
1186
+ "version": "4.0.1",
1187
+ "dev": true,
1188
+ "license": "MIT",
1189
+ "engines": {
1190
+ "node": ">=6"
1191
+ }
1192
+ },
1193
+ "node_modules/pino": {
1194
+ "version": "10.3.1",
1195
+ "license": "MIT",
1196
+ "dependencies": {
1197
+ "@pinojs/redact": "^0.4.0",
1198
+ "atomic-sleep": "^1.0.0",
1199
+ "on-exit-leak-free": "^2.1.0",
1200
+ "pino-abstract-transport": "^3.0.0",
1201
+ "pino-std-serializers": "^7.0.0",
1202
+ "process-warning": "^5.0.0",
1203
+ "quick-format-unescaped": "^4.0.3",
1204
+ "real-require": "^0.2.0",
1205
+ "safe-stable-stringify": "^2.3.1",
1206
+ "sonic-boom": "^4.0.1",
1207
+ "thread-stream": "^4.0.0"
1208
+ },
1209
+ "bin": {
1210
+ "pino": "bin.js"
1211
+ }
1212
+ },
1213
+ "node_modules/pino-abstract-transport": {
1214
+ "version": "3.0.0",
1215
+ "license": "MIT",
1216
+ "dependencies": {
1217
+ "split2": "^4.0.0"
1218
+ }
1219
+ },
1220
+ "node_modules/pino-std-serializers": {
1221
+ "version": "7.1.0",
1222
+ "license": "MIT"
1223
+ },
1224
+ "node_modules/prettier": {
1225
+ "version": "2.8.8",
1226
+ "dev": true,
1227
+ "license": "MIT",
1228
+ "bin": {
1229
+ "prettier": "bin-prettier.js"
1230
+ },
1231
+ "engines": {
1232
+ "node": ">=10.13.0"
1233
+ },
1234
+ "funding": {
1235
+ "url": "https://github.com/prettier/prettier?sponsor=1"
1236
+ }
1237
+ },
1238
+ "node_modules/process-warning": {
1239
+ "version": "5.0.0",
1240
+ "funding": [
1241
+ {
1242
+ "type": "github",
1243
+ "url": "https://github.com/sponsors/fastify"
1244
+ },
1245
+ {
1246
+ "type": "opencollective",
1247
+ "url": "https://opencollective.com/fastify"
1248
+ }
1249
+ ],
1250
+ "license": "MIT"
1251
+ },
1252
+ "node_modules/quansync": {
1253
+ "version": "0.2.11",
1254
+ "dev": true,
1255
+ "funding": [
1256
+ {
1257
+ "type": "individual",
1258
+ "url": "https://github.com/sponsors/antfu"
1259
+ },
1260
+ {
1261
+ "type": "individual",
1262
+ "url": "https://github.com/sponsors/sxzz"
1263
+ }
1264
+ ],
1265
+ "license": "MIT"
1266
+ },
1267
+ "node_modules/queue-microtask": {
1268
+ "version": "1.2.3",
1269
+ "dev": true,
1270
+ "funding": [
1271
+ {
1272
+ "type": "github",
1273
+ "url": "https://github.com/sponsors/feross"
1274
+ },
1275
+ {
1276
+ "type": "patreon",
1277
+ "url": "https://www.patreon.com/feross"
1278
+ },
1279
+ {
1280
+ "type": "consulting",
1281
+ "url": "https://feross.org/support"
1282
+ }
1283
+ ],
1284
+ "license": "MIT"
1285
+ },
1286
+ "node_modules/quick-format-unescaped": {
1287
+ "version": "4.0.4",
1288
+ "license": "MIT"
1289
+ },
1290
+ "node_modules/read-yaml-file": {
1291
+ "version": "1.1.0",
1292
+ "dev": true,
1293
+ "license": "MIT",
1294
+ "dependencies": {
1295
+ "graceful-fs": "^4.1.5",
1296
+ "js-yaml": "^3.6.1",
1297
+ "pify": "^4.0.1",
1298
+ "strip-bom": "^3.0.0"
1299
+ },
1300
+ "engines": {
1301
+ "node": ">=6"
1302
+ }
1303
+ },
1304
+ "node_modules/read-yaml-file/node_modules/argparse": {
1305
+ "version": "1.0.10",
1306
+ "dev": true,
1307
+ "license": "MIT",
1308
+ "dependencies": {
1309
+ "sprintf-js": "~1.0.2"
1310
+ }
1311
+ },
1312
+ "node_modules/read-yaml-file/node_modules/js-yaml": {
1313
+ "version": "3.14.2",
1314
+ "dev": true,
1315
+ "license": "MIT",
1316
+ "dependencies": {
1317
+ "argparse": "^1.0.7",
1318
+ "esprima": "^4.0.0"
1319
+ },
1320
+ "bin": {
1321
+ "js-yaml": "bin/js-yaml.js"
1322
+ }
1323
+ },
1324
+ "node_modules/real-require": {
1325
+ "version": "0.2.0",
1326
+ "license": "MIT",
1327
+ "engines": {
1328
+ "node": ">= 12.13.0"
1329
+ }
1330
+ },
1331
+ "node_modules/require-from-string": {
1332
+ "version": "2.0.2",
1333
+ "license": "MIT",
1334
+ "engines": {
1335
+ "node": ">=0.10.0"
1336
+ }
1337
+ },
1338
+ "node_modules/resolve-from": {
1339
+ "version": "5.0.0",
1340
+ "dev": true,
1341
+ "license": "MIT",
1342
+ "engines": {
1343
+ "node": ">=8"
1344
+ }
1345
+ },
1346
+ "node_modules/ret": {
1347
+ "version": "0.5.0",
1348
+ "license": "MIT",
1349
+ "engines": {
1350
+ "node": ">=10"
1351
+ }
1352
+ },
1353
+ "node_modules/reusify": {
1354
+ "version": "1.1.0",
1355
+ "license": "MIT",
1356
+ "engines": {
1357
+ "iojs": ">=1.0.0",
1358
+ "node": ">=0.10.0"
1359
+ }
1360
+ },
1361
+ "node_modules/rfdc": {
1362
+ "version": "1.4.1",
1363
+ "license": "MIT"
1364
+ },
1365
+ "node_modules/run-parallel": {
1366
+ "version": "1.2.0",
1367
+ "dev": true,
1368
+ "funding": [
1369
+ {
1370
+ "type": "github",
1371
+ "url": "https://github.com/sponsors/feross"
1372
+ },
1373
+ {
1374
+ "type": "patreon",
1375
+ "url": "https://www.patreon.com/feross"
1376
+ },
1377
+ {
1378
+ "type": "consulting",
1379
+ "url": "https://feross.org/support"
1380
+ }
1381
+ ],
1382
+ "license": "MIT",
1383
+ "dependencies": {
1384
+ "queue-microtask": "^1.2.2"
1385
+ }
1386
+ },
1387
+ "node_modules/safe-regex2": {
1388
+ "version": "5.1.0",
1389
+ "funding": [
1390
+ {
1391
+ "type": "github",
1392
+ "url": "https://github.com/sponsors/fastify"
1393
+ },
1394
+ {
1395
+ "type": "opencollective",
1396
+ "url": "https://opencollective.com/fastify"
1397
+ }
1398
+ ],
1399
+ "license": "MIT",
1400
+ "dependencies": {
1401
+ "ret": "~0.5.0"
1402
+ },
1403
+ "bin": {
1404
+ "safe-regex2": "bin/safe-regex2.js"
1405
+ }
1406
+ },
1407
+ "node_modules/safe-stable-stringify": {
1408
+ "version": "2.5.0",
1409
+ "license": "MIT",
1410
+ "engines": {
1411
+ "node": ">=10"
1412
+ }
1413
+ },
1414
+ "node_modules/safer-buffer": {
1415
+ "version": "2.1.2",
1416
+ "dev": true,
1417
+ "license": "MIT"
1418
+ },
1419
+ "node_modules/secure-json-parse": {
1420
+ "version": "4.1.0",
1421
+ "funding": [
1422
+ {
1423
+ "type": "github",
1424
+ "url": "https://github.com/sponsors/fastify"
1425
+ },
1426
+ {
1427
+ "type": "opencollective",
1428
+ "url": "https://opencollective.com/fastify"
1429
+ }
1430
+ ],
1431
+ "license": "BSD-3-Clause"
1432
+ },
1433
+ "node_modules/semver": {
1434
+ "version": "7.7.4",
1435
+ "license": "ISC",
1436
+ "bin": {
1437
+ "semver": "bin/semver.js"
1438
+ },
1439
+ "engines": {
1440
+ "node": ">=10"
1441
+ }
1442
+ },
1443
+ "node_modules/set-cookie-parser": {
1444
+ "version": "2.7.2",
1445
+ "license": "MIT"
1446
+ },
1447
+ "node_modules/shebang-command": {
1448
+ "version": "2.0.0",
1449
+ "dev": true,
1450
+ "license": "MIT",
1451
+ "dependencies": {
1452
+ "shebang-regex": "^3.0.0"
1453
+ },
1454
+ "engines": {
1455
+ "node": ">=8"
1456
+ }
1457
+ },
1458
+ "node_modules/shebang-regex": {
1459
+ "version": "3.0.0",
1460
+ "dev": true,
1461
+ "license": "MIT",
1462
+ "engines": {
1463
+ "node": ">=8"
1464
+ }
1465
+ },
1466
+ "node_modules/signal-exit": {
1467
+ "version": "4.1.0",
1468
+ "dev": true,
1469
+ "license": "ISC",
1470
+ "engines": {
1471
+ "node": ">=14"
1472
+ },
1473
+ "funding": {
1474
+ "url": "https://github.com/sponsors/isaacs"
1475
+ }
1476
+ },
1477
+ "node_modules/slash": {
1478
+ "version": "3.0.0",
1479
+ "dev": true,
1480
+ "license": "MIT",
1481
+ "engines": {
1482
+ "node": ">=8"
1483
+ }
1484
+ },
1485
+ "node_modules/sonic-boom": {
1486
+ "version": "4.2.1",
1487
+ "license": "MIT",
1488
+ "dependencies": {
1489
+ "atomic-sleep": "^1.0.0"
1490
+ }
1491
+ },
1492
+ "node_modules/spawndamnit": {
1493
+ "version": "3.0.1",
1494
+ "dev": true,
1495
+ "license": "SEE LICENSE IN LICENSE",
1496
+ "dependencies": {
1497
+ "cross-spawn": "^7.0.5",
1498
+ "signal-exit": "^4.0.1"
1499
+ }
1500
+ },
1501
+ "node_modules/split2": {
1502
+ "version": "4.2.0",
1503
+ "license": "ISC",
1504
+ "engines": {
1505
+ "node": ">= 10.x"
1506
+ }
1507
+ },
1508
+ "node_modules/sprintf-js": {
1509
+ "version": "1.0.3",
1510
+ "dev": true,
1511
+ "license": "BSD-3-Clause"
1512
+ },
1513
+ "node_modules/strip-ansi": {
1514
+ "version": "6.0.1",
1515
+ "dev": true,
1516
+ "license": "MIT",
1517
+ "dependencies": {
1518
+ "ansi-regex": "^5.0.1"
1519
+ },
1520
+ "engines": {
1521
+ "node": ">=8"
1522
+ }
1523
+ },
1524
+ "node_modules/strip-bom": {
1525
+ "version": "3.0.0",
1526
+ "dev": true,
1527
+ "license": "MIT",
1528
+ "engines": {
1529
+ "node": ">=4"
1530
+ }
1531
+ },
1532
+ "node_modules/term-size": {
1533
+ "version": "2.2.1",
1534
+ "dev": true,
1535
+ "license": "MIT",
1536
+ "engines": {
1537
+ "node": ">=8"
1538
+ },
1539
+ "funding": {
1540
+ "url": "https://github.com/sponsors/sindresorhus"
1541
+ }
1542
+ },
1543
+ "node_modules/thread-stream": {
1544
+ "version": "4.0.0",
1545
+ "license": "MIT",
1546
+ "dependencies": {
1547
+ "real-require": "^0.2.0"
1548
+ },
1549
+ "engines": {
1550
+ "node": ">=20"
1551
+ }
1552
+ },
1553
+ "node_modules/to-regex-range": {
1554
+ "version": "5.0.1",
1555
+ "dev": true,
1556
+ "license": "MIT",
1557
+ "dependencies": {
1558
+ "is-number": "^7.0.0"
1559
+ },
1560
+ "engines": {
1561
+ "node": ">=8.0"
1562
+ }
1563
+ },
1564
+ "node_modules/toad-cache": {
1565
+ "version": "3.7.0",
1566
+ "license": "MIT",
1567
+ "engines": {
1568
+ "node": ">=12"
1569
+ }
1570
+ },
1571
+ "node_modules/toss-securities": {
1572
+ "resolved": "packages/toss-securities",
1573
+ "link": true
1574
+ },
1575
+ "node_modules/typescript": {
1576
+ "version": "5.9.3",
1577
+ "dev": true,
1578
+ "license": "Apache-2.0",
1579
+ "bin": {
1580
+ "tsc": "bin/tsc",
1581
+ "tsserver": "bin/tsserver"
1582
+ },
1583
+ "engines": {
1584
+ "node": ">=14.17"
1585
+ }
1586
+ },
1587
+ "node_modules/undici-types": {
1588
+ "version": "6.21.0",
1589
+ "dev": true,
1590
+ "license": "MIT"
1591
+ },
1592
+ "node_modules/universalify": {
1593
+ "version": "0.1.2",
1594
+ "dev": true,
1595
+ "license": "MIT",
1596
+ "engines": {
1597
+ "node": ">= 4.0.0"
1598
+ }
1599
+ },
1600
+ "node_modules/used-car-price-search": {
1601
+ "resolved": "packages/used-car-price-search",
1602
+ "link": true
1603
+ },
1604
+ "node_modules/which": {
1605
+ "version": "2.0.2",
1606
+ "dev": true,
1607
+ "license": "ISC",
1608
+ "dependencies": {
1609
+ "isexe": "^2.0.0"
1610
+ },
1611
+ "bin": {
1612
+ "node-which": "bin/node-which"
1613
+ },
1614
+ "engines": {
1615
+ "node": ">= 8"
1616
+ }
1617
+ },
1618
+ "packages/blue-ribbon-nearby": {
1619
+ "version": "0.1.0",
1620
+ "license": "MIT",
1621
+ "engines": {
1622
+ "node": ">=18"
1623
+ }
1624
+ },
1625
+ "packages/coupang-product-search": {
1626
+ "version": "0.1.0",
1627
+ "license": "MIT",
1628
+ "engines": {
1629
+ "node": ">=18"
1630
+ }
1631
+ },
1632
+ "packages/daiso-product-search": {
1633
+ "version": "0.1.0",
1634
+ "license": "MIT",
1635
+ "engines": {
1636
+ "node": ">=18"
1637
+ }
1638
+ },
1639
+ "packages/k-lotto": {
1640
+ "version": "0.1.0",
1641
+ "license": "MIT",
1642
+ "engines": {
1643
+ "node": ">=18"
1644
+ }
1645
+ },
1646
+ "packages/k-skill-proxy": {
1647
+ "version": "0.1.0",
1648
+ "license": "MIT",
1649
+ "dependencies": {
1650
+ "fastify": "^5.3.3"
1651
+ },
1652
+ "engines": {
1653
+ "node": ">=18"
1654
+ }
1655
+ },
1656
+ "packages/kakao-bar-nearby": {
1657
+ "version": "0.1.0",
1658
+ "license": "MIT",
1659
+ "engines": {
1660
+ "node": ">=18"
1661
+ }
1662
+ },
1663
+ "packages/kleague-results": {
1664
+ "version": "0.1.0",
1665
+ "license": "MIT",
1666
+ "engines": {
1667
+ "node": ">=18"
1668
+ }
1669
+ },
1670
+ "packages/toss-securities": {
1671
+ "version": "0.1.0",
1672
+ "license": "MIT",
1673
+ "engines": {
1674
+ "node": ">=18"
1675
+ }
1676
+ },
1677
+ "packages/used-car-price-search": {
1678
+ "version": "0.1.0",
1679
+ "license": "MIT",
1680
+ "engines": {
1681
+ "node": ">=18"
1682
+ }
1683
+ }
1684
+ }
1685
+ }