{ "name": "check-password-strength", "version": "2.0.2", "description": "A NPM Password strength checker based from Javascript RegExp. Check passphrase if it's \"Weak\", \"Medium\" or \"Strong\"", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/deanilvincent/check-password-strength.git" }, "keywords": [ "npm", "password", "strength", "checker", "check password strength", "password strength checker", "strength checker", "password checker", "password checker strength", "strength password checker", "check-password-strength", "password-strength-checker", "strength-checker", "password-checker", "password-checker-strength", "strength-password-checker", "pass-strength" ], "author": "deanilvincent", "license": "MIT", "bugs": { "url": "https://github.com/deanilvincent/check-password-strength/issues" }, "homepage": "https://github.com/deanilvincent/check-password-strength#readme", "devDependencies": { "jest": "^26.4.2" } }