@livingdocs/secure-password
Version:
Making Password storage safer for all
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "@livingdocs/secure-password",
"version": "6.0.4",
"description": "Making Password storage safer for all",
"main": "index.js",
"dependencies": {
"@node-rs/argon2": "^2.0.0",
"@phc/format": "^1.0.0"
},
"scripts": {
"test": "node --test"
},
"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": "408aaed8a4fb9d858a09cdc7573cf847dcf92784",
"build": "31",
"buildUrl": "https://drone.livingdocs.io/livingdocsIO/secure-password/31",
"branch": "main",
"jobUrl": "https://drone.livingdocs.io/livingdocsIO/secure-password/31",
"isPr": false,
"slug": "livingdocsIO/secure-password",
"root": "/drone/src",
"date": "2026-03-31T22:07:47.877Z"
}
}