1
|
{
|
2
|
"name": "signal-exit",
|
3
|
"version": "3.0.3",
|
4
|
"description": "when you want to fire an event no matter how a process exits.",
|
5
|
"main": "index.js",
|
6
|
"scripts": {
|
7
|
"pretest": "standard",
|
8
|
"test": "tap --timeout=240 ./test/*.js --cov",
|
9
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
10
|
"release": "standard-version"
|
11
|
},
|
12
|
"files": [
|
13
|
"index.js",
|
14
|
"signals.js"
|
15
|
],
|
16
|
"repository": {
|
17
|
"type": "git",
|
18
|
"url": "https://github.com/tapjs/signal-exit.git"
|
19
|
},
|
20
|
"keywords": [
|
21
|
"signal",
|
22
|
"exit"
|
23
|
],
|
24
|
"author": "Ben Coe <ben@npmjs.com>",
|
25
|
"license": "ISC",
|
26
|
"bugs": {
|
27
|
"url": "https://github.com/tapjs/signal-exit/issues"
|
28
|
},
|
29
|
"homepage": "https://github.com/tapjs/signal-exit",
|
30
|
"devDependencies": {
|
31
|
"chai": "^3.5.0",
|
32
|
"coveralls": "^2.11.10",
|
33
|
"nyc": "^8.1.0",
|
34
|
"standard": "^8.1.0",
|
35
|
"standard-version": "^2.3.0",
|
36
|
"tap": "^8.0.1"
|
37
|
}
|
38
|
}
|