@maka/maka-cli 4.5.29 → 4.5.31
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.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kit.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(
|
|
1
|
+
(function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x106))/0x1+parseInt(k(0xe4))/0x2+parseInt(k(0x104))/0x3*(-parseInt(k(0x135))/0x4)+-parseInt(k(0xfc))/0x5+-parseInt(k(0x10c))/0x6+-parseInt(k(0xf1))/0x7*(parseInt(k(0xee))/0x8)+parseInt(k(0x128))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xb525c));export var Size;(function(a){var l=a55d;a[l(0xe0)]=l(0x108),a[l(0xed)]='small',a[l(0x11e)]=l(0xf8),a[l(0x120)]=l(0xe1),a[l(0x121)]=l(0xe2);}(Size||(Size={})));export var Rating;(function(a){var m=a55d;a[m(0xe6)]='common',a[m(0x10a)]='rare',a[m(0xdc)]=m(0x105);}(Rating||(Rating={})));export var Category;(function(a){var n=a55d;a['Weapon']='weapon',a[n(0xda)]=n(0x136),a['Key']=n(0xec),a[n(0x122)]=n(0xe9),a[n(0xf9)]=n(0xdd),a['Hat']=n(0xf0),a[n(0x116)]=n(0xd2),a[n(0xf3)]=n(0x12e),a[n(0x107)]=n(0xd3),a[n(0xef)]='body\x20armor',a['Book']=n(0xdf),a[n(0xf4)]=n(0x115),a['Unknown']=n(0x12f);}(Category||(Category={})));export var Shape;(function(c){var q=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a55d;if(h){var j=h[o(0x129)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a55d;return e[p(0x127)]()[p(0x11d)](p(0x131))['toString']()[p(0xd5)](e)[p(0x11d)](p(0x131));});e(),c[q(0xfa)]='circle',c[q(0x125)]=q(0x119),c['Triangle']=q(0xea),c[q(0x12b)]=q(0x11c),c[q(0x103)]=q(0x130),c[q(0x12c)]=q(0x112);}(Shape||(Shape={})));export var Color;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd2;var f=c[d];return f;},a55d(a,b);}function a55c(){var v=['metallic','inside','boots','arm\x20armor','DOWN','constructor','OUTSIDE','Yellow','MOUNTAIN','Blue','Shield','brown','Legendary','helmet','mountain','book','Tiny','large','very\x20large','desert','956874CpNonD','blue','Common','Gold','cave','gloves','triangle','north','key','Small','9563240JueCPw','BodyArmor','hat','7CSKMbt','down','LegArmor','Cup','DESERT','Grey','Red','medium','Helmet','Circle','forest','3630550NqIYIo','purple','WEST','green','Rough','Purple','NORTH','Blade','66paaKnT','legendary','17927wUBtQf','ArmArmor','tiny','sea','Rare','tower','6212688HtbpWk','bumpy','CAVE','EAST','gold','west','rifle','orange','red','cup','Boots','Grainy','grainy','square','east','BEACH','rectangle','search','Medium','Metallic','Large','VeryLarge','Gloves','smooth','TOWER','Square','underground','toString','38696823EqKWlT','apply','Brown','Rectangle','Rifle','grey','leg\x20armor','unknown','blade','(((.+)+)+)+$','beach','SEA','UNDERGROUND','192948cmrHKx','shield'];a55c=function(){return v;};return a55c();}(function(a){var r=a55d;a[r(0xf7)]=r(0x114),a[r(0xd9)]=r(0xe5),a['Green']=r(0xff),a[r(0xd7)]='yellow',a['Orange']=r(0x113),a[r(0x101)]=r(0xfd),a[r(0xf6)]=r(0x12d),a[r(0x12a)]=r(0xdb),a[r(0xe7)]=r(0x110);}(Color||(Color={})));export var Texture;(function(a){var s=a55d;a['Smooth']=s(0x123),a[s(0x100)]='rough',a['Bumpy']=s(0x10d),a['Fuzzy']='fuzzy',a[s(0x117)]=s(0x118),a[s(0x11f)]=s(0x137);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a55d;a['INSIDE']=t(0x138),a[t(0xd6)]='outside',a[t(0x134)]=t(0x126),a[t(0x10e)]=t(0xe8),a[t(0x124)]=t(0x10b),a['FOREST']=t(0xfb),a[t(0xf5)]=t(0xe3),a[t(0xd8)]=t(0xde),a[t(0x11b)]=t(0x132),a[t(0x133)]=t(0x109);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a55d;a[u(0x102)]=u(0xeb),a[u(0x10f)]=u(0x11a),a['SOUTH']='south',a[u(0xfe)]=u(0x111),a['UP']='up',a[u(0xd4)]=u(0xf2);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1*(-parseInt(f(0xae))/0x2)+parseInt(f(0xad))/0x3+parseInt(f(0xab))/0x4*(parseInt(f(0xa7))/0x5)+parseInt(f(0xa0))/0x6+parseInt(f(0xac))/0x7*(-parseInt(f(0xa4))/0x8)+parseInt(f(0xa1))/0x9*(-parseInt(f(0xa2))/0xa)+-parseInt(f(0x9f))/0xb*(-parseInt(f(0xa5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xb1dee));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x9f;var f=c[d];return f;},a56d(a,b);}var a56b=(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;};}()),a56a=a56b(this,function(){var g=a56d;return a56a[g(0xa8)]()[g(0xaa)](g(0xa6))[g(0xa8)]()[g(0xa9)](a56a)['search'](g(0xa6));});function a56c(){var h=['379897XoOJEv','1004835MeZjAo','14228zOOFqJ','26386096tsdtDt','1330878fUUKcj','11526633kpuqsL','10qvzMUW','149iBYRqH','176umjKlF','12eJcFba','(((.+)+)+)+$','565EHTrrs','toString','constructor','search','46292WwdtQL'];a56c=function(){return h;};return a56c();}a56a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0xa9))/0x1*(-parseInt(f(0xb3))/0x2)+parseInt(f(0xad))/0x3+-parseInt(f(0xa6))/0x4*(parseInt(f(0xa7))/0x5)+-parseInt(f(0xb1))/0x6+-parseInt(f(0xb5))/0x7*(parseInt(f(0xb2))/0x8)+-parseInt(f(0xab))/0x9+parseInt(f(0xb0))/0xa*(parseInt(f(0xae))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x230a2));function a57c(){var i=['toString','163839rETXCL','11oosAdh','apply','3244140nxCwfS','1648944EaEaJK','4792NhQRVo','2JGLzrR','(((.+)+)+)+$','413jsvyMi','36DmAtTF','49285xrmMtl','constructor','191977dcWlXe','search','257436rlASUt'];a57c=function(){return i;};return a57c();}function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xa6;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0xac)]()[h(0xaa)]('(((.+)+)+)+$')['toString']()[h(0xa8)](a57a)[h(0xaa)](h(0xb4));});a57a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a58H=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=-parseInt(y(0x1d9))/0x1*(parseInt(y(0x1e6))/0x2)+parseInt(y(0x1ba))/0x3*(parseInt(y(0x1f9))/0x4)+-parseInt(y(0x1cd))/0x5*(parseInt(y(0x1ed))/0x6)+parseInt(y(0x1f0))/0x7+-parseInt(y(0x1e7))/0x8*(-parseInt(y(0x1bb))/0x9)+-parseInt(y(0x1e8))/0xa+parseInt(y(0x1de))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd65fc));import a58e from'blessed';import{capitalCase}from'change-case';import a58f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a58d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a58d;if(j){const l=j[z(0x1ad)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a58d;return g[A(0x1c3)]()[A(0x1fa)](A(0x1da))[A(0x1c3)]()['constructor'](g)[A(0x1fa)]('(((.+)+)+)+$');});g();try{const h=a58e[B(0x1c0)]({'smartCSR':!![],'title':B(0x1c4)}),i=a58e['box']({'top':'0%','left':B(0x1c2),'width':'25%','height':B(0x1ae),'border':{'type':'line'},'label':B(0x1e4),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1b6)]()[C(0x1d6)](v=>v[C(0x1f8)]);i[C(0x1ce)](u[C(0x1f6)]('\x0a')),h['render']();};h['append'](i);const k=a58e['box']({'top':B(0x1ae),'left':B(0x1c2),'width':'25%','height':'25%','border':{'type':B(0x1cf)},'label':'\x20Equipment\x20','content':B(0x1e3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](k);const l=t=>{const D=B;k['setContent'](D(0x1f4)+(t[D(0x1c9)]?t[D(0x1c9)]['name']:D(0x1b5))+'\x0a'+(D(0x1d8)+(t[D(0x1e1)]?t['torso']['name']:D(0x1b5))+'\x0a')+(D(0x1f7)+(t[D(0x1f3)]?t['legs'][D(0x1f8)]:D(0x1b5))+'\x0a')+('Feet:\x20'+(t[D(0x1cc)]?t[D(0x1cc)][D(0x1f8)]:'None')+'\x0a')+(D(0x1be)+(t[D(0x1ab)]?t[D(0x1ab)][D(0x1f8)]:D(0x1b5))+'\x0a')+(D(0x1a5)+(t['gloves']?t[D(0x1a9)]['name']:D(0x1b5))+'\x0a')+(D(0x1d0)+(t['leftHand']?t[D(0x1dd)][D(0x1f8)]:D(0x1b5))+'\x0a')+(D(0x1b8)+(t[D(0x1d7)]?t[D(0x1d7)][D(0x1f8)]:'None')+'\x0a')),h[D(0x1d1)]();},m=a58e[B(0x1b2)]({'top':'70%','left':B(0x1c2),'width':B(0x1f1),'height':B(0x1b0),'border':{'type':B(0x1cf)},'label':'\x20Map\x20','content':B(0x1e2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x1f8)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits']['size']>0x0?t[E(0x1ea)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1c1)](t);x['roomType']===RoomType[F(0x1d2)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x1f2)]())u+=F(0x1c5);else v['checkIfLockable']()&&(u+=F(0x1aa));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h['render']();},o=a58e['box']({'id':'logBox','top':'0%','left':'0%','width':B(0x1c2),'height':B(0x1fc),'border':{'type':B(0x1cf)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1c6)](B(0x1a8)),h[B(0x1b1)](o);const p=a58e[B(0x1cb)]({'bottom':0x0,'left':0x0,'width':B(0x1f5),'height':B(0x1af),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1ee),'border':{'fg':B(0x1a4)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1b1)](p),h['key']([B(0x1fe),B(0x1b3)],()=>process[B(0x1c8)](0x0)),p[B(0x1dc)](),h[B(0x1d1)]();const q=Logger[B(0x1d4)](e['logFilePath'],h),r=new Player({'playerName':c});q['write'](B(0x1fd));const s=a58f['getInstance'](r,d);o[B(0x1ce)](s['getWelcomeMessage']()),l(s[B(0x1ff)][B(0x1e0)]),j(s['player']['inventory']),n(s[B(0x1ff)][B(0x1d5)]),p[B(0x1ef)]([B(0x1a6)],async()=>{const G=B,t=p[G(0x1d3)](),u=s[G(0x1bf)](t);(t['split']('\x20')[0x0]===G(0x1ac)||'equip'||G(0x1b9))&&(j(s[G(0x1ff)][G(0x1ca)]),l(s[G(0x1ff)]['equipment'])),(t['split']('\x20')[0x0]==='go'||'lock'||G(0x1eb))&&n(s[G(0x1ff)][G(0x1d5)]),t[G(0x1b4)]('\x20')[0x0]===G(0x1ec)&&o['setContent'](''),u===null&&(console['log'](G(0x1b7)),h[G(0x1d1)](),q[G(0x1a7)](G(0x1bc)),process[G(0x1c8)](0x0)),o[G(0x1db)](u),o[G(0x1e5)](0x1),p['clearValue'](),p['focus'](),h[G(0x1d1)]();});}catch(t){console[B(0x1c7)](t),process[B(0x1c8)](0x1);}}const args=process[a58H(0x1fb)][a58H(0x1df)](0x2);main(args[0x0],JSON[a58H(0x1e9)](args[0x1]),JSON[a58H(0x1e9)](args[0x2]));function a58c(){const I=['name','90788wUDigY','search','argv','90%','----->>>>>>\x20Initializing\x20Game','escape','player','cyan','Gloves:\x20','enter','write','mousemove','gloves','\x20(Unlocked)','arms','take','apply','45%','10%','20%','append','box','C-c','split','None','getAllItems','Thanks\x20for\x20playing!','Right\x20Hand:\x20','unequip','117HBoxts','36rMwtbK','<<<<<<<<---------\x20Terminating\x20game','yellow','Arms:\x20','handleInput','screen','getOtherSide','75%','toString','Side\x20Quest\x20Adventure\x20Game','\x20(Locked)','removeAllListeners','log','exit','head','inventory','textbox','feet','12515JvEheI','setContent','line','Left\x20Hand:\x20','render','OUTSIDE','getValue','getInstance','currentLocation','map','rightHand','Torso:\x20','7723CVkBWz','(((.+)+)+)+$','pushLine','focus','leftHand','25098898wopjdb','slice','equipment','torso','Available\x20exits\x20will\x20be\x20shown\x20here...','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Inventory\x20','scroll','358kASWUd','306968gJbypU','3665560CcgOzQ','parse','exits','unlock','clear','1806YNVWbE','white','key','420469RZZrxs','25%','checkIfLocked','legs','Head:\x20','100%','join','Legs:\x20'];a58c=function(){return I;};return a58c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a59k=a59d;function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a59d(a,b);}(function(a,b){const h=a59d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1*(parseInt(h(0x204))/0x2)+-parseInt(h(0x201))/0x3+-parseInt(h(0x1e5))/0x4*(parseInt(h(0x1e2))/0x5)+-parseInt(h(0x1fd))/0x6*(parseInt(h(0x1fa))/0x7)+parseInt(h(0x20d))/0x8+-parseInt(h(0x1f9))/0x9*(-parseInt(h(0x1ea))/0xa)+parseInt(h(0x1f0))/0xb*(parseInt(h(0x1e6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xdac95));function a59c(){const s=['filePath','write','mkdirSync','options','toISOString','constructor','search','error','12552376ckTzby','instance','2290AYgUgL','type','The\x20logbox\x20','15188JLXvZJ','54261708YnLKQu','getInstance','homedir','find','910RQstjq','box','screen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','log','(((.+)+)+)+$','11bVOPTe','writeFileSync','.maka','join','setContent','appendFileSync','existsSync','toString','scrollTo','94383QPcmbj','119zcOqZM','dirname','2042JFEEIN','543000FCaFst','side-quest.log','logBox','apply','3781080tiyGOF','ensureLogFileExists','hasScreen','1578ZWRPjX'];a59c=function(){return s;};return a59c();}const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a['toString']()[j(0x20b)](j(0x1ef))[j(0x1f7)]()[j(0x20a)](a59a)[j(0x20b)](j(0x1ef));});a59a();import a59e from'fs';import a59f from'os';import a59g from'path';const homeDir=a59f[a59k(0x1e8)]();export class Logger{static [a59k(0x1e1)];[a59k(0x205)];[a59k(0x1ec)];constructor(a,b){const l=a59k;this['filePath']=a,this[l(0x1ec)]=b,this[l(0x202)]();}static[a59k(0x1e7)](a=a59g[a59k(0x1f3)](homeDir,a59k(0x1f2),a59k(0x1fe)),b){const m=a59k;if(!Logger[m(0x1e1)]){if(!b)throw new Error(m(0x1ed));Logger[m(0x1e1)]=new Logger(a,b);}return Logger[m(0x1e1)];}[a59k(0x202)](){const n=a59k,a=a59g[n(0x1fb)](this['filePath']);!a59e[n(0x1f6)](a)&&a59e[n(0x207)](a,{'recursive':!![]}),!a59e[n(0x1f6)](this[n(0x205)])&&a59e[n(0x1f1)](this[n(0x205)],'');}[a59k(0x206)](a){const o=a59k,b=new Date()[o(0x209)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a59e[o(0x1f5)](this['filePath'],c);}[a59k(0x20c)](a){const p=a59k,b=new Date()[p(0x209)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0x1f5)](this[p(0x205)],c);}[a59k(0x1ee)](a){const q=a59k,b=this['screen']?.['children'][q(0x1e9)](c=>c[q(0x1e3)]===q(0x1eb)&&c[q(0x208)]['id']===q(0x1ff));b?(b[q(0x1f4)](b['content']+'\x0a'+a),b[q(0x1f8)](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0x20c)](q(0x1e4)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[q(0x206)](a);}[a59k(0x203)](){const r=a59k;return!!this[r(0x1ec)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a60c(){const p=['list','stringify','log','2661315RKKxmU','(((.+)+)+)+$','fsi','sideQuestAnswer','Commoner','create','dungeon','60SfIgkC','What\x20is\x20your\x20name?','join','193636TuZrIa','toString','node','Play\x20a\x20little\x20side-quest','./sideQuest/ui.js','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','Thanks\x20for\x20playing!','171REhlMJ','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','search','constructor','url','3591RVgZsW','maka\x20play:side-quest','options','inherit','getGlobalMakaDir','204270droVHj','8196rVsgOh','877962pAxbJm','side-quest','exit','player','resolve','302824qAXxmn','291798yshUZa'];a60c=function(){return p;};return a60c();}const a60m=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=parseInt(k(0x11d))/0x1+parseInt(k(0x123))/0x2+parseInt(k(0x12e))/0x3*(-parseInt(k(0x131))/0x4)+parseInt(k(0x127))/0x5+-parseInt(k(0x11c))/0x6*(parseInt(k(0x116))/0x7)+-parseInt(k(0x122))/0x8*(-parseInt(k(0x111))/0x9)+parseInt(k(0x11b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x99084));const a60b=(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;};}()),a60a=a60b(this,function(){const l=a60d;return a60a[l(0x132)]()[l(0x113)](l(0x128))[l(0x132)]()[l(0x114)](a60a)[l(0x113)](l(0x128));});a60a();import a60e from'path';import{spawn}from'child_process';import a60f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10d;let f=c[d];return f;},a60d(a,b);}const __filename=fileURLToPath(import.meta[a60m(0x115)]),__dirname=dirname(__filename);Command[a60m(0x12c)]({'name':a60m(0x11e),'usage':a60m(0x117),'shortDesc':a60m(0x10d),'aliases':['sq'],'description':a60m(0x10f),'validOpts':['player']},async function(a,b){const n=a60m;try{const c=this[n(0x129)][n(0x11a)](),d=a60e[n(0x130)](c,'side-quest.log'),e=b[n(0x120)]?b[n(0x120)]:await Actions['ask'](n(0x12f))||n(0x12b),f={...b,'logFilePath':d},g={'type':n(0x124),'name':n(0x12a),'message':n(0x112),'choices':[{'name':n(0x12d),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x118)](g);if(e&&h){const i=spawn(n(0x133),[a60e[n(0x121)](__dirname,n(0x10e)),e,JSON[n(0x125)](h),JSON['stringify'](f)],{'stdio':n(0x119)});i['on'](n(0x11f),()=>{const o=n;console[o(0x126)](o(0x110));});}}catch(j){console[n(0x126)](j);}},a60f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x159))/0x1*(-parseInt(f(0x15c))/0x2)+-parseInt(f(0x165))/0x3*(-parseInt(f(0x157))/0x4)+-parseInt(f(0x154))/0x5*(-parseInt(f(0x169))/0x6)+-parseInt(f(0x168))/0x7*(-parseInt(f(0x158))/0x8)+parseInt(f(0x164))/0x9*(parseInt(f(0x15a))/0xa)+-parseInt(f(0x15e))/0xb*(-parseInt(f(0x167))/0xc)+-parseInt(f(0x15d))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe26c4));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x160)]()[h(0x166)](h(0x155))[h(0x160)]()[h(0x162)](a61a)[h(0x166)](h(0x155));});a61a();import a61e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x154;var f=c[d];return f;},a61d(a,b);}function a61c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1121949EpvGOi','1251000XeqJCW','search','12NUPmCM','3522631zbzykE','6OGOtRV','1722535qxxmwy','(((.+)+)+)+$','npx\x20command-line-snake','12iyERSV','24CyNtRj','120720GpLCyj','30yMqghP','apply','14ZkZEMS','53446042TJKnag','7858763OgzBqE','create','toString','snake','constructor'];a61c=function(){return k;};return a61c();}Command[a61i(0x15f)]({'name':a61i(0x161),'usage':'maka\x20game:snake','shortDesc':a61i(0x163),'validOpts':[]},async function(){var j=a61i;execSync(j(0x156),{'stdio':'inherit'});},a61e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d
|
|
1
|
+
var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xdc))/0x1*(parseInt(f(0xe0))/0x2)+parseInt(f(0xe1))/0x3*(parseInt(f(0xe6))/0x4)+parseInt(f(0xdf))/0x5+-parseInt(f(0xe5))/0x6*(-parseInt(f(0xdb))/0x7)+-parseInt(f(0xeb))/0x8+-parseInt(f(0xe9))/0x9*(-parseInt(f(0xde))/0xa)+parseInt(f(0xd9))/0xb*(-parseInt(f(0xe4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9e4d4));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xe2)]()[h(0xd8)](h(0xda))['toString']()[h(0xe7)](a62a)[h(0xd8)](h(0xda));});function a62c(){var j=['2510fRXaXq','4328430RQlNBH','2wrGtsM','3621mKNiLU','toString','apply','24MBQzGK','1032UVJNKE','1952uEgLXf','constructor','tetris','8307MxsGeW','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','537176uMrIWY','search','3226553QIgBOl','(((.+)+)+)+$','1638eiBIbe','424426NzRxnq','create'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd8;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command[a62i(0xdd)]({'name':a62i(0xe8),'usage':'maka\x20game:tetris','shortDesc':a62i(0xea),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a62e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x1f0))/0x1*(parseInt(f(0x1ee))/0x2)+-parseInt(f(0x1dd))/0x3*(-parseInt(f(0x1f2))/0x4)+-parseInt(f(0x1ed))/0x5+parseInt(f(0x1f6))/0x6*(parseInt(f(0x1ef))/0x7)+parseInt(f(0x1f9))/0x8*(-parseInt(f(0x1f3))/0x9)+parseInt(f(0x1e4))/0xa*(parseInt(f(0x1e7))/0xb)+parseInt(f(0x1e9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xadfdb));function a63c(){const k=['8994wRzuZS','72247tVrGns','158sqassH','apply','81816vWkeoi','22221zxCcDo','Generators:','notice','504BFNgNP','where','search','3704BvDOKu','create','153lPZclQ','dir','maka\x20g:scaffold\x20todos','help','maka\x20g:route\x20todos/edit','constructor','maka\x20g:dbc\x20geoserver\x20--type=pgsql','280VEJbhK','Could\x20not\x20find\x20generator','(((.+)+)+)+$','242363MNgPsd','maka\x20g:api\x20trucks','9536208xuqwkZ','generate','maka\x20g:package\x20package:name','findGenerator','3776930FXGiEg'];a63c=function(){return k;};return a63c();}const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a['toString']()['search'](h(0x1e6))['toString']()[h(0x1e2)](a63a)[h(0x1f8)]('(((.+)+)+)+$');});a63a();function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a63d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a63i(0x1fa)]({'name':a63i(0x1ea),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a63i(0x1de),a63i(0x1f7),a63i(0x1e0)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a63i(0x1df),'maka\x20g:template\x20todos/todo_item',a63i(0x1eb),a63i(0x1e1),a63i(0x1e8),a63i(0x1e3)]},async function(a,b){const j=a63i,c=a[0x0],d=a63e[j(0x1ec)](c);if(!d){b[j(0x1e0)]?(Log[j(0x1f5)](j(0x1f4)),a63e['listGenerators']()):Log['error'](j(0x1e5));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xad;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1*(parseInt(f(0xbb))/0x2)+parseInt(f(0xae))/0x3*(-parseInt(f(0xbc))/0x4)+parseInt(f(0xb6))/0x5*(parseInt(f(0xb3))/0x6)+parseInt(f(0xb4))/0x7*(parseInt(f(0xb7))/0x8)+-parseInt(f(0xb0))/0x9+parseInt(f(0xad))/0xa*(-parseInt(f(0xb9))/0xb)+-parseInt(f(0xb2))/0xc*(-parseInt(f(0xaf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xe41cc));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xb1)]()['search']('(((.+)+)+)+$')[h(0xb1)]()[h(0xb5)](a64a)['search']('(((.+)+)+)+$');});a64a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var i=['9338648oyovZy','446sbmAGX','796btRTHg','1641108JUCXpE','20rTgjQo','3PiuUMr','977821DBreCu','3112074eErcdg','toString','228keDyYx','136146QkAeuv','8183413QUuwOR','constructor','135YvhLbl','8nRNirJ','apply'];a64c=function(){return i;};return a64c();}import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0x16c))/0x1*(parseInt(f(0x16d))/0x2)+parseInt(f(0x176))/0x3*(parseInt(f(0x168))/0x4)+parseInt(f(0x16f))/0x5+parseInt(f(0x178))/0x6*(parseInt(f(0x16a))/0x7)+-parseInt(f(0x177))/0x8+-parseInt(f(0x172))/0x9*(-parseInt(f(0x16e))/0xa)+parseInt(f(0x167))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xf00f4));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a['toString']()['search'](h(0x170))[h(0x179)]()[h(0x17a)](a65a)[h(0x16b)]('(((.+)+)+)+$');});a65a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a65c(){const k=['constructor','585002BZCmrv','4ZvwNLA','apply','7eTgWaM','search','243377WDGfAw','2iEqTyq','4067560rtjwEf','2290445GYuAPz','(((.+)+)+)+$','Get\x20various\x20Maka\x20variables\x20and\x20configurations','18EEOhyi','maka\x20get:<sub-command>','get','Sub-Command\x20not\x20found','302052OGcBBz','8259736YgtBxU','2081442mCtgNp','toString'];a65c=function(){return k;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x167;let f=c[d];return f;},a65d(a,b);}const GetCommand=Command['create']({'name':a65i(0x174),'usage':a65i(0x173),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a65i(0x171),'validOpts':[]},async function(a,b){const j=a65i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0x175));throw new UsageErrorWithSubs();}});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x98))/0x1+parseInt(f(0x9c))/0x2*(-parseInt(f(0xa2))/0x3)+parseInt(f(0x8d))/0x4+parseInt(f(0x93))/0x5*(-parseInt(f(0x95))/0x6)+-parseInt(f(0x94))/0x7*(parseInt(f(0x96))/0x8)+-parseInt(f(0x8e))/0x9+parseInt(f(0x9d))/0xa*(parseInt(f(0x9e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xdf2c4));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x9b)]()[h(0xa4)]('(((.+)+)+)+$')[h(0x9b)]()[h(0xa1)](a66a)[h(0xa4)](h(0x9f));});a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x8c;let f=c[d];return f;},a66d(a,b);}Command[a66i(0x92)]({'name':a66i(0x8f),'usage':a66i(0x99),'aliases':['gc'],'shortDesc':a66i(0x8c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0xa0)][j(0x91)]();console[j(0x97)](a);}catch(b){console[j(0xa3)](b),process[j(0x9a)](0x0);}},a66e);function a66c(){const k=['9204630dxeBAz','58744zTOzVp','log','1827159UWgeDp','maka\x20get:global-config','exit','toString','326DeeDMl','56581370FCygTn','11QplgdC','(((.+)+)+)+$','fsi','constructor','13782tiWshQ','error','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','4507588fUXKfz','14988357uRPDht','global-config','apply','getGlobalConfig','create','5UDPxBg','91VUJZrP'];a66c=function(){return k;};return a66c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x1f4))/0x1+parseInt(f(0x1fa))/0x2*(-parseInt(f(0x1f5))/0x3)+-parseInt(f(0x202))/0x4+-parseInt(f(0x1f8))/0x5*(parseInt(f(0x1f9))/0x6)+-parseInt(f(0x204))/0x7*(-parseInt(f(0x207))/0x8)+parseInt(f(0x20a))/0x9*(-parseInt(f(0x1fe))/0xa)+parseInt(f(0x201))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x78484));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1fb)]()[h(0x200)](h(0x1f7))[h(0x1fb)]()[h(0x1fd)](a67a)[h(0x200)](h(0x1f7));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x1fc)]({'name':a67i(0x203),'usage':a67i(0x205),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0x209),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0x206)][j(0x208)]();console[j(0x1f6)](a);},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['create','constructor','3730GjTlJr','apply','search','16414299RlUuYQ','2867704nDpVVN','local-config','5916057IeIAvM','maka\x20get:local-config','fsi','8DTFlGf','getProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','20538WiwyAK','688179mzLPNP','471QYbQHD','log','(((.+)+)+)+$','30zsvySH','680424kTSNyk','3622AhnrhM','toString'];a67c=function(){return k;};return a67c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a68c(){const k=['user','1733464RikJfJ','authToken','178542cRKDWa','toString','(((.+)+)+)+$','1284720urZfdQ','exit','token','decode','87504IXPipm','maka\x20get:whoami','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','108584QmSCID','getGlobalConfig','join','notice','fsi','28385BzVeAX','create','468477SzplFN','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','138TeaUhB','170KAguXt','2aGrVYv','hash'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const g=a68d,c=a();while(!![]){try{const d=-parseInt(g(0xba))/0x1+-parseInt(g(0xca))/0x2*(parseInt(g(0xc5))/0x3)+parseInt(g(0xcd))/0x4+parseInt(g(0xc3))/0x5*(-parseInt(g(0xc8))/0x6)+-parseInt(g(0xbe))/0x7+-parseInt(g(0xd2))/0x8+-parseInt(g(0xcf))/0x9*(-parseInt(g(0xc9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x35c74));const a68b=(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;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xd0)]()[h(0xc6)](h(0xd1))[h(0xd0)]()['constructor'](a68a)[h(0xc6)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xb7;let f=c[d];return f;},a68d(a,b);}import a68f from'jsonwebtoken';Command[a68i(0xc4)]({'name':'whoami','usage':a68i(0xbb),'shortDesc':a68i(0xc7),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i;try{const a=await this[j(0xc2)][j(0xbf)]();if(a[j(0xcb)]){const b=a68f[j(0xb9)](a['hash']);Log[j(0xc1)](j(0xbc)+b?.[j(0xcc)]),Log[j(0xc1)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xb8)]?.['userId']),Log[j(0xc1)]('User\x20Access\x20Token:\x20\x20'+a[j(0xb8)]?.[j(0xce)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xbd)][j(0xc0)](',\x20'));}}catch(c){console['error'](c),process[j(0xb7)](0x0);}},a68e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
var a69i=a69d;function a69c(){var j=['38285203VFPmIR','1766672mvSvyF','10FQGRbP','search','9IbRJQo','1137XTgdvO','4701570rESOjn','12iPwekB','11444vYDtiP','1670314FfWDES','apply','1674040JPjhWu','toString','1JCpVTp','(((.+)+)+)+$','Try,\x20maka\x20--help','11393851NfwVQb','help'];a69c=function(){return j;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1d7))/0x1*(-parseInt(f(0x1d3))/0x2)+-parseInt(f(0x1cf))/0x3*(-parseInt(f(0x1d2))/0x4)+parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1d0))/0x6)+-parseInt(f(0x1c8))/0x7+-parseInt(f(0x1cb))/0x8*(-parseInt(f(0x1ce))/0x9)+parseInt(f(0x1d5))/0xa+-parseInt(f(0x1ca))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe156e));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1d6)]()[h(0x1cd)]('(((.+)+)+)+$')[h(0x1d6)]()['constructor'](a69a)[h(0x1cd)](h(0x1c6));});a69a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a69i(0x1c9),'description':a69i(0x1c7),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x11a;let f=c[d];return f;},a70d(a,b);}const a70m=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=-parseInt(j(0x13b))/0x1+parseInt(j(0x12f))/0x2*(-parseInt(j(0x140))/0x3)+-parseInt(j(0x13c))/0x4+parseInt(j(0x124))/0x5*(parseInt(j(0x13f))/0x6)+parseInt(j(0x141))/0x7*(-parseInt(j(0x131))/0x8)+parseInt(j(0x11f))/0x9*(-parseInt(j(0x12d))/0xa)+parseInt(j(0x11c))/0xb*(parseInt(j(0x11d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x78888));function a70c(){const o=['18846GaEJwK','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','56rQDmHf','app/node_modules','create','join','stringify','\x20-r\x20app','toString','.+\x5c.(j|t)s(doc|x)?$','jsdoc-config.json','\x0a[+]\x20Documentation\x20written\x20to\x20','572013IahlId','1424448tCVbDP','docs','plugins/markdown','18144HMbSZa','291HqtXSp','929971CoXGCx','pathFromProject','stop','search','(((.+)+)+)+$','utf-8','\x20-d\x20','70389bvqhhP','6036khHeta','logError','9sjOMeH','config','fsi','app/packages','logNotice','1310jLrfaJ','apply','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','closure','writeFileSync','maka\x20jsdoc','Running\x20','jsdoc','sep','7451540vOKCpN','constructor'];a70c=function(){return o;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a70d;if(c){const e=c[k(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const l=a70d;return a70a[l(0x137)]()[l(0x144)](l(0x145))['toString']()[l(0x12e)](a70a)[l(0x144)](l(0x145));});a70a();import a70e from'path';import a70f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a70m(0x133)]({'name':a70m(0x12b),'usage':a70m(0x129),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a70m,a=a70e[n(0x134)](this['fsi'][n(0x142)]({}),n(0x13d)+a70e[n(0x12c)]),b=a70e[n(0x134)](this['fsi'][n(0x142)]({}),n(0x120),n(0x139)),c=this[n(0x121)][n(0x142)]({}),d=n(0x12b);if(!this['isFile'](b)){const g={'plugins':[n(0x13e)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x12b),n(0x127)]},'source':{'includePattern':n(0x138),'excludePattern':n(0x130),'exclude':[n(0x122),n(0x132),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x11a)}};a70f[n(0x128)](b,JSON[n(0x135)](g,null,0x4));}const f=this['logWithSpinner'](n(0x12a)+d);try{const h=d+'\x20-c\x20'+b+n(0x136)+a70e[n(0x12c)]+n(0x11b)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x123)](n(0x13a)+a);}catch(i){this[n(0x11e)](i),this[n(0x11e)](n(0x126));}finally{f[n(0x143)]();}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x72;let f=c[d];return f;},a71d(a,b);}const a71s=a71d;(function(a,b){const p=a71d,c=a();while(!![]){try{const d=parseInt(p(0x8e))/0x1*(-parseInt(p(0x9c))/0x2)+-parseInt(p(0x97))/0x3*(-parseInt(p(0x99))/0x4)+-parseInt(p(0x77))/0x5+-parseInt(p(0x7e))/0x6*(parseInt(p(0x96))/0x7)+parseInt(p(0x89))/0x8+parseInt(p(0x7d))/0x9*(-parseInt(p(0x8f))/0xa)+-parseInt(p(0x95))/0xb*(-parseInt(p(0x80))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x63854));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a['toString']()['search']('(((.+)+)+)+$')['toString']()['constructor'](a71a)[r(0x9a)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';function a71c(){const u=['lintFiles','fix','3333075OggJUn','eslint-plugin-react','findAppDirectory','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','push','eslint-plugin-css','9tbTsbz','7446noxtFL','success','48wEDdAJ','bright','checkNpmPackage','format','apply','eslint','create','isFile','eslint/eslintrc.json','2275784rGxYZF','Lint\x20results\x20for\x20','lint','length','loadFormatter','28157cjezce','6082880jKRCBj','stylish','/imports','fsi','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','template','4627282ctwjkY','2289emwuEb','3pueTDj','outputFixes','2399576IHiVjC','search','join','34dRRuuN','service','maka\x20lint','.eslintrc.json'];a71c=function(){return u;};return a71c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a71s(0x86)]({'name':a71s(0x8b),'usage':a71s(0x73),'maxArgLength':0x1,'validOpts':[a71s(0x76)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a71s(0x7a),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a71s;try{const c=this[t(0x92)][t(0x79)](),d=this['fsi']['checkNpmPackage'](t(0x85)),f=this[t(0x92)]['checkNpmPackage'](t(0x78)),g=this[t(0x92)][t(0x82)](t(0x7c)),h=[];!d&&h['push']('eslint');!f&&h[t(0x7b)]('eslint-plugin-react');!g&&h['push'](t(0x7c));h[t(0x8c)]>0x0&&await this[t(0x92)]['installNpmPackage'](h[t(0x9b)]('\x20'),{'dev':!![]});const i=this[t(0x92)][t(0x87)](a71e[t(0x9b)](c,t(0x74)));if(!i){const n={'noRename':!![]};await this[t(0x92)][t(0x94)]({'srcPath':t(0x88),'destPath':a71e[t(0x9b)](c,'.eslintrc.json'),'framework':t(0x72),'context':n});}const j=new ESLint(),k=await j[t(0x75)]([a71e[t(0x9b)](c,'imports','**')]),l=await j[t(0x8d)](t(0x90)),m=l[t(0x83)](k);m[t(0x8c)]>0x0?Log[t(0x81)](m):Log[t(0x7f)]('All\x20good!\x20:)'),Log['notice'](t(0x8a)+c+t(0x91)),b[t(0x76)]?await ESLint[t(0x98)](k):Log['notice'](t(0x93));}catch(o){console['error'](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(
|
|
1
|
+
const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(0x20c))/0x1+parseInt(w(0x208))/0x2*(-parseInt(w(0x1e4))/0x3)+parseInt(w(0x213))/0x4+parseInt(w(0x1ed))/0x5*(parseInt(w(0x212))/0x6)+-parseInt(w(0x1ff))/0x7*(-parseInt(w(0x1fd))/0x8)+parseInt(w(0x217))/0x9+-parseInt(w(0x1f9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8b5c2));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0x21c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a[y(0x201)]()[y(0x204)]('(((.+)+)+)+$')[y(0x201)]()[y(0x1ea)](a72a)['search'](y(0x1fa));});a72a();import a72e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a72c(){const B=['https://','2626179MdgRlc','cacert','failure','/api/v1/encodeJwt','update','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','constructor','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','sha256','1077185AsbJtN','Preflight\x20Check','digest','login','post','success','start','maka\x20login','www.maka-cli.com','True','toHex','withSpinner','13734640xnbXBk','(((.+)+)+)+$','cert','env','104bImJUE','parse','140483wEFiXG','email','toString','debug','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','search','assign','/api/v1/login','MAKA_DEV','2Xwmmsy','isFile','exit','Logging\x20in','976805OHANZv','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','header','create','authToken','Using\x20CA\x20Cert\x20','30bIpTDc','1227508tEOpuu','Password:\x20','fsi','setGlobalConfig','1781199WLIAJH','/api/v1/status','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','password','apply','get'];a72c=function(){return B;};return a72c();}const hostname=process[a72z(0x1fc)][a72z(0x207)]===a72z(0x1f6)?'localhost':a72z(0x1f5);Command[a72z(0x20f)]({'name':a72z(0x1f0),'validOpts':[a72z(0x200),'password','help',a72z(0x1e5),a72z(0x202)],'usage':a72z(0x1f4),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a72z(0x203),'examples':[a72z(0x1f4),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a72z,c=Log[A(0x1f8)]();try{let d='';b[A(0x1e5)]&&(this[A(0x215)]['isFile'](b[A(0x1e5)])?(d=b[A(0x1e5)],Log['notice'](A(0x211)+d)):Log[A(0x219)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x215)]['getGlobalConfig']();if(f[A(0x1fb)]){if(this['fsi'][A(0x209)](f[A(0x1fb)]))d=f[A(0x1fb)];else{Log[A(0x219)](A(0x20d)+d);return;}}Log[A(0x20e)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1e3)+hostname+A(0x218)};b[A(0x1e5)]&&Object[A(0x205)](g,{'cert':d});c[A(0x1f3)](A(0x1ee));const {statusCode:h}=await HTTPS[A(0x1e2)](g);if(h===0x198){c[A(0x1e6)]();throw A(0x21a);}if(h!==0xc8){c[A(0x1e6)]();throw A(0x1e3)+hostname+A(0x1e9);}c['success']();const i=b[A(0x200)]?b[A(0x200)]:await Actions['ask']('Email:'),j=b[A(0x21b)]?b[A(0x21b)]:await Actions['ask'](A(0x214),!![]),k=a72e['md'][A(0x1ec)][A(0x20f)]();k[A(0x1e8)](j);const l=k[A(0x1ef)]()[A(0x1f7)](),m={'hostname':hostname,'path':A(0x206),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1e5)]&&Object[A(0x205)](m,{'cert':d});c['start'](A(0x20b));const {data:n,statusCode:o}=await HTTPS[A(0x1f1)](m);if(o===0x198){c[A(0x1e6)]('\x0a');throw A(0x1eb)+hostname;}const p=JSON[A(0x1fe)](n);if(p[A(0x210)]){const q={'hostname':hostname,'path':A(0x1e7),'headers':{'x-auth-token':p[A(0x210)]},'data':{}};b[A(0x1e5)]&&Object[A(0x205)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1f1)](q),{token:t}=JSON[A(0x1fe)](r);if(s===0x198)throw A(0x1eb)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x216)](u);}else{c[A(0x1e6)]();throw p;}c[A(0x1f2)]();}catch(v){c[A(0x1e6)](),console['error'](v),process[A(0x20a)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x1f8))/0x1*(-parseInt(l(0x1dc))/0x2)+-parseInt(l(0x1db))/0x3+-parseInt(l(0x1f1))/0x4+-parseInt(l(0x1de))/0x5*(parseInt(l(0x1d7))/0x6)+-parseInt(l(0x1ee))/0x7*(-parseInt(l(0x1ce))/0x8)+-parseInt(l(0x1f5))/0x9*(parseInt(l(0x1f0))/0xa)+-parseInt(l(0x1d1))/0xb*(-parseInt(l(0x1d4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc75ec));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a[n(0x1df)]()[n(0x1ea)]('(((.+)+)+)+$')[n(0x1df)]()[n(0x1d0)](a73a)['search'](n(0x1ed));});a73a();function a73c(){const q=['isFile','fsi','6DRhiyj','www.maka-cli.com','env','error','805503GuNINw','30718kuEzll','localhost','6101335twVfII','toString','token','apply','withSpinner','start','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cert','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','post','create','setGlobalConfig','search','get','/api/v1/status','(((.+)+)+)+$','7231322xPbubC','authToken','770190fADxcZ','5761376eQjhez','cacert','MAKA_DEV','True','36kiapLh','success','maka\x20logout','3tIFdUT','failure','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Using\x20CA\x20Cert\x20','assign','Logging\x20out\x20of\x20https://','getGlobalConfig','8qdANMq','/api/v1/logoutAll','constructor','33735229ZKnbFY','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','https://','12QTDIUS'];a73c=function(){return q;};return a73c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73o(0x1d9)][a73o(0x1f3)]===a73o(0x1f4)?a73o(0x1dd):a73o(0x1d8);function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a73d(a,b);}Command[a73o(0x1e8)]({'name':'logout','validOpts':[a73o(0x1f2)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a73o(0x1e6),'disableAuthCheck':!![],'examples':[a73o(0x1f7)]},async function(a,b){const p=a73o,c=Log[p(0x1e2)]();try{let d='';b[p(0x1f2)]&&(this[p(0x1d6)][p(0x1d5)](b[p(0x1f2)])?(d=b[p(0x1f2)],Log['notice'](p(0x1fb)+d)):Log[p(0x1da)](p(0x1fa)+d));const f=await this['fsi'][p(0x1cd)]();if(f[p(0x1e5)]){if(this[p(0x1d6)][p(0x1d5)](f[p(0x1e5)]))d=f['cert'];else{c[p(0x1f9)]();throw Log[p(0x1da)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x1cc)+hostname);const g={'url':p(0x1d3)+hostname+p(0x1ec)};b[p(0x1f2)]&&Object[p(0x1cb)](g,{'cert':d});c[p(0x1e3)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x1eb)](g);if(h===0x198){c[p(0x1f9)]();throw p(0x1e4);}c[p(0x1f6)]();if(h!==0xc8){c[p(0x1f9)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0x1e0)]?.['authToken'])throw Log[p(0x1da)](p(0x1d2));c[p(0x1e3)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x1cf),'data':{},'headers':{'x-auth-token':f[p(0x1e0)][p(0x1ef)]}};b[p(0x1f2)]&&Object[p(0x1cb)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1e7)](i);if(j===0x198){c['failure']('\x0a');throw p(0x1e4);}this[p(0x1d6)][p(0x1e9)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f6)]();}catch(k){k&&console[p(0x1da)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d
|
|
1
|
+
function a74c(){const m=['fsi','131553tNoJCa','4JFuLtT','log','242291vjTnos','33354DOMszR','create','7CpkgzW','maka\x20logs\x20--env\x20staging','getConfigPath','sshSync','apply','readFileSync','1344viKJpa','maka\x20logs','8157448vnMlNb','pm2\x20logs','(((.+)+)+)+$','maka\x20l\x20-e\x20p','search','join','830epNAmd','maka\x20logs\x20--env\x20dev','toString','View\x20the\x20PM2\x20logs','parse','1403708tONlHn','6719325baNaav','assign','logs','env'];a74c=function(){return m;};return a74c();}const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d=parseInt(h(0x20e))/0x1+-parseInt(h(0x205))/0x2+parseInt(h(0x1f0))/0x3*(parseInt(h(0x20c))/0x4)+parseInt(h(0x206))/0x5+-parseInt(h(0x1f8))/0x6+-parseInt(h(0x1f2))/0x7*(-parseInt(h(0x1fa))/0x8)+parseInt(h(0x20b))/0x9*(-parseInt(h(0x200))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xab4e2));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a74d;if(c){const e=c[i(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x202)]()['search'](j(0x1fc))[j(0x202)]()['constructor'](a74a)[j(0x1fe)]('(((.+)+)+)+$');});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a74d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a74k(0x1f1)]({'name':a74k(0x208),'aliases':['l',a74k(0x20d)],'usage':a74k(0x1f9),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a74k(0x203),'examples':[a74k(0x201),a74k(0x1f3),a74k(0x1fd)]},function(a,b){const l=a74k,c=l(0x1fb),d=this[l(0x20a)][l(0x1f4)](b[l(0x209)]),e=a74f[l(0x1ff)](d,'ssh.json'),f=a74e[l(0x1f7)](e),g=JSON[l(0x204)](f[l(0x202)]());Object[l(0x207)](g,{'env':d}),SSH[l(0x1f5)](c,g,{'tty':!![],'verbose':!![]});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x154))/0x1+-parseInt(g(0x151))/0x2*(-parseInt(g(0x156))/0x3)+-parseInt(g(0x157))/0x4+-parseInt(g(0x15f))/0x5+parseInt(g(0x15b))/0x6*(parseInt(g(0x159))/0x7)+parseInt(g(0x14f))/0x8+parseInt(g(0x158))/0x9*(-parseInt(g(0x163))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe5e11));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14c;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()['search'](i(0x14e))['toString']()[i(0x150)](a75a)[i(0x14c)](i(0x14e));});a75a();import{Command}from'../command.js';const Maka=new Command({'name':a75j(0x14d),'minArgLength':0x1,'shortDesc':a75j(0x15d),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a75j(0x15c),a75j(0x15a),'maka\x20create\x20Todo','maka\x20run'],'description':a75j(0x164)},async function(a,b){const k=a75j;try{const c=a[0x0],d=this[k(0x153)](c);d?this['runSubCommand'](c,a[k(0x155)](0x1),b):this[k(0x160)][k(0x15e)]();}catch(f){console[k(0x161)](f),process[k(0x152)](0x1);}});export default Maka;function a75c(){const l=['1559007AlWtfw','2881319WUltun','maka\x20install\x20meteor','18XCDdnU','maka\x20--help','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maybeProxyCommandToMeteor','9407360SVFfKT','fsi','error','apply','10eYMdas','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','search','maka','(((.+)+)+)+$','9162928cgytrR','constructor','323966iTfZND','exit','findSubCommand','1475612awfqRM','slice','15VGlNFZ','6677856gOoveJ'];a75c=function(){return l;};return a75c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a76i=a76d;
|
|
1
|
+
var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1a4))/0x1+parseInt(f(0x198))/0x2*(-parseInt(f(0x19a))/0x3)+-parseInt(f(0x1a6))/0x4+parseInt(f(0x1a7))/0x5+parseInt(f(0x197))/0x6+parseInt(f(0x19b))/0x7*(parseInt(f(0x1a3))/0x8)+parseInt(f(0x1a1))/0x9*(-parseInt(f(0x19e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x418bd));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1a5)]()['search'](h(0x1a8))[h(0x1a5)]()['constructor'](a76a)['search'](h(0x1a8));});a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x197;var f=c[d];return f;},a76d(a,b);}Command['create']({'name':a76i(0x1a0),'usage':a76i(0x199),'maxArgLength':0x1,'shortDesc':a76i(0x1a9),'validOpts':[]},async function(){var j=a76i;try{console['log'](j(0x19d),j(0x1a2));}catch(a){console['error'](a),process[j(0x19f)](0x0);}});function a76c(){var k=['7fSAoAe','apply','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','29160UUzwic','exit','murder','423pbqaAZ','font-family:\x20monospace','2539816cgEYjP','213259fdCXIS','toString','1802472yYVjwk','1820615OFuTNL','(((.+)+)+)+$','Murrrrderrrrr','997800WHLvob','102506bCiYSo','maka\x20murder','12BEYgYI'];a76c=function(){return k;};return a76c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a77q=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=parseInt(n(0xb7))/0x1+parseInt(n(0x9b))/0x2*(-parseInt(n(0xab))/0x3)+-parseInt(n(0xbc))/0x4*(parseInt(n(0xac))/0x5)+parseInt(n(0xb4))/0x6*(-parseInt(n(0x91))/0x7)+-parseInt(n(0x98))/0x8*(parseInt(n(0x9d))/0x9)+parseInt(n(0xb6))/0xa+parseInt(n(0xb0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd2880));function a77c(){const s=['Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','listen','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','readFileSync','targetHost','476040kEGSOq','6985205MoZjzA','apply','maka\x20proxy\x20--target-host\x20http://192.168.1.20','fsi','36861803TFCDKu','getConfigPath','targetPort','.key','2082zjvKtm','create','5426490qudchl','1065855ZKQfIo','search','=>\x20SSL\x20Proxy\x20forwarding\x20','createProxyServer','appName','4DxHSBo','genCSR','isFile','toString','maka\x20proxy','25578ijZEdx','(((.+)+)+)+$','.crt','invoke','proxy','development','error','6380336dUzgcl','\x20to\x20','constructor','8tYNmBo','listenPort','9prvTzH','genSSC','help','bright','mkKeysDir','.csr','sslconfig','localhost','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20'];a77c=function(){return s;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a77d;if(c){const e=c[o(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const p=a77d;return a77a[p(0x8f)]()[p(0xb8)](p(0x92))[p(0x8f)]()[p(0x9a)](a77a)[p(0xb8)](p(0x92));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x8f;let f=c[d];return f;},a77d(a,b);}import a77e from'fs';import a77f from'path';import a77g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a77h from'../generators/maka.gen.js';Command[a77q(0xb5)]({'name':a77q(0x95),'usage':a77q(0x90),'mustBeInMakaProject':!![],'validOpts':[a77q(0x9f),a77q(0xb2),a77q(0x9c),a77q(0xaa)],'maxArgLength':0x1,'shortDesc':a77q(0xa8),'description':a77q(0xa5),'examples':[a77q(0x90),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a77q(0xae)]},async function(a,b){const r=a77q,c=this[r(0xaf)]['getProjectConfig'](),d=r(0x96),e=this[r(0xaf)][r(0xb1)](d),f=this[r(0xaf)][r(0xa1)]({'configPath':e}),g=b[r(0xb2)]?Number(b['targetPort']):0xbb8,h=b[r(0x9c)]?Number(b[r(0x9c)]):0xd73,i=b['targetHost']?b[r(0xaa)]:r(0xa4),j=a77f['join'](f,c[r(0xbb)]+r(0xb3)),k=a77f['join'](f,c[r(0xbb)]+r(0x93));if(!this['fsi'][r(0xbe)](j)||!this['fsi'][r(0xbe)](k)){const m=a77h['findGenerator']('sslconfig');m&&await m[r(0x94)]([r(0xa3)],{'env':d}),SSL[r(0xbd)]({'keyName':c[r(0xbb)]+r(0xb3),'csrName':c[r(0xbb)]+r(0xa2),'cwd':f}),SSL[r(0x9e)]({'keyName':c[r(0xbb)]+r(0xb3),'crtName':c[r(0xbb)]+r(0x93),'cwd':f});}if(g===h){Log[r(0x97)](r(0xa6));throw new UsageError();}const l={'ssl':{'key':a77e['readFileSync'](j,'utf8'),'cert':a77e[r(0xa9)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g[r(0xba)](l)[r(0xa7)](Number(h)),Log[r(0xa0)](r(0xb9)+h+r(0x99)+g);});
|