check-pwnedpasswords
Version:
A simple Node.js module that checks against the https://haveibeenpwned.com database through its https://api.pwnedpasswords.com API.
33 lines (32 loc) • 779 B
JSON
{
"name": "check-pwnedpasswords",
"version": "1.5.1",
"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"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"eslint-plugin-jest": "29.2.1",
"globals": "16.5.0",
"jest": "^30.2.0",
"nock": "^14.0.10"
},
"scripts": {
"lint": "eslint *.js --format stylish",
"test": "jest"
}
}