Is node-red-contrib-google still working?

When I install it I've got the following error message on the node: "invalid property: -google"

and when I look at the log file I've got a bunch of warnings:

2020-01-15T21:55:24.959Z Install : node-red-contrib-google 0.2.0

2020-01-15T21:55:21.360Z npm.cmd install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-google@0.2.0
2020-01-15T21:55:24.490Z [err] npm
2020-01-15T21:55:24.490Z [err]  WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2020-01-15T21:55:24.579Z [err] npm
2020-01-15T21:55:24.579Z [err]  WARN deprecated node-uuid@1.4.8: Use uuid module instead
2020-01-15T21:55:25.137Z [err] npm 
2020-01-15T21:55:25.137Z [err] WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
2020-01-15T21:55:25.143Z [err] npm WARN deprecated boom@2.10.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).
2020-01-15T21:55:25.863Z [err] npm 
2020-01-15T21:55:25.863Z [err] WARN deprecated hoek@2.16.3: 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).
2020-01-15T21:55:25.871Z [err] npm
2020-01-15T21:55:25.871Z [err]  WARN deprecated cryptiles@2.0.5: 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).
2020-01-15T21:55:29.695Z [err] npm
2020-01-15T21:55:29.695Z [err]  WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
2020-01-15T21:55:29.695Z [err] 
2020-01-15T21:55:29.697Z [out] + node-red-contrib-google@0.2.0
2020-01-15T21:55:29.697Z [out] added 100 packages from 88 contributors and updated 1 package in 7.072s
2020-01-15T21:55:29.721Z rc=0

Well it had an update only a month ago so I'd say so. Those warnings are all from dependent packages node from the module itself. That's down to google not the node author.