blob: cc534938c93864c4dff11566f33f17dcf8c1b692 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "execa@^0.7.0",
12 "name": "execa",
13 "escapedName": "execa",
14 "rawSpec": "^0.7.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.7.0"
17 },
18 "_requiredBy": [
19 "/bin-build",
20 "/bin-check",
21 "/exec-buffer"
22 ],
23 "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
24 "_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777",
25 "_spec": "execa@^0.7.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\exec-buffer",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/execa/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "cross-spawn": "^5.0.1",
38 "get-stream": "^3.0.0",
39 "is-stream": "^1.1.0",
40 "npm-run-path": "^2.0.0",
41 "p-finally": "^1.0.0",
42 "signal-exit": "^3.0.0",
43 "strip-eof": "^1.0.0"
44 },
45 "deprecated": false,
46 "description": "A better `child_process`",
47 "devDependencies": {
48 "ava": "*",
49 "cat-names": "^1.0.2",
50 "coveralls": "^2.11.9",
51 "delay": "^2.0.0",
52 "is-running": "^2.0.0",
53 "nyc": "^11.0.2",
54 "tempfile": "^2.0.0",
55 "xo": "*"
56 },
57 "engines": {
58 "node": ">=4"
59 },
60 "files": [
61 "index.js",
62 "lib"
63 ],
64 "homepage": "https://github.com/sindresorhus/execa#readme",
65 "keywords": [
66 "exec",
67 "child",
68 "process",
69 "execute",
70 "fork",
71 "execfile",
72 "spawn",
73 "file",
74 "shell",
75 "bin",
76 "binary",
77 "binaries",
78 "npm",
79 "path",
80 "local"
81 ],
82 "license": "MIT",
83 "maintainers": [
84 {
85 "name": "James Talmage",
86 "email": "james@talmage.io",
87 "url": "github.com/jamestalmage"
88 }
89 ],
90 "name": "execa",
91 "nyc": {
92 "reporter": [
93 "text",
94 "lcov"
95 ],
96 "exclude": [
97 "**/fixtures/**",
98 "**/test.js",
99 "**/test/**"
100 ]
101 },
102 "repository": {
103 "type": "git",
104 "url": "git+https://github.com/sindresorhus/execa.git"
105 },
106 "scripts": {
107 "test": "xo && nyc ava"
108 },
109 "version": "0.7.0"
110}