forked from sindresorhus/fkill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 885 Bytes
/
package.json
File metadata and controls
52 lines (52 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "fkill",
"version": "4.1.0",
"description": "Fabulously kill processes. Cross-platform.",
"license": "MIT",
"repository": "sindresorhus/fkill",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"fkill",
"kill",
"killing",
"killall",
"taskkill",
"sigkill",
"sigterm",
"force",
"exit",
"zap",
"die",
"force",
"ps",
"proc"
],
"dependencies": {
"aggregate-error": "^0.1.0",
"arrify": "^1.0.0",
"execa": "^0.2.1",
"taskkill": "^2.0.0"
},
"devDependencies": {
"ava": "*",
"noop-process": "^3.0.0",
"process-exists": "^2.0.0",
"xo": "*"
},
"xo": {
"esnext:": true
}
}