hash-stream-validation
Version:
Hash a stream of data, then validate
38 lines (37 loc) • 671 B
JSON
{
"name": "hash-stream-validation",
"version": "0.2.4",
"description": "Hash a stream of data, then validate",
"main": "index.js",
"files": [
"crc32c.js",
"index.js"
],
"repository": "stephenplusplus/hash-stream-validation",
"scripts": {
"test": "mocha"
},
"keywords": [
"hash",
"stream",
"algorithm",
"validation",
"crc32c",
"crc32",
"md5"
],
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"license": "MIT",
"devDependencies": {
"fast-crc32c": "^1.0.2",
"mocha": "^2.2.5",
"standard": "^5.1.0"
},
"standard": {
"global": [
"before",
"describe",
"it"
]
}
}