@maka/maka-cli 4.2.26 → 4.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/login.js +1 -1
  37. package/dist/commands/logout.js +1 -1
  38. package/dist/commands/logs.js +1 -1
  39. package/dist/commands/maka.cmd.js +1 -1
  40. package/dist/commands/murder.js +1 -1
  41. package/dist/commands/proxy.js +1 -1
  42. package/dist/commands/reconfig.js +1 -1
  43. package/dist/commands/run/_index.js +1 -0
  44. package/dist/commands/run/docker.sub.cmd.js +1 -0
  45. package/dist/commands/run/run.command.js +1 -0
  46. package/dist/commands/set/_index.js +1 -1
  47. package/dist/commands/set/global.sub.cmd.js +1 -1
  48. package/dist/commands/set/local.sub.cmd.js +1 -1
  49. package/dist/commands/set/set.command.js +1 -1
  50. package/dist/commands/ssh.js +1 -1
  51. package/dist/commands/ssl.js +1 -1
  52. package/dist/commands/test.js +1 -1
  53. package/dist/commands/version.js +1 -1
  54. package/dist/error.js +1 -1
  55. package/dist/generator.js +1 -1
  56. package/dist/generators/_index.js +1 -1
  57. package/dist/generators/api.js +1 -1
  58. package/dist/generators/collection.js +1 -1
  59. package/dist/generators/component.js +1 -1
  60. package/dist/generators/config.js +1 -1
  61. package/dist/generators/dbc.js +1 -1
  62. package/dist/generators/dockerfile.js +1 -1
  63. package/dist/generators/hook.js +1 -1
  64. package/dist/generators/kit.js +1 -1
  65. package/dist/generators/layout.js +1 -1
  66. package/dist/generators/maka.gen.js +1 -1
  67. package/dist/generators/methods.js +1 -1
  68. package/dist/generators/package.js +1 -1
  69. package/dist/generators/page.js +1 -1
  70. package/dist/generators/publish.js +1 -1
  71. package/dist/generators/route.js +1 -1
  72. package/dist/generators/scaffold.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/tool.js +1 -1
  79. package/dist/tools/actions/actions.class.js +1 -1
  80. package/dist/tools/actions/actions.test.js +1 -1
  81. package/dist/tools/aws/aws.class.js +1 -1
  82. package/dist/tools/aws/aws.interfaces.js +1 -1
  83. package/dist/tools/docker/docker.class.js +1 -1
  84. package/dist/tools/docker/docker.interfaces.js +1 -1
  85. package/dist/tools/fsi/fsi.class.js +1 -1
  86. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  87. package/dist/tools/https/https.class.js +1 -1
  88. package/dist/tools/https/https.interface.js +1 -1
  89. package/dist/tools/log/log.class.js +1 -1
  90. package/dist/tools/log/log.interfaces.js +1 -1
  91. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/dist/tools/ssh/ssh.class.js +1 -1
  94. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  95. package/dist/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +1 -1
  97. package/dist/commands/run.js +0 -1
@@ -1 +1 @@
1
- (function(a,b){const u=a97d,c=a();while(!![]){try{const d=-parseInt(u(0xd7))/0x1*(-parseInt(u(0xd2))/0x2)+-parseInt(u(0xd6))/0x3*(parseInt(u(0xeb))/0x4)+parseInt(u(0xdc))/0x5*(parseInt(u(0xe0))/0x6)+-parseInt(u(0xd5))/0x7*(parseInt(u(0xe8))/0x8)+parseInt(u(0xea))/0x9*(-parseInt(u(0xe7))/0xa)+parseInt(u(0xd0))/0xb+parseInt(u(0xdf))/0xc*(parseInt(u(0xd9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xe9af7));function a97c(){const z=['cwd','toString','134890ZHOCyN','1993496MpAoXo','search','702IWkSlf','1388bYgGUl','req','inherit','-nodes','-new','(((.+)+)+)+$','rsa:2048','13207579GNyAVw','-config','2UdmMce','csrName','-x509','42cwLpcQ','1965IOCRBX','257711MIWblf','-out','130zmWzfQ','-newkey','-key','10760zFlViD','crtName','openssl.conf','1625304nJIhri','2562ovQlcm','apply','-keyout','keyName','openssl'];a97c=function(){return z;};return a97c();}const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a97d;if(c){const e=c[v(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const w=a97d;return a97a[w(0xe6)]()['search']('(((.+)+)+)+$')[w(0xe6)]()['constructor'](a97a)[w(0xe9)](w(0xce));});a97a();import{spawnSync}from'child_process';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0xce;let f=c[d];return f;},a97d(a,b);}export class SSL{constructor(){}static['genCSR'](a){const x=a97d;let b=a[x(0xe5)]?a[x(0xe5)]:process[x(0xe5)](),c=[x(0xec),'-new',x(0xda),x(0xcf),x(0xee),x(0xe2),a[x(0xe3)],x(0xd8),a[x(0xd3)],x(0xd1),x(0xde)];spawnSync(x(0xe4),c,{'stdio':x(0xed),'cwd':b});}static['genSSC'](a){const y=a97d;let b=a[y(0xe5)]?a[y(0xe5)]:process[y(0xe5)](),c=[y(0xec),y(0xd4),y(0xef),y(0xdb),a[y(0xe3)],y(0xd8),a[y(0xdd)],y(0xd1),'openssl.conf'];spawnSync(y(0xe4),c,{'stdio':y(0xed),'cwd':b});}}
1
+ (function(a,b){const u=a99d,c=a();while(!![]){try{const d=parseInt(u(0x192))/0x1*(-parseInt(u(0x181))/0x2)+-parseInt(u(0x19b))/0x3+-parseInt(u(0x18b))/0x4+parseInt(u(0x197))/0x5*(-parseInt(u(0x17e))/0x6)+parseInt(u(0x196))/0x7+parseInt(u(0x183))/0x8*(parseInt(u(0x199))/0x9)+-parseInt(u(0x188))/0xa*(-parseInt(u(0x17f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x7c84c));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a99d;if(c){const e=c[v(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const w=a99d;return a99a['toString']()[w(0x186)](w(0x184))[w(0x185)]()[w(0x18e)](a99a)[w(0x186)](w(0x184));});function a99c(){const z=['crtName','inherit','-newkey','272761umTPNX','-x509','cwd','openssl.conf','1528289yBBfMG','11665dGNlhe','-key','1366479LUHTjr','-config','698067PnPxGb','-out','keyName','336rVPbGo','3566189MAtNaV','rsa:2048','2ZfZBuh','req','40nNWuIy','(((.+)+)+)+$','toString','search','-nodes','10UOgpPS','openssl','apply','622220XHVjgx','csrName','-new','constructor'];a99c=function(){return z;};return a99c();}a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x17e;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{constructor(){}static['genCSR'](a){const x=a99d;let b=a[x(0x194)]?a[x(0x194)]:process[x(0x194)](),c=[x(0x182),'-new',x(0x191),x(0x180),x(0x187),'-keyout',a[x(0x19d)],x(0x19c),a[x(0x18c)],x(0x19a),x(0x195)];spawnSync(x(0x189),c,{'stdio':x(0x190),'cwd':b});}static['genSSC'](a){const y=a99d;let b=a[y(0x194)]?a['cwd']:process[y(0x194)](),c=[y(0x182),y(0x193),y(0x18d),y(0x198),a['keyName'],'-out',a[y(0x18f)],y(0x19a),y(0x195)];spawnSync(y(0x189),c,{'stdio':y(0x190),'cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.2.26",
3
+ "version": "4.2.28",
4
4
  "type": "module",
5
5
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
6
6
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",
@@ -1 +0,0 @@
1
- const a42H=a42d;(function(a,b){const E=a42d,c=a();while(!![]){try{const d=parseInt(E(0x16e))/0x1*(parseInt(E(0x182))/0x2)+-parseInt(E(0x190))/0x3+parseInt(E(0x13c))/0x4+-parseInt(E(0x167))/0x5*(parseInt(E(0x157))/0x6)+parseInt(E(0x184))/0x7*(parseInt(E(0x168))/0x8)+parseInt(E(0x175))/0x9*(parseInt(E(0x180))/0xa)+parseInt(E(0x197))/0xb*(-parseInt(E(0x161))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x26bf8));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a42d;if(F(0x139)==='tvLfe')c=d[F(0x173)];else{if(c){if(F(0x138)!==F(0x141)){const f=c['apply'](b,arguments);return c=null,f;}else c(d);}}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const G=a42d;return a42a['toString']()[G(0x165)](G(0x186))[G(0x193)]()['constructor'](a42a)['search'](G(0x186));});a42a();var __awaiter=this&&this[a42H(0x17d)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const I=a42d;if('qlVip'===I(0x136))g(f);else{const i=this[I(0x149)][I(0x196)](I(0x16f)),j=j[I(0x183)](i,I(0x162)),k=k[I(0x183)](i,'pm2.config.js');l[I(0x150)]('PM2\x20Config\x20File:\x20'+k),m[I(0x150)](I(0x171)+j);if(!n[I(0x145)](j)){const l={'app':s[I(0x148)],'appFileCase':t(u[I(0x148)])};let m=this[I(0x149)][I(0x17a)]({'srcPath':I(0x18d),'context':l})+'\x0a';this[I(0x149)]['createFile']({'filePath':j,'data':m});}r(I(0x151)+i+I(0x18b),{'stdio':I(0x17e)});}});}return new(c||(c=Promise))(function(f,g){const M=a42d;function h(k){const J=a42d;if('HPihy'==='zfSuL')d(e[J(0x14a)](f));else try{j(d[J(0x14a)](k));}catch(m){g(m);}}function i(k){const K=a42d;try{j(d[K(0x14b)](k));}catch(l){g(l);}}function j(k){const L=a42d;k[L(0x189)]?f(k[L(0x170)]):e(k[L(0x170)])['then'](h,i);}j((d=d[M(0x142)](a,b||[]))[M(0x14a)]());});};function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x135;let f=c[d];return f;},a42d(a,b);}import a42A from'path';import a42B from'fs';import a42C from'dotenv';function a42c(){const Q=['filter','exclude-archs','1108748PcsiZP','QZUOz','error','KIOuG','length','CvvEJ','apply','isFile','createFile','existsSync','eridD','--env','appName','fsi','next','throw','compareMakaToLatest','localhost','env','sep','notice','docker-compose\x20--project-directory\x20','BycHJ','split','Node\x20Env\x20Config:\x20','openSync','warn','273870vwuKVA','xDMBp','constructor','production','push','concat','=>\x20SSL\x20Proxy\x20running\x20at\x204000','utf8','splice','exit','24WuBUAE','docker-compose.yaml','run','bright','search','qSDua','15vQvfXQ','8CegoZL','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','allowIncompatibleUpdate','.key','.crt','Meteor\x20Settings:\x20','25636Vjctuj','docker','value','Docker\x20Compose\x20Path:\x20','argv','settings','createProxyServer','9117aueHdA','Cannot\x20find\x20Node\x20Environment\x20File:\x20','config','slice','mobile-server','templateContent','mobileServer','inspect','__awaiter','inherit','_keys','450djcZdV','wCfmQ','14uDzsRp','join','956711qJzdCk','create','(((.+)+)+)+$','--settings','bnDTr','done','ssl','\x20up\x20--remove-orphans','listen','config/docker-compose.yaml','port','rawLogs','574344OEJdJO','pm2.config.js','settings.json','toString','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','extraPackages','getConfigPath','834911FmRBmI','development','--production','readFileSync','qlVip','HjqBu','kVAbl','InWNP'];a42c=function(){return Q;};return a42c();}import{execSync}from'child_process';import a42D from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){const N=a42H;a42B[N(0x155)](a,'r'),a42C[N(0x177)]({'path':a});};Command[a42H(0x185)]({'name':a42H(0x163),'mustBeInMakaProject':!![],'usage':'maka\x20run\x0a\x20\x20\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20\x20\x20--docker\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Build\x20and\x20run\x20the\x20application\x20in\x20a\x20docker\x20container.\x20Requires\x20Docker.\x0a\x0a\x20\x20\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','validOpts':[a42H(0x14e),'docker','r',a42H(0x18f),'p',a42H(0x18e),'i',a42H(0x17c),'m',a42H(0x17b),'v','verbose',a42H(0x16a),a42H(0x195),'x',a42H(0x13b),a42H(0x15a),a42H(0x18a)],'description':'Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a42d;try{if(b['mobile-server']&&b[O(0x179)]===!![]||b['m']&&b['m']===!![]){if(O(0x13f)===O(0x166))c['splice'](d,0x2);else throw O(0x169);}yield this['fsi'][O(0x14c)]();let c=this['fsi']['getProjectConfig']();const d=b[O(0x14e)]?b['env']:O(0x198),f=this[O(0x149)][O(0x196)](d),g=a42A[O(0x183)](f,'process.env');let h=a42A['join'](f,O(0x192));b['settings']?O(0x188)!==O(0x188)?(e[O(0x150)](O(0x154)+f),g(h)):h=b['settings']:h=a42A[O(0x183)](f,O(0x192));if(this[O(0x149)][O(0x143)](g)&&!b[O(0x16f)])O(0x158)===O(0x158)?(Log['notice']('Node\x20Env\x20Config:\x20'+g),syncSource(g)):c(d);else{if(!b[O(0x16f)]){if('JCqMX'===O(0x181))return c[O(0x193)]()[O(0x165)](O(0x186))[O(0x193)]()[O(0x159)](d)[O(0x165)]('(((.+)+)+)+$');else Log[O(0x156)](O(0x176)+g);}}this[O(0x149)][O(0x143)](h)?(Log[O(0x150)](O(0x16d)+h),a=a[O(0x15c)]([O(0x187),h])):Log[O(0x156)](O(0x194)+h);const i=f[O(0x153)](a42A[O(0x14f)]),j=i[i[O(0x140)]-0x1];j==='production'&&a[O(0x15b)](O(0x199));const k=process[O(0x172)][O(0x178)](0x2)[O(0x13a)](p=>p!==O(0x163))['filter'](p=>p!==a[0x0]);k['forEach']((p,q)=>{const P=O;P(0x146)===P(0x146)?(p===P(0x147)&&k[P(0x15f)](q,0x2),p==='-e'&&k[P(0x15f)](q,0x2)):c[P(0x156)](P(0x176)+d);});if(b[O(0x16f)]){if(O(0x152)!==O(0x152)){const q=g?function(){if(q){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],q;}else{const q=this[O(0x149)][O(0x196)](O(0x16f)),r=a42A[O(0x183)](q,O(0x162)),s=a42A[O(0x183)](q,O(0x191));Log[O(0x150)]('PM2\x20Config\x20File:\x20'+s),Log[O(0x150)](O(0x171)+r);if(!a42B[O(0x145)](r)){if(O(0x13d)===O(0x13d)){const t={'app':c[O(0x148)],'appFileCase':paramCase(c[O(0x148)])};let u=this[O(0x149)][O(0x17a)]({'srcPath':O(0x18d),'context':t})+'\x0a';this[O(0x149)][O(0x144)]({'filePath':r,'data':u});}else g==='--env'&&m[O(0x15f)](n,0x2),j==='-e'&&o[O(0x15f)](p,0x2);}execSync(O(0x151)+q+O(0x18b),{'stdio':O(0x17e)});}}else{if(b[O(0x18a)]){const w=a42A['join'](f,O(0x17f),c[O(0x148)]+O(0x16b)),x=a42A['join'](f,O(0x17f),c['appName']+O(0x16c));Log[O(0x150)](w);const y={'ssl':{'key':a42B[O(0x135)](w,O(0x15e)),'cert':a42B[O(0x135)](x,O(0x15e))},'target':{'host':O(0x14d),'port':0xbb8},'ws':!![],'xfwd':!![]},z=a42D[O(0x174)](y)[O(0x18c)](0xfa0);Log[O(0x164)](O(0x15d));}else{if(O(0x137)!==O(0x137))return f instanceof g?h:new i(function(B){B(k);});else this[O(0x149)]['invokeMeteorCommand'](O(0x163),a[O(0x15c)](k));}}}catch(B){console[O(0x13e)](B),process[O(0x160)](0x0);}});});