@book000/create-ts 0.1.57 → 0.1.59
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 +3 -3
- 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
|
@@ -16,8 +16,8 @@ importers:
|
|
|
16
16
|
version: 5.10.0
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.
|
|
20
|
-
version: 1.
|
|
19
|
+
specifier: 1.16.14
|
|
20
|
+
version: 1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
21
21
|
'@types/jest':
|
|
22
22
|
specifier: 30.0.0
|
|
23
23
|
version: 30.0.0
|
|
@@ -216,10 +216,10 @@ packages:
|
|
|
216
216
|
'@bcoe/v8-coverage@0.2.3':
|
|
217
217
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
218
218
|
|
|
219
|
-
'@book000/eslint-config@1.
|
|
220
|
-
resolution: {integrity: sha512-
|
|
219
|
+
'@book000/eslint-config@1.16.14':
|
|
220
|
+
resolution: {integrity: sha512-AOFqqnI+a22VbLhgp1gUpJJq4dcknQ0yGJk2xLZHnstE2DpfdtJzytnuDQzpatFyetT81DGxBxDfqivyXvafNg==}
|
|
221
221
|
peerDependencies:
|
|
222
|
-
eslint: 10.
|
|
222
|
+
eslint: 10.7.0
|
|
223
223
|
|
|
224
224
|
'@emnapi/core@1.10.0':
|
|
225
225
|
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
|
|
@@ -408,6 +408,10 @@ packages:
|
|
|
408
408
|
resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==}
|
|
409
409
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
410
410
|
|
|
411
|
+
'@eslint/css-tree@4.0.4':
|
|
412
|
+
resolution: {integrity: sha512-nxMparyhqVWQvadx9x8dIfubfIPOE+X2b2waua8fzdnM9vdp9rgVtwEZlG0TmCwEUz/d/f40fzvO/eqBwdxz0A==}
|
|
413
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
414
|
+
|
|
411
415
|
'@eslint/object-schema@3.0.5':
|
|
412
416
|
resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==}
|
|
413
417
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
@@ -658,6 +662,14 @@ packages:
|
|
|
658
662
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
659
663
|
typescript: '>=4.8.4 <6.1.0'
|
|
660
664
|
|
|
665
|
+
'@typescript-eslint/eslint-plugin@8.64.0':
|
|
666
|
+
resolution: {integrity: sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==}
|
|
667
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
668
|
+
peerDependencies:
|
|
669
|
+
'@typescript-eslint/parser': ^8.64.0
|
|
670
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
671
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
672
|
+
|
|
661
673
|
'@typescript-eslint/parser@8.61.0':
|
|
662
674
|
resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
|
|
663
675
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -665,12 +677,25 @@ packages:
|
|
|
665
677
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
666
678
|
typescript: '>=4.8.4 <6.1.0'
|
|
667
679
|
|
|
680
|
+
'@typescript-eslint/parser@8.64.0':
|
|
681
|
+
resolution: {integrity: sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==}
|
|
682
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
683
|
+
peerDependencies:
|
|
684
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
685
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
686
|
+
|
|
668
687
|
'@typescript-eslint/project-service@8.61.0':
|
|
669
688
|
resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
|
|
670
689
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
671
690
|
peerDependencies:
|
|
672
691
|
typescript: '>=4.8.4 <6.1.0'
|
|
673
692
|
|
|
693
|
+
'@typescript-eslint/project-service@8.64.0':
|
|
694
|
+
resolution: {integrity: sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==}
|
|
695
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
696
|
+
peerDependencies:
|
|
697
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
698
|
+
|
|
674
699
|
'@typescript-eslint/project-service@8.65.0':
|
|
675
700
|
resolution: {integrity: sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==}
|
|
676
701
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -681,6 +706,10 @@ packages:
|
|
|
681
706
|
resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
|
|
682
707
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
683
708
|
|
|
709
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
710
|
+
resolution: {integrity: sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==}
|
|
711
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
712
|
+
|
|
684
713
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
685
714
|
resolution: {integrity: sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==}
|
|
686
715
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -691,6 +720,12 @@ packages:
|
|
|
691
720
|
peerDependencies:
|
|
692
721
|
typescript: '>=4.8.4 <6.1.0'
|
|
693
722
|
|
|
723
|
+
'@typescript-eslint/tsconfig-utils@8.64.0':
|
|
724
|
+
resolution: {integrity: sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==}
|
|
725
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
726
|
+
peerDependencies:
|
|
727
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
728
|
+
|
|
694
729
|
'@typescript-eslint/tsconfig-utils@8.65.0':
|
|
695
730
|
resolution: {integrity: sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==}
|
|
696
731
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -704,10 +739,21 @@ packages:
|
|
|
704
739
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
705
740
|
typescript: '>=4.8.4 <6.1.0'
|
|
706
741
|
|
|
742
|
+
'@typescript-eslint/type-utils@8.64.0':
|
|
743
|
+
resolution: {integrity: sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==}
|
|
744
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
745
|
+
peerDependencies:
|
|
746
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
747
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
748
|
+
|
|
707
749
|
'@typescript-eslint/types@8.61.0':
|
|
708
750
|
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
|
|
709
751
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
710
752
|
|
|
753
|
+
'@typescript-eslint/types@8.64.0':
|
|
754
|
+
resolution: {integrity: sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==}
|
|
755
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
756
|
+
|
|
711
757
|
'@typescript-eslint/types@8.65.0':
|
|
712
758
|
resolution: {integrity: sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==}
|
|
713
759
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -718,6 +764,12 @@ packages:
|
|
|
718
764
|
peerDependencies:
|
|
719
765
|
typescript: '>=4.8.4 <6.1.0'
|
|
720
766
|
|
|
767
|
+
'@typescript-eslint/typescript-estree@8.64.0':
|
|
768
|
+
resolution: {integrity: sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==}
|
|
769
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
770
|
+
peerDependencies:
|
|
771
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
772
|
+
|
|
721
773
|
'@typescript-eslint/typescript-estree@8.65.0':
|
|
722
774
|
resolution: {integrity: sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==}
|
|
723
775
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -731,6 +783,13 @@ packages:
|
|
|
731
783
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
732
784
|
typescript: '>=4.8.4 <6.1.0'
|
|
733
785
|
|
|
786
|
+
'@typescript-eslint/utils@8.64.0':
|
|
787
|
+
resolution: {integrity: sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==}
|
|
788
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
789
|
+
peerDependencies:
|
|
790
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
791
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
792
|
+
|
|
734
793
|
'@typescript-eslint/utils@8.65.0':
|
|
735
794
|
resolution: {integrity: sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==}
|
|
736
795
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -742,6 +801,10 @@ packages:
|
|
|
742
801
|
resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
|
|
743
802
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
744
803
|
|
|
804
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
805
|
+
resolution: {integrity: sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==}
|
|
806
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
807
|
+
|
|
745
808
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
746
809
|
resolution: {integrity: sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==}
|
|
747
810
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1122,6 +1185,10 @@ packages:
|
|
|
1122
1185
|
concat-map@0.0.1:
|
|
1123
1186
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1124
1187
|
|
|
1188
|
+
convert-hrtime@5.0.0:
|
|
1189
|
+
resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==}
|
|
1190
|
+
engines: {node: '>=12'}
|
|
1191
|
+
|
|
1125
1192
|
convert-source-map@2.0.0:
|
|
1126
1193
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1127
1194
|
|
|
@@ -1227,6 +1294,10 @@ packages:
|
|
|
1227
1294
|
resolution: {integrity: sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==}
|
|
1228
1295
|
engines: {node: '>=10.13.0'}
|
|
1229
1296
|
|
|
1297
|
+
entities@4.5.0:
|
|
1298
|
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
|
1299
|
+
engines: {node: '>=0.12'}
|
|
1300
|
+
|
|
1230
1301
|
environment@1.1.0:
|
|
1231
1302
|
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
1232
1303
|
engines: {node: '>=18'}
|
|
@@ -1323,11 +1394,11 @@ packages:
|
|
|
1323
1394
|
peerDependencies:
|
|
1324
1395
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
1325
1396
|
|
|
1326
|
-
eslint-plugin-unicorn@
|
|
1327
|
-
resolution: {integrity: sha512-
|
|
1328
|
-
engines: {node:
|
|
1397
|
+
eslint-plugin-unicorn@72.0.0:
|
|
1398
|
+
resolution: {integrity: sha512-hqO6ksoOHO+ZhdseTuKRVQbx9U7PRO/cv8qAR1mctwzdVO2hYud8uS9luAhp43RJgziYgHAph8eHyipT8GL0ng==}
|
|
1399
|
+
engines: {node: '>=22'}
|
|
1329
1400
|
peerDependencies:
|
|
1330
|
-
eslint: '>=
|
|
1401
|
+
eslint: '>=10.4'
|
|
1331
1402
|
|
|
1332
1403
|
eslint-scope@9.1.2:
|
|
1333
1404
|
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
|
|
@@ -1498,6 +1569,10 @@ packages:
|
|
|
1498
1569
|
function-bind@1.1.2:
|
|
1499
1570
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
1500
1571
|
|
|
1572
|
+
function-timeout@1.0.2:
|
|
1573
|
+
resolution: {integrity: sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==}
|
|
1574
|
+
engines: {node: '>=18'}
|
|
1575
|
+
|
|
1501
1576
|
function.prototype.name@1.2.0:
|
|
1502
1577
|
resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==}
|
|
1503
1578
|
engines: {node: '>= 0.4'}
|
|
@@ -1565,6 +1640,10 @@ packages:
|
|
|
1565
1640
|
resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==}
|
|
1566
1641
|
engines: {node: '>=18'}
|
|
1567
1642
|
|
|
1643
|
+
globals@17.7.0:
|
|
1644
|
+
resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==}
|
|
1645
|
+
engines: {node: '>=18'}
|
|
1646
|
+
|
|
1568
1647
|
globalthis@1.0.4:
|
|
1569
1648
|
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
|
1570
1649
|
engines: {node: '>= 0.4'}
|
|
@@ -1626,6 +1705,10 @@ packages:
|
|
|
1626
1705
|
resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==}
|
|
1627
1706
|
engines: {node: '>=0.10.0'}
|
|
1628
1707
|
|
|
1708
|
+
identifier-regex@1.1.0:
|
|
1709
|
+
resolution: {integrity: sha512-SLX4H/vtcYlYnL7XqnuJKHU7Z8517TgsW9nmQiGOgMCjQ8V/deLYu6bEmbGoXe7WMMhc9+EUGyFFneHja8KabA==}
|
|
1710
|
+
engines: {node: '>=18'}
|
|
1711
|
+
|
|
1629
1712
|
ignore@5.3.2:
|
|
1630
1713
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1631
1714
|
engines: {node: '>= 4'}
|
|
@@ -1733,6 +1816,10 @@ packages:
|
|
|
1733
1816
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1734
1817
|
engines: {node: '>=0.10.0'}
|
|
1735
1818
|
|
|
1819
|
+
is-identifier@1.1.0:
|
|
1820
|
+
resolution: {integrity: sha512-NhOds0mDx9lJu+1lBRO0xbwFo5nobA7GCk/0e5xjr6+6XugX985+0OyGX35BNrTkPAsdLcIKg02HUQJOK8D8kw==}
|
|
1821
|
+
engines: {node: '>=18'}
|
|
1822
|
+
|
|
1736
1823
|
is-map@2.0.3:
|
|
1737
1824
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
1738
1825
|
engines: {node: '>= 0.4'}
|
|
@@ -2035,6 +2122,10 @@ packages:
|
|
|
2035
2122
|
lru-cache@5.1.1:
|
|
2036
2123
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
2037
2124
|
|
|
2125
|
+
make-asynchronous@1.1.0:
|
|
2126
|
+
resolution: {integrity: sha512-ayF7iT+44LXdxJLTrTd3TLQpFDDvPCBxXxbv+pMUSuHA5Q8zyAfwkRP6aHHwNVFBUFWtxAHqwNJxF8vMZLAbVg==}
|
|
2127
|
+
engines: {node: '>=18'}
|
|
2128
|
+
|
|
2038
2129
|
make-dir@4.0.0:
|
|
2039
2130
|
resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
|
|
2040
2131
|
engines: {node: '>=10'}
|
|
@@ -2049,6 +2140,9 @@ packages:
|
|
|
2049
2140
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
2050
2141
|
engines: {node: '>= 0.4'}
|
|
2051
2142
|
|
|
2143
|
+
mdn-data@2.28.1:
|
|
2144
|
+
resolution: {integrity: sha512-U9w+PzSZ00Z5m9rZ5ARVFL5xOfuCHdKYi/1RRwDCJsboFgJDNT3zT6PIPD7mZQYaQLhsZM3GfDRgSMRHhSmVng==}
|
|
2145
|
+
|
|
2052
2146
|
merge-stream@2.0.0:
|
|
2053
2147
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
2054
2148
|
|
|
@@ -2165,6 +2259,10 @@ packages:
|
|
|
2165
2259
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
2166
2260
|
engines: {node: '>= 0.4'}
|
|
2167
2261
|
|
|
2262
|
+
p-event@6.0.1:
|
|
2263
|
+
resolution: {integrity: sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==}
|
|
2264
|
+
engines: {node: '>=16.17'}
|
|
2265
|
+
|
|
2168
2266
|
p-limit@2.3.0:
|
|
2169
2267
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
|
2170
2268
|
engines: {node: '>=6'}
|
|
@@ -2189,6 +2287,10 @@ packages:
|
|
|
2189
2287
|
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
|
2190
2288
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
2191
2289
|
|
|
2290
|
+
p-timeout@6.1.4:
|
|
2291
|
+
resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==}
|
|
2292
|
+
engines: {node: '>=14.16'}
|
|
2293
|
+
|
|
2192
2294
|
p-try@2.2.0:
|
|
2193
2295
|
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
|
|
2194
2296
|
engines: {node: '>=6'}
|
|
@@ -2296,6 +2398,10 @@ packages:
|
|
|
2296
2398
|
quick-format-unescaped@4.0.4:
|
|
2297
2399
|
resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==}
|
|
2298
2400
|
|
|
2401
|
+
quote-js-string@0.1.0:
|
|
2402
|
+
resolution: {integrity: sha512-Y3NoRtprEEZQD8RfxMCfS0ZTqc4e+i18OrXEXAvpM6TfC/3y+0L5rNbZiSnbBBEkDfFzbpd8o+cE8q3/anjMGA==}
|
|
2403
|
+
engines: {node: '>=22'}
|
|
2404
|
+
|
|
2299
2405
|
raw-body@3.0.2:
|
|
2300
2406
|
resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
|
|
2301
2407
|
engines: {node: '>= 0.10'}
|
|
@@ -2336,6 +2442,10 @@ packages:
|
|
|
2336
2442
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
2337
2443
|
engines: {node: '>=0.10.0'}
|
|
2338
2444
|
|
|
2445
|
+
reserved-identifiers@1.2.0:
|
|
2446
|
+
resolution: {integrity: sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==}
|
|
2447
|
+
engines: {node: '>=18'}
|
|
2448
|
+
|
|
2339
2449
|
resolve-cwd@3.0.0:
|
|
2340
2450
|
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
|
|
2341
2451
|
engines: {node: '>=8'}
|
|
@@ -2470,6 +2580,10 @@ packages:
|
|
|
2470
2580
|
sonic-boom@4.2.1:
|
|
2471
2581
|
resolution: {integrity: sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==}
|
|
2472
2582
|
|
|
2583
|
+
source-map-js@1.2.1:
|
|
2584
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
2585
|
+
engines: {node: '>=0.10.0'}
|
|
2586
|
+
|
|
2473
2587
|
source-map-support@0.5.13:
|
|
2474
2588
|
resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
|
|
2475
2589
|
|
|
@@ -2555,6 +2669,10 @@ packages:
|
|
|
2555
2669
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
2556
2670
|
engines: {node: '>=8'}
|
|
2557
2671
|
|
|
2672
|
+
super-regex@1.1.0:
|
|
2673
|
+
resolution: {integrity: sha512-WHkws2ZflZe41zj6AolvvmaTrWds/VuyeYr9iPVv/oQeaIoVxMKaushfFWpOGDT+GuBrM/sVqF8KUCYQlSSTdQ==}
|
|
2674
|
+
engines: {node: '>=18'}
|
|
2675
|
+
|
|
2558
2676
|
supports-color@7.2.0:
|
|
2559
2677
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2560
2678
|
engines: {node: '>=8'}
|
|
@@ -2583,6 +2701,10 @@ packages:
|
|
|
2583
2701
|
resolution: {integrity: sha512-e2zZ96wSChazBsbENf/Pcm/4swHt2cEKQ92rhUjkL9GCKiTDJIaTBenjE/m9DXi0QBmTMDkFDdOomUy20A1tDQ==}
|
|
2584
2702
|
engines: {node: '>=20'}
|
|
2585
2703
|
|
|
2704
|
+
time-span@5.1.0:
|
|
2705
|
+
resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==}
|
|
2706
|
+
engines: {node: '>=12'}
|
|
2707
|
+
|
|
2586
2708
|
tinyglobby@0.2.17:
|
|
2587
2709
|
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
2588
2710
|
engines: {node: '>=12.0.0'}
|
|
@@ -2687,6 +2809,13 @@ packages:
|
|
|
2687
2809
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2688
2810
|
typescript: '>=4.8.4 <6.1.0'
|
|
2689
2811
|
|
|
2812
|
+
typescript-eslint@8.64.0:
|
|
2813
|
+
resolution: {integrity: sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==}
|
|
2814
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2815
|
+
peerDependencies:
|
|
2816
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2817
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
2818
|
+
|
|
2690
2819
|
typescript@6.0.3:
|
|
2691
2820
|
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
|
2692
2821
|
engines: {node: '>=14.17'}
|
|
@@ -2731,6 +2860,9 @@ packages:
|
|
|
2731
2860
|
walker@1.0.8:
|
|
2732
2861
|
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
|
2733
2862
|
|
|
2863
|
+
web-worker@1.5.0:
|
|
2864
|
+
resolution: {integrity: sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==}
|
|
2865
|
+
|
|
2734
2866
|
which-boxed-primitive@1.1.1:
|
|
2735
2867
|
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
|
|
2736
2868
|
engines: {node: '>= 0.4'}
|
|
@@ -2781,6 +2913,11 @@ packages:
|
|
|
2781
2913
|
yallist@3.1.1:
|
|
2782
2914
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2783
2915
|
|
|
2916
|
+
yaml@2.9.0:
|
|
2917
|
+
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
|
|
2918
|
+
engines: {node: '>= 14.6'}
|
|
2919
|
+
hasBin: true
|
|
2920
|
+
|
|
2784
2921
|
yargs-parser@21.1.1:
|
|
2785
2922
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
2786
2923
|
engines: {node: '>=12'}
|
|
@@ -2992,15 +3129,15 @@ snapshots:
|
|
|
2992
3129
|
|
|
2993
3130
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
2994
3131
|
|
|
2995
|
-
'@book000/eslint-config@1.
|
|
3132
|
+
'@book000/eslint-config@1.16.14(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
2996
3133
|
dependencies:
|
|
2997
|
-
'@typescript-eslint/parser': 8.
|
|
3134
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2998
3135
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
2999
3136
|
eslint-config-prettier: 10.1.8(eslint@10.7.0(supports-color@8.1.1))
|
|
3000
|
-
eslint-plugin-unicorn:
|
|
3001
|
-
globals: 17.
|
|
3137
|
+
eslint-plugin-unicorn: 72.0.0(eslint@10.7.0(supports-color@8.1.1))
|
|
3138
|
+
globals: 17.7.0
|
|
3002
3139
|
neostandard: 0.13.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3003
|
-
typescript-eslint: 8.
|
|
3140
|
+
typescript-eslint: 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3004
3141
|
transitivePeerDependencies:
|
|
3005
3142
|
- supports-color
|
|
3006
3143
|
- typescript
|
|
@@ -3122,6 +3259,11 @@ snapshots:
|
|
|
3122
3259
|
dependencies:
|
|
3123
3260
|
'@types/json-schema': 7.0.15
|
|
3124
3261
|
|
|
3262
|
+
'@eslint/css-tree@4.0.4':
|
|
3263
|
+
dependencies:
|
|
3264
|
+
mdn-data: 2.28.1
|
|
3265
|
+
source-map-js: 1.2.1
|
|
3266
|
+
|
|
3125
3267
|
'@eslint/object-schema@3.0.5': {}
|
|
3126
3268
|
|
|
3127
3269
|
'@eslint/plugin-kit@0.7.2':
|
|
@@ -3502,6 +3644,22 @@ snapshots:
|
|
|
3502
3644
|
transitivePeerDependencies:
|
|
3503
3645
|
- supports-color
|
|
3504
3646
|
|
|
3647
|
+
'@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)':
|
|
3648
|
+
dependencies:
|
|
3649
|
+
'@eslint-community/regexpp': 4.12.2
|
|
3650
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3651
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3652
|
+
'@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)
|
|
3653
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3654
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3655
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3656
|
+
ignore: 7.0.6
|
|
3657
|
+
natural-compare: 1.4.0
|
|
3658
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3659
|
+
typescript: 6.0.3
|
|
3660
|
+
transitivePeerDependencies:
|
|
3661
|
+
- supports-color
|
|
3662
|
+
|
|
3505
3663
|
'@typescript-eslint/parser@8.61.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3506
3664
|
dependencies:
|
|
3507
3665
|
'@typescript-eslint/scope-manager': 8.61.0
|
|
@@ -3514,10 +3672,31 @@ snapshots:
|
|
|
3514
3672
|
transitivePeerDependencies:
|
|
3515
3673
|
- supports-color
|
|
3516
3674
|
|
|
3675
|
+
'@typescript-eslint/parser@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3676
|
+
dependencies:
|
|
3677
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3678
|
+
'@typescript-eslint/types': 8.64.0
|
|
3679
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3680
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3681
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3682
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3683
|
+
typescript: 6.0.3
|
|
3684
|
+
transitivePeerDependencies:
|
|
3685
|
+
- supports-color
|
|
3686
|
+
|
|
3517
3687
|
'@typescript-eslint/project-service@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3518
3688
|
dependencies:
|
|
3519
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
3520
|
-
'@typescript-eslint/types': 8.
|
|
3689
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3690
|
+
'@typescript-eslint/types': 8.65.0
|
|
3691
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3692
|
+
typescript: 6.0.3
|
|
3693
|
+
transitivePeerDependencies:
|
|
3694
|
+
- supports-color
|
|
3695
|
+
|
|
3696
|
+
'@typescript-eslint/project-service@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3697
|
+
dependencies:
|
|
3698
|
+
'@typescript-eslint/tsconfig-utils': 8.65.0(typescript@6.0.3)
|
|
3699
|
+
'@typescript-eslint/types': 8.65.0
|
|
3521
3700
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3522
3701
|
typescript: 6.0.3
|
|
3523
3702
|
transitivePeerDependencies:
|
|
@@ -3537,6 +3716,11 @@ snapshots:
|
|
|
3537
3716
|
'@typescript-eslint/types': 8.61.0
|
|
3538
3717
|
'@typescript-eslint/visitor-keys': 8.61.0
|
|
3539
3718
|
|
|
3719
|
+
'@typescript-eslint/scope-manager@8.64.0':
|
|
3720
|
+
dependencies:
|
|
3721
|
+
'@typescript-eslint/types': 8.64.0
|
|
3722
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3723
|
+
|
|
3540
3724
|
'@typescript-eslint/scope-manager@8.65.0':
|
|
3541
3725
|
dependencies:
|
|
3542
3726
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3546,6 +3730,10 @@ snapshots:
|
|
|
3546
3730
|
dependencies:
|
|
3547
3731
|
typescript: 6.0.3
|
|
3548
3732
|
|
|
3733
|
+
'@typescript-eslint/tsconfig-utils@8.64.0(typescript@6.0.3)':
|
|
3734
|
+
dependencies:
|
|
3735
|
+
typescript: 6.0.3
|
|
3736
|
+
|
|
3549
3737
|
'@typescript-eslint/tsconfig-utils@8.65.0(typescript@6.0.3)':
|
|
3550
3738
|
dependencies:
|
|
3551
3739
|
typescript: 6.0.3
|
|
@@ -3562,8 +3750,22 @@ snapshots:
|
|
|
3562
3750
|
transitivePeerDependencies:
|
|
3563
3751
|
- supports-color
|
|
3564
3752
|
|
|
3753
|
+
'@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)':
|
|
3754
|
+
dependencies:
|
|
3755
|
+
'@typescript-eslint/types': 8.64.0
|
|
3756
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3757
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3758
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3759
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3760
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3761
|
+
typescript: 6.0.3
|
|
3762
|
+
transitivePeerDependencies:
|
|
3763
|
+
- supports-color
|
|
3764
|
+
|
|
3565
3765
|
'@typescript-eslint/types@8.61.0': {}
|
|
3566
3766
|
|
|
3767
|
+
'@typescript-eslint/types@8.64.0': {}
|
|
3768
|
+
|
|
3567
3769
|
'@typescript-eslint/types@8.65.0': {}
|
|
3568
3770
|
|
|
3569
3771
|
'@typescript-eslint/typescript-estree@8.61.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
@@ -3581,6 +3783,21 @@ snapshots:
|
|
|
3581
3783
|
transitivePeerDependencies:
|
|
3582
3784
|
- supports-color
|
|
3583
3785
|
|
|
3786
|
+
'@typescript-eslint/typescript-estree@8.64.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3787
|
+
dependencies:
|
|
3788
|
+
'@typescript-eslint/project-service': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3789
|
+
'@typescript-eslint/tsconfig-utils': 8.64.0(typescript@6.0.3)
|
|
3790
|
+
'@typescript-eslint/types': 8.64.0
|
|
3791
|
+
'@typescript-eslint/visitor-keys': 8.64.0
|
|
3792
|
+
debug: 4.4.3(supports-color@8.1.1)
|
|
3793
|
+
minimatch: 10.2.5
|
|
3794
|
+
semver: 7.8.5
|
|
3795
|
+
tinyglobby: 0.2.17
|
|
3796
|
+
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
3797
|
+
typescript: 6.0.3
|
|
3798
|
+
transitivePeerDependencies:
|
|
3799
|
+
- supports-color
|
|
3800
|
+
|
|
3584
3801
|
'@typescript-eslint/typescript-estree@8.65.0(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3585
3802
|
dependencies:
|
|
3586
3803
|
'@typescript-eslint/project-service': 8.65.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
@@ -3607,6 +3824,17 @@ snapshots:
|
|
|
3607
3824
|
transitivePeerDependencies:
|
|
3608
3825
|
- supports-color
|
|
3609
3826
|
|
|
3827
|
+
'@typescript-eslint/utils@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3828
|
+
dependencies:
|
|
3829
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
3830
|
+
'@typescript-eslint/scope-manager': 8.64.0
|
|
3831
|
+
'@typescript-eslint/types': 8.64.0
|
|
3832
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
3833
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
3834
|
+
typescript: 6.0.3
|
|
3835
|
+
transitivePeerDependencies:
|
|
3836
|
+
- supports-color
|
|
3837
|
+
|
|
3610
3838
|
'@typescript-eslint/utils@8.65.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3611
3839
|
dependencies:
|
|
3612
3840
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
@@ -3623,6 +3851,11 @@ snapshots:
|
|
|
3623
3851
|
'@typescript-eslint/types': 8.61.0
|
|
3624
3852
|
eslint-visitor-keys: 5.0.1
|
|
3625
3853
|
|
|
3854
|
+
'@typescript-eslint/visitor-keys@8.64.0':
|
|
3855
|
+
dependencies:
|
|
3856
|
+
'@typescript-eslint/types': 8.64.0
|
|
3857
|
+
eslint-visitor-keys: 5.0.1
|
|
3858
|
+
|
|
3626
3859
|
'@typescript-eslint/visitor-keys@8.65.0':
|
|
3627
3860
|
dependencies:
|
|
3628
3861
|
'@typescript-eslint/types': 8.65.0
|
|
@@ -3983,6 +4216,8 @@ snapshots:
|
|
|
3983
4216
|
|
|
3984
4217
|
concat-map@0.0.1: {}
|
|
3985
4218
|
|
|
4219
|
+
convert-hrtime@5.0.0: {}
|
|
4220
|
+
|
|
3986
4221
|
convert-source-map@2.0.0: {}
|
|
3987
4222
|
|
|
3988
4223
|
cookie@1.1.1: {}
|
|
@@ -4074,6 +4309,8 @@ snapshots:
|
|
|
4074
4309
|
graceful-fs: 4.2.11
|
|
4075
4310
|
tapable: 2.3.3
|
|
4076
4311
|
|
|
4312
|
+
entities@4.5.0: {}
|
|
4313
|
+
|
|
4077
4314
|
environment@1.1.0: {}
|
|
4078
4315
|
|
|
4079
4316
|
error-ex@1.3.4:
|
|
@@ -4284,24 +4521,29 @@ snapshots:
|
|
|
4284
4521
|
string.prototype.matchall: 4.0.12
|
|
4285
4522
|
string.prototype.repeat: 1.0.0
|
|
4286
4523
|
|
|
4287
|
-
eslint-plugin-unicorn@
|
|
4524
|
+
eslint-plugin-unicorn@72.0.0(eslint@10.7.0(supports-color@8.1.1)):
|
|
4288
4525
|
dependencies:
|
|
4289
|
-
'@babel/helper-validator-identifier': 7.29.7
|
|
4290
4526
|
'@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0(supports-color@8.1.1))
|
|
4527
|
+
'@eslint/css-tree': 4.0.4
|
|
4528
|
+
browserslist: 4.28.6
|
|
4291
4529
|
change-case: 5.4.4
|
|
4292
4530
|
ci-info: 4.4.0
|
|
4293
4531
|
core-js-compat: 3.49.0
|
|
4294
4532
|
detect-indent: 7.0.2
|
|
4533
|
+
entities: 4.5.0
|
|
4295
4534
|
eslint: 10.7.0(supports-color@8.1.1)
|
|
4296
4535
|
find-up-simple: 1.0.1
|
|
4297
|
-
globals: 17.
|
|
4536
|
+
globals: 17.7.0
|
|
4298
4537
|
indent-string: 5.0.0
|
|
4299
4538
|
is-builtin-module: 5.0.0
|
|
4300
|
-
|
|
4539
|
+
is-identifier: 1.1.0
|
|
4301
4540
|
pluralize: 8.0.0
|
|
4541
|
+
quote-js-string: 0.1.0
|
|
4302
4542
|
regjsparser: 0.13.2
|
|
4543
|
+
reserved-identifiers: 1.2.0
|
|
4303
4544
|
semver: 7.8.5
|
|
4304
4545
|
strip-indent: 4.1.1
|
|
4546
|
+
yaml: 2.9.0
|
|
4305
4547
|
|
|
4306
4548
|
eslint-scope@9.1.2:
|
|
4307
4549
|
dependencies:
|
|
@@ -4515,6 +4757,8 @@ snapshots:
|
|
|
4515
4757
|
|
|
4516
4758
|
function-bind@1.1.2: {}
|
|
4517
4759
|
|
|
4760
|
+
function-timeout@1.0.2: {}
|
|
4761
|
+
|
|
4518
4762
|
function.prototype.name@1.2.0:
|
|
4519
4763
|
dependencies:
|
|
4520
4764
|
call-bind: 1.0.9
|
|
@@ -4595,6 +4839,8 @@ snapshots:
|
|
|
4595
4839
|
|
|
4596
4840
|
globals@17.6.0: {}
|
|
4597
4841
|
|
|
4842
|
+
globals@17.7.0: {}
|
|
4843
|
+
|
|
4598
4844
|
globalthis@1.0.4:
|
|
4599
4845
|
dependencies:
|
|
4600
4846
|
define-properties: 1.2.1
|
|
@@ -4653,6 +4899,10 @@ snapshots:
|
|
|
4653
4899
|
dependencies:
|
|
4654
4900
|
safer-buffer: 2.1.2
|
|
4655
4901
|
|
|
4902
|
+
identifier-regex@1.1.0:
|
|
4903
|
+
dependencies:
|
|
4904
|
+
reserved-identifiers: 1.2.0
|
|
4905
|
+
|
|
4656
4906
|
ignore@5.3.2: {}
|
|
4657
4907
|
|
|
4658
4908
|
ignore@7.0.6: {}
|
|
@@ -4755,6 +5005,11 @@ snapshots:
|
|
|
4755
5005
|
dependencies:
|
|
4756
5006
|
is-extglob: 2.1.1
|
|
4757
5007
|
|
|
5008
|
+
is-identifier@1.1.0:
|
|
5009
|
+
dependencies:
|
|
5010
|
+
identifier-regex: 1.1.0
|
|
5011
|
+
super-regex: 1.1.0
|
|
5012
|
+
|
|
4758
5013
|
is-map@2.0.3: {}
|
|
4759
5014
|
|
|
4760
5015
|
is-negative-zero@2.0.3: {}
|
|
@@ -5248,6 +5503,12 @@ snapshots:
|
|
|
5248
5503
|
dependencies:
|
|
5249
5504
|
yallist: 3.1.1
|
|
5250
5505
|
|
|
5506
|
+
make-asynchronous@1.1.0:
|
|
5507
|
+
dependencies:
|
|
5508
|
+
p-event: 6.0.1
|
|
5509
|
+
type-fest: 4.41.0
|
|
5510
|
+
web-worker: 1.5.0
|
|
5511
|
+
|
|
5251
5512
|
make-dir@4.0.0:
|
|
5252
5513
|
dependencies:
|
|
5253
5514
|
semver: 7.8.5
|
|
@@ -5260,6 +5521,8 @@ snapshots:
|
|
|
5260
5521
|
|
|
5261
5522
|
math-intrinsics@1.1.0: {}
|
|
5262
5523
|
|
|
5524
|
+
mdn-data@2.28.1: {}
|
|
5525
|
+
|
|
5263
5526
|
merge-stream@2.0.0: {}
|
|
5264
5527
|
|
|
5265
5528
|
mimic-fn@2.1.0: {}
|
|
@@ -5387,6 +5650,10 @@ snapshots:
|
|
|
5387
5650
|
object-keys: 1.1.1
|
|
5388
5651
|
safe-push-apply: 1.0.0
|
|
5389
5652
|
|
|
5653
|
+
p-event@6.0.1:
|
|
5654
|
+
dependencies:
|
|
5655
|
+
p-timeout: 6.1.4
|
|
5656
|
+
|
|
5390
5657
|
p-limit@2.3.0:
|
|
5391
5658
|
dependencies:
|
|
5392
5659
|
p-try: 2.2.0
|
|
@@ -5411,6 +5678,8 @@ snapshots:
|
|
|
5411
5678
|
dependencies:
|
|
5412
5679
|
p-limit: 4.0.0
|
|
5413
5680
|
|
|
5681
|
+
p-timeout@6.1.4: {}
|
|
5682
|
+
|
|
5414
5683
|
p-try@2.2.0: {}
|
|
5415
5684
|
|
|
5416
5685
|
package-json-from-dist@1.0.1: {}
|
|
@@ -5502,6 +5771,8 @@ snapshots:
|
|
|
5502
5771
|
|
|
5503
5772
|
quick-format-unescaped@4.0.4: {}
|
|
5504
5773
|
|
|
5774
|
+
quote-js-string@0.1.0: {}
|
|
5775
|
+
|
|
5505
5776
|
raw-body@3.0.2:
|
|
5506
5777
|
dependencies:
|
|
5507
5778
|
bytes: 3.1.2
|
|
@@ -5547,6 +5818,8 @@ snapshots:
|
|
|
5547
5818
|
|
|
5548
5819
|
require-from-string@2.0.2: {}
|
|
5549
5820
|
|
|
5821
|
+
reserved-identifiers@1.2.0: {}
|
|
5822
|
+
|
|
5550
5823
|
resolve-cwd@3.0.0:
|
|
5551
5824
|
dependencies:
|
|
5552
5825
|
resolve-from: 5.0.0
|
|
@@ -5697,6 +5970,8 @@ snapshots:
|
|
|
5697
5970
|
dependencies:
|
|
5698
5971
|
atomic-sleep: 1.0.0
|
|
5699
5972
|
|
|
5973
|
+
source-map-js@1.2.1: {}
|
|
5974
|
+
|
|
5700
5975
|
source-map-support@0.5.13:
|
|
5701
5976
|
dependencies:
|
|
5702
5977
|
buffer-from: 1.1.2
|
|
@@ -5803,6 +6078,12 @@ snapshots:
|
|
|
5803
6078
|
|
|
5804
6079
|
strip-json-comments@3.1.1: {}
|
|
5805
6080
|
|
|
6081
|
+
super-regex@1.1.0:
|
|
6082
|
+
dependencies:
|
|
6083
|
+
function-timeout: 1.0.2
|
|
6084
|
+
make-asynchronous: 1.1.0
|
|
6085
|
+
time-span: 5.1.0
|
|
6086
|
+
|
|
5806
6087
|
supports-color@7.2.0:
|
|
5807
6088
|
dependencies:
|
|
5808
6089
|
has-flag: 4.0.0
|
|
@@ -5829,6 +6110,10 @@ snapshots:
|
|
|
5829
6110
|
dependencies:
|
|
5830
6111
|
real-require: 1.0.0
|
|
5831
6112
|
|
|
6113
|
+
time-span@5.1.0:
|
|
6114
|
+
dependencies:
|
|
6115
|
+
convert-hrtime: 5.0.0
|
|
6116
|
+
|
|
5832
6117
|
tinyglobby@0.2.17:
|
|
5833
6118
|
dependencies:
|
|
5834
6119
|
fdir: 6.5.0(picomatch@4.0.5)
|
|
@@ -5935,6 +6220,17 @@ snapshots:
|
|
|
5935
6220
|
transitivePeerDependencies:
|
|
5936
6221
|
- supports-color
|
|
5937
6222
|
|
|
6223
|
+
typescript-eslint@8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3):
|
|
6224
|
+
dependencies:
|
|
6225
|
+
'@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)
|
|
6226
|
+
'@typescript-eslint/parser': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6227
|
+
'@typescript-eslint/typescript-estree': 8.64.0(supports-color@8.1.1)(typescript@6.0.3)
|
|
6228
|
+
'@typescript-eslint/utils': 8.64.0(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
6229
|
+
eslint: 10.7.0(supports-color@8.1.1)
|
|
6230
|
+
typescript: 6.0.3
|
|
6231
|
+
transitivePeerDependencies:
|
|
6232
|
+
- supports-color
|
|
6233
|
+
|
|
5938
6234
|
typescript@6.0.3: {}
|
|
5939
6235
|
|
|
5940
6236
|
uglify-js@3.19.3:
|
|
@@ -6000,6 +6296,8 @@ snapshots:
|
|
|
6000
6296
|
dependencies:
|
|
6001
6297
|
makeerror: 1.0.12
|
|
6002
6298
|
|
|
6299
|
+
web-worker@1.5.0: {}
|
|
6300
|
+
|
|
6003
6301
|
which-boxed-primitive@1.1.1:
|
|
6004
6302
|
dependencies:
|
|
6005
6303
|
is-bigint: 1.1.0
|
|
@@ -6072,6 +6370,8 @@ snapshots:
|
|
|
6072
6370
|
|
|
6073
6371
|
yallist@3.1.1: {}
|
|
6074
6372
|
|
|
6373
|
+
yaml@2.9.0: {}
|
|
6374
|
+
|
|
6075
6375
|
yargs-parser@21.1.1: {}
|
|
6076
6376
|
|
|
6077
6377
|
yargs@17.7.3:
|