Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unified / package.json
1 {
2   "_from": "unified@^6.0.0",
3   "_id": "unified@6.2.0",
4   "_inBundle": false,
5   "_integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
6   "_location": "/unified",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "unified@^6.0.0",
12     "name": "unified",
13     "escapedName": "unified",
14     "rawSpec": "^6.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^6.0.0"
17   },
18   "_requiredBy": [
19     "/remark"
20   ],
21   "_resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
22   "_shasum": "7fbd630f719126d67d40c644b7e3f617035f6dba",
23   "_spec": "unified@^6.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/unifiedjs/unified/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   "dependencies": {
42     "bail": "^1.0.0",
43     "extend": "^3.0.0",
44     "is-plain-obj": "^1.1.0",
45     "trough": "^1.0.0",
46     "vfile": "^2.0.0",
47     "x-is-string": "^0.1.0"
48   },
49   "deprecated": false,
50   "description": "Pluggable text processing interface",
51   "devDependencies": {
52     "browserify": "^16.0.0",
53     "esmangle": "^1.0.0",
54     "nyc": "^11.0.0",
55     "prettier": "^1.12.1",
56     "remark-cli": "^5.0.0",
57     "remark-preset-wooorm": "^4.0.0",
58     "tape": "^4.4.0",
59     "xo": "^0.20.0"
60   },
61   "files": [
62     "index.js",
63     "lib"
64   ],
65   "homepage": "https://github.com/unifiedjs/unified#readme",
66   "keywords": [
67     "process",
68     "parse",
69     "transform",
70     "compile",
71     "stringify",
72     "rehype",
73     "retext",
74     "remark"
75   ],
76   "license": "MIT",
77   "name": "unified",
78   "nyc": {
79     "check-coverage": true,
80     "lines": 100,
81     "functions": 100,
82     "branches": 100
83   },
84   "prettier": {
85     "tabWidth": 2,
86     "useTabs": false,
87     "singleQuote": true,
88     "bracketSpacing": false,
89     "semi": false,
90     "trailingComma": "none"
91   },
92   "remarkConfig": {
93     "plugins": [
94       "preset-wooorm"
95     ]
96   },
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/unifiedjs/unified.git"
100   },
101   "scripts": {
102     "build": "npm run build-bundle && npm run build-mangle",
103     "build-bundle": "browserify index.js -s unified > unified.js",
104     "build-mangle": "esmangle unified.js > unified.min.js",
105     "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
106     "test": "npm run format && npm run build && npm run test-coverage",
107     "test-api": "node test",
108     "test-coverage": "nyc --reporter lcov tape test"
109   },
110   "version": "6.2.0",
111   "xo": {
112     "prettier": true,
113     "esnext": false,
114     "rules": {
115       "guard-for-in": "off",
116       "no-var": "off",
117       "object-shorthand": "off",
118       "prefer-arrow-callback": "off",
119       "unicorn/prefer-type-error": "off"
120     },
121     "ignores": [
122       "unified.js"
123     ]
124   }
125 }