UNPKG

multipipe

Version:

pipe streams with centralized error handling

21 lines (20 loc) 521 B
{ "name": "multipipe", "version": "4.0.0", "description": "pipe streams with centralized error handling", "license": "MIT", "repository": "juliangruber/multipipe", "dependencies": { "duplexer2": "^0.1.2", "object-assign": "^4.1.0" }, "devDependencies": { "mocha": "^7.0.1", "prettier-standard": "^16.0.0", "standard": "^14.0.2", "through2": "^3.0.0" }, "scripts": { "test": "prettier-standard '**/*.js' 'test/*.js' && standard && mocha --reporter spec --timeout 300" } }