exports.nextTick=functionnextTick(fn){setTimeout(fn,0);};exports.platform=exports.arch=exports.execPath=exports.title='browser';exports.pid=1;exports.browser=true;exports.env={};exports.argv=[];exports.binding=function(name){thrownewError('No such module. (Possibly not yet loaded)')};(function(){varcwd='/';varpath;exports.cwd=function(){returncwd};exports.chdir=function(dir){if(!path)path=require('path');cwd=path.resolve(dir,cwd);};})();exports.exit=exports.kill=exports.umask=exports.dlopen=exports.uptime=exports.memoryUsage=exports.uvCounters=function(){};exports.features={};