@wise-community/angular-password-strength-meter
Version:
[](https://github.com/antoantonyk/password-strength-meter/actions/workflows/ci-workflow.yml) [![npm version](https://badge.fury.io/js/angular-password
51 lines • 1.55 kB
JSON
{
"name": "@wise-community/angular-password-strength-meter",
"version": "21.0.0",
"dependencies": {
"tslib": "^2.5.0"
},
"peerDependencies": {
"@angular/common": "^21.2.11",
"@angular/core": "^21.2.11",
"@zxcvbn-ts/core": "^3.0.0",
"@zxcvbn-ts/language-en": "^3.0.0"
},
"author": {
"name": "Anto Antony",
"email": "antoantony8@gmail.com"
},
"keywords": [
"angular 21",
"password-strength",
"password-strength-component",
"password-strength-meter",
"password-strength-meter-component",
"angular password strength meter"
],
"repository": {
"type": "git",
"url": "https://github.com/WISE-Community/password-strength-meter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WISE-Community/password-strength-meter/issues"
},
"homepage": "https://github.com/WISE-Community/password-strength-meter",
"module": "fesm2022/wise-community-angular-password-strength-meter.mjs",
"typings": "types/wise-community-angular-password-strength-meter.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/wise-community-angular-password-strength-meter.d.ts",
"default": "./fesm2022/wise-community-angular-password-strength-meter.mjs"
},
"./zxcvbn": {
"types": "./types/wise-community-angular-password-strength-meter-zxcvbn.d.ts",
"default": "./fesm2022/wise-community-angular-password-strength-meter-zxcvbn.mjs"
}
},
"sideEffects": false,
"type": "module"
}