passlib
Version:
Your friendly password storage and verification library
29 lines (28 loc) • 655 B
JSON
{
"name": "passlib",
"version": "0.3.0",
"description": "Your friendly password storage and verification library",
"main": "index.js",
"keywords": [
"crypto",
"passwords",
"password",
"password-hashing"
],
"homepage": "https://github.com/RealDolos/node-passlib#readme",
"repository": "https://github.com/RealDolos/node-passlib",
"author": "RealDolos <dolos@cock.li>",
"license": "MIT",
"types": "types/index.d.ts",
"scripts": {
"test": "mocha tests"
},
"devDependencies": {
"@types/node": "^16.4.13",
"mocha": "^9.0.3",
"should": "^13.2.1"
},
"dependencies": {
"argon2": "^0.28.2"
}
}