Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execa / package.json
1 {
2   "_from": "execa@^0.7.0",
3   "_id": "execa@0.7.0",
4   "_inBundle": false,
5   "_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
6   "_location": "/execa",
7   "_phantomChildren": {
8     "pseudomap": "1.0.2",
9     "shebang-command": "1.2.0",
10     "which": "1.3.1"
11   },
12   "_requested": {
13     "type": "range",
14     "registry": true,
15     "raw": "execa@^0.7.0",
16     "name": "execa",
17     "escapedName": "execa",
18     "rawSpec": "^0.7.0",
19     "saveSpec": null,
20     "fetchSpec": "^0.7.0"
21   },
22   "_requiredBy": [
23     "/term-size"
24   ],
25   "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
26   "_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777",
27   "_spec": "execa@^0.7.0",
28   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/term-size",
29   "author": {
30     "name": "Sindre Sorhus",
31     "email": "sindresorhus@gmail.com",
32     "url": "sindresorhus.com"
33   },
34   "bugs": {
35     "url": "https://github.com/sindresorhus/execa/issues"
36   },
37   "bundleDependencies": false,
38   "dependencies": {
39     "cross-spawn": "^5.0.1",
40     "get-stream": "^3.0.0",
41     "is-stream": "^1.1.0",
42     "npm-run-path": "^2.0.0",
43     "p-finally": "^1.0.0",
44     "signal-exit": "^3.0.0",
45     "strip-eof": "^1.0.0"
46   },
47   "deprecated": false,
48   "description": "A better `child_process`",
49   "devDependencies": {
50     "ava": "*",
51     "cat-names": "^1.0.2",
52     "coveralls": "^2.11.9",
53     "delay": "^2.0.0",
54     "is-running": "^2.0.0",
55     "nyc": "^11.0.2",
56     "tempfile": "^2.0.0",
57     "xo": "*"
58   },
59   "engines": {
60     "node": ">=4"
61   },
62   "files": [
63     "index.js",
64     "lib"
65   ],
66   "homepage": "https://github.com/sindresorhus/execa#readme",
67   "keywords": [
68     "exec",
69     "child",
70     "process",
71     "execute",
72     "fork",
73     "execfile",
74     "spawn",
75     "file",
76     "shell",
77     "bin",
78     "binary",
79     "binaries",
80     "npm",
81     "path",
82     "local"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "James Talmage",
88       "email": "james@talmage.io",
89       "url": "github.com/jamestalmage"
90     }
91   ],
92   "name": "execa",
93   "nyc": {
94     "reporter": [
95       "text",
96       "lcov"
97     ],
98     "exclude": [
99       "**/fixtures/**",
100       "**/test.js",
101       "**/test/**"
102     ]
103   },
104   "repository": {
105     "type": "git",
106     "url": "git+https://github.com/sindresorhus/execa.git"
107   },
108   "scripts": {
109     "test": "xo && nyc ava"
110   },
111   "version": "0.7.0"
112 }