chore(compliance): katex, micromark
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
628d17d7bc
commit
0cd2bc14de
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue