require('http')
console.log(require.cache.http) // undefined
I can't find the http module in require.cache ? How can I detect it was required? I found process.moduleLoadList that contains the string NativeModule http but don't see any reference to the cached module where is it ?