1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "zxcvbn",
- "description": "realistic password strength estimation",
- "main": "dist/zxcvbn.js",
- "keywords": [
- "password",
- "passphrase",
- "strength",
- "quality",
- "estimation",
- "estimate",
- "meter",
- "pattern",
- "matcher",
- "security",
- "authentication",
- "cracking",
- "scoring",
- "entropy",
- "bruteforce"
- ],
- "ignore": [
- "/.*",
- "*.json",
- "node_modules",
- "data",
- "data-scripts",
- "demo",
- "lib",
- "src",
- "test"
- ],
- "homepage": "https://github.com/dropbox/zxcvbn",
- "version": "4.4.2",
- "_release": "4.4.2",
- "_resolution": {
- "type": "version",
- "tag": "v4.4.2",
- "commit": "0b7f691c370d922399fe60927433338c062dde23"
- },
- "_source": "https://github.com/dropbox/zxcvbn.git",
- "_target": ">=4.2.0",
- "_originalSource": "zxcvbn"
- }
|