deployphp/node_modules/signal-exit/package.json

37 lines
857 B
JSON
Raw Normal View History

2020-11-10 22:12:02 +00:00
{
2021-10-15 20:41:21 +00:00
"name": "signal-exit",
"version": "3.0.5",
2020-11-10 22:12:02 +00:00
"description": "when you want to fire an event no matter how a process exits.",
2021-10-15 20:41:21 +00:00
"main": "index.js",
"scripts": {
"test": "tap --timeout=240 ./test/*.js --cov",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
2020-11-10 22:12:02 +00:00
},
"files": [
"index.js",
"signals.js"
],
2021-10-15 20:41:21 +00:00
"repository": {
"type": "git",
"url": "https://github.com/tapjs/signal-exit.git"
},
2020-11-10 22:12:02 +00:00
"keywords": [
"signal",
"exit"
],
2021-10-15 20:41:21 +00:00
"author": "Ben Coe <ben@npmjs.com>",
2020-11-10 22:12:02 +00:00
"license": "ISC",
2021-10-15 20:41:21 +00:00
"bugs": {
"url": "https://github.com/tapjs/signal-exit/issues"
2020-11-10 22:12:02 +00:00
},
2021-10-15 20:41:21 +00:00
"homepage": "https://github.com/tapjs/signal-exit",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.1.1",
"nyc": "^15.1.0",
"standard-version": "^9.3.1",
"tap": "^15.0.10"
}
2020-11-10 22:12:02 +00:00
}