I have a website with the below dependencies. It's working fine but I've been thinking for a while will these packages remain supported by node. I read the legacy docs of packages. So does it means that node will not drop support for those dependencies?
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.3",
"express-validator": "^3.2.0",
"mongoose": "^4.10.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.1",
"cookie-session": "^2.0.0-beta.3",
"passport-google-oauth20": "^1.0.0"
}
I wish to publish this site, so will it be possible to maintain it?