forward events from one emitter to another
npm install forward-eventsForward events from one emitter to another. Similar to "fwd" however handles the edge-case of node thinking "error" events are not listened for. Basically node error handling is super broken.
````
$ npm install forward-events
MIT