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