When installing this package with Node v16.1.0, I get 3 high severity vulnerabilities. If I try to run `npm audit fix --force` I get an error that process.EventEmitter is not a constructor. Suggestion: process.EventEmitter was deprecated in Node.js 6 and is removed in Node.js 7, use require('events') as a drop-in replacement.