Openhab-cloud maintenance

I am just wondering - because I know this is all done by volunteers like the rest of OH - if openhab-cloud is still maintained?

I just tried a fresh install on a local machine, and it does not compile well because of what seems to be a large set of deprecated dependencies. Some one needs to kick the can down the road

kgoderis@supermicro:~/openhab-cloud/openhab-cloud$ node --version
v8.10.0
kgoderis@supermicro:~/openhab-cloud/openhab-cloud$ npm install
npm WARN deprecated bcrypt@1.0.2: versions < v5.0.0 do not handle NUL in passwords properly
npm WARN deprecated chokidar@0.6.2: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated node-xmpp-client@3.2.0: this package is deprecated please use https://www.npmjs.com/package/@xmpp/client
npm WARN deprecated email-templates@3.3.2: Please upgrade to email-templates@6.0.0+ as we have significantly improved rendering performance (now occurs in parallel versus serially), and there is only one breaking change with 'preview' option, see <https://github.com/niftylettuce/email-templates\#v600> and <https://github.com/niftylettuce/preview-email\#custom-preview-template-and-stylesheets>
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated connect@1.9.2: connect 1.x series is deprecated
npm WARN deprecated mongodb@1.4.40: Please upgrade to 2.2.19 or higher
npm WARN deprecated formidable@1.0.17: Old versions of Formidable are not compatible with the current Node.js; Upgrade to 1.2.0 or later
npm WARN deprecated bson@0.2.22: Fixed a critical issue with BSON serialization documented in CVE-2019-2391, see https://bit.ly/2KcpXdo for more details
npm WARN deprecated ejs@0.8.8: Critical security bugs fixed in 2.5.5
npm WARN deprecated @ladjs/i18n@0.2.0: Please upgrade to v3.0.3+ as we have fixed a core bug with Accept/Accepts-Language language detection when a wildcard */* is provided - it was previously not respecting the default locale and was using the first locale provided in the locales list, see <https://github.com/ladjs/i18n/releases/tag/v3.0.3>
npm WARN deprecated i18n-locales@0.0.2: Please upgrade to v0.0.3+ as we have fixed missing ISO-639-1 codes
npm WARN deprecated boom@5.2.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm ERR! Linux 4.15.0-118-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror     at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror     at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror     at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror     at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror     at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror     at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror     at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror     at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror     <http://github.com/npm/npm/issues>