@livingdocs/secure-password
Version:
Making Password storage safer for all
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "@livingdocs/secure-password",
"version": "6.0.2",
"description": "Making Password storage safer for all",
"main": "index.js",
"dependencies": {
"@phc/format": "^1.0.0",
"argon2": "^0.41.0"
},
"devDependencies": {
"tape": "^5.7.0"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livingdocsIO/secure-password.git"
},
"keywords": [
"password",
"secure",
"argon2",
"credentials"
],
"author": "Marc Bachmann <marc@livingdocs.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/livingdocsIO/secure-password/issues"
},
"homepage": "https://github.com/livingdocsIO/secure-password#readme",
"release": {
"extends": "@livingdocs/semantic-release-presets/npm-github",
"branches": [
"main"
]
},
"ci": {
"isCi": true,
"name": "Drone",
"service": "drone",
"commit": "73928e71037ac76aedfcaa22acb4a448087dc5a8",
"build": "24",
"buildUrl": "https://drone.livingdocs.io/livingdocsIO/secure-password/24",
"branch": "main",
"jobUrl": "https://drone.livingdocs.io/livingdocsIO/secure-password/24",
"isPr": false,
"slug": "livingdocsIO/secure-password",
"root": "/drone/src",
"date": "2025-01-06T00:33:45.273Z"
}
}