blob: e04f8411cf4b9789b9d8206c2f086d759db1d15d (
plain) (
tree)
|
|
{
"name" : "orion",
"auth" : "github:andinus",
"version" : "0.2.0",
"description" : "Orion checks for compromised passwords using Have I Been Pwned API",
"authors" : [ "Andinus <andinus@nand.sh>" ],
"license" : "ISC",
"perl" : "6.d",
"provides" : {
"Orion::CLI" : "lib/Orion/CLI.rakumod",
},
"depends" : [
"WWW:ver<1.005006+>:auth<github:raku-community-modules>"
],
"tags": [
"Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP"
],
"source-url" : "https://git.tilde.institute/andinus/orion"
}
|