Binary package “node-mute-stream” in ubuntu bionic

Pass-through stream that can be muted module for Node.js

 node-mute-stream is a basic pass-through stream, but when muted,
 the bytes are silently dropped, rather than being passed through.
 .
 Node.js is an event-based server-side javascript engine.