http-auth
Version:
Node.js package for HTTP basic and digest access authentication.
60 lines (59 loc) • 1.35 kB
JSON
{
"name": "http-auth",
"description": "Node.js package for HTTP basic and digest access authentication.",
"version": "4.2.1",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
}
],
"homepage": "https://github.com/gevorg/http-auth",
"repository": {
"type": "git",
"url": "http://github.com/gevorg/http-auth.git"
},
"main": "./src/http-auth.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gevorg/http-auth/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/gevorg/http-auth/issues"
},
"dependencies": {
"apache-crypt": "^1.1.2",
"apache-md5": "^1.0.6",
"bcryptjs": "^2.4.3 || ^3.0.0",
"uuid": ">=8.3.2 <12"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"http-proxy": "^1.18.0",
"mocha": "^10.2.0",
"prettier": "^1.19.1",
"request": "^2.88.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha",
"pretest": "eslint --ignore-path .gitignore ."
},
"keywords": [
"http",
"basic",
"digest",
"access",
"authentication"
]
}