|
@ -69,8 +69,8 @@ module.paths = require('module')._nodeModulePaths(module.filename); |
|
|
exports.writer = util.inspect; |
|
|
exports.writer = util.inspect; |
|
|
|
|
|
|
|
|
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster', |
|
|
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster', |
|
|
'crypto', 'dgram', 'dns', 'events', 'fs', 'http', 'https', 'net', |
|
|
'crypto', 'dgram', 'dns', 'events', 'fs', 'http', 'https', 'net', 'os', |
|
|
'os', 'path', 'punycode', 'querystring', 'readline', 'repl', |
|
|
'path', 'punycode', 'querystring', 'readline', 'repl', 'stream', |
|
|
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib']; |
|
|
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib']; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|