haveibeenpwned-checker
Version:
haveibeenpwned-checker validate email addresses, usernames, and passwords if they have previously been exposed in data breaches. based on https://haveibeenpwned.com
37 lines • 1.03 kB
JSON
{
"name": "haveibeenpwned-checker",
"version": "1.1.0",
"description": "haveibeenpwned-checker validate email addresses, usernames, and passwords if they have previously been exposed in data breaches. based on https://haveibeenpwned.com",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mikeshaker/haveibeenpwned-checker.git"
},
"keywords": [
"haveibeenpwned",
"pwned",
"password",
"pwnedpassword",
"have-i-been-pwned"
],
"author": "Mike Shaker",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeshaker/haveibeenpwned-checker/issues"
},
"homepage": "https://github.com/mikeshaker/haveibeenpwned-checker#readme",
"dependencies": {
"limiter": "^1.1.4",
"simple-get": "^3.0.3"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha tests/*.js",
"test:debug": "mocha --inspect-brk only-test/*.js"
}
}