passpwnd
Version:
Pass Pwnd securely checks if a given password has already been compromised using the powerful API of Have I been Pwned.
29 lines (28 loc) • 653 B
JSON
{
"name": "passpwnd",
"version": "1.0.0",
"description": "Pass Pwnd securely checks if a given password has already been compromised using the powerful API of Have I been Pwned. ",
"main": "index.js",
"scripts": {
"test": "passpwnd compromised"
},
"bin": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/nikkow/passpwnd.git"
},
"keywords": [
"pwnd",
"security",
"infosec",
"password",
"pwned",
"breach",
"leaks"
],
"author": "Nicolas Nunge <me@nikkow.eu> (https://nikkow.eu)",
"bugs": {
"url": "https://github.com/nikkow/passpwnd/issues"
},
"license": "MIT"
}