tai-password-strength
Version:
Check password strength
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "tai-password-strength",
"version": "1.1.3",
"description": "Check password strength",
"author": "Christopher Tetreault",
"homepage": "https://github.com/tests-always-included/password-strength",
"bugs": {
"url": "https://github.com/tests-always-included/password-strength/issues"
},
"contributors": [
"Tyler Akins <fidian@rumkin.com> (http://rumkin.com)",
"Christopher Tetreault"
],
"main": "lib/node.js",
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/password-strength.git"
},
"keywords": [
"javascript",
"password",
"strength",
"validation",
"entropy",
"shannon",
"trigraph"
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-jasmine": "^4.1.2",
"fid-umd": "*",
"jasmine": "^3.9.0"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf node_modules package-lock.json",
"jasmine": "jasmine",
"lint": "eslint .",
"test": "jasmine && eslint .",
"umd": "fid-umd lib/*.js"
}
}