@zxcvbn-ts/matcher-pwned
Version:
HaveIBeenPwned Matcher for zxcvbn-ts
43 lines (42 loc) • 847 B
JSON
{
"name": "@zxcvbn-ts/matcher-pwned",
"version": "3.0.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"description": "HaveIBeenPwned Matcher for zxcvbn-ts",
"license": "MIT",
"homepage": "https://github.com/zxcvbn-ts/zxcvbn",
"repository": {
"type": "git",
"url": "https://github.com/zxcvbn-ts/zxcvbn.git"
},
"author": "zxcvbn-ts",
"files": [
"dist",
"src"
],
"browser": {
"crypto": false
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@zxcvbn-ts/core": "^3.0.4"
},
"keywords": [
"pwned",
"password",
"passphrase",
"security",
"quality",
"estimation",
"pattern",
"cracking",
"scoring",
"haveibeenpwned",
"zxcvbn-ts"
],
"gitHead": "ecb44e737022ff694a063d3e5e5caec94cc2d4fa"
}