@maka/maka-cli 5.1.16 → 5.1.18

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 a58r=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x14b))/0x1*(-parseInt(f(0x137))/0x2)+parseInt(f(0x126))/0x3+-parseInt(f(0x145))/0x4*(-parseInt(f(0x136))/0x5)+-parseInt(f(0x143))/0x6+parseInt(f(0x144))/0x7+parseInt(f(0x151))/0x8+-parseInt(f(0x139))/0x9*(parseInt(f(0x132))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x3609a));var a58b=(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;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x13b)](g(0x12a))[g(0x14a)]()['constructor'](a58a)['search']('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58c(){var B=['Legendary','Book','2092280NYVwsf','Holy\x20Grail','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Large','Small','Metallic','Gold','Smooth','Boots','ArmArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Common','51609CvEvkw','You\x20hold\x20the\x20','A\x20mysterious\x20book.','Rifle','(((.+)+)+)+$','Grey','Short\x20Sword','Rare','Blade','Rectangle','BodyArmor','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','50jmQqTU','Yellow','Unknown\x20Author','Circle','125WQfFmq','728142IiFwIl','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','829071HBacDY','use','search','Medium','Gloves','Sniper\x20Rifle','LegArmor','Weapon','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Tiny','2632614ecEPkz','2512776akNGnx','19028WQLTYR','author','Brown','\x20aloft,\x20feeling\x20its\x20immense\x20power.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','toString','1nqLhjX','Cup','Helmet','publishDate'];a58c=function(){return B;};return a58c();}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x13c)],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[h(0x133)],'texture':Texture[h(0x158)],'rating':Rating[h(0x125)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[i(0x156)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0x154)],'category':Category[j(0x140)],'shape':Shape['Rifle'],'color':Color[j(0x147)],'texture':Texture[j(0x156)],'rating':Rating[j(0x12d)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x13c)],'category':Category[k(0x14d)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[k(0x156)],'rating':Rating[k(0x125)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x154)],'category':Category[l(0x130)],'shape':Shape[l(0x12f)],'color':Color['Grey'],'texture':Texture[l(0x156)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x13c)],'category':Category[m(0x13f)],'shape':Shape[m(0x12f)],'color':Color['Grey'],'texture':Texture[m(0x156)],'rating':Rating[m(0x125)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x13c)],'category':Category[n(0x122)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture[n(0x158)],'rating':Rating[n(0x125)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x155)],'category':Category[o(0x13d)],'shape':Shape[o(0x135)],'color':Color[o(0x147)],'texture':Texture[o(0x158)],'rating':Rating[o(0x125)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x123)],'shape':Shape[p(0x12f)],'color':Color[p(0x12b)],'texture':Texture[p(0x156)],'rating':Rating[p(0x125)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x142)],'category':Category['Key'],'shape':Shape[q(0x12f)],'color':Color[q(0x133)],'texture':Texture[q(0x158)],'rating':Rating[q(0x125)],'weight':0x0});}[a58r(0x13a)](){var s=a58r;return s(0x124);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x122;var f=c[d];return f;},a58d(a,b);}export class Weapon extends Item{constructor(a,b){var t=a58r;super({'name':a,'description':b,'size':Size[t(0x13c)],'category':Category[t(0x140)],'shape':Shape[t(0x12e)],'color':Color[t(0x12b)],'texture':Texture[t(0x156)],'rating':Rating['Common'],'weight':0x3});}[a58r(0x13a)](){var u=a58r;return u(0x131);}}export class Book extends Item{[a58r(0x146)];[a58r(0x14e)];['pageCount'];constructor(a,b=a58r(0x128),c=a58r(0x134)){var v=a58r;super({'name':a,'description':b,'size':Size[v(0x13c)],'category':Category[v(0x150)],'shape':Shape[v(0x12f)],'color':Color['Brown'],'texture':Texture[v(0x158)],'rating':Rating[v(0x125)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this['pageCount']=0x64;}[a58r(0x13a)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58r;super({'name':w(0x12c),'description':w(0x138),'size':Size[w(0x13c)],'category':Category['Weapon'],'shape':Shape[w(0x12e)],'color':Color['Grey'],'texture':Texture[w(0x156)],'rating':Rating[w(0x125)],'weight':0x3});}[a58r(0x13a)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a58r;super({'name':x(0x13e),'description':x(0x153),'size':Size[x(0x154)],'category':Category[x(0x140)],'shape':Shape[x(0x129)],'color':Color[x(0x147)],'texture':Texture[x(0x158)],'rating':Rating[x(0x125)],'weight':0x5});}['use'](){var y=a58r;return y(0x149);}}export class HolyGrail extends Item{constructor(){var z=a58r;super({'name':z(0x152),'description':z(0x141),'size':Size['Small'],'category':Category[z(0x14c)],'shape':Shape[z(0x135)],'color':Color[z(0x157)],'texture':Texture[z(0x156)],'rating':Rating[z(0x14f)],'weight':0x1});}[a58r(0x13a)](){var A=a58r;return A(0x127)+this['name']+A(0x148);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1+parseInt(f(0x184))/0x2*(-parseInt(f(0x191))/0x3)+-parseInt(f(0x182))/0x4*(parseInt(f(0x171))/0x5)+parseInt(f(0x167))/0x6+parseInt(f(0x177))/0x7*(-parseInt(f(0x192))/0x8)+-parseInt(f(0x188))/0x9*(parseInt(f(0x178))/0xa)+parseInt(f(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x98467));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x16b)](h(0x17a))[h(0x187)]()[h(0x16c)](a58a)[h(0x16b)](h(0x17a));});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(0x17b)],'category':Category[i(0x179)],'shape':Shape[i(0x18b)],'color':Color[i(0x19a)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58j(0x176)](){var k=a58j;return this[k(0x190)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x17b)],'category':Category[l(0x180)],'shape':Shape[l(0x19b)],'color':Color[l(0x175)],'texture':Texture['Metallic'],'rating':Rating[l(0x189)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x18f)],'category':Category['Weapon'],'shape':Shape[m(0x194)],'color':Color[m(0x170)],'texture':Texture[m(0x181)],'rating':Rating[m(0x186)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x166;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x17b)],'category':Category[n(0x174)],'shape':Shape[n(0x197)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x18f)],'category':Category[o(0x166)],'shape':Shape[o(0x18b)],'color':Color[o(0x175)],'texture':Texture[o(0x181)],'rating':Rating[o(0x189)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x17b)],'category':Category[p(0x17d)],'shape':Shape[p(0x18b)],'color':Color[p(0x175)],'texture':Texture[p(0x181)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x17b)],'category':Category[q(0x18d)],'shape':Shape[q(0x197)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[q(0x189)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x183)],'category':Category[r(0x19c)],'shape':Shape[r(0x197)],'color':Color[r(0x170)],'texture':Texture[r(0x193)],'rating':Rating[r(0x189)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x17b)],'category':Category['ArmArmor'],'shape':Shape['Rectangle'],'color':Color[s(0x175)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x185)],'category':Category['Key'],'shape':Shape[t(0x18b)],'color':Color[t(0x19a)],'texture':Texture[t(0x193)],'rating':Rating[t(0x189)],'weight':0x0});}[a58j(0x176)](){var u=a58j;return u(0x17c);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x17b)],'category':Category[v(0x180)],'shape':Shape[v(0x19b)],'color':Color[v(0x175)],'texture':Texture[v(0x181)],'rating':Rating['Common'],'weight':0x3});}[a58j(0x176)](){var w=a58j;return w(0x195);}}export class Book extends Item{['author'];[a58j(0x199)];[a58j(0x169)];constructor(a,b=a58j(0x168),c=a58j(0x196)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x17b)],'category':Category['Book'],'shape':Shape[x(0x18b)],'color':Color[x(0x170)],'texture':Texture['Smooth'],'rating':Rating[x(0x189)],'weight':0x1}),this[x(0x173)]=c,this['publishDate']=new Date(),this[x(0x169)]=0x64;}['use'](){var y=a58j;return y(0x198);}}function a58c(){var F=['publishDate','Yellow','Blade','Gloves','BodyArmor','2521896aocUlH','A\x20mysterious\x20book.','pageCount','30352036LaDueC','search','constructor','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','You\x20hold\x20the\x20','Brown','3410neKlRW','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','author','Helmet','Grey','use','21rWKonb','20epfKtE','Unknown','(((.+)+)+)+$','Medium','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','LegArmor','299220mRXiFO','apply','Weapon','Metallic','4844YRJTWf','Small','22fOYpNc','Tiny','Rare','toString','414441JuqDrT','Common','Sniper\x20Rifle','Rectangle','Holy\x20Grail','Boots','Cup','Large','description','238107bzEdIl','2837424huzEsm','Smooth','Rifle','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Unknown\x20Author','Circle','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22'];a58c=function(){return F;};return a58c();}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[z(0x17b)],'category':Category[z(0x180)],'shape':Shape[z(0x19b)],'color':Color['Grey'],'texture':Texture[z(0x181)],'rating':Rating[z(0x189)],'weight':0x3});}[a58j(0x176)](){var A=a58j;return A(0x195);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x18a),'description':B(0x172),'size':Size[B(0x18f)],'category':Category['Weapon'],'shape':Shape[B(0x194)],'color':Color[B(0x170)],'texture':Texture[B(0x193)],'rating':Rating['Common'],'weight':0x5});}[a58j(0x176)](){var C=a58j;return C(0x16e);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x18c),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[D(0x183)],'category':Category[D(0x18e)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[D(0x181)],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var E=a58j;return E(0x16f)+this[E(0x16d)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a60c(){const j=['book','decrypt','Golden\x20Chalice','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','show\x20loyalty','Chad\x20the\x20stupid\x20guard','rifle','Emblem\x20Shield','209951PovLts','Study','(((.+)+)+)+$','Blood-stained\x20Key','cup','The\x20legendary\x20Holy\x20Grail.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','That\x20passcode\x20is\x20incorrect','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','insert\x20gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','Matrix\x20Data\x20Haven','An\x20old\x20and\x20rusted\x20sword.','Holy\x20Grail','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Ancient\x20Gem','Secret\x20Passage','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','outside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Treasure\x20Room','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','amulet','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','NORTH','A\x20thin\x20log\x20book','2IrrEMm','search','Sniper\x20Rifle','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Alchemy\x20Lab','Jackpoint\x20Login','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','249696mVMrPg','Library','release','78qMeNHp','weapon','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','inside','creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','CorpSec\x20Plans','Amulet\x20of\x20Awakening','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','key','sword','apply','Entrance\x20Hall','837448TPhepW','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Armory','434694VCWSeh','Barrens\x20Entrance','Gang\x20Insignia','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','603072lGgDXZ','Guard\x27s\x20Log\x20Book','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','constructor','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','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','holyGrail','101615rNcMYc','152qdLufd','east','north','Nothing\x20happens.','Ares\x20Predator','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Central\x20Chamber','shield','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','The\x20chest\x20remains\x20firmly\x20shut.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','secret123','Mage\x27s\x20Lair','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Watch\x20Tower','6653850sDlhai','Riddle\x20Book','toString','OUTSIDE','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Barrens\x20Hideout','gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','disenchant','Courtyard'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10a))/0x1+parseInt(f(0x103))/0x2*(parseInt(f(0x11f))/0x3)+parseInt(f(0x11b))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x10d))/0x6)+parseInt(f(0x15c))/0x7*(parseInt(f(0x12f))/0x8)+parseInt(f(0x125))/0x9+-parseInt(f(0x147))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4bfcf));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x149)]()[h(0x104)](h(0x15e))['toString']()[h(0x12a)](a60a)[h(0x104)]('(((.+)+)+)+$');});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfb;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x10b),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x117),'name':a60i(0x124),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0x126),'description':a60i(0x102),'content':a60i(0x159)}],'exits':[{'direction':a60i(0x122),'targetRoom':a60i(0x16e)}]},{'name':'Secret\x20Passage','description':a60i(0x135),'exits':[{'direction':a60i(0x101),'targetRoom':a60i(0xfc),'keyRequired':a60i(0x124)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xfc),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x12d),'name':a60i(0x16b),'description':a60i(0x161)}]},{'name':a60i(0x151),'description':a60i(0x13f),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x146),'description':a60i(0x11d),'roomType':a60i(0x14a),'puzzle':{'requiredPhrase':a60i(0x141),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x15a),'name':a60i(0x105),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x12c),'failureMessage':a60i(0x163)}}];export const dungeonConfig=[{'name':a60i(0x11a),'description':a60i(0x143),'isStartRoom':!![],'roomType':a60i(0x110),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x109),'rewardItem':{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0xfd)},'successMessage':a60i(0xfb),'failureMessage':a60i(0x132)},'exits':[{'direction':a60i(0x131),'targetRoom':'Study'},{'direction':a60i(0x130),'targetRoom':a60i(0x136),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x15d),'description':a60i(0x16c),'roomType':a60i(0x110),'items':[{'type':a60i(0x152),'name':a60i(0x148),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x112)},{'type':a60i(0x117),'name':a60i(0xfe),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x130),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x107),'description':a60i(0x162),'roomType':a60i(0x110),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x145)}],'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x15d)},{'direction':'north','targetRoom':a60i(0x11e)}]},{'name':a60i(0x11e),'description':a60i(0x127),'roomType':a60i(0x110),'items':[{'type':a60i(0x137),'name':a60i(0x15b),'description':a60i(0x13b)},{'type':a60i(0x118),'name':a60i(0x144),'description':a60i(0x16a)}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x107)},{'direction':a60i(0x130),'targetRoom':a60i(0x136)}]},{'name':a60i(0x136),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x110),'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x11e)},{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x131),'targetRoom':a60i(0x13c)},{'direction':a60i(0x130),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x11c),'roomType':a60i(0x110),'items':[{'type':'key','name':a60i(0x15f),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x10c),'riddle':a60i(0x100),'rewardItem':{'type':a60i(0x14e),'name':a60i(0x16d),'description':a60i(0x14b)},'successMessage':a60i(0x10f),'failureMessage':a60i(0x106)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a60i(0xfc),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x166),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x160),'name':a60i(0x154),'description':a60i(0x14f)},'successMessage':a60i(0x115),'failureMessage':a60i(0x13a)},'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x136)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x116),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x131),'targetRoom':a60i(0x14c)},{'direction':'up','targetRoom':a60i(0x169)}]},{'name':a60i(0x169),'description':a60i(0x167),'roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x153),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x117),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x139),'targetRoom':a60i(0x108)}]},{'name':'Downtown\x20Seattle','description':a60i(0x170),'roomType':a60i(0x171),'exits':[{'direction':'south','targetRoom':a60i(0x108)},{'direction':'east','targetRoom':a60i(0x120)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x120),'description':a60i(0x13d),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':a60i(0x121),'description':a60i(0x156)},'successMessage':a60i(0x123),'failureMessage':a60i(0x155)},'exits':[{'direction':a60i(0x168),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x131),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x110),'items':[{'type':a60i(0x111),'name':'Corporate\x20Creditstick','description':a60i(0x134)},{'type':'document','name':a60i(0x113),'description':a60i(0x138)}],'exits':[{'direction':a60i(0x130),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x157),'roomType':a60i(0x171),'items':[{'type':a60i(0x10e),'name':a60i(0x133),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x13e),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x131),'targetRoom':a60i(0x142)},{'direction':'east','targetRoom':a60i(0x129)}]},{'name':a60i(0x142),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x150),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xff),'name':a60i(0x114),'description':a60i(0x12b)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x14d)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x164),'roomType':a60i(0x110),'items':[{'type':'drone','name':a60i(0x128),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x168),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;function a60c(){const j=['The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','open\x20sesame','Treasure\x20Room','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','west','2338522lllYmU','decrypt','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Holy\x20Grail','Alchemy\x20Lab','Sniper\x20Rifle','Barrens\x20Entrance','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','CorpSec\x20Plans','Study','inside','Entrance\x20Hall','217244aKWEHD','102uDvgOZ','sword','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','186010IpoufH','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','holyGrail','Central\x20Chamber\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Torture\x20Chamber','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','secret123','OUTSIDE','down','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','An\x20old\x20and\x20rusted\x20sword.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20clear\x20glass\x20vial.','release','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Golden\x20Key','12255663mKaEqm','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','key','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','12RGRhCD','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Ancient\x20Gem','Matrix\x20Data\x20Haven','drone','outside','The\x20legendary\x20Holy\x20Grail.','10145676AptASP','disenchant','Guard\x27s\x20Log\x20Book','A\x20small\x20surveillance\x20drone.','Rusted\x20Sword','Nothing\x20happens.','1EpxxqK','Corp\x20Enclave','Jackpoint\x20Login','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','constructor','A\x20long-range\x20weapon.','A\x20thin\x20log\x20book','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','north','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','book','document','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','SOUTH','445660REwJwo','That\x20passcode\x20is\x20incorrect','search','rifle','Riddle\x20Book','amulet','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','Rigger\x27s\x20Workshop','Secret\x20Passage','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Chad\x20the\x20stupid\x20guard','12475048WybqbU','Blood-stained\x20Key','Ares\x20Predator','south','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','creditstick','NORTH','gem','Mage\x27s\x20Lair','cup','429rhbFXZ','Golden\x20Chalice','The\x20data\x20remains\x20encrypted.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','toString','shield','9fShfVk','A\x20key\x20stained\x20with\x20old\x20blood.','Encrypted\x20Data\x20Key','Courtyard','A\x20creditstick\x20loaded\x20with\x20nuyen.','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','Emblem\x20Shield','Armory','east','Downtown\x20Seattle','apply','Library','Barrens\x20Hideout','Gang\x20Insignia','Central\x20Chamber','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Watch\x20Tower'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1ef))/0x1*(parseInt(f(0x1b7))/0x2)+parseInt(f(0x1df))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1c7))/0x5*(parseInt(f(0x1c4))/0x6)+parseInt(f(0x1db))/0x7+parseInt(f(0x20c))/0x8*(-parseInt(f(0x21c))/0x9)+parseInt(f(0x200))/0xa*(-parseInt(f(0x216))/0xb)+parseInt(f(0x1e9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd7a4e));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1b6;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x226)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x21a)]()[h(0x202)](h(0x207))[h(0x21a)]()[h(0x1f3)](a60a)[h(0x202)](h(0x207));});a60a();export const rooms=[{'name':a60i(0x227),'description':a60i(0x1cf),'isStartRoom':!![],'items':[{'type':a60i(0x1dd),'name':a60i(0x1da),'description':a60i(0x1c6)},{'type':'book','name':a60i(0x1eb),'description':a60i(0x1f5),'content':a60i(0x20b)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x209)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x212),'targetRoom':a60i(0x22f),'keyRequired':a60i(0x1da)},{'direction':a60i(0x1ff),'targetRoom':a60i(0x21f)}]},{'name':a60i(0x22f),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x1ca),'name':a60i(0x1ba),'description':a60i(0x1e8)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x1d2),'exits':[{'direction':'UP','targetRoom':a60i(0x22c)}]},{'name':a60i(0x22c),'description':a60i(0x1cd),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x1d1),'riddle':a60i(0x1fe),'rewardItem':{'type':a60i(0x203),'name':a60i(0x1bc),'description':a60i(0x1f4)},'successMessage':a60i(0x221),'failureMessage':a60i(0x201)}}];export const dungeonConfig=[{'name':a60i(0x1c2),'description':a60i(0x210),'isStartRoom':!![],'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':a60i(0x22e),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x1dd),'name':'Central\x20Chamber\x20Key','description':a60i(0x1b9)},'successMessage':a60i(0x1fc),'failureMessage':a60i(0x1ee)},'exits':[{'direction':a60i(0x1f8),'targetRoom':a60i(0x1c0)},{'direction':a60i(0x224),'targetRoom':a60i(0x22a),'keyRequired':a60i(0x1cb)}]},{'name':a60i(0x1c0),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0x1fa),'name':a60i(0x204),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x1dd),'name':a60i(0x1cb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1c2)},{'direction':a60i(0x224),'targetRoom':a60i(0x1bb)}]},{'name':a60i(0x1bb),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x1c1),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x1d7)}],'exits':[{'direction':a60i(0x1b6),'targetRoom':'Study'},{'direction':a60i(0x1f8),'targetRoom':a60i(0x223)}]},{'name':a60i(0x223),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a60i(0x21b),'name':a60i(0x222),'description':a60i(0x1d6)},{'type':a60i(0x1c5),'name':a60i(0x1ed),'description':a60i(0x1d5)}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1bb)},{'direction':a60i(0x224),'targetRoom':a60i(0x22a)}]},{'name':'Central\x20Chamber','description':a60i(0x1e0),'roomType':'inside','exits':[{'direction':a60i(0x1b6),'targetRoom':a60i(0x223)},{'direction':a60i(0x20f),'targetRoom':a60i(0x1c2)},{'direction':a60i(0x1f8),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x22f)}]},{'name':a60i(0x1ce),'description':a60i(0x230),'roomType':'inside','items':[{'type':'key','name':a60i(0x20d),'description':a60i(0x21d)}],'puzzle':{'requiredPhrase':a60i(0x1d8),'riddle':a60i(0x1c8),'rewardItem':{'type':a60i(0x213),'name':a60i(0x1e4),'description':a60i(0x1f7)},'successMessage':a60i(0x22d),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x22a)}]},{'name':a60i(0x22f),'description':a60i(0x20a),'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x219),'rewardItem':{'type':a60i(0x215),'name':a60i(0x217),'description':a60i(0x1e1)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x1b6),'targetRoom':a60i(0x22a)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x1e2),'isStartRoom':!![],'roomType':a60i(0x1c1),'exits':[{'direction':a60i(0x1f8),'targetRoom':a60i(0x225)},{'direction':'up','targetRoom':a60i(0x1e5)}]},{'name':a60i(0x1e5),'description':a60i(0x1dc),'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':a60i(0x1b8),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x1dd),'name':a60i(0x21e),'description':a60i(0x1f9)},'successMessage':a60i(0x1e3),'failureMessage':a60i(0x218)},'exits':[{'direction':a60i(0x1d3),'targetRoom':a60i(0x1f1)}]},{'name':a60i(0x225),'description':a60i(0x1f2),'roomType':a60i(0x1e7),'exits':[{'direction':'south','targetRoom':a60i(0x1f1)},{'direction':a60i(0x224),'targetRoom':a60i(0x1bd)},{'direction':a60i(0x1b6),'targetRoom':a60i(0x1f0)}]},{'name':a60i(0x1bd),'description':a60i(0x1d0),'roomType':a60i(0x1e7),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1d4),'rewardItem':{'type':a60i(0x1dd),'name':a60i(0x229),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x1f6),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0x225)},{'direction':a60i(0x1f8),'targetRoom':a60i(0x228)}]},{'name':a60i(0x1f0),'description':a60i(0x22b),'roomType':a60i(0x1c1),'items':[{'type':a60i(0x211),'name':'Corporate\x20Creditstick','description':a60i(0x220)},{'type':a60i(0x1fb),'name':a60i(0x1bf),'description':a60i(0x1fd)}],'exits':[{'direction':a60i(0x224),'targetRoom':a60i(0x225)}]},{'name':a60i(0x228),'description':a60i(0x1be),'roomType':a60i(0x1e7),'items':[{'type':'weapon','name':a60i(0x20e),'description':a60i(0x1c9)}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1bd)},{'direction':a60i(0x1f8),'targetRoom':a60i(0x214)},{'direction':a60i(0x224),'targetRoom':a60i(0x208)}]},{'name':a60i(0x214),'description':a60i(0x1de),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x1ea),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0x205),'name':'Amulet\x20of\x20Awakening','description':a60i(0x1cc)},'successMessage':a60i(0x206),'failureMessage':a60i(0x1d9)},'exits':[{'direction':'south','targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x208),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x1c1),'items':[{'type':a60i(0x1e6),'name':'MCT\x20Fly-Spy','description':a60i(0x1ec)}],'exits':[{'direction':a60i(0x1b6),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x17b))/0x1+-parseInt(f(0x182))/0x2*(-parseInt(f(0x18d))/0x3)+parseInt(f(0x174))/0x4+parseInt(f(0x191))/0x5+parseInt(f(0x17f))/0x6*(-parseInt(f(0x192))/0x7)+parseInt(f(0x196))/0x8*(parseInt(f(0x172))/0x9)+-parseInt(f(0x188))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x87dd8));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x18a)]()[g(0x189)](g(0x180))[g(0x18a)]()['constructor'](a61a)[g(0x189)](g(0x180));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x181)];[a61h(0x193)];[a61h(0x184)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x185)];['exits'];['inventory'];[a61h(0x183)];[a61h(0x18c)];[a61h(0x186)];}export class AbstractDoor{['roomA'];[a61h(0x177)];[a61h(0x171)];[a61h(0x17c)];[a61h(0x187)];[a61h(0x184)];[a61h(0x17e)];}export class AbstractInventory{[a61h(0x18b)];[a61h(0x184)];}export class AbstractItem{[a61h(0x173)];[a61h(0x187)];[a61h(0x185)];[a61h(0x18e)];[a61h(0x195)];[a61h(0x190)];[a61h(0x176)];[a61h(0x17a)];[a61h(0x194)];[a61h(0x175)];}function a61c(){var i=['player','rating','category','2723576XfipAd','_equipment','isLocked','27KYoBzs','uuid','1562164bYeqbL','weight','color','roomB','_inventory','_maxCarryingWeight','texture','333333NsHBao','unlockItemOrSolution','_playerName','isLockable','1491186hhnTfQ','(((.+)+)+)+$','rooms','18102vcBNam','puzzle','logger','description','isStartRoom','name','6678830mGzQbh','search','toString','items','roomType','273pJBRZS','size','_logger','shape','1581605ohGZWD','28UfHhNg'];a61c=function(){return i;};return a61c();}export class AbstractPlayer{[a61h(0x17d)];['_currentLocation'];[a61h(0x178)];[a61h(0x197)];[a61h(0x179)];[a61h(0x18f)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x171;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61h(0x184)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1eb))/0x1+parseInt(f(0x1d9))/0x2*(-parseInt(f(0x1d0))/0x3)+-parseInt(f(0x1f2))/0x4*(parseInt(f(0x1d8))/0x5)+parseInt(f(0x1cf))/0x6+-parseInt(f(0x1e6))/0x7*(parseInt(f(0x1df))/0x8)+parseInt(f(0x1e3))/0x9*(-parseInt(f(0x1e4))/0xa)+parseInt(f(0x1e8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x7e416));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1ea)]()[h(0x1d1)](h(0x1cb))[h(0x1ea)]()[h(0x1ce)](a61a)[h(0x1d1)]('(((.+)+)+)+$');});function a61c(){var j=['_logger','isLocked','66764geXTKx','apply','(((.+)+)+)+$','solved','roomA','constructor','4208928gsLHfF','3YidPze','search','_inventory','player','characterLocations','category','_playerName','isLockable','90LqrAsD','124508qxwXOI','logger','name','items','_currentLocation','unlockItemOrSolution','1479736VUJKcD','size','_maxCarryingWeight','rooms','5688jgSxiB','11450kXEgtI','texture','21ZvUJVu','description','22980639GZGYhy','exits','toString','632262iemAMR','roomType','isStartRoom','rating','shape'];a61c=function(){return j;};return a61c();}a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1cb;var f=c[d];return f;},a61d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1e2)];[a61i(0x1d3)];[a61i(0x1da)];[a61i(0x1d4)];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x1e7)];[a61i(0x1e9)];['inventory'];['puzzle'];[a61i(0x1ec)];[a61i(0x1ed)];}export class AbstractDoor{[a61i(0x1cd)];['roomB'];[a61i(0x1f1)];[a61i(0x1de)];[a61i(0x1db)];[a61i(0x1da)];[a61i(0x1d7)];}export class AbstractInventory{[a61i(0x1dc)];[a61i(0x1da)];}export class AbstractItem{['uuid'];[a61i(0x1db)];[a61i(0x1e7)];[a61i(0x1e0)];[a61i(0x1d5)];[a61i(0x1ef)];['color'];[a61i(0x1e5)];[a61i(0x1ee)];['weight'];}export class AbstractPlayer{[a61i(0x1d6)];[a61i(0x1dd)];[a61i(0x1d2)];['_equipment'];[a61i(0x1e1)];[a61i(0x1f0)];}export class AbstractPuzzle{['logger'];[a61i(0x1cc)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x119))/0x1*(-parseInt(k(0xcb))/0x2)+-parseInt(k(0x105))/0x3+-parseInt(k(0x102))/0x4*(-parseInt(k(0xdc))/0x5)+-parseInt(k(0x114))/0x6+parseInt(k(0xd9))/0x7+-parseInt(k(0xcf))/0x8+parseInt(k(0x10c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xda68e));function a62c(){var v=['UNDERGROUND','constructor','Gloves','Tiny','green','3046628EEByps','NORTH','beach','203679fIcfrz','rare','Blue','gold','SEA','body\x20armor','CAVE','22060116GEDwYD','(((.+)+)+)+$','Grey','grainy','large','arm\x20armor','DOWN','west','3475608CteNNZ','Weapon','Square','ArmArmor','tower','1mjyein','Legendary','Brown','small','mountain','boots','purple','Yellow','Large','Rough','legendary','very\x20large','Helmet','apply','south','3305410NHhIsg','unknown','INSIDE','hat','9784712lTeZBz','Circle','search','OUTSIDE','FOREST','WEST','smooth','Gold','orange','Rectangle','8433460DjcTkd','Rare','helmet','5ySmJZw','Orange','EAST','grey','Grainy','LegArmor','blade','Hat','east','Small','blue','Green','rough','cave','rifle','common','inside','Rifle','tiny','book','red','triangle','MOUNTAIN','key','Key','toString','forest','yellow','Bumpy','Metallic','Fuzzy','Purple','Shield'];a62c=function(){return v;};return a62c();}export var Size;(function(a){var l=a62d;a[l(0x100)]=l(0xee),a[l(0xe5)]=l(0x11c),a['Medium']='medium',a[l(0x121)]=l(0x110),a['VeryLarge']=l(0x124);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc8;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a['Common']=m(0xeb),a[m(0xda)]=m(0x106),a[m(0x11a)]=m(0x123);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x115)]='weapon',a[n(0xfc)]='shield',a[n(0xf4)]=n(0xf3),a[n(0xff)]='gloves',a[n(0xc8)]=n(0xdb),a[n(0xe3)]=n(0xce),a['Boots']=n(0x11e),a[n(0xe1)]='leg\x20armor',a[n(0x117)]=n(0x111),a['BodyArmor']=n(0x10a),a['Book']=n(0xef),a['Cup']='cup',a['Unknown']=n(0xcc);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xd0)]='circle',a[o(0x116)]='square',a['Triangle']=o(0xf1),a[o(0xd8)]='rectangle',a['Blade']=o(0xe2),a[o(0xed)]=o(0xea);}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0xc9)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0xd1)]('(((.+)+)+)+$')[q(0xf5)]()[q(0xfe)](e)[q(0xd1)](q(0x10d));});e(),c['Red']=r(0xf0),c[r(0x107)]=r(0xe6),c[r(0xe7)]=r(0x101),c[r(0x120)]=r(0xf7),c[r(0xdd)]=r(0xd7),c[r(0xfb)]=r(0x11f),c[r(0x10e)]=r(0xdf),c[r(0x11b)]='brown',c[r(0xd6)]=r(0x108);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0xd5),a[s(0x122)]=s(0xe8),a[s(0xf8)]='bumpy',a[s(0xfa)]='fuzzy',a[s(0xe0)]=s(0x10f),a[s(0xf9)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xcd)]=t(0xec),a[t(0xd2)]='outside',a[t(0xfd)]='underground',a[t(0x10b)]=t(0xe9),a['TOWER']=t(0x118),a[t(0xd3)]=t(0xf6),a['DESERT']='desert',a[t(0xf2)]=t(0x11d),a['BEACH']=t(0x104),a[t(0x109)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x103)]='north',a[u(0xde)]=u(0xe4),a['SOUTH']=u(0xca),a[u(0xd4)]=u(0x113),a['UP']='up',a[u(0x112)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x19a))/0x1+parseInt(k(0x1a1))/0x2*(parseInt(k(0x16f))/0x3)+parseInt(k(0x1af))/0x4*(parseInt(k(0x15d))/0x5)+parseInt(k(0x191))/0x6+parseInt(k(0x193))/0x7+parseInt(k(0x19c))/0x8+parseInt(k(0x18e))/0x9*(-parseInt(k(0x161))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x3ee63));export var Size;(function(a){var l=a62d;a[l(0x174)]=l(0x17f),a['Small']='small',a[l(0x177)]=l(0x198),a[l(0x18a)]=l(0x1b9),a[l(0x179)]=l(0x175);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x192)]='common',a[m(0x183)]=m(0x159),a[m(0x15c)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1a3)]=n(0x195),a[n(0x196)]=n(0x185),a['Key']='key',a[n(0x1b2)]=n(0x17a),a[n(0x189)]=n(0x1ae),a[n(0x17c)]='hat',a[n(0x182)]=n(0x16d),a[n(0x1b4)]='leg\x20armor',a[n(0x176)]='arm\x20armor',a[n(0x1ac)]=n(0x16b),a['Book']=n(0x19d),a[n(0x170)]=n(0x17e),a[n(0x1ab)]=n(0x1ba);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1aa)]=o(0x167),a[o(0x16c)]=o(0x1ad),a[o(0x187)]=o(0x1b7),a[o(0x1a8)]=o(0x1a7),a[o(0x17d)]='blade',a['Rifle']=o(0x172);}(Shape||(Shape={})));export var Color;function a62c(){var v=['Boots','Rare','sea','shield','desert','Triangle','apply','Helmet','Large','green','bumpy','blue','27WtWruW','constructor','south','1385634gZduvX','Common','2916011fVbLMT','grey','weapon','Shield','north','medium','outside','225669NsylEb','search','3042384ZGlcWU','book','FOREST','rough','Red','2NJMcxm','(((.+)+)+)+$','Weapon','smooth','TOWER','Purple','rectangle','Rectangle','MOUNTAIN','Circle','Unknown','BodyArmor','square','helmet','1878368LiZRca','west','Rough','Gloves','cave','LegArmor','WEST','purple','triangle','Smooth','large','unknown','SEA','tower','grainy','forest','rare','Yellow','gold','Legendary','5RHNVJe','Fuzzy','Metallic','NORTH','4005350zHSsmu','Green','Gold','metallic','SOUTH','toString','circle','fuzzy','down','inside','body\x20armor','Square','boots','underground','562521EyswLi','Cup','red','rifle','DESERT','Tiny','very\x20large','ArmArmor','Medium','orange','VeryLarge','gloves','INSIDE','Hat','Blade','cup','tiny','Orange','mountain'];a62c=function(){return v;};return a62c();}(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x188)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x19b)](q(0x1a2))[q(0x166)]()[q(0x18f)](e)[q(0x19b)]('(((.+)+)+)+$');});e(),c[r(0x1a0)]=r(0x171),c['Blue']=r(0x18d),c[r(0x162)]=r(0x18b),c[r(0x15a)]='yellow',c[r(0x180)]=r(0x178),c[r(0x1a6)]=r(0x1b6),c['Grey']=r(0x194),c['Brown']='brown',c[r(0x163)]=r(0x15b);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x1b8)]=s(0x1a4),a[s(0x1b1)]=s(0x19f),a['Bumpy']=s(0x18c),a[s(0x15e)]=s(0x168),a['Grainy']=s(0x1bd),a[s(0x15f)]=s(0x164);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x17b)]=t(0x16a),a['OUTSIDE']=t(0x199),a['UNDERGROUND']=t(0x16e),a['CAVE']=t(0x1b3),a[t(0x1a5)]=t(0x1bc),a[t(0x19e)]=t(0x158),a[t(0x173)]=t(0x186),a[t(0x1a9)]=t(0x181),a['BEACH']='beach',a[t(0x1bb)]=t(0x184);}(RoomType||(RoomType={})));export var Direction;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x158;var f=c[d];return f;},a62d(a,b);}(function(a){var u=a62d;a[u(0x160)]=u(0x197),a['EAST']='east',a[u(0x165)]=u(0x190),a[u(0x1b5)]=u(0x1b0),a['UP']='up',a['DOWN']=u(0x169);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63c(){var h=['2AZryoB','392143HpuHkJ','6VPfIGN','706604BINfYw','toString','5OFSXUJ','10WhGQAa','2956288FokuLC','(((.+)+)+)+$','search','2886849sNQRUU','720549XeXhDG','33300RJRMPO','626382wDiyMM','407ETFsPr'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xf3;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xf5))/0x1*(parseInt(f(0xf4))/0x2)+parseInt(f(0x101))/0x3+parseInt(f(0xf7))/0x4*(parseInt(f(0xf9))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfb))/0x8+-parseInt(f(0xff))/0x9*(-parseInt(f(0xfa))/0xa)+parseInt(f(0xf3))/0xb*(parseInt(f(0x100))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3571d));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xf8)]()[g(0xfd)](g(0xfc))['toString']()['constructor'](a63a)[g(0xfd)](g(0xfc));});a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1ba))/0x1+-parseInt(f(0x1bb))/0x2+-parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1bd))/0x5+parseInt(f(0x1c1))/0x6*(parseInt(f(0x1bf))/0x7)+parseInt(f(0x1c0))/0x8*(parseInt(f(0x1b9))/0x9)+-parseInt(f(0x1c2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd5658));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x1bc)]()[g(0x1be)](g(0x1b7))[g(0x1bc)]()['constructor'](a63a)[g(0x1be)](g(0x1b7));});function a63c(){var h=['24802zLjyCs','1961470riKYDo','toString','7282310AqRLJX','search','798HAanfi','16XSazKf','28950BBkoSI','29226320ZJSMQr','5553796rkAEIk','(((.+)+)+)+$','3usfAUD','6109542mCWRbm'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1b7;var f=c[d];return f;},a63d(a,b);}a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1ad))/0x1*(-parseInt(f(0x1b6))/0x2)+-parseInt(f(0x1ab))/0x3*(-parseInt(f(0x1b8))/0x4)+-parseInt(f(0x1b7))/0x5*(parseInt(f(0x1ac))/0x6)+-parseInt(f(0x1ae))/0x7+-parseInt(f(0x1b9))/0x8*(-parseInt(f(0x1b2))/0x9)+-parseInt(f(0x1b3))/0xa*(-parseInt(f(0x1b0))/0xb)+-parseInt(f(0x1af))/0xc*(-parseInt(f(0x1b4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x1cc45));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1b5)]()[h(0x1a9)]('(((.+)+)+)+$')[h(0x1b5)]()[h(0x1b1)](a64a)[h(0x1a9)](h(0x1aa));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['16cKcSkE','739352hpzpde','apply','search','(((.+)+)+)+$','54066uRWWIe','444uXLRbB','177231uwASvQ','695716kzwMMx','3481068TsHrcf','11jeeTTu','constructor','18aTtVnK','188910LCRhKS','13XYmtSk','toString','2iPqSGW','11585lOmaKA'];a64c=function(){return i;};return a64c();}a64a();export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xdf;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xe8))/0x1*(-parseInt(f(0xdf))/0x2)+-parseInt(f(0xeb))/0x3+-parseInt(f(0xe3))/0x4+-parseInt(f(0xea))/0x5+parseInt(f(0xe4))/0x6*(parseInt(f(0xe1))/0x7)+parseInt(f(0xe7))/0x8+parseInt(f(0xe0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa0e5b));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['toString']()[g(0xe9)](g(0xe5))[g(0xe6)]()[g(0xe2)](a64a)['search']('(((.+)+)+)+$');});a64a();export{};function a64c(){var h=['7ygzTVx','constructor','5051468syLraE','198534ycObsa','(((.+)+)+)+$','toString','7760432cuqnNA','1429KiSdLR','search','2705785oAXSxL','3794664LnmbZl','1594EaKjMx','34773453REsbSy'];a64c=function(){return h;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x157))/0x1+-parseInt(y(0x132))/0x2*(parseInt(y(0x180))/0x3)+parseInt(y(0x16e))/0x4*(-parseInt(y(0x173))/0x5)+-parseInt(y(0x179))/0x6+parseInt(y(0x168))/0x7*(-parseInt(y(0x165))/0x8)+parseInt(y(0x158))/0x9+parseInt(y(0x182))/0xa*(parseInt(y(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xecd4d));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';function a65c(){const I=['append','apply','checkIfLockable','focus','15144dMhrzg','toString','5771930RxgjaA','\x20Equipment\x20','\x20Game\x20Log\x20','Side\x20Quest\x20Adventure\x20Game','None','search','66bLyboE','\x20(Locked)','torso','argv','key','enter','leftHand','exit','20%','getWelcomeMessage','forEach','lock','632XOMLLv','exits','Legs:\x20','90%','legs','rightHand','feet','10%','split','Left\x20Hand:\x20','cyan','Arms:\x20','box','checkIfLocked','yellow','----->>>>>>\x20Initializing\x20Game','setContent','\x20Inventory\x20','parse','inventory','OUTSIDE','write','mousemove','Your\x20items\x20will\x20be\x20listed\x20here...','gloves','unequip','-----\x20Exits\x20------\x0a','size','render','pushLine','Torso:\x20','100%','<<<<<<<<---------\x20Terminating\x20game','head','getInstance','getAllItems','getValue','291702rNDAgb','17149887BYAeew','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','currentLocation','roomType','logFilePath','\x20(Unlocked)','screen','\x0aThere\x20are\x20no\x20exits\x20here.','slice','line','player','removeAllListeners','6603632NrmuMj','handleInput','textbox','14vTzmOt','clearValue','unlock','C-c','constructor','arms','4WAspef','escape','log','(((.+)+)+)+$','logBox','817900cYuPSR','map','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','70%','Feet:\x20','equipment','7684116xUxsMR','name','45%'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x132;let f=c[d];return f;},a65d(a,b);}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(0x17d)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x181)]()[A(0x187)]('(((.+)+)+)+$')[A(0x181)]()[A(0x16c)](g)[A(0x187)](A(0x171));});g();try{const h=a65e[B(0x15f)]({'smartCSR':!![],'title':B(0x185)}),i=a65e[B(0x13e)]({'top':'0%','left':'75%','width':B(0x159),'height':'45%','border':{'type':B(0x162)},'label':B(0x143),'content':B(0x149),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x155)]()[C(0x174)](v=>v[C(0x17a)]);i[C(0x142)](u['join']('\x0a')),h[C(0x14e)]();};h[B(0x17c)](i);const k=a65e[B(0x13e)]({'top':B(0x17b),'left':'75%','width':B(0x159),'height':'25%','border':{'type':B(0x162)},'label':B(0x183),'content':B(0x175),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](k);const l=t=>{const D=B;k[D(0x142)]('Head:\x20'+(t[D(0x153)]?t[D(0x153)][D(0x17a)]:D(0x186))+'\x0a'+(D(0x150)+(t['torso']?t[D(0x18a)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x134)+(t['legs']?t[D(0x136)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x177)+(t[D(0x138)]?t['feet']['name']:D(0x186))+'\x0a')+(D(0x13d)+(t[D(0x16d)]?t[D(0x16d)][D(0x17a)]:'None')+'\x0a')+('Gloves:\x20'+(t[D(0x14a)]?t[D(0x14a)]['name']:'None')+'\x0a')+(D(0x13b)+(t[D(0x18e)]?t[D(0x18e)][D(0x17a)]:D(0x186))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x137)]?t[D(0x137)][D(0x17a)]:D(0x186))+'\x0a')),h[D(0x14e)]();},m=a65e[B(0x13e)]({'top':B(0x176),'left':'75%','width':B(0x159),'height':B(0x190),'border':{'type':B(0x162)},'label':'\x20Map\x20','content':B(0x15a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x17a)]+'\x0a\x0a';u+=E(0x14c),t[E(0x133)][E(0x14d)]>0x0?t[E(0x133)][E(0x192)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x15c)]===RoomType[F(0x146)]?u+=capitalCase(w)+':\x20'+x[F(0x17a)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x13f)]())u+=F(0x189);else v[F(0x17e)]()&&(u+=F(0x15e));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x160),m[E(0x142)](u),h[E(0x14e)]();},o=a65e['box']({'id':B(0x172),'top':'0%','left':'0%','width':'75%','height':B(0x135),'border':{'type':B(0x162)},'label':B(0x184),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x164)](B(0x148)),h[B(0x17c)](o);const p=a65e[B(0x167)]({'bottom':0x0,'left':0x0,'width':B(0x151),'height':B(0x139),'tags':!![],'border':{'type':B(0x162)},'style':{'fg':'white','border':{'fg':B(0x13c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17c)](p),h[B(0x18c)]([B(0x16f),B(0x16b)],()=>process['exit'](0x0)),p[B(0x17f)](),h[B(0x14e)]();const q=Logger[B(0x154)](e[B(0x15d)],h),r=new Player({'playerName':c});q[B(0x147)](B(0x141));const s=a65f[B(0x154)](r,d);o['setContent'](s[B(0x191)]()),l(s[B(0x163)][B(0x178)]),j(s[B(0x163)]['inventory']),n(s[B(0x163)][B(0x15b)]),p[B(0x18c)]([B(0x18d)],async()=>{const G=B,t=p[G(0x156)](),u=s[G(0x166)](t);(t[G(0x13a)]('\x20')[0x0]==='take'||'equip'||G(0x14b))&&(j(s[G(0x163)][G(0x145)]),l(s[G(0x163)][G(0x178)])),(t['split']('\x20')[0x0]==='go'||G(0x193)||G(0x16a))&&n(s[G(0x163)]['currentLocation']),t[G(0x13a)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[G(0x170)]('Thanks\x20for\x20playing!'),h[G(0x14e)](),q[G(0x147)](G(0x152)),process[G(0x18f)](0x0)),o[G(0x14f)](u),o['scroll'](0x1),p[G(0x169)](),p[G(0x17f)](),h[G(0x14e)]();});}catch(t){console[B(0x170)](t),process[B(0x18f)](0x1);}}const args=process[a65H(0x18b)][a65H(0x161)](0x2);main(args[0x0],JSON[a65H(0x144)](args[0x1]),JSON[a65H(0x144)](args[0x2]));
1
+ const a65G=a65d;function a65c(){const H=['white','gloves','focus','100%','Feet:\x20','logFilePath','constructor','Gloves:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','key','121tKXXvD','----->>>>>>\x20Initializing\x20Game','screen','log','append','Side\x20Quest\x20Adventure\x20Game','parse','C-c','name','exit','yellow','45%','90%','-----\x20Exits\x20------\x0a','Arms:\x20','\x20Equipment\x20','4pFvdZB','367802vNuoxp','306uNyQbK','\x20(Unlocked)','1BaZhjd','10%','13kWbxlC','Legs:\x20','\x20Map\x20','player','cyan','torso','arms','\x20Inventory\x20','size','\x20(Locked)','textbox','line','418915caMMYF','pushLine','enter','argv','roomType','<<<<<<<<---------\x20Terminating\x20game','mousemove','currentLocation','feet','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','5660196LjvRqV','box','head','187690hnFqWL','take','getInstance','inventory','setContent','getWelcomeMessage','(((.+)+)+)+$','25%','lock','17672VWwcoh','equip','search','\x20Game\x20Log\x20','leftHand','exits','split','63258UrWfak','logBox','Your\x20items\x20will\x20be\x20listed\x20here...','Available\x20exits\x20will\x20be\x20shown\x20here...','rightHand','equipment','join','removeAllListeners','getAllItems','666093LAlULx','render','Torso:\x20','checkIfLockable','Right\x20Hand:\x20','None','write','getValue','Head:\x20','escape','Thanks\x20for\x20playing!','toString','OUTSIDE','legs','forEach','unlock','105GTEVqj','map','75%','20%'];a65c=function(){return H;};return a65c();}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0xc9))/0x1*(-parseInt(y(0xc6))/0x2)+parseInt(y(0x97))/0x3*(parseInt(y(0xc5))/0x4)+parseInt(y(0xa7))/0x5*(parseInt(y(0x8e))/0x6)+parseInt(y(0xd7))/0x7+parseInt(y(0x87))/0x8*(parseInt(y(0xc7))/0x9)+parseInt(y(0x7e))/0xa*(parseInt(y(0xb5))/0xb)+parseInt(y(0x7b))/0xc*(-parseInt(y(0xcb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1f8ec));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-0x74;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';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()['search']('(((.+)+)+)+$')[z(0xa2)]()[z(0xb1)](g)[z(0x89)](z(0x84));});g();try{const h=a65e[A(0xb7)]({'smartCSR':!![],'title':A(0xba)}),i=a65e[A(0x7c)]({'top':'0%','left':'75%','width':A(0x85),'height':A(0xc0),'border':{'type':'line'},'label':A(0xd2),'content':A(0x90),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x96)]()[B(0xa8)](v=>v[B(0xbd)]);i['setContent'](u[B(0x94)]('\x0a')),h['render']();};h['append'](i);const k=a65e['box']({'top':A(0xc0),'left':A(0xa9),'width':A(0x85),'height':A(0x85),'border':{'type':'line'},'label':A(0xc4),'content':A(0x79),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xb9)](k);const l=t=>{const C=A;k[C(0x82)](C(0x9f)+(t[C(0x7d)]?t['head'][C(0xbd)]:C(0x9c))+'\x0a'+(C(0x99)+(t['torso']?t[C(0xd0)][C(0xbd)]:'None')+'\x0a')+(C(0xcc)+(t[C(0xa4)]?t[C(0xa4)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0xaf)+(t[C(0x78)]?t[C(0x78)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0xc3)+(t[C(0xd1)]?t[C(0xd1)]['name']:C(0x9c))+'\x0a')+(C(0xb2)+(t[C(0xac)]?t[C(0xac)]['name']:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[C(0x8b)]?t[C(0x8b)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0x9b)+(t['rightHand']?t[C(0x92)][C(0xbd)]:C(0x9c))+'\x0a')),h[C(0x98)]();},m=a65e[A(0x7c)]({'top':'70%','left':A(0xa9),'width':A(0x85),'height':A(0xaa),'border':{'type':A(0xd6)},'label':A(0xcd),'content':A(0x91),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xb9)](m);const n=t=>{const D=A;let u=D(0x7a)+t[D(0xbd)]+'\x0a\x0a';u+=D(0xc2),t[D(0x8c)][D(0xd3)]>0x0?t[D(0x8c)][D(0xa5)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x74)]===RoomType[E(0xa3)]?u+=capitalCase(w)+':\x20'+x[E(0xbd)]:u+=capitalCase(w)+':\x20'+v[E(0xbd)];if(v['checkIfLocked']())u+=E(0xd4);else v[E(0x9a)]()&&(u+=E(0xc8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xb3),m[D(0x82)](u),h['render']();},o=a65e[A(0x7c)]({'id':A(0x8f),'top':'0%','left':'0%','width':A(0xa9),'height':A(0xc1),'border':{'type':A(0xd6)},'label':A(0x8a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x95)](A(0x76)),h[A(0xb9)](o);const p=a65e[A(0xd5)]({'bottom':0x0,'left':0x0,'width':A(0xae),'height':A(0xca),'tags':!![],'border':{'type':A(0xd6)},'style':{'fg':A(0xab),'border':{'fg':A(0xcf)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xb9)](p),h[A(0xb4)]([A(0xa0),A(0xbc)],()=>process[A(0xbe)](0x0)),p[A(0xad)](),h[A(0x98)]();const q=Logger[A(0x80)](e[A(0xb0)],h),r=new Player({'playerName':c});q[A(0x9d)](A(0xb6));const s=a65f[A(0x80)](r,d);o['setContent'](s[A(0x83)]()),l(s[A(0xce)][A(0x93)]),j(s[A(0xce)][A(0x81)]),n(s['player'][A(0x77)]),p[A(0xb4)]([A(0xd9)],async()=>{const F=A,t=p[F(0x9e)](),u=s['handleInput'](t);(t[F(0x8d)]('\x20')[0x0]===F(0x7f)||F(0x88)||'unequip')&&(j(s[F(0xce)][F(0x81)]),l(s[F(0xce)][F(0x93)])),(t['split']('\x20')[0x0]==='go'||F(0x86)||F(0xa6))&&n(s['player'][F(0x77)]),t[F(0x8d)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console['log'](F(0xa1)),h[F(0x98)](),q['write'](F(0x75)),process[F(0xbe)](0x0)),o[F(0xd8)](u),o['scroll'](0x1),p['clearValue'](),p[F(0xad)](),h[F(0x98)]();});}catch(t){console[A(0xb8)](t),process[A(0xbe)](0x1);}}const args=process[a65G(0xda)]['slice'](0x2);main(args[0x0],JSON[a65G(0xbb)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a66d(a,b);}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1d7))/0x1+parseInt(h(0x1d9))/0x2+parseInt(h(0x1da))/0x3+parseInt(h(0x1d8))/0x4*(parseInt(h(0x1e2))/0x5)+-parseInt(h(0x1e0))/0x6*(parseInt(h(0x1ef))/0x7)+-parseInt(h(0x1e1))/0x8+parseInt(h(0x1f0))/0x9*(parseInt(h(0x1dc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x4528f));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(0x1f5)]()['search']('(((.+)+)+)+$')[i(0x1f5)]()[i(0x1e3)](a66a)['search'](i(0x1d4));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const q=['ensureLogFileExists','type','find','[ERROR]\x20[','filePath','writeFileSync','.maka','scrollTo','join','write','render','842779qeFdPf','883629GyhQhU','mkdirSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','instance','toString','homedir','screen','existsSync','options','(((.+)+)+)+$','children','getInstance','320091KQiGgs','11880UFMene','714112SbhZnh','738723ccSusB','box','20LWpqMA','logBox','log','toISOString','18YZHSMS','4111120kVNhPM','65yLpXkq','constructor'];a66c=function(){return q;};return a66c();}const homeDir=a66f[a66j(0x1d0)]();export class Logger{static [a66j(0x1f4)];[a66j(0x1e8)];[a66j(0x1d1)];constructor(a,b){const k=a66j;this[k(0x1e8)]=a,this[k(0x1d1)]=b,this[k(0x1e4)]();}static[a66j(0x1d6)](a=a66g[a66j(0x1ec)](homeDir,a66j(0x1ea),'side-quest.log'),b){const l=a66j;if(!Logger['instance']){if(!b)throw new Error(l(0x1f3));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66j(0x1e4)](){const m=a66j,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[m(0x1f1)](a,{'recursive':!![]}),!a66e[m(0x1d2)](this[m(0x1e8)])&&a66e[m(0x1e9)](this[m(0x1e8)],'');}['write'](a){const n=a66j,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x1e8)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1df)](),c=o(0x1e7)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x1e8)],c);}[a66j(0x1de)](a){const p=a66j,b=this[p(0x1d1)]?.[p(0x1d5)][p(0x1e6)](c=>c[p(0x1e5)]===p(0x1db)&&c[p(0x1d3)]['id']===p(0x1dd));b?(b['setContent'](b['content']+'\x0a'+a),b[p(0x1eb)](b['getScrollHeight']()),this['screen']?.[p(0x1ee)]()):this['error']('The\x20logbox\x20'+b+p(0x1f2)+this[p(0x1d1)]),this[p(0x1ed)](a);}['hasScreen'](){return!!this['screen'];}}
1
+ const a66j=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x13d;let f=c[d];return f;},a66d(a,b);}function a66c(){const r=['log','214826wcyANl','[ERROR]\x20[','screen','[INFO]\x20[','error','getInstance','toString','appendFileSync','ensureLogFileExists','existsSync','45QGIjen','side-quest.log','homedir','toISOString','84WJsWJb','.maka','14076tpTgDi','write','2236026MZpKfS','setContent','4490FpyELY','hasScreen','8iUOUXS','getScrollHeight','1086547cfGHOG','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','render','logBox','87004dpTbYG','162oplygi','dirname','children','instance','24XFPzGN','writeFileSync','search','content','679378zdHBFY','134898RDYZvC','find','join','(((.+)+)+)+$','scrollTo','filePath','\x20could\x20not\x20be\x20found\x20on\x20screen\x20'];a66c=function(){return r;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x144))/0x1*(parseInt(h(0x15c))/0x2)+-parseInt(h(0x14b))/0x3*(parseInt(h(0x14a))/0x4)+parseInt(h(0x166))/0x5*(-parseInt(h(0x154))/0x6)+-parseInt(h(0x153))/0x7*(-parseInt(h(0x14f))/0x8)+parseInt(h(0x13e))/0x9*(parseInt(h(0x142))/0xa)+-parseInt(h(0x146))/0xb*(-parseInt(h(0x16a))/0xc)+-parseInt(h(0x140))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xf2fa6));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(0x162)]()[i(0x151)](i(0x157))[i(0x162)]()['constructor'](a66a)['search'](i(0x157));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x168)]();export class Logger{static [a66j(0x14e)];[a66j(0x159)];[a66j(0x15e)];constructor(a,b){const k=a66j;this[k(0x159)]=a,this[k(0x15e)]=b,this[k(0x164)]();}static[a66j(0x161)](a=a66g[a66j(0x156)](homeDir,a66j(0x13d),a66j(0x167)),b){const l=a66j;if(!Logger[l(0x14e)]){if(!b)throw new Error(l(0x147));Logger[l(0x14e)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const m=a66j,a=a66g[m(0x14c)](this[m(0x159)]);!a66e[m(0x165)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x165)](this[m(0x159)])&&a66e[m(0x150)](this[m(0x159)],'');}[a66j(0x13f)](a){const n=a66j,b=new Date()[n(0x169)](),c=n(0x15f)+b+']\x20'+a+'\x0a';a66e[n(0x163)](this['filePath'],c);}['error'](a){const o=a66j,b=new Date()[o(0x169)](),c=o(0x15d)+b+']\x20'+a+'\x0a';a66e[o(0x163)](this[o(0x159)],c);}[a66j(0x15b)](a){const p=a66j,b=this['screen']?.[p(0x14d)][p(0x155)](c=>c['type']==='box'&&c['options']['id']===p(0x149));b?(b[p(0x141)](b[p(0x152)]+'\x0a'+a),b[p(0x158)](b[p(0x145)]()),this[p(0x15e)]?.[p(0x148)]()):this[p(0x160)]('The\x20logbox\x20'+b+p(0x15a)+this[p(0x15e)]),this[p(0x13f)](a);}[a66j(0x143)](){const q=a66j;return!!this[q(0x15e)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x15a))/0x1+parseInt(j(0x15d))/0x2+parseInt(j(0x151))/0x3+parseInt(j(0x144))/0x4+parseInt(j(0x158))/0x5*(parseInt(j(0x14c))/0x6)+parseInt(j(0x152))/0x7+-parseInt(j(0x13c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x964ba));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x15f)]()[l(0x14b)](l(0x15c))[l(0x15f)]()[l(0x147)](a67a)[l(0x14b)](l(0x15c));});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';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['stringify','What\x20is\x20your\x20name?','./sideQuest/ui.js','join','exit','shadowrun','resolve','3905376WqDpsz','getGlobalMakaDir','select','constructor','fsi','player','sideQuestAnswer','search','3186gsdHLb','side-quest','Thanks\x20for\x20playing!','Commoner','Play\x20a\x20little\x20side-quest','3289683ihSsFI','887936hRXpoe','create','bright','dungeon','log','inherit','70qObwMF','url','56881sRHDhZ','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...','(((.+)+)+)+$','832244WKyHMY','maka\x20play:side-quest','toString','apply','16516640tRoOmN'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x159)]),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x13c;let f=c[d];return f;},a67d(a,b);}Command[a67m(0x153)]({'name':a67m(0x14d),'usage':a67m(0x15e),'shortDesc':a67m(0x150),'aliases':['sq'],'description':a67m(0x15b),'validOpts':[a67m(0x149)]},async function(a,b){const n=a67m;try{const c=this[n(0x148)][n(0x145)](),d=a67e[n(0x140)](c,'side-quest.log'),e=b[n(0x149)]?b[n(0x149)]:await Actions['ask'](n(0x13e))||n(0x14f),f={...b,'logFilePath':d},g=await Actions[n(0x146)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x14a),'choices':[{'name':n(0x155),'value':dungeonConfig},{'name':n(0x142),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x143)](__dirname,n(0x13f)),e,JSON[n(0x13d)](g),JSON['stringify'](f)],{'stdio':n(0x157)});h['on'](n(0x141),()=>{const o=n;Log[o(0x154)](o(0x14e));});}}catch(i){console[n(0x156)](i);}},a67f);
1
+ const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x1c2))/0x1*(-parseInt(j(0x1cf))/0x2)+-parseInt(j(0x1c7))/0x3*(parseInt(j(0x1cb))/0x4)+-parseInt(j(0x1bc))/0x5+-parseInt(j(0x1ba))/0x6*(parseInt(j(0x1af))/0x7)+-parseInt(j(0x1ca))/0x8*(-parseInt(j(0x1bd))/0x9)+parseInt(j(0x1b8))/0xa*(parseInt(j(0x1c8))/0xb)+parseInt(j(0x1c5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4a79c));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1c4)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a67a)[l(0x1b4)](l(0x1b2));});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';import{fileURLToPath}from'url';function a67c(){const p=['Commoner','2729060zEsvNT','ask','6zspbWF','dungeon','1876190tRofem','1156581jhGDPz','node','maka\x20play:side-quest','side-quest.log','fsi','143XFIviB','resolve','toString','917892nZTHPk','What\x20is\x20your\x20name?','3NjodUm','22yVXFcf','create','32itLSlt','1337968bSHbws','bright','apply','player','436BnUCRX','./sideQuest/ui.js','inherit','sideQuestAnswer','1069117cnYHpv','join','getGlobalMakaDir','(((.+)+)+)+$','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...','search','Play\x20a\x20little\x20side-quest','stringify'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67m(0x1c9)]({'name':'side-quest','usage':a67m(0x1bf),'shortDesc':a67m(0x1b5),'aliases':['sq'],'description':a67m(0x1b3),'validOpts':[a67m(0x1ce)]},async function(a,b){const n=a67m;try{const c=this[n(0x1c1)][n(0x1b1)](),d=a67e[n(0x1b0)](c,n(0x1c0)),e=b[n(0x1ce)]?b[n(0x1ce)]:await Actions[n(0x1b9)](n(0x1c6))||n(0x1b7),f={...b,'logFilePath':d},g=await Actions['select']({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x1ae),'choices':[{'name':n(0x1bb),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1be),[a67e[n(0x1c3)](__dirname,n(0x1ac)),e,JSON['stringify'](g),JSON[n(0x1b6)](f)],{'stdio':n(0x1ad)});h['on']('exit',()=>{const o=n;Log[o(0x1cc)]('Thanks\x20for\x20playing!');});}}catch(i){console['log'](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;function a68c(){var k=['snake','181800WvlJnB','create','230xETpWj','apply','maka\x20game:snake','4840875qyNCvc','778849MGszln','constructor','1804743pCpxsi','inherit','48598xgEeLd','npx\x20command-line-snake','144fcIewe','7730128gWjLjV','search','(((.+)+)+)+$','2jhoPzD','8JBaPyy','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','4699146JfguSr'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xbc))/0x1*(parseInt(f(0xc6))/0x2)+-parseInt(f(0xbe))/0x3+parseInt(f(0xc2))/0x4*(parseInt(f(0xb6))/0x5)+parseInt(f(0xb4))/0x6+parseInt(f(0xc3))/0x7*(-parseInt(f(0xc7))/0x8)+-parseInt(f(0xbb))/0x9+parseInt(f(0xb8))/0xa*(parseInt(f(0xc0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb1f16));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xc9)]()['search'](h(0xc5))[h(0xc9)]()[h(0xbd)](a68a)[h(0xc4)](h(0xc5));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xb4;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(0xb7)]({'name':a68i(0xb5),'usage':a68i(0xba),'shortDesc':a68i(0xc8),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc1),{'stdio':j(0xbf)});},a68e);
1
+ function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x66;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1+-parseInt(f(0x76))/0x2+parseInt(f(0x69))/0x3*(parseInt(f(0x71))/0x4)+-parseInt(f(0x78))/0x5+-parseInt(f(0x70))/0x6*(parseInt(f(0x68))/0x7)+-parseInt(f(0x72))/0x8*(-parseInt(f(0x6f))/0x9)+-parseInt(f(0x6b))/0xa*(-parseInt(f(0x77))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe7979));function a68c(){var k=['195162FHeUFG','20FwfMoq','78824RxbOva','constructor','npx\x20command-line-snake','inherit','1817604DIERRf','74734SwGSyb','2384780DYkSme','toString','search','357RPivNw','778902kWZdhN','apply','3010UzNEIH','(((.+)+)+)+$','create','1054497UfGwkx','1557tviCxJ'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x6a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x66)]()['search'](h(0x6c))['toString']()[h(0x73)](a68a)[h(0x67)](h(0x6c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x6d)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x74),{'stdio':j(0x75)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xba))/0x1+-parseInt(f(0xb7))/0x2+parseInt(f(0xbe))/0x3+parseInt(f(0xc0))/0x4+parseInt(f(0xb6))/0x5*(-parseInt(f(0xbf))/0x6)+-parseInt(f(0xb8))/0x7+parseInt(f(0xbb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x6d4e0));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xb4;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(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xc1)]()['search'](h(0xb5))[h(0xc1)]()['constructor'](a69a)['search'](h(0xb5));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0xb9)]({'name':a69i(0xbc),'usage':a69i(0xbd),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);function a69c(){var j=['apply','(((.+)+)+)+$','310195KJbSHB','290552vCALeb','5953745jdlWcz','create','739436JHXAPj','9922632beqspw','tetris','maka\x20game:tetris','2546577OsKDnQ','36vaYzYd','1864020DIgQyy','toString'];a69c=function(){return j;};return a69c();}
1
+ function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1f2;var f=c[d];return f;},a69d(a,b);}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1f8))/0x1*(-parseInt(f(0x1ff))/0x2)+-parseInt(f(0x1f6))/0x3*(-parseInt(f(0x1f7))/0x4)+-parseInt(f(0x1fa))/0x5+-parseInt(f(0x201))/0x6+-parseInt(f(0x1fe))/0x7*(parseInt(f(0x1f5))/0x8)+-parseInt(f(0x1f3))/0x9+parseInt(f(0x202))/0xa*(parseInt(f(0x200))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x65da8));var a69b=(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;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x1fd)]()['search'](g(0x1fb))[g(0x1fd)]()['constructor'](a69a)[g(0x1fc)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var j=['1659ZwCZZN','346zvhXqM','1212090KtndfW','1609272tjusdn','70XrdQQd','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','5945310ESyguz','maka\x20game:tetris','328PPTaQi','3dgPGhm','673748czFLZc','3267TrLqmX','inherit','746235adxLGg','(((.+)+)+)+$','search','toString'];a69c=function(){return j;};return a69c();}Command['create']({'name':'tetris','usage':a69h(0x1f4),'shortDesc':a69h(0x1f2),'validOpts':[]},async function(){var i=a69h;execSync('npx\x20simple-tetris',{'stdio':i(0x1f9)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1*(-parseInt(f(0x1e7))/0x2)+parseInt(f(0x1e3))/0x3+parseInt(f(0x1d6))/0x4*(parseInt(f(0x1e1))/0x5)+-parseInt(f(0x1cc))/0x6*(-parseInt(f(0x1d3))/0x7)+parseInt(f(0x1d5))/0x8*(parseInt(f(0x1e6))/0x9)+-parseInt(f(0x1d2))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x1e4))/0xc*(-parseInt(f(0x1ca))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb7c0e));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d0)]()[h(0x1da)](h(0x1df))['toString']()[h(0x1db)](a70a)[h(0x1da)](h(0x1df));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['create','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','360440WXcoOU','1725367AGsjrc','apply','344KJaeLB','4dBfbPu','invoke','processAndRunGenerator','generate','search','constructor','exit','splice','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','3301415MtJonq','maka\x20g:package\x20package:name','1098429OKVPSX','6684kuNKiS','319MFeChH','297495viqobu','30hKstPg','maka\x20g:api\x20trucks','38441MhkCAn','89323ybjQqy','6TLmBxm','error'];a70c=function(){return k;};return a70c();}Command[a70i(0x1ce)]({'name':a70i(0x1d9),'aliases':['g'],'usage':a70i(0x1d1),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1cf),'description':a70i(0x1e0),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a70i(0x1de),a70i(0x1e2),'maka\x20g:route\x20todos/edit',a70i(0x1c9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1dd)](0x0,0x1),await a70e[j(0x1d8)](c,a,b)):a70e[j(0x1d7)](a,b);}catch(d){Log[j(0x1cd)](d),process[j(0x1dc)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x11d))/0x1+parseInt(f(0x122))/0x2+parseInt(f(0x118))/0x3+parseInt(f(0x116))/0x4*(parseInt(f(0x11b))/0x5)+parseInt(f(0x121))/0x6+-parseInt(f(0x12e))/0x7+parseInt(f(0x127))/0x8*(-parseInt(f(0x120))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9f9b2));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(0x11f)]()[g(0x123)]('(((.+)+)+)+$')[g(0x11f)]()[g(0x128)](a70a)['search']('(((.+)+)+)+$');});a70a();function a70c(){const j=['2151094UTTVLn','search','create','processAndRunGenerator','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','136YszkRB','constructor','maka\x20g:api\x20trucks','maka\x20generate:scaffold\x20todos','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:dbc\x20geoserver\x20--type=pgsql','exit','3783479nrWYDx','28xhrZYo','invoke','1988559LkcNcY','maka\x20g:template\x20todos/todo_item','splice','69790omkFxA','maka\x20g:package\x20package:name','299464obcNxG','maka\x20g:route\x20todos/edit','toString','390546qdQbBw','2371794pnDhOM'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x116;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x124)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x12b),'description':a70h(0x126),'examples':[a70h(0x12a),'maka\x20g:scaffold\x20todos',a70h(0x119),a70h(0x11c),a70h(0x11e),a70h(0x129),a70h(0x12c)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x11a)](0x0,0x1),await a70e[i(0x125)](c,a,b)):a70e[i(0x117)](a,b);}catch(d){Log['error'](d),process[i(0x12d)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var i=['2502BHmLBW','50056hHXsyg','apply','(((.+)+)+)+$','1741360PcItKi','search','288285DBUApl','147HTAygI','452987keyvaZ','121970EofNmT','1340feGZWH','108zXDEUz','369dyLsyo','1204599yGhMMl','toString','12uCReFe'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1c5))/0x2*(-parseInt(f(0x1cb))/0x3)+-parseInt(f(0x1bf))/0x4+-parseInt(f(0x1c1))/0x5*(-parseInt(f(0x1ca))/0x6)+parseInt(f(0x1c2))/0x7*(parseInt(f(0x1cc))/0x8)+parseInt(f(0x1c7))/0x9*(parseInt(f(0x1c4))/0xa)+parseInt(f(0x1c8))/0xb*(parseInt(f(0x1c6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x45a4e));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c9)]()[h(0x1c0)](h(0x1be))[h(0x1c9)]()['constructor'](a71a)[h(0x1c0)](h(0x1be));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x6d))/0x1*(-parseInt(f(0x79))/0x2)+parseInt(f(0x75))/0x3*(parseInt(f(0x6e))/0x4)+parseInt(f(0x78))/0x5+parseInt(f(0x6f))/0x6*(-parseInt(f(0x74))/0x7)+-parseInt(f(0x76))/0x8*(-parseInt(f(0x77))/0x9)+-parseInt(f(0x73))/0xa+parseInt(f(0x72))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xda04f));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x70)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a71a)['search'](g(0x71));});function a71c(){var h=['207mlISqy','1906060wbuCWJ','264SAvFew','8699vsPjaK','122632BIDdtR','12kYwVeW','toString','(((.+)+)+)+$','8500877TqDBFw','7285730zVaGrj','1411487KsGbCa','39OBhcmD','563672IuNFMl'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x6d;var f=c[d];return f;},a71d(a,b);}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(0x1ff))/0x1*(-parseInt(f(0x1ee))/0x2)+parseInt(f(0x1ef))/0x3+-parseInt(f(0x1f8))/0x4*(-parseInt(f(0x1f9))/0x5)+-parseInt(f(0x1fa))/0x6+-parseInt(f(0x200))/0x7+-parseInt(f(0x1f0))/0x8*(parseInt(f(0x1fe))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6f2a5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1fc)]()['search'](h(0x1f7))[h(0x1fc)]()[h(0x1f4)](a72a)['search'](h(0x1f7));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1fb)]({'name':a72i(0x1f1),'usage':a72i(0x1f3),'shortDesc':a72i(0x1f6),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});export default GetCommand;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['apply','maka\x20get:<sub-command>','constructor','6352340jdRAeC','Get\x20various\x20Maka\x20variables\x20and\x20configurations','(((.+)+)+)+$','8ACKAwK','1617355GFNnxp','3785178llINnn','create','toString','11tPLfef','18odIlTJ','5PzpMiE','2061920CZdDsm','236666VMtaoK','1071507totkkw','3401016BRYoep','get'];a72c=function(){return j;};return a72c();}
1
+ function a72c(){const k=['10cHLNNb','197488BBqlhQ','4660GQhlFc','2585451HfucTj','433410CuJTDb','maka\x20get:<sub-command>','149438ogvpzy','133296qSyVTu','2764QAWglh','(((.+)+)+)+$','1813840jrDPGW','Get\x20various\x20Maka\x20variables\x20and\x20configurations','processAndRunCommand','get','144fNumIC','3qRDbmx','apply','toString'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1db))/0x1*(parseInt(f(0x1d2))/0x2)+-parseInt(f(0x1d3))/0x3+parseInt(f(0x1d4))/0x4*(parseInt(f(0x1ce))/0x5)+-parseInt(f(0x1d0))/0x6+parseInt(f(0x1d6))/0x7+-parseInt(f(0x1cd))/0x8*(parseInt(f(0x1da))/0x9)+-parseInt(f(0x1cc))/0xa*(-parseInt(f(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x623c5));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x1d5))[h(0x1cb)]()['constructor'](a72a)['search'](h(0x1d5));});a72a();import{Command}from'../../command.js';const GetCommand=Command['create']({'name':a72i(0x1d9),'usage':a72i(0x1d1),'shortDesc':a72i(0x1d7),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x1d8)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x11c;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x125))/0x1+parseInt(f(0x12e))/0x2+parseInt(f(0x122))/0x3*(parseInt(f(0x12a))/0x4)+parseInt(f(0x121))/0x5+parseInt(f(0x127))/0x6+-parseInt(f(0x131))/0x7*(-parseInt(f(0x12b))/0x8)+-parseInt(f(0x123))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3e950));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x130)](h(0x126))[h(0x11d)]()['constructor'](a73a)[h(0x130)](h(0x126));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x11c)]({'name':a73i(0x124),'usage':a73i(0x12d),'aliases':['gc'],'shortDesc':a73i(0x12f),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x12c)][j(0x11e)]();console[j(0x129)](a),process[j(0x120)](0x0);}catch(b){console[j(0x11f)](b),process[j(0x120)](0x0);}},a73e);function a73c(){const k=['error','exit','933195dnJPss','8151rUcNYH','13041999eNVVcN','global-config','374109iKFErk','(((.+)+)+)+$','868854KLVMkq','apply','log','724LuaXmj','40EULvDP','cfg','maka\x20get:global-config','79276ZqnBaQ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','655865yAXWBS','create','toString','getGlobalConfig'];a73c=function(){return k;};return a73c();}
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x155;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x16d))/0x1*(parseInt(f(0x159))/0x2)+-parseInt(f(0x15a))/0x3+parseInt(f(0x15c))/0x4*(parseInt(f(0x16c))/0x5)+parseInt(f(0x15d))/0x6*(parseInt(f(0x163))/0x7)+-parseInt(f(0x16a))/0x8*(parseInt(f(0x165))/0x9)+parseInt(f(0x167))/0xa*(parseInt(f(0x15b))/0xb)+parseInt(f(0x158))/0xc*(-parseInt(f(0x156))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x76d0c));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()['search']('(((.+)+)+)+$')['toString']()[h(0x168)](a73a)[h(0x161)](h(0x15e));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['log','error','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5866693VZEdcj','maka\x20get:global-config','72tUvzao','apply','5978210LYOcKw','constructor','global-config','677368DfDQCX','exit','1190815TxwvNo','121dBikBC','cfg','13qoGIwV','create','14922156TxxADm','15734GuUaGq','2798790XGoqyF','11TMJBip','16QNFOOj','6cqUqZL','(((.+)+)+)+$'];a73c=function(){return k;};return a73c();}Command[a73i(0x157)]({'name':a73i(0x169),'usage':a73i(0x164),'aliases':['gc'],'shortDesc':a73i(0x162),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x155)]['getGlobalConfig']();console[j(0x15f)](a),process['exit'](0x0);}catch(b){console[j(0x160)](b),process[j(0x16b)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x130))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x12a))/0x3+-parseInt(f(0x133))/0x4+parseInt(f(0x12d))/0x5+-parseInt(f(0x12b))/0x6+-parseInt(f(0x131))/0x7+-parseInt(f(0x136))/0x8*(-parseInt(f(0x13a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa6614));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(0x12c)]()[g(0x135)](g(0x132))['toString']()['constructor'](a74a)[g(0x135)](g(0x132));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x12a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0x12e)]({'name':a74h(0x137),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x12f),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x134)]['getMakaProjectConfig']();console[i(0x139)](a);},a74e);function a74c(){const j=['create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','593549yzSwOw','7994602JBTnrA','(((.+)+)+)+$','3411788XEITZC','cfg','search','28743672ICUxtg','local-config','4XyoIQS','log','9kWVigt','100971NwTwDl','3433692RgNofI','toString','4046445PocoXh'];a74c=function(){return j;};return a74c();}
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x9d))/0x1*(parseInt(f(0xaa))/0x2)+parseInt(f(0x9f))/0x3+parseInt(f(0xa9))/0x4*(-parseInt(f(0xa3))/0x5)+parseInt(f(0xa5))/0x6+-parseInt(f(0x9a))/0x7+parseInt(f(0xa0))/0x8+-parseInt(f(0xa4))/0x9*(-parseInt(f(0xa1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc80bb));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(0x9e)]()['search'](g(0xab))['toString']()[g(0x9c)](a74a)['search'](g(0xab));});a74a();function a74c(){const j=['4fvIDVW','1190zPyPOz','(((.+)+)+)+$','938035XOaUZj','getMakaProjectConfig','constructor','2071cLauFO','toString','579414fsIpYB','4461872MlCWlO','24070StCmxT','maka\x20get:local-config','2833370uzaorc','5013cscpfw','3964440OKcUPR','cfg','local-config','create'];a74c=function(){return j;};return a74c();}import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x9a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0xa8)]({'name':a74h(0xa7),'usage':a74h(0xa2),'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(0xa6)][i(0x9b)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x149))/0x1+-parseInt(f(0x152))/0x2*(parseInt(f(0x153))/0x3)+-parseInt(f(0x14a))/0x4*(parseInt(f(0x158))/0x5)+parseInt(f(0x14d))/0x6*(-parseInt(f(0x156))/0x7)+-parseInt(f(0x146))/0x8*(-parseInt(f(0x14b))/0x9)+parseInt(f(0x14e))/0xa+-parseInt(f(0x154))/0xb*(-parseInt(f(0x151))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x1dac0));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x144;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x145)]()[h(0x147)](h(0x148))['toString']()['constructor'](a75a)['search']('(((.+)+)+)+$');});a75a();function a75c(){const k=['80ljwERT','9DzfROx','cfg','138BJrstH','1445470oIjfvo','create','apply','48zNuLQL','758SApadP','1497wKszmf','53471JgYGng','getGlobalConfig','4746oovqvc','maka\x20get:whoami','19910VfEiNE','error','silent','toString','1497104qPTwsn','search','(((.+)+)+)+$','54762YKekMa'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x14f)]({'name':'whoami','usage':a75i(0x157),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75i(0x144)]},async function(){const j=a75i;try{const a=await this[j(0x14c)][j(0x155)]();return a;}catch(b){Log[j(0x159)](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x14d))/0x1*(parseInt(f(0x150))/0x2)+-parseInt(f(0x14c))/0x3+-parseInt(f(0x13e))/0x4+-parseInt(f(0x14a))/0x5+parseInt(f(0x13b))/0x6*(-parseInt(f(0x139))/0x7)+-parseInt(f(0x148))/0x8*(-parseInt(f(0x149))/0x9)+parseInt(f(0x138))/0xa*(parseInt(f(0x14e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe52da));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x140)]()[h(0x143)](h(0x13a))[h(0x140)]()[h(0x145)](a75a)[h(0x143)](h(0x13a));});a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x138;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x13c)]({'name':a75i(0x13f),'usage':a75i(0x14f),'shortDesc':a75i(0x144),'validOpts':[a75i(0x146)]},async function(){const j=a75i;try{const a=await this[j(0x142)][j(0x13d)]();return a;}catch(b){Log[j(0x141)](b),process[j(0x147)](0x1);}},a75e);function a75c(){const k=['whoami','toString','error','cfg','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','silent','exit','12816336QUcEIe','9qoqUqX','3658650NAoaMN','apply','333141HgqDxl','776990FiZWqj','9416ArZrVx','maka\x20get:whoami','2NjztDv','29890pIosTy','1032787LEeQdt','(((.+)+)+)+$','18ZEOEbW','create','getGlobalConfig','4638088fLGhKz'];a75c=function(){return k;};return a75c();}
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1*(parseInt(f(0x163))/0x2)+-parseInt(f(0x15c))/0x3*(-parseInt(f(0x15b))/0x4)+parseInt(f(0x167))/0x5*(parseInt(f(0x162))/0x6)+-parseInt(f(0x16c))/0x7*(parseInt(f(0x15f))/0x8)+parseInt(f(0x169))/0x9*(parseInt(f(0x15e))/0xa)+parseInt(f(0x15d))/0xb+-parseInt(f(0x16b))/0xc*(-parseInt(f(0x161))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x824b4));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['toString']()['search'](g(0x168))[g(0x164)]()[g(0x16a)](a76a)['search']('(((.+)+)+)+$');});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15b;var f=c[d];return f;},a76d(a,b);}function a76c(){var i=['356378DrjycG','20GNTNZq','3810392JwjxAo','Deprecated:\x20use\x20--help\x20instead','2829047eWmpeY','30UpMKbT','60634OUfWyx','toString','Try,\x20maka\x20--help','34hIeiKD','492430dJnmfc','(((.+)+)+)+$','1462221vchuRt','constructor','60BfKfIj','7NZMJhA','196qDXjjq','6300JGgekx'];a76c=function(){return i;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76h(0x165),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x160)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x15b))/0x1*(parseInt(f(0x152))/0x2)+parseInt(f(0x153))/0x3*(-parseInt(f(0x159))/0x4)+-parseInt(f(0x154))/0x5+-parseInt(f(0x14f))/0x6+-parseInt(f(0x15d))/0x7*(-parseInt(f(0x150))/0x8)+parseInt(f(0x156))/0x9*(parseInt(f(0x15a))/0xa)+parseInt(f(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x49785));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x14e;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x155)](h(0x15e))[h(0x14e)]()[h(0x15f)](a76a)[h(0x155)](h(0x15e));});function a76c(){var j=['help','1013066DosuhF','39BokixC','2264790rvuUic','search','9DoHTRx','2713381RiVDpI','apply','151612wvgauM','144790GvhkAV','1EKBauV','Deprecated:\x20use\x20--help\x20instead','679xuVcBu','(((.+)+)+)+$','constructor','toString','89280mbDsIZ','40728wCmTpq'];a76c=function(){return j;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x151),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x15c)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x116))/0x1*(parseInt(H(0xe2))/0x2)+parseInt(H(0xbb))/0x3+-parseInt(H(0x112))/0x4+-parseInt(H(0xf9))/0x5+parseInt(H(0xdb))/0x6*(-parseInt(H(0xc2))/0x7)+parseInt(H(0xef))/0x8*(-parseInt(H(0xd3))/0x9)+parseInt(H(0xdf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4c7bd));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xec)]()[J(0xc0)](J(0xfe))[J(0xec)]()[J(0xe8)](a77a)[J(0xc0)](J(0xfe));});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 a77c(){const P=['mkdirSync','550233KkNyjf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','arch','checkAvailability','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','search','Added\x20Meteor\x20path\x20to\x20','11949zXmFDO','3.3','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20install\x20meteor','packages','extractTarGz','platform','Meteor\x20path\x20updated.','\x5c.meteor\x5cmeteor','setPath','isFile','maka\x20install\x20meteor\x20--set-path','readFileSync','map','Cleaning\x20up','exit','PATH','9oSmiqi','\x20is\x20not\x20available,\x20trying\x20','grep','release','error','utf8','cert','success','1446zKGHZf','create','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','meteor.tar.gz','13222920IVdlPZ','includes','downloadFile','2358alpRiF','notice','NO_NODE_WARNINGS','\x20is\x20not\x20available.','Install\x20the\x20specified\x20version\x20of\x20meteor.','join','constructor','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','RELEASE=','apply','toString','log','&release=','2889528iEbthw','windows','Preparing\x20to\x20install\x20Meteor\x20','confirm','releases','homedir','getMeteorInstallPath','withSpinner','replace','https://packages.meteor.com/bootstrap-link?arch=os.','1851630ddtTny','force','package-metadata','getuid','length','(((.+)+)+)+$','slice','osx','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','max','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','getGlobalConfig','.bashrc','install','Meteor\x20version\x20','maka\x20install\x20meteor\x20--force','split','timeout','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Downloading\x20Meteor\x20','Error\x20extracting\x20meteor.tar.gz\x20file','.zshrc','3.0','1028104sGqFUv','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','linux','Proceed\x20anyway?','176sRnVUZ','warn','x86_64','\x20from\x20','-rf','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','existsSync','appendFileSync','\x20installed.\x0a','https://install.meteor.com','setx\x20PATH\x20\x22','arm64','env','Aborting\x20install','meteor','Meteor\x20is\x20'];a77c=function(){return P;};return a77c();}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xf4)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb0;let f=c[d];return f;},a77d(a,b);}function isRoot(){const L=a77K;return process[L(0xfc)]&&process['getuid']()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x10b)]('.')[M(0xcf)](Number),d=b[M(0x10b)]('.')[M(0xcf)](Number);for(let e=0x0;e<Math[M(0x103)](c[M(0xfd)],d[M(0xfd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xdc)]({'name':a77K(0x108),'aliases':['i'],'validOpts':[{'name':a77K(0xfa),'boolFlag':!![],'description':a77K(0xdd)},{'name':a77K(0xd6),'description':a77K(0xe6)},{'name':'cacert','description':a77K(0x11b)},{'name':'keepInstallFile','boolFlag':!![],'description':'Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.'},{'name':'timeout','description':a77K(0xbf)},{'name':a77K(0xcb),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0xb8)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0xc5),a77K(0x10a),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xcd)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xcb)]&&(updatePath(),Log[N(0xda)](N(0xc9)),process[N(0xd1)](0x0));let g='';if(b[N(0x102)]){if(f[N(0xcc)](b[N(0x102)]))Log['notice']('Using\x20CA\x20Cert\x20'+b[N(0x102)]),g=b[N(0x102)];else throw N(0x101)+g;}const h=await d[N(0x106)]();if(h[N(0xd9)]){if(f[N(0xcc)](h['cert']))g=h['cert'];else throw N(0xbc)+g;}let i=![];if(b['f']||b[N(0xfa)])i=!![];else{const t=isRoot();t?(Log[N(0x117)](N(0x105)),i=await Actions[N(0xf2)](N(0x115),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS['get']({'url':N(0xb3),'cert':g}),k=f[N(0xd5)](j['data'],N(0xea));if(k[N(0xfd)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[N(0xb6)][N(0xe4)]='1';const l=k[0x0][N(0xf7)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m=N(0xc3);let n;b[N(0xd6)]?n=b[N(0xd6)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0xe3)](N(0xf1)+n);const o={'win32':N(0xf0),'darwin':N(0x100),'linux':N(0x114)};let p=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()==='arm64'?N(0xb5):N(0x118))+N(0xee)+n,q=await HTTPS[N(0xbe)]({'url':p,'cert':g});n=n[N(0xec)]();n==='3'&&(n=N(0x111));if(!q&&n['includes']('-')){const u=n[N(0x10b)]('-'),v=u[0x0],w=u[N(0xff)](0x1)[N(0xe7)]('-'),x=v['replace'](/\.0+$/,'');Log[N(0x117)](N(0x109)+n+N(0xd4)+x+'-'+w);const y=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()===N(0xb5)?N(0xb5):N(0x118))+N(0xee)+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0xd7)](N(0x109)+n+N(0xe5)),process[N(0xd1)](0x0)):Log['notice'](N(0x109)+n+'\x20is\x20available.');const r=f[N(0xf5)](),s=c['getInstalledMeteorVersion'](n);if(a77g[N(0xb0)](s)){let z=![];b['f']||b[N(0xfa)]?z=!![]:z=await Actions[N(0xf2)](N(0xb9)+n+N(0x113),![]),z?(await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xc6))],{'message':N(0x104)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xfb))],{'message':N(0xe9)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f['join'](r,'meteor')],{'message':N(0x11c)})):(Log['info']('Aborting\x20install'),process['exit'](0x0));}try{const A=process['platform']==='win32';if(A){let B=await Actions[N(0xf2)]('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xb7)),process[N(0xd1)](0x0));}Log[N(0xe3)](N(0x10e)+n+N(0x119)+p),await HTTPS[N(0xe1)]({'url':p,'destPath':a77f[N(0xe7)](homeDir,N(0xde)),'cert':g,'timeout':b[N(0x10c)]?parseInt(b[N(0x10c)])*0x3e8:0x493e0});try{const C=a77f['join'](homeDir,'meteor.tar.gz'),D=a77f['join'](homeDir,'.meteor',N(0xf3),n);a77g[N(0xba)](D,{'recursive':!![]}),await f[N(0xc7)](C,D);}catch(E){console[N(0xed)](E),Log[N(0xd7)](N(0x10f));}updatePath();}catch(F){console['error'](F),process[N(0xd1)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf6)]('rm',['-rf',a77f[N(0xe7)](homeDir,N(0xde))],{'message':N(0xd0)});}c['linkVersionAsCurrent'](n),Log['success']('Meteor\x20version\x20'+n+N(0xb2)),process[N(0xd1)](0x0);}catch(G){console['error'](G),process[N(0xd1)](0x1);}});function updatePath(){const O=a77K;if(a77e['platform']()==='win32'){const a=process[O(0xb6)][O(0xd2)]||'',b=homeDir+O(0xca);!a[O(0xe0)](b)&&(execSync(O(0xb4)+a+';'+b+'\x22'),Log[O(0xe3)](O(0xc4)),Log[O(0xe3)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[O(0xe7)](homeDir,O(0x110)),d=a77f[O(0xe7)](homeDir,O(0x107)),e=O(0x10d),f=a77g[O(0xb0)](c)?a77g[O(0xce)](c,O(0xd8)):'';!f[O(0xe0)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,O(0xd8)):'';!g[O(0xe0)](e)&&(a77g[O(0xb1)](d,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+d));}}
1
+ const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xd9))/0x1+-parseInt(H(0x106))/0x2+parseInt(H(0xbf))/0x3*(-parseInt(H(0xfd))/0x4)+-parseInt(H(0x11d))/0x5*(-parseInt(H(0xee))/0x6)+parseInt(H(0xd5))/0x7+-parseInt(H(0xd1))/0x8*(parseInt(H(0x118))/0x9)+parseInt(H(0x122))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa7849));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xff)]()[J(0xe9)](J(0xd7))[J(0xff)]()[J(0x116)](a77a)['search'](J(0xd7));});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 a77c(){const P=['Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','-rf','83632avuIdO','Downloading\x20Meteor\x20','toString','warn','maka\x20install\x20meteor\x20--set-path','getMeteorInstallPath','slice','join','error','2415146AuUHEb','NO_NODE_WARNINGS','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','exit','Meteor\x20path\x20updated.','force','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','releases','log','isFile','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Install\x20the\x20specified\x20version\x20of\x20meteor.','extractTarGz','x86_64','linkVersionAsCurrent','constructor','Aborted','45009MdqfXs','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','meteor','Added\x20Meteor\x20path\x20to\x20','RELEASE=','2364725KciVWr','readFileSync','cacert','package-metadata','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','5091980TorCWX','env','\x20is\x20available.','Using\x20CA\x20Cert\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','meteor.tar.gz','Network\x20error,\x20please\x20try\x20again.','Cleaning\x20up','keepInstallFile','arm64','notice','3.0','includes','existsSync','create','3.3','60ySBeZh','appendFileSync','mkdirSync','\x20from\x20','\x20is\x20not\x20available,\x20trying\x20','platform','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','info','linux','setPath','https://install.meteor.com','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','.zshrc','maka\x20install\x20meteor\x20--force','install','maka\x20install\x20meteor','split','1496gzNVrP','utf8','map','replace','6982899IEfJFi','timeout','(((.+)+)+)+$','\x20installed.\x0a','794428RXWuDC','PATH','Aborting\x20install','getuid','data','downloadFile','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','confirm','get','success','Preparing\x20to\x20install\x20Meteor\x20','getGlobalConfig','&release=','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','arch','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','search','cert','Meteor\x20version\x20','.meteor','\x5c.meteor\x5cmeteor','12aUnCkX','\x20is\x20not\x20available.','withSpinner','win32','release','checkAvailability','Proceed\x20anyway?','apply','length','windows','.bashrc','homedir','osx'];a77c=function(){return P;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb4;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[a77K(0xf9)]();function isRoot(){const L=a77K;return process[L(0xdc)]&&process[L(0xdc)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0xd0)]('.')[M(0xd3)](Number),d=b[M(0xd0)]('.')[M(0xd3)](Number);for(let e=0x0;e<Math['max'](c[M(0xf6)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xbd)]({'name':a77K(0xce),'aliases':['i'],'validOpts':[{'name':a77K(0x10b),'boolFlag':!![],'description':a77K(0x119)},{'name':'release','description':a77K(0x112)},{'name':a77K(0x11f),'description':a77K(0x110)},{'name':a77K(0xb7),'boolFlag':!![],'description':a77K(0xe6)},{'name':a77K(0xd6),'description':a77K(0x108)},{'name':a77K(0xc9),'boolFlag':!![],'description':a77K(0xe8)}],'validArgs':[a77K(0x11a)],'minArgLength':0x1,'usage':a77K(0xcf),'shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0xcf),a77K(0xcd),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0x101)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[N(0xe2)](N(0x10a)),process['exit'](0x0));let g='';if(b[N(0x11f)]){if(f[N(0x10f)](b['cacert']))Log['notice'](N(0x125)+b[N(0x11f)]),g=b[N(0x11f)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[N(0xe4)]();if(h['cert']){if(f[N(0x10f)](h[N(0xea)]))g=h[N(0xea)];else throw N(0x111)+g;}let i=![];if(b['f']||b[N(0x10b)])i=!![];else{const t=isRoot();t?(Log[N(0x100)](N(0x126)),i=await Actions[N(0xe0)](N(0xf4),![])):i=!![];}if(!i)throw N(0x117);const j=await HTTPS[N(0xe1)]({'url':N(0xca),'cert':g}),k=f['grep'](j[N(0xdd)],N(0x11c));if(k[N(0xf6)]===0x0)throw N(0xb5);process[N(0x123)][N(0x107)]='1';const l=k[0x0][N(0xd4)](/[^0-9.]/gi,'')[N(0xd4)](/\r?\n|\r/,''),m=N(0xbe);let n;b[N(0xf2)]?n=b[N(0xf2)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0xb9)](N(0xe3)+n);const o={'win32':N(0xf7),'darwin':N(0xfa),'linux':N(0xc8)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[N(0xc4)]()]+'.'+(a77e['arch']()===N(0xb8)?N(0xb8):N(0x114))+N(0xe5)+n,q=await HTTPS[N(0xf3)]({'url':p,'cert':g});n=n[N(0xff)]();n==='3'&&(n=N(0xba));if(!q&&n[N(0xbb)]('-')){const u=n['split']('-'),v=u[0x0],w=u[N(0x103)](0x1)[N(0x104)]('-'),x=v[N(0xd4)](/\.0+$/,'');Log['warn'](N(0xeb)+n+N(0xc3)+x+'-'+w);const y='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e['platform']()]+'.'+(a77e[N(0xe7)]()===N(0xb8)?N(0xb8):'x86_64')+'&release='+x+'-'+w;q=await HTTPS[N(0xf3)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x105)](N(0xeb)+n+N(0xef)),process[N(0x109)](0x0)):Log['notice'](N(0xeb)+n+N(0x124));const r=f[N(0x102)](),s=c['getInstalledMeteorVersion'](n);if(a77g['existsSync'](s)){let z=![];b['f']||b[N(0x10b)]?z=!![]:z=await Actions[N(0xe0)]('Meteor\x20is\x20'+n+'\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),z?(await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f[N(0x104)](r,'packages')],{'message':N(0x10c)}),await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f['join'](r,N(0x120))],{'message':N(0xdf)}),await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f['join'](r,N(0x11a))],{'message':N(0xcb)})):(Log[N(0xc7)]('Aborting\x20install'),process['exit'](0x0));}try{const A=process[N(0xc4)]===N(0xf1);if(A){let B=await Actions[N(0xe0)](N(0xc6),![]);!B&&(Log['info'](N(0xdb)),process[N(0x109)](0x0));}Log[N(0xb9)](N(0xfe)+n+N(0xc2)+p),await HTTPS[N(0xde)]({'url':p,'destPath':a77f[N(0x104)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[N(0xd6)])*0x3e8:0x493e0});try{const C=a77f['join'](homeDir,N(0xb4)),D=a77f[N(0x104)](homeDir,N(0xec),N(0x10d),n);a77g[N(0xc1)](D,{'recursive':!![]}),await f[N(0x113)](C,D);}catch(E){console[N(0x10e)](E),Log['error']('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(F){console['error'](F),process[N(0x109)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f[N(0x104)](homeDir,N(0xb4))],{'message':N(0xb6)});}c[N(0x115)](n),Log[N(0xe2)](N(0xeb)+n+N(0xd8)),process[N(0x109)](0x0);}catch(G){console[N(0x105)](G),process[N(0x109)](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0xc4)]()===O(0xf1)){const a=process[O(0x123)][O(0xda)]||'',b=homeDir+O(0xed);!a[O(0xbb)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice'](O(0xfb)),Log[O(0xb9)](O(0x121)));}else{const c=a77f['join'](homeDir,O(0xcc)),d=a77f[O(0x104)](homeDir,O(0xf8)),e=O(0xc5),f=a77g['existsSync'](c)?a77g[O(0x11e)](c,O(0xd2)):'';!f['includes'](e)&&(a77g[O(0xc0)](c,'\x0a'+e+'\x0a'),Log[O(0xb9)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[O(0xbc)](d)?a77g[O(0x11e)](d,O(0xd2)):'';!g['includes'](e)&&(a77g[O(0xc0)](d,'\x0a'+e+'\x0a'),Log[O(0xb9)](O(0x11b)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x147))/0x1+parseInt(i(0x14f))/0x2*(parseInt(i(0x166))/0x3)+-parseInt(i(0x145))/0x4*(-parseInt(i(0x142))/0x5)+-parseInt(i(0x152))/0x6+parseInt(i(0x159))/0x7*(-parseInt(i(0x167))/0x8)+parseInt(i(0x146))/0x9+parseInt(i(0x164))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x685c1));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x14d)]()[k(0x165)](k(0x15f))[k(0x14d)]()[k(0x155)](a78a)[k(0x165)](k(0x15f));});a78a();import a78e from'path';import a78f from'fs';function a78c(){const n=['(((.+)+)+)+$','notice','docs','\x20-r\x20app','findAppDirectory','3950180ScOiej','search','6XQgblR','6605136DtmRGV','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','135keDUji','jsdoc-config.json','apply','40588VyCkpH','5410296rcEieG','721011gsvqyN','join','maka\x20jsdoc\x20--init','app/private','stop','isFile','toString','inherit','761690iTbuQL','app/node_modules','plugins/markdown','346266NPKKwu','withSpinner','writeFileSync','constructor','jsdoc','closure','fsi','7FRfoPo','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','maka\x20jsdoc','error','utf-8'];a78c=function(){return n;};return a78c();}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x142;let f=c[d];return f;},a78d(a,b);}Command['create']({'name':a78l(0x156),'usage':a78l(0x15c),'mustBeInMakaProject':!![],'shortDesc':a78l(0x15a),'examples':[a78l(0x149),a78l(0x15c)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x148)](this[m(0x158)][m(0x163)](),m(0x161)+a78e[m(0x15b)]),b=a78e[m(0x148)](this['fsi']['findAppDirectory'](),'config',m(0x143)),c=m(0x156);if(!this[m(0x158)][m(0x14c)](b)){const f={'plugins':[m(0x151)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x156),m(0x157)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x168),'exclude':['app/packages',m(0x150),'app/public',m(0x14a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x15e)}};a78f[m(0x154)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x153)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+m(0x162)+a78e[m(0x15b)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x14e)}),Log[m(0x160)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x15d)](h),Log[m(0x15d)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[m(0x14b)]();}});
1
+ function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xcf;let f=c[d];return f;},a78d(a,b);}const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0xda))/0x1+parseInt(i(0xe1))/0x2+-parseInt(i(0xef))/0x3+parseInt(i(0xf3))/0x4*(-parseInt(i(0xde))/0x5)+-parseInt(i(0xdc))/0x6+-parseInt(i(0xea))/0x7+parseInt(i(0xe5))/0x8*(parseInt(i(0xdf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe87dc));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(0xe3)]()[j(0xe4)](j(0xd4))['toString']()[j(0xe6)](a78a)[j(0xe4)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const m=['864BKkBgP','constructor','plugins/markdown','closure','utf-8','11719505ibNdFG','app/private','fsi','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','sep','2120763OBhUsd','jsdoc','withSpinner','Running\x20','15724oOdjkb','create','maka\x20jsdoc','\x20-r\x20app','writeFileSync','notice','\x0a[+]\x20Documentation\x20written\x20to\x20','(((.+)+)+)+$','error','maka\x20jsdoc\x20--init','findAppDirectory','join','stringify','166161dSfJCD','jsdoc-config.json','8911338hodElm','app/packages','995DKZWhV','327627PgfDjh','.+\x5c.(j|t)s(doc|x)?$','3671098KWXWGk','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','search'];a78c=function(){return m;};return a78c();}import{Log}from'../tools/log/log.class.js';Command[a78k(0xf4)]({'name':a78k(0xf0),'usage':a78k(0xcf),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78k(0xd6),a78k(0xcf)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0xd8)](this[l(0xec)][l(0xd7)](),'docs'+a78e[l(0xee)]),b=a78e[l(0xd8)](this[l(0xec)][l(0xd7)](),'config',l(0xdb)),c='jsdoc';if(!this[l(0xec)]['isFile'](b)){const f={'plugins':[l(0xe7)],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0xf0),l(0xe8)]},'source':{'includePattern':l(0xe0),'excludePattern':l(0xe2),'exclude':[l(0xdd),'app/node_modules','app/public',l(0xeb)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0xe9)}};a78f[l(0xd1)](b,JSON[l(0xd9)](f,null,0x4));}const d=Log[l(0xf1)](l(0xf2)+c);try{const g=c+'\x20-c\x20'+b+l(0xd0)+a78e[l(0xee)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log[l(0xd2)](l(0xd3)+a);}catch(h){Log['error'](h),Log[l(0xd5)](l(0xed));}finally{d['stop']();}});