mirror of
https://github.com/SukkaW/Surge.git
synced 2026-07-29 10:41:46 +08:00
Housekeeping
This commit is contained in:
16
package.json
16
package.json
@@ -38,8 +38,8 @@
|
||||
"tar-fs": "^3.1.3",
|
||||
"telegram": "^2.26.22",
|
||||
"tinyglobby": "^0.2.17",
|
||||
"tldts": "^7.4.6",
|
||||
"tldts-experimental": "^7.4.6",
|
||||
"tldts": "^7.4.8",
|
||||
"tldts-experimental": "^7.4.8",
|
||||
"undici": "^8.7.0",
|
||||
"undici-cache-store-better-sqlite3": "^1.0.1",
|
||||
"why-is-node-running": "^3.2.2",
|
||||
@@ -48,25 +48,25 @@
|
||||
"yauzl-promise": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^8.13.4",
|
||||
"@eslint-sukka/node": "^8.13.5",
|
||||
"@swc-node/register": "^1.11.1",
|
||||
"@swc/core": "1.13.5",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/cli-progress": "^3.11.6",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^25.9.4",
|
||||
"@types/node": "^25.9.5",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"@types/yauzl-promise": "^4.0.1",
|
||||
"earl": "^2.0.0",
|
||||
"eslint": "^10.6.0",
|
||||
"eslint-config-sukka": "^8.13.4",
|
||||
"eslint-formatter-sukka": "^8.13.4",
|
||||
"foxts": "^5.6.0",
|
||||
"eslint-config-sukka": "^8.13.5",
|
||||
"eslint-formatter-sukka": "^8.13.5",
|
||||
"foxts": "^5.8.0",
|
||||
"jest-worker": "^30.4.1",
|
||||
"mitata": "^1.0.34",
|
||||
"mocha": "^11.7.6",
|
||||
"tinyexec": "^1.2.4",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@11.10.0"
|
||||
"packageManager": "pnpm@11.11.0"
|
||||
}
|
||||
|
||||
433
pnpm-lock.yaml
generated
433
pnpm-lock.yaml
generated
@@ -72,11 +72,11 @@ importers:
|
||||
specifier: ^0.2.17
|
||||
version: 0.2.17
|
||||
tldts:
|
||||
specifier: ^7.4.6
|
||||
version: 7.4.6
|
||||
specifier: ^7.4.8
|
||||
version: 7.4.8
|
||||
tldts-experimental:
|
||||
specifier: ^7.4.6
|
||||
version: 7.4.6
|
||||
specifier: ^7.4.8
|
||||
version: 7.4.8
|
||||
undici:
|
||||
specifier: ^8.7.0
|
||||
version: 8.7.0
|
||||
@@ -97,11 +97,11 @@ importers:
|
||||
version: 4.0.0
|
||||
devDependencies:
|
||||
'@eslint-sukka/node':
|
||||
specifier: ^8.13.4
|
||||
version: 8.13.4(eslint@10.6.0)(typescript@6.0.3)
|
||||
specifier: ^8.13.5
|
||||
version: 8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.11.1
|
||||
version: 1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(typescript@6.0.3)
|
||||
version: 1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(supports-color@8.1.1)(typescript@6.0.3)
|
||||
'@swc/core':
|
||||
specifier: 1.13.5
|
||||
version: 1.13.5
|
||||
@@ -115,8 +115,8 @@ importers:
|
||||
specifier: ^10.0.10
|
||||
version: 10.0.10
|
||||
'@types/node':
|
||||
specifier: ^25.9.4
|
||||
version: 25.9.4
|
||||
specifier: ^25.9.5
|
||||
version: 25.9.5
|
||||
'@types/tar-fs':
|
||||
specifier: ^2.0.4
|
||||
version: 2.0.4
|
||||
@@ -128,16 +128,16 @@ importers:
|
||||
version: 2.0.0
|
||||
eslint:
|
||||
specifier: ^10.6.0
|
||||
version: 10.6.0
|
||||
version: 10.6.0(supports-color@8.1.1)
|
||||
eslint-config-sukka:
|
||||
specifier: ^8.13.4
|
||||
version: 8.13.4(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)
|
||||
specifier: ^8.13.5
|
||||
version: 8.13.5(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
eslint-formatter-sukka:
|
||||
specifier: ^8.13.4
|
||||
version: 8.13.4(eslint@10.6.0)
|
||||
specifier: ^8.13.5
|
||||
version: 8.13.5(eslint@10.6.0(supports-color@8.1.1))
|
||||
foxts:
|
||||
specifier: ^5.6.0
|
||||
version: 5.6.0
|
||||
specifier: ^5.8.0
|
||||
version: 5.8.0
|
||||
jest-worker:
|
||||
specifier: ^30.4.1
|
||||
version: 30.4.1
|
||||
@@ -187,13 +187,13 @@ packages:
|
||||
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint-sukka/eslint-plugin-stylistic@8.13.4':
|
||||
resolution: {integrity: sha512-l0evOfggI15TIyz3N1G3VUY6yg6gAXZj7ZKvOip6NZHRGtP/VANGZPKrLgiJ7Fl6B+DGPBTO9cMu7xZZ05i+6A==}
|
||||
'@eslint-sukka/eslint-plugin-stylistic@8.13.5':
|
||||
resolution: {integrity: sha512-aDxNWxbshXXNKA7t2njsu9hpKg6zJQ109xTRe1Hv5LfP7DtM4N9eO7ik3sI1BDJlARdsj4O2uDqRqLZpxAoBow==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
||||
'@eslint-sukka/eslint-plugin-sukka-full@8.13.4':
|
||||
resolution: {integrity: sha512-5oRO6qmyD8Se1jrdSVlrvSDac4HoG6aFEDE63mPGFqtwOpbdYDfFNbsQIoodha/3iMu5ty8GXTM4N3iOXyKcZw==}
|
||||
'@eslint-sukka/eslint-plugin-sukka-full@8.13.5':
|
||||
resolution: {integrity: sha512-DWr7z8kygyO5jArOhOXIEY+6Mn8s9PMaNSz1gn1lMTId4D00dnluUMbU3dTU8RfCo9J9/9qYwM9H+g6BZB2ZIQ==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
typescript: '*'
|
||||
@@ -201,11 +201,11 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@eslint-sukka/node@8.13.4':
|
||||
resolution: {integrity: sha512-8//+MRPGk2FyTGMfxB6aWJbuVn7xvQ8pXviS51EXijcRBhVpnUoYPOK2tLG6IfTAO1ASMIFo2sxrvzgvpqtOPg==}
|
||||
'@eslint-sukka/node@8.13.5':
|
||||
resolution: {integrity: sha512-A6+IKe6heqe6TiOkvmS2LWqKlnTJ1rIFtayL1TFyAfWFfCaxU3JNgNNsHj0Ngp6g0GL8Pp0fWzpaJLLVoQoW+A==}
|
||||
|
||||
'@eslint-sukka/shared@8.13.4':
|
||||
resolution: {integrity: sha512-E5+SAirMLigTCOuSMPECRh2G0j4SVFdDT9d8538QUIWWjXBqHp1GfFN2rpuIJBWkfL5qP2H+iH7oGpKKRRLjcg==}
|
||||
'@eslint-sukka/shared@8.13.5':
|
||||
resolution: {integrity: sha512-IkXF6Vy8RPOn82yxPZX0l/WGhP2cmgqujhljsUJXnRC702A/oL2MPAgE+xIGvfWUHnBiXIL6VRlE0CUp4+KexQ==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
||||
@@ -667,8 +667,8 @@ packages:
|
||||
'@types/mocha@10.0.10':
|
||||
resolution: {integrity: sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==}
|
||||
|
||||
'@types/node@25.9.4':
|
||||
resolution: {integrity: sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==}
|
||||
'@types/node@25.9.5':
|
||||
resolution: {integrity: sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==}
|
||||
|
||||
'@types/tar-fs@2.0.4':
|
||||
resolution: {integrity: sha512-ipPec0CjTmVDWE+QKr9cTmIIoTl7dFG/yARCM5MqK8i6CNLIG1P8x4kwDsOQY1ChZOZjH0wO9nvfgBvWl4R3kA==}
|
||||
@@ -685,39 +685,39 @@ packages:
|
||||
'@types/yauzl-promise@4.0.1':
|
||||
resolution: {integrity: sha512-qYEC3rJwqiJpdQ9b+bPNeuSY0c3JUM8vIuDy08qfuVN7xHm3ZDsHn2kGphUIB0ruEXrPGNXZ64nMUcu4fDjViQ==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.62.1':
|
||||
resolution: {integrity: sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==}
|
||||
'@typescript-eslint/eslint-plugin@8.63.0':
|
||||
resolution: {integrity: sha512-rvwSgqT+DHpWdzfSzPatRLm02a0GlESt++9iy3hLCDY4BgkaLcl8LBi9Yh7XGFBpwcBE/K3024QuXWTpbz4FfQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.62.1
|
||||
'@typescript-eslint/parser': ^8.63.0
|
||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/parser@8.62.1':
|
||||
resolution: {integrity: sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==}
|
||||
'@typescript-eslint/parser@8.63.0':
|
||||
resolution: {integrity: sha512-gwh4gvvlaVDKKxyfxMG+Gnu1u9X0OQBwyGLkbwB65dIzBKnxeRiJlNFqlI3zwVhNXJIs6qV7mlFCn/BIajlVig==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/project-service@8.62.1':
|
||||
resolution: {integrity: sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==}
|
||||
'@typescript-eslint/project-service@8.63.0':
|
||||
resolution: {integrity: sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/scope-manager@8.62.1':
|
||||
resolution: {integrity: sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==}
|
||||
'@typescript-eslint/scope-manager@8.63.0':
|
||||
resolution: {integrity: sha512-uUyfMWCnDSN8bCpcrY8nGP2BLkQ9Xn0GsipcONcpIDWhwhO4ZSyHvyS14U3X75mzxWxL3I2UZIrenTzdzcJO8A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/tsconfig-utils@8.62.1':
|
||||
resolution: {integrity: sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==}
|
||||
'@typescript-eslint/tsconfig-utils@8.63.0':
|
||||
resolution: {integrity: sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/type-utils@8.62.1':
|
||||
resolution: {integrity: sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==}
|
||||
'@typescript-eslint/type-utils@8.63.0':
|
||||
resolution: {integrity: sha512-Nzzh/OGxVCOjObjaj1CQF2RUasyYy2Jfuh+zZ3PjLzG2fYRriAiZLib9UKtO+CpQAS3YHiAS+ckZDclwqI1TPA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||
@@ -727,21 +727,25 @@ packages:
|
||||
resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.62.1':
|
||||
resolution: {integrity: sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==}
|
||||
'@typescript-eslint/types@8.63.0':
|
||||
resolution: {integrity: sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.63.0':
|
||||
resolution: {integrity: sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/utils@8.62.1':
|
||||
resolution: {integrity: sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==}
|
||||
'@typescript-eslint/utils@8.63.0':
|
||||
resolution: {integrity: sha512-fUKaeAvrTuQg/Tgt3nliAUSZHJM6DlCcfyEmxCvlX8kieWSStBX+5O5Fnidtc3i2JrH+9c/GL4RY2iasd/GPTA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||
typescript: '>=4.8.4 <6.1.0'
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.62.1':
|
||||
resolution: {integrity: sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==}
|
||||
'@typescript-eslint/visitor-keys@8.63.0':
|
||||
resolution: {integrity: sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@ungap/structured-clone@1.3.0':
|
||||
@@ -1109,6 +1113,10 @@ packages:
|
||||
resolution: {integrity: sha512-7DdUaTjmNwMcH2gLr1qycesKII3BK4RLy/mdAb7x10Lq7bR4aNKHt1BR1ZALSv0rPM/hF5wYF0PhGop/rJm8vw==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
|
||||
enhanced-resolve@5.24.2:
|
||||
resolution: {integrity: sha512-rpsZEGT1jFuve6QlpyRp9ckQ+kN61hvF9BzCPyMdaKTm8UJce96KBn3sorXOFXlzjPrs3Vc4T1NsSroZ3PxlFw==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
|
||||
entities@2.2.0:
|
||||
resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
|
||||
|
||||
@@ -1140,11 +1148,11 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
||||
eslint-config-sukka@8.13.4:
|
||||
resolution: {integrity: sha512-siEhI1+M2B76ydk2mG149kRKoTF0kF5CH0P9sad7T8SQvNYcbZLy5KQKPnKQ+CCa38xyBdV1PMJGYOqcQjUC8w==}
|
||||
eslint-config-sukka@8.13.5:
|
||||
resolution: {integrity: sha512-xu0ucep6Y/mtfo7N9I4eU26nQ+M+PN8Oau1CX+JD/eyowDvu0YSimoFZYwhfEjMp6/+eaZYBXHItSjvG9q+LQA==}
|
||||
|
||||
eslint-formatter-sukka@8.13.4:
|
||||
resolution: {integrity: sha512-NrFsmp5QCJpCGbrnO86aKQoWecfOjvBfYekNcO2lCMPt8nkfcQyvInDpsoWnm/LkQ9GJjvqu+oD63j0pvj01pQ==}
|
||||
eslint-formatter-sukka@8.13.5:
|
||||
resolution: {integrity: sha512-pdvAb+xpOzhkJIZ5qlcIyEjrgVgZAEj5UtZbKDnI5Rf0IGMfCBVZPPxGXOPDroJzMARvw51unjw/RhSdTkZKGg==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
||||
@@ -1200,8 +1208,8 @@ packages:
|
||||
eslint-import-resolver-node:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-jsonc@3.2.0:
|
||||
resolution: {integrity: sha512-eQSxJypkpNycQAFE/ph/j+bDD2MiCcojxNb+7nugYzuQZvELYg4YO1Cv1y/8MbjPIEw5u3Lx0VPOTlqJJIhPPw==}
|
||||
eslint-plugin-jsonc@3.3.0:
|
||||
resolution: {integrity: sha512-CsTR8aDcShDg6A71ZppLaWiPoSo2J1Ivjm5/c4Mnb9sxgwWq+WG2PgeoAnj7SwzDPJB75tlHvLrGy6ntooIitg==}
|
||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||
peerDependencies:
|
||||
eslint: '>=9.38.0'
|
||||
@@ -1224,8 +1232,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=9.38.0'
|
||||
|
||||
eslint-plugin-sukka@9.14.0:
|
||||
resolution: {integrity: sha512-jkpNj9VilJ6YSed9Xw/LcKSzvRLIwGg07IxvCHZTQUJfsCXGe24Yb/krC4HhCGnKkYelyffc8k5cFhf3RmZ52w==}
|
||||
eslint-plugin-sukka@9.15.0:
|
||||
resolution: {integrity: sha512-nXCgOos2HxypWgNr0kDZuzWZYR8GyJ3kxmT1dlMh1yh8DhMX7desX2mTHg/218cDq1VZgR1hGYceDSdvnZNc5A==}
|
||||
peerDependencies:
|
||||
eslint: '>=9.29.0'
|
||||
typescript: '*'
|
||||
@@ -1358,8 +1366,8 @@ packages:
|
||||
foxts@4.6.0:
|
||||
resolution: {integrity: sha512-Sq6k7CDUAz1/MOiwRiV59tblzsaWGOQitYxvF/l7H5Z/9gZNBvWKWsRcXLS7T7FLKRKO0LmETiefkVUm5omESg==}
|
||||
|
||||
foxts@5.6.0:
|
||||
resolution: {integrity: sha512-KovPkzPutn/SMR/SwK1+a2DuaeTpnCYzoIbPO97O003VVT9Yhjnp7JF9UH8vRiAUIks2Ztwkr8EQoV7wSDSiwg==}
|
||||
foxts@5.8.0:
|
||||
resolution: {integrity: sha512-lVNbi34bVy2ECGNzH8BZ/LGT+ROh0xPBAQsXuuq4HiJ57rKSWiTYWEGNY+eObJWdA38aa51xIFXntMeiMRyYKQ==}
|
||||
|
||||
fs-constants@1.0.0:
|
||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||
@@ -1841,14 +1849,14 @@ packages:
|
||||
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
||||
tldts-core@7.4.6:
|
||||
resolution: {integrity: sha512-TkQNGJIhlEphpHCjKodMTSe23egUZr/g+flI2qkLgiJ/maAzSgXypSLRTNH3nCmqgayEmtcJBiLcfODSAr1xoA==}
|
||||
tldts-core@7.4.8:
|
||||
resolution: {integrity: sha512-c1P7u0EhACHj7lPy4MJm8iTFEU8+nB0LCtddH0fhP7noaVoXAqafMtOOeX+ulpuPBqnrRgRhw494RICT3mbhnw==}
|
||||
|
||||
tldts-experimental@7.4.6:
|
||||
resolution: {integrity: sha512-229vm2Ce4YwD/Tys0Y9WEfKG8gSAfuH9n22rntRvFqfzydJSLk/ihl1aD2kp0Q7d0dktwf1YzYhZ5FmVQwGCCQ==}
|
||||
tldts-experimental@7.4.8:
|
||||
resolution: {integrity: sha512-BhnfwjtvAhq2ea0vglBojLEvn2QtZFZenstPQt75O8RtSqf8Xgh2vh7ksD4afpKwqjUNKg9ze2f18C8KbmSy7A==}
|
||||
|
||||
tldts@7.4.6:
|
||||
resolution: {integrity: sha512-rbP0Gyx8b3Ae9yO//CU2wbSnQNoQ66m1nJdSbSHmnwKwzkkz/u8mERYU8T2rmlmy+bJvRNn84yNCW8gYqox44Q==}
|
||||
tldts@7.4.8:
|
||||
resolution: {integrity: sha512-htwgN/8KRB3z3vnC0BOETVh2m499g5GmyTK9Wq5JBLX3FNz6tSBveAd+fQhzy9hkjif8vy2jwDMR1sGhLtZl2A==}
|
||||
hasBin: true
|
||||
|
||||
ts-api-utils@2.5.0:
|
||||
@@ -1882,8 +1890,8 @@ packages:
|
||||
typedarray-to-buffer@3.1.5:
|
||||
resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
|
||||
|
||||
typescript-eslint@8.62.1:
|
||||
resolution: {integrity: sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==}
|
||||
typescript-eslint@8.63.0:
|
||||
resolution: {integrity: sha512-xgwXyzG4sK9ALkBxbyGkTMMOS+imnW65iPhxCQMK83KhxyoDNW7l+IDqEf9vMdoUidHpOoS967RCq4eMiTexwQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
||||
@@ -2016,54 +2024,54 @@ snapshots:
|
||||
tslib: 2.8.1
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-plugin-eslint-comments@4.7.2(eslint@10.6.0)':
|
||||
'@eslint-community/eslint-plugin-eslint-comments@4.7.2(eslint@10.6.0(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
ignore: 7.0.5
|
||||
|
||||
'@eslint-community/eslint-utils@4.9.1(eslint@10.6.0)':
|
||||
'@eslint-community/eslint-utils@4.9.1(eslint@10.6.0(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.12.2': {}
|
||||
|
||||
'@eslint-sukka/eslint-plugin-stylistic@8.13.4(eslint@10.6.0)':
|
||||
'@eslint-sukka/eslint-plugin-stylistic@8.13.5(eslint@10.6.0(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
|
||||
'@eslint-sukka/eslint-plugin-sukka-full@8.13.4(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@eslint-sukka/eslint-plugin-sukka-full@8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint-plugin-sukka: 9.14.0(eslint@10.6.0)(typescript@6.0.3)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-plugin-sukka: 9.15.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
optionalDependencies:
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@eslint-sukka/node@8.13.4(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@eslint-sukka/node@8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.13.4(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@eslint-sukka/shared': 8.13.4(eslint@10.6.0)(typescript@6.0.3)
|
||||
eslint-plugin-n: 17.24.0(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@eslint-sukka/shared': 8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
eslint-plugin-n: 17.24.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint-sukka/shared@8.13.4(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@eslint-sukka/shared@8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@package-json/types': 0.0.13
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
enhanced-resolve: 5.24.1
|
||||
eslint: 10.6.0
|
||||
foxts: 5.6.0
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
enhanced-resolve: 5.24.2
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
foxts: 5.8.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint/config-array@0.23.5':
|
||||
'@eslint/config-array@0.23.5(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 3.0.5
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
@@ -2079,9 +2087,9 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.15
|
||||
|
||||
'@eslint/js@10.0.1(eslint@10.6.0)':
|
||||
'@eslint/js@10.0.1(eslint@10.6.0(supports-color@8.1.1))':
|
||||
optionalDependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
|
||||
'@eslint/object-schema@3.0.5': {}
|
||||
|
||||
@@ -2104,11 +2112,11 @@ snapshots:
|
||||
'@remusao/guess-url-type': 2.1.0
|
||||
'@remusao/small': 2.1.0
|
||||
'@remusao/smaz': 2.2.0
|
||||
tldts-experimental: 7.4.6
|
||||
tldts-experimental: 7.4.8
|
||||
|
||||
'@ghostery/url-parser@1.3.1':
|
||||
dependencies:
|
||||
tldts-experimental: 7.4.6
|
||||
tldts-experimental: 7.4.8
|
||||
|
||||
'@henrygd/queue@1.2.0': {}
|
||||
|
||||
@@ -2136,7 +2144,7 @@ snapshots:
|
||||
|
||||
'@jest/pattern@30.4.0':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
jest-regex-util: 30.4.0
|
||||
|
||||
'@jest/schemas@30.4.1':
|
||||
@@ -2149,7 +2157,7 @@ snapshots:
|
||||
'@jest/schemas': 30.4.1
|
||||
'@types/istanbul-lib-coverage': 2.0.6
|
||||
'@types/istanbul-reports': 3.0.4
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
'@types/yargs': 17.0.35
|
||||
chalk: 4.1.2
|
||||
|
||||
@@ -2332,7 +2340,7 @@ snapshots:
|
||||
'@swc/core': 1.13.5
|
||||
'@swc/types': 0.1.25
|
||||
|
||||
'@swc-node/register@1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(typescript@6.0.3)':
|
||||
'@swc-node/register@1.11.1(@swc/core@1.13.5)(@swc/types@0.1.25)(supports-color@8.1.1)(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.14.1(@swc/core@1.13.5)(@swc/types@0.1.25)
|
||||
'@swc-node/sourcemap-support': 0.6.1
|
||||
@@ -2411,11 +2419,11 @@ snapshots:
|
||||
|
||||
'@types/better-sqlite3@7.6.13':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
|
||||
'@types/cli-progress@3.11.6':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
|
||||
'@types/esrecurse@4.3.1': {}
|
||||
|
||||
@@ -2435,18 +2443,18 @@ snapshots:
|
||||
|
||||
'@types/mocha@10.0.10': {}
|
||||
|
||||
'@types/node@25.9.4':
|
||||
'@types/node@25.9.5':
|
||||
dependencies:
|
||||
undici-types: 7.24.6
|
||||
|
||||
'@types/tar-fs@2.0.4':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
'@types/tar-stream': 3.1.4
|
||||
|
||||
'@types/tar-stream@3.1.4':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
|
||||
'@types/yargs-parser@21.0.3': {}
|
||||
|
||||
@@ -2456,17 +2464,17 @@ snapshots:
|
||||
|
||||
'@types/yauzl-promise@4.0.1':
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.2
|
||||
'@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/scope-manager': 8.62.1
|
||||
'@typescript-eslint/type-utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/visitor-keys': 8.62.1
|
||||
eslint: 10.6.0
|
||||
'@typescript-eslint/parser': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/scope-manager': 8.63.0
|
||||
'@typescript-eslint/type-utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/visitor-keys': 8.63.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
ignore: 7.0.5
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 2.5.0(typescript@6.0.3)
|
||||
@@ -2474,43 +2482,43 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.62.1
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/visitor-keys': 8.62.1
|
||||
'@typescript-eslint/scope-manager': 8.63.0
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/visitor-keys': 8.63.0
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/project-service@8.62.1(typescript@6.0.3)':
|
||||
'@typescript-eslint/project-service@8.63.0(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/scope-manager@8.62.1':
|
||||
'@typescript-eslint/scope-manager@8.63.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/visitor-keys': 8.62.1
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/visitor-keys': 8.63.0
|
||||
|
||||
'@typescript-eslint/tsconfig-utils@8.62.1(typescript@6.0.3)':
|
||||
'@typescript-eslint/tsconfig-utils@8.63.0(typescript@6.0.3)':
|
||||
dependencies:
|
||||
typescript: 6.0.3
|
||||
|
||||
'@typescript-eslint/type-utils@8.62.1(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@typescript-eslint/type-utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
ts-api-utils: 2.5.0(typescript@6.0.3)
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
@@ -2518,12 +2526,14 @@ snapshots:
|
||||
|
||||
'@typescript-eslint/types@8.62.1': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.62.1(typescript@6.0.3)':
|
||||
'@typescript-eslint/types@8.63.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.63.0(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/project-service': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/visitor-keys': 8.62.1
|
||||
'@typescript-eslint/project-service': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/tsconfig-utils': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/visitor-keys': 8.63.0
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
minimatch: 10.2.4
|
||||
semver: 7.7.3
|
||||
@@ -2533,20 +2543,20 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3)':
|
||||
'@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@typescript-eslint/scope-manager': 8.62.1
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3)
|
||||
eslint: 10.6.0
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@typescript-eslint/scope-manager': 8.63.0
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.62.1':
|
||||
'@typescript-eslint/visitor-keys@8.63.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
eslint-visitor-keys: 5.0.1
|
||||
|
||||
'@ungap/structured-clone@1.3.0': {}
|
||||
@@ -2804,8 +2814,8 @@ snapshots:
|
||||
domain-alive@0.1.22:
|
||||
dependencies:
|
||||
debug: 4.4.1
|
||||
foxts: 5.6.0
|
||||
tldts: 7.4.6
|
||||
foxts: 5.8.0
|
||||
tldts: 7.4.8
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -2840,6 +2850,11 @@ snapshots:
|
||||
graceful-fs: 4.2.11
|
||||
tapable: 2.3.3
|
||||
|
||||
enhanced-resolve@5.24.2:
|
||||
dependencies:
|
||||
graceful-fs: 4.2.11
|
||||
tapable: 2.3.3
|
||||
|
||||
entities@2.2.0: {}
|
||||
|
||||
error-stack-parser@2.1.4:
|
||||
@@ -2868,34 +2883,34 @@ snapshots:
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-compat-utils@0.5.1(eslint@10.6.0):
|
||||
eslint-compat-utils@0.5.1(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
semver: 7.7.3
|
||||
|
||||
eslint-config-sukka@8.13.4(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3):
|
||||
eslint-config-sukka@8.13.5(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3):
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 1.1.0
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.7.2(eslint@10.6.0)
|
||||
'@eslint-sukka/eslint-plugin-stylistic': 8.13.4(eslint@10.6.0)
|
||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.13.4(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@eslint-sukka/shared': 8.13.4(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.7.2(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint-sukka/eslint-plugin-stylistic': 8.13.5(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint-sukka/eslint-plugin-sukka-full': 8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@eslint-sukka/shared': 8.13.5(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@eslint/config-helpers': 0.6.0
|
||||
'@eslint/js': 10.0.1(eslint@10.6.0)
|
||||
'@typescript-eslint/eslint-plugin': 8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@eslint/js': 10.0.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/parser': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
ci-info: 4.4.0
|
||||
defu: 6.1.7
|
||||
eslint-import-resolver-typescript: 4.4.5(eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0))(eslint@10.6.0)
|
||||
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)
|
||||
eslint-plugin-jsonc: 3.2.0(eslint@10.6.0)
|
||||
eslint-plugin-promise: 7.3.0(eslint@10.6.0)
|
||||
eslint-plugin-regexp: 3.1.1(eslint@10.6.0)
|
||||
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)
|
||||
foxts: 5.6.0
|
||||
eslint-import-resolver-typescript: 4.4.5(eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1)))(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint-plugin-jsonc: 3.3.0(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint-plugin-promise: 7.3.0(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint-plugin-regexp: 3.1.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))
|
||||
foxts: 5.8.0
|
||||
jsonc-eslint-parser: 3.1.0
|
||||
picocolors: 1.1.1
|
||||
typescript-eslint: 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
typescript-eslint: 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/json'
|
||||
- '@typescript-eslint/utils'
|
||||
@@ -2905,11 +2920,11 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
eslint-formatter-sukka@8.13.4(eslint@10.6.0):
|
||||
eslint-formatter-sukka@8.13.5(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
ci-info: 4.4.0
|
||||
eslint: 10.6.0
|
||||
foxts: 5.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
foxts: 5.8.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
eslint-import-context@0.1.9(unrs-resolver@1.11.1):
|
||||
@@ -2919,10 +2934,10 @@ snapshots:
|
||||
optionalDependencies:
|
||||
unrs-resolver: 1.11.1
|
||||
|
||||
eslint-import-resolver-typescript@4.4.5(eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0))(eslint@10.6.0):
|
||||
eslint-import-resolver-typescript@4.4.5(eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1)))(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||
get-tsconfig: 4.12.0
|
||||
is-bun-module: 2.0.0
|
||||
@@ -2930,29 +2945,29 @@ snapshots:
|
||||
tinyglobby: 0.2.17
|
||||
unrs-resolver: 1.11.1
|
||||
optionalDependencies:
|
||||
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)
|
||||
eslint-plugin-import-x: 4.17.1(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-json-compat-utils@0.2.3(eslint@10.6.0)(jsonc-eslint-parser@3.1.0):
|
||||
eslint-json-compat-utils@0.2.3(eslint@10.6.0(supports-color@8.1.1))(jsonc-eslint-parser@3.1.0):
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
esquery: 1.7.0
|
||||
jsonc-eslint-parser: 3.1.0
|
||||
|
||||
eslint-plugin-es-x@7.8.0(eslint@10.6.0):
|
||||
eslint-plugin-es-x@7.8.0(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint-community/regexpp': 4.12.2
|
||||
eslint: 10.6.0
|
||||
eslint-compat-utils: 0.5.1(eslint@10.6.0)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-compat-utils: 0.5.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
|
||||
eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0):
|
||||
eslint-plugin-import-x@4.17.1(@typescript-eslint/utils@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
comment-parser: 1.4.1
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
|
||||
is-glob: 4.0.3
|
||||
minimatch: 10.2.4
|
||||
@@ -2960,31 +2975,31 @@ snapshots:
|
||||
stable-hash-x: 0.2.0
|
||||
unrs-resolver: 1.11.1
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-jsonc@3.2.0(eslint@10.6.0):
|
||||
eslint-plugin-jsonc@3.3.0(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint/core': 1.2.1
|
||||
'@eslint/plugin-kit': 0.7.2
|
||||
'@ota-meshi/ast-token-store': 0.3.0
|
||||
diff-sequences: 29.6.3
|
||||
eslint: 10.6.0
|
||||
eslint-json-compat-utils: 0.2.3(eslint@10.6.0)(jsonc-eslint-parser@3.1.0)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-json-compat-utils: 0.2.3(eslint@10.6.0(supports-color@8.1.1))(jsonc-eslint-parser@3.1.0)
|
||||
jsonc-eslint-parser: 3.1.0
|
||||
natural-compare: 1.4.0
|
||||
synckit: 0.11.12
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/json'
|
||||
|
||||
eslint-plugin-n@17.24.0(eslint@10.6.0)(typescript@6.0.3):
|
||||
eslint-plugin-n@17.24.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
enhanced-resolve: 5.24.1
|
||||
eslint: 10.6.0
|
||||
eslint-plugin-es-x: 7.8.0(eslint@10.6.0)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
eslint-plugin-es-x: 7.8.0(eslint@10.6.0(supports-color@8.1.1))
|
||||
get-tsconfig: 4.12.0
|
||||
globals: 15.15.0
|
||||
globrex: 0.1.2
|
||||
@@ -2994,37 +3009,37 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
||||
eslint-plugin-promise@7.3.0(eslint@10.6.0):
|
||||
eslint-plugin-promise@7.3.0(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
eslint: 10.6.0
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
|
||||
eslint-plugin-regexp@3.1.1(eslint@10.6.0):
|
||||
eslint-plugin-regexp@3.1.1(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint-community/regexpp': 4.12.2
|
||||
comment-parser: 1.4.1
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
jsdoc-type-pratt-parser: 7.1.1
|
||||
refa: 0.12.1
|
||||
regexp-ast-analysis: 0.7.1
|
||||
scslre: 0.3.0
|
||||
|
||||
eslint-plugin-sukka@9.14.0(eslint@10.6.0)(typescript@6.0.3):
|
||||
eslint-plugin-sukka@9.15.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3):
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.62.1
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
eslint: 10.6.0
|
||||
foxts: 5.6.0
|
||||
'@typescript-eslint/types': 8.63.0
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
foxts: 5.8.0
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0):
|
||||
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
eslint: 10.6.0
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
|
||||
eslint-scope@9.1.2:
|
||||
dependencies:
|
||||
@@ -3037,11 +3052,11 @@ snapshots:
|
||||
|
||||
eslint-visitor-keys@5.0.1: {}
|
||||
|
||||
eslint@10.6.0:
|
||||
eslint@10.6.0(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(supports-color@8.1.1))
|
||||
'@eslint-community/regexpp': 4.12.2
|
||||
'@eslint/config-array': 0.23.5
|
||||
'@eslint/config-array': 0.23.5(supports-color@8.1.1)
|
||||
'@eslint/config-helpers': 0.6.0
|
||||
'@eslint/core': 1.2.1
|
||||
'@eslint/plugin-kit': 0.7.2
|
||||
@@ -3160,7 +3175,7 @@ snapshots:
|
||||
fast-escape-html: 1.1.0
|
||||
fast-escape-regexp: 1.0.1
|
||||
|
||||
foxts@5.6.0: {}
|
||||
foxts@5.8.0: {}
|
||||
|
||||
fs-constants@1.0.0: {}
|
||||
|
||||
@@ -3199,7 +3214,7 @@ snapshots:
|
||||
|
||||
hntrie@1.0.1:
|
||||
dependencies:
|
||||
foxts: 5.6.0
|
||||
foxts: 5.8.0
|
||||
|
||||
htmlparser2@6.1.0:
|
||||
dependencies:
|
||||
@@ -3259,7 +3274,7 @@ snapshots:
|
||||
jest-util@30.4.1:
|
||||
dependencies:
|
||||
'@jest/types': 30.4.1
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
chalk: 4.1.2
|
||||
ci-info: 4.4.0
|
||||
graceful-fs: 4.2.11
|
||||
@@ -3267,7 +3282,7 @@ snapshots:
|
||||
|
||||
jest-worker@30.4.1:
|
||||
dependencies:
|
||||
'@types/node': 25.9.4
|
||||
'@types/node': 25.9.5
|
||||
'@ungap/structured-clone': 1.3.0
|
||||
jest-util: 30.4.1
|
||||
merge-stream: 2.0.0
|
||||
@@ -3672,15 +3687,15 @@ snapshots:
|
||||
fdir: 6.5.0(picomatch@4.0.4)
|
||||
picomatch: 4.0.4
|
||||
|
||||
tldts-core@7.4.6: {}
|
||||
tldts-core@7.4.8: {}
|
||||
|
||||
tldts-experimental@7.4.6:
|
||||
tldts-experimental@7.4.8:
|
||||
dependencies:
|
||||
tldts-core: 7.4.6
|
||||
tldts-core: 7.4.8
|
||||
|
||||
tldts@7.4.6:
|
||||
tldts@7.4.8:
|
||||
dependencies:
|
||||
tldts-core: 7.4.6
|
||||
tldts-core: 7.4.8
|
||||
|
||||
ts-api-utils@2.5.0(typescript@6.0.3):
|
||||
dependencies:
|
||||
@@ -3709,13 +3724,13 @@ snapshots:
|
||||
dependencies:
|
||||
is-typedarray: 1.0.0
|
||||
|
||||
typescript-eslint@8.62.1(eslint@10.6.0)(typescript@6.0.3):
|
||||
typescript-eslint@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
'@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3)
|
||||
eslint: 10.6.0
|
||||
'@typescript-eslint/eslint-plugin': 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3))(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/parser': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
'@typescript-eslint/typescript-estree': 8.63.0(typescript@6.0.3)
|
||||
'@typescript-eslint/utils': 8.63.0(eslint@10.6.0(supports-color@8.1.1))(typescript@6.0.3)
|
||||
eslint: 10.6.0(supports-color@8.1.1)
|
||||
typescript: 6.0.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -3725,7 +3740,7 @@ snapshots:
|
||||
undici-cache-store-better-sqlite3@1.0.1(undici@8.7.0):
|
||||
dependencies:
|
||||
better-sqlite3: 12.8.0
|
||||
foxts: 5.6.0
|
||||
foxts: 5.8.0
|
||||
undici: 8.7.0
|
||||
|
||||
undici-types@7.24.6: {}
|
||||
|
||||
Reference in New Issue
Block a user