List of node.js builtin modules.
var builtins = require('builtins'); assert(builtins.indexOf('http') > -1);
MIT