check-pwnedpasswords
Version:
A simple Node.js module that checks against the https://haveibeenpwned.com database through its https://api.pwnedpasswords.com API.
30 lines (29 loc) • 742 B
JSON
{
"name": "check-pwnedpasswords",
"version": "1.4.0",
"description": "A simple Node.js module that checks against the https://haveibeenpwned.com database through its https://api.pwnedpasswords.com API.",
"main": "index.js",
"repository": "https://github.com/jzhobes/check-pwnedpasswords",
"author": "John Ho",
"license": "MIT",
"private": false,
"keywords": [
"haveibeenpwned",
"pwnedpasswords",
"hibp",
"pwned",
"security"
],
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"eslint-plugin-jest": "^28.11.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"nock": "^14.0.1"
},
"scripts": {
"lint": "eslint *.js --format stylish",
"test": "jest"
}
}