This commit is contained in:
Alex
2024-04-17 00:43:45 -04:00
parent 51455e3c21
commit fb50ede688
12 changed files with 401 additions and 297 deletions

30
pnpm-lock.yaml generated
View File

@ -34,6 +34,12 @@ devDependencies:
'@types/eslint':
specifier: ^8.56.9
version: 8.56.9
'@types/esprima':
specifier: ^4.0.6
version: 4.0.6
'@types/esquery':
specifier: ^1.5.3
version: 1.5.3
'@types/estree':
specifier: ^1.0.5
version: 1.0.5
@ -85,6 +91,12 @@ devDependencies:
eslint-define-config:
specifier: ^1.24.1
version: 1.24.1
esprima:
specifier: ^4.0.1
version: 4.0.1
esquery:
specifier: ^1.5.0
version: 1.5.0
fast-glob:
specifier: ^3.3.2
version: 3.3.2
@ -1788,6 +1800,18 @@ packages:
'@types/json-schema': 7.0.15
dev: true
/@types/esprima@4.0.6:
resolution: {integrity: sha512-lIk+kSt9lGv5hxK6aZNjiUEGZqKmOTpmg0tKiJQI+Ow98fLillxsiZNik5+RcP7mXL929KiTH/D9jGtpDlMbVw==}
dependencies:
'@types/estree': 1.0.5
dev: true
/@types/esquery@1.5.3:
resolution: {integrity: sha512-c55hQOcoPkWDfuEN9EdP1YyNH4D909U40gUEpY0nB5PWHExWHEPxcx3sx0fJ1Gzf4j1OpWktmIgciIlpgHtfDg==}
dependencies:
'@types/estree': 1.0.5
dev: true
/@types/estree-jsx@1.0.5:
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
dependencies:
@ -2446,6 +2470,12 @@ packages:
eslint-visitor-keys: 3.4.3
dev: true
/esprima@4.0.1:
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
engines: {node: '>=4'}
hasBin: true
dev: true
/esquery@1.5.0:
resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
engines: {node: '>=0.10'}