UNPKG

lws-basic-auth

Version:

Password-protect a server using Basic Authentication

35 lines (34 loc) 751 B
{ "name": "lws-basic-auth", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "2.0.0", "description": "Password-protect a server using Basic Authentication", "repository": "https://github.com/lwsjs/basic-auth.git", "keywords": [ "lws", "lws-middleware", "local-web-server", "web" ], "license": "MIT", "engines": { "node": ">=10" }, "scripts": { "test": "test-runner test.js", "cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "dependencies": { "basic-auth": "^2.0.1" }, "devDependencies": { "coveralls": "^3.0.9", "lws": "^2.0.8", "node-fetch": "^2.6.0", "nyc": "^15.0.0", "test-runner": "^0.8.13" }, "files": [ "index.js" ] }