thesubdb-hash
Version:
Is used for calculating the hash of a file based on thesubdb.com hash function.
25 lines (24 loc) • 536 B
JSON
{
"name": "thesubdb-hash",
"version": "1.0.0",
"description": "Is used for calculating the hash of a file based on thesubdb.com hash function.",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"thesubdb",
"algorithm",
"hash"
],
"repository": {
"type": "git",
"url": "https://github.com/freddjah/thesubdb-hash"
},
"author": "Fredrik Eklööf",
"license": "ISC",
"dependencies": {
"md5": "^2.2.1"
}
}