@maka/maka-cli 5.1.19 → 5.1.21
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/cecr.sub.cmd.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/decr.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/lecr.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/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.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/profile.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/register.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/testCmd/_index.js +1 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/uninstall.js +1 -1
- package/bundle/obf/src/commands/version/_index.js +1 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/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/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.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/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.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/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/logger.js +1 -0
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/service.js +1 -0
- 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/cfg/cfg.class.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/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.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
- package/bundle/obf/src/generators/service.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xa6))/0x1*(-parseInt(f(0x84))/0x2)+-parseInt(f(0x7e))/0x3+parseInt(f(0xa4))/0x4+parseInt(f(0xa8))/0x5+parseInt(f(0x8d))/0x6*(-parseInt(f(0x9f))/0x7)+parseInt(f(0xa7))/0x8*(parseInt(f(0x7b))/0x9)+-parseInt(f(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x9c0db));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x9d)]()[h(0x88)](h(0x96))[h(0x9d)]()[h(0x8c)](a58a)[h(0x88)](h(0x96));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x9b)],'category':Category[i(0xac)],'shape':Shape[i(0xa0)],'color':Color['Yellow'],'texture':Texture[i(0x9e)],'rating':Rating[i(0x9a)],'weight':0x1});}[a58j(0x82)](){var k=a58j;return this[k(0x9c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x9b)],'category':Category[l(0xa2)],'shape':Shape['Blade'],'color':Color[l(0x87)],'texture':Texture[l(0x80)],'rating':Rating[l(0x9a)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x93)],'category':Category[m(0xa2)],'shape':Shape[m(0xae)],'color':Color[m(0x90)],'texture':Texture['Metallic'],'rating':Rating[m(0xa3)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x9b)],'category':Category[n(0x86)],'shape':Shape[n(0x91)],'color':Color[n(0x87)],'texture':Texture['Metallic'],'rating':Rating[n(0x9a)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x93)],'category':Category[o(0xad)],'shape':Shape[o(0xa0)],'color':Color[o(0x87)],'texture':Texture[o(0x80)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x9b)],'category':Category[p(0x7c)],'shape':Shape[p(0xa0)],'color':Color['Grey'],'texture':Texture[p(0x80)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x9b)],'category':Category[q(0x8e)],'shape':Shape[q(0x91)],'color':Color[q(0x90)],'texture':Texture[q(0x9e)],'rating':Rating[q(0x9a)],'weight':0x2});}}function a58c(){var C=['author','constructor','928410fAnUNW','Boots','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Brown','Circle','ArmArmor','Large','Holy\x20Grail','publishDate','(((.+)+)+)+$','Yellow','Short\x20Sword','Unknown\x20Author','Common','Medium','description','toString','Smooth','7Uzwhcp','Rectangle','Small','Weapon','Rare','4596580whNYTb','Gold','311171zkGWsw','8OaQjfm','2275765URtEUu','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Book','Cup','Unknown','BodyArmor','Rifle','apply','5087943KpiOTU','LegArmor','Blade','3310671OISdCO','name','Metallic','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','Gloves','2DaIIRJ','Legendary','Helmet','Grey','search','5833090uHqTnu','You\x20hold\x20the\x20'];a58c=function(){return C;};return a58c();}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xa1)],'category':Category[r(0x83)],'shape':Shape[r(0x91)],'color':Color[r(0x90)],'texture':Texture['Smooth'],'rating':Rating[r(0x9a)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x9b)],'category':Category[s(0x92)],'shape':Shape[s(0xa0)],'color':Color[s(0x87)],'texture':Texture[s(0x80)],'rating':Rating[s(0x9a)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x7a;var f=c[d];return f;},a58d(a,b);}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category['Key'],'shape':Shape[t(0xa0)],'color':Color[t(0x97)],'texture':Texture[t(0x9e)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x82)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x9b)],'category':Category[u(0xa2)],'shape':Shape[u(0x7d)],'color':Color[u(0x87)],'texture':Texture[u(0x80)],'rating':Rating['Common'],'weight':0x3});}['use'](){var v=a58j;return v(0x8f);}}export class Book extends Item{['author'];['publishDate'];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x99)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[w(0xaa)],'shape':Shape[w(0xa0)],'color':Color['Brown'],'texture':Texture[w(0x9e)],'rating':Rating[w(0x9a)],'weight':0x1}),this[w(0x8b)]=c,this[w(0x95)]=new Date(),this['pageCount']=0x64;}[a58j(0x82)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0x98),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[x(0x9b)],'category':Category[x(0xa2)],'shape':Shape[x(0x7d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x82)](){var y=a58j;return y(0x8f);}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':'Sniper\x20Rifle','description':z(0xa9),'size':Size[z(0x93)],'category':Category[z(0xa2)],'shape':Shape[z(0xae)],'color':Color[z(0x90)],'texture':Texture['Smooth'],'rating':Rating[z(0x9a)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0x94),'description':A(0x81),'size':Size[A(0xa1)],'category':Category[A(0xab)],'shape':Shape[A(0x91)],'color':Color[A(0xa5)],'texture':Texture['Metallic'],'rating':Rating[A(0x85)],'weight':0x1});}[a58j(0x82)](){var B=a58j;return B(0x8a)+this[B(0x7f)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['outside','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20chest\x20remains\x20firmly\x20shut.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Barrens\x20Entrance','6530aBrYHd','Emblem\x20Shield','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','key','369eWnuEX','holyGrail','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Riddle\x20Book','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','book','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','An\x20old\x20and\x20rusted\x20sword.','Ancient\x20Gem','11442KzIBNA','Barrens\x20Hideout','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','3gWrLTT','A\x20long-range\x20weapon.','Corp\x20Enclave','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','SOUTH','Secret\x20Passage','Encrypted\x20Data\x20Key','A\x20key\x20stained\x20with\x20old\x20blood.','That\x20passcode\x20is\x20incorrect','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Holy\x20Grail','show\x20loyalty','EAST','basic','down','Treasure\x20Room','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Alchemy\x20Lab','Torture\x20Chamber','Central\x20Chamber\x20Key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','disenchant','Gang\x20Insignia','OUTSIDE','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Courtyard','toString','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Golden\x20Chalice','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Mage\x27s\x20Lair','apply','Jackpoint\x20Login','Empty\x20vial','north','Golden\x20Key','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','2280830yUKQAj','Amulet\x20of\x20Awakening','553116HSOyUs','Study','decrypt','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','drone','Guard\x27s\x20Log\x20Book','Sniper\x20Rifle','(((.+)+)+)+$','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','west','sword','south','Entrance\x20Hall','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Downtown\x20Seattle','9bMLNhp','inside','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Chad\x20the\x20stupid\x20guard','A\x20small\x20surveillance\x20drone.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Rigger\x27s\x20Workshop','east','A\x20clear\x20glass\x20vial.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','4781mmvvlH','Rusted\x20Sword','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Library','Corporate\x20Creditstick','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','amulet','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','search','Ares\x20Predator','A\x20thin\x20log\x20book','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','release','Nothing\x20happens.','Central\x20Chamber','insert\x20gem','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','19203250YiPYdu','Armory','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','weapon','secret123','5715400XuAzHB','8157112AyTASK'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x208))/0x1*(parseInt(f(0x204))/0x2)+parseInt(f(0x217))/0x3*(parseInt(f(0x1ca))/0x4)+-parseInt(f(0x1c8))/0x5+parseInt(f(0x214))/0x6*(parseInt(f(0x1e5))/0x7)+-parseInt(f(0x1fe))/0x8*(-parseInt(f(0x1db))/0x9)+-parseInt(f(0x1fd))/0xa+-parseInt(f(0x1f8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd9b50));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x1bc)]()[h(0x1ee)](h(0x1d1))[h(0x1bc)]()['constructor'](a60a)['search']('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x1e9),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x207),'name':'Golden\x20Key','description':a60i(0x216)},{'type':a60i(0x20f),'name':a60i(0x1cf),'description':a60i(0x1f0),'content':a60i(0x1de)}],'exits':[{'direction':a60i(0x226),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x21e),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a60i(0x229),'keyRequired':a60i(0x1c5)},{'direction':a60i(0x21d),'targetRoom':a60i(0x1bb)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x209),'name':a60i(0x224),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x1bb),'description':a60i(0x1f1),'roomType':a60i(0x1b8),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':a60i(0x1e0),'roomType':a60i(0x1b8),'puzzle':{'requiredPhrase':a60i(0x1fc),'riddle':a60i(0x1bd),'rewardItem':{'type':'rifle','name':a60i(0x1d0),'description':a60i(0x218)},'successMessage':a60i(0x21c),'failureMessage':a60i(0x221)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1c6),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x20b),'rewardItem':{'type':a60i(0x207),'name':a60i(0x22d),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x22e),'failureMessage':a60i(0x1f3)},'exits':[{'direction':a60i(0x1c4),'targetRoom':a60i(0x1cb)},{'direction':a60i(0x1e2),'targetRoom':a60i(0x1f4),'keyRequired':a60i(0x22d)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':'book','name':a60i(0x20d),'description':a60i(0x210),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x207),'name':a60i(0x22d),'description':a60i(0x1e8)}],'exits':[{'direction':a60i(0x1d7),'targetRoom':a60i(0x1d8)},{'direction':'east','targetRoom':a60i(0x22b)}]},{'name':a60i(0x22b),'description':a60i(0x223),'roomType':a60i(0x1dc),'items':[{'type':a60i(0x227),'name':a60i(0x1c3),'description':a60i(0x1e3)}],'exits':[{'direction':a60i(0x1d5),'targetRoom':'Study'},{'direction':a60i(0x1c4),'targetRoom':'Armory'}]},{'name':a60i(0x1f9),'description':a60i(0x1d9),'roomType':a60i(0x1dc),'items':[{'type':'shield','name':a60i(0x205),'description':a60i(0x20e)},{'type':a60i(0x1d6),'name':a60i(0x1e6),'description':a60i(0x212)}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1e2),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x1f4),'description':a60i(0x21b),'roomType':a60i(0x1dc),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a60i(0x1d7),'targetRoom':a60i(0x1d8)},{'direction':a60i(0x1c4),'targetRoom':a60i(0x22c)},{'direction':a60i(0x1e2),'targetRoom':a60i(0x229)}]},{'name':a60i(0x22c),'description':a60i(0x1dd),'roomType':a60i(0x1dc),'items':[{'type':a60i(0x207),'name':'Blood-stained\x20Key','description':a60i(0x220)}],'puzzle':{'requiredPhrase':a60i(0x1f2),'riddle':a60i(0x1f7),'rewardItem':{'type':'gem','name':a60i(0x213),'description':a60i(0x230)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x1bf)},'exits':[{'direction':a60i(0x1d7),'targetRoom':a60i(0x1f4)}]},{'name':a60i(0x229),'description':a60i(0x21a),'roomType':a60i(0x1dc),'puzzle':{'requiredPhrase':a60i(0x1f5),'riddle':a60i(0x206),'rewardItem':{'type':'cup','name':a60i(0x1be),'description':a60i(0x20c)},'successMessage':a60i(0x211),'failureMessage':a60i(0x201)},'exits':[{'direction':a60i(0x1d5),'targetRoom':a60i(0x1f4)}]}];export const shadowrunConfig=[{'name':a60i(0x1c2),'description':a60i(0x1ed),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':'north','targetRoom':a60i(0x1da)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x1ba),'roomType':a60i(0x1dc),'puzzle':{'requiredPhrase':a60i(0x1cc),'riddle':a60i(0x1e7),'rewardItem':{'type':'key','name':a60i(0x21f),'description':a60i(0x1b9)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x228),'targetRoom':a60i(0x1c2)}]},{'name':'Downtown\x20Seattle','description':a60i(0x1fa),'roomType':a60i(0x1ff),'exits':[{'direction':'south','targetRoom':a60i(0x1c2)},{'direction':a60i(0x1e2),'targetRoom':a60i(0x203)},{'direction':a60i(0x1d5),'targetRoom':a60i(0x219)}]},{'name':a60i(0x203),'description':a60i(0x1d3),'roomType':a60i(0x1ff),'puzzle':{'requiredPhrase':a60i(0x225),'riddle':a60i(0x1f6),'rewardItem':{'type':'key','name':a60i(0x1b7),'description':a60i(0x22f)},'successMessage':a60i(0x1e4),'failureMessage':a60i(0x1eb)},'exits':[{'direction':a60i(0x1d5),'targetRoom':a60i(0x1da)},{'direction':a60i(0x1c4),'targetRoom':a60i(0x215)}]},{'name':a60i(0x219),'description':a60i(0x222),'roomType':a60i(0x1dc),'items':[{'type':'creditstick','name':a60i(0x1ea),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':'document','name':'CorpSec\x20Plans','description':a60i(0x1cd)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1da)}]},{'name':a60i(0x215),'description':a60i(0x202),'roomType':'outside','items':[{'type':a60i(0x1fb),'name':a60i(0x1ef),'description':a60i(0x20a)}],'exits':[{'direction':a60i(0x1d7),'targetRoom':a60i(0x203)},{'direction':'north','targetRoom':a60i(0x1c0)},{'direction':a60i(0x1e2),'targetRoom':a60i(0x1e1)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x22a),'roomType':a60i(0x1dc),'puzzle':{'requiredPhrase':a60i(0x231),'riddle':a60i(0x1d2),'rewardItem':{'type':a60i(0x1ec),'name':a60i(0x1c9),'description':a60i(0x1d4)},'successMessage':a60i(0x200),'failureMessage':a60i(0x1c7)},'exits':[{'direction':'south','targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x1e1),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x1dc),'items':[{'type':a60i(0x1ce),'name':'MCT\x20Fly-Spy','description':a60i(0x1df)}],'exits':[{'direction':a60i(0x1d5),'targetRoom':'Barrens\x20Hideout'}]}];
|
|
1
|
+
function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xb5;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0xbb))/0x1+parseInt(f(0xc5))/0x2*(parseInt(f(0xc1))/0x3)+-parseInt(f(0xef))/0x4*(-parseInt(f(0xbf))/0x5)+parseInt(f(0xcf))/0x6+parseInt(f(0xb7))/0x7+parseInt(f(0xce))/0x8+-parseInt(f(0x118))/0x9*(parseInt(f(0x123))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe2f9b));function a60c(){const j=['Watch\x20Tower','25587ngpjNL','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Jackpoint\x20Login','Central\x20Chamber','decrypt','A\x20long-range\x20weapon.','Corporate\x20Creditstick','Riddle\x20Book','That\x20passcode\x20is\x20incorrect','Study','6410qrhzQG','Corp\x20Enclave','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Secret\x20Passage','Barrens\x20Hideout','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','drone','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','south','Chad\x20the\x20stupid\x20guard','3597657OUPjpU','Holy\x20Grail','Sniper\x20Rifle','north','1503925IdFsvO','show\x20loyalty','apply','basic','2661345mSEzrd','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','6cOEjHs','MCT\x20Fly-Spy','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20stained\x20with\x20old\x20blood.','550666koLAIK','Torture\x20Chamber','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Treasure\x20Room','Rigger\x27s\x20Workshop','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','OUTSIDE','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20small\x20surveillance\x20drone.','9779168iBzMUb','5426568jrnGXm','release','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','search','Nothing\x20happens.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','holyGrail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','down','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','inside','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Armory','gem','A\x20clear\x20glass\x20vial.','Encrypted\x20Data\x20Key','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','constructor','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Alchemy\x20Lab','book','EAST','document','toString','outside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20chest\x20remains\x20firmly\x20shut.','8ysBxOA','cup','NORTH','Ares\x20Predator','Courtyard','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','An\x20old\x20and\x20rusted\x20sword.','Golden\x20Key','A\x20creditstick\x20loaded\x20with\x20nuyen.','Ancient\x20Gem','Blood-stained\x20Key','insert\x20gem','west','Entrance\x20Hall','Barrens\x20Entrance','east','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','key','Golden\x20Chalice','Rusted\x20Sword','Mage\x27s\x20Lair','Downtown\x20Seattle','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Central\x20Chamber\x20Key','(((.+)+)+)+$','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Emblem\x20Shield','CorpSec\x20Plans','Amulet\x20of\x20Awakening','Guard\x27s\x20Log\x20Book','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Gang\x20Insignia','shield','disenchant','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Matrix\x20Data\x20Haven','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','rifle','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xea)]()[h(0xd2)](h(0x108))[h(0xea)]()[h(0xe3)](a60a)[h(0xd2)](h(0x108));});a60a();export const rooms=[{'name':'Library','description':a60i(0xca),'isStartRoom':!![],'items':[{'type':a60i(0x101),'name':a60i(0xf6),'description':a60i(0xc7)},{'type':a60i(0xe7),'name':a60i(0x10d),'description':'A\x20thin\x20log\x20book','content':a60i(0xb6)}],'exits':[{'direction':a60i(0xe8),'targetRoom':a60i(0x126)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xf1),'targetRoom':a60i(0xc8),'keyRequired':a60i(0xf6)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xc8),'description':a60i(0xec),'items':[{'type':a60i(0xd5),'name':a60i(0xb8),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0xf3),'description':a60i(0xe4),'roomType':a60i(0xcb),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x117),'description':a60i(0x125),'roomType':a60i(0xcb),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0xdd),'rewardItem':{'type':a60i(0x115),'name':a60i(0xb9),'description':a60i(0x11e)},'successMessage':a60i(0x11a),'failureMessage':a60i(0x121)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0xdc),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0xd9),'rewardItem':{'type':a60i(0x101),'name':a60i(0x107),'description':a60i(0xd4)},'successMessage':a60i(0xe5),'failureMessage':a60i(0xd3)},'exits':[{'direction':a60i(0xba),'targetRoom':a60i(0x122)},{'direction':a60i(0xfe),'targetRoom':a60i(0x11c),'keyRequired':a60i(0x107)}]},{'name':a60i(0x122),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0xe7),'name':a60i(0x120),'description':a60i(0xd1),'content':a60i(0xe2)},{'type':a60i(0x101),'name':a60i(0x107),'description':a60i(0xd4)}],'exits':[{'direction':a60i(0xb5),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0xfe),'targetRoom':a60i(0xe6)}]},{'name':a60i(0xe6),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0xdc),'items':[{'type':a60i(0xbe),'name':'Empty\x20vial','description':a60i(0xe0)}],'exits':[{'direction':a60i(0xfb),'targetRoom':'Study'},{'direction':a60i(0xba),'targetRoom':a60i(0xde)}]},{'name':a60i(0xde),'description':a60i(0xda),'roomType':a60i(0xdc),'items':[{'type':a60i(0x110),'name':a60i(0x10a),'description':a60i(0x116)},{'type':'sword','name':a60i(0x103),'description':a60i(0xf5)}],'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0xe6)},{'direction':'east','targetRoom':a60i(0x11c)}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0xdc),'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0xde)},{'direction':'south','targetRoom':a60i(0xfc)},{'direction':'north','targetRoom':a60i(0xc6)},{'direction':a60i(0xfe),'targetRoom':a60i(0xc8)}]},{'name':a60i(0xc6),'description':a60i(0xd6),'roomType':'inside','items':[{'type':'key','name':a60i(0xf9),'description':a60i(0xc4)}],'puzzle':{'requiredPhrase':a60i(0xd0),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0xdf),'name':a60i(0xf8),'description':a60i(0x106)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0x11c)}]},{'name':'Treasure\x20Room','description':a60i(0x114),'roomType':a60i(0xdc),'puzzle':{'requiredPhrase':a60i(0xfa),'riddle':a60i(0x12b),'rewardItem':{'type':a60i(0xf0),'name':a60i(0x102),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x128),'failureMessage':a60i(0xee)},'exits':[{'direction':a60i(0xfb),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0x109),'isStartRoom':!![],'roomType':a60i(0xdc),'exits':[{'direction':a60i(0xba),'targetRoom':a60i(0x105)},{'direction':'up','targetRoom':a60i(0x113)}]},{'name':a60i(0x113),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0xdc),'puzzle':{'requiredPhrase':a60i(0x11d),'riddle':a60i(0x119),'rewardItem':{'type':'key','name':a60i(0xe1),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xc3),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0xd8),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x105),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0xeb),'exits':[{'direction':a60i(0xb5),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0xfe),'targetRoom':a60i(0xfd)},{'direction':a60i(0xfb),'targetRoom':a60i(0x124)}]},{'name':a60i(0xfd),'description':a60i(0xd7),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0xbc),'riddle':a60i(0xc0),'rewardItem':{'type':a60i(0x101),'name':a60i(0x10f),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x12a),'failureMessage':a60i(0xf4)},'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x105)},{'direction':a60i(0xba),'targetRoom':a60i(0x127)}]},{'name':a60i(0x124),'description':a60i(0xcc),'roomType':a60i(0xdc),'items':[{'type':'creditstick','name':a60i(0x11f),'description':a60i(0xf7)},{'type':a60i(0xe9),'name':a60i(0x10b),'description':a60i(0xff)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':'weapon','name':a60i(0xf2),'description':a60i(0x10e)}],'exits':[{'direction':'south','targetRoom':a60i(0xfd)},{'direction':a60i(0xba),'targetRoom':a60i(0x104)},{'direction':a60i(0xfe),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x104),'description':a60i(0x100),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x111),'riddle':a60i(0xed),'rewardItem':{'type':'amulet','name':a60i(0x10c),'description':a60i(0x112)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xdb)},'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0x127)}]},{'name':a60i(0xc9),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0xdc),'items':[{'type':a60i(0x129),'name':a60i(0xc2),'description':a60i(0xcd)}],'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x127)}]}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x9a))/0x1+-parseInt(f(0x8b))/0x2+parseInt(f(0x8a))/0x3+-parseInt(f(0x82))/0x4*(-parseInt(f(0xa1))/0x5)+-parseInt(f(0x7f))/0x6+-parseInt(f(0x9d))/0x7+parseInt(f(0x80))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2c3bd));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x9c)]()[h(0x7c)](h(0x88))[h(0x9c)]()['constructor'](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';function a61c(){var j=['description','player','logger','(((.+)+)+)+$','roomB','893007GinzYx','560970motiJB','puzzle','category','uuid','name','isLockable','unlockItemOrSolution','_inventory','roomType','rooms','rating','shape','items','characterLocations','_logger','183789CScfWG','apply','toString','1490223xVPuJI','inventory','roomA','isStartRoom','65NqhZBd','weight','search','isLocked','size','1688886UIvElX','4145880vVmRwa','exits','99668tlNLVu','solved','_equipment'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0x94)];[a61i(0x86)];[a61i(0x87)];[a61i(0x98)];}export class AbstractRoom extends EventEmitter{[a61i(0x8f)];[a61i(0x85)];[a61i(0x81)];[a61i(0x9e)];[a61i(0x8c)];[a61i(0x93)];[a61i(0xa0)];}export class AbstractDoor{[a61i(0x9f)];[a61i(0x89)];[a61i(0x7d)];[a61i(0x91)];[a61i(0x8f)];[a61i(0x87)];[a61i(0x90)];}export class AbstractInventory{[a61i(0x97)];[a61i(0x87)];}export class AbstractItem{[a61i(0x8e)];[a61i(0x8f)];[a61i(0x85)];[a61i(0x7e)];[a61i(0x8d)];[a61i(0x96)];['color'];['texture'];[a61i(0x95)];[a61i(0x7b)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x7b;var f=c[d];return f;},a61d(a,b);}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61i(0x92)];[a61i(0x84)];['_maxCarryingWeight'];[a61i(0x99)];}export class AbstractPuzzle{[a61i(0x87)];[a61i(0x83)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var k=a62d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x178))/0x1+-parseInt(k(0x1ad))/0x2*(-parseInt(k(0x1b6))/0x3)+-parseInt(k(0x1a2))/0x4+-parseInt(k(0x1c4))/0x5+-parseInt(k(0x187))/0x6+parseInt(k(0x186))/0x7+parseInt(k(0x1af))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb7574));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x18d),a[l(0x1b9)]=l(0x1be),a[l(0x198)]=l(0x181),a['Large']=l(0x1a9),a[l(0x1a6)]=l(0x1a7);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x166;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a[m(0x193)]=m(0x185),a[m(0x180)]=m(0x1b2),a[m(0x1c2)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1b3)]='weapon',a[n(0x16e)]=n(0x17c),a['Key']='key',a[n(0x16d)]=n(0x16f),a[n(0x171)]='helmet',a[n(0x197)]=n(0x1ab),a[n(0x191)]='boots',a[n(0x16b)]=n(0x17d),a['ArmArmor']=n(0x18f),a[n(0x17a)]='body\x20armor',a[n(0x1b7)]=n(0x16c),a[n(0x170)]='cup',a['Unknown']=n(0x182);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1bb)]=o(0x1a0),a[o(0x17e)]=o(0x1b4),a['Triangle']=o(0x196),a['Rectangle']='rectangle',a['Blade']='blade',a[o(0x1c1)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x192)]=p(0x173),a[p(0x19e)]='blue',a[p(0x177)]=p(0x169),a[p(0x1c0)]=p(0x1ae),a[p(0x1a5)]=p(0x174),a[p(0x183)]=p(0x19b),a[p(0x1aa)]=p(0x166),a[p(0x19f)]=p(0x167),a[p(0x172)]=p(0x16a);}(Color||(Color={})));export var Texture;function a62c(){var v=['underground','BodyArmor','Fuzzy','shield','leg\x20armor','Square','desert','Rare','medium','unknown','Purple','OUTSIDE','common','6651029nSZMkN','7980036DehUHw','inside','beach','INSIDE','down','smooth','tiny','DOWN','arm\x20armor','cave','Boots','Red','Common','search','forest','triangle','Hat','Medium','tower','Bumpy','purple','SEA','rough','Blue','Brown','circle','metallic','2357916ywrEPc','mountain','CAVE','Orange','VeryLarge','very\x20large','Rough','large','Grey','hat','WEST','120794shsvay','yellow','15726008bARYal','fuzzy','south','rare','Weapon','square','(((.+)+)+)+$','42FryNqe','Book','MOUNTAIN','Small','BEACH','Circle','apply','UNDERGROUND','small','DESERT','Yellow','Rifle','Legendary','sea','2674730trVIFA','grey','brown','NORTH','green','gold','LegArmor','book','Gloves','Shield','gloves','Cup','Helmet','Gold','red','orange','toString','EAST','Green','556061SGbzUi'];a62c=function(){return v;};return a62c();}(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x1bc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0x175)]()[r(0x194)]('(((.+)+)+)+$')[r(0x175)]()['constructor'](e)['search'](r(0x1b5));});e(),c['Smooth']=s(0x18c),c[s(0x1a8)]=s(0x19d),c[s(0x19a)]='bumpy',c[s(0x17b)]=s(0x1b0),c['Grainy']='grainy',c['Metallic']=s(0x1a1);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x18a)]=t(0x188),a[t(0x184)]='outside',a[t(0x1bd)]=t(0x179),a[t(0x1a4)]=t(0x190),a['TOWER']=t(0x199),a['FOREST']=t(0x195),a[t(0x1bf)]=t(0x17f),a[t(0x1b8)]=t(0x1a3),a[t(0x1ba)]=t(0x189),a[t(0x19c)]=t(0x1c3);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x168)]='north',a[u(0x176)]='east',a['SOUTH']=u(0x1b1),a[u(0x1ac)]='west',a['UP']='up',a[u(0x18e)]=u(0x18b);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a63d,c=a();while(!![]){try{var d
|
|
1
|
+
function a63c(){var i=['apply','(((.+)+)+)+$','606606ehjUlM','3594741VcoQsf','search','2iSzYrQ','9745928PqJqTf','84tYzoLj','404584bOnqWD','toString','4494240Tecrvj','525091SdUojf','5742828HCZryp'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x13a))/0x1+parseInt(f(0x13d))/0x2*(-parseInt(f(0x13b))/0x3)+-parseInt(f(0x133))/0x4+parseInt(f(0x135))/0x5+parseInt(f(0x132))/0x6*(parseInt(f(0x136))/0x7)+parseInt(f(0x131))/0x8+-parseInt(f(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9824c));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x131;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x134)]()[h(0x13c)]('(((.+)+)+)+$')[h(0x134)]()['constructor'](a63a)[h(0x13c)](h(0x139));});a63a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0xaa))/0x1*(-parseInt(f(0xa7))/0x2)+parseInt(f(0xa6))/0x3*(parseInt(f(0xa2))/0x4)+-parseInt(f(0xa5))/0x5*(-parseInt(f(0xa9))/0x6)+-parseInt(f(0xa8))/0x7*(parseInt(f(0xa3))/0x8)+-parseInt(f(0xa0))/0x9*(-parseInt(f(0xa4))/0xa)+parseInt(f(0xa1))/0xb*(parseInt(f(0x9e))/0xc)+-parseInt(f(0x9d))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x4bd3b));function a64c(){var h=['5598736cKycCZ','12Kbijbn','toString','2818971nhfHve','1014431BIOoqA','261988yLePYb','1727288ZzJHSg','10qXFGxM','303045ewTUGw','15rPiSOr','7438YWjuHI','7idaBLk','6JyKmtL','44rzZQUe','search'];a64c=function(){return h;};return a64c();}var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x9f)]()[g(0x9c)]('(((.+)+)+)+$')[g(0x9f)]()['constructor'](a64a)['search']('(((.+)+)+)+$');});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x9c;var f=c[d];return f;},a64d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d
|
|
1
|
+
const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x224))/0x1*(-parseInt(y(0x1eb))/0x2)+parseInt(y(0x1e3))/0x3*(parseInt(y(0x1f3))/0x4)+parseInt(y(0x222))/0x5+-parseInt(y(0x230))/0x6+-parseInt(y(0x228))/0x7+parseInt(y(0x231))/0x8*(-parseInt(y(0x22b))/0x9)+-parseInt(y(0x221))/0xa*(-parseInt(y(0x20c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x800e2));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a65d(a,b);}import{Player}from'./models/player.js';function a65c(){const I=['Arms:\x20','name','split','getOtherSide','45%','Thanks\x20for\x20playing!','mousemove','handleInput','\x20Game\x20Log\x20','Torso:\x20','logBox','clear','escape','exit','\x20Map\x20','feet','None','arms','key','checkIfLocked','Feet:\x20','4518272lStxqb','slice','setContent','render','log','map','inventory','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','----->>>>>>\x20Initializing\x20Game','apply','cyan','getInstance','-----\x20Exits\x20------\x0a','currentLocation','Left\x20Hand:\x20','20%','25%','equip','Gloves:\x20','rightHand','join','50aKOvIv','4563070pdERiK','(((.+)+)+)+$','2427vWYdIe','Side\x20Quest\x20Adventure\x20Game','toString','white','4970350RVtWXs','torso','box','31311QrTXYu','leftHand','\x20(Locked)','lock','player','5795472ZaCvfd','1576gxznLj','getValue','write','10%','\x20(Unlocked)','argv','parse','textbox','line','removeAllListeners','9Cvpsqj','100%','<<<<<<<<---------\x20Terminating\x20game','head','forEach','70%','append','unequip','132SQNrto','Legs:\x20','90%','equipment','search','getAllItems','75%','scroll','106196FwYuYH','gloves','focus','yellow'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x215)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x226)]()[A(0x1ef)](A(0x223))[A(0x226)]()['constructor'](g)[A(0x1ef)](A(0x223));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x225)}),i=a65e[B(0x22a)]({'top':'0%','left':B(0x1f1),'width':'25%','height':B(0x1fb),'border':{'type':B(0x1e1)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1f0)]()[C(0x211)](v=>v[C(0x1f8)]);i[C(0x20e)](u[C(0x220)]('\x0a')),h[C(0x20f)]();};h[B(0x1e9)](i);const k=a65e['box']({'top':B(0x1fb),'left':B(0x1f1),'width':B(0x21c),'height':B(0x21c),'border':{'type':B(0x1e1)},'label':'\x20Equipment\x20','content':B(0x213),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x20e)]('Head:\x20'+(t['head']?t[D(0x1e6)]['name']:D(0x207))+'\x0a'+(D(0x200)+(t[D(0x229)]?t[D(0x229)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x1ec)+(t['legs']?t['legs'][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x20b)+(t[D(0x206)]?t[D(0x206)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x1f7)+(t[D(0x208)]?t[D(0x208)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x21e)+(t[D(0x1f4)]?t[D(0x1f4)][D(0x1f8)]:'None')+'\x0a')+(D(0x21a)+(t[D(0x22c)]?t['leftHand']['name']:D(0x207))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[D(0x21f)]['name']:'None')+'\x0a')),h[D(0x20f)]();},m=a65e[B(0x22a)]({'top':B(0x1e8),'left':B(0x1f1),'width':B(0x21c),'height':B(0x21b),'border':{'type':B(0x1e1)},'label':B(0x205),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1f6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1e9)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=E(0x218),t['exits']['size']>0x0?t['exits'][E(0x1e7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1fa)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1f8)];if(v[F(0x20a)]())u+=F(0x22d);else v['checkIfLockable']()&&(u+=F(0x235));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x20e)](u),h[E(0x20f)]();},o=a65e[B(0x22a)]({'id':B(0x201),'top':'0%','left':'0%','width':B(0x1f1),'height':B(0x1ed),'border':{'type':B(0x1e1)},'label':B(0x1ff),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1f6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1e2)](B(0x1fd)),h['append'](o);const p=a65e[B(0x1e0)]({'bottom':0x0,'left':0x0,'width':B(0x1e4),'height':B(0x234),'tags':!![],'border':{'type':B(0x1e1)},'style':{'fg':B(0x227),'border':{'fg':B(0x216)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e9)](p),h[B(0x209)]([B(0x203),'C-c'],()=>process[B(0x204)](0x0)),p[B(0x1f5)](),h[B(0x20f)]();const q=Logger[B(0x217)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x233)](B(0x214));const s=a65f[B(0x217)](r,d);o[B(0x20e)](s['getWelcomeMessage']()),l(s[B(0x22f)][B(0x1ee)]),j(s[B(0x22f)][B(0x212)]),n(s['player'][B(0x219)]),p[B(0x209)](['enter'],async()=>{const G=B,t=p[G(0x232)](),u=s[G(0x1fe)](t);(t['split']('\x20')[0x0]==='take'||G(0x21d)||G(0x1ea))&&(j(s[G(0x22f)][G(0x212)]),l(s[G(0x22f)]['equipment'])),(t[G(0x1f9)]('\x20')[0x0]==='go'||G(0x22e)||'unlock')&&n(s[G(0x22f)][G(0x219)]),t['split']('\x20')[0x0]===G(0x202)&&o[G(0x20e)](''),u===null&&(console['log'](G(0x1fc)),h['render'](),q['write'](G(0x1e5)),process[G(0x204)](0x0)),o['pushLine'](u),o[G(0x1f2)](0x1),p['clearValue'](),p[G(0x1f5)](),h['render']();});}catch(t){console[B(0x210)](t),process[B(0x204)](0x1);}}const args=process[a65H(0x236)][a65H(0x20d)](0x2);main(args[0x0],JSON[a65H(0x237)](args[0x1]),JSON[a65H(0x237)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x138;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;function a66c(){const s=['instance','2122926UErBzB','screen','constructor','mkdirSync','1232426yzboGZ','box','appendFileSync','content','.maka','63peEXiL','type','[ERROR]\x20[','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','204128okKdVF','toISOString','2174860kvklLR','filePath','ensureLogFileExists','The\x20logbox\x20','getScrollHeight','apply','dirname','144SkDvHN','828685FmEaHh','find','logBox','scrollTo','hasScreen','626241yeOABu','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','197958VqKdcL','write','render','(((.+)+)+)+$','existsSync','log','homedir','search'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x146))/0x1+parseInt(h(0x155))/0x2+-parseInt(h(0x151))/0x3+-parseInt(h(0x139))/0x4+-parseInt(h(0x141))/0x5+parseInt(h(0x148))/0x6*(parseInt(h(0x15a))/0x7)+parseInt(h(0x15e))/0x8*(parseInt(h(0x140))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x81879));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x14f)]('(((.+)+)+)+$')['toString']()[j(0x153)](a66a)[j(0x14f)](j(0x14b));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x14e)]();export class Logger{static ['instance'];[a66k(0x13a)];[a66k(0x152)];constructor(a,b){const l=a66k;this[l(0x13a)]=a,this[l(0x152)]=b,this[l(0x13b)]();}static['getInstance'](a=a66g['join'](homeDir,a66k(0x159),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x150)]){if(!b)throw new Error(m(0x147));Logger[m(0x150)]=new Logger(a,b);}return Logger[m(0x150)];}[a66k(0x13b)](){const n=a66k,a=a66g[n(0x13f)](this[n(0x13a)]);!a66e[n(0x14c)](a)&&a66e[n(0x154)](a,{'recursive':!![]}),!a66e[n(0x14c)](this['filePath'])&&a66e['writeFileSync'](this[n(0x13a)],'');}[a66k(0x149)](a){const o=a66k,b=new Date()[o(0x138)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x157)](this[o(0x13a)],c);}['error'](a){const p=a66k,b=new Date()[p(0x138)](),c=p(0x15c)+b+']\x20'+a+'\x0a';a66e[p(0x157)](this[p(0x13a)],c);}[a66k(0x14d)](a){const q=a66k,b=this['screen']?.['children'][q(0x142)](c=>c[q(0x15b)]===q(0x156)&&c['options']['id']===q(0x143));b?(b['setContent'](b[q(0x158)]+'\x0a'+a),b[q(0x144)](b[q(0x13d)]()),this[q(0x152)]?.[q(0x14a)]()):this['error'](q(0x13c)+b+q(0x15d)+this[q(0x152)]),this['write'](a);}[a66k(0x145)](){const r=a66k;return!!this[r(0x152)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d
|
|
1
|
+
const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x171))/0x1+parseInt(j(0x190))/0x2+-parseInt(j(0x18d))/0x3*(-parseInt(j(0x17d))/0x4)+-parseInt(j(0x186))/0x5*(-parseInt(j(0x184))/0x6)+-parseInt(j(0x17b))/0x7+-parseInt(j(0x181))/0x8*(-parseInt(j(0x180))/0x9)+-parseInt(j(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xe0f37));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x178)]()[l(0x18a)](l(0x18e))['toString']()[l(0x192)](a67a)[l(0x18a)](l(0x18e));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67c(){const p=['join','45678060LjSUil','side-quest','./sideQuest/ui.js','fsi','toString','resolve','maka\x20play:side-quest','4274697RZWXxr','Play\x20a\x20little\x20side-quest','4zpQpMD','side-quest.log','bright','351hyQHfD','307688yygLxN','getGlobalMakaDir','What\x20is\x20your\x20name?','1149474MNOsJZ','select','35iVXnsh','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','Commoner','search','ask','create','3447204AekywF','(((.+)+)+)+$','apply','2827440yePXFN','sideQuestAnswer','constructor','696056VZIGmv','exit'];a67c=function(){return p;};return a67c();}import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x171;let f=c[d];return f;},a67d(a,b);}Command[a67m(0x18c)]({'name':a67m(0x175),'usage':a67m(0x17a),'shortDesc':a67m(0x17c),'aliases':['sq'],'description':'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...','validOpts':['player']},async function(a,b){const n=a67m;try{const c=this[n(0x177)][n(0x182)](),d=a67e[n(0x173)](c,n(0x17e)),e=b['player']?b['player']:await Actions[n(0x18b)](n(0x183))||n(0x189),f={...b,'logFilePath':d},g=await Actions[n(0x185)]({'message':n(0x187),'name':n(0x191),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x179)](__dirname,n(0x176)),e,JSON[n(0x188)](g),JSON[n(0x188)](f)],{'stdio':'inherit'});h['on'](n(0x172),()=>{const o=n;Log[o(0x17f)]('Thanks\x20for\x20playing!');});}}catch(i){console['log'](i);}},a67f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x19a;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1a2))/0x1*(parseInt(f(0x1a4))/0x2)+parseInt(f(0x19a))/0x3+parseInt(f(0x1a6))/0x4+-parseInt(f(0x1a3))/0x5*(-parseInt(f(0x19d))/0x6)+parseInt(f(0x1a5))/0x7+parseInt(f(0x19f))/0x8+parseInt(f(0x1a1))/0x9*(-parseInt(f(0x1a8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe1398));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1a7)]()['search'](h(0x19c))[h(0x1a7)]()['constructor'](a68a)['search'](h(0x19c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1aa)]({'name':a68i(0x19e),'usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1a9),{'stdio':j(0x19b)});},a68e);function a68c(){var k=['(((.+)+)+)+$','150438eqQIZH','snake','5705728pRzvvs','apply','306epMUad','66yAHlXn','205ntmxQB','8800XkCHsn','2403926lEOsTQ','1118408PwVMRl','toString','862670qhMgkj','npx\x20command-line-snake','create','5345307BNufdm','inherit'];a68c=function(){return k;};return a68c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x101;var f=c[d];return f;},a69d(a,b);}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x113))/0x1+-parseInt(f(0x10b))/0x2*(-parseInt(f(0x111))/0x3)+parseInt(f(0x107))/0x4+-parseInt(f(0x103))/0x5+parseInt(f(0x10a))/0x6*(parseInt(f(0x102))/0x7)+parseInt(f(0x110))/0x8*(parseInt(f(0x10e))/0x9)+parseInt(f(0x10d))/0xa*(-parseInt(f(0x105))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x30199));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x108)]()[h(0x101)](h(0x10f))[h(0x108)]()['constructor'](a69a)[h(0x101)](h(0x10f));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var k=['Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','5599LYVrto','tetris','646152iidepb','toString','inherit','151410scqIVh','2nnzGzV','apply','5370hRQeBa','18RrBkbC','(((.+)+)+)+$','616696EflAQU','383187XjAOHR','create','14650qIGJkX','search','7hqbmss','64880hbtQDz'];a69c=function(){return k;};return a69c();}Command[a69i(0x112)]({'name':a69i(0x106),'usage':'maka\x20game:tetris','shortDesc':a69i(0x104),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x109)});},a69e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a70i=a70d;function a70c(){const k=['splice','51972KnliAW','maka\x20generate:scaffold\x20todos','exit','maka\x20g:package\x20package:name','constructor','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','20JaUhIG','maka\x20g:route\x20todos/edit','140xTSxxJ','maka\x20g:scaffold\x20todos','3515634ecRQBA','128007BiFoSM','generate','maka\x20g:api\x20trucks','41759eWwAgT','6296rVFbJn','(((.+)+)+)+$','26zYWKZZ','3851827jvdIRg','apply','processAndRunGenerator','163438BLhbqG','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','7173DAJEcW','maka\x20g:template\x20todos/todo_item','search'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1d8))/0x1*(parseInt(f(0x1db))/0x2)+parseInt(f(0x1d5))/0x3+-parseInt(f(0x1e6))/0x4*(-parseInt(f(0x1d2))/0x5)+parseInt(f(0x1d4))/0x6+parseInt(f(0x1dc))/0x7+parseInt(f(0x1d9))/0x8*(-parseInt(f(0x1e2))/0x9)+parseInt(f(0x1d0))/0xa*(-parseInt(f(0x1df))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x53b43));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1cf)]()[h(0x1e4)]('(((.+)+)+)+$')['toString']()[h(0x1cd)](a70a)[h(0x1e4)](h(0x1da));});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a70d(a,b);}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0x1d6),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e1),'description':a70i(0x1ce),'examples':[a70i(0x1e7),a70i(0x1d3),a70i(0x1e3),a70i(0x1cc),a70i(0x1d1),a70i(0x1d7),a70i(0x1e0)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e5)](0x0,0x1),await a70e[j(0x1de)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x1cb)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a71c(){var h=['488940rmvyrN','879CiIZQF','33kqzcLj','396604LLOwbB','90lQiQjy','136144FWVyaH','1LuLWgU','constructor','5988NhwHBw','2972180mjtLBN','toString','(((.+)+)+)+$','3232775JAILxZ','3215058OmHKox'];a71c=function(){return h;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1af))/0x1*(-parseInt(f(0x1ac))/0x2)+-parseInt(f(0x1b8))/0x3*(parseInt(f(0x1b1))/0x4)+parseInt(f(0x1b2))/0x5+parseInt(f(0x1b6))/0x6+-parseInt(f(0x1b5))/0x7+parseInt(f(0x1ae))/0x8*(-parseInt(f(0x1ad))/0x9)+parseInt(f(0x1b7))/0xa*(parseInt(f(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x62c9d));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x1b3)]()['search'](g(0x1b4))[g(0x1b3)]()[g(0x1b0)](a71a)['search']('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72h=a72d;
|
|
1
|
+
const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x132))/0x1+parseInt(f(0x133))/0x2*(-parseInt(f(0x136))/0x3)+parseInt(f(0x124))/0x4*(parseInt(f(0x12f))/0x5)+parseInt(f(0x129))/0x6+parseInt(f(0x123))/0x7*(-parseInt(f(0x127))/0x8)+parseInt(f(0x12e))/0x9*(-parseInt(f(0x130))/0xa)+parseInt(f(0x125))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x66e7a));function a72c(){const j=['(((.+)+)+)+$','get','27tOHFsH','427TSqLdF','28ehZZdN','7678099jDHQZb','toString','109352FsYrYH','create','4006476ldIPYa','processAndRunCommand','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','5373UjkjeN','444355gfgwwp','3430rXWtIc','constructor','29128JSewFF','123756eKTyfJ'];a72c=function(){return j;};return a72c();}const a72b=(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;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x126)]()[g(0x12b)](g(0x134))['toString']()[g(0x131)](a72a)[g(0x12b)](g(0x134));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x123;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72h(0x128)]({'name':a72h(0x135),'usage':a72h(0x12d),'shortDesc':a72h(0x12c),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x12a)](b);});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-
|
|
1
|
+
const a73i=a73d;function a73c(){const k=['search','exit','1121736jWOHeP','9487275UWLseN','apply','cfg','toString','264ypGTcA','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','10qwYNww','(((.+)+)+)+$','maka\x20get:global-config','getGlobalConfig','15kCDBfv','create','49510bhtIJg','724824kHFpGL','488FCCnOE','105934xeMFoI','915592swWPhC','982980AVHwRj','6MNnJFm'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xa3;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0xb2))/0x1+parseInt(f(0xb1))/0x2*(parseInt(f(0xac))/0x3)+-parseInt(f(0xb0))/0x4*(parseInt(f(0xae))/0x5)+-parseInt(f(0xb4))/0x6*(parseInt(f(0xb8))/0x7)+parseInt(f(0xb7))/0x8+parseInt(f(0xaf))/0x9*(parseInt(f(0xa8))/0xa)+parseInt(f(0xa6))/0xb*(parseInt(f(0xb3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc43bb));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xa5)]()['search'](h(0xa9))[h(0xa5)]()['constructor'](a73a)[h(0xb5)](h(0xa9));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0xad)]({'name':'global-config','usage':a73i(0xaa),'aliases':['gc'],'shortDesc':a73i(0xa7),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xa4)][j(0xab)]();console['log'](a),process[j(0xb6)](0x0);}catch(b){console['error'](b),process[j(0xb6)](0x0);}},a73e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a74c(){const j=['2628jdnKqM','(((.+)+)+)+$','toString','cfg','create','maka\x20get:local-config','500172TTkfrA','11849AtPuAW','local-config','log','14108DFjnfx','getMakaProjectConfig','20735390iscBnU','238cjUHZt','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','11536JeThdO','12494580WQSHUQ','756TLvueG','search','5219795rvcCjA'];a74c=function(){return j;};return a74c();}const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xdd))/0x1*(parseInt(f(0xe3))/0x2)+parseInt(f(0xe7))/0x3*(-parseInt(f(0xe0))/0x4)+parseInt(f(0xe9))/0x5+parseInt(f(0xf0))/0x6+parseInt(f(0xe6))/0x7+parseInt(f(0xe5))/0x8*(-parseInt(f(0xea))/0x9)+-parseInt(f(0xe2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xe5385));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 g=a74d;return a74a[g(0xec)]()[g(0xe8)](g(0xeb))[g(0xec)]()['constructor'](a74a)[g(0xe8)]('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xdd;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0xee)]({'name':a74h(0xde),'usage':a74h(0xef),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0xe4),'validOpts':[]},async function(){const i=a74h,a=await this[i(0xed)][i(0xe1)]();console[i(0xdf)](a);},a74e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75h=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x90;let f=c[d];return f;},a75d(a,b);}(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x90))/0x1*(-parseInt(f(0x92))/0x2)+-parseInt(f(0x9d))/0x3*(parseInt(f(0x9f))/0x4)+-parseInt(f(0x95))/0x5+parseInt(f(0xa1))/0x6+parseInt(f(0x94))/0x7+parseInt(f(0x9c))/0x8+parseInt(f(0xa0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x28705));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 g=a75d;return a75a[g(0x99)]()[g(0xa2)](g(0x9e))[g(0x99)]()[g(0x97)](a75a)[g(0xa2)](g(0x9e));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75c(){const j=['exit','cfg','1678656BMPvJP','5178mysMSG','(((.+)+)+)+$','244LgCkXC','2871567hgeIwt','1149054LKmuES','search','create','317782jKGjeL','error','2OcapnQ','whoami','776258CuwfZP','1212965CwmHhX','getGlobalConfig','constructor','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','toString'];a75c=function(){return j;};return a75c();}Command[a75h(0xa3)]({'name':a75h(0x93),'usage':'maka\x20get:whoami','shortDesc':a75h(0x98),'validOpts':['silent']},async function(){const i=a75h;try{const a=await this[i(0x9b)][i(0x96)]();return a;}catch(b){Log[i(0x91)](b),process[i(0x9a)](0x1);}},a75e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d
|
|
1
|
+
var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x174))/0x1+-parseInt(f(0x179))/0x2*(-parseInt(f(0x173))/0x3)+-parseInt(f(0x176))/0x4+parseInt(f(0x17c))/0x5+parseInt(f(0x178))/0x6*(-parseInt(f(0x17d))/0x7)+-parseInt(f(0x177))/0x8+parseInt(f(0x17e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa184e));var a76b=(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;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x17b)]()['search'](g(0x175))[g(0x17b)]()['constructor'](a76a)['search'](g(0x175));});a76a();function a76c(){var i=['7gdNlhf','24461298FpFGPs','Deprecated:\x20use\x20--help\x20instead','1224135WPOcto','830817oaEinO','(((.+)+)+)+$','4920124QHPZmL','4680560FFWpHf','5013318NnlDQc','2jGnqpS','Try,\x20maka\x20--help','toString','5085430iepqXi'];a76c=function(){return i;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x172;var f=c[d];return f;},a76d(a,b);}Command['create']({'name':'help','description':a76h(0x17a),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x172)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=-parseInt(H(0x1ba))/0x1+parseInt(H(0x1d6))/0x2*(-parseInt(H(0x1b9))/0x3)+parseInt(H(0x1c5))/0x4*(parseInt(H(0x1f7))/0x5)+-parseInt(H(0x1e4))/0x6*(parseInt(H(0x1e3))/0x7)+parseInt(H(0x1b7))/0x8*(parseInt(H(0x205))/0x9)+-parseInt(H(0x1b0))/0xa+parseInt(H(0x1bb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe5ae4));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a77d(a,b);}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a['toString']()['search'](J(0x1f3))[J(0x1fc)]()[J(0x1ae)](a77a)[J(0x1e1)](J(0x1f3));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const P=['Preparing\x20to\x20install\x20Meteor\x20','split','\x20is\x20not\x20available,\x20trying\x20','&release=','https://install.meteor.com','utf8','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','maka\x20install\x20meteor','.zshrc','getGlobalConfig','constructor','-rf','7349910HFkpAi','Meteor\x20path\x20updated.','maka\x20install\x20meteor\x20--force','RELEASE=','platform','warn','arch','109544RELHid','homedir','3nwChUf','93191ueIoCN','7227682AAdZMp','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','includes','notice','map','extractTarGz','success','slice','\x5c.meteor\x5cmeteor','Maka\x27s\x20Installer\x20for\x20Meteor.','12rVtnvG','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Error\x20extracting\x20meteor.tar.gz\x20file','readFileSync','linux','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','timeout','exit','getMeteorInstallPath','getuid','3.0','meteor','\x20is\x20not\x20available.','3.3','checkAvailability','join','.bashrc','911882NqDHeW','https://packages.meteor.com/bootstrap-link?arch=os.','log','release','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','setPath','isFile','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','replace','install','search','Added\x20Meteor\x20path\x20to\x20','3182823prKuCf','6kEEcWx','cert','osx','Aborted','env','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','withSpinner','create','releases','appendFileSync','confirm','\x20from\x20','meteor.tar.gz','arm64','(((.+)+)+)+$','setx\x20PATH\x20\x22','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','1659245pMvmXU','package-metadata','.meteor','maka\x20install\x20meteor\x20--set-path','error','toString','info','windows','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','apply','length','Install\x20the\x20specified\x20version\x20of\x20meteor.','x86_64','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','675iYXQCt','existsSync','grep','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','Meteor\x20version\x20'];a77c=function(){return P;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0x1b8)]();function isRoot(){const L=a77K;return process[L(0x1ce)]&&process[L(0x1ce)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x20b)]('.')[M(0x1bf)](Number),d=b[M(0x20b)]('.')['map'](Number);for(let e=0x0;e<Math['max'](c[M(0x201)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x1ec)]({'name':a77K(0x1e0),'aliases':['i'],'validOpts':[{'name':'force','boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77K(0x1d9),'description':a77K(0x202)},{'name':a77K(0x1f5),'description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':'keepInstallFile','boolFlag':!![],'description':a77K(0x1da)},{'name':a77K(0x1cb),'description':a77K(0x1aa)},{'name':a77K(0x1dc),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0x1d0)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':a77K(0x1c4),'examples':[a77K(0x1ab),a77K(0x1b2),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0x1fa)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0x1dc)]&&(updatePath(),Log[N(0x1c1)](N(0x1b1)),process[N(0x1cc)](0x0));let g='';if(b[N(0x1f5)]){if(f[N(0x1dd)](b[N(0x1f5)]))Log[N(0x1be)](N(0x1e9)+b['cacert']),g=b[N(0x1f5)];else throw N(0x1ca)+g;}const h=await d[N(0x1ad)]();if(h[N(0x1e5)]){if(f[N(0x1dd)](h[N(0x1e5)]))g=h[N(0x1e5)];else throw N(0x1ea)+g;}let i=![];if(b['f']||b['force'])i=!![];else{const t=isRoot();t?(Log['warn'](N(0x204)),i=await Actions[N(0x1ef)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw N(0x1e7);const j=await HTTPS['get']({'url':N(0x1a8),'cert':g}),k=f[N(0x207)](j['data'],N(0x1b3));if(k[N(0x201)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env']['NO_NODE_WARNINGS']='1';const l=k[0x0][N(0x1df)](/[^0-9.]/gi,'')[N(0x1df)](/\r?\n|\r/,''),m=N(0x1d2);let n;b['release']?n=b[N(0x1d9)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](N(0x20a)+n);const o={'win32':N(0x1fe),'darwin':N(0x1e6),'linux':N(0x1c9)};let p=N(0x1d7)+o[a77e[N(0x1b4)]()]+'.'+(a77e['arch']()===N(0x1f2)?N(0x1f2):N(0x203))+'&release='+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});n=n[N(0x1fc)]();n==='3'&&(n=N(0x1cf));if(!q&&n[N(0x1bd)]('-')){const u=n[N(0x20b)]('-'),v=u[0x0],w=u[N(0x1c2)](0x1)[N(0x1d4)]('-'),x=v['replace'](/\.0+$/,'');Log[N(0x1b5)]('Meteor\x20version\x20'+n+N(0x20c)+x+'-'+w);const y=N(0x1d7)+o[a77e[N(0x1b4)]()]+'.'+(a77e[N(0x1b6)]()===N(0x1f2)?N(0x1f2):N(0x203))+N(0x1a7)+x+'-'+w;q=await HTTPS[N(0x1d3)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x1fb)](N(0x209)+n+N(0x1d1)),process['exit'](0x0)):Log[N(0x1be)](N(0x209)+n+'\x20is\x20available.');const r=f[N(0x1cd)](),s=c['getInstalledMeteorVersion'](n);if(a77g[N(0x206)](s)){let z=![];b['f']||b['force']?z=!![]:z=await Actions[N(0x1ef)]('Meteor\x20is\x20'+n+N(0x1de),![]),z?(await SpawnAsync[N(0x1eb)]('rm',['-rf',a77f[N(0x1d4)](r,'packages')],{'message':N(0x1ff)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f[N(0x1d4)](r,N(0x1f8))],{'message':N(0x1f6)}),await SpawnAsync[N(0x1eb)]('rm',[N(0x1af),a77f[N(0x1d4)](r,N(0x1d0))],{'message':N(0x1db)})):(Log[N(0x1fd)]('Aborting\x20install'),process[N(0x1cc)](0x0));}try{const A=process[N(0x1b4)]==='win32';if(A){let B=await Actions[N(0x1ef)](N(0x208),![]);!B&&(Log[N(0x1fd)]('Aborting\x20install'),process[N(0x1cc)](0x0));}Log['notice']('Downloading\x20Meteor\x20'+n+N(0x1f0)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[N(0x1d4)](homeDir,N(0x1f1)),'cert':g,'timeout':b[N(0x1cb)]?parseInt(b[N(0x1cb)])*0x3e8:0x493e0});try{const C=a77f[N(0x1d4)](homeDir,N(0x1f1)),D=a77f[N(0x1d4)](homeDir,N(0x1f9),N(0x1ed),n);a77g['mkdirSync'](D,{'recursive':!![]}),await f[N(0x1c0)](C,D);}catch(E){console[N(0x1d8)](E),Log[N(0x1fb)](N(0x1c7));}updatePath();}catch(F){console[N(0x1fb)](F),process[N(0x1cc)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0x1eb)]('rm',['-rf',a77f[N(0x1d4)](homeDir,N(0x1f1))],{'message':'Cleaning\x20up'});}c['linkVersionAsCurrent'](n),Log[N(0x1c1)](N(0x209)+n+'\x20installed.\x0a'),process[N(0x1cc)](0x0);}catch(G){console[N(0x1fb)](G),process[N(0x1cc)](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0x1b4)]()==='win32'){const a=process[O(0x1e8)]['PATH']||'',b=homeDir+O(0x1c3);!a['includes'](b)&&(execSync(O(0x1f4)+a+';'+b+'\x22'),Log['notice'](O(0x1bc)),Log[O(0x1be)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[O(0x1d4)](homeDir,O(0x1ac)),d=a77f['join'](homeDir,O(0x1d5)),e=O(0x1c6),f=a77g['existsSync'](c)?a77g[O(0x1c8)](c,O(0x1a9)):'';!f[O(0x1bd)](e)&&(a77g[O(0x1ee)](c,'\x0a'+e+'\x0a'),Log[O(0x1be)](O(0x1e2)+c));const g=a77g['existsSync'](d)?a77g[O(0x1c8)](d,O(0x1a9)):'';!g[O(0x1bd)](e)&&(a77g[O(0x1ee)](d,'\x0a'+e+'\x0a'),Log[O(0x1be)](O(0x1e2)+d));}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0xc6))/0x1*(parseInt(i(0xd3))/0x2)+parseInt(i(0xe1))/0x3+parseInt(i(0xcb))/0x4*(parseInt(i(0xdb))/0x5)+-parseInt(i(0xcd))/0x6*(parseInt(i(0xe4))/0x7)+parseInt(i(0xe5))/0x8+-parseInt(i(0xe0))/0x9*(parseInt(i(0xde))/0xa)+parseInt(i(0xe6))/0xb*(-parseInt(i(0xec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x1f28d));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 j=a78d;return a78a['toString']()[j(0xcc)]('(((.+)+)+)+$')['toString']()[j(0xea)](a78a)[j(0xcc)](j(0xd1));});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xc1;let f=c[d];return f;},a78d(a,b);}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const m=['385520XkXmGD','1251052SjsQFp','inherit','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','constructor','error','24czIyFY','fsi','maka\x20jsdoc','plugins/markdown','\x20-r\x20app','notice','3ImtbJv','Running\x20','jsdoc-config.json','isFile','app/private','835464oapyfF','search','42ZdfQQC','jsdoc','utf-8','app/public','(((.+)+)+)+$','\x20-c\x20','125542PcQscV','findAppDirectory','stringify','\x0a[+]\x20Documentation\x20written\x20to\x20','config','sep','.+\x5c.(j|t)s(doc|x)?$','app/node_modules','5OlUkDO','writeFileSync','withSpinner','1090kmstpI','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','12465ZeZLvf','477516VUtCCz','stop','docs','98483QUOPqP'];a78c=function(){return m;};return a78c();}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a78k(0xce),'usage':a78k(0xc2),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init',a78k(0xc2)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0xe8)](this[l(0xc1)][l(0xd4)](),l(0xe3)+a78e['sep']),b=a78e[l(0xe8)](this['fsi']['findAppDirectory'](),l(0xd7),l(0xc8)),c=l(0xce);if(!this['fsi'][l(0xc9)](b)){const f={'plugins':[l(0xc3)],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0xce),'closure']},'source':{'includePattern':l(0xd9),'excludePattern':l(0xdf),'exclude':['app/packages',l(0xda),l(0xd0),l(0xca)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0xcf)}};a78f[l(0xdc)](b,JSON[l(0xd5)](f,null,0x4));}const d=Log[l(0xdd)](l(0xc7)+c);try{const g=c+l(0xd2)+b+l(0xc4)+a78e[l(0xd8)]+'\x20-d\x20'+a;execSync(g,{'stdio':l(0xe7)}),Log[l(0xc5)](l(0xd6)+a);}catch(h){Log[l(0xeb)](h),Log['error'](l(0xe9));}finally{d[l(0xe2)]();}});
|