@maka/maka-cli 4.9.14 → 4.9.15

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 (155) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  25. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  26. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/_index.js +1 -1
  29. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/play.command.js +1 -1
  31. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/generate.js +1 -1
  69. package/bundle/obf/src/commands/get/_index.js +1 -1
  70. package/bundle/obf/src/commands/get/get.command.js +1 -1
  71. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  73. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/help.js +1 -1
  75. package/bundle/obf/src/commands/install.js +1 -1
  76. package/bundle/obf/src/commands/jsdoc.js +1 -1
  77. package/bundle/obf/src/commands/lint.js +1 -1
  78. package/bundle/obf/src/commands/login.js +1 -1
  79. package/bundle/obf/src/commands/logout.js +1 -1
  80. package/bundle/obf/src/commands/logs.js +1 -1
  81. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  82. package/bundle/obf/src/commands/murder.js +1 -1
  83. package/bundle/obf/src/commands/patreon.js +1 -1
  84. package/bundle/obf/src/commands/proxy.js +1 -1
  85. package/bundle/obf/src/commands/reconfig.js +1 -1
  86. package/bundle/obf/src/commands/register.js +1 -1
  87. package/bundle/obf/src/commands/run/_index.js +1 -1
  88. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  89. package/bundle/obf/src/commands/run/run.command.js +1 -1
  90. package/bundle/obf/src/commands/set/_index.js +1 -1
  91. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/set/set.command.js +1 -1
  94. package/bundle/obf/src/commands/ssh.js +1 -1
  95. package/bundle/obf/src/commands/ssl.js +1 -1
  96. package/bundle/obf/src/commands/test.js +1 -1
  97. package/bundle/obf/src/commands/undo.js +1 -1
  98. package/bundle/obf/src/commands/version.js +1 -1
  99. package/bundle/obf/src/error.js +1 -1
  100. package/bundle/obf/src/exec.js +1 -1
  101. package/bundle/obf/src/generator.js +1 -1
  102. package/bundle/obf/src/generators/_index.js +1 -1
  103. package/bundle/obf/src/generators/api.js +1 -1
  104. package/bundle/obf/src/generators/collection.js +1 -1
  105. package/bundle/obf/src/generators/component.js +1 -1
  106. package/bundle/obf/src/generators/config.js +1 -1
  107. package/bundle/obf/src/generators/dbc.js +1 -1
  108. package/bundle/obf/src/generators/dockerfile.js +1 -1
  109. package/bundle/obf/src/generators/hook.js +1 -1
  110. package/bundle/obf/src/generators/kits/_index.js +1 -1
  111. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  112. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  113. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  114. package/bundle/obf/src/generators/kits/kit.js +1 -1
  115. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  117. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  118. package/bundle/obf/src/generators/layout.js +1 -1
  119. package/bundle/obf/src/generators/maka.gen.js +1 -1
  120. package/bundle/obf/src/generators/methods.js +1 -1
  121. package/bundle/obf/src/generators/package.js +1 -1
  122. package/bundle/obf/src/generators/page.js +1 -1
  123. package/bundle/obf/src/generators/publish.js +1 -1
  124. package/bundle/obf/src/generators/route.js +1 -1
  125. package/bundle/obf/src/generators/service.js +1 -1
  126. package/bundle/obf/src/generators/services/_index.js +1 -1
  127. package/bundle/obf/src/generators/services/openssl.js +1 -1
  128. package/bundle/obf/src/generators/services/translation.js +1 -1
  129. package/bundle/obf/src/maka.js +1 -1
  130. package/bundle/obf/src/templates/meteor/api/api.js +6 -1
  131. package/bundle/obf/src/templates/meteor/api/api.js.ts +6 -1
  132. package/bundle/obf/src/templates/meteor/api/methods.js +5 -6
  133. package/bundle/obf/src/templates/meteor/api/methods.js.ts +5 -5
  134. package/bundle/obf/src/templates/meteor/api/register-api.js +2 -2
  135. package/bundle/obf/src/templates/meteor/api/register-api.js.ts +2 -2
  136. package/bundle/obf/src/tool.js +1 -1
  137. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  138. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  139. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  141. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  142. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  143. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  144. package/bundle/obf/src/tools/https/https.class.js +1 -1
  145. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  146. package/bundle/obf/src/tools/log/log.class.js +1 -1
  147. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/options/options.class.js +1 -1
  149. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  150. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  151. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  153. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  155. package/package.json +1 -1
@@ -1 +1 @@
1
- const a137s=a137d;function a137c(){const Q=['createWriteStream','toString','22012SHJQjf','292280QdraLt','readFileSync','True','NODE_TLS_REJECT_UNAUTHORIZED','(((.+)+)+)+$','253990DPNCYo','No\x20content','54JMdgzD','checkAvailability','933656TYGgbU','content-length','finish','Request\x20timeout','askGPT','post','Request\x20Failed\x20with\x20Status\x20Code:\x20','api.openai.com','46tEyFDx','write','close','timeout','catch','complete','apply','search','BAD\x20RETURN','NODE_NO_WARNINGS','headers','pathname','1183539HXWmdK','stringify','MAKA_DEV','141654mFVuvz','end','then','request','POST','hostname','env','application/json','error','length','get','statusMessage','9wIKtTb','location','statusCode','/v1/engines/davinci/completions','HEAD','2380832SJMRTm','data','assign'];a137c=function(){return Q;};return a137c();}(function(a,b){const p=a137d,c=a();while(!![]){try{const d=parseInt(p(0x164))/0x1*(parseInt(p(0x176))/0x2)+-parseInt(p(0x185))/0x3+-parseInt(p(0x16e))/0x4+parseInt(p(0x16a))/0x5*(-parseInt(p(0x16c))/0x6)+parseInt(p(0x182))/0x7+parseInt(p(0x196))/0x8+parseInt(p(0x191))/0x9*(parseInt(p(0x165))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x408b3));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a[r(0x163)]()['search'](r(0x169))[r(0x163)]()['constructor'](a137a)[r(0x17d)]('(((.+)+)+)+$');});a137a();import a137e from'https';import a137f from'fs';import{Progress}from'../progress/progress.class.js';function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x161;let f=c[d];return f;},a137d(a,b);}const TIMEOUT=0xbb8;process[a137s(0x18b)][a137s(0x168)]=process[a137s(0x18b)][a137s(0x184)]===a137s(0x167)?'0':'1',process[a137s(0x18b)][a137s(0x17f)]=process[a137s(0x18b)]['MAKA_DEV']==='True'?'1':'0';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a137s,f=JSON[t(0x183)](c),g={'Content-Type':t(0x18c),'Content-Length':f[t(0x18e)]};Object[t(0x161)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0x189),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a137f[t(0x166)](e)}),new Promise((i,j)=>{const u=t,k=a137e[u(0x188)](h,l=>{const v=u;let m='';l['on'](v(0x197),n=>{const w=v;m+=n[w(0x163)]();}),l['on'](v(0x186),()=>{const x=v;l[x(0x193)]===0x12d&&l[x(0x180)]['location']?this[x(0x173)]({'hostname':new URL(l[x(0x180)][x(0x192)])[x(0x18a)],'path':new URL(l['headers']['location'])[x(0x181)],'data':c,'headers':d,'cert':e})[x(0x187)](i)[x(0x17a)](j):(!m&&i({'statusCode':0xcc,'statusMessage':l['statusMessage']||x(0x17e),'data':JSON[x(0x183)]({'message':x(0x16b)})}),i({'statusCode':l[x(0x193)]||0x1f4,'statusMessage':l[x(0x190)]||x(0x17e),'data':m}));});});k['on'](u(0x18d),l=>{j(l);}),k['on'](u(0x179),()=>{const y=u;k['abort'](),j({'statusCode':0x198,'statusMessage':y(0x171)});}),k[u(0x177)](f),k['end']();});}static[a137s(0x18f)]({url:a,headers:b,cert:c}){const z=a137s,d={'Content-Type':'application/json'};Object[z(0x161)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[z(0x161)](e,{'cert':a137f[z(0x166)](c)}),new Promise((f,g)=>{const A=z,h=a137e[A(0x18f)](a,e,i=>{const B=A;let j='';i['on'](B(0x197),k=>{j+=k['toString']();}),i['on']('end',()=>{const C=B;i['statusCode']===0x12d&&i[C(0x180)][C(0x192)]?this[C(0x18f)]({'url':i[C(0x180)][C(0x192)],'headers':b,'cert':c})[C(0x187)](f)['catch'](g):f({'statusCode':i[C(0x193)]||0x1f4,'statusMessage':i['statusMessage']||C(0x17e),'data':j});});});h['on']('error',i=>{g(i);}),h['on'](A(0x179),()=>{const D=A;h['abort'](),g({'statusCode':0x198,'statusMessage':D(0x171)});});});}static['downloadFile']({url:a,headers:b,cert:c,destPath:d}){const E=a137s,e={'Content-Type':'application/octet-stream'};Object[E(0x161)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a137f[E(0x166)](c)}),new Promise((g,h)=>{const J=E,i=k=>{const F=a137d;if(k[F(0x193)]===0x12e||k['statusCode']===0x12d){if(!k['headers'][F(0x192)])return h(new Error('Redirected\x20response\x20without\x20Location\x20header'));return this['downloadFile']({'url':k[F(0x180)][F(0x192)],'headers':b,'cert':c,'destPath':d})[F(0x187)](g)[F(0x17a)](h);}if(k[F(0x193)]&&(k[F(0x193)]<0xc8||k[F(0x193)]>=0x12c))return h(new Error(F(0x174)+k[F(0x193)]));const l=parseInt(k[F(0x180)][F(0x16f)],0xa),m=new Progress(l),n=a137f[F(0x162)](d);k['on'](F(0x197),o=>{const G=F;m['update'](o[G(0x18e)]),n[G(0x177)](o);}),k['on'](F(0x186),()=>{const H=F;n[H(0x186)](),m[H(0x17b)]();}),n['on'](F(0x170),()=>{const I=F;n[I(0x178)]();}),n['on'](F(0x178),g);},j=a137e[J(0x18f)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](J(0x179),()=>{const K=J;j['abort'](),h({'statusCode':0x198,'statusMessage':K(0x171)});});});}static['checkAvailability']({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const L=a137s,d={'Content-Type':L(0x18c)};Object['assign'](d,b);const e={'method':L(0x195),'headers':d,'timeout':TIMEOUT};return c&&Object[L(0x161)](e,{'cert':a137f[L(0x166)](c)}),new Promise((f,g)=>{const N=L,h=a137e['request'](a,e,i=>{const M=a137d;if(i[M(0x193)]&&(i[M(0x193)]>=0xc8&&i[M(0x193)]<0x12c))f(!![]);else i[M(0x193)]&&(i[M(0x193)]>=0x12c&&i[M(0x193)]<0x190)&&i[M(0x180)][M(0x192)]?maxRedirects<=0x0?f(![]):this[M(0x16d)]({'url':new URL(i[M(0x180)]['location'],a)[M(0x163)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[M(0x187)](f)[M(0x17a)](g):f(![]);});h['on']('error',i=>{g(i);}),h['on'](N(0x179),()=>{const O=N;h['abort'](),g({'statusCode':0x198,'statusMessage':O(0x171)});}),h[N(0x186)]();});}static async[a137s(0x172)]({prompt:a,openApiKey:b,certPath:c}){const P=a137s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[P(0x173)]({'hostname':P(0x175),'path':P(0x194),'data':d,'headers':e,'cert':c});return f;}}
1
+ const a137r=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0x20f))/0x1*(parseInt(p(0x20b))/0x2)+-parseInt(p(0x213))/0x3+-parseInt(p(0x201))/0x4*(parseInt(p(0x212))/0x5)+parseInt(p(0x1fb))/0x6*(-parseInt(p(0x1ef))/0x7)+parseInt(p(0x1f3))/0x8+-parseInt(p(0x210))/0x9+-parseInt(p(0x214))/0xa*(-parseInt(p(0x1f9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x7fac8));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const q=a137d;return a137a[q(0x219)]()['search']('(((.+)+)+)+$')[q(0x219)]()[q(0x1ff)](a137a)[q(0x220)](q(0x1eb));});a137a();function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a137d(a,b);}import a137e from'https';import a137f from'fs';import{Progress}from'../progress/progress.class.js';const TIMEOUT=0xbb8;process[a137r(0x203)][a137r(0x211)]=process['env'][a137r(0x205)]==='True'?'0':'1',process[a137r(0x203)][a137r(0x207)]=process['env'][a137r(0x205)]===a137r(0x202)?'1':'0';function a137c(){const O=['3176315IaXeyw','583362vvARnh','70pUUBif','error','hostname','catch','then','toString','/v1/engines/davinci/completions','statusCode','statusMessage','headers','location','write','search','BAD\x20RETURN','Request\x20timeout','application/octet-stream','length','(((.+)+)+)+$','update','abort','content-length','329VbxDvr','timeout','get','downloadFile','5809168lJgoIA','Request\x20Failed\x20with\x20Status\x20Code:\x20','post','complete','readFileSync','POST','3047979EeeyKT','close','120522aZglYn','Bearer\x20','pathname','assign','constructor','end','4RbHFfJ','True','env','HEAD','MAKA_DEV','checkAvailability','NODE_NO_WARNINGS','api.openai.com','No\x20content','data','4XzmiZH','createWriteStream','application/json','request','155028xkuULp','530595LNMboR','NODE_TLS_REJECT_UNAUTHORIZED'];a137c=function(){return O;};return a137c();}export class HTTPS{static async[a137r(0x1f5)]({hostname:a,path:b,data:c,headers:d,cert:e}){const s=a137r,f=JSON['stringify'](c),g={'Content-Type':s(0x20d),'Content-Length':f[s(0x1ea)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':s(0x1f8),'headers':g,'timeout':TIMEOUT};return e&&Object[s(0x1fe)](h,{'cert':a137f[s(0x1f7)](e)}),new Promise((i,j)=>{const t=s,k=a137e[t(0x20e)](h,l=>{const u=t;let m='';l['on'](u(0x20a),n=>{const v=u;m+=n[v(0x219)]();}),l['on']('end',()=>{const w=u;l[w(0x21b)]===0x12d&&l[w(0x21d)]['location']?this['post']({'hostname':new URL(l[w(0x21d)][w(0x21e)])[w(0x216)],'path':new URL(l['headers']['location'])[w(0x1fd)],'data':c,'headers':d,'cert':e})[w(0x218)](i)[w(0x217)](j):(!m&&i({'statusCode':0xcc,'statusMessage':l[w(0x21c)]||w(0x221),'data':JSON['stringify']({'message':w(0x209)})}),i({'statusCode':l[w(0x21b)]||0x1f4,'statusMessage':l[w(0x21c)]||w(0x221),'data':m}));});});k['on'](t(0x215),l=>{j(l);}),k['on']('timeout',()=>{k['abort'](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[t(0x21f)](f),k[t(0x200)]();});}static['get']({url:a,headers:b,cert:c}){const x=a137r,d={'Content-Type':x(0x20d)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[x(0x1fe)](e,{'cert':a137f['readFileSync'](c)}),new Promise((f,g)=>{const B=x,h=a137e['get'](a,e,i=>{const y=a137d;let j='';i['on'](y(0x20a),k=>{const z=y;j+=k[z(0x219)]();}),i['on'](y(0x200),()=>{const A=y;i[A(0x21b)]===0x12d&&i['headers'][A(0x21e)]?this[A(0x1f1)]({'url':i[A(0x21d)][A(0x21e)],'headers':b,'cert':c})['then'](f)[A(0x217)](g):f({'statusCode':i[A(0x21b)]||0x1f4,'statusMessage':i['statusMessage']||'BAD\x20RETURN','data':j});});});h['on'](B(0x215),i=>{g(i);}),h['on']('timeout',()=>{const C=B;h[C(0x1ed)](),g({'statusCode':0x198,'statusMessage':C(0x222)});});});}static[a137r(0x1f2)]({url:a,headers:b,cert:c,destPath:d}){const D=a137r,e={'Content-Type':D(0x223)};Object[D(0x1fe)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a137f['readFileSync'](c)}),new Promise((g,h)=>{const I=D,i=k=>{const E=a137d;if(k[E(0x21b)]===0x12e||k[E(0x21b)]===0x12d){if(!k[E(0x21d)]['location'])return h(new Error('Redirected\x20response\x20without\x20Location\x20header'));return this['downloadFile']({'url':k['headers'][E(0x21e)],'headers':b,'cert':c,'destPath':d})['then'](g)[E(0x217)](h);}if(k[E(0x21b)]&&(k[E(0x21b)]<0xc8||k[E(0x21b)]>=0x12c))return h(new Error(E(0x1f4)+k[E(0x21b)]));const l=parseInt(k[E(0x21d)][E(0x1ee)],0xa),m=new Progress(l),n=a137f[E(0x20c)](d);k['on']('data',o=>{const F=E;m[F(0x1ec)](o['length']),n['write'](o);}),k['on'](E(0x200),()=>{const G=E;n[G(0x200)](),m[G(0x1f6)]();}),n['on']('finish',()=>{const H=E;n[H(0x1fa)]();}),n['on'](E(0x1fa),g);},j=a137e[I(0x1f1)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](I(0x1f0),()=>{const J=I;j[J(0x1ed)](),h({'statusCode':0x198,'statusMessage':J(0x222)});});});}static[a137r(0x206)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const K=a137r,d={'Content-Type':'application/json'};Object[K(0x1fe)](d,b);const e={'method':K(0x204),'headers':d,'timeout':TIMEOUT};return c&&Object[K(0x1fe)](e,{'cert':a137f[K(0x1f7)](c)}),new Promise((f,g)=>{const h=a137e['request'](a,e,i=>{const L=a137d;if(i[L(0x21b)]&&(i[L(0x21b)]>=0xc8&&i['statusCode']<0x12c))f(!![]);else i['statusCode']&&(i[L(0x21b)]>=0x12c&&i[L(0x21b)]<0x190)&&i['headers'][L(0x21e)]?maxRedirects<=0x0?f(![]):this['checkAvailability']({'url':new URL(i[L(0x21d)][L(0x21e)],a)[L(0x219)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)['catch'](g):f(![]);});h['on']('error',i=>{g(i);}),h['on']('timeout',()=>{const M=a137d;h[M(0x1ed)](),g({'statusCode':0x198,'statusMessage':M(0x222)});}),h['end']();});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const N=a137r,d={'prompt':a,'max_tokens':0x96},e={'Authorization':N(0x1fc)+b},f=await this[N(0x1f5)]({'hostname':N(0x208),'path':N(0x21a),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a138c(){var i=['8522392wqYzVf','1376249bbWHRy','toString','340LbEvqU','428398QPnQar','466254DDHiiw','15MzyUKb','2184460IfSBDT','(((.+)+)+)+$','apply','134346YLsWXW','5008036QgeGfi','6shmecS','search'];a138c=function(){return i;};return a138c();}function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0x66;var f=c[d];return f;},a138d(a,b);}(function(a,b){var f=a138d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1+parseInt(f(0x70))/0x2*(parseInt(f(0x6c))/0x3)+-parseInt(f(0x71))/0x4+-parseInt(f(0x6d))/0x5+parseInt(f(0x72))/0x6*(-parseInt(f(0x67))/0x7)+parseInt(f(0x66))/0x8+parseInt(f(0x6b))/0x9*(parseInt(f(0x69))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xcf316));var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a['toString']()[h(0x73)]('(((.+)+)+)+$')[h(0x68)]()['constructor'](a138a)[h(0x73)](h(0x6e));});a138a();export{};
1
+ (function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(0xd0))/0x1*(parseInt(f(0xcc))/0x2)+parseInt(f(0xcb))/0x3+-parseInt(f(0xc8))/0x4+-parseInt(f(0xca))/0x5*(-parseInt(f(0xcf))/0x6)+parseInt(f(0xce))/0x7*(-parseInt(f(0xd3))/0x8)+parseInt(f(0xd2))/0x9+parseInt(f(0xcd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x57371));var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a['toString']()[h(0xd5)](h(0xd1))[h(0xc9)]()['constructor'](a138a)[h(0xd5)](h(0xd1));});function a138c(){var i=['3457120wfZIDz','231GNzYlQ','1322220Lrdlvv','92sWNgfB','(((.+)+)+)+$','3210003sHdBrP','168848KgYVfj','apply','search','2548452sfcSDh','toString','5wSNPYY','2039601LIfWKB','1918OAKKoP'];a138c=function(){return i;};return a138c();}function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0xc8;var f=c[d];return f;},a138d(a,b);}a138a();export{};
@@ -1 +1 @@
1
- const a139l=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=parseInt(k(0x202))/0x1*(parseInt(k(0x21b))/0x2)+-parseInt(k(0x1f6))/0x3+parseInt(k(0x1fa))/0x4+-parseInt(k(0x1fd))/0x5+parseInt(k(0x225))/0x6*(-parseInt(k(0x20b))/0x7)+parseInt(k(0x21f))/0x8*(-parseInt(k(0x21e))/0x9)+-parseInt(k(0x21c))/0xa*(-parseInt(k(0x20e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x30b5e));import*as a139e from'single-line-log2';import a139f from'cli-color';function a139c(){const J=['452934MNEZvO','<value>','bold','singleLine','hidden','colorMode','notice','forEach','trim','bright','toString','magentaBright','cyan','(((.+)+)+)+$','success','88014dyvsrI','map','join','cyanBright','793548JaIRxe','\x0aManual:','win32','476215raPWRT','header','length','boolFlag','Usage:\x20','87yzVKmd','DARK','object','Examples:','name','hide','[--','info','black','7ZyCRaP','show','singleLineSuccess','11vSTlqq','yellow','All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information','blackBright','green','LIGHT','error','values','colors','platform','stdout','log','search','2942flZByq','754910SlhNcU','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','20403KyVXQz','8TNpgsb','setColorMode','\x20>\x20','greenBright','warn','red'];a139c=function(){return J;};return a139c();}import a139g from'cli-cursor';import a139h from'elegant-spinner';const isWin=process[a139l(0x217)]===a139l(0x1fc),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a139d(a,b);}(function(c){const n=a139l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a139d;return e['toString']()[m(0x21a)](m(0x1f4))[m(0x22f)]()['constructor'](e)[m(0x21a)]('(((.+)+)+)+$');});e(),c[c[n(0x203)]=0x0]='DARK',c[c[n(0x213)]=0x1]='LIGHT';}(ColorMode||(ColorMode={})));const DarkColors={'success':a139f[a139l(0x222)],'warn':a139f['yellowBright'],'notice':a139f[a139l(0x1f9)],'error':a139f[a139l(0x224)]['bold'],'header':a139f[a139l(0x211)],'bright':a139f['whiteBright'],'info':a139f[a139l(0x1f9)],'majestic':a139f[a139l(0x230)]},LightColors={'success':a139f[a139l(0x212)],'warn':a139f[a139l(0x20f)],'notice':a139f[a139l(0x231)],'error':a139f[a139l(0x224)],'header':a139f[a139l(0x20a)],'bright':a139f[a139l(0x20a)],'info':a139f[a139l(0x231)],'majestic':a139f['magenta']},formatOptionalOpts=a=>{const o=a139l;return a[o(0x1f7)](b=>{const p=o;if(typeof b==='object'){if(b?.[p(0x229)])return'';if(b[p(0x200)])return p(0x208)+b[p(0x206)]+']';return p(0x208)+b[p(0x206)]+'='+(b?.[p(0x215)]?b[p(0x215)][p(0x1f8)]('|'):p(0x226))+']';}return b?p(0x208)+b+']':'';})[o(0x1f8)]('\x20');},formatRequiredOpts=a=>{const q=a139l;return a[q(0x1f7)](b=>{const r=q;if(typeof b===r(0x204)){if(b?.[r(0x229)])return'';if(b['boolFlag'])return'--'+b[r(0x206)];return'--'+b[r(0x206)]+'='+(b?.[r(0x215)]?b[r(0x215)]['join']('|'):r(0x226));}return'--'+b;})[q(0x1f8)]('\x20');};export class Log{static [a139l(0x22a)]=ColorMode[a139l(0x203)];static get['colors'](){const s=a139l;return Log['colorMode']===ColorMode[s(0x203)]?DarkColors:LightColors;}static[a139l(0x220)](a){const t=a139l;Log[t(0x22a)]=a;}static[a139l(0x1f5)](a){const u=a139l;a&&console[u(0x219)](Log[u(0x216)][u(0x1f5)](a));}static[a139l(0x223)](a){const v=a139l;a&&console[v(0x219)](Log[v(0x216)][v(0x223)](a));}static['notice'](a){const w=a139l;a&&console[w(0x219)](Log['colors'][w(0x22b)](a));}static['error'](a){const x=a139l;a&&console['log'](Log['colors'][x(0x214)](a));}static[a139l(0x1fe)](a){const y=a139l;a&&console['log'](Log[y(0x216)][y(0x1fe)](a));}static[a139l(0x22e)](a){const z=a139l;a&&console['log'](Log[z(0x216)][z(0x22e)](a));}static[a139l(0x209)](a){a&&console['log'](Log['colors']['info'](a));}static['majestic'](a){const A=a139l;a&&console[A(0x219)](Log[A(0x216)]['majestic'](a));}static['usage'](a,b,c,d,e,f){const B=a139l,g=a139f['blackBright'];Log[B(0x22e)](d),b&&b[B(0x1ff)]>0x0&&(Log['bright'](g(B(0x205))),b[B(0x22c)](h=>{const C=B;Log['bright'](C(0x221)+h);})),a&&(Log[B(0x1fe)](B(0x1fb)),Log['notice']('\x20\x20'+a[B(0x22d)]()+'\x0a')),c&&Log[B(0x22e)](g(B(0x201))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[B(0x1fe)](B(0x21d)),Log['header'](B(0x210));}static['withSpinner'](a=''){const D=a139l;a139g[D(0x207)]();const b=a139h();a139g[D(0x207)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a139d;a139e[E(0x218)](a139f[E(0x231)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a139e[F(0x218)](a139f['greenBright'](check)+'\x20'+a+'\x20'+d),console[F(0x219)](),a139g['show']();},'failure'(d=''){const G=D;clearInterval(c),a139e[G(0x218)](a139f[G(0x224)][G(0x227)](cross)+'\x20'+a+'\x20'+d),console[G(0x219)](),a139g[G(0x20c)]();},'stop'(){clearInterval(c),a139g['show']();}};}static[a139l(0x228)](a){const H=a139l;a139e[H(0x218)](a);}static[a139l(0x20d)](a){const I=a139l;a139e[I(0x218)](a139f[I(0x222)](check)+'\x20'+a);}}
1
+ const a139l=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=-parseInt(k(0x156))/0x1+parseInt(k(0x14c))/0x2*(-parseInt(k(0x159))/0x3)+parseInt(k(0x16c))/0x4+parseInt(k(0x14d))/0x5+-parseInt(k(0x154))/0x6*(-parseInt(k(0x14f))/0x7)+-parseInt(k(0x181))/0x8+parseInt(k(0x148))/0x9*(parseInt(k(0x158))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x55c8d));import*as a139e from'single-line-log2';import a139f from'cli-color';import a139g from'cli-cursor';import a139h from'elegant-spinner';const isWin=process[a139l(0x178)]===a139l(0x174),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a139l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a139d;if(h){const j=h[m(0x162)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a139d;return e[n(0x15d)]()['search'](n(0x15b))[n(0x15d)]()[n(0x152)](e)['search'](n(0x15b));});e(),c[c['DARK']=0x0]='DARK',c[c[o(0x160)]=0x1]=o(0x160);}(ColorMode||(ColorMode={})));function a139c(){const K=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','cyanBright','2759696xwadJS','map','9vWZOjs','blackBright','black','forEach','516462PCbhJu','3283110WGNlCh','withSpinner','7xgTiOS','bold','stdout','constructor','log','2168904HerJyj','[--','166753cqJNAs','green','916170DtaBAm','3RwPAAt','length','(((.+)+)+)+$','Usage:\x20','toString','magenta','cyan','LIGHT','notice','apply','magentaBright','colorMode','majestic','red','values','DARK','join','whiteBright','info','46384RajzlK','header','name','error','hidden','object','bright','usage','win32','boolFlag','singleLine','show','platform','colors','setColorMode','greenBright','hide','yellowBright','warn'];a139c=function(){return K;};return a139c();}function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x147;let f=c[d];return f;},a139d(a,b);}const DarkColors={'success':a139f[a139l(0x17b)],'warn':a139f[a139l(0x17d)],'notice':a139f[a139l(0x180)],'error':a139f[a139l(0x166)][a139l(0x150)],'header':a139f[a139l(0x149)],'bright':a139f[a139l(0x16a)],'info':a139f[a139l(0x180)],'majestic':a139f[a139l(0x163)]},LightColors={'success':a139f[a139l(0x157)],'warn':a139f['yellow'],'notice':a139f[a139l(0x15f)],'error':a139f['red'],'header':a139f[a139l(0x14a)],'bright':a139f[a139l(0x14a)],'info':a139f[a139l(0x15f)],'majestic':a139f[a139l(0x15e)]},formatOptionalOpts=a=>{const p=a139l;return a[p(0x147)](b=>{const q=p;if(typeof b===q(0x171)){if(b?.[q(0x170)])return'';if(b[q(0x175)])return q(0x155)+b[q(0x16e)]+']';return q(0x155)+b['name']+'='+(b?.[q(0x167)]?b[q(0x167)][q(0x169)]('|'):'<value>')+']';}return b?q(0x155)+b+']':'';})[p(0x169)]('\x20');},formatRequiredOpts=a=>{const r=a139l;return a[r(0x147)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x170)])return'';if(b['boolFlag'])return'--'+b[s(0x16e)];return'--'+b[s(0x16e)]+'='+(b?.['values']?b[s(0x167)][s(0x169)]('|'):'<value>');}return'--'+b;})[r(0x169)]('\x20');};export class Log{static [a139l(0x164)]=ColorMode[a139l(0x168)];static get['colors'](){const t=a139l;return Log[t(0x164)]===ColorMode[t(0x168)]?DarkColors:LightColors;}static[a139l(0x17a)](a){Log['colorMode']=a;}static['success'](a){const u=a139l;a&&console[u(0x153)](Log['colors']['success'](a));}static[a139l(0x17e)](a){const v=a139l;a&&console[v(0x153)](Log['colors']['warn'](a));}static[a139l(0x161)](a){const w=a139l;a&&console[w(0x153)](Log['colors'][w(0x161)](a));}static[a139l(0x16f)](a){a&&console['log'](Log['colors']['error'](a));}static[a139l(0x16d)](a){const x=a139l;a&&console[x(0x153)](Log[x(0x179)][x(0x16d)](a));}static[a139l(0x172)](a){const y=a139l;a&&console[y(0x153)](Log[y(0x179)][y(0x172)](a));}static[a139l(0x16b)](a){const z=a139l;a&&console['log'](Log[z(0x179)][z(0x16b)](a));}static[a139l(0x165)](a){const A=a139l;a&&console[A(0x153)](Log[A(0x179)][A(0x165)](a));}static[a139l(0x173)](a,b,c,d,e,f){const B=a139l,g=a139f[B(0x149)];Log[B(0x172)](d),b&&b[B(0x15a)]>0x0&&(Log['bright'](g('Examples:')),b[B(0x14b)](h=>{const C=B;Log[C(0x172)]('\x20>\x20'+h);})),a&&(Log[B(0x16d)]('\x0aManual:'),Log['notice']('\x20\x20'+a['trim']()+'\x0a')),c&&Log[B(0x172)](g(B(0x15c))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](B(0x17f)),Log['header']('All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information');}static[a139l(0x14e)](a=''){const D=a139l;a139g[D(0x17c)]();const b=a139h();a139g[D(0x17c)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a139d;a139e[E(0x151)](a139f[E(0x15f)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a139e['stdout'](a139f[F(0x17b)](check)+'\x20'+a+'\x20'+d),console[F(0x153)](),a139g[F(0x177)]();},'failure'(d=''){const G=D;clearInterval(c),a139e[G(0x151)](a139f[G(0x166)][G(0x150)](cross)+'\x20'+a+'\x20'+d),console[G(0x153)](),a139g['show']();},'stop'(){const H=D;clearInterval(c),a139g[H(0x177)]();}};}static[a139l(0x176)](a){const I=a139l;a139e[I(0x151)](a);}static['singleLineSuccess'](a){const J=a139l;a139e['stdout'](a139f[J(0x17b)](check)+'\x20'+a);}}
@@ -1 +1 @@
1
- (function(a,b){var f=a140d,c=a();while(!![]){try{var d=-parseInt(f(0x142))/0x1+parseInt(f(0x13f))/0x2+parseInt(f(0x13b))/0x3*(-parseInt(f(0x13c))/0x4)+-parseInt(f(0x136))/0x5*(parseInt(f(0x137))/0x6)+-parseInt(f(0x13a))/0x7*(-parseInt(f(0x141))/0x8)+-parseInt(f(0x143))/0x9*(parseInt(f(0x134))/0xa)+parseInt(f(0x13e))/0xb*(parseInt(f(0x140))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0xae2d8));function a140c(){var h=['2135506GdPMLV','3312072vPTpRh','21632WMzOdS','435599JOCVyt','8361hCWpXd','3950JOPZcy','search','595sfoOws','39924SNftnt','toString','constructor','238YXGPFW','1523739ZjAkHa','4libhZZ','(((.+)+)+)+$','66zdrYkN'];a140c=function(){return h;};return a140c();}var a140b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){var g=a140d;return a140a[g(0x138)]()[g(0x135)](g(0x13d))['toString']()[g(0x139)](a140a)[g(0x135)](g(0x13d));});function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x134;var f=c[d];return f;},a140d(a,b);}a140a();export{};
1
+ (function(a,b){var f=a140d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1*(-parseInt(f(0x74))/0x2)+-parseInt(f(0x6c))/0x3*(parseInt(f(0x72))/0x4)+parseInt(f(0x6e))/0x5+-parseInt(f(0x73))/0x6+parseInt(f(0x6b))/0x7+parseInt(f(0x6f))/0x8+parseInt(f(0x71))/0x9*(parseInt(f(0x75))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0xe3bf7));var a140b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){var g=a140d;return a140a['toString']()[g(0x70)](g(0x69))[g(0x6d)]()['constructor'](a140a)[g(0x70)](g(0x69));});function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x69;var f=c[d];return f;},a140d(a,b);}function a140c(){var h=['3174273gqOVLo','toString','399510gAbRyD','907008jFxcnX','search','746379iBMQtn','4GCdiZP','5235396qCXMrR','3148OXxhqN','60lYRJSg','(((.+)+)+)+$','943KtwIHY','4818562NEhXsb'];a140c=function(){return h;};return a140c();}a140a();export{};
@@ -1 +1 @@
1
- const a141h=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=-parseInt(f(0xa2))/0x1*(-parseInt(f(0xb4))/0x2)+-parseInt(f(0xab))/0x3+-parseInt(f(0x9e))/0x4*(-parseInt(f(0xa0))/0x5)+parseInt(f(0xa8))/0x6*(-parseInt(f(0xb3))/0x7)+-parseInt(f(0xad))/0x8*(-parseInt(f(0xa6))/0x9)+parseInt(f(0xa3))/0xa*(-parseInt(f(0xb1))/0xb)+-parseInt(f(0xb5))/0xc*(-parseInt(f(0xae))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x26ce6));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const g=a141d;return a141a['toString']()[g(0x96)]('(((.+)+)+)+$')[g(0xaa)]()[g(0x99)](a141a)[g(0x96)](g(0x97));});a141a();import{Actions}from'../actions/actions.class.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x96;let f=c[d];return f;},a141d(a,b);}export class OptionHandler{['inputOpts'];[a141h(0x98)];['requiredOpts'];[a141h(0xaf)];constructor(){const i=a141h;this[i(0xb7)]=[],this[i(0x98)]={},this['requiredOpts']=[],this[i(0xaf)]=[];}async['handleOptions'](a,b,c){const j=a141h;this['inputOpts']=a,this['requiredOpts']=b,this[j(0xaf)]=c,await this['handleRequiredOptions'](),await this[j(0xa4)]();}async[a141h(0xb6)](){const k=a141h;if(this['requiredOpts']?.[k(0xa1)]>0x0)for(const a of this[k(0x9c)]){let b=!![];const {name:c,values:d}=typeof a===k(0xb0)?{'name':a,'values':undefined}:a;if(!this[k(0xb7)]['includes'](c)){const e=d?await Actions[k(0x9b)]({'type':k(0xa9),'name':c,'message':k(0xa7)+c,'choices':d}):await Actions[k(0xa5)](k(0xb2)+c);this[k(0x98)][c]=d?e[c]:e,b=d?d['includes'](this[k(0x98)][c]):!![];}else b=d?d['includes'](this[k(0x98)][c]):!![];if(!b)throw new Error(k(0x9f)+c+':\x20'+this['opts'][c]);}}async['handleValidOptions'](){const l=a141h;if(this[l(0xaf)]?.[l(0xa1)]>0x0)for(const a of this[l(0xaf)]){const {name:b,values:c}=typeof a===l(0xb0)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[l(0x9a)](d))){const e=c?await Actions[l(0x9b)]({'type':l(0xa9),'name':b,'message':l(0xac)+b,'choices':c}):await Actions['ask'](l(0x9d)+b);this[l(0x98)][b]=c?e[b]:e;}}}}function a141c(){const m=['(((.+)+)+)+$','opts','constructor','includes','options','requiredOpts','Please\x20provide\x20a\x20valid\x20value\x20for\x20','72ZwSyiy','Invalid\x20value\x20for\x20','35570ywuzIr','length','12541kJkkOY','70FSYCkf','handleValidOptions','ask','9THJBSY','Please\x20choose\x20a\x20value\x20for\x20','426lFcOnQ','list','toString','349818ykZkjd','Please\x20choose\x20a\x20valid\x20value\x20for\x20','1066696kpPplR','3699553ghRbyC','validOpts','string','408562AnEvmL','Please\x20provide\x20a\x20value\x20for\x20','17101oMiAVk','26EJdKgZ','12vtlnRt','handleRequiredOptions','inputOpts','search'];a141c=function(){return m;};return a141c();}
1
+ const a141h=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x1cc))/0x1+parseInt(f(0x1bc))/0x2*(parseInt(f(0x1c1))/0x3)+parseInt(f(0x1ca))/0x4+parseInt(f(0x1d2))/0x5*(parseInt(f(0x1d1))/0x6)+-parseInt(f(0x1bf))/0x7*(parseInt(f(0x1c8))/0x8)+-parseInt(f(0x1c5))/0x9*(parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1c2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x18e5e));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const g=a141d;return a141a[g(0x1c6)]()[g(0x1b9)](g(0x1c0))[g(0x1c6)]()[g(0x1d4)](a141a)[g(0x1b9)](g(0x1c0));});a141a();import{Actions}from'../actions/actions.class.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a141d(a,b);}export class OptionHandler{['inputOpts'];[a141h(0x1bb)];[a141h(0x1c7)];[a141h(0x1b7)];constructor(){const i=a141h;this[i(0x1bd)]=[],this[i(0x1bb)]={},this['requiredOpts']=[],this['validOpts']=[];}async[a141h(0x1d6)](a,b,c){const j=a141h;this[j(0x1bd)]=a,this[j(0x1c7)]=b,this[j(0x1b7)]=c,await this['handleRequiredOptions'](),await this['handleValidOptions']();}async[a141h(0x1c3)](){const k=a141h;if(this[k(0x1c7)]?.[k(0x1be)]>0x0)for(const a of this[k(0x1c7)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[k(0x1bd)]['includes'](c)){const e=d?await Actions['options']({'type':k(0x1cb),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[k(0x1c9)](k(0x1d3)+c);this[k(0x1bb)][c]=d?e[c]:e,b=d?d[k(0x1cf)](this[k(0x1bb)][c]):!![];}else b=d?d[k(0x1cf)](this[k(0x1bb)][c]):!![];if(!b)throw new Error(k(0x1d0)+c+':\x20'+this[k(0x1bb)][c]);}}async[a141h(0x1b8)](){const l=a141h;if(this['validOpts']?.[l(0x1be)]>0x0)for(const a of this[l(0x1b7)]){const {name:b,values:c}=typeof a===l(0x1cd)?{'name':a,'values':undefined}:a,d=this[l(0x1bb)][b];if(d!==undefined&&(!c||!c[l(0x1cf)](d))){const e=c?await Actions[l(0x1c4)]({'type':'list','name':b,'message':l(0x1ba)+b,'choices':c}):await Actions[l(0x1c9)](l(0x1ce)+b);this['opts'][b]=c?e[b]:e;}}}}function a141c(){const m=['Invalid\x20value\x20for\x20','360UVKUku','6395tKBvsD','Please\x20provide\x20a\x20value\x20for\x20','constructor','40KUaSsR','handleOptions','validOpts','handleValidOptions','search','Please\x20choose\x20a\x20valid\x20value\x20for\x20','opts','2fDFJaE','inputOpts','length','239722DOTmMA','(((.+)+)+)+$','450615WjDhuv','3363734oFNiwP','handleRequiredOptions','options','199161CdOpde','toString','requiredOpts','8IDaCNQ','ask','642168czTHZd','list','143051tXfELg','string','Please\x20provide\x20a\x20valid\x20value\x20for\x20','includes'];a141c=function(){return m;};return a141c();}
@@ -1 +1 @@
1
- function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a142d(a,b);}const a142i=a142d;function a142c(){const n=['lastLoggedProgress','dlMessage','colors','5415675PKRKsU',':\x20[','current','toString','constructor','47159DhPCry','1944364cjrQXw','apply','width','1dDRCTk','57736GmUpTQ','18ERtsTq','update','graphic','total','search','round','Downloading','majestic','1398pjZcLx','321wDEtYv','complete','6370936jHFKBO','3851152UipRTG','14633060tANOKF','72yDaZau','draw','min','repeat'];a142c=function(){return n;};return a142c();}(function(a,b){const f=a142d,c=a();while(!![]){try{const d=parseInt(f(0x1d2))/0x1*(-parseInt(f(0x1cf))/0x2)+-parseInt(f(0x1dd))/0x3*(-parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1e9))/0x5+-parseInt(f(0x1dc))/0x6*(parseInt(f(0x1ce))/0x7)+-parseInt(f(0x1e0))/0x8*(-parseInt(f(0x1d4))/0x9)+-parseInt(f(0x1e1))/0xa+parseInt(f(0x1df))/0xb*(parseInt(f(0x1e2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xda3f2));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a142d;if(c){const e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const h=a142d;return a142a['toString']()[h(0x1d8)]('(((.+)+)+)+$')[h(0x1cc)]()[h(0x1cd)](a142a)[h(0x1d8)]('(((.+)+)+)+$');});a142a();import{Log}from'../log/log.class.js';const isWin=process['platform']==='win32',downArrow=isWin?'<':'↓';export class Progress{['total'];[a142i(0x1eb)];[a142i(0x1d1)];[a142i(0x1e6)];[a142i(0x1e7)];[a142i(0x1d6)];constructor(a,b=a142i(0x1da),c=downArrow){const j=a142i;this[j(0x1d7)]=a,this[j(0x1eb)]=0x0,this['width']=0x28,this[j(0x1e6)]=0x0,this['dlMessage']=b,this[j(0x1d6)]=Log[j(0x1e8)][j(0x1db)](c);}[a142i(0x1d5)](a){const k=a142i;this[k(0x1eb)]+=a,this['draw']();}[a142i(0x1de)](){const l=a142i;this[l(0x1eb)]=this[l(0x1d7)],this['draw'](),Log['singleLineSuccess']('');}[a142i(0x1e3)](){const m=a142i,a=Math[m(0x1e4)](0x64,Math[m(0x1d9)](this['current']/this[m(0x1d7)]*0x64));if(a!==this[m(0x1e6)]){this['lastLoggedProgress']=a;const b=Math[m(0x1d9)](a/0x64*this[m(0x1d1)]),c=this['width']-b,d=''+Log[m(0x1e8)]['success']('█')[m(0x1e5)](b)+'░'[m(0x1e5)](c),e=this['graphic']+'\x20'+this[m(0x1e7)]+m(0x1ea)+d+']\x20'+a+'%';Log['singleLine'](e);}}}
1
+ const a142i=a142d;function a142c(){const n=['apply','win32','18272817MeqDsv','graphic','Downloading','476SHAIWB','current','complete','update','round','dlMessage','lastLoggedProgress','3534XiNhDG','3413493kVojTW','majestic','6725984EWKEmg','singleLine','search','platform','total','229724xQmBFQ','6833656NMJpoN','13DztijX','repeat','colors','singleLineSuccess','draw','constructor','8788125xFaCCZ','width'];a142c=function(){return n;};return a142c();}(function(a,b){const f=a142d,c=a();while(!![]){try{const d=-parseInt(f(0x1ae))/0x1*(-parseInt(f(0x1ac))/0x2)+-parseInt(f(0x1a5))/0x3+parseInt(f(0x1ad))/0x4+parseInt(f(0x196))/0x5+parseInt(f(0x1a4))/0x6*(-parseInt(f(0x19d))/0x7)+-parseInt(f(0x1a7))/0x8+-parseInt(f(0x19a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xde3dd));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a142d;if(c){const e=c[g(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const h=a142d;return a142a['toString']()[h(0x1a9)]('(((.+)+)+)+$')['toString']()[h(0x195)](a142a)[h(0x1a9)]('(((.+)+)+)+$');});function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x193;let f=c[d];return f;},a142d(a,b);}a142a();import{Log}from'../log/log.class.js';const isWin=process[a142i(0x1aa)]===a142i(0x199),downArrow=isWin?'<':'↓';export class Progress{[a142i(0x1ab)];['current'];[a142i(0x197)];[a142i(0x1a3)];['dlMessage'];[a142i(0x19b)];constructor(a,b=a142i(0x19c),c=downArrow){const j=a142i;this[j(0x1ab)]=a,this[j(0x19e)]=0x0,this[j(0x197)]=0x28,this[j(0x1a3)]=0x0,this[j(0x1a2)]=b,this[j(0x19b)]=Log[j(0x1b0)][j(0x1a6)](c);}[a142i(0x1a0)](a){const k=a142i;this['current']+=a,this[k(0x194)]();}[a142i(0x19f)](){const l=a142i;this['current']=this[l(0x1ab)],this[l(0x194)](),Log[l(0x193)]('');}['draw'](){const m=a142i,a=Math['min'](0x64,Math[m(0x1a1)](this['current']/this[m(0x1ab)]*0x64));if(a!==this[m(0x1a3)]){this[m(0x1a3)]=a;const b=Math['round'](a/0x64*this['width']),c=this[m(0x197)]-b,d=''+Log[m(0x1b0)]['success']('█')[m(0x1af)](b)+'░'[m(0x1af)](c),e=this[m(0x19b)]+'\x20'+this[m(0x1a2)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1a8)](e);}}}
@@ -1 +1 @@
1
- function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x81;let f=c[d];return f;},a143d(a,b);}const a143m=a143d;(function(a,b){const j=a143d,c=a();while(!![]){try{const d=-parseInt(j(0x87))/0x1*(-parseInt(j(0x85))/0x2)+-parseInt(j(0x97))/0x3+-parseInt(j(0x89))/0x4+parseInt(j(0x81))/0x5*(-parseInt(j(0x99))/0x6)+parseInt(j(0x8a))/0x7*(-parseInt(j(0x88))/0x8)+parseInt(j(0x8f))/0x9*(-parseInt(j(0x82))/0xa)+parseInt(j(0x9a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0xb5f4f));function a143c(){const s=['(((.+)+)+)+$','error','inherit','search','1365078ERGaHX','verbose','258tfNRoT','32840027oEvzyS','withSpinner','77590tVLHrn','13512620EVHFZE','start','ignore','920390jEYIwR','toString','3AQwroC','88YFrGZV','4360072UMXmhX','36379KdFGtD','kill','apply','success','data','9BzYyPy','log','message','constructor'];a143c=function(){return s;};return a143c();}const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a143d;if(c){const e=c[k(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const l=a143d;return a143a[l(0x86)]()[l(0x96)](l(0x93))[l(0x86)]()[l(0x92)](a143a)[l(0x96)](l(0x93));});a143a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a143m(0x9b)](a,b,c){return new Promise((d,e)=>{const n=a143d,f=Log[n(0x9b)](),g=c?.['cwd']||'.';c?.[n(0x91)]&&f[n(0x83)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x98)]?n(0x95):n(0x84)});process['on']('SIGINT',()=>{const o=n,i=h['pid'];i&&process[o(0x8b)](i);}),h['on'](n(0x8e),i=>{const p=n;console[p(0x90)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0x91)]&&f[q(0x8d)](),d();}),h['on']('close',()=>{const r=n;c?.[r(0x91)]&&f[r(0x8d)](),d();}),h['on'](n(0x94),()=>{c?.['message']&&f['failure'](),e();});});}}
1
+ function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a143d(a,b);}const a143m=a143d;(function(a,b){const j=a143d,c=a();while(!![]){try{const d=-parseInt(j(0x1f5))/0x1*(parseInt(j(0x1ee))/0x2)+-parseInt(j(0x1f7))/0x3*(-parseInt(j(0x1f9))/0x4)+-parseInt(j(0x1fb))/0x5+-parseInt(j(0x1fe))/0x6*(parseInt(j(0x203))/0x7)+parseInt(j(0x1ef))/0x8+parseInt(j(0x1fa))/0x9*(parseInt(j(0x205))/0xa)+-parseInt(j(0x1f8))/0xb*(-parseInt(j(0x1f6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x2fa02));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a143d;if(c){const e=c[k(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const l=a143d;return a143a['toString']()['search'](l(0x1f3))[l(0x201)]()['constructor'](a143a)[l(0x200)](l(0x1f3));});a143a();function a143c(){const r=['9arItMn','1681530cDQzlB','withSpinner','message','1086VEzeZh','SIGINT','search','toString','close','5404STzwAe','data','1330530ENlxNG','disconnect','pid','ignore','6LSmLkO','1238672KBthKZ','success','apply','kill','(((.+)+)+)+$','error','63763hjdSWE','24DghXIY','1761ncMYbv','2146078SxhlXC','1256TrSLtJ'];a143c=function(){return r;};return a143c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a143m(0x1fc)](a,b,c){return new Promise((d,e)=>{const n=a143d,f=Log[n(0x1fc)](),g=c?.['cwd']||'.';c?.[n(0x1fd)]&&f['start'](c?.[n(0x1fd)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?'inherit':n(0x1ed)});process['on'](n(0x1ff),()=>{const o=n,i=h[o(0x1ec)];i&&process[o(0x1f2)](i);}),h['on'](n(0x204),i=>{console['log'](i);}),h['on'](n(0x206),()=>{const p=n;c?.['message']&&f[p(0x1f0)](),d();}),h['on'](n(0x202),()=>{const q=n;c?.[q(0x1fd)]&&f[q(0x1f0)](),d();}),h['on'](n(0x1f4),()=>{c?.['message']&&f['failure'](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a144d,c=a();while(!![]){try{var d=-parseInt(f(0xee))/0x1+parseInt(f(0xec))/0x2+parseInt(f(0xf1))/0x3*(-parseInt(f(0xea))/0x4)+parseInt(f(0xeb))/0x5*(-parseInt(f(0xe8))/0x6)+parseInt(f(0xe9))/0x7*(parseInt(f(0xef))/0x8)+parseInt(f(0xf3))/0x9*(-parseInt(f(0xf0))/0xa)+parseInt(f(0xe6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x2328c));function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0xe6;var f=c[d];return f;},a144d(a,b);}var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var g=a144d;return a144a[g(0xed)]()[g(0xf2)]('(((.+)+)+)+$')['toString']()[g(0xe7)](a144a)[g(0xf2)]('(((.+)+)+)+$');});function a144c(){var h=['39368gijlAv','toString','282995jnSUxq','6968GdpNEO','181430IoeCfs','2082RJbZNN','search','9aQGDLO','7139704bSVjFw','constructor','6xdBbkR','427QUfuhG','1208SXAqhN','335705MgHTWC'];a144c=function(){return h;};return a144c();}a144a();export{};
1
+ (function(a,b){var f=a144d,c=a();while(!![]){try{var d=parseInt(f(0x11d))/0x1*(parseInt(f(0x11e))/0x2)+-parseInt(f(0x121))/0x3+parseInt(f(0x114))/0x4*(-parseInt(f(0x11b))/0x5)+-parseInt(f(0x11c))/0x6+-parseInt(f(0x115))/0x7*(parseInt(f(0x11f))/0x8)+parseInt(f(0x119))/0x9*(parseInt(f(0x120))/0xa)+-parseInt(f(0x113))/0xb*(-parseInt(f(0x118))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0xa4188));var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var g=a144d;return a144a[g(0x11a)]()['search'](g(0x116))[g(0x11a)]()['constructor'](a144a)[g(0x117)](g(0x116));});a144a();function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0x113;var f=c[d];return f;},a144d(a,b);}function a144c(){var h=['1SfaXPB','2635508GVfipI','3909496OKvIqA','1030xIQYqB','1619415bHegWu','2981JgnZPz','367940eTKOOx','14oWbEPM','(((.+)+)+)+$','search','15492aDcuQp','116919RiXmWz','toString','5OKXuAH','4346328lJOaYf'];a144c=function(){return h;};return a144c();}export{};
@@ -1 +1 @@
1
- const a145p=a145d;(function(a,b){const m=a145d,c=a();while(!![]){try{const d=parseInt(m(0xcc))/0x1+parseInt(m(0xe0))/0x2+-parseInt(m(0xda))/0x3+parseInt(m(0xe2))/0x4*(parseInt(m(0xf0))/0x5)+parseInt(m(0xef))/0x6+-parseInt(m(0xf1))/0x7*(-parseInt(m(0xee))/0x8)+-parseInt(m(0xca))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x7e0ab));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a145d;if(c){const e=c[n(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const o=a145d;return a145a[o(0xeb)]()[o(0xe7)](o(0xea))[o(0xeb)]()[o(0xed)](a145a)[o(0xe7)]('(((.+)+)+)+$');});a145a();import a145e from'path';import{execSync,spawnSync,spawn}from'child_process';function a145c(){const x=['start','port','error','ssh\x20','sshVerbose','417456YinycL','close','host','ignore','scp','disconnect','1779122tifIYt','message','109332qfUfdI','failure','ssh','env','source','search','apply','verbose','(((.+)+)+)+$','toString','user','constructor','54088lGvdcm','3758106oViMBO','145gkhqqc','539TTGSml','dest','21665889QahIDm','push','233574oSrnQH','concat','join','pem','tty','2>&1','withSpinner','inherit','ping'];a145c=function(){return x;};return a145c();}import{Log}from'../log/log.class.js';function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0xc9;let f=c[d];return f;},a145d(a,b);}export class SSH{static [a145p(0xe4)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a145d,f=b[q(0xec)]+'@'+b['host'],g=a145e[q(0xce)](b[q(0xe5)],b[q(0xcf)]),h=c?.[q(0xd0)]||![],i=c?.[q(0xd9)]||![];let j=[];h&&j['push']('-t');i&&j['push']('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0xd6)],f,a]);const k=Log[q(0xd2)]();c?.['message']&&k[q(0xd5)](c?.[q(0xe1)]);const l=spawn('ssh',j,{'stdio':c?.[q(0xe9)]?q(0xd3):q(0xdd)});l['on'](q(0xdf),()=>{const r=q;c?.[r(0xe1)]&&k['success'](),d();}),l['on'](q(0xdb),()=>{const s=q;c?.[s(0xe1)]&&k['success'](),d();}),l['on'](q(0xd7),()=>{const t=q;c?.['message']&&k[t(0xe3)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a145p,d=b[u(0xec)]+'@'+b['host'],e=a145e['join'](b[u(0xe5)],b[u(0xcf)]),f=c?.[u(0xd0)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0xcb)]('-t'),g&&h[u(0xcb)]('-v'),h=h[u(0xcd)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0xd6)],d,a]),spawnSync(u(0xe4),h,{'stdio':c?.[u(0xe9)]?u(0xd3):u(0xdd)});};static[a145p(0xd4)](a,b,c){const v=a145p,d=b[v(0xec)]+'@'+b[v(0xdc)],e=a145e[v(0xce)](b[v(0xe5)],b[v(0xcf)]),f=c?.[v(0xd0)]||![];let g=[];f&&g[v(0xcb)]('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a,v(0xd1)]);const h=v(0xd8)+g[v(0xce)]('\x20');return execSync(h)[v(0xeb)]();}static[a145p(0xde)](a,b){const w=a145p,c=b[w(0xec)]+'@'+b[w(0xdc)]+':'+a[w(0xc9)],d=a145e[w(0xce)](b['env'],b['pem']),e=['-i',d,'-P',b['port'],a[w(0xe6)],c];spawnSync(w(0xde),e,{'stdio':a[w(0xe9)]?w(0xd3):w(0xdd)});}}
1
+ const a145t=a145d;(function(a,b){const m=a145d,c=a();while(!![]){try{const d=-parseInt(m(0xa3))/0x1*(parseInt(m(0x9f))/0x2)+parseInt(m(0xa7))/0x3+-parseInt(m(0x95))/0x4+parseInt(m(0xaf))/0x5*(parseInt(m(0x92))/0x6)+parseInt(m(0xa9))/0x7*(-parseInt(m(0x90))/0x8)+-parseInt(m(0x8b))/0x9*(parseInt(m(0xa8))/0xa)+-parseInt(m(0x86))/0xb*(-parseInt(m(0xa2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xe2151));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a145d;if(c){const e=c[n(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const o=a145d;return a145a[o(0xae)]()[o(0xa5)](o(0x9e))[o(0xae)]()[o(0xab)](a145a)[o(0xa5)]('(((.+)+)+)+$');});a145a();import a145e from'path';function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x83;let f=c[d];return f;},a145d(a,b);}import{execSync,spawnSync,spawn}from'child_process';function a145c(){const x=['217368fCmWwk','source','156LMGynf','sshSync','verbose','463292CbzRkc','port','env','join','inherit','message','ConnectTimeout=2','scp','ssh\x20','(((.+)+)+)+$','692400fOXeqc','pem','success','27149124QRDaUT','1GDXEQr','host','search','push','5282826MAhAND','11230IoAMAS','441rRCTAU','close','constructor','failure','2>&1','toString','19785XcpAxW','ignore','tty','ssh','11jlkRWG','start','apply','sshVerbose','dest','8226xgAuAP','withSpinner','disconnect','ping','user'];a145c=function(){return x;};return a145c();}import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a145d,f=b['user']+'@'+b['host'],g=a145e[p(0x98)](b[p(0x97)],b[p(0xa0)]),h=c?.[p(0x84)]||![],i=c?.[p(0x89)]||![];let j=[];h&&j['push']('-t');i&&j['push']('-v');j=j['concat'](['-o',p(0x9b),'-i',g,'-p',b[p(0x96)],f,a]);const k=Log[p(0x8c)]();c?.['message']&&k[p(0x87)](c?.[p(0x9a)]);const l=spawn(p(0x85),j,{'stdio':c?.[p(0x94)]?'inherit':p(0x83)});l['on'](p(0x8d),()=>{const q=p;c?.['message']&&k[q(0xa1)](),d();}),l['on'](p(0xaa),()=>{const r=p;c?.[r(0x9a)]&&k[r(0xa1)](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x9a)]&&k[s(0xac)](),e();});});};static [a145t(0x93)]=(a,b,c)=>{const u=a145t,d=b[u(0x8f)]+'@'+b[u(0xa4)],e=a145e[u(0x98)](b['env'],b[u(0xa0)]),f=c?.['tty']||![],g=c?.[u(0x89)]||![];let h=[];f&&h[u(0xa6)]('-t'),g&&h[u(0xa6)]('-v'),h=h['concat'](['-o',u(0x9b),'-i',e,'-p',b[u(0x96)],d,a]),spawnSync(u(0x85),h,{'stdio':c?.['verbose']?u(0x99):'ignore'});};static[a145t(0x8e)](a,b,c){const v=a145t,d=b['user']+'@'+b[v(0xa4)],e=a145e[v(0x98)](b[v(0x97)],b[v(0xa0)]),f=c?.[v(0x84)]||![];let g=[];f&&g['push']('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a,v(0xad)]);const h=v(0x9d)+g[v(0x98)]('\x20');return execSync(h)[v(0xae)]();}static[a145t(0x9c)](a,b){const w=a145t,c=b[w(0x8f)]+'@'+b[w(0xa4)]+':'+a[w(0x8a)],d=a145e['join'](b[w(0x97)],b['pem']),e=['-i',d,'-P',b[w(0x96)],a[w(0x91)],c];spawnSync(w(0x9c),e,{'stdio':a[w(0x94)]?w(0x99):w(0x83)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a146d,c=a();while(!![]){try{var d=-parseInt(f(0x8d))/0x1*(-parseInt(f(0x8e))/0x2)+parseInt(f(0x87))/0x3*(-parseInt(f(0x86))/0x4)+parseInt(f(0x8a))/0x5*(parseInt(f(0x95))/0x6)+parseInt(f(0x8c))/0x7+parseInt(f(0x8b))/0x8+-parseInt(f(0x91))/0x9+-parseInt(f(0x88))/0xa*(parseInt(f(0x8f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x6cf5e));function a146d(a,b){var c=a146c();return a146d=function(d,e){d=d-0x86;var f=c[d];return f;},a146d(a,b);}var a146b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a146d;if(c){var e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){var h=a146d;return a146a['toString']()[h(0x93)](h(0x94))[h(0x92)]()[h(0x89)](a146a)[h(0x93)](h(0x94));});function a146c(){var i=['apply','4847319lRhrcN','toString','search','(((.+)+)+)+$','12PAmTlu','81140HLtVen','69RNWrDv','1190DtYrOT','constructor','2209040uPxlaP','6605040fAwmrD','1205680WTLCCw','1imItOP','1582280JZdwJB','112882mELVco'];a146c=function(){return i;};return a146c();}a146a();export{};
1
+ (function(a,b){var f=a146d,c=a();while(!![]){try{var d=-parseInt(f(0x81))/0x1+-parseInt(f(0x7a))/0x2+-parseInt(f(0x84))/0x3+parseInt(f(0x7c))/0x4*(-parseInt(f(0x7d))/0x5)+parseInt(f(0x85))/0x6*(parseInt(f(0x79))/0x7)+parseInt(f(0x82))/0x8+parseInt(f(0x7f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xf0d2b));function a146d(a,b){var c=a146c();return a146d=function(d,e){d=d-0x79;var f=c[d];return f;},a146d(a,b);}function a146c(){var h=['search','3070002UgpRHd','6ebJQAS','7374731HULkxS','3086536fZxDCP','toString','88rPegjM','243395LXETjW','constructor','31772673WtszxN','(((.+)+)+)+$','1258635qnYPFS','10390048UhZxxR'];a146c=function(){return h;};return a146c();}var a146b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){var g=a146d;return a146a[g(0x7b)]()[g(0x83)](g(0x80))[g(0x7b)]()[g(0x7e)](a146a)[g(0x83)](g(0x80));});a146a();export{};
@@ -1 +1 @@
1
- const a147h=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=-parseInt(f(0x81))/0x1+parseInt(f(0x8b))/0x2+-parseInt(f(0x9d))/0x3*(-parseInt(f(0x8c))/0x4)+-parseInt(f(0x87))/0x5+parseInt(f(0x83))/0x6*(-parseInt(f(0x99))/0x7)+-parseInt(f(0x8e))/0x8+parseInt(f(0x9a))/0x9*(-parseInt(f(0x89))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0x18e7d));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const g=a147d;return a147a[g(0x82)]()[g(0x86)](g(0x98))[g(0x82)]()[g(0x90)](a147a)[g(0x86)](g(0x98));});a147a();function a147c(){const k=['-keyout','50253RithBy','-out','rsa:2048','push','98469dnVyyG','toString','41460UHmEhR','useConfig','-new','search','63310sNNbiP','inherit','240tXEjyd','openssl.conf','329310FLQCEM','48PrsgiW','crtName','240968ZKlJZM','-config','constructor','cwd','-key','genSSC','genCSR','openssl','-newkey','-x509','(((.+)+)+)+$','77GDdfDI','17397AdWeLd','req'];a147c=function(){return k;};return a147c();}import{spawnSync}from'child_process';function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0x81;let f=c[d];return f;},a147d(a,b);}export class SSL{static[a147h(0x94)](a){const i=a147h,b=a[i(0x91)]?a['cwd']:process['cwd'](),c=[i(0x9b),i(0x85),i(0x96),i(0x9f),'-nodes',i(0x9c),a['keyName'],i(0x9e),a['csrName']];a[i(0x84)]&&(c['push'](i(0x8f)),c['push'](i(0x8a))),a['useConfig']?spawnSync(i(0x95),c,{'cwd':b}):spawnSync(i(0x95),c,{'stdio':i(0x88),'cwd':b});}static[a147h(0x93)](a){const j=a147h,b=a[j(0x91)]?a[j(0x91)]:process[j(0x91)](),c=[j(0x9b),j(0x97),'-new',j(0x92),a['keyName'],j(0x9e),a[j(0x8d)]];a['useConfig']&&(c[j(0xa0)](j(0x8f)),c[j(0xa0)](j(0x8a))),a['useConfig']?spawnSync(j(0x95),c,{'cwd':b}):spawnSync(j(0x95),c,{'stdio':j(0x88),'cwd':b});}}
1
+ function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xaf;let f=c[d];return f;},a147d(a,b);}function a147c(){const l=['338vnrUGF','9499eiYBYz','11274500aiXbgQ','toString','248991bKIZWI','(((.+)+)+)+$','openssl.conf','-newkey','keyName','openssl','-config','cwd','req','inherit','push','apply','-out','constructor','csrName','1906320beweGS','463XjmfUl','-key','useConfig','11575ZaXWTG','search','-nodes','1266PyuvbS','genCSR','1999701wRwFGn','396vixACw','-new'];a147c=function(){return l;};return a147c();}const a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=parseInt(f(0xc9))/0x1*(-parseInt(f(0xb5))/0x2)+parseInt(f(0xb9))/0x3+parseInt(f(0xb3))/0x4*(-parseInt(f(0xcc))/0x5)+parseInt(f(0xb0))/0x6*(-parseInt(f(0xb6))/0x7)+-parseInt(f(0xc8))/0x8+-parseInt(f(0xb2))/0x9+parseInt(f(0xb7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0x26231));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a[h(0xb8)]()[h(0xcd)](h(0xba))[h(0xb8)]()[h(0xc6)](a147a)[h(0xcd)](h(0xba));});a147a();import{spawnSync}from'child_process';export class SSL{static[a147i(0xb1)](a){const j=a147i,b=a[j(0xc0)]?a[j(0xc0)]:process[j(0xc0)](),c=[j(0xc1),j(0xb4),j(0xbc),'rsa:2048',j(0xaf),'-keyout',a[j(0xbd)],j(0xc5),a[j(0xc7)]];a[j(0xcb)]&&(c[j(0xc3)](j(0xbf)),c[j(0xc3)](j(0xbb))),a[j(0xcb)]?spawnSync('openssl',c,{'cwd':b}):spawnSync(j(0xbe),c,{'stdio':j(0xc2),'cwd':b});}static['genSSC'](a){const k=a147i,b=a[k(0xc0)]?a['cwd']:process[k(0xc0)](),c=[k(0xc1),'-x509','-new',k(0xca),a[k(0xbd)],k(0xc5),a['crtName']];a[k(0xcb)]&&(c[k(0xc3)](k(0xbf)),c['push'](k(0xbb))),a[k(0xcb)]?spawnSync(k(0xbe),c,{'cwd':b}):spawnSync(k(0xbe),c,{'stdio':'inherit','cwd':b});}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
- "version": "4.9.14",
3
+ "version": "4.9.15",
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.",