mirror of
https://github.com/amehime/hexo-renderer-multi-markdown-it.git
synced 2026-04-05 21:39:36 +08:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "hexo-renderer-markdown-it-ex",
|
|
"version": "0.0.0",
|
|
"description": "A Markdown parser for Hexo.",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/amehime/hexo-renderer-markdown-it-ex.git",
|
|
"keywords": [
|
|
"hexo",
|
|
"renderer",
|
|
"markdown",
|
|
"markdown-it",
|
|
"hexo-renderer"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"author": "Ruri Shimotsuki",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/amehime/hexo-renderer-markdown-it-ex/issues",
|
|
"homepage": "https://github.com/amehime/hexo-renderer-markdown-it-ex",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"clone": "^2.1.0",
|
|
"eastasianwidth": "^0.2.0",
|
|
"entities": "^2.0.0",
|
|
"deasync-promise": "^1.0.1",
|
|
"hexo-util": "^1.7.0",
|
|
"katex": "^0.11.1",
|
|
"linkify-it": "^2.0.0",
|
|
"mdurl": "^1.0.1",
|
|
"mermaid": "^8.5.0",
|
|
"pangu": "^4.0.7",
|
|
"prismjs": "1.20.0",
|
|
"puppeteer": "^3.0.1",
|
|
"uc.micro": "^1.0.5",
|
|
"uslug": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
} |