UNPKG

antd-password-input-strength

Version:
60 lines (59 loc) 1.5 kB
{ "name": "antd-password-input-strength", "author": "Fabian Schliski", "license": "MIT", "version": "2.0.1", "description": "antd Input component with password-strength indicator.", "main": "lib/index.js", "scripts": { "test": "jest", "coverage": "npm test -- --coverage", "lint": "tslint \"src/**/*.(ts|tsx)\" --project tsconfig.json --project tsconfig.json", "build": "npm run clean && tsc", "clean": "rimraf lib" }, "peerDependencies": { "antd": ">=4", "react": ">=16" }, "files": [ "lib", "LICENSE" ], "types": "lib/index.d.ts", "keywords": [ "antd", "ant-design", "css", "password", "strength", "input" ], "bugs": { "url": "https://github.com/Kombustor/antd-password-input-strength/issues" }, "homepage": "https://github.com/Kombustor/antd-password-input-strength#readme", "repository": { "type": "git", "url": "git+https://github.com/Kombustor/antd-password-input-strength.git" }, "dependencies": { "tai-password-strength": "^1.1.3" }, "devDependencies": { "@types/jest": "^24.0.15", "@types/node": "^12.6.6", "@types/react": "^16.8.23", "@types/react-test-renderer": "^16.8.2", "@types/zxcvbn": "^4.4.0", "antd": "4.19.5", "jest": "^27.5.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.8.6", "rimraf": "^2.6.3", "ts-jest": "^27.1.4", "tslint": "^5.18.0", "typescript": "^4.6.3" } }