Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / vfile / package.json
1 {
2   "_from": "vfile@^2.0.0",
3   "_id": "vfile@2.3.0",
4   "_inBundle": false,
5   "_integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==",
6   "_location": "/vfile",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vfile@^2.0.0",
12     "name": "vfile",
13     "escapedName": "vfile",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/unified"
20   ],
21   "_resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz",
22   "_shasum": "e62d8e72b20e83c324bc6c67278ee272488bf84a",
23   "_spec": "vfile@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/unified",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "http://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/vfile/vfile/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": "Brendan Abbott",
42       "email": "brendan.abbott@temando.com"
43     },
44     {
45       "name": "Denys Dovhan",
46       "email": "email@denysdovhan.com"
47     },
48     {
49       "name": "Kyle Mathews",
50       "email": "mathews.kyle@gmail.com"
51     },
52     {
53       "name": "Shinnosuke Watanabe",
54       "email": "snnskwtnb@gmail.com"
55     },
56     {
57       "name": "Sindre Sorhus",
58       "email": "sindresorhus@gmail.com"
59     }
60   ],
61   "dependencies": {
62     "is-buffer": "^1.1.4",
63     "replace-ext": "1.0.0",
64     "unist-util-stringify-position": "^1.0.0",
65     "vfile-message": "^1.0.0"
66   },
67   "deprecated": false,
68   "description": "Virtual file format for text processing",
69   "devDependencies": {
70     "browserify": "^14.0.0",
71     "esmangle": "^1.0.0",
72     "nyc": "^11.0.0",
73     "remark-cli": "^4.0.0",
74     "remark-preset-wooorm": "^3.0.0",
75     "tape": "^4.4.0",
76     "xo": "^0.18.0"
77   },
78   "files": [
79     "core.js",
80     "index.js"
81   ],
82   "homepage": "https://github.com/vfile/vfile#readme",
83   "keywords": [
84     "virtual",
85     "file",
86     "text",
87     "processing",
88     "message",
89     "warning",
90     "error",
91     "remark",
92     "retext"
93   ],
94   "license": "MIT",
95   "name": "vfile",
96   "nyc": {
97     "check-coverage": true,
98     "lines": 100,
99     "functions": 100,
100     "branches": 100
101   },
102   "remarkConfig": {
103     "plugins": [
104       "preset-wooorm"
105     ]
106   },
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/vfile/vfile.git"
110   },
111   "scripts": {
112     "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
113     "build-bundle": "browserify index.js -s VFile > vfile.js",
114     "build-mangle": "esmangle vfile.js > vfile.min.js",
115     "build-md": "remark . -qfo",
116     "lint": "xo",
117     "test": "npm run build && npm run lint && npm run test-coverage",
118     "test-api": "node test",
119     "test-coverage": "nyc --reporter lcov tape test.js"
120   },
121   "version": "2.3.0",
122   "xo": {
123     "space": true,
124     "esnext": false,
125     "rules": {
126       "unicorn/no-new-buffer": "off"
127     },
128     "ignores": [
129       "vfile.js"
130     ]
131   }
132 }