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
33 modules are in the builtin-modules according to https://www.npmjs.com/package/builtin-modules.
36 according to core structures 28 repositories in Git 112 packages
It will take a long time to compile this list. Doing it as a research on node_core will be good option.