@maka/maka-cli 5.1.22 → 5.1.24

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 (898) hide show
  1. package/bundle/typescript/package.json +112 -0
  2. package/bundle/typescript/src/command.d.ts +37 -0
  3. package/bundle/typescript/src/command.js +231 -0
  4. package/bundle/typescript/src/command.js.map +1 -0
  5. package/bundle/typescript/src/commands/_index.d.ts +25 -0
  6. package/bundle/typescript/src/commands/_index.js +28 -0
  7. package/bundle/typescript/src/commands/_index.js.map +1 -0
  8. package/bundle/typescript/src/commands/ai.d.ts +1 -0
  9. package/bundle/typescript/src/commands/ai.js +82 -0
  10. package/bundle/typescript/src/commands/ai.js.map +1 -0
  11. package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
  12. package/bundle/typescript/src/commands/aws/_index.js +17 -0
  13. package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
  14. package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
  15. package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
  16. package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
  17. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
  18. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +36 -0
  19. package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
  20. package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
  21. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
  22. package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
  23. package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
  24. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
  25. package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
  26. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
  27. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
  28. package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
  29. package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
  30. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
  31. package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
  32. package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
  33. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
  34. package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
  35. package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
  36. package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
  37. package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
  38. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
  39. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
  40. package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
  41. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
  42. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
  43. package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
  44. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
  45. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +30 -0
  46. package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
  47. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
  48. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
  49. package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
  50. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
  51. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
  52. package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
  53. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
  54. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
  55. package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
  56. package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
  57. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
  58. package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
  59. package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
  60. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
  61. package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
  62. package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
  63. package/bundle/typescript/src/commands/build/_index.js +3 -0
  64. package/bundle/typescript/src/commands/build/_index.js.map +1 -0
  65. package/bundle/typescript/src/commands/build/build.d.ts +3 -0
  66. package/bundle/typescript/src/commands/build/build.js +78 -0
  67. package/bundle/typescript/src/commands/build/build.js.map +1 -0
  68. package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
  69. package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
  70. package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
  71. package/bundle/typescript/src/commands/create.d.ts +1 -0
  72. package/bundle/typescript/src/commands/create.js +475 -0
  73. package/bundle/typescript/src/commands/create.js.map +1 -0
  74. package/bundle/typescript/src/commands/debug.d.ts +1 -0
  75. package/bundle/typescript/src/commands/debug.js +76 -0
  76. package/bundle/typescript/src/commands/debug.js.map +1 -0
  77. package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
  78. package/bundle/typescript/src/commands/deploy/_index.js +4 -0
  79. package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
  80. package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
  81. package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
  82. package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
  83. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
  84. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +122 -0
  85. package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
  86. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
  87. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +506 -0
  88. package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
  89. package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
  90. package/bundle/typescript/src/commands/game/_index.js +7 -0
  91. package/bundle/typescript/src/commands/game/_index.js.map +1 -0
  92. package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
  93. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
  94. package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
  95. package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
  96. package/bundle/typescript/src/commands/game/play.command.js +18 -0
  97. package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
  98. package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
  99. package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
  100. package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
  101. package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +17 -0
  102. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +23 -0
  103. package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
  104. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +8 -0
  105. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +29 -0
  106. package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
  107. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +8 -0
  108. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +33 -0
  109. package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
  110. package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +8 -0
  111. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +57 -0
  112. package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
  113. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
  114. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +37 -0
  115. package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
  116. package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
  117. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +92 -0
  118. package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
  119. package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +9 -0
  120. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
  121. package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
  122. package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +7 -0
  123. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +19 -0
  124. package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
  125. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +7 -0
  126. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +20 -0
  127. package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
  128. package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +8 -0
  129. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +38 -0
  130. package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
  131. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +7 -0
  132. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +12 -0
  133. package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
  134. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +8 -0
  135. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +43 -0
  136. package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
  137. package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +8 -0
  138. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +33 -0
  139. package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
  140. package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.d.ts +10 -0
  141. package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js +17 -0
  142. package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js.map +1 -0
  143. package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.d.ts +8 -0
  144. package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js +65 -0
  145. package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js.map +1 -0
  146. package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +18 -0
  147. package/bundle/typescript/src/commands/game/sideQuest/game.js +97 -0
  148. package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
  149. package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
  150. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
  151. package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
  152. package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +18 -0
  153. package/bundle/typescript/src/commands/game/sideQuest/models/door.js +42 -0
  154. package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
  155. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +43 -0
  156. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +87 -0
  157. package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
  158. package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +17 -0
  159. package/bundle/typescript/src/commands/game/sideQuest/models/item.js +31 -0
  160. package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
  161. package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +14 -0
  162. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +34 -0
  163. package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
  164. package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +35 -0
  165. package/bundle/typescript/src/commands/game/sideQuest/models/player.js +214 -0
  166. package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
  167. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +22 -0
  168. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +55 -0
  169. package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
  170. package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +28 -0
  171. package/bundle/typescript/src/commands/game/sideQuest/models/room.js +113 -0
  172. package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
  173. package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +35 -0
  174. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +170 -0
  175. package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
  176. package/bundle/typescript/src/commands/game/sideQuest/scenes/items.d.ts +56 -0
  177. package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js +256 -0
  178. package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js.map +1 -0
  179. package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js +1 -0
  180. package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js.map +1 -0
  181. package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.d.ts +4 -0
  182. package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js +350 -0
  183. package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js.map +1 -0
  184. package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.d.ts +148 -0
  185. package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js +86 -0
  186. package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js.map +1 -0
  187. package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +74 -0
  188. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +83 -0
  189. package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
  190. package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.d.ts +106 -0
  191. package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js +2 -0
  192. package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js.map +1 -0
  193. package/bundle/typescript/src/commands/game/sideQuest/types/types.d.ts +53 -0
  194. package/bundle/typescript/src/commands/game/sideQuest/types/types.js +2 -0
  195. package/bundle/typescript/src/commands/game/sideQuest/types/types.js.map +1 -0
  196. package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +3 -0
  197. package/bundle/typescript/src/commands/game/sideQuest/ui.js +242 -0
  198. package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
  199. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +14 -0
  200. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +63 -0
  201. package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
  202. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
  203. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +53 -0
  204. package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
  205. package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
  206. package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
  207. package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
  208. package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
  209. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
  210. package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
  211. package/bundle/typescript/src/commands/generate.d.ts +1 -0
  212. package/bundle/typescript/src/commands/generate.js +42 -0
  213. package/bundle/typescript/src/commands/generate.js.map +1 -0
  214. package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
  215. package/bundle/typescript/src/commands/get/_index.js +5 -0
  216. package/bundle/typescript/src/commands/get/_index.js.map +1 -0
  217. package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
  218. package/bundle/typescript/src/commands/get/get.command.js +13 -0
  219. package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
  220. package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
  221. package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
  222. package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
  223. package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
  224. package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
  225. package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
  226. package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
  227. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +19 -0
  228. package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
  229. package/bundle/typescript/src/commands/help.d.ts +1 -0
  230. package/bundle/typescript/src/commands/help.js +12 -0
  231. package/bundle/typescript/src/commands/help.js.map +1 -0
  232. package/bundle/typescript/src/commands/install.d.ts +1 -0
  233. package/bundle/typescript/src/commands/install.js +269 -0
  234. package/bundle/typescript/src/commands/install.js.map +1 -0
  235. package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
  236. package/bundle/typescript/src/commands/jsdoc.js +62 -0
  237. package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
  238. package/bundle/typescript/src/commands/lint.d.ts +1 -0
  239. package/bundle/typescript/src/commands/lint.js +124 -0
  240. package/bundle/typescript/src/commands/lint.js.map +1 -0
  241. package/bundle/typescript/src/commands/login.d.ts +1 -0
  242. package/bundle/typescript/src/commands/login.js +160 -0
  243. package/bundle/typescript/src/commands/login.js.map +1 -0
  244. package/bundle/typescript/src/commands/logout.d.ts +1 -0
  245. package/bundle/typescript/src/commands/logout.js +93 -0
  246. package/bundle/typescript/src/commands/logout.js.map +1 -0
  247. package/bundle/typescript/src/commands/logs.d.ts +1 -0
  248. package/bundle/typescript/src/commands/logs.js +33 -0
  249. package/bundle/typescript/src/commands/logs.js.map +1 -0
  250. package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
  251. package/bundle/typescript/src/commands/maka.cmd.js +57 -0
  252. package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
  253. package/bundle/typescript/src/commands/murder.d.ts +1 -0
  254. package/bundle/typescript/src/commands/murder.js +31 -0
  255. package/bundle/typescript/src/commands/murder.js.map +1 -0
  256. package/bundle/typescript/src/commands/profile.d.ts +1 -0
  257. package/bundle/typescript/src/commands/profile.js +277 -0
  258. package/bundle/typescript/src/commands/profile.js.map +1 -0
  259. package/bundle/typescript/src/commands/proxy.d.ts +1 -0
  260. package/bundle/typescript/src/commands/proxy.js +163 -0
  261. package/bundle/typescript/src/commands/proxy.js.map +1 -0
  262. package/bundle/typescript/src/commands/reconfig.d.ts +1 -0
  263. package/bundle/typescript/src/commands/reconfig.js +69 -0
  264. package/bundle/typescript/src/commands/reconfig.js.map +1 -0
  265. package/bundle/typescript/src/commands/register.d.ts +1 -0
  266. package/bundle/typescript/src/commands/register.js +101 -0
  267. package/bundle/typescript/src/commands/register.js.map +1 -0
  268. package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
  269. package/bundle/typescript/src/commands/run/_index.js +3 -0
  270. package/bundle/typescript/src/commands/run/_index.js.map +1 -0
  271. package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
  272. package/bundle/typescript/src/commands/run/docker.sub.cmd.js +80 -0
  273. package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
  274. package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
  275. package/bundle/typescript/src/commands/run/run.command.js +157 -0
  276. package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
  277. package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
  278. package/bundle/typescript/src/commands/set/_index.js +4 -0
  279. package/bundle/typescript/src/commands/set/_index.js.map +1 -0
  280. package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
  281. package/bundle/typescript/src/commands/set/global.sub.cmd.js +115 -0
  282. package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
  283. package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
  284. package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
  285. package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
  286. package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
  287. package/bundle/typescript/src/commands/set/set.command.js +16 -0
  288. package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
  289. package/bundle/typescript/src/commands/ssh.d.ts +1 -0
  290. package/bundle/typescript/src/commands/ssh.js +40 -0
  291. package/bundle/typescript/src/commands/ssh.js.map +1 -0
  292. package/bundle/typescript/src/commands/ssl.d.ts +1 -0
  293. package/bundle/typescript/src/commands/ssl.js +106 -0
  294. package/bundle/typescript/src/commands/ssl.js.map +1 -0
  295. package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
  296. package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
  297. package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
  298. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
  299. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +131 -0
  300. package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
  301. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
  302. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
  303. package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
  304. package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
  305. package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
  306. package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
  307. package/bundle/typescript/src/commands/undo.d.ts +1 -0
  308. package/bundle/typescript/src/commands/undo.js +12 -0
  309. package/bundle/typescript/src/commands/undo.js.map +1 -0
  310. package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
  311. package/bundle/typescript/src/commands/uninstall.js +76 -0
  312. package/bundle/typescript/src/commands/uninstall.js.map +1 -0
  313. package/bundle/typescript/src/commands/version/_index.d.ts +3 -0
  314. package/bundle/typescript/src/commands/version/_index.js +4 -0
  315. package/bundle/typescript/src/commands/version/_index.js.map +1 -0
  316. package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
  317. package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
  318. package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
  319. package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
  320. package/bundle/typescript/src/commands/version/use.sub.cmd.js +71 -0
  321. package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
  322. package/bundle/typescript/src/commands/version/version.d.ts +3 -0
  323. package/bundle/typescript/src/commands/version/version.js +57 -0
  324. package/bundle/typescript/src/commands/version/version.js.map +1 -0
  325. package/bundle/typescript/src/error.d.ts +12 -0
  326. package/bundle/typescript/src/error.js +13 -0
  327. package/bundle/typescript/src/error.js.map +1 -0
  328. package/bundle/typescript/src/exec.d.ts +2 -0
  329. package/bundle/typescript/src/exec.js +17 -0
  330. package/bundle/typescript/src/exec.js.map +1 -0
  331. package/bundle/typescript/src/generator.d.ts +48 -0
  332. package/bundle/typescript/src/generator.js +380 -0
  333. package/bundle/typescript/src/generator.js.map +1 -0
  334. package/bundle/typescript/src/generators/_index.d.ts +18 -0
  335. package/bundle/typescript/src/generators/_index.js +19 -0
  336. package/bundle/typescript/src/generators/_index.js.map +1 -0
  337. package/bundle/typescript/src/generators/api.d.ts +1 -0
  338. package/bundle/typescript/src/generators/api.js +197 -0
  339. package/bundle/typescript/src/generators/api.js.map +1 -0
  340. package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
  341. package/bundle/typescript/src/generators/aws/_index.js +3 -0
  342. package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
  343. package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
  344. package/bundle/typescript/src/generators/aws/aws.js +16 -0
  345. package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
  346. package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
  347. package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
  348. package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
  349. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
  350. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
  351. package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
  352. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
  353. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +66 -0
  354. package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
  355. package/bundle/typescript/src/generators/collection.d.ts +1 -0
  356. package/bundle/typescript/src/generators/collection.js +71 -0
  357. package/bundle/typescript/src/generators/collection.js.map +1 -0
  358. package/bundle/typescript/src/generators/component.d.ts +1 -0
  359. package/bundle/typescript/src/generators/component.js +96 -0
  360. package/bundle/typescript/src/generators/component.js.map +1 -0
  361. package/bundle/typescript/src/generators/config.d.ts +1 -0
  362. package/bundle/typescript/src/generators/config.js +71 -0
  363. package/bundle/typescript/src/generators/config.js.map +1 -0
  364. package/bundle/typescript/src/generators/dbc.d.ts +1 -0
  365. package/bundle/typescript/src/generators/dbc.js +82 -0
  366. package/bundle/typescript/src/generators/dbc.js.map +1 -0
  367. package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
  368. package/bundle/typescript/src/generators/dockerfile.js +42 -0
  369. package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
  370. package/bundle/typescript/src/generators/hook.d.ts +1 -0
  371. package/bundle/typescript/src/generators/hook.js +110 -0
  372. package/bundle/typescript/src/generators/hook.js.map +1 -0
  373. package/bundle/typescript/src/generators/kits/_index.d.ts +4 -0
  374. package/bundle/typescript/src/generators/kits/_index.js +5 -0
  375. package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
  376. package/bundle/typescript/src/generators/kits/auth/_index.d.ts +3 -0
  377. package/bundle/typescript/src/generators/kits/auth/_index.js +4 -0
  378. package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
  379. package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
  380. package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
  381. package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
  382. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
  383. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +209 -0
  384. package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
  385. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
  386. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +134 -0
  387. package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
  388. package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
  389. package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
  390. package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
  391. package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
  392. package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
  393. package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
  394. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
  395. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
  396. package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
  397. package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
  398. package/bundle/typescript/src/generators/kits/kit.js +17 -0
  399. package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
  400. package/bundle/typescript/src/generators/kits/mui/_index.d.ts +3 -0
  401. package/bundle/typescript/src/generators/kits/mui/_index.js +4 -0
  402. package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
  403. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
  404. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +209 -0
  405. package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
  406. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
  407. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +190 -0
  408. package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
  409. package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
  410. package/bundle/typescript/src/generators/kits/mui/mui.generator.js +70 -0
  411. package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
  412. package/bundle/typescript/src/generators/layout.d.ts +1 -0
  413. package/bundle/typescript/src/generators/layout.js +110 -0
  414. package/bundle/typescript/src/generators/layout.js.map +1 -0
  415. package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
  416. package/bundle/typescript/src/generators/maka.gen.js +26 -0
  417. package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
  418. package/bundle/typescript/src/generators/methods.d.ts +1 -0
  419. package/bundle/typescript/src/generators/methods.js +62 -0
  420. package/bundle/typescript/src/generators/methods.js.map +1 -0
  421. package/bundle/typescript/src/generators/package.d.ts +1 -0
  422. package/bundle/typescript/src/generators/package.js +66 -0
  423. package/bundle/typescript/src/generators/package.js.map +1 -0
  424. package/bundle/typescript/src/generators/page.d.ts +1 -0
  425. package/bundle/typescript/src/generators/page.js +190 -0
  426. package/bundle/typescript/src/generators/page.js.map +1 -0
  427. package/bundle/typescript/src/generators/publish.d.ts +1 -0
  428. package/bundle/typescript/src/generators/publish.js +75 -0
  429. package/bundle/typescript/src/generators/publish.js.map +1 -0
  430. package/bundle/typescript/src/generators/route.d.ts +1 -0
  431. package/bundle/typescript/src/generators/route.js +66 -0
  432. package/bundle/typescript/src/generators/route.js.map +1 -0
  433. package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
  434. package/bundle/typescript/src/generators/services/_index.js +5 -0
  435. package/bundle/typescript/src/generators/services/_index.js.map +1 -0
  436. package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
  437. package/bundle/typescript/src/generators/services/logger.js +50 -0
  438. package/bundle/typescript/src/generators/services/logger.js.map +1 -0
  439. package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
  440. package/bundle/typescript/src/generators/services/openssl.js +38 -0
  441. package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
  442. package/bundle/typescript/src/generators/services/service.d.ts +3 -0
  443. package/bundle/typescript/src/generators/services/service.js +16 -0
  444. package/bundle/typescript/src/generators/services/service.js.map +1 -0
  445. package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
  446. package/bundle/typescript/src/generators/services/translation.js +149 -0
  447. package/bundle/typescript/src/generators/services/translation.js.map +1 -0
  448. package/bundle/typescript/src/maka.d.ts +2 -0
  449. package/bundle/typescript/src/maka.js +26 -0
  450. package/bundle/typescript/src/maka.js.map +1 -0
  451. package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
  452. package/bundle/typescript/src/templates/meteor/project/package.json +26 -0
  453. package/bundle/typescript/src/tool.d.ts +74 -0
  454. package/bundle/typescript/src/tool.js +217 -0
  455. package/bundle/typescript/src/tool.js.map +1 -0
  456. package/bundle/typescript/src/tools/actions/actions.class.d.ts +25 -0
  457. package/bundle/typescript/src/tools/actions/actions.class.js +20 -0
  458. package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
  459. package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
  460. package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
  461. package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
  462. package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
  463. package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
  464. package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
  465. package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
  466. package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
  467. package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
  468. package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
  469. package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
  470. package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
  471. package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
  472. package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
  473. package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
  474. package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +114 -0
  475. package/bundle/typescript/src/tools/fsi/fsi.class.js +621 -0
  476. package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
  477. package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +187 -0
  478. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +62 -0
  479. package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
  480. package/bundle/typescript/src/tools/https/https.class.d.ts +10 -0
  481. package/bundle/typescript/src/tools/https/https.class.js +247 -0
  482. package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
  483. package/bundle/typescript/src/tools/https/https.interface.d.ts +39 -0
  484. package/bundle/typescript/src/tools/https/https.interface.js +2 -0
  485. package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
  486. package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
  487. package/bundle/typescript/src/tools/log/log.class.js +206 -0
  488. package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
  489. package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
  490. package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
  491. package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
  492. package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +23 -0
  493. package/bundle/typescript/src/tools/mpi/mpi.class.js +351 -0
  494. package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
  495. package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
  496. package/bundle/typescript/src/tools/options/options.class.js +64 -0
  497. package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
  498. package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
  499. package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
  500. package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
  501. package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
  502. package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
  503. package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
  504. package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +197 -0
  505. package/bundle/typescript/src/tools/scaffold/scaffold.class.js +862 -0
  506. package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
  507. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
  508. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +42 -0
  509. package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
  510. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
  511. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
  512. package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
  513. package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
  514. package/bundle/typescript/src/tools/ssh/ssh.class.js +120 -0
  515. package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
  516. package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
  517. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
  518. package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
  519. package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
  520. package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
  521. package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
  522. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +1 -0
  523. package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
  524. package/package.json +7 -9
  525. package/bundle/obf/package.json +0 -114
  526. package/bundle/obf/src/command.js +0 -1
  527. package/bundle/obf/src/commands/_index.js +0 -1
  528. package/bundle/obf/src/commands/ai.js +0 -1
  529. package/bundle/obf/src/commands/aws/_index.js +0 -1
  530. package/bundle/obf/src/commands/aws/aws.command.js +0 -1
  531. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +0 -1
  532. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +0 -1
  533. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +0 -1
  534. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +0 -1
  535. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +0 -1
  536. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +0 -1
  537. package/bundle/obf/src/commands/aws/di.sub.cmd.js +0 -1
  538. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +0 -1
  539. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +0 -1
  540. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +0 -1
  541. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +0 -1
  542. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +0 -1
  543. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +0 -1
  544. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +0 -1
  545. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +0 -1
  546. package/bundle/obf/src/commands/build/_index.js +0 -1
  547. package/bundle/obf/src/commands/build/build.js +0 -1
  548. package/bundle/obf/src/commands/build/docker.sub.cmd.js +0 -1
  549. package/bundle/obf/src/commands/create.js +0 -1
  550. package/bundle/obf/src/commands/debug.js +0 -1
  551. package/bundle/obf/src/commands/deploy/_index.js +0 -1
  552. package/bundle/obf/src/commands/deploy/deploy.command.js +0 -1
  553. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +0 -1
  554. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +0 -1
  555. package/bundle/obf/src/commands/game/_index.js +0 -1
  556. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +0 -1
  557. package/bundle/obf/src/commands/game/play.command.js +0 -1
  558. package/bundle/obf/src/commands/game/pong.sub.cmd.js +0 -1
  559. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +0 -1
  560. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +0 -1
  561. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +0 -1
  562. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +0 -1
  563. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +0 -1
  564. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +0 -1
  565. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +0 -1
  566. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +0 -1
  567. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +0 -1
  568. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +0 -1
  569. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +0 -1
  570. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +0 -1
  571. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +0 -1
  572. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +0 -1
  573. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +0 -1
  574. package/bundle/obf/src/commands/game/sideQuest/game.js +0 -1
  575. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +0 -1
  576. package/bundle/obf/src/commands/game/sideQuest/models/door.js +0 -1
  577. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +0 -1
  578. package/bundle/obf/src/commands/game/sideQuest/models/item.js +0 -1
  579. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +0 -1
  580. package/bundle/obf/src/commands/game/sideQuest/models/player.js +0 -1
  581. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +0 -1
  582. package/bundle/obf/src/commands/game/sideQuest/models/room.js +0 -1
  583. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +0 -1
  584. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +0 -1
  585. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +0 -1
  586. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +0 -1
  587. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +0 -1
  588. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +0 -1
  589. package/bundle/obf/src/commands/game/sideQuest/types/types.js +0 -1
  590. package/bundle/obf/src/commands/game/sideQuest/ui.js +0 -1
  591. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +0 -1
  592. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +0 -1
  593. package/bundle/obf/src/commands/game/snake.sub.cmd.js +0 -1
  594. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +0 -1
  595. package/bundle/obf/src/commands/generate.js +0 -1
  596. package/bundle/obf/src/commands/get/_index.js +0 -1
  597. package/bundle/obf/src/commands/get/get.command.js +0 -1
  598. package/bundle/obf/src/commands/get/global.sub.cmd.js +0 -1
  599. package/bundle/obf/src/commands/get/local.sub.cmd.js +0 -1
  600. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +0 -1
  601. package/bundle/obf/src/commands/help.js +0 -1
  602. package/bundle/obf/src/commands/install.js +0 -1
  603. package/bundle/obf/src/commands/jsdoc.js +0 -1
  604. package/bundle/obf/src/commands/lint.js +0 -1
  605. package/bundle/obf/src/commands/login.js +0 -1
  606. package/bundle/obf/src/commands/logout.js +0 -1
  607. package/bundle/obf/src/commands/logs.js +0 -1
  608. package/bundle/obf/src/commands/maka.cmd.js +0 -1
  609. package/bundle/obf/src/commands/murder.js +0 -1
  610. package/bundle/obf/src/commands/profile.js +0 -1
  611. package/bundle/obf/src/commands/proxy.js +0 -1
  612. package/bundle/obf/src/commands/reconfig.js +0 -1
  613. package/bundle/obf/src/commands/register.js +0 -1
  614. package/bundle/obf/src/commands/run/_index.js +0 -1
  615. package/bundle/obf/src/commands/run/docker.sub.cmd.js +0 -1
  616. package/bundle/obf/src/commands/run/run.command.js +0 -1
  617. package/bundle/obf/src/commands/set/_index.js +0 -1
  618. package/bundle/obf/src/commands/set/global.sub.cmd.js +0 -1
  619. package/bundle/obf/src/commands/set/local.sub.cmd.js +0 -1
  620. package/bundle/obf/src/commands/set/set.command.js +0 -1
  621. package/bundle/obf/src/commands/ssh.js +0 -1
  622. package/bundle/obf/src/commands/ssl.js +0 -1
  623. package/bundle/obf/src/commands/testCmd/_index.js +0 -1
  624. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +0 -1
  625. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +0 -1
  626. package/bundle/obf/src/commands/testCmd/test.command.js +0 -1
  627. package/bundle/obf/src/commands/undo.js +0 -1
  628. package/bundle/obf/src/commands/uninstall.js +0 -1
  629. package/bundle/obf/src/commands/version/_index.js +0 -1
  630. package/bundle/obf/src/commands/version/list.sub.cmd.js +0 -1
  631. package/bundle/obf/src/commands/version/use.sub.cmd.js +0 -1
  632. package/bundle/obf/src/commands/version/version.js +0 -1
  633. package/bundle/obf/src/error.js +0 -1
  634. package/bundle/obf/src/exec.js +0 -2
  635. package/bundle/obf/src/generator.js +0 -1
  636. package/bundle/obf/src/generators/_index.js +0 -1
  637. package/bundle/obf/src/generators/api.js +0 -1
  638. package/bundle/obf/src/generators/aws/_index.js +0 -1
  639. package/bundle/obf/src/generators/aws/aws.js +0 -1
  640. package/bundle/obf/src/generators/aws/cloudformation/_index.js +0 -1
  641. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +0 -1
  642. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +0 -1
  643. package/bundle/obf/src/generators/collection.js +0 -1
  644. package/bundle/obf/src/generators/component.js +0 -1
  645. package/bundle/obf/src/generators/config.js +0 -1
  646. package/bundle/obf/src/generators/dbc.js +0 -1
  647. package/bundle/obf/src/generators/dockerfile.js +0 -1
  648. package/bundle/obf/src/generators/hook.js +0 -1
  649. package/bundle/obf/src/generators/kits/_index.js +0 -1
  650. package/bundle/obf/src/generators/kits/auth/_index.js +0 -1
  651. package/bundle/obf/src/generators/kits/auth/auth.generator.js +0 -1
  652. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +0 -1
  653. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +0 -1
  654. package/bundle/obf/src/generators/kits/esri/_index.js +0 -1
  655. package/bundle/obf/src/generators/kits/esri/esri.generator.js +0 -1
  656. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +0 -1
  657. package/bundle/obf/src/generators/kits/kit.js +0 -1
  658. package/bundle/obf/src/generators/kits/mui/_index.js +0 -1
  659. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +0 -1
  660. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +0 -1
  661. package/bundle/obf/src/generators/kits/mui/mui.generator.js +0 -1
  662. package/bundle/obf/src/generators/layout.js +0 -1
  663. package/bundle/obf/src/generators/maka.gen.js +0 -1
  664. package/bundle/obf/src/generators/methods.js +0 -1
  665. package/bundle/obf/src/generators/package.js +0 -1
  666. package/bundle/obf/src/generators/page.js +0 -1
  667. package/bundle/obf/src/generators/publish.js +0 -1
  668. package/bundle/obf/src/generators/route.js +0 -1
  669. package/bundle/obf/src/generators/services/_index.js +0 -1
  670. package/bundle/obf/src/generators/services/logger.js +0 -1
  671. package/bundle/obf/src/generators/services/openssl.js +0 -1
  672. package/bundle/obf/src/generators/services/service.js +0 -1
  673. package/bundle/obf/src/generators/services/translation.js +0 -1
  674. package/bundle/obf/src/maka.js +0 -1
  675. package/bundle/obf/src/templates/meteor/project/README.md +0 -15
  676. package/bundle/obf/src/templates/meteor/project/package.json +0 -26
  677. package/bundle/obf/src/tool.js +0 -1
  678. package/bundle/obf/src/tools/actions/actions.class.js +0 -1
  679. package/bundle/obf/src/tools/aws/aws.class.js +0 -1
  680. package/bundle/obf/src/tools/aws/aws.interfaces.js +0 -1
  681. package/bundle/obf/src/tools/cfg/cfg.class.js +0 -1
  682. package/bundle/obf/src/tools/docker/docker.class.js +0 -1
  683. package/bundle/obf/src/tools/docker/docker.interfaces.js +0 -1
  684. package/bundle/obf/src/tools/fsi/fsi.class.js +0 -1
  685. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +0 -1
  686. package/bundle/obf/src/tools/https/https.class.js +0 -1
  687. package/bundle/obf/src/tools/https/https.interface.js +0 -1
  688. package/bundle/obf/src/tools/log/log.class.js +0 -1
  689. package/bundle/obf/src/tools/log/log.interfaces.js +0 -1
  690. package/bundle/obf/src/tools/mpi/mpi.class.js +0 -1
  691. package/bundle/obf/src/tools/options/options.class.js +0 -1
  692. package/bundle/obf/src/tools/pkg/pkg.class.js +0 -1
  693. package/bundle/obf/src/tools/progress/progress.class.js +0 -1
  694. package/bundle/obf/src/tools/scaffold/scaffold.class.js +0 -1
  695. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +0 -1
  696. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +0 -1
  697. package/bundle/obf/src/tools/ssh/ssh.class.js +0 -1
  698. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +0 -1
  699. package/bundle/obf/src/tools/ssl/ssl.class.js +0 -1
  700. package/obfuscator.json +0 -29
  701. /package/bundle/{obf → typescript}/src/README.md +0 -0
  702. /package/bundle/{obf/src/commands/game/sideQuest/scenes/puzzles.js → typescript/src/commands/game/sideQuest/scenes/puzzles.d.ts} +0 -0
  703. /package/bundle/{obf → typescript}/src/templates/aws/cloudformation/create-ec2-instance.template +0 -0
  704. /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js +0 -0
  705. /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js.ts +0 -0
  706. /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js +0 -0
  707. /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js.ts +0 -0
  708. /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js +0 -0
  709. /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js.ts +0 -0
  710. /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js +0 -0
  711. /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js.ts +0 -0
  712. /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js +0 -0
  713. /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js.ts +0 -0
  714. /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js +0 -0
  715. /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js.ts +0 -0
  716. /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js +0 -0
  717. /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js.ts +0 -0
  718. /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js +0 -0
  719. /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js.ts +0 -0
  720. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/.gitkeep +0 -0
  721. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/body.html +0 -0
  722. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/head.html +0 -0
  723. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js +0 -0
  724. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.jsx +0 -0
  725. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.ts +0 -0
  726. /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.tsx +0 -0
  727. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/api/.gitkeep +0 -0
  728. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js +0 -0
  729. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.jsx +0 -0
  730. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.ts +0 -0
  731. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.tsx +0 -0
  732. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js +0 -0
  733. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.jsx +0 -0
  734. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.ts +0 -0
  735. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.tsx +0 -0
  736. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js +0 -0
  737. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.jsx +0 -0
  738. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.ts +0 -0
  739. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.tsx +0 -0
  740. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js +0 -0
  741. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.jsx +0 -0
  742. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.ts +0 -0
  743. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.tsx +0 -0
  744. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +0 -0
  745. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +0 -0
  746. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
  747. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
  748. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js +0 -0
  749. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.jsx +0 -0
  750. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
  751. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.tsx +0 -0
  752. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js +0 -0
  753. /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js.ts +0 -0
  754. /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/.gitkeep +0 -0
  755. /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js +0 -0
  756. /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.jsx +0 -0
  757. /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.ts +0 -0
  758. /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.tsx +0 -0
  759. /package/bundle/{obf → typescript}/src/templates/meteor/app/maka.d.ts +0 -0
  760. /package/bundle/{obf → typescript}/src/templates/meteor/app/meteor.d.ts +0 -0
  761. /package/bundle/{obf → typescript}/src/templates/meteor/app/packages/.gitkeep +0 -0
  762. /package/bundle/{obf → typescript}/src/templates/meteor/app/private/.gitkeep +0 -0
  763. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/.gitkeep +0 -0
  764. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/favicon.ico +0 -0
  765. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-144x144.png +0 -0
  766. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-192x192.png +0 -0
  767. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-512x512.png +0 -0
  768. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/manifest.json +0 -0
  769. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js +0 -0
  770. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.jsx +0 -0
  771. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.ts +0 -0
  772. /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.tsx +0 -0
  773. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/.gitkeep +0 -0
  774. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js +0 -0
  775. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.jsx +0 -0
  776. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.ts +0 -0
  777. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.tsx +0 -0
  778. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js +0 -0
  779. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.jsx +0 -0
  780. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.ts +0 -0
  781. /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.tsx +0 -0
  782. /package/bundle/{obf → typescript}/src/templates/meteor/app/tsconfig.json +0 -0
  783. /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js +0 -0
  784. /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js.ts +0 -0
  785. /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js +0 -0
  786. /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js.ts +0 -0
  787. /package/bundle/{obf → typescript}/src/templates/meteor/config/docker-compose.yaml +0 -0
  788. /package/bundle/{obf → typescript}/src/templates/meteor/config/pm2.config.js +0 -0
  789. /package/bundle/{obf → typescript}/src/templates/meteor/config/process.env +0 -0
  790. /package/bundle/{obf → typescript}/src/templates/meteor/config/settings.json +0 -0
  791. /package/bundle/{obf → typescript}/src/templates/meteor/config/ssh.json +0 -0
  792. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js +0 -0
  793. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js.ts +0 -0
  794. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js +0 -0
  795. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js.ts +0 -0
  796. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js +0 -0
  797. /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js.ts +0 -0
  798. /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js +0 -0
  799. /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js.ts +0 -0
  800. /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js +0 -0
  801. /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.jsx +0 -0
  802. /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.ts +0 -0
  803. /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.tsx +0 -0
  804. /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js +0 -0
  805. /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.jsx +0 -0
  806. /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.ts +0 -0
  807. /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.tsx +0 -0
  808. /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js +0 -0
  809. /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.jsx +0 -0
  810. /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.ts +0 -0
  811. /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.tsx +0 -0
  812. /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js +0 -0
  813. /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.jsx +0 -0
  814. /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.ts +0 -0
  815. /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.tsx +0 -0
  816. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js +0 -0
  817. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.jsx +0 -0
  818. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.ts +0 -0
  819. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.tsx +0 -0
  820. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js +0 -0
  821. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.jsx +0 -0
  822. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.ts +0 -0
  823. /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.tsx +0 -0
  824. /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/config.json +0 -0
  825. /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/history.json +0 -0
  826. /package/bundle/{obf → typescript}/src/templates/meteor/project/build/.gitkeep +0 -0
  827. /package/bundle/{obf → typescript}/src/templates/meteor/project/build/README +0 -0
  828. /package/bundle/{obf → typescript}/src/templates/meteor/project/gitignore +0 -0
  829. /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js +0 -0
  830. /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js.ts +0 -0
  831. /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js +0 -0
  832. /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js.ts +0 -0
  833. /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css +0 -0
  834. /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css.less +0 -0
  835. /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js +0 -0
  836. /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.jsx +0 -0
  837. /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.ts +0 -0
  838. /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.tsx +0 -0
  839. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css +0 -0
  840. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.less +0 -0
  841. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.scss +0 -0
  842. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.html +0 -0
  843. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js +0 -0
  844. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.jsx +0 -0
  845. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.ts +0 -0
  846. /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.tsx +0 -0
  847. /package/bundle/{obf → typescript}/src/templates/react/component/component.css +0 -0
  848. /package/bundle/{obf → typescript}/src/templates/react/component/component.css.less +0 -0
  849. /package/bundle/{obf → typescript}/src/templates/react/component/component.css.scss +0 -0
  850. /package/bundle/{obf → typescript}/src/templates/react/component/component.js.jsx +0 -0
  851. /package/bundle/{obf → typescript}/src/templates/react/component/component.js.tsx +0 -0
  852. /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css +0 -0
  853. /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css.scss +0 -0
  854. /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.jsx +0 -0
  855. /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.tsx +0 -0
  856. /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +0 -0
  857. /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +0 -0
  858. /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +0 -0
  859. /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +0 -0
  860. /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.jsx +0 -0
  861. /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.tsx +0 -0
  862. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +0 -0
  863. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +0 -0
  864. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +0 -0
  865. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +0 -0
  866. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +0 -0
  867. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +0 -0
  868. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +0 -0
  869. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +0 -0
  870. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +0 -0
  871. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +0 -0
  872. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +0 -0
  873. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +0 -0
  874. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +0 -0
  875. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +0 -0
  876. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +0 -0
  877. /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +0 -0
  878. /package/bundle/{obf → typescript}/src/templates/react/route/route.js +0 -0
  879. /package/bundle/{obf → typescript}/src/templates/react/route/route.js.jsx +0 -0
  880. /package/bundle/{obf → typescript}/src/templates/react/route/route.js.ts +0 -0
  881. /package/bundle/{obf → typescript}/src/templates/react/route/route.js.tsx +0 -0
  882. /package/bundle/{obf → typescript}/src/templates/react/test/test.js +0 -0
  883. /package/bundle/{obf → typescript}/src/templates/react/test/test.js.jsx +0 -0
  884. /package/bundle/{obf → typescript}/src/templates/react/test/test.js.ts +0 -0
  885. /package/bundle/{obf → typescript}/src/templates/react/test/test.js.tsx +0 -0
  886. /package/bundle/{obf → typescript}/src/templates/service/docker/Dockerfile +0 -0
  887. /package/bundle/{obf → typescript}/src/templates/service/eslint/babel.config.js +0 -0
  888. /package/bundle/{obf → typescript}/src/templates/service/eslint/config.eslint.js +0 -0
  889. /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js +0 -0
  890. /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js.ts +0 -0
  891. /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js +0 -0
  892. /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js.jsx +0 -0
  893. /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js +0 -0
  894. /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js.ts +0 -0
  895. /package/bundle/{obf → typescript}/src/templates/service/openssl/openssl.conf +0 -0
  896. /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.config.js +0 -0
  897. /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.setup.js +0 -0
  898. /package/bundle/{obf/src/tools/ssl/ssl.interfaces.js → typescript/src/tools/ssl/ssl.interfaces.d.ts} +0 -0
@@ -1 +0,0 @@
1
- const a7a1=a7d;(function(a,b){const Y=a7d,c=a();while(!![]){try{const d=-parseInt(Y(0x1f9))/0x1*(-parseInt(Y(0x1de))/0x2)+-parseInt(Y(0x1df))/0x3+-parseInt(Y(0x1ed))/0x4+-parseInt(Y(0x204))/0x5+-parseInt(Y(0x201))/0x6+parseInt(Y(0x1ee))/0x7*(parseInt(Y(0x1ef))/0x8)+parseInt(Y(0x1ec))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a7c,0xa096c));const a7b=(function(){let a=!![];return function(b,c){const d=a?function(){const Z=a7d;if(c){const e=c[Z(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a7a=a7b(this,function(){const a0=a7d;return a7a[a0(0x20e)]()[a0(0x202)](a0(0x207))[a0(0x20e)]()['constructor'](a7a)[a0(0x202)](a0(0x207));});a7a();import a7e from'./aws.command.js';import a7f from'path';import a7g from'fs';function a7c(){const a3=['Create\x20new\x20AWS\x20instance','createKeyPair','(((.+)+)+)+$','Setting\x20the\x20number\x20of\x20instances\x20to:\x20','aws','What\x20instance\x20type\x20would\x20you\x20like?\x20[t3.micro]','Remove\x20the\x20keypair\x20','confirm','How\x20many\x20instances\x20do\x20you\x20want\x20to\x20create\x20(min:max)?\x20[1:1]\x20','toString','**\x20Available\x20key-pairs\x20**','getAppConfigPath','ask','Ready\x20to\x20create\x20instance?\x20NOTE:\x20You\x20WILL\x20be\x20billed\x20for\x20this\x20instance\x20by\x20AWS.','User\x20Data:','Key-Pair:\x20','Name','maka\x20aws:create-instance','22,80,443','deleteKeyPair','maka\x20aws:ci\x20--env\x20prod','chooseVPC','Instace\x20Type:\x20','No\x20instance\x20has\x20been\x20created.','t3.micro','apply','env','2zhPBTz','3334656vRYcUD','Would\x20you\x20like\x20to\x20create\x20a\x20new\x20security\x20group?','unlinkSync','number','ec2describeKeys','join','success','split','maka\x20aws:create-instance\x20--env\x20dev','chooseSecurityGroup','Setting\x20the\x20key-pair\x20to:\x20','Remove\x20the\x20security\x20group\x20','string','13479003uJXdFg','3092912ATKUsE','49qGAEtO','1390232ikBLMC','created-by','create','ImageID:','Subnet:\x20','Would\x20you\x20like\x20to\x20include\x20user\x20data?','getEnvFromShorthand','Web\x20App','Security\x20Group\x20Name:\x20[','error','627653CBOxgX','Creating\x20user\x20data\x20file\x20in\x20','Please\x20choose\x20a\x20key\x20to\x20use:\x20','Instance\x20created!\x20\x20NOTE:\x20You\x20are\x20now\x20being\x20billed\x20for\x20this\x20EC2.','bright','readFileSync','listAvailableAMIs','1:1','1863438bikofq','search','notice','2443240XqRGlM'];a7c=function(){return a3;};return a7c();}function a7d(a,b){const c=a7c();return a7d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a7d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a7a1(0x1f1)]({'name':'create-instance','aliases':['ci'],'usage':a7a1(0x1d4),'examples':[a7a1(0x1e7),a7a1(0x1d7)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a7a1(0x1dd)}],'validOpts':[],'shortDesc':a7a1(0x205),'description':'\x0a\x20\x20Walk\x20through\x20a\x20list\x20of\x20questions\x20that\x20will\x20properly\x20provision\x20a\x20new\x20EC2\x0a\x20\x20instance.\x0a\x0a\x20\x20Once\x20created,\x20you\x20will\x20begin\x20to\x20be\x20billed\x20for\x20the\x20resource!\x0a\x20\x20'},async function(a,b){const a2=a7a1;try{const {projectConfig:c,fsi:d,cfg:f}=this,{appName:g}=c,h=f[a2(0x1f5)](b[a2(0x1dd)]),i=f[a2(0x210)](h),j=g+'-'+h,k=await Actions[a2(0x211)]('EC2\x20Name:\x20['+j+']\x20')||j;let l='',m='',n='',o='',p='';const q=await Actions[a2(0x20c)]('Would\x20you\x20like\x20to\x20make\x20a\x20new\x20PEM\x20key?',!![]);let r='',s='';if(q){const {keyName:y,filePath:z}=await this[a2(0x209)][a2(0x206)]({'env':h});r=y,s=z,Log[a2(0x1e5)](a2(0x1e9)+r);}else try{Log[a2(0x203)](a2(0x20f));const A=r?r:k,B=await this['aws'][a2(0x1e3)]({'suggestion':A}),C=await Actions[a2(0x211)](a2(0x1fb))||'-1';if(parseInt(C)<0x0){Log['error']('You\x20must\x20have\x20a\x20key-pair.\x20\x20Please\x20run\x20\x22maka\x20aws\x20create-key-pair\x20--env\x20<env-name>\x22\x20to\x20generate\x20a\x20new\x20key'),Log['notice'](a2(0x1da));return;}if(B)for(const D of B){if(parseInt(C)===D['id']){r=D['name'],Log[a2(0x1e5)](a2(0x1e9)+r);break;}}}catch(E){Log[a2(0x1f8)](E);}l=await this[a2(0x209)][a2(0x1d8)]();const t=await Actions[a2(0x20c)](a2(0x1e0),!![]);let u;if(t){const F=l===''?await this[a2(0x209)][a2(0x1d8)]():l;u=await Actions[a2(0x211)](a2(0x1f7)+k+']')||k;const G=await Actions[a2(0x211)]('Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20')||a2(0x1d5),H=G[a2(0x1e6)](',');await this[a2(0x209)]['ec2createSG']({'description':a2(0x1f6),'name':u,'vpcId':F,'sgPorts':H});}u=k,m=await this['aws'][a2(0x1e8)](u),n=await this['aws'][a2(0x1ff)](),p=await this['aws']['listAvailableSubnets']();const v=0x1,w=0x1;try{const I=await Actions[a2(0x211)](a2(0x20d))||a2(0x200),J=I[a2(0x1e6)](':')[0x0],K=I['split'](':')[0x1];typeof parseInt(J)==='number'&&typeof parseInt(K)===a2(0x1e2)&&Log[a2(0x1e5)](a2(0x208)+J+':'+K);}catch(L){Log['error'](L);}try{const M=await Actions[a2(0x211)](a2(0x20a))||a2(0x1db);typeof M===a2(0x1eb)&&(o=M);}catch(N){Log[a2(0x1f8)](N);}let x='';try{const O=await Actions[a2(0x20c)](a2(0x1f4),![]);O&&(x=a7f[a2(0x1e4)](i,'user-data'),Log[a2(0x203)](a2(0x1fa)+x),await this['fsi']['createFile']({'filePath':x,'data':''}),await Actions['confirm']('Please\x20modify\x20and\x20save\x20the\x20user-data\x20file.\x20\x20Ready\x20to\x20continue?'));}catch(P){Log[a2(0x1f8)](P);}try{const Q=await this[a2(0x209)]['getSubnetCidr'](p);Log['notice'](a2(0x1f2)+n),Log[a2(0x203)]('Instance\x20Count:\x20'+v+':'+w),Log[a2(0x203)](a2(0x1d9)+o),Log['notice'](a2(0x214)+r),Log[a2(0x203)]('Security\x20Group:\x20'+m),Log[a2(0x203)](a2(0x1f3)+Q);if(x){Log['notice'](a2(0x213)+x);const S=a7g[a2(0x1fe)](x)[a2(0x20e)]();Log[a2(0x203)](S);}const R=await Actions['confirm'](a2(0x212));if(R){const T=await this[a2(0x209)]['ec2create']({'imageId':n,'minCount':v,'maxCount':w,'type':o,'key':r,'sgIds':m,'subnet':p,'tags':[{'Key':a2(0x1f0),'Value':'maka-cli'},{'Key':'environment','Value':h},{'Key':a2(0x1d3),'Value':k}],...x&&{'userData':x}});T&&(Log['success'](a2(0x1fc)),Log[a2(0x1fd)]('Run\x20\x22maka\x20aws:set-host\x22\x20to\x20configure\x20your\x20ssh.json\x20file'));}else{Log[a2(0x203)]('ABORTED!\x20No\x20instance\x20has\x20been\x20created!');const U=await Actions[a2(0x20c)](a2(0x20b)+r+'\x20?',!![]);U&&(this[a2(0x209)][a2(0x1d6)](r),d['isFile'](s)&&a7g[a2(0x1e1)](s));const V=await Actions[a2(0x20c)](a2(0x1ea)+m+'\x20?',!![]);V&&this[a2(0x209)]['deleteSecurityGroup'](m);}}catch(W){Log[a2(0x1f8)](W);}}catch(X){X&&Log[a2(0x1f8)](X),process['exit'](0x0);}},a7e);
@@ -1 +0,0 @@
1
- function a8c(){const l=['env','122619OKLOgT','7bRMqjP','maka\x20aws:create-key-pair\x20--env\x20prod','exit','1215IqHiNH','27718ZaTjXu','getEnvFromShorthand','3130IGxBPJ','search','ckp','toString','138830XotbwF','337650ZvaGol','create-key-pair','createKeyPair','16jzCAwm','constructor','create','maka\x20aws:create-key-pair','cfg','apply','maka\x20aws:ckp\x20--env\x20prod','909848BJLvwU','\x0a\x0a\x20\x20In\x20AWS,\x20follow\x20a\x20few\x20questions\x20to\x20create\x20a\x20new\x20Key\x20Pair.\x0a\x20\x20The\x20public\x20key\x20is\x20stored\x20in\x20AWS\x20while\x20the\x20private\x20key\x20is\x20saved\x0a\x20\x20to\x20the\x20_keys\x20directory\x20for\x20the\x20envronment\x20(--env)\x20provided.\x0a\x0a\x20\x20This\x20key\x20cannot\x20be\x20replaced\x20(without\x20support\x20from\x20AWS),\x20and\x20should\x20be\x0a\x20\x20kept\x20safe.\x0a\x0a\x20\x20Maka\x20automatically\x20ignores\x20the\x20_keys\x20directory,\x20so\x20it\x20will\x20not\x20be\x0a\x20\x20stored\x20in\x20version\x20control\x20by\x20default.\x20You\x20may\x20change\x20this\x20in\x20the\x0a\x20\x20.gitignore\x20file\x20at\x20the\x20root\x20of\x20this\x20project,\x20but\x20it\x27s\x20not\x20recommended.\x0a\x20\x20','55704BqPZAn','3nXhRNw','22eGyYdF'];a8c=function(){return l;};return a8c();}const a8j=a8d;(function(a,b){const g=a8d,c=a();while(!![]){try{const d=parseInt(g(0x13e))/0x1+parseInt(g(0x143))/0x2*(-parseInt(g(0x157))/0x3)+-parseInt(g(0x14d))/0x4*(-parseInt(g(0x149))/0x5)+-parseInt(g(0x14a))/0x6+-parseInt(g(0x13f))/0x7*(parseInt(g(0x154))/0x8)+parseInt(g(0x142))/0x9*(parseInt(g(0x145))/0xa)+-parseInt(g(0x158))/0xb*(-parseInt(g(0x156))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a8c,0x18bed));const a8b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a8d;if(c){const e=c[h(0x152)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a8a=a8b(this,function(){const i=a8d;return a8a[i(0x148)]()['search']('(((.+)+)+)+$')[i(0x148)]()[i(0x14e)](a8a)[i(0x146)]('(((.+)+)+)+$');});a8a();import a8e from'./aws.command.js';import{Command}from'../../command.js';function a8d(a,b){const c=a8c();return a8d=function(d,e){d=d-0x13d;let f=c[d];return f;},a8d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a8j(0x14f)]({'name':a8j(0x14b),'aliases':[a8j(0x147)],'usage':a8j(0x150),'examples':[a8j(0x140),a8j(0x153)],'mustBeInMakaProject':!![],'requiredOpts':[a8j(0x13d)],'validOpts':[],'shortDesc':'Create\x20a\x20Key\x20Pair\x20for\x20AWS\x20an\x20EC2\x20instance','description':a8j(0x155)},async function(a,b){const k=a8j;try{const {aws:c}=this,d=this[k(0x151)][k(0x144)](b[k(0x13d)]);c[k(0x14c)]({'env':d});}catch(f){f&&Log['error'](f),process[k(0x141)](0x0);}},a8e);
@@ -1 +0,0 @@
1
- const a9p=a9d;function a9c(){const s=['1202574vpsXMe','exit','12770IehOAx','7312950lFedkt','split','maka\x20aws\x20create-security-group','toString','2704828agagmV','search','22,80,443','chooseVPC','maka\x20aws:create-secuirty-group','ask','apply','match','Web\x20App','constructor','785514IZaVDT','(((.+)+)+)+$','Security\x20Group\x20Name:\x20[','2996708ubpofQ','List\x20is\x20not\x20all\x20numbers','create-security-group','16TiWJja','582Vhehrz','1930725nnsNCr','1iZCliU','create','Create\x20a\x20new\x20secuirty\x20group\x20in\x20a\x20VPC\x20for\x20an\x20EC2','csg'];a9c=function(){return s;};return a9c();}(function(a,b){const m=a9d,c=a();while(!![]){try{const d=parseInt(m(0xe9))/0x1*(parseInt(m(0xfe))/0x2)+parseInt(m(0xed))/0x3+-parseInt(m(0xe3))/0x4+parseInt(m(0xef))/0x5*(parseInt(m(0xe7))/0x6)+parseInt(m(0xf4))/0x7+parseInt(m(0xe6))/0x8*(parseInt(m(0xe8))/0x9)+-parseInt(m(0xf0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a9c,0x5be0f));const a9b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a9d;if(c){const e=c[n(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a9a=a9b(this,function(){const o=a9d;return a9a['toString']()['search'](o(0xff))[o(0xf3)]()[o(0xfd)](a9a)[o(0xf5)](o(0xff));});a9a();import a9e from'./aws.command.js';import{Command}from'../../command.js';function a9d(a,b){const c=a9c();return a9d=function(d,e){d=d-0xe2;let f=c[d];return f;},a9d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a9p(0xea)]({'name':a9p(0xe5),'aliases':[a9p(0xec)],'usage':a9p(0xf2),'validOpts':[],'shortDesc':a9p(0xeb),'mustBeInMakaProject':!![],'description':'\x0a\x20\x20Create\x20a\x20secuirty\x20group\x20on\x20a\x20Virtual\x20Private\x20Cloud\x20(VPC)\x20which\x0a\x20\x20can\x20be\x20used\x20with\x20a\x20new\x20EC2\x20instance.\x0a\x20\x20','examples':[a9p(0xf8),'maka\x20aws:csg']},async function(a,b){const q=a9p,{projectConfig:c,aws:d}=this;try{const {appName:f}=c,g=await d[q(0xf7)](),h=b['name']?b['name']:''+f,i=await Actions[q(0xf9)](q(0xe2)+h+']')||h,j=await Actions['ask']('Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20')||q(0xf6),k=j[q(0xf1)](',');k['forEach'](l=>{const r=q;if(!l[r(0xfb)](/^\d+$/))throw r(0xe4);}),await d['ec2createSG']({'description':q(0xfc),'name':i,'vpcId':g,'sgPorts':k});}catch(l){l&&Log['error'](l),process[q(0xee)](0x1);}},a9e);
@@ -1 +0,0 @@
1
- const a10i=a10d;(function(a,b){const f=a10d,c=a();while(!![]){try{const d=-parseInt(f(0xa6))/0x1+parseInt(f(0xaa))/0x2*(parseInt(f(0x97))/0x3)+parseInt(f(0x91))/0x4*(parseInt(f(0x93))/0x5)+parseInt(f(0x8d))/0x6+parseInt(f(0x9f))/0x7*(-parseInt(f(0x9a))/0x8)+parseInt(f(0xa7))/0x9*(parseInt(f(0x90))/0xa)+-parseInt(f(0x94))/0xb*(-parseInt(f(0xa2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a10c,0x87867));const a10b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a10d;if(c){const e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a10a=a10b(this,function(){const h=a10d;return a10a['toString']()['search'](h(0x98))[h(0x92)]()[h(0x96)](a10a)['search'](h(0x98));});a10a();import a10e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a10i(0x9e)]({'name':a10i(0xa9),'aliases':['decr'],'usage':a10i(0x9d),'requiredOpts':[a10i(0x99),a10i(0x9c)],'validOpts':[],'shortDesc':a10i(0xa4),'examples':[a10i(0x8f),'maka\x20aws:decr\x20--name=my-old-repo\x20--region=us-east-1']},async function(a,b){const j=a10i,{aws:c}=this;try{await c['ecrDeleteRepository']({'repoName':b[j(0x99)],'region':b['region']}),Log[j(0x9b)](j(0xa3)+b['name']+j(0xa8)+b[j(0x9c)]+'.'),process['exit'](0x0);}catch(d){Log[j(0x95)](j(0xa0)+b[j(0x99)]+j(0xa1)+b['region']+j(0x8c)+d),process[j(0x8e)](0x1);}},a10e);function a10d(a,b){const c=a10c();return a10d=function(d,e){d=d-0x8c;let f=c[d];return f;},a10d(a,b);}function a10c(){const k=['442788QaeGvh','exit','maka\x20aws:delete-ecr\x20--name=my-old-repo\x20--region=us-east-1','10sIemiD','5240yZWsWZ','toString','2920adUSYW','2024sZgCji','error','constructor','9sEgTFU','(((.+)+)+)+$','name','64GXgyWC','success','region','maka\x20aws:delete-ecr\x20--name\x20<name>\x20--region\x20<region>','create','23849JoZqrd','Failed\x20to\x20delete\x20the\x20repository:\x20','\x20in\x20region\x20','11064NlaAOT','Repository\x20','Delete\x20an\x20Elastic\x20Container\x20Repository','apply','817537ObAxmQ','1801863nntqGb','\x20deleted\x20successfully\x20in\x20region\x20','delete-ecr','127474sIrdzO','.\x20Error:\x20'];a10c=function(){return k;};return a10c();}
@@ -1 +0,0 @@
1
- const a11i=a11d;(function(a,b){const f=a11d,c=a();while(!![]){try{const d=parseInt(f(0x7f))/0x1+parseInt(f(0x77))/0x2+parseInt(f(0x83))/0x3+parseInt(f(0x7e))/0x4+parseInt(f(0x86))/0x5+-parseInt(f(0x79))/0x6+-parseInt(f(0x84))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a11c,0xe1e8d));function a11d(a,b){const c=a11c();return a11d=function(d,e){d=d-0x76;let f=c[d];return f;},a11d(a,b);}const a11b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a11d;if(c){const e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a11a=a11b(this,function(){const h=a11d;return a11a['toString']()[h(0x7d)](h(0x76))[h(0x7c)]()[h(0x85)](a11a)['search'](h(0x76));});a11a();import a11e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a11c(){const k=['constructor','5230545BQFvbN','ec2describeInstances','(((.+)+)+)+$','1667910EvSUts','create','10222788fKskwU','apply','maka\x20aws:di','toString','search','2632068ovsEzD','978425BDZWNC','exit','\x0a\x20\x20List\x20all\x20EC2\x20instances\x20that\x20have\x20been\x20created\x20with\x20\x22maka\x20aws:ci\x22\x20associated\x0a\x20\x20with\x20the\x20logged\x20in\x20AWS-CLI\x20account.\x0a\x0a\x20\x20Will\x20pull\x20back\x20the\x20instance\x20ID,\x20state,\x20and\x20IP\x20addresses.\x0a\x20\x20Ex:\x0a\x0a\x20\x20ID:\x200\x20NAME:\x20<NAME>\x20ENV:\x20production\x20STATUS:\x20running\x20INSTANCE_ID:\x20i-xxx\x20PUB_IP:\x20x.x.x.x\x20PRIV_IP:\x20y.y.y.y\x0a\x20\x20','error','3901389xfXypm','15314922NOgbao'];a11c=function(){return k;};return a11c();}Command[a11i(0x78)]({'name':'describe-instances','aliases':['di'],'usage':'maka\x20aws:describe-instances','validOpts':[],'shortDesc':'Get\x20EC2\x20instances\x20created\x20by\x20Maka-CLI','examples':['maka\x20aws:describe-instances',a11i(0x7b)],'description':a11i(0x81)},async function(){const j=a11i;try{const {aws:a}=this;a[j(0x87)]();}catch(b){b&&Log[j(0x82)](b),process[j(0x80)](0x1);}},a11e);
@@ -1 +0,0 @@
1
- var a12i=a12d;(function(a,b){var f=a12d,c=a();while(!![]){try{var d=parseInt(f(0x11f))/0x1+-parseInt(f(0x129))/0x2*(-parseInt(f(0x130))/0x3)+-parseInt(f(0x126))/0x4*(-parseInt(f(0x122))/0x5)+parseInt(f(0x128))/0x6*(parseInt(f(0x11e))/0x7)+-parseInt(f(0x124))/0x8*(-parseInt(f(0x12b))/0x9)+-parseInt(f(0x12f))/0xa+-parseInt(f(0x132))/0xb*(parseInt(f(0x12c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a12c,0xed8b4));var a12b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a12d;if(c){var e=c[g(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a12a=a12b(this,function(){var h=a12d;return a12a[h(0x127)]()[h(0x11d)](h(0x131))['toString']()[h(0x12a)](a12a)['search'](h(0x131));});a12a();function a12d(a,b){var c=a12c();return a12d=function(d,e){d=d-0x11d;var f=c[d];return f;},a12d(a,b);}import a12e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a12i(0x123),'aliases':[a12i(0x121)],'usage':a12i(0x135),'validOpts':[],'shortDesc':a12i(0x136),'examples':[a12i(0x135),a12i(0x125)]},async function(){var j=a12i;try{this[j(0x12e)][j(0x133)]();}catch(a){a&&Log[j(0x12d)](a),process[j(0x120)](0x0);}},a12e);function a12c(){var k=['7ypnGrb','1204661JzLoAK','exit','dkp','295eFDXlH','describe-key-pairs','12168952ZoOvWy','maka\x20aws:dkp','131172mfQwCO','toString','8565306tCEuAW','3003482bMMofD','constructor','9UHtvLZ','59554428ghyoFt','error','aws','16540100GzbutC','3ySnTqL','(((.+)+)+)+$','11ItONZJ','ec2describeKeys','apply','maka\x20aws:describe-key-pairs','List\x20the\x20current\x20public\x20keys\x20stored\x20in\x20AWS','search'];a12c=function(){return k;};return a12c();}
@@ -1 +0,0 @@
1
- function a13d(a,b){const c=a13c();return a13d=function(d,e){d=d-0x19a;let f=c[d];return f;},a13d(a,b);}const a13l=a13d;(function(a,b){const j=a13d,c=a();while(!![]){try{const d=parseInt(j(0x19f))/0x1+-parseInt(j(0x19b))/0x2+parseInt(j(0x1b4))/0x3+parseInt(j(0x1a7))/0x4*(parseInt(j(0x1aa))/0x5)+-parseInt(j(0x1a4))/0x6*(parseInt(j(0x1b5))/0x7)+parseInt(j(0x1b3))/0x8+-parseInt(j(0x1ac))/0x9*(parseInt(j(0x1ab))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a13c,0xc3f3e));const a13b=(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;};}()),a13a=a13b(this,function(){const k=a13d;return a13a[k(0x1c0)]()[k(0x19c)](k(0x1a0))[k(0x1c0)]()[k(0x1ba)](a13a)[k(0x19c)](k(0x1a0));});function a13c(){const p=['Not\x20deleting\x20secuirty\x20group','8LQQBiy','Deleting\x20a\x20','exit','1976385MRhpOq','1070tHBzzc','36819CcowKM','\x20SG\x20NAME:\x20','sgId','ask','bright','maka\x20aws:delete-sg','forEach','5443912VKJZIn','4589316LLmsSJ','7VfYpys','error','notice','delete-security-group','deleteSecurityGroup','constructor','maka\x20aws:dsg','success','appName','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','includes','toString','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','1954146rtYTZM','search','\x20SGID:\x20','dsg','101088WObMwM','(((.+)+)+)+$','ID:\x20','Please\x20choose\x20a\x20SG\x20ID\x20to\x20delete:','create','5306826KsDOzY','name'];a13c=function(){return p;};return a13c();}a13a();import a13e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{Actions}from'../../tools/actions/actions.class.js';Command[a13l(0x1a3)]({'name':a13l(0x1b8),'aliases':[a13l(0x19e)],'usage':a13l(0x1b1),'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':'Delete\x20a\x20security\x20group\x20on\x20a\x20VPC','examples':[a13l(0x1b1),a13l(0x1bb)]},async function(){const m=a13l;try{const {projectConfig:a,aws:b}=this;let c='';c=a[m(0x1bd)];const {sgList:d}=await b['getSecurityGroups']();d[m(0x1b2)](function(i){const n=m;i[n(0x1a5)][n(0x1bf)](c)?Log[n(0x1b7)](n(0x1a1)+i['id']+n(0x1ad)+i[n(0x1a5)]+n(0x19d)+i[n(0x1ae)]):Log[n(0x1b0)]('ID:\x20'+i['id']+n(0x1ad)+i[n(0x1a5)]+'\x20SGID:\x20'+i[n(0x1ae)]);});let f='';const g=await Actions[m(0x1af)](m(0x1a2));d['forEach'](function(i){const o=m;i['id']===parseInt(g)&&(f=i[o(0x1ae)]);});if(!f)throw Log['error'](m(0x19a));const h=await Actions['confirm'](m(0x1a8)+f+m(0x1be),![]);h?(await b[m(0x1b9)](f),Log[m(0x1bc)]('Deleted\x20'+f)):Log[m(0x1b6)](m(0x1a6)),process[m(0x1a9)](0x0);}catch(i){i&&Log['error'](i),process[m(0x1a9)](0x1);}},a13e);
@@ -1 +0,0 @@
1
- const a14h=a14d;function a14d(a,b){const c=a14c();return a14d=function(d,e){d=d-0x16d;let f=c[d];return f;},a14d(a,b);}(function(a,b){const f=a14d,c=a();while(!![]){try{const d=parseInt(f(0x185))/0x1+parseInt(f(0x170))/0x2*(parseInt(f(0x178))/0x3)+-parseInt(f(0x182))/0x4*(-parseInt(f(0x173))/0x5)+-parseInt(f(0x17f))/0x6*(-parseInt(f(0x183))/0x7)+parseInt(f(0x181))/0x8+-parseInt(f(0x17b))/0x9+-parseInt(f(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a14c,0x774a1));const a14b=(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;};}()),a14a=a14b(this,function(){const g=a14d;return a14a['toString']()['search'](g(0x176))['toString']()[g(0x17a)](a14a)[g(0x16e)](g(0x176));});a14a();import a14e from'./aws.command.js';import{Command}from'../../command.js';function a14c(){const j=['32243690Bvlfvu','listAllEcrRepositories','(((.+)+)+)+$','regions','12StaRHS','list-ecr','constructor','774693uCHRkc','maka\x20aws:lecr\x20--regions=us-east-1,eu-west-1','create','An\x20error\x20occurred\x20while\x20listing\x20ECR\x20repositories:\x20','2622oZPTSZ','success','6824600IHGHsW','897820RgZXOe','4228SJcBkU','maka\x20aws:list-ecr\x20[--regions=<region1,region2,...>]','905908GmBypU','lecr','search','List\x20Elastic\x20Container\x20Repositories\x20across\x20regions','439152IArnqa','Completed\x20listing\x20ECR\x20repositories.','maka\x20aws:list-ecr','20vtSHGw'];a14c=function(){return j;};return a14c();}import{Log}from'../../tools/log/log.class.js';Command[a14h(0x17d)]({'name':a14h(0x179),'aliases':[a14h(0x16d)],'usage':a14h(0x184),'requiredOpts':[],'validOpts':[a14h(0x177)],'shortDesc':a14h(0x16f),'examples':[a14h(0x172),a14h(0x17c),'maka\x20aws:lecr\x20--regions=all']},async function(a,b){const i=a14h;try{const {aws:c}=this;await c[i(0x175)](b['regions']),Log[i(0x180)](i(0x171)),process['exit'](0x0);}catch(d){Log['error'](i(0x17e)+d),process['exit'](0x1);}},a14e);
@@ -1 +0,0 @@
1
- function a15c(){const k=['31209167FIZTeI','reboot-instance','546rExnFL','apply','1031770KYjOqg','ec2rebootInstance','exit','12ydmBmn','(((.+)+)+)+$','1953207TlFKCd','6dIvgot','chooseInstance','error','93669JscmzG','name','\x20is\x20still\x20running.','There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20rebooted;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.','407556qTxfhN','maka\x20aws:reboot-instance','You\x20have\x20aborted\x20the\x20reboot.\x20\x20The\x20instance:\x20','\x20Ready?','5511366GquIgp','27205TqoGpb','4wJIzJO','24wZtvKh','search','rbi'];a15c=function(){return k;};return a15c();}const a15i=a15d;(function(a,b){const f=a15d,c=a();while(!![]){try{const d=parseInt(f(0x175))/0x1*(-parseInt(f(0x17f))/0x2)+-parseInt(f(0x172))/0x3*(parseInt(f(0x179))/0x4)+parseInt(f(0x17e))/0x5*(-parseInt(f(0x16a))/0x6)+-parseInt(f(0x17d))/0x7+-parseInt(f(0x180))/0x8*(parseInt(f(0x171))/0x9)+-parseInt(f(0x16c))/0xa+parseInt(f(0x168))/0xb*(parseInt(f(0x16f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a15c,0x63f16));const a15b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a15d;if(c){const e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a15a=a15b(this,function(){const h=a15d;return a15a['toString']()[h(0x181)](h(0x170))['toString']()['constructor'](a15a)[h(0x181)](h(0x170));});a15a();import a15e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';function a15d(a,b){const c=a15c();return a15d=function(d,e){d=d-0x168;let f=c[d];return f;},a15d(a,b);}Command['create']({'name':a15i(0x169),'aliases':[a15i(0x182)],'usage':a15i(0x17a),'validOpts':[],'shortDesc':'Reboot\x20an\x20EC2\x20instance','examples':[a15i(0x17a),'maka\x20aws:rbi']},async function(){const j=a15i;try{const {aws:a}=this,b=await a[j(0x173)]();if(b?.['status']==='running'){const c=await Actions['confirm']('[!!]\x20You\x20are\x20about\x20to\x20reboot\x20instance:\x20'+b['name']+j(0x17c));c&&b['instanceId']?a[j(0x16d)]({'instanceId':b['instanceId']}):Log['error'](j(0x17b)+b[j(0x176)]+j(0x177));}else Log[j(0x174)](j(0x178));}catch(d){d&&Log[j(0x174)](d),process[j(0x16e)](0x1);}},a15e);
@@ -1 +0,0 @@
1
- const a16J=a16d;(function(a,b){const F=a16d,c=a();while(!![]){try{const d=parseInt(F(0x1e3))/0x1+-parseInt(F(0x1d8))/0x2+parseInt(F(0x1f2))/0x3+-parseInt(F(0x1e8))/0x4*(-parseInt(F(0x1d1))/0x5)+parseInt(F(0x1f8))/0x6*(-parseInt(F(0x1f0))/0x7)+parseInt(F(0x1f4))/0x8*(-parseInt(F(0x204))/0x9)+parseInt(F(0x1e7))/0xa*(parseInt(F(0x1e9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a16c,0xdfb07));const a16b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a16d;if(c){const e=c[G(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a16a=a16b(this,function(){const H=a16d;return a16a[H(0x207)]()['search'](H(0x1d9))['toString']()[H(0x1de)](a16a)[H(0x1d7)](H(0x1d9));});a16a();import a16e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{CountryCode}from'../../tools/aws/aws.interfaces.js';function isValidCountryCode(a){const I=a16d;return Object[I(0x203)](CountryCode)['includes'](a);}function getCountryCodeEnum(a){if(isValidCountryCode(a))return a;return undefined;}function a16d(a,b){const c=a16c();return a16d=function(d,e){d=d-0x1d1;let f=c[d];return f;},a16d(a,b);}function a16c(){const L=['Duration\x20in\x20years\x20[1]:\x20','rdn','constructor','96816','Address\x20Line\x201\x20[123\x20Glorious\x20Way]:','State\x20[HI]:\x20','warn','91544jEvMHo','City\x20[Honolulu]:\x20','+1.5555555555','registerDomain','10bkIhBO','3362932VJUXwp','28103801lwhdHK','Contact\x20Fax\x20Number\x20[+1.5555555556]:\x20','+1.5555555556','Address\x20Line\x202:\x20','Do\x20you\x20wish\x20to\x20register\x20','select','checkDomainAvailability','945847WkIcte','Contact','101961KdTktc','register-domain-name','856sCQITW','PUBLIC_BODY','The\x20domain\x20name:\x20','domain','18VoBvOS','contactType','apply','notice','Register\x20a\x20domain\x20name\x20with\x20AWS\x20Route\x2053','RESELLER','error','ASSOCIATION','\x20for\x20','\x20/\x20Year\x20\x0a','Honolulu','values','90495URbqke','Contact\x20Email\x20[mail@example.com]:\x20','COMPANY','toString','5MPjgub','PERSON','maka\x20aws:rdn\x20--domain=example.com','Contact\x20Phone\x20Number\x20[+1.5555555555]:\x20','ask','My\x20Company,\x20LLC.','search','2247352nacmwv','(((.+)+)+)+$','Domain\x20name\x20is\x20unavailable','confirm'];a16c=function(){return L;};return a16c();}Command['create']({'name':a16J(0x1f3),'aliases':[a16J(0x1dd)],'usage':'maka\x20aws:register-domain-name','requiredOpts':[a16J(0x1f7)],'validOpts':[],'shortDesc':a16J(0x1fc),'examples':['maka\x20aws:register-domain-name\x20--domain=example.com',a16J(0x1d3)]},async function(a,b){const K=a16J,{aws:c}=this;try{const d=b[K(0x1f7)],{available:f,cost:g}=await c[K(0x1ef)](d);if(f&&g){Log[K(0x1fb)](K(0x1f6)+d+'\x20is\x20available\x20for:');const {Price:h,Currency:i}=g;Log[K(0x1e2)]('\x20\x20'+h+'\x20'+i+K(0x201));const j=await Actions[K(0x1db)](K(0x1ed)+d+'?',![]);if(j){const k={'message':'Choose\x20contact\x20type','name':K(0x1f9),'choices':[{'name':K(0x1ff),'value':K(0x1ff)},{'name':K(0x206),'value':'COMPANY'},{'name':K(0x1d2),'value':K(0x1d2)},{'name':'PUBLIC_BODY','value':K(0x1f5)},{'name':K(0x1fd),'value':K(0x1fd)}]},l=await Actions[K(0x1d5)](K(0x1dc))||'1',m=await Actions[K(0x1d5)]('Contact\x20First\x20Name\x20[Contact]:\x20')||K(0x1f1),n=await Actions['ask']('Contact\x20Last\x20Name\x20[Person]:\x20')||'Person',o=await Actions[K(0x1ee)](k),p=await Actions[K(0x1d5)](K(0x1e0))||'123\x20Glorious\x20Way',q=await Actions[K(0x1d5)](K(0x1ec)),r=await Actions[K(0x1d5)](K(0x1e4))||K(0x202),s=await Actions[K(0x1d5)]('Zip\x20Code\x20[96816]:\x20')||K(0x1df),t=await Actions['ask'](K(0x1e1))||'HI',u=await Actions[K(0x1d5)]('Country\x20Code\x20[US]:\x20')||'US',v=getCountryCodeEnum(u);if(!v)throw Log[K(0x1fe)]('Invalid\x202\x20character\x20country\x20code');const w=await Actions[K(0x1d5)](K(0x1d4))||K(0x1e5),x=await Actions[K(0x1d5)](K(0x1ea))||K(0x1eb),y=await Actions[K(0x1d5)](K(0x205))||'mail@example.com',z=await Actions[K(0x1db)]('Auto\x20Renew:\x20'),A={'FirstName':m,'LastName':n,'ContactType':o,'CountryCode':v,'AddressLine1':p,'AddressLine2':q,'City':r,'ZipCode':s,'PhoneNumber':w,'Fax':x,'State':t,'Email':y};if(o!=='PERSON'){const D=await Actions[K(0x1d5)]('Organization\x20Name\x20[My\x20Company,\x20LLC.]:')||K(0x1d6);A['OrganizationName']=D;}const B=h||0x0*parseInt(l);Log[K(0x1fb)]('Please\x20review\x20your\x20responses,\x20Amazon\x20will\x20bill\x20you:'),Log[K(0x1e2)](B+'\x20'+i+K(0x200)+l+'\x20years\x20('+h+'\x20'+i+'\x20/\x20Year)');const C=await Actions['confirm']('Are\x20you\x20sure?');C&&await c[K(0x1e6)](A,d,parseInt(l),z);}}else throw K(0x1da);}catch(E){E&&Log[K(0x1fe)](E),process['exit'](0x0);}},a16e);
@@ -1 +0,0 @@
1
- const a17j=a17d;(function(a,b){const h=a17d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1*(parseInt(h(0x1f6))/0x2)+parseInt(h(0x1f5))/0x3+-parseInt(h(0x20c))/0x4+parseInt(h(0x1f8))/0x5+-parseInt(h(0x202))/0x6*(parseInt(h(0x1f9))/0x7)+-parseInt(h(0x20a))/0x8+parseInt(h(0x206))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a17c,0xd8a1f));const a17b=(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;};}()),a17a=a17b(this,function(){const i=a17d;return a17a[i(0x1f4)]()['search'](i(0x1f2))[i(0x1f4)]()['constructor'](a17a)['search']('(((.+)+)+)+$');});a17a();import a17e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a17d(a,b){const c=a17c();return a17d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a17d(a,b);}function a17c(){const m=['2043788EzxSNa','error','(((.+)+)+)+$','name','toString','982473RomRiM','164CMxSwc','exit','3240015NsHXRI','11518507VJMRNo','success','Deleted\x20','5693xESLhV','maka\x20aws:rkp','rkp','ask','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','create','6Vfvlfn','Please\x20choose\x20a\x20key\x20to\x20delete:','forEach','deleteKeyPair','34686693GhMkcC','Not\x20deleting\x20keypair','maka\x20aws:remove-key-pair','ec2describeKeys','10551760foqQCQ','remove-key-pair'];a17c=function(){return m;};return a17c();}import{Log}from'../../tools/log/log.class.js';Command[a17j(0x201)]({'name':a17j(0x20b),'aliases':[a17j(0x1fe)],'usage':a17j(0x208),'validOpts':[],'shortDesc':'Choose\x20from\x20your\x20list\x20of\x20public\x20keys\x20to\x20delete','description':'\x0a\x20\x20After\x20being\x20show\x20a\x20list\x20of\x20available\x20key\x20pairs,\x20provide\x20the\x20name\x0a\x20\x20of\x20the\x20key\x20pair\x20that\x20you\x27d\x20like\x20to\x20delete.\x0a\x0a\x20\x20This\x20cannot\x20be\x20undone!\x0a\x20\x20','examples':[a17j(0x208),a17j(0x1fd)]},async function(){const k=a17j,{aws:a}=this;try{const b=await a[k(0x209)]();let c=undefined;const d=await Actions[k(0x1ff)](k(0x203));b?.[k(0x204)](function(g){const l=k;g['id']===parseInt(d)&&(c=g[l(0x1f3)]);});if(!c)throw Log[k(0x20d)]('That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.');const f=await Actions['confirm']('Deleting\x20a\x20'+c+k(0x200),![]);f?(await a[k(0x205)](c),Log[k(0x1fa)](k(0x1fb)+c)):Log[k(0x20d)](k(0x207)),process[k(0x1f7)](0x0);}catch(g){g&&Log[k(0x20d)](g),process[k(0x1f7)](0x1);}},a17e);
@@ -1 +0,0 @@
1
- const a18q=a18d;function a18c(){const s=['541410GgllFs','That\x20is\x20not\x20an\x20option.\x20Must\x20be\x20\x22public\x22\x20or\x20\x22private\x22','public','Set\x20the\x20host\x20to\x20public\x20or\x20private?\x20[public]','private','sep','error','inherit','writeFileSync','join','\x0a\x20\x20Get\x20a\x20list\x20of\x20AWS\x20EC2\x20instances\x20running,\x20and\x20choose\x20a\x20public\x20or\x20private\x20IP\x20to\x0a\x20\x20set\x20the\x20specified\x20environment\x27s\x20ssh.json\x20file\x20to\x20point\x20to\x20that\x20IP.\x0a\x20\x20','utf8','ssh.json','502779iOSzLr','getEnvFromShorthand','sth','66bkoqzC','maka\x20aws:set-host\x20--env\x20dev','Set\x20the\x20EC2\x20IP\x20to\x20the\x20environment\x20specified','create','2118568JZTTcb','\x0aSaved\x20host\x20','chooseInstance','toString','env','7tmDLAj','apply','1193843WkvrVF','6255EAdRCt','constructor','config/ssh.json','14286349rLwZeU','getAppConfigPath','3343624zOGtuM','32pZpSxq','(((.+)+)+)+$','search','isFile','success','ask','maka\x20aws\x20set-host','privateIp','host','appName','\x20IP\x20to\x20','scaffold','190HncmvE','fsi'];a18c=function(){return s;};return a18c();}function a18d(a,b){const c=a18c();return a18d=function(d,e){d=d-0x19f;let f=c[d];return f;},a18d(a,b);}(function(a,b){const n=a18d,c=a();while(!![]){try{const d=-parseInt(n(0x1a6))/0x1+parseInt(n(0x19f))/0x2+-parseInt(n(0x1c8))/0x3*(-parseInt(n(0x1ad))/0x4)+-parseInt(n(0x1bb))/0x5*(-parseInt(n(0x1cb))/0x6)+-parseInt(n(0x1a4))/0x7*(parseInt(n(0x1ac))/0x8)+-parseInt(n(0x1a7))/0x9*(-parseInt(n(0x1b9))/0xa)+-parseInt(n(0x1aa))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a18c,0xa9614));const a18b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a18d;if(c){const e=c[o(0x1a5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a18a=a18b(this,function(){const p=a18d;return a18a[p(0x1a2)]()[p(0x1af)]('(((.+)+)+)+$')[p(0x1a2)]()[p(0x1a8)](a18a)[p(0x1af)](p(0x1ae));});a18a();import a18e from'path';import a18f from'fs';import{execSync}from'child_process';import a18g from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a18q(0x1ce)]({'name':'set-host','aliases':[a18q(0x1ca)],'usage':a18q(0x1b3),'mustBeInMakaProject':!![],'requiredOpts':[a18q(0x1a3)],'validOpts':[],'shortDesc':a18q(0x1cd),'description':a18q(0x1c5),'examples':[a18q(0x1cc),'maka\x20aws:sth\x20--env\x20prod']},async function(a,b){const r=a18q,{projectConfig:c,aws:d,cfg:f}=this;try{const g=f[r(0x1c9)](b[r(0x1a3)]),h=f[r(0x1ab)](g),i=await d[r(0x1a1)](),j=a18e[r(0x1c4)](h,r(0x1c7));!this[r(0x1ba)][r(0x1b0)](j)&&await this[r(0x1b8)]['template']({'srcPath':r(0x1a9),'destPath':j,'context':{'app':c[r(0x1b6)]},'config':c});const k=JSON['parse'](a18f['readFileSync'](j,r(0x1c6))),l=await Actions[r(0x1b2)](r(0x1be))||r(0x1bd);if(l){if(l===r(0x1bd)||l===r(0x1bf)){if(l===r(0x1bd))k[r(0x1b5)]=i?.['publicIp'];else l===r(0x1bf)&&(k[r(0x1b5)]=i?.[r(0x1b4)]);}else throw r(0x1bc);}else k[r(0x1b5)]=i?.[r(0x1b4)];a18f[r(0x1c3)](a18e[r(0x1c4)](h,r(0x1c7)),JSON['stringify'](k,null,0x2)),execSync('cat\x20'+a18e[r(0x1c4)](h,r(0x1c7)),{'stdio':r(0x1c2)}),Log[r(0x1b1)](r(0x1a0)+l+r(0x1b7)+h+a18e[r(0x1c0)]+r(0x1c7));}catch(m){m&&Log[r(0x1c1)](m),process['exit'](0x0);}},a18g);
@@ -1 +0,0 @@
1
- const a19i=a19d;function a19d(a,b){const c=a19c();return a19d=function(d,e){d=d-0x183;let f=c[d];return f;},a19d(a,b);}(function(a,b){const f=a19d,c=a();while(!![]){try{const d=-parseInt(f(0x19d))/0x1*(parseInt(f(0x196))/0x2)+-parseInt(f(0x18c))/0x3*(-parseInt(f(0x183))/0x4)+parseInt(f(0x18d))/0x5+-parseInt(f(0x197))/0x6+parseInt(f(0x190))/0x7*(parseInt(f(0x18a))/0x8)+-parseInt(f(0x195))/0x9+-parseInt(f(0x184))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a19c,0x1d093));const a19b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a19d;if(c){const e=c[g(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a19a=a19b(this,function(){const h=a19d;return a19a[h(0x1a2)]()[h(0x188)](h(0x187))[h(0x1a2)]()[h(0x194)](a19a)[h(0x188)](h(0x187));});a19a();import a19e from'./aws.command.js';function a19c(){const k=['terminate-instance','You\x20have\x20aborted\x20the\x20termination.\x20\x20The\x20instance:\x20','toString','897772yGqkcU','1028690dbblQh','\x20is\x20still\x20running.\x20\x20(Charges\x20are\x20still\x20being\x20applied).','instanceId','(((.+)+)+)+$','search','There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20terminated;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.','8heeJqm','\x20Ready?','3wGLKMs','1056670ioQWlp','running','Terminate\x20an\x20EC2\x20instance','1261974qRSLAJ','status','apply','name','constructor','1017657Zgzgan','2ZNQDbT','814074VegPIF','error','confirm','maka\x20aws:ti','create','maka\x20aws:terminate-instance','145507GXpkTR','chooseInstance','You\x20are\x20about\x20to\x20terminate\x20(lose\x20all\x20data)\x20on\x20instance:\x20'];a19c=function(){return k;};return a19c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{Actions}from'../../tools/actions/actions.class.js';Command[a19i(0x19b)]({'name':a19i(0x1a0),'aliases':['ti'],'usage':a19i(0x19c),'validOpts':[],'shortDesc':a19i(0x18f),'description':'\x0a\x20\x20After\x20being\x20provided\x20a\x20list\x20of\x20EC2\x20instances\x20created\x20by\x20Maka-CLI,\x0a\x20\x20choose\x20the\x20ID\x20of\x20an\x20instance\x20to\x20terminate.\x0a\x0a\x20\x20This\x20optation\x20cannot\x20be\x20undone!\x0a\x20\x20','examples':[a19i(0x19c),a19i(0x19a)]},async function(){const j=a19i,{aws:a}=this;try{const b=await a[j(0x19e)]();if(b?.[j(0x186)]&&b?.[j(0x191)]===j(0x18e)){const c=await Actions[j(0x199)](j(0x19f)+b[j(0x193)]+j(0x18b));c?a['ec2terminateInstance']({'instanceId':b[j(0x186)]}):Log['error'](j(0x1a1)+b['name']+j(0x185));}else Log[j(0x198)](j(0x189));}catch(d){d&&Log['error'](d),process['exit'](0x1);}},a19e);
@@ -1 +0,0 @@
1
- (function(a,b){var f=a20d,c=a();while(!![]){try{var d=parseInt(f(0xe2))/0x1*(-parseInt(f(0xe8))/0x2)+-parseInt(f(0xe1))/0x3+parseInt(f(0xe3))/0x4*(-parseInt(f(0xea))/0x5)+parseInt(f(0xec))/0x6+-parseInt(f(0xe7))/0x7+-parseInt(f(0xe6))/0x8*(parseInt(f(0xe4))/0x9)+parseInt(f(0xe9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a20c,0xe5ffb));function a20d(a,b){var c=a20c();return a20d=function(d,e){d=d-0xe0;var f=c[d];return f;},a20d(a,b);}var a20b=(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;};}()),a20a=a20b(this,function(){var g=a20d;return a20a[g(0xe5)]()[g(0xed)]('(((.+)+)+)+$')[g(0xe5)]()[g(0xe0)](a20a)[g(0xed)](g(0xeb));});a20a();import'./build.js';function a20c(){var h=['toString','8423648HJmdYj','7594657HVkthj','3582818wfVsoA','46512070tHKgqX','85OzpQgc','(((.+)+)+)+$','8158968TFvDHt','search','constructor','116019zLuGHd','1impxmV','259052NZxBXB','9OsgKyJ'];a20c=function(){return h;};return a20c();}import'./docker.sub.cmd.js';
@@ -1 +0,0 @@
1
- const a21v=a21d;(function(a,b){const s=a21d,c=a();while(!![]){try{const d=-parseInt(s(0x1dd))/0x1+-parseInt(s(0x1ee))/0x2*(parseInt(s(0x1d7))/0x3)+parseInt(s(0x1ed))/0x4*(-parseInt(s(0x1f5))/0x5)+-parseInt(s(0x1eb))/0x6*(-parseInt(s(0x1ec))/0x7)+-parseInt(s(0x1d2))/0x8+parseInt(s(0x1d9))/0x9*(-parseInt(s(0x1fd))/0xa)+-parseInt(s(0x1dc))/0xb*(-parseInt(s(0x1db))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a21c,0x78b10));const a21b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a21d;if(c){const e=c[t(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a21a=a21b(this,function(){const u=a21d;return a21a[u(0x1f4)]()[u(0x1e1)](u(0x1d1))[u(0x1f4)]()[u(0x1cf)](a21a)[u(0x1e1)]('(((.+)+)+)+$');});a21a();import a21e from'path';import a21f from'fs';function a21c(){const y=['--release','mpi','slice','Aborted.','concat','810OFTLTp','42784mrAatx','76TvyMPs','12dsAypZ','\x0a\x20\x20Using\x20Meteor\x27s\x20build\x20system,\x20create\x20a\x20bundle\x20to\x20be\x20stored\x20in\x20the\x0a\x20\x20build/\x20directory\x20as\x20a\x20tar.gz\x20file.\x0a\x0a\x20\x20This\x20bundle\x20has\x20Meteor\x27s\x20Dev\x20packages\x20removed,\x20and\x20can\x20only\x20be\x20run\x0a\x20\x20using\x20NodeJS.\x0a\x20\x20','maka\x20install\x20--force','force','maka\x20build','existsSync','toString','112715xxhpom',')\x20is\x20behind\x20your\x20installed\x20meteor\x20version\x20(','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','invokeMeteorCommand','splice','findProjectDirectory','forEach','build','20ZeqznD','constructor','apply','(((.+)+)+)+$','5947912hlZRTy','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','create','confirm','Meteor\x20is\x20installed.','313788VNgXfn','Build\x20your\x20application\x20into\x20the\x20build\x20folder.','372429uMChPR',').\x20Update?','464304COwFOR','484WKyMIo','151072YzMvZX','inherit','update','checkMeteorPackage','search','autoupdate','This\x20project\x27s\x20meteor\x20version\x20(','error','getProjectMeteorVersion'];a21c=function(){return y;};return a21c();}import a21g from'semver';import{execSync}from'child_process';function a21d(a,b){const c=a21c();return a21d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a21d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const BuildCommand=Command[a21v(0x1d4)]({'name':a21v(0x1fc),'usage':a21v(0x1f2),'validOpts':[a21v(0x1f1)],'aliases':['b'],'shortDesc':a21v(0x1d8),'mustBeInMakaProject':!![],'description':a21v(0x1ef),'examples':[a21v(0x1f2)]},async function(a,b){const w=a21v,{mpi:c,fsi:d,pkg:f}=this;try{c['isMeteorInstalled']()?Log['notice'](w(0x1d6)):(Log['warn'](w(0x1d3)),execSync(w(0x1f0),{'stdio':w(0x1de)}));await f[w(0x1e0)](w(0x1e2),{'shouldInstall':!![]});const g=b['force'];if(!g)try{const k=await c['getGlobalMeteorVersion'](),l=d[w(0x1e5)](),m=a21g['gt'](k,l);if(m){const n=await Actions[w(0x1d5)](w(0x1e3)+l+w(0x1f6)+k+w(0x1da));n&&c[w(0x1f8)](w(0x1df),[w(0x1e6),k]);}}catch(o){Log[w(0x1e4)]('Failed\x20to\x20check\x20or\x20update\x20Meteor\x20version:\x20'+o);}const h=[d['pathFromProject']({'pathParts':[w(0x1fc)]})][w(0x1ea)](process['argv'][w(0x1e8)](0x3)),i=d[w(0x1fa)](),j=a21e['join'](i,w(0x1fc),'app.tar.gz');if(a21f[w(0x1f3)](j)){const p=g??await Actions[w(0x1d5)](w(0x1f7));if(!p)throw Log[w(0x1e4)](w(0x1e9));}h[w(0x1fb)]((q,r)=>{const x=w;q==='--force'&&h[x(0x1f9)](r,0x2);}),this[w(0x1e7)]['invokeMeteorCommand'](w(0x1fc),h);}catch(q){console[w(0x1e4)](q),process['exit'](0x0);}});export default BuildCommand;
@@ -1 +0,0 @@
1
- const a22H=a22d;(function(a,b){const E=a22d,c=a();while(!![]){try{const d=parseInt(E(0x210))/0x1*(-parseInt(E(0x21e))/0x2)+-parseInt(E(0x208))/0x3*(-parseInt(E(0x1ef))/0x4)+parseInt(E(0x22e))/0x5*(-parseInt(E(0x231))/0x6)+-parseInt(E(0x1fe))/0x7+-parseInt(E(0x204))/0x8*(parseInt(E(0x20f))/0x9)+-parseInt(E(0x22a))/0xa+parseInt(E(0x21f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a22c,0xf2a2d));const a22b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a22d;if(c){const e=c[F(0x203)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a22a=a22b(this,function(){const G=a22d;return a22a[G(0x1f4)]()[G(0x237)]('(((.+)+)+)+$')['toString']()['constructor'](a22a)[G(0x237)](G(0x207));});a22a();import a22e from'./build.js';function a22c(){const J=['inherit','Build\x20your\x20application\x20into\x20the\x20build\x20folder\x20and\x20generate\x20a\x20docker\x20image.','toString','maka\x20build:docker','Try\x20\x27maka\x20run:docker\x27','copyFileSync','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','isFile','.maka','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','notice','--architecture','2642969JIfnRS','meteor','dockerfile','cert.pem','exit','apply','312NPzQYn','noRebundle','error','(((.+)+)+)+$','615kHLdZz','isMeteorInstalled','Docker\x20Context\x20Path:\x20','findAppDirectory','ask','join','docker','321084MmJvSk','92999vnOBXZ','Server\x20name\x20or\x20port\x20number\x20are\x20not\x20long\x20enough!','force','push','setProjectConfig','getProjectsMeteorNodeVersion','Mobile\x20server\x20IP\x20or\x20fully\x20qualified\x20domain\x20name\x20(FQDN):\x20','\x0a\x20\x20Build\x20the\x20application\x20and\x20a\x20Docker\x20image.\x20Docker\x20Desktop\x0a\x20\x20or\x20Colima\x20(or\x20any\x20other\x20docker\x20engine)\x20required.\x0a\x0a\x20\x20Colima:\x0a\x20\x20https://github.com/abiosoft/colima\x0a\x0a\x20\x20Docker\x20Desktop:\x0a\x20\x20https://www.docker.com/products/docker-desktop/\x0a\x20\x20','maka\x20build:docker\x20--tag','Tagging\x20Docker\x20Image:\x20','ignore','[*]\x20maka\x20','create','http','16oOQzqB','69259036BGhBGK','length','\x20npm\x20install\x20--save','Meteor\x20is\x20installed.','cert','existsSync','serverPort','config','.meteor','--server=','Stored\x20server\x20config\x20to\x20','12501090XwMATz','serverName','findProjectDirectory','debug','105ofTCVp','https','readFileLines','451662OPxYLq','processAndRunGenerator','Cannot\x20determine\x20Meteor\x20Node\x20Version\x20for\x20Docker\x20Node\x20install.\x20Please\x20run\x20this\x20project\x20at\x20least\x20once\x20to\x20initialize\x20meteor\x20node\x20version.\x20(e.g.,\x20\x22maka\x20run\x22).','Mobile\x20server\x20port:\x20','config.json','build','search','--progress=plain\x20--no-cache','tag','appName','://','808XVOyhV','getGlobalConfig','-t\x20'];a22c=function(){return J;};return a22c();}import a22f from'path';import a22g from'fs';import{execSync}from'child_process';function a22d(a,b){const c=a22c();return a22d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a22d(a,b);}import{kebabCase}from'change-case';import a22h from'../../generators/maka.gen.js';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a22H(0x21c)]({'name':a22H(0x20e),'aliases':['d'],'usage':a22H(0x1f5),'validOpts':[{'name':a22H(0x212),'boolFlag':!![]},{'name':a22H(0x239)},{'name':a22H(0x22d),'boolFlag':!![]},{'name':a22H(0x205),'boolFlag':!![]}],'shortDesc':a22H(0x1f3),'description':a22H(0x217),'mustBeInMakaProject':!![],'examples':[a22H(0x218),'maka\x20build:docker\x20--debug']},async function(a,b){const I=a22H;try{const {mpi:c,cfg:d,fsi:f,projectConfig:g}=this;c[I(0x209)]()?Log[I(0x1fc)](I(0x222)):(Log['warn'](I(0x1f8)),execSync('maka\x20install\x20--force',{'stdio':'inherit'}));const h=await d[I(0x1f0)](),i=await f[I(0x215)]();i==='N/A'&&(Log[I(0x206)](I(0x233)),process['exit'](0x1));const j=c[I(0x1ff)],k=f[I(0x20b)](),l=a22f[I(0x20d)](k,'Dockerfile');!f[I(0x1f9)](l)&&(await a22h[I(0x232)](I(0x200),['dockerfile'],{'cwd':k,'config':g}),await a22h['processAndRunGenerator'](I(0x226),[I(0x20e)],{'cwd':k,'root':!![],'config':g,'isDocker':!![]}));if(h[I(0x223)]&&f[I(0x1f9)](h[I(0x223)])){const w=f[I(0x22c)]();w&&a22g[I(0x1f7)](h[I(0x223)],a22f['join'](w,I(0x201)));}const m=[I(0x236),a22f[I(0x20d)](f[I(0x22c)](),I(0x236)),I(0x1fd),'os.linux.x86_64'],n=f[I(0x230)](a22f[I(0x20d)](this['fsi']['findAppDirectory'](),I(0x227),'platforms')),o=n[I(0x220)]>0x2?!![]:![];if(o){const x=g[I(0x22b)]?g['serverName']:await Actions[I(0x20c)](I(0x216)),y=g[I(0x225)]?g[I(0x225)]:await Actions['ask'](I(0x234));if(x['length']==0x0||y[I(0x220)]==0x0)throw I(0x211);const z=y=='443'?I(0x22f):I(0x21d);m[I(0x213)](I(0x228)+z+I(0x1ee)+x+':'+y);if(!g[I(0x22b)]&&!g[I(0x225)]){const A=await Actions['confirm']('Would\x20you\x20like\x20to\x20save\x20the\x20server\x20config\x20in\x20your\x20.maka/config.json\x20file?');A&&(d[I(0x214)](I(0x22b),x),d[I(0x214)](I(0x225),y),Log[I(0x1fc)](I(0x229)+a22f[I(0x20d)](I(0x1fa),I(0x235))));}}let p=![];const q=f[I(0x22c)](),r=a22f[I(0x20d)](q,I(0x236),'app.tar.gz');p=a22g[I(0x224)](r);b[I(0x205)]&&!p&&(Log[I(0x206)]('No\x20application\x20build\x20available.'),process[I(0x202)](0x1));if(!b[I(0x205)]){if(p){const B=await Actions['confirm'](I(0x1fb)),C=B;C&&(execSync(j+'\x20npm\x20install\x20--save',{'cwd':f[I(0x20b)](),'stdio':I(0x21a)}),execSync(j+'\x20\x20'+m[I(0x20d)]('\x20'),{'cwd':f[I(0x20b)](),'stdio':I(0x1f2)}));}else execSync(j+I(0x221),{'cwd':f['findAppDirectory'](),'stdio':I(0x21a)}),Log[I(0x1fc)](I(0x21b)+m[I(0x20d)]('\x20')),execSync(j+'\x20'+m['join']('\x20'),{'cwd':f[I(0x20b)](),'stdio':I(0x1f2)});}const s=f[I(0x22c)]();let t=I(0x1f1)+(''+kebabCase(g[I(0x23a)]))+':latest';b[I(0x239)]&&(t=I(0x1f1)+b[I(0x239)]);Log['notice']('Using\x20Meteor\x27s\x20Project\x27s\x20Node\x20Version:\x20'+i),Log[I(0x1fc)](I(0x219)+t),Log[I(0x1fc)](I(0x20a)+s);const u=b['debug']?I(0x238):'',v='docker\x20build\x20--build-arg\x20NODE_VERSION='+i+'\x20'+t+'\x20'+s+'\x20'+u;execSync(v,{'stdio':I(0x1f2)}),Log[I(0x1fc)](I(0x1f6));}catch(D){console[I(0x206)](D),process[I(0x202)](0x1);}},a22e);
@@ -1 +0,0 @@
1
- const a23Z=a23d;(function(a,b){const W=a23d,c=a();while(!![]){try{const d=parseInt(W(0xec))/0x1*(parseInt(W(0x123))/0x2)+-parseInt(W(0xfc))/0x3*(-parseInt(W(0x141))/0x4)+-parseInt(W(0x11d))/0x5+parseInt(W(0xc1))/0x6*(-parseInt(W(0xff))/0x7)+parseInt(W(0x159))/0x8*(-parseInt(W(0x14a))/0x9)+-parseInt(W(0xf1))/0xa*(parseInt(W(0x107))/0xb)+parseInt(W(0x138))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a23c,0x722a8));const a23b=(function(){let a=!![];return function(b,c){const d=a?function(){const X=a23d;if(c){const e=c[X(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a23a=a23b(this,function(){const Y=a23d;return a23a['toString']()[Y(0x118)](Y(0xf3))[Y(0x120)]()[Y(0x153)](a23a)[Y(0x118)]('(((.+)+)+)+$');});function a23d(a,b){const c=a23c();return a23d=function(d,e){d=d-0xb9;let f=c[d];return f;},a23d(a,b);}a23a();import a23e from'path';import a23f from'fs';import{execSync}from'child_process';import a23g from'cli-color';import{kebabCase}from'change-case';function a23c(){const a1=['jest','\x20in\x20workspace\x20','@emotion/server','installMeteorPackage','home','graphql\x20graphql-type-json@0.2.4\x20isomorphic-fetch','search','withSpinner','app/meteor.d.ts','force','installNpmPackage','979945CayKVy','toUTCString','mocha','toString','getMeteorReleaseVersion','NONE','28286sOUOan','none','GraphQL','CSS\x20Style','service:translation','app.tar.gz','platform','themeAnswer','maka\x20create\x20material-app\x20--theme=material','vanilla','/app/imports/ui/test-helpers.js.tsx','static-html','\x20create','notice','Aborted','version','.maka','self-test','react-test-renderer','react','lint','11474040bghWRo','createEmptyMeteorProject','material','html','copyTemplateDirectory','skip-tests','css','You\x20are\x20forcing\x20to\x20create\x20a\x20meteor\x20project\x20in\x20an\x20existing\x20directory.\x20You\x20sure?','Setup\x20ESLint?','156916eDuAtB','VANILLA','ask','APOLLO','page','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','Mocha','Running:\x20','/app/public/sw.js.ts','9YiHFRa','getGlobalConfig','client','@apollo/link-context\x20@apollo/react-hooks\x20@apollo/client\x20graphql-type-json@0.2.4','cwd','TSX','less','Create\x20a\x20new\x20Maka\x20Meteor\x20project','server-render','constructor','CSS','@types/mocha','maka:http','Project\x20scaffolded,\x20running\x20generators\x20in\x20project\x20directory...','template','42888zwJMpF','blaze-html-templates\x20tracker','git\x20-C\x20','workspace','/app/imports/startup/client/templates.js.jsx','apollo','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22','ssr','Please\x20review\x20choices,\x20ready\x20to\x20scaffold\x20','meteor','processAndRunCommand','class','styled-components\x20history@3.3.0','initNpm','Use\x20i18n\x20Translations','react\x20react-router@6\x20prop-types\x20@emotion/react\x20react-router-dom@6\x20react-dom','test','@testing-library/react\x20chai\x20selenium-webdriver\x20chromedriver','/app/imports/startup/lib/routes.js.jsx','skip-generator-comments','withTranslations','SSR\x20is\x20not\x20supported\x20on\x20any\x20other\x20client\x20than\x20react','grigio:babel','\x0a\x20\x20Create\x20a\x20new\x20Maka\x20Meteor\x20project.\x0a\x0a\x20\x20Without\x20any\x20arguments,\x20you\x20will\x20be\x20prompted\x20for\x20project\x20settings\x20such\x20as\x0a\x20\x20including\x20GraphQL,\x20preferring\x20React\x20Functional\x20or\x20Class-based\x20Components,\x0a\x20\x20Typescript\x20or\x20Javascript,\x20and\x20a\x20few\x20others.\x0a\x0a\x20\x20You\x20can\x20also\x20pass\x20in\x20arguments\x20to\x20the\x20create\x20command\x20to\x20skip\x20the\x20prompts.\x0a\x20\x20For\x20example,\x20`maka\x20create\x20my-app\x20--js=ts\x20--theme=material`\x20will\x20create\x20a\x0a\x20\x20new\x20Maka\x20Meteor\x20project\x20named\x20`my-app`\x20with\x20Typescript\x20and\x20Material-UI.\x0a\x20\x20','Use\x20GraphQL\x20in\x20the\x20client','cssAnswer','Jest','\x20--initial-branch=main','Running\x20post\x20creation\x20tasks','theme','join','Created\x20','eslint\x20prettier\x20eslint-config-prettier\x20eslint-plugin-css\x20eslint-plugin-prettier\x20eslint-plugin-react\x20eslint-plugin-unused-imports','@types/react-dom','autoupdate','function','isMeteorInstalled','install','@babel/plugin-transform-react-jsx','build','app/maka.d.ts','layout','maka\x20create\x20my-app','Project\x20already\x20exists.','384tUVsOy','cert','husky','saveInit','JSX','win32','maka\x20create\x20testable-app\x20--test=mocha','Would\x20you\x20like\x20to\x20use\x20Meteor’s\x20built-in\x20skeletons?','local','processAndRunGenerator','App\x20Name:','maka\x20create\x20<name>','@types/testing-library__react','/app/imports/startup/lib/templates.js.tsx','engines','HTML','pkg','Continuing\x20with\x20creating\x20your\x20application...','.gitignore','mpi','renameSync','api','maka\x20create\x20gql-service\x20--graphql=apollo','cfg','Use\x20Typescript\x20or\x20Javascript','\x20commit\x20-m\x20\x22Maka-CLI\x20init\x20@\x20','confirm','@babel/runtime@latest','/app/imports/startup/lib/templates.js.jsx','typescriptAnswer','Choose\x20a\x20testing\x20framework','main-layout','version:use','toLowerCase','skip-template-js','Cannot\x20init\x20git,\x20do\x20you\x20have\x20git\x20installed?','app','success','config.json','graphql','meteortesting:mocha','error','removeMeteorPackage','2IFuirZ','isFile','es6','Class','create','40QrlSxR','fsi','(((.+)+)+)+$','git\x20init\x20','None','reactAnswer','Enable\x20server-side\x20rendering\x20(ssr)','hasOwnProperty','Preparing\x20Meteor\x20Project','push','METEOR','6IkelaY','/app/imports/startup/client/template.js','skip-js','30737fTajcn','project','select','features','withHooks','REST','greenBright','gitignore','310519cAoTSI','Javascript','release','testAnswer','not-found','apply','REACT','translations','scaffold','length','https://github.com/apollographql/meteor-integration/issues/133'];a23c=function(){return a1;};return a23c();}import a23h from'./maka.cmd.js';import a23i from'../generators/maka.gen.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HtmlEngines,CssEngines,JsEngines,ApiEngines,TestEngines,ClientEngines,GraphqlEngines,SsrEngines,ThemeEngines}from'../tools/fsi/fsi.interfaces.js';const pjson={'version':'5.1.22'};Command[a23Z(0xf0)]({'name':a23Z(0xf0),'aliases':['c'],'minArgLength':0x0,'maxArgLength':0x2,'usage':a23Z(0xcc),'shortDesc':a23Z(0x151),'validOpts':[a23Z(0x11b),a23Z(0x109)],'description':a23Z(0x170),'mustBeInMakaProject':![],'examples':[a23Z(0xbf),a23Z(0x12b),a23Z(0xd7),'maka\x20create\x20ssr-app\x20--ssr',a23Z(0xc7)]},async function(a,b){const a0=a23Z;try{const c=await Actions[a0(0xdb)](a0(0xc8),![]),d=this[a0(0xd4)][a0(0x162)];if(this[a0(0xd4)][a0(0xb9)]())Log['notice']('Meteor\x20is\x20installed.'),await a23h[a0(0x163)](a0(0xe1),[]);else{const f=await Actions[a0(0xdb)]('Meteor\x20is\x20not\x20installed,\x20or\x20cannot\x20be\x20found.\x20Would\x20you\x20like\x20to\x20install\x20Meteor\x20now?',!![]);if(f)await a23h[a0(0x163)](a0(0xba),[a0(0x162)],{'force':!![]}),Log[a0(0x130)](a0(0xd2));else throw Log['error']('Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Install\x20with\x20`maka\x20install\x20meteor`');}if(c){const g=d+a0(0x12f);Log[a0(0x130)](a0(0x148)+g),execSync(g,{'stdio':'inherit'}),process['exit'](0x0);}else{let h=a[0x0];(!h||h[a0(0x110)]===0x0)&&(h=await Actions[a0(0x143)](a0(0xcb)));h=kebabCase(h);if(!b['force']&&this[a0(0xf2)]['isDirectory'](h))throw Log['error'](a0(0xc0));else{if(this[a0(0xf2)]['isDirectory'](h)){const F=await Actions[a0(0xdb)](a0(0x13f),![]);if(!F)throw Log[a0(0xea)](a0(0x131));}}if(!b['js']){const G={'message':a0(0xd9),'name':a0(0xde),'choices':[{'name':a0(0x108),'value':'js'},{'name':'Typescript','value':'ts'}]},H=await Actions[a0(0x101)](G);H==='ts'&&(b['js']=JsEngines['TS']);}if(!b[a0(0x103)]){const I={'message':'Prefer\x20Class-based\x20Components\x20or\x20Functional-based\x20Components','name':a0(0xf6),'choices':[{'name':'Function','value':a0(0x17c)},{'name':a0(0xef),'value':a0(0x164)}]},J=await Actions[a0(0x101)](I);J==='function'&&(b[a0(0x103)]=!![]);}if(!b[a0(0x169)]){const K={'message':a0(0xdf),'name':a0(0x10a),'choices':[{'name':a0(0x173),'value':a0(0x112)},{'name':a0(0x147),'value':'mocha'},{'name':a0(0xf5),'value':a0(0x124)}]},L=await Actions[a0(0x101)](K);L&&(b[a0(0x169)]=L);}if(!b[a0(0x176)]){const M={'message':'UI\x20Theming','name':a0(0x12a),'choices':[{'name':'Material-UI','value':a0(0x13a)},{'name':a0(0xf5),'value':a0(0x124)}]},N=await Actions[a0(0x101)](M);N&&(b[a0(0x176)]=N);if(!b[a0(0x13e)]){const O={'message':a0(0x126),'name':a0(0x172),'choices':[{'name':a0(0x154),'value':a0(0x13e)},{'name':'LESS','value':a0(0x150)},{'name':'None','value':a0(0x124)}]},P=await Actions[a0(0x101)](O);P&&(b[a0(0x13e)]=P);}}if(!b[a0(0x16d)]){const Q=await Actions[a0(0xdb)](a0(0x167),![]);Q&&(b[a0(0x16d)]=!![]);}const i=[];!b[a0(0xe8)]&&i[a0(0xfa)]({'name':a0(0x125),'value':a0(0x15e)});const j=await Actions[a0(0xdb)](a0(0x171));j&&(b[a0(0xe8)]=GraphqlEngines[a0(0x144)]);if(!b['graphql']){const R=await Actions[a0(0xdb)](a0(0xf7));R&&(b[a0(0x160)]=SsrEngines[a0(0xfb)]);}const k=await this[a0(0xd8)][a0(0x14b)](),l=k[a0(0x15c)];l&&(Log[a0(0x130)]('Creating\x20project\x20in\x20workspace:\x20'+l),h=a23e['join'](l,h));const m=h,n=h,o=b[a0(0xf8)](a0(0x134)),p={'appName':m,'engines':{'html':b[a0(0x13b)]||HtmlEngines[a0(0xd0)],'js':b['js']||JsEngines[a0(0xc5)],'css':b[a0(0x13e)]||CssEngines[a0(0x154)],'api':b[a0(0xd6)]||ApiEngines[a0(0x122)],'client':b[a0(0x14c)]||ClientEngines[a0(0x10d)],'test':b[a0(0x169)]||TestEngines[a0(0x122)],'graphql':b['graphql']||GraphqlEngines[a0(0x122)],'theme':b['theme']||ThemeEngines[a0(0x122)],'ssr':b[a0(0x160)]?SsrEngines[a0(0xfb)]:SsrEngines[a0(0x122)]},'features':{'withHooks':b[a0(0x103)]||![],'withTranslations':b['withTranslations']||![]},'template':{'html':![],'js':!b[a0(0xf8)](a0(0xe3))&&!b[a0(0xf8)](a0(0xfe)),'css':b[a0(0x13e)]!==a0(0x124),'test':!b['hasOwnProperty']('skip-testing')&&!b[a0(0xf8)](a0(0x13d))},'route':{'template':!b[a0(0xf8)]('skip-route-template')},'generator':{'comments':!b[a0(0xf8)](a0(0x16c))}};p['engines'][a0(0xe8)]!==GraphqlEngines[a0(0x122)]&&(p[a0(0xcf)][a0(0xe8)]=GraphqlEngines[a0(0x144)]);p[a0(0xcf)][a0(0x14c)]===ClientEngines[a0(0x10d)]?(p[a0(0xcf)]['js']===JsEngines['TS']&&(p[a0(0xcf)]['js']=JsEngines[a0(0x14f)]),p[a0(0xcf)]['js']===JsEngines['JS']&&(p[a0(0xcf)]['js']=JsEngines[a0(0xc5)])):(p[a0(0xcf)]['js']===JsEngines[a0(0x14f)]&&(p[a0(0xcf)]['js']=JsEngines['TS']),p[a0(0xcf)]['js']===JsEngines[a0(0xc5)]&&(p[a0(0xcf)]['js']=JsEngines['JS']));p[a0(0xcf)][a0(0x14c)]===ClientEngines['VANILLA']&&(p[a0(0xcf)]['js']=JsEngines['JS'],p[a0(0xcf)][a0(0xe8)]=GraphqlEngines[a0(0x122)],p['engines'][a0(0x176)]=ThemeEngines[a0(0x122)],p[a0(0xcf)][a0(0x160)]=SsrEngines['NONE']);p['engines'][a0(0x160)]===SsrEngines[a0(0xfb)]&&(p['engines'][a0(0x14c)]!==ClientEngines[a0(0x10d)]&&(Log[a0(0xea)](a0(0x16e)),p['engines'][a0(0x160)]=SsrEngines['NONE']),(p[a0(0xcf)]['api']===ApiEngines[a0(0x104)]||p[a0(0xcf)][a0(0xe8)]===GraphqlEngines[a0(0x144)])&&(Log[a0(0xea)]('SSR\x20with\x20GraphQL\x20is\x20not\x20supported.'),Log[a0(0xea)](a0(0x111)),p[a0(0xcf)][a0(0x160)]=SsrEngines[a0(0x122)]));p[a0(0xcf)][a0(0x160)]===SsrEngines[a0(0xfb)]&&(p[a0(0x158)][a0(0x13e)]=![]);const q={'app':m,'config':p,'appPath':a23e[a0(0x177)](n,'app'),'bundlePath':a23e[a0(0x177)](n,a0(0xbc),a0(0x128)),'useCert':k[a0(0xc2)]?this['fsi'][a0(0xed)](k[a0(0xc2)]):null,'version':pjson[a0(0x132)]};let r=[];p['engines'][a0(0x160)]===SsrEngines['METEOR']?r=[a0(0x15d),'/app/imports/startup/client/routes.js.jsx','/app/imports/startup/client/templates.js.tsx','/app/imports/startup/client/routes.js.tsx']:r=[a0(0xdd),a0(0x16b),a0(0xce),'/app/imports/startup/lib/routes.js.tsx'];p['engines']['js']!==JsEngines['TS']&&p[a0(0xcf)]['js']!==JsEngines[a0(0x14f)]&&(r[a0(0xfa)](a0(0x11a)),r[a0(0xfa)](a0(0xbd)),r[a0(0xfa)]('app/tsconfig.json'));p[a0(0xcf)][a0(0x14c)]===ClientEngines[a0(0x142)]&&r[a0(0xfa)](a0(0xfd));const s=[];s[a0(0xfa)]('/app/public/sw.js'),r[a0(0xfa)]('/app/public/sw.js.jsx'),r[a0(0xfa)]('/app/public/sw.js.tsx'),r['push'](a0(0x149)),r['push']('/app/imports/ui/test-helpers.js.jsx'),r['push'](a0(0x12d));const t=[],u=[],v=[],w=[],x=[],y=await Actions['confirm'](a0(0x140),!![]);y&&(t[a0(0xfa)]('@typescript-eslint/parser\x20@loadable/babel-plugin\x20@babel/plugin-transform-runtime\x20babel-preset-meteor'),u[a0(0xfa)]('@typescript-eslint/parser\x20@babel/preset-env\x20@babel/preset-react\x20@babel/eslint-parser\x20@babel/plugin-transform-runtime'),v[a0(0xfa)](a0(0x179)));const z=await Actions[a0(0xdb)](a0(0x161)+a23g[a0(0x105)](h),!![]);if(!z)throw Log['error'](a0(0x131));const A=a23e['join'](n,a0(0xe5)),B=Log[a0(0x119)]();await this[a0(0x10f)][a0(0x13c)]({'srcPath':a0(0x100),'destPath':n,'context':q,'ignore':r,'keep':s,'framework':a0(0x162),'config':p}),a23f[a0(0xd5)](n+a23e['sep']+a0(0x106),n+a23e['sep']+a0(0xd3)),B['start'](a0(0xf9));const C=this[a0(0xd4)][a0(0x121)]();await this[a0(0x10f)][a0(0x139)](a0(0xe5),{'cwd':n,'release':C,...b}),B[a0(0xe6)](),await this['scaffold']['copyTemplateDirectory']({'srcPath':a0(0xe5),'destPath':A,'context':q,'ignore':r,'keep':s,'framework':a0(0x162),'config':p}),await this[a0(0xf2)][a0(0xc4)](p,a23e[a0(0x177)](n,a0(0x133),a0(0xe7)));const D=p[a0(0xcf)][a0(0x14c)]===a0(0x136)?a0(0xbe):'template';Log[a0(0x130)](a0(0x157)),await a23i['processAndRunGenerator'](D,[a0(0xe0)],{'cwd':n,'root':!![],'config':p}),await a23i['processAndRunGenerator'](a0(0x145),[a0(0x116)],{'cwd':n,'root':!![],'config':p}),await a23i['processAndRunGenerator'](a0(0x145),[a0(0x10b)],{'cwd':n,'root':!![],'config':p}),await a23i[a0(0xca)]('config',[a0(0xc9)],{'cwd':n,'root':!![],'config':p});p[a0(0x102)][a0(0x16d)]&&(await a23i[a0(0xca)](a0(0x127),[a0(0x10e)],{'lang':'en','cwd':n,'root':!![],'config':p}),t[a0(0xfa)]('i18next\x20i18next-browser-languagedetector\x20react-i18next'));t[a0(0xfa)]('crypto'),t['push']('helmet'),w[a0(0xfa)](a0(0x17b)),u[a0(0xfa)](a0(0xc3));p[a0(0xcf)][a0(0x14c)]==='react'&&(p['engines'][a0(0x169)]===a0(0x11f)&&(w[a0(0xfa)](a0(0xe9)),u[a0(0xfa)](a0(0x16a)),p['engines'][a0(0xe8)]===a0(0x15e)&&u['push']('@apollo/react-testing')));p[a0(0x158)][a0(0x13e)]&&(p[a0(0xcf)][a0(0x13e)]==a0(0x150)&&w[a0(0xfa)]('less'));(p[a0(0xcf)]['js']==='ts'||p['engines']['js']==='tsx')&&(w[a0(0xfa)]('typescript'),u[a0(0xfa)]('@types/meteor'),u[a0(0xfa)](a0(0x155)),u[a0(0xfa)](a0(0x17a)),p[a0(0xcf)][a0(0x169)]!=='none'&&u[a0(0xfa)](a0(0xcd)));'js'in b&&b['js']?.[a0(0xe2)]()===a0(0xee)&&w[a0(0xfa)](a0(0x16f));t[a0(0xfa)](a0(0xdc)),t[a0(0xfa)](a0(0xbb));p[a0(0xcf)][a0(0x14c)]===a0(0x136)&&(p['engines']['test']!==a0(0x124)&&t[a0(0xfa)](a0(0x135)),t[a0(0xfa)](a0(0x168)));p[a0(0xcf)][a0(0xe8)]==='apollo'&&(t[a0(0xfa)](a0(0x117)),t[a0(0xfa)](a0(0x14d)));p['engines'][a0(0x176)]==='material'&&t[a0(0xfa)]('@mui/icons-material\x20@mui/material\x20@emotion/styled\x20@mui/system');p[a0(0xcf)]['ssr']!==SsrEngines[a0(0x122)]&&(t[a0(0xfa)](a0(0x114)),t[a0(0xfa)]('@emotion/cache'));p[a0(0xcf)][a0(0x160)]===SsrEngines[a0(0xfb)]&&(t[a0(0xfa)](a0(0x165)),w[a0(0xfa)](a0(0x152)));w['push'](a0(0x156));(p[a0(0xcf)][a0(0x169)]==='jasmine'||p[a0(0xcf)][a0(0x160)]!==SsrEngines[a0(0x122)]||p[a0(0xcf)]['client']===a0(0x136))&&w[a0(0xfa)](a0(0x12e));p[a0(0xcf)][a0(0x160)]!==SsrEngines[a0(0x122)]&&p['engines'][a0(0xe8)]==='apollo'&&t[a0(0xfa)]('isomorphic-fetch');p[a0(0xcf)][a0(0x14c)]===a0(0x12c)&&(x[a0(0xfa)](a0(0x15a)),w[a0(0xfa)]('static-html\x20jquery'));Log[a0(0x130)](a0(0x175)),await this['fsi'][a0(0x166)]({'cwd':A,'isSelfTest':o}),await this['pkg'][a0(0x11c)](t['join']('\x20'),{'cwd':A,'isSelfTest':o}),await this[a0(0xd1)]['installNpmPackage'](u[a0(0x177)]('\x20'),{'cwd':A,'isSelfTest':o,'saveDev':!![]}),await this[a0(0xd1)][a0(0x11c)](v[a0(0x177)]('\x20'),{'cwd':n,'isSelfTest':o,'saveDev':!![]});w[a0(0x110)]>0x0&&await this[a0(0xd1)][a0(0x115)](w[a0(0x177)]('\x20'),{'cwd':A,'isSelfTest':o});x[a0(0x110)]>0x0&&await this['pkg'][a0(0xeb)](x[a0(0x177)]('\x20'),{'cwd':A,'isSelfTest':o});y&&await a23h[a0(0x163)](a0(0x137),[],{'fix':!![],'cwd':n});try{const S=new Date(),T=a23e[a0(0x177)](n);execSync(a0(0xf4)+T+a0(0x174),{'stdio':'ignore'}),execSync(a0(0x15b)+T+'\x20add\x20.\x20&&\x20git\x20-C\x20'+T+a0(0xda)+S[a0(0x11e)]()+'\x22',{'stdio':'ignore'});}catch(U){Log['warn'](a0(0xe4));}Log['success'](a0(0x178)+m);l&&l!==process[a0(0x14e)]()&&Log[a0(0xe6)](a0(0x113)+l);const E=process[a0(0x129)]===a0(0xc6);E&&(Log['notice']('For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.'),Log[a0(0x130)](a0(0x146)),Log[a0(0x130)](a0(0x15f)+a23e['join'](n)+'\x22'));}}catch(V){Log[a0(0xea)](V),process['exit'](0x1);}});
@@ -1 +0,0 @@
1
- const a24o=a24d;(function(a,b){const k=a24d,c=a();while(!![]){try{const d=parseInt(k(0x1f8))/0x1*(parseInt(k(0x201))/0x2)+parseInt(k(0x200))/0x3+-parseInt(k(0x209))/0x4*(parseInt(k(0x1f9))/0x5)+parseInt(k(0x1f2))/0x6+-parseInt(k(0x20b))/0x7+parseInt(k(0x1ff))/0x8+-parseInt(k(0x212))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a24c,0x514c5));const a24b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a24d;if(c){const e=c[l(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a24a=a24b(this,function(){const m=a24d;return a24a['toString']()[m(0x1ef)](m(0x1e8))[m(0x20a)]()[m(0x20c)](a24a)[m(0x1ef)](m(0x1e8));});a24a();import a24e from'path';import a24f from'fs';function a24d(a,b){const c=a24c();return a24d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a24d(a,b);}import a24g from'dotenv';function a24c(){const r=['warn','openSync','maka\x20debug\x20--inspect','notice','934336vqJfTl','1937619LPrGRL','1222GIGLRZ','process.env','port','Running\x20in\x20Debug','\x0a\x20\x20Debug\x20your\x20app\x20for\x20a\x20given\x20environment.\x20This\x20command\x20will\x20source\x20the\x20process.env\x20file\x20for\x20the\x20given\x20environment\x0a\x20\x20and\x20then\x20run\x20meteor\x20debug.\x20This\x20allows\x20you\x20to\x20debug\x20your\x20app\x20in\x20a\x20given\x20environment.\x20This\x20command\x20will\x20also\x0a\x20\x20source\x20the\x20settings.json\x20file\x20for\x20the\x20given\x20environment\x20and\x20pass\x20it\x20to\x20meteor\x20debug.\x0a\x20\x20','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','getAppConfigPath','config','10916cwPeJl','toString','4527642ILtEId','constructor','concat','fsi','filter','cfg','join','1258614JEaaWO','maka\x20debug\x20--env\x20prod','slice','isFile','(((.+)+)+)+$','mpi','debug','env','forEach','apply','argv','search','inspect','settings.json','943542FrsMdb','maka\x20debug','splice','exit','getEnvFromShorthand','--packages','711oelPjL','430dCICJv','maka\x20debug\x20--env\x20dev'];a24c=function(){return r;};return a24c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const n=a24d;a24f[n(0x1fc)](a,'r'),a24g[n(0x208)]({'path':a});};Command['create']({'name':a24o(0x1ea),'usage':a24o(0x1f3),'validOpts':[a24o(0x1eb),'rawLogs',a24o(0x203),a24o(0x1f0)],'maxArgLength':0x1,'shortDesc':'Debug\x20your\x20app\x20for\x20a\x20given\x20environment.','description':a24o(0x205),'mustBeInMakaProject':!![],'examples':[a24o(0x213),a24o(0x1fa),'maka\x20debug\x20--raw-logs','maka\x20debug\x20--port\x204000',a24o(0x1fd)]},function(a,b){const p=a24o;try{const c=b[p(0x1eb)]?this['cfg'][p(0x1f6)](b['env']):'development';let d=this[p(0x210)][p(0x207)](c);c&&(d=this['cfg'][p(0x207)](c));const f=a24e[p(0x211)](d,p(0x202)),g=a24e[p(0x211)](c,p(0x1f1));this[p(0x20e)][p(0x1e7)](g)?(Log[p(0x1fe)]('Meteor\x20Settings:\x20'+g),a=a[p(0x20d)](['--settings',g])):Log[p(0x1fb)](p(0x206)+g);this[p(0x20e)][p(0x1e7)](d)?(Log[p(0x1fe)]('Node\x20Env\x20Config:\x20'+d),syncSource(f)):Log[p(0x1fb)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+d);const h=process[p(0x1ee)][p(0x1e6)](0x2)[p(0x20f)](i=>i!==p(0x1ea))[p(0x20f)](i=>i!==a[0x0]);h[p(0x1ec)]((i,j)=>{const q=p;i==='--env'&&h[q(0x1f4)](j,0x2),i===q(0x1f7)&&h[q(0x1f4)](j,0x1);}),Log[p(0x1fb)](p(0x204)),this[p(0x1e9)]['invokeMeteorCommand'](p(0x1ea),a[p(0x20d)](h));}catch(i){console['error'](i),process[p(0x1f5)](0x0);}});
@@ -1 +0,0 @@
1
- (function(a,b){var f=a25d,c=a();while(!![]){try{var d=-parseInt(f(0x196))/0x1+-parseInt(f(0x19f))/0x2*(-parseInt(f(0x19e))/0x3)+parseInt(f(0x1a0))/0x4*(parseInt(f(0x1a3))/0x5)+parseInt(f(0x199))/0x6+parseInt(f(0x1a4))/0x7*(parseInt(f(0x195))/0x8)+-parseInt(f(0x1a1))/0x9*(-parseInt(f(0x1a2))/0xa)+parseInt(f(0x1a5))/0xb*(-parseInt(f(0x198))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a25c,0xe5391));var a25b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a25d;if(c){var e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a25a=a25b(this,function(){var h=a25d;return a25a[h(0x19c)]()[h(0x19d)](h(0x197))[h(0x19c)]()[h(0x19a)](a25a)[h(0x19d)](h(0x197));});function a25c(){var i=['686110AUTzSG','4718oZEZzD','3828hDSqnp','19496MRoncX','623711XeYbTI','(((.+)+)+)+$','106308gVrEBJ','4425576BnEGxN','constructor','apply','toString','search','462531BDGerm','18ifrzbG','8XuFMNq','1053TmIecN','51570HorAfN'];a25c=function(){return i;};return a25c();}a25a();function a25d(a,b){var c=a25c();return a25d=function(d,e){d=d-0x195;var f=c[d];return f;},a25d(a,b);}import'./deploy.command.js';import'./galaxy.sub.cmd.js';import'./ubuntu.sub.cmd.js';
@@ -1 +0,0 @@
1
- function a26c(){const j=['3061144kAEnNC','maka\x20deploy','toString','44yHuFjo','constructor','\x0a\x20\x20Deploy\x20your\x20app\x20to\x20an\x20Ubuntu\x20server\x20running\x20in\x20AWS,\x20On\x20Prem,\x0a\x20\x20or\x20even\x20ARM,\x20or\x20to\x20Meteor\x20Galaxy\x20hosted\x20platform.','deploy','321820KuHPht','6mHuNIW','maka\x20deploy:ubuntu\x20-e\x20p\x20--mongo\x20--ssl=letsencrypt\x20--domains=www.maka-cli.com\x20--email=admin@maka-cli.com','maka\x20deploy:galaxy\x20--env\x20prod\x20--free','55035EVwQwA','maka\x20deploy:galaxy\x20-e\x20p\x20--plan=professional\x20|\x20essentials','2529996QmLTik','apply','809110aFCoIb','20432500zFQazm','search','maka\x20deploy:galaxy\x20-e\x20p\x20--delete','409718xmrzxd','99UMsfTW','Deploy\x20your\x20application','21mvPivP','(((.+)+)+)+$','maka\x20deploy:ubuntu\x20--env\x20prod'];a26c=function(){return j;};return a26c();}const a26i=a26d;(function(a,b){const f=a26d,c=a();while(!![]){try{const d=parseInt(f(0x1c4))/0x1+-parseInt(f(0x1d0))/0x2*(-parseInt(f(0x1c5))/0x3)+parseInt(f(0x1d9))/0x4*(parseInt(f(0x1c8))/0x5)+-parseInt(f(0x1ca))/0x6+parseInt(f(0x1d3))/0x7*(parseInt(f(0x1d6))/0x8)+-parseInt(f(0x1d1))/0x9*(-parseInt(f(0x1cc))/0xa)+-parseInt(f(0x1cd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0x95447));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a26d;if(c){const e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const h=a26d;return a26a[h(0x1d8)]()[h(0x1ce)](h(0x1d4))[h(0x1d8)]()[h(0x1da)](a26a)[h(0x1ce)](h(0x1d4));});a26a();import{Command}from'../../command.js';function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a26d(a,b);}import{UsageError}from'../../error.js';const DeployCommand=Command['create']({'name':a26i(0x1c3),'usage':a26i(0x1d7),'aliases':['d'],'validOpts':[],'mustBeInMakaProject':!![],'shortDesc':a26i(0x1d2),'description':a26i(0x1db),'examples':[a26i(0x1d5),a26i(0x1c7),a26i(0x1c9),a26i(0x1cf),a26i(0x1c6)]},async function(){throw UsageError;});export default DeployCommand;
@@ -1 +0,0 @@
1
- const a27v=a27d;(function(a,b){const s=a27d,c=a();while(!![]){try{const d=-parseInt(s(0x12b))/0x1+parseInt(s(0x156))/0x2*(parseInt(s(0x12c))/0x3)+-parseInt(s(0x13e))/0x4+-parseInt(s(0x13c))/0x5+parseInt(s(0x13a))/0x6*(-parseInt(s(0x154))/0x7)+-parseInt(s(0x13b))/0x8+-parseInt(s(0x15d))/0x9*(-parseInt(s(0x14b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x92366));const a27b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a27d;if(c){const e=c[t(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){const u=a27d;return a27a[u(0x134)]()[u(0x123)](u(0x14a))[u(0x134)]()[u(0x142)](a27a)[u(0x123)](u(0x14a));});a27a();import a27e from'path';import a27f from'fs';import{Command}from'../../command.js';function a27d(a,b){const c=a27c();return a27d=function(d,e){d=d-0x120;let f=c[d];return f;},a27d(a,b);}import{Log}from'../../tools/log/log.class.js';import{Actions}from'../../tools/actions/actions.class.js';import a27g from'./deploy.command.js';function a27c(){const y=['create','maka\x20deploy\x20galaxy\x20--env\x20prod\x20--free','\x20settings.json.\x20\x20See\x20https://cloud-guide.meteor.com/environment-variables.html\x20for\x20info','804297IGJAGJ','345WRpGWo','Please\x20provide\x20a\x20Galaxy\x20site\x20name\x20[','elite','invokeMeteorCommand','join','notice','maka\x20deploy\x20galaxy','Meteor\x20Settings:\x20','toString','apply','mpi','Essentials','Are\x20you\x20sure\x20you\x20want\x20to\x20delete\x20this\x20app\x20from\x20Galaxy?','getEnvFromShorthand','12zzqZdu','8109344gnUPYG','3443175LhnAzU','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','69192ShmWHF','Elite','error','plan','constructor','Performance','--delete','ask','debug','select','verbose','maka\x20deploy\x20galaxy\x20-e\x20p\x20--plan=professional\x20|\x20essentials','(((.+)+)+)+$','44410jngJin','galaxy','Error\x20in\x20deployment:','cfg','You\x20may\x20be\x20prompted\x20to\x20log\x20into\x20meteor.com\x20to\x20deploy\x20to\x20Galaxy.','concat','Deploy\x20your\x20application','Free','--env','273070wOxUfs','galaxySiteName','17126xCRpYR','force','env','--plan','--settings','free','settings','4491VmKDBA','--free','splice','confirm','professional','deploy','parse','\x0a\x20\x20Deploy\x20your\x20application\x20to\x20Galaxy,\x20Meteor\x27s\x20hosting\x20platform.\x0a\x20\x20','getMakaProjectConfig','search','warn','Aborting','essentials','delete'];a27c=function(){return y;};return a27c();}Command[a27v(0x128)]({'name':a27v(0x14c),'aliases':['g'],'usage':a27v(0x132),'validOpts':[a27v(0x146),a27v(0x158),a27v(0x157),a27v(0x148),'free','plan',a27v(0x127),a27v(0x155)],'mustBeInMakaProject':!![],'requiredOpts':[a27v(0x158)],'shortDesc':a27v(0x151),'description':a27v(0x121),'examples':[a27v(0x129),a27v(0x149),'maka\x20deploy\x20galaxy\x20-e\x20p\x20--delete']},async function(a,b){const w=a27v,c=this[w(0x14e)][w(0x122)](),d=this[w(0x14e)][w(0x139)](b[w(0x158)]),f=this['cfg']['getAppConfigPath'](d),g=w(0x14c);try{let h='';if(g===w(0x14c)){let i=b[w(0x155)];if(!i){const m=c['appName']+'-'+d;i=await Actions[w(0x145)](w(0x12d)+m+']:')||m;}const j=[i];if(b[w(0x127)]){const n=await Actions[w(0x160)](w(0x138));if(n)return this[w(0x136)][w(0x12f)]('deploy',j[w(0x150)]([w(0x144)]));else{Log[w(0x131)](w(0x125));return;}}if(!b[w(0x127)]){if(!b['plan']&&!b[w(0x15b)]){const o=await Actions[w(0x147)]({'message':'Select\x20your\x20Galaxy\x20plan','name':'plan','choices':[{'name':w(0x152),'value':'free'},{'name':w(0x137),'value':w(0x126)},{'name':'Professional','value':w(0x161)},{'name':w(0x143),'value':'performance'},{'name':w(0x13f),'value':w(0x12e)}]});h=o;}else{if(b['plan'])h=b[w(0x141)];else b[w(0x15b)]&&(h=w(0x15b));}}let k=[];k['forEach']((p,q)=>{const x=w;p===x(0x153)&&k[x(0x15f)](q,0x2),p==='-e'&&k['splice'](q,0x2);});let l=a27e[w(0x130)](f,'settings.json');b[w(0x15c)]&&(l=b[w(0x15c)]);if(this['fsi']['isFile'](l)){Log[w(0x131)](w(0x133)+l),k=k[w(0x150)]([w(0x15a),l]);const p=a27f['readFileSync'](l),q=JSON[w(0x120)](p[w(0x134)]());!q['galaxy.meteor.com']&&Log[w(0x124)]('No\x20\x22galaxy.meteor.com\x22\x20settings\x20found\x20in\x20'+d+w(0x12a));}else Log[w(0x124)](w(0x13d)+l);if(h==='free')k=k[w(0x150)]([w(0x15e)]);else h&&(k=k['concat']([w(0x159),h]));return Log[w(0x124)](w(0x14f)),this[w(0x136)][w(0x12f)](w(0x162),j['concat'](k));}}catch(r){Log[w(0x140)](w(0x14d)),Log[w(0x140)](r);}},a27g);
@@ -1 +0,0 @@
1
- const a28ao=a28d;(function(a,b){const al=a28d,c=a();while(!![]){try{const d=-parseInt(al(0x1aa))/0x1+parseInt(al(0x1d9))/0x2*(parseInt(al(0x1f2))/0x3)+parseInt(al(0x1db))/0x4+parseInt(al(0x189))/0x5+parseInt(al(0x133))/0x6+parseInt(al(0x193))/0x7*(-parseInt(al(0x139))/0x8)+-parseInt(al(0x1da))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x26f36));const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){const am=a28d;if(c){const e=c[am(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const an=a28d;return a28a[an(0x167)]()[an(0x221)](an(0x228))[an(0x167)]()[an(0x1f9)](a28a)['search'](an(0x228));});a28a();import a28e from'path';function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x131;let f=c[d];return f;},a28d(a,b);}import a28f from'fs';import{execSync}from'child_process';import a28g from'semver';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a28c(){const au=['\x09\x09}\x0a','\x09\x09proxy_pass\x20http://0.0.0.0:3000;\x0a','--server=','source\x20~/.bashrc\x20&&\x20echo\x20\x22\x22\x20&&\x20pm2\x20status\x20&&\x20echo\x20\x22\x22','pm2\x20update\x0a','settings.json','pm2\x20set\x20pm2-logrotate:max_size\x2020M\x0a','map\x20$http_upgrade\x20$connection_upgrade\x20{\x0a','pm2\x20set\x20pm2-logrotate:compress\x20true\x0a','build','\x09}\x0a','#\x20install\x20and\x20configure\x20local\x20mongo\x0a','\x20||\x20nvm\x20alias\x20default\x20','443','stdout','.maka','serverPort','Setting\x20up\x20letsencrypt','94gWOOyj','2064897QOmLAW','1260936mOZIcd','Error\x20running\x20command:\x20','.key','Checking\x20lastest\x20version\x20of\x20Meteor\x20installed\x20against\x20this\x20project','\x09index\x20index.html;\x0a','serverName','meteor','config.json','isFile','grep','Supplied\x20SSL\x20/\x20CRT\x20file','apply','#\x20remove\x20backup\x20tar,\x20if\x20any\x0a','\x09add_header\x20Strict-Transport-Security\x20\x22max-age=31536000;\x22;\x0a','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','status','rm\x20-rf\x20~/maka-env/nvm-install\x0a','Error\x20in\x20deployment:','sudo\x20mv\x20~/','/bundle/programs/web.browser/app;\x0a','warn','://','mongo','8511attBND','pm2\x20set\x20pm2-logrotate:retain\x2030\x0a','\x09\x09proxy_set_header\x20X-Forwarded-For\x20$remote_addr;\x0a',').\x20Continue?','Remote\x20host\x20connection\x20successful','sudo\x20systemctl\x20enable\x20mongod.service\x0a','git\x20clone\x20https://gist.github.com/c427ccd6f4377b39299b9d402f5d51fe.git\x20~/maka-env/nvm-install\x0a','constructor','Deploy\x20your\x20application','~/pm2.config.js','pm2.config.js','.crt','host','findAppDirectory','enforceCSP','Unexpected\x20error:\x20No\x20result\x20received\x20from\x20command:\x20','_keys','setEnvSettings','\x20--email\x20','echo\x20\x22deb\x20[\x20arch=amd64\x20]\x20https://repo.mongodb.org/apt/ubuntu\x20bionic/mongodb-org/4.2\x20multiverse\x22\x20|\x20sudo\x20tee\x20/etc/apt/sources.list.d/mongodb-org-4.2.list\x0a','\x20\x20echo\x20\x22Bundle\x20found,\x20decompressing\x22\x0a','\x09\x09proxy_set_header\x20Host\x20$host;\x0a','Deployment\x20script\x20written\x20to:\x20','apt','Verifying\x20PM2','Would\x20you\x20like\x20to\x20save\x20the\x20server\x20config\x20in\x20your\x20.maka/config.json\x20file?\x20[yn]','->\x20','scp','\x20install\x20build-essential\x20git\x20nginx\x20-y\x0a','\x09index\x20index.html\x20index.htm;\x0a','select','Attempting\x20to\x20setup\x20SSL\x20using\x20LetsEncrypt','[\x20-d\x20/etc/systemd/system/nginx.service.d\x20]\x20&&\x20echo\x20\x22nginx.service.d\x20exists\x22\x20||\x20sudo\x20mkdir\x20/etc/systemd/system/nginx.service.d\x0a','debug','findProjectDirectory','readFileSync','I\x20could\x20not\x20find\x20a\x20valid\x20SSL\x20file,\x20please\x20provide\x20the\x20name\x20of\x20the\x20SSL\x20file\x20in\x20the\x20_keys/\x20directory:','snap\x20\x22core\x22\x20is\x20already\x20installed','\x20\x20echo\x20\x22Could\x20not\x20find\x20app.tar.gz,\x20exiting!\x22\x0a','basic','maka\x20deploy:ubuntu','Aborted','readFileLines','letsencrypt.json','#\x20setup\x20node\x20and\x20npm\x20with\x20the\x20proper\x20node\x20version\x20using\x20nvm\x0a','\x20\x20exit\x201\x0a','success','search','cfg','\x09location\x20=\x20/favicon.ico\x20{\x0a','\x09listen\x20[::]:80\x20default_server\x20ipv6only=on;\x0a','emailUpdate','127.0.0.1','sudo\x20systemctl\x20daemon-reload\x20||\x20null\x0a','(((.+)+)+)+$','getProjectsMeteorNodeVersion','\x09if\x20($http_user_agent\x20~\x20\x22MSIE\x22\x20)\x20{\x0a','user','domains','\x20/etc/nginx/ssl/','Error\x20comparing\x20versions:\x20','\x09listen\x2080\x20default_server;\x0a','writeFileSync','env','domainNames','\x09ssl_certificate\x20/etc/nginx/ssl/','\x09\x09alias\x20/home/','getAppConfigPath','2346waOywI','\x09\x09proxy_http_version\x201.1;\x0a','confirm','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','uname\x20-a','\x20--hp\x20/home/','8HVMbTd','app','sudo\x20apt-get\x20update\x0a','\x09ssl_certificate_key\x20;\x0a','\x09\x09proxy_set_header\x20Connection\x20\x22upgrade\x22;\x0a','Aborted\x20deployment!','config/ssh.json','error','open','ssh','Using\x20letsencrypt.json','pm2\x20install\x20pm2-logrotate\x0a','Warning:\x20','#\x20Prepare\x20nginx\x0a','\x20\x20tar\x20-xf\x20app.tar.gz\x0a','#\x20Decompress\x20the\x20bundle\x0a','sshSync','cd\x20~\x0a','write','deploy.sh','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','\x09location\x20/\x20{\x0a','join','sudo\x20cp\x20override.conf\x20/etc/systemd/system/nginx.service.d/override.conf\x0a','sudo\x20apt-get\x20install\x20-y\x20mongodb-org\x0a','You\x20do\x20not\x20have\x20a\x20valid\x20ssl\x20crt.\x20\x20Looking\x20for:\x20','chmod\x20+x\x20~/maka-env/nvm-install/nvm-install.sh\x20&&\x20~/maka-env/nvm-install/nvm-install.sh\x0a','\x09\x27\x27\x20\x20\x20\x20\x20\x20close;\x0a','\x09ssl_certificate_key\x20/etc/nginx/ssl/','\x09\x09proxy_set_header\x20Upgrade\x20$http_upgrade;\x0a','email','none','You\x20do\x20not\x20have\x20a\x20valid\x20SSL\x20file:\x20','ubuntu','letsencrypt','\x09\x09return\x20303\x20https://browser-update.org/update.html;\x0a','Building\x20deployment\x20script\x20...','config/pm2.config.js','Deployed\x20to:\x20','\x20\x20echo\x20\x22No\x20bundle\x20found,\x20using\x20backup\x22\x0a','\x0a\x20\x20Deploy\x20your\x20app\x20to\x20an\x20Ubuntu\x20server\x20running\x20in\x20AWS,\x20On\x20Prem,\x0a\x20\x20or\x20even\x20ARM.','app.tar.gz','~/app.tar.gz','length','chmod\x20+x\x20~/deploy.sh\x20&&\x20./deploy.sh','createWriteStream','toString','Mobile\x20server\x20port:\x20','npm\x20install','Using\x20saved\x20letsencrypt\x20config','rm\x20-rf\x20~/.bash_profile\x20~/.bashrc\x0a','exit\x200','ignore','mv\x20~/app.tar.gz\x20~/app.tar.gz.bk\x0a','\x09ssl_certificate\x20;\x0a','Pushing\x20up\x20bundle\x20...','#\x20Nginx\x20will\x20be\x20restarted\x20just\x20before\x20completing\x20the\x20deployment.\x0a','push','some','stringify','\x09listen\x20443\x20ssl;\x0a','\x09root\x20html;\x0a','No\x20🤔','inherit','#\x20rm\x20-f\x20~/app.tar.gz.bk\x0a',')\x20is\x20behind\x20your\x20installed\x20meteor\x20version\x20(','~/settings.json','notice','sudo\x20mkdir\x20-p\x20/etc/nginx/ssl/\x0a','port','pm2\x20startup\x0a','.meteor','touch\x20~/.bash_profile\x20~/.bashrc\x0a','\x20||\x20nvm\x20install\x20','~/nginx.conf','ssh.json','#\x20Configure\x20pm2\x20to\x20start\x20on\x20boot\x0a','Running\x20deployment\x20scripts\x20on\x20remote\x20server','Stored\x20server\x20config\x20to\x20','includes','1352515inYHgx','appName','existsSync','\x09default\x20upgrade;\x0a','Email\x20to\x20use\x20for\x20auto-updates:\x20','noRebuild','fsi','end','echo\x20\x22Attempting\x20to\x20decompress\x20the\x20bundle\x22\x0a','npm\x20install\x20-g\x20pm2@latest\x0a','142156ygFLNz','projectConfig','pm2\x20delete\x20all\x0a','This\x20project\x27s\x20meteor\x20version\x20(','ses.json','sudo\x20','\x09ssl_session_cache\x20shared:SSL:10m;\x0a','Deployment\x20complete','sudo\x20nginx\x20-s\x20stop\x0a','parse','~/ses.json','sslAnswer','Certificate\x20not\x20yet\x20due\x20for\x20renewal','No\x20letsencrypt.json\x20file\x20found.\x20You\x20will\x20be\x20prompted\x20at\x20the\x20end\x20of\x20deployment\x20for\x20configuration.','I\x20could\x20not\x20find\x20a\x20valid\x20CRT\x20file,\x20please\x20provide\x20the\x20name\x20of\x20the\x20CRT\x20file\x20in\x20the\x20_keys/\x20directory:','maka\x20d:u\x20-e\x20p\x20--mongo\x20--ssl=letsencrypt\x20--domains=www.maka-cli.com\x20--email=admin@maka-cli.com','platforms','MONGO_URL','finish','snap\x20\x22core\x22\x20has\x20no\x20updates\x20available','sudo\x20service\x20mongod\x20start\x0a','getEnvFromShorthand','Are\x20you\x20ready\x20to\x20deploy?','310184dBBYJz','\x09root\x20/usr/share/nginx/html;\x0a','http','https','nginx.conf','npm\x20audit\x20fix\x20--force\x0a','#\x20Reset\x20pm2\x20\x0a','server_tokens\x20off;\x0a','\x09server_name\x20','\x09ssl_ciphers\x20\x22ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:kEDH+','server\x20{\x0a','[\x20\x22$(nvm\x20current)\x22\x20==\x20\x22','ask','split','\x09\x09if\x20($uri\x20!=\x20\x27/\x27)\x20{\x0a','source\x20~/.bashrc\x0a','trim','scaffold','template','sudo\x20env\x20PATH=$PATH:$(which\x20npm)\x20$(which\x20pm2)\x20startup\x20systemd\x20-u\x20','[!]\x20Server\x20name\x20or\x20port\x20number\x20are\x20not\x20long\x20enough!','force','AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:','else\x0a','Mobile\x20server\x20IP\x20or\x20fully\x20qualified\x20domain\x20name\x20(FQDN):\x20','mpi','~/deploy.sh','ssl','setProjectConfig'];a28c=function(){return au;};return a28c();}import{SSH}from'../../tools/ssh/ssh.class.js';import{Actions}from'../../tools/actions/actions.class.js';import a28h from'./deploy.command.js';Command['create']({'name':a28ao(0x15a),'usage':a28ao(0x21a),'aliases':['u'],'validOpts':[a28ao(0x213),a28ao(0x231),'ssl',a28ao(0x22c),a28ao(0x1f1),a28ao(0x1bf),a28ao(0x157),'verbose',a28ao(0x18e),a28ao(0x15b)],'mustBeInMakaProject':!![],'isPro':![],'requiredOpts':[a28ao(0x231)],'shortDesc':a28ao(0x1fa),'description':a28ao(0x161),'examples':['maka\x20deploy:ubuntu\x20--env\x20prod',a28ao(0x1a2)]},async function(a,b){const ap=a28ao,c=b['verbose']?!![]:![],d=this[ap(0x1c3)][ap(0x1e1)],f=this[ap(0x194)],g=this[ap(0x222)][ap(0x1a8)](b['env']),h=this[ap(0x222)][ap(0x132)](g),i=await this[ap(0x18f)][ap(0x229)](),[j,k]=i[ap(0x1b7)]('.'),l=j+'.'+k,m=ap(0x209),n=b['force'];try{const o=a28e[ap(0x14f)](h,ap(0x1fc));!this['fsi']['isFile'](o)&&await this[ap(0x1bb)][ap(0x1bc)]({'srcPath':ap(0x15e),'destPath':o,'context':{'app':f['appName'],'isDocker':![]},'config':f});const p=a28e[ap(0x14f)](h,ap(0x184));!this[ap(0x18f)][ap(0x1e3)](p)&&await this['scaffold']['template']({'srcPath':ap(0x13f),'destPath':p,'context':{'app':f['appName']},'config':f});const q=JSON['parse'](a28f[ap(0x215)](p)[ap(0x167)]()),r={'env':h,'user':q[ap(0x22b)],'host':q[ap(0x1fe)],'port':q[ap(0x17e)],'pem':q['pem']};let s=b[ap(0x22c)],t=b[ap(0x157)];try{a28f[ap(0x215)](a28e[ap(0x14f)](h,ap(0x21d))),Log['notice'](ap(0x143)),b[ap(0x15b)]=!![];}catch(y){b[ap(0x15b)]&&Log['warn'](ap(0x1a0));const z={'message':'Configure\x20SSL','name':ap(0x19e),'choices':[{'name':'Free\x20SSL\x20with\x20Letsencrypt','value':ap(0x15b)},{'name':ap(0x1e5),'value':ap(0x219)},{'name':ap(0x177),'value':ap(0x158)}]},A=await Actions[ap(0x210)](z);if(A==='letsencrypt'){b[ap(0x15b)]=!![],b[ap(0x1c5)]=![],s=s?s:await Actions[ap(0x1b6)]('Domains\x20to\x20register\x20(comma\x20separated):\x20'),t=t?t:await Actions[ap(0x1b6)](ap(0x18d));const B={'domainNames':s,'emailUpdate':t},C=JSON[ap(0x174)](B,null,0x2);a28f[ap(0x230)](a28e['join'](h,ap(0x21d)),C),this[ap(0x222)][ap(0x203)](g,ap(0x200),!![]);}else A===ap(0x219)?(b['letsencrypt']=![],b[ap(0x1c5)]=!![],this[ap(0x222)][ap(0x203)](g,'enforceCSP',!![])):this[ap(0x222)][ap(0x203)](g,ap(0x200),![]);}let u='',v='';if(b['ssl']&&!b[ap(0x15b)]){u=f[ap(0x18a)]+ap(0x1dd);!a28f[ap(0x18b)](a28e['join'](h,ap(0x202),u))&&(u=await Actions['ask'](ap(0x216)));if(!a28f['existsSync'](a28e[ap(0x14f)](h,ap(0x202),u)))throw ap(0x159)+a28e[ap(0x14f)](h,ap(0x202),u);v=f['appName']+ap(0x1fd);!a28f['existsSync'](a28e[ap(0x14f)](h,ap(0x202),v))&&(v=await Actions['ask'](ap(0x1a1)));if(!a28f[ap(0x18b)](a28e['join'](h,ap(0x202),v)))throw ap(0x152)+a28e[ap(0x14f)](h,ap(0x202),v);}Log[ap(0x17c)]('Checking\x20remote\x20host\x20availability\x20using\x20'+p);try{const D=SSH['ping'](ap(0x137),r,{'verbose':!![]});if(!D)throw ap(0x1e9);if(D)Log[ap(0x220)](ap(0x1f6));}catch(E){Log[ap(0x140)](E);return;}Log['notice'](ap(0x15d));const w=a28f['readFileSync'](a28e[ap(0x14f)](h,ap(0x1fc))),x=this['fsi'][ap(0x1e4)](w[ap(0x167)](),ap(0x1a4));(x[0x0][ap(0x1ba)]()['includes']('localhost')||x[0x0]['trim']()[ap(0x188)](ap(0x226))||x[0x0]['trim']()[ap(0x188)]('0.0.0.0'))&&(b[ap(0x1f1)]=!![],Log[ap(0x17c)]('PM2\x20has\x20MONGO_URL\x20pointing\x20to\x20localhost;\x20deployment\x20will\x20install\x20a\x20local\x20mongo\x20instance.'),Log[ap(0x17c)](ap(0x20c)+x[0x0][ap(0x1ba)]()));try{const F=a28f[ap(0x166)](a28e[ap(0x14f)](h,'nginx.conf'),{'flags':'w'});F['on'](ap(0x141),function(){const aq=ap;b[aq(0x1c5)]&&!b[aq(0x15b)]?(F[aq(0x14b)](aq(0x1b1)),F[aq(0x14b)](aq(0x1ce)),F[aq(0x14b)](aq(0x18c)),F[aq(0x14b)](aq(0x154)),F[aq(0x14b)]('}\x0a'),F[aq(0x14b)]('\x0a'),F[aq(0x14b)](aq(0x1b4)),F[aq(0x14b)](aq(0x22f)),F[aq(0x14b)]('\x09listen\x20[::]:80\x20default_server\x20ipv6only=on;\x0a'),F['write'](aq(0x1b2)+f['appName']+';\x0a'),F['write'](aq(0x1ab)),F[aq(0x14b)](aq(0x20f)),F['write'](aq(0x14e)),F['write']('\x09\x09rewrite\x20\x20\x20\x20\x20^\x20https://$server_name$request_uri?\x20permanent;\x0a'),F[aq(0x14b)](aq(0x1d1)),F[aq(0x14b)]('}'),F['write']('\x0a'),F['write']('\x0a'),F['write']('server\x20{\x0a'),F[aq(0x14b)](aq(0x175)),F[aq(0x14b)](aq(0x1b2)+f[aq(0x18a)]+';\x0a'),F[aq(0x14b)](aq(0x176)),F['write'](aq(0x1df)),F[aq(0x14b)]('\x09ssl\x20on;\x0a'),F[aq(0x14b)](aq(0x233)+f[aq(0x18a)]+'.crt;\x0a'),F[aq(0x14b)](aq(0x155)+f[aq(0x18a)]+'.key;\x0a'),F[aq(0x14b)](aq(0x16f)),F[aq(0x14b)](aq(0x13c)),F[aq(0x14b)](aq(0x199)),F[aq(0x14b)]('\x09ssl_session_timeout\x205m;\x0a'),F[aq(0x14b)]('\x09\x0a'),F[aq(0x14b)]('\x09ssl_prefer_server_ciphers\x20on;\x0a'),F[aq(0x14b)]('\x09ssl_protocols\x20TLSv1\x20TLSv1.1\x20TLSv1.2;\x0a'),F[aq(0x14b)](aq(0x1b3)+aq(0x1c0)+'ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-'+'SHA384:ECDHE-RSA-RC4-SHA:ECDHE-ECDSA-RC4-SHA:RC4-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK\x22;\x0a'),F[aq(0x14b)](aq(0x1e8)),F['write']('\x09\x0a'),F['write'](aq(0x22a)),F[aq(0x14b)]('\x09\x09return\x20303\x20https://browser-update.org/update.html;\x0a'),F[aq(0x14b)](aq(0x1d1)),F[aq(0x14b)](aq(0x223)),F[aq(0x14b)](aq(0x131)+q['user']+aq(0x1ee)),F[aq(0x14b)](aq(0x1d1)),F[aq(0x14b)]('\x09\x0a'),F[aq(0x14b)](aq(0x14e)),F['write'](aq(0x1c8)),F[aq(0x14b)](aq(0x134)),F[aq(0x14b)]('\x09\x09proxy_set_header\x20Upgrade\x20$http_upgrade;\x0a'),F['write'](aq(0x13d)),F['write'](aq(0x1f4)),F[aq(0x14b)](aq(0x207)),F['write'](aq(0x1b8)),F['write']('\x09\x09\x09expires\x2030d;\x0a'),F[aq(0x14b)](aq(0x1c7)),F[aq(0x14b)](aq(0x1d1)),F[aq(0x14b)]('}')):(F[aq(0x14b)]('server_tokens\x20off;\x0a'),F['write'](aq(0x1ce)),F[aq(0x14b)]('\x09default\x20upgrade;\x0a'),F['write']('\x09\x27\x27\x20\x20\x20\x20\x20\x20close;\x0a'),F[aq(0x14b)]('}\x0a'),F['write']('\x0a'),F['write'](aq(0x1b4)),F[aq(0x14b)]('\x09listen\x2080\x20default_server;\x0a'),F[aq(0x14b)](aq(0x224)),F['write'](aq(0x22a)),F[aq(0x14b)](aq(0x15c)),F['write'](aq(0x1d1)),F[aq(0x14b)](aq(0x223)),F[aq(0x14b)]('\x09\x09alias\x20/home/'+q[aq(0x22b)]+'/bundle/programs/web.browser/app;\x0a'),F['write'](aq(0x1d1)),F[aq(0x14b)]('\x09\x0a'),F['write'](aq(0x14e)),F[aq(0x14b)](aq(0x1c8)),F['write'](aq(0x134)),F[aq(0x14b)](aq(0x156)),F['write']('\x09\x09proxy_set_header\x20Connection\x20\x22upgrade\x22;\x0a'),F[aq(0x14b)](aq(0x1f4)),F['write'](aq(0x207)),F['write']('\x09\x09if\x20($uri\x20!=\x20\x27/\x27)\x20{\x0a'),F['write']('\x09\x09\x09expires\x2030d;\x0a'),F['write'](aq(0x1c7)),F[aq(0x14b)](aq(0x1d1)),F['write']('}'));}),F['on'](ap(0x1a5),function(){F['end']();});const G=a28f[ap(0x166)](a28e[ap(0x14f)](h,ap(0x14c)),{'flags':'w'});G['on'](ap(0x141),function(){const ar=ap;G[ar(0x14b)]('sudo\x20apt-get\x20update\x0a'),G[ar(0x14b)]('#\x20install\x20git\x20and\x20nginx\x0a'),G[ar(0x14b)](ar(0x198)+m+ar(0x20e)),b[ar(0x1f1)]===!![]&&(G[ar(0x14b)](ar(0x1d2)),G[ar(0x14b)]('wget\x20-qO\x20-\x20https://www.mongodb.org/static/pgp/server-4.2.asc\x20|\x20sudo\x20apt-key\x20add\x20-\x0a'),G[ar(0x14b)](ar(0x205)),G['write'](ar(0x13b)),G[ar(0x14b)](ar(0x151)),G[ar(0x14b)](ar(0x1a7)),G['write'](ar(0x1f7))),G['write'](ar(0x21e)),G[ar(0x14b)](ar(0x1f8)),G[ar(0x14b)](ar(0x16b)),G['write'](ar(0x181)),G[ar(0x14b)]('echo\x20\x22test\x20-f\x20~/.bashrc\x20&&\x20.\x20~/.bashrc\x22\x20>\x20~/.bash_profile\x0a'),G[ar(0x14b)](ar(0x153)),G['write'](ar(0x1b9)),G['write']('nvm\x20install\x20'+i+ar(0x182)+l+'\x0a'),G['write'](ar(0x1b5)+i+'\x22\x20]\x20&&\x20nvm\x20alias\x20default\x20'+i+ar(0x1d3)+l+'\x0a'),G[ar(0x14b)](ar(0x192)),G['write'](ar(0x144)),G[ar(0x14b)](ar(0x1cd)),G[ar(0x14b)](ar(0x1cf)),G[ar(0x14b)](ar(0x1f3)),G[ar(0x14b)](ar(0x1eb)),G[ar(0x14b)](ar(0x146)),G[ar(0x14b)](ar(0x212)),G[ar(0x14b)]('printf\x20\x22[Service]\x5cnExecStartPost=/bin/sleep\x200.1\x5cn\x22\x20>\x20override.conf\x0a'),G['write'](ar(0x150)),G[ar(0x14b)](ar(0x227)),G[ar(0x14b)]('sudo\x20systemctl\x20stop\x20nginx\x0a'),G[ar(0x14b)](ar(0x19b)),G['write'](ar(0x171)),G['write']('sudo\x20cp\x20~/nginx.conf\x20/etc/nginx/sites-enabled/default\x0a'),b[ar(0x1c5)]&&!b[ar(0x15b)]&&(G[ar(0x14b)](ar(0x17d)),G['write'](ar(0x1ed)+u+ar(0x22d)+u+'\x0a'),G[ar(0x14b)](ar(0x1ed)+v+ar(0x22d)+v+'\x0a')),G['write'](ar(0x148)),G[ar(0x14b)](ar(0x191)),G[ar(0x14b)]('if\x20[\x20-f\x20app.tar.gz\x20];\x20then\x0a'),G[ar(0x14b)](ar(0x206)),G['write'](ar(0x147)),G[ar(0x14b)]('elif\x20[\x20-f\x20app.tar.gz.bk\x20];\x20then\x0a'),G['write'](ar(0x160)),G['write']('\x20\x20cp\x20app.tar.gz.bk\x20app.tar.gz\x0a'),G[ar(0x14b)](ar(0x147)),G[ar(0x14b)](ar(0x1c1)),G[ar(0x14b)](ar(0x218)),G[ar(0x14b)](ar(0x21f)),G['write']('fi\x0a'),G[ar(0x14b)]('cd\x20bundle/programs/server\x0a'),G[ar(0x14b)]('npm\x20install\x0a'),G[ar(0x14b)](ar(0x1af)),G['write'](ar(0x14a)),G[ar(0x14b)](ar(0x1b0)),G[ar(0x14b)](ar(0x195)),G[ar(0x14b)]('#\x20updating\x20PM2\x20to\x20latest\x0a'),G[ar(0x14b)](ar(0x1cb)),G['write']('#\x20Bring\x20up\x20pm2\x20with\x20environment\x0a'),G['write']('pm2\x20start\x20~/pm2.config.js\x0a'),G[ar(0x14b)](ar(0x185)),G[ar(0x14b)](ar(0x17f)),G[ar(0x14b)](ar(0x1bd)+q[ar(0x22b)]+ar(0x138)+q['user']+'\x0a'),G[ar(0x14b)]('pm2\x20save\x0a'),G[ar(0x14b)]('#\x20bring\x20back\x20up\x20nginx\x0a'),G['write']('sudo\x20systemctl\x20daemon-reload\x20&&\x20sudo\x20systemctl\x20start\x20nginx\x0a'),G[ar(0x14b)](ar(0x1e7)),G[ar(0x14b)](ar(0x179)),G[ar(0x14b)]('#\x20backup\x20tar\x20bundle\x0a'),G[ar(0x14b)](ar(0x16e)),G[ar(0x14b)](ar(0x16c));}),G['on'](ap(0x1a5),function(){const as=ap;G[as(0x190)]();}),Log[ap(0x220)](ap(0x208)+a28e['join'](h,ap(0x14c)));if(!n){const Z=await Actions[ap(0x135)](ap(0x1a9));if(!Z)throw ap(0x13e);}const H=this['fsi'][ap(0x214)]();let I=[];H!==undefined&&(I=[ap(0x1d0),a28e[ap(0x14f)](H,ap(0x1d0)),'--architecture=os.linux.x86_64']);try{if(H!==undefined){const a0=this[ap(0x18f)][ap(0x21c)](a28e[ap(0x14f)](H,ap(0x13a),ap(0x180),ap(0x1a3))),a1=a0[ap(0x164)]>0x2?!![]:![];if(a1){const a2=f['serverName']?f['serverName']:await Actions[ap(0x1b6)](ap(0x1c2)),a3=f[ap(0x1d7)]?f[ap(0x1d7)]:await Actions[ap(0x1b6)](ap(0x168));if(a2['length']==0x0||a3[ap(0x164)]==0x0)throw ap(0x1be);const a4=a3==ap(0x1d4)?ap(0x1ad):ap(0x1ac);I[ap(0x172)](ap(0x1c9)+a4+ap(0x1f0)+a2+':'+a3);if(!f[ap(0x1e0)]&&!f[ap(0x1d7)]){const a5=await Actions[ap(0x1b6)](ap(0x20b));a5&&(this['cfg'][ap(0x1c6)](ap(0x1e0),a2),this['cfg'][ap(0x1c6)]('serverPort',a3),Log[ap(0x17c)](ap(0x187)+a28e['join'](ap(0x1d6),ap(0x1e2))));}}}}catch(a6){Log[ap(0x140)](a6);return;}const J=a28e['join'](this[ap(0x18f)][ap(0x214)](),ap(0x1d0),ap(0x162)),K=this[ap(0x1c3)]['getGlobalMeteorVersion'](),L=this[ap(0x18f)]['getProjectMeteorVersion']();let M=![];try{Log[ap(0x17c)](ap(0x1de)),M=a28g['gt'](K,L);}catch(a7){Log[ap(0x17c)](ap(0x22e)+a7);}if(M&&!n){const a8=await Actions['confirm'](ap(0x196)+L+ap(0x17a)+K+ap(0x1f5),![]);if(!a8){Log[ap(0x140)](ap(0x21b)),Log['notice']('Consider\x20updating\x20with\x20\x22maka\x20update\x20--release\x20'+K+'\x22');return;}}let N=!![];a28f['existsSync'](J)&&!n&&(N=await Actions[ap(0x135)]('Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?'));N&&(execSync(ap(0x169),{'cwd':this['fsi'][ap(0x1ff)](),'stdio':ap(0x16d)}),execSync(d+'\x20'+I[ap(0x14f)]('\x20'),{'cwd':this[ap(0x18f)][ap(0x1ff)](),'stdio':ap(0x178)}));Log[ap(0x17c)](ap(0x170));const O={'source':J,'dest':ap(0x163),'verbose':!![]};SSH['scp'](O,r),Log[ap(0x17c)]('Pushing\x20up\x20deploy\x20scripts\x20...');const P=a28e[ap(0x14f)](h,ap(0x14c)),Q={'source':P,'dest':ap(0x1c4),'verbose':!![]};SSH[ap(0x20d)](Q,r);const R=a28e['join'](h,ap(0x1ae)),S={'source':R,'dest':ap(0x183),'verbose':!![]};SSH['scp'](S,r);const T=a28e[ap(0x14f)](h,ap(0x1fc)),U={'source':T,'dest':ap(0x1fb),'verbose':!![]};SSH['scp'](U,r);const V=a28e[ap(0x14f)](h,ap(0x1cc)),W={'source':V,'dest':ap(0x17b),'verbose':!![]};SSH[ap(0x20d)](W,r);if(b['ssl']&&!b[ap(0x15b)]){u=a28e[ap(0x14f)](h,ap(0x202),u);const a9={'source':u,'dest':u};SSH[ap(0x20d)](a9,r),v=a28e[ap(0x14f)](h,ap(0x202),v);const aa={'source':v,'dest':v};SSH['scp'](aa,r);}const X=a28e[ap(0x14f)](h,'_keys',ap(0x197));if(a28f[ap(0x18b)](X)){const ab={'source':X,'dest':ap(0x19d),'verbose':!![]};SSH[ap(0x20d)](ab,r);}const Y=ap(0x186);await SSH[ap(0x142)](ap(0x165),r,{'verbose':c,'message':Y}),Log[ap(0x17c)]('Verifying\x20Nginx'),SSH[ap(0x149)]('echo\x20\x22\x22\x20&&\x20sudo\x20systemctl\x20status\x20nginx\x20|\x20grep\x20Active\x20&&\x20echo\x20\x22\x22',r,{'tty':!![],'verbose':!![]}),Log[ap(0x17c)](ap(0x20a)),SSH['sshSync'](ap(0x1ca),r,{'tty':!![],'verbose':!![]}),Log['success'](ap(0x15f)+q[ap(0x1fe)]);if(b[ap(0x15b)]){Log[ap(0x17c)](ap(0x211));try{const ae=a28f['readFileSync'](a28e[ap(0x14f)](h,ap(0x21d))),af=JSON[ap(0x19c)](ae['toString']());s=b[ap(0x22c)]?b[ap(0x22c)]:af[ap(0x232)],t=b[ap(0x157)]?b[ap(0x157)]:af[ap(0x225)],(!b[ap(0x157)]||!b['domains'])&&Log['notice'](ap(0x16a));}catch(ag){Log[ap(0x1ef)](ap(0x145)+ag);}Log[ap(0x17c)](ap(0x1d8));const ac=[ap(0x217),ap(0x1a6),'snap\x20\x22certbot\x22\x20is\x20already\x20installed','ln:\x20failed\x20to\x20create\x20symbolic\x20link\x20\x27/usr/bin/certbot\x27:\x20File\x20exists',ap(0x19f)];function ad(ah){const at=ap;try{const ai=SSH['sshSync'](ah,r,{'tty':!![],'verbose':!![],'silentOutput':!![]});if(ai){const aj=ac[at(0x173)](ak=>ai['stderr'][at(0x188)](ak));if(ai[at(0x1ea)]!==0x0&&!aj)Log['error'](at(0x1dc)+ah);else ai[at(0x1d5)]&&Log[at(0x220)](ai['stdout']);}else Log[at(0x140)](at(0x201)+ah);}catch(ak){Log['error']('Unexpected\x20error\x20while\x20running:\x20'+ah);}}ad(ap(0x136)),ad('sudo\x20snap\x20install\x20--classic\x20certbot'),ad(ap(0x14d)),ad('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+s+ap(0x204)+t);}Log[ap(0x220)](ap(0x19a));}catch(ah){Log[ap(0x140)](ap(0x1ec)),Log['error'](ah);}}catch(ai){Log[ap(0x140)](ap(0x1ec)),Log['error'](ai);}},a28h);
@@ -1 +0,0 @@
1
- (function(a,b){var f=a29d,c=a();while(!![]){try{var d=parseInt(f(0x6a))/0x1+parseInt(f(0x6b))/0x2*(-parseInt(f(0x69))/0x3)+-parseInt(f(0x6d))/0x4+-parseInt(f(0x65))/0x5+-parseInt(f(0x68))/0x6*(parseInt(f(0x66))/0x7)+-parseInt(f(0x67))/0x8*(parseInt(f(0x70))/0x9)+parseInt(f(0x6c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x90922));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a29d;if(c){var e=c[g(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var h=a29d;return a29a['toString']()[h(0x71)]('(((.+)+)+)+$')[h(0x6e)]()[h(0x6f)](a29a)[h(0x71)]('(((.+)+)+)+$');});a29a();import'./play.command.js';import'./pong.sub.cmd.js';import'./snake.sub.cmd.js';import'./battleship.sub.cmd.js';function a29c(){var i=['19746IjXObe','3ewnjTR','1063501WOtSlU','637168GeeAHw','19817840yHEmrY','2135144HAlDay','toString','constructor','1660977yntTKw','search','apply','2325505dFaYGP','2023zduAXL','8IKkitU'];a29c=function(){return i;};return a29c();}function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x65;var f=c[d];return f;},a29d(a,b);}import'./sideQuest.sub.cmd.js';
@@ -1 +0,0 @@
1
- (function(a,b){var f=a30d,c=a();while(!![]){try{var d=-parseInt(f(0xcc))/0x1*(parseInt(f(0xc7))/0x2)+parseInt(f(0xc9))/0x3+parseInt(f(0xca))/0x4*(-parseInt(f(0xc3))/0x5)+-parseInt(f(0xc0))/0x6+parseInt(f(0xcd))/0x7*(parseInt(f(0xc2))/0x8)+parseInt(f(0xce))/0x9+-parseInt(f(0xc6))/0xa*(-parseInt(f(0xbf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x9b3d7));function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0xbf;var f=c[d];return f;},a30d(a,b);}var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a30d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var h=a30d;return a30a[h(0xc5)]()['search'](h(0xc4))[h(0xc5)]()[h(0xcf)](a30a)[h(0xc8)](h(0xc4));});a30a();import a30e from'./play.command.js';import{Command}from'../../command.js';function a30c(){var j=['search','2427249VSEXoQ','20PXprRR','apply','134053SVyaHH','77336trZuff','11039355muvXvo','constructor','npx\x20battleship-game','54164HiQdFo','1638066edRvRw','inherit','152wDmhNo','969025XWJdaF','(((.+)+)+)+$','toString','70IuEpJc','6JvlgwR'];a30c=function(){return j;};return a30c();}import{execSync}from'child_process';Command['create']({'name':'battleship','usage':'maka\x20game:battleship','shortDesc':'Play\x20Battlehsip:\x20https://www.npmjs.com/package/battleship-game','validOpts':[]},async function(){var i=a30d;execSync(i(0xd0),{'stdio':i(0xc1)});},a30e);
@@ -1 +0,0 @@
1
- const a31h=a31d;(function(a,b){const f=a31d,c=a();while(!![]){try{const d=-parseInt(f(0xff))/0x1*(-parseInt(f(0x105))/0x2)+parseInt(f(0x10a))/0x3+-parseInt(f(0x108))/0x4*(-parseInt(f(0x107))/0x5)+-parseInt(f(0xfe))/0x6*(-parseInt(f(0xfd))/0x7)+-parseInt(f(0x102))/0x8+parseInt(f(0xfc))/0x9+-parseInt(f(0x10c))/0xa*(parseInt(f(0x104))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x5d334));const a31b=(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;};}()),a31a=a31b(this,function(){const g=a31d;return a31a[g(0x10b)]()[g(0x101)]('(((.+)+)+)+$')[g(0x10b)]()[g(0x106)](a31a)[g(0x101)]('(((.+)+)+)+$');});a31a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0xfc;let f=c[d];return f;},a31d(a,b);}const PlayCommand=Command['create']({'name':'play','usage':a31h(0x10d),'shortDesc':'Ok...only\x20for\x20a\x20few\x20minutes\x20;)','validOpts':[],'examples':[a31h(0x103),a31h(0x100),a31h(0x109),'maka\x20play:tetris']},async function(){throw UsageError;});function a31c(){const i=['maka\x20play:pong','search','2786928raIjZo','maka\x20play:battleship','143JUVmEr','228686qWLbJo','constructor','2497640dLfIQH','4XHNFbQ','maka\x20play:snake','2253015VyZIUK','toString','1409390ulhGiC','maka\x20play:<game>','4943862syGnSk','266917PYdVWK','66FvxVMI','3TNUdWY'];a31c=function(){return i;};return a31c();}export default PlayCommand;
@@ -1 +0,0 @@
1
- var a32i=a32d;function a32c(){var k=['329924GknxzF','inherit','3036392WldKOi','1863780efMAND','4046ceGHDb','7061418cfiAmD','4SzHDqP','search','1891190ZBackC','81Owcvzz','2567686aenYeI','create','7EbaThG','toString','40lWAGxG','(((.+)+)+)+$','apply','constructor','Play\x20Pong:\x20https://github.com/liambloom/node-pong'];a32c=function(){return k;};return a32c();}function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xdb;var f=c[d];return f;},a32d(a,b);}(function(a,b){var f=a32d,c=a();while(!![]){try{var d=parseInt(f(0xdc))/0x1+-parseInt(f(0xe0))/0x2*(-parseInt(f(0xe5))/0x3)+parseInt(f(0xe2))/0x4*(parseInt(f(0xe4))/0x5)+parseInt(f(0xdf))/0x6*(parseInt(f(0xe8))/0x7)+-parseInt(f(0xde))/0x8+parseInt(f(0xe1))/0x9+parseInt(f(0xea))/0xa*(-parseInt(f(0xe6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x84ffa));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a32d;if(c){var e=c[g(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var h=a32d;return a32a[h(0xe9)]()[h(0xe3)](h(0xeb))[h(0xe9)]()[h(0xed)](a32a)[h(0xe3)](h(0xeb));});a32a();import a32e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a32i(0xe7)]({'name':'pong','usage':'maka\x20game:pong','shortDesc':a32i(0xdb),'validOpts':[]},async function(){var j=a32i;execSync('npx\x20command-line-pong\x20--no-install',{'stdio':j(0xdd)});},a32e);
@@ -1 +0,0 @@
1
- var a33i=a33d;(function(a,b){var f=a33d,c=a();while(!![]){try{var d=-parseInt(f(0x1c7))/0x1+-parseInt(f(0x1c0))/0x2+-parseInt(f(0x1c3))/0x3+-parseInt(f(0x1be))/0x4+parseInt(f(0x1b5))/0x5*(parseInt(f(0x1bb))/0x6)+parseInt(f(0x1bc))/0x7*(-parseInt(f(0x1b6))/0x8)+-parseInt(f(0x1c6))/0x9*(-parseInt(f(0x1c4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x1f114));function a33c(){var m=['constructor','108980EkDNLS','isValidDirection','(((.+)+)+)+$','214830IokEII','10wktpJw','logger','5195142edezky','248366UVZhRT','description','values','No\x20description\x20available.','includes','39745fJjjdh','102136GltaJt','actor','toString','getInstance','apply','114WAXcoc','42rKdBeo','rooms','599796aGczAv'];a33c=function(){return m;};return a33c();}var a33b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a33d;if(c){var e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){var h=a33d;return a33a[h(0x1b8)]()['search'](h(0x1c2))[h(0x1b8)]()[h(0x1bf)](a33a)['search']('(((.+)+)+)+$');});a33a();import{Direction}from'../types/enums.js';import{Logger}from'../utilities/logger.js';function a33d(a,b){var c=a33c();return a33d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a33d(a,b);}export class Command{static ['verb'];static [a33i(0x1b1)];['actor'];[a33i(0x1bd)];[a33i(0x1c5)];['scene'];constructor(a){var j=a33i;this[j(0x1b7)]=a[j(0x1b7)],this['rooms']=a[j(0x1bd)],this[j(0x1c5)]=Logger[j(0x1b9)]();}[a33i(0x1c1)](a){var k=a33i;return Object[k(0x1b2)](Direction)[k(0x1b4)](a);}static['getDescription'](){var l=a33i;return this[l(0x1b1)]||l(0x1b3);}}
@@ -1 +0,0 @@
1
- function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x13f;let f=c[d];return f;},a34d(a,b);}const a34i=a34d;(function(a,b){const f=a34d,c=a();while(!![]){try{const d=-parseInt(f(0x151))/0x1+-parseInt(f(0x13f))/0x2+-parseInt(f(0x158))/0x3*(-parseInt(f(0x14c))/0x4)+-parseInt(f(0x15b))/0x5*(-parseInt(f(0x146))/0x6)+parseInt(f(0x150))/0x7*(-parseInt(f(0x14f))/0x8)+-parseInt(f(0x14a))/0x9*(parseInt(f(0x142))/0xa)+parseInt(f(0x149))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x66e45));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a34d;if(c){const e=c[g(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const h=a34d;return a34a[h(0x154)]()[h(0x14b)]('(((.+)+)+)+$')[h(0x154)]()[h(0x15f)](a34a)[h(0x14b)]('(((.+)+)+)+$');});a34a();import{Command}from'./command.js';export class DropCommand extends Command{static ['verb']='drop';static [a34i(0x15d)]='Drop\x20an\x20item\x20from\x20your\x20inventory.';['execute'](a){const j=a34i;return this[j(0x14d)]['write'](this['actor']['name']+j(0x153)+a[j(0x143)]('\x20')),this[j(0x14e)](a);}[a34i(0x14e)](a){const k=a34i,b=a[k(0x143)]('\x20')['toLowerCase']();if(!this[k(0x159)][k(0x15a)][k(0x148)](b))return this[k(0x14d)][k(0x140)]('Item\x20\x22'+b+k(0x144)+this['actor'][k(0x15c)]+'\x27s\x20inventory\x20during\x20\x27Drop\x27\x20command.'),k(0x155)+b+k(0x157);const c=this['actor'][k(0x15a)]['getItem'](b);if(!c)return this[k(0x14d)][k(0x140)](k(0x156)+b+k(0x145)+this['actor'][k(0x15c)]+k(0x15e)),k(0x155)+b+k(0x157);return this[k(0x159)][k(0x15a)][k(0x147)](b),this['actor']['currentLocation']['inventory'][k(0x152)](c),this[k(0x14d)][k(0x140)](this['actor'][k(0x15c)]+'\x20has\x20successfully\x20dropped\x20\x22'+b+'\x22\x20from\x20inventory\x20to\x20room\x20during\x20\x27Drop\x27\x20command.'),k(0x141)+b+'.';}}function a34c(){const l=['search','40IpOiCI','logger','drop','67120VDflIf','91lASUkj','253349zuVxFp','addItem','\x20is\x20Attempting\x20\x27Drop\x27\x20command\x20with\x20item:\x20','toString','You\x20don\x27t\x20have\x20','Item\x20\x22','\x20in\x20your\x20inventory.','54873CWaLHa','actor','inventory','6005ySueRx','name','description','\x27s\x20inventory\x20during\x20\x27Drop\x27\x20command.','constructor','apply','100518znWnZe','write','You\x20dropped\x20','3950lyDilu','join','\x22\x20not\x20found\x20in\x20','\x22\x20not\x20retrieved\x20from\x20','4206WyEdaU','removeItem','hasItem','4254822zXGanT','13158ULrCbB'];a34c=function(){return l;};return a34c();}
@@ -1 +0,0 @@
1
- function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x6e;let f=c[d];return f;},a35d(a,b);}const a35h=a35d;(function(a,b){const f=a35d,c=a();while(!![]){try{const d=parseInt(f(0x6f))/0x1+parseInt(f(0x7e))/0x2+-parseInt(f(0x74))/0x3+-parseInt(f(0x8d))/0x4+parseInt(f(0x88))/0x5*(parseInt(f(0x71))/0x6)+-parseInt(f(0x75))/0x7+-parseInt(f(0x7b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x77a91));const a35b=(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;};}()),a35a=a35b(this,function(){const g=a35d;return a35a[g(0x8a)]()[g(0x80)]('(((.+)+)+)+$')[g(0x8a)]()[g(0x7a)](a35a)[g(0x80)](g(0x87));});a35a();import{Command}from'./command.js';export class EquipCommand extends Command{static [a35h(0x84)]='equip';static ['description']=a35h(0x86);[a35h(0x6e)](a){return this['equip'](a);}[a35h(0x72)](a){const i=a35h,b=a[i(0x89)]('\x20')[i(0x82)]();let c=this[i(0x73)]['inventory'][i(0x7d)](b);if(!c){const e=this[i(0x73)][i(0x77)];c=e[i(0x7c)][i(0x7d)](b);if(c)this[i(0x73)][i(0x7c)]['addItem'](c),e[i(0x7c)][i(0x79)](b),this[i(0x78)][i(0x8c)](i(0x81)+b+'\x20taken\x20from\x20room\x20and\x20added\x20to\x20'+this['actor'][i(0x8b)]+'\x27s\x20inventory.');else return this[i(0x78)][i(0x7f)]('EquipCommand:\x20'+b+i(0x83)+this[i(0x73)]['name']+i(0x85)+this[i(0x73)]['currentLocation'][i(0x8b)]+'\x20room.'),i(0x76)+b+i(0x70);}const d=this['actor'][i(0x72)](c);return this[i(0x78)][i(0x8c)](i(0x81)+d),d;}}function a35c(){const j=['execute','952789rtOnCH','\x20in\x20your\x20inventory,\x20and\x20it\x27s\x20not\x20in\x20this\x20room.','187710fNWdkB','equip','actor','2806947XlqaMU','1151563DsbJEt','You\x20don\x27t\x20have\x20','currentLocation','logger','removeItem','constructor','298256nkxJfi','inventory','getItem','1415940mOYDqK','error','search','EquipCommand:\x20','toLowerCase','\x20not\x20found\x20in\x20','verb','\x20inventory\x20or\x20','Equip\x20an\x20item.','(((.+)+)+)+$','145qdTBll','join','toString','name','write','3761820MPxVIn'];a35c=function(){return j;};return a35c();}
@@ -1 +0,0 @@
1
- const a36j=a36d;(function(a,b){const g=a36d,c=a();while(!![]){try{const d=parseInt(g(0x196))/0x1+parseInt(g(0x198))/0x2*(-parseInt(g(0x1a8))/0x3)+parseInt(g(0x19b))/0x4+-parseInt(g(0x197))/0x5*(parseInt(g(0x18e))/0x6)+-parseInt(g(0x18b))/0x7*(-parseInt(g(0x191))/0x8)+parseInt(g(0x1ad))/0x9+-parseInt(g(0x195))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x342b4));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a36d;if(c){const e=c[h(0x1a2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const i=a36d;return a36a[i(0x193)]()[i(0x1b0)](i(0x1b2))[i(0x193)]()[i(0x1a5)](a36a)[i(0x1b0)](i(0x1b2));});a36a();import{Door}from'../models/door.js';import{Command}from'./command.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x18b;let f=c[d];return f;},a36d(a,b);}function a36c(){const m=['toLowerCase','2282632ULotwK','There\x20seems\x20to\x20be\x20an\x20error\x20with\x20the\x20door\x20you\x27re\x20trying\x20to\x20go\x20through.','toString','name','866780SsgZqJ','389134Ifpohi','391225nogNYw','70724lvIsXr','The\x20door\x20in\x20the\x20direction\x20\x22','\x20\x27Go\x27\x20command\x20failed:\x20Room\x20\x22','809708FZcxwS','\x20\x27Go\x27\x20command\x20failed:\x20Unable\x20to\x20determine\x20the\x20other\x20side\x20of\x20the\x20door.','getExit','\x20moved\x20to\x20room:\x20','\x20attempted\x20to\x20go\x20','\x20\x27Go\x27\x20command\x20failed:\x20Specified\x20direction\x20\x22','Move\x20in\x20the\x20specified\x20direction.','apply','\x22\x20is\x20locked.','currentLocation','constructor','description','\x22\x20does\x20not\x20exist\x20in\x20current\x20room\x27s\x20exits.','33OmDnBU','join','getOtherSide','Unnamed\x20room','execute','424701kiDTid','\x27s\x20\x27Go\x27\x20command\x20failed:\x20No\x20direction\x20specified.','logger','search','actor','(((.+)+)+)+$','verb','error','write','7DKmFXi','isValidDirection','That\x20is\x20not\x20a\x20way\x20to\x20go','18BAcPOh','rooms'];a36c=function(){return m;};return a36c();}export class GoCommand extends Command{static [a36j(0x1b3)]='go';static [a36j(0x1a6)]=a36j(0x1a1);[a36j(0x1ac)](a){const k=a36j;return this[k(0x1af)][k(0x1b5)](this[k(0x1b1)][k(0x194)]+'\x20is\x20attempting\x20\x27Go\x27\x20command\x20with\x20direction:\x20'+a[k(0x1a9)]('\x20')),this['go'](a);}['go'](a){const l=a36j;if(a['length']===0x0)return this[l(0x1af)][l(0x1b5)](this[l(0x1b1)][l(0x194)]+l(0x1ae)),'Please\x20specify\x20a\x20direction\x20to\x20go.';const b=a[0x0][l(0x190)]();if(!this[l(0x18c)](b))return this[l(0x1af)][l(0x1b5)](this[l(0x1b1)]['name']+l(0x19f)+b+'\x20which\x20is\x20not\x20valid.'),l(0x18d);const c=this[l(0x1b1)]['currentLocation'];if(!c)return this[l(0x1af)][l(0x1b4)](this[l(0x1b1)][l(0x194)]+'\x27s\x20\x27Go\x27\x20command\x20failed:\x20Current\x20room\x20is\x20undefined\x20or\x20null.\x20This\x20is\x20a\x20bug.'),'You\x20seem\x20to\x20be\x20nowhere.\x20This\x20is\x20a\x20bug.';const d=c[l(0x19d)](b);if(!d)return this[l(0x1af)][l(0x1b5)](this['actor'][l(0x194)]+l(0x1a0)+b+l(0x1a7)),'You\x20can\x27t\x20go\x20that\x20way.';if(d instanceof Door){if(d['checkIfLocked']())return l(0x199)+b+l(0x1a3);const e=d[l(0x1aa)](c);if(!e)return this[l(0x1af)]['error'](this[l(0x1b1)][l(0x194)]+l(0x19c)),l(0x192);this[l(0x1b1)]['currentLocation']=e;}else{const f=this['rooms']&&this[l(0x18f)][d];if(!f)return this[l(0x1af)]['error'](this[l(0x1b1)][l(0x194)]+l(0x19a)+d+'\x22\x20not\x20found.'),'There\x20seems\x20to\x20be\x20an\x20error\x20with\x20the\x20room\x20you\x27re\x20trying\x20to\x20go\x20to.';this[l(0x1b1)][l(0x1a4)]=f;}return this['logger'][l(0x1b5)](this[l(0x1b1)][l(0x194)]+l(0x19e)+(this[l(0x1b1)][l(0x1a4)]['name']||l(0x1ab))+'.'),this['actor'][l(0x1a4)][l(0x1a6)];}}
@@ -1 +0,0 @@
1
- const a37i=a37d;function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x8a;let f=c[d];return f;},a37d(a,b);}(function(a,b){const f=a37d,c=a();while(!![]){try{const d=-parseInt(f(0x96))/0x1*(-parseInt(f(0x8c))/0x2)+-parseInt(f(0x8f))/0x3*(parseInt(f(0x8b))/0x4)+-parseInt(f(0xa6))/0x5+-parseInt(f(0x93))/0x6*(-parseInt(f(0xb7))/0x7)+parseInt(f(0xa9))/0x8+parseInt(f(0x9b))/0x9*(-parseInt(f(0xa0))/0xa)+parseInt(f(0x90))/0xb*(-parseInt(f(0x9d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xd8037));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a37d;if(c){const e=c[g(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const h=a37d;return a37a[h(0xb1)]()['search']('(((.+)+)+)+$')[h(0xb1)]()[h(0xab)](a37a)['search'](h(0xae));});a37a();import{Command}from'./command.js';function a37c(){const l=['1EZGhfV','\x20is\x20not\x20a\x20valid\x20exit\x20in\x20this\x20room.','write','toLowerCase','inventory','698670AVZwnk','hasItem','12ezZtMF','has','currentLocation','10TOkvat','\x22\x20is\x20already\x20locked.','\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20','description','You\x20locked\x20the\x20door\x20named\x20\x22','name','7315230bjhKsT','isValidDirection','\x22\x20here.','10414544flOWWK','error','constructor','execute','verb','(((.+)+)+)+$','You\x20don\x27t\x20have\x20the\x20key\x20to\x20lock\x20this\x20door.','actor','toString','apply','The\x20door\x20named\x20\x22','Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20lock.','There\x27s\x20no\x20door\x20named\x20\x22','exits','190078lRIiEj','logger','\x20door.','32QyUVdl','3322280xpMcZC','\x20Locked\x20the\x20','isLocked','326778eopAla','9469449RAUNwU','lock','unlockItemOrSolution','264eWeFPQ','LockCommand:\x20No\x20target\x20specified.','LockCommand:\x20'];a37c=function(){return l;};return a37c();}export class LockCommand extends Command{static [a37i(0xad)]=a37i(0x91);static [a37i(0xa3)]='Lock\x20a\x20door.';[a37i(0xac)](a){const j=a37i;return this[j(0x91)](a);}[a37i(0x91)](a){const k=a37i;if(a['length']===0x0)return this[k(0xb8)][k(0xaa)](k(0x94)),k(0xb4);const b=a[0x0][k(0x99)](),c=this['actor'][k(0x9f)];if(this[k(0xa7)](b)&&c[k(0xb6)][k(0x9e)](b)){const d=c[k(0xb6)]['get'](b);if(d[k(0x8e)])return k(0xb3)+b+k(0xa1);const e=d[k(0x92)]?.[k(0x99)]();return e&&this[k(0xb0)][k(0x9a)][k(0x9c)](e)?(d[k(0x8e)]=!![],this[k(0xb8)][k(0x98)](k(0x95)+this['actor'][k(0xa5)]+k(0x8d)+b+k(0x8a)),k(0xa4)+b+'\x22.'):(this[k(0xb8)][k(0x98)]('LockCommand:\x20'+this[k(0xb0)]['name']+k(0xa2)+b+'.'),k(0xaf));}else return this['logger'][k(0x98)](k(0x95)+b+k(0x97)),k(0xb5)+b+k(0xa8);}}
@@ -1 +0,0 @@
1
- const a38h=a38d;(function(a,b){const f=a38d,c=a();while(!![]){try{const d=-parseInt(f(0x10b))/0x1*(-parseInt(f(0xff))/0x2)+-parseInt(f(0xe5))/0x3*(-parseInt(f(0x10c))/0x4)+parseInt(f(0xfe))/0x5*(parseInt(f(0xfc))/0x6)+-parseInt(f(0x113))/0x7+-parseInt(f(0xfa))/0x8+-parseInt(f(0x110))/0x9*(parseInt(f(0x111))/0xa)+parseInt(f(0xf8))/0xb*(-parseInt(f(0x10f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xf4147));function a38c(){const m=['getItem','\x20inventory.','There\x27s\x20no\x20exit\x20in\x20the\x20direction\x20\x22','join','(((.+)+)+)+$','execute','inventory','13761howHsW',',\x20you\x20see\x20','12711704mtfNXx','You\x20cannot\x20see\x20','6CuKgpz','write','7589515WHAxCo','16uPUIHA','rooms','You\x27re\x20not\x20in\x20a\x20valid\x20room.','hasItem','There\x27s\x20an\x20error\x20with\x20the\x20room\x20in\x20the\x20direction\x20\x22','Below\x20you,\x20','search','Unexpected\x20error\x20occurred\x20while\x20looking\x20at\x20the\x20room\x20in\x20the\x20direction\x20\x22','actor','currentLocation','OUTSIDE','getOtherSide','228394zaVdWj','612tMwIMt','toString','Above\x20you,\x20','5748zClvaU','9aYCJnn','10830310YgNJrc','lookOutside','1257613XtVaYp','logger','Examine\x20your\x20surroundings','\x20here.','look','error','riddle','You\x20cannot\x20see\x20through','21678zTRisB','inspectItem','description','\x20is\x20not\x20in\x20a\x20valid\x20room\x20during\x20\x27Look\x27\x20command\x20execution.','roomType','string','name','It\x27s\x20just\x20a\x20regular\x20','\x27\x20in\x20current\x20room\x20inventory.','You\x20don\x27t\x20see\x20any\x20','puzzle','Looking\x20at\x20item\x20\x27'];a38c=function(){return m;};return a38c();}const a38b=(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;};}()),a38a=a38b(this,function(){const g=a38d;return a38a[g(0x10d)]()['search'](g(0xf5))[g(0x10d)]()['constructor'](a38a)[g(0x105)](g(0xf5));});a38a();import{Door}from'../models/door.js';import{RoomType}from'../types/enums.js';import{Command}from'./command.js';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0xe2;let f=c[d];return f;},a38d(a,b);}export class LookCommand extends Command{static ['verb']=a38h(0x117);static [a38h(0xe7)]=a38h(0x115);[a38h(0xf6)](a=[]){const i=a38h;this[i(0x114)][i(0xfd)]('Executing\x20\x27Look\x27\x20command.');const b=a[i(0xf4)]('\x20');if(b){if(this['actor']['inventory']['hasItem'](b))return this[i(0x114)][i(0xfd)]('Looking\x20at\x20item\x20\x27'+b+'\x27\x20in\x20'+this[i(0x107)][i(0xeb)]+i(0xf2)),this['inspectItem'](b,this[i(0x107)][i(0xf7)]);else{if(this['actor'][i(0x108)][i(0xf7)][i(0x102)](b))return this[i(0x114)][i(0xfd)](i(0xf0)+b+i(0xed)),this[i(0xe6)](b,this[i(0x107)][i(0x108)][i(0xf7)]);else return this['isValidDirection'](b)?(this['logger']['write']('Attempting\x20to\x20look\x20outside\x20in\x20direction\x20\x27'+b+'\x27.'),this[i(0x112)](b)):i(0xfb)+b;}}else return this[i(0x114)][i(0xfd)](this[i(0x107)][i(0xeb)]+'\x20is\x20looking\x20around\x20the\x20current\x20room.'),this[i(0x117)]();}['look'](){const j=a38h,a=this[j(0x107)][j(0x108)];if(!a)return this[j(0x114)][j(0xe2)](this[j(0x107)][j(0xeb)]+j(0xe8)),j(0x101);let b=a[j(0xe7)];return a[j(0xef)]&&(b+='\x0a'+a[j(0xef)][j(0xe3)]),b;}['lookOutside'](a){const k=a38h,b=this[k(0x107)][k(0x108)];if(!b)return this[k(0x114)][k(0xe2)](this[k(0x107)]['name']+k(0xe8)),k(0x101);const c=b['exits']['get'](a);if(!c)return k(0xf3)+a+'\x22.';let d;if(c instanceof Door)d=c[k(0x10a)](b);else{if(typeof c===k(0xea)){d=this[k(0x100)]&&this[k(0x100)][c];if(!d)return k(0x103)+a+'\x22.';}else return k(0x106)+a+'\x22.';}if(d[k(0xe9)]===RoomType[k(0x109)]){if(a==='up')return k(0x10e)+d[k(0xe7)];else return a==='down'?k(0x104)+d[k(0xe7)]:'To\x20the\x20'+a+k(0xf9)+d[k(0xe7)];}else return k(0xe4);}[a38h(0xe6)](a,b){const l=a38h,c=b[l(0xf1)](a);if(!c)return l(0xee)+a+l(0x116);return c['description']||l(0xec)+a+'.';}}
@@ -1 +0,0 @@
1
- const a39j=a39d;(function(a,b){const g=a39d,c=a();while(!![]){try{const d=-parseInt(g(0xfe))/0x1*(parseInt(g(0xf7))/0x2)+-parseInt(g(0xe3))/0x3+-parseInt(g(0xea))/0x4+-parseInt(g(0xec))/0x5+-parseInt(g(0xfb))/0x6*(parseInt(g(0xf4))/0x7)+parseInt(g(0xe8))/0x8+parseInt(g(0xf6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xf3548));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a39d;if(c){const e=c[h(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const i=a39d;return a39a[i(0xed)]()[i(0xfc)](i(0xe6))[i(0xed)]()[i(0xf1)](a39a)[i(0xfc)](i(0xe6));});a39a();function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xe2;let f=c[d];return f;},a39d(a,b);}function a39c(){const l=['apply','currentLocation','96LjaEsn','search','length','1919217rPqpaL','join','Broadcast\x20a\x20message\x20to\x20everyone\x20in\x20the\x20current\x20room.','5933355lrrrXT','execute','context','(((.+)+)+)+$','actor','5458808cWajbd','say','7697088NJWxqL','What\x20do\x20you\x20want\x20to\x20say?','6289985lcoxAn','toString','You\x20say:\x20\x22','logger','name','constructor',':\x20\x22','Scene\x20is\x20missing\x20from\x20context.','839713xaqgHC','log','83816496kqvIxC','2WUKXbG','verb'];a39c=function(){return l;};return a39c();}import{Command}from'./command.js';export class SayCommand extends Command{static [a39j(0xf8)]=a39j(0xe9);static ['description']=a39j(0xe2);[a39j(0xe5)];constructor(a){super(a),this['context']=a;}[a39j(0xe4)](a){const k=a39j;if(a[k(0xfd)]===0x0)return k(0xeb);const b=a[k(0xff)]('\x20'),c=this[k(0xe7)],d=this[k(0xe5)]['scene'];if(!d)return this[k(0xef)][k(0xf5)](k(0xf3)),'An\x20error\x20occurred.';const e=d['allActors']['filter'](f=>f[k(0xfa)]===c[k(0xfa)]);for(const f of e){this[k(0xef)][k(0xf5)](c[k(0xf0)]+'\x20says\x20to\x20'+f['name']+k(0xf2)+b+'\x22'),this[k(0xe7)][k(0xfa)][k(0xe9)](f,b);}return k(0xee)+b+'\x22';}}
@@ -1 +0,0 @@
1
- const a40i=a40d;(function(a,b){const f=a40d,c=a();while(!![]){try{const d=parseInt(f(0x1a4))/0x1*(-parseInt(f(0x19d))/0x2)+parseInt(f(0x1a8))/0x3*(parseInt(f(0x1a0))/0x4)+parseInt(f(0x1a5))/0x5+parseInt(f(0x1b0))/0x6*(-parseInt(f(0x19c))/0x7)+-parseInt(f(0x19a))/0x8*(parseInt(f(0x199))/0x9)+parseInt(f(0x1a9))/0xa*(-parseInt(f(0x19b))/0xb)+parseInt(f(0x1ad))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xa4c3a));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a40d;if(c){const e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const h=a40d;return a40a[h(0x19e)]()[h(0x1a7)](h(0x1a6))[h(0x19e)]()['constructor'](a40a)['search'](h(0x1a6));});a40a();import{Command}from'./command.js';function a40c(){const k=['5854055nCGyWj','(((.+)+)+)+$','search','6YfTBuz','50EeVkYS','listItems','name','actor','4954308qhpeYx','SearchCommand:\x20','write','18DIkfLs','\x20searched\x20the\x20room\x20but\x20found\x20nothing.','\x20found\x20the\x20following\x20items:\x20','logger','Search\x20for\x20items\x20in\x20your\x20area','8865xyCbSc','2632kVgwXj','1257839ILDIGL','1266594VqPzRi','2990zQXMhx','toString','apply','1418480IvJjCG','currentLocation','You\x20search\x20the\x20area\x20thoroughly,\x20but\x20don\x27t\x20find\x20anything\x20of\x20interest.','verb','120lnYKGB'];a40c=function(){return k;};return a40c();}function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x198;let f=c[d];return f;},a40d(a,b);}export class SearchCommand extends Command{static [a40i(0x1a3)]=a40i(0x1a7);static ['description']=a40i(0x198);['execute'](){const j=a40i,a=this[j(0x1ac)][j(0x1a1)]['inventory'][j(0x1aa)]();if(a['length']===0x0)return this[j(0x1b3)][j(0x1af)](j(0x1ae)+this[j(0x1ac)][j(0x1ab)]+j(0x1b1)),j(0x1a2);const b=a['join'](',\x20');return this['logger']['write'](j(0x1ae)+this[j(0x1ac)][j(0x1ab)]+j(0x1b2)+b),'You\x20search\x20the\x20area\x20and\x20find:\x20'+b;}}
@@ -1 +0,0 @@
1
- const a41i=a41d;(function(a,b){const f=a41d,c=a();while(!![]){try{const d=parseInt(f(0x198))/0x1+-parseInt(f(0x1a5))/0x2+-parseInt(f(0x193))/0x3+-parseInt(f(0x1a3))/0x4+-parseInt(f(0x19b))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x1a2))/0x7+parseInt(f(0x197))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x6286b));function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x18f;let f=c[d];return f;},a41d(a,b);}function a41c(){const k=['SolveCommand:\x20','write','rewardItem','8818624PuVCVm','80225glwhbb','inventory','toString','39145NpjnKv','join','description','search','(((.+)+)+)+$','solve','puzzle','290948hSRGhe','357776CbWRtN','SolveCommand:\x20${this.actor.name}\x20attempt\x20to\x20solve\x20a\x20riddle\x20in\x20a\x20room\x20with\x20no\x20puzzle.','38614MXaavi','verb','execute','currentLocation','Attempt\x20to\x20solve\x20a\x20puzzle.','constructor','toLowerCase','actor','318tYxHiF','apply','890598OmvHfd'];a41c=function(){return k;};return a41c();}const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a41d;if(c){const e=c[g(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const h=a41d;return a41a[h(0x19a)]()['search'](h(0x19f))['toString']()[h(0x1aa)](a41a)[h(0x19e)](h(0x19f));});a41a();import{Command}from'./command.js';export class SolveCommand extends Command{static [a41i(0x1a6)]='solve';static [a41i(0x19d)]=a41i(0x1a9);[a41i(0x1a7)](a){const j=a41i,b=a[j(0x19c)]('\x20')[j(0x18f)](),c=this['actor'][j(0x1a8)];if(!c||!c[j(0x1a1)])return this['logger'][j(0x195)](j(0x1a4)),'There\x20doesn\x27t\x20seem\x20to\x20be\x20a\x20riddle\x20here\x20to\x20solve.';const d=c[j(0x1a1)][j(0x1a0)](b,this[j(0x190)][j(0x199)]);return d['success']&&c['puzzle'][j(0x196)]&&this[j(0x190)]['inventory']['addItem'](c['puzzle']['rewardItem']),this['logger'][j(0x195)](j(0x194)+d['message']),d['message'];}}
@@ -1 +0,0 @@
1
- const a42i=a42d;(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0x159))/0x1+-parseInt(f(0x145))/0x2*(parseInt(f(0x156))/0x3)+parseInt(f(0x15d))/0x4*(-parseInt(f(0x13e))/0x5)+parseInt(f(0x133))/0x6+parseInt(f(0x141))/0x7+parseInt(f(0x157))/0x8+-parseInt(f(0x14c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xd74cf));function a42c(){const l=['Error\x20during\x20\x27Take\x27\x20command:\x20','3ywCPqZ','9718336zgikAz','hasItem','680162fsLTaF','execute','toLowerCase','\x22\x20in\x20this\x20room.','28ahVhoD','name','5895354KvavAo','removeItem','toString','Item\x20\x22','take','(((.+)+)+)+$','\x20room\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.','There\x20is\x20no\x20item\x20\x22','message','You\x20have\x20taken\x20the\x20','currentLocation','96205LoCbNu','\x22\x20is\x20too\x20heavy\x20to\x20carry.','constructor','8486261gIYLXe','actor','Pick\x20up\x20an\x20item.','getItem','3087010nYBjop','\x22\x20not\x20retrieved\x20from\x20','addInventory','write','\x20during\x20\x27Take\x27\x20command.','description','logger','13767957iEZyQW','search','Successfully\x20added\x20\x22','join','inventory','The\x20item\x20\x22','apply','\x22\x20from\x20','\x22\x20not\x20found\x20in\x20'];a42c=function(){return l;};return a42c();}const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x152)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a[h(0x135)]()['search'](h(0x138))[h(0x135)]()[h(0x140)](a42a)[h(0x14d)](h(0x138));});a42a();function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x132;let f=c[d];return f;},a42d(a,b);}import{Command}from'./command.js';export class TakeCommand extends Command{static ['verb']=a42i(0x137);static [a42i(0x14a)]=a42i(0x143);[a42i(0x15a)](a){const j=a42i;return this[j(0x14b)][j(0x148)]('Attempting\x20\x27Take\x27\x20command\x20with\x20item:\x20'+a[j(0x14f)]('\x20')),this[j(0x137)](a);}['take'](a){const k=a42i,b=a[k(0x14f)]('\x20')[k(0x15b)](),c=this[k(0x142)][k(0x13d)];if(!c[k(0x150)][k(0x158)](b))return this['logger']['write'](k(0x136)+b+k(0x154)+c[k(0x132)]+k(0x149)),k(0x13a)+b+k(0x15c);const d=c['inventory'][k(0x144)](b);if(!d)return this[k(0x14b)]['write'](k(0x136)+b+k(0x146)+c['name']+k(0x139)),k(0x13a)+b+k(0x15c);try{return this[k(0x142)][k(0x147)](d),this[k(0x14b)][k(0x148)](k(0x14e)+b+'\x22\x20to\x20'+this[k(0x142)][k(0x132)]+'\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.'),c[k(0x150)][k(0x134)](b),this['logger'][k(0x148)]('Successfully\x20removed\x20\x22'+b+k(0x153)+c[k(0x132)]+k(0x139)),k(0x13c)+b+'.';}catch(e){return this[k(0x14b)][k(0x148)](k(0x155)+e[k(0x13b)]),k(0x151)+b+k(0x13f);}}}
@@ -1 +0,0 @@
1
- const a43i=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=parseInt(f(0xb9))/0x1*(-parseInt(f(0xbb))/0x2)+-parseInt(f(0xc3))/0x3+parseInt(f(0xc4))/0x4+-parseInt(f(0xb8))/0x5+-parseInt(f(0xb7))/0x6+parseInt(f(0xbd))/0x7+parseInt(f(0xb5))/0x8*(parseInt(f(0xb3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x99273));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a43d;if(c){const e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const h=a43d;return a43a[h(0xc1)]()[h(0xba)](h(0xc0))[h(0xc1)]()[h(0xb4)](a43a)[h(0xba)](h(0xc0));});function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0xb2;let f=c[d];return f;},a43d(a,b);}a43a();import{Command}from'./command.js';export class UnequipCommand extends Command{static [a43i(0xbe)]=a43i(0xb2);static [a43i(0xc6)]='Unequip\x20an\x20item.';[a43i(0xbf)](a){const j=a43i,b=a[j(0xc8)]('\x20')[j(0xc5)](),c=this[j(0xb6)][j(0xc2)](b);return this['logger'][j(0xc7)](j(0xbc)+this['actor']['name']+j(0xca)+c),c;}}function a43c(){const k=['2944218AAzkFP','2307376UlWWDz','toLowerCase','description','write','join','apply','\x20unqeuiped\x20','unqeuip','541755PpzAtM','constructor','456YbSvwe','actor','1271394qgrAGj','5999685GvqOnj','1109278DiiwCw','search','2Mnemhm','UnequipCommand:\x20','853132CfCVXg','verb','execute','(((.+)+)+)+$','toString','unequip'];a43c=function(){return k;};return a43c();}
@@ -1 +0,0 @@
1
- const a44k=a44d;(function(a,b){const h=a44d,c=a();while(!![]){try{const d=-parseInt(h(0x167))/0x1*(-parseInt(h(0x162))/0x2)+-parseInt(h(0x154))/0x3*(-parseInt(h(0x168))/0x4)+parseInt(h(0x170))/0x5+parseInt(h(0x158))/0x6*(-parseInt(h(0x14b))/0x7)+parseInt(h(0x15f))/0x8*(parseInt(h(0x159))/0x9)+parseInt(h(0x16c))/0xa+-parseInt(h(0x15d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0xb00a4));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a44d;if(c){const e=c[i(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const j=a44d;return a44a[j(0x15a)]()[j(0x166)](j(0x153))[j(0x15a)]()[j(0x16a)](a44a)['search'](j(0x153));});function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x149;let f=c[d];return f;},a44d(a,b);}a44a();import{Door}from'../models/door.js';import{Command}from'./command.js';function a44c(){const n=['description','13474120XGJSEF','exits','UnlockCommand:\x20','.\x20Result:\x20','4657755WUssgR','logger','\x20is\x20not\x20a\x20valid\x20exit\x20in\x20','currentLocation','name','You\x20don\x27t\x20have\x20the\x20key\x20or\x20solution\x20to\x20unlock\x20this\x20door.','actor','There\x27s\x20no\x20door\x20named\x20\x22','1673GQkRKP','get','apply','Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20unlock.','execute','unlockItemOrSolution','getItem','attemptUnlockExit','(((.+)+)+)+$','3fetlhs','write','\x22\x20here.','\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20','1626rwYxMI','11673BGhqnT','toString','verb','unlock','38884945JBSGIc','inventory','2032HqlthV','isValidDirection','toLowerCase','219192fExqyW','\x20is\x20attempted\x20to\x20unlock\x20','has','Unlock\x20a\x20door.','search','10wKDuUi','2465852vgvGsU','length','constructor'];a44c=function(){return n;};return a44c();}export class UnlockCommand extends Command{static [a44k(0x15b)]=a44k(0x15c);static [a44k(0x16b)]=a44k(0x165);[a44k(0x14f)](a){const l=a44k;return this[l(0x15c)](a);}[a44k(0x15c)](a){const m=a44k;if(a[m(0x169)]===0x0)return this[m(0x171)]['error']('UnlockCommand:\x20No\x20target\x20specified.'),m(0x14e);const b=a[0x0][m(0x161)](),c=this[m(0x149)][m(0x173)];if(this[m(0x160)](b)&&c[m(0x16d)][m(0x164)](b)){const d=c[m(0x16d)][m(0x14c)](b);if(d instanceof Door){const e=d[m(0x150)]?.[m(0x161)]();if(e&&this[m(0x149)][m(0x15e)]['hasItem'](e)){const f=this['actor'][m(0x15e)][m(0x151)](e);if(f){const g=c[m(0x152)](b,f[m(0x174)]);return this[m(0x171)]['write']('UnlockCommand:\x20'+this[m(0x149)][m(0x174)]+m(0x163)+b+m(0x16f)+g),g;}}return this[m(0x171)][m(0x155)](m(0x16e)+this[m(0x149)]['name']+m(0x157)+b+'.'),m(0x175);}else return this[m(0x171)][m(0x155)]('UnlockCommand:\x20'+b+m(0x172)+c[m(0x174)]+'.'),'There\x27s\x20no\x20door\x20named\x20\x22'+b+'\x22\x20here.';}else return this[m(0x171)][m(0x155)](m(0x16e)+b+m(0x172)+c[m(0x174)]+'.'),m(0x14a)+b+m(0x156);}}
@@ -1 +0,0 @@
1
- const a45i=a45d;function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x11c;let f=c[d];return f;},a45d(a,b);}(function(a,b){const f=a45d,c=a();while(!![]){try{const d=-parseInt(f(0x136))/0x1*(-parseInt(f(0x12b))/0x2)+-parseInt(f(0x123))/0x3+parseInt(f(0x124))/0x4+parseInt(f(0x132))/0x5+parseInt(f(0x120))/0x6*(-parseInt(f(0x125))/0x7)+-parseInt(f(0x11f))/0x8+parseInt(f(0x13b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x1e611));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a45d;if(c){const e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const h=a45d;return a45a[h(0x13d)]()['search'](h(0x131))['toString']()[h(0x12a)](a45a)['search'](h(0x131));});function a45c(){const l=['636475qWyBMJ','write','You\x20don\x27t\x20have\x20the\x20','execute','49586taLjEV','join','inventory','getItem','description','763974KqzYvF',',\x20which\x20is\x20not\x20in\x20their\x20inventory.','toString','function','\x20not\x20retrieved\x20from\x20','You\x20can\x27t\x20use\x20the\x20','669504JqNhBC','406710CqJmuf','\x20attempted\x20to\x20use\x20','UseCommand:\x20','463464kocKGC','621756lMMqMr','21nbwNCA','use','apply','hasItem','name','constructor','8MyYCEe','actor','\x20in\x20this\x20way.','\x20to\x20use.','verb','logger','(((.+)+)+)+$'];a45c=function(){return l;};return a45c();}a45a();import{Command}from'./command.js';export class UseCommand extends Command{static [a45i(0x12f)]=a45i(0x126);static [a45i(0x13a)]='Use\x20an\x20item.';[a45i(0x135)](a){const j=a45i;return this[j(0x126)](a);}['use'](a){const k=a45i,b=a[k(0x137)]('\x20')['toLowerCase']();if(!this[k(0x12c)][k(0x138)][k(0x128)](b))return this[k(0x130)][k(0x133)](k(0x122)+this[k(0x12c)]['name']+k(0x121)+b+k(0x13c)),k(0x134)+b+k(0x12e);const c=this[k(0x12c)][k(0x138)][k(0x139)](b);if(!c)return this[k(0x130)]['write'](k(0x122)+b+k(0x11d)+this[k(0x12c)]['name']+'\x27s\x20inventory.'),k(0x134)+b+k(0x12e);if(typeof c[k(0x126)]===k(0x11c)){const d=c['use']();return this[k(0x130)][k(0x133)](k(0x122)+this[k(0x12c)][k(0x129)]+'\x20used\x20'+b+'.'),d;}else return this[k(0x130)]['write'](k(0x122)+b+'\x20doesn\x27t\x20have\x20a\x20use\x20method.'),k(0x11e)+b+k(0x12d);}}
@@ -1 +0,0 @@
1
- const a46i=a46d;(function(a,b){const f=a46d,c=a();while(!![]){try{const d=parseInt(f(0x1b5))/0x1+-parseInt(f(0x1b9))/0x2*(parseInt(f(0x1aa))/0x3)+parseInt(f(0x1b0))/0x4*(parseInt(f(0x1b3))/0x5)+parseInt(f(0x1b1))/0x6*(-parseInt(f(0x1b2))/0x7)+parseInt(f(0x1b7))/0x8+-parseInt(f(0x1ba))/0x9*(parseInt(f(0x1b8))/0xa)+parseInt(f(0x1ab))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x9ad4c));function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a46d(a,b);}function a46c(){const m=['commandMap','787949RZzIZp','(((.+)+)+)+$','3509912FQAnVe','41330nUmyCf','1197634VYWOKQ','639FWfVDZ','constructor','toString','6wCJVQb','1746657bXiCNn','apply','registerCommand','search','createCommand','144RWsxRv','948FQoMWj','18851ybxuTg','161845fQLIer'];a46c=function(){return m;};return a46c();}const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a46d;if(c){const e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const h=a46d;return a46a[h(0x1a9)]()['search'](h(0x1b6))[h(0x1a9)]()[h(0x1a8)](a46a)[h(0x1ae)](h(0x1b6));});a46a();export class CommandFactory{static ['commandMap']={};static[a46i(0x1ad)](a,b){const j=a46i;this[j(0x1b4)][a]=b;}static[a46i(0x1af)](a,b){const k=a46i,c=this[k(0x1b4)][a];if(c)return new c(b);return null;}static['getAllRegisteredCommands'](){const l=a46i;return this[l(0x1b4)];}}
@@ -1 +0,0 @@
1
- const a47h=a47d;function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x100;let f=c[d];return f;},a47d(a,b);}(function(a,b){const f=a47d,c=a();while(!![]){try{const d=parseInt(f(0x10b))/0x1*(-parseInt(f(0x112))/0x2)+parseInt(f(0x125))/0x3+parseInt(f(0x104))/0x4*(-parseInt(f(0x107))/0x5)+-parseInt(f(0x126))/0x6*(parseInt(f(0x123))/0x7)+parseInt(f(0x106))/0x8+-parseInt(f(0x105))/0x9*(-parseInt(f(0x109))/0xa)+parseInt(f(0x111))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xb1754));const a47b=(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;};}()),a47a=a47b(this,function(){const g=a47d;return a47a['toString']()[g(0x124)](g(0x10e))[g(0x121)]()['constructor'](a47a)[g(0x124)](g(0x10e));});a47a();function a47c(){const n=['2787192PJIeID','132VJhFOy','name','createRoom','content','toUpperCase','createItem','16ctAvsS','9PqlCBV','8979768ZjKvsa','203030gkXJFL','createPuzzle','2292910PYwRrp','forEach','1343935dcZeqQ','isStartRoom','setPuzzle','(((.+)+)+)+$','sword','rewardItem','8840117TOuVcT','2IRlnJT','gloves','puzzle','bodyarmor','legarmor','key','boots','rifle','items','gauntlets','convertToRoomConfig','roomType','type','INSIDE','book','toString','description','270851IdgSXa','search'];a47c=function(){return n;};return a47c();}import{Room,Puzzle,Inventory}from'../models/_index.js';import{RoomType}from'../types/enums.js';import{Key,Book,BasicItem,Sword,Rifle,Helmet,BodyArmor,LegArmor,Boots,Gloves,Gauntlets}from'../scenes/items.js';export class RoomFactory{[a47h(0x100)](a){const i=a47h,b=this['convertToRoomConfig'](a),c=new Room(b);if(a['items']){const d=new Inventory();a[i(0x11a)][i(0x10a)](e=>{const j=i;d['addItem'](this[j(0x103)](e));}),c['inventory']=d;}return a[i(0x114)]&&c[i(0x10d)](this[i(0x108)](a[i(0x114)])),c;}[a47h(0x103)](a){const k=a47h;switch(a[k(0x11e)]){case k(0x117):return new Key(a[k(0x127)],a[k(0x122)]);case k(0x120):return new Book(a[k(0x127)],a[k(0x122)],a[k(0x101)]);case k(0x10f):return new Sword(a[k(0x127)],a[k(0x122)]);case k(0x119):return new Rifle(a[k(0x127)],a['description']);case'helmet':return new Helmet(a['name'],a[k(0x122)]);case k(0x115):return new BodyArmor(a[k(0x127)],a[k(0x122)]);case k(0x116):return new LegArmor(a[k(0x127)],a[k(0x122)]);case k(0x118):return new Boots(a[k(0x127)],a[k(0x122)]);case k(0x113):return new Gloves(a['name'],a['description']);case k(0x11b):return new Gauntlets(a[k(0x127)],a[k(0x122)]);default:return new BasicItem(a[k(0x127)],a['description']);}}['createPuzzle'](a){const l=a47h,b=this['createItem'](a[l(0x110)]);return new Puzzle({...a,'rewardItem':b});}[a47h(0x11c)](a){const m=a47h,b=a[m(0x11d)]&&RoomType[a[m(0x11d)][m(0x102)]()]?RoomType[a[m(0x11d)][m(0x102)]()]:RoomType[m(0x11f)];return{'name':a['name'],'description':a[m(0x122)],'isStartRoom':a[m(0x10c)],'roomType':b};}}
@@ -1 +0,0 @@
1
- const a48k=a48d;(function(a,b){const h=a48d,c=a();while(!![]){try{const d=parseInt(h(0x125))/0x1*(parseInt(h(0x135))/0x2)+-parseInt(h(0x14b))/0x3+-parseInt(h(0x11b))/0x4+-parseInt(h(0x145))/0x5*(-parseInt(h(0x12d))/0x6)+-parseInt(h(0x136))/0x7*(parseInt(h(0x12b))/0x8)+-parseInt(h(0x11c))/0x9*(-parseInt(h(0x11d))/0xa)+parseInt(h(0x137))/0xb*(parseInt(h(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x34441));const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a48d;if(c){const e=c[i(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const j=a48d;return a48a[j(0x126)]()[j(0x122)](j(0x143))['toString']()[j(0x149)](a48a)[j(0x122)]('(((.+)+)+)+$');});a48a();function a48c(){const s=['11tfUvVP','toString','getDescription','quit','player','840URCCuE','2704NmjUKT','initialize','47022JkHzwa','Welcome,\x20','I\x20don\x27t\x20understand\x20the\x20command\x20\x22','You\x20are\x20still\x20in\x20the\x20game,\x20type\x20\x22quit\x22\x20to\x20exit','drop','scene','apply','determineStartRoom','38242biFTjG','1834iqFPJq','77693eVebun','getInstance','rooms','name','lock','getRooms','unlock','hasOwnProperty','Available\x20Commands:\x0a','getAllRegisteredCommands','createCommand','say','(((.+)+)+)+$','maka','105cppfdy','split','unequip','equip','constructor','getHelpMessage','1171647GSEoSO','instance','1032416XdDBGE','207DUxCDs','35640ByPVmP','help','slice','registerCommands','toLowerCase','search','registerCommand','currentLocation'];a48c=function(){return s;};return a48c();}function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x11b;let f=c[d];return f;},a48d(a,b);}import{Scene}from'./models/scene.js';import{LookCommand}from'./commands/look.js';import{TakeCommand}from'./commands/take.js';import{GoCommand}from'./commands/go.js';import{UseCommand}from'./commands/use.js';import{EquipCommand}from'./commands/equip.js';import{UnequipCommand}from'./commands/unequip.js';import{SolveCommand}from'./commands/solve.js';import{DropCommand}from'./commands/drop.js';import{UnlockCommand}from'./commands/unlock.js';import{LockCommand}from'./commands/lock.js';import{SearchCommand}from'./commands/search.js';import{SayCommand}from'./commands/say.js';import{CommandFactory}from'./factories/commandF.js';export default class Game{static [a48k(0x14c)];['scene'];[a48k(0x129)];['currentRoom'];[a48k(0x139)];constructor(a,b){const l=a48k;this['player']=a,this[l(0x132)]=new Scene({'player':a,'roomConfiguration':b}),this[l(0x132)][l(0x12c)](),this[l(0x129)][l(0x124)]=this[l(0x134)](),this[l(0x120)]();}[a48k(0x120)](){const m=a48k;CommandFactory[m(0x123)]('look',LookCommand),CommandFactory['registerCommand']('go',GoCommand),CommandFactory[m(0x123)]('take',TakeCommand),CommandFactory[m(0x123)]('use',UseCommand),CommandFactory[m(0x123)](m(0x148),EquipCommand),CommandFactory[m(0x123)](m(0x147),UnequipCommand),CommandFactory[m(0x123)]('solve',SolveCommand),CommandFactory['registerCommand'](m(0x131),DropCommand),CommandFactory['registerCommand'](m(0x13d),UnlockCommand),CommandFactory[m(0x123)](m(0x13b),LockCommand),CommandFactory[m(0x123)](m(0x122),SearchCommand),CommandFactory[m(0x123)](m(0x142),SayCommand);}[a48k(0x134)](){const n=a48k;return this[n(0x132)][n(0x134)]();}['getWelcomeMessage'](){const o=a48k;return o(0x12e)+this['player'][o(0x13a)];}static[a48k(0x138)](a,b){const p=a48k;return!Game[p(0x14c)]&&(Game['instance']=new Game(a,b)),Game[p(0x14c)];}['handleInput'](a){const q=a48k,b=a['trim']()[q(0x146)]('\x20'),c=b[0x0][q(0x121)](),d=b[q(0x11f)](0x1);if(c===q(0x128))return null;if(c===q(0x144))return q(0x130);if(c===q(0x11e))return this[q(0x14a)]();if(c==='clear')return'';const e={'actor':this[q(0x129)],'rooms':this[q(0x132)][q(0x13c)](),'scene':this['scene']},f=CommandFactory[q(0x141)](c,e);if(f){const g=f['execute'](d);return g;}return q(0x12f)+c+'\x22.';}['getHelpMessage'](){const r=a48k,a=CommandFactory[r(0x140)]();let b=r(0x13f);for(const c in a){if(a[r(0x13e)](c)){const d=a[c];b+='-\x20'+c+':\x20'+d[r(0x127)]()+'\x0a';}}return b+='-\x20clear:\x20Clear\x20the\x20screen.\x0a',b+='-\x20quit:\x20Exit\x20the\x20game.\x0a',b;}}
@@ -1 +0,0 @@
1
- (function(a,b){var f=a49d,c=a();while(!![]){try{var d=parseInt(f(0xca))/0x1*(parseInt(f(0xd8))/0x2)+-parseInt(f(0xcc))/0x3*(-parseInt(f(0xd0))/0x4)+parseInt(f(0xd5))/0x5+parseInt(f(0xd9))/0x6*(parseInt(f(0xd1))/0x7)+-parseInt(f(0xda))/0x8*(-parseInt(f(0xcd))/0x9)+parseInt(f(0xd6))/0xa*(-parseInt(f(0xdb))/0xb)+-parseInt(f(0xd7))/0xc*(parseInt(f(0xd4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x3172f));var a49b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a49d;if(c){var e=c[g(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){var h=a49d;return a49a[h(0xd3)]()[h(0xce)](h(0xd2))[h(0xd3)]()[h(0xcb)](a49a)[h(0xce)](h(0xd2));});a49a();export*from'./door.js';function a49c(){var i=['391464QoiNuC','search','apply','8geecNG','5894dzOWym','(((.+)+)+)+$','toString','65rgLxSd','616445YYLMaQ','3930qCiZyh','1337628SMmCJm','4TNIvXp','852dbqxFG','24TiRoZz','7403TDVwct','142727nesfmb','constructor','548373aKBhCN'];a49c=function(){return i;};return a49c();}function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0xca;var f=c[d];return f;},a49d(a,b);}export*from'./inventory.js';export*from'./item.js';export*from'./npc.js';export*from'./player.js';export*from'./puzzle.js';export*from'./room.js';export*from'./scene.js';
@@ -1 +0,0 @@
1
- function a50d(a,b){var c=a50c();return a50d=function(d,e){d=d-0xb7;var f=c[d];return f;},a50d(a,b);}var a50i=a50d;(function(a,b){var f=a50d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1*(parseInt(f(0xd1))/0x2)+-parseInt(f(0xc2))/0x3*(-parseInt(f(0xd5))/0x4)+parseInt(f(0xd3))/0x5+-parseInt(f(0xbe))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xb9))/0x8*(parseInt(f(0xda))/0x9)+-parseInt(f(0xd0))/0xa+-parseInt(f(0xc7))/0xb*(-parseInt(f(0xd6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x4d1e4));var a50b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a50d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){var h=a50d;return a50a[h(0xd7)]()['search']('(((.+)+)+)+$')['toString']()[h(0xb8)](a50a)[h(0xc0)](h(0xb7));});function a50c(){var o=['To\x20','getOtherSide','Door\x20created\x20between\x20','4916870jqZfXq','26uKdFPX','name','1369805ZTVEbj','apply','25436kxXKcQ','10822380KucYaK','toString','isLockable','roomB','27XZKKap','(((.+)+)+)+$','constructor','1552120aFYbOh','8635gxRApJ','.\x20Is\x20Locked:\x20','\x20and\x20','checkIfLockable','12rorUHm','checkIfLocked','search','roomA','87kYGsPY','write','isLocked','logger','getInstance','11uEiQlS','290094hOtQdv','Failed\x20to\x20unlock\x20door:\x20','.\x20Used:\x20','unlockItemOrSolution','Door\x20unlocked:\x20'];a50c=function(){return o;};return a50c();}a50a();import{Logger}from'../utilities/logger.js';import{capitalCase}from'change-case';import{AbstractDoor}from'../types/abstracts.js';export class Door extends AbstractDoor{[a50i(0xc1)];[a50i(0xd9)];['isLocked'];[a50i(0xcb)];[a50i(0xd2)];[a50i(0xc5)];[a50i(0xd8)];constructor(a){var j=a50i;super(),this[j(0xc1)]=a[j(0xc1)],this['roomB']=a['roomB'],this[j(0xc4)]=a[j(0xc4)]||![],this[j(0xcb)]=a[j(0xcb)],this[j(0xd2)]=a[j(0xd2)]?capitalCase(a['name']):j(0xcd)+a[j(0xd9)][j(0xd2)],this[j(0xc5)]=Logger[j(0xc6)](),this[j(0xd8)]=!!a[j(0xcb)],this['logger'][j(0xc3)](j(0xcf)+this[j(0xc1)][j(0xd2)]+j(0xbc)+this[j(0xd9)][j(0xd2)]+j(0xbb)+this[j(0xc4)]);}[a50i(0xce)](a){var k=a50i;return this[k(0xc1)]===a?this[k(0xd9)]:this[k(0xc1)];}['attemptUnlock'](a){var l=a50i;if(this[l(0xc4)]&&this[l(0xcb)]&&this[l(0xcb)]===a)return this[l(0xc4)]=![],this[l(0xc5)][l(0xc3)](l(0xcc)+this[l(0xd2)]+l(0xca)+a),!![];return this[l(0xc5)][l(0xc3)](l(0xc9)+this[l(0xd2)]+l(0xca)+a),![];}[a50i(0xbf)](){var m=a50i;return this[m(0xc4)];}[a50i(0xbd)](){var n=a50i;return this[n(0xd8)];}}