{ "name": "remark", "version": "8.0.0", "description": "Markdown processor powered by plugins", "license": "MIT", "keywords": [ "markdown", "abstract", "syntax", "tree", "ast", "parse", "stringify", "process" ], "dependencies": { "remark-parse": "^4.0.0", "remark-stringify": "^4.0.0", "unified": "^6.0.0" }, "homepage": "http://remark.js.org", "repository": "https://github.com/wooorm/remark/tree/master/packages/remark", "bugs": "https://github.com/wooorm/remark/issues", "author": "Titus Wormer (http://wooorm.com)", "contributors": [ "Titus Wormer (http://wooorm.com)" ], "files": [ "index.js" ], "scripts": {}, "xo": false }