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

{
"name": "hexo-renderer-markdown-it",
"version": "6.0.1",
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc --reporter=lcovonly npm run test"
},
"repository": "hexojs/hexo-renderer-markdown-it",
"keywords": [
"hexo",
"renderer",
"markdown",
"markdown-it",
"hexo-renderer"
],
"directories": {
"lib": "./lib"
},
"files": [
"index.js",
"lib/"
],
"author": "Celso Miranda <contacto@celsomiranda.net> (http://celsomiranda.net/)",
"maintainers": [
"Hexo Core Team (https://github.com/orgs/hexojs/teams/core)"
],
"license": "MIT",
"bugs": "https://github.com/hexojs/hexo-renderer-markdown-it/issues",
"homepage": "https://github.com/hexojs/hexo-renderer-markdown-it",
"dependencies": {
"hexo-util": "^2.1.0",
"markdown-it": "^12.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-cjk-breaks": "^1.1.2",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^3.0.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0"
},
"devDependencies": {
"chai": "^4.0.0",
"eslint": "^8.6.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^6.0.0",
"mocha": "^9.1.3",
"nyc": "^15.0.0"
},
"engines": {
"node": ">=12.13.0"
}
}