.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execa / package.json
1 {
2   "name": "execa",
3   "version": "0.7.0",
4   "description": "A better `child_process`",
5   "license": "MIT",
6   "repository": "sindresorhus/execa",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "maintainers": [
13     {
14       "name": "James Talmage",
15       "email": "james@talmage.io",
16       "url": "github.com/jamestalmage"
17     }
18   ],
19   "engines": {
20     "node": ">=4"
21   },
22   "scripts": {
23     "test": "xo && nyc ava"
24   },
25   "files": [
26     "index.js",
27     "lib"
28   ],
29   "keywords": [
30     "exec",
31     "child",
32     "process",
33     "execute",
34     "fork",
35     "execfile",
36     "spawn",
37     "file",
38     "shell",
39     "bin",
40     "binary",
41     "binaries",
42     "npm",
43     "path",
44     "local"
45   ],
46   "dependencies": {
47     "cross-spawn": "^5.0.1",
48     "get-stream": "^3.0.0",
49     "is-stream": "^1.1.0",
50     "npm-run-path": "^2.0.0",
51     "p-finally": "^1.0.0",
52     "signal-exit": "^3.0.0",
53     "strip-eof": "^1.0.0"
54   },
55   "devDependencies": {
56     "ava": "*",
57     "cat-names": "^1.0.2",
58     "coveralls": "^2.11.9",
59     "delay": "^2.0.0",
60     "is-running": "^2.0.0",
61     "nyc": "^11.0.2",
62     "tempfile": "^2.0.0",
63     "xo": "*"
64   },
65   "nyc": {
66     "reporter": [
67       "text",
68       "lcov"
69     ],
70     "exclude": [
71       "**/fixtures/**",
72       "**/test.js",
73       "**/test/**"
74     ]
75   }
76 }