Install passport-local

main
sudoer777 2021-11-24 17:16:46 -07:00
parent fbfa500b8a
commit 7a62885e8f
2 changed files with 21 additions and 0 deletions

20
package-lock.json generated
View File

@ -19,6 +19,7 @@
"morgan": "~1.9.0",
"nodemailer": "^6.6.5",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"pug": "2.0.0-beta11"
},
@ -1383,6 +1384,17 @@
"url": "https://github.com/sponsors/jaredhanson"
}
},
"node_modules/passport-local": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
"integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=",
"dependencies": {
"passport-strategy": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/passport-strategy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
@ -3272,6 +3284,14 @@
"pause": "0.0.1"
}
},
"passport-local": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
"integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=",
"requires": {
"passport-strategy": "1.x.x"
}
},
"passport-strategy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",

View File

@ -18,6 +18,7 @@
"morgan": "~1.9.0",
"nodemailer": "^6.6.5",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pg": "^8.7.1",
"pug": "2.0.0-beta11"
},