{ "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" }, "__npminstall_done": "Mon Feb 01 2021 21:00:05 GMT+0800 (GMT+08:00)", "_from": "exit-on-epipe@1.0.1", "_resolved": "https://registry.npm.taobao.org/exit-on-epipe/download/exit-on-epipe-1.0.1.tgz" }