{ "_args": [ [ "express-basic-auth@1.2.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "express-basic-auth@1.2.0", "_id": "express-basic-auth@1.2.0", "_inBundle": false, "_integrity": "sha512-iJ0h1Gk6fZRrFmO7tP9nIbxwNgCUJASfNj5fb0Hy15lGtbqqsxpt7609+wq+0XlByZjXmC/rslWQtnuSTVRIcg==", "_location": "/express-basic-auth", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "express-basic-auth@1.2.0", "name": "express-basic-auth", "escapedName": "express-basic-auth", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.2.0.tgz", "_spec": "1.2.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "LionC", "email": "me@lionc.de" }, "bugs": { "url": "https://github.com/LionC/express-basic-auth/issues" }, "dependencies": { "basic-auth": "^2.0.1" }, "description": "Plug & play basic auth middleware for express", "devDependencies": { "@types/express": "^4.16.0", "express": "^4.16.4", "mocha": "^5.2.0", "should": "^11.2.1", "supertest": "^3.3.0", "typescript": "^2.9.2" }, "homepage": "https://github.com/LionC/express-basic-auth#readme", "keywords": [ "express", "middleware", "basic", "auth", "authentication", "http" ], "license": "MIT", "main": "index.js", "name": "express-basic-auth", "repository": { "type": "git", "url": "git+https://github.com/LionC/express-basic-auth.git" }, "scripts": { "check-dts": "tsc express-basic-auth.d.ts", "test": "mocha test.js && npm run check-dts" }, "types": "express-basic-auth.d.ts", "version": "1.2.0" }