ldap-passwords
Version:
ldap-passwords offers secure password hashing and verification using LDAP password algorithms.
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "ldap-passwords",
"type": "module",
"version": "4.0.4",
"packageManager": "bun@1.3.0",
"description": "ldap-passwords offers secure password hashing and verification using LDAP password algorithms.",
"author": {
"name": "Gabriel 'DethDKN' Rosa",
"email": "gabriel@rosa.dev.br",
"url": "https://rosa.dev.br"
},
"license": "MIT",
"homepage": "https://ldap-passwords.pages.dev",
"bugs": "https://github.com/dethdkn/ldap-passwords/issues",
"keywords": [
"sha512",
"md5",
"ssha",
"ldap",
"crypt",
"passwords",
"hash",
"$6$"
],
"exports": {
".": "./dist/main.mjs"
},
"main": "./dist/main.mjs",
"module": "./dist/main.mjs",
"types": "./dist/main.d.mts",
"files": ["dist"],
"scripts": {
"build": "obuild",
"dev": "tsx src/main.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"release": "obuild && bumpp && sudo npm publish"
},
"devDependencies": {
"@dethdkn/eslint-config": "^4.0.1",
"@types/node": "^24.7.2",
"bumpp": "^10.3.1",
"eslint": "9.37.0",
"obuild": "^0.2.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitepress": "1.6.4",
"vitest": "^3.2.4"
},
"trustedDependencies": ["unrs-resolver"]
}