stream-length@1.0.2
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.
WTFPL
2015-01-21
安装 (1.0.2)
npm install stream-length@1.0.2
yarn add stream-length@1.0.2
pnpm add stream-length@1.0.2
bun add stream-length@1.0.2
dependencies (1)
| 包名 | 版本要求 |
|---|---|
| bluebird | ^2.6.2 |
devDependencies (11)
| 包名 | 版本要求 |
|---|---|
| gulp | ~3.8.0 |
| gulp-cached | ~0.0.3 |
| gulp-coffee | ~2.0.1 |
| gulp-concat | ~2.2.0 |
| gulp-livereload | ~2.1.0 |
| gulp-nodemon | ~1.0.4 |
| gulp-plumber | ~0.6.3 |
| gulp-remember | ~0.2.0 |
| gulp-rename | ~1.2.0 |
| gulp-util | ~2.2.17 |
| request | ^2.51.0 |