Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / remark-parse / package.json
1 {
2   "_from": "remark-parse@^4.0.0",
3   "_id": "remark-parse@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==",
6   "_location": "/remark-parse",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "remark-parse@^4.0.0",
12     "name": "remark-parse",
13     "escapedName": "remark-parse",
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-parse/-/remark-parse-4.0.0.tgz",
22   "_shasum": "99f1f049afac80382366e2e0d0bd55429dd45d8b",
23   "_spec": "remark-parse@^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     "collapse-white-space": "^1.0.2",
47     "is-alphabetical": "^1.0.0",
48     "is-decimal": "^1.0.0",
49     "is-whitespace-character": "^1.0.0",
50     "is-word-character": "^1.0.0",
51     "markdown-escapes": "^1.0.0",
52     "parse-entities": "^1.0.2",
53     "repeat-string": "^1.5.4",
54     "state-toggle": "^1.0.0",
55     "trim": "0.0.1",
56     "trim-trailing-lines": "^1.0.0",
57     "unherit": "^1.0.4",
58     "unist-util-remove-position": "^1.0.0",
59     "vfile-location": "^2.0.0",
60     "xtend": "^4.0.1"
61   },
62   "deprecated": false,
63   "description": "Markdown parser for remark",
64   "files": [
65     "index.js",
66     "lib"
67   ],
68   "homepage": "http://remark.js.org",
69   "keywords": [
70     "markdown",
71     "abstract",
72     "syntax",
73     "tree",
74     "ast",
75     "parse"
76   ],
77   "license": "MIT",
78   "name": "remark-parse",
79   "repository": {
80     "type": "git",
81     "url": "https://github.com/wooorm/remark/tree/master/packages/remark-parse"
82   },
83   "version": "4.0.0",
84   "xo": false
85 }