Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / vfile-message / package.json
1 {
2   "_from": "vfile-message@^1.0.0",
3   "_id": "vfile-message@1.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==",
6   "_location": "/vfile-message",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "vfile-message@^1.0.0",
12     "name": "vfile-message",
13     "escapedName": "vfile-message",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/vfile"
20   ],
21   "_resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz",
22   "_shasum": "5833ae078a1dfa2d96e9647886cd32993ab313e1",
23   "_spec": "vfile-message@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/vfile",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/vfile/vfile-message/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {
42     "unist-util-stringify-position": "^1.1.1"
43   },
44   "deprecated": false,
45   "description": "Create a virtual message",
46   "devDependencies": {
47     "browserify": "^16.0.0",
48     "nyc": "^13.0.0",
49     "prettier": "^1.12.1",
50     "remark-cli": "^6.0.0",
51     "remark-preset-wooorm": "^4.0.0",
52     "tape": "^4.0.0",
53     "tinyify": "^2.4.3",
54     "xo": "^0.23.0"
55   },
56   "files": [
57     "index.js"
58   ],
59   "homepage": "https://github.com/vfile/vfile-message#readme",
60   "keywords": [
61     "vfile",
62     "virtual",
63     "message"
64   ],
65   "license": "MIT",
66   "name": "vfile-message",
67   "nyc": {
68     "check-coverage": true,
69     "lines": 100,
70     "functions": 100,
71     "branches": 100
72   },
73   "prettier": {
74     "tabWidth": 2,
75     "useTabs": false,
76     "singleQuote": true,
77     "bracketSpacing": false,
78     "semi": false,
79     "trailingComma": "none"
80   },
81   "remarkConfig": {
82     "plugins": [
83       "preset-wooorm"
84     ]
85   },
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/vfile/vfile-message.git"
89   },
90   "scripts": {
91     "build": "npm run build-bundle && npm run build-mangle",
92     "build-bundle": "browserify . -s vfileMessage > vfile-message.js",
93     "build-mangle": "browserify . -s vfileMessage -p tinyify > vfile-message.min.js",
94     "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
95     "test": "npm run format && npm run build && npm run test-coverage",
96     "test-api": "node test",
97     "test-coverage": "nyc --reporter lcov tape test.js"
98   },
99   "version": "1.1.1",
100   "xo": {
101     "prettier": true,
102     "esnext": false,
103     "rules": {
104       "no-var": "off",
105       "prefer-arrow-callback": "off",
106       "object-shorthand": "off"
107     },
108     "ignores": [
109       "vfile-message.js"
110     ]
111   }
112 }