@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 a140p=a140d;(function(a,b){const m=a140d,c=a();while(!![]){try{const d=-parseInt(m(0x17d))/0x1*(parseInt(m(0x180))/0x2)+-parseInt(m(0x19c))/0x3*(parseInt(m(0x18c))/0x4)+-parseInt(m(0x176))/0x5*(-parseInt(m(0x182))/0x6)+parseInt(m(0x188))/0x7*(parseInt(m(0x18d))/0x8)+-parseInt(m(0x184))/0x9*(parseInt(m(0x170))/0xa)+-parseInt(m(0x17f))/0xb*(parseInt(m(0x17b))/0xc)+-parseInt(m(0x18e))/0xd*(-parseInt(m(0x16f))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0xcef9a));const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a140d;if(c){const e=c[n(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const o=a140d;return a140a[o(0x18a)]()[o(0x18b)](o(0x185))['toString']()[o(0x19d)](a140a)['search'](o(0x185));});function a140c(){const r=['322698tBAiSf','constructor','pathFromAppWithNoReWrite','19792472GLYTfu','970uRXoIG','noRename','server','apply','package/','graphql','170635cECbQI','create','packages','pathFromApp','package/package.js','108JhIQsD','client','5854rtpYUm','theme','903529AFtTdZ','460VOViyl','hasOwnProperty','66gpQYpx','ssr','83799lBGdIK','(((.+)+)+)+$','maka\x20g:package\x20todos:package','package','833uTTUEe','relative','toString','search','16bIiRik','71528OvqBvT','26pYvMTu','tests/client','engines','scaffold','resourceName','template','lib','features','template/template.js','package.js','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','layout','.js','dir'];a140c=function(){return r;};return a140c();}a140a();import a140e from'path';import{Generator}from'../generator.js';function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0x16f;let f=c[d];return f;},a140d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a140p(0x177)]({'name':a140p(0x187),'aliases':['p'],'usage':a140p(0x198),'mustBeInMakaProject':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':[a140p(0x19b)],'examples':[a140p(0x186)]},async function(a,b){const q=a140p,c=kebabCase(b[q(0x192)]),d=b[q(0x19b)]?'/'+b[q(0x19b)]+'/':'/',e=this[q(0x191)][q(0x179)]({'pathParts':[q(0x178),d,c]}),f=this[q(0x191)][q(0x19e)]({'pathParts':[q(0x178),d,c,q(0x197)]}),g=this['projectConfig'],h={'name':kebabCase(b['resourceName']),'myPath':a140e[q(0x189)](this['fsi']['findProjectDirectory'](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x192)]),'fileName':c,'client':g['engines'][q(0x17c)],'graphql':g[q(0x190)][q(0x175)],'ssr':g[q(0x190)][q(0x183)],'isComponent':b['hasOwnProperty']('component'),'isLayout':b[q(0x181)](q(0x199)),'isStore':b[q(0x181)]('store'),'features':g[q(0x195)],'noRename':!![],'theme':g[q(0x190)][q(0x17e)]};await this[q(0x191)][q(0x193)]({'srcPath':q(0x17a),'destPath':f,'context':h,'config':g}),h[q(0x171)]=![];const i=e+'/client/'+c+q(0x19a);await this[q(0x191)][q(0x193)]({'srcPath':q(0x196),'destPath':i,'context':h,'config':g});const j=[q(0x194),q(0x172),q(0x18f),'tests/server'];for(const k of j){const l=e+'/'+k+'/'+c+'.js';await this['scaffold'][q(0x193)]({'srcPath':q(0x174)+k+'/package.js','destPath':l,'context':h,'config':g});}});
@@ -1 +0,0 @@
1
- const a141u=a141d;(function(a,b){const r=a141d,c=a();while(!![]){try{const d=-parseInt(r(0xa6))/0x1+-parseInt(r(0xce))/0x2*(-parseInt(r(0xef))/0x3)+parseInt(r(0xe7))/0x4+-parseInt(r(0xcb))/0x5*(-parseInt(r(0xd5))/0x6)+-parseInt(r(0xea))/0x7*(-parseInt(r(0xd2))/0x8)+-parseInt(r(0xbc))/0x9*(-parseInt(r(0xd4))/0xa)+-parseInt(r(0xe0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0xbb91f));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a141d;if(c){const e=c[s(0xc2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const t=a141d;return a141a[t(0xcc)]()['search'](t(0xb0))[t(0xcc)]()[t(0xa9)](a141a)[t(0xf6)](t(0xb0));});a141a();import a141e from'path';function a141c(){const w=['private','theme','routes.','scaffold','layout','vanilla','450360MUNiaR','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','setTemplate','7xPICov','indexOf','join','features','Generate\x20a\x20page.','1352001sYmrFe','trim','findAppDirectory','error','injectTemplateModule','/>}/>\x0a','url','search','css','Updating\x20npm\x20packages\x20...','api','meteor','none','hasOwnProperty','.html','import\x20\x27./','resourceName','859928uGSPMg','assign','relative','constructor','component','html','replace','engines','test','projectConfig','(((.+)+)+)+$','maka\x20g:page\x20todos/todos-item','<Route\x20element={<PrivateRoute\x20/>}>','ramda','ssr','toLowerCase','react','includes','lib','startup','warn','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','9NwKKMG','client','<Route\x20path=\x22','graphql','imports','slice','apply','test/test.js','cfg','withHooks','component/component.js','string','root','pkg','.css','25GzuWGK','toString','checkNpmPackage','2lDQoxk','dir','<Route\x20path=\x22*\x22','create','8709112heKgOU','template/template.html','2428150CgIsty','421482NHbYHr','fsi','template','</Route>','<Route\x20index','replaceAll','injectAtBeginningOfFile','findProjectDirectory','store','fileName','.js','6795041NdfUqo'];a141c=function(){return w;};return a141c();}import{Generator}from'../generator.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0xa4;let f=c[d];return f;},a141d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];Generator[a141u(0xd1)]({'name':'page','aliases':aliases,'usage':a141u(0xe8),'shortDesc':a141u(0xee),'mustBeInMakaProject':!![],'validOpts':[{'name':a141u(0xe1),'boolFlag':!![]},{'name':a141u(0xf5)}],'examples':[a141u(0xb1)]},async function(a,b){const v=a141u,c='/imports/ui/pages',d=this['fsi'][v(0xf1)](),e=b['resourceName'][v(0xb7)](':')?b[v(0xa5)]['split'](':')[0x0]['trim']():b[v(0xa5)][v(0xf0)](),f=b['dir'][v(0xda)]('/','_')+'_'+e[v(0xda)]('/','_'),g=this[v(0xe4)]['pathFromApp']({'pathParts':[c,b[v(0xcf)],kebabCase(f),kebabCase(f)]}),h=this[v(0xaf)];let i='';typeof h['template'][v(0xab)]===v(0xc7)&&this['cfg'][v(0xe9)](v(0xab),h[v(0xd7)]['html']);typeof h[v(0xd7)][v(0xae)]===v(0xc7)&&this['cfg']['setTemplate']('test',h[v(0xd7)]['test']);typeof h[v(0xd7)][v(0xf7)]===v(0xc7)&&this[v(0xc4)]['setTemplate'](v(0xf7),h[v(0xd7)][v(0xf7)]);typeof h[v(0xd7)]['js']===v(0xc7)&&this[v(0xc4)][v(0xe9)]('js',h['template']['js']);!b[v(0xc8)]&&!this['pkg'][v(0xcd)](v(0xb3))&&(Log[v(0xba)](v(0xf8)),this[v(0xc9)]['installNpmPackage']('ramda',{'cwd':d}));const j={'name':pascalCase(f),'myPath':a141e[v(0xa8)](this[v(0xd6)][v(0xdc)](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h[v(0xad)][v(0xbf)],'features':h[v(0xed)],'client':h[v(0xad)][v(0xbd)],'api':h['engines'][v(0xf9)],'ssr':h['engines'][v(0xb4)],'isStore':b[v(0xfc)](v(0xdd)),'isComponent':b[v(0xfc)](v(0xaa)),'isLayout':b[v(0xfc)](v(0xe5)),'withTranslations':h[v(0xed)]['withTranslations'],'test':h[v(0xad)]['test'],'theme':h[v(0xad)][v(0xe2)]};h[v(0xd7)][v(0xab)]&&await this['scaffold']['template']({'srcPath':v(0xd3),'destPath':g+v(0xfd),'context':j,'config':h});h[v(0xed)]?.[v(0xc5)]?await this[v(0xe4)]['template']({'srcPath':'hook/hook.js','destPath':g+v(0xdf),'framework':v(0xb6),'context':j,'config':h}):await this[v(0xe4)]['template']({'srcPath':v(0xc6),'destPath':g+v(0xdf),'framework':v(0xb6),'context':j,'config':h});h[v(0xad)][v(0xae)]!==v(0xfb)&&await this[v(0xe4)][v(0xd7)]({'srcPath':v(0xc3),'destPath':g+'.app-tests.js','framework':v(0xb6),'context':j,'config':h});h['template'][v(0xf7)]&&await this[v(0xe4)][v(0xd7)]({'srcPath':'template/template.css','destPath':g+v(0xca),'context':Object[v(0xa7)]({},j,{'className':kebabCase(b[v(0xa5)])}),'config':h});h[v(0xad)][v(0xbd)]!=='react'&&h[v(0xad)][v(0xbd)]!==v(0xe6)?(h['template']['css']&&await this[v(0xe4)][v(0xdb)]({'filePath':g+'.'+h[v(0xad)]['js'],'content':v(0xa4)+j[v(0xde)]+'.'+h[v(0xad)][v(0xab)]+'\x27;\x0a'+'import\x20\x27./'+j[v(0xde)]+'.'+h['engines'][v(0xf7)]+'\x27;'}),!h[v(0xd7)][v(0xf7)]&&await this[v(0xe4)][v(0xdb)]({'filePath':g+'.'+h['engines']['js'],'content':'import\x20\x27./'+j[v(0xde)]+'.'+h[v(0xad)][v(0xab)]+'\x27;'})):h[v(0xd7)][v(0xf7)]&&await this[v(0xe4)][v(0xdb)]({'filePath':g+'.'+h['engines']['js'],'content':v(0xa4)+j['fileName']+'.'+h[v(0xad)][v(0xf7)]+'\x27;'});const k=b[v(0xcf)]?'/'+b[v(0xcf)]+'/':'/';i=''+c+k+j[v(0xde)]+'/'+j[v(0xde)],await this[v(0xe4)][v(0xf3)](j['className'],h,i);if(!b[v(0xc8)]){const l=b[v(0xe1)]??![];if(!f){Log[v(0xf2)](v(0xbb));throw new UsageError();}let m=b[v(0xf5)]?b[v(0xf5)]:'/'+b[v(0xcf)][v(0xf0)]()+'/'+b[v(0xa5)][v(0xf0)]()['replace'](/\\/g,'/')['replace'](/\/+$/,'')[v(0xb5)]();const n=b[v(0xa5)][v(0xeb)](':');n!==-0x1&&(m+='/'+b['resourceName']['substring'](0x0,n)[v(0xf0)]());m['endsWith']('/')&&(m=m[v(0xc1)](0x0,-0x1));m=m[v(0xac)](/\/\//g,'/');const o=h[v(0xad)]['js'],p=h[v(0xad)][v(0xb4)]===v(0xfa)?v(0xb8):'client',q=a141e[v(0xec)](d,v(0xc0),v(0xb9),p,v(0xe3)+o);l?await this[v(0xe4)]['injectIntoFile']({'filePath':q,'content':'<Route\x20path=\x22'+m+'\x22\x20element={<Component.'+pascalCase(f)+'/>}/>\x0a','begin':[v(0xb2)],'end':[v(0xd8)]}):await this[v(0xe4)]['injectIntoFile']({'filePath':q,'content':v(0xbe)+m+'\x22\x20element={<Component.'+pascalCase(f)+v(0xf4),'begin':[v(0xd9)],'end':[v(0xd0)]});}});
@@ -1 +0,0 @@
1
- const a142r=a142d;function a142c(){const t=['maka\x20g:publish\x20todos','startup','publish','resourceName','apply','2RsRWfH','engines','dir','create','import\x20\x27./publications','toString','publish/publish.js','exit','394610uwqBne','4109938yNvmyC','187534EGHIGA','force','(((.+)+)+)+$','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','constructor','globalPublish','pathFromApp','search','injectAtEndOfFile','template','217704bUhsdM','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','/imports/startup/server/publications','475341qhIPeI','1154804KabJBT','13748496FTEDsg'];a142c=function(){return t;};return a142c();}(function(a,b){const o=a142d,c=a();while(!![]){try{const d=parseInt(o(0xed))/0x1*(-parseInt(o(0xf7))/0x2)+-parseInt(o(0x104))/0x3+-parseInt(o(0x105))/0x4+parseInt(o(0xf5))/0x5+parseInt(o(0x101))/0x6+-parseInt(o(0xf6))/0x7+parseInt(o(0x106))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0x95670));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a142d;if(c){const e=c[p(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const q=a142d;return a142a[q(0xf2)]()[q(0xfe)]('(((.+)+)+)+$')['toString']()[q(0xfb)](a142a)['search'](q(0xf9));});a142a();import{kebabCase,pascalCase}from'change-case';function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0xeb;let f=c[d];return f;},a142d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a142r(0xf0)]({'name':a142r(0x109),'aliases':['p'],'usage':a142r(0x102),'shortDesc':a142r(0xfa),'validOpts':[a142r(0xf8)],'requiredOpts':['globalPublish'],'mustBeInMakaProject':!![],'examples':[a142r(0x107)]},async function(a,b){const s=a142r;try{const {projectConfig:c,scaffold:d}=this,f=b[s(0xf8)]||![],g=s(0x103),h=kebabCase(b['resourceName']),i=d[s(0xfd)]({'pathParts':[g,b['dir'],'',h]});let j='js';c['engines']['js']==='tsx'&&(j='ts');const k={'name':b[s(0xeb)],'collection':pascalCase(b[s(0xeb)]),'noRename':!![],'globalPublish':b[s(0xfc)]};await d[s(0x100)]({'srcPath':s(0xf3),'destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d['pathFromApp']({'pathParts':['imports',s(0x108),'server',b['appPathPrefix'],'index.'+c[s(0xee)]['js']]}),m=b['dir']?'/'+b[s(0xef)]+'/':'/';await d[s(0xff)]({'filePath':l,'content':s(0xf1)+m+h+'\x27;'});}catch(n){Log['error'](n),process[s(0xf4)](0x1);}});
@@ -1 +0,0 @@
1
- const a143r=a143d;function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a143d(a,b);}(function(a,b){const o=a143d,c=a();while(!![]){try{const d=-parseInt(o(0x201))/0x1+parseInt(o(0x209))/0x2*(-parseInt(o(0x20d))/0x3)+-parseInt(o(0x1fc))/0x4*(parseInt(o(0x1f2))/0x5)+-parseInt(o(0x1fa))/0x6*(-parseInt(o(0x1f6))/0x7)+-parseInt(o(0x20e))/0x8*(-parseInt(o(0x20c))/0x9)+-parseInt(o(0x1ff))/0xa+parseInt(o(0x210))/0xb*(parseInt(o(0x1f4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0xcc6de));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a143d;if(c){const e=c[p(0x206)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const q=a143d;return a143a[q(0x1fb)]()[q(0x1f9)](q(0x1f5))[q(0x1fb)]()['constructor'](a143a)[q(0x1f9)]('(((.+)+)+)+$');});a143a();import a143e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a143c(){const t=['17968548lNQnoa','(((.+)+)+)+$','567AfOayb','replace','\x22\x20element={<Component.','search','58182jHvIli','toString','68HGSxRI','/>}/>\x0a','lib','13873880HzaOFT','error','130533QzNQqD','private','startup','split','pop','apply','length','resourceName','5122iYZwrZ','<Route\x20index','toLowerCase','10242ITWGPS','1239QLQuTi','9704MNhPdb','</Route>','11bRTxMD','<Route\x20path=\x22','none','findAppDirectory','injectIntoFile','filter','route','engines','73610PacFZN','join'];a143c=function(){return t;};return a143c();}import{pascalCase}from'change-case';const aliases=['r'];Generator['create']({'name':a143r(0x1f0),'mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':a143r(0x202),'boolFlag':!![]},{'name':'route'}],'usage':'maka\x20{generate,\x20g}:{route,\x20r}','shortDesc':'Scaffolding\x20for\x20a\x20Route.','examples':[]},async function(a,b){const s=a143r,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c[s(0x213)](),h=b['private']??![];let i=b[s(0x208)][s(0x204)]('/')[s(0x205)]();if(!i){Log['error']('Please\x20specify\x20a\x20name\x20for\x20the\x20route.');throw new UsageError();}i=pascalCase(i);let j=b['route']?'/'+b[s(0x1f0)]:'/'+b['resourceName'][s(0x1f7)](/\\/g,'/')[s(0x20b)]();a[s(0x207)]>0x1&&(j='/'+a[s(0x215)](function(n){return n!=='/';})[s(0x1f3)]('/')[s(0x20b)]());j=j[s(0x1f7)](/\/\//g,'/');const k=f[s(0x1f1)]['js'],l=f[s(0x1f1)]['ssr']!==s(0x212)?s(0x1fe):'client',m=a143e[s(0x1f3)](g,'imports',s(0x203),l,'routes.'+k);h?await d[s(0x214)]({'filePath':m,'content':s(0x211)+j+'\x22\x20element={<Component.'+i+'/>}/>\x0a','begin':['<Route\x20element={<PrivateRoute\x20/>}>'],'end':[s(0x20f)]}):await d[s(0x214)]({'filePath':m,'content':'<Route\x20path=\x22'+j+s(0x1f8)+i+s(0x1fd),'begin':[s(0x20a)],'end':['<Route\x20path=\x22*\x22']});}catch(n){Log[s(0x200)](n),process['exit'](0x1);}});
@@ -1 +0,0 @@
1
- function a144c(){var i=['apply','30737nSVfRL','207783akUcJT','2427380bQCoyp','1086cklklk','(((.+)+)+)+$','110lhMbBo','536vYYdLE','2425340bGyOex','1608075rGTbzM','search','138573dDDapr','toString','12973zZUCOi','constructor'];a144c=function(){return i;};return a144c();}function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0x1b4;var f=c[d];return f;},a144d(a,b);}(function(a,b){var f=a144d,c=a();while(!![]){try{var d=-parseInt(f(0x1c0))/0x1*(-parseInt(f(0x1b9))/0x2)+-parseInt(f(0x1be))/0x3+-parseInt(f(0x1bb))/0x4+parseInt(f(0x1bc))/0x5+-parseInt(f(0x1b7))/0x6*(parseInt(f(0x1b4))/0x7)+parseInt(f(0x1ba))/0x8*(parseInt(f(0x1b5))/0x9)+-parseInt(f(0x1b6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0xd9c14));var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a144d;if(c){var e=c[g(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var h=a144d;return a144a[h(0x1bf)]()[h(0x1bd)](h(0x1b8))[h(0x1bf)]()[h(0x1c1)](a144a)['search']('(((.+)+)+)+$');});a144a();import'./translation.js';import'./openssl.js';import'./service.js';import'./logger.js';
@@ -1 +0,0 @@
1
- const a145o=a145d;(function(a,b){const l=a145d,c=a();while(!![]){try{const d=parseInt(l(0x1bd))/0x1+-parseInt(l(0x1c9))/0x2+parseInt(l(0x1ca))/0x3+-parseInt(l(0x1c7))/0x4*(parseInt(l(0x1c3))/0x5)+-parseInt(l(0x1cd))/0x6*(-parseInt(l(0x1d8))/0x7)+parseInt(l(0x1d5))/0x8*(parseInt(l(0x1d9))/0x9)+parseInt(l(0x1ce))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x60c4f));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a145d;if(c){const e=c[m(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const n=a145d;return a145a[n(0x1d2)]()[n(0x1cf)]('(((.+)+)+)+$')[n(0x1d2)]()['constructor'](a145a)['search'](n(0x1be));});a145a();function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a145d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';import a145e from'./service.js';import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';function a145c(){const r=['resourceName','pathFromApp','toString','projectConfig','Generate\x20a\x20winston\x20logger\x20service.','8cMJdGn','create','services','294mrhmYF','3103407MYMoGf','189981CKxohN','(((.+)+)+)+$','maka\x20g:svc:logger\x20datadog','engines','imports','error','3286390CXJWmY','apply','checkNpmPackage','Not\x20implemented','4lgNeVH','winston\x20setimmediate','169340suyBbF','465438WAcJzb','startup','where','44628DPSXpA','1359690LJSRkM','search'];a145c=function(){return r;};return a145c();}Generator[a145o(0x1d6)]({'name':'logger','usage':'maka\x20{generate,\x20g}:{service,\x20svc}:{logger}\x20<resource-name>','shortDesc':a145o(0x1d4),'mustBeInMakaProject':!![],'validOpts':[],'maxArgLength':0x1,'checkWhere':!![],'examples':[a145o(0x1bf)]},async function(a,b){const p=a145o,{pkg:c,scaffold:d}=this;try{const f=this[p(0x1d3)],g=kebabCase(b[p(0x1d0)]);await c[p(0x1c5)](p(0x1c8),{'shouldInstall':!![]});const h={'name':pascalCase(b['resourceName']),'fileName':g,'camelCase':camelCase(b['resourceName']),'engine':f[p(0x1c0)]['js'],'noRename':!![]};let i='js';f['engines']['js']==='tsx'&&(i='ts');const j=d[p(0x1d1)]({'pathParts':[p(0x1c1),p(0x1cb),b[p(0x1cc)],p(0x1d7),g+'.'+i]});await d['template']({'srcPath':'service/logger/logger.js','destPath':j,'context':h,'config':f});}catch(k){Log[p(0x1c2)](k);}},async function(){const q=a145o;console['log'](q(0x1c6));},a145e);
@@ -1 +0,0 @@
1
- const a146l=a146d;(function(a,b){const i=a146d,c=a();while(!![]){try{const d=-parseInt(i(0xc0))/0x1*(-parseInt(i(0xc4))/0x2)+-parseInt(i(0xcd))/0x3+-parseInt(i(0xd5))/0x4*(parseInt(i(0xd0))/0x5)+parseInt(i(0xc7))/0x6+parseInt(i(0xd8))/0x7+-parseInt(i(0xca))/0x8+parseInt(i(0xd7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x6e8b4));const a146b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a146d;if(c){const e=c[j(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){const k=a146d;return a146a[k(0xcb)]()['search'](k(0xc3))[k(0xcb)]()[k(0xd1)](a146a)[k(0xc6)](k(0xc3));});a146a();import a146e from'./service.js';import{Generator}from'../../generator.js';function a146c(){const o=['toString','sslconfig','155982CkLGmI','openssl/openssl.conf','cfg','2215OeFJUI','constructor','scaffold','log','maka\x20{generate,\x20g}:sslconfig','5328NCggLI','Not\x20implemented','3515292ZHQrlz','5052481aWMxMC','template','apply','291596aRbAfr','error','_keys','(((.+)+)+)+$','2wDMZUX','env','search','67590WbUAGZ','Generate\x20a\x20new\x20openssl\x20config\x20file','getAppConfigPath','2562992CJrSQG'];a146c=function(){return o;};return a146c();}import{Log}from'../../tools/log/log.class.js';function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0xbf;let f=c[d];return f;},a146d(a,b);}import a146f from'path';Generator['create']({'name':a146l(0xcc),'usage':a146l(0xd4),'shortDesc':a146l(0xc8),'resourceNameRequired':![],'requiredOpts':[a146l(0xc5)],'examples':['maka\x20g:sslconfig\x20--env\x20dev'],'validOpts':[]},async function(a,b){const m=a146l;try{const c=this[m(0xcf)]['getMakaProjectConfig'](),d=this[m(0xcf)][m(0xc9)](b['env']),f=a146f['join'](d,m(0xc2),'openssl.conf'),g={'app':c['appName'],'noRename':!![]};await this[m(0xd2)][m(0xd9)]({'srcPath':m(0xce),'destPath':f,'framework':'service','context':g,'config':c});}catch(h){Log[m(0xc1)](h);}},async function(){const n=a146l;console[n(0xd3)](n(0xd6));},a146e);
@@ -1 +0,0 @@
1
- const a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=-parseInt(f(0x174))/0x1*(-parseInt(f(0x178))/0x2)+-parseInt(f(0x185))/0x3+-parseInt(f(0x17e))/0x4*(parseInt(f(0x17d))/0x5)+-parseInt(f(0x186))/0x6*(parseInt(f(0x17c))/0x7)+parseInt(f(0x182))/0x8+parseInt(f(0x17b))/0x9*(parseInt(f(0x180))/0xa)+-parseInt(f(0x184))/0xb*(-parseInt(f(0x173))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xcb25f));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a[h(0x17f)]()['search'](h(0x17a))['toString']()[h(0x183)](a147a)['search'](h(0x17a));});function a147c(){const j=['constructor','5091757UXVRHj','3225444cNzmDk','6vBPrJK','96KROaLo','233069YRTrZv','apply','Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','svc','2kGEvBC','create','(((.+)+)+)+$','9wqPFDH','11486398UrmkAq','85kTEiXy','357608zsqVEX','toString','1768990ojmuQG','maka\x20g:svc:logger\x20datadog','7639416nPNJgR'];a147c=function(){return j;};return a147c();}a147a();import{Generator}from'../../generator.js';function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0x173;let f=c[d];return f;},a147d(a,b);}const Service=Generator[a147i(0x179)]({'name':'service','aliases':[a147i(0x177)],'usage':'maka\x20{generate,\x20g}:{service}\x20<resource-name>','shortDesc':a147i(0x176),'mustBeInMakaProject':!![],'validOpts':[],'maxArgLength':0x1,'resourceNameRequired':![],'examples':[a147i(0x181)]},async function(){});export default Service;
@@ -1 +0,0 @@
1
- const a148D=a148d;(function(a,b){const A=a148d,c=a();while(!![]){try{const d=parseInt(A(0x97))/0x1+-parseInt(A(0x7f))/0x2*(-parseInt(A(0xaf))/0x3)+-parseInt(A(0x8b))/0x4+-parseInt(A(0x83))/0x5+parseInt(A(0x9e))/0x6*(parseInt(A(0x82))/0x7)+parseInt(A(0xaa))/0x8+parseInt(A(0x81))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0xb6b99));const a148b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a148d;if(c){const e=c[B(0x91)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a148a=a148b(this,function(){const C=a148d;return a148a[C(0x90)]()[C(0xa5)](C(0xa4))[C(0x90)]()['constructor'](a148a)['search'](C(0xa4));});function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x79;let f=c[d];return f;},a148d(a,b);}a148a();import a148e from'./service.js';import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a148f from'fs';Generator[a148D(0x80)]({'name':a148D(0x8a),'usage':'maka\x20{generate,\x20g}:translation','aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':'lang','boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a148D(0x9a),'description':'\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','examples':[a148D(0x92),a148D(0x84),a148D(0x87)],'validOpts':[]},async function(a,b){const E=a148D;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[E(0x7d)]();!b[E(0x89)]&&(b[E(0x89)]='en');!b[E(0xb1)]&&(await f[E(0x8d)](E(0x7c),{'shouldInstall':!![],'cwd':i}),g[E(0x7a)](E(0x86),!![]));const j=d['pathFromApp']({'pathParts':[E(0x96),E(0x98),E(0x85),E(0x94)]}),k=d[E(0x99)]({'pathParts':[j],'config':h}),l=c[E(0xab)](a148f[E(0xa1)](k)['toString'](),E(0xa6))[0x0]&&!![];if(h[E(0x7b)][E(0x93)]==='meteor'){!l&&d[E(0x8f)]({'filePath':k,'content':E(0x9b)});const w=d[E(0xb0)]({'pathParts':['imports',E(0x98),E(0x95),E(0x94)]}),x=d['rewriteDestinationPathForEngine']({'pathParts':[w],'config':h}),y=c[E(0xab)](a148f['readFileSync'](x)[E(0x90)](),E(0xa6))[0x0]&&!![];!y&&d['injectAtBeginningOfFile']({'filePath':x,'content':E(0x9b)});}else!l&&d['injectAtBeginningOfFile']({'filePath':k,'content':E(0x9b)});const m={'app':h[E(0xae)],'config':h},n=d[E(0xb0)]({'pathParts':[E(0x96),E(0x98),E(0x8e),E(0x79),'translations',E(0xad)]}),o=c[E(0xa2)](d[E(0x99)]({'pathParts':[n],'config':h}));!o&&await d['template']({'srcPath':E(0xa7),'destPath':n,'framework':E(0xb2),'context':m,'config':h});const p=d['pathFromApp']({'pathParts':[E(0x96),E(0x98),E(0x8e),'services','translations','locales',b[E(0x89)]+E(0xac)]}),q=d[E(0x99)]({'pathParts':[p],'config':h}),r=c[E(0xa2)](q);!r?await this[E(0xa0)]['template']({'srcPath':E(0x9f),'destPath':p,'framework':E(0xb2),'context':m,'config':h}):Log[E(0xa8)](E(0x8c)+q);const s=d[E(0xb0)]({'pathParts':[E(0x96),E(0x98),E(0x8e),E(0x79),E(0x88),E(0x9c),E(0x9d)+h[E(0x7b)]['js']]}),t=d[E(0x99)]({'pathParts':[s],'config':h}),u=c[E(0xa2)](t);!u&&await d['template']({'srcPath':'i18n/index.js','destPath':s,'framework':E(0xb2),'context':m,'config':h});const v=c[E(0xab)](a148f['readFileSync'](s)['toString'](),'default\x20as\x20'+b[E(0x89)])[0x0]&&!![];!v?await d[E(0x7e)]({'filePath':s,'content':'export\x20{\x20default\x20as\x20'+b['lang']+'\x20}\x20from\x20\x27./'+b[E(0x89)]+'\x27;'}):Log[E(0xa8)]('Locale\x20already\x20exported:\x20'+s);}catch(z){Log['error'](z),process[E(0xa9)](0x1);}},async function(){const F=a148D;console[F(0xa3)]('Not\x20implemented');},a148e);function a148c(){const G=['i18n/i18n.js','warn','exit','3541240QcHshs','grep','.js','i18n.js','appName','1680918ibTmsh','pathFromApp','root','service','services','setProjectConfig','engines','i18next\x20i18next-browser-languagedetector\x20react-i18next','findAppDirectory','injectAtEndOfFile','2JRnPjb','create','7773642wTNsNt','7651MSqDuj','5390140WLKJLm','maka\x20g:translation\x20--lang=fr','client','features.withTranslations','maka\x20g:translation\x20--lang=de','translations','lang','translation','4000172vvALMo','Locale\x20already\x20defined:\x20','checkNpmPackage','lib','injectAtBeginningOfFile','toString','apply','maka\x20g:translation\x20--lang=en\x20(default)','ssr','index.js','server','imports','787119EjGVbm','startup','rewriteDestinationPathForEngine','Generate\x20a\x20new\x20locale\x20translation','import\x20\x27../lib/services/translations/i18n\x27;\x0a','locales','index.','948LynrwS','i18n/locales.js','scaffold','readFileSync','isFile','log','(((.+)+)+)+$','search','import\x20\x27../lib/services/translations/i18n\x27;'];a148c=function(){return G;};return a148c();}
@@ -1 +0,0 @@
1
- const a149m=a149d;(function(a,b){const j=a149d,c=a();while(!![]){try{const d=-parseInt(j(0x1fc))/0x1+-parseInt(j(0x1e6))/0x2*(-parseInt(j(0x1f4))/0x3)+parseInt(j(0x1f8))/0x4+parseInt(j(0x1e8))/0x5*(parseInt(j(0x1e5))/0x6)+parseInt(j(0x1e9))/0x7+parseInt(j(0x1f7))/0x8*(parseInt(j(0x1f9))/0x9)+-parseInt(j(0x1f0))/0xa*(parseInt(j(0x1f2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0x395f0));const a149b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a149d;if(c){const e=c[k(0x1e4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a149a=a149b(this,function(){const l=a149d;return a149a[l(0x1f3)]()[l(0x1fd)](l(0x1ec))[l(0x1f3)]()['constructor'](a149a)['search'](l(0x1ec));});a149a();import a149e from'minimist';import a149f from'os';function a149d(a,b){const c=a149c();return a149d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a149d(a,b);}import a149g from'path';import a149h from'humps';import a149i from'./commands/maka.cmd.js';function a149c(){const n=['camelizeKeys','61829iSkCuW','search','apply','186eTNDlL','333534pDPCds','TOOL_NODE_FLAGS','42635JMIioC','22183EDnndU','env','MAKA_COMMAND_PATH','(((.+)+)+)+$','stringify','argv','run','40030qnMEBa','BROWSERSLIST_IGNORE_OLD_DATA','671VlSaPz','toString','3lXxaLo','floor','url','600dETLgf','272724zNQGEe','4626APkWPN','parse'];a149c=function(){return n;};return a149c();}import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta[a149m(0x1f6)]),__dirname=a149g['dirname'](__filename);global[a149m(0x1eb)]=__dirname;const total_memory=a149f['totalmem'](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a149m(0x1f5)](total_mem_in_mb),process[a149m(0x1ea)][a149m(0x1e7)]='--max-old-space-size='+total_mem_in_mb,process[a149m(0x1ea)][a149m(0x1f1)]='1',process[a149m(0x1ea)]['NODE_NO_WARNINGS']='1';const argv=a149e(process[a149m(0x1ee)]['slice'](0x2)),args=argv['_'],deepCopyArgv=JSON[a149m(0x1fa)](JSON[a149m(0x1ed)](argv));delete deepCopyArgv['_'];const opts=a149h[a149m(0x1fb)](deepCopyArgv);a149i[a149m(0x1ef)](args,opts);
@@ -1,15 +0,0 @@
1
- <p align="center">
2
- <img src="https://www.maka-cli.com/logo_scaffold@2x.png" alt="alt text" height="400">
3
- </p>
4
-
5
- If you do not have maka-cli installed globally, you can use the top level package.json to start this application.
6
-
7
- npm
8
- ```
9
- npm run start
10
- ```
11
-
12
- @maka/maka-cli
13
- ```
14
- maka run
15
- ```
@@ -1,26 +0,0 @@
1
- {
2
- "name": "<%= app %>",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "start": "maka run",
8
- "start:docker": "maka run:docker",
9
- "debug": "maka debug",
10
- "build": "maka build",
11
- "build:docker": "maka build:docker",
12
- "lint": "maka lint",
13
- "lint:fix": "maka lint --fix",
14
- "test": "maka test",
15
- "help": "maka help"
16
- },
17
- "bin": {
18
- "maka": "./node_modules/.bin/maka"
19
- },
20
- "repository": {
21
- "type": "git"
22
- },
23
- "devDependencies": {
24
- "@maka/maka-cli": "^<%= version %>"
25
- }
26
- }
@@ -1 +0,0 @@
1
- const a150z=a150d;(function(a,b){const w=a150d,c=a();while(!![]){try{const d=parseInt(w(0x1d1))/0x1+parseInt(w(0x1a3))/0x2*(parseInt(w(0x1a6))/0x3)+-parseInt(w(0x1d2))/0x4*(-parseInt(w(0x1c0))/0x5)+parseInt(w(0x1e5))/0x6*(-parseInt(w(0x1dc))/0x7)+-parseInt(w(0x1cb))/0x8*(parseInt(w(0x1b5))/0x9)+-parseInt(w(0x1a4))/0xa*(-parseInt(w(0x1ce))/0xb)+-parseInt(w(0x1be))/0xc*(parseInt(w(0x1bf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a150c,0xc1735));const a150b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a150d;if(c){const e=c[x(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a150a=a150b(this,function(){const y=a150d;return a150a[y(0x1c6)]()['search']('(((.+)+)+)+$')[y(0x1c6)]()[y(0x1b2)](a150a)['search'](y(0x1b0));});a150a();import a150e from'path';import a150f from'os';function a150c(){const R=['description','Invalid\x20value\x20for\x20','(((.+)+)+)+$','aliases','constructor','You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.','push','153tQrTEr','match','charAt','fsi','validateMakaProject','shortDesc','\x20installed\x20to\x20use\x20this\x20command.','join','findProjectDirectory','3276NREKGZ','19149eovtRv','2885hvYjMU','Please\x20choose\x20an\x20environment','This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`','options','filter','validateInputOptions','toString','keys','root','exit','Please\x20provide\x20a\x20valid\x20argument\x20for\x20','280808PIpEJc','docker','.meteor','11xZterP','No\x20description\x20provided.','parent','349140JVJAda','6140IWxYLO','cwd','remapShortToLong','experimental','askForOption','mpi','length','apply','Invalid\x20argument:\x20','usage','14bSDIDI','cfg','help','resourceName','assign','examples','name','aws','every','2255388QqdICK','validateUserIsLoggedIn','Please\x20choose\x20a\x20valid\x20value\x20for\x20','engines','You\x20must\x20have\x20','_handler','formatToNamedParam','None','select','\x20version\x20','includes','existsSync','pkg','getAppProjectConfigs','Please\x20provide\x20a\x20resource\x20name:','string','error','Please\x20choose\x20a\x20value\x20for\x20','env','Please\x20provide\x20a\x20value\x20for\x20','indexOf','validateParams','52dGISUA','2218480jFUCbW','Invalid\x20option:\x20','125346xUbNqB','map','config','getInstance','No\x20usage\x20provided.','ask','scaffold','concat'];a150c=function(){return R;};return a150c();}import a150g from'fs';import{Docker}from'./tools/docker/docker.class.js';import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';function a150d(a,b){const c=a150c();return a150d=function(d,e){d=d-0x1a2;let f=c[d];return f;},a150d(a,b);}import{PKG}from'./tools/pkg/pkg.class.js';import{Scaffold}from'./tools/scaffold/scaffold.class.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a150f['homedir']();export class Tool{[a150z(0x1cc)];[a150z(0x1b8)];['cfg'];['mpi'];[a150z(0x1f1)];[a150z(0x1e3)];[a150z(0x1ac)];[a150z(0x1c3)];['name'];[a150z(0x1d0)];[a150z(0x1ea)];constructor(){const A=a150z;this[A(0x1cc)]=new Docker(),this[A(0x1b8)]=FSI[A(0x1a9)](),this[A(0x1dd)]=CFG[A(0x1a9)](this['fsi']),this[A(0x1f1)]=PKG['getInstance'](this['fsi']),this[A(0x1d7)]=MPI[A(0x1a9)](this[A(0x1b8)],this[A(0x1dd)],this[A(0x1f1)]),this[A(0x1e3)]=AWS['getInstance'](this[A(0x1b8)],this[A(0x1dd)],this['scaffold']),this[A(0x1ac)]=Scaffold[A(0x1a9)](this['fsi'],this[A(0x1d7)]);}['getShortName'](a){const B=a150z;return a[B(0x1b7)](0x0);}[a150z(0x1d4)](a,b){const C=a150z,c=this[C(0x1eb)](b),d={...a};for(const e of c){const f=this['getShortName'](e['name']);a[f]&&(d[e[C(0x1e2)]]=a[f],delete d[f]);}return d;}[a150z(0x1eb)](a){const D=a150z;if(a[D(0x1e4)](b=>typeof b===D(0x1f4)))return a['map'](b=>({'name':b}));return a;}[a150z(0x1b6)](a){const E=a150z,b=[this[E(0x1e2)]][E(0x1ad)](this['options'][E(0x1b1)]||[]);return this[E(0x1d0)]&&b[E(0x1b4)](this['parent']),b['includes'](a);}['validateMakaProject'](){const F=a150z,a=this[F(0x1b8)][F(0x1bd)]();return a!==undefined;}async[a150z(0x1e6)](){return!![];}['validateMeteorInstall'](){const G=a150z;return a150g[G(0x1f0)](a150e[G(0x1bc)](homeDir,G(0x1cd)));}async['validateEngines'](a){const H=a150z,b=this[H(0x1dd)]['getMakaProjectConfig']();if(!b)throw MustBeInProjectError;const c=b[H(0x1e8)],d=Object[H(0x1c7)](a);if(d[H(0x1d8)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log[H(0x1f5)](H(0x1e9)+e+H(0x1ee)+a[e]+H(0x1bb));throw UsageError;}}}async[a150z(0x1a2)](a,b,c){const I=a150z,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this[I(0x1b9)]()){Log[I(0x1f5)](I(0x1b3));throw MustBeInProjectError;}b[I(0x1df)]===undefined&&g===!![]&&(b[I(0x1df)]=await Actions[I(0x1ab)](I(0x1f3)));let i=[],j=b;if(d){i=this[I(0x1eb)](d),j=this[I(0x1d4)](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object[I(0x1c7)](j)['includes'](n)){if(n==='env'){const q=this['cfg'][I(0x1f2)]()[I(0x1c4)](r=>r!=='local')[I(0x1a7)](r=>({'name':r,'value':r}));q[I(0x1d8)]===0x0&&(Log[I(0x1f5)](I(0x1c2)),process[I(0x1c9)](0x1)),b[I(0x1f7)]=await Actions['select']({'name':I(0x1f7),'message':I(0x1c1),'choices':q});}else b[n]=await this[I(0x1d6)](n,o,p);}else{if(o&&!o[I(0x1ef)](j[n])){Log[I(0x1f5)]('Invalid\x20value\x20for\x20'+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[I(0x1eb)](f),l=b;if(k&&k[I(0x1d8)]>0x0){k=k[I(0x1ad)](i||[]),k['push']({'name':I(0x1df),'hidden':!![]}),k['push']({'name':I(0x1de),'boolFlag':!![]}),k[I(0x1b4)]({'name':'dir','hidden':!![]}),k['push']({'name':I(0x1d3),'hidden':!![]}),k[I(0x1b4)]({'name':I(0x1c8),'hidden':!![]}),k[I(0x1b4)]({'name':I(0x1a8),'hidden':!![]}),l=this[I(0x1d4)](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t[I(0x1ef)](u)&&(l[s]=await Actions[I(0x1ed)]({'name':s,'message':I(0x1e7)+s,'choices':t[I(0x1a7)](v=>({'name':v,'value':v}))})),this[I(0x1c5)](l,k);}}if(e&&e[I(0x1d8)]>0x0)for(const v of a){!e[I(0x1ef)](v)&&(Log[I(0x1f5)](I(0x1da)+v),a[a[I(0x1f9)](v)]=await Actions[I(0x1ab)](I(0x1ca)+v));}return Object[I(0x1e0)](j,l);}async[a150z(0x1d6)](a,b,c){const J=a150z;if(b)return Actions[J(0x1ed)]({'name':a,'message':J(0x1f6)+a,'choices':b[J(0x1a7)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions[J(0x1ab)]('Please\x20provide\x20a\x20value\x20for\x20'+a);if(d['match'](c))return d;else{Log[J(0x1f5)](J(0x1af)+a+':\x20'+d);throw new UsageError();}}else return Actions[J(0x1ab)](J(0x1f8)+a);}}['validateInputOptions'](a,b){const K=a150z;for(const c of Object['keys'](a)){const d=b['find'](e=>e[K(0x1e2)]===c);if(!d){Log['error'](K(0x1a5)+c);throw new UsageError();}}}[a150z(0x1ae)](){const L=a150z;return this[L(0x1c3)]['description']||this[L(0x1c3)][L(0x1ba)]||L(0x1cf);}[a150z(0x1ba)](){const M=a150z;return this[M(0x1c3)][M(0x1ba)]||'NIE';}[a150z(0x1db)](){const N=a150z;return this[N(0x1c3)][N(0x1db)]||N(0x1aa);}['examples'](){const O=a150z;return this[O(0x1c3)][O(0x1e1)]||[];}[a150z(0x1b1)](){const P=a150z;return this['options']['aliases']||P(0x1ec);}['experimental'](){const Q=a150z;return this[Q(0x1c3)][Q(0x1d5)]||![];}}
@@ -1 +0,0 @@
1
- const a151i=a151d;(function(a,b){const f=a151d,c=a();while(!![]){try{const d=parseInt(f(0xdf))/0x1*(parseInt(f(0xe1))/0x2)+-parseInt(f(0xe5))/0x3+-parseInt(f(0xf0))/0x4*(-parseInt(f(0xef))/0x5)+-parseInt(f(0xe8))/0x6*(parseInt(f(0xe2))/0x7)+-parseInt(f(0xe3))/0x8+parseInt(f(0xde))/0x9*(-parseInt(f(0xeb))/0xa)+parseInt(f(0xea))/0xb*(parseInt(f(0xec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a151c,0x7cbde));function a151d(a,b){const c=a151c();return a151d=function(d,e){d=d-0xde;let f=c[d];return f;},a151d(a,b);}const a151b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a151d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a151a=a151b(this,function(){const h=a151d;return a151a[h(0xe9)]()[h(0xe6)](h(0xe4))[h(0xe9)]()['constructor'](a151a)[h(0xe6)](h(0xe4));});a151a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';export class Actions{static async[a151i(0xee)](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async[a151i(0xed)](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a151i(0xe7)](a){const j=a151i,b=await select({'message':a['message'],'choices':a[j(0xf2)]});return b;}static async[a151i(0xf3)](a){const k=a151i,b=await checkbox({'message':a[k(0xe0)],'choices':a[k(0xf2)]});return b;}}function a151c(){const l=['1111070IiRQPS','48qwQiRc','confirm','ask','193260fnWNXq','36EQoOMd','apply','choices','checkbox','9NhpoGb','1KDkHTU','message','478414RUKOZX','49dbTZJl','2805320zicxRx','(((.+)+)+)+$','1566810hGjytp','search','select','830238tSdaFy','toString','5160430KvMRgK'];a151c=function(){return l;};return a151c();}
@@ -1 +0,0 @@
1
- const a152s=a152d;(function(a,b){const p=a152d,c=a();while(!![]){try{const d=-parseInt(p(0x1e8))/0x1+-parseInt(p(0x241))/0x2+parseInt(p(0x23a))/0x3*(parseInt(p(0x183))/0x4)+-parseInt(p(0x215))/0x5+parseInt(p(0x1c9))/0x6*(-parseInt(p(0x175))/0x7)+-parseInt(p(0x213))/0x8+parseInt(p(0x177))/0x9*(parseInt(p(0x187))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a152c,0xbd4aa));const a152b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a152d;if(c){const e=c[q(0x22a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a152a=a152b(this,function(){const r=a152d;return a152a[r(0x23f)]()[r(0x1da)](r(0x1b0))['toString']()[r(0x18a)](a152a)[r(0x1da)]('(((.+)+)+)+$');});a152a();import a152e from'fs';import a152f from'path';function a152d(a,b){const c=a152c();return a152d=function(d,e){d=d-0x166;let f=c[d];return f;},a152d(a,b);}import{execSync}from'child_process';import{Actions}from'../actions/actions.class.js';import{Log}from'../log/log.class.js';import{MustBeInProjectError}from'../../error.js';import{ChangeResourceRecordSetsCommand,ChangeAction,RRType}from'@aws-sdk/client-route-53';import{EC2Client,DescribeInstancesCommand,RunInstancesCommand,TerminateInstancesCommand,CreateKeyPairCommand,AuthorizeSecurityGroupIngressCommand,CreateSecurityGroupCommand,RebootInstancesCommand,DescribeVpcsCommand,DescribeKeyPairsCommand,DeleteKeyPairCommand,DescribeSecurityGroupsCommand,DeleteSecurityGroupCommand,DescribeImagesCommand,DescribeSubnetsCommand}from'@aws-sdk/client-ec2';import{ECRClient,CreateRepositoryCommand,DeleteRepositoryCommand,GetAuthorizationTokenCommand,DescribeRepositoriesCommand}from'@aws-sdk/client-ecr';import{Route53,Route53Client,CreateHostedZoneCommand}from'@aws-sdk/client-route-53';function a152c(){const aa=['_keys','us-east-2','config','ca-west-1','...','There\x20was\x20an\x20error\x20registering\x20the\x20domain\x20name','maka-cli','race','KeyName','date','(((.+)+)+)+$','join','eu-west-2','imageId','ask','authorizationData','\x20CIDR:\x20','requestId','deleteSecurityGroup','chooseSecurityGroup','type','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','\x20opened!','file://','Failed\x20to\x20decode\x20password\x20from\x20authorization\x20token','getSecurityGroups','notice','Authorization\x20data\x20is\x20empty','sa-east-1','Reservations','slice','vpcId','ecrDeleteRepository','SubnetId','env','3090DQuMPc','us-west-2','eu-west-3','map','getInstance','ec2create','fsi','filter','Prices','eu-central-2','writeFileSync','Please\x20choose\x20a\x20subnet\x20ID\x20to\x20assign\x20the\x20instance\x20to:\x20[0]\x20','Invalid\x20choice','ImageId','userData','info','\x20Request\x20ID:\x20','search','\x20NAME:\x20','Setting\x20SG\x20ID\x20to:\x20','tags','timeout','name','sgId','\x20AZONE:\x20','listAvailableSubnets','chooseInstance','\x20DESCRIPTION:\x20','Port\x20','ap-southeast-3','UPSERT','1263398JEOYwQ','root-device-type','instance','\x20SG\x20NAME:\x20','No\x20subnets\x20found.','hvm','VpcId','CidrBlock','Failed\x20in\x20','Description:','0.0.0.0/0','Could\x20not\x20find\x20hosted\x20zone','sort','from','log','No\x20ECR\x20repositories\x20found\x20across\x20all\x20specified\x20regions.','\x20INSTANCE_ID:\x20','deleteKeyPair','ec2createSG','subnet-id','subnetId','createFile','\x20AMIID:\x20','linkEC2ToRoute53','minCount','No\x20instances\x20found','ec2describeKeys','sgPorts','listAvailableAMIs','authorizationToken','ID:\x20','bright','image-type','eu-south-1','base64','\x20:\x20','amiId','eu-south-2','ap-northeast-1','\x20STATUS:\x20','Region:\x20','ap-northeast-3','Setting\x20Subnet\x20ID\x20to\x20','2627128gBsPsn','TLDRulesViolation','2043885WbxEsb','confirm','status','config/ssh.json','AVAILABLE','Error\x20Message:\x20','ec2terminateInstance','us-east-1','GroupId','Instance\x20rebooted!','\x20PRIV_IP:\x20','ap-south-1','Repository\x20\x22','The\x20domain\x20\x27','HostedZones','subnet','No\x20images\x20found.','success','template','state','Web\x20App','apply','registerDomain','chmod\x20400\x20','GroupName','\x20ENV:\x20','Key\x20Name:\x20[','cidr','repositoryUri','warn','Canonical*Ubuntu*20.04*','getTime','split','key','me-central-1','AWS\x20was\x20not\x20able\x20to\x20validate\x20the\x20provided\x20access\x20credentials','EKS','69iInDWt','length','us-west-1','trim','Would\x20you\x20like\x20to\x20update\x20the\x20ssh.json\x20config\x20file?','toString','getMakaProjectConfig','1414712PkfIDe','message','listAllEcrRepositories','Canonical*Ubuntu*18.04*','No\x20suitable\x20images\x20found\x20within\x20the\x20last\x2030\x20days.','Processing\x20','all','stringify','Error\x20saving\x20pem\x20file,\x20aborting','Error\x20fetching\x20domain\x20pricing:','\x27\x20has\x20been\x20registered\x20successfully.','\x20VPCID:\x20','repositoryName','getSubnetCidr','cfg','uri','scaffold','environment','.pem.txt','tag:created-by','error','checkDomainAvailability','**\x20Available\x20\x20VPCs\x20**','KeyMaterial','maxCount','ignore','You\x20have\x20no\x20instances\x20created\x20by\x20maka-cli.\x20\x20Please\x20reivew\x20your\x20AWS\x20console\x20manually!!!','Final\x20list\x20of\x20ECR\x20repositories:','withSpinner','Availability','now','Error\x20generating\x20key\x20pair','concat','Pem\x20key\x20saved\x20to\x20','3199GvzdLZ','route53CreateHostedZone','35064ASAtpF','Description','Instances','UserData','Error\x20linking\x20EC2\x20to\x20Route\x2053:','terminated','Created:\x20','\x20Status\x20Code:\x20','tcp','ap-south-2','\x20PUB_IP:\x20','region','110084hbphqI','Value','ingressRule','push','7920sROoZb','ssh.json','Subnets','constructor','description','exit','suggestion','\x20SGID:\x20','eu-north-1','AvailabilityZone','desc','[+]\x20Setting\x20VPC\x20ID\x20to:\x20','You\x20have\x20no\x20key-pairs,\x20please\x20create\x20one.\x20(maka\x20aws\x20create-key-pair\x20--env).','repositories','Failed\x20to\x20create\x20repository\x20in\x20','$metadata','RegistrationPrice','ap-northeast-2','instanceId','send','af-south-1','ec2describeInstances','sgIds','Successfully\x20linked\x20EC2\x20instance\x20','forEach','CreationDate','No\x20credentials\x20returned\x20from\x20AWS\x20ECR','find','ebs','createKeyPairEC2Key','createKeyPair'];a152c=function(){return aa;};return a152c();}import{Route53Domains,CheckDomainAvailabilityCommand,RegisterDomainCommand,ListPricesCommand}from'@aws-sdk/client-route-53-domains';const client=new EC2Client({}),route53Client=new Route53Client({}),route53=new Route53({}),route53Domains=new Route53Domains({});export class AWS{static ['instance'];[a152s(0x1cf)];[a152s(0x24f)];[a152s(0x251)];constructor(a,b,c){const t=a152s;this[t(0x1cf)]=a,this[t(0x24f)]=b,this['scaffold']=c;}static[a152s(0x1cd)](a,b,c){const u=a152s;return!AWS[u(0x1ea)]&&(AWS['instance']=new AWS(a,b,c)),AWS['instance'];}async[a152s(0x1b9)](a){const v=a152s;try{const {listIndexId:b,createdSgId:c,sgList:d}=await this[v(0x1bf)](a);let f='';if(c===''){Log['notice']('**\x20Available\x20Security\x20Groups\x20**'),d[v(0x19f)](function(h){const w=v;h['name']===a?Log[w(0x1c0)](w(0x206)+h['id']+'\x20SG\x20NAME:\x20'+h[w(0x1df)]+w(0x18e)+h[w(0x1e0)]):Log[w(0x207)]('ID:\x20'+h['id']+w(0x1eb)+h[w(0x1df)]+'\x20SGID:\x20'+h[w(0x1e0)]);});const g=await Actions['ask']('Please\x20choose\x20a\x20SG\x20to\x20assign\x20the\x20instance\x20to:\x20['+b+']\x20')||b[v(0x23f)]();d[v(0x19f)](function(h){const x=v;h['id']===parseInt(g)&&(f=h[x(0x1e0)],Log[x(0x226)]('Setting\x20SG\x20ID\x20to:\x20'+f+'\x0a'));});}else f=c,Log[v(0x226)](v(0x1dc)+f+'\x0a');if(f==='')throw new Error(v(0x1bb));return f;}catch(h){Log[v(0x167)](h);throw h;}}async[a152s(0x204)](){const y=a152s;let a='';try{const b=new EC2Client({}),c={'Filters':[{'Name':'architecture','Values':['x86_64']},{'Name':'virtualization-type','Values':[y(0x1ed)]},{'Name':y(0x1e9),'Values':[y(0x1a3)]},{'Name':y(0x228),'Values':['available']},{'Name':y(0x208),'Values':['machine']},{'Name':y(0x18b),'Values':[y(0x244),y(0x233),'*Kali*']}]},d=new DescribeImagesCommand(c),{Images:f}=await b[y(0x19a)](d);if(f&&f['length']>0x0){const g=new Date(),h=new Date(g[y(0x234)]()-0x1e*0x18*0x3c*0x3c*0x3e8),i=f[y(0x1d0)](j=>j['CreationDate']&&!j[y(0x178)]?.['includes']('UNSUPPORTED')&&!j[y(0x178)]?.['includes'](y(0x239))&&new Date(j[y(0x1a0)])>h)[y(0x1cc)](j=>({'amiId':j[y(0x1d6)],'desc':j['Description'],'date':j[y(0x1a0)]}));if(i[y(0x23b)]>0x0){i[y(0x1f4)]((n,o)=>new Date(o[y(0x1af)])[y(0x234)]()-new Date(n['date'])[y(0x234)]());const j=i[y(0x1c4)](0x0,0x4),k=j[y(0x1cc)]((n,o)=>({'id':o,'amiId':n[y(0x20c)],'desc':n['desc']}));k[y(0x19f)](n=>{const z=y;Log[z(0x207)](z(0x206)+n['id']+z(0x1fe)+n[z(0x20c)]+z(0x1e4)+n[z(0x191)]);});const l=await Actions[y(0x1b4)]('Please\x20choose\x20an\x20AMI\x20ID\x20to\x20assign\x20the\x20instance\x20to:\x20[0]\x20')||'0',m=k['find'](n=>n['id']===parseInt(l));if(m)a=m[y(0x20c)],Log['success']('Setting\x20AMI\x20ID\x20to\x20'+a+y(0x20b)+m[y(0x191)]);else throw Log['error'](y(0x1bb));}else throw Log[y(0x167)](y(0x245));}else throw Log[y(0x167)](y(0x225));}catch(n){Log[y(0x167)](n);}return a;}async[a152s(0x1e2)](){const A=a152s;let a='';try{const b=new EC2Client({}),c={},d=new DescribeSubnetsCommand(c),{Subnets:f}=await b[A(0x19a)](d);if(f&&f['length']>0x0){const g=f[A(0x1cc)]((j,k)=>({'id':k,'cidr':j[A(0x1ef)],'az':j[A(0x190)],'subnetId':j[A(0x1c7)]}));g[A(0x19f)](j=>{const B=A;Log[B(0x207)](B(0x206)+j['id']+B(0x1b6)+j[B(0x230)]+B(0x1e1)+j['az']+'\x20SUBNETID:\x20'+j[B(0x1fc)]);});const h=await Actions[A(0x1b4)](A(0x1d4))||'0',i=g[A(0x1a2)](j=>j['id']===parseInt(h));if(i)a=i[A(0x1fc)],Log[A(0x226)](A(0x212)+a);else throw Log['error'](A(0x1bb));}else throw Log[A(0x167)](A(0x1ec));}catch(j){Log[A(0x167)](j);}return a;}async[a152s(0x24e)](a){const C=a152s;try{const b=new EC2Client({}),c={'Filters':[{'Name':C(0x1fb),'Values':[a]}]},d=new DescribeSubnetsCommand(c),e=await b['send'](d);return e[C(0x189)]&&e[C(0x189)]['length']>0x0?e[C(0x189)][0x0][C(0x1ef)]||'':'';}catch(f){return Log[C(0x167)](f),'';}}async['ecrCreateRepository'](a){const D=a152s;try{const b=new ECRClient({'region':a[D(0x182)]}),c={'repositoryName':a['name']},d=new CreateRepositoryCommand(c),f=await b[D(0x19a)](d);return Log[D(0x226)](D(0x221)+a[D(0x1df)]+'\x22\x20created\x20successfully\x20in\x20'+a[D(0x182)]+'.'),f;}catch(g){Log['error'](D(0x195)+a[D(0x182)]+':\x20'+g);throw g;}}async[a152s(0x243)](a){const E=a152s,b=[E(0x21c),E(0x1a7),'us-west-1',E(0x1ca),E(0x220),E(0x211),E(0x198),'ap-southeast-1','ap-southeast-2',E(0x20e),'ca-central-1','eu-central-1','eu-west-1',E(0x1b2),E(0x1cb),E(0x18f),E(0x1c2),E(0x19b),'ap-east-1',E(0x180),E(0x1e6),'ap-southeast-4',E(0x1a9),E(0x209),E(0x20d),E(0x1d2),'me-south-1',E(0x237),'il-central-1'],c=[E(0x21c),E(0x1a7),E(0x23c),'us-west-2'],d=a===E(0x247)?b:a?a[E(0x235)](','):c;let f=[];const g=Log[E(0x16f)]();for(const h of d){g['start'](E(0x246)+h[E(0x23d)]()+E(0x1aa));const i=new ECRClient({'region':h['trim']()});try{let j=undefined;do{const k=await Promise[E(0x1ad)]([i[E(0x19a)](new DescribeRepositoriesCommand({'nextToken':j})),new Promise(l=>setTimeout(()=>l('timeout'),0x7d0))]);if(k===E(0x1de)){Log[E(0x232)]('Timeout\x20while\x20processing\x20'+h[E(0x23d)]()+'.');break;}else k[E(0x194)]&&k['repositories'][E(0x23b)]>0x0&&(f=f[E(0x173)](k[E(0x194)][E(0x1cc)](l=>({'name':l[E(0x24d)],'uri':l[E(0x231)],'region':h['trim']()}))));j=k['nextToken'];}while(j);}catch(l){Log[E(0x167)](E(0x1f0)+h['trim']()+':\x20'+l[E(0x242)]);}finally{g['stop']();}}return f[E(0x23b)]>0x0?(console[E(0x1f6)](),Log['success'](E(0x16e)),f[E(0x19f)](m=>{const F=E;Log[F(0x1d8)](F(0x210)+m['region']+',\x20Name:\x20'+m['name']+',\x20URI:\x20'+m[F(0x250)]);})):Log[E(0x232)](E(0x1f7)),f;}async[a152s(0x176)](a){const G=a152s;try{const b={'CallerReference':''+Date[G(0x171)](),'Name':a},c=new CreateHostedZoneCommand(b);await route53Client[G(0x19a)](c),Log[G(0x226)]('Hosted\x20zone\x20created\x20successfully!');}catch(d){Log['error']('Error\x20creating\x20hosted\x20zone'),console[G(0x167)](d);}}async[a152s(0x22b)](a,b,c,d){const H=a152s;try{const e={'DomainName':b,'DurationInYears':c,'AutoRenew':d,'AdminContact':a,'RegistrantContact':a,'TechContact':a,'BillingContact':a},f=new RegisterDomainCommand(e),g=await route53Domains[H(0x19a)](f);Log[H(0x1c0)](H(0x222)+b+H(0x24b)),Log[H(0x1c0)]('Response:\x20'+JSON['stringify'](g));}catch(h){Log['error'](H(0x1ab)),Log[H(0x232)]('From\x20AWS:'),h['$metadata']&&(Log['error'](H(0x17e)+h['$metadata']['httpStatusCode']),Log[H(0x167)](H(0x1d9)+h[H(0x196)][H(0x1b7)])),Log['error'](H(0x21a)+h[H(0x242)]),h[H(0x1df)]===H(0x214)?Log[H(0x167)](h['message']):Log['error']('An\x20unknown\x20error\x20occurred.'),Log[H(0x167)](h);}}async[a152s(0x168)](a){const I=a152s,b={'DomainName':a},c=new CheckDomainAvailabilityCommand(b),d=await route53Domains['send'](c),e=d[I(0x170)]===I(0x219);if(e){const f=a[I(0x235)]('.')['pop'](),g={'MaxItems':0x1,'Tld':f};try{const h=new ListPricesCommand(g),i=await route53Domains[I(0x19a)](h);if(i&&i[I(0x1d1)]&&i[I(0x1d1)][0x0]?.[I(0x197)]){const j=i[I(0x1d1)][0x0]['RegistrationPrice'];return{'available':e,'cost':j};}}catch(k){console['error'](I(0x24a),k);}}return{'available':e};}async[a152s(0x1ff)](a,b,c){const J=a152s;try{const d=await route53['listHostedZonesByName']({'DNSName':c});if(!d?.['HostedZones'])throw Log[J(0x167)](J(0x1f3));const e=d?.[J(0x223)][0x0]['Id'],f={'ChangeBatch':{'Changes':[{'Action':ChangeAction[J(0x1e7)],'ResourceRecordSet':{'Name':c,'Type':RRType['A'],'TTL':0x12c,'ResourceRecords':[{'Value':b}]}}]},'HostedZoneId':e},g=new ChangeResourceRecordSetsCommand(f);await route53['send'](g),Log[J(0x1c0)](J(0x19e)+a+'\x20to\x20'+c);}catch(h){console[J(0x167)](J(0x17b),h);}}async['getEcrLoginPassword']({awsAccountId:a,region:b}){const K=a152s,c=new ECRClient({'region':b});try{const d=new GetAuthorizationTokenCommand({'registryIds':[a]}),f=await c[K(0x19a)](d);if(!f[K(0x1b5)]||f[K(0x1b5)][K(0x23b)]===0x0)throw new Error(K(0x1c1));const g=f[K(0x1b5)][0x0];if(!g[K(0x205)])throw new Error('Authorization\x20token\x20is\x20missing');const h=g[K(0x205)];if(!h)throw new Error(K(0x1a1));const i=Buffer[K(0x1f5)](h,K(0x20a))[K(0x23f)](),j=i['split'](':')[0x1];if(!j)throw new Error(K(0x1be));return j;}catch(k){Log[K(0x167)](k);throw k;}}async[a152s(0x1c6)]({repoName:a,region:b}){const L=a152s,c=new ECRClient({'region':b});try{const d=new DeleteRepositoryCommand({'repositoryName':a,'force':!![]}),f=await c['send'](d);return f;}catch(g){Log[L(0x167)](g);throw g;}}async[a152s(0x1ce)](a){const M=a152s;try{const b={'BlockDeviceMappings':[{'DeviceName':'/dev/sdh','Ebs':{'VolumeSize':0x64}}],'ImageId':a[M(0x1b3)],'InstanceType':a[M(0x1ba)],'KeyName':a[M(0x236)],'MaxCount':a[M(0x16b)],'MinCount':a[M(0x200)],'SecurityGroupIds':a[M(0x19d)]['split'](','),'SubnetId':a[M(0x224)],'TagSpecifications':[{'ResourceType':M(0x1ea),'Tags':a[M(0x1dd)]}]};a['userData']&&(b[M(0x17a)]=M(0x1bd)+a[M(0x1d7)]);const c=new RunInstancesCommand(b),d=await client[M(0x19a)](c);return d;}catch(f){Log[M(0x167)](f);}}async[a152s(0x21b)](a){const N=a152s;try{const b={'InstanceIds':[a[N(0x199)]]},c=new TerminateInstancesCommand(b),d=await client['send'](c);return d;}catch(f){return Log['error'](f),{};}}async[a152s(0x1a4)]({keyName:a,env:b}){const O=a152s,c=this[O(0x24f)]['getAppConfigPath'](b),d=a152f[O(0x1b1)](c,O(0x1a6),a+O(0x253));try{const f={'KeyName':a},g=new CreateKeyPairCommand(f),h=await client[O(0x19a)](g),i=h[O(0x16a)];if(i){await this[O(0x1cf)][O(0x1fd)]({'filePath':d,'data':i}),execSync(O(0x22c)+d,{'stdio':O(0x16c)});const j=this[O(0x1cf)]['isFile'](d);if(j)return Log['success'](O(0x174)+d),{'keyName':a,'filePath':d};else throw new Error(O(0x249));}else throw new Error(O(0x172));}catch(k){Log['error'](k),process[O(0x18c)](0x1);}}async[a152s(0x185)]({port:a,groupId:b}){const P=a152s,c={'GroupId':b,'IpPermissions':[{'FromPort':a,'IpProtocol':P(0x17f),'IpRanges':[{'CidrIp':P(0x1f2),'Description':''}],'ToPort':a}]},d=new AuthorizeSecurityGroupIngressCommand(c);return Log[P(0x1c0)](P(0x1e5)+a+P(0x1bc)),await client[P(0x19a)](d);}async[a152s(0x1fa)](a){const Q=a152s;try{a[Q(0x18b)]===''&&(a['description']=await Actions[Q(0x1b4)](Q(0x1f1))||Q(0x229));const b={'Description':a[Q(0x18b)],'GroupName':a[Q(0x1df)],'VpcId':a[Q(0x1c5)]},c=new CreateSecurityGroupCommand(b),d=await client['send'](c),{GroupId:f}=d;if(!d)throw new Error(Q(0x238));f&&a[Q(0x203)][Q(0x19f)](g=>{const R=Q;this[R(0x185)]({'port':parseInt(g),'groupId':f});}),Log[Q(0x226)](Q(0x17d)+f+Q(0x1db)+a['name']);}catch(g){return Log[Q(0x167)](g),![];}return!![];}async[a152s(0x202)](a){const S=a152s,b=[];try{const c={},d=new DescribeKeyPairsCommand(c),f=await client[S(0x19a)](d);if(!f)throw S(0x238);const {KeyPairs:g}=f;g?(g?.[S(0x19f)]((h,i)=>{const T=S;h[T(0x1ae)]&&b[T(0x186)]({'id':i,'name':h[T(0x1ae)]});}),b[S(0x23b)]>0x0&&b[S(0x19f)](h=>{const U=S;h[U(0x1df)]===a?.[U(0x18d)]?Log[U(0x226)](U(0x206)+h['id']+U(0x1db)+h[U(0x1df)]):Log[U(0x1c0)]('ID:\x20'+h['id']+U(0x1db)+h['name']);})):Log[S(0x167)](S(0x193));}catch(h){Log[S(0x167)](h);}return b;}async[a152s(0x1f9)](a){const V=a152s;try{const b={'KeyName':a},c=new DeleteKeyPairCommand(b);await client[V(0x19a)](c);}catch(d){Log[V(0x167)](d),process[V(0x18c)](0x1);}}async[a152s(0x19c)](){const W=a152s,a=[];try{const b={'Filters':[{'Name':W(0x166),'Values':[W(0x1ac)]}]},c=new DescribeInstancesCommand(b),d=await client[W(0x19a)](c);d[W(0x1c3)]?.[W(0x19f)]((f,g)=>{const X=W;if(f?.['Instances']){const {InstanceId:h,PublicIpAddress:i,PrivateIpAddress:j,State:k,KeyName:l,Tags:m}=f[X(0x179)][0x0],n=m?.['find'](({Key:o})=>o===X(0x252));a[X(0x186)]({'id':g,'instanceId':h,'privateIp':j,'publicIp':i,'status':k?.['Name'],'name':l,'env':n?.[X(0x184)]});}}),a[W(0x23b)]>0x0?a[W(0x19f)](f=>{const Y=W,g=Y(0x206)+f['id']+Y(0x1db)+f[Y(0x1df)]+Y(0x22e)+f[Y(0x1c8)]+Y(0x20f)+f['status']+Y(0x1f8)+f[Y(0x199)]+Y(0x181)+f['publicIp']+Y(0x21f)+f['privateIp'];if(f[Y(0x217)]===Y(0x17c))Log['error'](g);else f['status']==='running'?Log[Y(0x226)](g):Log[Y(0x1c0)](g);}):Log[W(0x167)](W(0x16d));}catch(f){Log[W(0x167)](f);}return a;}async['ec2rebootInstance'](a){const Z=a152s;try{const b={'InstanceIds':[a[Z(0x199)]]},c=new RebootInstancesCommand(b),d=await client[Z(0x19a)](c);return d['$metadata']['httpStatusCode']===0xc8&&Log['success'](Z(0x21e)),d;}catch(f){Log[Z(0x167)](f);}}async['chooseVPC'](){const a0=a152s;let a='';Log[a0(0x1c0)](a0(0x169));const b=new DescribeVpcsCommand({}),c=await client[a0(0x19a)](b),{Vpcs:d}=c,e=[];d&&d[a0(0x19f)]((g,h)=>{const a1=a0;g['VpcId']&&g[a1(0x1ef)]&&e[a1(0x186)]({'id':h,'vpcId':g[a1(0x1ee)],'cidr':g['CidrBlock']});});e[a0(0x19f)](function(g){const a2=a0;console[a2(0x1f6)](a2(0x206)+g['id']+a2(0x24c)+g['vpcId']+a2(0x1b6)+g[a2(0x230)]);});const f=await Actions['ask']('Please\x20choose\x20a\x20VPC:\x20[0]\x20')||0x0;e[a0(0x19f)](function(g){const a3=a0;g['id']==f&&(a=g['vpcId'],Log[a3(0x226)](a3(0x192)+a+'\x0a'));});if(a==='')return Log['error'](a0(0x1bb)),'';return a;}async[a152s(0x1e3)](){const a4=a152s,a=await this[a4(0x19c)]();if(a[a4(0x23b)]===0x0)return Log[a4(0x167)](a4(0x201)),null;const b=await Actions['ask']('[?]\x20Please\x20choose\x20an\x20instance\x20ID:\x20');!b&&(Log['error'](a4(0x1d5)),process[a4(0x18c)](0x0));const c=a['find'](({id:d})=>{return d==parseInt(b);})||null;return c;}async[a152s(0x1a5)]({env:a}){const a5=a152s;try{const b=this[a5(0x24f)][a5(0x240)]();if(!b)throw MustBeInProjectError;const {appName:c}=b,d=c+'-'+a,f=await Actions['ask'](a5(0x22f)+d+']\x20')||d,{filePath:g}=await this[a5(0x1a4)]({'keyName':f,'env':a}),h=await Actions[a5(0x216)](a5(0x23e),!![]);if(h)try{const i=a152f[a5(0x1b1)]('config',a,a5(0x188));!this[a5(0x1cf)]['isFile'](i)&&await this[a5(0x251)][a5(0x227)]({'srcPath':a5(0x218),'destPath':i,'context':{'app':f}});const j=a152e['readFileSync'](a152f[a5(0x1b1)]('config',a,'ssh.json'),'utf8'),k=JSON['parse'](j);k['pem']=a152f[a5(0x1b1)](a5(0x1a6),f+a5(0x253)),a152e[a5(0x1d3)](a152f[a5(0x1b1)](a5(0x1a8),a,a5(0x188)),JSON[a5(0x248)](k,null,0x2));}catch(l){Log['error'](l),Log[a5(0x167)]('You\x20will\x20need\x20to\x20update\x20the\x20ssh.json\x20file\x20yourself.');}return{'keyName':f,'filePath':g};}catch(m){Log[a5(0x167)](m),process[a5(0x18c)](0x1);}}async[a152s(0x1bf)](a){const a6=a152s,b=[],c={},d=new DescribeSecurityGroupsCommand(c),e=await client[a6(0x19a)](d),{SecurityGroups:f}=e;f&&f[a6(0x19f)](function(i,j){const a7=a6;i[a7(0x22d)]&&i[a7(0x21d)]&&b['push']({'id':j,'name':i['GroupName'],'sgId':i[a7(0x21d)]});});let g='',h=0x0;return b[a6(0x19f)](function(i){const a8=a6;i[a8(0x1df)]===a&&(g=i['sgId'],h=i['id']);}),{'sgList':b,'createdSgId':g,'listIndexId':h};}async[a152s(0x1b8)](a){const a9=a152s;try{const b={'GroupId':a},c=new DeleteSecurityGroupCommand(b);await client[a9(0x19a)](c);}catch(d){Log['error'](d),process[a9(0x18c)](0x1);}}}
@@ -1 +0,0 @@
1
- (function(a,b){var k=a153d,c=a();while(!![]){try{var d=-parseInt(k(0x170))/0x1*(parseInt(k(0x16e))/0x2)+-parseInt(k(0x173))/0x3*(-parseInt(k(0x169))/0x4)+parseInt(k(0x16c))/0x5+parseInt(k(0x167))/0x6+-parseInt(k(0x16f))/0x7+parseInt(k(0x166))/0x8+-parseInt(k(0x168))/0x9*(parseInt(k(0x16b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a153c,0x5b0ca));export var CountryCode;function a153c(){var m=['toString','search','537yRjHFG','5745968AnDdgH','3815142EMxacw','1118943OZGzsH','9164yDlotV','constructor','60nDISnW','2615475bQkrhb','(((.+)+)+)+$','2zxMNNo','4442956Iktouu','533679xEnQdr'];a153c=function(){return m;};return a153c();}function a153d(a,b){var c=a153c();return a153d=function(d,e){d=d-0x166;var f=c[d];return f;},a153d(a,b);}(function(c){var d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var l=a153d;return e[l(0x171)]()['search'](l(0x16d))['toString']()[l(0x16a)](e)[l(0x172)](l(0x16d));});e(),c['AC']='AC',c['AD']='AD',c['AE']='AE',c['AF']='AF',c['AG']='AG',c['AI']='AI',c['AL']='AL',c['AM']='AM',c['AN']='AN',c['AO']='AO',c['AQ']='AQ',c['AR']='AR',c['AS']='AS',c['AT']='AT',c['AU']='AU',c['AW']='AW',c['AX']='AX',c['AZ']='AZ',c['BA']='BA',c['BB']='BB',c['BD']='BD',c['BE']='BE',c['BF']='BF',c['BG']='BG',c['BH']='BH',c['BI']='BI',c['BJ']='BJ',c['BL']='BL',c['BM']='BM',c['BN']='BN',c['BO']='BO',c['BQ']='BQ',c['BR']='BR',c['BS']='BS',c['BT']='BT',c['BV']='BV',c['BW']='BW',c['BY']='BY',c['BZ']='BZ',c['CA']='CA',c['CC']='CC',c['CD']='CD',c['CF']='CF',c['CG']='CG',c['CH']='CH',c['CI']='CI',c['CK']='CK',c['CL']='CL',c['CM']='CM',c['CN']='CN',c['CO']='CO',c['CR']='CR',c['CU']='CU',c['CV']='CV',c['CW']='CW',c['CX']='CX',c['CY']='CY',c['CZ']='CZ',c['DE']='DE',c['DJ']='DJ',c['DK']='DK',c['DM']='DM',c['DO']='DO',c['DZ']='DZ',c['EC']='EC',c['EE']='EE',c['EG']='EG',c['EH']='EH',c['ER']='ER',c['ES']='ES',c['ET']='ET',c['FI']='FI',c['FJ']='FJ',c['FK']='FK',c['FM']='FM',c['FO']='FO',c['FR']='FR',c['GA']='GA',c['GB']='GB',c['GD']='GD',c['GE']='GE',c['GF']='GF',c['GG']='GG',c['GH']='GH',c['GI']='GI',c['GL']='GL',c['GM']='GM',c['GN']='GN',c['GP']='GP',c['GQ']='GQ',c['GR']='GR',c['GS']='GS',c['GT']='GT',c['GU']='GU',c['GW']='GW',c['GY']='GY',c['HK']='HK',c['HM']='HM',c['HN']='HN',c['HR']='HR',c['HT']='HT',c['HU']='HU',c['ID']='ID',c['IE']='IE',c['IL']='IL',c['IM']='IM',c['IN']='IN',c['IO']='IO',c['IQ']='IQ',c['IR']='IR',c['IS']='IS',c['IT']='IT',c['JE']='JE',c['JM']='JM',c['JO']='JO',c['JP']='JP',c['KE']='KE',c['KG']='KG',c['KH']='KH',c['KI']='KI',c['KM']='KM',c['KN']='KN',c['KP']='KP',c['KR']='KR',c['KW']='KW',c['KY']='KY',c['KZ']='KZ',c['LA']='LA',c['LB']='LB',c['LC']='LC',c['LI']='LI',c['LK']='LK',c['LR']='LR',c['LS']='LS',c['LT']='LT',c['LU']='LU',c['LV']='LV',c['LY']='LY',c['MA']='MA',c['MC']='MC',c['MD']='MD',c['ME']='ME',c['MF']='MF',c['MG']='MG',c['MH']='MH',c['MK']='MK',c['ML']='ML',c['MM']='MM',c['MN']='MN',c['MO']='MO',c['MP']='MP',c['MQ']='MQ',c['MR']='MR',c['MS']='MS',c['MT']='MT',c['MU']='MU',c['MV']='MV',c['MW']='MW',c['MX']='MX',c['MY']='MY',c['MZ']='MZ',c['NA']='NA',c['NC']='NC',c['NE']='NE',c['NF']='NF',c['NG']='NG',c['NI']='NI',c['NL']='NL',c['NO']='NO',c['NP']='NP',c['NR']='NR',c['NU']='NU',c['NZ']='NZ',c['OM']='OM',c['PA']='PA',c['PE']='PE',c['PF']='PF',c['PG']='PG',c['PH']='PH',c['PK']='PK',c['PL']='PL',c['PM']='PM',c['PN']='PN',c['PR']='PR',c['PS']='PS',c['PT']='PT',c['PW']='PW',c['PY']='PY',c['QA']='QA',c['RE']='RE',c['RO']='RO',c['RS']='RS',c['RU']='RU',c['RW']='RW',c['SA']='SA',c['SB']='SB',c['SC']='SC',c['SD']='SD',c['SE']='SE',c['SG']='SG',c['SH']='SH',c['SI']='SI',c['SJ']='SJ',c['SK']='SK',c['SL']='SL',c['SM']='SM',c['SN']='SN',c['SO']='SO',c['SR']='SR',c['SS']='SS',c['ST']='ST',c['SV']='SV',c['SX']='SX',c['SY']='SY',c['SZ']='SZ',c['TC']='TC',c['TD']='TD',c['TF']='TF',c['TG']='TG',c['TH']='TH',c['TJ']='TJ',c['TK']='TK',c['TL']='TL',c['TM']='TM',c['TN']='TN',c['TO']='TO',c['TP']='TP',c['TR']='TR',c['TT']='TT',c['TV']='TV',c['TW']='TW',c['TZ']='TZ',c['UA']='UA',c['UG']='UG',c['US']='US',c['UY']='UY',c['UZ']='UZ',c['VA']='VA',c['VC']='VC',c['VE']='VE',c['VG']='VG',c['VI']='VI',c['VN']='VN',c['VU']='VU',c['WF']='WF',c['WS']='WS',c['YE']='YE',c['YT']='YT',c['ZA']='ZA',c['ZM']='ZM',c['ZW']='ZW';}(CountryCode||(CountryCode={})));
@@ -1 +0,0 @@
1
- const a154x=a154d;(function(a,b){const t=a154d,c=a();while(!![]){try{const d=parseInt(t(0x193))/0x1+-parseInt(t(0x15d))/0x2+parseInt(t(0x158))/0x3+-parseInt(t(0x166))/0x4*(parseInt(t(0x178))/0x5)+parseInt(t(0x14d))/0x6*(parseInt(t(0x19a))/0x7)+-parseInt(t(0x169))/0x8*(-parseInt(t(0x135))/0x9)+parseInt(t(0x132))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a154c,0x2bab2));const a154b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a154d;if(c){const e=c[u(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a154a=a154b(this,function(){const v=a154d;return a154a[v(0x15f)]()[v(0x189)](v(0x176))[v(0x15f)]()[v(0x167)](a154a)[v(0x189)](v(0x176));});a154a();import a154e from'fs';import a154f from'path';function a154c(){const U=['join','Successfully\x20set\x20','getGlobalConfig','warn','html','.meteor','True','api','\x20in\x20','getAppProjectConfigs()','getEnvFromShorthand()','stringify','Environment\x20argument\x20provided,\x20but\x20its\x20value\x20is\x20not\x20recognized.','12jIRNtE','parse',',\x20consider\x20running\x20\x22maka\x20g:config\x20','checkGlobalConfigExists()','No\x20global\x20config\x20file\x20','defaultValue()','getEnvFromShorthand','client','isDirectory','theme','.maka','602610EJlAkW','No\x20configuration:\x20','\x20to\x20','setTemplate','createFile','313664lFqOpe','template','toString','string','getEnvSettings()','sync','isFile','jest','Unsupported\x20html\x20engine:\x20','172fdLhNV','constructor','defaultValue','52912pJjOHH','readdirSync','undefined','Your\x20','css','existsSync','none','setEngine','/api/v1/encodeJwt','config','/.maka/global-config.json\x20file\x20is\x20not\x20valid\x20JSON.\x20Your\x20global-config.json\x20has\x20been\x20removed.\x20\x20Please\x20re-run\x20your\x20last\x20command.','settings.json','withValue','(((.+)+)+)+$','setEnvSettings','7770EIJsNB','fsi','getAppConfigPath()','pathFromProject','findProjectDirectory','appName','statSync','Error\x20in\x20','exit','writeToFile','checkConfigExists','getMeteorInstallPath','tsx','engines','min','delGlobalConfig','setProjectConfig()','search','token','writeFileSync','instance','filter','authToken','error','setEngine()','Unsupported\x20client\x20engine:\x20','success','32179yaQSSl','less','No\x20app\x20name\x20present\x20in\x20./maka/config.json.','startsWith','readFileSync','jsx','delGlobalConfig()','217273rrHfJV','setTemplate()','deepen','Unsupported\x20css\x20engine:\x20','material','charAt','apollo','forEach','setGlobalConfig','vanilla','scss','app','Unsupported\x20js\x20engine:\x20','getAppProjectConfigs','setEnvSettings()','www.maka-cli.com','Environemnt\x20argument\x20provided,\x20but\x20its\x20value\x20is\x20not\x20recognized.','getEnvSettings','env','setGlobalConfig()','1007790GCQwgp','withValidation','attemptAutoLogin','9uNWnJv','withValidation()','mocha','length','utf8','post','includes','react','checkGlobalConfigExists','apply','getMakaProjectConfig()'];a154c=function(){return U;};return a154c();}import a154g from'os';import a154h from'delete';function a154d(a,b){const c=a154c();return a154d=function(d,e){d=d-0x12d;let f=c[d];return f;},a154d(a,b);}import{Log}from'../log/log.class.js';import{HTTPS}from'../https/https.class.js';const GLOBAL_CONFIG='global-config.json',PROJECT_CONFIG='config.json',homeDir=a154g['homedir'](),errorHandler=(a,b)=>{const w=a154d;process[w(0x130)]['MAKA_DEV']===w(0x146)&&Log[w(0x18f)](w(0x17f)+a),b&&console[w(0x18f)](b);};export class CFG{static [a154x(0x18c)];[a154x(0x179)];constructor(a){const y=a154x;this[y(0x179)]=a;}static['getInstance'](a){const z=a154x;return!CFG[z(0x18c)]&&(CFG['instance']=new CFG(a)),CFG[z(0x18c)];}[a154x(0x1a7)](){const A=a154x;try{const a=this[A(0x179)][A(0x17c)]();if(a===undefined)throw Log[A(0x18f)]('Not\x20in\x20a\x20maka\x20project');else{if(typeof a==='string'){const b=a154f[A(0x140)](a,A(0x172)),c=a154e[A(0x16a)](b)[A(0x18d)](d=>!d[A(0x196)]('.')&&a154e[A(0x17e)](a154f[A(0x140)](b,d))[A(0x155)]());return c;}}return[];}catch(d){errorHandler(A(0x149),d),process[A(0x180)](0x1);}}[a154x(0x153)](a){const B=a154x;try{if(!a||typeof a!=='string')throw B(0x14c);const b=this[B(0x1a7)]();function c(h,k){const C=B,l=[],m=h['length'],n=k[C(0x138)];for(let o=0x0;o<=m;o++){l[o]=[o];}for(let p=0x0;p<=n;p++){l[0x0][p]=p;}for(let q=0x1;q<=m;q++){for(let r=0x1;r<=n;r++){const s=h[q-0x1]===k[r-0x1]?0x0:0x1;l[q][r]=Math[C(0x186)](l[q-0x1][r]+0x1,l[q][r-0x1]+0x1,l[q-0x1][r-0x1]+s);}}return l[m][n];}let d=Infinity,f='';const g=a[B(0x19f)](0x0);return b[B(0x1a1)](h=>{if(h['charAt'](0x0)===g){const i=c(a,h);i<d&&(d=i,f=h);}}),f!==''?f:a;}catch(h){errorHandler(B(0x14a),h),process['exit'](0x1);}}[a154x(0x13d)](){const D=a154x;try{const a=a154f[D(0x140)](homeDir,'.meteor',D(0x157),GLOBAL_CONFIG),b=a154e[D(0x16e)](a);if(!b)throw Log[D(0x18f)](D(0x151)+a);return a;}catch(c){errorHandler(D(0x150),c),process[D(0x180)](0x1);}}[a154x(0x182)](a){const E=a154x;try{if(!a||typeof a!==E(0x160))throw E(0x12e);const b=this[E(0x153)](a),c=this[E(0x179)][E(0x17b)]({'pathParts':['config',b]}),d=a154e[E(0x16e)](c);if(!d)return![];return!![];}catch(f){errorHandler('checkConfigExists()',f),process[E(0x180)](0x1);}}['getAppConfigPath'](a){const F=a154x;try{if(!a||typeof a!==F(0x160))throw F(0x12e);const b=this['getEnvFromShorthand'](a),c=this['fsi']['pathFromProject']({'pathParts':['config',b]}),d=a154e['existsSync'](c);if(!d)throw Log['error'](F(0x159)+b+F(0x14f)+b+'\x22');return c;}catch(f){errorHandler(F(0x17a),f),process[F(0x180)](0x1);}}[a154x(0x12f)](a){const G=a154x;try{const b=this['getAppConfigPath'](a),c=a154e[G(0x197)](a154f[G(0x140)](b,'settings.json'),'utf8');return c[G(0x15f)]();}catch(d){errorHandler(G(0x161),d),process['exit'](0x1);}}[a154x(0x177)](a,b,c){const H=a154x;try{const d=this['getAppConfigPath'](a),f=a154e[H(0x197)](a154f[H(0x140)](d,H(0x174)),'utf8'),g=JSON[H(0x14e)](f[H(0x15f)]());g[b]=c;const h=JSON[H(0x14b)](g,null,0x2);a154e['writeFileSync'](a154f[H(0x140)](d,'settings.json'),h),Log[H(0x192)](H(0x141)+b+H(0x15a)+c+H(0x148)+a154f['resolve'](d));}catch(i){errorHandler(H(0x1a8),i),process[H(0x180)](0x1);}}['getMakaProjectConfig'](){const I=a154x;try{const a=this[I(0x179)]['pathFromProject']({'pathParts':['.maka',PROJECT_CONFIG]}),b=this['fsi'][I(0x163)](a);if(!b){Log[I(0x18f)]('Are\x20you\x20sure\x20you\x20are\x20in\x20a\x20maka\x20project?');throw Log[I(0x18f)]('No\x20maka\x20project\x20config\x20file\x20found.');}const c=JSON[I(0x14e)](a154e[I(0x197)](a,I(0x139)));return!c[I(0x17d)]&&(Log[I(0x143)](I(0x195)),c[I(0x17d)]=I(0x1a5)),c;}catch(d){errorHandler(I(0x13f),d),process[I(0x180)](0x1);}}['delGlobalConfigHash'](){const J=a154x;try{const a=a154f[J(0x140)](this[J(0x179)][J(0x183)](),'.maka',GLOBAL_CONFIG),b=JSON[J(0x14e)](a154e[J(0x197)](a)[J(0x15f)]()),c=JSON[J(0x14b)](b,null,0x2);return this['fsi']['writeToFile']({'filePath':a,'data':c,'opts':{'absolute':!![],'silent':!![]}}),b;}catch(d){errorHandler('delGlobalConfigHash()',d),process['exit'](0x1);}}[a154x(0x187)](){const K=a154x;try{const a=a154f[K(0x140)](this[K(0x179)]['getMeteorInstallPath'](),K(0x157),GLOBAL_CONFIG);a154h[K(0x162)](a,{'force':!![]});}catch(b){errorHandler(K(0x199),b),process['exit'](0x1);}}async[a154x(0x142)](){const L=a154x;try{const a=a154f['join'](homeDir,'.maka');a154e[L(0x16e)](a)&&a154h[L(0x162)](a,{'force':!![]});const b=a154f[L(0x140)](this[L(0x179)][L(0x183)](),L(0x157),GLOBAL_CONFIG);if(!this[L(0x179)][L(0x163)](b)){const c={'token':{'authToken':'','userId':'','when':''}},d=JSON[L(0x14b)](c,null,0x2);await this[L(0x179)][L(0x15c)]({'filePath':b,'data':d,'opts':{'force':!![],'silent':!![]}});}return JSON['parse'](a154e['readFileSync'](b)[L(0x15f)]());}catch(f){f instanceof SyntaxError?(this['delGlobalConfig'](),Log[L(0x18f)](L(0x16c)+this[L(0x179)][L(0x183)]()+L(0x173))):console[L(0x18f)](f),process[L(0x180)](0x1);}}['setProjectConfig'](a,b){const M=a154x;try{const c=this[M(0x179)][M(0x17b)]({'pathParts':['.maka',PROJECT_CONFIG]});let d=JSON[M(0x14e)](a154e['readFileSync'](c,M(0x139)));const f=this['fsi'][M(0x19c)]({[a]:b});d=this[M(0x179)]['deeperAssign'](d,f);const g=JSON['stringify'](d,null,0x2);a154e[M(0x18b)](c,g);}catch(h){errorHandler(M(0x188),h),process[M(0x180)](0x1);}}async[a154x(0x1a2)](a){const N=a154x;try{const b=a154f[N(0x140)](homeDir,N(0x145),'.maka',GLOBAL_CONFIG);if(!this[N(0x179)][N(0x163)](b)){const f=JSON[N(0x14b)](a,null,0x2);await this[N(0x179)][N(0x15c)]({'filePath':b,'data':f,'opts':{'force':!![],'silent':!![]}});}const c=await this[N(0x142)]();Object['assign'](c,{...a});const d=JSON[N(0x14b)](c,null,0x2);this[N(0x179)][N(0x181)]({'filePath':b,'data':d,'opts':{'absolute':!![],'silent':!![]}});}catch(g){errorHandler(N(0x131),g),process[N(0x180)](0x1);}}async[a154x(0x134)](){const O=a154x,a=await this[O(0x142)](),b=a?.[O(0x18a)],c=a?.['cert'];if(b?.[O(0x18e)]){const d={'hostname':O(0x12d),'path':O(0x171),'headers':{'x-auth-token':b[O(0x18e)]},'data':{}};c&&Object['assign'](d,{'cert':c});const {data:e,statusCode:f}=await HTTPS[O(0x13a)](d),{token:g}=JSON[O(0x14e)](e);g&&f!==0x198&&this[O(0x1a2)](a);}}[a154x(0x15b)](a,b){const P=a154x;try{const c=this[P(0x179)][P(0x17b)]({'pathParts':[P(0x157),PROJECT_CONFIG]}),d=JSON[P(0x14e)](a154e['readFileSync'](c,P(0x139)));d[P(0x15e)][a]=b;const f=JSON['stringify'](d,null,0x2);a154e[P(0x18b)](c,f);}catch(g){errorHandler(P(0x19b),g),process[P(0x180)](0x1);}}[a154x(0x170)](a,b){const Q=a154x;try{const c=this[Q(0x179)]['pathFromProject']({'pathParts':[Q(0x157),PROJECT_CONFIG]}),d=JSON[Q(0x14e)](a154e[Q(0x197)](c,'utf8'));d['engine'][a]=b;const f=JSON[Q(0x14b)](d,null,0x2);a154e[Q(0x18b)](c,f);}catch(g){errorHandler(Q(0x190),g),process[Q(0x180)](0x1);}}[a154x(0x168)](a,b){const R=a154x;try{return typeof a===R(0x16b)?b:a;}catch(c){errorHandler(R(0x152),c);}}async[a154x(0x175)](a,b){const S=a154x;try{let c=null;return this[S(0x133)](a),c=await b(),c;}catch(d){errorHandler('withValue()',d),process[S(0x180)](0x1);}}[a154x(0x133)](a){const T=a154x;try{const b={'html':[T(0x144)],'js':['js',T(0x198),'ts',T(0x184)],'css':['css',T(0x1a4),T(0x194),T(0x16f)],'api':['rest',T(0x16f)],'test':[T(0x164),T(0x137),T(0x16f)],'client':[T(0x13c),T(0x1a3)],'graphql':[T(0x1a0)],'ssr':['true','false'],'theme':[T(0x19e),T(0x16f)]},c=a[T(0x185)]=this[T(0x168)](a['engines'],{});if(c['html']&&!b[T(0x144)][T(0x13b)](c['html']))throw new Error(T(0x165)+c[T(0x144)]);if(c['js']&&!b['js'][T(0x13b)](c['js']))throw new Error(T(0x1a6)+c['js']);if(c[T(0x16d)]&&!b[T(0x16d)][T(0x13b)](c[T(0x16d)]))throw new Error(T(0x19d)+c[T(0x16d)]);if(c[T(0x147)]&&!b['api'][T(0x13b)](c[T(0x147)]))throw new Error('Unsupported\x20api\x20engine:\x20'+c[T(0x147)]);if(c['client']&&!b[T(0x154)]['includes'](c['client']))throw new Error(T(0x191)+c[T(0x154)]);if(c[T(0x156)]&&!b[T(0x156)][T(0x13b)](c['theme']))throw new Error('Unsupported\x20theme\x20engine:\x20'+c[T(0x156)]);return c[T(0x144)]=this[T(0x168)](c[T(0x144)],T(0x144)),c['js']=this['defaultValue'](c['js'],'js'),c['css']=this[T(0x168)](c[T(0x16d)],T(0x16d)),c['client']=this[T(0x168)](c[T(0x154)],T(0x13c)),c[T(0x147)]=this[T(0x168)](c['api'],T(0x16f)),c['theme']=this['defaultValue'](c['theme'],T(0x16f)),a;}catch(d){errorHandler(T(0x136),d),process[T(0x180)](0x1);}}}
@@ -1 +0,0 @@
1
- function a155c(){const q=['50436lmaIqq','8oobFlf','search','error','constructor','docker\x20','.amazonaws.com/','push','toString','apply','inherit','509270mQQQqF','195360cjWZNh','echo\x20','284529mvbezs','373120THdLuq','49058wHqZRW','.dkr.ecr.','pushImage','awsLogin','join','502539HUjsnL','tag'];a155c=function(){return q;};return a155c();}const a155m=a155d;function a155d(a,b){const c=a155c();return a155d=function(d,e){d=d-0x138;let f=c[d];return f;},a155d(a,b);}(function(a,b){const j=a155d,c=a();while(!![]){try{const d=-parseInt(j(0x138))/0x1*(-parseInt(j(0x140))/0x2)+-parseInt(j(0x13d))/0x3+parseInt(j(0x14b))/0x4+parseInt(j(0x14a))/0x5+-parseInt(j(0x13f))/0x6+parseInt(j(0x14d))/0x7+-parseInt(j(0x14e))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a155c,0x28496));const a155b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a155d;if(c){const e=c[k(0x148)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a155a=a155b(this,function(){const l=a155d;return a155a['toString']()[l(0x141)]('(((.+)+)+)+$')[l(0x147)]()[l(0x143)](a155a)[l(0x141)]('(((.+)+)+)+$');});a155a();import{execSync}from'child_process';import{Log}from'../log/log.class.js';export class Docker{static[a155m(0x13e)]({imageName:a,awsAccountId:b,region:c,repoName:d}){const n=a155m;try{const f=[n(0x13e),a,b+'.dkr.ecr.'+c+n(0x145)+d],g=n(0x144)+f[n(0x13c)]('\x20'),h=execSync(g,{'stdio':n(0x149)})[n(0x147)]();return h;}catch(i){return Log[n(0x142)](i),'';}}static[a155m(0x13b)]({awsAccountId:a,region:b,password:c}){const o=a155m;try{const d=o(0x14c)+c+'\x20|\x20docker\x20login\x20--username\x20AWS\x20--password-stdin\x20'+a+o(0x139)+b+'.amazonaws.com';return execSync(d,{'stdio':o(0x149)}),d;}catch(f){return Log[o(0x142)](f),'';}}static[a155m(0x13a)]({awsAccountId:a,region:b,repoName:c}){const p=a155m;try{const d=[p(0x146),a+p(0x139)+b+p(0x145)+c],f='docker\x20'+d[p(0x13c)]('\x20'),g=execSync(f,{'stdio':'inherit'})[p(0x147)]();return g;}catch(h){return Log['error'](h),'';}}}
@@ -1 +0,0 @@
1
- (function(a,b){var f=a156d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1*(-parseInt(f(0x1e6))/0x2)+-parseInt(f(0x1e1))/0x3+-parseInt(f(0x1e5))/0x4*(-parseInt(f(0x1dd))/0x5)+-parseInt(f(0x1da))/0x6*(-parseInt(f(0x1dc))/0x7)+-parseInt(f(0x1d9))/0x8*(parseInt(f(0x1de))/0x9)+-parseInt(f(0x1e0))/0xa+parseInt(f(0x1e2))/0xb*(parseInt(f(0x1df))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a156c,0xcf69d));function a156d(a,b){var c=a156c();return a156d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a156d(a,b);}function a156c(){var h=['5354470ttGnxp','4024035jpDtSP','22HaQiqh','(((.+)+)+)+$','toString','4389676pkwEmk','65440VOmQFy','constructor','search','5808XAuoQz','766386cAvuEU','24PONFMf','42EUCJTw','5pdrTYt','14031SNNrDG','16677996tnDgmv'];a156c=function(){return h;};return a156c();}var a156b=(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;};}()),a156a=a156b(this,function(){var g=a156d;return a156a[g(0x1e4)]()[g(0x1d8)](g(0x1e3))[g(0x1e4)]()[g(0x1e7)](a156a)[g(0x1d8)](g(0x1e3));});a156a();export{};
@@ -1 +0,0 @@
1
- const a157p=a157d;function a157d(a,b){const c=a157c();return a157d=function(d,e){d=d-0x190;let f=c[d];return f;},a157d(a,b);}(function(a,b){const n=a157d,c=a();while(!![]){try{const d=-parseInt(n(0x206))/0x1+parseInt(n(0x1e4))/0x2+-parseInt(n(0x1e9))/0x3*(parseInt(n(0x1ff))/0x4)+parseInt(n(0x214))/0x5+-parseInt(n(0x212))/0x6*(-parseInt(n(0x1fd))/0x7)+-parseInt(n(0x1a1))/0x8+-parseInt(n(0x19d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a157c,0x7b083));const a157b=(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;};}()),a157a=a157b(this,function(){const o=a157d;return a157a[o(0x20e)]()[o(0x1c8)](o(0x1b8))[o(0x20e)]()[o(0x1b7)](a157a)[o(0x1c8)](o(0x1b8));});a157a();import a157e from'path';import a157f from'net';import a157g from'@maka/tar';function a157c(){const a7=['meteorCommand','findDirectoryUp','includes','316734oSnjCo','deeperAssign','createDirectory','pop','directoryEntries()','1356mhrtwl','Cannot\x20write\x20data\x20to\x20a\x20directory','end','getDirectories','split','instance','getProjectsMeteorNodeVersion()','meteor','warn','silent','length','absolute','writeFileSync','pipe','config.json','getFiles','getMeteorInstallPath','complete','cache.json','Extracting','368221bbrwSf','readdirSync','824kqMEpO','app','cwd','@maka/maka-cli','local','npm\x20init\x20-f\x20','.node_version.txt','406205vykvRE','pathFromProject()','Latest\x20version\x20of\x20maka-cli\x20is\x20','win32','resolve','\x20is\x20already\x20in\x20use,\x20try\x20another?\x20[yN]','exit','listening','toString','isDirectory','msg','info','90CAssRB','isFile','4513220mzbhlR','.maka','getProjectMeteorVersion()','dirname','0.0.0.0','readFile','promises','Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20init\x20npm\x20into.','createFile()','^.*(','bright','findAppDirectory','level','directoryEntries','findDirectoryUp()','start','Port\x20','writeToFile()','getLatestMakaVersion','join','getGlobalMakaDir','isArray','Error\x20in\x20','sep','\x20is\x20already\x20in\x20use,\x20exiting\x20...','confirm','match','listen','data','getUserDataDirectory','message','createServer','entries','mkdirSync','cacheResult','5383638ehxYlq','createDirectory()','utf-8','error','1988944sqzZCh','once','release','compareMakaToLatest','object','string','Error\x20reading\x20file:\x20','saveInit','size','readFileSync','close','replace','parse','No\x20directory\x20path\x20provided','writeToFile','findProjectDirectory','shift','File\x20not\x20written','pathFromProject','grep()','getProjectMeteorVersion','readFileLines()','constructor','(((.+)+)+)+$','writeFile','MAKA_DEV','5.1.22','build','isMakaProject','initNpm','N/A','METEOR@','isImage','forEach','appName','omit','stringify','homedir','relative','search','getInstance','base64','code','grep','createReadStream','checkPortInUse','filter','utf8','.meteor','findAppDirectory()','deepen','concat','version','createFile','push','statSync','True','sync','extensions','force','isSelfTest','singleLine','Please\x20update\x20with:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20npm\x20i\x20-g\x20@maka/maka-cli@latest\x0a\x0a\x20\x20\x20\x20\x20\x20','Invalid\x20directory'];a157c=function(){return a7;};return a157c();}import a157h from'fs';import a157i from'os';import a157j from'delete';import{exec}from'child_process';import a157k from'latest-version';import a157l from'semver';import{promises as a157m}from'fs';import{Log}from'../log/log.class.js';import{Actions}from'../actions/actions.class.js';import{Progress}from'../progress/progress.class.js';const pjson={'version':a157p(0x1bb)},PROJECT_CONFIG=a157p(0x1f7),GLOBAL_CACHE=a157p(0x1fb),homeDir=a157i[a157p(0x1c6)](),errorHandler=(a,b)=>{const q=a157p;process['env'][q(0x1ba)]===q(0x1d9)&&Log[q(0x1a0)](q(0x190)+a),b&&console['error'](b);};export class FSI{static [a157p(0x1ee)];[a157p(0x1c3)];constructor(){}static[a157p(0x1c9)](){const r=a157p;return!FSI[r(0x1ee)]&&(FSI[r(0x1ee)]=new FSI()),FSI[r(0x1ee)];}[a157p(0x197)](){return a157e['join'](homeDir);}['getMeteorInstallPath'](){const s=a157p;return a157e['join'](homeDir,s(0x1d1));}[a157p(0x1e1)](){const t=a157p;return a157e[t(0x227)](this['getMeteorInstallPath'](),t(0x1f0));}[a157p(0x1ec)](a){const u=a157p;try{return a157h[u(0x1fe)](a)[u(0x1cf)](b=>{const v=u;return a157h[v(0x1d8)](a157e['join'](a,b))['isDirectory']();});}catch(b){errorHandler('getDirectories()',b),process[u(0x20c)](0x1);}}async['createFile']({filePath:a,data:b,opts:c}){const w=a157p,d=c?.[w(0x1f4)]?a157e['join'](process[w(0x201)](),a):a157e[w(0x1c7)](process[w(0x201)](),a);try{const f=a157e['normalize'](a)[w(0x1ed)](a157e[w(0x191)]);f[w(0x1e7)]();const g=f['join'](a157e['sep']),h=!this[w(0x20f)](g);h&&await this[w(0x1e6)]({'dirPath':g,'force':c?.[w(0x1dc)],'silent':c?.['silent']});if(this[w(0x213)](a)&&!c?.[w(0x1dc)]){const i=await Actions[w(0x193)](a+'\x20already\x20exists.\x20Do\x20you\x20want\x20to\x20overwrite\x20it?');if(!i){if(c?.['ignore'])return;else throw{'msg':w(0x1b2),'level':w(0x211),'verbose':!![]};}else await a157m['unlink'](a);}if(c?.[w(0x1c1)]){const j=Buffer['from'](b,w(0x1ca));await a157m[w(0x1b9)](a,j);}else await a157m[w(0x1b9)](a,b);!c?.[w(0x1f2)]&&Log[w(0x21e)]('\x20created\x20file\x20'+d);}catch(k){k?.['verbose']?k[w(0x220)]===w(0x211)?Log[w(0x1a0)](k[w(0x210)]):errorHandler(w(0x21c),k[w(0x210)]):errorHandler(w(0x21c),k);}}[a157p(0x1f8)](a,b){try{const c=a157h['readdirSync'](a)['filter'](d=>{const x=a157d,f=a157e[x(0x227)](a,d);if(this['isDirectory'](f))return![];if(b?.[x(0x1c4)]){const g=Array[x(0x229)](b[x(0x1c4)])?b[x(0x1c4)]:[b[x(0x1c4)]];for(const h of g){if(d[x(0x1e3)](h))return![];}}if(b?.['extensions']){const i=a157e['extname'](f);if(!i)return![];if(!b[x(0x1db)][x(0x1e3)](i[x(0x1ac)]('.','')))return![];return!![];}return!![];});return c;}catch(d){errorHandler('getFiles()',d),process['exit'](0x1);}}['mkKeysDir']({configPath:a}){const y=a157p;if(!this[y(0x20f)](a))throw y(0x1e0);const b=a157e[y(0x227)](a,'_keys');try{a157h[y(0x1d8)](b);}catch(c){Log[y(0x1f1)](c['message']),a157h[y(0x19b)](b,{'recursive':!![]});}return b;}[a157p(0x1af)]({filePath:a,data:b,opts:c}){const z=a157p,d=c?.[z(0x1f4)]?a157e[z(0x227)](process['cwd'](),a):a157e[z(0x1c7)](process[z(0x201)](),a);try{if(this['isDirectory'](a))throw Log[z(0x1a0)](z(0x1ea));a157h[z(0x1f5)](a,b),!c?.[z(0x1f2)]&&Log[z(0x21e)]('Updated\x20file\x20'+d);}catch(f){errorHandler(z(0x225),f);}}async[a157p(0x1e6)]({dirPath:a,force:b,silent:c}){const A=a157p;if(!a)throw Log['error'](A(0x1ae));try{b&&a157j[A(0x1da)](a);if(this['isFile'](a))throw Log[A(0x1a0)]('File\x20exists\x20at\x20that\x20location');const d=this['isDirectory'](a);if(!d){a157h['mkdirSync'](a,{'recursive':!![]});if(!this[A(0x20f)](a))throw'Uh-oh,\x20the\x20directory\x20is\x20not\x20a\x20directory\x20'+a;!c&&Log['success']('Created\x20'+a157e['relative'](process['cwd'](),a));}}catch(f){errorHandler(A(0x19e),f);}}[a157p(0x1e2)]({predicate:a,startPath:b}){const B=a157p;try{let c=b||process['cwd']();while(c){if(a(c))break;const d=a157e[B(0x217)](c);d===c?c=undefined:c=d;}return c;}catch(f){errorHandler(B(0x222),f),process['exit'](0x1);}}[a157p(0x1b0)](a=process[a157p(0x201)]()){const C=a157p;try{const b=this[C(0x1e2)]({'predicate':c=>{const D=C;return this[D(0x213)](a157e[D(0x227)](c,D(0x215),PROJECT_CONFIG));},'startPath':a||process[C(0x201)]()});if(!b)return'';return b;}catch(c){errorHandler('findProjectDirectory()',c),process['exit'](0x1);}}[a157p(0x21f)](a=process[a157p(0x201)]()){const E=a157p;try{const b=this[E(0x1b0)](a);return b&&typeof b===E(0x1a6)?a157e[E(0x227)](b,E(0x200)):'';}catch(c){errorHandler(E(0x1d2),c),process[E(0x20c)](0x1);}}[a157p(0x1b3)]({pathParts:a}){const F=a157p;try{const b=a?.[F(0x227)](a157e[F(0x191)]),c=this['findProjectDirectory']();return c&&typeof c===F(0x1a6)?a157e['join'](c,b||''):'';}catch(d){errorHandler(F(0x207),d),process[F(0x20c)](0x1);}}[a157p(0x213)](a){const G=a157p;try{const b=a157e[G(0x20a)](a),c=a157h[G(0x1d8)](b);return c[G(0x213)]();}catch(d){return![];}}[a157p(0x20f)](a){const H=a157p;try{const b=a157h['statSync'](a);return b[H(0x20f)]();}catch(c){return![];}}['readFileLines'](a){const I=a157p;try{const b=a157h[I(0x1aa)](a,'utf8'),c=b[I(0x1ed)](/\r*\n\r*/);while(c[I(0x1f3)]){const d=c[c[I(0x1f3)]-0x1];if(d[I(0x194)](/\S/))break;c[I(0x1e7)]();}return c;}catch(f){errorHandler(I(0x1b6),f),process['exit'](0x1);}}[a157p(0x1b5)](){const J=a157p;try{const a=this[J(0x1b3)]({'pathParts':['app','.meteor',J(0x1a3)]}),b=a157h[J(0x1aa)](a,J(0x1d0));let c=b[J(0x1ac)](J(0x1c0),'')[J(0x1ac)]('\x0a','');const d=c[J(0x1ed)]('.')['length'];return d<0x3&&(c=c+'.0'),c;}catch(f){errorHandler(J(0x216),f),process[J(0x20c)](0x1);}}async['getProjectsMeteorNodeVersion'](){const K=a157p;try{const a=this['pathFromProject']({'pathParts':[K(0x200),K(0x1d1),K(0x203),K(0x1bc),'.node_version.txt']});if(!this['isFile'](a))return K(0x1bf);else{const b=this[K(0x1b3)]({'pathParts':[K(0x200),K(0x1d1),K(0x203),K(0x1bc),K(0x205)]}),c=a157h['readFileSync'](b,K(0x1d0)),d=c[K(0x1ac)]('v','')['replace']('\x0a','');return d;}}catch(f){errorHandler(K(0x1ef),f),process[K(0x20c)](0x1);}}async[a157p(0x226)](){const L=a157p,a=await a157k(L(0x202));return a;}async[a157p(0x1a4)](){const M=a157p,a=await this[M(0x226)]();a157l['gt'](a,pjson[M(0x1d5)])&&(Log['warn'](M(0x208)+a),Log['warn'](M(0x1df)));return;}[a157p(0x221)](a){const N=a157p;try{let b=[];const c=a157h[N(0x1fe)](a);for(const d of c){const f=a157e[N(0x227)](a,d);b[N(0x1d7)](f),this[N(0x20f)](f)&&(b=b[N(0x1d4)](this[N(0x221)](f)));}return b;}catch(g){errorHandler(N(0x1e8),g),process[N(0x20c)](0x1);}}[a157p(0x1bd)](){const O=a157p,a=this[O(0x1b0)]();return a!==''?!![]:![];}[a157p(0x1cc)](a,b){const P=a157p;try{const c=new RegExp(P(0x21d)+b+').*$','mg'),d=a['match'](c);return d||[];}catch(f){errorHandler(P(0x1b4),f),process[P(0x20c)](0x1);}}async['fileContainsString'](a,b){const Q=a157p;try{if(a157h['existsSync'](a)===![])return![];const c=await a157h[Q(0x21a)][Q(0x219)](a,Q(0x1d0));return c[Q(0x1e3)](b);}catch(d){console['error'](Q(0x1a7)+d);throw d;}}['getCachedResult'](a){const R=a157p,b=a157e[R(0x227)](this['getMeteorInstallPath'](),'.maka',GLOBAL_CACHE);try{const c=JSON[R(0x1ad)](a157h[R(0x1aa)](b,'utf-8'));return c[a]||null;}catch(d){return null;}}[a157p(0x19c)](a,b){const S=a157p,c=a157e[S(0x227)](this[S(0x1f9)](),S(0x215),GLOBAL_CACHE);try{const d=JSON['parse'](a157h[S(0x1aa)](c,S(0x19f)));d[a]=b,a157h[S(0x1f5)](c,JSON['stringify'](d));}catch(f){const g={[a]:b};a157h['writeFileSync'](c,JSON[S(0x1c5)](g));}}[a157p(0x228)](){const T=a157p;return a157e['join'](this[T(0x1f9)](),'.maka');}async[a157p(0x1a8)](a,b){const U=a157p;try{const c=JSON['stringify'](a,null,0x2);await this[U(0x1d6)]({'filePath':b,'data':c,'opts':{'force':!![]}});}catch(d){errorHandler('saveInit()',d),process[U(0x20c)](0x1);}}[a157p(0x1d3)](a){const V=a157p,b={};for(const c in a){const d=c[V(0x1ed)]('.');let e=b;while(d?.[V(0x1f3)]>0x1){const f=d?.[V(0x1b1)]();f&&(e=e[f]=e[f]||{});}e[d[0x0]]=a[c];}return b;}['deeperAssign'](c,d){const W=a157p;return Object[W(0x19a)](d)[W(0x1c2)](([e,f])=>c[e]=f&&typeof f===W(0x1a5)?this[W(0x1e5)](c[e]=c[e]||{},f):f),c;}[a157p(0x1be)](a){return new Promise((b,c)=>{const X=a157d;a=a||{},a[X(0x201)]=a[X(0x201)]||'.';if(!a[X(0x1dd)]){const d=this[X(0x21f)](a[X(0x201)]);if(!d)Log[X(0x1a0)](X(0x21b)),c();else{const f=Log['withSpinner']();try{f[X(0x223)]('Setting\x20up\x20the\x20npm\x20packages'),exec(X(0x204),{'cwd':d},g=>{const Y=X;g&&(Log[Y(0x1a0)]('\x0a'+g[Y(0x198)]),c(),process[Y(0x20c)](0x1)),f['success'](),b();});}catch(g){Log[X(0x1a0)](g),f['failure'](),c();}}}});}async[a157p(0x1ce)](a){return new Promise((b,c)=>{const Z=a157d,d=a157f[Z(0x199)]();d['once']('error',async e=>{const a0=Z;if(e[a0(0x1cb)]==='EADDRINUSE'){const f=await Actions[a0(0x193)](a0(0x224)+a+a0(0x20b),![]);!f&&(Log[a0(0x1a0)](a0(0x224)+a+a0(0x192)),process[a0(0x20c)](0x1)),Log[a0(0x1de)](a0(0x224)+a+'\x20is\x20already\x20in\x20use,\x20trying\x20'+(a+0x64)+'\x20...\x0a'),b(!![]);}else c(e);}),d[Z(0x1a2)](Z(0x20d),()=>{const a1=Z;d[a1(0x1ab)](),b(![]);}),d[Z(0x195)](a,Z(0x218));});}async['getAvailablePort'](a){while(await this['checkPortInUse'](a)){a+=0x64;}return a;}async['extractTarGz'](a,b){const a3=a157p;function c(g){const a2=a157d,h=a157h[a2(0x1d8)](g);return h[a2(0x1a9)];}const d=process['platform']===a3(0x209)?'>':'📦',e=c(a),f=new Progress(e,a3(0x1fc),d);return new Promise((g,h)=>{const a4=a3;a157h[a4(0x1cd)](a)['on'](a4(0x196),i=>{const a5=a4;f['update'](i[a5(0x1f3)]);})[a4(0x1f6)](a157g['x']({'gzip':!![],'cwd':b}))['on'](a4(0x1eb),()=>{const a6=a4;f[a6(0x1fa)](),g();})['on'](a4(0x1a0),i=>{h(i);});});}}
@@ -1 +0,0 @@
1
- function a158d(a,b){var c=a158c();return a158d=function(d,e){d=d-0xca;var f=c[d];return f;},a158d(a,b);}var a158l=a158d;(function(a,b){var k=a158d,c=a();while(!![]){try{var d=-parseInt(k(0xd0))/0x1+-parseInt(k(0xd1))/0x2*(parseInt(k(0xe5))/0x3)+parseInt(k(0xd9))/0x4+-parseInt(k(0xe0))/0x5*(parseInt(k(0xed))/0x6)+-parseInt(k(0xe1))/0x7*(parseInt(k(0xcd))/0x8)+parseInt(k(0xdc))/0x9*(-parseInt(k(0xdf))/0xa)+parseInt(k(0xd7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a158c,0x360b2));export const supportedEngines={'html':['html'],'js':['js',a158l(0xd2),'ts',a158l(0xf2)],'css':[a158l(0xf1),a158l(0xe9),a158l(0xd6),a158l(0xca)],'api':['rest',a158l(0xca)],'test':[a158l(0xee),a158l(0xd3),a158l(0xca)],'client':['react',a158l(0xde)],'graphql':[a158l(0xcc)],'ssr':[!![],![]],'theme':['material',a158l(0xca)]};export var HtmlEngines;(function(a){var m=a158l;a[m(0xe6)]=m(0xef);}(HtmlEngines||(HtmlEngines={})));export var JsEngines;(function(a){var n=a158l;a['JS']='js',a[n(0xe3)]='jsx',a['TS']='ts',a[n(0xf0)]=n(0xf2);}(JsEngines||(JsEngines={})));export var CssEngines;(function(a){var o=a158l;a['CSS']=o(0xf1),a[o(0xe4)]=o(0xe9),a[o(0xec)]=o(0xd6),a[o(0xd5)]=o(0xca);}(CssEngines||(CssEngines={})));export var ApiEngines;(function(a){var p=a158l;a['REST']=p(0xe2),a[p(0xd5)]=p(0xca);}(ApiEngines||(ApiEngines={})));export var TestEngines;(function(a){var q=a158l;a[q(0xe7)]=q(0xee),a[q(0xeb)]=q(0xd3),a[q(0xd5)]=q(0xca);}(TestEngines||(TestEngines={})));function a158c(){var x=['JASMINE','toString','less','constructor','MOCHA','SCSS','6yuGPJS','jasmine','html','TSX','css','tsx','meteor','none','search','apollo','138808TVdUAD','react','(((.+)+)+)+$','367107sybZoQ','2KgmLDY','jsx','mocha','apply','NONE','scss','13547226swCZgz','VANILLA','1200388AWYewF','MATERIAL','APOLLO','1341VMiDVh','METEOR','vanilla','19010zvLnni','1038855VsWSXU','63sDOCHg','rest','JSX','LESS','888045auiryI','HTML'];a158c=function(){return x;};return a158c();}export var ClientEngines;(function(a){var r=a158l;a['REACT']=r(0xce),a[r(0xd8)]='vanilla';}(ClientEngines||(ClientEngines={})));export var GraphqlEngines;(function(a){var s=a158l;a[s(0xd5)]='none',a[s(0xdb)]=s(0xcc);}(GraphqlEngines||(GraphqlEngines={})));export var SsrEngines;(function(a){var t=a158l;a['NONE']=t(0xca),a[t(0xdd)]=t(0xf3);}(SsrEngines||(SsrEngines={})));export var ThemeEngines;(function(c){var w=a158l,d=(function(){var f=!![];return function(g,h){var i=f?function(){var u=a158d;if(h){var j=h[u(0xd4)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var v=a158d;return e[v(0xe8)]()[v(0xcb)](v(0xcf))['toString']()[v(0xea)](e)['search']('(((.+)+)+)+$');});e(),c[w(0xda)]='material',c[w(0xd5)]='none';}(ThemeEngines||(ThemeEngines={})));
@@ -1 +0,0 @@
1
- const a159s=a159d;(function(a,b){const q=a159d,c=a();while(!![]){try{const d=parseInt(q(0x164))/0x1*(parseInt(q(0x148))/0x2)+-parseInt(q(0x14f))/0x3*(-parseInt(q(0x14e))/0x4)+parseInt(q(0x174))/0x5+-parseInt(q(0x157))/0x6+parseInt(q(0x163))/0x7*(parseInt(q(0x146))/0x8)+-parseInt(q(0x16a))/0x9*(-parseInt(q(0x14c))/0xa)+parseInt(q(0x15d))/0xb*(-parseInt(q(0x159))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a159c,0x51d38));const a159b=(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;};}()),a159a=a159b(this,function(){const r=a159d;return a159a[r(0x167)]()[r(0x14d)](r(0x156))[r(0x167)]()[r(0x161)](a159a)[r(0x14d)](r(0x156));});a159a();function a159c(){const M=['1673815LdGlBC','/v1/engines/davinci/completions','data','content-length','error','True','askGPT','request','end','downloadFile','pathname','Bearer\x20','11768TSCqVo','application/json','101434SezXfT','NODE_TLS_REJECT_UNAUTHORIZED','stringify','BAD\x20RETURN','96010RnwULr','search','1103780abbOnR','3HfpRRm','write','headers','Request\x20timeout','HEAD','hostname','statusMessage','(((.+)+)+)+$','2135646hvBZMA','then','373740oPLsFZ','checkAvailability','timeout','post','121JoBLWN','env','finish','update','constructor','MAKA_DEV','238hOsxvH','3VuyizF','Redirected\x20response\x20without\x20Location\x20header','location','toString','readFileSync','destroy','207DzIrjW','application/octet-stream','assign','close','get','catch','api.openai.com','length','createWriteStream','statusCode'];a159c=function(){return M;};return a159c();}import a159e from'https';import a159f from'fs';import{Progress}from'../progress/progress.class.js';function a159d(a,b){const c=a159c();return a159d=function(d,e){d=d-0x144;let f=c[d];return f;},a159d(a,b);}const TIMEOUT=0x493e0;process[a159s(0x15e)][a159s(0x149)]=process[a159s(0x15e)]['MAKA_DEV']===a159s(0x179)?'0':'1',process[a159s(0x15e)]['NODE_NO_WARNINGS']=process[a159s(0x15e)][a159s(0x162)]===a159s(0x179)?'1':'0';export class HTTPS{static async[a159s(0x15c)]({hostname:a,path:b,data:c,headers:d,cert:e,timeout:f}){const t=a159s,g=JSON[t(0x14a)](c),h={'Content-Type':t(0x147),'Content-Length':g[t(0x171)]};Object[t(0x16c)](h,d);const i={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':h,'timeout':f?f:TIMEOUT};return e&&Object[t(0x16c)](i,{'cert':a159f['readFileSync'](e)}),new Promise((j,k)=>{const u=t,l=a159e[u(0x17b)](i,m=>{const v=u;let n='';m['on'](v(0x176),o=>{const w=v;n+=o[w(0x167)]();}),m['on']('end',()=>{const x=v;m[x(0x173)]===0x12d&&m[x(0x151)][x(0x166)]?this['post']({'hostname':new URL(m['headers'][x(0x166)])[x(0x154)],'path':new URL(m[x(0x151)]['location'])[x(0x144)],'data':c,'headers':d,'cert':e})[x(0x158)](j)[x(0x16f)](k):(!n&&j({'statusCode':0xcc,'statusMessage':m['statusMessage']||x(0x14b),'data':JSON[x(0x14a)]({'message':'No\x20content'})}),j({'statusCode':m[x(0x173)]||0x1f4,'statusMessage':m[x(0x155)]||x(0x14b),'data':n}));});});l['on']('error',m=>{k(m);}),l['on'](u(0x15b),()=>{l['destroy'](),k({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),l['write'](g),l['end']();});}static[a159s(0x16e)]({url:a,headers:b,cert:c,timeout:d}){const y=a159s,e={'Content-Type':y(0x147)};Object[y(0x16c)](e,b);const f={'headers':e,'timeout':d?d:TIMEOUT};return c&&Object['assign'](f,{'cert':a159f[y(0x168)](c)}),new Promise((g,h)=>{const z=y,i=a159e[z(0x16e)](a,f,j=>{const A=z;let k='';j['on'](A(0x176),l=>{k+=l['toString']();}),j['on'](A(0x17c),()=>{const B=A;j[B(0x173)]===0x12d&&j[B(0x151)][B(0x166)]?this[B(0x16e)]({'url':j['headers'][B(0x166)],'headers':b,'cert':c})['then'](g)[B(0x16f)](h):g({'statusCode':j['statusCode']||0x1f4,'statusMessage':j['statusMessage']||'BAD\x20RETURN','data':k});});});i['on'](z(0x178),j=>{h(j);}),i['on'](z(0x15b),()=>{i['destroy'](),h({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static['downloadFile']({url:a,headers:b,cert:c,destPath:d,timeout:e}){const C=a159s,f={'Content-Type':C(0x16b)};Object[C(0x16c)](f,b);const g={'headers':f,'timeout':e?e:TIMEOUT};return c&&Object['assign'](g,{'cert':a159f[C(0x168)](c)}),new Promise((h,i)=>{const G=C,j=l=>{const D=a159d;if(l[D(0x173)]===0x12e||l[D(0x173)]===0x12d){if(!l['headers'][D(0x166)])return i(new Error(D(0x165)));return this[D(0x17d)]({'url':l['headers'][D(0x166)],'headers':b,'cert':c,'destPath':d})[D(0x158)](h)[D(0x16f)](i);}if(l['statusCode']&&(l[D(0x173)]<0xc8||l[D(0x173)]>=0x12c))return i(new Error('Request\x20Failed\x20with\x20Status\x20Code:\x20'+l['statusCode']));const m=parseInt(l['headers'][D(0x177)],0xa),n=new Progress(m),o=a159f[D(0x172)](d);l['on']('data',p=>{const E=D;n[E(0x160)](p[E(0x171)]),o[E(0x150)](p);}),l['on'](D(0x17c),()=>{o['end'](),n['complete']();}),o['on'](D(0x15f),()=>{const F=D;o[F(0x16d)]();}),o['on']('close',h);},k=a159e['get'](a,g,j);k['on'](G(0x178),l=>{i(l);}),k['on'](G(0x15b),()=>{k['destroy'](),i({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a159s(0x15a)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5,timeout:d}){const H=a159s,e={'Content-Type':H(0x147)};Object[H(0x16c)](e,b);const f={'method':H(0x153),'headers':e,'timeout':d?d:TIMEOUT};return c&&Object[H(0x16c)](f,{'cert':a159f['readFileSync'](c)}),new Promise((g,h)=>{const I=H,i=a159e[I(0x17b)](a,f,j=>{const J=I;if(j[J(0x173)]&&(j[J(0x173)]>=0xc8&&j[J(0x173)]<0x12c))g(!![]);else j['statusCode']&&(j['statusCode']>=0x12c&&j['statusCode']<0x190)&&j['headers']['location']?maxRedirects<=0x0?g(![]):this[J(0x15a)]({'url':new URL(j[J(0x151)]['location'],a)[J(0x167)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[J(0x158)](g)[J(0x16f)](h):g(![]);});i['on'](I(0x178),j=>{h(j);}),i['on'](I(0x15b),()=>{const K=I;i[K(0x169)](),h({'statusCode':0x198,'statusMessage':K(0x152)});}),i['end']();});}static async[a159s(0x17a)]({prompt:a,openApiKey:b,certPath:c}){const L=a159s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':L(0x145)+b},f=await this[L(0x15c)]({'hostname':L(0x170),'path':L(0x175),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +0,0 @@
1
- (function(a,b){var f=a160d,c=a();while(!![]){try{var d=parseInt(f(0x116))/0x1*(-parseInt(f(0x11f))/0x2)+-parseInt(f(0x118))/0x3*(-parseInt(f(0x11c))/0x4)+-parseInt(f(0x113))/0x5*(parseInt(f(0x119))/0x6)+-parseInt(f(0x11b))/0x7*(-parseInt(f(0x11a))/0x8)+parseInt(f(0x120))/0x9*(-parseInt(f(0x114))/0xa)+-parseInt(f(0x115))/0xb+parseInt(f(0x11d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a160c,0x5bb10));var a160b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a160d;if(c){var e=c[g(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a160a=a160b(this,function(){var h=a160d;return a160a['toString']()[h(0x121)](h(0x11e))[h(0x112)]()[h(0x117)](a160a)[h(0x121)](h(0x11e));});function a160c(){var i=['6167241PPhCxp','search','apply','toString','452175nLNzVL','10dwmmjQ','5257318NsjSoW','16273zHewqo','constructor','600627pFYPEL','12graeXS','2344aYNBaZ','1533suBTvb','12PBZXLl','16954044ldoDtv','(((.+)+)+)+$','44SwCsCS'];a160c=function(){return i;};return a160c();}a160a();function a160d(a,b){var c=a160c();return a160d=function(d,e){d=d-0x111;var f=c[d];return f;},a160d(a,b);}export{};
@@ -1 +0,0 @@
1
- const a161t=a161d;(function(a,b){const p=a161d,c=a();while(!![]){try{const d=-parseInt(p(0x1b9))/0x1*(parseInt(p(0x1b6))/0x2)+-parseInt(p(0x1c1))/0x3*(-parseInt(p(0x18b))/0x4)+-parseInt(p(0x1bc))/0x5+-parseInt(p(0x1bf))/0x6+parseInt(p(0x195))/0x7*(parseInt(p(0x1b3))/0x8)+parseInt(p(0x1b8))/0x9+-parseInt(p(0x1a6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a161c,0xed42e));import*as a161e from'single-line-log2';import a161f from'cli-color';import a161g from'cli-cursor';import a161h from'elegant-spinner';import a161i from'fs';import{camelCase}from'change-case';const check='✔',cross='✘';function a161c(){const U=['setColorMode','name','2895890FkDxfQ','toString','Examples:','7038930riVVmF','map','2161623byttxw','colors','\x0aManual:','red','singleLine','colorMode','black','majestic','bright','singleLineSuccess','cyan','message','Error\x20reading\x20file:\x20','Usage:','All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information','\x20-\x20','info','[--','8nduyGv','forEach','greenBright','trim','search','magentaBright','readFileSync','withSpinner','whiteBright','log','242053xiBIGW','object','header','stdout','boolFlag','utf8','notice','join','DARK','hidden','file','success','(((.+)+)+)+$','blackBright','bold','warn','\x0aOptions:','7167400WOyRyQ','hide','error','description','<value>','apply','yellow','yellowBright','length','white','LIGHT','\x0aFor\x20more\x20information,\x20visit\x20https://www.maka-cli.com','cyanBright','376bBGtmU','show','green','40qQlHem','values','11279340JFbEYN','43933rGKIMt'];a161c=function(){return U;};return a161c();}export var ColorMode;function a161d(a,b){const c=a161c();return a161d=function(d,e){d=d-0x17d;let f=c[d];return f;},a161d(a,b);}(function(c){const s=a161d,d=(function(){let f=!![];return function(g,h){const i=f?function(){const q=a161d;if(h){const j=h[q(0x1ab)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const r=a161d;return e[r(0x1bd)]()[r(0x18f)]('(((.+)+)+)+$')[r(0x1bd)]()['constructor'](e)[r(0x18f)](r(0x1a1));});e(),c[c[s(0x19d)]=0x0]=s(0x19d),c[c[s(0x1b0)]=0x1]=s(0x1b0);}(ColorMode||(ColorMode={})));const DarkColors={'success':a161f[a161t(0x18d)],'warn':a161f[a161t(0x1ad)],'notice':a161f[a161t(0x1b2)],'error':a161f[a161t(0x1c4)][a161t(0x1a3)],'header':a161f[a161t(0x1a2)],'bright':a161f[a161t(0x193)],'info':a161f['cyanBright'],'majestic':a161f[a161t(0x190)]},LightColors={'success':a161f[a161t(0x1b5)],'warn':a161f[a161t(0x1ac)],'notice':a161f['cyan'],'error':a161f[a161t(0x1c4)],'header':a161f['black'],'bright':a161f[a161t(0x17f)],'info':a161f[a161t(0x183)],'majestic':a161f['magenta']},formatOptionalOpts=a=>{const u=a161t;return a[u(0x1c0)](b=>{const v=u;if(typeof b===v(0x196)){if(b?.['hidden'])return'';if(b[v(0x199)])return v(0x18a)+camelCase(b['name'])+']';return v(0x18a)+camelCase(b['name'])+'='+(b?.[v(0x1b7)]?b[v(0x1b7)]['join']('|'):v(0x1aa))+']';}return b?v(0x18a)+camelCase(b)+']':'';})['join']('\x20');},formatRequiredOpts=a=>{const w=a161t;return a[w(0x1c0)](b=>{const x=w;if(typeof b==='object'){if(b?.[x(0x19e)])return'';if(b[x(0x199)])return'--'+camelCase(b['name']);return'--'+camelCase(b[x(0x1bb)])+'='+(b?.['values']?b[x(0x1b7)][x(0x19c)]('|'):x(0x1aa));}return'--'+camelCase(b);})[w(0x19c)]('\x20');};export class Log{static [a161t(0x17e)]=ColorMode[a161t(0x19d)];static get[a161t(0x1c2)](){const y=a161t;return Log[y(0x17e)]===ColorMode[y(0x19d)]?DarkColors:LightColors;}static[a161t(0x1ba)](a){const z=a161t;Log[z(0x17e)]=a;}static[a161t(0x1a0)](a){const A=a161t;a&&console[A(0x194)](Log[A(0x1c2)][A(0x1a0)](a));}static[a161t(0x1a4)](a){const B=a161t;a&&console[B(0x194)](Log['colors'][B(0x1a4)](a));}static[a161t(0x19b)](a){const C=a161t;a&&console[C(0x194)](Log[C(0x1c2)][C(0x19b)](a));}static['error'](a){const D=a161t;a&&console['log'](Log[D(0x1c2)][D(0x1a8)](a));}static[a161t(0x197)](a){const E=a161t;a&&console[E(0x194)](Log[E(0x1c2)][E(0x197)](a));}static[a161t(0x181)](a){const F=a161t;a&&console[F(0x194)](Log[F(0x1c2)][F(0x181)](a));}static[a161t(0x189)](a){const G=a161t;a&&console['log'](Log['colors'][G(0x189)](a));}static[a161t(0x180)](a){const H=a161t;a&&console['log'](Log[H(0x1c2)][H(0x180)](a));}static['usage'](a,b,c,d,e,f,g){const K=a161t,h=l=>{const I=a161d;return l['filter'](m=>!m[I(0x19e)])['map'](m=>{const J=I,n=m[J(0x199)]?'--'+camelCase(m[J(0x1bb)]):'--'+camelCase(m['name'])+'='+(m[J(0x1b7)]?m[J(0x1b7)][J(0x19c)]('|'):J(0x1aa)),o=m[J(0x1a9)]?J(0x188)+m[J(0x1a9)]:'';return'\x20\x20'+a161f[J(0x1af)](n)+o;})[I(0x19c)]('\x0a');},i=a161f[K(0x1a2)];g&&Log[K(0x1a4)]('This\x20command\x20is\x20experimental\x20and\x20may\x20not\x20be\x20fully\x20functional.');Log[K(0x181)](d);b&&b?.[K(0x1ae)]>0x0&&(Log['bright'](i(K(0x1be))),b[K(0x18c)](l=>{const L=K;Log[L(0x181)]('\x20>\x20'+l);}));a&&(Log[K(0x197)](K(0x1c3)),Log[K(0x19b)]('\x20\x20'+a[K(0x18e)]()));c&&Log[K(0x181)]('\x0a'+i(K(0x186))+'\x20'+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a');const j=[...e,...f],k=j[0x0]&&typeof j[0x0]===K(0x196)?h(j):'';k&&(Log[K(0x197)](K(0x1a5)),console[K(0x194)](k)),Log['header'](K(0x1b1)),Log['header'](K(0x187));}static[a161t(0x192)](a=''){const M=a161t;a161g[M(0x1a7)]();const b=a161h();a161g[M(0x1a7)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const N=a161d;a161e[N(0x198)](a161f[N(0x183)](b())+'\x20'+a);},0x5a);},'success'(d=''){const O=M;clearInterval(c),a161e[O(0x198)](a161f[O(0x18d)](check)+'\x20'+a+'\x20'+d),console['log'](),a161g[O(0x1b4)]();},'failure'(d=''){const P=M;clearInterval(c),a161e[P(0x198)](a161f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console[P(0x194)](),a161g[P(0x1b4)]();},'stop'(){const Q=M;clearInterval(c),a161g[Q(0x1b4)]();},'update'(d){d&&(a=d);}};}static[a161t(0x17d)](a){const R=a161t;a161e[R(0x198)](a);}static[a161t(0x182)](a){const S=a161t;a161e[S(0x198)](a161f[S(0x18d)](check)+'\x20'+a);}static[a161t(0x19f)](a){const T=a161t;try{const b=a161i[T(0x191)](a,T(0x19a));console[T(0x194)](a161f['whiteBright'](b));}catch(c){console[T(0x1a8)](a161f['red'](T(0x185)+c[T(0x184)]));}}}
@@ -1 +0,0 @@
1
- (function(a,b){var f=a162d,c=a();while(!![]){try{var d=-parseInt(f(0x133))/0x1+-parseInt(f(0x137))/0x2+parseInt(f(0x130))/0x3*(-parseInt(f(0x12f))/0x4)+-parseInt(f(0x135))/0x5+-parseInt(f(0x134))/0x6+-parseInt(f(0x136))/0x7*(-parseInt(f(0x12d))/0x8)+parseInt(f(0x131))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a162c,0x3dfec));var a162b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a162d;if(c){var e=c[g(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a162a=a162b(this,function(){var h=a162d;return a162a[h(0x132)]()[h(0x138)](h(0x12e))[h(0x132)]()[h(0x12b)](a162a)[h(0x138)](h(0x12e));});function a162d(a,b){var c=a162c();return a162d=function(d,e){d=d-0x12b;var f=c[d];return f;},a162d(a,b);}a162a();function a162c(){var i=['502366ivXLGL','2961420xLeTvU','450465eyBpDN','6979cUDgxH','196156cHsHjd','search','constructor','apply','752XxBToA','(((.+)+)+)+$','353116jBgfef','3nCGOvR','12893400dxsIpg','toString'];a162c=function(){return i;};return a162c();}export{};
@@ -1 +0,0 @@
1
- const a163x=a163d;(function(a,b){const u=a163d,c=a();while(!![]){try{const d=parseInt(u(0x128))/0x1+parseInt(u(0xe9))/0x2*(parseInt(u(0xbd))/0x3)+parseInt(u(0xc6))/0x4+parseInt(u(0x13a))/0x5+parseInt(u(0xc8))/0x6+parseInt(u(0x121))/0x7*(parseInt(u(0x11c))/0x8)+-parseInt(u(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a163c,0xe2f27));const a163b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a163d;if(c){const e=c[v(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a163a=a163b(this,function(){const w=a163d;return a163a[w(0x104)]()['search'](w(0x140))[w(0x104)]()[w(0xfb)](a163a)[w(0xf2)]('(((.+)+)+)+$');});a163a();import a163e from'path';function a163d(a,b){const c=a163c();return a163d=function(d,e){d=d-0xa9;let f=c[d];return f;},a163d(a,b);}function a163c(){const N=['mkdirSync','open','Patching\x20ios-sim\x20and\x20cordova','ENOENT','1219106BZkgTx','Run\x20\x22maka\x20--help\x22\x20for\x20a\x20list\x20of\x20commands','publish-for-arch','plugins','linkVersionAsCurrent','Meteor\x20release\x20version\x20set\x20to\x20','build','A\x20mobile-config.js\x20file\x20already\x20exists,\x20overwrite?\x20[yN]','ios-sim@latest','meteor.cmd','\x09id:\x20\x27com.meteor.maka.','\x20--version','ask','lstatSync','success','45416817AIZQZW','mongo','--mobile-server','3679210LfebRV','install-sdk','symlinkSync','platform','@echo\x20off\x0d\x0a\x22','test-packages','(((.+)+)+)+$','Attempting\x20to\x20use\x20','notice','mobile-config.js','trim','getMeteorReleaseVersion()','PORT','App\x20name?\x20[','--exclude-archs','write','\x20in\x20','appName','getMeteorReleaseVersion','meteor','isMeteorInstalled','show','exit','BIND_IP','remove','releases','cordova@latest','createWriteStream','instance','cfg','1857009MKLbkl','publish-release','Meteor','findAppDirectory','inherit','--port','split','run','invokeMeteorCommand()','5312804EeAPuM','apply','7534668ygTDVZ','installNpmPackage','env','Command\x20not\x20found','statSync','error','\x22\x20%*\x0d\x0a','includes','Consider\x20updating\x20this\x20project,\x20or\x20installing\x20the\x20version\x20of\x20Meteor\x20using\x20\x27maka\x20install\x20meteor\x20--release\x20','meteorRelease','npm','confirm','--ssl','concat','//\x20For\x20more\x20information\x20on\x20mobile\x20config,\x20visit:\x0a','shell','logs','readFileSync','splice','invokeMeteorCommand','maybeProxyCommandToMeteor','warn','maybeProxyCommandToMeteor()','add-platform','admin','VERSION','dirname','join','getInstalledMeteorVersion','homedir','argv',':\x20Target\x20binary\x20not\x20found\x20at\x20','METEOR@','2dgMXXP','update','end','checkForMeteorVersionMismatch','--inspect','fsi','findProjectDirectory','existsSync','remove-platform','search','authorized','getMeteorExePath','This\x20project\x27s\x20version\x20is\x20at\x20','finish','string','MAKA_DEV','\x27,\x0a','bin','constructor','list','.meteor','ios','0.0.0','getGlobalMeteorVersion','meteor.bat','App.info({\x0a','writeFileSync','toString','app','cordova-build','replace','win32','utf8','3000','configure-android','setMeteorReleaseVersion','publish','release','isFile','getInstance','A\x20mobile-config.js\x20already\x20exists,\x20not\x20over\x20writing','pkg','getAvailablePort','slice','\x20is\x20now\x20the\x20active\x20version','realpathSync','checkForMeteorVersionMismatch()','whoami','getMakaProjectConfig','code','Error\x20in\x20','8PoyVtH','Don\x27t\x20forget\x20these\x20commands:\x20\x0a\x20sudo\x20xcode-select\x20-s\x20/Applications/Xcode.app/Contents/Developer\x20\x0a\x20sudo\x20gem\x20install\x20cocoapods\x20\x0a\x20sudo\x20xcodebuild\x20-license\x20accept\x20\x0a\x20brew\x20install\x20ios-deploy','});\x0a','list-platforms','\x09version:\x20\x270.0.1\x27,\x0a','5725706AxMPoY','indexOf','unlinkSync'];a163c=function(){return N;};return a163c();}import a163f from'fs';import a163g from'os';import{execSync}from'child_process';import{pascalCase}from'change-case';import{Log}from'../log/log.class.js';import{Actions}from'../actions/actions.class.js';import{MustBeInProjectError}from'../../error.js';const homeDir=a163g[a163x(0xe5)](),errorHandler=(a,b)=>{const y=a163x;process[y(0xca)][y(0xf8)]==='True'&&Log['error'](y(0x11b)+a),b&&console[y(0xcd)](b);};export class MPI{static [a163x(0xbb)];['fsi'];['cfg'];[a163x(0x112)];[a163x(0xb2)];[a163x(0xd1)];constructor(a,b,c){const z=a163x;this[z(0xee)]=a,this['cfg']=b,this[z(0x112)]=c;const d=this[z(0xf4)]();this[z(0xd1)]=this[z(0xb1)](),this['meteor']=d;}static[a163x(0x110)](a,b,c){const A=a163x;return!MPI['instance']&&(MPI['instance']=new MPI(a,b,c)),MPI[A(0xbb)];}[a163x(0xf4)](){const B=a163x,a=process[B(0x13d)]==='win32',b=a?'meteor.cmd':B(0xb2);return a163e['join'](homeDir,B(0xfd),B(0xfa),b);}[a163x(0xb3)](){const C=a163x;try{const a=this['getMeteorExePath']();if(!a163f[C(0xf0)](a))return![];const b=a163f[C(0x135)](a);if(b['isSymbolicLink']()){const c=a163f[C(0x116)](a);return a163f[C(0xf0)](c)&&a163f[C(0xcc)](c)[C(0x10f)]();}return b[C(0x10f)]();}catch(d){return![];}}[a163x(0x10c)](a){const D=a163x;try{const b=a163e[D(0xe3)](homeDir,D(0xfd),D(0xe1)),c=a163e[D(0xe2)](b);!a163f[D(0xf0)](c)&&a163f[D(0x124)](c,{'recursive':!![]}),a163f[D(0x103)](b,a,D(0x109)),Log['success'](D(0x12d)+a+D(0xaf)+b);}catch(d){errorHandler('setMeteorReleaseVersion()',d),process['exit'](0x1);}}[a163x(0xb1)](){const E=a163x;try{const a=a163e[E(0xe3)](homeDir,E(0xfd),E(0xe1));if(a163f[E(0xf0)](a)){const b=a163f[E(0xd9)](a,E(0x109))[E(0xa9)]();return b;}else return null;}catch(c){return errorHandler(E(0xaa),c),null;}}async[a163x(0x100)](){const F=a163x;let a=this[F(0xb1)]()||F(0xff);try{a=execSync(this[F(0xb2)]+F(0x133),{'stdio':'ignore','cwd':this[F(0xee)]['findAppDirectory'](),'env':{...process[F(0xca)],'HTTP_PROXY':'http://127.0.0.1:9999','HTTPS_PROXY':'http://127.0.0.1:9999'}})[F(0x104)]()[F(0x107)](F(0xbf),'')[F(0xa9)]();}catch(c){}const b=a[F(0xc3)]('.')['length'];return b<0x3&&(a=a+'.0'),a;}[a163x(0xec)](){const G=a163x;try{const a=this[G(0xee)]['findAppDirectory'](),b=a163e['join'](a,G(0xfd),G(0x10e));if(!a163f['existsSync'](b))return![];const c=a163f[G(0xd9)](b,G(0x109))[G(0xa9)](),d=this[G(0xb1)]();return c!==d;}catch(f){return errorHandler(G(0x117),f),![];}}async[a163x(0xdc)](){const H=a163x;try{const a=[H(0x125),H(0xd2),H(0xc4),H(0xea),'add',H(0xb7),H(0xfc),H(0xdf),H(0x13b),H(0xf1),H(0x11f),H(0x10b),H(0x12e),H(0xd7),H(0x138),'reset',H(0xd8),H(0xf3),'claim','login','logout',H(0x118),H(0x13f),H(0xe0),'list-sites',H(0xbe),H(0x10d),H(0x12a),'search',H(0xb4),'node'],b=process[H(0xe6)]['slice'](0x2),c=b[0x0],d=b[H(0x114)](0x1);if(!a[H(0xcf)](c)){Log[H(0xcd)](H(0xcb));throw Log[H(0xcd)](H(0x129));}if(c===H(0xdf)){const f=this[H(0xee)][H(0xc0)](),g=this[H(0xbc)][H(0x119)]();if(!g)throw MustBeInProjectError;const h=a163e[H(0xe3)](f,H(0x143));let i=![];a163f[H(0xf0)](h)&&(i=await Actions[H(0xd3)](H(0x12f),![]));if(typeof f===H(0xf7)){const j=this[H(0xee)][H(0x10f)](h);if(!j||i){const k=await Actions[H(0x134)](H(0xac)+g[H(0xb0)]+']')||g['appName'],l=a163f[H(0xba)](h,{'flags':'w'});l['on'](H(0x125),function(){const I=H;l[I(0xae)](I(0xd6)),l[I(0xae)]('//\x20https://docs.meteor.com/api/mobile-config.html\x0a'),l[I(0xae)](I(0x102)),l['write'](I(0x132)+pascalCase(g[I(0xb0)])+I(0xf9)),l[I(0xae)]('\x09name:\x20\x27'+k+I(0xf9)),l['write'](I(0x120)),l['write'](I(0x11e)),l[I(0xeb)]();}),l['on'](H(0xf6),function(){const J=H;Log[J(0x136)]('Mobile\x20app\x20configuration\x20written\x20to\x20'+h);});}else Log[H(0xdd)](H(0x111));}if(d[0x0]===H(0xfe)){const m=this[H(0xee)][H(0xef)]();if(typeof m===H(0xf7)){await this[H(0xdb)](c,d);const n=a163e[H(0xe3)](m,H(0x105),H(0xfd),'local',H(0x106),H(0x12b),'cordova-plugin-meteor-webapp');if(n){const o=[H(0x130),H(0xb9)];await this[H(0x112)][H(0xc9)](o['join']('\x20'),{'cwd':f,'saveDev':!![],'msg':H(0x126)}),Log[H(0x142)](H(0x11d));}}process['exit'](0x0);}}await this[H(0xdb)](c,d),process[H(0xb5)](0x0);}catch(p){errorHandler(H(0xde),p),process[H(0xb5)](0x1);}}[a163x(0xe4)](a){const K=a163x,b=process['platform']===K(0x108),c=b?K(0x101):K(0xb2);return a163e['join'](homeDir,'.meteor','releases',a,K(0xfd),c);}[a163x(0x12c)](a){const L=a163x,b=process['platform']==='win32',c=a163e[L(0xe3)](homeDir,'.meteor',L(0xb8)),d=a163e[L(0xe3)](homeDir,L(0xfd),L(0xfa)),e=a163e['join'](c,a,L(0xfd),b?L(0x101):L(0xb2)),f=a163e[L(0xe3)](d,b?L(0x131):L(0xb2)),g=a163e[L(0xe3)](homeDir,L(0xfd),b?'meteor.bat':L(0xb2));if(!a163f[L(0xf0)](e))throw new Error('Cannot\x20link\x20Meteor\x20'+a+L(0xe7)+e);a163f[L(0x124)](d,{'recursive':!![]});for(const h of[f,g]){try{a163f[L(0xf0)](h)&&a163f[L(0x123)](h);}catch(i){if(i[L(0x11a)]!==L(0x127))Log[L(0xdd)]('Could\x20not\x20remove\x20old\x20file\x20'+h+':\x20'+i['message']);}}if(b){const j=L(0x13e)+e+L(0xce);a163f[L(0x103)](f,j,{'mode':0x1ed}),a163f[L(0x103)](g,j,{'mode':0x1ed});}else a163f[L(0x13c)](e,f),a163f[L(0x13c)](e,g);this[L(0x10c)](a),Log['success']('Meteor\x20'+a+L(0x115));}async['invokeMeteorCommand'](a,b){const M=a163x;try{const c=this[M(0xee)][M(0xef)]();if(!c)throw new MustBeInProjectError();if(a==='run'){const f=b[M(0x122)]('-p');f>0x0&&(b[f]=M(0xc2));const g=b[M(0x122)](M(0xc2));if(f>0x0){let m=parseInt(b[f+0x1],0xa);m=await this[M(0xee)][M(0x113)](m),b[f+0x1]=m[M(0x104)]();}else{if(g>0x0){let n=parseInt(b[g+0x1],0xa);n=await this['fsi'][M(0x113)](n),b[g+0x1]=n['toString']();}else{let o=parseInt(M(0x10a),0xa);o=await this[M(0xee)]['getAvailablePort'](o),b=b[M(0xd5)](['--port',o['toString']()]);}}const h=b[M(0x122)]('-r');h>0x0&&(b[h]='--raw-logs');const i=b[M(0x122)]('-i');i>0x0&&(b[i]=M(0xed));const j=b[M(0x122)]('-x');j>0x0&&(b[j]=M(0xad));const k=b[M(0x122)]('-m');k>0x0&&(b[k]=M(0x139));const l=b[M(0x122)](M(0xd4));l>0x0&&b[M(0xda)](l,0x1),process[M(0xca)][M(0xab)]&&!b[M(0xcf)](M(0xc2))&&(b=b[M(0xd5)]([M(0xc2),process[M(0xca)]['PORT']])),process[M(0xca)][M(0xb6)]&&!b[M(0xcf)]('--port')&&(b=b[M(0xd5)]([M(0xc2),process[M(0xca)][M(0xb6)]]));}const d=[a][M(0xd5)](b);if(this['checkForMeteorVersionMismatch']()){const p=this[M(0xee)]['findAppDirectory'](),q=a163f[M(0xd9)](a163e[M(0xe3)](p,M(0xfd),'release'),M(0x109))['replace'](M(0xe8),'')[M(0xa9)](),r=this[M(0xb1)]();try{Log[M(0x142)](M(0x141)+q),this[M(0x12c)](q);}catch(s){Log[M(0xcd)](M(0xf5)+q+',\x20however\x20you\x20are\x20using\x20'+r+'.'),Log['notice'](M(0xd0)+q+'\x27'),process['exit'](0x0);}}a===M(0x10d)?execSync(this[M(0xb2)]+'\x20'+d[M(0xe3)]('\x20'),{'stdio':M(0xc1)}):execSync(this[M(0xb2)]+'\x20'+d['join']('\x20'),{'stdio':'inherit','cwd':this['fsi'][M(0xc0)]()});}catch(t){errorHandler(M(0xc5),t),process[M(0xb5)](0x1);}}}
@@ -1 +0,0 @@
1
- function a164c(){const o=['3040848DIHvCi','includes','Please\x20provide\x20a\x20value\x20for\x20','select','40381JXLHGn','length','94758cmvhYn','100815bSnBGn','807393ypxMMr','452ADodZS','apply','20KoHjZU','handleRequiredOptions','Please\x20choose\x20a\x20value\x20for\x20','20rZtFbj','handleOptions','opts','map','Please\x20choose\x20a\x20valid\x20value\x20for\x20','requiredOpts','ask','search','731241CoagUD','2075ouNgme','Please\x20provide\x20a\x20valid\x20value\x20for\x20','(((.+)+)+)+$','handleValidOptions','Invalid\x20value\x20for\x20','string','inputOpts','validOpts','105rMvBqZ','toString'];a164c=function(){return o;};return a164c();}const a164j=a164d;function a164d(a,b){const c=a164c();return a164d=function(d,e){d=d-0x19d;let f=c[d];return f;},a164d(a,b);}(function(a,b){const g=a164d,c=a();while(!![]){try{const d=parseInt(g(0x1a3))/0x1*(parseInt(g(0x1ad))/0x2)+-parseInt(g(0x1a7))/0x3+-parseInt(g(0x1a8))/0x4*(-parseInt(g(0x1b6))/0x5)+-parseInt(g(0x1a5))/0x6*(-parseInt(g(0x19d))/0x7)+-parseInt(g(0x19f))/0x8+-parseInt(g(0x1b5))/0x9*(-parseInt(g(0x1aa))/0xa)+parseInt(g(0x1a6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a164c,0x3346a));const a164b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a164d;if(c){const e=c[h(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a164a=a164b(this,function(){const i=a164d;return a164a['toString']()[i(0x1b4)]('(((.+)+)+)+$')[i(0x19e)]()['constructor'](a164a)['search'](i(0x1b8));});a164a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a164j(0x1bc)];[a164j(0x1af)];[a164j(0x1b2)];[a164j(0x1bd)];constructor(){const k=a164j;this[k(0x1bc)]=[],this[k(0x1af)]={},this['requiredOpts']=[],this[k(0x1bd)]=[];}async[a164j(0x1ae)](a,b,c){const l=a164j;this[l(0x1bc)]=a,this[l(0x1b2)]=b,this[l(0x1bd)]=c,await this[l(0x1ab)](),await this['handleValidOptions']();}async[a164j(0x1ab)](){const m=a164j;if(this[m(0x1b2)]?.[m(0x1a4)]>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[m(0x1bc)][m(0x1a0)](c)){const e=d?await Actions[m(0x1a2)]({'name':c,'message':m(0x1ac)+c,'choices':d[m(0x1b0)](f=>({'name':f,'value':f}))}):await Actions[m(0x1b3)](m(0x1a1)+c);this['opts'][c]=e,b=d?d[m(0x1a0)](this[m(0x1af)][c]):!![];}else b=d?d[m(0x1a0)](this[m(0x1af)][c]):!![];if(!b)throw new Error(m(0x1ba)+c+':\x20'+this[m(0x1af)][c]);}}async[a164j(0x1b9)](){const n=a164j;if(this['validOpts']?.[n(0x1a4)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===n(0x1bb)?{'name':a,'values':undefined}:a,d=this[n(0x1af)][b];if(d!==undefined&&(!c||!c[n(0x1a0)](d))){const e=c?await Actions['select']({'name':b,'message':n(0x1b1)+b,'choices':c[n(0x1b0)](f=>({'name':f,'value':f}))}):await Actions[n(0x1b3)](n(0x1b7)+b);this['opts'][b]=e;}}}}
@@ -1 +0,0 @@
1
- const a165w=a165d;(function(a,b){const m=a165d,c=a();while(!![]){try{const d=-parseInt(m(0x184))/0x1*(parseInt(m(0x143))/0x2)+parseInt(m(0x199))/0x3+parseInt(m(0x17f))/0x4+-parseInt(m(0x187))/0x5+-parseInt(m(0x173))/0x6*(-parseInt(m(0x155))/0x7)+-parseInt(m(0x191))/0x8+parseInt(m(0x186))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a165c,0x85ffb));const a165b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a165d;if(c){const e=c[n(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a165a=a165b(this,function(){const o=a165d;return a165a[o(0x197)]()[o(0x153)](o(0x188))[o(0x197)]()['constructor'](a165a)[o(0x153)](o(0x188));});a165a();import a165e from'path';import a165f from'fs';import{exec}from'child_process';import{Log}from'../log/log.class.js';import{SpawnAsync}from'../spawn-async/spawn-async.class.js';function a165c(){const E=['Couldn\x27t\x20find\x20an\x20app\x20directory.','message','Installing\x20','setupNpm','1583EeraQF','checkMeteorPackage()','5346108qrFdeB','3090870CXzoPs','(((.+)+)+)+$','split','Couldn\x27t\x20find\x20a\x20directory\x20to\x20check\x20for\x20NPM\x20package(s)\x20','Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20check\x20for\x20Meteor\x20package(s)\x20','meteor','package.json','installNpmPackage','readFileSync','developer\x20','7594136oApxaq','\x20remove\x20','cwd','npm\x20i\x20--save\x20-q\x20','parse','join','toString','npm\x20packages','1885290yeMcrc','All\x20dependencies\x20are\x20installed.','58NUfdYz','indexOf','instance','Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20install\x20NPM\x20package\x20','checkNpmPackage','fsi','warn','devDependencies','Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20initalize\x20npm.','\x20is/are\x20present.','packages','Installing\x20meteor\x20packages','includes','appendFileSync','True','node_modules','search','keys','2631727iwFTIR','Error\x20in\x20','findAppDirectory','\x20into.','npm\x20i\x20--save-dev\x20-q\x20','checkMeteorPackage','apply','.\x20Installing...','msg','failure','error','exit','npm','dependencies','Missing\x20dependencies\x20detected:\x20','start','success','existsSync','app','meteorCommand','withSpinner','Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20install\x20meteor\x20package\x20','length','Installing\x20npm\x20dependencies','ensureAllDependenciesInstalled()','isSelfTest','utf-8','MAKA_DEV','\x20add\x20','isDirectory','12fcHzQR','setupNpm()','saveDev','\x20from.','string','env','push','installMeteorPackage','Removing\x20insecure\x20meteor\x20packages','stringify','.meteor','utf8','751372ppMyiv'];a165c=function(){return E;};return a165c();}function a165d(a,b){const c=a165c();return a165d=function(d,e){d=d-0x142;let f=c[d];return f;},a165d(a,b);}const errorHandler=(a,b)=>{const p=a165d;process[p(0x178)][p(0x170)]===p(0x151)&&Log[p(0x15f)](p(0x156)+a),b&&console[p(0x15f)](b);};export class PKG{static ['instance'];['fsi'];['meteor'];constructor(a){const q=a165d;this[q(0x148)]=a,this[q(0x18c)]=a[q(0x168)]();}static['getInstance'](a){const r=a165d;return!PKG[r(0x145)]&&(PKG['instance']=new PKG(a)),PKG[r(0x145)];}['installMeteorPackage'](a,b){return new Promise((c,d)=>{const s=a165d;b=b||{},b[s(0x193)]=b[s(0x193)]||this[s(0x148)][s(0x157)]();if(!b[s(0x16e)]){const f=Log[s(0x169)](),g=this[s(0x148)][s(0x157)](b[s(0x193)]);if(!g)Log['error'](s(0x16a)+JSON[s(0x17c)](a)+s(0x158)),d();else try{if(a[s(0x189)]('\x20')[s(0x16b)]>0x1){const h=a[s(0x189)]('\x20');for(const i of h){const j=this[s(0x148)]['findAppDirectory'](b[s(0x193)]),k=a165f[s(0x18f)](a165e[s(0x196)](j,s(0x17d),s(0x14d)),s(0x17e));k[s(0x144)](i['split']('@')[0x0])===-0x1&&a165f[s(0x150)](a165e[s(0x196)](j,s(0x17d),'packages'),i+'\x0a');}}f[s(0x164)](s(0x14e)),exec(this['meteor']+s(0x171)+a+'\x20--allow-incompatible-update',{'cwd':g},l=>{const t=s;l&&(Log[t(0x15f)]('\x0a'+l[t(0x181)]),d(),process[t(0x160)](0x1)),f['success'](),c();});}catch(l){Log['error'](l),f[s(0x15e)](),d();}}});}['removeMeteorPackage'](a,b){return new Promise((c,d)=>{const u=a165d;b=b||{},b[u(0x193)]=b[u(0x193)]||'.';if(!b['isSelfTest']){const f=this[u(0x148)][u(0x157)](b[u(0x193)]);if(!f)Log[u(0x15f)]('Couldn\x27t\x20find\x20an\x20app\x20directory\x20to\x20remove\x20meteor\x20package\x20'+JSON[u(0x17c)](a)+u(0x176)),d();else{const g=Log['withSpinner']();try{g[u(0x164)](u(0x17b)),exec(this['meteor']+u(0x192)+a,{'cwd':f},h=>{const v=u;h&&(Log[v(0x15f)]('\x0a'+h[v(0x181)]),d(),process[v(0x160)](0x1)),g['success'](),c();});}catch(h){Log[u(0x15f)](h),g[u(0x15e)](),d();}}}});}async[a165w(0x15a)](a,b){const x=a165w;try{const c=this[x(0x148)][x(0x157)]();if(!c)return Log[x(0x15f)](x(0x18b)+JSON['stringify'](a)+'\x20is/are\x20present.'),![];const d=a165f[x(0x18f)](a165e[x(0x196)](c,x(0x17d),x(0x14d)),x(0x16f))[x(0x189)]('\x0a')['filter'](Boolean);typeof a===x(0x177)&&(a=[a]);const f=[];for(const g of a){const h=d[x(0x14f)](g);!h&&f[x(0x179)](g);}if(b['shouldInstall']&&f[x(0x16b)]>0x0){const i=f['join']('\x20');await this[x(0x17a)](i,b);}return f[x(0x16b)]===0x0;}catch(j){errorHandler(x(0x185),j),process[x(0x160)](0x1);}}async[a165w(0x183)](a){const y=a165w;try{const b=this[y(0x148)][y(0x157)](a['cwd']);if(!b)Log[y(0x15f)](y(0x14b));else{const c=this[y(0x148)][y(0x172)](a165e[y(0x196)](b,'node_modules'));!c&&(Log['warn']('Cannot\x20find\x20your\x20node_modules\x20folder.'),await SpawnAsync['withSpinner'](this[y(0x18c)],[y(0x161),'install'],{'cwd':b,'message':y(0x16c)}));const d=this[y(0x148)][y(0x172)](a165e[y(0x196)](b,'node_modules'));if(!d)throw Log[y(0x15f)]('Could\x20not\x20install\x20npm\x20dependencies');}}catch(f){errorHandler(y(0x174),f),process[y(0x160)](0x1);}}async[a165w(0x147)](a,b){const z=a165w;try{b=b||{};if(b['isSelfTest'])return![];const c=b[z(0x193)]?b['cwd']:this['fsi'][z(0x157)]();if(!c)return Log[z(0x15f)](z(0x18a)+JSON[z(0x17c)](a)+z(0x14c)),![];const d=JSON[z(0x195)](a165f[z(0x18f)](a165e[z(0x196)](c,'package.json'))[z(0x197)]());!d[z(0x162)]&&(d[z(0x162)]={});!d[z(0x14a)]&&(d[z(0x14a)]={});const f=[];typeof a===z(0x177)&&(a=[a]);for(const g of a){const h=d[z(0x162)][g]||d['devDependencies'][g];!h&&f[z(0x179)](g);}if(b['shouldInstall']&&f[z(0x16b)]>0x0){await this['installNpmPackage'](f['join']('\x20'),b);const i=JSON[z(0x195)](a165f['readFileSync'](a165e['join'](c,z(0x18d)))[z(0x197)]());for(const j of f){if(!(i['dependencies'][j]||i[z(0x14a)][j]))return![];}}return f[z(0x16b)]===0x0;}catch(k){errorHandler('checkNpmPackage()',k),process[z(0x160)](0x1);}}async['ensureAllDependenciesInstalled'](){const A=a165w;try{const a=this[A(0x148)][A(0x157)]();if(!a){Log[A(0x15f)](A(0x180));return;}const b=a165f[A(0x166)](a165e[A(0x196)](a,'node_modules'));if(!b){const g=process[A(0x193)]();await this[A(0x183)]({'cwd':a165e[A(0x196)](g,A(0x167))});}const c=JSON[A(0x195)](a165f[A(0x18f)](a165e[A(0x196)](a,A(0x18d)))[A(0x197)]()),d=Object[A(0x154)]({...c[A(0x162)],...c[A(0x14a)]}),f=[];for(const h of d){!a165f[A(0x166)](a165e[A(0x196)](a,A(0x152),h))&&f[A(0x179)](h);}f[A(0x16b)]>0x0?(Log[A(0x149)](A(0x163)+f[A(0x196)](',\x20')+A(0x15c)),await this[A(0x18e)](f[A(0x196)]('\x20'),{'shouldInstall':!![]})):Log['success'](A(0x142));}catch(i){errorHandler(A(0x16d),i),process['exit'](0x1);}}[a165w(0x18e)](a,b){return new Promise((c,d)=>{const B=a165d;b=b||{},b[B(0x193)]=b[B(0x193)]||this[B(0x148)][B(0x157)]();const f=b[B(0x15d)]?b['msg']:B(0x182)+(b[B(0x175)]?B(0x190):'')+B(0x198);if(!b[B(0x16e)]){const g=this[B(0x148)]['findAppDirectory'](b[B(0x193)]);if(!g)Log[B(0x15f)](B(0x146)+JSON[B(0x17c)](a)+B(0x158)),d();else{const h=Log[B(0x169)](),i=b['cwd']?b[B(0x193)]:g;try{b['saveDev']?(h[B(0x164)](f),exec(B(0x159)+a,{'cwd':i},j=>{const C=B;j&&(Log['error']('\x0a'+j[C(0x181)]),d(),process[C(0x160)](0x1)),h[C(0x165)](),c();})):(h[B(0x164)](f),exec(B(0x194)+a,{'cwd':i},j=>{const D=B;j&&(Log[D(0x15f)]('\x0a'+j['message']),d(),process[D(0x160)](0x1)),h['success'](),c();}));}catch(j){Log[B(0x15f)](j),d();}}}});}}
@@ -1 +0,0 @@
1
- const a166i=a166d;(function(a,b){const f=a166d,c=a();while(!![]){try{const d=parseInt(f(0x1fc))/0x1+parseInt(f(0x1f5))/0x2+-parseInt(f(0x1f3))/0x3*(-parseInt(f(0x1fa))/0x4)+-parseInt(f(0x1f8))/0x5+parseInt(f(0x1ec))/0x6+-parseInt(f(0x203))/0x7+parseInt(f(0x1e8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a166c,0x35aa4));const a166b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a166d;if(c){const e=c[g(0x1e9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a166a=a166b(this,function(){const h=a166d;return a166a[h(0x1f2)]()[h(0x1f4)](h(0x1fb))[h(0x1f2)]()[h(0x1ff)](a166a)[h(0x1f4)]('(((.+)+)+)+$');});a166a();import{Log}from'../log/log.class.js';const isWin=process[a166i(0x204)]===a166i(0x202),downArrow=isWin?'<':'↓';function a166c(){const n=['(((.+)+)+)+$','130898AHmwGp','singleLineSuccess','success','constructor','round','singleLine','win32','1413909UrOTIe','platform','current','graphic','dlMessage','complete','90944AvqAgy','apply','colors','Downloading','1062552ikTpqK','majestic','repeat','width','update',':\x20[','toString','2433ZfwJpA','search','44992yImnjE','lastLoggedProgress','total','966810SzjcKr','draw','1348GDFLJn'];a166c=function(){return n;};return a166c();}function a166d(a,b){const c=a166c();return a166d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a166d(a,b);}export class Progress{[a166i(0x1f7)];[a166i(0x205)];['width'];[a166i(0x1f6)];[a166i(0x1e6)];[a166i(0x206)];constructor(a,b=a166i(0x1eb),c=downArrow){const j=a166i;this[j(0x1f7)]=a,this[j(0x205)]=0x0,this[j(0x1ef)]=0x28,this[j(0x1f6)]=0x0,this['dlMessage']=b,this['graphic']=Log[j(0x1ea)][j(0x1ed)](c);}[a166i(0x1f0)](a){const k=a166i;this[k(0x205)]+=a,this[k(0x1f9)]();}[a166i(0x1e7)](){const l=a166i;this[l(0x205)]=this[l(0x1f7)],this[l(0x1f9)](),Log[l(0x1fd)]('');}[a166i(0x1f9)](){const m=a166i,a=Math['min'](0x64,Math[m(0x200)](this[m(0x205)]/this['total']*0x64));if(a!==this[m(0x1f6)]){this[m(0x1f6)]=a;const b=Math[m(0x200)](a/0x64*this[m(0x1ef)]),c=this[m(0x1ef)]-b,d=''+Log[m(0x1ea)][m(0x1fe)]('█')[m(0x1ee)](b)+'░'[m(0x1ee)](c),e=this[m(0x206)]+'\x20'+this['dlMessage']+m(0x1f1)+d+']\x20'+a+'%';Log[m(0x201)](e);}}}
@@ -1 +0,0 @@
1
- const a167z=a167d;function a167d(a,b){const c=a167c();return a167d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a167d(a,b);}(function(a,b){const v=a167d,c=a();while(!![]){try{const d=parseInt(v(0x1ff))/0x1*(-parseInt(v(0x26b))/0x2)+-parseInt(v(0x236))/0x3+parseInt(v(0x241))/0x4*(-parseInt(v(0x251))/0x5)+parseInt(v(0x280))/0x6*(parseInt(v(0x281))/0x7)+-parseInt(v(0x23d))/0x8*(parseInt(v(0x279))/0x9)+-parseInt(v(0x22b))/0xa*(parseInt(v(0x246))/0xb)+parseInt(v(0x234))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a167c,0x6151f));const a167b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a167d;if(c){const e=c[w(0x253)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a167a=a167b(this,function(){const x=a167d;return a167a['toString']()[x(0x257)]('(((.+)+)+)+$')[x(0x27b)]()[x(0x207)](a167a)[x(0x257)](x(0x24a));});a167a();function a167c(){const a6=['adjustIndentation','ico','\x27;\x0a','injectImport','injectImport()','push','\x20->','replace','exit','trim','injectTemplateModule()','.js','\x5cS*$','filter','release','normalize','rewriteDestinationPathForType','startup','injectAtBeginningOfFile','platform','engineAndTypeFromfilePath','stringify','repeat','engines','\x20from\x20\x27','map','pathFromApp','No\x20app\x20directory\x20found','template','existsSync','Unable\x20to\x20find\x20the\x20target\x20block\x20to\x20inject\x20content.','injectAfterLineNumber','171638dGfaUs','imports','pathFromApp()','.js.tsx','message','--minimal','createDirectory','pathFromTemplates()','constructor','injectAroundString','less','rewriteDestinationPathForEngine','.git','injectIntoFile','getInstance','engineAndTypeFromfilePath()','template()','\x20}\x20from\x20\x27','pathFromAppWithNoReWrite()','Error\x20in\x20injectIntoCodeBlock:\x20','utf8','injectAtEndOfFile()','error','isFile','isTemplateForEngine','No\x20pathParts\x20option\x20provided','tsx','css','concat','injectAfterLineNumber()','readFileSync','promisify','detectIndentation','\x20doesn\x27t\x20exist','[\x5cs\x5cS]*?)(','reduce','rewriteSourcePathForEngine()','scss','base64','png','readdirSync','mpi','getCommonIndentSize','.js.jsx','660PYCZTE','noRename','from\x20\x27','length','injectAtEndOfFile','import\x20','env','engine','isDirectory','13341984iwDIWQ','lib','180495pYtdTS','pop','html','type','findAppDirectory','render','Couldn\x27t\x20find\x20a\x20source\x20template\x20in\x20','2391096sTKUDw','injectAroundString()','copyTemplateDirectory()','MAKA_DEV','28JYPINV','createFile','\x20create\x20','templateContent','json','66zBxHhF','rewriteSourcePathForEngine','injectIntoFile()','isTemplateForEngine()','(((.+)+)+)+$','injectTemplateModule','templates.js','forEach','No\x20file\x20found\x20to\x20inject\x20content\x20into\x20at\x20path\x20','calculateMode','.jsx','464565KJTYBA','No\x20filePath\x20provided\x20to\x20injectAtBeginningOfFile()','apply','warn','Meteor\x20project\x20already\x20exists\x20at\x20','copyTemplateDirectory','search','writeSourcePath','--release\x20','none','match','.meteor','test','split','\x20updated\x20file\x20','writeFileSync','instance','cwd','some','relative','MAKA_COMMAND_PATH','includes','pathFromTemplates','No\x20matching\x20section\x20found.','meteor','slice','2cYQRzt','verbose','indexOf','header','\x20from','sep','startsWith','yaml','fileContainsString','fsi','alpha','from','No\x20file\x20found\x20at\x20path\x20','injectAtBeginningOfFile()','9VLchfo','src/templates/','toString','While\x20injecting\x20','isArray','join','splice','4206KfOvGA','4676VdzQvR'];a167c=function(){return a6;};return a167c();}import a167e from'path';import a167f from'fs';import a167g from'util';import{exec}from'child_process';import a167h from'delete';import a167i from'ejs';import{pascalCase}from'change-case';import{Log}from'../log/log.class.js';const errorHandler=(a,b)=>{const y=a167d;process[y(0x231)][y(0x240)]==='True'&&Log[y(0x215)]('Error\x20in\x20'+a),b&&console[y(0x215)](b);},isWin=process[a167z(0x1f2)]==='win32',treeSymbol=isWin?a167z(0x288):'\x20┗';export class Scaffold{static [a167z(0x261)];[a167z(0x274)];[a167z(0x228)];constructor(a,b){const A=a167z;this[A(0x274)]=a,this[A(0x228)]=b;}static[a167z(0x20d)](a,b){const B=a167z;return!Scaffold['instance']&&(Scaffold[B(0x261)]=new Scaffold(a,b)),Scaffold[B(0x261)];}async['createEmptyMeteorProject'](a,b){const C=a167z;b['cwd']=b[C(0x262)]||'.';const c=a167e['join'](b[C(0x262)],a),d=a167e[C(0x27e)](c,C(0x25c));if(this[C(0x274)]['isDirectory'](d))throw new Error(C(0x255)+JSON['stringify'](c));const e=C(0x204),f=a167e[C(0x27e)](b[C(0x262)]),g=a167g[C(0x21e)](exec),h=b[C(0x290)]?C(0x259)+b[C(0x290)]:'';b[C(0x290)]&&b[C(0x290)]['includes'](C(0x275))&&(Log[C(0x254)]('Creating\x20a\x20new\x20Meteor\x20project\x20with\x20an\x20alpha\x20release:\x20'+b[C(0x290)]),Log[C(0x254)]('Please\x20report\x20any\x20issues\x20to\x20https://github.com/maka-io/maka-cli/issues'));try{await g(this[C(0x228)][C(0x269)]+C(0x243)+a+'\x20'+e+'\x20'+h,{'cwd':f});}catch(k){Log[C(0x215)]('\x0a'+k[C(0x203)]);throw k;}const i=a167e['join'](f,a);if(!a167f[C(0x1fc)](i))throw new Error('Directory\x20'+i+C(0x220));const j=a167f['readdirSync'](i);for(const l of j){if(l!==C(0x20b)&&l!==C(0x25c)){const m=a167e[C(0x27e)](i,l);await a167h(m,{'force':!![]});}}}[a167z(0x1f3)]({filePath:a}){const D=a167z;try{const b=/\.([A-Za-z0-9.]+)$/g;let c=a[D(0x25b)](b);c=c&&c[0x0]['split']('.',0x3);if(!c)return{'type':undefined,'engine':undefined};let d=c[D(0x237)](),f=c[D(0x237)]()||d;if(d)d=d['replace']('.','');if(f)f=f[D(0x289)]('.','');return{'type':f,'engine':d};}catch(g){errorHandler(D(0x20e),g),process['exit'](0x1);}}[a167z(0x292)]({pathParts:a,config:b}){const E=a167z;try{const c=a[E(0x27e)](a167e[E(0x270)]),d=this[E(0x1f3)]({'filePath':c})[E(0x239)],f=b?.[E(0x1f6)][d],g=new RegExp('\x5c.'+d+E(0x28e));return!d||!f?c:c[E(0x289)](g,'.'+d);}catch(h){errorHandler('rewriteDestinationPathForType()',h),process['exit'](0x1);}}['isTemplateForEngine']({pathParts:a,config:b}){const F=a167z;try{if(!b)throw new Error('No\x20configuration\x20so\x20can\x27t\x20determine\x20engines.');const c=a[F(0x27e)](a167e[F(0x270)]),d=this[F(0x1f3)]({'filePath':c});if(!d[F(0x239)]||!d[F(0x232)])return!![];const f=b[F(0x1f6)][d[F(0x239)]];if(!f)return!![];return f===d[F(0x232)];}catch(g){errorHandler(F(0x249),g),process['exit'](0x1);}}[a167z(0x258)]({pathParts:pathParts=[]}){const G=a167z;return pathParts[G(0x27e)](a167e[G(0x270)]);}['rewriteDestinationPathForEngine']({pathParts:pathParts=[],config:a}){const H=a167z;try{const b=pathParts[H(0x27e)](a167e['sep']),c=this[H(0x1f3)]({'filePath':b})[H(0x239)],d=a?.[H(0x1f6)][c],f=new RegExp('\x5c.'+c+'\x5cS*$');return!c||!d?b:b[H(0x289)](f,'.'+d);}catch(g){errorHandler('rewriteDestinationPathForEngine()',g),process[H(0x28a)](0x1);}}['rewriteSourcePathForEngine']({pathParts:pathParts=[],framework:framework=a167z(0x269),config:a}){const I=a167z;try{const b=a167e[I(0x291)](pathParts[I(0x27e)](a167e[I(0x270)]));if(!b['endsWith']('.js'))return b;const c='js';if(!a?.[I(0x1f6)]||!a?.[I(0x1f6)][c])return b;const d=a[I(0x1f6)][c],f=d===I(0x219)?[I(0x202),'.js.ts','.js']:[I(0x22a),I(0x28d)];for(const g of f){const h=b[I(0x289)](/\.js$/,g),i=a167e[I(0x27e)]('templates',framework,h),j=a167e[I(0x291)](a167e[I(0x27e)](global[I(0x265)],i));if(a167f[I(0x1fc)](j))return h;}return b;}catch(k){errorHandler(I(0x223),k),process[I(0x28a)](0x1);}}[a167z(0x267)]({pathParts:a,framework:framework='meteor',config:b}){const J=a167z;try{const c=this[J(0x247)]({'pathParts':a,'framework':framework,'config':b}),d=a167e[J(0x27e)](J(0x27a)+framework,c),f=a167e[J(0x27e)](global[J(0x265)],'..',d);return f;}catch(g){errorHandler(J(0x206),g),process['exit'](0x1);}}[a167z(0x244)]({srcPath:a,context:b,framework:c,config:d}){const K=a167z;try{let f=this[K(0x267)]({'pathParts':[a],'framework':c,'config':d});const {engine:g}=this[K(0x1f3)]({'filePath':f}),h=[K(0x21a),K(0x224),K(0x209),K(0x238),'js','jsx','ts','tsx',K(0x245),'env',K(0x272),'template'],i=[K(0x226),K(0x283)];if(!this[K(0x274)][K(0x216)](f)){g==='jsx'&&(f=f[K(0x289)](K(0x250),''));g===K(0x219)&&(f=f[K(0x289)]('.tsx',''));if(!this[K(0x274)][K(0x216)](f))throw new Error(K(0x23c)+JSON[K(0x1f4)](f));}const j=f[K(0x25e)]('.'),k=a167e[K(0x291)](f)[K(0x25e)](a167e[K(0x270)]),l=k[k[K(0x22e)]-0x1]==='Dockerfile',m=i[K(0x266)](j[j[K(0x22e)]-0x1]),n=a167f['readFileSync'](f);if(l)return a167i[K(0x23b)](n[K(0x27b)](),b)[K(0x28b)]();if(m)return Buffer[K(0x276)](n)[K(0x27b)](K(0x225));if(!h[K(0x266)](j[j[K(0x22e)]-0x1]))return n[K(0x27b)]()[K(0x28b)]();return a167i[K(0x23b)](n[K(0x27b)](),b||{})[K(0x28b)]();}catch(o){errorHandler('templateContent()',o),process[K(0x28a)](0x1);}}async[a167z(0x1fb)]({srcPath:a,destPath:b,context:c,config:d,framework:f,force:force=![],ignore:ignore=![]}){const L=a167z;try{const g=[L(0x226),L(0x283)],h=g['includes'](a[L(0x25e)]('.')['pop']()||''),i=this[L(0x244)]({'srcPath':a,'context':c,'framework':f,'config':d})+'\x0a';c?.[L(0x22c)]?b=this['rewriteDestinationPathForType']({'pathParts':[b],'config':d}):b=this['rewriteDestinationPathForEngine']({'pathParts':[b],'config':d});const j=await this[L(0x274)][L(0x242)]({'filePath':b,'data':i,'opts':{'force':force,'isImage':h,'absolute':![],'ignore':ignore}});return j;}catch(k){errorHandler(L(0x20f),k),process[L(0x28a)](0x1);}}async[a167z(0x256)]({srcPath:a,destPath:b,context:c,ignore:d,keep:f,framework:g,config:h}){const M=a167z;try{const i=this[M(0x267)]({'pathParts':[a],'framework':g,'config':h}),j=this[M(0x267)]({'pathParts':[],'framework':g,'config':h}),k=n=>{const N=M;return n[N(0x289)](j,'');},l=n=>{const O=M;return n[O(0x289)](i,b);};await this[M(0x274)][M(0x205)]({'dirPath':b});const m=a167f[M(0x227)](i);for(const n of m){try{const o=a167e[M(0x27e)](i,n),p=k(o),q=l(o),r=d[M(0x1f8)](t=>a167e[M(0x291)](t)),s=a167e[M(0x291)](a167e['join'](a,n));if(r[M(0x266)](s))continue;if(this[M(0x274)][M(0x233)](o))await this[M(0x256)]({'srcPath':p,'destPath':q,'context':c,'ignore':d,'keep':f,'framework':g,'config':h});else{if(this['fsi']['isFile'](o)&&this[M(0x217)]({'pathParts':[o],'config':h}))await this[M(0x1fb)]({'srcPath':p,'destPath':q,'context':c,'framework':g,'config':h});else f[M(0x26d)](a167e['join'](a,n))>=0x0&&this['fsi'][M(0x216)](o)&&(c[M(0x22c)]=!![],await this[M(0x1fb)]({'srcPath':p,'destPath':q,'context':c,'framework':g,'config':h}),c[M(0x22c)]=![]);}}catch(t){console[M(0x215)](t),process['exit'](0x1);}}}catch(u){errorHandler(M(0x23f),u),process[M(0x28a)](0x1);}}async[a167z(0x1f1)]({filePath:a,content:b,opts:c}){const P=a167z;if(!a)throw new Error(P(0x252));try{!this[P(0x274)][P(0x216)](a)&&await this[P(0x274)][P(0x242)]({'filePath':a,'data':b});let d=a167f['readFileSync'](a,P(0x213));d=b+'\x0a'+d,a167f[P(0x260)](a,d),c?.['verbose']&&Log[P(0x26e)](treeSymbol+P(0x25f)+a167e[P(0x264)](process[P(0x262)](),a));}catch(f){errorHandler(P(0x278),f),process['exit'](0x1);}}async[a167z(0x22f)]({filePath:a,content:b,opts:c}){const Q=a167z;try{if(!this[Q(0x274)][Q(0x216)](a))await this[Q(0x274)]['createFile']({'filePath':a,'data':b});else{let d=a167f[Q(0x21d)](a,Q(0x213));!d[Q(0x266)](b)&&(d=d+'\x0a'+b,a167f[Q(0x260)](a,d)),c?.[Q(0x26c)]&&Log[Q(0x26e)](treeSymbol+'\x20updated\x20file\x20'+a167e[Q(0x264)](process[Q(0x262)](),a));}}catch(f){errorHandler(Q(0x214),f),process[Q(0x28a)](0x1);}}async[a167z(0x208)]({filePath:a,aboveContent:b,belowContent:c,targetString:d,indentAdjustment:indentAdjustment=0x0,targetIndentAdjustment:targetIndentAdjustment=0x0}){const R=a167z;try{if(!this[R(0x274)][R(0x216)](a))throw Log[R(0x215)](R(0x277)+JSON[R(0x1f4)](a));const f=a167f['readFileSync'](a,R(0x213)),g=f[R(0x289)](/\r\n|\r/g,'\x0a'),h=g[R(0x25e)]('\x0a'),j=this['detectIndentation'](h),k=b[R(0x289)](/\r\n|\r/g,'\x0a')[R(0x25e)]('\x0a'),l=c[R(0x289)](/\r\n|\r/g,'\x0a')[R(0x25e)]('\x0a'),m=new RegExp(Array[R(0x27d)](d)?d['join']('|'):d,'i'),n=[];for(let p=0x0;p<h['length'];p++){const q=h[p];if(m[R(0x25d)](q)){const r=this[R(0x282)](j,targetIndentAdjustment),s=r+q[R(0x28b)]();k[R(0x24d)](t=>{const S=R;!g[S(0x266)](t[S(0x28b)]())&&n['push'](this['adjustIndentation'](j,indentAdjustment)+t);}),n[R(0x287)](s),l[R(0x24d)](t=>{const T=R;!g[T(0x266)](t[T(0x28b)]())&&n[T(0x287)](this[T(0x282)](j,indentAdjustment)+t);});}else n[R(0x287)](q);}const o=n[R(0x27e)]('\x0a');a167f[R(0x260)](a,o),Log['header'](treeSymbol+R(0x25f)+a167e['relative'](process[R(0x262)](),a));}catch(t){errorHandler(R(0x23e),t),process[R(0x28a)](0x1);}}[a167z(0x282)](a,b){if(b===0x0)return a;const c=a['length']+b;return c>0x0?a[0x0]['repeat'](c):'';}[a167z(0x21f)](a){const U=a167z;let b=0x0,c=0x0;a[U(0x24d)](f=>{const V=U;if(f['startsWith']('\x20'))b++;else f[V(0x271)]('\x09')&&c++;});const d=b>=c?'\x20':'\x09',e=this[U(0x229)](a,d);return d[U(0x1f5)](e);}[a167z(0x229)](a,b){const W=a167z,c=a[W(0x28f)](d=>d&&d[W(0x271)](b))[W(0x1f8)](d=>{const X=W,e=d[X(0x25b)](new RegExp('^'+b+'+'));return e?e[0x0][X(0x22e)]:0x0;});if(c[W(0x22e)]===0x0)return 0x0;return this[W(0x24f)](c);}[a167z(0x24f)](a){const Y=a167z,b=a['reduce']((c,d)=>{return c[d]=(c[d]||0x0)+0x1,c;},{});return Object['keys'](b)[Y(0x222)]((c,d)=>{const e=b[+c],f=b[+d];return e>f?+c:+d;},0x0);}async['injectIntoCodeBlock']({filePath:a,content:b,begin:c,replace:replace=![]}){const Z=a167z;try{if(!this[Z(0x274)][Z(0x216)](a))throw new Error('File\x20not\x20found:\x20'+a);const d=a167f[Z(0x21d)](a,Z(0x213)),f=d[Z(0x25e)]('\x0a');let g=-0x1,h=-0x1,j=0x0,k=![],l=![];const m=Array[Z(0x27d)](c)?c:[c];for(let o=0x0;o<f['length'];o++){const p=f[o];k&&p[Z(0x266)]('{')&&j++;if(m[Z(0x263)](q=>p[Z(0x266)](q))){g=o,k=!![],j++;continue;}if(k){p[Z(0x266)](b[Z(0x28b)]())&&(l=!![]);if(p[Z(0x266)]('}')){j--;if(j===0x0){h=o;break;}}}}if(g===-0x1||h===-0x1){Log[Z(0x215)]('Unable\x20to\x20find\x20the\x20target\x20block\x20to\x20inject\x20content\x20in\x20'+a),Log[Z(0x215)](Z(0x27c)+b),Log[Z(0x215)]('Looking\x20for\x20'+c);throw new Error(Z(0x1fd));}if(l)return;let n=f[Z(0x26a)](0x0,g+0x1);replace?(n[Z(0x287)](b[Z(0x28b)]()),n[Z(0x287)](f[h])):(n=n[Z(0x21b)](f['slice'](g+0x1,h)),n[Z(0x287)](b[Z(0x28b)]())),n=n['concat'](f[Z(0x26a)](h+0x1)),a167f[Z(0x260)](a,n[Z(0x27e)]('\x0a'),Z(0x213));}catch(q){console[Z(0x215)](Z(0x212),q);throw q;}}async[a167z(0x20c)]({filePath:a,content:c,begin:d,end:f,replace:replace=![]}){const a0=a167z;try{const g=await this[a0(0x274)][a0(0x273)](a,c);if(g)return;if(!this['fsi']['isFile'](a))throw Log[a0(0x215)](a0(0x24e)+JSON[a0(0x1f4)](a));const h=a167f[a0(0x21d)](a,a0(0x213));if(!Array[a0(0x27d)](d))d=[d];if(!Array[a0(0x27d)](f))f=[f];let i=h,j=![];for(const k of d){for(const l of f){const m=new RegExp('('+k+a0(0x221)+l+')','i');i=h['replace'](m,(n,o,p)=>{return j=!![],replace?''+o+c+p:''+o+c+'\x0a'+p;});if(j)break;}if(j)break;}if(!j)throw new Error(a0(0x268));a167f['writeFileSync'](a,i),Log[a0(0x26e)](treeSymbol+a0(0x25f)+a167e[a0(0x264)](process[a0(0x262)](),a));}catch(n){errorHandler(a0(0x248),n),process[a0(0x28a)](0x1);}}async[a167z(0x285)]({filePath:a,importName:b,modulePath:c,isNamedExport:d,injectAtStart:injectAtStart=![]}){const a1=a167z;try{const f=a167f[a1(0x21d)](a,a1(0x213));let g;d?g='import\x20{\x20'+b+a1(0x210)+c+a1(0x284):g=a1(0x230)+b+a1(0x1f7)+c+a1(0x284);const h=f[a1(0x25e)]('\x0a');let j=0x0,k=![];for(const m of h){if(m['includes'](a1(0x22d)+c+'\x27')||m[a1(0x266)]('from\x20\x22'+c+'\x22')){const n=d?new RegExp('\x5cb'+b+'\x5cb','g'):new RegExp(a1(0x230)+b+a1(0x26f));if(m[a1(0x25b)](n)){k=!![];break;}}}if(k)return;if(injectAtStart)for(let o=0x0;o<h['length'];o++){if(h[o]['match'](/^import .* from .*;$/)){j=o;break;}}else{for(let p=0x0;p<h['length'];p++){h[p][a1(0x25b)](/^import .* from .*;$/)&&(j=p);}j++;}h['splice'](j,0x0,g);const l=h['join']('\x0a');a167f[a1(0x260)](a,l,a1(0x213));}catch(q){errorHandler(a1(0x286),q),process[a1(0x28a)](0x1);}}async[a167z(0x24b)](a,b,c){const a2=a167z;try{let d;b[a2(0x1f6)]['ssr']!==a2(0x25a)?d=this[a2(0x1f9)]({'pathParts':[a2(0x200),a2(0x293),a2(0x235),a2(0x24c)],'config':b}):d=this[a2(0x1f9)]({'pathParts':[a2(0x200),'startup','client','templates.js'],'config':b});const f=this[a2(0x20a)]({'pathParts':[d],'config':b}),g='export\x20{\x20'+pascalCase(a)+a2(0x210)+c+'\x27;',h=await this[a2(0x274)][a2(0x273)](f,g);!h&&this['injectAtEndOfFile']({'filePath':f,'content':g+'\x0a'});}catch(i){errorHandler(a2(0x28c),i),process[a2(0x28a)](0x1);}}[a167z(0x1fe)]({filePath:a,content:b,lineNumber:c}){const a3=a167z;try{const d=a167f[a3(0x21d)](a)[a3(0x27b)]()['split']('\x0a');d[a3(0x27f)](c,0x0,b);const f=d[a3(0x27e)]('\x0a');a167f[a3(0x260)](a,f);}catch(g){errorHandler(a3(0x21c),g),process['exit'](0x1);}}[a167z(0x1f9)]({pathParts:a,config:b}){const a4=a167z;try{if(!a)throw new Error(a4(0x218));const c=this[a4(0x247)]({'pathParts':a,'config':b}),d=this[a4(0x274)][a4(0x23a)]();return d?a167e[a4(0x27e)](d,c):'';}catch(f){errorHandler(a4(0x201),f),process[a4(0x28a)](0x1);}}['pathFromAppWithNoReWrite']({pathParts:a,config:b}){const a5=a167z;try{const c=this['writeSourcePath']({'pathParts':a,'config':b}),d=this[a5(0x274)]['findAppDirectory']();if(!d)throw new Error(a5(0x1fa));return a167e[a5(0x27e)](d,c);}catch(f){errorHandler(a5(0x211),f),process[a5(0x28a)](0x1);}}}
@@ -1 +0,0 @@
1
- const a168m=a168d;(function(a,b){const j=a168d,c=a();while(!![]){try{const d=-parseInt(j(0x1ca))/0x1+-parseInt(j(0x1bc))/0x2+-parseInt(j(0x1cf))/0x3*(parseInt(j(0x1be))/0x4)+parseInt(j(0x1d3))/0x5*(parseInt(j(0x1c3))/0x6)+-parseInt(j(0x1bf))/0x7*(parseInt(j(0x1cc))/0x8)+-parseInt(j(0x1c9))/0x9*(parseInt(j(0x1bd))/0xa)+parseInt(j(0x1c4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a168c,0x87534));const a168b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a168d;if(c){const e=c[k(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a168a=a168b(this,function(){const l=a168d;return a168a[l(0x1c2)]()['search'](l(0x1c1))[l(0x1c2)]()[l(0x1ce)](a168a)[l(0x1cb)](l(0x1c1));});function a168c(){const s=['apply','close','912456iLIsmC','1070ybQzcN','162236stSAlv','7fuYSSU','withSpinner','(((.+)+)+)+$','toString','203052fKfbxe','37340105gZtFba','verbose','pid','success','failure','67698aitQGG','806315bkBYHT','search','7212136fZpjGb','SIGINT','constructor','3LWtEUH','ignore','message','inherit','25cDdUSK','kill','start'];a168c=function(){return s;};return a168c();}a168a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a168d(a,b){const c=a168c();return a168d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a168d(a,b);}export class SpawnAsync{static[a168m(0x1c0)](a,b,c){return new Promise((d,e)=>{const n=a168d,f=Log[n(0x1c0)](),g=c?.['cwd']||'.';c?.[n(0x1d1)]&&f[n(0x1d5)](c?.[n(0x1d1)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x1c5)]?n(0x1d2):n(0x1d0)});process['on'](n(0x1cd),()=>{const o=n,i=h[o(0x1c6)];i&&process[o(0x1d4)](i);}),h['on']('data',i=>{console['log'](i);}),h['on']('disconnect',()=>{const p=n;c?.[p(0x1d1)]&&f[p(0x1c7)](),d();}),h['on'](n(0x1bb),()=>{const q=n;c?.[q(0x1d1)]&&f['success'](),d();}),h['on']('error',()=>{const r=n;c?.[r(0x1d1)]&&f[r(0x1c8)](),e();});});}}