UNPKG

@mangar2/shutdown

Version:

Implements graceful shutdown

26 lines (25 loc) 634 B
{ "name": "@mangar2/shutdown", "version": "1.0.3", "description": "Implements graceful shutdown", "main": "shutdown.js", "scripts": { "test": "node test/test.js", "doku": "js2md . README.md", "lint": "eslint *.js", "prepublishOnly": "npm run lint && npm test && npm run doku" }, "keywords": [ "graceful", "shutdown", "SIGINT", "SIGTERM" ], "author": "Volker Böhm", "license": "LGPL-3.0-or-later", "homepage": "https://github.com/Mangar2/yaha.git", "repository": { "type": "git", "url": "https://github.com/Mangar2/yaha/tree/master/node_modules/@mangar2/shutdown" } }