diff --git a/.gitignore b/.gitignore index 8c7ecf5..ab2705a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *_original browsers node_modules +pnpm-lock.yaml # ---> TeX ## Core latex/pdflatex auxiliary files: @@ -42,10 +43,10 @@ node_modules ## Build tool auxiliary files: *.fdb_latexmk -*.synctex -*.synctex(busy) -*.synctex.gz -*.synctex.gz(busy) +*.synctex* +#*.synctex(busy) +#*.synctex.gz +#*.synctex.gz(busy) *.pdfsync ## Build tool directories for auxiliary files diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml deleted file mode 100644 index c94ac87..0000000 --- a/pnpm-lock.yaml +++ /dev/null @@ -1,150 +0,0 @@ -# @format - -lockfileVersion: "9.0" - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -importers: - .: - devDependencies: - "@prettier/plugin-xml": - specifier: 3.4.1 - version: 3.4.1(prettier@3.3.2) - prettier: - specifier: 3.3.2 - version: 3.3.2 - prettier-plugin-sh: - specifier: 0.14.0 - version: 0.14.0(prettier@3.3.2) - prettier-plugin-toml: - specifier: 2.0.1 - version: 2.0.1(prettier@3.3.2) - -packages: - "@prettier/plugin-xml@3.4.1": - resolution: - { - integrity: sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg==, - } - peerDependencies: - prettier: ^3.0.0 - - "@taplo/core@0.1.1": - resolution: - { - integrity: sha512-BG/zLGf5wiNXGEVPvUAAX/4ilB3PwDUY2o0MV0y47mZbDZ9ad9UK/cIQsILat3bqbPJsALVbU6k3cskNZ3vAQg==, - } - - "@taplo/lib@0.4.0-alpha.2": - resolution: - { - integrity: sha512-DV/Re3DPVY+BhBtLZ3dmP4mP6YMLSsgq9qGLXwOV38lvNF/fBlgvQswzlXmzCEefL/3q2eMoefZpOI/+GLuCNA==, - } - - "@xml-tools/parser@1.0.11": - resolution: - { - integrity: sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA==, - } - - chevrotain@7.1.1: - resolution: - { - integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==, - } - - mvdan-sh@0.10.1: - resolution: - { - integrity: sha512-kMbrH0EObaKmK3nVRKUIIya1dpASHIEusM13S4V1ViHFuxuNxCo+arxoa6j/dbV22YBGjl7UKJm9QQKJ2Crzhg==, - } - - prettier-plugin-sh@0.14.0: - resolution: - { - integrity: sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ==, - } - engines: { node: ">=16.0.0" } - peerDependencies: - prettier: ^3.0.3 - - prettier-plugin-toml@2.0.1: - resolution: - { - integrity: sha512-99z1YOkViECHtXQjGIigd3talI/ybUI1zB3yniAwUrlWBXupNXThB1hM6bwSMUEj2/+tomTlMtT98F5t4s8IWA==, - } - engines: { node: ">=16.0.0" } - peerDependencies: - prettier: ^3.0.3 - - prettier@3.3.2: - resolution: - { - integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==, - } - engines: { node: ">=14" } - hasBin: true - - regexp-to-ast@0.5.0: - resolution: - { - integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==, - } - - sh-syntax@0.4.2: - resolution: - { - integrity: sha512-/l2UZ5fhGZLVZa16XQM9/Vq/hezGGbdHeVEA01uWjOL1+7Ek/gt6FquW0iKKws4a9AYPYvlz6RyVvjh3JxOteg==, - } - engines: { node: ">=16.0.0" } - - tslib@2.6.3: - resolution: - { - integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==, - } - -snapshots: - "@prettier/plugin-xml@3.4.1(prettier@3.3.2)": - dependencies: - "@xml-tools/parser": 1.0.11 - prettier: 3.3.2 - - "@taplo/core@0.1.1": {} - - "@taplo/lib@0.4.0-alpha.2": - dependencies: - "@taplo/core": 0.1.1 - - "@xml-tools/parser@1.0.11": - dependencies: - chevrotain: 7.1.1 - - chevrotain@7.1.1: - dependencies: - regexp-to-ast: 0.5.0 - - mvdan-sh@0.10.1: {} - - prettier-plugin-sh@0.14.0(prettier@3.3.2): - dependencies: - mvdan-sh: 0.10.1 - prettier: 3.3.2 - sh-syntax: 0.4.2 - - prettier-plugin-toml@2.0.1(prettier@3.3.2): - dependencies: - "@taplo/lib": 0.4.0-alpha.2 - prettier: 3.3.2 - - prettier@3.3.2: {} - - regexp-to-ast@0.5.0: {} - - sh-syntax@0.4.2: - dependencies: - tslib: 2.6.3 - - tslib@2.6.3: {}