Actualización

This commit is contained in:
Xes
2025-04-10 11:37:29 +02:00
parent 4bfeadb360
commit 8969cc929d
39112 changed files with 975884 additions and 0 deletions

49
web/assets/MathJax/package.json vendored Normal file
View File

@@ -0,0 +1,49 @@
{
"name": "mathjax",
"version": "2.7.8",
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
"main": "./unpacked/MathJax.js",
"keywords": [
"math",
"svg",
"mathml",
"tex",
"latex",
"asciimath",
"browser",
"browser-only"
],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs": {
"url": "http://github.com/mathjax/MathJax/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax.git"
},
"files": [
"MathJax.js",
"/config",
"/extensions",
"/fonts/HTML-CSS/*-*",
"/fonts/HTML-CSS/TeX/eot",
"/fonts/HTML-CSS/TeX/otf",
"/fonts/HTML-CSS/TeX/svg",
"/fonts/HTML-CSS/TeX/woff",
"/jax",
"/latest.js",
"/localization",
"/package.json",
"/test",
"/unpacked",
"/LICENSE",
"/README.md",
"/CONTRIBUTING.md"
],
"scripts": {
"test": "echo 'No tests here!'"
}
}