chore(compliance): katex, micromark

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-01-01 22:26:16 +01:00
parent 628d17d7bc
commit 0cd2bc14de
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"uniqueId": "org.katex:katex:0.0.0",
"developers": [
{
"name": "Khan Academy",
"organisationUrl": "https://www.khanacademy.org/"
},
{
"name": "The Katex Team",
"organisationUrl": "https://katex.org/"
}
],
"artifactVersion": "0.0.0",
"description": "KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.",
"name": "KaTeX",
"website": "https://katex.org/",
"licenses": [
"MIT"
]
}

View File

@ -0,0 +1,20 @@
{
"uniqueId": "com.unifiedjs.micromark:micromark:0.0.0",
"developers": [
{
"name": "Unified",
"organisationUrl": "https://unifiedjs.com/"
},
{
"name": "The micromark Contributors",
"organisationUrl": "https://github.com/micromark/micromark/graphs/contributors"
}
],
"artifactVersion": "0.0.0",
"description": "small, safe, and great commonmark (optionally gfm) compliant markdown parser",
"name": "micromark",
"website": "https://github.com/micromark/micromark",
"licenses": [
"MIT"
]
}