demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/unpipe-1.0.0/README.md

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/unpipe-1.0.0/README.md
Status
scanned
Type
file
Name
README.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
CLIPPER instruction trace
Tag

      
    
Rootfs path

      
    
Size
1250 (1.2 KB)
MD5
b242ac151ac9750bf7ca20fe02dcf7b0
SHA1
bda6e077e2453e52345108fa973b2e3d0074da14
SHA256
b091938be61f002fc626c4dfabf66cf14ff0b5a8fa9758c9dbbdc37ab818cb5d
SHA512

      
    
SHA1_git
e536ad2c045bba26e9d1f93202a44833656adfad
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
README.md | 1.2 KB |

# unpipe [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-image]][node-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Unpipe a stream from all destinations. ## Installation ```sh $ npm install unpipe ``` ## API ```js var unpipe = require('unpipe') ``` ### unpipe(stream) 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)`. ## License [MIT](LICENSE) [npm-image]: https://img.shields.io/npm/v/unpipe.svg [npm-url]: https://npmjs.org/package/unpipe [node-image]: https://img.shields.io/node/v/unpipe.svg [node-url]: http://nodejs.org/download/ [travis-image]: https://img.shields.io/travis/stream-utils/unpipe.svg [travis-url]: https://travis-ci.org/stream-utils/unpipe [coveralls-image]: https://img.shields.io/coveralls/stream-utils/unpipe.svg [coveralls-url]: https://coveralls.io/r/stream-utils/unpipe?branch=master [downloads-image]: https://img.shields.io/npm/dm/unpipe.svg [downloads-url]: https://npmjs.org/package/unpipe
Detected license expression
mit
Detected license expression (SPDX)
MIT
Percentage of license text
1.66
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
mit-bdcba66f-6e80-f7bd-7994-748183fe5693 mit MIT
URL Start line End line
https://img.shields.io/npm/v/unpipe.svg 34 34
https://npmjs.org/package/unpipe 35 35
https://img.shields.io/node/v/unpipe.svg 36 36
http://nodejs.org/download/ 37 37
https://img.shields.io/travis/stream-utils/unpipe.svg 38 38
https://travis-ci.org/stream-utils/unpipe 39 39
https://img.shields.io/coveralls/stream-utils/unpipe.svg 40 40
https://coveralls.io/r/stream-utils/unpipe?branch=master 41 41
https://img.shields.io/npm/dm/unpipe.svg 42 42
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/unpipe@1.0.0 mit JavaScript