@maka/maka-cli 4.5.43 → 4.5.44
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/ai.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/options/options.class.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
|
-
var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1e7))/0x1*(parseInt(f(0x1e4))/0x2)+-parseInt(f(0x1f2))/0x3*(parseInt(f(0x1f1))/0x4)+-parseInt(f(0x1de))/0x5*(-parseInt(f(0x1e6))/0x6)+-parseInt(f(0x1f9))/0x7+parseInt(f(0x1fb))/0x8*(-parseInt(f(0x1e2))/0x9)+parseInt(f(0x1ef))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x209))/0xc*(parseInt(f(0x20a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3564f));var a55b=(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;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x204)]()[g(0x1f5)]('(((.+)+)+)+$')[g(0x204)]()[g(0x1f7)](a55a)['search']('(((.+)+)+)+$');});function a55c(){var i=['search','roomType','constructor','_equipment','1178002IaKMVa','isLockable','130336QmNGCq','isStartRoom','rooms','category','size','unlockItemOrSolution','_logger','name','logger','toString','characterLocations','_currentLocation','rating','player','420912MoEICf','338qPIiun','45mTFzrj','shape','roomA','items','45dtDrrF','_playerName','2HOLwbM','33aSsHAe','8226nAfzVG','75830WqSgId','description','roomB','exits','isLocked','color','uuid','solved','1064670zlAqNV','_inventory','724umTQXu','1005CceNVy','_maxCarryingWeight','texture'];a55c=function(){return i;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1fd)];[a55h(0x208)];[a55h(0x203)];[a55h(0x205)];}export class AbstractRoom extends EventEmitter{[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ea)];['inventory'];['puzzle'];[a55h(0x1f6)];[a55h(0x1fc)];}export class AbstractDoor{[a55h(0x1e0)];[a55h(0x1e9)];[a55h(0x1eb)];[a55h(0x200)];[a55h(0x202)];['logger'];[a55h(0x1fa)];}export class AbstractInventory{[a55h(0x1e1)];['logger'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1de;var f=c[d];return f;},a55d(a,b);}export class AbstractItem{[a55h(0x1ed)];[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ff)];[a55h(0x1fe)];[a55h(0x1df)];[a55h(0x1ec)];[a55h(0x1f4)];[a55h(0x207)];['weight'];}export class AbstractPlayer{[a55h(0x1e3)];[a55h(0x206)];[a55h(0x1f0)];[a55h(0x1f8)];[a55h(0x1f3)];[a55h(0x201)];}export class AbstractPuzzle{['logger'];[a55h(0x1ee)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var k=a56d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1aa))/0x1*(-parseInt(k(0x196))/0x2)+-parseInt(k(0x174))/0x3+-parseInt(k(0x175))/0x4+parseInt(k(0x1c1))/0x5*(-parseInt(k(0x198))/0x6)+-parseInt(k(0x179))/0x7+-parseInt(k(0x1d4))/0x8*(parseInt(k(0x177))/0x9)+parseInt(k(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe030a));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x16e;var f=c[d];return f;},a56d(a,b);}export var Size;(function(a){var l=a56d;a[l(0x1d1)]=l(0x1ca),a[l(0x1a7)]=l(0x16e),a[l(0x1b1)]='medium',a[l(0x185)]=l(0x19a),a[l(0x18d)]=l(0x19b);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1ce)]=m(0x1cb),a[m(0x19d)]=m(0x1cd),a['Legendary']=m(0x180);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x17b)]=n(0x1c0),a[n(0x187)]=n(0x1c3),a['Key']=n(0x1b7),a[n(0x1c7)]='gloves',a[n(0x1a9)]=n(0x1b8),a[n(0x1c6)]=n(0x1c5),a['Boots']=n(0x1b5),a[n(0x1a8)]=n(0x1c2),a[n(0x188)]=n(0x17e),a[n(0x1a4)]=n(0x16f),a[n(0x1b4)]=n(0x194),a['Cup']=n(0x197),a[n(0x17a)]='unknown';}(Category||(Category={})));export var Shape;function a56c(){var v=['VeryLarge','INSIDE','forest','(((.+)+)+)+$','Orange','EAST','search','book','blue','12jlPbfB','cup','725214odHuCM','DESERT','large','very\x20large','Brown','Rare','UNDERGROUND','red','underground','mountain','BEACH','grey','BodyArmor','green','Grey','Small','LegArmor','Helmet','28438qDtYGb','down','SOUTH','desert','Circle','apply','west','Medium','SEA','FOREST','Book','boots','CAVE','key','helmet','brown','Red','Yellow','TOWER','Blue','circle','MOUNTAIN','weapon','30cRmTov','leg\x20armor','shield','Smooth','hat','Hat','Gloves','NORTH','bumpy','tiny','common','gold','rare','Common','outside','cave','Tiny','sea','beach','1288592XfjbGm','Rifle','small','body\x20armor','Fuzzy','Gold','metallic','Triangle','5410086uwRnPK','6118664ygpiKK','toString','99wmyJTP','yellow','2164134NXxDLr','Unknown','Weapon','68868720ByOEiK','DOWN','arm\x20armor','WEST','legendary','rectangle','triangle','Grainy','square','Large','Rectangle','Shield','ArmArmor','Square','south','north','Green'];a56c=function(){return v;};return a56c();}(function(a){var o=a56d;a[o(0x1ae)]=o(0x1be),a[o(0x189)]=o(0x184),a[o(0x173)]=o(0x182),a[o(0x186)]=o(0x181),a['Blade']='blade',a[o(0x1d5)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x1ba)]=p(0x19f),a[p(0x1bd)]=p(0x195),a[p(0x18c)]=p(0x1a5),a[p(0x1bb)]=p(0x178),a[p(0x191)]='orange',a['Purple']='purple',a[p(0x1a6)]=p(0x1a3),a[p(0x19c)]=p(0x1b9),a[p(0x171)]=p(0x1cc);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x1c4)]='smooth',a['Rough']='rough',a['Bumpy']=q(0x1c9),a[q(0x170)]='fuzzy',a[q(0x183)]='grainy',a['Metallic']=q(0x172);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a56d;if(h){var j=h[r(0x1af)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x176)]()[s(0x193)](s(0x190))[s(0x176)]()['constructor'](e)[s(0x193)]('(((.+)+)+)+$');});e(),c[t(0x18e)]='inside',c['OUTSIDE']=t(0x1cf),c[t(0x19e)]=t(0x1a0),c[t(0x1b6)]=t(0x1d0),c[t(0x1bc)]='tower',c[t(0x1b3)]=t(0x18f),c[t(0x199)]=t(0x1ad),c[t(0x1bf)]=t(0x1a1),c[t(0x1a2)]=t(0x1d3),c[t(0x1b2)]=t(0x1d2);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x1c8)]=u(0x18b),a[u(0x192)]='east',a[u(0x1ac)]=u(0x18a),a[u(0x17f)]=u(0x1b0),a['UP']='up',a[u(0x17d)]=u(0x1ab);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xd1))/0x1*(-parseInt(f(0xd0))/0x2)+parseInt(f(0xd7))/0x3*(parseInt(f(0xd5))/0x4)+-parseInt(f(0xd8))/0x5+-parseInt(f(0xda))/0x6*(-parseInt(f(0xd6))/0x7)+-parseInt(f(0xdd))/0x8*(parseInt(f(0xd2))/0x9)+parseInt(f(0xd3))/0xa*(parseInt(f(0xde))/0xb)+parseInt(f(0xd4))/0xc*(parseInt(f(0xdb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xdcfe3));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0xd9)](h(0xdc))[h(0xcf)]()['constructor'](a57a)[h(0xd9)](h(0xdc));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xce;var f=c[d];return f;},a57d(a,b);}export{};function a57c(){var i=['10235691cJIHmQ','150OPWjse','540dAqAzc','1080tDnKmc','1589SWViWY','8889zguvXe','4597970tFZsuW','search','38784dreOaR','488098tavfVF','(((.+)+)+)+$','8WYaIHL','405581TjXkEM','apply','toString','2IRwWYR','1547893hMXHus'];a57c=function(){return i;};return a57c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1df))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1e1))/0x3*(parseInt(f(0x1dc))/0x4)+parseInt(f(0x1db))/0x5*(-parseInt(f(0x1d7))/0x6)+-parseInt(f(0x1d4))/0x7+-parseInt(f(0x1d5))/0x8*(parseInt(f(0x1da))/0x9)+parseInt(f(0x1e2))/0xa+parseInt(f(0x1de))/0xb*(parseInt(f(0x1e4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x6a1ef));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1e0)]()[h(0x1dd)](h(0x1d6))[h(0x1e0)]()[h(0x1e3)](a58a)[h(0x1dd)](h(0x1d6));});a58a();function a58c(){var i=['apply','9ktgHpo','85ISvWkx','14148duKNra','search','20424536NSvARK','1442wvzRGn','toString','150roPRBH','6650180Pemoyg','constructor','12upuMhu','1047508YaoBAe','4878128MklHID','(((.+)+)+)+$','249942lyuezu','614hyrKpC'];a58c=function(){return i;};return a58c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a59G=a59d;function a59c(){const H=['screen','render','yellow','map','inventory','\x20Equipment\x20','11bJGlpW','setContent','Gloves:\x20','arms','Thanks\x20for\x20playing!','forEach','equip','10%','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','torso','unequip','----->>>>>>\x20Initializing\x20Game','exit','checkIfLocked','Arms:\x20','pushLine','parse','focus','\x20(Unlocked)','Left\x20Hand:\x20','5244702QYgdyI','append','line','Torso:\x20','clear','logFilePath','handleInput','\x20Inventory\x20','roomType','equipment','head','5NDhoBg','14869320FZjzsx','key','search','clearValue','logBox','player','log','getValue','52nbpUjC','<<<<<<<<---------\x20Terminating\x20game','toString','5TSPUGY','8114500eevzne','OUTSIDE','C-c','(((.+)+)+)+$','mousemove','98844HXCFcI','box','unlock','split','exits','legs','Side\x20Quest\x20Adventure\x20Game','9867267FIjyYf','100%','lock','enter','gloves','currentLocation','getAllItems','45%','75%','textbox','20%','size','9197368jMtnQq','feet','Currently\x20in:\x20','leftHand','293332KbcxgL','getInstance','\x20Map\x20','white','7KVzAoh','name','90%','write','None','\x20Game\x20Log\x20','rightHand','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a'];a59c=function(){return H;};return a59c();}(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1d0))/0x1*(-parseInt(y(0x191))/0x2)+parseInt(y(0x17a))/0x3*(parseInt(y(0x1cd))/0x4)+parseInt(y(0x1c4))/0x5*(-parseInt(y(0x1b9))/0x6)+parseInt(y(0x195))/0x7*(parseInt(y(0x18d))/0x8)+parseInt(y(0x181))/0x9+parseInt(y(0x1d1))/0xa+parseInt(y(0x1a4))/0xb*(-parseInt(y(0x1c5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x9c113));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x177;let f=c[d];return f;},a59d(a,b);}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g['toString']()[z(0x1c7)](z(0x178))[z(0x1cf)]()['constructor'](g)['search'](z(0x178));});g();try{const h=a59e[A(0x19e)]({'smartCSR':!![],'title':A(0x180)}),i=a59e[A(0x17b)]({'top':'0%','left':'75%','width':A(0x1ac),'height':A(0x188),'border':{'type':'line'},'label':A(0x1c0),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x187)]()[B(0x1a1)](v=>v[B(0x196)]);i[B(0x1a5)](u['join']('\x0a')),h[B(0x19f)]();};h[A(0x1ba)](i);const k=a59e[A(0x17b)]({'top':A(0x188),'left':'75%','width':A(0x1ac),'height':A(0x1ac),'border':{'type':A(0x1bb)},'label':A(0x1a3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](k);const l=t=>{const C=A;k[C(0x1a5)]('Head:\x20'+(t[C(0x1c3)]?t[C(0x1c3)][C(0x196)]:C(0x199))+'\x0a'+(C(0x1bc)+(t['torso']?t[C(0x1ae)][C(0x196)]:'None')+'\x0a')+('Legs:\x20'+(t[C(0x17f)]?t['legs'][C(0x196)]:C(0x199))+'\x0a')+('Feet:\x20'+(t['feet']?t[C(0x18e)]['name']:C(0x199))+'\x0a')+(C(0x1b3)+(t['arms']?t[C(0x1a7)][C(0x196)]:'None')+'\x0a')+(C(0x1a6)+(t[C(0x185)]?t[C(0x185)][C(0x196)]:'None')+'\x0a')+(C(0x1b8)+(t[C(0x190)]?t[C(0x190)][C(0x196)]:C(0x199))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x19b)]?t['rightHand'][C(0x196)]:C(0x199))+'\x0a')),h[C(0x19f)]();},m=a59e['box']({'top':'70%','left':A(0x189),'width':A(0x1ac),'height':A(0x18b),'border':{'type':A(0x1bb)},'label':A(0x193),'content':A(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](m);const n=t=>{const D=A;let u=D(0x18f)+t['name']+'\x0a\x0a';u+=D(0x19d),t[D(0x17e)][D(0x18c)]>0x0?t['exits'][D(0x1a9)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x1c1)]===RoomType[E(0x1d2)]?u+=capitalCase(w)+':\x20'+x[E(0x196)]:u+=capitalCase(w)+':\x20'+v[E(0x196)];if(v[E(0x1b2)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1b7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x19c),m['setContent'](u),h['render']();},o=a59e['box']({'id':A(0x1c9),'top':'0%','left':'0%','width':A(0x189),'height':A(0x197),'border':{'type':A(0x1bb)},'label':A(0x19a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x179)),h[A(0x1ba)](o);const p=a59e[A(0x18a)]({'bottom':0x0,'left':0x0,'width':A(0x182),'height':A(0x1ab),'tags':!![],'border':{'type':A(0x1bb)},'style':{'fg':A(0x194),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x1c6)](['escape',A(0x177)],()=>process[A(0x1b1)](0x0)),p[A(0x1b6)](),h[A(0x19f)]();const q=Logger[A(0x192)](e[A(0x1be)],h),r=new Player({'playerName':c});q[A(0x198)](A(0x1b0));const s=a59f[A(0x192)](r,d);o[A(0x1a5)](s['getWelcomeMessage']()),l(s[A(0x1ca)][A(0x1c2)]),j(s[A(0x1ca)][A(0x1a2)]),n(s[A(0x1ca)]['currentLocation']),p['key']([A(0x184)],async()=>{const F=A,t=p[F(0x1cc)](),u=s[F(0x1bf)](t);(t['split']('\x20')[0x0]==='take'||F(0x1aa)||F(0x1af))&&(j(s[F(0x1ca)]['inventory']),l(s[F(0x1ca)][F(0x1c2)])),(t[F(0x17d)]('\x20')[0x0]==='go'||F(0x183)||F(0x17c))&&n(s[F(0x1ca)][F(0x186)]),t[F(0x17d)]('\x20')[0x0]===F(0x1bd)&&o[F(0x1a5)](''),u===null&&(console[F(0x1cb)](F(0x1a8)),h[F(0x19f)](),q[F(0x198)](F(0x1ce)),process[F(0x1b1)](0x0)),o[F(0x1b4)](u),o['scroll'](0x1),p[F(0x1c8)](),p[F(0x1b6)](),h[F(0x19f)]();});}catch(t){console[A(0x1cb)](t),process[A(0x1b1)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59G(0x1b5)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0xe7))/0x1*(-parseInt(h(0xe3))/0x2)+-parseInt(h(0xdb))/0x3*(parseInt(h(0xd4))/0x4)+parseInt(h(0xec))/0x5*(parseInt(h(0xe5))/0x6)+-parseInt(h(0xd0))/0x7+-parseInt(h(0xe9))/0x8+-parseInt(h(0xcd))/0x9*(parseInt(h(0xe2))/0xa)+-parseInt(h(0xe8))/0xb*(-parseInt(h(0xf1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc6d77));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xc8)]()[j(0xe6)]('(((.+)+)+)+$')[j(0xc8)]()[j(0xde)](a60a)['search'](j(0xc9));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc6;let f=c[d];return f;},a60d(a,b);}import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xeb)]();export class Logger{static [a60k(0xd1)];['filePath'];[a60k(0xdf)];constructor(a,b){const l=a60k;this[l(0xd8)]=a,this[l(0xdf)]=b,this[l(0xd2)]();}static[a60k(0xef)](a=a60g[a60k(0xce)](homeDir,a60k(0xe4),'side-quest.log'),b){const m=a60k;if(!Logger[m(0xd1)]){if(!b)throw new Error(m(0xed));Logger[m(0xd1)]=new Logger(a,b);}return Logger[m(0xd1)];}[a60k(0xd2)](){const n=a60k,a=a60g[n(0xd7)](this[n(0xd8)]);!a60e[n(0xf0)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0xd8)])&&a60e[n(0xd5)](this[n(0xd8)],'');}[a60k(0xe1)](a){const o=a60k,b=new Date()[o(0xdc)](),c=o(0xd3)+b+']\x20'+a+'\x0a';a60e[o(0xee)](this[o(0xd8)],c);}[a60k(0xf2)](a){const p=a60k,b=new Date()[p(0xdc)](),c=p(0xca)+b+']\x20'+a+'\x0a';a60e[p(0xee)](this[p(0xd8)],c);}[a60k(0xcf)](a){const q=a60k,b=this['screen']?.[q(0xcc)]['find'](c=>c['type']===q(0xda)&&c['options']['id']===q(0xc7));b?(b['setContent'](b[q(0xdd)]+'\x0a'+a),b[q(0xd9)](b[q(0xea)]()),this['screen']?.[q(0xe0)]()):this[q(0xf2)](q(0xc6)+b+q(0xd6)+this[q(0xdf)]),this['write'](a);}['hasScreen'](){const r=a60k;return!!this[r(0xdf)];}}function a60c(){const s=['join','log','2441019ZyQiSY','instance','ensureLogFileExists','[INFO]\x20[','92rPQvsI','writeFileSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','filePath','scrollTo','box','140109xXsOtt','toISOString','content','constructor','screen','render','write','197700apeXdE','38MTJKIq','.maka','1122edWSIz','search','57521rxMXJc','1397341uiCXdn','6382296pdtMSQ','getScrollHeight','homedir','40325zpjjnV','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','getInstance','existsSync','168miIFtd','error','The\x20logbox\x20','logBox','toString','(((.+)+)+)+$','[ERROR]\x20[','apply','children','612AyHfBs'];a60c=function(){return s;};return a60c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d
|
|
1
|
+
const a61n=a61d;function a61c(){const q=['2157576IfEKBk','create','(((.+)+)+)+$','dungeon','./sideQuest/ui.js','ask','options','join','side-quest','494478JWAjwO','toString','14511013MLPgAz','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','search','270AojMLw','url','Commoner','player','resolve','342310LNqEnP','fsi','Play\x20a\x20little\x20side-quest','node','side-quest.log','constructor','apply','3570jktZtQ','log','6690104PcZVTs','list','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...','maka\x20play:side-quest','6120pFXHwi','exit','2oNZauL','stringify','608rquesC','88774FDhdgR'];a61c=function(){return q;};return a61c();}(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xe5))/0x1*(parseInt(k(0xfd))/0x2)+parseInt(k(0xe9))/0x3+parseInt(k(0xdf))/0x4+-parseInt(k(0xdd))/0x5*(parseInt(k(0xe3))/0x6)+parseInt(k(0xe8))/0x7*(-parseInt(k(0xe7))/0x8)+parseInt(k(0xf2))/0x9*(-parseInt(k(0xf8))/0xa)+parseInt(k(0xf4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd6461));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xdc;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xf3)]()[m(0xf7)](m(0xeb))['toString']()[m(0x102)](a61a)[m(0xf7)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f 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';const __filename=fileURLToPath(import.meta[a61n(0xf9)]),__dirname=dirname(__filename);Command[a61n(0xea)]({'name':a61n(0xf1),'usage':a61n(0xe2),'shortDesc':a61n(0xff),'aliases':['sq'],'description':a61n(0xe1),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this[o(0xfe)]['getGlobalMakaDir'](),d=a61e[o(0xf0)](c,o(0x101)),e=b[o(0xfb)]?b[o(0xfb)]:await Actions[o(0xee)](o(0xf5))||o(0xfa),f={...b,'logFilePath':d},g={'type':o(0xe0),'name':'sideQuestAnswer','message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0xec),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xef)](g);if(e&&h){const i=spawn(o(0x100),[a61e[o(0xfc)](__dirname,o(0xed)),e,JSON[o(0xe6)](h),JSON[o(0xe6)](f)],{'stdio':'inherit'});i['on'](o(0xe4),()=>{const p=o;console[p(0xde)](p(0xf6));});}}catch(j){console[o(0xde)](j);}},a61f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xf9))/0x1+parseInt(f(0xfe))/0x2*(-parseInt(f(0xf6))/0x3)+parseInt(f(0xf3))/0x4+-parseInt(f(0xfc))/0x5*(parseInt(f(0xf2))/0x6)+parseInt(f(0xee))/0x7+parseInt(f(0xf4))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0xf8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x8b4ec));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xfb)]()[h(0xf1)](h(0xf5))[h(0xfb)]()[h(0xf0)](a62a)['search'](h(0xf5));});function a62c(){var j=['1850373ILIMIf','2206876OlcigC','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','search','678GawCsL','2341280NefRGg','8HnQffo','(((.+)+)+)+$','39VZokzT','snake','10941240zBUTaa','102195StMVxF','maka\x20game:snake','toString','3015FvnRLH','apply','161258YmkSNM'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xee;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0xf7),'usage':a62i(0xfa),'shortDesc':a62i(0xef),'validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a62e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1+parseInt(f(0xd5))/0x2+-parseInt(f(0xd9))/0x3*(-parseInt(f(0xcd))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdb))/0x6*(-parseInt(f(0xdc))/0x7)+-parseInt(f(0xda))/0x8+parseInt(f(0xd4))/0x9*(parseInt(f(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcfed0));function a63c(){var k=['546906ECgCXr','maka\x20game:tetris','(((.+)+)+)+$','1527DGPubJ','9415352wFoPNx','612tkaCIt','30450DKcvpX','npx\x20simple-tetris','7428tvzJIF','tetris','create','apply','22010SAaWxY','toString','420045bsMyUV','2340wihVdG','2835414MOBVHC'];a63c=function(){return k;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0xd8))[h(0xd2)]()['constructor'](a63a)['search']('(((.+)+)+)+$');});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xcc;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0xcf)]({'name':a63i(0xce),'usage':a63i(0xd7),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0xcc),{'stdio':'inherit'});},a63e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x7c;let f=c[d];return f;},a64d(a,b);}const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x86))/0x1+parseInt(f(0x91))/0x2*(-parseInt(f(0x8f))/0x3)+-parseInt(f(0x7d))/0x4+-parseInt(f(0x8a))/0x5+-parseInt(f(0x81))/0x6+parseInt(f(0x7f))/0x7+-parseInt(f(0x88))/0x8*(-parseInt(f(0x80))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7cbcd));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x92)]()[h(0x8c)](h(0x89))[h(0x92)]()['constructor'](a64a)[h(0x8c)]('(((.+)+)+)+$');});a64a();function a64c(){const k=['Generators:','generate','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','119886oyjepA','slice','8nGhzbL','(((.+)+)+)+$','718610Rpzdin','where','search','help','notice','1518444yfLEdT','Could\x20not\x20find\x20generator','4QKPBnZ','toString','maka\x20g:package\x20package:name','error','apply','maka\x20g:template\x20todos/todo_item','dir','1841812rNcMPH','invoke','1607214pNwxHr','18912375lbFeDd','502170uJCUGs'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x83),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x7c),a64i(0x8b),a64i(0x8d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0x85),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x96),a64i(0x93),'maka\x20g:route\x20todos/edit',a64i(0x84),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0x8d)]?(Log[j(0x8e)](j(0x82)),a64e['listGenerators']()):Log[j(0x94)](j(0x90));throw new UsageError();}await d[j(0x7e)](a[j(0x87)](0x1),b);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a65c(){var h=['1623KgPiOM','542jVtXHR','1220350RzUxVQ','constructor','42GkPVEB','36srwPLU','480rGipzw','(((.+)+)+)+$','search','7701089aEsaTj','700032wppqYR','34449JbXxbq','7750408vLmvKv','6540305uHTBpu','toString'];a65c=function(){return h;};return a65c();}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0xd5))/0x1*(parseInt(f(0xd6))/0x2)+parseInt(f(0xd1))/0x3*(-parseInt(f(0xdb))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdf))/0x6*(parseInt(f(0xd9))/0x7)+parseInt(f(0xd2))/0x8+-parseInt(f(0xda))/0x9*(parseInt(f(0xd7))/0xa)+-parseInt(f(0xde))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xcfa60));var a65b=(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;};}()),a65a=a65b(this,function(){var g=a65d;return a65a[g(0xd4)]()[g(0xdd)](g(0xdc))['toString']()[g(0xd8)](a65a)['search'](g(0xdc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xd1;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a66h=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x189))/0x1*(parseInt(f(0x193))/0x2)+-parseInt(f(0x19a))/0x3+parseInt(f(0x186))/0x4+-parseInt(f(0x190))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x18e))/0x7*(parseInt(f(0x18b))/0x8)+-parseInt(f(0x187))/0x9+parseInt(f(0x18d))/0xa*(parseInt(f(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9c8d1));function a66c(){const j=['maka\x20get:<sub-command>','error','2255YaHXjY','366387dSiehd','1649448IwxCla','7353693meGfDc','toString','76847kOhplE','create','152ywzxXS','6CflZSx','58930hUiuqF','297038HWSVrz','findSubCommand','3846935Oiqlgn','constructor','(((.+)+)+)+$','2UEBSZW','runSubCommand','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a66c=function(){return j;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x186;let f=c[d];return f;},a66d(a,b);}const a66b=(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;};}()),a66a=a66b(this,function(){const g=a66d;return a66a['toString']()[g(0x195)](g(0x192))[g(0x188)]()[g(0x191)](a66a)[g(0x195)](g(0x192));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66h(0x18a)]({'name':'get','usage':a66h(0x197),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66h(0x196),'validOpts':[]},async function(a,b){const i=a66h,c=a[0x0],d=this[i(0x18f)](c);if(d)this[i(0x194)](c,a,b);else{Log[i(0x198)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
function a67c(){const k=['220NReIRF','(((.+)+)+)+$','1402840zgIzQt','log','search','1506DzOjmD','global-config','1157830cEzyDR','3597hlNxou','72zWfwcy','error','toString','fsi','exit','2662832NGXzhG','apply','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','247211ITBebl','maka\x20get:global-config','8351KBXYUQ','1905060oXmCOG'];a67c=function(){return k;};return a67c();}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x6c))/0x1+-parseInt(f(0x70))/0x2*(-parseInt(f(0x78))/0x3)+parseInt(f(0x6f))/0x4+parseInt(f(0x72))/0x5+parseInt(f(0x75))/0x6*(-parseInt(f(0x6e))/0x7)+parseInt(f(0x7e))/0x8+-parseInt(f(0x79))/0x9*(parseInt(f(0x77))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x3b589));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x7b)]()[h(0x74)](h(0x71))[h(0x7b)]()['constructor'](a67a)['search']('(((.+)+)+)+$');});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6c;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a67i(0x76),'usage':a67i(0x6d),'aliases':['gc'],'shortDesc':a67i(0x80),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x7c)]['getGlobalConfig']();console[j(0x73)](a),process[j(0x7d)](0x0);}catch(b){console[j(0x7a)](b),process[j(0x7d)](0x0);}},a67e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x142))/0x1*(parseInt(f(0x14f))/0x2)+parseInt(f(0x14d))/0x3+parseInt(f(0x13f))/0x4+parseInt(f(0x14c))/0x5+parseInt(f(0x140))/0x6+parseInt(f(0x14b))/0x7+-parseInt(f(0x144))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x60432));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x149)]()[h(0x147)](h(0x14e))[h(0x149)]()[h(0x148)](a68a)[h(0x147)](h(0x14e));});a68a();function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x13f;let f=c[d];return f;},a68d(a,b);}import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const k=['search','constructor','toString','getProjectConfig','4593029iFoCJG','665205CLndLA','2167446JQyFae','(((.+)+)+)+$','1084AbSqsg','local-config','908484Oybarq','4528812qdCpZY','create','1409cuIzlG','fsi','22903848nBvEJm','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'];a68c=function(){return k;};return a68c();}Command[a68i(0x141)]({'name':a68i(0x150),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x146),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x143)][j(0x14a)]();console['log'](a);},a68e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-
|
|
1
|
+
const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x173;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x180))/0x1+-parseInt(g(0x176))/0x2*(-parseInt(g(0x186))/0x3)+-parseInt(g(0x179))/0x4+-parseInt(g(0x181))/0x5*(parseInt(g(0x18e))/0x6)+-parseInt(g(0x17d))/0x7*(-parseInt(g(0x17f))/0x8)+-parseInt(g(0x192))/0x9+-parseInt(g(0x178))/0xa*(-parseInt(g(0x18c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x1f996));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()[i(0x182)](i(0x175))['toString']()['constructor'](a69a)[i(0x182)](i(0x175));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';function a69c(){const l=['User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(((.+)+)+)+$','2gNVKHz','getGlobalConfig','1510ZiEcBg','1000268OlGAOt','apply','whoami','authToken','5957xglRVY','fsi','824hYbVvQ','190162HshwEf','125GcZMSN','search','create','roles','hash','656643UfzlNW','maka\x20get:whoami','token','notice','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','37301SgaYcW','User\x20Access\x20Token:\x20\x20','11406jgcsGn','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','join','1812519fEUiTI','decode'];a69c=function(){return l;};return a69c();}import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x183)]({'name':a69j(0x17b),'usage':a69j(0x187),'shortDesc':a69j(0x18b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x17e)][k(0x177)]();if(a[k(0x185)]){const b=a69f[k(0x173)](a[k(0x185)]);Log['notice'](k(0x174)+b?.[k(0x190)]),Log[k(0x189)](k(0x18f)+a[k(0x188)]?.['userId']),Log[k(0x189)](k(0x18d)+a['token']?.[k(0x17c)]),Log[k(0x189)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x184)][k(0x191)](',\x20'));}}catch(c){console['error'](c),process[k(0x18a)](0x0);}},a69e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xbd))/0x2*(parseInt(f(0xc1))/0x3)+parseInt(f(0xc9))/0x4+parseInt(f(0xc4))/0x5*(parseInt(f(0xca))/0x6)+-parseInt(f(0xba))/0x7+parseInt(f(0xbe))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xbc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xceb50));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xc0)]()[h(0xc6)](h(0xbb))[h(0xc0)]()['constructor'](a70a)[h(0xc6)](h(0xbb));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a70c(){var j=['276490jHOUXl','6ePqflo','32NficIf','apply','toString','1101609SIzNaB','Try,\x20maka\x20--help','827607KsWKgm','5Fdflfi','2066661XbbXBd','search','create','Deprecated:\x20use\x20--help\x20instead','929748ximqlq','7307310cmgott','11493993Ycnbgt','(((.+)+)+)+$'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xba;var f=c[d];return f;},a70d(a,b);}Command[a70i(0xc7)]({'name':'help','description':a70i(0xc2),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xc8)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a71m=a71d;function a71c(){const o=['sep','apply','\x20-d\x20','1999953VOdGCa','utf-8','stop','183166WXjLMt','inherit','config','1388025AomnnB','152lJFpyY','search','(((.+)+)+)+$','closure','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc','768270POJbWQ','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','11ORlfvr','jsdoc','8858520OgIxtt','toString','app/public','28fPTfpb','maka\x20jsdoc\x20--init','plugins/markdown','constructor','Running\x20','isFile','docs','jsdoc-config.json','161495uenGYh','app/packages','join','\x20-c\x20','writeFileSync','24249630VHppeC','logNotice','pathFromProject'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0xc0))/0x1*(parseInt(j(0xdb))/0x2)+parseInt(j(0xde))/0x3+-parseInt(j(0xdf))/0x4*(-parseInt(j(0xcd))/0x5)+-parseInt(j(0xbd))/0x6*(parseInt(j(0xc5))/0x7)+parseInt(j(0xc2))/0x8+-parseInt(j(0xd8))/0x9+-parseInt(j(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x9d91d));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xb6;let f=c[d];return f;},a71d(a,b);}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0xb6)](l(0xb7))[l(0xc3)]()[l(0xc8)](a71a)[l(0xb6)](l(0xb7));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0xc1),'usage':a71m(0xbc),'mustBeInMakaProject':!![],'shortDesc':a71m(0xbb),'examples':[a71m(0xc6),a71m(0xbc)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xcb)+a71e[n(0xd5)]),b=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xdd),n(0xcc)),c=this[n(0xbe)][n(0xd4)]({}),d=n(0xc1);if(!this[n(0xca)](b)){const g={'plugins':[n(0xc7)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xc1),n(0xb8)]},'source':{'includePattern':n(0xba),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xce),n(0xb9),n(0xc4),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd9)}};a71f[n(0xd1)](b,JSON['stringify'](g,null,0x4));}const f=this['logWithSpinner'](n(0xc9)+d);try{const h=d+n(0xd0)+b+'\x20-r\x20app'+a71e[n(0xd5)]+n(0xd7)+a;execSync(h,{'cwd':c,'stdio':n(0xdc)}),this[n(0xd3)](n(0xbf)+a);}catch(i){this['logError'](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xda)]();}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72s=a72d;
|
|
1
|
+
const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x91))/0x1*(-parseInt(p(0xae))/0x2)+-parseInt(p(0x9a))/0x3+parseInt(p(0x98))/0x4*(parseInt(p(0xa5))/0x5)+-parseInt(p(0xb9))/0x6*(parseInt(p(0x92))/0x7)+-parseInt(p(0x9b))/0x8+parseInt(p(0x9e))/0x9*(-parseInt(p(0xb7))/0xa)+parseInt(p(0xbb))/0xb*(parseInt(p(0xaf))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x69fe9));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0xa3)](r(0x93))[r(0xb0)]()['constructor'](a72a)['search']('(((.+)+)+)+$');});a72a();import a72e from'path';import{ESLint}from'eslint';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x90;let f=c[d];return f;},a72d(a,b);}function a72c(){const u=['success','outputFixes','search','format','10AJgNgw','.eslintrc.json','installNpmPackage','checkNpmPackage','fsi','template','length','notice','Lint\x20results\x20for\x20','788894QAtaYM','1284AysXOo','toString','bright','maka\x20lint\x20--fix','\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','maka\x20lint','push','create','2068870yWHVLI','eslint','6ufRlLk','eslint-plugin-css','293271mNJXgd','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','lint','2TOtySH','2462978DKjVIV','(((.+)+)+)+$','imports','join','eslint-plugin-react','findAppDirectory','1459988JcsSVK','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','2211105XARVpM','3545896LjGfGQ','fix','lintFiles','36yfcvqZ','/imports','apply'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xb6)]({'name':a72s(0x90),'usage':a72s(0xb4),'maxArgLength':0x1,'validOpts':[a72s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x99),'description':a72s(0xb3),'examples':[a72s(0xb2)]},async function(a,b){const t=a72s;try{const c=this[t(0xa9)][t(0x97)](),d=this[t(0xa9)]['checkNpmPackage'](t(0xb8)),f=this[t(0xa9)][t(0xa8)](t(0x96)),g=this[t(0xa9)][t(0xa8)]('eslint-plugin-css'),h=[];!d&&h[t(0xb5)](t(0xb8));!f&&h[t(0xb5)](t(0x96));!g&&h[t(0xb5)](t(0xba));h[t(0xab)]>0x0&&await this[t(0xa9)][t(0xa7)](h['join']('\x20'),{'dev':!![]});const i=this[t(0xa9)]['isFile'](a72e[t(0x95)](c,t(0xa6)));if(!i){const n={'noRename':!![]};await this[t(0xa9)][t(0xaa)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x95)](c,t(0xa6)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x9d)]([a72e[t(0x95)](c,t(0x94),'**')]),l=await j['loadFormatter']('stylish'),m=l[t(0xa4)](k);m[t(0xab)]>0x0?Log[t(0xb1)](m):Log[t(0xa1)]('All\x20good!\x20:)'),Log[t(0xac)](t(0xad)+c+t(0x9f)),b[t(0x9c)]?await ESLint[t(0xa2)](k):Log[t(0xac)](t(0xbc));}catch(o){console['error'](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(
|
|
1
|
+
const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x150))/0x1*(-parseInt(w(0x14c))/0x2)+-parseInt(w(0x14f))/0x3*(-parseInt(w(0x125))/0x4)+parseInt(w(0x119))/0x5*(parseInt(w(0x153))/0x6)+parseInt(w(0x13f))/0x7+-parseInt(w(0x144))/0x8+-parseInt(w(0x135))/0x9*(parseInt(w(0x14e))/0xa)+-parseInt(w(0x12d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8bead));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x131)]()[y(0x11f)]('(((.+)+)+)+$')[y(0x131)]()[y(0x142)](a73a)['search'](y(0x115));});a73a();import a73e 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';const hostname=process[a73z(0x13b)][a73z(0x12c)]==='True'?a73z(0x124):a73z(0x151);Command['create']({'name':a73z(0x12b),'validOpts':['email',a73z(0x13e),a73z(0x137),a73z(0x13d),a73z(0x121)],'usage':a73z(0x154),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x12f),'examples':[a73z(0x154),a73z(0x126)]},async function(a,b){const A=a73z,c=Log[A(0x116)]();try{let d='';b[A(0x13d)]&&(this[A(0x14d)]['isFile'](b[A(0x13d)])?(d=b[A(0x13d)],Log[A(0x146)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x127)](A(0x143)+d));const f=await this[A(0x14d)][A(0x114)]();if(f[A(0x14b)]){if(this[A(0x14d)][A(0x118)](f[A(0x14b)]))d=f[A(0x14b)];else{Log['error'](A(0x11e)+d);return;}}Log[A(0x136)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x12a)+hostname+A(0x133)};b['cacert']&&Object[A(0x128)](g,{'cert':d});c[A(0x120)](A(0x129));const {statusCode:h}=await HTTPS[A(0x13c)](g);if(h===0x198){c[A(0x11a)]();throw A(0x122);}if(h!==0xc8){c[A(0x11a)]();throw A(0x12a)+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[A(0x141)]();const i=b[A(0x123)]?b['email']:await Actions['ask'](A(0x148)),j=b[A(0x13e)]?b[A(0x13e)]:await Actions[A(0x11b)](A(0x145),!![]),k=a73e['md'][A(0x11d)][A(0x138)]();k[A(0x11c)](j);const l=k[A(0x117)]()[A(0x13a)](),m={'hostname':hostname,'path':A(0x134),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x13d)]&&Object[A(0x128)](m,{'cert':d});c['start'](A(0x149));const {data:n,statusCode:o}=await HTTPS[A(0x14a)](m);if(o===0x198){c['failure']('\x0a');throw A(0x12e)+hostname;}const p=JSON[A(0x147)](n);if(p[A(0x152)]){const q={'hostname':hostname,'path':A(0x139),'headers':{'x-auth-token':p[A(0x152)]},'data':{}};b[A(0x13d)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x14a)](q),{token:t}=JSON[A(0x147)](r);if(s===0x198)throw A(0x12e)+hostname;const u={'token':p,'hash':t};this[A(0x14d)][A(0x132)](u);}else{c['failure']();throw p;}c[A(0x141)]();}catch(v){c[A(0x11a)](),console[A(0x127)](v),process[A(0x130)](0x0);}});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x114;let f=c[d];return f;},a73d(a,b);}function a73c(){const B=['get','cacert','password','1694245kJmjZE','apply','success','constructor','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','6374128CVsByH','Password:\x20','notice','parse','Email:','Logging\x20in','post','cert','25282zGGZmj','fsi','937470AwniRy','3VPTHTX','9nZEcDZ','www.maka-cli.com','authToken','6vnkatn','maka\x20login','getGlobalConfig','(((.+)+)+)+$','withSpinner','digest','isFile','3821605chMVQf','failure','ask','update','sha256','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','start','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','email','localhost','4553524VzvUfd','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','error','assign','Preflight\x20Check','https://','login','MAKA_DEV','2556510VvhZYX','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','exit','toString','setGlobalConfig','/api/v1/status','/api/v1/login','63SlNahC','header','help','create','/api/v1/encodeJwt','toHex','env'];a73c=function(){return B;};return a73c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a74c(){const q=['post','env','authToken','Logging\x20out','Logging\x20out\x20of\x20https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','12bxVPkt','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','2dguHIt','apply','token','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','logout','get','/api/v1/status','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','exit','fsi','toString','getGlobalConfig','MAKA_DEV','cert','start','withSpinner','notice','7904260DOwTrU','5944dxmjWB','isFile','9LKdLTe','failure','6darRah','cacert','setGlobalConfig','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','883589Fpvltt','32438725KugrIz','4963sWvHrD','assign','3686875woruNE','2130588sJfkzy','(((.+)+)+)+$','success','946120WeKmgF','maka\x20logout'];a74c=function(){return q;};return a74c();}const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0xc5))/0x1*(-parseInt(l(0xd8))/0x2)+-parseInt(l(0xbe))/0x3*(parseInt(l(0xcd))/0x4)+-parseInt(l(0xc9))/0x5*(-parseInt(l(0xc0))/0x6)+parseInt(l(0xc7))/0x7*(-parseInt(l(0xea))/0x8)+-parseInt(l(0xca))/0x9+-parseInt(l(0xe9))/0xa+-parseInt(l(0xc6))/0xb*(-parseInt(l(0xd6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x83a5a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xe2)]()[n(0xc3)]('(((.+)+)+)+$')[n(0xe2)]()['constructor'](a74a)[n(0xc3)](n(0xcb));});a74a();import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xbe;let f=c[d];return f;},a74d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0xd0)][a74o(0xe4)]==='True'?'localhost':'www.maka-cli.com';Command['create']({'name':a74o(0xdc),'validOpts':[a74o(0xc1)],'usage':a74o(0xce),'maxArgLength':0x2,'shortDesc':a74o(0xdf),'disableAuthCheck':!![],'examples':[a74o(0xce)]},async function(a,b){const p=a74o,c=Log[p(0xe7)]();try{let d='';b['cacert']&&(this['fsi'][p(0xeb)](b[p(0xc1)])?(d=b['cacert'],Log[p(0xe8)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0xd5)](p(0xd7)+d));const f=await this[p(0xe1)][p(0xe3)]();if(f[p(0xe5)]){if(this[p(0xe1)][p(0xeb)](f[p(0xe5)]))d=f[p(0xe5)];else{c[p(0xbf)]();throw Log['error'](p(0xd4)+d);}}Log['header'](p(0xd3)+hostname);const g={'url':'https://'+hostname+p(0xde)};b[p(0xc1)]&&Object[p(0xc8)](g,{'cert':d});c[p(0xe6)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0xdd)](g);if(h===0x198){c['failure']();throw p(0xc4);}c['success']();if(h!==0xc8){c['failure']();throw p(0xdb);}if(!f?.['token']?.[p(0xd1)])throw Log[p(0xd5)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xe6)](p(0xd2));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0xda)][p(0xd1)]}};b[p(0xc1)]&&Object[p(0xc8)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xcf)](i);if(j===0x198){c[p(0xbf)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0xe1)][p(0xc2)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xcc)]();}catch(k){k&&console[p(0xd5)](k),process[p(0xe0)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x91))/0x1+parseInt(j(0x83))/0x2*(-parseInt(j(0x7f))/0x3)+-parseInt(j(0x75))/0x4*(parseInt(j(0x8d))/0x5)+parseInt(j(0x8c))/0x6+-parseInt(j(0x8e))/0x7+-parseInt(j(0x80))/0x8*(-parseInt(j(0x90))/0x9)+parseInt(j(0x87))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x93119));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a['toString']()[l(0x7e)](l(0x81))[l(0x8a)]()['constructor'](a75a)[l(0x7e)](l(0x81));});a75a();import a75e from'fs';import a75f from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x75;let f=c[d];return f;},a75d(a,b);}function a75c(){const o=['8052835WmsYTb','assign','18abVFZw','839316xEStIo','9692eciprm','ssh.json','log','pm2\x20logs','maka\x20logs\x20--env\x20dev','maka\x20logs','fsi','create','apply','search','586821WkfPnc','854344LvEqjQ','(((.+)+)+)+$','readFileSync','12GqwsBU','exit','env','getConfigPath','22569990bmaYSL','maka\x20l\x20-e\x20p','sshSync','toString','join','1275582OXbWrR','1230PVKfbz'];a75c=function(){return o;};return a75c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75m(0x7c)]({'name':'logs','aliases':['l','log'],'usage':a75m(0x7a),'requiredOpts':[a75m(0x85)],'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a75m(0x79),'maka\x20logs\x20--env\x20staging',a75m(0x88)]},function(a,b){const n=a75m;try{const c=n(0x78),d=this[n(0x7b)][n(0x86)](b[n(0x85)]),f=a75f[n(0x8b)](d,n(0x76)),g=a75e[n(0x82)](f),h=JSON['parse'](g[n(0x8a)]());Object[n(0x8f)](h,{'env':d}),SSH[n(0x89)](c,h,{'tty':!![],'verbose':!![]});}catch(i){console[n(0x77)](i),process[n(0x84)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x178))/0x1*(parseInt(g(0x15f))/0x2)+-parseInt(g(0x165))/0x3*(parseInt(g(0x16d))/0x4)+parseInt(g(0x16b))/0x5*(-parseInt(g(0x160))/0x6)+parseInt(g(0x173))/0x7*(-parseInt(g(0x167))/0x8)+-parseInt(g(0x162))/0x9+parseInt(g(0x16c))/0xa*(-parseInt(g(0x175))/0xb)+parseInt(g(0x16a))/0xc*(parseInt(g(0x166))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc386b));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x168)]()[i(0x163)](i(0x164))['toString']()['constructor'](a76a)[i(0x163)](i(0x164));});a76a();import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x15d),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a76j(0x177),'disableAuthCheck':!![],'examples':[a76j(0x172),'maka\x20install\x20meteor',a76j(0x170),a76j(0x16e)],'description':a76j(0x169)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x161)](c,a[k(0x174)](0x1),b):this[k(0x171)][k(0x176)]();}catch(f){console[k(0x16f)](f),process[k(0x15e)](0x1);}});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x15c;let f=c[d];return f;},a76d(a,b);}export default Maka;function a76c(){const l=['maka','exit','304rZoKaC','431544hUDgVJ','runSubCommand','4153905MfIlTX','search','(((.+)+)+)+$','40137UHbDPh','65CTvxid','4997152nnoMDT','toString','\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','10535448bfHRJu','10UvlYyn','10dyDznv','340oFWpZH','maka\x20run','error','maka\x20create\x20Todo','fsi','maka\x20--help','7YPcTgb','slice','13459809PVmvLd','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','13IVftIP','apply'];a76c=function(){return l;};return a76c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0xee))/0x1*(-parseInt(f(0xf1))/0x2)+parseInt(f(0xea))/0x3+parseInt(f(0xf2))/0x4*(-parseInt(f(0xf4))/0x5)+-parseInt(f(0xe9))/0x6+parseInt(f(0xeb))/0x7*(-parseInt(f(0xf3))/0x8)+parseInt(f(0xf7))/0x9*(-parseInt(f(0xed))/0xa)+parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x582cb));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0xe2)]()[h(0xf6)](h(0xe1))[h(0xe2)]()[h(0xef)](a77a)['search'](h(0xe1));});a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xe1;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';function a77c(){var k=['font-family:\x20monospace','4NXtssC','58972dzhndy','984736KBkeBy','215AwctUQ','exit','search','680607OAjcnJ','(((.+)+)+)+$','toString','20165442mmYgJu','create','Murrrrderrrrr','%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','maka\x20murder','apply','1316064AzSxsg','960453LjSFNd','28thNQnc','error','30sXBoDj','109840vGAqWK','constructor'];a77c=function(){return k;};return a77c();}Command[a77i(0xe4)]({'name':'murder','usage':a77i(0xe7),'maxArgLength':0x1,'shortDesc':a77i(0xe5),'validOpts':[]},async function(){var j=a77i;try{console['log'](j(0xe6),j(0xf0));}catch(a){console[j(0xec)](a),process[j(0xf5)](0x0);}});
|