Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / mdast-util-compact / package.json
1 {
2   "_from": "mdast-util-compact@^1.0.0",
3   "_id": "mdast-util-compact@1.0.4",
4   "_inBundle": false,
5   "_integrity": "sha512-3YDMQHI5vRiS2uygEFYaqckibpJtKq5Sj2c8JioeOQBU6INpKbdWzfyLqFFnDwEcEnRFIdMsguzs5pC1Jp4Isg==",
6   "_location": "/mdast-util-compact",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "mdast-util-compact@^1.0.0",
12     "name": "mdast-util-compact",
13     "escapedName": "mdast-util-compact",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/remark-stringify"
20   ],
21   "_resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz",
22   "_shasum": "d531bb7667b5123abf20859be086c4d06c894593",
23   "_spec": "mdast-util-compact@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/syntax-tree/mdast-util-compact/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-visit": "^1.1.0"
43   },
44   "deprecated": false,
45   "description": "Make an mdast tree compact",
46   "devDependencies": {
47     "browserify": "^16.0.0",
48     "nyc": "^14.0.0",
49     "prettier": "^1.0.0",
50     "remark-cli": "^7.0.0",
51     "remark-preset-wooorm": "^6.0.0",
52     "tape": "^4.0.0",
53     "tinyify": "^2.0.0",
54     "unist-builder": "^2.0.0",
55     "xo": "^0.25.0"
56   },
57   "files": [
58     "index.js"
59   ],
60   "funding": {
61     "type": "opencollective",
62     "url": "https://opencollective.com/unified"
63   },
64   "homepage": "https://github.com/syntax-tree/mdast-util-compact#readme",
65   "keywords": [
66     "mdast",
67     "utility",
68     "compact",
69     "node"
70   ],
71   "license": "MIT",
72   "name": "mdast-util-compact",
73   "nyc": {
74     "check-coverage": true,
75     "lines": 100,
76     "functions": 100,
77     "branches": 100
78   },
79   "prettier": {
80     "tabWidth": 2,
81     "useTabs": false,
82     "singleQuote": true,
83     "bracketSpacing": false,
84     "semi": false,
85     "trailingComma": "none"
86   },
87   "remarkConfig": {
88     "plugins": [
89       "preset-wooorm"
90     ]
91   },
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/syntax-tree/mdast-util-compact.git"
95   },
96   "scripts": {
97     "build": "npm run build-bundle && npm run build-mangle",
98     "build-bundle": "browserify . -s mdastUtilCompact > mdast-util-compact.js",
99     "build-mangle": "browserify . -s mdastUtilCompact -p tinyify > mdast-util-compact.min.js",
100     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
101     "test": "npm run format && npm run build && npm run test-coverage",
102     "test-api": "node test",
103     "test-coverage": "nyc --reporter lcov tape test.js"
104   },
105   "version": "1.0.4",
106   "xo": {
107     "prettier": true,
108     "esnext": false,
109     "ignores": [
110       "mdast-util-compact.js"
111     ]
112   }
113 }