2014-12-01 12:30:15 +03:00
|
|
|
{
|
|
|
|
"name": "zxcvbn",
|
2016-10-21 10:05:35 +03:00
|
|
|
"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",
|
2017-03-25 22:56:20 +03:00
|
|
|
"version": "4.4.2",
|
|
|
|
"_release": "4.4.2",
|
2014-12-01 12:30:15 +03:00
|
|
|
"_resolution": {
|
2016-10-21 10:05:35 +03:00
|
|
|
"type": "version",
|
2017-03-25 22:56:20 +03:00
|
|
|
"tag": "v4.4.2",
|
|
|
|
"commit": "0b7f691c370d922399fe60927433338c062dde23"
|
2014-12-01 12:30:15 +03:00
|
|
|
},
|
2016-10-21 10:05:35 +03:00
|
|
|
"_source": "https://github.com/dropbox/zxcvbn.git",
|
2017-03-25 22:56:20 +03:00
|
|
|
"_target": "*",
|
|
|
|
"_originalSource": "zxcvbn"
|
2014-12-01 12:30:15 +03:00
|
|
|
}
|