I am looking for a way to get an exact up-to-date list of all Node.js core modules. Is there an NPM module that supplies such a running list? Somewhere in the annals of my life
console.log ( require('repl')._builtinLibs ); return;
to list all built-in modules.