UNPKG

@hapi/basic

Version:

Basic authentication plugin

41 lines (40 loc) 846 B
{ "name": "@hapi/basic", "description": "Basic authentication plugin", "version": "7.0.2", "repository": "git://github.com/hapijs/basic", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "keywords": [ "hapi", "plugin", "auth", "basic" ], "eslintConfig": { "extends": [ "plugin:@hapi/module" ] }, "dependencies": { "@hapi/boom": "^10.0.1", "@hapi/hoek": "^11.0.2" }, "devDependencies": { "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "*", "@hapi/hapi": "^21.3.2", "@hapi/lab": "^25.1.2", "@types/node": "^14.18.48", "joi": "^17.9.2", "typescript": "^5.1.3" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html" }, "license": "BSD-3-Clause" }