hash-stream
Version:
Get a hash of a file or a stream
34 lines (33 loc) • 811 B
JSON
{
"name": "hash-stream",
"description": "Get a hash of a file or a stream",
"version": "1.2.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"license": "MIT",
"repository": "stream-utils/hash-stream",
"dependencies": {
"any-promise": "^1.1.0",
"commander": "^2.9.0"
},
"devDependencies": {
"bluebird": "^3.1.1",
"mocha": "^2.3.4",
"istanbul": "^0.4.2"
},
"bin": "./bin/nhash",
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"keywords": [
"hash",
"stream"
],
"files": [
"bin",
"index.js",
"HISTORY.md",
"LICENSE"
]
}