last-typed-letter-password
Version:
Show the last typed letter in the password field with input type as password.
36 lines (35 loc) • 867 B
JSON
{
"name": "last-typed-letter-password",
"version": "1.0.3",
"description": "Show the last typed letter in the password field with input type as password.",
"main": "dist/last-typed-letter-password.cjs.js",
"module": "dist/last-typed-letter-password.esm.js",
"browser": "dist/last-typed-letter-password.umd.js",
"scripts": {
"build": "rollup -c",
"test": "node test/spec",
"pretest": "npm run build"
},
"keywords": [
"Last",
"typed",
"letter",
"Password",
"Input",
"Field"
],
"author": "Praveen Chitgopekar",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"files": [
"dist",
"src"
]
}