UNPKG

digest-stream

Version:

digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)

48 lines (47 loc) 1.11 kB
{ "name": "digest-stream", "description": "digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)", "version": "2.0.0", "author": "Jeff Barczewski <jeff.barczewski@gmail.com>", "repository": { "type": "git", "url": "http://github.com/jeffbski/digest-stream.git" }, "bugs": { "url": "http://github.com/jeffbski/digest-stream/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/jeffbski/digest-stream/raw/master/LICENSE" } ], "main": "lib/digest-stream", "engines": { "node": ">=0.10" }, "dependencies": { "pass-stream": "^1.0.0" }, "devDependencies": { "mocha": "~1.9.0", "chai": "~1.5.0", "chai-stack": "~1.3.1" }, "scripts": { "test": "./node_modules/mocha/bin/mocha ./test/*.mocha.js" }, "keywords": [ "stream", "streams2", "digest", "crypto", "sha1", "md5", "hash", "length", "filter", "through", "pipe" ] }