mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-19 12:50:27 +08:00
Housekeeping
This commit is contained in:
parent
57e21a1ea0
commit
c205306504
18
package.json
18
package.json
@ -29,7 +29,7 @@
|
|||||||
"cli-table3": "^0.6.5",
|
"cli-table3": "^0.6.5",
|
||||||
"csv-parse": "^5.5.6",
|
"csv-parse": "^5.5.6",
|
||||||
"fast-cidr-tools": "^0.3.1",
|
"fast-cidr-tools": "^0.3.1",
|
||||||
"fdir": "^6.3.0",
|
"fdir": "^6.4.0",
|
||||||
"foxact": "^0.2.38",
|
"foxact": "^0.2.38",
|
||||||
"hash-wasm": "^4.11.0",
|
"hash-wasm": "^4.11.0",
|
||||||
"json-stringify-pretty-compact": "^3.0.0",
|
"json-stringify-pretty-compact": "^3.0.0",
|
||||||
@ -37,15 +37,15 @@
|
|||||||
"picocolors": "^1.1.0",
|
"picocolors": "^1.1.0",
|
||||||
"punycode": "^2.3.1",
|
"punycode": "^2.3.1",
|
||||||
"tar-fs": "^3.0.6",
|
"tar-fs": "^3.0.6",
|
||||||
"tldts": "^6.1.48",
|
"tldts": "^6.1.50",
|
||||||
"tldts-experimental": "^6.1.48",
|
"tldts-experimental": "^6.1.50",
|
||||||
"yaml": "^2.5.1"
|
"yaml": "^2.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-sukka/node": "^6.6.0",
|
"@eslint-sukka/node": "^6.6.1",
|
||||||
"@swc-node/register": "^1.10.9",
|
"@swc-node/register": "^1.10.9",
|
||||||
"@swc/core": "^1.7.28",
|
"@swc/core": "^1.7.28",
|
||||||
"@types/async-retry": "^1.4.8",
|
"@types/async-retry": "^1.4.9",
|
||||||
"@types/better-sqlite3": "^7.6.11",
|
"@types/better-sqlite3": "^7.6.11",
|
||||||
"@types/chai": "^4.3.20",
|
"@types/chai": "^4.3.20",
|
||||||
"@types/mocha": "^10.0.8",
|
"@types/mocha": "^10.0.8",
|
||||||
@ -53,14 +53,14 @@
|
|||||||
"@types/tar-fs": "^2.0.4",
|
"@types/tar-fs": "^2.0.4",
|
||||||
"@types/tar-stream": "^3.1.3",
|
"@types/tar-stream": "^3.1.3",
|
||||||
"chai": "4",
|
"chai": "4",
|
||||||
"eslint": "^9.11.1",
|
"eslint": "^9.12.0",
|
||||||
"eslint-config-sukka": "^6.6.0",
|
"eslint-config-sukka": "^6.6.1",
|
||||||
"eslint-formatter-sukka": "^6.6.0",
|
"eslint-formatter-sukka": "^6.6.1",
|
||||||
"mitata": "^1.0.10",
|
"mitata": "^1.0.10",
|
||||||
"mocha": "^10.7.3",
|
"mocha": "^10.7.3",
|
||||||
"typescript": "^5.6.2"
|
"typescript": "^5.6.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.11.0",
|
"packageManager": "pnpm@9.12.1",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"has": "npm:@nolyfill/has@latest"
|
"has": "npm:@nolyfill/has@latest"
|
||||||
}
|
}
|
||||||
|
|||||||
349
pnpm-lock.yaml
generated
349
pnpm-lock.yaml
generated
@ -39,8 +39,8 @@ importers:
|
|||||||
specifier: ^0.3.1
|
specifier: ^0.3.1
|
||||||
version: 0.3.1
|
version: 0.3.1
|
||||||
fdir:
|
fdir:
|
||||||
specifier: ^6.3.0
|
specifier: ^6.4.0
|
||||||
version: 6.3.0(picomatch@4.0.2)
|
version: 6.4.0(picomatch@4.0.2)
|
||||||
foxact:
|
foxact:
|
||||||
specifier: ^0.2.38
|
specifier: ^0.2.38
|
||||||
version: 0.2.38
|
version: 0.2.38
|
||||||
@ -63,18 +63,18 @@ importers:
|
|||||||
specifier: ^3.0.6
|
specifier: ^3.0.6
|
||||||
version: 3.0.6
|
version: 3.0.6
|
||||||
tldts:
|
tldts:
|
||||||
specifier: ^6.1.48
|
specifier: ^6.1.50
|
||||||
version: 6.1.48
|
version: 6.1.50
|
||||||
tldts-experimental:
|
tldts-experimental:
|
||||||
specifier: ^6.1.48
|
specifier: ^6.1.50
|
||||||
version: 6.1.48
|
version: 6.1.50
|
||||||
yaml:
|
yaml:
|
||||||
specifier: ^2.5.1
|
specifier: ^2.5.1
|
||||||
version: 2.5.1
|
version: 2.5.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@eslint-sukka/node':
|
'@eslint-sukka/node':
|
||||||
specifier: ^6.6.0
|
specifier: ^6.6.1
|
||||||
version: 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
version: 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@swc-node/register':
|
'@swc-node/register':
|
||||||
specifier: ^1.10.9
|
specifier: ^1.10.9
|
||||||
version: 1.10.9(@swc/core@1.7.28)(@swc/types@0.1.12)(typescript@5.6.2)
|
version: 1.10.9(@swc/core@1.7.28)(@swc/types@0.1.12)(typescript@5.6.2)
|
||||||
@ -82,8 +82,8 @@ importers:
|
|||||||
specifier: ^1.7.28
|
specifier: ^1.7.28
|
||||||
version: 1.7.28
|
version: 1.7.28
|
||||||
'@types/async-retry':
|
'@types/async-retry':
|
||||||
specifier: ^1.4.8
|
specifier: ^1.4.9
|
||||||
version: 1.4.8
|
version: 1.4.9
|
||||||
'@types/better-sqlite3':
|
'@types/better-sqlite3':
|
||||||
specifier: ^7.6.11
|
specifier: ^7.6.11
|
||||||
version: 7.6.11
|
version: 7.6.11
|
||||||
@ -106,14 +106,14 @@ importers:
|
|||||||
specifier: '4'
|
specifier: '4'
|
||||||
version: 4.4.1
|
version: 4.4.1
|
||||||
eslint:
|
eslint:
|
||||||
specifier: ^9.11.1
|
specifier: ^9.12.0
|
||||||
version: 9.11.1
|
version: 9.12.0
|
||||||
eslint-config-sukka:
|
eslint-config-sukka:
|
||||||
specifier: ^6.6.0
|
specifier: ^6.6.1
|
||||||
version: 6.6.0(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)
|
version: 6.6.1(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)
|
||||||
eslint-formatter-sukka:
|
eslint-formatter-sukka:
|
||||||
specifier: ^6.6.0
|
specifier: ^6.6.1
|
||||||
version: 6.6.0
|
version: 6.6.1
|
||||||
mitata:
|
mitata:
|
||||||
specifier: ^1.0.10
|
specifier: ^1.0.10
|
||||||
version: 1.0.10
|
version: 1.0.10
|
||||||
@ -163,19 +163,15 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.0':
|
|
||||||
resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
|
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.1':
|
'@eslint-community/regexpp@4.11.1':
|
||||||
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
|
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint-sukka/node@6.6.0':
|
'@eslint-sukka/node@6.6.1':
|
||||||
resolution: {integrity: sha512-4gPVUiMM1bKSPm95JA884LOvGFbiG8BL9F+QekCbRWf5ibcWRCnfI5EeKin0eHd/EgDgjLp3qzb9IbvhPhhipQ==}
|
resolution: {integrity: sha512-4myr4Wq8EUuJWQGuF0dWCJ7Fc0yIv2MW/xVtL9bfOn+313lv1xJ2XuHqud4hxPIQGqrnJTkWiWzRX7MFZhC+zg==}
|
||||||
|
|
||||||
'@eslint-sukka/shared@6.6.0':
|
'@eslint-sukka/shared@6.6.1':
|
||||||
resolution: {integrity: sha512-Z8NJfvXHl2pXiHQ+pNhwi8U0r8BlP9y+OWKlr4ET/IIxKNVBiDJsEvaOW3I0TJiGtgQeLHdTIX6iawa18ldx0g==}
|
resolution: {integrity: sha512-ygwJL/iWANP96FpVdH6Umw4rt5nmqJrNnOCVk90hrQTuiyCiDw91h1sgFa9nDA3mxnAi7FYcZas2shAE8zMBnA==}
|
||||||
|
|
||||||
'@eslint/config-array@0.18.0':
|
'@eslint/config-array@0.18.0':
|
||||||
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
||||||
@ -193,6 +189,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==}
|
resolution: {integrity: sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@eslint/js@9.12.0':
|
||||||
|
resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4':
|
'@eslint/object-schema@2.1.4':
|
||||||
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@ -201,12 +201,20 @@ packages:
|
|||||||
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
|
resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@humanfs/core@0.19.0':
|
||||||
|
resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==}
|
||||||
|
engines: {node: '>=18.18.0'}
|
||||||
|
|
||||||
|
'@humanfs/node@0.16.5':
|
||||||
|
resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==}
|
||||||
|
engines: {node: '>=18.18.0'}
|
||||||
|
|
||||||
'@humanwhocodes/module-importer@1.0.1':
|
'@humanwhocodes/module-importer@1.0.1':
|
||||||
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
||||||
engines: {node: '>=12.22'}
|
engines: {node: '>=12.22'}
|
||||||
|
|
||||||
'@humanwhocodes/retry@0.3.0':
|
'@humanwhocodes/retry@0.3.1':
|
||||||
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
|
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
|
||||||
engines: {node: '>=18.18'}
|
engines: {node: '>=18.18'}
|
||||||
|
|
||||||
'@jsdevtools/ez-spawn@3.0.4':
|
'@jsdevtools/ez-spawn@3.0.4':
|
||||||
@ -415,8 +423,8 @@ packages:
|
|||||||
'@tybys/wasm-util@0.9.0':
|
'@tybys/wasm-util@0.9.0':
|
||||||
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
|
||||||
|
|
||||||
'@types/async-retry@1.4.8':
|
'@types/async-retry@1.4.9':
|
||||||
resolution: {integrity: sha512-Qup/B5PWLe86yI5I3av6ePGaeQrIHNKCwbsQotD6aHQ6YkHsMUxVZkZsmx/Ry3VZQ6uysHwTjQ7666+k6UjVJA==}
|
resolution: {integrity: sha512-s1ciZQJzRh3708X/m3vPExr5KJlzlZJvXsKpbtE2luqNcbROr64qU+3KpJsYHqWMeaxI839OvXf9PrUSw1Xtyg==}
|
||||||
|
|
||||||
'@types/better-sqlite3@7.6.11':
|
'@types/better-sqlite3@7.6.11':
|
||||||
resolution: {integrity: sha512-i8KcD3PgGtGBLl3+mMYA8PdKkButvPyARxA7IQAd6qeslht13qxb1zzO8dRCtE7U3IoJS782zDBAeoKiM695kg==}
|
resolution: {integrity: sha512-i8KcD3PgGtGBLl3+mMYA8PdKkButvPyARxA7IQAd6qeslht13qxb1zzO8dRCtE7U3IoJS782zDBAeoKiM695kg==}
|
||||||
@ -771,17 +779,17 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=6.0.0'
|
eslint: '>=6.0.0'
|
||||||
|
|
||||||
eslint-config-sukka@6.6.0:
|
eslint-config-sukka@6.6.1:
|
||||||
resolution: {integrity: sha512-RmT5dqTA7sgdRhptVe9Lif7YQxU2qntv6oGXrkXBiWoiprnEc9xynADdqCi+VEnViOBo6F9k6CZ13ODmUeg2Dw==}
|
resolution: {integrity: sha512-FNcAoe6GeIwnvO5K0F5N3RLwCdMDn9XLoZkQwgWRvaz9RDDhrgico+3POGtcNvy/bOclJz/XD7JAj4QPZHmNYw==}
|
||||||
|
|
||||||
eslint-formatter-sukka@6.6.0:
|
eslint-formatter-sukka@6.6.1:
|
||||||
resolution: {integrity: sha512-bIKKXBoP3WcMTbQfAZ6J8e9finmlRDP67MXPAoLxsOVszMRqT0LdfIn46Nnz9ScXKcaE1ACKND9FpltOaEum1g==}
|
resolution: {integrity: sha512-JzCMN+bEb5YDtRa/g62IxTu6Ougm53hOc+Jb8ZkzikgYE7p4oSztFgJKyyV9bwPDIoxnJi3ICqMZQwFzCllGKw==}
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
|
||||||
|
|
||||||
eslint-import-resolver-ts-bundled@6.6.0:
|
eslint-import-resolver-ts-bundled@6.6.1:
|
||||||
resolution: {integrity: sha512-DWh/O5HQAkAj4I9e23WQFxevHV14jljy+VH+WSTfw93yf5CcryV0K4WOhCEVDBwcJj7GlsDfgSQY3oqT2AROTA==}
|
resolution: {integrity: sha512-2DJjd4JrrkoD473RenrLx6j4aJ86gLVscu8zVOv0hPgEAFewWjrPJJyAfUu9e6ls3cT0ObxaYLSa/3L+pXnwSA==}
|
||||||
|
|
||||||
eslint-plugin-autofix@2.2.0:
|
eslint-plugin-autofix@2.2.0:
|
||||||
resolution: {integrity: sha512-lu8+0r+utyTroROqXIL+a8sUpICi6za22hIzlpb0+x0tQGRnOjhOKU7v8mC/NS/faDoVsw6xW3vUpc+Mcz5NWA==}
|
resolution: {integrity: sha512-lu8+0r+utyTroROqXIL+a8sUpICi6za22hIzlpb0+x0tQGRnOjhOKU7v8mC/NS/faDoVsw6xW3vUpc+Mcz5NWA==}
|
||||||
@ -825,8 +833,8 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=8.44.0'
|
eslint: '>=8.44.0'
|
||||||
|
|
||||||
eslint-plugin-sukka@6.6.0:
|
eslint-plugin-sukka@6.6.1:
|
||||||
resolution: {integrity: sha512-rxeH77OOgMVYWyctJZz/wHH19UWeM32nkIZwrDdsyNamkkML7xkUnfQg6moDRJd3wOXOp6/D509uLZlE/mpA5Q==}
|
resolution: {integrity: sha512-9VphafWecqYFFY+dBU9bZ4gEEGm6isFU5zmY4NYfu0Ms55fAnQjJ2+ben6K4thRMDavDswkIoiiJRhMIkcT86w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '*'
|
typescript: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@ -846,24 +854,20 @@ packages:
|
|||||||
resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==}
|
resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==}
|
||||||
engines: {node: '>=4.0.0'}
|
engines: {node: '>=4.0.0'}
|
||||||
|
|
||||||
eslint-scope@8.0.2:
|
eslint-scope@8.1.0:
|
||||||
resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==}
|
resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint-visitor-keys@3.4.3:
|
eslint-visitor-keys@3.4.3:
|
||||||
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
|
|
||||||
eslint-visitor-keys@4.0.0:
|
|
||||||
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
eslint-visitor-keys@4.1.0:
|
eslint-visitor-keys@4.1.0:
|
||||||
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
|
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.11.1:
|
eslint@9.12.0:
|
||||||
resolution: {integrity: sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==}
|
resolution: {integrity: sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -872,10 +876,6 @@ packages:
|
|||||||
jiti:
|
jiti:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
espree@10.1.0:
|
|
||||||
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
|
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
||||||
|
|
||||||
espree@10.2.0:
|
espree@10.2.0:
|
||||||
resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==}
|
resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@ -927,8 +927,8 @@ packages:
|
|||||||
fastq@1.17.1:
|
fastq@1.17.1:
|
||||||
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
|
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
|
||||||
|
|
||||||
fdir@6.3.0:
|
fdir@6.4.0:
|
||||||
resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==}
|
resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
picomatch: ^3 || ^4
|
picomatch: ^3 || ^4
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
@ -1087,10 +1087,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
||||||
engines: {node: '>=0.12.0'}
|
engines: {node: '>=0.12.0'}
|
||||||
|
|
||||||
is-path-inside@3.0.3:
|
|
||||||
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
|
||||||
engines: {node: '>=8'}
|
|
||||||
|
|
||||||
is-plain-obj@2.1.0:
|
is-plain-obj@2.1.0:
|
||||||
resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
|
resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@ -1443,14 +1439,14 @@ packages:
|
|||||||
text-table@0.2.0:
|
text-table@0.2.0:
|
||||||
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
||||||
|
|
||||||
tldts-core@6.1.48:
|
tldts-core@6.1.50:
|
||||||
resolution: {integrity: sha512-3gD9iKn/n2UuFH1uilBviK9gvTNT6iYwdqrj1Vr5mh8FuelvpRNaYVH4pNYqUgOGU4aAdL9X35eLuuj0gRsx+A==}
|
resolution: {integrity: sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw==}
|
||||||
|
|
||||||
tldts-experimental@6.1.48:
|
tldts-experimental@6.1.50:
|
||||||
resolution: {integrity: sha512-DfEGuLszDlllzx51WTABXB6LeMF46odcTWGUqG9rdTaRhiRlp+Ldkr1jiHugWBw/etwj71kr02rAUNt4cAet/w==}
|
resolution: {integrity: sha512-11HJNqCCbZb6g3CuEOGmFxqia8Nx7sT97IOo4nC3VArbjh6pvgE2+onemkxSbeDSZIcpNFobRGOOIo1J8DSHgQ==}
|
||||||
|
|
||||||
tldts@6.1.48:
|
tldts@6.1.50:
|
||||||
resolution: {integrity: sha512-SPbnh1zaSzi/OsmHb1vrPNnYuwJbdWjwo5TbBYYMlTtH3/1DSb41t8bcSxkwDmmbG2q6VLPVvQc7Yf23T+1EEw==}
|
resolution: {integrity: sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
@ -1561,7 +1557,7 @@ snapshots:
|
|||||||
'@remusao/smaz': 1.10.0
|
'@remusao/smaz': 1.10.0
|
||||||
'@types/chrome': 0.0.270
|
'@types/chrome': 0.0.270
|
||||||
'@types/firefox-webext-browser': 120.0.4
|
'@types/firefox-webext-browser': 120.0.4
|
||||||
tldts-experimental: 6.1.48
|
tldts-experimental: 6.1.50
|
||||||
|
|
||||||
'@colors/colors@1.5.0':
|
'@colors/colors@1.5.0':
|
||||||
optional: true
|
optional: true
|
||||||
@ -1584,37 +1580,35 @@ snapshots:
|
|||||||
tslib: 2.7.0
|
tslib: 2.7.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.11.1)':
|
'@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.12.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.11.1)':
|
'@eslint-community/eslint-utils@4.4.0(eslint@9.12.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.0': {}
|
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.11.1': {}
|
'@eslint-community/regexpp@4.11.1': {}
|
||||||
|
|
||||||
'@eslint-sukka/node@6.6.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@eslint-sukka/node@6.6.1(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-sukka/shared': 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
eslint-plugin-n: 17.10.3(eslint@9.11.1)
|
eslint-plugin-n: 17.10.3(eslint@9.12.0)
|
||||||
eslint-plugin-sukka: 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
eslint-plugin-sukka: 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@eslint-sukka/shared@6.6.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@eslint-sukka/shared@6.6.1(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@dual-bundle/import-meta-resolve': 4.1.0
|
'@dual-bundle/import-meta-resolve': 4.1.0
|
||||||
'@package-json/types': 0.0.11
|
'@package-json/types': 0.0.11
|
||||||
'@types/eslint': 9.6.1
|
'@types/eslint': 9.6.1
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -1623,7 +1617,7 @@ snapshots:
|
|||||||
'@eslint/config-array@0.18.0':
|
'@eslint/config-array@0.18.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.4
|
'@eslint/object-schema': 2.1.4
|
||||||
debug: 4.3.6(supports-color@8.1.1)
|
debug: 4.3.7
|
||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -1633,8 +1627,8 @@ snapshots:
|
|||||||
'@eslint/eslintrc@3.1.0':
|
'@eslint/eslintrc@3.1.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
debug: 4.3.6(supports-color@8.1.1)
|
debug: 4.3.7
|
||||||
espree: 10.1.0
|
espree: 10.2.0
|
||||||
globals: 14.0.0
|
globals: 14.0.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
@ -1646,15 +1640,24 @@ snapshots:
|
|||||||
|
|
||||||
'@eslint/js@9.11.1': {}
|
'@eslint/js@9.11.1': {}
|
||||||
|
|
||||||
|
'@eslint/js@9.12.0': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.4': {}
|
'@eslint/object-schema@2.1.4': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.2.0':
|
'@eslint/plugin-kit@0.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
levn: 0.4.1
|
levn: 0.4.1
|
||||||
|
|
||||||
|
'@humanfs/core@0.19.0': {}
|
||||||
|
|
||||||
|
'@humanfs/node@0.16.5':
|
||||||
|
dependencies:
|
||||||
|
'@humanfs/core': 0.19.0
|
||||||
|
'@humanwhocodes/retry': 0.3.1
|
||||||
|
|
||||||
'@humanwhocodes/module-importer@1.0.1': {}
|
'@humanwhocodes/module-importer@1.0.1': {}
|
||||||
|
|
||||||
'@humanwhocodes/retry@0.3.0': {}
|
'@humanwhocodes/retry@0.3.1': {}
|
||||||
|
|
||||||
'@jsdevtools/ez-spawn@3.0.4':
|
'@jsdevtools/ez-spawn@3.0.4':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1736,20 +1739,20 @@ snapshots:
|
|||||||
|
|
||||||
'@remusao/trie@1.5.0': {}
|
'@remusao/trie@1.5.0': {}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin-js@2.8.0(eslint@9.11.1)':
|
'@stylistic/eslint-plugin-js@2.8.0(eslint@9.12.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-visitor-keys: 4.1.0
|
eslint-visitor-keys: 4.1.0
|
||||||
espree: 10.2.0
|
espree: 10.2.0
|
||||||
|
|
||||||
'@stylistic/eslint-plugin-plus@2.8.0(eslint@9.11.1)':
|
'@stylistic/eslint-plugin-plus@2.8.0(eslint@9.12.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
|
|
||||||
'@stylistic/eslint-plugin-ts@2.8.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@stylistic/eslint-plugin-ts@2.8.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-visitor-keys: 4.1.0
|
eslint-visitor-keys: 4.1.0
|
||||||
espree: 10.2.0
|
espree: 10.2.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -1838,7 +1841,7 @@ snapshots:
|
|||||||
tslib: 2.7.0
|
tslib: 2.7.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@types/async-retry@1.4.8':
|
'@types/async-retry@1.4.9':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/retry': 0.12.5
|
'@types/retry': 0.12.5
|
||||||
|
|
||||||
@ -1891,15 +1894,15 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.14.11
|
'@types/node': 20.14.11
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)':
|
'@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
'@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/scope-manager': 8.7.0
|
'@typescript-eslint/scope-manager': 8.7.0
|
||||||
'@typescript-eslint/type-utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/type-utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.7.0
|
'@typescript-eslint/visitor-keys': 8.7.0
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
@ -1909,14 +1912,14 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.7.0
|
'@typescript-eslint/scope-manager': 8.7.0
|
||||||
'@typescript-eslint/types': 8.7.0
|
'@typescript-eslint/types': 8.7.0
|
||||||
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
||||||
'@typescript-eslint/visitor-keys': 8.7.0
|
'@typescript-eslint/visitor-keys': 8.7.0
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.6.2
|
typescript: 5.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -1927,10 +1930,10 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.7.0
|
'@typescript-eslint/types': 8.7.0
|
||||||
'@typescript-eslint/visitor-keys': 8.7.0
|
'@typescript-eslint/visitor-keys': 8.7.0
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.7.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@typescript-eslint/type-utils@8.7.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
ts-api-utils: 1.3.0(typescript@5.6.2)
|
ts-api-utils: 1.3.0(typescript@5.6.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -1956,13 +1959,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.7.0(eslint@9.11.1)(typescript@5.6.2)':
|
'@typescript-eslint/utils@8.7.0(eslint@9.12.0)(typescript@5.6.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
'@typescript-eslint/scope-manager': 8.7.0
|
'@typescript-eslint/scope-manager': 8.7.0
|
||||||
'@typescript-eslint/types': 8.7.0
|
'@typescript-eslint/types': 8.7.0
|
||||||
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
@ -2205,40 +2208,40 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@4.0.0: {}
|
escape-string-regexp@4.0.0: {}
|
||||||
|
|
||||||
eslint-compat-utils@0.5.1(eslint@9.11.1):
|
eslint-compat-utils@0.5.1(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
eslint-config-sukka@6.6.0(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2):
|
eslint-config-sukka@6.6.1(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.12.0)
|
||||||
'@eslint-sukka/shared': 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@eslint/js': 9.11.1
|
'@eslint/js': 9.11.1
|
||||||
'@stylistic/eslint-plugin-js': 2.8.0(eslint@9.11.1)
|
'@stylistic/eslint-plugin-js': 2.8.0(eslint@9.12.0)
|
||||||
'@stylistic/eslint-plugin-plus': 2.8.0(eslint@9.11.1)
|
'@stylistic/eslint-plugin-plus': 2.8.0(eslint@9.12.0)
|
||||||
'@stylistic/eslint-plugin-ts': 2.8.0(eslint@9.11.1)(typescript@5.6.2)
|
'@stylistic/eslint-plugin-ts': 2.8.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
ci-info: 4.0.0
|
ci-info: 4.0.0
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
eslint-import-resolver-ts-bundled: 6.6.0
|
eslint-import-resolver-ts-bundled: 6.6.1
|
||||||
eslint-plugin-autofix: 2.2.0(eslint@9.11.1)
|
eslint-plugin-autofix: 2.2.0(eslint@9.12.0)
|
||||||
eslint-plugin-import-x: 4.3.0(eslint@9.11.1)(typescript@5.6.2)
|
eslint-plugin-import-x: 4.3.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
eslint-plugin-jsonc: 2.16.0(eslint@9.11.1)
|
eslint-plugin-jsonc: 2.16.0(eslint@9.12.0)
|
||||||
eslint-plugin-promise: 7.1.0(eslint@9.11.1)
|
eslint-plugin-promise: 7.1.0(eslint@9.12.0)
|
||||||
eslint-plugin-regexp: 2.6.0(eslint@9.11.1)
|
eslint-plugin-regexp: 2.6.0(eslint@9.12.0)
|
||||||
eslint-plugin-sukka: 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
eslint-plugin-sukka: 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)
|
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
typescript-eslint: 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
typescript-eslint: 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@typescript-eslint/eslint-plugin'
|
- '@typescript-eslint/eslint-plugin'
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-formatter-sukka@6.6.0:
|
eslint-formatter-sukka@6.6.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ci-info: 4.0.0
|
ci-info: 4.0.0
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
@ -2251,31 +2254,31 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-import-resolver-ts-bundled@6.6.0:
|
eslint-import-resolver-ts-bundled@6.6.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
enhanced-resolve: 5.17.1
|
enhanced-resolve: 5.17.1
|
||||||
|
|
||||||
eslint-plugin-autofix@2.2.0(eslint@9.11.1):
|
eslint-plugin-autofix@2.2.0(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-rule-composer: 0.3.0
|
eslint-rule-composer: 0.3.0
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
string-similarity: 4.0.4
|
string-similarity: 4.0.4
|
||||||
|
|
||||||
eslint-plugin-es-x@7.8.0(eslint@9.11.1):
|
eslint-plugin-es-x@7.8.0(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.11.1)
|
eslint-compat-utils: 0.5.1(eslint@9.12.0)
|
||||||
|
|
||||||
eslint-plugin-import-x@4.3.0(eslint@9.11.1)(typescript@5.6.2):
|
eslint-plugin-import-x@4.3.0(eslint@9.12.0)(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
doctrine: 3.0.0
|
doctrine: 3.0.0
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
get-tsconfig: 4.8.1
|
get-tsconfig: 4.8.1
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
@ -2287,96 +2290,94 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-jsonc@2.16.0(eslint@9.11.1):
|
eslint-plugin-jsonc@2.16.0(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.11.1)
|
eslint-compat-utils: 0.5.1(eslint@9.12.0)
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
synckit: 0.6.2
|
synckit: 0.6.2
|
||||||
|
|
||||||
eslint-plugin-n@17.10.3(eslint@9.11.1):
|
eslint-plugin-n@17.10.3(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
enhanced-resolve: 5.17.1
|
enhanced-resolve: 5.17.1
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@9.11.1)
|
eslint-plugin-es-x: 7.8.0(eslint@9.12.0)
|
||||||
get-tsconfig: 4.8.1
|
get-tsconfig: 4.8.1
|
||||||
globals: 15.9.0
|
globals: 15.9.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.6.3
|
semver: 7.6.3
|
||||||
|
|
||||||
eslint-plugin-promise@7.1.0(eslint@9.11.1):
|
eslint-plugin-promise@7.1.0(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
|
|
||||||
eslint-plugin-regexp@2.6.0(eslint@9.11.1):
|
eslint-plugin-regexp@2.6.0(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
'@eslint-community/regexpp': 4.11.1
|
'@eslint-community/regexpp': 4.11.1
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
jsdoc-type-pratt-parser: 4.1.0
|
jsdoc-type-pratt-parser: 4.1.0
|
||||||
refa: 0.12.1
|
refa: 0.12.1
|
||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-sukka@6.6.0(eslint@9.11.1)(typescript@5.6.2):
|
eslint-plugin-sukka@6.6.1(eslint@9.12.0)(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-sukka/shared': 6.6.0(eslint@9.11.1)(typescript@5.6.2)
|
'@eslint-sukka/shared': 6.6.1(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/type-utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/type-utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.6.2
|
typescript: 5.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1):
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.11.1
|
eslint: 9.12.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)
|
||||||
|
|
||||||
eslint-rule-composer@0.3.0: {}
|
eslint-rule-composer@0.3.0: {}
|
||||||
|
|
||||||
eslint-scope@8.0.2:
|
eslint-scope@8.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
esrecurse: 4.3.0
|
esrecurse: 4.3.0
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
|
|
||||||
eslint-visitor-keys@3.4.3: {}
|
eslint-visitor-keys@3.4.3: {}
|
||||||
|
|
||||||
eslint-visitor-keys@4.0.0: {}
|
|
||||||
|
|
||||||
eslint-visitor-keys@4.1.0: {}
|
eslint-visitor-keys@4.1.0: {}
|
||||||
|
|
||||||
eslint@9.11.1:
|
eslint@9.12.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.11.1)
|
'@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0)
|
||||||
'@eslint-community/regexpp': 4.11.0
|
'@eslint-community/regexpp': 4.11.1
|
||||||
'@eslint/config-array': 0.18.0
|
'@eslint/config-array': 0.18.0
|
||||||
'@eslint/core': 0.6.0
|
'@eslint/core': 0.6.0
|
||||||
'@eslint/eslintrc': 3.1.0
|
'@eslint/eslintrc': 3.1.0
|
||||||
'@eslint/js': 9.11.1
|
'@eslint/js': 9.12.0
|
||||||
'@eslint/plugin-kit': 0.2.0
|
'@eslint/plugin-kit': 0.2.0
|
||||||
|
'@humanfs/node': 0.16.5
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
'@humanwhocodes/retry': 0.3.0
|
'@humanwhocodes/retry': 0.3.1
|
||||||
'@nodelib/fs.walk': 1.2.8
|
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.3
|
cross-spawn: 7.0.3
|
||||||
debug: 4.3.6(supports-color@8.1.1)
|
debug: 4.3.7
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint-scope: 8.0.2
|
eslint-scope: 8.1.0
|
||||||
eslint-visitor-keys: 4.0.0
|
eslint-visitor-keys: 4.1.0
|
||||||
espree: 10.1.0
|
espree: 10.2.0
|
||||||
esquery: 1.6.0
|
esquery: 1.6.0
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
fast-deep-equal: 3.1.3
|
fast-deep-equal: 3.1.3
|
||||||
@ -2386,23 +2387,15 @@ snapshots:
|
|||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
imurmurhash: 0.1.4
|
imurmurhash: 0.1.4
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
is-path-inside: 3.0.3
|
|
||||||
json-stable-stringify-without-jsonify: 1.0.1
|
json-stable-stringify-without-jsonify: 1.0.1
|
||||||
lodash.merge: 4.6.2
|
lodash.merge: 4.6.2
|
||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
optionator: 0.9.4
|
optionator: 0.9.4
|
||||||
strip-ansi: 6.0.1
|
|
||||||
text-table: 0.2.0
|
text-table: 0.2.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
espree@10.1.0:
|
|
||||||
dependencies:
|
|
||||||
acorn: 8.12.1
|
|
||||||
acorn-jsx: 5.3.2(acorn@8.12.1)
|
|
||||||
eslint-visitor-keys: 4.0.0
|
|
||||||
|
|
||||||
espree@10.2.0:
|
espree@10.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.12.1
|
acorn: 8.12.1
|
||||||
@ -2451,7 +2444,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
reusify: 1.0.4
|
reusify: 1.0.4
|
||||||
|
|
||||||
fdir@6.3.0(picomatch@4.0.2):
|
fdir@6.4.0(picomatch@4.0.2):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
picomatch: 4.0.2
|
picomatch: 4.0.2
|
||||||
|
|
||||||
@ -2575,8 +2568,6 @@ snapshots:
|
|||||||
|
|
||||||
is-number@7.0.0: {}
|
is-number@7.0.0: {}
|
||||||
|
|
||||||
is-path-inside@3.0.3: {}
|
|
||||||
|
|
||||||
is-plain-obj@2.1.0: {}
|
is-plain-obj@2.1.0: {}
|
||||||
|
|
||||||
is-unicode-supported@0.1.0: {}
|
is-unicode-supported@0.1.0: {}
|
||||||
@ -2952,15 +2943,15 @@ snapshots:
|
|||||||
|
|
||||||
text-table@0.2.0: {}
|
text-table@0.2.0: {}
|
||||||
|
|
||||||
tldts-core@6.1.48: {}
|
tldts-core@6.1.50: {}
|
||||||
|
|
||||||
tldts-experimental@6.1.48:
|
tldts-experimental@6.1.50:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.48
|
tldts-core: 6.1.50
|
||||||
|
|
||||||
tldts@6.1.48:
|
tldts@6.1.50:
|
||||||
dependencies:
|
dependencies:
|
||||||
tldts-core: 6.1.48
|
tldts-core: 6.1.50
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -2982,11 +2973,11 @@ snapshots:
|
|||||||
|
|
||||||
type-detect@4.0.8: {}
|
type-detect@4.0.8: {}
|
||||||
|
|
||||||
typescript-eslint@8.7.0(eslint@9.11.1)(typescript@5.6.2):
|
typescript-eslint@8.7.0(eslint@9.12.0)(typescript@5.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1)(typescript@5.6.2))(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.12.0)(typescript@5.6.2))(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/parser': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/parser': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1)(typescript@5.6.2)
|
'@typescript-eslint/utils': 8.7.0(eslint@9.12.0)(typescript@5.6.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.6.2
|
typescript: 5.6.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user