@maka/maka-cli 4.5.32 → 4.5.33
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/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
|
|
1
|
+
var a55i=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x19c;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1b9))/0x2)+-parseInt(f(0x1ac))/0x3*(parseInt(f(0x1a8))/0x4)+-parseInt(f(0x1c5))/0x5*(-parseInt(f(0x1b7))/0x6)+parseInt(f(0x1a7))/0x7*(parseInt(f(0x1a9))/0x8)+-parseInt(f(0x1c4))/0x9+parseInt(f(0x1b1))/0xa*(parseInt(f(0x1af))/0xb)+-parseInt(f(0x1b3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x7cba2));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x19f)](h(0x1b5))[h(0x1c2)]()[h(0x1ae)](a55a)['search'](h(0x1b5));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x1c6)];[a55i(0x1a5)];[a55i(0x1c1)];[a55i(0x1ba)];}export class AbstractRoom extends EventEmitter{[a55i(0x1b8)];['description'];[a55i(0x1a3)];[a55i(0x1a1)];[a55i(0x19c)];['roomType'];[a55i(0x1a6)];}export class AbstractDoor{[a55i(0x1ad)];[a55i(0x1c7)];[a55i(0x1c0)];[a55i(0x1a4)];[a55i(0x1b8)];['logger'];[a55i(0x1b6)];}export class AbstractInventory{['items'];[a55i(0x1c1)];}export class AbstractItem{[a55i(0x19e)];[a55i(0x1b8)];[a55i(0x1a0)];['size'];[a55i(0x1a2)];[a55i(0x1ab)];['color'];[a55i(0x1b2)];[a55i(0x1bf)];[a55i(0x1bd)];}export class AbstractPlayer{[a55i(0x1be)];[a55i(0x1bc)];[a55i(0x1bb)];[a55i(0x19d)];['_maxCarryingWeight'];[a55i(0x1c3)];}export class AbstractPuzzle{['logger'];[a55i(0x1b4)];}function a55c(){var j=['inventory','category','exits','unlockItemOrSolution','player','isStartRoom','4081679QbKWTL','187888pkmJJy','8NsVSiF','apply','shape','48jhfzds','roomA','constructor','853919iSBCvC','1dBNXpR','80LDbxCh','texture','12110532qFTTcr','solved','(((.+)+)+)+$','isLockable','15354cBwZJo','name','1749598iNqDic','characterLocations','_inventory','_currentLocation','weight','_playerName','rating','isLocked','logger','toString','_logger','7040358jrJRxh','1905gKvujR','rooms','roomB','puzzle','_equipment','uuid','search','description'];a55c=function(){return j;};return a55c();}
|
|
@@ -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(0x132))/0x1+-parseInt(k(0x119))/0x2+parseInt(k(0x143))/0x3*(-parseInt(k(0x113))/0x4)+-parseInt(k(0x16b))/0x5*(-parseInt(k(0x150))/0x6)+parseInt(k(0x12e))/0x7+-parseInt(k(0x11b))/0x8+-parseInt(k(0x16f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x632f0));export var Size;(function(a){var l=a56d;a['Tiny']=l(0x11f),a['Small']=l(0x160),a[l(0x14f)]='medium',a[l(0x12b)]='large',a[l(0x118)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']=m(0x146),a['Rare']='rare',a['Legendary']=m(0x12f);}(Rating||(Rating={})));export var Category;function a56c(){var v=['circle','tiny','down','tower','key','body\x20armor','Triangle','ArmArmor','blue','Rough','mountain','boots','TOWER','Large','SOUTH','underground','3506720EqTHMm','legendary','NORTH','Rifle','602362sXmSRq','cave','orange','Bumpy','Red','Unknown','rectangle','yellow','Boots','rifle','arm\x20armor','grainy','Green','smooth','DESERT','OUTSIDE','apply','33xZFMiW','gold','Orange','common','Brown','desert','SEA','cup','west','Blue','WEST','constructor','Medium','3162dwUELE','Gloves','UNDERGROUND','DOWN','east','LegArmor','rough','Key','Blade','helmet','INSIDE','Smooth','blade','shield','Hat','inside','small','brown','search','BEACH','Gold','toString','square','Weapon','outside','Cup','Shield','6610CLqmjr','red','MOUNTAIN','Yellow','2457927qQRtEI','metallic','Metallic','Circle','39020rVGImh','gloves','Book','Rectangle','(((.+)+)+)+$','VeryLarge','1132028zfvOyf','weapon','3578704qNMGeM','CAVE','book'];a56c=function(){return v;};return a56c();}(function(a){var n=a56d;a[n(0x167)]=n(0x11a),a[n(0x16a)]=n(0x15d),a[n(0x157)]=n(0x122),a[n(0x151)]=n(0x114),a['Helmet']=n(0x159),a[n(0x15e)]='hat',a[n(0x13a)]=n(0x129),a[n(0x155)]='leg\x20armor',a[n(0x125)]=n(0x13c),a['BodyArmor']=n(0x123),a[n(0x115)]=n(0x11d),a[n(0x169)]=n(0x14a),a[n(0x137)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x112)]=o(0x11e),a['Square']=o(0x166),a[o(0x124)]='triangle',a[o(0x116)]=o(0x138),a[o(0x158)]=o(0x15c),a[o(0x131)]=o(0x13b);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x136)]=p(0x16c),a[p(0x14c)]=p(0x126),a[p(0x13e)]='green',a[p(0x16e)]=p(0x139),a[p(0x145)]=p(0x134),a['Purple']='purple',a['Grey']='grey',a[p(0x147)]=p(0x161),a[p(0x164)]=p(0x144);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x15b)]=q(0x13f),a[q(0x127)]=q(0x156),a[q(0x135)]='bumpy',a['Fuzzy']='fuzzy',a['Grainy']=q(0x13d),a[q(0x111)]=q(0x110);}(Texture||(Texture={})));export var RoomType;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x110;var f=c[d];return f;},a56d(a,b);}(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(0x142)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x165)]()[s(0x162)](s(0x117))[s(0x165)]()[s(0x14e)](e)[s(0x162)]('(((.+)+)+)+$');});e(),c[t(0x15a)]=t(0x15f),c[t(0x141)]=t(0x168),c[t(0x152)]=t(0x12d),c[t(0x11c)]=t(0x133),c[t(0x12a)]=t(0x121),c['FOREST']='forest',c[t(0x140)]=t(0x148),c[t(0x16d)]=t(0x128),c[t(0x163)]='beach',c[t(0x149)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x130)]='north',a['EAST']=u(0x154),a[u(0x12c)]='south',a[u(0x14d)]=u(0x14b),a['UP']='up',a[u(0x153)]=u(0x120);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a57c(){var i=['32015xvOJpq','4433500wMoJeK','search','1664178KcMVOR','1316995VmzFAh','315sprSRc','22lkZuNa','toString','apply','(((.+)+)+)+$','204sEoWrN','2303376xrMpQd','7992796rfoxkv','9aJsjNj','46348ylLuRA'];a57c=function(){return i;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1a8))/0x1+parseInt(f(0x1a7))/0x2+-parseInt(f(0x1a9))/0x3*(parseInt(f(0x1a3))/0x4)+parseInt(f(0x1a4))/0x5*(-parseInt(f(0x1ae))/0x6)+parseInt(f(0x1b0))/0x7+parseInt(f(0x1af))/0x8*(-parseInt(f(0x1a2))/0x9)+-parseInt(f(0x1a5))/0xa*(parseInt(f(0x1aa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xa67e1));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1ab)]()[h(0x1a6)](h(0x1ad))[h(0x1ab)]()['constructor'](a57a)[h(0x1a6)](h(0x1ad));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a57d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a58d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xd3))/0x1*(-parseInt(f(0xd4))/0x2)+-parseInt(f(0xd8))/0x3*(-parseInt(f(0xd9))/0x4)+-parseInt(f(0xce))/0x5+-parseInt(f(0xda))/0x6+-parseInt(f(0xd6))/0x7*(-parseInt(f(0xd7))/0x8)+parseInt(f(0xd5))/0x9+-parseInt(f(0xcc))/0xa*(parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd8023));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xd2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xd0)]()[h(0xd1)](h(0xcb))[h(0xd0)]()[h(0xcd)](a58a)[h(0xd1)](h(0xcb));});a58a();function a58c(){var i=['368XigWIQ','9078744IIafAz','(((.+)+)+)+$','15178420FibuSk','constructor','8771105PshuCP','11iEKcEu','toString','search','apply','1ZuLQZs','2051774vlpyvg','12427002eMvCdi','12254403aytUpQ','8ZhAIiC','49326FqQCpG'];a58c=function(){return i;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xcb;var f=c[d];return f;},a58d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1ff))/0x1+-parseInt(y(0x1f3))/0x2*(-parseInt(y(0x22d))/0x3)+-parseInt(y(0x209))/0x4+parseInt(y(0x204))/0x5*(parseInt(y(0x1fe))/0x6)+-parseInt(y(0x22e))/0x7*(-parseInt(y(0x20f))/0x8)+parseInt(y(0x1e3))/0x9*(parseInt(y(0x221))/0xa)+-parseInt(y(0x217))/0xb*(parseInt(y(0x1da))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x77401));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a59c(){const I=['parse','1234856eZnnKy','feet','Torso:\x20','Gloves:\x20','join','None','75%','checkIfLocked','62777kQyDhS','clearValue','line','gloves','write','getWelcomeMessage','getValue','pushLine','exits','head','1890rQTqxf','focus','Thanks\x20for\x20playing!','escape','unlock','inventory','Available\x20exits\x20will\x20be\x20shown\x20here...','clear','torso','render','leftHand','25%','975939wmhTsY','7JHAMhM','C-c','split','540IMselA','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','apply','getInstance','slice','constructor','\x0aThere\x20are\x20no\x20exits\x20here.','arms','yellow','17757hZulyJ','take','logBox','name','Currently\x20in:\x20','equipment','getAllItems','getOtherSide','white','\x20Equipment\x20','rightHand','\x20Game\x20Log\x20','removeAllListeners','mousemove','Your\x20items\x20will\x20be\x20listed\x20here...','currentLocation','2AfABWk','append','exit','logFilePath','Right\x20Hand:\x20','player','unequip','45%','scroll','log','forEach','18csDDJX','289352YJXniv','search','(((.+)+)+)+$','setContent','Head:\x20','795525eHmZUd','cyan','checkIfLockable','\x20Map\x20','\x20(Locked)','1181064YXaAUz','Side\x20Quest\x20Adventure\x20Game','legs','box','enter'];a59c=function(){return I;};return a59c();}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1da;let f=c[d];return f;},a59d(a,b);}export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1dc)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x200)]('(((.+)+)+)+$')['toString']()[A(0x1df)](g)[A(0x200)](A(0x201));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x20a)}),i=a59e[B(0x20c)]({'top':'0%','left':B(0x215),'width':B(0x22c),'height':B(0x1fa),'border':{'type':B(0x219)},'label':'\x20Inventory\x20','content':B(0x1f1),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1e9)]()['map'](v=>v[C(0x1e6)]);i[C(0x202)](u[C(0x213)]('\x0a')),h[C(0x22a)]();};h['append'](i);const k=a59e[B(0x20c)]({'top':B(0x1fa),'left':B(0x215),'width':B(0x22c),'height':B(0x22c),'border':{'type':'line'},'label':B(0x1ec),'content':B(0x1db),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f4)](k);const l=t=>{const D=B;k['setContent'](D(0x203)+(t[D(0x220)]?t[D(0x220)][D(0x1e6)]:D(0x214))+'\x0a'+(D(0x211)+(t[D(0x229)]?t[D(0x229)][D(0x1e6)]:D(0x214))+'\x0a')+('Legs:\x20'+(t[D(0x20b)]?t[D(0x20b)][D(0x1e6)]:D(0x214))+'\x0a')+('Feet:\x20'+(t[D(0x210)]?t['feet'][D(0x1e6)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x1e1)][D(0x1e6)]:D(0x214))+'\x0a')+(D(0x212)+(t['gloves']?t[D(0x21a)]['name']:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x22b)]?t[D(0x22b)][D(0x1e6)]:D(0x214))+'\x0a')+(D(0x1f7)+(t[D(0x1ed)]?t[D(0x1ed)][D(0x1e6)]:'None')+'\x0a')),h[D(0x22a)]();},m=a59e[B(0x20c)]({'top':'70%','left':B(0x215),'width':B(0x22c),'height':'20%','border':{'type':B(0x219)},'label':B(0x207),'content':B(0x227),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f4)](m);const n=t=>{const E=B;let u=E(0x1e7)+t[E(0x1e6)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x21f)]['size']>0x0?t[E(0x21f)][E(0x1fd)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1ea)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x1e6)]:u+=capitalCase(w)+':\x20'+v[F(0x1e6)];if(v[F(0x216)]())u+=F(0x208);else v[F(0x206)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1e0),m[E(0x202)](u),h['render']();},o=a59e['box']({'id':B(0x1e5),'top':'0%','left':'0%','width':B(0x215),'height':'90%','border':{'type':'line'},'label':B(0x1ee),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1ef)](B(0x1f0)),h['append'](o);const p=a59e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x219)},'style':{'fg':B(0x1eb),'border':{'fg':B(0x205)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1f4)](p),h['key']([B(0x224),B(0x22f)],()=>process[B(0x1f5)](0x0)),p['focus'](),h[B(0x22a)]();const q=Logger[B(0x1dd)](e[B(0x1f6)],h),r=new Player({'playerName':c});q[B(0x21b)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x1dd)](r,d);o[B(0x202)](s[B(0x21c)]()),l(s[B(0x1f8)][B(0x1e8)]),j(s['player'][B(0x226)]),n(s[B(0x1f8)][B(0x1f2)]),p['key']([B(0x20d)],async()=>{const G=B,t=p[G(0x21d)](),u=s['handleInput'](t);(t[G(0x230)]('\x20')[0x0]===G(0x1e4)||'equip'||G(0x1f9))&&(j(s[G(0x1f8)][G(0x226)]),l(s['player']['equipment'])),(t[G(0x230)]('\x20')[0x0]==='go'||'lock'||G(0x225))&&n(s['player'][G(0x1f2)]),t['split']('\x20')[0x0]===G(0x228)&&o[G(0x202)](''),u===null&&(console[G(0x1fc)](G(0x223)),h[G(0x22a)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1f5)](0x0)),o[G(0x21e)](u),o[G(0x1fb)](0x1),p[G(0x218)](),p[G(0x222)](),h[G(0x22a)]();});}catch(t){console['log'](t),process[B(0x1f5)](0x1);}}const args=process['argv'][a59H(0x1de)](0x2);main(args[0x0],JSON[a59H(0x20e)](args[0x1]),JSON[a59H(0x20e)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(
|
|
1
|
+
function a60c(){const s=['children','12cfxIyW','getInstance','getScrollHeight','appendFileSync','(((.+)+)+)+$','17080lTUCyd','error','logBox','.maka','write','search','screen','content','138548uKVGtj','filePath','constructor','side-quest.log','instance','mkdirSync','scrollTo','find','join','202316txvILr','The\x20logbox\x20','2865120NrJNNN','options','existsSync','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','1230649IxHoyO','4275VQJiEa','[INFO]\x20[','apply','58949UPLqXd','writeFileSync','1769772WNeTFk','render','toString','setContent','ensureLogFileExists'];a60c=function(){return s;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x193;let f=c[d];return f;},a60d(a,b);}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x1ba))/0x1+parseInt(h(0x1ae))/0x2+parseInt(h(0x198))/0x3*(-parseInt(h(0x1a5))/0x4)+-parseInt(h(0x1b0))/0x5+-parseInt(h(0x1bc))/0x6+parseInt(h(0x1b6))/0x7+parseInt(h(0x19d))/0x8*(parseInt(h(0x1b7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x53dd1));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x194)]()[j(0x1a2)]('(((.+)+)+)+$')['toString']()[j(0x1a7)](a60a)[j(0x1a2)](j(0x19c));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static ['instance'];[a60k(0x1a6)];[a60k(0x1a3)];constructor(a,b){const l=a60k;this[l(0x1a6)]=a,this['screen']=b,this[l(0x196)]();}static[a60k(0x199)](a=a60g[a60k(0x1ad)](homeDir,a60k(0x1a0),a60k(0x1a8)),b){const m=a60k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1a9)]=new Logger(a,b);}return Logger[m(0x1a9)];}[a60k(0x196)](){const n=a60k,a=a60g[n(0x1b5)](this[n(0x1a6)]);!a60e[n(0x1b2)](a)&&a60e[n(0x1aa)](a,{'recursive':!![]}),!a60e[n(0x1b2)](this['filePath'])&&a60e[n(0x1bb)](this[n(0x1a6)],'');}[a60k(0x1a1)](a){const o=a60k,b=new Date()[o(0x1b3)](),c=o(0x1b8)+b+']\x20'+a+'\x0a';a60e[o(0x19b)](this[o(0x1a6)],c);}['error'](a){const p=a60k,b=new Date()[p(0x1b3)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0x19b)](this[p(0x1a6)],c);}['log'](a){const q=a60k,b=this['screen']?.[q(0x197)][q(0x1ac)](c=>c['type']==='box'&&c[q(0x1b1)]['id']===q(0x19f));b?(b[q(0x195)](b[q(0x1a4)]+'\x0a'+a),b[q(0x1ab)](b[q(0x19a)]()),this[q(0x1a3)]?.[q(0x193)]()):this[q(0x19e)](q(0x1af)+b+q(0x1b4)+this[q(0x1a3)]),this[q(0x1a1)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x1a3)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(
|
|
1
|
+
const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x99))/0x1+-parseInt(k(0xab))/0x2*(parseInt(k(0xb0))/0x3)+parseInt(k(0x97))/0x4*(-parseInt(k(0x90))/0x5)+parseInt(k(0x93))/0x6+parseInt(k(0x9e))/0x7+-parseInt(k(0x98))/0x8*(parseInt(k(0x9d))/0x9)+parseInt(k(0x9a))/0xa*(parseInt(k(0x92))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3ca6d));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xa0)]()['search'](m(0x9f))[m(0xa0)]()[m(0x91)](a61a)[m(0xa9)](m(0x9f));});a61a();function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x8f;let f=c[d];return f;},a61d(a,b);}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(0xb5)]),__dirname=dirname(__filename);function a61c(){const q=['side-quest.log','create','sideQuestAnswer','./sideQuest/ui.js','url','Thanks\x20for\x20playing!','stringify','167015qSYsSF','constructor','1593691xWUSvv','2857380CDCKrC','Play\x20a\x20little\x20side-quest','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...','dungeon','28wIRAuX','3057576zntVaK','309065EOnbcq','10gwKPmc','options','player','9sZupoa','2019948IGAcym','(((.+)+)+)+$','toString','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','ask','apply','join','inherit','getGlobalMakaDir','exit','side-quest','search','log','37294qeESME','What\x20is\x20your\x20name?','shadowrun','resolve','list','57yvJhPT'];a61c=function(){return q;};return a61c();}Command[a61n(0xb2)]({'name':a61n(0xa8),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x94),'aliases':['sq'],'description':a61n(0x95),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0xa6)](),d=a61e[o(0xa4)](c,o(0xb1)),e=b[o(0x9c)]?b[o(0x9c)]:await Actions[o(0xa2)](o(0xac))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0xaf),'name':o(0xb3),'message':o(0xa1),'choices':[{'name':o(0x96),'value':dungeonConfig},{'name':o(0xad),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x9b)](g);if(e&&h){const i=spawn('node',[a61e[o(0xae)](__dirname,o(0xb4)),e,JSON[o(0x8f)](h),JSON['stringify'](f)],{'stdio':o(0xa5)});i['on'](o(0xa7),()=>{const p=o;console[p(0xaa)](p(0xb6));});}}catch(j){console['log'](j);}},a61f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x169))/0x1+parseInt(f(0x164))/0x2+parseInt(f(0x15f))/0x3+-parseInt(f(0x16d))/0x4*(-parseInt(f(0x161))/0x5)+parseInt(f(0x162))/0x6+-parseInt(f(0x167))/0x7*(-parseInt(f(0x168))/0x8)+-parseInt(f(0x16a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x2383a));function a62c(){var k=['create','77uHolrB','194296XthPrw','115958WvgSKa','5589063zDPhnr','apply','search','809372QJkapR','maka\x20game:snake','665601BfRPwu','(((.+)+)+)+$','5UVDfKc','1086462CBMFWo','constructor','19974FxoPBR','npx\x20command-line-snake'];a62c=function(){return k;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a['toString']()[h(0x16c)](h(0x160))['toString']()[h(0x163)](a62a)[h(0x16c)](h(0x160));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15e;var f=c[d];return f;},a62d(a,b);}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x166)]({'name':'snake','usage':a62i(0x15e),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a62i;execSync(j(0x165),{'stdio':'inherit'});},a62e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d
|
|
1
|
+
var a63i=a63d;function a63c(){var k=['415835BTqjjq','(((.+)+)+)+$','inherit','406679rrArpz','386VmIvxc','7270GqjRfy','67647DsdDdB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','create','maka\x20game:tetris','npx\x20simple-tetris','1534384HcrIYV','1719648PZDIrY','679VRmtxx','search','apply','6687xRnCIx','toString','8XXspRu'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x170))/0x1*(parseInt(f(0x17a))/0x2)+parseInt(f(0x17c))/0x3*(-parseInt(f(0x175))/0x4)+parseInt(f(0x176))/0x5+parseInt(f(0x16f))/0x6+parseInt(f(0x179))/0x7+parseInt(f(0x182))/0x8+parseInt(f(0x173))/0x9*(-parseInt(f(0x17b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x28652));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x174)]()[h(0x171)](h(0x177))[h(0x174)]()[h(0x17e)](a63a)['search'](h(0x177));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x16f;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63i(0x17f)]({'name':'tetris','usage':a63i(0x180),'shortDesc':a63i(0x17d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x181),{'stdio':j(0x178)});},a63e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a64i=a64d;
|
|
1
|
+
const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x161))/0x1+parseInt(f(0x15b))/0x2+-parseInt(f(0x152))/0x3*(-parseInt(f(0x15d))/0x4)+parseInt(f(0x167))/0x5+-parseInt(f(0x16b))/0x6+parseInt(f(0x154))/0x7+parseInt(f(0x163))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7bcda));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x14e)]()[h(0x150)]('(((.+)+)+)+$')[h(0x14e)]()[h(0x168)](a64a)['search'](h(0x15c));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a64c(){const k=['slice','35607GWctjG','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2442762iZixic','apply','maka\x20{generate,\x20g}:<generator>\x20<name>','create','findGenerator','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','401550RUABnp','(((.+)+)+)+$','184noVgNs','generate','maka\x20generate:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','785999PsUtcf','maka\x20g:route\x20todos/edit','2042784LqLxjz','maka\x20g:package\x20package:name','dir','invoke','2717135Jrxciy','constructor','notice','help','3608358yjzbAS','Generators:','maka\x20g:api\x20trucks','toString','listGenerators','search'];a64c=function(){return k;};return a64c();}import a64e from'../generators/maka.gen.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x14d;let f=c[d];return f;},a64d(a,b);}import{UsageError}from'../error.js';Command[a64i(0x157)]({'name':a64i(0x15e),'aliases':['g'],'usage':a64i(0x156),'validOpts':[a64i(0x165),'where',a64i(0x16a)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x159),'description':a64i(0x153),'examples':[a64i(0x15f),'maka\x20g:scaffold\x20todos',a64i(0x160),a64i(0x164),a64i(0x162),a64i(0x14d),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x158)](c);if(!d){b[j(0x16a)]?(Log[j(0x169)](j(0x16c)),a64e[j(0x14f)]()):Log[j(0x15a)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x166)](a[j(0x151)](0x1),b);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x175))/0x1+-parseInt(f(0x17d))/0x2*(parseInt(f(0x177))/0x3)+-parseInt(f(0x17b))/0x4+parseInt(f(0x173))/0x5+parseInt(f(0x179))/0x6*(parseInt(f(0x17c))/0x7)+-parseInt(f(0x176))/0x8*(parseInt(f(0x174))/0x9)+parseInt(f(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x5ad0a));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(0x178)]()[g(0x171)]('(((.+)+)+)+$')[g(0x178)]()[g(0x17a)](a65a)[g(0x171)]('(((.+)+)+)+$');});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x171;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var h=['constructor','1722588SaJetW','415919QmqLer','54422FuhauO','search','5546080RQzbEF','1871120Rabinv','99ibnfLa','139605Ynbndc','165112hApXNE','39IuFcsi','toString','60CJTEIP'];a65c=function(){return h;};return a65c();}import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
function a66c(){const k=['546300ZjnRvH','6ADgMum','Sub-Command\x20not\x20found','16OWhpDh','2166985eoBXuX','findSubCommand','2207252FvgiEP','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1790LSoWDU','toString','487781HVlxaN','336176ugQKNI','search','runSubCommand','maka\x20get:<sub-command>','400340xqvTpj','(((.+)+)+)+$','constructor','apply','45AAaiXb'];a66c=function(){return k;};return a66c();}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x15e))/0x1*(parseInt(f(0x163))/0x2)+parseInt(f(0x15b))/0x3+-parseInt(f(0x161))/0x4+-parseInt(f(0x15f))/0x5*(-parseInt(f(0x15c))/0x6)+parseInt(f(0x165))/0x7+parseInt(f(0x166))/0x8*(parseInt(f(0x15a))/0x9)+-parseInt(f(0x16a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x46963));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x164)]()[h(0x167)](h(0x157))[h(0x164)]()[h(0x158)](a66a)[h(0x167)](h(0x157));});a66a();import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x157;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':a66i(0x169),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x162),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x160)](c);if(d)this[j(0x168)](c,a,b);else{Log['error'](j(0x15d));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
|
+
const a67i=a67d;function a67c(){const k=['500301gykWet','(((.+)+)+)+$','toString','4893APhgHF','exit','fsi','error','3964qrEdjy','constructor','1821605WiZxrf','492COKARa','getGlobalConfig','create','70LymUOR','923898CHTvGX','360564WEQNnh','maka\x20get:global-config','log','50yhsInr','1607712bAEjCY','search','global-config','apply'];a67c=function(){return k;};return a67c();}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x8b))/0x1*(-parseInt(f(0x96))/0x2)+parseInt(f(0x92))/0x3+-parseInt(f(0x93))/0x4+-parseInt(f(0x8d))/0x5+parseInt(f(0x8e))/0x6*(parseInt(f(0x9e))/0x7)+-parseInt(f(0x97))/0x8+parseInt(f(0x9b))/0x9*(parseInt(f(0x91))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x305c1));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x9a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x9d)]()[h(0x98)](h(0x9c))[h(0x9d)]()[h(0x8c)](a67a)[h(0x98)](h(0x9c));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x8a;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x90)]({'name':a67i(0x99),'usage':a67i(0x94),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0xa0)][j(0x8f)]();console[j(0x95)](a),process['exit'](0x0);}catch(b){console[j(0x8a)](b),process[j(0x9f)](0x0);}},a67e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x196))/0x1+-parseInt(f(0x19b))/0x2+-parseInt(f(0x189))/0x3*(parseInt(f(0x18a))/0x4)+-parseInt(f(0x194))/0x5+parseInt(f(0x197))/0x6+parseInt(f(0x190))/0x7*(-parseInt(f(0x191))/0x8)+-parseInt(f(0x195))/0x9*(-parseInt(f(0x18b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xcdbc3));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x192)]()[h(0x18d)](h(0x193))['toString']()[h(0x199)](a68a)[h(0x18d)](h(0x193));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x189;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0x18e)]({'name':a68i(0x19d),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x19a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x18f)][j(0x198)]();console[j(0x19c)](a);},a68e);function a68c(){const k=['getProjectConfig','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1072596HQkFGT','log','local-config','3KkOZYl','4258948hFqaLn','11078630MtuEWG','apply','search','create','fsi','9706256JLGTqK','8TMiiMx','toString','(((.+)+)+)+$','3595990VRAjfw','36haKQXT','109274CArpvR','52836vXTGuW'];a68c=function(){return k;};return a68c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(
|
|
1
|
+
const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0xbe))/0x1+parseInt(g(0xca))/0x2*(-parseInt(g(0xb3))/0x3)+parseInt(g(0xc7))/0x4+parseInt(g(0xcb))/0x5*(parseInt(g(0xae))/0x6)+parseInt(g(0xba))/0x7*(-parseInt(g(0xb6))/0x8)+parseInt(g(0xc2))/0x9*(-parseInt(g(0xb8))/0xa)+parseInt(g(0xb7))/0xb*(parseInt(g(0xbc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x414e6));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0xb2)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a69a)['search'](i(0xc5));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command['create']({'name':'whoami','usage':a69j(0xc4),'shortDesc':a69j(0xbb),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0xbf)][k(0xb0)]();if(a[k(0xaf)]){const b=a69f[k(0xbd)](a['hash']);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0xc8)]),Log[k(0xb9)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0xb4)]?.['userId']),Log[k(0xb9)](k(0xc0)+a['token']?.['authToken']),Log['notice'](k(0xb5)+b?.[k(0xc6)][k(0xc9)](',\x20'));}}catch(c){console[k(0xb1)](c),process[k(0xc3)](0x0);}},a69e);function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xae;let f=c[d];return f;},a69d(a,b);}function a69c(){const l=['join','281040dlvjJJ','59135BizjGG','150wUxlYS','hash','getGlobalConfig','error','toString','3vYwJHQ','token','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','8sygCyr','2288231SEJXJc','20uXRmGk','notice','2481591zcGyLm','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','60SkMXOD','decode','528595KeKcgD','fsi','User\x20Access\x20Token:\x20\x20','apply','1362276ngOnBz','exit','maka\x20get:whoami','(((.+)+)+)+$','roles','1032280WhZdMl','user'];a69c=function(){return l;};return a69c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a70c(){var j=['225302hRMhBW','851520qAHtef','apply','toString','constructor','59121hpmDzx','26pfMLkh','search','create','7908LuwCbf','40UwtihK','10681Wzgypq','Try,\x20maka\x20--help','2589234VZljXm','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','1654932fhhAGz','35250AIlTlh','5QYdowV','2410wOkpOr'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1e1;var f=c[d];return f;},a70d(a,b);}var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1e4))/0x1+parseInt(f(0x1e9))/0x2*(parseInt(f(0x1f4))/0x3)+-parseInt(f(0x1f3))/0x4+-parseInt(f(0x1e1))/0x5*(parseInt(f(0x1f0))/0x6)+parseInt(f(0x1e3))/0x7*(-parseInt(f(0x1ed))/0x8)+-parseInt(f(0x1e8))/0x9*(-parseInt(f(0x1e2))/0xa)+parseInt(f(0x1ee))/0xb*(-parseInt(f(0x1ec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe5cfc));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1e6)]()['search'](h(0x1f1))[h(0x1e6)]()[h(0x1e7)](a70a)[h(0x1ea)](h(0x1f1));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x1eb)]({'name':'help','description':a70i(0x1ef),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x1f2)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a71c(){const o=['utf-8','apply','3842640lwJehd','6165270eVzGXn','\x0a[+]\x20Documentation\x20written\x20to\x20','app/private','7412352MOgdqK','jsdoc-config.json','sep','app/public','app/packages','search','pathFromProject','514720czNndn','stop','logError','constructor','logNotice','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','join','jsdoc','logWithSpinner','\x20-c\x20','3788890eSARKd','(((.+)+)+)+$','.+\x5c.(j|t)s(doc|x)?$','closure','toString','writeFileSync','config','\x20-r\x20app','docs','app/node_modules','fsi','198046BRBwEe','inherit','1OQBXFH','3510066VjWRdE'];a71c=function(){return o;};return a71c();}const a71m=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x91;let f=c[d];return f;},a71d(a,b);}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0xa3))/0x1*(parseInt(j(0xa1))/0x2)+-parseInt(j(0xa4))/0x3+-parseInt(j(0xb2))/0x4+parseInt(j(0xa8))/0x5+parseInt(j(0xa7))/0x6+-parseInt(j(0x96))/0x7+parseInt(j(0xab))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd2373));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x9a)]()[l(0xb0)](l(0x97))['toString']()[l(0xb5)](a71a)['search']('(((.+)+)+)+$');});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0x93),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x91),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x92)](this[n(0xa0)]['pathFromProject']({}),n(0x9e)+a71e[n(0xad)]),b=a71e[n(0x92)](this[n(0xa0)]['pathFromProject']({}),n(0x9c),n(0xac)),c=this['fsi'][n(0xb1)]({}),d='jsdoc';if(!this[n(0xb7)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x93),n(0x99)]},'source':{'includePattern':n(0x98),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xaf),n(0x9f),n(0xae),n(0xaa)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xa5)}};a71f[n(0x9b)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0x94)]('Running\x20'+d);try{const h=d+n(0x95)+b+n(0x9d)+a71e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa2)}),this[n(0xb6)](n(0xa9)+a);}catch(i){this[n(0xb4)](i),this[n(0xb4)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xb3)]();}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a72c(){const u=['service','success','outputFixes','2727eXeBLu','\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','All\x20good!\x20:)','/imports','maka\x20lint\x20--fix','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','fsi','3dRUbxT','643835ZiByHV','create','isFile','190612NeZdKg','lintFiles','notice','installNpmPackage','checkNpmPackage','eslint-plugin-css','push','eslint-plugin-react','1475738oFXmQd','lint','length','findAppDirectory','join','error','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint/eslintrc.json','3193204rYRdZl','template','4150048fRowiW','.eslintrc.json','(((.+)+)+)+$','apply','50PNfDyi','toString','fix','648WADZTY','24CQHbGa','search','bright','format','865353ngzQxh'];a72c=function(){return u;};return a72c();}const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x14e))/0x1+-parseInt(p(0x130))/0x2*(-parseInt(p(0x12c))/0x3)+-parseInt(p(0x142))/0x4+parseInt(p(0x12d))/0x5*(-parseInt(p(0x14a))/0x6)+parseInt(p(0x140))/0x7+-parseInt(p(0x149))/0x8*(-parseInt(p(0x152))/0x9)+parseInt(p(0x146))/0xa*(parseInt(p(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x889e0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x147)]()[r(0x14b)]('(((.+)+)+)+$')[r(0x147)]()['constructor'](a72a)[r(0x14b)](r(0x144));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x12a;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x12e)]({'name':a72s(0x139),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72s(0x148)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x12a),'description':a72s(0x153),'examples':[a72s(0x156)]},async function(a,b){const t=a72s;try{const c=this[t(0x12b)][t(0x13b)](),d=this['fsi'][t(0x134)]('eslint'),f=this[t(0x12b)]['checkNpmPackage'](t(0x137)),g=this['fsi']['checkNpmPackage'](t(0x135)),h=[];!d&&h[t(0x136)]('eslint');!f&&h[t(0x136)](t(0x137));!g&&h['push'](t(0x135));h[t(0x13a)]>0x0&&await this['fsi'][t(0x133)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x12b)][t(0x12f)](a72e['join'](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x12b)][t(0x141)]({'srcPath':t(0x13f),'destPath':a72e[t(0x13c)](c,t(0x143)),'framework':t(0x14f),'context':n});}const j=new ESLint(),k=await j[t(0x131)]([a72e[t(0x13c)](c,'imports','**')]),l=await j['loadFormatter']('stylish'),m=l[t(0x14d)](k);m['length']>0x0?Log[t(0x14c)](m):Log[t(0x150)](t(0x154)),Log[t(0x132)]('Lint\x20results\x20for\x20'+c+t(0x155)),b[t(0x148)]?await ESLint[t(0x151)](k):Log[t(0x132)](t(0x13e));}catch(o){console[t(0x13d)](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73z=a73d;
|
|
1
|
+
const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1de))/0x1*(-parseInt(w(0x211))/0x2)+parseInt(w(0x1f6))/0x3+parseInt(w(0x1f2))/0x4*(-parseInt(w(0x200))/0x5)+-parseInt(w(0x202))/0x6*(-parseInt(w(0x214))/0x7)+parseInt(w(0x1e0))/0x8*(parseInt(w(0x1ed))/0x9)+parseInt(w(0x1fd))/0xa+parseInt(w(0x20c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x46e14));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0x1f4)](y(0x20e))['toString']()[y(0x1fc)](a73a)[y(0x1f4)](y(0x20e));});a73a();function a73c(){const B=['apply','28JlRDgV','https://','search','sha256','135078EtTdwr','ask','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','success','toHex','constructor','2653840mGMMDB','password','post','254905OIoogf','env','642DvVDMx','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','email','/api/v1/status','start','localhost','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1529935dbLGLs','fsi','(((.+)+)+)+$','maka\x20login','digest','20662HGjqLM','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','7063hFcMyn','True','7lfZWOr','Using\x20CA\x20Cert\x20','112sHHSWI','/api/v1/encodeJwt','cacert','login','Logging\x20in','error','cert','/api/v1/login','assign','www.maka-cli.com','Preflight\x20Check','notice','getGlobalConfig','11196HUjMLI','setGlobalConfig','parse','create'];a73c=function(){return B;};return a73c();}import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a73d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x201)]['MAKA_DEV']===a73z(0x1dd)?a73z(0x20a):a73z(0x1e9);Command[a73z(0x1f0)]({'name':a73z(0x1e3),'validOpts':[a73z(0x207),a73z(0x1fe),'help','cacert',a73z(0x204)],'usage':a73z(0x20f),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x203),'examples':[a73z(0x20f),a73z(0x1f9)]},async function(a,b){const A=a73z,c=Log['withSpinner']();try{let d='';b[A(0x1e2)]&&(this['fsi']['isFile'](b[A(0x1e2)])?(d=b[A(0x1e2)],Log[A(0x1eb)](A(0x1df)+d)):Log[A(0x1e5)](A(0x1f8)+d));const f=await this[A(0x20d)][A(0x1ec)]();if(f[A(0x1e6)]){if(this[A(0x20d)]['isFile'](f[A(0x1e6)]))d=f[A(0x1e6)];else{Log[A(0x1e5)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1f3)+hostname+A(0x208)};b['cacert']&&Object[A(0x1e8)](g,{'cert':d});c[A(0x209)](A(0x1ea));const {statusCode:h}=await HTTPS[A(0x206)](g);if(h===0x198){c[A(0x212)]();throw A(0x205);}if(h!==0xc8){c[A(0x212)]();throw A(0x1f3)+hostname+A(0x20b);}c[A(0x1fa)]();const i=b[A(0x207)]?b[A(0x207)]:await Actions[A(0x1f7)]('Email:'),j=b['password']?b['password']:await Actions['ask']('Password:\x20',!![]),k=a73e['md'][A(0x1f5)]['create']();k['update'](j);const l=k[A(0x210)]()[A(0x1fb)](),m={'hostname':hostname,'path':A(0x1e7),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1e2)]&&Object[A(0x1e8)](m,{'cert':d});c[A(0x209)](A(0x1e4));const {data:n,statusCode:o}=await HTTPS[A(0x1ff)](m);if(o===0x198){c[A(0x212)]('\x0a');throw A(0x213)+hostname;}const p=JSON[A(0x1ef)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x1e1),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[A(0x1e8)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1ff)](q),{token:t}=JSON[A(0x1ef)](r);if(s===0x198)throw A(0x213)+hostname;const u={'token':p,'hash':t};this[A(0x20d)][A(0x1ee)](u);}else{c[A(0x212)]();throw p;}c[A(0x1fa)]();}catch(v){c[A(0x212)](),console[A(0x1e5)](v),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x214))/0x1+parseInt(l(0x217))/0x2+-parseInt(l(0x20a))/0x3+parseInt(l(0x1ef))/0x4+parseInt(l(0x20d))/0x5*(parseInt(l(0x209))/0x6)+parseInt(l(0x1fe))/0x7+-parseInt(l(0x216))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x5653d));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x212)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1f1)]()[n(0x204)](n(0x207))[n(0x1f1)]()[n(0x1f3)](a74a)[n(0x204)]('(((.+)+)+)+$');});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74c(){const q=['14370216FMfrml','1150824uqriJH','get','exit','MAKA_DEV','localhost','2429000Icxqzh','withSpinner','toString','assign','constructor','/api/v1/status','create','success','env','failure','notice','/api/v1/logoutAll','setGlobalConfig','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Logging\x20out\x20of\x20https://','3710119igArlU','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','post','token','error','search','getGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','(((.+)+)+)+$','https://','1042926lCiESA','160362fTuDjO','maka\x20logout','isFile','5ubbEvO','start','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','www.maka-cli.com','header','apply','fsi','316828vaBoKy','cert'];a74c=function(){return q;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1f7)][a74o(0x21a)]==='True'?a74o(0x1ee):a74o(0x210);Command[a74o(0x1f5)]({'name':'logout','validOpts':[a74o(0x200)],'usage':a74o(0x20b),'maxArgLength':0x2,'shortDesc':a74o(0x1fc),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a74o,c=Log[p(0x1f0)]();try{let d='';b[p(0x200)]&&(this[p(0x213)][p(0x20c)](b[p(0x200)])?(d=b[p(0x200)],Log[p(0x1f9)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x203)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x213)][p(0x205)]();if(f['cert']){if(this[p(0x213)][p(0x20c)](f[p(0x215)]))d=f[p(0x215)];else{c[p(0x1f8)]();throw Log[p(0x203)](p(0x20f)+d);}}Log[p(0x211)](p(0x1fd)+hostname);const g={'url':p(0x208)+hostname+p(0x1f4)};b[p(0x200)]&&Object['assign'](g,{'cert':d});c[p(0x20e)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x218)](g);if(h===0x198){c[p(0x1f8)]();throw p(0x1ff);}c[p(0x1f6)]();if(h!==0xc8){c[p(0x1f8)]();throw p(0x206);}if(!f?.[p(0x202)]?.['authToken'])throw Log[p(0x203)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x20e)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x1fa),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[p(0x200)]&&Object[p(0x1f2)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x201)](i);if(j===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x213)][p(0x1fb)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f6)]();}catch(k){k&&console[p(0x203)](k),process[p(0x219)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d
|
|
1
|
+
const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x175))/0x1+-parseInt(h(0x17a))/0x2*(parseInt(h(0x16a))/0x3)+-parseInt(h(0x176))/0x4*(-parseInt(h(0x169))/0x5)+parseInt(h(0x160))/0x6*(parseInt(h(0x16c))/0x7)+-parseInt(h(0x173))/0x8+parseInt(h(0x16f))/0x9*(-parseInt(h(0x16b))/0xa)+-parseInt(h(0x164))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x40381));const a75b=(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;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x177)]()[i(0x17c)](i(0x179))[i(0x177)]()[i(0x165)](a75a)[i(0x17c)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x160;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'fs';function a75c(){const l=['readFileSync','(((.+)+)+)+$','2YdZcXw','pm2\x20logs','search','515886lbEafH','log','maka\x20logs\x20--env\x20dev','logs','35827bRDXcJ','constructor','getConfigPath','maka\x20logs','assign','10XqFBDj','905892tJKUBm','1035220HeEQlb','35gduclh','env','sshSync','9fKTRSu','View\x20the\x20PM2\x20logs','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20staging','826416EIXilZ','fsi','107293FTiEhb','904948qRUEyo','toString'];a75c=function(){return l;};return a75c();}import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a75j(0x163),'aliases':['l',a75j(0x161)],'usage':a75j(0x167),'requiredOpts':[a75j(0x16d)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75j(0x170),'examples':[a75j(0x162),a75j(0x172),a75j(0x171)]},function(a,b){const k=a75j,c=k(0x17b),d=this[k(0x174)][k(0x166)](b[k(0x16d)]),e=a75f['join'](d,'ssh.json'),f=a75e[k(0x178)](e),g=JSON['parse'](f[k(0x177)]());Object[k(0x168)](g,{'env':d}),SSH[k(0x16e)](c,g,{'tty':!![],'verbose':!![]});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(
|
|
1
|
+
const a76j=a76d;function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x101;let f=c[d];return f;},a76d(a,b);}(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x115))/0x1*(parseInt(g(0x116))/0x2)+-parseInt(g(0x107))/0x3*(parseInt(g(0x105))/0x4)+parseInt(g(0x108))/0x5+-parseInt(g(0x10e))/0x6+parseInt(g(0x114))/0x7*(parseInt(g(0x103))/0x8)+parseInt(g(0x11c))/0x9*(parseInt(g(0x110))/0xa)+-parseInt(g(0x11a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xab321));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x119)]()['search'](i(0x113))[i(0x119)]()[i(0x10a)](a76a)[i(0x109)](i(0x113));});a76a();function a76c(){const l=['error','10TtXfbD','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','77soFTwW','123029njZcwp','14DxwXOK','maka\x20run','maka\x20install\x20meteor','toString','414678fbmxNb','findSubCommand','403713QNqzvX','maka','apply','539536WIerym','exit','4ElWLGp','slice','3097734aOZNSO','3181745UEyLUG','search','constructor','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','fsi','maka\x20create\x20Todo','3076668ujnWhW'];a76c=function(){return l;};return a76c();}import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x101),'minArgLength':0x1,'shortDesc':a76j(0x10b),'validOpts':[],'usage':a76j(0x112),'disableAuthCheck':!![],'examples':['maka\x20--help',a76j(0x118),a76j(0x10d),a76j(0x117)],'description':'\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'},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x11b)](c);d?this['runSubCommand'](c,a[k(0x106)](0x1),b):this[k(0x10c)][k(0x111)]();}catch(f){console[k(0x10f)](f),process[k(0x104)](0x1);}});export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a77i=a77d;function a77c(){var k=['
|
|
1
|
+
var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0xbc))/0x1+-parseInt(f(0xd1))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xce))/0x4*(-parseInt(f(0xc9))/0x5)+-parseInt(f(0xc2))/0x6*(-parseInt(f(0xb9))/0x7)+parseInt(f(0xc6))/0x8*(parseInt(f(0xc8))/0x9)+-parseInt(f(0xb8))/0xa*(parseInt(f(0xd0))/0xb)+-parseInt(f(0xbf))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa391a));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()[h(0xcc)](h(0xcf))[h(0xc7)]()[h(0xc3)](a77a)['search'](h(0xcf));});a77a();import{Command}from'../command.js';function a77c(){var k=['18fGGAuf','1135BADWRP','log','error','search','murder','2548vVMBwB','(((.+)+)+)+$','275fdelYl','232270msADmX','363990gfkxGO','406QzZwOA','font-family:\x20monospace','apply','267588PPVaaC','%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','Murrrrderrrrr','13702164nYxTDg','3wpEdXb','maka\x20murder','107712ZXfcqW','constructor','exit','create','4609048IrVxLJ','toString'];a77c=function(){return k;};return a77c();}function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xb8;var f=c[d];return f;},a77d(a,b);}Command[a77i(0xc5)]({'name':a77i(0xcd),'usage':a77i(0xc1),'maxArgLength':0x1,'shortDesc':a77i(0xbe),'validOpts':[]},async function(){var j=a77i;try{console[j(0xca)](j(0xbd),j(0xba));}catch(a){console[j(0xcb)](a),process[j(0xc4)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a78p=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0xb8))/0x1*(parseInt(n(0x9b))/0x2)+-parseInt(n(0xb9))/0x3+-parseInt(n(0xa5))/0x4+-parseInt(n(0x9c))/0x5+parseInt(n(0x9d))/0x6*(-parseInt(n(0xb5))/0x7)+-parseInt(n(0xaf))/0x8+parseInt(n(0xb7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xada51));const a78b=(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;};}()),a78a=a78b(this,function(){const o=a78d;return a78a['toString']()[o(0x9f)]('(((.+)+)+)+$')['toString']()[o(0xa1)](a78a)['search'](o(0xb4));});a78a();import a78e from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x96;let f=c[d];return f;},a78d(a,b);}import a78f from'path';import a78g 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';function a78c(){const r=['listen','appName','1751260mhqnio','createProxyServer','genCSR','development','listenPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','maka\x20proxy','genSSC','invoke','.crt','2966424kUDvpd','\x20to\x20','fsi','localhost','.csr','(((.+)+)+)+$','21oqQFHz','bright','42937749YnZRqN','47oKFXtg','3555036sPxabw','\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','targetPort','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','help','join','findGenerator','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','proxy','targetHost','sslconfig','14704sIIZcM','4398755OJCSVl','1681374zJbevB','utf8','search','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','constructor','isFile'];a78c=function(){return r;};return a78c();}import a78h from'../generators/maka.gen.js';Command['create']({'name':a78p(0x98),'usage':a78p(0xab),'mustBeInMakaProject':!![],'validOpts':[a78p(0xbe),a78p(0xbb),a78p(0xa9),'targetHost'],'maxArgLength':0x1,'shortDesc':a78p(0x97),'description':a78p(0xba),'examples':[a78p(0xab),a78p(0xa0),a78p(0xbc)]},async function(a,b){const q=a78p,c=this[q(0xb1)]['getProjectConfig'](),d=q(0xa8),e=this['fsi']['getConfigPath'](d),f=this[q(0xb1)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b[q(0xbb)]):0xbb8,h=b[q(0xa9)]?Number(b['listenPort']):0xd73,i=b['targetHost']?b[q(0x99)]:q(0xb2),j=a78f[q(0xbf)](f,c[q(0xa4)]+q(0xbd)),k=a78f[q(0xbf)](f,c[q(0xa4)]+q(0xae));if(!this['fsi'][q(0xa2)](j)||!this['fsi'][q(0xa2)](k)){const m=a78h[q(0x96)](q(0x9a));m&&await m[q(0xad)](['sslconfig'],{'env':d}),SSL[q(0xa7)]({'keyName':c[q(0xa4)]+q(0xbd),'csrName':c['appName']+q(0xb3),'cwd':f}),SSL[q(0xac)]({'keyName':c[q(0xa4)]+q(0xbd),'crtName':c[q(0xa4)]+q(0xae),'cwd':f});}if(g===h){Log['error'](q(0xaa));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,q(0x9e)),'cert':a78e['readFileSync'](k,q(0x9e))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[q(0xa6)](l)[q(0xa3)](Number(h)),Log[q(0xb6)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+q(0xb0)+g);});
|