chore: format

This commit is contained in:
2025-10-10 16:43:21 +02:00
parent f0aabd63b6
commit 75c29e0ba4
551 changed files with 433948 additions and 94145 deletions

View File

@@ -1,47 +1,40 @@
{
"name": "katex",
"main": [
"dist/katex.js",
"dist/katex.css"
],
"homepage": "https://katex.org/",
"description": "Fast math typesetting for the web.",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/KaTeX/KaTeX.git"
},
"ignore": [
"**/.*",
"/*.js",
"/*.json",
"/*.md",
"!/README.md",
"/*.sh",
"/package.json",
"/Makefile",
"/test",
"/src",
"/contrib",
"/dockers",
"/submodules",
"/static",
"/website"
],
"version": "0.11.1",
"_release": "0.11.1",
"_resolution": {
"type": "version",
"tag": "v0.11.1",
"commit": "88db1231b2183e179fce45f5734a56de8a8326e3"
},
"_source": "https://github.com/Khan/KaTeX.git",
"_target": "0.11",
"_originalSource": "katex",
"_direct": true
}
"name": "katex",
"main": ["dist/katex.js", "dist/katex.css"],
"homepage": "https://katex.org/",
"description": "Fast math typesetting for the web.",
"moduleType": ["amd", "globals", "node"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/KaTeX/KaTeX.git"
},
"ignore": [
"**/.*",
"/*.js",
"/*.json",
"/*.md",
"!/README.md",
"/*.sh",
"/package.json",
"/Makefile",
"/test",
"/src",
"/contrib",
"/dockers",
"/submodules",
"/static",
"/website"
],
"version": "0.11.1",
"_release": "0.11.1",
"_resolution": {
"type": "version",
"tag": "v0.11.1",
"commit": "88db1231b2183e179fce45f5734a56de8a8326e3"
},
"_source": "https://github.com/Khan/KaTeX.git",
"_target": "0.11",
"_originalSource": "katex",
"_direct": true
}