@maka/maka-cli 4.9.13 → 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(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0xef))/0x1+parseInt(p(0xe3))/0x2+parseInt(p(0xec))/0x3*(-parseInt(p(0xdb))/0x4)+parseInt(p(0xf8))/0x5*(parseInt(p(0xe1))/0x6)+parseInt(p(0x108))/0x7*(-parseInt(p(0xff))/0x8)+parseInt(p(0x110))/0x9*(parseInt(p(0xf0))/0xa)+-parseInt(p(0xe8))/0xb*(-parseInt(p(0x109))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0xb15a0));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a[r(0xf2)]()['search']('(((.+)+)+)+$')[r(0xf2)]()['constructor'](a137a)[r(0xd6)](r(0xda));});a137a();import a137e from'https';import a137f from'fs';import{Progress}from'../progress/progress.class.js';const TIMEOUT=0xbb8;function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0xd6;let f=c[d];return f;},a137d(a,b);}process[a137s(0x10d)][a137s(0xee)]=process[a137s(0x10d)][a137s(0xea)]===a137s(0xfe)?'0':'1',process['env'][a137s(0x10a)]=process[a137s(0x10d)][a137s(0xea)]===a137s(0xfe)?'1':'0';function a137c(){const R=['search','headers','catch','request','(((.+)+)+)+$','1252AklgnA','stringify','finish','data','complete','checkAvailability','3246XnaboI','pathname','895720EhdsFo','apply','Redirected\x20response\x20without\x20Location\x20header','close','abort','103323uBhYFR','api.openai.com','MAKA_DEV','BAD\x20RETURN','6702iOoWmZ','hostname','NODE_TLS_REJECT_UNAUTHORIZED','982029bEIeop','30uHFlpr','No\x20content','toString','write','length','HEAD','content-length','assign','1970nEoRhK','POST','location','statusCode','get','then','True','71128gbGEDP','update','error','Request\x20timeout','Request\x20Failed\x20with\x20Status\x20Code:\x20','statusMessage','Bearer\x20','downloadFile','end','455ONDPQg','1572PpkFtr','NODE_NO_WARNINGS','post','timeout','env','readFileSync','application/json','3282363HLXhWy'];a137c=function(){return R;};return a137c();}export class HTTPS{static async[a137s(0x10b)]({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a137s,f=JSON[t(0xdc)](c),g={'Content-Type':t(0x10f),'Content-Length':f[t(0xf4)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0xf9),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0xf7)](h,{'cert':a137f[t(0x10e)](e)}),new Promise((i,j)=>{const x=t,k=a137e['request'](h,l=>{const u=a137d;let m='';l['on'](u(0xde),n=>{const v=u;m+=n[v(0xf2)]();}),l['on'](u(0x107),()=>{const w=u;l['statusCode']===0x12d&&l[w(0xd7)][w(0xfa)]?this[w(0x10b)]({'hostname':new URL(l[w(0xd7)][w(0xfa)])[w(0xed)],'path':new URL(l[w(0xd7)][w(0xfa)])[w(0xe2)],'data':c,'headers':d,'cert':e})[w(0xfd)](i)[w(0xd8)](j):(!m&&i({'statusCode':0xcc,'statusMessage':l['statusMessage']||w(0xeb),'data':JSON[w(0xdc)]({'message':w(0xf1)})}),i({'statusCode':l[w(0xfb)]||0x1f4,'statusMessage':l[w(0x104)]||w(0xeb),'data':m}));});});k['on'](x(0x101),l=>{j(l);}),k['on'](x(0x10c),()=>{const y=x;k[y(0xe7)](),j({'statusCode':0x198,'statusMessage':y(0x102)});}),k[x(0xf3)](f),k[x(0x107)]();});}static[a137s(0xfc)]({url:a,headers:b,cert:c}){const z=a137s,d={'Content-Type':'application/json'};Object[z(0xf7)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[z(0xf7)](e,{'cert':a137f[z(0x10e)](c)}),new Promise((f,g)=>{const A=z,h=a137e[A(0xfc)](a,e,i=>{const C=A;let j='';i['on']('data',k=>{const B=a137d;j+=k[B(0xf2)]();}),i['on'](C(0x107),()=>{const D=C;i[D(0xfb)]===0x12d&&i[D(0xd7)][D(0xfa)]?this[D(0xfc)]({'url':i['headers'][D(0xfa)],'headers':b,'cert':c})[D(0xfd)](f)[D(0xd8)](g):f({'statusCode':i[D(0xfb)]||0x1f4,'statusMessage':i[D(0x104)]||'BAD\x20RETURN','data':j});});});h['on'](A(0x101),i=>{g(i);}),h['on'](A(0x10c),()=>{const E=A;h[E(0xe7)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a137s(0x106)]({url:a,headers:b,cert:c,destPath:d}){const F=a137s,e={'Content-Type':'application/octet-stream'};Object[F(0xf7)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[F(0xf7)](f,{'cert':a137f[F(0x10e)](c)}),new Promise((g,h)=>{const K=F,i=k=>{const G=a137d;if(k['statusCode']===0x12e||k[G(0xfb)]===0x12d){if(!k[G(0xd7)][G(0xfa)])return h(new Error(G(0xe5)));return this[G(0x106)]({'url':k[G(0xd7)]['location'],'headers':b,'cert':c,'destPath':d})[G(0xfd)](g)[G(0xd8)](h);}if(k['statusCode']&&(k[G(0xfb)]<0xc8||k[G(0xfb)]>=0x12c))return h(new Error(G(0x103)+k[G(0xfb)]));const l=parseInt(k['headers'][G(0xf6)],0xa),m=new Progress(l),n=a137f['createWriteStream'](d);k['on']('data',o=>{const H=G;m[H(0x100)](o[H(0xf4)]),n[H(0xf3)](o);}),k['on']('end',()=>{const I=G;n[I(0x107)](),m[I(0xdf)]();}),n['on'](G(0xdd),()=>{const J=G;n[J(0xe6)]();}),n['on'](G(0xe6),g);},j=a137e[K(0xfc)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](K(0x10c),()=>{const L=K;j[L(0xe7)](),h({'statusCode':0x198,'statusMessage':L(0x102)});});});}static[a137s(0xe0)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const M=a137s,d={'Content-Type':M(0x10f)};Object['assign'](d,b);const e={'method':M(0xf5),'headers':d,'timeout':TIMEOUT};return c&&Object[M(0xf7)](e,{'cert':a137f[M(0x10e)](c)}),new Promise((f,g)=>{const N=M,h=a137e[N(0xd9)](a,e,i=>{const O=N;if(i[O(0xfb)]&&(i[O(0xfb)]>=0xc8&&i['statusCode']<0x12c))f(!![]);else i[O(0xfb)]&&(i[O(0xfb)]>=0x12c&&i[O(0xfb)]<0x190)&&i[O(0xd7)][O(0xfa)]?maxRedirects<=0x0?f(![]):this[O(0xe0)]({'url':new URL(i[O(0xd7)][O(0xfa)],a)['toString'](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)['catch'](g):f(![]);});h['on'](N(0x101),i=>{g(i);}),h['on'](N(0x10c),()=>{const P=N;h[P(0xe7)](),g({'statusCode':0x198,'statusMessage':P(0x102)});}),h[N(0x107)]();});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const Q=a137s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':Q(0x105)+b},f=await this[Q(0x10b)]({'hostname':Q(0xe9),'path':'/v1/engines/davinci/completions','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(a,b){var f=a138d,c=a();while(!![]){try{var d=-parseInt(f(0x1b7))/0x1*(-parseInt(f(0x1ba))/0x2)+parseInt(f(0x1ad))/0x3*(-parseInt(f(0x1aa))/0x4)+-parseInt(f(0x1ab))/0x5*(-parseInt(f(0x1b6))/0x6)+parseInt(f(0x1b2))/0x7+parseInt(f(0x1b5))/0x8*(parseInt(f(0x1b8))/0x9)+parseInt(f(0x1af))/0xa*(-parseInt(f(0x1ac))/0xb)+-parseInt(f(0x1b1))/0xc*(parseInt(f(0x1b3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x63328));function a138c(){var h=['10TSroYJ','(((.+)+)+)+$','96brFckj','4371920xDWkta','280735hLrqMw','search','8zDtLYC','3010818TBzuNY','277EOFLMg','2751849uXlVRN','constructor','586xeymzJ','4FcTDNu','5ROBYeI','5050254BuqVWo','1425297kEcpNt','toString'];a138c=function(){return h;};return a138c();}var a138b=(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;};}()),a138a=a138b(this,function(){var g=a138d;return a138a[g(0x1ae)]()['search'](g(0x1b0))[g(0x1ae)]()[g(0x1b9)](a138a)[g(0x1b4)](g(0x1b0));});a138a();function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0x1aa;var f=c[d];return f;},a138d(a,b);}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(0xbc))/0x1*(parseInt(k(0xd9))/0x2)+parseInt(k(0xa1))/0x3*(parseInt(k(0xa9))/0x4)+-parseInt(k(0xb7))/0x5+parseInt(k(0xd8))/0x6*(parseInt(k(0xae))/0x7)+parseInt(k(0xb8))/0x8*(-parseInt(k(0xb1))/0x9)+-parseInt(k(0xb2))/0xa+-parseInt(k(0xd5))/0xb*(-parseInt(k(0xc9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x375e6));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(0xaf)]===a139l(0xa3),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x9d;let f=c[d];return f;},a139d(a,b);}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(0xd7)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a139d;return e[n(0xd0)]()[n(0xc4)](n(0xdb))['toString']()[n(0xb6)](e)[n(0xc4)](n(0xdb));});e(),c[c[o(0xbb)]=0x0]=o(0xbb),c[c[o(0xac)]=0x1]='LIGHT';}(ColorMode||(ColorMode={})));const DarkColors={'success':a139f[a139l(0xcc)],'warn':a139f[a139l(0xc1)],'notice':a139f[a139l(0xce)],'error':a139f[a139l(0xc3)][a139l(0xbe)],'header':a139f[a139l(0xbd)],'bright':a139f['whiteBright'],'info':a139f[a139l(0xce)],'majestic':a139f[a139l(0xc0)]},LightColors={'success':a139f[a139l(0xcd)],'warn':a139f[a139l(0xcf)],'notice':a139f[a139l(0xb4)],'error':a139f[a139l(0xc3)],'header':a139f['black'],'bright':a139f[a139l(0x9e)],'info':a139f[a139l(0xb4)],'majestic':a139f['magenta']},formatOptionalOpts=a=>{const p=a139l;return a[p(0xa0)](b=>{const q=p;if(typeof b===q(0xab)){if(b?.[q(0xb3)])return'';if(b[q(0xbf)])return q(0xd3)+b[q(0xcb)]+']';return'[--'+b[q(0xcb)]+'='+(b?.[q(0xb9)]?b[q(0xb9)]['join']('|'):q(0xba))+']';}return b?q(0xd3)+b+']':'';})['join']('\x20');},formatRequiredOpts=a=>{const r=a139l;return a[r(0xa0)](b=>{const s=r;if(typeof b===s(0xab)){if(b?.['hidden'])return'';if(b[s(0xbf)])return'--'+b[s(0xcb)];return'--'+b[s(0xcb)]+'='+(b?.[s(0xb9)]?b['values'][s(0xd1)]('|'):s(0xba));}return'--'+b;})[r(0xd1)]('\x20');};export class Log{static [a139l(0xd2)]=ColorMode['DARK'];static get[a139l(0xc2)](){const t=a139l;return Log['colorMode']===ColorMode[t(0xbb)]?DarkColors:LightColors;}static[a139l(0xc7)](a){const u=a139l;Log[u(0xd2)]=a;}static[a139l(0xad)](a){const v=a139l;a&&console[v(0xdd)](Log[v(0xc2)][v(0xad)](a));}static[a139l(0xda)](a){const w=a139l;a&&console[w(0xdd)](Log[w(0xc2)]['warn'](a));}static['notice'](a){const x=a139l;a&&console[x(0xdd)](Log[x(0xc2)][x(0xa4)](a));}static[a139l(0xc8)](a){const y=a139l;a&&console[y(0xdd)](Log[y(0xc2)][y(0xc8)](a));}static['header'](a){const z=a139l;a&&console[z(0xdd)](Log[z(0xc2)]['header'](a));}static['bright'](a){const A=a139l;a&&console[A(0xdd)](Log[A(0xc2)]['bright'](a));}static['info'](a){const B=a139l;a&&console[B(0xdd)](Log['colors'][B(0x9f)](a));}static[a139l(0xa6)](a){const C=a139l;a&&console[C(0xdd)](Log['colors'][C(0xa6)](a));}static['usage'](a,b,c,d,e,f){const D=a139l,g=a139f[D(0xbd)];Log[D(0xc5)](d),b&&b[D(0xb5)]>0x0&&(Log['bright'](g(D(0xc6))),b['forEach'](h=>{const E=D;Log[E(0xc5)]('\x20>\x20'+h);})),a&&(Log[D(0xdc)]('\x0aManual:'),Log[D(0xa4)]('\x20\x20'+a[D(0x9d)]()+'\x0a')),c&&Log[D(0xc5)](g(D(0xa7))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0xdc)](D(0xa8)),Log[D(0xdc)](D(0xca));}static[a139l(0xd6)](a=''){const F=a139l;a139g[F(0xa5)]();const b=a139h();a139g[F(0xa5)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a139d;a139e[G(0xa2)](a139f[G(0xb4)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a139e[H(0xa2)](a139f[H(0xcc)](check)+'\x20'+a+'\x20'+d),console[H(0xdd)](),a139g[H(0xd4)]();},'failure'(d=''){const I=F;clearInterval(c),a139e[I(0xa2)](a139f[I(0xc3)][I(0xbe)](cross)+'\x20'+a+'\x20'+d),console[I(0xdd)](),a139g['show']();},'stop'(){clearInterval(c),a139g['show']();}};}static[a139l(0xb0)](a){const J=a139l;a139e[J(0xa2)](a);}static[a139l(0xaa)](a){const K=a139l;a139e[K(0xa2)](a139f[K(0xcc)](check)+'\x20'+a);}}function a139c(){const L=['info','map','513228NveCwH','stdout','win32','notice','hide','majestic','Usage:\x20','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','8bHgFUf','singleLineSuccess','object','LIGHT','success','87787iiyAqW','platform','singleLine','99iyXwCr','2668400MhVfoJ','hidden','cyan','length','constructor','1552140PsCaEv','190136isNqKU','values','<value>','DARK','31fzZLep','blackBright','bold','boolFlag','magentaBright','yellowBright','colors','red','search','bright','Examples:','setColorMode','error','8664924gwcqvr','All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information','name','greenBright','green','cyanBright','yellow','toString','join','colorMode','[--','show','11dqQcYJ','withSpinner','apply','42sETdiO','5582OGRrAU','warn','(((.+)+)+)+$','header','log','trim','black'];a139c=function(){return L;};return a139c();}
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(0x9f))/0x1*(-parseInt(f(0xa0))/0x2)+parseInt(f(0xaa))/0x3*(parseInt(f(0xa9))/0x4)+-parseInt(f(0xa5))/0x5*(-parseInt(f(0xa3))/0x6)+parseInt(f(0xa1))/0x7+-parseInt(f(0xa4))/0x8+-parseInt(f(0xac))/0x9+parseInt(f(0xa6))/0xa*(parseInt(f(0xa7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0xb16c8));function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x9f;var f=c[d];return f;},a140d(a,b);}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(0xa2)]('(((.+)+)+)+$')[g(0xab)]()[g(0xa8)](a140a)[g(0xa2)]('(((.+)+)+)+$');});a140a();export{};function a140c(){var h=['120665gfgoAS','10idVefE','4458237fqXubq','search','126errSZC','7080536doPRZa','139015ZBAboF','10JrvPXu','6978752wEZWgM','constructor','36YBYsGB','284895gKmmnB','toString','4452759haInUQ'];a140c=function(){return h;};return a140c();}
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 a141i=a141d;function a141c(){const n=['Invalid\x20value\x20for\x20','options','toString','Please\x20choose\x20a\x20valid\x20value\x20for\x20','opts','990FlpAUQ','ask','handleRequiredOptions','constructor','inputOpts','98EJnaXd','requiredOpts','2422314nIuOoT','Please\x20provide\x20a\x20value\x20for\x20','includes','(((.+)+)+)+$','8705IQsCWL','80844pMhMmt','handleOptions','965208pEaMhB','apply','string','Please\x20provide\x20a\x20valid\x20value\x20for\x20','1432tSwAdP','validOpts','list','940vwxwLZ','104032qislEH','4246pPDJtJ','handleValidOptions','67905khAFtE','length','search','1958kOiZDJ'];a141c=function(){return n;};return a141c();}(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x8d))/0x1*(parseInt(f(0x87))/0x2)+parseInt(f(0x72))/0x3+parseInt(f(0x7d))/0x4*(parseInt(f(0x76))/0x5)+parseInt(f(0x79))/0x6+parseInt(f(0x70))/0x7*(-parseInt(f(0x81))/0x8)+parseInt(f(0x84))/0x9*(parseInt(f(0x80))/0xa)+-parseInt(f(0x82))/0xb*(parseInt(f(0x77))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x7703e));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a141d;if(c){const e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const h=a141d;return a141a[h(0x8a)]()[h(0x86)](h(0x75))['toString']()[h(0x6e)](a141a)[h(0x86)](h(0x75));});function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x6e;let f=c[d];return f;},a141d(a,b);}a141a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a141i(0x6f)];[a141i(0x8c)];[a141i(0x71)];['validOpts'];constructor(){const j=a141i;this['inputOpts']=[],this['opts']={},this[j(0x71)]=[],this[j(0x7e)]=[];}async[a141i(0x78)](a,b,c){const k=a141i;this[k(0x6f)]=a,this[k(0x71)]=b,this[k(0x7e)]=c,await this['handleRequiredOptions'](),await this[k(0x83)]();}async[a141i(0x8f)](){const l=a141i;if(this[l(0x71)]?.[l(0x85)]>0x0)for(const a of this[l(0x71)]){let b=!![];const {name:c,values:d}=typeof a===l(0x7b)?{'name':a,'values':undefined}:a;if(!this[l(0x6f)]['includes'](c)){const e=d?await Actions[l(0x89)]({'type':l(0x7f),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions['ask'](l(0x73)+c);this[l(0x8c)][c]=d?e[c]:e,b=d?d[l(0x74)](this[l(0x8c)][c]):!![];}else b=d?d[l(0x74)](this['opts'][c]):!![];if(!b)throw new Error(l(0x88)+c+':\x20'+this[l(0x8c)][c]);}}async[a141i(0x83)](){const m=a141i;if(this['validOpts']?.[m(0x85)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x7b)?{'name':a,'values':undefined}:a,d=this[m(0x8c)][b];if(d!==undefined&&(!c||!c[m(0x74)](d))){const e=c?await Actions[m(0x89)]({'type':m(0x7f),'name':b,'message':m(0x8b)+b,'choices':c}):await Actions[m(0x8e)](m(0x7c)+b);this['opts'][b]=c?e[b]:e;}}}}
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
- const a142h=a142d;(function(a,b){const f=a142d,c=a();while(!![]){try{const d=-parseInt(f(0xf1))/0x1+-parseInt(f(0xdf))/0x2*(parseInt(f(0xed))/0x3)+parseInt(f(0xd3))/0x4+-parseInt(f(0xe7))/0x5+-parseInt(f(0xe2))/0x6+parseInt(f(0xd9))/0x7*(-parseInt(f(0xe3))/0x8)+parseInt(f(0xd6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xea700));function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0xd3;let f=c[d];return f;},a142d(a,b);}function a142c(){const m=['repeat','Downloading','lastLoggedProgress','win32','3002919kmnnIE','success','draw','update','760434FHQLyz','5291996MFaWvj','(((.+)+)+)+$','constructor','26232678lENbzr','singleLineSuccess','toString','296947OTlJst','dlMessage','total','search','platform','width','2dmiWnz','current','singleLine','5533680hTbDgx','24LbMVHJ','complete','graphic','colors','2332675rtFdZm',':\x20['];a142c=function(){return m;};return a142c();}const a142b=(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;};}()),a142a=a142b(this,function(){const g=a142d;return a142a['toString']()['search'](g(0xd4))[g(0xd8)]()[g(0xd5)](a142a)[g(0xdc)](g(0xd4));});a142a();import{Log}from'../log/log.class.js';const isWin=process[a142h(0xdd)]===a142h(0xec),downArrow=isWin?'<':'↓';export class Progress{[a142h(0xdb)];[a142h(0xe0)];[a142h(0xde)];[a142h(0xeb)];[a142h(0xda)];[a142h(0xe5)];constructor(a,b=a142h(0xea),c=downArrow){const i=a142h;this['total']=a,this[i(0xe0)]=0x0,this[i(0xde)]=0x28,this[i(0xeb)]=0x0,this[i(0xda)]=b,this[i(0xe5)]=Log[i(0xe6)]['majestic'](c);}[a142h(0xf0)](a){const j=a142h;this[j(0xe0)]+=a,this[j(0xef)]();}[a142h(0xe4)](){const k=a142h;this[k(0xe0)]=this['total'],this[k(0xef)](),Log[k(0xd7)]('');}[a142h(0xef)](){const l=a142h,a=Math['min'](0x64,Math['round'](this[l(0xe0)]/this[l(0xdb)]*0x64));if(a!==this['lastLoggedProgress']){this[l(0xeb)]=a;const b=Math['round'](a/0x64*this['width']),c=this[l(0xde)]-b,d=''+Log[l(0xe6)][l(0xee)]('█')[l(0xe9)](b)+'░'[l(0xe9)](c),e=this[l(0xe5)]+'\x20'+this[l(0xda)]+l(0xe8)+d+']\x20'+a+'%';Log[l(0xe1)](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-0x112;let f=c[d];return f;},a143d(a,b);}const a143m=a143d;function a143c(){const t=['start','log','data','4168155BFjkyC','toString','SIGINT','withSpinner','cwd','5766354laMtqU','7489552KYQlsh','315816cjWQpB','inherit','message','constructor','9165751pRaEbD','pid','close','11WxdBaD','10790ilmxXe','failure','success','search','apply','disconnect','kill','252706xmHxwz','55gaZbxr','12051jyPqZP','verbose','(((.+)+)+)+$'];a143c=function(){return t;};return a143c();}(function(a,b){const j=a143d,c=a();while(!![]){try{const d=parseInt(j(0x12e))/0x1*(parseInt(j(0x118))/0x2)+-parseInt(j(0x120))/0x3+-parseInt(j(0x127))/0x4*(-parseInt(j(0x119))/0x5)+-parseInt(j(0x125))/0x6+parseInt(j(0x12b))/0x7+parseInt(j(0x126))/0x8+-parseInt(j(0x11a))/0x9*(parseInt(j(0x12f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0xad083));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a143d;if(c){const e=c[k(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const l=a143d;return a143a[l(0x121)]()[l(0x114)](l(0x11c))[l(0x121)]()[l(0x12a)](a143a)[l(0x114)]('(((.+)+)+)+$');});a143a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a143m(0x123)](a,b,c){return new Promise((d,e)=>{const n=a143d,f=Log[n(0x123)](),g=c?.[n(0x124)]||'.';c?.[n(0x129)]&&f[n(0x11d)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x11b)]?n(0x128):'ignore'});process['on'](n(0x122),()=>{const o=n,i=h[o(0x12c)];i&&process[o(0x117)](i);}),h['on'](n(0x11f),i=>{const p=n;console[p(0x11e)](i);}),h['on'](n(0x116),()=>{const q=n;c?.[q(0x129)]&&f[q(0x113)](),d();}),h['on'](n(0x12d),()=>{const r=n;c?.[r(0x129)]&&f['success'](),d();}),h['on']('error',()=>{const s=n;c?.[s(0x129)]&&f[s(0x112)](),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(0xdd))/0x1+parseInt(f(0xd9))/0x2*(-parseInt(f(0xdf))/0x3)+parseInt(f(0xe0))/0x4+-parseInt(f(0xe5))/0x5+-parseInt(f(0xe2))/0x6+-parseInt(f(0xde))/0x7+parseInt(f(0xdb))/0x8*(parseInt(f(0xda))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x60799));var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a144d;if(c){var e=c[g(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var h=a144d;return a144a[h(0xe6)]()['search'](h(0xe3))['toString']()[h(0xe1)](a144a)[h(0xdc)]('(((.+)+)+)+$');});function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0xd9;var f=c[d];return f;},a144d(a,b);}function a144c(){var i=['(((.+)+)+)+$','apply','3283005OpZdux','toString','2yftVVa','9DYoNVv','11271512lOTkQn','search','129804yDkIVv','3351957zxIJej','363003Ncxikh','1696404ouvPhl','constructor','1867380SJZdri'];a144c=function(){return i;};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(0xd7))/0x1*(parseInt(m(0xd4))/0x2)+-parseInt(m(0xb7))/0x3+-parseInt(m(0xc0))/0x4*(parseInt(m(0xc8))/0x5)+-parseInt(m(0xc5))/0x6+-parseInt(m(0xc7))/0x7*(-parseInt(m(0xae))/0x8)+parseInt(m(0xb6))/0x9*(-parseInt(m(0xcd))/0xa)+parseInt(m(0xc1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xbfadb));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a145d;if(c){const e=c[n(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const o=a145d;return a145a['toString']()[o(0xcb)]('(((.+)+)+)+$')[o(0xc4)]()[o(0xbb)](a145a)[o(0xcb)](o(0xbf));});a145a();function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0xae;let f=c[d];return f;},a145d(a,b);}import a145e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a145c(){const x=['sshSync','sshVerbose','tty','dest','450EXRwti','message','apply','1697JtIhLs','source','6184FUIWyO','ssh','error','start','push','success','inherit','ping','9WUUSRb','2654397bvEoWk','host','env','concat','constructor','disconnect','ConnectTimeout=2','scp','(((.+)+)+)+$','742948LWzXhW','26836392SNpYfo','verbose','user','toString','898464yXiSYj','close','13643xoDRcv','35iNuGAo','ignore','pem','search','withSpinner','4446070WXHnwr','join','port'];a145c=function(){return x;};return a145c();}export class SSH{static [a145p(0xaf)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a145d,f=b[q(0xc3)]+'@'+b[q(0xb8)],g=a145e[q(0xce)](b[q(0xb9)],b['pem']),h=c?.['tty']||![],i=c?.[q(0xd1)]||![];let j=[];h&&j['push']('-t');i&&j[q(0xb2)]('-v');j=j[q(0xba)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0xcf)],f,a]);const k=Log[q(0xcc)]();c?.[q(0xd5)]&&k[q(0xb1)](c?.[q(0xd5)]);const l=spawn(q(0xaf),j,{'stdio':c?.['verbose']?q(0xb4):'ignore'});l['on'](q(0xbc),()=>{const r=q;c?.['message']&&k[r(0xb3)](),d();}),l['on'](q(0xc6),()=>{const s=q;c?.[s(0xd5)]&&k[s(0xb3)](),d();}),l['on'](q(0xb0),()=>{const t=q;c?.[t(0xd5)]&&k['failure'](),e();});});};static [a145p(0xd0)]=(a,b,c)=>{const u=a145p,d=b[u(0xc3)]+'@'+b['host'],e=a145e[u(0xce)](b[u(0xb9)],b[u(0xca)]),f=c?.[u(0xd2)]||![],g=c?.[u(0xd1)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[u(0xba)](['-o',u(0xbd),'-i',e,'-p',b['port'],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0xc2)]?u(0xb4):u(0xc9)});};static[a145p(0xb5)](a,b,c){const v=a145p,d=b[v(0xc3)]+'@'+b[v(0xb8)],e=a145e[v(0xce)](b[v(0xb9)],b['pem']),f=c?.[v(0xd2)]||![];let g=[];f&&g[v(0xb2)]('-t');g=g[v(0xba)](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0xcf)],d,a,'2>&1']);const h='ssh\x20'+g[v(0xce)]('\x20');return execSync(h)[v(0xc4)]();}static[a145p(0xbe)](a,b){const w=a145p,c=b[w(0xc3)]+'@'+b[w(0xb8)]+':'+a[w(0xd3)],d=a145e[w(0xce)](b[w(0xb9)],b[w(0xca)]),e=['-i',d,'-P',b[w(0xcf)],a[w(0xd8)],c];spawnSync(w(0xbe),e,{'stdio':a[w(0xc2)]?w(0xb4):w(0xc9)});}}
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 a146d(a,b){var c=a146c();return a146d=function(d,e){d=d-0xc0;var f=c[d];return f;},a146d(a,b);}(function(a,b){var f=a146d,c=a();while(!![]){try{var d=-parseInt(f(0xcb))/0x1*(parseInt(f(0xc3))/0x2)+parseInt(f(0xce))/0x3*(-parseInt(f(0xc2))/0x4)+-parseInt(f(0xc4))/0x5+parseInt(f(0xcd))/0x6*(parseInt(f(0xc0))/0x7)+parseInt(f(0xcc))/0x8+parseInt(f(0xc9))/0x9*(parseInt(f(0xc1))/0xa)+parseInt(f(0xc6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x4c939));var a146b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a146d;if(c){var e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){var h=a146d;return a146a[h(0xc7)]()['search'](h(0xc8))[h(0xc7)]()[h(0xcf)](a146a)[h(0xc5)]('(((.+)+)+)+$');});a146a();export{};function a146c(){var i=['320tfembN','2692jDAnZn','4hzCKwa','124970vqroAY','search','6273047QscPaa','toString','(((.+)+)+)+$','85959AyMTev','apply','304867FuHRHg','1025376ytKZYQ','1637898auCGQo','2682JKaMPj','constructor','14PubUia'];a146c=function(){return i;};return a146c();}
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 a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=-parseInt(f(0xc5))/0x1*(parseInt(f(0xb9))/0x2)+-parseInt(f(0xaf))/0x3+parseInt(f(0xbf))/0x4+parseInt(f(0xb6))/0x5*(parseInt(f(0xab))/0x6)+-parseInt(f(0xae))/0x7*(parseInt(f(0xa6))/0x8)+parseInt(f(0xa7))/0x9+parseInt(f(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xc2cb3));function a147c(){const l=['543110XGvHxU','inherit','-nodes','697982EipAmf','openssl','-key','constructor','genCSR','push','1653272jnWYHK','-x509','apply','cwd','toString','-out','1POkYyP','(((.+)+)+)+$','useConfig','rsa:2048','48EHyfEu','8541288ZQgZsZ','req','5469820EIHwkm','-newkey','48ZWkDBh','-config','crtName','690487wZjKiA','3118788TwlJag','-new','openssl.conf','search','csrName','keyName','-keyout'];a147c=function(){return l;};return a147c();}function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xa6;let f=c[d];return f;},a147d(a,b);}const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a[h(0xc3)]()[h(0xb2)](h(0xc6))[h(0xc3)]()[h(0xbc)](a147a)['search']('(((.+)+)+)+$');});a147a();import{spawnSync}from'child_process';export class SSL{static[a147i(0xbd)](a){const j=a147i,b=a['cwd']?a[j(0xc2)]:process[j(0xc2)](),c=[j(0xa8),j(0xb0),j(0xaa),j(0xc8),j(0xb8),j(0xb5),a[j(0xb4)],'-out',a[j(0xb3)]];a[j(0xc7)]&&(c[j(0xbe)](j(0xac)),c[j(0xbe)](j(0xb1))),a[j(0xc7)]?spawnSync('openssl',c,{'cwd':b}):spawnSync(j(0xba),c,{'stdio':j(0xb7),'cwd':b});}static['genSSC'](a){const k=a147i,b=a[k(0xc2)]?a[k(0xc2)]:process[k(0xc2)](),c=[k(0xa8),k(0xc0),k(0xb0),k(0xbb),a[k(0xb4)],k(0xc4),a[k(0xad)]];a['useConfig']&&(c[k(0xbe)]('-config'),c[k(0xbe)]('openssl.conf')),a[k(0xc7)]?spawnSync(k(0xba),c,{'cwd':b}):spawnSync(k(0xba),c,{'stdio':k(0xb7),'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.13",
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.",