mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
✨ feat: add format-posts srcipt
This commit is contained in:
parent
4d1e5b3054
commit
5ec894cd36
20 changed files with 232 additions and 89 deletions
64
pnpm-lock.yaml
generated
64
pnpm-lock.yaml
generated
|
@ -114,6 +114,9 @@ importers:
|
|||
astro-eslint-parser:
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.2
|
||||
autocorrect-node:
|
||||
specifier: ^2.14.0
|
||||
version: 2.14.0
|
||||
eslint:
|
||||
specifier: ^9.28.0
|
||||
version: 9.28.0(jiti@2.4.2)
|
||||
|
@ -123,6 +126,9 @@ importers:
|
|||
esno:
|
||||
specifier: ^4.8.0
|
||||
version: 4.8.0
|
||||
fast-glob:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.3
|
||||
lint-staged:
|
||||
specifier: ^16.1.0
|
||||
version: 16.1.0
|
||||
|
@ -1499,6 +1505,41 @@ packages:
|
|||
peerDependencies:
|
||||
'@astrojs/compiler': '>=0.27.0'
|
||||
|
||||
autocorrect-node-darwin-arm64@2.14.0:
|
||||
resolution: {integrity: sha512-l5IRTQz6zYAlkfEc5emIDXBkayD0MIwPPAVXCFMceFwyTNhAJ5veoKqRrsPuBVthIbfYKtAUs9oy9oFoHQn7bw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
autocorrect-node-darwin-x64@2.14.0:
|
||||
resolution: {integrity: sha512-vRO0lwfXff2Fs41NzdDqN5t4VQ03M0Xsn6Tk4OjMrbjoWJqaEq05KZOTSaSF/wEs/7E1VoaI9Kz+c0fqylVX4Q==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
autocorrect-node-linux-x64-gnu@2.14.0:
|
||||
resolution: {integrity: sha512-v1y1wh340cbhrHSZZP0oPkvWUprDtUIwnBP69Bls27VhQ2ZyVV4eijDNOP//yGUyUunMB0rtWoZaBsq8ugt1Kg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
autocorrect-node-linux-x64-musl@2.14.0:
|
||||
resolution: {integrity: sha512-3LifiLG61VIXBrOITpD/REcg/ZEUuLz/P2XUWMCfGqhzoUb8oFgM3o0A6extvIH2NefiHMndB9kNbfQjXCl3zA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
autocorrect-node-win32-x64-msvc@2.14.0:
|
||||
resolution: {integrity: sha512-OM6TeGUW0+4R9KtUYTYNEwlInd+b2kumw/B1HCbCzb1F7HpfaNxnZiMk1li0bdPPBDzD5YuzwM30VJZMCWIi5A==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
autocorrect-node@2.14.0:
|
||||
resolution: {integrity: sha512-Pkdw3Hr1Wbtpm8f7KYOaPnHFa7TNVo9dyuOffVaNGN3iWWRBs011XBuCJUEmHV097kJkab94cs4P6KJ4pvI41g==}
|
||||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
|
||||
axobject-query@4.1.0:
|
||||
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
@ -5689,6 +5730,29 @@ snapshots:
|
|||
'@astrojs/compiler': 2.12.0
|
||||
synckit: 0.11.8
|
||||
|
||||
autocorrect-node-darwin-arm64@2.14.0:
|
||||
optional: true
|
||||
|
||||
autocorrect-node-darwin-x64@2.14.0:
|
||||
optional: true
|
||||
|
||||
autocorrect-node-linux-x64-gnu@2.14.0:
|
||||
optional: true
|
||||
|
||||
autocorrect-node-linux-x64-musl@2.14.0:
|
||||
optional: true
|
||||
|
||||
autocorrect-node-win32-x64-msvc@2.14.0:
|
||||
optional: true
|
||||
|
||||
autocorrect-node@2.14.0:
|
||||
optionalDependencies:
|
||||
autocorrect-node-darwin-arm64: 2.14.0
|
||||
autocorrect-node-darwin-x64: 2.14.0
|
||||
autocorrect-node-linux-x64-gnu: 2.14.0
|
||||
autocorrect-node-linux-x64-musl: 2.14.0
|
||||
autocorrect-node-win32-x64-msvc: 2.14.0
|
||||
|
||||
axobject-query@4.1.0: {}
|
||||
|
||||
bail@2.0.2: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue