.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / meow / package.json
1 {
2         "name": "meow",
3         "version": "4.0.1",
4         "description": "CLI app helper",
5         "license": "MIT",
6         "repository": "sindresorhus/meow",
7         "author": {
8                 "name": "Sindre Sorhus",
9                 "email": "sindresorhus@gmail.com",
10                 "url": "sindresorhus.com"
11         },
12         "engines": {
13                 "node": ">=4"
14         },
15         "scripts": {
16                 "test": "xo && ava"
17         },
18         "files": [
19                 "index.js"
20         ],
21         "keywords": [
22                 "cli",
23                 "bin",
24                 "util",
25                 "utility",
26                 "helper",
27                 "argv",
28                 "command",
29                 "line",
30                 "meow",
31                 "cat",
32                 "kitten",
33                 "parser",
34                 "option",
35                 "flags",
36                 "input",
37                 "cmd",
38                 "console"
39         ],
40         "dependencies": {
41                 "camelcase-keys": "^4.0.0",
42                 "decamelize-keys": "^1.0.0",
43                 "loud-rejection": "^1.0.0",
44                 "minimist": "^1.1.3",
45                 "minimist-options": "^3.0.1",
46                 "normalize-package-data": "^2.3.4",
47                 "read-pkg-up": "^3.0.0",
48                 "redent": "^2.0.0",
49                 "trim-newlines": "^2.0.0"
50         },
51         "devDependencies": {
52                 "ava": "*",
53                 "execa": "^0.8.0",
54                 "indent-string": "^3.0.0",
55                 "xo": "*"
56         },
57         "xo": {
58                 "rules": {
59                         "unicorn/no-process-exit": "off"
60                 }
61         }
62 }