Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / remark-stringify / package.json
1 {
2   "_from": "remark-stringify@^4.0.0",
3   "_id": "remark-stringify@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-xLuyKTnuQer3ke9hkU38SUYLiTmS078QOnoFavztmbt/pAJtNSkNtFgR0U//uCcmG0qnyxao+PDuatQav46F1w==",
6   "_location": "/remark-stringify",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "remark-stringify@^4.0.0",
12     "name": "remark-stringify",
13     "escapedName": "remark-stringify",
14     "rawSpec": "^4.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.0"
17   },
18   "_requiredBy": [
19     "/remark"
20   ],
21   "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-4.0.0.tgz",
22   "_shasum": "4431884c0418f112da44991b4e356cfe37facd87",
23   "_spec": "remark-stringify@^4.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "http://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/remark/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "http://wooorm.com"
39     },
40     {
41       "name": "Eugene Sharygin",
42       "email": "eush77@gmail.com"
43     }
44   ],
45   "dependencies": {
46     "ccount": "^1.0.0",
47     "is-alphanumeric": "^1.0.0",
48     "is-decimal": "^1.0.0",
49     "is-whitespace-character": "^1.0.0",
50     "longest-streak": "^2.0.1",
51     "markdown-escapes": "^1.0.0",
52     "markdown-table": "^1.1.0",
53     "mdast-util-compact": "^1.0.0",
54     "parse-entities": "^1.0.2",
55     "repeat-string": "^1.5.4",
56     "state-toggle": "^1.0.0",
57     "stringify-entities": "^1.0.1",
58     "unherit": "^1.0.4",
59     "xtend": "^4.0.1"
60   },
61   "deprecated": false,
62   "description": "Markdown compiler for remark",
63   "files": [
64     "index.js",
65     "lib"
66   ],
67   "homepage": "http://remark.js.org",
68   "keywords": [
69     "markdown",
70     "abstract",
71     "syntax",
72     "tree",
73     "ast",
74     "stringify"
75   ],
76   "license": "MIT",
77   "name": "remark-stringify",
78   "repository": {
79     "type": "git",
80     "url": "https://github.com/wooorm/remark/tree/master/packages/remark-stringify"
81   },
82   "version": "4.0.0",
83   "xo": false
84 }