A question on the OpenJS Foundation Slack made me wonder about this enough to go down the rabbit hole
npm config references a
init-module
which is a path to a JS file that is passed to init-package-json which in turn passes it to promzard which uses the raw Module pattern to load the contents of the file into node/v8