| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "@zxcvbn-ts/core",
- "version": "2.2.1",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "types": "dist/index.d.ts",
- "description": "Realistic password strength estimation written in typescript",
- "license": "MIT",
- "homepage": "https://github.com/zxcvbn-ts/zxcvbn",
- "repository": {
- "type": "git",
- "url": "https://github.com/zxcvbn-ts/zxcvbn.git"
- },
- "author": "zxcvbn-ts",
- "files": [
- "dist",
- "src"
- ],
- "publishConfig": {
- "access": "public"
- },
- "dependencies": {
- "fastest-levenshtein": "1.0.16"
- },
- "keywords": [
- "password",
- "passphrase",
- "security",
- "authentication",
- "strength",
- "meter",
- "quality",
- "estimation",
- "pattern",
- "cracking",
- "scoring",
- "entropy",
- "bruteforce"
- ],
- "gitHead": "3d2936a12566a349c1cdf895365c6f9ed8572f7a"
- }
|