UNPKG

add-basic-auth

Version:

Protect a resource with basic auth

34 lines (33 loc) 722 B
{ "name": "add-basic-auth", "version": "1.1.6", "description": "Protect a resource with basic auth", "bin": { "add-basic-auth": "./index.js" }, "keywords": [ "proxy", "http", "basic auth", "www-authenticate", "node.js" ], "author": "Andreas Brekken <andreas@brekken.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/abrkn/add-basic-auth.git" }, "bugs": { "url": "https://github.com/abrkn/add-basic-auth/issues" }, "homepage": "https://github.com/abrkn/add-basic-auth#readme", "dependencies": { "basic-auth": "~2.0.1", "http-proxy": "~1.18.1", "yargs": "~17.7.2" }, "engines": { "node": ">=12" } }