Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / markdown-table / package.json
1 {
2   "_from": "markdown-table@^1.1.0",
3   "_id": "markdown-table@1.1.3",
4   "_inBundle": false,
5   "_integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==",
6   "_location": "/markdown-table",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "markdown-table@^1.1.0",
12     "name": "markdown-table",
13     "escapedName": "markdown-table",
14     "rawSpec": "^1.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.0"
17   },
18   "_requiredBy": [
19     "/remark-stringify"
20   ],
21   "_resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz",
22   "_shasum": "9fcb69bcfdb8717bfd0398c6ec2d93036ef8de60",
23   "_spec": "markdown-table@^1.1.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/wooorm/markdown-table/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   "deprecated": false,
43   "description": "Markdown/ASCII tables",
44   "devDependencies": {
45     "browserify": "^16.0.0",
46     "chalk": "^2.0.0",
47     "nyc": "^14.0.0",
48     "prettier": "^1.12.1",
49     "remark-cli": "^6.0.0",
50     "remark-preset-wooorm": "^4.0.0",
51     "strip-ansi": "^5.0.0",
52     "tape": "^4.4.0",
53     "tinyify": "^2.5.0",
54     "xo": "^0.24.0"
55   },
56   "files": [
57     "index.js"
58   ],
59   "homepage": "https://github.com/wooorm/markdown-table#readme",
60   "keywords": [
61     "text",
62     "markdown",
63     "table",
64     "align",
65     "ascii",
66     "rows",
67     "tabular"
68   ],
69   "license": "MIT",
70   "name": "markdown-table",
71   "nyc": {
72     "check-coverage": true,
73     "lines": 100,
74     "functions": 100,
75     "branches": 100
76   },
77   "prettier": {
78     "tabWidth": 2,
79     "useTabs": false,
80     "singleQuote": true,
81     "bracketSpacing": false,
82     "semi": false,
83     "trailingComma": "none"
84   },
85   "remarkConfig": {
86     "plugins": [
87       "preset-wooorm"
88     ]
89   },
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/wooorm/markdown-table.git"
93   },
94   "scripts": {
95     "build": "npm run build-bundle && npm run build-mangle",
96     "build-bundle": "browserify . -s markdownTable -o markdown-table.js",
97     "build-mangle": "browserify . -s markdownTable -p tinyify -o markdown-table.min.js",
98     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
99     "test": "npm run format && npm run build && npm run test-coverage",
100     "test-api": "node test",
101     "test-coverage": "nyc --reporter lcov tape test.js"
102   },
103   "version": "1.1.3",
104   "xo": {
105     "prettier": true,
106     "esnext": false,
107     "rules": {
108       "complexity": "off",
109       "max-depth": "off"
110     },
111     "ignores": [
112       "markdown-table.js"
113     ]
114   }
115 }