exeunt
Version:
exiting a node.js process *and flushing stdout and stderr*
27 lines (26 loc) • 537 B
JSON
{
"name": "exeunt",
"description": "exiting a node.js process *and flushing stdout and stderr*",
"version": "1.1.2",
"author": "Joyent (joyent.com)",
"homepage": "https://github.com/joyent/node-exeunt",
"keywords": [
"exit",
"flush",
"stdout",
"stderr",
"cli"
],
"main": "./lib/exeunt.js",
"repository": {
"type": "git",
"url": "https://github.com/joyent/node-exeunt.git"
},
"engines": {
"node": ">=0.10"
},
"license": "MPL-2.0",
"devDependencies": {
"eslint": "3.x"
}
}