Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.5 KiB
58 lines
1.5 KiB
{
|
|
"name": "markdown-it",
|
|
"version": "3.0.6",
|
|
"description": "Markdown-it - modern pluggable markdown parser.",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser",
|
|
"commonmark",
|
|
"markdown-it",
|
|
"markdown-it-plugin"
|
|
],
|
|
"homepage": "https://github.com/markdown-it/markdown-it",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/markdown-it/markdown-it.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/markdown-it/markdown-it/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"bin": { "markdown-it": "bin/markdown-it.js" },
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "~ 1.0.0",
|
|
"autolinker": "~ 0.15.2",
|
|
"uc.micro": "~ 0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ansi": "~0.3.0",
|
|
"autoprefixer-stylus": "~0.5.0",
|
|
"benchmark": "~1.0.0",
|
|
"browserify": "*",
|
|
"chai": "~1.10.0",
|
|
"commonmark": "~ 0.17.1",
|
|
"coveralls": "~2.11.2",
|
|
"eslint": "0.13.0",
|
|
"eslint-plugin-nodeca": "^1.0.0",
|
|
"istanbul": "*",
|
|
"jade": "~1.9.2",
|
|
"markdown-it-abbr": "~ 0.1.0",
|
|
"markdown-it-deflist": "~ 0.1.0",
|
|
"markdown-it-emoji": "~ 0.1.3",
|
|
"markdown-it-footnote": "~ 0.1.0",
|
|
"markdown-it-for-inline": "~ 0.1.0",
|
|
"markdown-it-ins": "~ 0.1.0",
|
|
"markdown-it-mark": "~ 0.1.0",
|
|
"markdown-it-sub": "~ 0.1.0",
|
|
"markdown-it-sup": "~ 0.1.0",
|
|
"markdown-it-testgen": "~ 0.1.3",
|
|
"marked": "0.3.3",
|
|
"stylus": "~0.50.0",
|
|
"mocha": "*",
|
|
"uglify-js": "*"
|
|
}
|
|
}
|
|
|