mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Housekeeping
This commit is contained in:
parent
ee4df861e1
commit
4ba274e249
16
package.json
16
package.json
@ -24,7 +24,7 @@
|
||||
"@jsdevtools/ez-spawn": "^3.0.4",
|
||||
"async-retry": "^1.3.3",
|
||||
"async-sema": "^3.1.1",
|
||||
"better-sqlite3": "^11.2.1",
|
||||
"better-sqlite3": "^11.3.0",
|
||||
"ci-info": "^4.0.0",
|
||||
"csv-parse": "^5.5.6",
|
||||
"fast-cidr-tools": "^0.2.5",
|
||||
@ -37,25 +37,25 @@
|
||||
"punycode": "^2.3.1",
|
||||
"table": "^6.8.2",
|
||||
"tar-fs": "^3.0.6",
|
||||
"tldts": "^6.1.43",
|
||||
"tldts-experimental": "^6.1.43",
|
||||
"tldts": "^6.1.46",
|
||||
"tldts-experimental": "^6.1.46",
|
||||
"yaml": "^2.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^6.4.1",
|
||||
"@eslint-sukka/node": "^6.4.3",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@swc/core": "^1.7.24",
|
||||
"@swc/core": "^1.7.26",
|
||||
"@types/async-retry": "^1.4.8",
|
||||
"@types/better-sqlite3": "^7.6.11",
|
||||
"@types/chai": "^4.3.19",
|
||||
"@types/mocha": "^10.0.7",
|
||||
"@types/mocha": "^10.0.8",
|
||||
"@types/punycode": "^2.1.4",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"@types/tar-stream": "^3.1.3",
|
||||
"chai": "4",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-config-sukka": "^6.4.1",
|
||||
"eslint-formatter-sukka": "^6.4.1",
|
||||
"eslint-config-sukka": "^6.4.3",
|
||||
"eslint-formatter-sukka": "^6.4.3",
|
||||
"mitata": "^0.1.14",
|
||||
"mocha": "^10.7.3",
|
||||
"typescript": "^5.6.2"
|
||||
|
||||
455
pnpm-lock.yaml
generated
455
pnpm-lock.yaml
generated
@ -24,8 +24,8 @@ importers:
|
||||
specifier: ^3.1.1
|
||||
version: 3.1.1
|
||||
better-sqlite3:
|
||||
specifier: ^11.2.1
|
||||
version: 11.2.1
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0
|
||||
ci-info:
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
@ -63,24 +63,24 @@ importers:
|
||||
specifier: ^3.0.6
|
||||
version: 3.0.6
|
||||
tldts:
|
||||
specifier: ^6.1.43
|
||||
version: 6.1.43
|
||||
specifier: ^6.1.46
|
||||
version: 6.1.46
|
||||
tldts-experimental:
|
||||
specifier: ^6.1.43
|
||||
version: 6.1.43
|
||||
specifier: ^6.1.46
|
||||
version: 6.1.46
|
||||
yaml:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1
|
||||
devDependencies:
|
||||
'@eslint-sukka/node':
|
||||
specifier: ^6.4.1
|
||||
version: 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
specifier: ^6.4.3
|
||||
version: 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.10.9
|
||||
version: 1.10.9(@swc/core@1.7.24)(@swc/types@0.1.12)(typescript@5.6.2)
|
||||
version: 1.10.9(@swc/core@1.7.26)(@swc/types@0.1.12)(typescript@5.6.2)
|
||||
'@swc/core':
|
||||
specifier: ^1.7.24
|
||||
version: 1.7.24
|
||||
specifier: ^1.7.26
|
||||
version: 1.7.26
|
||||
'@types/async-retry':
|
||||
specifier: ^1.4.8
|
||||
version: 1.4.8
|
||||
@ -91,8 +91,8 @@ importers:
|
||||
specifier: ^4.3.19
|
||||
version: 4.3.19
|
||||
'@types/mocha':
|
||||
specifier: ^10.0.7
|
||||
version: 10.0.7
|
||||
specifier: ^10.0.8
|
||||
version: 10.0.8
|
||||
'@types/punycode':
|
||||
specifier: ^2.1.4
|
||||
version: 2.1.4
|
||||
@ -109,11 +109,11 @@ importers:
|
||||
specifier: ^9.10.0
|
||||
version: 9.10.0
|
||||
eslint-config-sukka:
|
||||
specifier: ^6.4.1
|
||||
version: 6.4.1(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
specifier: ^6.4.3
|
||||
version: 6.4.3(@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-formatter-sukka:
|
||||
specifier: ^6.4.1
|
||||
version: 6.4.1
|
||||
specifier: ^6.4.3
|
||||
version: 6.4.3
|
||||
mitata:
|
||||
specifier: ^0.1.14
|
||||
version: 0.1.14
|
||||
@ -163,11 +163,11 @@ packages:
|
||||
resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint-sukka/node@6.4.1':
|
||||
resolution: {integrity: sha512-O+t4BOW9rj8+czz8J7S6iqgoXBv93oMGe2Ydos8nWBxNh6kWCCzFJ54y2duLd2jBwfpYhwUBr+wO8EQpC3dGQw==}
|
||||
'@eslint-sukka/node@6.4.3':
|
||||
resolution: {integrity: sha512-rDoU5Im6P/dkyTT9Gaq8Gum+kifXusoMgAhYHBdTYGcwXiLV4qBf4cI8cfQQT6mL/GW9FOST/17V05dEoynDbA==}
|
||||
|
||||
'@eslint-sukka/shared@6.4.1':
|
||||
resolution: {integrity: sha512-b6wk0b7pcci25lbTL6FWRqiFpF1q1fLQUIDKRqtRJs73JHAnlsxTl4gebyX9ozwyRmZaevh5lf1cZ1TgJreMSw==}
|
||||
'@eslint-sukka/shared@6.4.3':
|
||||
resolution: {integrity: sha512-DGaSCn88As4DWyUjn5hle7ts6oz+AQZal9CPjFv9fbNzS1XQUR3Wq9XkZ2OuOoYUJ0E4ZLRRXzCCUxGWuH03iQ==}
|
||||
|
||||
'@eslint/config-array@0.18.0':
|
||||
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
||||
@ -289,19 +289,19 @@ packages:
|
||||
'@remusao/trie@1.5.0':
|
||||
resolution: {integrity: sha512-UX+3utJKgwCsg6sUozjxd38gNMVRXrY4TNX9VvCdSrlZBS1nZjRPi98ON3QjRAdf6KCguJFyQARRsulTeqQiPg==}
|
||||
|
||||
'@stylistic/eslint-plugin-js@2.7.2':
|
||||
resolution: {integrity: sha512-PkwTDduCY6+ILlHNEfVT3BtShrtqrDJmyW3BW53PvCb+SHu7z88iReXbN+/uCr39fcP6qH49RA7RFsKRlpyMEQ==}
|
||||
'@stylistic/eslint-plugin-js@2.8.0':
|
||||
resolution: {integrity: sha512-/e7pSzVMrwBd6yzSDsKHwax3TS96+pd/xSKzELaTkOuYqUhYfj/becWdfDbFSBGQD7BBBCiiE4L8L2cUfu5h+A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
|
||||
'@stylistic/eslint-plugin-plus@2.7.2':
|
||||
resolution: {integrity: sha512-Ualkhs6xxVooVAJHvdtJUo8Zg08cjhZdBTid/Ho5pb7EbkUg5Jhz6qbVgeEfd5/4E3h7kQNVezKZM2/JiX79Mw==}
|
||||
'@stylistic/eslint-plugin-plus@2.8.0':
|
||||
resolution: {integrity: sha512-NBfv9xuBcG0oIM5323xjW6duxbcLP8WX6lr5XWLmypZo4uf6sdkfrTEdo7AHl17DvKl/2qgurqCwzYV/DiXstQ==}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
||||
'@stylistic/eslint-plugin-ts@2.7.2':
|
||||
resolution: {integrity: sha512-uf3hmqWLK1upUnTmUSn4XDvNu1o6b1nY+xdema8dGGY+zH663V+0cHN3xqexDuQ8do1f0wV3hChkfmz3jWC4Uw==}
|
||||
'@stylistic/eslint-plugin-ts@2.8.0':
|
||||
resolution: {integrity: sha512-VukJqkRlC2psLKoIHJ+4R3ZxLJfWeizGGX+X5ZxunjXo4MbxRNtwu5UvXuerABg4s2RV6Z3LFTdm0WvI4+RAMQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.40.0'
|
||||
@ -322,68 +322,68 @@ packages:
|
||||
'@swc-node/sourcemap-support@0.5.1':
|
||||
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
||||
|
||||
'@swc/core-darwin-arm64@1.7.24':
|
||||
resolution: {integrity: sha512-s0k09qAcsoa8jIncwgRRd43VApYqXu28R4OmICtDffV4S01HtsRLRarXsMuLutoZk3tbxqitep+A8MPBuqNgdg==}
|
||||
'@swc/core-darwin-arm64@1.7.26':
|
||||
resolution: {integrity: sha512-FF3CRYTg6a7ZVW4yT9mesxoVVZTrcSWtmZhxKCYJX9brH4CS/7PRPjAKNk6kzWgWuRoglP7hkjQcd6EpMcZEAw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.7.24':
|
||||
resolution: {integrity: sha512-1dlsulJ/fiOoJoJyQgaCewIEaZ7Sh6aJN4r5Uhl4lIZuNWa27XOb28A3K29/6HDO9JML3IJrvXPnl5o0vxDQuQ==}
|
||||
'@swc/core-darwin-x64@1.7.26':
|
||||
resolution: {integrity: sha512-az3cibZdsay2HNKmc4bjf62QVukuiMRh5sfM5kHR/JMTrLyS6vSw7Ihs3UTkZjUxkLTT8ro54LI6sV6sUQUbLQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.24':
|
||||
resolution: {integrity: sha512-2ft1NmxyvHCu5CY4r2rNVybPqZtJaxpRSzvCcPlVjN/2D5Q3QgM5kBoo1t+0RCFfk4TS2V0KWJhtqKz0CNX62Q==}
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.26':
|
||||
resolution: {integrity: sha512-VYPFVJDO5zT5U3RpCdHE5v1gz4mmR8BfHecUZTmD2v1JeFY6fv9KArJUpjrHEEsjK/ucXkQFmJ0jaiWXmpOV9Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.7.24':
|
||||
resolution: {integrity: sha512-v/Z8I9tUUNkNHKa1Sw4r1Q7Wp66ezbRhe6xMIxvPNKVJQFaMOsRpe0t8T5qbk5sV2hJGOCKpQynSpZqQXLcJDQ==}
|
||||
'@swc/core-linux-arm64-gnu@1.7.26':
|
||||
resolution: {integrity: sha512-YKevOV7abpjcAzXrhsl+W48Z9mZvgoVs2eP5nY+uoMAdP2b3GxC0Df1Co0I90o2lkzO4jYBpTMcZlmUXLdXn+Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.7.24':
|
||||
resolution: {integrity: sha512-0jJx0IcajcyOXaJsx1jXy86lYVrbupyy2VUj/OiJux/ic4oBJLjfL+WOuc8T8/hZj2p6X0X4jvfSCqWSuic4kA==}
|
||||
'@swc/core-linux-arm64-musl@1.7.26':
|
||||
resolution: {integrity: sha512-3w8iZICMkQQON0uIcvz7+Q1MPOW6hJ4O5ETjA0LSP/tuKqx30hIniCGOgPDnv3UTMruLUnQbtBwVCZTBKR3Rkg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.7.24':
|
||||
resolution: {integrity: sha512-2+3aKQpSGjVnWKDTKUPuJzitQlTQrGorg+PVFMRkv6l+RcNCHZQNe/8VYpMhyBhxDMb3LUlbp7776FRevcruxg==}
|
||||
'@swc/core-linux-x64-gnu@1.7.26':
|
||||
resolution: {integrity: sha512-c+pp9Zkk2lqb06bNGkR2Looxrs7FtGDMA4/aHjZcCqATgp348hOKH5WPvNLBl+yPrISuWjbKDVn3NgAvfvpH4w==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.7.24':
|
||||
resolution: {integrity: sha512-PMQ6SkCtMoj0Ks77DiishpEmIuHpYjFLDuVOzzJCzGeGoii0yRP5lKy/VeglFYLPqJzmhK9BHlpVehVf/8ZpvA==}
|
||||
'@swc/core-linux-x64-musl@1.7.26':
|
||||
resolution: {integrity: sha512-PgtyfHBF6xG87dUSSdTJHwZ3/8vWZfNIXQV2GlwEpslrOkGqy+WaiiyE7Of7z9AvDILfBBBcJvJ/r8u980wAfQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.7.24':
|
||||
resolution: {integrity: sha512-SNdCa4DtGXNWrPVHqctVUxgEVZVETuqERpqF50KFHO0Bvf5V/m1IJ4hFr2BxXlrzgnIW4t1Dpi6YOJbcGbEmnA==}
|
||||
'@swc/core-win32-arm64-msvc@1.7.26':
|
||||
resolution: {integrity: sha512-9TNXPIJqFynlAOrRD6tUQjMq7KApSklK3R/tXgIxc7Qx+lWu8hlDQ/kVPLpU7PWvMMwC/3hKBW+p5f+Tms1hmA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.7.24':
|
||||
resolution: {integrity: sha512-5p3olHqwibMfrVFg2yVuSIPh9HArDYYlJXNZ9JKqeZk23A19J1pl9MuPmXDw+sxsiPfYJ/nUedIGeUHPF/+EDw==}
|
||||
'@swc/core-win32-ia32-msvc@1.7.26':
|
||||
resolution: {integrity: sha512-9YngxNcG3177GYdsTum4V98Re+TlCeJEP4kEwEg9EagT5s3YejYdKwVAkAsJszzkXuyRDdnHUpYbTrPG6FiXrQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.7.24':
|
||||
resolution: {integrity: sha512-gRyPIxDznS8d2ClfmWbytjp2d48bij6swHnDLWhukNuOvXdQkEmaIzjEsionFG/zhcFLnz8zKfTvjEjInAMzxg==}
|
||||
'@swc/core-win32-x64-msvc@1.7.26':
|
||||
resolution: {integrity: sha512-VR+hzg9XqucgLjXxA13MtV5O3C0bK0ywtLIBw/+a+O+Oc6mxFWHtdUeXDbIi5AiPbn0fjgVJMqYnyjGyyX8u0w==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.7.24':
|
||||
resolution: {integrity: sha512-FzJaai6z6DYdICAY1UKNN5pzTn296ksK2zzEjjaXlpZtoMkGktWT0ttS7hbdBCPGhLOu5Q9TA2zdPejKUFjgig==}
|
||||
'@swc/core@1.7.26':
|
||||
resolution: {integrity: sha512-f5uYFf+TmMQyYIoxkn/evWhNGuUzC730dFwAKGwBVHHVoPyak1/GvJUm6i1SKl+2Hrj9oN0i3WSoWWZ4pgI8lw==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '*'
|
||||
@ -433,8 +433,8 @@ packages:
|
||||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
||||
'@types/mocha@10.0.7':
|
||||
resolution: {integrity: sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==}
|
||||
'@types/mocha@10.0.8':
|
||||
resolution: {integrity: sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==}
|
||||
|
||||
'@types/node@20.14.11':
|
||||
resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==}
|
||||
@ -451,8 +451,8 @@ packages:
|
||||
'@types/tar-stream@3.1.3':
|
||||
resolution: {integrity: sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.4.0':
|
||||
resolution: {integrity: sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==}
|
||||
'@typescript-eslint/eslint-plugin@8.6.0':
|
||||
resolution: {integrity: sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||
@ -462,8 +462,18 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/parser@8.4.0':
|
||||
resolution: {integrity: sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==}
|
||||
'@typescript-eslint/parser@8.5.0':
|
||||
resolution: {integrity: sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/parser@8.6.0':
|
||||
resolution: {integrity: sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -476,8 +486,16 @@ packages:
|
||||
resolution: {integrity: sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.4.0':
|
||||
resolution: {integrity: sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==}
|
||||
'@typescript-eslint/scope-manager@8.5.0':
|
||||
resolution: {integrity: sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/scope-manager@8.6.0':
|
||||
resolution: {integrity: sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.6.0':
|
||||
resolution: {integrity: sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -485,10 +503,22 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/types@8.0.0-alpha.36':
|
||||
resolution: {integrity: sha512-D+w5uE8Y83K/P5VQZyKKi4pwTL2YkWOwtQOVJQI38Rp8f3pmY+Jmcps3wkSFSJK8wifTlvoHwwIBf1FsdCW/EA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.4.0':
|
||||
resolution: {integrity: sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.5.0':
|
||||
resolution: {integrity: sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.6.0':
|
||||
resolution: {integrity: sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.4.0':
|
||||
resolution: {integrity: sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@ -498,16 +528,48 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.5.0':
|
||||
resolution: {integrity: sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.6.0':
|
||||
resolution: {integrity: sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
'@typescript-eslint/utils@8.4.0':
|
||||
resolution: {integrity: sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
|
||||
'@typescript-eslint/utils@8.6.0':
|
||||
resolution: {integrity: sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.4.0':
|
||||
resolution: {integrity: sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.5.0':
|
||||
resolution: {integrity: sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.6.0':
|
||||
resolution: {integrity: sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
acorn-jsx@5.3.2:
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
peerDependencies:
|
||||
@ -580,8 +642,8 @@ packages:
|
||||
base64-js@1.5.1:
|
||||
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
||||
|
||||
better-sqlite3@11.2.1:
|
||||
resolution: {integrity: sha512-Xbt1d68wQnUuFIEVsbt6V+RG30zwgbtCGQ4QOcXVrOH0FE4eHk64FWZ9NUfRHS4/x1PXqwz/+KOrnXD7f0WieA==}
|
||||
better-sqlite3@11.3.0:
|
||||
resolution: {integrity: sha512-iHt9j8NPYF3oKCNOO5ZI4JwThjt3Z6J6XrcwG85VNMVzv1ByqrHWv5VILEbCMFWDsoHhXvQ7oC8vgRXFAKgl9w==}
|
||||
|
||||
binary-extensions@2.3.0:
|
||||
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
||||
@ -753,17 +815,17 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
||||
eslint-config-sukka@6.4.1:
|
||||
resolution: {integrity: sha512-RNqUunICE90CsEZTQlAmKPHPgDHzj9OwI2dydTy2mYKf8cltzP87weSfo0eSFYh7XcoRgSdfzN3/Ju3dzx0bbQ==}
|
||||
eslint-config-sukka@6.4.3:
|
||||
resolution: {integrity: sha512-O6OmjfypNTrsV30v3qmHmoqljPW2P9ChuGgNZ4q49qgv857vVjC3flM6x21bkNGBnDUdE5WYEfKynK2jyYB6oQ==}
|
||||
|
||||
eslint-formatter-sukka@6.4.1:
|
||||
resolution: {integrity: sha512-9uWeL44hjLhYqolk+cT/Z+U0zuJ//y/NeFP7QmW2Yp+qNywUlsq6eeh6G6JN4ADlJXszK/B0pl0hMlPezB1cmw==}
|
||||
eslint-formatter-sukka@6.4.3:
|
||||
resolution: {integrity: sha512-88BPNVPWpF1O4ED8rcWk/JtEld8aAvrCVktCsWGXv+MpSi/VnjZnyLmcGMdQKKCJY3f/p5Okevquac8V/INclA==}
|
||||
|
||||
eslint-import-resolver-node@0.3.9:
|
||||
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
||||
|
||||
eslint-import-resolver-ts-bundled@6.4.1:
|
||||
resolution: {integrity: sha512-vnbwGxRFsBsDRAeKN6eMilm5ydD28eDeEkwS1xtUkZY45Uwh1Bs5nxuGqGSnFxyX6UtI5DeaDJ87AtrI7QhiDA==}
|
||||
eslint-import-resolver-ts-bundled@6.4.3:
|
||||
resolution: {integrity: sha512-++CM0yQfW85sslw9YuNqKFwf34NgZG2197ZbUmYFo+xT9VbLqolL3ns9elul9qizaDQqWF0JS92Qv/stjsLF7g==}
|
||||
|
||||
eslint-plugin-autofix@2.2.0:
|
||||
resolution: {integrity: sha512-lu8+0r+utyTroROqXIL+a8sUpICi6za22hIzlpb0+x0tQGRnOjhOKU7v8mC/NS/faDoVsw6xW3vUpc+Mcz5NWA==}
|
||||
@ -807,11 +869,11 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8.44.0'
|
||||
|
||||
eslint-plugin-sukka@6.4.1:
|
||||
resolution: {integrity: sha512-OcGk7ATMTPlCItyjtJ555Q2b6fEHIPgxSEtafzObB9oHKO8Bamk9gol8D2XujLqvpOLIgP8RwZ2udqUCxZAueg==}
|
||||
eslint-plugin-sukka@6.4.3:
|
||||
resolution: {integrity: sha512-erPp7zAwT7luXVpICN5OI6MZXgQAIDiQc0d21tDcBfZqHjb2hTUjB17HxeqDafHsg7SHZVBolqCd+WUcYqr4og==}
|
||||
|
||||
eslint-plugin-unused-imports@4.1.3:
|
||||
resolution: {integrity: sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==}
|
||||
eslint-plugin-unused-imports@4.1.4:
|
||||
resolution: {integrity: sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
|
||||
eslint: ^9.0.0 || ^8.0.0
|
||||
@ -1446,14 +1508,14 @@ packages:
|
||||
text-table@0.2.0:
|
||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||
|
||||
tldts-core@6.1.43:
|
||||
resolution: {integrity: sha512-iO1G3F2NqtmJUYlTfcH2liSdaqDnjpYn6iGftbLRNx8DF6IRIjbknVt+q0ijwZ2KGZX3J8zeYGFoiI+ZtHT5MQ==}
|
||||
tldts-core@6.1.46:
|
||||
resolution: {integrity: sha512-zA3ai/j4aFcmbqTvTONkSBuWs0Q4X4tJxa0gV9sp6kDbq5dAhQDSg0WUkReEm0fBAKAGNj+wPKCCsR8MYOYmwA==}
|
||||
|
||||
tldts-experimental@6.1.43:
|
||||
resolution: {integrity: sha512-sziyPA9lOF4QQ1lB51HYVvPfoGmwWEuMrpJ9PleIRLWf1RU3O5JWqEDF07EiuuqilBOPfoeZvnJhOVYksTMtoA==}
|
||||
tldts-experimental@6.1.46:
|
||||
resolution: {integrity: sha512-u99EeyzhUNRwJep1M1CXBGmQ6OWncv0bi98/9CBv+AX6ep0B3HOkl0iS+C2OisWWoMBXdNkdNQa85aLkyrWwlA==}
|
||||
|
||||
tldts@6.1.43:
|
||||
resolution: {integrity: sha512-5J2v/CbNH8CkwsQV+igsuu0+3eeTfRDn1CFf38a24ZD6FIrbm3DZFu4UrrpoOSejhuP4N1PNDNUvJcw+f4nXNw==}
|
||||
tldts@6.1.46:
|
||||
resolution: {integrity: sha512-fw81lXV2CijkNrZAZvee7wegs+EOlTyIuVl/z4q6OUzZHQ1jGL2xQzKXq9geYf/1tzo9LZQLrkcko2m8HLh+rg==}
|
||||
hasBin: true
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
@ -1484,8 +1546,8 @@ packages:
|
||||
resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
typescript-eslint@8.4.0:
|
||||
resolution: {integrity: sha512-67qoc3zQZe3CAkO0ua17+7aCLI0dU+sSQd1eKPGq06QE4rfQjstVXR6woHO5qQvGUa550NfGckT4tzh3b3c8Pw==}
|
||||
typescript-eslint@8.6.0:
|
||||
resolution: {integrity: sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -1571,7 +1633,7 @@ snapshots:
|
||||
'@remusao/smaz': 1.10.0
|
||||
'@types/chrome': 0.0.270
|
||||
'@types/firefox-webext-browser': 120.0.4
|
||||
tldts-experimental: 6.1.43
|
||||
tldts-experimental: 6.1.46
|
||||
|
||||
'@dual-bundle/import-meta-resolve@4.1.0': {}
|
||||
|
||||
@ -1604,21 +1666,21 @@ snapshots:
|
||||
|
||||
'@eslint-community/regexpp@4.11.0': {}
|
||||
|
||||
'@eslint-sukka/node@6.4.1(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@eslint-sukka/node@6.4.3(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@eslint-sukka/shared': 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-plugin-n: 17.10.2(eslint@9.10.0)
|
||||
eslint-plugin-sukka: 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-plugin-sukka: 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint-sukka/shared@6.4.1(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@eslint-sukka/shared@6.4.3(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||
'@types/eslint': 9.6.1
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
type-fest: 4.26.1
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
@ -1737,21 +1799,18 @@ snapshots:
|
||||
|
||||
'@remusao/trie@1.5.0': {}
|
||||
|
||||
'@stylistic/eslint-plugin-js@2.7.2(eslint@9.10.0)':
|
||||
'@stylistic/eslint-plugin-js@2.8.0(eslint@9.10.0)':
|
||||
dependencies:
|
||||
'@types/eslint': 9.6.1
|
||||
eslint: 9.10.0
|
||||
eslint-visitor-keys: 4.0.0
|
||||
espree: 10.1.0
|
||||
|
||||
'@stylistic/eslint-plugin-plus@2.7.2(eslint@9.10.0)':
|
||||
'@stylistic/eslint-plugin-plus@2.8.0(eslint@9.10.0)':
|
||||
dependencies:
|
||||
'@types/eslint': 9.6.1
|
||||
eslint: 9.10.0
|
||||
|
||||
'@stylistic/eslint-plugin-ts@2.7.2(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@stylistic/eslint-plugin-ts@2.8.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@types/eslint': 9.6.1
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint: 9.10.0
|
||||
eslint-visitor-keys: 4.0.0
|
||||
@ -1760,16 +1819,16 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@swc-node/core@1.13.3(@swc/core@1.7.24)(@swc/types@0.1.12)':
|
||||
'@swc-node/core@1.13.3(@swc/core@1.7.26)(@swc/types@0.1.12)':
|
||||
dependencies:
|
||||
'@swc/core': 1.7.24
|
||||
'@swc/core': 1.7.26
|
||||
'@swc/types': 0.1.12
|
||||
|
||||
'@swc-node/register@1.10.9(@swc/core@1.7.24)(@swc/types@0.1.12)(typescript@5.6.2)':
|
||||
'@swc-node/register@1.10.9(@swc/core@1.7.26)(@swc/types@0.1.12)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.7.24)(@swc/types@0.1.12)
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.7.26)(@swc/types@0.1.12)
|
||||
'@swc-node/sourcemap-support': 0.5.1
|
||||
'@swc/core': 1.7.24
|
||||
'@swc/core': 1.7.26
|
||||
colorette: 2.0.20
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
oxc-resolver: 1.10.2
|
||||
@ -1785,51 +1844,51 @@ snapshots:
|
||||
source-map-support: 0.5.21
|
||||
tslib: 2.7.0
|
||||
|
||||
'@swc/core-darwin-arm64@1.7.24':
|
||||
'@swc/core-darwin-arm64@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.7.24':
|
||||
'@swc/core-darwin-x64@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.24':
|
||||
'@swc/core-linux-arm-gnueabihf@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.7.24':
|
||||
'@swc/core-linux-arm64-gnu@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.7.24':
|
||||
'@swc/core-linux-arm64-musl@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.7.24':
|
||||
'@swc/core-linux-x64-gnu@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.7.24':
|
||||
'@swc/core-linux-x64-musl@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.7.24':
|
||||
'@swc/core-win32-arm64-msvc@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.7.24':
|
||||
'@swc/core-win32-ia32-msvc@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.7.24':
|
||||
'@swc/core-win32-x64-msvc@1.7.26':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.7.24':
|
||||
'@swc/core@1.7.26':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.12
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.7.24
|
||||
'@swc/core-darwin-x64': 1.7.24
|
||||
'@swc/core-linux-arm-gnueabihf': 1.7.24
|
||||
'@swc/core-linux-arm64-gnu': 1.7.24
|
||||
'@swc/core-linux-arm64-musl': 1.7.24
|
||||
'@swc/core-linux-x64-gnu': 1.7.24
|
||||
'@swc/core-linux-x64-musl': 1.7.24
|
||||
'@swc/core-win32-arm64-msvc': 1.7.24
|
||||
'@swc/core-win32-ia32-msvc': 1.7.24
|
||||
'@swc/core-win32-x64-msvc': 1.7.24
|
||||
'@swc/core-darwin-arm64': 1.7.26
|
||||
'@swc/core-darwin-x64': 1.7.26
|
||||
'@swc/core-linux-arm-gnueabihf': 1.7.26
|
||||
'@swc/core-linux-arm64-gnu': 1.7.26
|
||||
'@swc/core-linux-arm64-musl': 1.7.26
|
||||
'@swc/core-linux-x64-gnu': 1.7.26
|
||||
'@swc/core-linux-x64-musl': 1.7.26
|
||||
'@swc/core-win32-arm64-msvc': 1.7.26
|
||||
'@swc/core-win32-ia32-msvc': 1.7.26
|
||||
'@swc/core-win32-x64-msvc': 1.7.26
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
@ -1876,7 +1935,7 @@ snapshots:
|
||||
|
||||
'@types/json-schema@7.0.15': {}
|
||||
|
||||
'@types/mocha@10.0.7': {}
|
||||
'@types/mocha@10.0.8': {}
|
||||
|
||||
'@types/node@20.14.11':
|
||||
dependencies:
|
||||
@ -1895,14 +1954,14 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/node': 20.14.11
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.11.0
|
||||
'@typescript-eslint/parser': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/scope-manager': 8.4.0
|
||||
'@typescript-eslint/type-utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.4.0
|
||||
'@typescript-eslint/parser': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/scope-manager': 8.6.0
|
||||
'@typescript-eslint/type-utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.6.0
|
||||
eslint: 9.10.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
@ -1913,12 +1972,25 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@typescript-eslint/parser@8.5.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.4.0
|
||||
'@typescript-eslint/types': 8.4.0
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.4.0
|
||||
'@typescript-eslint/scope-manager': 8.5.0
|
||||
'@typescript-eslint/types': 8.5.0
|
||||
'@typescript-eslint/typescript-estree': 8.5.0(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.5.0
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
eslint: 9.10.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.6.0
|
||||
'@typescript-eslint/types': 8.6.0
|
||||
'@typescript-eslint/typescript-estree': 8.6.0(typescript@5.6.2)
|
||||
'@typescript-eslint/visitor-keys': 8.6.0
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
eslint: 9.10.0
|
||||
optionalDependencies:
|
||||
@ -1931,10 +2003,20 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.4.0
|
||||
'@typescript-eslint/visitor-keys': 8.4.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.4.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
'@typescript-eslint/scope-manager@8.5.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/types': 8.5.0
|
||||
'@typescript-eslint/visitor-keys': 8.5.0
|
||||
|
||||
'@typescript-eslint/scope-manager@8.6.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.6.0
|
||||
'@typescript-eslint/visitor-keys': 8.6.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.6.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.6.0(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
@ -1943,8 +2025,14 @@ snapshots:
|
||||
- eslint
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@8.0.0-alpha.36': {}
|
||||
|
||||
'@typescript-eslint/types@8.4.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.5.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.6.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.4.0(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.4.0
|
||||
@ -1960,6 +2048,36 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.5.0(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.5.0
|
||||
'@typescript-eslint/visitor-keys': 8.5.0
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
fast-glob: 3.3.2
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.6.0(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.6.0
|
||||
'@typescript-eslint/visitor-keys': 8.6.0
|
||||
debug: 4.3.6(supports-color@8.1.1)
|
||||
fast-glob: 3.3.2
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.4.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0)
|
||||
@ -1971,11 +2089,32 @@ snapshots:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@typescript-eslint/utils@8.6.0(eslint@9.10.0)(typescript@5.6.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.10.0)
|
||||
'@typescript-eslint/scope-manager': 8.6.0
|
||||
'@typescript-eslint/types': 8.6.0
|
||||
'@typescript-eslint/typescript-estree': 8.6.0(typescript@5.6.2)
|
||||
eslint: 9.10.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.4.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.4.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.5.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.5.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.6.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.0.0-alpha.36
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
acorn-jsx@5.3.2(acorn@8.12.1):
|
||||
dependencies:
|
||||
acorn: 8.12.1
|
||||
@ -2051,7 +2190,7 @@ snapshots:
|
||||
|
||||
base64-js@1.5.1: {}
|
||||
|
||||
better-sqlite3@11.2.1:
|
||||
better-sqlite3@11.3.0:
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
prebuild-install: 7.1.2
|
||||
@ -2215,36 +2354,36 @@ snapshots:
|
||||
eslint: 9.10.0
|
||||
semver: 7.6.3
|
||||
|
||||
eslint-config-sukka@6.4.1(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2):
|
||||
eslint-config-sukka@6.4.3(@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.10.0)
|
||||
'@eslint-sukka/shared': 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@eslint-sukka/shared': 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@eslint/js': 9.10.0
|
||||
'@stylistic/eslint-plugin-js': 2.7.2(eslint@9.10.0)
|
||||
'@stylistic/eslint-plugin-plus': 2.7.2(eslint@9.10.0)
|
||||
'@stylistic/eslint-plugin-ts': 2.7.2(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@stylistic/eslint-plugin-js': 2.8.0(eslint@9.10.0)
|
||||
'@stylistic/eslint-plugin-plus': 2.8.0(eslint@9.10.0)
|
||||
'@stylistic/eslint-plugin-ts': 2.8.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.5.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
ci-info: 4.0.0
|
||||
defu: 6.1.4
|
||||
eslint-import-resolver-ts-bundled: 6.4.1
|
||||
eslint-import-resolver-ts-bundled: 6.4.3
|
||||
eslint-plugin-autofix: 2.2.0(eslint@9.10.0)
|
||||
eslint-plugin-import-x: 4.2.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-plugin-jsonc: 2.16.0(eslint@9.10.0)
|
||||
eslint-plugin-promise: 7.1.0(eslint@9.10.0)
|
||||
eslint-plugin-regexp: 2.6.0(eslint@9.10.0)
|
||||
eslint-plugin-sukka: 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)
|
||||
eslint-plugin-sukka: 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
local-pkg: 0.5.0
|
||||
picocolors: 1.1.0
|
||||
typescript-eslint: 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
typescript-eslint: 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
transitivePeerDependencies:
|
||||
- '@typescript-eslint/eslint-plugin'
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
eslint-formatter-sukka@6.4.1:
|
||||
eslint-formatter-sukka@6.4.3:
|
||||
dependencies:
|
||||
ci-info: 4.0.0
|
||||
picocolors: 1.1.0
|
||||
@ -2257,7 +2396,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-ts-bundled@6.4.1:
|
||||
eslint-import-resolver-ts-bundled@6.4.3:
|
||||
dependencies:
|
||||
enhanced-resolve: 5.17.1
|
||||
|
||||
@ -2331,21 +2470,21 @@ snapshots:
|
||||
regexp-ast-analysis: 0.7.1
|
||||
scslre: 0.3.0
|
||||
|
||||
eslint-plugin-sukka@6.4.1(eslint@9.10.0)(typescript@5.6.2):
|
||||
eslint-plugin-sukka@6.4.3(eslint@9.10.0)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.4.1(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/type-utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@eslint-sukka/shared': 6.4.3(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/type-utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0):
|
||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0):
|
||||
dependencies:
|
||||
eslint: 9.10.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
|
||||
eslint-rule-composer@0.3.0: {}
|
||||
|
||||
@ -2988,15 +3127,15 @@ snapshots:
|
||||
|
||||
text-table@0.2.0: {}
|
||||
|
||||
tldts-core@6.1.43: {}
|
||||
tldts-core@6.1.46: {}
|
||||
|
||||
tldts-experimental@6.1.43:
|
||||
tldts-experimental@6.1.46:
|
||||
dependencies:
|
||||
tldts-core: 6.1.43
|
||||
tldts-core: 6.1.46
|
||||
|
||||
tldts@6.1.43:
|
||||
tldts@6.1.46:
|
||||
dependencies:
|
||||
tldts-core: 6.1.43
|
||||
tldts-core: 6.1.46
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
dependencies:
|
||||
@ -3020,11 +3159,11 @@ snapshots:
|
||||
|
||||
type-fest@4.26.1: {}
|
||||
|
||||
typescript-eslint@8.4.0(eslint@9.10.0)(typescript@5.6.2):
|
||||
typescript-eslint@8.6.0(eslint@9.10.0)(typescript@5.6.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.4.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.6.0(@typescript-eslint/parser@8.6.0(eslint@9.10.0)(typescript@5.6.2))(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/parser': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
'@typescript-eslint/utils': 8.6.0(eslint@9.10.0)(typescript@5.6.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.2
|
||||
transitivePeerDependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user