Binary package “node-pumpify” in ubuntu bionic

combine streams into a single duplex stream by pump and duplexify

 Combine an array of streams into a single duplex stream using pump and
 duplexify. If one of the streams closes/errors all streams in the pipeline
 will be destroyed.
 .
 Node.js is an event-based server-side JavaScript engine.