I am building a native Node.js addon for Electron (VSCode, actually). Electron has different versions and some of them have different NODE_MODULE_VERSION
parameter, and the addon must be built for every such parameter.
So is there such a table, like this one for Node.js?