password-chacker-xqwe
Version:
A simple password strength checker with basic and advanced validation
14 lines (13 loc) • 352 B
JSON
{
"name": "password-chacker-xqwe",
"version": "1.0.2",
"description": "A simple password strength checker with basic and advanced validation",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"keywords": ["password", "strength", "validator", "security", "npm"],
"author": "Dibya",
"license": "MIT"
}