.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / remark / package.json
1 {
2   "name": "remark",
3   "version": "8.0.0",
4   "description": "Markdown processor powered by plugins",
5   "license": "MIT",
6   "keywords": [
7     "markdown",
8     "abstract",
9     "syntax",
10     "tree",
11     "ast",
12     "parse",
13     "stringify",
14     "process"
15   ],
16   "dependencies": {
17     "remark-parse": "^4.0.0",
18     "remark-stringify": "^4.0.0",
19     "unified": "^6.0.0"
20   },
21   "homepage": "http://remark.js.org",
22   "repository": "https://github.com/wooorm/remark/tree/master/packages/remark",
23   "bugs": "https://github.com/wooorm/remark/issues",
24   "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
25   "contributors": [
26     "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
27   ],
28   "files": [
29     "index.js"
30   ],
31   "scripts": {},
32   "xo": false
33 }