Lukas Nowy fd947bd852 https
express server läuft jetzt mit https
2018-12-16 19:08:08 +01:00

101 lines
3.5 KiB
JSON

{
"_args": [
[
"express-basic-auth@^1.1.5",
"/nodeapps/https-test/greenlock-express.js"
]
],
"_from": "express-basic-auth@>=1.1.5 <2.0.0",
"_hasShrinkwrap": false,
"_id": "express-basic-auth@1.1.6",
"_inCache": true,
"_installable": true,
"_location": "/express-basic-auth",
"_nodeVersion": "10.9.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/express-basic-auth_1.1.6_1540564508533_0.23608186033217282"
},
"_npmUser": {
"email": "me@lionc.de",
"name": "lionc"
},
"_npmVersion": "6.4.0",
"_phantomChildren": {},
"_requested": {
"name": "express-basic-auth",
"raw": "express-basic-auth@^1.1.5",
"rawSpec": "^1.1.5",
"scope": null,
"spec": ">=1.1.5 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.1.6.tgz",
"_shasum": "a9d20e4d8da8f7212d4865f6006f9214c4b41a20",
"_shrinkwrap": null,
"_spec": "express-basic-auth@^1.1.5",
"_where": "/nodeapps/https-test/greenlock-express.js",
"author": {
"email": "me@lionc.de",
"name": "LionC"
},
"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"
},
"directories": {},
"dist": {
"fileCount": 7,
"integrity": "sha512-fRh/UU2q/YhvY0/Pkzi3VcLyjIExveW2NOOnOGgO6yO0jKXt6zcKPVPWSrL8nlhlh+YEH5LOjz+CGFML5dJQNw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0yYdCRA9TVsSAnZWagAA/L0P/jGAALdYVv1Y7zpRb0b+\nCCvkxVYpxaVQ8bMc0cuT6I+EaZSa1xBe3ayUyoldeUoxfFfiaiD8giAWNkXq\nnDgvximSoZyxQkPVq2inVSFDSVAKYzliz9htBV6AfW64bd0SK2d1wV7TZhZE\njnF6blWFtuNM/8pnqmfIOZKD3HywRnriURqSXpHgcU6foemlyDv3ak8FMnVj\nuJCl30wxX2nAU+lD4Cmzv8bohVP5+DORRqVcfTnhaXSUyV3QhPNkN+PC7ffe\nYbKTxs1wjnYDvv1nbisrD+kWyvnfF0EUBMRzpTHdWvrlq+R8r5On1db1ECK3\nlL3BfFPZb7hH6Y6YNRWljDwtjomhvDjn6AMTARZi1V59KJkGLDFIWWT8VrJb\n684pJprANpG4sj5ZIAILR5MY+HK/R494beU/IV7Up1TXspINmk59ebjkIl7Q\nD4kxJHukML5eLtDNynWaOGZx048v1ePQb0GqqBew2TXvhiBi316sfUdf0HaS\n/L+DjdVLiZKdx6upod1dybgx6uDssUa08ZLIrTl9HBrTsZd59FjBQM7pbt5I\n3THzfGIp3UhCxuq/b3B9khbW4IHllglxLAwjiiKp8TAJN/RbC71xbzRPqvtM\nIfOT9c8rfeiVe4cjvPb6uTfB6wGP35fH+PDupoxtfPa86Jdun+3N6vywqkt1\n5vHK\r\n=dEdE\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "a9d20e4d8da8f7212d4865f6006f9214c4b41a20",
"tarball": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.1.6.tgz",
"unpackedSize": 27326
},
"gitHead": "1ea015d2c6942b5d170cec6ce6e1a32a7c042100",
"homepage": "https://github.com/LionC/express-basic-auth#readme",
"keywords": [
"auth",
"authentication",
"basic",
"express",
"http",
"middleware"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "lionc",
"email": "me@lionc.de"
}
],
"name": "express-basic-auth",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1.6"
}