Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / trough / package.json
1 {
2   "_from": "trough@^1.0.0",
3   "_id": "trough@1.0.5",
4   "_inBundle": false,
5   "_integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
6   "_location": "/trough",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "trough@^1.0.0",
12     "name": "trough",
13     "escapedName": "trough",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/unified"
20   ],
21   "_resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
22   "_shasum": "b8b639cefad7d0bb2abd37d433ff8293efa5f406",
23   "_spec": "trough@^1.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": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/trough/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": "Middleware: a channel used to convey a liquid",
44   "devDependencies": {
45     "browserify": "^16.0.0",
46     "nyc": "^15.0.0",
47     "prettier": "^1.0.0",
48     "remark-cli": "^7.0.0",
49     "remark-preset-wooorm": "^6.0.0",
50     "tape": "^4.0.0",
51     "tinyify": "^2.0.0",
52     "xo": "^0.25.0"
53   },
54   "files": [
55     "index.js",
56     "wrap.js"
57   ],
58   "funding": {
59     "type": "github",
60     "url": "https://github.com/sponsors/wooorm"
61   },
62   "homepage": "https://github.com/wooorm/trough#readme",
63   "keywords": [
64     "middleware",
65     "ware"
66   ],
67   "license": "MIT",
68   "name": "trough",
69   "nyc": {
70     "check-coverage": true,
71     "lines": 100,
72     "functions": 100,
73     "branches": 100
74   },
75   "prettier": {
76     "tabWidth": 2,
77     "useTabs": false,
78     "singleQuote": true,
79     "bracketSpacing": false,
80     "semi": false,
81     "trailingComma": "none"
82   },
83   "remarkConfig": {
84     "plugins": [
85       "preset-wooorm"
86     ]
87   },
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/wooorm/trough.git"
91   },
92   "scripts": {
93     "build": "npm run build-bundle && npm run build-mangle",
94     "build-bundle": "browserify index.js -s trough > trough.js",
95     "build-mangle": "browserify index.js -s trough -p tinyify > trough.min.js",
96     "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
97     "test": "npm run format && npm run build && npm run test-coverage",
98     "test-api": "node test",
99     "test-coverage": "nyc --reporter lcov tape test.js"
100   },
101   "version": "1.0.5",
102   "xo": {
103     "prettier": true,
104     "esnext": false,
105     "rules": {
106       "unicorn/prefer-reflect-apply": "off",
107       "unicorn/prefer-type-error": "off",
108       "guard-for-in": "off"
109     },
110     "ignores": [
111       "trough.js"
112     ]
113   }
114 }