#921582 RFP: node-stream-spec -- executable specification for stream

#921582#5
Date:
2019-02-06 23:18:43 UTC
From:
To:
* Package name    : node-stream-spec
  Version         : 0.3.6
  Upstream Author : Dominic Tarr
* URL             : https://notabug.org/makenotabuggreatagain/stream-spec
* License         : MIT
  Programming Lang: javascript
  Description     : executable specification for stream

Automatic checking of the Stream implementations. stream-spec
instruments your stream to verify that it has correct behaviour.
All you need to do to test a stream is to wrap it with
stream-spec, and then pipe some test data through it.
it's purpose it to make it easy to test user-land streams have
correct behavour.