@maka/maka-cli 4.6.8 → 4.6.10
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/install.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/https/progress.class.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
|
|
1
|
+
var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0xf8))/0x1*(parseInt(f(0x10f))/0x2)+parseInt(f(0xf3))/0x3+-parseInt(f(0xfd))/0x4*(-parseInt(f(0x105))/0x5)+-parseInt(f(0x110))/0x6*(-parseInt(f(0xf2))/0x7)+parseInt(f(0x100))/0x8+parseInt(f(0x102))/0x9+-parseInt(f(0x109))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x6cdad));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xf2;var f=c[d];return f;},a55d(a,b);}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(0xfc)]()[g(0x107)]('(((.+)+)+)+$')[g(0xfc)]()[g(0x10e)](a55a)[g(0x107)](g(0xf7));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0xff)];['player'];[a55h(0xf9)];[a55h(0x104)];}export class AbstractRoom extends EventEmitter{[a55h(0x111)];[a55h(0x106)];['exits'];[a55h(0xf6)];[a55h(0xf5)];[a55h(0x10d)];[a55h(0x115)];}export class AbstractDoor{[a55h(0xfa)];[a55h(0xfb)];['isLocked'];[a55h(0x10a)];['name'];[a55h(0xf9)];[a55h(0x103)];}export class AbstractInventory{['items'];[a55h(0xf9)];}function a55c(){var i=['name','color','rating','_equipment','isStartRoom','7TBeRbb','2276040dfmGSC','_maxCarryingWeight','puzzle','inventory','(((.+)+)+)+$','190513ayDauS','logger','roomA','roomB','toString','28ABuEXC','_currentLocation','rooms','5723480lhVioW','size','7615017MLWrEE','isLockable','characterLocations','389440VFyTGF','description','search','_logger','30998840iJfonX','unlockItemOrSolution','shape','_playerName','roomType','constructor','4bEpJVv','1795698IbWwAb'];a55c=function(){return i;};return a55c();}export class AbstractItem{['uuid'];[a55h(0x111)];[a55h(0x106)];[a55h(0x101)];['category'];[a55h(0x10b)];[a55h(0x112)];['texture'];[a55h(0x113)];['weight'];}export class AbstractPlayer{[a55h(0x10c)];[a55h(0xfe)];['_inventory'];[a55h(0x114)];[a55h(0xf4)];[a55h(0x108)];}export class AbstractPuzzle{[a55h(0xf9)];['solved'];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(
|
|
1
|
+
(function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1c4))/0x1+-parseInt(k(0x1c0))/0x2+-parseInt(k(0x1d4))/0x3+-parseInt(k(0x1df))/0x4*(parseInt(k(0x1a9))/0x5)+-parseInt(k(0x1f2))/0x6*(-parseInt(k(0x1b3))/0x7)+-parseInt(k(0x1ab))/0x8+parseInt(k(0x1e4))/0x9*(parseInt(k(0x1c2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe4a92));function a56c(){var v=['SOUTH','7630WVYCfn','Rectangle','387234vrSTqK','hat','Fuzzy','Yellow','toString','rare','common','metallic','Large','EAST','Book','rifle','blue','Common','grainy','WEST','4559421GShksU','UNDERGROUND','down','Grainy','leg\x20armor','Cup','shield','search','(((.+)+)+)+$','ArmArmor','fuzzy','4024txReWb','arm\x20armor','Tiny','south','Legendary','70776zIfGgI','legendary','FOREST','BEACH','large','INSIDE','triangle','mountain','west','Square','Small','book','tower','VeryLarge','14526zxTLnW','weapon','TOWER','north','Rare','BodyArmor','Medium','DESERT','yellow','purple','Blue','gloves','apply','Purple','CAVE','rectangle','Rough','outside','very\x20large','Triangle','SEA','8670AhTWqQ','constructor','10360888cTguiw','unknown','cup','Shield','inside','Gloves','Grey','gold','4627DpGBFr','Rifle','DOWN','Brown','NORTH','small','circle','LegArmor','sea','Boots','Hat','OUTSIDE','body\x20armor','3434726OVWgva'];a56c=function(){return v;};return a56c();}export var Size;(function(a){var l=a56d;a[l(0x1e1)]='tiny',a[l(0x1ee)]=l(0x1b8),a[l(0x1f8)]='medium',a[l(0x1cc)]=l(0x1e8),a[l(0x1f1)]=l(0x1a6);}(Size||(Size={})));export var Rating;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x19e;var f=c[d];return f;},a56d(a,b);}(function(a){var m=a56d;a[m(0x1d1)]=m(0x1ca),a[m(0x1f6)]=m(0x1c9),a[m(0x1e3)]=m(0x1e5);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a['Weapon']=n(0x1f3),a[n(0x1ae)]=n(0x1da),a['Key']='key',a[n(0x1b0)]=n(0x19f),a['Helmet']='helmet',a[n(0x1bd)]=n(0x1c5),a[n(0x1bc)]='boots',a[n(0x1ba)]=n(0x1d8),a[n(0x1dd)]=n(0x1e0),a[n(0x1f7)]=n(0x1bf),a[n(0x1ce)]=n(0x1ef),a[n(0x1d9)]=n(0x1ad),a['Unknown']=n(0x1ac);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0x1b9),a[o(0x1ed)]='square',a[o(0x1a7)]=o(0x1ea),a[o(0x1c3)]=o(0x1a3),a['Blade']='blade',a[o(0x1b4)]=o(0x1cf);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a['Red']='red',a[p(0x19e)]=p(0x1d0),a['Green']='green',a[p(0x1c7)]=p(0x1fa),a['Orange']='orange',a[p(0x1a1)]=p(0x1fb),a[p(0x1b1)]='grey',a[p(0x1b6)]='brown',a['Gold']=p(0x1b2);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a['Smooth']='smooth',a[q(0x1a4)]='rough',a['Bumpy']='bumpy',a[q(0x1c6)]=q(0x1de),a[q(0x1d7)]=q(0x1d2),a['Metallic']=q(0x1cb);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a[r(0x1e9)]=r(0x1af),a[r(0x1be)]=r(0x1a5),a[r(0x1d5)]='underground',a[r(0x1a2)]='cave',a[r(0x1f4)]=r(0x1f0),a[r(0x1e6)]='forest',a[r(0x1f9)]='desert',a['MOUNTAIN']=r(0x1eb),a[r(0x1e7)]='beach',a[r(0x1a8)]=r(0x1bb);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a56d;if(h){var j=h[s(0x1a0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a56d;return e[t(0x1c8)]()[t(0x1db)]('(((.+)+)+)+$')[t(0x1c8)]()[t(0x1aa)](e)['search'](t(0x1dc));});e(),c[u(0x1b7)]=u(0x1f5),c[u(0x1cd)]='east',c[u(0x1c1)]=u(0x1e2),c[u(0x1d3)]=u(0x1ec),c['UP']='up',c[u(0x1b5)]=u(0x1d6);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a57d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1d9))/0x1+-parseInt(f(0x1d8))/0x2*(parseInt(f(0x1dd))/0x3)+-parseInt(f(0x1e1))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1e4))/0x6*(parseInt(f(0x1d6))/0x7)+parseInt(f(0x1e2))/0x8*(-parseInt(f(0x1d5))/0x9)+-parseInt(f(0x1e0))/0xa*(-parseInt(f(0x1dc))/0xb)+-parseInt(f(0x1de))/0xc*(-parseInt(f(0x1e3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xea094));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1da)]()[h(0x1d7)]('(((.+)+)+)+$')[h(0x1da)]()['constructor'](a57a)[h(0x1d7)](h(0x1db));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a57d(a,b);}a57a();export{};function a57c(){var i=['toString','(((.+)+)+)+$','11QPoivQ','34701cWbnKD','487092GOVRQq','apply','3174990rLiGGz','117140bDBagh','1072penmQj','663VbLjPD','18732WTOTCb','235YFCYvb','45837NzUlmU','1001CJlcaY','search','96ApPahX','1631491bgjNIp'];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(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1+-parseInt(f(0x19f))/0x2*(-parseInt(f(0x1a0))/0x3)+parseInt(f(0x1a1))/0x4*(-parseInt(f(0x1a2))/0x5)+-parseInt(f(0x1a4))/0x6*(-parseInt(f(0x1a6))/0x7)+-parseInt(f(0x1a9))/0x8+-parseInt(f(0x1a8))/0x9*(parseInt(f(0x19d))/0xa)+parseInt(f(0x1aa))/0xb*(parseInt(f(0x1ab))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xac515));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x1a3)]('(((.+)+)+)+$')[h(0x19e)]()['constructor'](a58a)[h(0x1a3)]('(((.+)+)+)+$');});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x19d;var f=c[d];return f;},a58d(a,b);}a58a();export{};function a58c(){var i=['184594ufhJwg','30leulMo','4MLwRfB','1792735cVOiUi','search','6pHXTiQ','745258aPsEiM','1369137AjSZUw','apply','1781694auLHDk','6997784ednETI','22jLbfKJ','1639380iqAbXZ','10dHZXtl','toString'];a58c=function(){return i;};return a58c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(
|
|
1
|
+
const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1cd))/0x1*(parseInt(y(0x1cf))/0x2)+-parseInt(y(0x223))/0x3*(-parseInt(y(0x1eb))/0x4)+-parseInt(y(0x1e5))/0x5*(parseInt(y(0x227))/0x6)+-parseInt(y(0x219))/0x7*(parseInt(y(0x1e3))/0x8)+-parseInt(y(0x1fa))/0x9+parseInt(y(0x1fe))/0xa+parseInt(y(0x1f7))/0xb*(parseInt(y(0x215))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa3409));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a59d(a,b);}import{RoomType}from'./types/enums.js';function a59c(){const I=['7aFrQCV','forEach','toString','screen','player','getValue','Currently\x20in:\x20','getInstance','unlock','head','9YbOeOM','constructor','lock','\x20Game\x20Log\x20','485502QVvmPM','90%','parse','gloves','Arms:\x20','\x20Equipment\x20','Gloves:\x20','join','99967hvWZwz','render','16iQjtKS','equipment','(((.+)+)+)+$','OUTSIDE','currentLocation','size','pushLine','escape','Torso:\x20','focus','70%','scroll','line','box','logBox','Feet:\x20','rightHand','cyan','getWelcomeMessage','removeAllListeners','8016464byUxDO','25%','60xxdZPJ','search','exit','10%','enter','clear','891388WmzqvI','write','log','equip','torso','arms','append','-----\x20Exits\x20------\x0a','feet','Head:\x20','clearValue','Side\x20Quest\x20Adventure\x20Game','11PCYFWo','legs','Available\x20exits\x20will\x20be\x20shown\x20here...','7393338VAVhsx','None','slice','setContent','5761330IPdNVH','Left\x20Hand:\x20','checkIfLocked','yellow','map','\x0aThere\x20are\x20no\x20exits\x20here.','textbox','Thanks\x20for\x20playing!','inventory','white','roomType','75%','C-c','take','name','logFilePath','mousemove','leftHand','split','argv','45%','checkIfLockable','key','36219444kNRaVX','exits','apply','getAllItems'];a59c=function(){return I;};return a59c();}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 B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x217)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1e6)](A(0x1d1))[A(0x21b)]()[A(0x224)](g)[A(0x1e6)]('(((.+)+)+)+$');});g();try{const h=a59e[B(0x21c)]({'smartCSR':!![],'title':B(0x1f6)}),i=a59e[B(0x1dc)]({'top':'0%','left':B(0x209),'width':B(0x1e4),'height':B(0x212),'border':{'type':B(0x1db)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x218)]()[C(0x202)](v=>v['name']);i[C(0x1fd)](u[C(0x1cc)]('\x0a')),h['render']();};h[B(0x1f1)](i);const k=a59e[B(0x1dc)]({'top':B(0x212),'left':'75%','width':B(0x1e4),'height':B(0x1e4),'border':{'type':B(0x1db)},'label':B(0x1ca),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f1)](k);const l=t=>{const D=B;k[D(0x1fd)](D(0x1f4)+(t[D(0x222)]?t[D(0x222)][D(0x20c)]:D(0x1fb))+'\x0a'+(D(0x1d7)+(t[D(0x1ef)]?t[D(0x1ef)]['name']:D(0x1fb))+'\x0a')+('Legs:\x20'+(t[D(0x1f8)]?t[D(0x1f8)][D(0x20c)]:'None')+'\x0a')+(D(0x1de)+(t['feet']?t[D(0x1f3)][D(0x20c)]:D(0x1fb))+'\x0a')+(D(0x1c9)+(t[D(0x1f0)]?t[D(0x1f0)][D(0x20c)]:'None')+'\x0a')+(D(0x1cb)+(t[D(0x1c8)]?t[D(0x1c8)][D(0x20c)]:D(0x1fb))+'\x0a')+(D(0x1ff)+(t[D(0x20f)]?t['leftHand']['name']:D(0x1fb))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1df)]?t[D(0x1df)][D(0x20c)]:D(0x1fb))+'\x0a')),h['render']();},m=a59e[B(0x1dc)]({'top':B(0x1d9),'left':'75%','width':B(0x1e4),'height':'20%','border':{'type':'line'},'label':'\x20Map\x20','content':B(0x1f9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f1)](m);const n=t=>{const E=B;let u=E(0x21f)+t[E(0x20c)]+'\x0a\x0a';u+=E(0x1f2),t[E(0x216)][E(0x1d4)]>0x0?t[E(0x216)][E(0x21a)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x208)]===RoomType[F(0x1d2)]?u+=capitalCase(w)+':\x20'+x[F(0x20c)]:u+=capitalCase(w)+':\x20'+v[F(0x20c)];if(v[F(0x200)]())u+='\x20(Locked)';else v[F(0x213)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x203),m[E(0x1fd)](u),h[E(0x1ce)]();},o=a59e[B(0x1dc)]({'id':B(0x1dd),'top':'0%','left':'0%','width':'75%','height':B(0x228),'border':{'type':B(0x1db)},'label':B(0x226),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1e2)](B(0x20e)),h[B(0x1f1)](o);const p=a59e[B(0x204)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1e8),'tags':!![],'border':{'type':B(0x1db)},'style':{'fg':B(0x207),'border':{'fg':B(0x1e0)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1f1)](p),h[B(0x214)]([B(0x1d6),B(0x20a)],()=>process['exit'](0x0)),p[B(0x1d8)](),h[B(0x1ce)]();const q=Logger[B(0x220)](e[B(0x20d)],h),r=new Player({'playerName':c});q[B(0x1ec)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x220)](r,d);o[B(0x1fd)](s[B(0x1e1)]()),l(s[B(0x21d)][B(0x1d0)]),j(s[B(0x21d)][B(0x206)]),n(s[B(0x21d)][B(0x1d3)]),p[B(0x214)]([B(0x1e9)],async()=>{const G=B,t=p[G(0x21e)](),u=s['handleInput'](t);(t[G(0x210)]('\x20')[0x0]===G(0x20b)||G(0x1ee)||'unequip')&&(j(s[G(0x21d)]['inventory']),l(s[G(0x21d)]['equipment'])),(t[G(0x210)]('\x20')[0x0]==='go'||G(0x225)||G(0x221))&&n(s['player'][G(0x1d3)]),t['split']('\x20')[0x0]===G(0x1ea)&&o[G(0x1fd)](''),u===null&&(console[G(0x1ed)](G(0x205)),h[G(0x1ce)](),q[G(0x1ec)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1e7)](0x0)),o[G(0x1d5)](u),o[G(0x1da)](0x1),p[G(0x1f5)](),p[G(0x1d8)](),h[G(0x1ce)]();});}catch(t){console[B(0x1ed)](t),process['exit'](0x1);}}const args=process[a59H(0x211)][a59H(0x1fc)](0x2);main(args[0x0],JSON[a59H(0x229)](args[0x1]),JSON[a59H(0x229)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(
|
|
1
|
+
function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xa5;let f=c[d];return f;},a60d(a,b);}function a60c(){const s=['9282096cYZwRZ','search','homedir','12HJDVMc','992395EJPeAR','10NaBGNw','write','box','1689468QQKQKJ','existsSync','appendFileSync','getScrollHeight','mkdirSync','instance','191947uaQkrA','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','options','apply','toISOString','log','logBox','setContent','(((.+)+)+)+$','2253hWyjjP','874MLdQVp','type','8425248GBGmUo','filePath','The\x20logbox\x20','children','join','writeFileSync','render','hasScreen','1274626SRsFki','toString','screen','[INFO]\x20[','ensureLogFileExists','152jPqhwt','error'];a60c=function(){return s;};return a60c();}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xbf))/0x1+-parseInt(h(0xb5))/0x2*(-parseInt(h(0xb4))/0x3)+-parseInt(h(0xc9))/0x4*(parseInt(h(0xca))/0x5)+parseInt(h(0xb7))/0x6+-parseInt(h(0xab))/0x7*(parseInt(h(0xc4))/0x8)+-parseInt(h(0xc6))/0x9+parseInt(h(0xcb))/0xa*(-parseInt(h(0xa5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xac475));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xc0)]()['search']('(((.+)+)+)+$')[j(0xc0)]()['constructor'](a60a)[j(0xc7)](j(0xb3));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xc8)]();export class Logger{static [a60k(0xaa)];[a60k(0xb8)];[a60k(0xc1)];constructor(a,b){const l=a60k;this[l(0xb8)]=a,this[l(0xc1)]=b,this[l(0xc3)]();}static['getInstance'](a=a60g[a60k(0xbb)](homeDir,'.maka','side-quest.log'),b){const m=a60k;if(!Logger[m(0xaa)]){if(!b)throw new Error(m(0xac));Logger[m(0xaa)]=new Logger(a,b);}return Logger[m(0xaa)];}['ensureLogFileExists'](){const n=a60k,a=a60g['dirname'](this[n(0xb8)]);!a60e[n(0xa6)](a)&&a60e[n(0xa9)](a,{'recursive':!![]}),!a60e[n(0xa6)](this[n(0xb8)])&&a60e[n(0xbc)](this['filePath'],'');}[a60k(0xcc)](a){const o=a60k,b=new Date()[o(0xaf)](),c=o(0xc2)+b+']\x20'+a+'\x0a';a60e[o(0xa7)](this['filePath'],c);}[a60k(0xc5)](a){const p=a60k,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0xa7)](this[p(0xb8)],c);}[a60k(0xb0)](a){const q=a60k,b=this[q(0xc1)]?.[q(0xba)]['find'](c=>c[q(0xb6)]===q(0xcd)&&c[q(0xad)]['id']===q(0xb1));b?(b[q(0xb2)](b['content']+'\x0a'+a),b['scrollTo'](b[q(0xa8)]()),this[q(0xc1)]?.[q(0xbd)]()):this[q(0xc5)](q(0xb9)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0xc1)]),this[q(0xcc)](a);}[a60k(0xbe)](){const r=a60k;return!!this[r(0xc1)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d
|
|
1
|
+
const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1a0))/0x1*(-parseInt(k(0x1a6))/0x2)+-parseInt(k(0x19a))/0x3+parseInt(k(0x18a))/0x4*(-parseInt(k(0x1a4))/0x5)+parseInt(k(0x1a8))/0x6*(-parseInt(k(0x1aa))/0x7)+-parseInt(k(0x18d))/0x8+-parseInt(k(0x19d))/0x9+parseInt(k(0x198))/0xa*(parseInt(k(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x879fa));const a61b=(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;};}()),a61a=a61b(this,function(){const l=a61d;return a61a[l(0x1a9)]()[l(0x1a1)]('(((.+)+)+)+$')[l(0x1a9)]()[l(0x193)](a61a)[l(0x1a1)](l(0x197));});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';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x18a;let f=c[d];return f;},a61d(a,b);}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61m(0x199)]),__dirname=dirname(__filename);Command[a61m(0x194)]({'name':'side-quest','usage':'maka\x20play:side-quest','shortDesc':a61m(0x1a5),'aliases':['sq'],'description':a61m(0x1ab),'validOpts':[a61m(0x19e)]},async function(a,b){const n=a61m;try{const c=this[n(0x1ae)]['getGlobalMakaDir'](),d=a61e[n(0x190)](c,n(0x1a3)),e=b[n(0x19e)]?b['player']:await Actions[n(0x195)]('What\x20is\x20your\x20name?')||n(0x19f),f={...b,'logFilePath':d},g={'type':n(0x19c),'name':n(0x18c),'message':n(0x18f),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x19b),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x1ac)](g);if(e&&h){const i=spawn(n(0x1a2),[a61e[n(0x1a7)](__dirname,n(0x191)),e,JSON[n(0x1ad)](h),JSON[n(0x1ad)](f)],{'stdio':n(0x18e)});i['on'](n(0x18b),()=>{const o=n;console[o(0x196)]('Thanks\x20for\x20playing!');});}}catch(j){console[n(0x196)](j);}},a61f);function a61c(){const p=['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...','options','stringify','fsi','4sgjpTf','exit','sideQuestAnswer','3728312xRtzIM','inherit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','join','./sideQuest/ui.js','11zErlac','constructor','create','ask','log','(((.+)+)+)+$','30092240FsmgmF','url','2257257RdUwFD','shadowrun','list','2137176CaQpdq','player','Commoner','175nHDtrj','search','node','side-quest.log','4124055suseIW','Play\x20a\x20little\x20side-quest','2474KKFVzV','resolve','1168356HjkoTS','toString','14lNeqiI'];a61c=function(){return p;};return a61c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x1df))/0x1*(parseInt(f(0x1e2))/0x2)+-parseInt(f(0x1e4))/0x3+-parseInt(f(0x1de))/0x4*(-parseInt(f(0x1ea))/0x5)+parseInt(f(0x1db))/0x6*(parseInt(f(0x1ee))/0x7)+-parseInt(f(0x1e8))/0x8*(parseInt(f(0x1eb))/0x9)+parseInt(f(0x1e3))/0xa+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6d254));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x1e9)]()[h(0x1ec)]('(((.+)+)+)+$')[h(0x1e9)]()[h(0x1dc)](a62a)[h(0x1ec)](h(0x1e5));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1db;var f=c[d];return f;},a62d(a,b);}a62a();function a62c(){var k=['80olhxBN','toString','365HCXDoV','758313pYaJrQ','search','482537XEapgC','367451LtYtgH','inherit','12dMtpGv','constructor','snake','33220iOqALy','111139FclnBn','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','apply','14JTPMgP','3575230vxrojm','1539750UNkolN','(((.+)+)+)+$','npx\x20command-line-snake','create'];a62c=function(){return k;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x1e7)]({'name':a62i(0x1dd),'usage':'maka\x20game:snake','shortDesc':a62i(0x1e0),'validOpts':[]},async function(){var j=a62i;execSync(j(0x1e6),{'stdio':j(0x1ef)});},a62e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a63h=a63d;function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x141;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x154))/0x1+-parseInt(f(0x14f))/0x2+-parseInt(f(0x149))/0x3+-parseInt(f(0x14c))/0x4*(parseInt(f(0x145))/0x5)+-parseInt(f(0x148))/0x6*(-parseInt(f(0x151))/0x7)+-parseInt(f(0x150))/0x8+-parseInt(f(0x153))/0x9*(-parseInt(f(0x143))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x86ee1));var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x14e)]()['search'](g(0x152))['toString']()[g(0x14a)](a63a)[g(0x142)](g(0x152));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63h(0x14b)]({'name':a63h(0x144),'usage':a63h(0x141),'shortDesc':a63h(0x147),'validOpts':[]},async function(){var i=a63h;execSync(i(0x146),{'stdio':i(0x14d)});},a63e);function a63c(){var j=['1543706sKFpGE','1159528gESxnL','1325177nhLbFI','(((.+)+)+)+$','173079pXbint','570372DwOLws','maka\x20game:tetris','search','780umdmaw','tetris','25ZIAeSp','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','24uboCRq','1988316zbFhkM','constructor','create','556316RnHgAS','inherit','toString'];a63c=function(){return j;};return a63c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d
|
|
1
|
+
const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(-parseInt(f(0x86))/0x2)+-parseInt(f(0xa3))/0x3+parseInt(f(0x88))/0x4+-parseInt(f(0xa0))/0x5+-parseInt(f(0x8c))/0x6*(-parseInt(f(0x9d))/0x7)+parseInt(f(0x89))/0x8*(-parseInt(f(0x87))/0x9)+parseInt(f(0xa4))/0xa*(parseInt(f(0x96))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x93069));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x8b)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a64a)[h(0x97)](h(0x8d));});a64a();function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x86;let f=c[d];return f;},a64d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';function a64c(){const k=['2603665qneLVO','where','error','1575126okizBY','4028330teVQsK','maka\x20g:template\x20todos/todo_item','maka\x20g:api\x20trucks','664940whXpxB','758421EfLmUy','1882024wOvovw','24uUSzAJ','1FVzDIA','toString','126NKYExb','(((.+)+)+)+$','generate','apply','maka\x20g:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','help','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:package\x20package:name','44emJcdg','search','findGenerator','invoke','slice','listGenerators','Generators:','50477kMoqPC','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit'];a64c=function(){return k;};return a64c();}import{UsageError}from'../error.js';Command['create']({'name':a64i(0x8e),'aliases':['g'],'usage':a64i(0x94),'validOpts':['dir',a64i(0xa1),a64i(0x92)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x93),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a64i(0x9e),a64i(0x90),a64i(0xa5),a64i(0x95),a64i(0x9f),a64i(0xa6),a64i(0x91)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x98)](c);if(!d){b[j(0x92)]?(Log['notice'](j(0x9c)),a64e[j(0x9b)]()):Log[j(0xa2)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x99)](a[j(0x9a)](0x1),b);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a65d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1cd))/0x1+-parseInt(f(0x1c7))/0x2*(-parseInt(f(0x1c8))/0x3)+parseInt(f(0x1d1))/0x4+-parseInt(f(0x1d2))/0x5*(-parseInt(f(0x1cb))/0x6)+parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1c6))/0x8)+-parseInt(f(0x1d0))/0x9+parseInt(f(0x1cf))/0xa*(parseInt(f(0x1ca))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9647c));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(0x1ce)]()[g(0x1cc)]('(((.+)+)+)+$')['toString']()['constructor'](a65a)[g(0x1cc)](g(0x1c5));});function a65c(){var h=['10694736HLmcsV','1048136kNUGrS','22970JVpSDS','(((.+)+)+)+$','8gGRDyI','1906968AJsIbf','3wmoNKK','8186738vFxvVI','11tuWDbP','870PVDsvn','search','691326TVWnJR','toString','4004120OZLhoc'];a65c=function(){return h;};return a65c();}a65a();import'./get.command.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a65d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';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
|
+
const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0xe5))/0x1*(parseInt(f(0xe0))/0x2)+-parseInt(f(0xe4))/0x3*(-parseInt(f(0xe7))/0x4)+-parseInt(f(0xeb))/0x5+parseInt(f(0xec))/0x6+-parseInt(f(0xea))/0x7+parseInt(f(0xe3))/0x8+-parseInt(f(0xee))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xadec1));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0xe6)]('(((.+)+)+)+$')[h(0xed)]()[h(0xe2)](a66a)[h(0xe6)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';function a66c(){const k=['toString','7054173TDdzJJ','Sub-Command\x20not\x20found','get','69656qvuNQg','Get\x20various\x20Maka\x20variables\x20and\x20configurations','constructor','11241152UlGIxN','547887supJtj','24zrnKqO','search','20HEvtRQ','apply','maka\x20get:<sub-command>','6850893xrmyEC','5610005mdMtwc','2656326BhmqYU'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xdf;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':a66i(0xdf),'usage':a66i(0xe9),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0xe1),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0xef));throw new UsageErrorWithSubs();}});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1+parseInt(f(0xf3))/0x2*(-parseInt(f(0xe4))/0x3)+parseInt(f(0xe1))/0x4+-parseInt(f(0xec))/0x5*(-parseInt(f(0xf0))/0x6)+parseInt(f(0xe9))/0x7+parseInt(f(0xe2))/0x8+parseInt(f(0xe6))/0x9*(-parseInt(f(0xf5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4ac82));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xe8)]()[h(0xea)](h(0xef))['toString']()[h(0xed)](a67a)[h(0xea)]('(((.+)+)+)+$');});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67c(){const k=['333154zTRKLg','(((.+)+)+)+$','5208WDxnKs','getGlobalConfig','exit','9410EUvNHO','apply','1660TatEpN','global-config','2247576xSScwf','2269272JIzzeF','create','93wRwZzx','maka\x20get:global-config','36459NJLPHQ','fsi','toString','68852sMKzbQ','search','log','3470iPQRsS','constructor'];a67c=function(){return k;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xe1;let f=c[d];return f;},a67d(a,b);}Command[a67i(0xe3)]({'name':a67i(0xf6),'usage':a67i(0xe5),'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(0xe7)][j(0xf1)]();console[j(0xeb)](a),process[j(0xf2)](0x0);}catch(b){console['error'](b),process[j(0xf2)](0x0);}},a67e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a68i=a68d;function a68c(){const k=['local-config','search','toString','707548HtrwON','(((.+)+)+)+$','391365eexpPf','4530722MtXcfP','334407zzWUSg','constructor','log','6BVNIMM','1283270BCtsEc','2744SUeglD','19017Yndoen','apply','getProjectConfig','20XGnYfB','maka\x20get:local-config','fsi','23745450roKlLa'];a68c=function(){return k;};return a68c();}(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x109))/0x1+-parseInt(f(0xfd))/0x2+-parseInt(f(0xf9))/0x3*(parseInt(f(0x102))/0x4)+parseInt(f(0xf7))/0x5+parseInt(f(0xfc))/0x6*(parseInt(f(0xf8))/0x7)+parseInt(f(0xfe))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0x105))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x72729));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x108)]()['search']('(((.+)+)+)+$')[h(0x108)]()[h(0xfa)](a68a)[h(0x107)](h(0xf6));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xf6;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a68i(0x106),'usage':a68i(0x103),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x104)][j(0x101)]();console[j(0xfb)](a);},a68e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a69j=a69d;function
|
|
1
|
+
const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x1c4))/0x1+-parseInt(g(0x1ce))/0x2*(-parseInt(g(0x1bd))/0x3)+parseInt(g(0x1d7))/0x4+-parseInt(g(0x1bf))/0x5*(-parseInt(g(0x1c7))/0x6)+parseInt(g(0x1be))/0x7*(parseInt(g(0x1d0))/0x8)+-parseInt(g(0x1c2))/0x9+-parseInt(g(0x1c5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x5e4dd));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1cc)]()[i(0x1cd)]('(((.+)+)+)+$')[i(0x1cc)]()[i(0x1ca)](a69a)['search'](i(0x1c0));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['10FKyAtT','(((.+)+)+)+$','token','4933026LoAUUF','userId','421489raPDEJ','9022510ZQvvTF','exit','1093596yeBXGf','getGlobalConfig','whoami','constructor','create','toString','search','2Tfnban','maka\x20get:whoami','139768YiiFRB','hash','decode','notice','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2921328wTMoqY','roles','user','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','apply','541539vQTUDW','56CPnOCe'];a69c=function(){return l;};return a69c();}Command[a69j(0x1cb)]({'name':a69j(0x1c9),'usage':a69j(0x1cf),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x1c8)]();if(a['hash']){const b=a69f[k(0x1d2)](a[k(0x1d1)]);Log[k(0x1d3)](k(0x1da)+b?.[k(0x1d9)]),Log[k(0x1d3)](k(0x1d4)+a[k(0x1c1)]?.[k(0x1c3)]),Log[k(0x1d3)](k(0x1d5)+a[k(0x1c1)]?.['authToken']),Log[k(0x1d3)](k(0x1d6)+b?.[k(0x1d8)]['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x1c6)](0x0);}},a69e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1*(-parseInt(f(0x182))/0x2)+-parseInt(f(0x180))/0x3*(-parseInt(f(0x177))/0x4)+-parseInt(f(0x188))/0x5+-parseInt(f(0x17b))/0x6*(-parseInt(f(0x184))/0x7)+parseInt(f(0x176))/0x8*(parseInt(f(0x179))/0x9)+-parseInt(f(0x17f))/0xa+-parseInt(f(0x17a))/0xb*(parseInt(f(0x185))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd00fc));function a70c(){var j=['2rkjwnW','16122130ULADbF','9GecYHl','create','929578Iyxcrw','search','7uTjIpo','30456FPOszK','apply','Deprecated:\x20use\x20--help\x20instead','3404475fHedVo','(((.+)+)+)+$','1728kWyJwl','2196364nvcDuF','Try,\x20maka\x20--help','68949gWqoHJ','2189QRBjUN','7667514gvqzan','constructor','help'];a70c=function(){return j;};return a70c();}var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()[h(0x183)](h(0x189))['toString']()[h(0x17c)](a70a)[h(0x183)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x176;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x181)]({'name':a70i(0x17d),'description':a70i(0x178),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x187)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d
|
|
1
|
+
const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=-parseInt(v(0x114))/0x1+parseInt(v(0xea))/0x2+-parseInt(v(0x120))/0x3+parseInt(v(0xe6))/0x4+-parseInt(v(0xcf))/0x5*(parseInt(v(0x113))/0x6)+parseInt(v(0x102))/0x7*(parseInt(v(0xe2))/0x8)+parseInt(v(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x59e22));const a71b=(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;};}()),a71a=a71b(this,function(){const w=a71d;return a71a[w(0xfb)]()[w(0xdd)](w(0xf3))[w(0xfb)]()[w(0xfd)](a71a)[w(0xdd)]('(((.+)+)+)+$');});a71a();import a71e from'os';import a71f from'path';import a71g from'fs';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xcf;let f=c[d];return f;},a71d(a,b);}import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';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 homeDir=a71e['homedir']();function isRoot(){const x=a71d;return process[x(0x10e)]&&process['getuid']()===0x0;}function a71c(){const B=['maka\x20install','/.zshrc','.meteor','3696ENNtWF','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','5186727plXBLV','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','x86_64','notice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','checkAvailability','meteor.tar.gz','existsSync','\x20installed.\x0a','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','getuid','zsh','&release=','arch','linux','13116VnpmjH','553483dIuuez','Network\x20error,\x20please\x20try\x20again.','cert','maka\x20install\x20meteor\x20--force','export\x20PATH=','win32','arm64','cacert','maka\x20install\x20meteor\x20--version\x202.13.3','install','Aborted','Setting\x20Path\x20in\x20/etc/profile','324714RBNIXZ','keepInstallFile','warn','version','force','440OKlYTj','exit','join','-xzf','env','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','length','fileContainsString','confirm','injectAtEndOfFile','windows','Path\x20already\x20set\x20in\x20',':$PATH','RELEASE=','search','Aborting\x20install','Installing\x20meteor\x20','fsi','maka\x20i','2192JqUawh','/.bash_profile','setPath','Setting\x20Path\x20in\x20','538376qbBCTj','/etc/profile','getGlobalConfig','Setting\x20Path\x20in\x20\x20','733364hoCGjr','data','withSpinner','maka\x20install\x20meteor','SHELL','Meteor\x20version\x20','osx','https://packages.meteor.com/bootstrap-link?arch=os.','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','(((.+)+)+)+$','downloadFile','grep','/.bashrc','info','string','-rf','error','toString','success','constructor','\x20is\x20not\x20available.'];a71c=function(){return B;};return a71c();}Command['create']({'name':a71y(0x11d),'aliases':['i'],'validOpts':[a71y(0x124),a71y(0x123),'cacert',a71y(0xe4),a71y(0x121)],'usage':a71y(0xff),'shortDesc':a71y(0x105),'description':a71y(0xf2),'examples':[a71y(0xed),a71y(0x117),a71y(0x11c),a71y(0xe1)]},async function(a,b){const z=a71y;try{let c='';if(b['cacert']){if(this[z(0xe0)]['isFile'](b['cacert']))Log[z(0x107)]('Using\x20CA\x20Cert\x20'+b[z(0x11b)]),c=b[z(0x11b)];else throw z(0x108)+c;}const d=await this[z(0xe0)][z(0xe8)]();if(d[z(0x116)]){if(this[z(0xe0)]['isFile'](d[z(0x116)]))c=d[z(0x116)];else throw z(0x10d)+c;}let f=![];if(b['f']||b[z(0x124)])f=!![];else{const p=isRoot();p?(Log[z(0x122)](z(0xd4)),f=await Actions[z(0xd7)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw z(0x11e);const g=process['platform']===z(0x119),h=await HTTPS['get']({'url':'https://install.meteor.com','cert':c}),i=await this[z(0xe0)][z(0xf5)](h[z(0xeb)],z(0xdc));if(i[z(0xd5)]===0x0)throw z(0x115);let j=i[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===z(0xf8)||typeof b[z(0x123)]===z(0xf8))&&(j=b['v']||b[z(0x123)]);const k={'win32':z(0xd9),'darwin':z(0xf0),'linux':z(0x112)},l=z(0xf1)+k[a71e['platform']()]+'.'+(a71e[z(0x111)]()==='arm64'?z(0x11a):z(0x106))+z(0x110)+j,m=await HTTPS[z(0x109)]({'url':l,'cert':c});!m&&(Log[z(0xfa)](z(0xef)+j+z(0xfe)),process['exit'](0x0));const n=a71f[z(0xd1)](homeDir,z(0x101)),o=async()=>{const A=z,q=A(0x118)+n+A(0xdb);if(process[A(0xd3)]['SHELL']&&process[A(0xd3)][A(0xee)]['includes'](A(0x10f))){const r=await this[A(0xe0)][A(0xd6)](homeDir+A(0x100),q);if(!r)Log[A(0xf7)](A(0xe9)+homeDir+A(0x100)),this['fsi'][A(0xd8)]({'filePath':homeDir+A(0x100),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[A(0xf7)](A(0xda)+homeDir+A(0x100));}else{const s=await this[A(0xe0)][A(0xd6)](homeDir+A(0xf6),q);if(!s)Log[A(0xf7)](A(0xe5)+homeDir+A(0xf6)),this[A(0xe0)][A(0xd8)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20'+homeDir+A(0xf6));const t=await this['fsi']['fileContainsString'](homeDir+A(0xe3),q);if(!t)Log['info'](A(0xe5)+homeDir+A(0xe3)),this[A(0xe0)][A(0xd8)]({'filePath':homeDir+A(0xe3),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.bash_profile');if(isRoot()){const u=await this['fsi'][A(0xd6)]('/etc/profile',q);if(!u)Log[A(0xf7)](A(0x11f)),this[A(0xe0)][A(0xd8)]({'filePath':A(0xe7),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20/etc/profile');}}};b[z(0xe4)]&&(await o(),process[z(0xd0)](0x0));if(g)Log[z(0xfa)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a71g[z(0x10b)](n)){let q=![];b['f']||b[z(0x124)]?q=!![]:q=await Actions['confirm'](z(0x103),![]),q?await SpawnAsync[z(0xec)]('rm',[z(0xf9),n],{'message':'Removing\x20previous\x20install\x20of\x20meteor'}):(Log[z(0xf7)](z(0xde)),process['exit'](0x0));}try{await HTTPS[z(0xf4)]({'url':l,'destPath':a71f['join'](homeDir,z(0x10a)),'cert':c});const r=[z(0xd2),a71f[z(0xd1)](homeDir,'meteor.tar.gz'),'-C',homeDir];await SpawnAsync[z(0xec)]('tar',r,{'message':z(0xdf)+j}),!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[z(0xf9),a71f[z(0xd1)](homeDir,z(0x10a))],{'message':'Cleaning\x20up'}),await o();}catch(s){console['error'](s);}Log[z(0xfc)](z(0xef)+j+z(0x10c));}}catch(t){console[z(0xfa)](t),process[z(0xd0)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a72m=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0x9f))/0x1*(-parseInt(j(0xaa))/0x2)+parseInt(j(0xab))/0x3+-parseInt(j(0xb4))/0x4+parseInt(j(0xb0))/0x5*(parseInt(j(0xa9))/0x6)+parseInt(j(0xa0))/0x7+-parseInt(j(0xbe))/0x8+-parseInt(j(0xa3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xa7fb0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a[l(0xb8)]()[l(0xba)]('(((.+)+)+)+$')['toString']()[l(0xaf)](a72a)[l(0xba)]('(((.+)+)+)+$');});a72a();import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72m(0xbb)]({'name':a72m(0xa5),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a72m(0xbf),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a72m,a=a72e[n(0x9d)](this['fsi'][n(0xc2)]({}),n(0xb9)+a72e[n(0xad)]),b=a72e[n(0x9d)](this[n(0xb7)][n(0xc2)]({}),'config',n(0xa2)),c=this[n(0xb7)][n(0xc2)]({}),d=n(0xa5);if(!this[n(0xc0)](b)){const g={'plugins':[n(0xb1)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xa5),'closure']},'source':{'includePattern':n(0x9e),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xa1),'app/node_modules',n(0xa7),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xb6)}};a72f[n(0xa6)](b,JSON[n(0xb3)](g,null,0x4));}const f=this[n(0xbc)](n(0xb2)+d);try{const h=d+'\x20-c\x20'+b+n(0xb5)+a72e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa8)}),this[n(0xae)](n(0xc1)+a);}catch(i){this[n(0xac)](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xa4)]();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x9d;let f=c[d];return f;},a72d(a,b);}function a72c(){const o=['539536ntosXe','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','isFile','\x0a[+]\x20Documentation\x20written\x20to\x20','pathFromProject','join','.+\x5c.(j|t)s(doc|x)?$','2699hblVei','5678463WOSUbE','app/packages','jsdoc-config.json','19000638cHfQab','stop','jsdoc','writeFileSync','app/public','inherit','6453978KRZVHR','826PjiliP','1431135rBSMEx','logError','sep','logNotice','constructor','5XZctbu','plugins/markdown','Running\x20','stringify','2447728ILLNhP','\x20-r\x20app','utf-8','fsi','toString','docs','search','create','logWithSpinner','apply'];a72c=function(){return o;};return a72c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(
|
|
1
|
+
const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0x1a7))/0x1*(parseInt(p(0x1ac))/0x2)+parseInt(p(0x199))/0x3+-parseInt(p(0x1a8))/0x4+parseInt(p(0x1a2))/0x5+parseInt(p(0x196))/0x6+parseInt(p(0x1af))/0x7*(parseInt(p(0x1b1))/0x8)+-parseInt(p(0x1b4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3f2d2));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0x1b3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a[r(0x1b6)]()[r(0x18e)](r(0x19a))[r(0x1b6)]()[r(0x1a9)](a73a)[r(0x18e)](r(0x19a));});a73a();import a73e from'path';import{ESLint}from'eslint';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18c;let f=c[d];return f;},a73d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a73c(){const u=['installNpmPackage','.eslintrc.json','format','search','maka\x20lint','bright','success','join','lintFiles','stylish','checkNpmPackage','2229108qOXPbN','notice','outputFixes','834096bOhVPt','(((.+)+)+)+$','push','loadFormatter','All\x20good!\x20:)','eslint-plugin-css','findAppDirectory','service','eslint','1557150tMDZut','isFile','template','eslint-plugin-react','imports','1ggcoio','40892LSspBh','constructor','fix','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','564814bsnnmN','error','Lint\x20results\x20for\x20','1277311QVgZoI','lint','8tEpQcv','length','apply','5328477KRfZLh','fsi','toString','\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'];a73c=function(){return u;};return a73c();}Command['create']({'name':a73s(0x1b0),'usage':a73s(0x18f),'maxArgLength':0x1,'validOpts':[a73s(0x1aa)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a73s(0x1b7),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a73s;try{const c=this[t(0x1b5)][t(0x19f)](),d=this[t(0x1b5)][t(0x195)](t(0x1a1)),f=this[t(0x1b5)][t(0x195)]('eslint-plugin-react'),g=this[t(0x1b5)][t(0x195)]('eslint-plugin-css'),h=[];!d&&h[t(0x19b)](t(0x1a1));!f&&h[t(0x19b)](t(0x1a5));!g&&h[t(0x19b)](t(0x19e));h[t(0x1b2)]>0x0&&await this[t(0x1b5)][t(0x1b8)](h[t(0x192)]('\x20'),{'dev':!![]});const i=this[t(0x1b5)][t(0x1a3)](a73e[t(0x192)](c,t(0x18c)));if(!i){const n={'noRename':!![]};await this[t(0x1b5)][t(0x1a4)]({'srcPath':'eslint/eslintrc.json','destPath':a73e[t(0x192)](c,'.eslintrc.json'),'framework':t(0x1a0),'context':n});}const j=new ESLint(),k=await j[t(0x193)]([a73e[t(0x192)](c,t(0x1a6),'**')]),l=await j[t(0x19c)](t(0x194)),m=l[t(0x18d)](k);m[t(0x1b2)]>0x0?Log[t(0x190)](m):Log[t(0x191)](t(0x19d)),Log['notice'](t(0x1ae)+c+'/imports'),b['fix']?await ESLint[t(0x198)](k):Log[t(0x197)](t(0x1ab));}catch(o){console[t(0x1ad)](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a74y=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x8a))/0x1+parseInt(w(0xb7))/0x2+-parseInt(w(0x89))/0x3*(-parseInt(w(0x8b))/0x4)+parseInt(w(0x97))/0x5+parseInt(w(0x99))/0x6+parseInt(w(0xaa))/0x7+-parseInt(w(0x93))/0x8*(parseInt(w(0x8e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa2f83));const a74b=(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;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0xa7)]()[x(0xb1)](x(0xad))[x(0xa7)]()['constructor'](a74a)[x(0xb1)]('(((.+)+)+)+$');});a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a74c(){const A=['\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','notice','getGlobalConfig','maka\x20login','True','start','273TQecve','1268157EnFVLC','9980HOPMkF','success','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','128853lJcnGv','cert','localhost','cacert','debug','736qRoCrF','/api/v1/login','login','https://','696830bPbVfz','fsi','5681994KlJmVE','digest','Password:\x20','update','isFile','parse','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','password','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','toHex','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','www.maka-cli.com','Logging\x20into\x20https://','toString','env','/api/v1/status','7282093idNLrZ','error','header','(((.+)+)+)+$','create','sha256','/api/v1/encodeJwt','search','assign','email','failure','authToken','Email:','1798270gJyOmi','Preflight\x20Check'];a74c=function(){return A;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x87;let f=c[d];return f;},a74d(a,b);}const hostname=process[a74y(0xa8)]['MAKA_DEV']===a74y(0x87)?a74y(0x90):a74y(0xa5);Command[a74y(0xae)]({'name':a74y(0x95),'validOpts':[a74y(0xb3),a74y(0xa1),'help','cacert',a74y(0x92)],'usage':a74y(0xbc),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74y(0xa2),'examples':[a74y(0xbc),a74y(0xa4)]},async function(a,b){const z=a74y,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[z(0x98)][z(0x9d)](b[z(0x91)])?(d=b[z(0x91)],Log[z(0xba)](z(0x9f)+d)):Log[z(0xab)](z(0x8d)+d));const f=await this['fsi'][z(0xbb)]();if(f[z(0x8f)]){if(this[z(0x98)][z(0x9d)](f[z(0x8f)]))d=f['cert'];else{Log['error'](z(0xa0)+d);return;}}Log[z(0xac)](z(0xa6)+hostname);const g={'url':z(0x96)+hostname+z(0xa9)};b[z(0x91)]&&Object[z(0xb2)](g,{'cert':d});c['start'](z(0xb8));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0xb4)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c['failure']();throw z(0x96)+hostname+z(0xb9);}c[z(0x8c)]();const i=b['email']?b[z(0xb3)]:await Actions['ask'](z(0xb6)),j=b['password']?b[z(0xa1)]:await Actions['ask'](z(0x9b),!![]),k=a74e['md'][z(0xaf)][z(0xae)]();k[z(0x9c)](j);const l=k[z(0x9a)]()[z(0xa3)](),m={'hostname':hostname,'path':z(0x94),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x91)]&&Object[z(0xb2)](m,{'cert':d});c[z(0x88)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[z(0xb4)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[z(0x9e)](n);if(p[z(0xb5)]){const q={'hostname':hostname,'path':z(0xb0),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[z(0xb2)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[z(0x9e)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[z(0x98)]['setGlobalConfig'](u);}else{c[z(0xb4)]();throw p;}c[z(0x8c)]();}catch(v){c[z(0xb4)](),console[z(0xab)](v),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75n=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=-parseInt(l(0x170))/0x1+parseInt(l(0x15e))/0x2*(parseInt(l(0x17c))/0x3)+-parseInt(l(0x15f))/0x4*(-parseInt(l(0x157))/0x5)+parseInt(l(0x179))/0x6+parseInt(l(0x17f))/0x7+parseInt(l(0x177))/0x8+parseInt(l(0x161))/0x9*(-parseInt(l(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd8d28));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 m=a75d;return a75a['toString']()[m(0x173)](m(0x167))[m(0x16c)]()[m(0x176)](a75a)[m(0x173)]('(((.+)+)+)+$');});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x156;let f=c[d];return f;},a75d(a,b);}function a75c(){const p=['True','getGlobalConfig','toString','success','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','176041syLWvL','header','maka\x20logout','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','constructor','10397480PLyVJA','get','5871138RGGami','withSpinner','Logging\x20out','6DhxklH','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','12361090wYwuth','fsi','15DQsUzK','cert','authToken','/api/v1/logoutAll','failure','10liDOAJ','https://','492142yBzKMq','1874492eEWzeZ','cacert','43901496YvWUEc','isFile','Using\x20CA\x20Cert\x20','post','www.maka-cli.com','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error'];a75c=function(){return p;};return a75c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a75n(0x16a)?a75n(0x17e):a75n(0x165);Command['create']({'name':'logout','validOpts':['cacert'],'usage':a75n(0x172),'maxArgLength':0x2,'shortDesc':a75n(0x16e),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const o=a75n,c=Log[o(0x17a)]();try{let d='';b[o(0x160)]&&(this[o(0x156)][o(0x162)](b[o(0x160)])?(d=b['cacert'],Log['notice'](o(0x163)+d)):Log['error'](o(0x168)+d));const f=await this[o(0x156)][o(0x16b)]();if(f['cert']){if(this[o(0x156)]['isFile'](f[o(0x158)]))d=f[o(0x158)];else{c['failure']();throw Log['error'](o(0x174)+d);}}Log[o(0x171)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x15d)+hostname+'/api/v1/status'};b[o(0x160)]&&Object['assign'](g,{'cert':d});c[o(0x16f)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0x178)](g);if(h===0x198){c[o(0x15b)]();throw o(0x17d);}c[o(0x16d)]();if(h!==0xc8){c[o(0x15b)]();throw o(0x175);}if(!f?.['token']?.[o(0x159)])throw Log['error'](o(0x166));c['start'](o(0x17b));const i={'hostname':hostname,'path':o(0x15a),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[o(0x160)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x164)](i);if(j===0x198){c[o(0x15b)]('\x0a');throw o(0x17d);}this[o(0x156)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x16d)]();}catch(k){k&&console[o(0x169)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d
|
|
1
|
+
const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xc4))/0x1+-parseInt(h(0xc1))/0x2+parseInt(h(0xd6))/0x3+-parseInt(h(0xd7))/0x4+-parseInt(h(0xda))/0x5*(-parseInt(h(0xc5))/0x6)+-parseInt(h(0xce))/0x7+parseInt(h(0xdb))/0x8*(parseInt(h(0xc3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xf0879));function a76c(){const m=['maka\x20logs\x20--env\x20dev','log','5226995ugWjyr','15520440uZRMUx','join','env','883486VcWXUo','(((.+)+)+)+$','9EZXAkf','407638RRjUpF','6OGfXxN','create','View\x20the\x20PM2\x20logs','toString','pm2\x20logs','getConfigPath','maka\x20l\x20-e\x20p','assign','readFileSync','8751071WjqEll','parse','maka\x20logs','apply','constructor','ssh.json','sshSync','search','770757MKzKYL','3891624EnBBxq'];a76c=function(){return m;};return a76c();}const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xc8)]()['search'](j(0xc2))[j(0xc8)]()[j(0xd2)](a76a)[j(0xd5)](j(0xc2));});a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xc1;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a76k(0xc6)]({'name':'logs','aliases':['l',a76k(0xd9)],'usage':a76k(0xd0),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':a76k(0xc7),'examples':[a76k(0xd8),'maka\x20logs\x20--env\x20staging',a76k(0xcb)]},function(a,b){const l=a76k,c=l(0xc9),d=this['fsi'][l(0xca)](b[l(0xdd)]),e=a76f[l(0xdc)](d,l(0xd3)),f=a76e[l(0xcd)](e),g=JSON[l(0xcf)](f['toString']());Object[l(0xcc)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a77c(){const
|
|
1
|
+
const a77i=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x19b;let f=c[d];return f;},a77d(a,b);}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0x19b))/0x1+-parseInt(g(0x1aa))/0x2*(-parseInt(g(0x1b3))/0x3)+-parseInt(g(0x1b4))/0x4+-parseInt(g(0x1a1))/0x5*(parseInt(g(0x1a4))/0x6)+parseInt(g(0x1b2))/0x7*(-parseInt(g(0x1b1))/0x8)+-parseInt(g(0x1a7))/0x9+parseInt(g(0x1af))/0xa*(parseInt(g(0x19c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x78b0e));function a77c(){const k=['maka\x20--help','4720752OwLdWe','7IdYezy','6rQulll','1252148cFMrEK','maka\x20create\x20Todo','563673xsenUV','12881506VaAZiB','search','exit','fsi','maka','92230XSwYJJ','error','\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.::.\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','246cFwRte','maka\x20<command>\x20[<args>]\x20[<opts>]','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2680290XzLdEt','(((.+)+)+)+$','constructor','716858xuksRF','runSubCommand','toString','maybeProxyCommandToMeteor','findSubCommand','10PyhGVv'];a77c=function(){return k;};return a77c();}const a77b=(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;};}()),a77a=a77b(this,function(){const h=a77d;return a77a[h(0x1ac)]()[h(0x19d)](h(0x1a8))[h(0x1ac)]()[h(0x1a9)](a77a)[h(0x19d)](h(0x1a8));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77i(0x1a0),'minArgLength':0x1,'shortDesc':a77i(0x1a6),'validOpts':[],'usage':a77i(0x1a5),'disableAuthCheck':!![],'examples':[a77i(0x1b0),'maka\x20install\x20meteor',a77i(0x1b5),'maka\x20run'],'description':a77i(0x1a3)},async function(a,b){const j=a77i;try{const c=a[0x0],d=this[j(0x1ae)](c);d?this[j(0x1ab)](c,a['slice'](0x1),b):this[j(0x19f)][j(0x1ad)]();}catch(f){console[j(0x1a2)](f),process[j(0x19e)](0x1);}});export default Maka;
|