You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
589 B

1 month ago
{
"name": "exit-on-epipe",
"version": "1.0.1",
"author": "sheetjs",
"description": "Cleanly exit process on EPIPE",
"keywords": [ "epipe", "pipe", "error", "exit" ],
"main": "./exit-on-epipe",
"dependencies": {
},
"devDependencies": {
"mocha":"~2.5.3"
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/node-exit-on-epipe.git" },
"scripts": {
"test": "make test"
},
"files": ["exit-on-epipe.js", "LICENSE", "README.md"],
"bugs": { "url": "https://github.com/SheetJS/node-exit-on-epipe/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}