commonmark
Version:
a strongly specified, highly compatible variant of Markdown
34 lines • 718 B
JSON
{
"name": "commonmark",
"main": "dist/commonmark.js",
"homepage": "https://github.com/jgm/commonmark.js",
"description": "CommonMark parsing and rendering library",
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"lib",
"bin",
"test",
"tools",
"bench",
"Makefile",
"README.md",
"dingus.html",
"eslint.json",
"package.json"
],
"keywords": [
"markdown",
"commonmark"
],
"version": "0.17.1",
"_release": "0.17.1",
"_resolution": {
"type": "version",
"tag": "0.17.1",
"commit": "d89adcd2ba20845b6e5e9f0f8814ce6c43dbd3c8"
},
"_source": "git://github.com/jgm/commonmark.js.git",
"_target": "*",
"_originalSource": "commonmark"
}