react-maskinput
Version:
React mask input component. Allow to input formatted values with fixed length or apply custom formtatting function, to format values with any length
43 lines (42 loc) • 962 B
JSON
{
"name": "react-maskinput",
"version": "3.2.0",
"description": "React mask input component. Allow to input formatted values with fixed length or apply custom formtatting function, to format values with any length",
"main": "./lib",
"scripts": {
"build": "tsc -p ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xnimorz/masked-input.git"
},
"keywords": [
"react",
"mask",
"masked",
"mask-input",
"input",
"react-mask-input",
"formatted-input",
"credit-card",
"credit",
"phone",
"date-format",
"date",
"react-component"
],
"author": "Nik Mostovoy <nik.mostovoy@gmail.com> (http://xnim.ru)",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^16.9.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"typescript": "^3.6.4"
},
"dependencies": {
"input-core": "^2.1.0"
}
}