password-pwnd
Version:
Check if your users passwords have been leaked before and check if they are strong enough
30 lines (29 loc) • 707 B
JSON
{
"name": "password-pwnd",
"version": "1.0.7",
"description": "Check if your users passwords have been leaked before and check if they are strong enough",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"password",
"password check",
"password strong",
"pwnd",
"secure"
],
"author": "Chedy",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bishkou/password-checker"
},
"bugs": {
"url": "https://github.com/bishkou/password-checker/issues"
},
"homepage": "https://github.com/bishkou/password-checker"
}