diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/markdown-it/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/markdown-it/package.json')
| -rw-r--r-- | node_modules/markdown-it/package.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/node_modules/markdown-it/package.json b/node_modules/markdown-it/package.json new file mode 100644 index 00000000..d77fc3da --- /dev/null +++ b/node_modules/markdown-it/package.json @@ -0,0 +1,64 @@ +{ + "name": "markdown-it", + "version": "8.4.2", + "description": "Markdown-it - modern pluggable markdown parser.", + "keywords": [ + "markdown", + "parser", + "commonmark", + "markdown-it", + "markdown-it-plugin" + ], + "repository": "markdown-it/markdown-it", + "license": "MIT", + "main": "index.js", + "bin": { + "markdown-it": "bin/markdown-it.js" + }, + "scripts": { + "test": "make test", + "heroku-postbuild": "npm install express" + }, + "files": [ + "index.js", + "bin/", + "lib/", + "dist/" + ], + "dependencies": { + "argparse": "^1.0.7", + "entities": "~1.1.1", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "devDependencies": { + "ansi": "^0.3.0", + "autoprefixer-stylus": "^0.11.0", + "benchmark": "~2.1.0", + "browserify": "*", + "chai": "^3.4.1", + "coveralls": "~2.11.9", + "eslint": "^3.5.0", + "express": "^4.14.0", + "highlight.js": "^9.2.0", + "istanbul": "^0.4.5", + "jade": "~1.11.0", + "markdown-it-abbr": "^1.0.4", + "markdown-it-container": "^2.0.0", + "markdown-it-deflist": "^2.0.0", + "markdown-it-emoji": "^1.1.1", + "markdown-it-footnote": "^3.0.1", + "markdown-it-for-inline": "~0.1.0", + "markdown-it-ins": "^2.0.0", + "markdown-it-mark": "^2.0.0", + "markdown-it-sub": "^1.0.0", + "markdown-it-sup": "^1.0.0", + "markdown-it-testgen": "~0.1.3", + "mocha": "*", + "ndoc": "^5.0.0", + "stylus": "~0.54.2", + "supertest": "^3.0.0", + "uglify-js": "^3.0.18" + } +} |
