@maka/maka-cli 5.1.17 → 5.1.19

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.
Files changed (645) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -1
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/service.js +1 -1
  146. package/bundle/obf/src/generators/services/_index.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/translation.js +1 -1
  149. package/bundle/obf/src/maka.js +1 -1
  150. package/bundle/obf/src/templates/react/test/test.js +1 -0
  151. package/bundle/obf/src/templates/react/test/test.js.jsx +38 -0
  152. package/bundle/obf/src/templates/react/test/test.js.ts +1 -0
  153. package/bundle/obf/src/templates/react/test/test.js.tsx +38 -0
  154. package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
  155. package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
  156. package/bundle/obf/src/tool.js +1 -1
  157. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  158. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  159. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  161. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  162. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  164. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/https/https.class.js +1 -1
  166. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  167. package/bundle/obf/src/tools/log/log.class.js +1 -1
  168. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  169. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  170. package/bundle/obf/src/tools/options/options.class.js +1 -1
  171. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  172. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  173. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  174. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  175. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  176. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  177. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  178. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  179. package/package.json +1 -1
  180. package/test/integration/default.test.js +84 -0
  181. package/test/integration/fixtures/blaze/.maka/config.json +30 -0
  182. package/test/integration/fixtures/blaze/.tern-project +17 -0
  183. package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +17 -0
  184. package/test/integration/fixtures/blaze/app/.meteor/.id +7 -0
  185. package/test/integration/fixtures/blaze/app/.meteor/packages +21 -0
  186. package/test/integration/fixtures/blaze/app/.meteor/platforms +2 -0
  187. package/test/integration/fixtures/blaze/app/.meteor/release +1 -0
  188. package/test/integration/fixtures/blaze/app/.meteor/versions +78 -0
  189. package/test/integration/fixtures/blaze/app/client/.gitkeep +1 -0
  190. package/test/integration/fixtures/blaze/app/client/body.html +2 -0
  191. package/test/integration/fixtures/blaze/app/client/head.html +8 -0
  192. package/test/integration/fixtures/blaze/app/client/main.js +1 -0
  193. package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +1 -0
  194. package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +3 -0
  195. package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +25 -0
  196. package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +15 -0
  197. package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +1 -0
  198. package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +1 -0
  199. package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  200. package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +3 -0
  201. package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +29 -0
  202. package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +5 -0
  203. package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +5 -0
  204. package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +53 -0
  205. package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +5 -0
  206. package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +5 -0
  207. package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +53 -0
  208. package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +25 -0
  209. package/test/integration/fixtures/blaze/app/lib/.gitkeep +1 -0
  210. package/test/integration/fixtures/blaze/app/lib/main.js +1 -0
  211. package/test/integration/fixtures/blaze/app/packages/.gitkeep +1 -0
  212. package/test/integration/fixtures/blaze/app/private/.gitkeep +1 -0
  213. package/test/integration/fixtures/blaze/app/public/.gitkeep +1 -0
  214. package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
  215. package/test/integration/fixtures/blaze/app/server/.gitkeep +1 -0
  216. package/test/integration/fixtures/blaze/app/server/main.js +1 -0
  217. package/test/integration/fixtures/blaze/bin/.gitkeep +1 -0
  218. package/test/integration/fixtures/blaze/build/.gitkeep +1 -0
  219. package/test/integration/fixtures/blaze/build/README +4 -0
  220. package/test/integration/fixtures/blaze/config/.gitkeep +1 -0
  221. package/test/integration/fixtures/blaze/config/development/env.sh +9 -0
  222. package/test/integration/fixtures/blaze/config/development/settings.json +6 -0
  223. package/test/integration/fixtures/blaze/config/production/env.sh +9 -0
  224. package/test/integration/fixtures/blaze/config/production/settings.json +6 -0
  225. package/test/integration/fixtures/blaze/config/staging/env.sh +9 -0
  226. package/test/integration/fixtures/blaze/config/staging/settings.json +6 -0
  227. package/test/integration/fixtures/react/.maka/config.json +30 -0
  228. package/test/integration/fixtures/react/.tern-project +17 -0
  229. package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +17 -0
  230. package/test/integration/fixtures/react/app/.meteor/.id +7 -0
  231. package/test/integration/fixtures/react/app/.meteor/packages +21 -0
  232. package/test/integration/fixtures/react/app/.meteor/platforms +2 -0
  233. package/test/integration/fixtures/react/app/.meteor/release +1 -0
  234. package/test/integration/fixtures/react/app/.meteor/versions +78 -0
  235. package/test/integration/fixtures/react/app/client/.gitkeep +1 -0
  236. package/test/integration/fixtures/react/app/client/body.html +3 -0
  237. package/test/integration/fixtures/react/app/client/head.html +8 -0
  238. package/test/integration/fixtures/react/app/client/main.jsx +1 -0
  239. package/test/integration/fixtures/react/app/imports/api/.gitkeep +1 -0
  240. package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +12 -0
  241. package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +24 -0
  242. package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +21 -0
  243. package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +1 -0
  244. package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +1 -0
  245. package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  246. package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
  247. package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +5 -0
  248. package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +29 -0
  249. package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +5 -0
  250. package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +29 -0
  251. package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +1 -0
  252. package/test/integration/fixtures/react/app/lib/.gitkeep +1 -0
  253. package/test/integration/fixtures/react/app/lib/main.jsx +1 -0
  254. package/test/integration/fixtures/react/app/packages/.gitkeep +1 -0
  255. package/test/integration/fixtures/react/app/private/.gitkeep +1 -0
  256. package/test/integration/fixtures/react/app/public/.gitkeep +1 -0
  257. package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
  258. package/test/integration/fixtures/react/app/server/.gitkeep +1 -0
  259. package/test/integration/fixtures/react/app/server/main.jsx +1 -0
  260. package/test/integration/fixtures/react/bin/.gitkeep +1 -0
  261. package/test/integration/fixtures/react/build/.gitkeep +1 -0
  262. package/test/integration/fixtures/react/build/README +4 -0
  263. package/test/integration/fixtures/react/config/.gitkeep +1 -0
  264. package/test/integration/fixtures/react/config/development/env.sh +9 -0
  265. package/test/integration/fixtures/react/config/development/settings.json +6 -0
  266. package/test/integration/fixtures/react/config/production/env.sh +9 -0
  267. package/test/integration/fixtures/react/config/production/settings.json +6 -0
  268. package/test/integration/fixtures/react/config/staging/env.sh +9 -0
  269. package/test/integration/fixtures/react/config/staging/settings.json +6 -0
  270. package/test/integration/fixtures/react-apollo/.maka/config.json +30 -0
  271. package/test/integration/fixtures/react-apollo/.tern-project +17 -0
  272. package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +17 -0
  273. package/test/integration/fixtures/react-apollo/app/.meteor/.id +7 -0
  274. package/test/integration/fixtures/react-apollo/app/.meteor/packages +21 -0
  275. package/test/integration/fixtures/react-apollo/app/.meteor/platforms +2 -0
  276. package/test/integration/fixtures/react-apollo/app/.meteor/release +1 -0
  277. package/test/integration/fixtures/react-apollo/app/.meteor/versions +78 -0
  278. package/test/integration/fixtures/react-apollo/app/client/.gitkeep +1 -0
  279. package/test/integration/fixtures/react-apollo/app/client/body.html +3 -0
  280. package/test/integration/fixtures/react-apollo/app/client/head.html +8 -0
  281. package/test/integration/fixtures/react-apollo/app/client/main.jsx +1 -0
  282. package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +1 -0
  283. package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +20 -0
  284. package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +24 -0
  285. package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +21 -0
  286. package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +1 -0
  287. package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +25 -0
  288. package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  289. package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
  290. package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +5 -0
  291. package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +34 -0
  292. package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
  293. package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +34 -0
  294. package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +1 -0
  295. package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +1 -0
  296. package/test/integration/fixtures/react-apollo/app/lib/main.jsx +1 -0
  297. package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +1 -0
  298. package/test/integration/fixtures/react-apollo/app/private/.gitkeep +1 -0
  299. package/test/integration/fixtures/react-apollo/app/public/.gitkeep +1 -0
  300. package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
  301. package/test/integration/fixtures/react-apollo/app/server/.gitkeep +1 -0
  302. package/test/integration/fixtures/react-apollo/app/server/main.jsx +1 -0
  303. package/test/integration/fixtures/react-apollo/bin/.gitkeep +1 -0
  304. package/test/integration/fixtures/react-apollo/build/.gitkeep +1 -0
  305. package/test/integration/fixtures/react-apollo/build/README +4 -0
  306. package/test/integration/fixtures/react-apollo/config/.gitkeep +1 -0
  307. package/test/integration/fixtures/react-apollo/config/development/env.sh +9 -0
  308. package/test/integration/fixtures/react-apollo/config/development/settings.json +6 -0
  309. package/test/integration/fixtures/react-apollo/config/production/env.sh +9 -0
  310. package/test/integration/fixtures/react-apollo/config/production/settings.json +6 -0
  311. package/test/integration/fixtures/react-apollo/config/staging/env.sh +9 -0
  312. package/test/integration/fixtures/react-apollo/config/staging/settings.json +6 -0
  313. package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +30 -0
  314. package/test/integration/fixtures/react-apollo-ssr/.tern-project +17 -0
  315. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
  316. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +7 -0
  317. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +21 -0
  318. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +2 -0
  319. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +1 -0
  320. package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +78 -0
  321. package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +1 -0
  322. package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +3 -0
  323. package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +8 -0
  324. package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +1 -0
  325. package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +1 -0
  326. package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
  327. package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
  328. package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
  329. package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
  330. package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
  331. package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
  332. package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
  333. package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
  334. package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
  335. package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +1 -0
  336. package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +1 -0
  337. package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +1 -0
  338. package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +1 -0
  339. package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +1 -0
  340. package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
  341. package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +1 -0
  342. package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +1 -0
  343. package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +1 -0
  344. package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +1 -0
  345. package/test/integration/fixtures/react-apollo-ssr/build/README +4 -0
  346. package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +1 -0
  347. package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +9 -0
  348. package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +6 -0
  349. package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +9 -0
  350. package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +6 -0
  351. package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +9 -0
  352. package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +6 -0
  353. package/test/integration/fixtures/react-material/.maka/config.json +30 -0
  354. package/test/integration/fixtures/react-material/.tern-project +17 -0
  355. package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +17 -0
  356. package/test/integration/fixtures/react-material/app/.meteor/.id +7 -0
  357. package/test/integration/fixtures/react-material/app/.meteor/packages +21 -0
  358. package/test/integration/fixtures/react-material/app/.meteor/platforms +2 -0
  359. package/test/integration/fixtures/react-material/app/.meteor/release +1 -0
  360. package/test/integration/fixtures/react-material/app/.meteor/versions +78 -0
  361. package/test/integration/fixtures/react-material/app/client/.gitkeep +1 -0
  362. package/test/integration/fixtures/react-material/app/client/body.html +3 -0
  363. package/test/integration/fixtures/react-material/app/client/head.html +8 -0
  364. package/test/integration/fixtures/react-material/app/client/main.jsx +1 -0
  365. package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +1 -0
  366. package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +19 -0
  367. package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +24 -0
  368. package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +21 -0
  369. package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +1 -0
  370. package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +1 -0
  371. package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  372. package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
  373. package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +5 -0
  374. package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +29 -0
  375. package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +5 -0
  376. package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +29 -0
  377. package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +1 -0
  378. package/test/integration/fixtures/react-material/app/lib/.gitkeep +1 -0
  379. package/test/integration/fixtures/react-material/app/lib/main.jsx +1 -0
  380. package/test/integration/fixtures/react-material/app/packages/.gitkeep +1 -0
  381. package/test/integration/fixtures/react-material/app/private/.gitkeep +1 -0
  382. package/test/integration/fixtures/react-material/app/public/.gitkeep +1 -0
  383. package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
  384. package/test/integration/fixtures/react-material/app/server/.gitkeep +1 -0
  385. package/test/integration/fixtures/react-material/app/server/main.jsx +1 -0
  386. package/test/integration/fixtures/react-material/bin/.gitkeep +1 -0
  387. package/test/integration/fixtures/react-material/build/.gitkeep +1 -0
  388. package/test/integration/fixtures/react-material/build/README +4 -0
  389. package/test/integration/fixtures/react-material/config/.gitkeep +1 -0
  390. package/test/integration/fixtures/react-material/config/development/env.sh +9 -0
  391. package/test/integration/fixtures/react-material/config/development/settings.json +6 -0
  392. package/test/integration/fixtures/react-material/config/production/env.sh +9 -0
  393. package/test/integration/fixtures/react-material/config/production/settings.json +6 -0
  394. package/test/integration/fixtures/react-material/config/staging/env.sh +9 -0
  395. package/test/integration/fixtures/react-material/config/staging/settings.json +6 -0
  396. package/test/integration/fixtures/react-ssr/.maka/config.json +30 -0
  397. package/test/integration/fixtures/react-ssr/.tern-project +17 -0
  398. package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +17 -0
  399. package/test/integration/fixtures/react-ssr/app/.meteor/.id +7 -0
  400. package/test/integration/fixtures/react-ssr/app/.meteor/packages +21 -0
  401. package/test/integration/fixtures/react-ssr/app/.meteor/platforms +2 -0
  402. package/test/integration/fixtures/react-ssr/app/.meteor/release +1 -0
  403. package/test/integration/fixtures/react-ssr/app/.meteor/versions +78 -0
  404. package/test/integration/fixtures/react-ssr/app/client/.gitkeep +1 -0
  405. package/test/integration/fixtures/react-ssr/app/client/body.html +3 -0
  406. package/test/integration/fixtures/react-ssr/app/client/head.html +8 -0
  407. package/test/integration/fixtures/react-ssr/app/client/main.jsx +1 -0
  408. package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +1 -0
  409. package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +21 -0
  410. package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +1 -0
  411. package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +21 -0
  412. package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +21 -0
  413. package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +36 -0
  414. package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
  415. package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +28 -0
  416. package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +28 -0
  417. package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +1 -0
  418. package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +1 -0
  419. package/test/integration/fixtures/react-ssr/app/lib/main.jsx +1 -0
  420. package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +1 -0
  421. package/test/integration/fixtures/react-ssr/app/private/.gitkeep +1 -0
  422. package/test/integration/fixtures/react-ssr/app/public/.gitkeep +1 -0
  423. package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
  424. package/test/integration/fixtures/react-ssr/app/server/.gitkeep +1 -0
  425. package/test/integration/fixtures/react-ssr/app/server/main.jsx +1 -0
  426. package/test/integration/fixtures/react-ssr/bin/.gitkeep +1 -0
  427. package/test/integration/fixtures/react-ssr/build/.gitkeep +1 -0
  428. package/test/integration/fixtures/react-ssr/build/README +4 -0
  429. package/test/integration/fixtures/react-ssr/config/.gitkeep +1 -0
  430. package/test/integration/fixtures/react-ssr/config/development/env.sh +9 -0
  431. package/test/integration/fixtures/react-ssr/config/development/settings.json +6 -0
  432. package/test/integration/fixtures/react-ssr/config/production/env.sh +9 -0
  433. package/test/integration/fixtures/react-ssr/config/production/settings.json +6 -0
  434. package/test/integration/fixtures/react-ssr/config/staging/env.sh +9 -0
  435. package/test/integration/fixtures/react-ssr/config/staging/settings.json +6 -0
  436. package/test/integration/fixtures/reflux/.maka/config.json +30 -0
  437. package/test/integration/fixtures/reflux/.tern-project +17 -0
  438. package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +17 -0
  439. package/test/integration/fixtures/reflux/app/.meteor/.id +7 -0
  440. package/test/integration/fixtures/reflux/app/.meteor/packages +21 -0
  441. package/test/integration/fixtures/reflux/app/.meteor/platforms +2 -0
  442. package/test/integration/fixtures/reflux/app/.meteor/release +1 -0
  443. package/test/integration/fixtures/reflux/app/.meteor/versions +78 -0
  444. package/test/integration/fixtures/reflux/app/client/.gitkeep +1 -0
  445. package/test/integration/fixtures/reflux/app/client/body.html +3 -0
  446. package/test/integration/fixtures/reflux/app/client/head.html +8 -0
  447. package/test/integration/fixtures/reflux/app/client/main.jsx +1 -0
  448. package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +1 -0
  449. package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +12 -0
  450. package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +24 -0
  451. package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +21 -0
  452. package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +1 -0
  453. package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +1 -0
  454. package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  455. package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
  456. package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +5 -0
  457. package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +33 -0
  458. package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +5 -0
  459. package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +33 -0
  460. package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +1 -0
  461. package/test/integration/fixtures/reflux/app/lib/.gitkeep +1 -0
  462. package/test/integration/fixtures/reflux/app/lib/main.jsx +1 -0
  463. package/test/integration/fixtures/reflux/app/packages/.gitkeep +1 -0
  464. package/test/integration/fixtures/reflux/app/private/.gitkeep +1 -0
  465. package/test/integration/fixtures/reflux/app/public/.gitkeep +1 -0
  466. package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
  467. package/test/integration/fixtures/reflux/app/server/.gitkeep +1 -0
  468. package/test/integration/fixtures/reflux/app/server/main.jsx +1 -0
  469. package/test/integration/fixtures/reflux/bin/.gitkeep +1 -0
  470. package/test/integration/fixtures/reflux/build/.gitkeep +1 -0
  471. package/test/integration/fixtures/reflux/build/README +4 -0
  472. package/test/integration/fixtures/reflux/config/.gitkeep +1 -0
  473. package/test/integration/fixtures/reflux/config/development/env.sh +9 -0
  474. package/test/integration/fixtures/reflux/config/development/settings.json +6 -0
  475. package/test/integration/fixtures/reflux/config/production/env.sh +9 -0
  476. package/test/integration/fixtures/reflux/config/production/settings.json +6 -0
  477. package/test/integration/fixtures/reflux/config/staging/env.sh +9 -0
  478. package/test/integration/fixtures/reflux/config/staging/settings.json +6 -0
  479. package/test/integration/fixtures/reflux-apollo/.maka/config.json +30 -0
  480. package/test/integration/fixtures/reflux-apollo/.tern-project +17 -0
  481. package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +17 -0
  482. package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +7 -0
  483. package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +21 -0
  484. package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +2 -0
  485. package/test/integration/fixtures/reflux-apollo/app/.meteor/release +1 -0
  486. package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +78 -0
  487. package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +1 -0
  488. package/test/integration/fixtures/reflux-apollo/app/client/body.html +3 -0
  489. package/test/integration/fixtures/reflux-apollo/app/client/head.html +8 -0
  490. package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +1 -0
  491. package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +1 -0
  492. package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +20 -0
  493. package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +24 -0
  494. package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +21 -0
  495. package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +1 -0
  496. package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +25 -0
  497. package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  498. package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
  499. package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +5 -0
  500. package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +38 -0
  501. package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
  502. package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +38 -0
  503. package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +1 -0
  504. package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +1 -0
  505. package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +1 -0
  506. package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +1 -0
  507. package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +1 -0
  508. package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +1 -0
  509. package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
  510. package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +1 -0
  511. package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +1 -0
  512. package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +1 -0
  513. package/test/integration/fixtures/reflux-apollo/build/.gitkeep +1 -0
  514. package/test/integration/fixtures/reflux-apollo/build/README +4 -0
  515. package/test/integration/fixtures/reflux-apollo/config/.gitkeep +1 -0
  516. package/test/integration/fixtures/reflux-apollo/config/development/env.sh +9 -0
  517. package/test/integration/fixtures/reflux-apollo/config/development/settings.json +6 -0
  518. package/test/integration/fixtures/reflux-apollo/config/production/env.sh +9 -0
  519. package/test/integration/fixtures/reflux-apollo/config/production/settings.json +6 -0
  520. package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +9 -0
  521. package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +6 -0
  522. package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +30 -0
  523. package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +17 -0
  524. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
  525. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +7 -0
  526. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +21 -0
  527. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +2 -0
  528. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +1 -0
  529. package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +78 -0
  530. package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +1 -0
  531. package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +3 -0
  532. package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +8 -0
  533. package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +1 -0
  534. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +1 -0
  535. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
  536. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
  537. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
  538. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
  539. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
  540. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
  541. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
  542. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
  543. package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
  544. package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +1 -0
  545. package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +1 -0
  546. package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +1 -0
  547. package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +1 -0
  548. package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +1 -0
  549. package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
  550. package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +1 -0
  551. package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +1 -0
  552. package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +1 -0
  553. package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +1 -0
  554. package/test/integration/fixtures/reflux-apollo-ssr/build/README +4 -0
  555. package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +1 -0
  556. package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +9 -0
  557. package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +6 -0
  558. package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +9 -0
  559. package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +6 -0
  560. package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +9 -0
  561. package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +6 -0
  562. package/test/integration/fixtures/reflux-material/.maka/config.json +30 -0
  563. package/test/integration/fixtures/reflux-material/.tern-project +17 -0
  564. package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +17 -0
  565. package/test/integration/fixtures/reflux-material/app/.meteor/.id +7 -0
  566. package/test/integration/fixtures/reflux-material/app/.meteor/packages +21 -0
  567. package/test/integration/fixtures/reflux-material/app/.meteor/platforms +2 -0
  568. package/test/integration/fixtures/reflux-material/app/.meteor/release +1 -0
  569. package/test/integration/fixtures/reflux-material/app/.meteor/versions +78 -0
  570. package/test/integration/fixtures/reflux-material/app/client/.gitkeep +1 -0
  571. package/test/integration/fixtures/reflux-material/app/client/body.html +3 -0
  572. package/test/integration/fixtures/reflux-material/app/client/head.html +8 -0
  573. package/test/integration/fixtures/reflux-material/app/client/main.jsx +1 -0
  574. package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +1 -0
  575. package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +19 -0
  576. package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +24 -0
  577. package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +21 -0
  578. package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +1 -0
  579. package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +1 -0
  580. package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
  581. package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
  582. package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +5 -0
  583. package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +33 -0
  584. package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +5 -0
  585. package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +33 -0
  586. package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +1 -0
  587. package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +1 -0
  588. package/test/integration/fixtures/reflux-material/app/lib/main.jsx +1 -0
  589. package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +1 -0
  590. package/test/integration/fixtures/reflux-material/app/private/.gitkeep +1 -0
  591. package/test/integration/fixtures/reflux-material/app/public/.gitkeep +1 -0
  592. package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
  593. package/test/integration/fixtures/reflux-material/app/server/.gitkeep +1 -0
  594. package/test/integration/fixtures/reflux-material/app/server/main.jsx +1 -0
  595. package/test/integration/fixtures/reflux-material/bin/.gitkeep +1 -0
  596. package/test/integration/fixtures/reflux-material/build/.gitkeep +1 -0
  597. package/test/integration/fixtures/reflux-material/build/README +4 -0
  598. package/test/integration/fixtures/reflux-material/config/.gitkeep +1 -0
  599. package/test/integration/fixtures/reflux-material/config/development/env.sh +9 -0
  600. package/test/integration/fixtures/reflux-material/config/development/settings.json +6 -0
  601. package/test/integration/fixtures/reflux-material/config/production/env.sh +9 -0
  602. package/test/integration/fixtures/reflux-material/config/production/settings.json +6 -0
  603. package/test/integration/fixtures/reflux-material/config/staging/env.sh +9 -0
  604. package/test/integration/fixtures/reflux-material/config/staging/settings.json +6 -0
  605. package/test/integration/fixtures/reflux-ssr/.maka/config.json +30 -0
  606. package/test/integration/fixtures/reflux-ssr/.tern-project +17 -0
  607. package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +17 -0
  608. package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +7 -0
  609. package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +21 -0
  610. package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +2 -0
  611. package/test/integration/fixtures/reflux-ssr/app/.meteor/release +1 -0
  612. package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +78 -0
  613. package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +1 -0
  614. package/test/integration/fixtures/reflux-ssr/app/client/body.html +3 -0
  615. package/test/integration/fixtures/reflux-ssr/app/client/head.html +8 -0
  616. package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +1 -0
  617. package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +1 -0
  618. package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +21 -0
  619. package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +1 -0
  620. package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +21 -0
  621. package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +21 -0
  622. package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +36 -0
  623. package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +30 -0
  624. package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +32 -0
  625. package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +32 -0
  626. package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +1 -0
  627. package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +1 -0
  628. package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +1 -0
  629. package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +1 -0
  630. package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +1 -0
  631. package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +1 -0
  632. package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
  633. package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +1 -0
  634. package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +1 -0
  635. package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +1 -0
  636. package/test/integration/fixtures/reflux-ssr/build/.gitkeep +1 -0
  637. package/test/integration/fixtures/reflux-ssr/build/README +4 -0
  638. package/test/integration/fixtures/reflux-ssr/config/.gitkeep +1 -0
  639. package/test/integration/fixtures/reflux-ssr/config/development/env.sh +9 -0
  640. package/test/integration/fixtures/reflux-ssr/config/development/settings.json +6 -0
  641. package/test/integration/fixtures/reflux-ssr/config/production/env.sh +9 -0
  642. package/test/integration/fixtures/reflux-ssr/config/production/settings.json +6 -0
  643. package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +9 -0
  644. package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +6 -0
  645. package/test/integration/integration_helpers.js +60 -0
@@ -1 +1 @@
1
- var a58j=a58d;function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1e9;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1f5))/0x1+parseInt(f(0x20b))/0x2*(parseInt(f(0x201))/0x3)+parseInt(f(0x21a))/0x4+parseInt(f(0x1ee))/0x5+parseInt(f(0x204))/0x6+parseInt(f(0x1f9))/0x7*(parseInt(f(0x211))/0x8)+parseInt(f(0x20e))/0x9*(-parseInt(f(0x21e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x574d2));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x21c)]()[h(0x1ea)](h(0x1f3))['toString']()[h(0x205)](a58a)[h(0x1ea)](h(0x1f3));});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(0x21b)],'category':Category['Unknown'],'shape':Shape[i(0x1f4)],'color':Color[i(0x1ef)],'texture':Texture[i(0x20c)],'rating':Rating[i(0x20f)],'weight':0x1});}[a58j(0x215)](){var k=a58j;return this[k(0x1fa)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x218)],'shape':Shape[l(0x20d)],'color':Color[l(0x1ff)],'texture':Texture[l(0x207)],'rating':Rating[l(0x20f)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x20a)],'category':Category[m(0x218)],'shape':Shape[m(0x210)],'color':Color[m(0x208)],'texture':Texture[m(0x207)],'rating':Rating[m(0x1f8)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x21b)],'category':Category['Helmet'],'shape':Shape[n(0x1f2)],'color':Color[n(0x1ff)],'texture':Texture[n(0x207)],'rating':Rating[n(0x20f)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x20a)],'category':Category[o(0x1f0)],'shape':Shape[o(0x1f4)],'color':Color['Grey'],'texture':Texture[o(0x207)],'rating':Rating[o(0x20f)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x21b)],'category':Category[p(0x1fc)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[p(0x207)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x21b)],'category':Category[q(0x1fe)],'shape':Shape[q(0x1f2)],'color':Color[q(0x208)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x209)],'category':Category[r(0x1f1)],'shape':Shape[r(0x1f2)],'color':Color[r(0x208)],'texture':Texture[r(0x20c)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x21b)],'category':Category[s(0x1fd)],'shape':Shape[s(0x1f4)],'color':Color[s(0x1ff)],'texture':Texture[s(0x207)],'rating':Rating[s(0x20f)],'weight':0x3});}}function a58c(){var F=['BodyArmor','Gloves','Circle','(((.+)+)+)+$','Rectangle','407875DhxEjC','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','publishDate','Rare','7245HzNHZK','description','Legendary','LegArmor','ArmArmor','Boots','Grey','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','37347dYkUGL','\x20aloft,\x20feeling\x20its\x20immense\x20power.','pageCount','1812150VLajiI','constructor','author','Metallic','Brown','Small','Large','2BvLzHx','Smooth','Blade','18rowiiC','Common','Rifle','2024HBIACF','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','A\x20mysterious\x20book.','use','Cup','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Weapon','Unknown\x20Author','2028368vGOCdt','Medium','toString','Book','8903780AzozdU','Holy\x20Grail','search','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Gold','apply','3235230LYZDjl','Yellow'];a58c=function(){return F;};return a58c();}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(0x1f4)],'color':Color['Yellow'],'texture':Texture[t(0x20c)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x215)](){var u=a58j;return u(0x213);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x21b)],'category':Category[v(0x218)],'shape':Shape['Blade'],'color':Color[v(0x1ff)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x215)](){var w=a58j;return w(0x1eb);}}export class Book extends Item{[a58j(0x206)];[a58j(0x1f7)];[a58j(0x203)];constructor(a,b=a58j(0x214),c=a58j(0x219)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x21b)],'category':Category[x(0x21d)],'shape':Shape[x(0x1f4)],'color':Color[x(0x208)],'texture':Texture[x(0x20c)],'rating':Rating[x(0x20f)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[x(0x203)]=0x64;}[a58j(0x215)](){var y=a58j;return y(0x200);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':z(0x217),'size':Size[z(0x21b)],'category':Category[z(0x218)],'shape':Shape[z(0x20d)],'color':Color[z(0x1ff)],'texture':Texture[z(0x207)],'rating':Rating[z(0x20f)],'weight':0x3});}[a58j(0x215)](){var A=a58j;return A(0x1eb);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':'Sniper\x20Rifle','description':B(0x1f6),'size':Size['Large'],'category':Category[B(0x218)],'shape':Shape[B(0x210)],'color':Color[B(0x208)],'texture':Texture['Smooth'],'rating':Rating[B(0x20f)],'weight':0x5});}['use'](){var C=a58j;return C(0x212);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1e9),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[D(0x209)],'category':Category[D(0x216)],'shape':Shape[D(0x1f2)],'color':Color[D(0x1ec)],'texture':Texture['Metallic'],'rating':Rating[D(0x1fb)],'weight':0x1});}[a58j(0x215)](){var E=a58j;return'You\x20hold\x20the\x20'+this['name']+E(0x202);}}
1
+ var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x103))/0x1*(parseInt(f(0x123))/0x2)+-parseInt(f(0x118))/0x3+-parseInt(f(0x129))/0x4*(parseInt(f(0x128))/0x5)+-parseInt(f(0x102))/0x6*(-parseInt(f(0xfb))/0x7)+-parseInt(f(0x116))/0x8*(-parseInt(f(0x110))/0x9)+-parseInt(f(0x125))/0xa*(-parseInt(f(0x114))/0xb)+-parseInt(f(0x120))/0xc*(parseInt(f(0x11b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x6d737));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x104)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x115)]()[h(0x127)](h(0xfc))[h(0x115)]()['constructor'](a58a)['search'](h(0xfc));});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(0x11c)],'category':Category[i(0xf5)],'shape':Shape[i(0xfd)],'color':Color[i(0x12a)],'texture':Texture[i(0x109)],'rating':Rating[i(0xff)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x11d)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x11c)],'category':Category['Weapon'],'shape':Shape[k(0x11a)],'color':Color[k(0x12d)],'texture':Texture[k(0x12c)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0xf9)],'category':Category[l(0x11e)],'shape':Shape[l(0xf6)],'color':Color['Brown'],'texture':Texture[l(0x12c)],'rating':Rating[l(0x112)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x11c)],'category':Category[m(0x10c)],'shape':Shape[m(0x108)],'color':Color[m(0x12d)],'texture':Texture[m(0x12c)],'rating':Rating[m(0xff)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0xf9)],'category':Category['BodyArmor'],'shape':Shape[n(0xfd)],'color':Color[n(0x12d)],'texture':Texture[n(0x12c)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x11c)],'category':Category[o(0x12b)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[o(0x12c)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x10b)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture[p(0x109)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size['Small'],'category':Category['Gloves'],'shape':Shape[q(0x108)],'color':Color['Brown'],'texture':Texture[q(0x109)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x11c)],'category':Category[r(0x107)],'shape':Shape[r(0xfd)],'color':Color[r(0x12d)],'texture':Texture[r(0x12c)],'rating':Rating[r(0xff)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size[s(0x10a)],'category':Category[s(0x106)],'shape':Shape[s(0xfd)],'color':Color[s(0x12a)],'texture':Texture[s(0x109)],'rating':Rating[s(0xff)],'weight':0x0});}[a58t(0x126)](){var u=a58t;return u(0x101);}}export class Weapon extends Item{constructor(a,b){var v=a58t;super({'name':a,'description':b,'size':Size[v(0x11c)],'category':Category[v(0x11e)],'shape':Shape[v(0x11a)],'color':Color[v(0x12d)],'texture':Texture[v(0x12c)],'rating':Rating[v(0xff)],'weight':0x3});}[a58t(0x126)](){var w=a58t;return w(0x122);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xf5;var f=c[d];return f;},a58d(a,b);}export class Book extends Item{['author'];[a58t(0x124)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var x=a58t;super({'name':a,'description':b,'size':Size[x(0x11c)],'category':Category[x(0xfe)],'shape':Shape[x(0xfd)],'color':Color[x(0xf8)],'texture':Texture[x(0x109)],'rating':Rating['Common'],'weight':0x1}),this[x(0x113)]=c,this[x(0x124)]=new Date(),this['pageCount']=0x64;}[a58t(0x126)](){var y=a58t;return y(0x10e);}}export class ShortSword extends Item{constructor(){var z=a58t;super({'name':z(0x111),'description':z(0x10d),'size':Size[z(0x11c)],'category':Category[z(0x11e)],'shape':Shape[z(0x11a)],'color':Color['Grey'],'texture':Texture[z(0x12c)],'rating':Rating['Common'],'weight':0x3});}['use'](){var A=a58t;return A(0x122);}}function a58c(){var F=['4DuOVRb','publishDate','345350UxUyXv','use','search','9860XSnyTk','104QqkKjb','Yellow','LegArmor','Metallic','Grey','Unknown','Rifle','You\x20hold\x20the\x20','Brown','Large','\x20aloft,\x20feeling\x20its\x20immense\x20power.','7LepaHd','(((.+)+)+)+$','Rectangle','Book','Common','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','1601382hhQoOx','272823FCiSPQ','apply','Small','Key','ArmArmor','Circle','Smooth','Tiny','Boots','Helmet','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','name','18NNhanC','Short\x20Sword','Rare','author','220xmBtil','toString','1367928TjuNKR','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','1553496sNbhPM','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Blade','13rcLCXV','Medium','description','Weapon','Gold','9933720wUOzFX','Cup','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22'];a58c=function(){return F;};return a58c();}export class SniperRifle extends Item{constructor(){var B=a58t;super({'name':'Sniper\x20Rifle','description':B(0x119),'size':Size['Large'],'category':Category[B(0x11e)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[B(0x109)],'rating':Rating[B(0xff)],'weight':0x5});}[a58t(0x126)](){var C=a58t;return C(0x100);}}export class HolyGrail extends Item{constructor(){var D=a58t;super({'name':'Holy\x20Grail','description':D(0x117),'size':Size[D(0x105)],'category':Category[D(0x121)],'shape':Shape['Circle'],'color':Color[D(0x11f)],'texture':Texture[D(0x12c)],'rating':Rating['Legendary'],'weight':0x1});}[a58t(0x126)](){var E=a58t;return E(0xf7)+this[E(0x10f)]+E(0xfa);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0xb0))/0x1*(parseInt(f(0xc3))/0x2)+parseInt(f(0xb2))/0x3+parseInt(f(0xd9))/0x4+parseInt(f(0xbd))/0x5+-parseInt(f(0xe4))/0x6*(parseInt(f(0xfc))/0x7)+parseInt(f(0xb3))/0x8+-parseInt(f(0xd8))/0x9*(parseInt(f(0xc6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc9af8));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x101)]()['search'](h(0xb4))['toString']()[h(0xe8)](a60a)[h(0xaa)]('(((.+)+)+)+$');});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x97;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0xd2),'description':a60i(0xb5),'isStartRoom':!![],'items':[{'type':a60i(0x102),'name':a60i(0x10f),'description':a60i(0xbc)},{'type':a60i(0xed),'name':a60i(0xeb),'description':a60i(0xc7),'content':a60i(0xa5)}],'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x100)}]},{'name':a60i(0x100),'description':a60i(0xa2),'exits':[{'direction':a60i(0xbb),'targetRoom':a60i(0x98),'keyRequired':a60i(0x10f)},{'direction':a60i(0xa7),'targetRoom':a60i(0x9c)}]},{'name':a60i(0x98),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0xd1),'name':'Holy\x20Grail','description':a60i(0xdd)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0xba),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xe2),'puzzle':{'requiredPhrase':a60i(0xa3),'riddle':a60i(0x104),'rewardItem':{'type':'rifle','name':a60i(0xfe),'description':a60i(0xb9)},'successMessage':'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','failureMessage':a60i(0x10d)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0xd0),'isStartRoom':!![],'roomType':a60i(0xca),'puzzle':{'requiredPhrase':a60i(0xfd),'riddle':a60i(0xdb),'rewardItem':{'type':a60i(0x102),'name':a60i(0xa1),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x10e),'failureMessage':a60i(0x113)},'exits':[{'direction':'north','targetRoom':a60i(0xf0)},{'direction':a60i(0x9f),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0xa1)}]},{'name':a60i(0xf0),'description':a60i(0x10a),'roomType':a60i(0xca),'items':[{'type':a60i(0xed),'name':'Riddle\x20Book','description':a60i(0xe1),'content':a60i(0x106)},{'type':a60i(0x102),'name':a60i(0xa1),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xf2)},{'direction':a60i(0x9f),'targetRoom':a60i(0xf9)}]},{'name':a60i(0xf9),'description':a60i(0xb1),'roomType':a60i(0xca),'items':[{'type':a60i(0xdc),'name':a60i(0x9e),'description':a60i(0xa8)}],'exits':[{'direction':a60i(0xb7),'targetRoom':a60i(0xf0)},{'direction':'north','targetRoom':'Armory'}]},{'name':a60i(0x99),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0xca),'items':[{'type':a60i(0xf5),'name':a60i(0xc1),'description':a60i(0xd3)},{'type':a60i(0xa4),'name':a60i(0xae),'description':a60i(0xc8)}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x9f),'targetRoom':a60i(0xc2)}]},{'name':'Central\x20Chamber','description':a60i(0xcb),'roomType':'inside','exits':[{'direction':a60i(0xb7),'targetRoom':a60i(0x99)},{'direction':a60i(0xb8),'targetRoom':a60i(0xf2)},{'direction':a60i(0x10b),'targetRoom':a60i(0xd4)},{'direction':a60i(0x9f),'targetRoom':a60i(0x98)}]},{'name':a60i(0xd4),'description':a60i(0x108),'roomType':a60i(0xca),'items':[{'type':'key','name':a60i(0xcf),'description':a60i(0xe3)}],'puzzle':{'requiredPhrase':a60i(0xd7),'riddle':a60i(0xdf),'rewardItem':{'type':'gem','name':a60i(0xec),'description':a60i(0xf3)},'successMessage':a60i(0xde),'failureMessage':a60i(0xab)},'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xc2)}]},{'name':a60i(0x98),'description':a60i(0x109),'roomType':a60i(0xca),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x114),'rewardItem':{'type':a60i(0xce),'name':a60i(0xef),'description':a60i(0x110)},'successMessage':a60i(0xaf),'failureMessage':a60i(0xee)},'exits':[{'direction':'west','targetRoom':a60i(0xc2)}]}];export const shadowrunConfig=[{'name':a60i(0xa9),'description':a60i(0xa6),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x10b),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0xc5)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0xa0),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x9b),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x102),'name':a60i(0x112),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xb6),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0xe5),'targetRoom':a60i(0xa9)}]},{'name':a60i(0xcd),'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(0x107),'exits':[{'direction':'south','targetRoom':a60i(0xa9)},{'direction':'east','targetRoom':a60i(0xe0)},{'direction':a60i(0xb7),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0xe0),'description':a60i(0xff),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x9a),'riddle':a60i(0x97),'rewardItem':{'type':'key','name':a60i(0xad),'description':a60i(0xf1)},'successMessage':a60i(0x105),'failureMessage':a60i(0xe6)},'exits':[{'direction':a60i(0xb7),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x10b),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x111),'description':a60i(0xbe),'roomType':a60i(0xca),'items':[{'type':'creditstick','name':a60i(0xd6),'description':a60i(0xf7)},{'type':a60i(0xf8),'name':a60i(0xea),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x9f),'targetRoom':a60i(0xcd)}]},{'name':a60i(0x103),'description':a60i(0xfa),'roomType':'outside','items':[{'type':a60i(0xc9),'name':a60i(0xc0),'description':a60i(0xda)}],'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xe0)},{'direction':a60i(0x10b),'targetRoom':a60i(0xd5)},{'direction':a60i(0x9f),'targetRoom':a60i(0xe9)}]},{'name':a60i(0xd5),'description':a60i(0xf6),'roomType':a60i(0xca),'puzzle':{'requiredPhrase':a60i(0x9d),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xcc),'name':a60i(0xbf),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0xe7),'failureMessage':a60i(0xc4)},'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0x103)}]},{'name':a60i(0xe9),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':'drone','name':a60i(0xac),'description':a60i(0xf4)}],'exits':[{'direction':'west','targetRoom':a60i(0x103)}]}];function a60c(){const j=['Nothing\x20happens.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Treasure\x20Room','Armory','show\x20loyalty','decrypt','Courtyard','disenchant','Empty\x20vial','east','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Central\x20Chamber\x20Key','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','secret123','sword','Chad\x20the\x20stupid\x20guard','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','SOUTH','A\x20clear\x20glass\x20vial.','Jackpoint\x20Login','search','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','MCT\x20Fly-Spy','Gang\x20Insignia','Rusted\x20Sword','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','110361NMcUgK','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','3234465vIxjUr','11086176nQKkft','(((.+)+)+)+$','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','west','south','A\x20long-range\x20weapon.','Watch\x20Tower','NORTH','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','7891040waLxNP','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Amulet\x20of\x20Awakening','Ares\x20Predator','Emblem\x20Shield','Central\x20Chamber','6XNCyNt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Matrix\x20Data\x20Haven','20491490DdSKSL','A\x20thin\x20log\x20book','An\x20old\x20and\x20rusted\x20sword.','weapon','inside','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','amulet','Downtown\x20Seattle','cup','Blood-stained\x20Key','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','holyGrail','Library','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','Mage\x27s\x20Lair','Corporate\x20Creditstick','release','9fWSWAk','28704oiDxgX','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','basic','The\x20legendary\x20Holy\x20Grail.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Barrens\x20Entrance','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','OUTSIDE','A\x20key\x20stained\x20with\x20old\x20blood.','30822YjpNtE','down','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','constructor','Rigger\x27s\x20Workshop','CorpSec\x20Plans','Guard\x27s\x20Log\x20Book','Ancient\x20Gem','book','The\x20chest\x20remains\x20firmly\x20shut.','Golden\x20Chalice','Study','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Entrance\x20Hall','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20small\x20surveillance\x20drone.','shield','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20creditstick\x20loaded\x20with\x20nuyen.','document','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','EAST','2051FIabgA','open\x20sesame','Sniper\x20Rifle','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Secret\x20Passage','toString','key','Barrens\x20Hideout','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','outside','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','north','apply','That\x20passcode\x20is\x20incorrect','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Golden\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','Corp\x20Enclave','Encrypted\x20Data\x20Key'];a60c=function(){return j;};return a60c();}
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 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x132))/0x1+parseInt(f(0x127))/0x2+parseInt(f(0x136))/0x3+-parseInt(f(0x12b))/0x4+parseInt(f(0x128))/0x5+-parseInt(f(0x129))/0x6+parseInt(f(0x141))/0x7*(-parseInt(f(0x14b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd7bc2));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x147)]()['search'](h(0x137))[h(0x147)]()[h(0x12f)](a61a)[h(0x13a)](h(0x137));});function a61c(){var j=['items','constructor','roomB','roomA','1752282ZQOldv','_equipment','roomType','description','707019oPRMjk','(((.+)+)+)+$','weight','isStartRoom','search','_inventory','rooms','_logger','solved','_maxCarryingWeight','name','749OWoplC','isLockable','shape','category','uuid','color','toString','inventory','texture','apply','123144iDroKB','exits','player','3212622SZcmgs','7488545dXhVvz','6346602fZnMDg','logger','6014028zTMukr','unlockItemOrSolution','_playerName'];a61c=function(){return j;};return a61c();}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x13c)];[a61i(0x14d)];[a61i(0x12a)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61i(0x140)];['description'];[a61i(0x14c)];[a61i(0x148)];['puzzle'];[a61i(0x134)];[a61i(0x139)];}export class AbstractDoor{[a61i(0x131)];[a61i(0x130)];['isLocked'];[a61i(0x12c)];[a61i(0x140)];[a61i(0x12a)];[a61i(0x142)];}export class AbstractInventory{[a61i(0x12e)];[a61i(0x12a)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x127;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0x145)];[a61i(0x140)];[a61i(0x135)];['size'];[a61i(0x144)];[a61i(0x143)];[a61i(0x146)];[a61i(0x149)];['rating'];[a61i(0x138)];}export class AbstractPlayer{[a61i(0x12d)];['_currentLocation'];[a61i(0x13b)];[a61i(0x133)];[a61i(0x13f)];[a61i(0x13d)];}export class AbstractPuzzle{['logger'];[a61i(0x13e)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xbb))/0x1*(parseInt(f(0x9c))/0x2)+parseInt(f(0xa7))/0x3+parseInt(f(0xa8))/0x4*(-parseInt(f(0xbd))/0x5)+-parseInt(f(0xb0))/0x6*(parseInt(f(0xbc))/0x7)+-parseInt(f(0x98))/0x8*(parseInt(f(0x99))/0x9)+-parseInt(f(0xba))/0xa*(parseInt(f(0xb7))/0xb)+-parseInt(f(0xaf))/0xc*(-parseInt(f(0xa3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x304e7));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x96;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xab)]()['search'](h(0xb5))[h(0xab)]()[h(0xa5)](a61a)[h(0xbe)](h(0xb5));});a61a();import{EventEmitter}from'events';function a61c(){var j=['solved','isStartRoom','inventory','color','87529QdTswi','_playerName','constructor','isLocked','645825osAvKt','732OJTTnB','player','weight','toString','roomType','items','rating','1992WJfNQE','433782VjArYq','rooms','_currentLocation','name','size','(((.+)+)+)+$','uuid','518727IPOWOp','apply','characterLocations','60KZDiPT','3CIOmAW','28CUpXlL','1390tYeCIz','search','roomB','puzzle','8YZxmgQ','2390967eCCKwN','logger','roomA','164282qiTOAy','description','isLockable'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0xb1)];[a61i(0xa9)];[a61i(0x9a)];[a61i(0xb9)];}export class AbstractRoom extends EventEmitter{[a61i(0xb3)];[a61i(0x9d)];['exits'];[a61i(0xa1)];[a61i(0x97)];[a61i(0xac)];[a61i(0xa0)];}export class AbstractDoor{[a61i(0x9b)];[a61i(0x96)];[a61i(0xa6)];['unlockItemOrSolution'];[a61i(0xb3)];['logger'];[a61i(0x9e)];}export class AbstractInventory{[a61i(0xad)];[a61i(0x9a)];}export class AbstractItem{[a61i(0xb6)];[a61i(0xb3)];['description'];[a61i(0xb4)];['category'];['shape'];[a61i(0xa2)];['texture'];[a61i(0xae)];[a61i(0xaa)];}export class AbstractPlayer{[a61i(0xa4)];[a61i(0xb2)];['_inventory'];['_equipment'];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a61i(0x9a)];[a61i(0x9f)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1b7))/0x1+parseInt(k(0x1fc))/0x2*(parseInt(k(0x202))/0x3)+-parseInt(k(0x200))/0x4*(parseInt(k(0x20e))/0x5)+-parseInt(k(0x1b9))/0x6*(-parseInt(k(0x216))/0x7)+-parseInt(k(0x1b4))/0x8+parseInt(k(0x1c9))/0x9*(parseInt(k(0x1d3))/0xa)+parseInt(k(0x1d2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9223a));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1c5),a[l(0x218)]=l(0x1bc),a[l(0x20b)]=l(0x1ce),a['Large']=l(0x212),a[l(0x210)]=l(0x203);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x20f)]=m(0x1c3),a[m(0x1fe)]='rare',a[m(0x1de)]=m(0x1d6);}(Rating||(Rating={})));export var Category;function a62c(){var u=['(((.+)+)+)+$','legendary','BEACH','rectangle','bumpy','OUTSIDE','DOWN','Grainy','smooth','Legendary','Rough','Circle','circle','Red','Metallic','grainy','UNDERGROUND','purple','search','helmet','hat','triangle','down','rifle','constructor','forest','MOUNTAIN','rough','Green','Weapon','blue','SEA','key','square','desert','orange','east','grey','blade','240NsLWIK','Orange','Rare','Square','3950164EyOahS','cave','16752XiLfhb','very\x20large','SOUTH','cup','unknown','Hat','Boots','INSIDE','toString','Medium','body\x20armor','Bumpy','5agcMQY','Common','VeryLarge','TOWER','large','Unknown','ArmArmor','FOREST','6824349gUiHWT','WEST','Small','Rectangle','red','inside','Gloves','leg\x20armor','6723616Gdpqhv','weapon','CAVE','889601luOpnB','boots','6nXUJdv','gold','west','small','metallic','Rifle','Grey','Gold','arm\x20armor','Smooth','common','Blue','tiny','fuzzy','beach','EAST','9vxUIHH','gloves','green','south','Book','medium','mountain','yellow','sea','5504884EaEdrL','11707490GwbIRS','Key'];a62c=function(){return u;};return a62c();}(function(a){var n=a62d;a[n(0x1f2)]=n(0x1b5),a['Shield']='shield',a[n(0x1d4)]=n(0x1f5),a[n(0x1b2)]=n(0x1ca),a['Helmet']=n(0x1e8),a[n(0x207)]=n(0x1e9),a[n(0x208)]=n(0x1b8),a['LegArmor']=n(0x1b3),a[n(0x214)]=n(0x1c1),a['BodyArmor']=n(0x20c),a[n(0x1cd)]='book',a['Cup']=n(0x205),a[n(0x213)]=n(0x206);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1e0)]=o(0x1e1),a[o(0x1ff)]=o(0x1f6),a['Triangle']=o(0x1ea),a[o(0x219)]=o(0x1d8),a['Blade']=o(0x1fb),a[o(0x1be)]=o(0x1ec);}(Shape||(Shape={})));export var Color;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x20a)]()[p(0x1e7)](p(0x1d5))['toString']()[p(0x1ed)](e)[p(0x1e7)](p(0x1d5));});e(),c[q(0x1e2)]=q(0x21a),c[q(0x1c4)]=q(0x1f3),c[q(0x1f1)]=q(0x1cb),c['Yellow']=q(0x1d0),c[q(0x1fd)]=q(0x1f8),c['Purple']=q(0x1e6),c[q(0x1bf)]=q(0x1fa),c['Brown']='brown',c[q(0x1c0)]=q(0x1ba);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0x1c2)]=r(0x1dd),a[r(0x1df)]=r(0x1f0),a[r(0x20d)]=r(0x1d9),a['Fuzzy']=r(0x1c6),a[r(0x1dc)]=r(0x1e4),a[r(0x1e3)]=r(0x1bd);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(a){var s=a62d;a[s(0x209)]=s(0x1b1),a[s(0x1da)]='outside',a[s(0x1e5)]='underground',a[s(0x1b6)]=s(0x201),a[s(0x211)]='tower',a[s(0x215)]=s(0x1ee),a['DESERT']=s(0x1f7),a[s(0x1ef)]=s(0x1cf),a[s(0x1d7)]=s(0x1c7),a[s(0x1f4)]=s(0x1d1);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a['NORTH']='north',a[t(0x1c8)]=t(0x1f9),a[t(0x204)]=t(0x1cc),a[t(0x217)]=t(0x1bb),a['UP']='up',a[t(0x1db)]=t(0x1eb);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x139))/0x1*(-parseInt(k(0x179))/0x2)+parseInt(k(0x18a))/0x3+-parseInt(k(0x19e))/0x4+-parseInt(k(0x15e))/0x5*(parseInt(k(0x13b))/0x6)+-parseInt(k(0x14d))/0x7+-parseInt(k(0x148))/0x8*(parseInt(k(0x14b))/0x9)+parseInt(k(0x19b))/0xa*(parseInt(k(0x184))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb9595));export var Size;(function(c){var m=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var l=a62d;return e[l(0x16a)]()[l(0x187)]('(((.+)+)+)+$')[l(0x16a)]()[l(0x17c)](e)['search'](l(0x17d));});e(),c['Tiny']=m(0x194),c['Small']=m(0x197),c[m(0x177)]=m(0x183),c[m(0x152)]=m(0x196),c[m(0x198)]=m(0x145);}(Size||(Size={})));export var Rating;(function(a){var n=a62d;a[n(0x15d)]='common',a[n(0x147)]=n(0x175),a[n(0x158)]=n(0x19d);}(Rating||(Rating={})));export var Category;(function(a){var o=a62d;a[o(0x169)]=o(0x162),a[o(0x13e)]=o(0x17b),a[o(0x140)]=o(0x195),a[o(0x13a)]=o(0x142),a[o(0x189)]=o(0x164),a[o(0x18f)]='hat',a[o(0x192)]=o(0x171),a['LegArmor']=o(0x182),a[o(0x161)]='arm\x20armor',a[o(0x190)]=o(0x18e),a[o(0x141)]=o(0x14f),a['Cup']='cup',a[o(0x151)]=o(0x13d);}(Category||(Category={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x138;var f=c[d];return f;},a62d(a,b);}export var Shape;function a62c(){var u=['book','TOWER','Unknown','Large','CAVE','bumpy','Rough','desert','circle','Legendary','orange','down','grey','SEA','Common','194255UVuLKs','Yellow','Brown','ArmArmor','weapon','west','helmet','gold','Purple','FOREST','metallic','Weapon','toString','Square','blue','Rectangle','smooth','Green','blade','boots','brown','east','DESERT','rare','fuzzy','Medium','Grey','2FRjVRs','red','shield','constructor','(((.+)+)+)+$','Fuzzy','square','tower','DOWN','leg\x20armor','medium','165GrwGNx','Triangle','grainy','search','OUTSIDE','Helmet','3823068ksbJwu','rifle','NORTH','WEST','body\x20armor','Hat','BodyArmor','rough','Boots','triangle','tiny','key','large','small','VeryLarge','Blue','beach','1287770mvpLfT','rectangle','legendary','2259852nysleG','EAST','forest','706958PlegAL','Gloves','78ymPZyv','SOUTH','unknown','Shield','purple','Key','Book','gloves','Red','sea','very\x20large','north','Rare','4348888xnhfRu','outside','Smooth','9ElAxpq','BEACH','883589pqADrU','Metallic'];a62c=function(){return u;};return a62c();}(function(a){var p=a62d;a['Circle']=p(0x157),a[p(0x16b)]=p(0x17f),a[p(0x185)]=p(0x193),a[p(0x16d)]=p(0x19c),a['Blade']=p(0x170),a['Rifle']=p(0x18b);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a[q(0x143)]=q(0x17a),a[q(0x199)]=q(0x16c),a[q(0x16f)]='green',a[q(0x15f)]='yellow',a['Orange']=q(0x159),a[q(0x166)]=q(0x13f),a[q(0x178)]=q(0x15b),a[q(0x160)]=q(0x172),a['Gold']=q(0x165);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0x14a)]=r(0x16e),a[r(0x155)]=r(0x191),a['Bumpy']=r(0x154),a[r(0x17e)]=r(0x176),a['Grainy']=r(0x186),a[r(0x14e)]=r(0x168);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a['INSIDE']='inside',a[s(0x188)]=s(0x149),a['UNDERGROUND']='underground',a[s(0x153)]='cave',a[s(0x150)]=s(0x180),a[s(0x167)]=s(0x138),a[s(0x174)]=s(0x156),a['MOUNTAIN']='mountain',a[s(0x14c)]=s(0x19a),a[s(0x15c)]=s(0x144);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x18c)]=t(0x146),a[t(0x19f)]=t(0x173),a[t(0x13c)]='south',a[t(0x18d)]=t(0x163),a['UP']='up',a[t(0x181)]=t(0x15a);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x80))/0x1+parseInt(f(0x7e))/0x2+-parseInt(f(0x84))/0x3+-parseInt(f(0x88))/0x4+parseInt(f(0x7c))/0x5*(-parseInt(f(0x86))/0x6)+parseInt(f(0x7f))/0x7+parseInt(f(0x81))/0x8*(parseInt(f(0x85))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6a816));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x7d)]()[h(0x87)](h(0x82))[h(0x7d)]()['constructor'](a63a)[h(0x87)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['5MiwEmH','toString','418792bcYgEb','3386817LvDppv','845157DgrBRO','8WcUyrg','(((.+)+)+)+$','apply','503223WxWAOC','1264293KHQCHo','2686854gMuHaa','search','2508260acmXlL'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x7c;var f=c[d];return f;},a63d(a,b);}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xa7))/0x1+parseInt(f(0x9e))/0x2+-parseInt(f(0x9b))/0x3*(parseInt(f(0x9d))/0x4)+parseInt(f(0xa2))/0x5+parseInt(f(0xa3))/0x6*(parseInt(f(0xa5))/0x7)+parseInt(f(0xa4))/0x8+-parseInt(f(0x9a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x4fad0));function a63c(){var i=['238939eHCUZq','8567370aZSgdE','984MLWIwt','apply','1252HCLQgt','721446cmEpxz','toString','constructor','search','1677740SDlPGv','282PCJrqI','17576KYqUeQ','66059WDXBgo','(((.+)+)+)+$'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x9f)]()[h(0xa1)]('(((.+)+)+)+$')[h(0x9f)]()[h(0xa0)](a63a)['search'](h(0xa6));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x9a;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x183))/0x1*(-parseInt(f(0x18f))/0x2)+parseInt(f(0x192))/0x3+-parseInt(f(0x18a))/0x4*(parseInt(f(0x188))/0x5)+-parseInt(f(0x189))/0x6*(parseInt(f(0x185))/0x7)+-parseInt(f(0x190))/0x8*(parseInt(f(0x18b))/0x9)+parseInt(f(0x193))/0xa*(parseInt(f(0x18e))/0xb)+parseInt(f(0x191))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x792d7));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x183;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18c)]()[h(0x184)]('(((.+)+)+)+$')[h(0x18c)]()[h(0x187)](a64a)['search'](h(0x186));});a64a();function a64c(){var i=['constructor','130535SCXwqh','1589292IJlrXk','148RFPNSd','9TIaVHo','toString','apply','257587eZENts','638YLecve','4642664BhIAKP','25970088XLanTJ','293652pWmJFf','340uUtmXS','1523PngyPb','search','14VvliGB','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x12a;var f=c[d];return f;},a64d(a,b);}function a64c(){var h=['3790962ZhKvkW','41913tcgmUX','(((.+)+)+)+$','search','18iGhsSD','toString','constructor','2TRaXHl','9504682bTKtKd','10kzUhnq','270715xTRRbC','874151dcCGhC','300125qKWZKP','733712FOuUQc','40vXvern'];a64c=function(){return h;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x12d))/0x1*(-parseInt(f(0x138))/0x2)+parseInt(f(0x132))/0x3+parseInt(f(0x130))/0x4*(-parseInt(f(0x12c))/0x5)+-parseInt(f(0x131))/0x6+parseInt(f(0x12e))/0x7+parseInt(f(0x12f))/0x8*(-parseInt(f(0x135))/0x9)+parseInt(f(0x12b))/0xa*(parseInt(f(0x12a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x6b066));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(0x136)]()[g(0x134)](g(0x133))[g(0x136)]()[g(0x137)](a64a)[g(0x134)]('(((.+)+)+)+$');});a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;function a65c(){const I=['equipment','map','legs','783113ygbOIO','checkIfLocked','focus','\x20Equipment\x20','roomType','take','10972DJRQVl','7LwzCgl','391179njNjYA','log','forEach','escape','1115CgQSxr','unequip','\x20(Unlocked)','70%','Torso:\x20','getWelcomeMessage','\x20Inventory\x20','22458FXGsGv','1463143ReOpmP','gloves','yellow','player','white','render','8iALbVX','4291312XaiciK','Legs:\x20','-----\x20Exits\x20------\x0a','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Game\x20Log\x20','5457780HjQYzH','exit','exits','C-c','90%','search','getAllItems','Head:\x20','append','write','parse','pushLine','feet','OUTSIDE','inventory','leftHand','(((.+)+)+)+$','Gloves:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','name','handleInput','currentLocation','logFilePath','arms','Side\x20Quest\x20Adventure\x20Game','45%','mousemove','slice','Your\x20items\x20will\x20be\x20listed\x20here...','\x0aThere\x20are\x20no\x20exits\x20here.','cyan','20%','25%','split','None','clearValue','head','key','getValue','join','40KovCoz','apply','torso','Right\x20Hand:\x20','toString','75%','Thanks\x20for\x20playing!','line','getOtherSide','setContent','enter','Left\x20Hand:\x20','\x20(Locked)','Feet:\x20','box','argv','checkIfLockable','\x20Map\x20','rightHand'];a65c=function(){return I;};return a65c();}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1b9))/0x1+parseInt(y(0x175))/0x2*(parseInt(y(0x1c1))/0x3)+-parseInt(y(0x1bf))/0x4+parseInt(y(0x1c5))/0x5*(parseInt(y(0x1cc))/0x6)+-parseInt(y(0x1c0))/0x7*(parseInt(y(0x176))/0x8)+-parseInt(y(0x17b))/0x9+-parseInt(y(0x1a3))/0xa*(parseInt(y(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x70bb1));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';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(0x1a4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1a7)]()[A(0x180)](A(0x18b))[A(0x1a7)]()['constructor'](g)['search'](A(0x18b));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x193)}),i=a65e[B(0x1b1)]({'top':'0%','left':B(0x1a8),'width':B(0x19b),'height':B(0x194),'border':{'type':B(0x1aa)},'label':B(0x1cb),'content':B(0x197),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x181)]()[C(0x1b7)](v=>v['name']);i[C(0x1ac)](u[C(0x1a2)]('\x0a')),h[C(0x174)]();};h[B(0x183)](i);const k=a65e[B(0x1b1)]({'top':B(0x194),'left':'75%','width':B(0x19b),'height':B(0x19b),'border':{'type':B(0x1aa)},'label':B(0x1bc),'content':B(0x18d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x183)](k);const l=t=>{const D=B;k['setContent'](D(0x182)+(t['head']?t[D(0x19f)][D(0x18e)]:'None')+'\x0a'+(D(0x1c9)+(t['torso']?t[D(0x1a5)]['name']:D(0x19d))+'\x0a')+(D(0x177)+(t[D(0x1b8)]?t[D(0x1b8)]['name']:'None')+'\x0a')+(D(0x1b0)+(t[D(0x187)]?t[D(0x187)]['name']:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x192)]['name']:D(0x19d))+'\x0a')+(D(0x18c)+(t[D(0x1ce)]?t[D(0x1ce)]['name']:D(0x19d))+'\x0a')+(D(0x1ae)+(t['leftHand']?t[D(0x18a)][D(0x18e)]:D(0x19d))+'\x0a')+(D(0x1a6)+(t['rightHand']?t[D(0x1b5)][D(0x18e)]:D(0x19d))+'\x0a')),h['render']();},m=a65e[B(0x1b1)]({'top':B(0x1c8),'left':B(0x1a8),'width':B(0x19b),'height':B(0x19a),'border':{'type':B(0x1aa)},'label':B(0x1b4),'content':B(0x179),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x183)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x18e)]+'\x0a\x0a';u+=E(0x178),t['exits']['size']>0x0?t[E(0x17d)][E(0x1c3)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1ab)](t);x[F(0x1bd)]===RoomType[F(0x188)]?u+=capitalCase(w)+':\x20'+x[F(0x18e)]:u+=capitalCase(w)+':\x20'+v[F(0x18e)];if(v[F(0x1ba)]())u+=F(0x1af);else v[F(0x1b3)]()&&(u+=F(0x1c7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x198),m[E(0x1ac)](u),h[E(0x174)]();},o=a65e[B(0x1b1)]({'id':'logBox','top':'0%','left':'0%','width':B(0x1a8),'height':B(0x17f),'border':{'type':B(0x1aa)},'label':B(0x17a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x195)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x1aa)},'style':{'fg':B(0x173),'border':{'fg':B(0x199)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1a0)]([B(0x1c4),B(0x17e)],()=>process[B(0x17c)](0x0)),p[B(0x1bb)](),h['render']();const q=Logger['getInstance'](e[B(0x191)],h),r=new Player({'playerName':c});q[B(0x184)]('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o[B(0x1ac)](s[B(0x1ca)]()),l(s['player'][B(0x1b6)]),j(s[B(0x172)][B(0x189)]),n(s[B(0x172)][B(0x190)]),p['key']([B(0x1ad)],async()=>{const G=B,t=p[G(0x1a1)](),u=s[G(0x18f)](t);(t[G(0x19c)]('\x20')[0x0]===G(0x1be)||'equip'||G(0x1c6))&&(j(s[G(0x172)]['inventory']),l(s[G(0x172)][G(0x1b6)])),(t['split']('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x172)][G(0x190)]),t[G(0x19c)]('\x20')[0x0]==='clear'&&o[G(0x1ac)](''),u===null&&(console[G(0x1c2)](G(0x1a9)),h[G(0x174)](),q[G(0x184)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x17c)](0x0)),o[G(0x186)](u),o['scroll'](0x1),p[G(0x19e)](),p[G(0x1bb)](),h[G(0x174)]();});}catch(t){console[B(0x1c2)](t),process['exit'](0x1);}}const args=process[a65H(0x1b2)][a65H(0x196)](0x2);function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x172;let f=c[d];return f;},a65d(a,b);}main(args[0x0],JSON[a65H(0x185)](args[0x1]),JSON[a65H(0x185)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1a0))/0x1*(-parseInt(y(0x1ad))/0x2)+parseInt(y(0x164))/0x3+parseInt(y(0x18b))/0x4+parseInt(y(0x167))/0x5*(-parseInt(y(0x180))/0x6)+parseInt(y(0x184))/0x7*(parseInt(y(0x1b3))/0x8)+parseInt(y(0x163))/0x9*(-parseInt(y(0x183))/0xa)+parseInt(y(0x1a4))/0xb*(-parseInt(y(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xc8707));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x15c;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65c(){const I=['cyan','handleInput','removeAllListeners','roomType','player','search','getValue','currentLocation','1sjTVLb','gloves','slice','take','119779uONWAy','screen','join','\x20(Unlocked)','<<<<<<<<---------\x20Terminating\x20game','getOtherSide','escape','Torso:\x20','toString','2843254FVVegm','arms','setContent','45%','clearValue','\x20Map\x20','51424jdYsuU','Left\x20Hand:\x20','75%','size','yellow','log','getAllItems','equipment','2556ILEYSF','scroll','lock','Arms:\x20','25%','apply','(((.+)+)+)+$','feet','198AEpXGy','4794480MFGAPX','constructor','Feet:\x20','534425Jujncf','enter','Thanks\x20for\x20playing!','parse','exits','Gloves:\x20','\x20Game\x20Log\x20','name','key','split','append','None','Available\x20exits\x20will\x20be\x20shown\x20here...','inventory','----->>>>>>\x20Initializing\x20Game','torso','write','rightHand','logBox','Right\x20Hand:\x20','exit','focus','logFilePath','90%','leftHand','6bGmaAs','getInstance','legs','655810SfzEwG','1750NahfDg','checkIfLocked','equip','render','\x20Inventory\x20','Your\x20items\x20will\x20be\x20listed\x20here...','clear','252944NTucGm','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','70%','checkIfLockable','unlock','mousemove','Head:\x20','-----\x20Exits\x20------\x0a','Side\x20Quest\x20Adventure\x20Game','line','100%','box','20%'];a65c=function(){return I;};return a65c();}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(0x160)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x19d)](A(0x161))[A(0x1ac)]()[A(0x165)](g)[A(0x19d)](A(0x161));});g();try{const h=a65e[B(0x1a5)]({'smartCSR':!![],'title':B(0x193)}),i=a65e['box']({'top':'0%','left':B(0x1b5),'width':B(0x15f),'height':'45%','border':{'type':B(0x194)},'label':B(0x188),'content':B(0x189),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1b9)]()['map'](v=>v[C(0x16e)]);i[C(0x1af)](u[C(0x1a6)]('\x0a')),h[C(0x187)]();};h[B(0x171)](i);const k=a65e['box']({'top':B(0x1b0),'left':B(0x1b5),'width':'25%','height':B(0x15f),'border':{'type':'line'},'label':'\x20Equipment\x20','content':B(0x18c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x171)](k);const l=t=>{const D=B;k[D(0x1af)](D(0x191)+(t['head']?t['head'][D(0x16e)]:D(0x172))+'\x0a'+(D(0x1ab)+(t[D(0x176)]?t[D(0x176)][D(0x16e)]:D(0x172))+'\x0a')+('Legs:\x20'+(t[D(0x182)]?t[D(0x182)][D(0x16e)]:D(0x172))+'\x0a')+(D(0x166)+(t[D(0x162)]?t[D(0x162)]['name']:D(0x172))+'\x0a')+(D(0x15e)+(t[D(0x1ae)]?t[D(0x1ae)][D(0x16e)]:D(0x172))+'\x0a')+(D(0x16c)+(t[D(0x1a1)]?t[D(0x1a1)][D(0x16e)]:'None')+'\x0a')+(D(0x1b4)+(t[D(0x17f)]?t[D(0x17f)][D(0x16e)]:D(0x172))+'\x0a')+(D(0x17a)+(t[D(0x178)]?t[D(0x178)][D(0x16e)]:D(0x172))+'\x0a')),h[D(0x187)]();},m=a65e[B(0x196)]({'top':B(0x18d),'left':'75%','width':B(0x15f),'height':B(0x197),'border':{'type':'line'},'label':B(0x1b2),'content':B(0x173),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x171)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x16e)]+'\x0a\x0a';u+=E(0x192),t['exits'][E(0x1b6)]>0x0?t[E(0x16b)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1a9)](t);x[F(0x19b)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x185)]())u+='\x20(Locked)';else v[F(0x18e)]()&&(u+=F(0x1a7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h['render']();},o=a65e[B(0x196)]({'id':B(0x179),'top':'0%','left':'0%','width':B(0x1b5),'height':B(0x17e),'border':{'type':B(0x194)},'label':B(0x16d),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x19a)](B(0x190)),h[B(0x171)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x195),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0x198)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x171)](p),h[B(0x16f)]([B(0x1aa),'C-c'],()=>process['exit'](0x0)),p['focus'](),h[B(0x187)]();const q=Logger['getInstance'](e[B(0x17d)],h),r=new Player({'playerName':c});q[B(0x177)](B(0x175));const s=a65f[B(0x181)](r,d);o[B(0x1af)](s['getWelcomeMessage']()),l(s['player']['equipment']),j(s['player']['inventory']),n(s[B(0x19c)][B(0x19f)]),p['key']([B(0x168)],async()=>{const G=B,t=p[G(0x19e)](),u=s[G(0x199)](t);(t[G(0x170)]('\x20')[0x0]===G(0x1a3)||G(0x186)||'unequip')&&(j(s['player'][G(0x174)]),l(s['player'][G(0x1ba)])),(t[G(0x170)]('\x20')[0x0]==='go'||G(0x15d)||G(0x18f))&&n(s['player'][G(0x19f)]),t['split']('\x20')[0x0]===G(0x18a)&&o[G(0x1af)](''),u===null&&(console[G(0x1b8)](G(0x169)),h[G(0x187)](),q[G(0x177)](G(0x1a8)),process[G(0x17b)](0x0)),o['pushLine'](u),o[G(0x15c)](0x1),p[G(0x1b1)](),p[G(0x17c)](),h[G(0x187)]();});}catch(t){console['log'](t),process['exit'](0x1);}}const args=process['argv'][a65H(0x1a2)](0x2);main(args[0x0],JSON[a65H(0x16a)](args[0x1]),JSON[a65H(0x16a)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1a1))/0x1*(-parseInt(h(0x1bf))/0x2)+parseInt(h(0x1cd))/0x3+parseInt(h(0x1a3))/0x4*(-parseInt(h(0x1a2))/0x5)+parseInt(h(0x1b7))/0x6+parseInt(h(0x1a4))/0x7*(parseInt(h(0x1be))/0x8)+-parseInt(h(0x1c8))/0x9*(-parseInt(h(0x1b3))/0xa)+parseInt(h(0x1b2))/0xb*(-parseInt(h(0x1b1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x7424f));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1c5)]()[j(0x1a8)]('(((.+)+)+)+$')[j(0x1c5)]()[j(0x1ac)](a66a)[j(0x1a8)]('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['screen','2188479vgEYUW','instance','893303bGODJI','395kebqWo','36436YvTHPi','14NfbBqL','error','log','existsSync','search','homedir','children','find','constructor','toISOString','apply','options','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','492696lAXqOn','583JTJQpX','347570hIxbRZ','write','ensureLogFileExists','The\x20logbox\x20','4177068AsdzNB','logBox','getInstance','[ERROR]\x20[','render','getScrollHeight','dirname','595024mDuvSX','2iUHWnT','content','.maka','setContent','hasScreen','appendFileSync','toString','side-quest.log','mkdirSync','234zyIxyR','writeFileSync','filePath','scrollTo'];a66c=function(){return s;};return a66c();}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1a9)]();export class Logger{static [a66k(0x1a0)];[a66k(0x1ca)];[a66k(0x1cc)];constructor(a,b){const l=a66k;this[l(0x1ca)]=a,this['screen']=b,this['ensureLogFileExists']();}static[a66k(0x1b9)](a=a66g['join'](homeDir,a66k(0x1c1),a66k(0x1c6)),b){const m=a66k;if(!Logger[m(0x1a0)]){if(!b)throw new Error(m(0x1b0));Logger[m(0x1a0)]=new Logger(a,b);}return Logger[m(0x1a0)];}[a66k(0x1b5)](){const n=a66k,a=a66g[n(0x1bd)](this['filePath']);!a66e[n(0x1a7)](a)&&a66e[n(0x1c7)](a,{'recursive':!![]}),!a66e[n(0x1a7)](this[n(0x1ca)])&&a66e[n(0x1c9)](this[n(0x1ca)],'');}[a66k(0x1b4)](a){const o=a66k,b=new Date()[o(0x1ad)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1c4)](this[o(0x1ca)],c);}['error'](a){const p=a66k,b=new Date()[p(0x1ad)](),c=p(0x1ba)+b+']\x20'+a+'\x0a';a66e[p(0x1c4)](this['filePath'],c);}[a66k(0x1a6)](a){const q=a66k,b=this[q(0x1cc)]?.[q(0x1aa)][q(0x1ab)](c=>c['type']==='box'&&c[q(0x1af)]['id']===q(0x1b8));b?(b[q(0x1c2)](b[q(0x1c0)]+'\x0a'+a),b[q(0x1cb)](b[q(0x1bc)]()),this[q(0x1cc)]?.[q(0x1bb)]()):this[q(0x1a5)](q(0x1b6)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x1cc)]),this[q(0x1b4)](a);}[a66k(0x1c3)](){const r=a66k;return!!this[r(0x1cc)];}}
1
+ const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x181))/0x1+-parseInt(h(0x19d))/0x2*(-parseInt(h(0x187))/0x3)+parseInt(h(0x18a))/0x4+parseInt(h(0x19a))/0x5+-parseInt(h(0x17f))/0x6+-parseInt(h(0x17e))/0x7+parseInt(h(0x195))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x78585));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x179;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x190)]()[i(0x194)]('(((.+)+)+)+$')[i(0x190)]()[i(0x18d)](a66a)['search'](i(0x183));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x185)]();export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const k=a66j;this[k(0x1a3)]=a,this['screen']=b,this['ensureLogFileExists']();}static[a66j(0x18f)](a=a66g[a66j(0x1a0)](homeDir,a66j(0x17c),a66j(0x196)),b){const l=a66j;if(!Logger[l(0x184)]){if(!b)throw new Error(l(0x193));Logger[l(0x184)]=new Logger(a,b);}return Logger[l(0x184)];}[a66j(0x179)](){const m=a66j,a=a66g['dirname'](this[m(0x1a3)]);!a66e[m(0x186)](a)&&a66e[m(0x198)](a,{'recursive':!![]}),!a66e[m(0x186)](this[m(0x1a3)])&&a66e[m(0x18c)](this['filePath'],'');}['write'](a){const n=a66j,b=new Date()[n(0x19f)](),c=n(0x189)+b+']\x20'+a+'\x0a';a66e[n(0x17b)](this[n(0x1a3)],c);}[a66j(0x17a)](a){const o=a66j,b=new Date()[o(0x19f)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x17b)](this['filePath'],c);}[a66j(0x192)](a){const p=a66j,b=this[p(0x1a1)]?.[p(0x199)]['find'](c=>c[p(0x191)]===p(0x17d)&&c[p(0x18e)]['id']===p(0x182));b?(b[p(0x19b)](b[p(0x19c)]+'\x0a'+a),b[p(0x18b)](b[p(0x19e)]()),this[p(0x1a1)]?.[p(0x180)]()):this[p(0x17a)]('The\x20logbox\x20'+b+p(0x188)+this[p(0x1a1)]),this[p(0x197)](a);}[a66j(0x1a2)](){const q=a66j;return!!this[q(0x1a1)];}}function a66c(){const r=['box','3476690doZzVg','2808618mGKhiv','render','217819bCUSIT','logBox','(((.+)+)+)+$','instance','homedir','existsSync','141429ndJipN','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','1608656GCDYON','scrollTo','writeFileSync','constructor','options','getInstance','toString','type','log','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','search','6487192DNOSYS','side-quest.log','write','mkdirSync','children','2076595iCWtmw','setContent','content','2VKLDkK','getScrollHeight','toISOString','join','screen','hasScreen','filePath','ensureLogFileExists','error','appendFileSync','.maka'];a66c=function(){return r;};return a66c();}
@@ -1 +1 @@
1
- function a67c(){const p=['1152979thsFjD','21573643CSizRL','maka\x20play:side-quest','resolve','3516205gblbWv','fsi','7FheBKm','sideQuestAnswer','log','select','2304TCiaKW','bright','9CQaRKP','node','dungeon','apply','4408616PmeNmB','stringify','create','player','search','constructor','10kdwWkP','6265uiqpzt','Commoner','join','url','side-quest.log','20418ssyWEX','Play\x20a\x20little\x20side-quest','2nOSWgo','24TssEVW','shadowrun','toString','Thanks\x20for\x20playing!','4664187LqBwWP','./sideQuest/ui.js','What\x20is\x20your\x20name?','exit','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...','getGlobalMakaDir','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','(((.+)+)+)+$','ask'];a67c=function(){return p;};return a67c();}const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c9))/0x1*(parseInt(j(0x1bb))/0x2)+parseInt(j(0x1c0))/0x3+-parseInt(j(0x1d3))/0x4*(-parseInt(j(0x1b4))/0x5)+-parseInt(j(0x1b9))/0x6*(parseInt(j(0x1cf))/0x7)+parseInt(j(0x1d9))/0x8*(parseInt(j(0x1d5))/0x9)+-parseInt(j(0x1b3))/0xa*(-parseInt(j(0x1cd))/0xb)+-parseInt(j(0x1bc))/0xc*(parseInt(j(0x1ca))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xeeb4f));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1be)]()[l(0x1dd)](l(0x1c7))['toString']()[l(0x1b2)](a67a)[l(0x1dd)](l(0x1c7));});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';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1b7)]),__dirname=dirname(__filename);Command[a67m(0x1db)]({'name':'side-quest','usage':a67m(0x1cb),'shortDesc':a67m(0x1ba),'aliases':['sq'],'description':a67m(0x1c4),'validOpts':[a67m(0x1dc)]},async function(a,b){const n=a67m;try{const c=this[n(0x1ce)][n(0x1c5)](),d=a67e[n(0x1b6)](c,n(0x1b8)),e=b['player']?b[n(0x1dc)]:await Actions[n(0x1c8)](n(0x1c2))||n(0x1b5),f={...b,'logFilePath':d},g=await Actions[n(0x1d2)]({'message':n(0x1c6),'name':n(0x1d0),'choices':[{'name':n(0x1d7),'value':dungeonConfig},{'name':n(0x1bd),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1d6),[a67e[n(0x1cc)](__dirname,n(0x1c1)),e,JSON[n(0x1da)](g),JSON[n(0x1da)](f)],{'stdio':'inherit'});h['on'](n(0x1c3),()=>{const o=n;Log[o(0x1d4)](o(0x1bf));});}}catch(i){console[n(0x1d1)](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0xdc))/0x1*(parseInt(j(0xd3))/0x2)+parseInt(j(0xe3))/0x3+parseInt(j(0xef))/0x4*(parseInt(j(0xe5))/0x5)+parseInt(j(0xec))/0x6+-parseInt(j(0xe8))/0x7+parseInt(j(0xd0))/0x8+-parseInt(j(0xd7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x64759));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0xd4)]()[l(0xee)](l(0xe0))[l(0xd4)]()[l(0xe2)](a67a)[l(0xee)](l(0xe0));});a67a();import a67e from'path';import{spawn}from'child_process';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xce;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';function a67c(){const p=['stringify','exit','82417QutPrT','./sideQuest/ui.js','player','dungeon','(((.+)+)+)+$','sideQuestAnswer','constructor','1507629aRQeEc','select','406150dBJQsV','inherit','side-quest','194565ZNXYvh','getGlobalMakaDir','join','url','1527768cKcojO','create','search','40MDSPhI','ask','Thanks\x20for\x20playing!','bright','5624968AAsxSu','log','resolve','6bDBLqO','toString','Play\x20a\x20little\x20side-quest','maka\x20play:side-quest','14274585oKCxWH','apply','shadowrun'];a67c=function(){return p;};return a67c();}import{Actions}from'../../tools/actions/actions.class.js';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[a67m(0xeb)]),__dirname=dirname(__filename);Command[a67m(0xed)]({'name':a67m(0xe7),'usage':a67m(0xd6),'shortDesc':a67m(0xd5),'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':[a67m(0xde)]},async function(a,b){const n=a67m;try{const c=this['fsi'][n(0xe9)](),d=a67e[n(0xea)](c,'side-quest.log'),e=b[n(0xde)]?b[n(0xde)]:await Actions[n(0xf0)]('What\x20is\x20your\x20name?')||'Commoner',f={...b,'logFilePath':d},g=await Actions[n(0xe4)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0xe1),'choices':[{'name':n(0xdf),'value':dungeonConfig},{'name':n(0xd9),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0xd2)](__dirname,n(0xdd)),e,JSON['stringify'](g),JSON[n(0xda)](f)],{'stdio':n(0xe6)});h['on'](n(0xdb),()=>{const o=n;Log[o(0xcf)](o(0xce));});}}catch(i){console[n(0xd1)](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xb3))/0x1+parseInt(f(0xbd))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xbb))/0x4*(-parseInt(f(0xb2))/0x5)+parseInt(f(0xc1))/0x6*(-parseInt(f(0xb6))/0x7)+parseInt(f(0xb1))/0x8*(-parseInt(f(0xaf))/0x9)+-parseInt(f(0xb9))/0xa*(-parseInt(f(0xae))/0xb)+parseInt(f(0xbe))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x6c46b));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search'](h(0xbf))[h(0xb5)]()[h(0xc2)](a68a)[h(0xba)]('(((.+)+)+)+$');});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xad;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xb8)]({'name':a68i(0xad),'usage':a68i(0xb4),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0xb7),{'stdio':j(0xb0)});},a68e);function a68c(){var k=['search','317396wmPdAk','apply','27578rsTkcX','13749636DdtfST','(((.+)+)+)+$','90XfJLZu','66JvFwkR','constructor','snake','473fPBRzh','23742JiQjhm','inherit','2608biAGbE','55RKqjlR','258543vqxjGq','maka\x20game:snake','toString','175063jTZJvl','npx\x20command-line-snake','create','53990MfZewG'];a68c=function(){return k;};return a68c();}
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1da))/0x1+parseInt(f(0x1e2))/0x2+parseInt(f(0x1db))/0x3*(parseInt(f(0x1e6))/0x4)+-parseInt(f(0x1e3))/0x5*(parseInt(f(0x1e5))/0x6)+-parseInt(f(0x1ec))/0x7*(-parseInt(f(0x1df))/0x8)+-parseInt(f(0x1d9))/0x9*(parseInt(f(0x1e8))/0xa)+parseInt(f(0x1eb))/0xb*(parseInt(f(0x1e4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe36db));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1e0)]()['search'](h(0x1dd))[h(0x1e0)]()[h(0x1ea)](a68a)[h(0x1e9)](h(0x1dd));});a68a();function a68c(){var k=['7616775IGTcbi','423864fhXrBn','6MKHXNV','12uVcdvG','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','29870SqGJpF','search','constructor','297DOIGQD','2955169tKfrZQ','maka\x20game:snake','snake','4167XYEjEn','216344OyOAfq','1339047CTGWGk','npx\x20command-line-snake','(((.+)+)+)+$','create','8juTjwu','toString','apply','2678638dhcyXk'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1de)]({'name':a68i(0x1d8),'usage':a68i(0x1ed),'shortDesc':a68i(0x1e7),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1dc),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x165))/0x1*(-parseInt(f(0x163))/0x2)+parseInt(f(0x16c))/0x3*(parseInt(f(0x169))/0x4)+parseInt(f(0x16f))/0x5*(parseInt(f(0x167))/0x6)+-parseInt(f(0x164))/0x7*(parseInt(f(0x161))/0x8)+-parseInt(f(0x15e))/0x9*(parseInt(f(0x16a))/0xa)+-parseInt(f(0x171))/0xb*(-parseInt(f(0x16d))/0xc)+parseInt(f(0x16b))/0xd*(parseInt(f(0x170))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x64010));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x15d;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x162)]()[h(0x15f)](h(0x168))['toString']()[h(0x16e)](a69a)[h(0x15f)](h(0x168));});function a69c(){var k=['3707pCboLg','inherit','tetris','135PbQyUO','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','24vkunxH','toString','1646BJviIC','1714377QqDGAs','213rXhMuj','apply','15558XpxlaZ','(((.+)+)+)+$','564wWyvLG','243550QfvzEU','2684422JaNpGE','1659QyqmUl','20556BTPJli','constructor','115wiLBpG','42Qytrvp'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x15d),'usage':'maka\x20game:tetris','shortDesc':a69i(0x160),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x172)});},a69e);
1
+ var a69i=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x124;var f=c[d];return f;},a69d(a,b);}function a69c(){var k=['172609mTekop','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','tetris','987981VjBoWB','apply','1478056XENDlF','(((.+)+)+)+$','inherit','search','toString','8XxMfIX','1221876wXTrxe','210116UgGGDl','maka\x20game:tetris','8549345QTrlwx','npx\x20simple-tetris','2696525mQYRbY','constructor'];a69c=function(){return k;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x135))/0x1+parseInt(f(0x12f))/0x2+parseInt(f(0x126))/0x3+-parseInt(f(0x128))/0x4+-parseInt(f(0x133))/0x5+-parseInt(f(0x12e))/0x6+parseInt(f(0x131))/0x7*(parseInt(f(0x12d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x5a7d6));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x12c)]()[h(0x12b)]('(((.+)+)+)+$')[h(0x12c)]()[h(0x134)](a69a)[h(0x12b)](h(0x129));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x124)]({'name':a69i(0x125),'usage':a69i(0x130),'shortDesc':a69i(0x136),'validOpts':[]},async function(){var j=a69i;execSync(j(0x132),{'stdio':j(0x12a)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x79))/0x1+parseInt(f(0x82))/0x2+-parseInt(f(0x87))/0x3*(-parseInt(f(0x73))/0x4)+-parseInt(f(0x88))/0x5+parseInt(f(0x7b))/0x6+-parseInt(f(0x80))/0x7*(parseInt(f(0x7f))/0x8)+-parseInt(f(0x84))/0x9*(parseInt(f(0x7a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x6d6f2));const a70b=(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;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x81)]()[g(0x7d)](g(0x7e))[g(0x81)]()['constructor'](a70a)[g(0x7d)](g(0x7e));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70c(){const j=['error','generate','2362569DYEbBt','3450230XBgEaw','maka\x20g:package\x20package:name','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:route\x20todos/edit','exit','maka\x20generate:scaffold\x20todos','processAndRunGenerator','4aNlQdI','maka\x20g:scaffold\x20todos','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','606103PbOiVg','11170RuzXse','2982702cWBITD','splice','search','(((.+)+)+)+$','1275088JuUgtB','35JNxigK','toString','933402NzBbZw','Scaffold\x20various\x20parts\x20of\x20your\x20application','3402eWVoNw'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x72;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70h(0x86),'aliases':['g'],'usage':a70h(0x8a),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x83),'description':a70h(0x78),'examples':[a70h(0x8d),a70h(0x74),a70h(0x77),a70h(0x89),a70h(0x8b),a70h(0x75),a70h(0x76)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x7c)](0x0,0x1),await a70e[i(0x72)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[i(0x85)](d),process[i(0x8c)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xbd))/0x1+-parseInt(f(0xbc))/0x2*(-parseInt(f(0xaa))/0x3)+-parseInt(f(0xb8))/0x4+-parseInt(f(0xa9))/0x5*(parseInt(f(0xb3))/0x6)+parseInt(f(0xb2))/0x7+parseInt(f(0xa8))/0x8+parseInt(f(0xa6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xf3baf));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xb5)]()['search'](h(0xa5))['toString']()['constructor'](a70a)[h(0xb0)](h(0xa5));});a70a();function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xa5;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','search','Scaffold\x20various\x20parts\x20of\x20your\x20application','4944457nLwoZU','6BQyeEV','maka\x20g:package\x20package:name','toString','maka\x20g:route\x20todos/edit','maka\x20g:template\x20todos/todo_item','7902024deZhfU','processAndRunGenerator','create','maka\x20generate:scaffold\x20todos','10cMcYsb','679228aKMiYu','(((.+)+)+)+$','20915091gpTkio','invoke','3360160zFAGCo','2115010JuOwCL','375471DfDGds','apply','maka\x20g:scaffold\x20todos','generate','exit'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0xba)]({'name':a70i(0xad),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0xb1),'description':a70i(0xaf),'examples':[a70i(0xbb),a70i(0xac),a70i(0xb7),a70i(0xb4),a70i(0xb6),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0xb9)](c,a,b)):a70e[j(0xa7)](a,b);}catch(d){Log['error'](d),process[j(0xae)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(-parseInt(f(0x1c6))/0x2)+-parseInt(f(0x1c4))/0x3+parseInt(f(0x1cb))/0x4+parseInt(f(0x1c3))/0x5+parseInt(f(0x1c9))/0x6+-parseInt(f(0x1cc))/0x7*(-parseInt(f(0x1c2))/0x8)+-parseInt(f(0x1ca))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x40213));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c5)]()[h(0x1c8)](h(0x1c7))[h(0x1c5)]()[h(0x1ce)](a71a)['search'](h(0x1c7));});a71a();function a71c(){var i=['5389947wWgcoU','1575052VKTaHV','1093169eSetDa','1IVGZkf','constructor','apply','8HzINfa','1457620tahDZS','1270347nhPknM','toString','470506awupYu','(((.+)+)+)+$','search','1249800nQdqYo'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1e7;var f=c[d];return f;},a71d(a,b);}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1f0))/0x1+-parseInt(f(0x1ee))/0x2+-parseInt(f(0x1e8))/0x3+parseInt(f(0x1ed))/0x4+-parseInt(f(0x1ef))/0x5*(parseInt(f(0x1f1))/0x6)+parseInt(f(0x1e7))/0x7+-parseInt(f(0x1ec))/0x8*(-parseInt(f(0x1f4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc9602));function a71c(){var i=['1557UrWfZT','4758453smJGYL','297111lrHDEt','toString','apply','(((.+)+)+)+$','141592KVYtWk','2220380OFZMiq','1255732kMrjEU','4405cFtVGe','1201552vLeQez','10512xZzbRQ','constructor','search'];a71c=function(){return i;};return a71c();}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1ea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1e9)]()[h(0x1f3)](h(0x1eb))[h(0x1e9)]()[h(0x1f2)](a71a)[h(0x1f3)]('(((.+)+)+)+$');});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1d5))/0x1+parseInt(f(0x1d2))/0x2+parseInt(f(0x1df))/0x3+parseInt(f(0x1d9))/0x4+parseInt(f(0x1d3))/0x5*(parseInt(f(0x1dd))/0x6)+parseInt(f(0x1d0))/0x7+-parseInt(f(0x1d8))/0x8*(parseInt(f(0x1da))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8e58f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x1dc)](h(0x1de))[h(0x1ce)]()[h(0x1d1)](a72a)[h(0x1dc)](h(0x1de));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1db)]({'name':a72i(0x1d4),'usage':a72i(0x1cf),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x1d6)](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['constructor','1565934HWwIyl','365050tlhdDL','get','1030658tFvNFZ','processAndRunCommand','apply','25137256pdlXAH','3835000jDoBED','9XlksWq','create','search','30cokvxS','(((.+)+)+)+$','718737CwhvOn','toString','maka\x20get:<sub-command>','2437456HZQgmx'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72h=a72d;function a72c(){const j=['search','toString','(((.+)+)+)+$','maka\x20get:<sub-command>','5nYKTCK','412WiLdBe','constructor','96922PVcWUG','389196jKcROd','761328zCzCxH','processAndRunCommand','1EcgVOA','4718350CEJqbm','631162MpECbr','3498732ENjlKY','9279yjxTZk','get'];a72c=function(){return j;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x13b;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1*(parseInt(f(0x13c))/0x2)+parseInt(f(0x13e))/0x3*(-parseInt(f(0x145))/0x4)+parseInt(f(0x144))/0x5*(parseInt(f(0x148))/0x6)+-parseInt(f(0x147))/0x7+parseInt(f(0x149))/0x8+-parseInt(f(0x13d))/0x9+parseInt(f(0x13b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x373e3));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(0x141)]()[g(0x140)](g(0x142))[g(0x141)]()[g(0x146)](a72a)[g(0x140)](g(0x142));});a72a();import{Command}from'../../command.js';const GetCommand=Command['create']({'name':a72h(0x13f),'usage':a72h(0x143),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x14a)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x8f;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x94))/0x1*(-parseInt(f(0x8f))/0x2)+parseInt(f(0x9f))/0x3*(-parseInt(f(0x9b))/0x4)+-parseInt(f(0xa1))/0x5+-parseInt(f(0x9c))/0x6*(parseInt(f(0x99))/0x7)+parseInt(f(0x97))/0x8*(-parseInt(f(0x90))/0x9)+-parseInt(f(0x9d))/0xa+-parseInt(f(0x93))/0xb*(-parseInt(f(0xa7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xddc88));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xa8)]()[h(0xa4)](h(0xa3))[h(0xa8)]()[h(0xa0)](a73a)[h(0xa4)]('(((.+)+)+)+$');});a73a();function a73c(){const k=['5iLmMzx','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','12009736MyLYnp','error','377951qDtYOq','global-config','432GqRLLz','36dslDCR','17143300fWjMid','apply','50037jUBvzr','constructor','3924945IauOFP','exit','(((.+)+)+)+$','search','log','cfg','12cCTMms','toString','18096JyWpIM','9BOirvm','create','maka\x20get:global-config','76879110LVJmph'];a73c=function(){return k;};return a73c();}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x91)]({'name':a73i(0x9a),'usage':a73i(0x92),'aliases':['gc'],'shortDesc':a73i(0x95),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xa6)][j(0x96)]();console[j(0xa5)](a),process['exit'](0x0);}catch(b){console[j(0x98)](b),process[j(0xa2)](0x0);}},a73e);
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xeb;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xfc))/0x1*(-parseInt(f(0xf6))/0x2)+parseInt(f(0xf4))/0x3+-parseInt(f(0xf8))/0x4*(parseInt(f(0x100))/0x5)+parseInt(f(0xf1))/0x6*(parseInt(f(0xf9))/0x7)+parseInt(f(0xfd))/0x8*(parseInt(f(0xf5))/0x9)+parseInt(f(0xed))/0xa+parseInt(f(0xf0))/0xb*(-parseInt(f(0xf7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xd6ee2));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xeb)]()[h(0xec)](h(0xf2))['toString']()[h(0xfa)](a73a)[h(0xec)](h(0xf2));});a73a();import a73e from'./get.command.js';function a73c(){const k=['1572GjQvJf','(((.+)+)+)+$','maka\x20get:global-config','1165866ZldwIu','34308ocRNip','34326HiFyPv','1822344vGvnFk','4IILpRn','20433qZQalb','constructor','log','53QBJMcZ','2840JuMgKR','cfg','apply','487115abZkRt','getGlobalConfig','exit','toString','search','1431320vHdVDZ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','global-config','187bqMXto'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command['create']({'name':a73i(0xef),'usage':a73i(0xf3),'aliases':['gc'],'shortDesc':a73i(0xee),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xfe)][j(0x101)]();console[j(0xfb)](a),process[j(0x102)](0x0);}catch(b){console['error'](b),process[j(0x102)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1b0))/0x2)+parseInt(f(0x1b1))/0x3+parseInt(f(0x1b6))/0x4+-parseInt(f(0x1b4))/0x5+parseInt(f(0x1ac))/0x6*(-parseInt(f(0x1bb))/0x7)+parseInt(f(0x1ba))/0x8*(-parseInt(f(0x1a9))/0x9)+parseInt(f(0x1aa))/0xa*(parseInt(f(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4a335));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1ad)]()[h(0x1b3)](h(0x1bd))['toString']()[h(0x1b7)](a74a)[h(0x1b3)](h(0x1bd));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1b2)]({'name':a74i(0x1ae),'usage':a74i(0x1af),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1bc),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b8)][j(0x1a8)]();console['log'](a);},a74e);function a74c(){const k=['maka\x20get:local-config','68BRNtkD','1266762sSkitI','create','search','193050tyWVXy','apply','1174152TwbSKT','constructor','cfg','14964JDbhCI','8NyjlIL','641613ONZErD','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','(((.+)+)+)+$','getMakaProjectConfig','3030561EphVYS','4650JjWdmU','110rjUxul','36LpZvwK','toString','local-config'];a74c=function(){return k;};return a74c();}
1
+ const a74h=a74d;function a74c(){const j=['1146208QywGCF','535700RwFJjg','85665nwuOnq','toString','819488LFUnVU','656094ZqWlPw','constructor','(((.+)+)+)+$','215276fOcVbr','20zqokiF','cfg','1468770opTjeV','getMakaProjectConfig','maka\x20get:local-config','local-config'];a74c=function(){return j;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x11f))/0x1+-parseInt(f(0x120))/0x2*(parseInt(f(0x119))/0x3)+parseInt(f(0x118))/0x4+parseInt(f(0x122))/0x5+-parseInt(f(0x11c))/0x6+-parseInt(f(0x117))/0x7+parseInt(f(0x11b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x2d97c));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(0x11a)]()['search'](g(0x11e))[g(0x11a)]()[g(0x11d)](a74a)['search'](g(0x11e));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x117;let f=c[d];return f;},a74d(a,b);}Command['create']({'name':a74h(0x125),'usage':a74h(0x124),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const i=a74h,a=await this[i(0x121)][i(0x123)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1ce))/0x1+-parseInt(f(0x1dd))/0x2+parseInt(f(0x1d7))/0x3+-parseInt(f(0x1d9))/0x4+-parseInt(f(0x1cd))/0x5*(parseInt(f(0x1d8))/0x6)+-parseInt(f(0x1d6))/0x7+parseInt(f(0x1da))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x497c2));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1db)]()['search'](h(0x1dc))[h(0x1db)]()[h(0x1d4)](a75a)[h(0x1d0)](h(0x1dc));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';function a75c(){const k=['exit','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','whoami','error','constructor','getGlobalConfig','2270373Qzclzc','69291Krxnwm','30nQoopM','683624xVtWvp','16289672PWIwhf','toString','(((.+)+)+)+$','401250RlrjWl','cfg','maka\x20get:whoami','apply','559695cOhHAB','502747dugaVK'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a75i(0x1d2),'usage':a75i(0x1df),'shortDesc':a75i(0x1d1),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x1de)][j(0x1d5)]();return a;}catch(b){Log[j(0x1d3)](b),process[j(0x1cf)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x193))/0x1+-parseInt(f(0x17e))/0x2*(-parseInt(f(0x185))/0x3)+-parseInt(f(0x184))/0x4*(-parseInt(f(0x17d))/0x5)+parseInt(f(0x18b))/0x6*(parseInt(f(0x192))/0x7)+parseInt(f(0x17f))/0x8*(parseInt(f(0x183))/0x9)+-parseInt(f(0x189))/0xa*(-parseInt(f(0x191))/0xb)+-parseInt(f(0x194))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x478b5));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x190)]()[h(0x186)]('(((.+)+)+)+$')[h(0x190)]()[h(0x18e)](a75a)[h(0x186)](h(0x18f));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75c(){const k=['search','silent','whoami','350iTYpwX','exit','1074SMWtkG','create','apply','constructor','(((.+)+)+)+$','toString','134629nrcbpf','5222lhvxbn','521998jAhDjQ','19841916ggbwhP','1896185RhGmCc','2FLmNHC','3248904KMmitJ','error','getGlobalConfig','cfg','9QlhVgD','4YGECWR','231873EtnkGo'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x17d;let f=c[d];return f;},a75d(a,b);}Command[a75i(0x18c)]({'name':a75i(0x188),'usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75i(0x187)]},async function(){const j=a75i;try{const a=await this[j(0x182)][j(0x181)]();return a;}catch(b){Log[j(0x180)](b),process[j(0x18a)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x192))/0x1+parseInt(f(0x199))/0x2*(parseInt(f(0x19d))/0x3)+parseInt(f(0x195))/0x4*(parseInt(f(0x190))/0x5)+-parseInt(f(0x18e))/0x6+-parseInt(f(0x194))/0x7+-parseInt(f(0x193))/0x8+-parseInt(f(0x191))/0x9*(-parseInt(f(0x19c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x6e0d4));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x197)]()[h(0x19e)](h(0x19b))['toString']()[h(0x18f)](a76a)[h(0x19e)](h(0x19b));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x18e;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['342404LQaxvu','Try,\x20maka\x20--help','(((.+)+)+)+$','150lGDvCQ','6SQNwEz','search','Deprecated:\x20use\x20--help\x20instead','2342148pSuNSM','constructor','65PUgurp','921519giptNm','846125POmusx','963688VosOlx','1769236HRxjDp','56060LHFdHw','apply','toString','create'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command[a76i(0x198)]({'name':'help','description':a76i(0x19a),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x19f)},async function(){throw new UsageError();});
1
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x190))/0x1+-parseInt(f(0x18a))/0x2+parseInt(f(0x187))/0x3+parseInt(f(0x18b))/0x4*(-parseInt(f(0x186))/0x5)+parseInt(f(0x193))/0x6+parseInt(f(0x188))/0x7+parseInt(f(0x18d))/0x8*(-parseInt(f(0x18c))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd3715));function a76c(){var i=['constructor','Deprecated:\x20use\x20--help\x20instead','1613030KtlQmJ','create','Try,\x20maka\x20--help','4981554pNMteu','help','(((.+)+)+)+$','search','16445BXwiCZ','880494TJwBFg','10656184zNtsyH','toString','3356010WhsDXH','1076rzSemU','36aVTiKa','1660568gXobee'];a76c=function(){return i;};return a76c();}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(0x189)]()[g(0x185)](g(0x184))[g(0x189)]()[g(0x18e)](a76a)[g(0x185)](g(0x184));});a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x184;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76h(0x191)]({'name':a76h(0x194),'description':a76h(0x192),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x18f)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77L=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x1a3))/0x1*(parseInt(H(0x1d2))/0x2)+-parseInt(H(0x1d9))/0x3+-parseInt(H(0x1ad))/0x4*(-parseInt(H(0x1bd))/0x5)+parseInt(H(0x1da))/0x6*(-parseInt(H(0x1ab))/0x7)+parseInt(H(0x1ff))/0x8+parseInt(H(0x1c0))/0x9*(parseInt(H(0x1a4))/0xa)+-parseInt(H(0x203))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xad830));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 I=a77d;return a77a['toString']()[I(0x1ed)](I(0x1c7))[I(0x1b2)]()['constructor'](a77a)[I(0x1ed)](I(0x1c7));});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';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['homedir']();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x197;let f=c[d];return f;},a77d(a,b);}function a77c(){const O=['exit','\x20is\x20not\x20available,\x20trying\x20','create','Aborting\x20install','toString','Downloading\x20Meteor\x20','arch','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Meteor\x20is\x20','arm64','success','downloadFile','withSpinner','slice','5KRmZxR','Install\x20the\x20specified\x20version\x20of\x20meteor.','timeout','474453QaAJYr','log','includes','linkVersionAsCurrent','meteor','3.0','packages','(((.+)+)+)+$','env','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','PATH','Cleaning\x20up','length','Meteor\x20version\x20','Aborted','package-metadata','Using\x20CA\x20Cert\x20','786BnvhSy','meteor.tar.gz','replace','notice','NO_NODE_WARNINGS','setx\x20PATH\x20\x22','&release=','3730137WITkJh','354XTvLbp','mkdirSync','setPath','linux','Added\x20Meteor\x20path\x20to\x20','join','x86_64','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','.zshrc','-rf','isFile','https://packages.meteor.com/bootstrap-link?arch=os.','\x20is\x20not\x20available.','Network\x20error,\x20please\x20try\x20again.','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','utf8','cacert','extractTarGz','maka\x20install\x20meteor\x20--release\x203.0.1','search','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','readFileSync','split','\x20is\x20available.','install','info','keepInstallFile','\x20from\x20','data','max','getuid','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','\x20installed.\x0a','osx','force','RELEASE=','warn','529368YRAlhL','maka\x20install\x20meteor\x20--force','existsSync','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','4091450AYhSLY','platform','getInstalledMeteorVersion','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Error\x20extracting\x20meteor.tar.gz\x20file','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20install\x20meteor\x20--set-path','error','\x5c.meteor\x5cmeteor','Preparing\x20to\x20install\x20Meteor\x20','win32','.bashrc','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','1320UJuIWw','190NphaHN','.meteor','confirm','appendFileSync','getMeteorInstallPath','grep','cert','8260mvfEED','Proceed\x20anyway?','3236396MndnZd'];a77c=function(){return O;};return a77c();}function isRoot(){const J=a77d;return process[J(0x1f8)]&&process[J(0x1f8)]()===0x0;}function compareVersions(a,b){const K=a77d,c=a[K(0x1f0)]('.')['map'](Number),d=b['split']('.')['map'](Number);for(let e=0x0;e<Math[K(0x1f7)](c['length'],d[K(0x1cd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77L(0x1b0)]({'name':a77L(0x1f2),'aliases':['i'],'validOpts':[{'name':'force','boolFlag':!![],'description':a77L(0x1f9)},{'name':'release','description':a77L(0x1be)},{'name':'cacert','description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77L(0x1f4),'boolFlag':!![],'description':'Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.'},{'name':a77L(0x1bf),'description':a77L(0x1b5)},{'name':'setPath','boolFlag':!![],'description':a77L(0x202)}],'validArgs':[a77L(0x1c4)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':['maka\x20install\x20meteor',a77L(0x200),a77L(0x1ec),a77L(0x19c)]},async function(a,b){const M=a77L;try{const {mpi:c,cfg:d,fsi:f}=this;b[M(0x1dc)]&&(updatePath(),Log[M(0x1b9)]('Meteor\x20path\x20updated.'),process[M(0x1ae)](0x0));let g='';if(b['cacert']){if(f[M(0x1e4)](b['cacert']))Log[M(0x1d5)](M(0x1d1)+b[M(0x1ea)]),g=b['cacert'];else throw M(0x1e1)+g;}const h=await d['getGlobalConfig']();if(h[M(0x1aa)]){if(f[M(0x1e4)](h[M(0x1aa)]))g=h[M(0x1aa)];else throw M(0x1b6)+g;}let i=![];if(b['f']||b[M(0x1fc)])i=!![];else{const t=isRoot();t?(Log[M(0x1fe)](M(0x199)),i=await Actions['confirm'](M(0x1ac),![])):i=!![];}if(!i)throw M(0x1cf);const j=await HTTPS['get']({'url':'https://install.meteor.com','cert':g}),k=f[M(0x1a9)](j[M(0x1f6)],M(0x1fd));if(k[M(0x1cd)]===0x0)throw M(0x1e7);process[M(0x1c8)][M(0x1d6)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[M(0x1d4)](/\r?\n|\r/,''),m='3.3';let n;b['release']?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[M(0x1d5)](M(0x19f)+n);const o={'win32':'windows','darwin':M(0x1fb),'linux':M(0x1dd)};let p=M(0x1e5)+o[a77e[M(0x197)]()]+'.'+(a77e[M(0x1b4)]()===M(0x1b8)?'arm64':M(0x1e0))+M(0x1d8)+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});n=n[M(0x1b2)]();n==='3'&&(n=M(0x1c5));if(!q&&n[M(0x1c2)]('-')){const u=n[M(0x1f0)]('-'),v=u[0x0],w=u[M(0x1bc)](0x1)['join']('-'),x=v[M(0x1d4)](/\.0+$/,'');Log[M(0x1fe)](M(0x1ce)+n+M(0x1af)+x+'-'+w);const y=M(0x1e5)+o[a77e[M(0x197)]()]+'.'+(a77e['arch']()===M(0x1b8)?M(0x1b8):M(0x1e0))+'&release='+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[M(0x19d)](M(0x1ce)+n+M(0x1e6)),process[M(0x1ae)](0x0)):Log[M(0x1d5)](M(0x1ce)+n+M(0x1f1));const r=f[M(0x1a8)](),s=c[M(0x198)](n);if(a77g[M(0x201)](s)){let z=![];b['f']||b['force']?z=!![]:z=await Actions[M(0x1a6)](M(0x1b7)+n+M(0x1a2),![]),z?(await SpawnAsync[M(0x1bb)]('rm',['-rf',a77f[M(0x1df)](r,M(0x1c6))],{'message':M(0x1c9)}),await SpawnAsync[M(0x1bb)]('rm',['-rf',a77f[M(0x1df)](r,M(0x1d0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',['-rf',a77f['join'](r,M(0x1c4))],{'message':M(0x1ca)})):(Log[M(0x1f3)](M(0x1b1)),process[M(0x1ae)](0x0));}try{const A=process[M(0x197)]===M(0x1a0);if(A){let B=await Actions[M(0x1a6)](M(0x1ee),![]);!B&&(Log[M(0x1f3)]('Aborting\x20install'),process[M(0x1ae)](0x0));}Log[M(0x1d5)](M(0x1b3)+n+M(0x1f5)+p),await HTTPS[M(0x1ba)]({'url':p,'destPath':a77f[M(0x1df)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[M(0x1bf)])*0x3e8:0x493e0});try{const C=a77f[M(0x1df)](homeDir,M(0x1d3)),D=a77f[M(0x1df)](homeDir,M(0x1a5),'releases',n);a77g[M(0x1db)](D,{'recursive':!![]}),await f[M(0x1eb)](C,D);}catch(E){console[M(0x1c1)](E),Log[M(0x19d)](M(0x19a));}updatePath();}catch(F){console[M(0x19d)](F),process[M(0x1ae)](0x1);}finally{!b[M(0x1f4)]&&await SpawnAsync[M(0x1bb)]('rm',[M(0x1e3),a77f[M(0x1df)](homeDir,M(0x1d3))],{'message':M(0x1cc)});}c[M(0x1c3)](n),Log[M(0x1b9)](M(0x1ce)+n+M(0x1fa)),process['exit'](0x0);}catch(G){console[M(0x19d)](G),process['exit'](0x1);}});function updatePath(){const N=a77L;if(a77e[N(0x197)]()===N(0x1a0)){const a=process[N(0x1c8)][N(0x1cb)]||'',b=homeDir+N(0x19e);!a[N(0x1c2)](b)&&(execSync(N(0x1d7)+a+';'+b+'\x22'),Log['notice'](N(0x19b)),Log[N(0x1d5)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f['join'](homeDir,N(0x1e2)),d=a77f[N(0x1df)](homeDir,N(0x1a1)),e=N(0x1e8),f=a77g['existsSync'](c)?a77g[N(0x1ef)](c,N(0x1e9)):'';!f[N(0x1c2)](e)&&(a77g[N(0x1a7)](c,'\x0a'+e+'\x0a'),Log[N(0x1d5)](N(0x1de)+c));const g=a77g['existsSync'](d)?a77g[N(0x1ef)](d,'utf8'):'';!g['includes'](e)&&(a77g[N(0x1a7)](d,'\x0a'+e+'\x0a'),Log[N(0x1d5)](N(0x1de)+d));}}
1
+ const a77J=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x105))/0x1+parseInt(H(0x110))/0x2*(parseInt(H(0x114))/0x3)+-parseInt(H(0xbd))/0x4+-parseInt(H(0xe5))/0x5*(parseInt(H(0xd5))/0x6)+-parseInt(H(0xe9))/0x7*(parseInt(H(0x10f))/0x8)+-parseInt(H(0xe7))/0x9+parseInt(H(0xc5))/0xa*(parseInt(H(0x11a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x27f3d));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 I=a77d;return a77a[I(0xfe)]()['search']('(((.+)+)+)+$')[I(0xfe)]()[I(0xf4)](a77a)[I(0xef)](I(0xc4));});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';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb9;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77J(0xee)]();function isRoot(){const K=a77J;return process['getuid']&&process[K(0xbc)]()===0x0;}function compareVersions(a,b){const L=a77J,c=a['split']('.')[L(0x117)](Number),d=b[L(0x10a)]('.')['map'](Number);for(let e=0x0;e<Math[L(0x10c)](c[L(0x11b)],d[L(0x11b)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77J(0xfc)]({'name':'install','aliases':['i'],'validOpts':[{'name':a77J(0xff),'boolFlag':!![],'description':a77J(0xe4)},{'name':'release','description':'Install\x20the\x20specified\x20version\x20of\x20meteor.'},{'name':'cacert','description':a77J(0xfb)},{'name':a77J(0xbb),'boolFlag':!![],'description':a77J(0x107)},{'name':a77J(0xca),'description':'Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.'},{'name':a77J(0x119),'boolFlag':!![],'description':a77J(0xdc)}],'validArgs':[a77J(0xbe)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':a77J(0x108),'examples':[a77J(0xc2),a77J(0xe8),'maka\x20install\x20meteor\x20--release\x203.0.1','maka\x20install\x20meteor\x20--set-path']},async function(a,b){const M=a77J;try{const {mpi:c,cfg:d,fsi:f}=this;b[M(0x119)]&&(updatePath(),Log[M(0xf2)](M(0x101)),process['exit'](0x0));let g='';if(b['cacert']){if(f[M(0xe1)](b[M(0xcb)]))Log[M(0x109)](M(0xf6)+b[M(0xcb)]),g=b[M(0xcb)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d['getGlobalConfig']();if(h[M(0x103)]){if(f['isFile'](h[M(0x103)]))g=h[M(0x103)];else throw M(0xdf)+g;}let i=![];if(b['f']||b[M(0xff)])i=!![];else{const t=isRoot();t?(Log['warn'](M(0x104)),i=await Actions[M(0xe2)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw M(0x118);const j=await HTTPS[M(0xcf)]({'url':M(0xf1),'cert':g}),k=f[M(0x10e)](j['data'],M(0xe3));if(k[M(0x11b)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[M(0xea)]['NO_NODE_WARNINGS']='1';const l=k[0x0][M(0x10d)](/[^0-9.]/gi,'')[M(0x10d)](/\r?\n|\r/,''),m=M(0xde);let n;b[M(0xdd)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[M(0x109)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':M(0xd3),'darwin':M(0x11d),'linux':'linux'};let p=M(0xd0)+o[a77e['platform']()]+'.'+(a77e[M(0xf5)]()===M(0xda)?M(0xda):M(0x11c))+M(0xd1)+n,q=await HTTPS[M(0xe0)]({'url':p,'cert':g});n=n[M(0xfe)]();n==='3'&&(n='3.0');if(!q&&n[M(0xb9)]('-')){const u=n[M(0x10a)]('-'),v=u[0x0],w=u[M(0xeb)](0x1)[M(0x116)]('-'),x=v[M(0x10d)](/\.0+$/,'');Log[M(0x115)](M(0xec)+n+M(0x120)+x+'-'+w);const y='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[M(0xbf)]()]+'.'+(a77e[M(0xf5)]()===M(0xda)?M(0xda):'x86_64')+'&release='+x+'-'+w;q=await HTTPS[M(0xe0)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[M(0xf9)]('Meteor\x20version\x20'+n+M(0xd2)),process[M(0xf0)](0x0)):Log[M(0x109)](M(0xec)+n+'\x20is\x20available.');const r=f[M(0xc3)](),s=c[M(0xf3)](n);if(a77g[M(0x11f)](s)){let z=![];b['f']||b[M(0xff)]?z=!![]:z=await Actions['confirm'](M(0x112)+n+'\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),z?(await SpawnAsync[M(0xfd)]('rm',['-rf',a77f[M(0x116)](r,M(0xcc))],{'message':M(0xc8)}),await SpawnAsync['withSpinner']('rm',[M(0xe6),a77f['join'](r,M(0xce))],{'message':M(0xfa)}),await SpawnAsync[M(0xfd)]('rm',['-rf',a77f[M(0x116)](r,M(0xbe))],{'message':M(0xd6)})):(Log[M(0xdb)](M(0xf7)),process['exit'](0x0));}try{const A=process[M(0xbf)]==='win32';if(A){let B=await Actions[M(0xe2)](M(0xc0),![]);!B&&(Log['info'](M(0xf7)),process[M(0xf0)](0x0));}Log[M(0x109)](M(0x113)+n+M(0xd4)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[M(0x116)](homeDir,M(0xc9)),'cert':g,'timeout':b[M(0xca)]?parseInt(b[M(0xca)])*0x3e8:0x493e0});try{const C=a77f[M(0x116)](homeDir,M(0xc9)),D=a77f[M(0x116)](homeDir,M(0x102),M(0xd7),n);a77g[M(0x10b)](D,{'recursive':!![]}),await f[M(0xed)](C,D);}catch(E){console[M(0xf8)](E),Log['error']('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(F){console['error'](F),process[M(0xf0)](0x1);}finally{!b[M(0xbb)]&&await SpawnAsync['withSpinner']('rm',[M(0xe6),a77f[M(0x116)](homeDir,M(0xc9))],{'message':M(0xc1)});}c[M(0x106)](n),Log['success'](M(0xec)+n+'\x20installed.\x0a'),process[M(0xf0)](0x0);}catch(G){console[M(0xf9)](G),process[M(0xf0)](0x1);}});function a77c(){const O=['Using\x20CA\x20Cert\x20','Aborting\x20install','log','error','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','create','withSpinner','toString','force','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','Meteor\x20path\x20updated.','.meteor','cert','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','62154HuJIUn','linkVersionAsCurrent','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Maka\x27s\x20Installer\x20for\x20Meteor.','notice','split','mkdirSync','max','replace','grep','232JHXCGU','2YtIumk','readFileSync','Meteor\x20is\x20','Downloading\x20Meteor\x20','854649hpZNhI','warn','join','map','Aborted','setPath','11uKaFLV','length','x86_64','osx','utf8','existsSync','\x20is\x20not\x20available,\x20trying\x20','includes','.zshrc','keepInstallFile','getuid','571832CapYAU','meteor','platform','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','Cleaning\x20up','maka\x20install\x20meteor','getMeteorInstallPath','(((.+)+)+)+$','5496710DpuWrV','.bashrc','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','meteor.tar.gz','timeout','cacert','packages','Added\x20Meteor\x20path\x20to\x20','package-metadata','get','https://packages.meteor.com/bootstrap-link?arch=os.','&release=','\x20is\x20not\x20available.','windows','\x20from\x20','297474HrVbNt','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','releases','\x5c.meteor\x5cmeteor','appendFileSync','arm64','info','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','release','3.3','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','checkAvailability','isFile','confirm','RELEASE=','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','20VtijuZ','-rf','2859507gLKqyG','maka\x20install\x20meteor\x20--force','17878edtexA','env','slice','Meteor\x20version\x20','extractTarGz','homedir','search','exit','https://install.meteor.com','success','getInstalledMeteorVersion','constructor','arch'];a77c=function(){return O;};return a77c();}function updatePath(){const N=a77J;if(a77e[N(0xbf)]()==='win32'){const a=process[N(0xea)]['PATH']||'',b=homeDir+N(0xd8);!a[N(0xb9)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log[N(0x109)](N(0x100)),Log[N(0x109)](N(0xc7)));}else{const c=a77f[N(0x116)](homeDir,N(0xba)),d=a77f[N(0x116)](homeDir,N(0xc6)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[N(0x11f)](c)?a77g[N(0x111)](c,N(0x11e)):'';!f[N(0xb9)](e)&&(a77g[N(0xd9)](c,'\x0a'+e+'\x0a'),Log[N(0x109)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,'utf8'):'';!g['includes'](e)&&(a77g[N(0xd9)](d,'\x0a'+e+'\x0a'),Log['notice'](N(0xcd)+d));}}
@@ -1 +1 @@
1
- const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x13d))/0x1*(-parseInt(i(0x13e))/0x2)+-parseInt(i(0x148))/0x3+parseInt(i(0x159))/0x4+parseInt(i(0x156))/0x5*(parseInt(i(0x14e))/0x6)+-parseInt(i(0x150))/0x7*(parseInt(i(0x15b))/0x8)+parseInt(i(0x151))/0x9*(parseInt(i(0x136))/0xa)+-parseInt(i(0x158))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa0d19));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[j(0x14b)]()['search']('(((.+)+)+)+$')[j(0x14b)]()[j(0x15c)](a78a)[j(0x144)](j(0x13b));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x133;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';function a78c(){const m=['maka\x20jsdoc','maka\x20jsdoc\x20--init','findAppDirectory','70290CHkxGl','inherit','writeFileSync','withSpinner','stringify','(((.+)+)+)+$','error','30DzLXbT','75314luqNhj','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stop','jsdoc','\x20-r\x20app','docs','search','utf-8','notice','create','545688UpVXYu','join','\x20-c\x20','toString','isFile','fsi','2526vZtEpJ','app/private','39011oHjchl','486lNArqU','jsdoc-config.json','plugins/markdown','\x20-d\x20','.+\x5c.(j|t)s(doc|x)?$','13710tdIBBI','Running\x20','17318774jISPsZ','3397064bwCtmH','sep','1576LQjZqP','constructor'];a78c=function(){return m;};return a78c();}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78k(0x147)]({'name':'jsdoc','usage':a78k(0x133),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78k(0x134),'maka\x20jsdoc'],'validOpts':[]},function(){const l=a78k,a=a78e[l(0x149)](this['fsi']['findAppDirectory'](),l(0x143)+a78e[l(0x15a)]),b=a78e[l(0x149)](this['fsi'][l(0x135)](),'config',l(0x152)),c=l(0x141);if(!this[l(0x14d)][l(0x14c)](b)){const f={'plugins':[l(0x153)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':l(0x155),'excludePattern':l(0x13f),'exclude':['app/packages','app/node_modules','app/public',l(0x14f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0x145)}};a78f[l(0x138)](b,JSON[l(0x13a)](f,null,0x4));}const d=Log[l(0x139)](l(0x157)+c);try{const g=c+l(0x14a)+b+l(0x142)+a78e[l(0x15a)]+l(0x154)+a;execSync(g,{'stdio':l(0x137)}),Log[l(0x146)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[l(0x13c)](h),Log[l(0x13c)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[l(0x140)]();}});
1
+ function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x69;let f=c[d];return f;},a78d(a,b);}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x69))/0x1+-parseInt(i(0x84))/0x2+-parseInt(i(0x73))/0x3+parseInt(i(0x81))/0x4+-parseInt(i(0x71))/0x5+parseInt(i(0x8c))/0x6+parseInt(i(0x77))/0x7*(parseInt(i(0x82))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xc91f3));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x7e)]()[k(0x7f)](k(0x8e))[k(0x7e)]()[k(0x74)](a78a)[k(0x7f)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78c(){const n=['search','withSpinner','1729888yVBFxh','14265936bivTUm','apply','658070shPhkN','jsdoc-config.json','maka\x20jsdoc\x20--init','stop','fsi','Running\x20','writeFileSync','app/private','2186904pgSQHb','maka\x20jsdoc','(((.+)+)+)+$','app/public','286377wAUGRQ','join','app/packages','closure','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x20-d\x20','\x20-c\x20','jsdoc','2915575MAKYET','isFile','3391890KAyHeg','constructor','sep','stringify','7LvjRYF','findAppDirectory','error','inherit','docs','plugins/markdown','\x0a[+]\x20Documentation\x20written\x20to\x20','toString'];a78c=function(){return n;};return a78c();}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a78l(0x70),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x86),a78l(0x8d)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x6a)](this[m(0x88)][m(0x78)](),m(0x7b)+a78e[m(0x75)]),b=a78e[m(0x6a)](this[m(0x88)][m(0x78)](),'config',m(0x85)),c='jsdoc';if(!this[m(0x88)][m(0x72)](b)){const f={'plugins':[m(0x7c)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x70),m(0x6c)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x6d),'exclude':[m(0x6b),'app/node_modules',m(0x8f),m(0x8b)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x8a)](b,JSON[m(0x76)](f,null,0x4));}const d=Log[m(0x80)](m(0x89)+c);try{const g=c+m(0x6f)+b+'\x20-r\x20app'+a78e[m(0x75)]+m(0x6e)+a;execSync(g,{'stdio':m(0x7a)}),Log['notice'](m(0x7d)+a);}catch(h){Log[m(0x79)](h),Log['error']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[m(0x87)]();}});