mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Housekeeping
This commit is contained in:
parent
9eb0ff2b55
commit
2992cc541f
16
package.json
16
package.json
@ -24,14 +24,14 @@
|
||||
"@henrygd/queue": "^1.0.7",
|
||||
"@mitata/counters": "^0.0.8",
|
||||
"async-retry": "^1.3.3",
|
||||
"better-sqlite3": "^11.8.1",
|
||||
"better-sqlite3": "^11.9.0",
|
||||
"ci-info": "^4.2.0",
|
||||
"csv-parse": "^5.6.0",
|
||||
"dns2": "^2.1.0",
|
||||
"fast-cidr-tools": "^0.3.2",
|
||||
"fast-fifo": "^1.3.2",
|
||||
"fdir": "^6.4.3",
|
||||
"foxts": "^1.7.0",
|
||||
"foxts": "^2.0.1",
|
||||
"hash-wasm": "^4.12.0",
|
||||
"json-stringify-pretty-compact": "3.0.0",
|
||||
"picocolors": "^1.1.1",
|
||||
@ -49,9 +49,9 @@
|
||||
"yaml": "^2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-sukka/node": "^6.17.0",
|
||||
"@swc-node/register": "^1.10.9",
|
||||
"@swc/core": "^1.11.9",
|
||||
"@eslint-sukka/node": "^6.17.1",
|
||||
"@swc-node/register": "^1.10.10",
|
||||
"@swc/core": "^1.11.11",
|
||||
"@types/async-retry": "^1.4.9",
|
||||
"@types/better-sqlite3": "^7.6.12",
|
||||
"@types/dns2": "^2.0.9",
|
||||
@ -61,14 +61,14 @@
|
||||
"@types/punycode": "^2.1.4",
|
||||
"@types/tar-fs": "^2.0.4",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-sukka": "^6.17.0",
|
||||
"eslint-formatter-sukka": "^6.17.0",
|
||||
"eslint-config-sukka": "^6.17.1",
|
||||
"eslint-formatter-sukka": "^6.17.1",
|
||||
"expect": "^29.7.0",
|
||||
"mitata": "^1.0.34",
|
||||
"mocha": "^11.1.0",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"packageManager": "pnpm@10.6.4",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"whoiser": "patches/whoiser.patch"
|
||||
|
||||
546
pnpm-lock.yaml
generated
546
pnpm-lock.yaml
generated
@ -29,8 +29,8 @@ importers:
|
||||
specifier: ^1.3.3
|
||||
version: 1.3.3
|
||||
better-sqlite3:
|
||||
specifier: ^11.8.1
|
||||
version: 11.8.1
|
||||
specifier: ^11.9.0
|
||||
version: 11.9.0
|
||||
ci-info:
|
||||
specifier: ^4.2.0
|
||||
version: 4.2.0
|
||||
@ -50,8 +50,8 @@ importers:
|
||||
specifier: ^6.4.3
|
||||
version: 6.4.3(picomatch@4.0.2)
|
||||
foxts:
|
||||
specifier: ^1.7.0
|
||||
version: 1.7.0
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
hash-wasm:
|
||||
specifier: ^4.12.0
|
||||
version: 4.12.0
|
||||
@ -99,14 +99,14 @@ importers:
|
||||
version: 2.7.0
|
||||
devDependencies:
|
||||
'@eslint-sukka/node':
|
||||
specifier: ^6.17.0
|
||||
version: 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
specifier: ^6.17.1
|
||||
version: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@swc-node/register':
|
||||
specifier: ^1.10.9
|
||||
version: 1.10.9(@swc/core@1.11.9)(@swc/types@0.1.19)(typescript@5.8.2)
|
||||
specifier: ^1.10.10
|
||||
version: 1.10.10(@swc/core@1.11.11)(@swc/types@0.1.19)(typescript@5.8.2)
|
||||
'@swc/core':
|
||||
specifier: ^1.11.9
|
||||
version: 1.11.9
|
||||
specifier: ^1.11.11
|
||||
version: 1.11.11
|
||||
'@types/async-retry':
|
||||
specifier: ^1.4.9
|
||||
version: 1.4.9
|
||||
@ -135,11 +135,11 @@ importers:
|
||||
specifier: ^9.22.0
|
||||
version: 9.22.0
|
||||
eslint-config-sukka:
|
||||
specifier: ^6.17.0
|
||||
version: 6.17.0(@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
specifier: ^6.17.1
|
||||
version: 6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-formatter-sukka:
|
||||
specifier: ^6.17.0
|
||||
version: 6.17.0
|
||||
specifier: ^6.17.1
|
||||
version: 6.17.1
|
||||
expect:
|
||||
specifier: ^29.7.0
|
||||
version: 29.7.0
|
||||
@ -191,11 +191,11 @@ packages:
|
||||
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint-sukka/node@6.17.0':
|
||||
resolution: {integrity: sha512-IcfRVR8yrXdN89BnHMncPoRi9YbJWINbQOlg+gSyJJkLxzOt2eWP49yElpl1vyPjNf414uxTsXA/L6ZOvvgCDw==}
|
||||
'@eslint-sukka/node@6.17.1':
|
||||
resolution: {integrity: sha512-Lw+q8w8CgXvGKHA8xRm1YQoiSmjUKK9gJUl8kiDuviRE3dPLHBrdULxaiP+O24EINIu5eYykQ9vJFqFbryqKyQ==}
|
||||
|
||||
'@eslint-sukka/shared@6.17.0':
|
||||
resolution: {integrity: sha512-JL0HCB3ZgDnmnDtDlJlYfeeruZ+obHJ7ewiir9rD6LQv9ZE2v0rFsOlIqgyTtPjMaS9B3iAx8MZCy5rVT8zlkA==}
|
||||
'@eslint-sukka/shared@6.17.1':
|
||||
resolution: {integrity: sha512-Mi1kFq5oLS1ZuskqqAL8H2F2ol7Dt/JmllChM+aLggZcvzEiw6SLrLKas6TqUs7outcsVzC2QqlGgzubmBMSyg==}
|
||||
|
||||
'@eslint/config-array@0.19.2':
|
||||
resolution: {integrity: sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==}
|
||||
@ -276,8 +276,8 @@ packages:
|
||||
'@mitata/counters@0.0.8':
|
||||
resolution: {integrity: sha512-f11w0Y1ETFlarDP7CePj8Z+y8Gv5Ax4gMxWsEwrqh0kH/YIY030Ezx5SUJeQg0YPTZ2OHKGcLG1oGJbIqHzaJA==}
|
||||
|
||||
'@napi-rs/wasm-runtime@0.2.6':
|
||||
resolution: {integrity: sha512-z8YVS3XszxFTO73iwvFDNpQIzdMmSDTP/mB3E/ucR37V3Sx57hSExcXyMoNwaucWxnsWf4xfbZv0iZ30jr0M4Q==}
|
||||
'@napi-rs/wasm-runtime@0.2.7':
|
||||
resolution: {integrity: sha512-5yximcFK5FNompXfJFoWanu5l8v1hNGqNHh9du1xETp9HWk/B/PzvchX55WYOPaIeNglG8++68AAiauBAtbnzw==}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
||||
@ -291,113 +291,58 @@ packages:
|
||||
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
'@oxc-resolver/binding-darwin-arm64@1.12.0':
|
||||
resolution: {integrity: sha512-wYe+dlF8npM7cwopOOxbdNjtmJp17e/xF5c0K2WooQXy5VOh74icydM33+Uh/SZDgwyum09/U1FVCX5GdeQk+A==}
|
||||
'@oxc-resolver/binding-darwin-arm64@5.0.0':
|
||||
resolution: {integrity: sha512-zwHAf+owoxSWTDD4dFuwW+FkpaDzbaL30H5Ltocb+RmLyg4WKuteusRLKh5Y8b/cyu7UzhxM0haIqQjyqA1iuA==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@oxc-resolver/binding-darwin-arm64@4.2.0':
|
||||
resolution: {integrity: sha512-DP+KY4nXRJvL5XayKda0P7NCjcP1zZ5x6RZznMM/bMPCBrjcYNG4XKV9v/EbkSq3Et24mEJFYOM55WmPxtqf0w==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@oxc-resolver/binding-darwin-x64@1.12.0':
|
||||
resolution: {integrity: sha512-FZxxp99om+SlvBr1cjzF8A3TjYcS0BInCqjUlM+2f9m9bPTR2Bng9Zq5Q09ZQyrKJjfGKqlOEHs3akuVOnrx3Q==}
|
||||
'@oxc-resolver/binding-darwin-x64@5.0.0':
|
||||
resolution: {integrity: sha512-1lS3aBNVjVQKBvZdHm13+8tSjvu2Tl1Cv4FnUyMYxqx6+rsom2YaOylS5LhDUwfZu0zAgpLMwK6kGpF/UPncNg==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@oxc-resolver/binding-darwin-x64@4.2.0':
|
||||
resolution: {integrity: sha512-k8wrYcZPE94Wq7QvLi7FVqdbnlg52L/J7dZOvdjmQaJN9zp2Gg/rhIXlXGf1yFqOC0NfiDIW0C4CpEat/zmw+Q==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@oxc-resolver/binding-freebsd-x64@1.12.0':
|
||||
resolution: {integrity: sha512-BZi0iU6IEOnXGSkqt1OjTTkN9wfyaK6kTpQwL/axl8eCcNDc7wbv1vloHgILf7ozAY1TP75nsLYlASYI4B5kGA==}
|
||||
'@oxc-resolver/binding-freebsd-x64@5.0.0':
|
||||
resolution: {integrity: sha512-q9sRd68wC1/AJ0eu6ClhxlklVfe8gH4wrUkSyEbIYTZ8zY5yjsLY3fpqqsaCvWJUx65nW+XtnAxCGCi5AXr1Mw==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
'@oxc-resolver/binding-freebsd-x64@4.2.0':
|
||||
resolution: {integrity: sha512-ozYwrwsJMBPCF6PEvO4UeGcV1klyV3raVMoZeGPElF0QQpWTiLiOc1CEN3U/H82ZVYWLMDLNPTmTOdsc3CELqA==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@1.12.0':
|
||||
resolution: {integrity: sha512-L2qnMEnZAqxbG9b1J3di/w/THIm+1fMVfbbTMWIQNMMXdMeqqDN6ojnOLDtuP564rAh4TBFPdLyEfGhMz6ipNA==}
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@5.0.0':
|
||||
resolution: {integrity: sha512-catYavWsvqViYnCveQjhrK6yVYDEPFvIOgGLxnz5r2dcgrjpmquzREoyss0L2QG/J5HTTbwqwZ1kk+g56hE/1A==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@4.2.0':
|
||||
resolution: {integrity: sha512-3LjgnQBIrQywemSbVJvjCP+X6kcmChF1NRytgccbVCtOFocNh8JWtykdUnAbeJRY8SeM49QP0WtAPlEEdHMNTQ==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@1.12.0':
|
||||
resolution: {integrity: sha512-otVbS4zeo3n71zgGLBYRTriDzc0zpruC0WI3ICwjpIk454cLwGV0yzh4jlGYWQJYJk0BRAmXFd3ooKIF+bKBHw==}
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@5.0.0':
|
||||
resolution: {integrity: sha512-l/0pWoQM5kVmJLg4frQ1mKZOXgi0ex/hzvFt8E4WK2ifXr5JgKFUokxsb/oat7f5YzdJJh5r9p+qS/t3dA26Aw==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@4.2.0':
|
||||
resolution: {integrity: sha512-mMB1AvqzTH25rbUo1eRfvFzNqBopX6aRlDmO1fIVVzIWi6YJNKckxbkGaatez4hH/n86IR6aEdZFM3qBUjn3Tg==}
|
||||
'@oxc-resolver/binding-linux-arm64-musl@5.0.0':
|
||||
resolution: {integrity: sha512-bx0oz/oaAW4FGYqpIIxJCnmgb906YfMhTEWCJvYkxjpEI8VKLJEL3PQevYiqDq36SA0yRLJ/sQK2fqry8AFBfA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-musl@1.12.0':
|
||||
resolution: {integrity: sha512-IStQDjIT7Lzmqg1i9wXvPL/NsYsxF24WqaQFS8b8rxra+z0VG7saBOsEnOaa4jcEY8MVpLYabFhTV+fSsA2vnA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-musl@4.2.0':
|
||||
resolution: {integrity: sha512-9oPBU8Yb35z15/14LzALn/8rRwwrtfe19l25N1MRZVSONGiOwfzWNqDNjWiDdyW+EUt/hlylmFOItZmreL6iIw==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-gnu@1.12.0':
|
||||
resolution: {integrity: sha512-SipT7EVORz8pOQSFwemOm91TpSiBAGmOjG830/o+aLEsvQ4pEy223+SAnCfITh7+AahldYsJnVoIs519jmIlKQ==}
|
||||
'@oxc-resolver/binding-linux-x64-gnu@5.0.0':
|
||||
resolution: {integrity: sha512-4PH++qbSIhlRsFYdN1P9neDov4OGhTGo5nbQ1D7AL6gWFLo3gdZTc00FM2y8JjeTcPWEXkViZuwpuc0w5i6qHg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-gnu@4.2.0':
|
||||
resolution: {integrity: sha512-8wU4fwHb0b45i0qMBJ24UYBEtaLyvYWUOqVVCn0SpQZ1mhWWC8dvD6+zIVAKRVex/cKdgzi3imXoKGIDqVEu9w==}
|
||||
'@oxc-resolver/binding-linux-x64-musl@5.0.0':
|
||||
resolution: {integrity: sha512-mLfQFpX3/5y9oWi0b+9FbWDkL2hM0Y29653beCHiHxAdGyVgb2DsJbK74WkMTwtSz9by8vyBh8jGPZcg1yLZbQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-musl@1.12.0':
|
||||
resolution: {integrity: sha512-mGh0XfUzKdn+WFaqPacziNraCWL5znkHRfQVxG9avGS9zb2KC/N1EBbPzFqutDwixGDP54r2gx4q54YCJEZ4iQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-musl@4.2.0':
|
||||
resolution: {integrity: sha512-5CS2wlGxzESPJCj4NlNGr73QCku75VpGtkwNp8qJF4hLELKAzkoqIB0eBbcvNPg8m2rB7YeXb1u+puGUKXDhNQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@oxc-resolver/binding-wasm32-wasi@1.12.0':
|
||||
resolution: {integrity: sha512-SZN6v7apKmQf/Vwiqb6e/s3Y2Oacw8uW8V2i1AlxtyaEFvnFE0UBn89zq6swEwE3OCajNWs0yPvgAXUMddYc7Q==}
|
||||
'@oxc-resolver/binding-wasm32-wasi@5.0.0':
|
||||
resolution: {integrity: sha512-uEhsAZSo65qsRi6+IfBTEUUFbjg7T2yruJeLYpFfEATpm3ory5Mgo5vx3L0c2/Cz1OUZXBgp3A8x6VMUB2jT2A==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
cpu: [wasm32]
|
||||
|
||||
'@oxc-resolver/binding-wasm32-wasi@4.2.0':
|
||||
resolution: {integrity: sha512-VOLpvmVAQZjvj/7Et/gYzW6yBqL9VKjLWOGaFiQ7cvTpY9R9d/1mrNKEuP3beDHF2si2fM5f2pl9bL+N4tvwiA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
cpu: [wasm32]
|
||||
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@1.12.0':
|
||||
resolution: {integrity: sha512-GRe4bqCfFsyghruEn5bv47s9w3EWBdO2q72xCz5kpQ0LWbw+enPHtTjw3qX5PUcFYpKykM55FaO0hFDs1yzatw==}
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@5.0.0':
|
||||
resolution: {integrity: sha512-8DbSso9Jp1ns8AYuZFXdRfAcdJrzZwkFm/RjPuvAPTENsm685dosBF8G6gTHQlHvULnk6o3sa9ygZaTGC/UoEw==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@4.2.0':
|
||||
resolution: {integrity: sha512-8tPj93hd1H5vXMtud1jN3C+prLZnvNzGw+BuyMer1+Z6RCQZHqn0XrfCalcuDOggKUYFagcKDdpdhv/CSW2/ZQ==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@oxc-resolver/binding-win32-x64-msvc@1.12.0':
|
||||
resolution: {integrity: sha512-Z3llHH0jfJP4mlWq3DT7bK6qV+/vYe0+xzCgfc67+Tc/U3eYndujl880bexeGdGNPh87JeYznpZAOJ44N7QVVQ==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@oxc-resolver/binding-win32-x64-msvc@4.2.0':
|
||||
resolution: {integrity: sha512-of3dYwB4RN825qq9kBu/79QPVXDZFb5S/opLtJScLqyRhI6owkFWV4P9VmFih8dfBh/7SImdvt/B4HQTF1fthg==}
|
||||
'@oxc-resolver/binding-win32-x64-msvc@5.0.0':
|
||||
resolution: {integrity: sha512-ylppfPEg63NuRXOPNsXFlgyl37JrtRn0QMO26X3K3Ytp5HtLrMreQMGVtgr30e1l2YmAWqhvmKlCryOqzGPD/g==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
@ -436,8 +381,8 @@ packages:
|
||||
'@swc/core': '>= 1.4.13'
|
||||
'@swc/types': '>= 0.1'
|
||||
|
||||
'@swc-node/register@1.10.9':
|
||||
resolution: {integrity: sha512-iXy2sjP0phPEpK2yivjRC3PAgoLaT4sjSk0LDWCTdcTBJmR4waEog0E6eJbvoOkLkOtWw37SB8vCkl/bbh4+8A==}
|
||||
'@swc-node/register@1.10.10':
|
||||
resolution: {integrity: sha512-jYWaI2WNEKz8KZL3sExd2KVL1JMma1/J7z+9iTpv0+fRN7LGMF8VTGGuHI2bug/ztpdZU1G44FG/Kk6ElXL9CQ==}
|
||||
peerDependencies:
|
||||
'@swc/core': '>= 1.4.13'
|
||||
typescript: '>= 4.3'
|
||||
@ -445,68 +390,68 @@ packages:
|
||||
'@swc-node/sourcemap-support@0.5.1':
|
||||
resolution: {integrity: sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==}
|
||||
|
||||
'@swc/core-darwin-arm64@1.11.9':
|
||||
resolution: {integrity: sha512-moqbPCWG6SHiDMENTDYsEQJ0bFustbLtrdbDbdjnijSyhCyIcm9zKowmovE6MF8JBdOwmLxbuN1Yarq6CrPNlw==}
|
||||
'@swc/core-darwin-arm64@1.11.11':
|
||||
resolution: {integrity: sha512-vJcjGVDB8cZH7zyOkC0AfpFYI/7GHKG0NSsH3tpuKrmoAXJyCYspKPGid7FT53EAlWreN7+Pew+bukYf5j+Fmg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.11.9':
|
||||
resolution: {integrity: sha512-/lgMo5l9q6y3jjLM3v30y6SBvuuyLsM/K94hv3hPvDf91N+YlZLw4D7KY0Qknfhj6WytoAcjOIDU6xwBRPyUWg==}
|
||||
'@swc/core-darwin-x64@1.11.11':
|
||||
resolution: {integrity: sha512-/N4dGdqEYvD48mCF3QBSycAbbQd3yoZ2YHSzYesQf8usNc2YpIhYqEH3sql02UsxTjEFOJSf1bxZABDdhbSl6A==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.11.9':
|
||||
resolution: {integrity: sha512-7bL6z/63If11IpBElQRozIGRadiy6rt3DoUyfGuFIFQKxtnZxzHuLxm1/wrCAGN9iAZxrpHxHP0VbPQvr6Mcjg==}
|
||||
'@swc/core-linux-arm-gnueabihf@1.11.11':
|
||||
resolution: {integrity: sha512-hsBhKK+wVXdN3x9MrL5GW0yT8o9GxteE5zHAI2HJjRQel3HtW7m5Nvwaq+q8rwMf4YQRd8ydbvwl4iUOZx7i2Q==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.11.9':
|
||||
resolution: {integrity: sha512-9ArpxjrNbyFTr7gG+toiGbbK2mfS+X97GIruBKPsD8CJH/yJlMknBsX3lfy9h/L119zYVnFBmZDnwsv5yW8/cw==}
|
||||
'@swc/core-linux-arm64-gnu@1.11.11':
|
||||
resolution: {integrity: sha512-YOCdxsqbnn/HMPCNM6nrXUpSndLXMUssGTtzT7ffXqr7WuzRg2e170FVDVQFIkb08E7Ku5uOnnUVAChAJQbMOQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.11.9':
|
||||
resolution: {integrity: sha512-UOnunJWu7T7oNkBr4DLMwXXbldjiwi+JxmqBKrD2+BNiHGu6P5VpqDHiTGuWuLrda0TcTmeNE6gzlIVOVBo/vw==}
|
||||
'@swc/core-linux-arm64-musl@1.11.11':
|
||||
resolution: {integrity: sha512-nR2tfdQRRzwqR2XYw9NnBk9Fdvff/b8IiJzDL28gRR2QiJWLaE8LsRovtWrzCOYq6o5Uu9cJ3WbabWthLo4jLw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.11.9':
|
||||
resolution: {integrity: sha512-HAqmCkNoNhRusBqSokyylXKsLJ/dr3dnMgBERdUrCIh47L8CKR2qEFUP6FI05sHVB85403ctWnfzBYblcarpqg==}
|
||||
'@swc/core-linux-x64-gnu@1.11.11':
|
||||
resolution: {integrity: sha512-b4gBp5HA9xNWNC5gsYbdzGBJWx4vKSGybGMGOVWWuF+ynx10+0sA/o4XJGuNHm8TEDuNh9YLKf6QkIO8+GPJ1g==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.11.9':
|
||||
resolution: {integrity: sha512-THwUT2g2qSWUxhi3NGRCEdmh/q7WKl3d5jcN9mz/4jum76Tb46LB9p3oOVPBIcfnFQ9OaddExjCwLoUl0ju2pA==}
|
||||
'@swc/core-linux-x64-musl@1.11.11':
|
||||
resolution: {integrity: sha512-dEvqmQVswjNvMBwXNb8q5uSvhWrJLdttBSef3s6UC5oDSwOr00t3RQPzyS3n5qmGJ8UMTdPRmsopxmqaODISdg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.11.9':
|
||||
resolution: {integrity: sha512-r4SGD9lR0MM9HSIsQ72BEL3Za3XsuVj+govuXQTlK0mty5gih4L+Qgfnb9PmhjFakK3F63gZyyEr2y8Fj0mN6Q==}
|
||||
'@swc/core-win32-arm64-msvc@1.11.11':
|
||||
resolution: {integrity: sha512-aZNZznem9WRnw2FbTqVpnclvl8Q2apOBW2B316gZK+qxbe+ktjOUnYaMhdCG3+BYggyIBDOnaJeQrXbKIMmNdw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.11.9':
|
||||
resolution: {integrity: sha512-jrEh6MDSnhwfpjRlSWd2Bk8pS5EjreQD1YbkNcnXviQf3+H0wSPmeVSktZyoIdkxAuc2suFx8mj7Yja2UXAgUg==}
|
||||
'@swc/core-win32-ia32-msvc@1.11.11':
|
||||
resolution: {integrity: sha512-DjeJn/IfjgOddmJ8IBbWuDK53Fqw7UvOz7kyI/728CSdDYC3LXigzj3ZYs4VvyeOt+ZcQZUB2HA27edOifomGw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.11.9':
|
||||
resolution: {integrity: sha512-oAwuhzr+1Bmb4As2wa3k57/WPJeyVEYRQelwEMYjPgi/h6TH+Y69jQAgKOd+ec1Yl8L5nkWTZMVA/dKDac1bAQ==}
|
||||
'@swc/core-win32-x64-msvc@1.11.11':
|
||||
resolution: {integrity: sha512-Gp/SLoeMtsU4n0uRoKDOlGrRC6wCfifq7bqLwSlAG8u8MyJYJCcwjg7ggm0rhLdC2vbiZ+lLVl3kkETp+JUvKg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.11.9':
|
||||
resolution: {integrity: sha512-4UQ66FwTkFDr+UzYzRNKQyHMScOrc4zJbTJHyK6dP1yVMrxi5sl0FTzNKiqoYvRZ7j8TAYgtYvvuPSW/XXvp5g==}
|
||||
'@swc/core@1.11.11':
|
||||
resolution: {integrity: sha512-pCVY2Wn6dV/labNvssk9b3Owi4WOYsapcbWm90XkIj4xH/56Z6gzja9fsU+4MdPuEfC2Smw835nZHcdCFGyX6A==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '*'
|
||||
@ -580,16 +525,16 @@ packages:
|
||||
'@types/yargs@17.0.33':
|
||||
resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.26.0':
|
||||
resolution: {integrity: sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==}
|
||||
'@typescript-eslint/eslint-plugin@8.26.1':
|
||||
resolution: {integrity: sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/parser@8.26.0':
|
||||
resolution: {integrity: sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==}
|
||||
'@typescript-eslint/parser@8.26.1':
|
||||
resolution: {integrity: sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -599,8 +544,12 @@ packages:
|
||||
resolution: {integrity: sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.0':
|
||||
resolution: {integrity: sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==}
|
||||
'@typescript-eslint/scope-manager@8.26.1':
|
||||
resolution: {integrity: sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.1':
|
||||
resolution: {integrity: sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -610,12 +559,22 @@ packages:
|
||||
resolution: {integrity: sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/types@8.26.1':
|
||||
resolution: {integrity: sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.0':
|
||||
resolution: {integrity: sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.1':
|
||||
resolution: {integrity: sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/utils@8.26.0':
|
||||
resolution: {integrity: sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
@ -623,10 +582,21 @@ packages:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/utils@8.26.1':
|
||||
resolution: {integrity: sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
typescript: '>=4.8.4 <5.9.0'
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.0':
|
||||
resolution: {integrity: sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.1':
|
||||
resolution: {integrity: sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
acorn-jsx@5.3.2:
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
peerDependencies:
|
||||
@ -708,8 +678,8 @@ packages:
|
||||
base64-js@1.5.1:
|
||||
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
||||
|
||||
better-sqlite3@11.8.1:
|
||||
resolution: {integrity: sha512-9BxNaBkblMjhJW8sMRZxnxVTRgbRmssZW0Oxc1MPBTfiR+WW21e2Mk4qu8CzrcZb1LwPCnFsfDEzq+SNcBU8eg==}
|
||||
better-sqlite3@11.9.0:
|
||||
resolution: {integrity: sha512-4b9xYnoaskj8eIkke9ZCB42p5bOPabptSku8Rl4Yww70Jf+aHeLvrIjXDJrKQxUEjdppsFb+fdJSjoH4TklROA==}
|
||||
|
||||
binary-extensions@2.3.0:
|
||||
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
||||
@ -889,17 +859,17 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
|
||||
eslint-config-sukka@6.17.0:
|
||||
resolution: {integrity: sha512-CvBAbSRFin71hQoh/jG7daLCVlvrG7uQPqqJs2fsgEofH0OUpV2yClFd/nj5jgpPMZfygxUwoAivS9HYlkYbbg==}
|
||||
eslint-config-sukka@6.17.1:
|
||||
resolution: {integrity: sha512-YVYZv3b5hCZEI+a4ocIY8qUpHyWvzkfDJyXgnRdgAuGNZ0qENHEablEB+QwNBGI6FMpXTaxlLzC3sYjAGk3m/Q==}
|
||||
|
||||
eslint-formatter-sukka@6.17.0:
|
||||
resolution: {integrity: sha512-9rBZFfeX99SCn2XpPOiWRzxyCl3x4l6ciTORCCb1R6dubetElvrgtDcfDENsC4hFeZK/s+qx+zL/28/SIkgsjQ==}
|
||||
eslint-formatter-sukka@6.17.1:
|
||||
resolution: {integrity: sha512-3wEnIBjsmNjshZgEpDk0tlbiMoxvt4GnYmaogHGyHv65fhOhg8O8VOHyIaqrkr7BlLW1z8nn4E9sCbxOdXX7ZA==}
|
||||
|
||||
eslint-import-resolver-node@0.3.9:
|
||||
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
||||
|
||||
eslint-import-resolver-oxc@0.12.0:
|
||||
resolution: {integrity: sha512-oK3kDFfkhmMX+YKoLY1QzuyigCTGqwVf+woUiC21HhXjqsNPdXZbYgYeBHA9klzlU9QY201H2RWVEUNkpY5XyA==}
|
||||
eslint-import-resolver-oxc@0.13.1:
|
||||
resolution: {integrity: sha512-QL1NrZ7BjcOggOYeNUijIYBFoD2PBLBtLBEYJaWl1pD7Cx+PGc2P65izZKtJz+wqixZiodsvLVBcDvew1NDI2Q==}
|
||||
engines: {node: ^16.17.0 || >=18.6.0}
|
||||
peerDependencies:
|
||||
'@rspack/cli': '*'
|
||||
@ -946,8 +916,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8'
|
||||
|
||||
eslint-plugin-de-morgan@1.2.0:
|
||||
resolution: {integrity: sha512-XOZxiOMHchXn425a1DS/NOXVkGqKiTOCvVGIPru/l/bfF4Ant7u8d4+rXOqVFEN5Z8K+I/AO19U074gqnnBsJw==}
|
||||
eslint-plugin-de-morgan@1.2.1:
|
||||
resolution: {integrity: sha512-lzh5DWqdogO6kasbGdWNHy6XOMajv4CRQnEiv/XJFpL1xxG0hxF2uxF+KAkcTzR+w85l4nWoqGbI39ZF+sk4+g==}
|
||||
engines: {node: ^18.0.0 || >=20.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=8.0.0'
|
||||
@ -988,8 +958,8 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: '>=8.44.0'
|
||||
|
||||
eslint-plugin-sukka@6.17.0:
|
||||
resolution: {integrity: sha512-1E7dJV1GjttmPTEeFhMbHPYUD+ow6aFjUpVs1rUk1Vk4s1H42MOIBrFJfCycnwEKHIjkyE9uZIycx7cL8EzPPQ==}
|
||||
eslint-plugin-sukka@6.17.1:
|
||||
resolution: {integrity: sha512-y2Fa4qG49PEleieewrY990CqgDqS0a5cnI34rwwuxoYorGc0zVlzi77zky4Td0lukTyO6Yg6miWtre8dYNa91Q==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
@ -1127,6 +1097,9 @@ packages:
|
||||
foxts@1.7.0:
|
||||
resolution: {integrity: sha512-mWyH/Fmh7TrUSuLgQpm2y3EieseR/v1g1Hp2cG5g5XBpQjuXLzhxMMiIND6egrDu0xkh28tYd4fp3dxam2/VAA==}
|
||||
|
||||
foxts@2.0.1:
|
||||
resolution: {integrity: sha512-p032Uy9DFQEyWa0CjtK+KBlwujoRVzUUO9Z0OUAWLsK01pGQ2oqGX8XipzaVyR2i5yV4wAsQrjLoe7BWEhxH6A==}
|
||||
|
||||
fs-constants@1.0.0:
|
||||
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
|
||||
|
||||
@ -1381,11 +1354,8 @@ packages:
|
||||
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
oxc-resolver@1.12.0:
|
||||
resolution: {integrity: sha512-YlaCIArvWNKCWZFRrMjhh2l5jK80eXnpYP+bhRc1J/7cW3TiyEY0ngJo73o/5n8hA3+4yLdTmXLNTQ3Ncz50LQ==}
|
||||
|
||||
oxc-resolver@4.2.0:
|
||||
resolution: {integrity: sha512-x9bzmn1rQRu2cRT6dC6qOCKyStDVubXsf5H3UloUG/UFjzufmNu8DHTxafYDaSlA9Y+rorD+EnmF7sWSaFdd7g==}
|
||||
oxc-resolver@5.0.0:
|
||||
resolution: {integrity: sha512-66fopyAqCN8Mx4tzNiBXWbk8asCSuxUWN62gwTc3yfRs7JfWhX/eVJCf+fUrfbNOdQVOWn+o8pAKllp76ysMXA==}
|
||||
|
||||
p-limit@3.1.0:
|
||||
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
||||
@ -1558,6 +1528,9 @@ packages:
|
||||
stable-hash@0.0.4:
|
||||
resolution: {integrity: sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==}
|
||||
|
||||
stable-hash@0.0.5:
|
||||
resolution: {integrity: sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==}
|
||||
|
||||
stack-utils@2.0.6:
|
||||
resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==}
|
||||
engines: {node: '>=10'}
|
||||
@ -1665,8 +1638,8 @@ packages:
|
||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
typescript-eslint@8.26.0:
|
||||
resolution: {integrity: sha512-PtVz9nAnuNJuAVeUFvwztjuUgSnJInODAUx47VDwWPXzd5vismPOtPtt83tzNXyOjVQbPRp786D6WFW/M2koIA==}
|
||||
typescript-eslint@8.26.1:
|
||||
resolution: {integrity: sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
@ -1805,21 +1778,21 @@ snapshots:
|
||||
|
||||
'@eslint-community/regexpp@4.12.1': {}
|
||||
|
||||
'@eslint-sukka/node@6.17.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@eslint-sukka/node@6.17.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-sukka/shared': 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-plugin-n: 17.16.2(eslint@9.22.0)
|
||||
eslint-plugin-sukka: 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-plugin-sukka: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@eslint-sukka/shared@6.17.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@eslint-sukka/shared@6.17.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||
'@package-json/types': 0.0.11
|
||||
'@typescript-eslint/utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@ -1920,7 +1893,7 @@ snapshots:
|
||||
|
||||
'@mitata/counters@0.0.8': {}
|
||||
|
||||
'@napi-rs/wasm-runtime@0.2.6':
|
||||
'@napi-rs/wasm-runtime@0.2.7':
|
||||
dependencies:
|
||||
'@emnapi/core': 1.3.1
|
||||
'@emnapi/runtime': 1.3.1
|
||||
@ -1939,74 +1912,39 @@ snapshots:
|
||||
'@nodelib/fs.scandir': 2.1.5
|
||||
fastq: 1.19.0
|
||||
|
||||
'@oxc-resolver/binding-darwin-arm64@1.12.0':
|
||||
'@oxc-resolver/binding-darwin-arm64@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-darwin-arm64@4.2.0':
|
||||
'@oxc-resolver/binding-darwin-x64@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-darwin-x64@1.12.0':
|
||||
'@oxc-resolver/binding-freebsd-x64@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-darwin-x64@4.2.0':
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-freebsd-x64@1.12.0':
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-freebsd-x64@4.2.0':
|
||||
'@oxc-resolver/binding-linux-arm64-musl@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@1.12.0':
|
||||
'@oxc-resolver/binding-linux-x64-gnu@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf@4.2.0':
|
||||
'@oxc-resolver/binding-linux-x64-musl@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-gnu@4.2.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-musl@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-musl@4.2.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-gnu@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-gnu@4.2.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-musl@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-musl@4.2.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-wasm32-wasi@1.12.0':
|
||||
'@oxc-resolver/binding-wasm32-wasi@5.0.0':
|
||||
dependencies:
|
||||
'@napi-rs/wasm-runtime': 0.2.6
|
||||
'@napi-rs/wasm-runtime': 0.2.7
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-wasm32-wasi@4.2.0':
|
||||
dependencies:
|
||||
'@napi-rs/wasm-runtime': 0.2.6
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-win32-arm64-msvc@4.2.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-win32-x64-msvc@1.12.0':
|
||||
optional: true
|
||||
|
||||
'@oxc-resolver/binding-win32-x64-msvc@4.2.0':
|
||||
'@oxc-resolver/binding-win32-x64-msvc@5.0.0':
|
||||
optional: true
|
||||
|
||||
'@package-json/types@0.0.11': {}
|
||||
@ -2033,19 +1971,19 @@ snapshots:
|
||||
|
||||
'@sinclair/typebox@0.27.8': {}
|
||||
|
||||
'@swc-node/core@1.13.3(@swc/core@1.11.9)(@swc/types@0.1.19)':
|
||||
'@swc-node/core@1.13.3(@swc/core@1.11.11)(@swc/types@0.1.19)':
|
||||
dependencies:
|
||||
'@swc/core': 1.11.9
|
||||
'@swc/core': 1.11.11
|
||||
'@swc/types': 0.1.19
|
||||
|
||||
'@swc-node/register@1.10.9(@swc/core@1.11.9)(@swc/types@0.1.19)(typescript@5.8.2)':
|
||||
'@swc-node/register@1.10.10(@swc/core@1.11.11)(@swc/types@0.1.19)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.11.9)(@swc/types@0.1.19)
|
||||
'@swc-node/core': 1.13.3(@swc/core@1.11.11)(@swc/types@0.1.19)
|
||||
'@swc-node/sourcemap-support': 0.5.1
|
||||
'@swc/core': 1.11.9
|
||||
'@swc/core': 1.11.11
|
||||
colorette: 2.0.20
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
oxc-resolver: 1.12.0
|
||||
oxc-resolver: 5.0.0
|
||||
pirates: 4.0.6
|
||||
tslib: 2.8.1
|
||||
typescript: 5.8.2
|
||||
@ -2058,51 +1996,51 @@ snapshots:
|
||||
source-map-support: 0.5.21
|
||||
tslib: 2.8.1
|
||||
|
||||
'@swc/core-darwin-arm64@1.11.9':
|
||||
'@swc/core-darwin-arm64@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.11.9':
|
||||
'@swc/core-darwin-x64@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.11.9':
|
||||
'@swc/core-linux-arm-gnueabihf@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.11.9':
|
||||
'@swc/core-linux-arm64-gnu@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.11.9':
|
||||
'@swc/core-linux-arm64-musl@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.11.9':
|
||||
'@swc/core-linux-x64-gnu@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.11.9':
|
||||
'@swc/core-linux-x64-musl@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.11.9':
|
||||
'@swc/core-win32-arm64-msvc@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.11.9':
|
||||
'@swc/core-win32-ia32-msvc@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.11.9':
|
||||
'@swc/core-win32-x64-msvc@1.11.11':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.11.9':
|
||||
'@swc/core@1.11.11':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.19
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.11.9
|
||||
'@swc/core-darwin-x64': 1.11.9
|
||||
'@swc/core-linux-arm-gnueabihf': 1.11.9
|
||||
'@swc/core-linux-arm64-gnu': 1.11.9
|
||||
'@swc/core-linux-arm64-musl': 1.11.9
|
||||
'@swc/core-linux-x64-gnu': 1.11.9
|
||||
'@swc/core-linux-x64-musl': 1.11.9
|
||||
'@swc/core-win32-arm64-msvc': 1.11.9
|
||||
'@swc/core-win32-ia32-msvc': 1.11.9
|
||||
'@swc/core-win32-x64-msvc': 1.11.9
|
||||
'@swc/core-darwin-arm64': 1.11.11
|
||||
'@swc/core-darwin-x64': 1.11.11
|
||||
'@swc/core-linux-arm-gnueabihf': 1.11.11
|
||||
'@swc/core-linux-arm64-gnu': 1.11.11
|
||||
'@swc/core-linux-arm64-musl': 1.11.11
|
||||
'@swc/core-linux-x64-gnu': 1.11.11
|
||||
'@swc/core-linux-x64-musl': 1.11.11
|
||||
'@swc/core-win32-arm64-msvc': 1.11.11
|
||||
'@swc/core-win32-ia32-msvc': 1.11.11
|
||||
'@swc/core-win32-x64-msvc': 1.11.11
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
@ -2172,14 +2110,14 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/yargs-parser': 21.0.3
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/scope-manager': 8.26.0
|
||||
'@typescript-eslint/type-utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.0
|
||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/type-utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
eslint: 9.22.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
@ -2189,12 +2127,12 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.26.0
|
||||
'@typescript-eslint/types': 8.26.0
|
||||
'@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.0
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
eslint: 9.22.0
|
||||
typescript: 5.8.2
|
||||
@ -2206,10 +2144,15 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.26.0
|
||||
'@typescript-eslint/visitor-keys': 8.26.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
'@typescript-eslint/scope-manager@8.26.1':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
|
||||
'@typescript-eslint/type-utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
eslint: 9.22.0
|
||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||
@ -2219,6 +2162,8 @@ snapshots:
|
||||
|
||||
'@typescript-eslint/types@8.26.0': {}
|
||||
|
||||
'@typescript-eslint/types@8.26.1': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.0(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.0
|
||||
@ -2233,6 +2178,20 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.26.1(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/visitor-keys': 8.26.1
|
||||
debug: 4.4.0(supports-color@8.1.1)
|
||||
fast-glob: 3.3.3
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.7.1
|
||||
ts-api-utils: 2.0.1(typescript@5.8.2)
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.26.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
||||
@ -2244,11 +2203,27 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.26.1(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.22.0)
|
||||
'@typescript-eslint/scope-manager': 8.26.1
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
'@typescript-eslint/typescript-estree': 8.26.1(typescript@5.8.2)
|
||||
eslint: 9.22.0
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.0':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
|
||||
'@typescript-eslint/visitor-keys@8.26.1':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.26.1
|
||||
eslint-visitor-keys: 4.2.0
|
||||
|
||||
acorn-jsx@5.3.2(acorn@8.14.0):
|
||||
dependencies:
|
||||
acorn: 8.14.0
|
||||
@ -2320,7 +2295,7 @@ snapshots:
|
||||
|
||||
base64-js@1.5.1: {}
|
||||
|
||||
better-sqlite3@11.8.1:
|
||||
better-sqlite3@11.9.0:
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
prebuild-install: 7.1.3
|
||||
@ -2477,27 +2452,27 @@ snapshots:
|
||||
eslint: 9.22.0
|
||||
semver: 7.7.1
|
||||
|
||||
eslint-config-sukka@6.17.0(@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2):
|
||||
eslint-config-sukka@6.17.1(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.22.0)
|
||||
'@eslint-sukka/shared': 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@eslint/js': 9.22.0
|
||||
'@typescript-eslint/parser': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
ci-info: 4.2.0
|
||||
defu: 6.1.4
|
||||
eslint-import-resolver-oxc: 0.12.0(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
||||
eslint-import-resolver-oxc: 0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
||||
eslint-plugin-autofix: 2.2.0(eslint@9.22.0)
|
||||
eslint-plugin-de-morgan: 1.2.0(eslint@9.22.0)
|
||||
eslint-plugin-de-morgan: 1.2.1(eslint@9.22.0)
|
||||
eslint-plugin-import-x: 4.6.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-plugin-jsonc: 2.19.1(eslint@9.22.0)
|
||||
eslint-plugin-promise: 7.2.1(eslint@9.22.0)
|
||||
eslint-plugin-regexp: 2.7.0(eslint@9.22.0)
|
||||
eslint-plugin-sukka: 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
||||
eslint-plugin-sukka: 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)
|
||||
foxts: 1.7.0
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
picocolors: 1.1.1
|
||||
typescript-eslint: 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
typescript-eslint: 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/json'
|
||||
- '@rspack/cli'
|
||||
@ -2512,7 +2487,7 @@ snapshots:
|
||||
- webpack-cli
|
||||
- webpack-merge
|
||||
|
||||
eslint-formatter-sukka@6.17.0:
|
||||
eslint-formatter-sukka@6.17.1:
|
||||
dependencies:
|
||||
ci-info: 4.2.0
|
||||
picocolors: 1.1.1
|
||||
@ -2525,10 +2500,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-import-resolver-oxc@0.12.0(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
||||
eslint-import-resolver-oxc@0.13.1(eslint-plugin-import-x@4.6.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
||||
dependencies:
|
||||
eslint: 9.22.0
|
||||
oxc-resolver: 4.2.0
|
||||
oxc-resolver: 5.0.0
|
||||
stable-hash: 0.0.5
|
||||
optionalDependencies:
|
||||
eslint-plugin-import-x: 4.6.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
|
||||
@ -2546,7 +2522,7 @@ snapshots:
|
||||
esutils: 2.0.3
|
||||
string-similarity: 4.0.4
|
||||
|
||||
eslint-plugin-de-morgan@1.2.0(eslint@9.22.0):
|
||||
eslint-plugin-de-morgan@1.2.1(eslint@9.22.0):
|
||||
dependencies:
|
||||
eslint: 9.22.0
|
||||
|
||||
@ -2619,12 +2595,12 @@ snapshots:
|
||||
regexp-ast-analysis: 0.7.1
|
||||
scslre: 0.3.0
|
||||
|
||||
eslint-plugin-sukka@6.17.0(eslint@9.22.0)(typescript@5.8.2):
|
||||
eslint-plugin-sukka@6.17.1(eslint@9.22.0)(typescript@5.8.2):
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@eslint-sukka/shared': 6.17.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/type-utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@eslint-sukka/shared': 6.17.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/type-utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
foxts: 1.7.0
|
||||
optionalDependencies:
|
||||
typescript: 5.8.2
|
||||
@ -2632,11 +2608,11 @@ snapshots:
|
||||
- eslint
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0):
|
||||
dependencies:
|
||||
eslint: 9.22.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
|
||||
eslint-rule-composer@0.3.0: {}
|
||||
|
||||
@ -2782,6 +2758,8 @@ snapshots:
|
||||
dependencies:
|
||||
uncrypto: 0.1.3
|
||||
|
||||
foxts@2.0.1: {}
|
||||
|
||||
fs-constants@1.0.0: {}
|
||||
|
||||
fsevents@2.3.3:
|
||||
@ -3036,33 +3014,19 @@ snapshots:
|
||||
type-check: 0.4.0
|
||||
word-wrap: 1.2.5
|
||||
|
||||
oxc-resolver@1.12.0:
|
||||
oxc-resolver@5.0.0:
|
||||
optionalDependencies:
|
||||
'@oxc-resolver/binding-darwin-arm64': 1.12.0
|
||||
'@oxc-resolver/binding-darwin-x64': 1.12.0
|
||||
'@oxc-resolver/binding-freebsd-x64': 1.12.0
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf': 1.12.0
|
||||
'@oxc-resolver/binding-linux-arm64-gnu': 1.12.0
|
||||
'@oxc-resolver/binding-linux-arm64-musl': 1.12.0
|
||||
'@oxc-resolver/binding-linux-x64-gnu': 1.12.0
|
||||
'@oxc-resolver/binding-linux-x64-musl': 1.12.0
|
||||
'@oxc-resolver/binding-wasm32-wasi': 1.12.0
|
||||
'@oxc-resolver/binding-win32-arm64-msvc': 1.12.0
|
||||
'@oxc-resolver/binding-win32-x64-msvc': 1.12.0
|
||||
|
||||
oxc-resolver@4.2.0:
|
||||
optionalDependencies:
|
||||
'@oxc-resolver/binding-darwin-arm64': 4.2.0
|
||||
'@oxc-resolver/binding-darwin-x64': 4.2.0
|
||||
'@oxc-resolver/binding-freebsd-x64': 4.2.0
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf': 4.2.0
|
||||
'@oxc-resolver/binding-linux-arm64-gnu': 4.2.0
|
||||
'@oxc-resolver/binding-linux-arm64-musl': 4.2.0
|
||||
'@oxc-resolver/binding-linux-x64-gnu': 4.2.0
|
||||
'@oxc-resolver/binding-linux-x64-musl': 4.2.0
|
||||
'@oxc-resolver/binding-wasm32-wasi': 4.2.0
|
||||
'@oxc-resolver/binding-win32-arm64-msvc': 4.2.0
|
||||
'@oxc-resolver/binding-win32-x64-msvc': 4.2.0
|
||||
'@oxc-resolver/binding-darwin-arm64': 5.0.0
|
||||
'@oxc-resolver/binding-darwin-x64': 5.0.0
|
||||
'@oxc-resolver/binding-freebsd-x64': 5.0.0
|
||||
'@oxc-resolver/binding-linux-arm-gnueabihf': 5.0.0
|
||||
'@oxc-resolver/binding-linux-arm64-gnu': 5.0.0
|
||||
'@oxc-resolver/binding-linux-arm64-musl': 5.0.0
|
||||
'@oxc-resolver/binding-linux-x64-gnu': 5.0.0
|
||||
'@oxc-resolver/binding-linux-x64-musl': 5.0.0
|
||||
'@oxc-resolver/binding-wasm32-wasi': 5.0.0
|
||||
'@oxc-resolver/binding-win32-arm64-msvc': 5.0.0
|
||||
'@oxc-resolver/binding-win32-x64-msvc': 5.0.0
|
||||
|
||||
p-limit@3.1.0:
|
||||
dependencies:
|
||||
@ -3225,6 +3189,8 @@ snapshots:
|
||||
|
||||
stable-hash@0.0.4: {}
|
||||
|
||||
stable-hash@0.0.5: {}
|
||||
|
||||
stack-utils@2.0.6:
|
||||
dependencies:
|
||||
escape-string-regexp: 2.0.0
|
||||
@ -3347,11 +3313,11 @@ snapshots:
|
||||
dependencies:
|
||||
prelude-ls: 1.2.1
|
||||
|
||||
typescript-eslint@8.26.0(eslint@9.22.0)(typescript@5.8.2):
|
||||
typescript-eslint@8.26.1(eslint@9.22.0)(typescript@5.8.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.26.0(@typescript-eslint/parser@8.26.0(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/parser': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.26.1(@typescript-eslint/parser@8.26.1(eslint@9.22.0)(typescript@5.8.2))(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/parser': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.26.1(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint: 9.22.0
|
||||
typescript: 5.8.2
|
||||
transitivePeerDependencies:
|
||||
@ -3363,7 +3329,7 @@ snapshots:
|
||||
|
||||
undici-cache-store-better-sqlite3@0.1.1(undici@7.5.0):
|
||||
dependencies:
|
||||
better-sqlite3: 11.8.1
|
||||
better-sqlite3: 11.9.0
|
||||
undici: 7.5.0
|
||||
|
||||
undici-types@6.20.0: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user