1process.nextTick(function () { 2 console.log('in foo/index.js: ' + JSON.stringify({ 3 __filename: __filename, 4 __dirname: __dirname 5 })); 6}); 7 8