ngx-show-hide-password
Version:
> Add split input button to password or text input. Toggles input type between "text" and "password".
48 lines • 1.43 kB
JSON
{
"name": "ngx-show-hide-password",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/osahner/ngx-show-hide-password.git"
},
"author": {
"name": "Oliver Sahner",
"email": "osahner@gmail.com",
"url": "https://osahner.github.io/"
},
"keywords": [
"angular",
"bootstrap",
"password"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/osahner/ngx-show-hide-password/issues"
},
"homepage": "https://github.com/osahner/ngx-show-hide-password#readme",
"peerDependencies": {
"@angular/common": "^19",
"@angular/core": "^19",
"@fortawesome/angular-fontawesome": "^0.15 || ^1.0",
"@fortawesome/fontawesome-svg-core": "^6.7",
"@fortawesome/free-solid-svg-icons": "^6.7"
},
"module": "fesm2022/ngx-show-hide-password.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-show-hide-password.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}