@book000/create-ts 0.1.57 → 0.1.58
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.
- package/package.json +2 -2
- package/templates/nodejs/base/package.json +1 -1
- package/templates/nodejs/base/pnpm-lock.yaml +320 -20
- package/templates/nodejs/config-batch/package.json +1 -1
- package/templates/nodejs/config-batch/pnpm-lock.yaml +320 -20
- package/templates/nodejs/discord-bot/package.json +1 -1
- package/templates/nodejs/discord-bot/pnpm-lock.yaml +320 -20
- package/templates/nodejs/fastify/package.json +1 -1
- package/templates/nodejs/fastify/pnpm-lock.yaml +320 -20
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
devDependencies:
|
|
11
11
|
'@book000/eslint-config':
|
|
12
|
-
specifier: 1.
|
|
13
|
-
version: 1.
|
|
12
|
+
specifier: 1.16.14
|
|
13
|
+
version: 1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
14
14
|
'@types/jest':
|
|
15
15
|
specifier: 30.0.0
|
|
16
16
|
version: 30.0.0
|
|
@@ -206,10 +206,10 @@ packages:
|
|
|
206
206
|
'@bcoe/v8-coverage@0.2.3':
|
|
207
207
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
208
208
|
|
|
209
|
-
'@book000/eslint-config@1.
|
|
210
|
-
resolution: {integrity: sha512-
|
|
209
|
+
'@book000/eslint-config@1.16.14':
|
|
210
|
+
resolution: {integrity: sha512-AOFqqnI+a22VbLhgp1gUpJJq4dcknQ0yGJk2xLZHnstE2DpfdtJzytnuDQzpatFyetT81DGxBxDfqivyXvafNg==}
|
|
211
211
|
peerDependencies:
|
|
212
|
-
eslint: 10.
|
|
212
|
+
eslint: 10.7.0
|
|
213
213
|
|
|
214
214
|
'@emnapi/core@1.10.0':
|
|
215
215
|
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
|
|
@@ -398,6 +398,10 @@ packages:
|
|
|
398
398
|
resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
|
|
399
399
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
400
400
|
|
|
401
|
+
'@eslint/css-tree@4.0.4':
|
|
402
|
+
resolution: {integrity: sha512-nxMparyhqVWQvadx9x8dIfubfIPOE+X2b2waua8fzdnM9vdp9rgVtwEZlG0TmCwEUz/d/f40fzvO/eqBwdxz0A==}
|
|
403
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
404
|
+
|
|
401
405
|
'@eslint/object-schema@3.0.5':
|
|
402
406
|
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
|
|
403
407
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
@@ -624,6 +628,14 @@ packages:
|
|
|
624
628
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
625
629
|
typescript: '>=4.8.4 <6.1.0'
|
|
626
630
|
|
|
631
|
+
'@typescript-eslint/eslint-plugin@8.64.0':
|
|
632
|
+
resolution: {integrity: sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==}
|
|
633
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
634
|
+
peerDependencies:
|
|
635
|
+
'@typescript-eslint/parser': ^8.64.0
|
|
636
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
637
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
638
|
+
|
|
627
639
|
'@typescript-eslint/parser@8.61.0':
|
|
628
640
|
resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
|
|
629
641
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -631,12 +643,25 @@ packages:
|
|
|
631
643
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
632
644
|
typescript: '>=4.8.4 <6.1.0'
|
|
633
645
|
|
|
646
|
+
'@typescript-eslint/parser@8.64.0':
|
|
647
|
+
resolution: {integrity: sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==}
|
|
648
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
649
|
+
peerDependencies:
|
|
650
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
651
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
652
|
+
|
|
634
653
|
'@typescript-eslint/project-service@8.61.0':
|
|
635
654
|
resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
|
|
636
655
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
637
656
|
peerDependencies:
|
|
638
657
|
typescript: '>=4.8.4 <6.1.0'
|
|
639
658
|
|
|
659
|
+
'@typescript-eslint/project-service@8.64.0':
|
|
660
|
+
resolution: {integrity: sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==}
|
|
661
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
662
|
+
peerDependencies:
|
|
663
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
664
|
+
|
|
640
665
|
'@typescript-eslint/project-service@8.65.0':
|
|
641
666
|
resolution: {integrity: sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==}
|
|
642
667
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -647,6 +672,10 @@ packages:
|
|
|
647
672
|
resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
|
|
648
673
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
649
674
|
|
|
675
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
676
|
+
resolution: {integrity: sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==}
|
|
677
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
678
|
+
|
|
650
679
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
651
680
|
resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==}
|
|
652
681
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -657,6 +686,12 @@ packages:
|
|
|
657
686
|
peerDependencies:
|
|
658
687
|
typescript: '>=4.8.4 <6.1.0'
|
|
659
688
|
|
|
689
|
+
'@typescript-eslint/tsconfig-utils@8.64.0':
|
|
690
|
+
resolution: {integrity: sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==}
|
|
691
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
692
|
+
peerDependencies:
|
|
693
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
694
|
+
|
|
660
695
|
'@typescript-eslint/tsconfig-utils@8.65.0':
|
|
661
696
|
resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
|
|
662
697
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -670,10 +705,21 @@ packages:
|
|
|
670
705
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
671
706
|
typescript: '>=4.8.4 <6.1.0'
|
|
672
707
|
|
|
708
|
+
'@typescript-eslint/type-utils@8.64.0':
|
|
709
|
+
resolution: {integrity: sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==}
|
|
710
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
711
|
+
peerDependencies:
|
|
712
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
713
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
714
|
+
|
|
673
715
|
'@typescript-eslint/types@8.61.0':
|
|
674
716
|
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
|
|
675
717
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
676
718
|
|
|
719
|
+
'@typescript-eslint/types@8.64.0':
|
|
720
|
+
resolution: {integrity: sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==}
|
|
721
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
722
|
+
|
|
677
723
|
'@typescript-eslint/types@8.65.0':
|
|
678
724
|
resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==}
|
|
679
725
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -684,6 +730,12 @@ packages:
|
|
|
684
730
|
peerDependencies:
|
|
685
731
|
typescript: '>=4.8.4 <6.1.0'
|
|
686
732
|
|
|
733
|
+
'@typescript-eslint/typescript-estree@8.64.0':
|
|
734
|
+
resolution: {integrity: sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==}
|
|
735
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
736
|
+
peerDependencies:
|
|
737
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
738
|
+
|
|
687
739
|
'@typescript-eslint/typescript-estree@8.65.0':
|
|
688
740
|
resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
|
|
689
741
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -697,6 +749,13 @@ packages:
|
|
|
697
749
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
698
750
|
typescript: '>=4.8.4 <6.1.0'
|
|
699
751
|
|
|
752
|
+
'@typescript-eslint/utils@8.64.0':
|
|
753
|
+
resolution: {integrity: sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==}
|
|
754
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
755
|
+
peerDependencies:
|
|
756
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
757
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
758
|
+
|
|
700
759
|
'@typescript-eslint/utils@8.65.0':
|
|
701
760
|
resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
|
|
702
761
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -708,6 +767,10 @@ packages:
|
|
|
708
767
|
resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
|
|
709
768
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
710
769
|
|
|
770
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
771
|
+
resolution: {integrity: sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==}
|
|
772
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
773
|
+
|
|
711
774
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
712
775
|
resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==}
|
|
713
776
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1063,6 +1126,10 @@ packages:
|
|
|
1063
1126
|
concat-map@0.0.1:
|
|
1064
1127
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1065
1128
|
|
|
1129
|
+
convert-hrtime@5.0.0:
|
|
1130
|
+
resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==}
|
|
1131
|
+
engines: {node: '>=12'}
|
|
1132
|
+
|
|
1066
1133
|
convert-source-map@2.0.0:
|
|
1067
1134
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1068
1135
|
|
|
@@ -1156,6 +1223,10 @@ packages:
|
|
|
1156
1223
|
resolution: {integrity: sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==}
|
|
1157
1224
|
engines: {node: '>=10.13.0'}
|
|
1158
1225
|
|
|
1226
|
+
entities@4.5.0:
|
|
1227
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1228
|
+
engines: {node: '>=0.12'}
|
|
1229
|
+
|
|
1159
1230
|
environment@1.1.0:
|
|
1160
1231
|
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
1161
1232
|
engines: {node: '>=18'}
|
|
@@ -1252,11 +1323,11 @@ packages:
|
|
|
1252
1323
|
peerDependencies:
|
|
1253
1324
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
1254
1325
|
|
|
1255
|
-
eslint-plugin-unicorn@
|
|
1256
|
-
resolution: {integrity: sha512-
|
|
1257
|
-
engines: {node:
|
|
1326
|
+
eslint-plugin-unicorn@72.0.0:
|
|
1327
|
+
resolution: {integrity: sha512-hqO6ksoOHO+ZhdseTuKRVQbx9U7PRO/cv8qAR1mctwzdVO2hYud8uS9luAhp43RJgziYgHAph8eHyipT8GL0ng==}
|
|
1328
|
+
engines: {node: '>=22'}
|
|
1258
1329
|
peerDependencies:
|
|
1259
|
-
eslint: '>=
|
|
1330
|
+
eslint: '>=10.4'
|
|
1260
1331
|
|
|
1261
1332
|
eslint-scope@9.1.2:
|
|
1262
1333
|
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
@@ -1392,6 +1463,10 @@ packages:
|
|
|
1392
1463
|
function-bind@1.1.2:
|
|
1393
1464
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1394
1465
|
|
|
1466
|
+
function-timeout@1.0.2:
|
|
1467
|
+
resolution: {integrity: sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==}
|
|
1468
|
+
engines: {node: '>=18'}
|
|
1469
|
+
|
|
1395
1470
|
function.prototype.name@1.2.0:
|
|
1396
1471
|
resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==}
|
|
1397
1472
|
engines: {node: '>= 0.4'}
|
|
@@ -1459,6 +1534,10 @@ packages:
|
|
|
1459
1534
|
resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==}
|
|
1460
1535
|
engines: {node: '>=18'}
|
|
1461
1536
|
|
|
1537
|
+
globals@17.7.0:
|
|
1538
|
+
resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==}
|
|
1539
|
+
engines: {node: '>=18'}
|
|
1540
|
+
|
|
1462
1541
|
globalthis@1.0.4:
|
|
1463
1542
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
1464
1543
|
engines: {node: '>= 0.4'}
|
|
@@ -1512,6 +1591,10 @@ packages:
|
|
|
1512
1591
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
1513
1592
|
engines: {node: '>=10.17.0'}
|
|
1514
1593
|
|
|
1594
|
+
identifier-regex@1.1.0:
|
|
1595
|
+
resolution: {integrity: sha512-SLX4H/vtcYlYnL7XqnuJKHU7Z8517TgsW9nmQiGOgMCjQ8V/deLYu6bEmbGoXe7WMMhc9+EUGyFFneHja8KabA==}
|
|
1596
|
+
engines: {node: '>=18'}
|
|
1597
|
+
|
|
1515
1598
|
ignore@5.3.2:
|
|
1516
1599
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1517
1600
|
engines: {node: '>= 4'}
|
|
@@ -1615,6 +1698,10 @@ packages:
|
|
|
1615
1698
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1616
1699
|
engines: {node: '>=0.10.0'}
|
|
1617
1700
|
|
|
1701
|
+
is-identifier@1.1.0:
|
|
1702
|
+
resolution: {integrity: sha512-NhOds0mDx9lJu+1lBRO0xbwFo5nobA7GCk/0e5xjr6+6XugX985+0OyGX35BNrTkPAsdLcIKg02HUQJOK8D8kw==}
|
|
1703
|
+
engines: {node: '>=18'}
|
|
1704
|
+
|
|
1618
1705
|
is-map@2.0.3:
|
|
1619
1706
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
1620
1707
|
engines: {node: '>= 0.4'}
|
|
@@ -1908,6 +1995,10 @@ packages:
|
|
|
1908
1995
|
lru-cache@5.1.1:
|
|
1909
1996
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
1910
1997
|
|
|
1998
|
+
make-asynchronous@1.1.0:
|
|
1999
|
+
resolution: {integrity: sha512-ayF7iT+44LXdxJLTrTd3TLQpFDDvPCBxXxbv+pMUSuHA5Q8zyAfwkRP6aHHwNVFBUFWtxAHqwNJxF8vMZLAbVg==}
|
|
2000
|
+
engines: {node: '>=18'}
|
|
2001
|
+
|
|
1911
2002
|
make-dir@4.0.0:
|
|
1912
2003
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
1913
2004
|
engines: {node: '>=10'}
|
|
@@ -1922,6 +2013,9 @@ packages:
|
|
|
1922
2013
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
1923
2014
|
engines: {node: '>= 0.4'}
|
|
1924
2015
|
|
|
2016
|
+
mdn-data@2.28.1:
|
|
2017
|
+
resolution: {integrity: sha512-U9w+PzSZ00Z5m9rZ5ARVFL5xOfuCHdKYi/1RRwDCJsboFgJDNT3zT6PIPD7mZQYaQLhsZM3GfDRgSMRHhSmVng==}
|
|
2018
|
+
|
|
1925
2019
|
merge-stream@2.0.0:
|
|
1926
2020
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
1927
2021
|
|
|
@@ -2034,6 +2128,10 @@ packages:
|
|
|
2034
2128
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
2035
2129
|
engines: {node: '>= 0.4'}
|
|
2036
2130
|
|
|
2131
|
+
p-event@6.0.1:
|
|
2132
|
+
resolution: {integrity: sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==}
|
|
2133
|
+
engines: {node: '>=16.17'}
|
|
2134
|
+
|
|
2037
2135
|
p-limit@2.3.0:
|
|
2038
2136
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
2039
2137
|
engines: {node: '>=6'}
|
|
@@ -2058,6 +2156,10 @@ packages:
|
|
|
2058
2156
|
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
|
2059
2157
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
2060
2158
|
|
|
2159
|
+
p-timeout@6.1.4:
|
|
2160
|
+
resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==}
|
|
2161
|
+
engines: {node: '>=14.16'}
|
|
2162
|
+
|
|
2061
2163
|
p-try@2.2.0:
|
|
2062
2164
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
2063
2165
|
engines: {node: '>=6'}
|
|
@@ -2146,6 +2248,10 @@ packages:
|
|
|
2146
2248
|
pure-rand@7.0.1:
|
|
2147
2249
|
resolution: {integrity: sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==}
|
|
2148
2250
|
|
|
2251
|
+
quote-js-string@0.1.0:
|
|
2252
|
+
resolution: {integrity: sha512-Y3NoRtprEEZQD8RfxMCfS0ZTqc4e+i18OrXEXAvpM6TfC/3y+0L5rNbZiSnbBBEkDfFzbpd8o+cE8q3/anjMGA==}
|
|
2253
|
+
engines: {node: '>=22'}
|
|
2254
|
+
|
|
2149
2255
|
react-is@16.13.1:
|
|
2150
2256
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
2151
2257
|
|
|
@@ -2171,6 +2277,10 @@ packages:
|
|
|
2171
2277
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
2172
2278
|
engines: {node: '>=0.10.0'}
|
|
2173
2279
|
|
|
2280
|
+
reserved-identifiers@1.2.0:
|
|
2281
|
+
resolution: {integrity: sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==}
|
|
2282
|
+
engines: {node: '>=18'}
|
|
2283
|
+
|
|
2174
2284
|
resolve-cwd@3.0.0:
|
|
2175
2285
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
2176
2286
|
engines: {node: '>=8'}
|
|
@@ -2268,6 +2378,10 @@ packages:
|
|
|
2268
2378
|
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
|
|
2269
2379
|
engines: {node: '>=12'}
|
|
2270
2380
|
|
|
2381
|
+
source-map-js@1.2.1:
|
|
2382
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
2383
|
+
engines: {node: '>=0.10.0'}
|
|
2384
|
+
|
|
2271
2385
|
source-map-support@0.5.13:
|
|
2272
2386
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
2273
2387
|
|
|
@@ -2345,6 +2459,10 @@ packages:
|
|
|
2345
2459
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
2346
2460
|
engines: {node: '>=8'}
|
|
2347
2461
|
|
|
2462
|
+
super-regex@1.1.0:
|
|
2463
|
+
resolution: {integrity: sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==}
|
|
2464
|
+
engines: {node: '>=18'}
|
|
2465
|
+
|
|
2348
2466
|
supports-color@7.2.0:
|
|
2349
2467
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2350
2468
|
engines: {node: '>=8'}
|
|
@@ -2369,6 +2487,10 @@ packages:
|
|
|
2369
2487
|
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
|
|
2370
2488
|
engines: {node: '>=8'}
|
|
2371
2489
|
|
|
2490
|
+
time-span@5.1.0:
|
|
2491
|
+
resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==}
|
|
2492
|
+
engines: {node: '>=12'}
|
|
2493
|
+
|
|
2372
2494
|
tinyglobby@0.2.17:
|
|
2373
2495
|
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
2374
2496
|
engines: {node: '>=12.0.0'}
|
|
@@ -2465,6 +2587,13 @@ packages:
|
|
|
2465
2587
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2466
2588
|
typescript: '>=4.8.4 <6.1.0'
|
|
2467
2589
|
|
|
2590
|
+
typescript-eslint@8.64.0:
|
|
2591
|
+
resolution: {integrity: sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==}
|
|
2592
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2593
|
+
peerDependencies:
|
|
2594
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2595
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
2596
|
+
|
|
2468
2597
|
typescript@6.0.3:
|
|
2469
2598
|
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
|
2470
2599
|
engines: {node: '>=14.17'}
|
|
@@ -2505,6 +2634,9 @@ packages:
|
|
|
2505
2634
|
walker@1.0.8:
|
|
2506
2635
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
2507
2636
|
|
|
2637
|
+
web-worker@1.5.0:
|
|
2638
|
+
resolution: {integrity: sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==}
|
|
2639
|
+
|
|
2508
2640
|
which-boxed-primitive@1.1.1:
|
|
2509
2641
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
2510
2642
|
engines: {node: '>= 0.4'}
|
|
@@ -2555,6 +2687,11 @@ packages:
|
|
|
2555
2687
|
yallist@3.1.1:
|
|
2556
2688
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2557
2689
|
|
|
2690
|
+
yaml@2.9.0:
|
|
2691
|
+
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
2692
|
+
engines: {node: '>= 14.6'}
|
|
2693
|
+
hasBin: true
|
|
2694
|
+
|
|
2558
2695
|
yargs-parser@21.1.1:
|
|
2559
2696
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2560
2697
|
engines: {node: '>=12'}
|
|
@@ -2766,15 +2903,15 @@ snapshots:
|
|
|
2766
2903
|
|
|
2767
2904
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
2768
2905
|
|
|
2769
|
-
'@book000/eslint-config@1.
|
|
2906
|
+
'@book000/eslint-config@1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
2770
2907
|
dependencies:
|
|
2771
|
-
'@typescript-eslint/parser': 8.
|
|
2908
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2772
2909
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
2773
2910
|
eslint-config-prettier: 10.1.8(eslint@10.7.0(supports-color@8.1.1))
|
|
2774
|
-
eslint-plugin-unicorn:
|
|
2775
|
-
globals: 17.
|
|
2911
|
+
eslint-plugin-unicorn: 72.0.0(eslint@10.7.0(supports-color@8.1.1))
|
|
2912
|
+
globals: 17.7.0
|
|
2776
2913
|
neostandard: 0.13.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2777
|
-
typescript-eslint: 8.
|
|
2914
|
+
typescript-eslint: 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2778
2915
|
transitivePeerDependencies:
|
|
2779
2916
|
- supports-color
|
|
2780
2917
|
- typescript
|
|
@@ -2896,6 +3033,11 @@ snapshots:
|
|
|
2896
3033
|
dependencies:
|
|
2897
3034
|
'@types/json-schema': 7.0.15
|
|
2898
3035
|
|
|
3036
|
+
'@eslint/css-tree@4.0.4':
|
|
3037
|
+
dependencies:
|
|
3038
|
+
mdn-data: 2.28.1
|
|
3039
|
+
source-map-js: 1.2.1
|
|
3040
|
+
|
|
2899
3041
|
'@eslint/object-schema@3.0.5': {}
|
|
2900
3042
|
|
|
2901
3043
|
'@eslint/plugin-kit@0.7.2':
|
|
@@ -3246,6 +3388,22 @@ snapshots:
|
|
|
3246
3388
|
transitivePeerDependencies:
|
|
3247
3389
|
- supports-color
|
|
3248
3390
|
|
|
3391
|
+
'@typescript-eslint/eslint-plugin@8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3392
|
+
dependencies:
|
|
3393
|
+
'@eslint-community/regexpp': 4.12.2
|
|
3394
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3395
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3396
|
+
'@typescript-eslint/type-utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3397
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3398
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3399
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3400
|
+
ignore: 7.0.6
|
|
3401
|
+
natural-compare: 1.4.0
|
|
3402
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3403
|
+
typescript: 6.0.3
|
|
3404
|
+
transitivePeerDependencies:
|
|
3405
|
+
- supports-color
|
|
3406
|
+
|
|
3249
3407
|
'@typescript-eslint/parser@8.61.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3250
3408
|
dependencies:
|
|
3251
3409
|
'@typescript-eslint/scope-manager': 8.61.0
|
|
@@ -3258,10 +3416,31 @@ snapshots:
|
|
|
3258
3416
|
transitivePeerDependencies:
|
|
3259
3417
|
- supports-color
|
|
3260
3418
|
|
|
3419
|
+
'@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3420
|
+
dependencies:
|
|
3421
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3422
|
+
'@typescript-eslint/types': 8.64.0
|
|
3423
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3424
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3425
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3426
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3427
|
+
typescript: 6.0.3
|
|
3428
|
+
transitivePeerDependencies:
|
|
3429
|
+
- supports-color
|
|
3430
|
+
|
|
3261
3431
|
'@typescript-eslint/project-service@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3262
3432
|
dependencies:
|
|
3263
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
3264
|
-
'@typescript-eslint/types': 8.
|
|
3433
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3434
|
+
'@typescript-eslint/types': 8.65.0
|
|
3435
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3436
|
+
typescript: 6.0.3
|
|
3437
|
+
transitivePeerDependencies:
|
|
3438
|
+
- supports-color
|
|
3439
|
+
|
|
3440
|
+
'@typescript-eslint/project-service@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3441
|
+
dependencies:
|
|
3442
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3443
|
+
'@typescript-eslint/types': 8.65.0
|
|
3265
3444
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3266
3445
|
typescript: 6.0.3
|
|
3267
3446
|
transitivePeerDependencies:
|
|
@@ -3281,6 +3460,11 @@ snapshots:
|
|
|
3281
3460
|
'@typescript-eslint/types': 8.61.0
|
|
3282
3461
|
'@typescript-eslint/visitor-keys': 8.61.0
|
|
3283
3462
|
|
|
3463
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
3464
|
+
dependencies:
|
|
3465
|
+
'@typescript-eslint/types': 8.64.0
|
|
3466
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3467
|
+
|
|
3284
3468
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
3285
3469
|
dependencies:
|
|
3286
3470
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3290,6 +3474,10 @@ snapshots:
|
|
|
3290
3474
|
dependencies:
|
|
3291
3475
|
typescript: 6.0.3
|
|
3292
3476
|
|
|
3477
|
+
'@typescript-eslint/tsconfig-utils@8.64.0(typescript@6.0.3)':
|
|
3478
|
+
dependencies:
|
|
3479
|
+
typescript: 6.0.3
|
|
3480
|
+
|
|
3293
3481
|
'@typescript-eslint/tsconfig-utils@8.65.0(typescript@6.0.3)':
|
|
3294
3482
|
dependencies:
|
|
3295
3483
|
typescript: 6.0.3
|
|
@@ -3306,8 +3494,22 @@ snapshots:
|
|
|
3306
3494
|
transitivePeerDependencies:
|
|
3307
3495
|
- supports-color
|
|
3308
3496
|
|
|
3497
|
+
'@typescript-eslint/type-utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3498
|
+
dependencies:
|
|
3499
|
+
'@typescript-eslint/types': 8.64.0
|
|
3500
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3501
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3502
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3503
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3504
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3505
|
+
typescript: 6.0.3
|
|
3506
|
+
transitivePeerDependencies:
|
|
3507
|
+
- supports-color
|
|
3508
|
+
|
|
3309
3509
|
'@typescript-eslint/types@8.61.0': {}
|
|
3310
3510
|
|
|
3511
|
+
'@typescript-eslint/types@8.64.0': {}
|
|
3512
|
+
|
|
3311
3513
|
'@typescript-eslint/types@8.65.0': {}
|
|
3312
3514
|
|
|
3313
3515
|
'@typescript-eslint/typescript-estree@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
@@ -3325,6 +3527,21 @@ snapshots:
|
|
|
3325
3527
|
transitivePeerDependencies:
|
|
3326
3528
|
- supports-color
|
|
3327
3529
|
|
|
3530
|
+
'@typescript-eslint/typescript-estree@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3531
|
+
dependencies:
|
|
3532
|
+
'@typescript-eslint/project-service': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3533
|
+
'@typescript-eslint/tsconfig-utils': 8.64.0(typescript@6.0.3)
|
|
3534
|
+
'@typescript-eslint/types': 8.64.0
|
|
3535
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3536
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3537
|
+
minimatch: 10.2.5
|
|
3538
|
+
semver: 7.8.5
|
|
3539
|
+
tinyglobby: 0.2.17
|
|
3540
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3541
|
+
typescript: 6.0.3
|
|
3542
|
+
transitivePeerDependencies:
|
|
3543
|
+
- supports-color
|
|
3544
|
+
|
|
3328
3545
|
'@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3329
3546
|
dependencies:
|
|
3330
3547
|
'@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
@@ -3351,6 +3568,17 @@ snapshots:
|
|
|
3351
3568
|
transitivePeerDependencies:
|
|
3352
3569
|
- supports-color
|
|
3353
3570
|
|
|
3571
|
+
'@typescript-eslint/utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3572
|
+
dependencies:
|
|
3573
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
3574
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3575
|
+
'@typescript-eslint/types': 8.64.0
|
|
3576
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3577
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3578
|
+
typescript: 6.0.3
|
|
3579
|
+
transitivePeerDependencies:
|
|
3580
|
+
- supports-color
|
|
3581
|
+
|
|
3354
3582
|
'@typescript-eslint/utils@8.65.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3355
3583
|
dependencies:
|
|
3356
3584
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
@@ -3367,6 +3595,11 @@ snapshots:
|
|
|
3367
3595
|
'@typescript-eslint/types': 8.61.0
|
|
3368
3596
|
eslint-visitor-keys: 5.0.1
|
|
3369
3597
|
|
|
3598
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
3599
|
+
dependencies:
|
|
3600
|
+
'@typescript-eslint/types': 8.64.0
|
|
3601
|
+
eslint-visitor-keys: 5.0.1
|
|
3602
|
+
|
|
3370
3603
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
3371
3604
|
dependencies:
|
|
3372
3605
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3705,6 +3938,8 @@ snapshots:
|
|
|
3705
3938
|
|
|
3706
3939
|
concat-map@0.0.1: {}
|
|
3707
3940
|
|
|
3941
|
+
convert-hrtime@5.0.0: {}
|
|
3942
|
+
|
|
3708
3943
|
convert-source-map@2.0.0: {}
|
|
3709
3944
|
|
|
3710
3945
|
core-js-compat@3.49.0:
|
|
@@ -3790,6 +4025,8 @@ snapshots:
|
|
|
3790
4025
|
graceful-fs: 4.2.11
|
|
3791
4026
|
tapable: 2.3.3
|
|
3792
4027
|
|
|
4028
|
+
entities@4.5.0: {}
|
|
4029
|
+
|
|
3793
4030
|
environment@1.1.0: {}
|
|
3794
4031
|
|
|
3795
4032
|
error-ex@1.3.4:
|
|
@@ -4000,24 +4237,29 @@ snapshots:
|
|
|
4000
4237
|
string.prototype.matchall: 4.0.12
|
|
4001
4238
|
string.prototype.repeat: 1.0.0
|
|
4002
4239
|
|
|
4003
|
-
eslint-plugin-unicorn@
|
|
4240
|
+
eslint-plugin-unicorn@72.0.0(eslint@10.7.0(supports-color@8.1.1)):
|
|
4004
4241
|
dependencies:
|
|
4005
|
-
'@babel/helper-validator-identifier': 7.29.7
|
|
4006
4242
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4243
|
+
'@eslint/css-tree': 4.0.4
|
|
4244
|
+
browserslist: 4.28.6
|
|
4007
4245
|
change-case: 5.4.4
|
|
4008
4246
|
ci-info: 4.4.0
|
|
4009
4247
|
core-js-compat: 3.49.0
|
|
4010
4248
|
detect-indent: 7.0.2
|
|
4249
|
+
entities: 4.5.0
|
|
4011
4250
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
4012
4251
|
find-up-simple: 1.0.1
|
|
4013
|
-
globals: 17.
|
|
4252
|
+
globals: 17.7.0
|
|
4014
4253
|
indent-string: 5.0.0
|
|
4015
4254
|
is-builtin-module: 5.0.0
|
|
4016
|
-
|
|
4255
|
+
is-identifier: 1.1.0
|
|
4017
4256
|
pluralize: 8.0.0
|
|
4257
|
+
quote-js-string: 0.1.0
|
|
4018
4258
|
regjsparser: 0.13.2
|
|
4259
|
+
reserved-identifiers: 1.2.0
|
|
4019
4260
|
semver: 7.8.5
|
|
4020
4261
|
strip-indent: 4.1.1
|
|
4262
|
+
yaml: 2.9.0
|
|
4021
4263
|
|
|
4022
4264
|
eslint-scope@9.1.2:
|
|
4023
4265
|
dependencies:
|
|
@@ -4174,6 +4416,8 @@ snapshots:
|
|
|
4174
4416
|
|
|
4175
4417
|
function-bind@1.1.2: {}
|
|
4176
4418
|
|
|
4419
|
+
function-timeout@1.0.2: {}
|
|
4420
|
+
|
|
4177
4421
|
function.prototype.name@1.2.0:
|
|
4178
4422
|
dependencies:
|
|
4179
4423
|
call-bind: 1.0.9
|
|
@@ -4254,6 +4498,8 @@ snapshots:
|
|
|
4254
4498
|
|
|
4255
4499
|
globals@17.6.0: {}
|
|
4256
4500
|
|
|
4501
|
+
globals@17.7.0: {}
|
|
4502
|
+
|
|
4257
4503
|
globalthis@1.0.4:
|
|
4258
4504
|
dependencies:
|
|
4259
4505
|
define-properties: 1.2.1
|
|
@@ -4300,6 +4546,10 @@ snapshots:
|
|
|
4300
4546
|
|
|
4301
4547
|
human-signals@2.1.0: {}
|
|
4302
4548
|
|
|
4549
|
+
identifier-regex@1.1.0:
|
|
4550
|
+
dependencies:
|
|
4551
|
+
reserved-identifiers: 1.2.0
|
|
4552
|
+
|
|
4303
4553
|
ignore@5.3.2: {}
|
|
4304
4554
|
|
|
4305
4555
|
ignore@7.0.6: {}
|
|
@@ -4400,6 +4650,11 @@ snapshots:
|
|
|
4400
4650
|
dependencies:
|
|
4401
4651
|
is-extglob: 2.1.1
|
|
4402
4652
|
|
|
4653
|
+
is-identifier@1.1.0:
|
|
4654
|
+
dependencies:
|
|
4655
|
+
identifier-regex: 1.1.0
|
|
4656
|
+
super-regex: 1.1.0
|
|
4657
|
+
|
|
4403
4658
|
is-map@2.0.3: {}
|
|
4404
4659
|
|
|
4405
4660
|
is-negative-zero@2.0.3: {}
|
|
@@ -4881,6 +5136,12 @@ snapshots:
|
|
|
4881
5136
|
dependencies:
|
|
4882
5137
|
yallist: 3.1.1
|
|
4883
5138
|
|
|
5139
|
+
make-asynchronous@1.1.0:
|
|
5140
|
+
dependencies:
|
|
5141
|
+
p-event: 6.0.1
|
|
5142
|
+
type-fest: 4.41.0
|
|
5143
|
+
web-worker: 1.5.0
|
|
5144
|
+
|
|
4884
5145
|
make-dir@4.0.0:
|
|
4885
5146
|
dependencies:
|
|
4886
5147
|
semver: 7.8.5
|
|
@@ -4893,6 +5154,8 @@ snapshots:
|
|
|
4893
5154
|
|
|
4894
5155
|
math-intrinsics@1.1.0: {}
|
|
4895
5156
|
|
|
5157
|
+
mdn-data@2.28.1: {}
|
|
5158
|
+
|
|
4896
5159
|
merge-stream@2.0.0: {}
|
|
4897
5160
|
|
|
4898
5161
|
mimic-fn@2.1.0: {}
|
|
@@ -5018,6 +5281,10 @@ snapshots:
|
|
|
5018
5281
|
object-keys: 1.1.1
|
|
5019
5282
|
safe-push-apply: 1.0.0
|
|
5020
5283
|
|
|
5284
|
+
p-event@6.0.1:
|
|
5285
|
+
dependencies:
|
|
5286
|
+
p-timeout: 6.1.4
|
|
5287
|
+
|
|
5021
5288
|
p-limit@2.3.0:
|
|
5022
5289
|
dependencies:
|
|
5023
5290
|
p-try: 2.2.0
|
|
@@ -5042,6 +5309,8 @@ snapshots:
|
|
|
5042
5309
|
dependencies:
|
|
5043
5310
|
p-limit: 4.0.0
|
|
5044
5311
|
|
|
5312
|
+
p-timeout@6.1.4: {}
|
|
5313
|
+
|
|
5045
5314
|
p-try@2.2.0: {}
|
|
5046
5315
|
|
|
5047
5316
|
package-json-from-dist@1.0.1: {}
|
|
@@ -5107,6 +5376,8 @@ snapshots:
|
|
|
5107
5376
|
|
|
5108
5377
|
pure-rand@7.0.1: {}
|
|
5109
5378
|
|
|
5379
|
+
quote-js-string@0.1.0: {}
|
|
5380
|
+
|
|
5110
5381
|
react-is@16.13.1: {}
|
|
5111
5382
|
|
|
5112
5383
|
react-is@18.3.1: {}
|
|
@@ -5139,6 +5410,8 @@ snapshots:
|
|
|
5139
5410
|
|
|
5140
5411
|
require-directory@2.1.1: {}
|
|
5141
5412
|
|
|
5413
|
+
reserved-identifiers@1.2.0: {}
|
|
5414
|
+
|
|
5142
5415
|
resolve-cwd@3.0.0:
|
|
5143
5416
|
dependencies:
|
|
5144
5417
|
resolve-from: 5.0.0
|
|
@@ -5263,6 +5536,8 @@ snapshots:
|
|
|
5263
5536
|
ansi-styles: 6.2.3
|
|
5264
5537
|
is-fullwidth-code-point: 4.0.0
|
|
5265
5538
|
|
|
5539
|
+
source-map-js@1.2.1: {}
|
|
5540
|
+
|
|
5266
5541
|
source-map-support@0.5.13:
|
|
5267
5542
|
dependencies:
|
|
5268
5543
|
buffer-from: 1.1.2
|
|
@@ -5365,6 +5640,12 @@ snapshots:
|
|
|
5365
5640
|
|
|
5366
5641
|
strip-json-comments@3.1.1: {}
|
|
5367
5642
|
|
|
5643
|
+
super-regex@1.1.0:
|
|
5644
|
+
dependencies:
|
|
5645
|
+
function-timeout: 1.0.2
|
|
5646
|
+
make-asynchronous: 1.1.0
|
|
5647
|
+
time-span: 5.1.0
|
|
5648
|
+
|
|
5368
5649
|
supports-color@7.2.0:
|
|
5369
5650
|
dependencies:
|
|
5370
5651
|
has-flag: 4.0.0
|
|
@@ -5387,6 +5668,10 @@ snapshots:
|
|
|
5387
5668
|
glob: 7.2.3
|
|
5388
5669
|
minimatch: 3.1.5
|
|
5389
5670
|
|
|
5671
|
+
time-span@5.1.0:
|
|
5672
|
+
dependencies:
|
|
5673
|
+
convert-hrtime: 5.0.0
|
|
5674
|
+
|
|
5390
5675
|
tinyglobby@0.2.17:
|
|
5391
5676
|
dependencies:
|
|
5392
5677
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
@@ -5489,6 +5774,17 @@ snapshots:
|
|
|
5489
5774
|
transitivePeerDependencies:
|
|
5490
5775
|
- supports-color
|
|
5491
5776
|
|
|
5777
|
+
typescript-eslint@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
5778
|
+
dependencies:
|
|
5779
|
+
'@typescript-eslint/eslint-plugin': 8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3))(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
5780
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
5781
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
5782
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
5783
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
5784
|
+
typescript: 6.0.3
|
|
5785
|
+
transitivePeerDependencies:
|
|
5786
|
+
- supports-color
|
|
5787
|
+
|
|
5492
5788
|
typescript@6.0.3: {}
|
|
5493
5789
|
|
|
5494
5790
|
uglify-js@3.19.3:
|
|
@@ -5552,6 +5848,8 @@ snapshots:
|
|
|
5552
5848
|
dependencies:
|
|
5553
5849
|
makeerror: 1.0.12
|
|
5554
5850
|
|
|
5851
|
+
web-worker@1.5.0: {}
|
|
5852
|
+
|
|
5555
5853
|
which-boxed-primitive@1.1.1:
|
|
5556
5854
|
dependencies:
|
|
5557
5855
|
is-bigint: 1.1.0
|
|
@@ -5624,6 +5922,8 @@ snapshots:
|
|
|
5624
5922
|
|
|
5625
5923
|
yallist@3.1.1: {}
|
|
5626
5924
|
|
|
5925
|
+
yaml@2.9.0: {}
|
|
5926
|
+
|
|
5627
5927
|
yargs-parser@21.1.1: {}
|
|
5628
5928
|
|
|
5629
5929
|
yargs@17.7.3:
|