套件: node-unpipe (1.0.0-3)
node-unpipe 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-unpipe:
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Thorsten Alteholz
外部的資源:
- 主頁 [github.com]
相似套件:
Unpipe a stream from all destinations
Unpipes all destinations from a given stream. With stream 2+, this is equivalent to stream.unpipe(). When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in stream.pipe(dest).
Node.js is an event-based server-side JavaScript engine.