@maka/maka-cli 4.7.12 → 4.7.13

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 (323) hide show
  1. package/.eslintrc.json +29 -29
  2. package/.mocharc.json +3 -3
  3. package/.vs/VSWorkspaceState.json +12 -0
  4. package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
  5. package/.vs/maka-cli-src/FileContentIndex/69d2de39-b193-48d9-b520-96bdb73b7b61.vsidx +0 -0
  6. package/.vs/maka-cli-src/FileContentIndex/93947812-c77d-4667-aaed-3f9a0df8b484.vsidx +0 -0
  7. package/.vs/maka-cli-src/FileContentIndex/c4cbf57e-b360-4b2a-8b3d-fc8f800c195a.vsidx +0 -0
  8. package/.vs/maka-cli-src/FileContentIndex/c9d2ef23-4e6c-46eb-a405-3584022229ed.vsidx +0 -0
  9. package/.vs/maka-cli-src/config/applicationhost.config +1016 -0
  10. package/.vs/maka-cli-src/v17/.wsuo +0 -0
  11. package/.vs/maka-cli-src/v17/workspaceFileList.bin +0 -0
  12. package/.vs/slnx.sqlite +0 -0
  13. package/README.md +21 -21
  14. package/bundle/obf/package.json +127 -127
  15. package/bundle/obf/src/README.md +21 -21
  16. package/bundle/obf/src/command.js +1 -1
  17. package/bundle/obf/src/commands/_index.js +1 -1
  18. package/bundle/obf/src/commands/ai.js +1 -1
  19. package/bundle/obf/src/commands/aws/_index.js +1 -1
  20. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  21. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/build/_index.js +1 -1
  34. package/bundle/obf/src/commands/build/build.js +1 -1
  35. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  36. package/bundle/obf/src/commands/create.js +1 -1
  37. package/bundle/obf/src/commands/debug.js +1 -1
  38. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  39. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  40. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  41. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  42. package/bundle/obf/src/commands/game/_index.js +1 -1
  43. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  44. package/bundle/obf/src/commands/game/play.command.js +1 -1
  45. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  69. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  70. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  71. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  72. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  73. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  74. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  75. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  76. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  77. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  78. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  79. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  80. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  81. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  82. package/bundle/obf/src/commands/generate.js +1 -1
  83. package/bundle/obf/src/commands/get/_index.js +1 -1
  84. package/bundle/obf/src/commands/get/get.command.js +1 -1
  85. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/help.js +1 -1
  89. package/bundle/obf/src/commands/install.js +1 -1
  90. package/bundle/obf/src/commands/jsdoc.js +1 -1
  91. package/bundle/obf/src/commands/lint.js +1 -1
  92. package/bundle/obf/src/commands/login.js +1 -1
  93. package/bundle/obf/src/commands/logout.js +1 -1
  94. package/bundle/obf/src/commands/logs.js +1 -1
  95. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  96. package/bundle/obf/src/commands/murder.js +1 -1
  97. package/bundle/obf/src/commands/proxy.js +1 -1
  98. package/bundle/obf/src/commands/reconfig.js +1 -1
  99. package/bundle/obf/src/commands/run/_index.js +1 -1
  100. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/run/run.command.js +1 -1
  102. package/bundle/obf/src/commands/set/_index.js +1 -1
  103. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  104. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  105. package/bundle/obf/src/commands/set/set.command.js +1 -1
  106. package/bundle/obf/src/commands/ssh.js +1 -1
  107. package/bundle/obf/src/commands/ssl.js +1 -1
  108. package/bundle/obf/src/commands/test.js +1 -1
  109. package/bundle/obf/src/commands/version.js +1 -1
  110. package/bundle/obf/src/error.js +1 -1
  111. package/bundle/obf/src/exec.js +1 -1
  112. package/bundle/obf/src/generator.js +1 -1
  113. package/bundle/obf/src/generators/_index.js +1 -1
  114. package/bundle/obf/src/generators/api.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/kit.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  129. package/bundle/obf/src/generators/layout.js +1 -1
  130. package/bundle/obf/src/generators/maka.gen.js +1 -1
  131. package/bundle/obf/src/generators/methods.js +1 -1
  132. package/bundle/obf/src/generators/package.js +1 -1
  133. package/bundle/obf/src/generators/page.js +1 -1
  134. package/bundle/obf/src/generators/publish.js +1 -1
  135. package/bundle/obf/src/generators/route.js +1 -1
  136. package/bundle/obf/src/generators/service.js +1 -1
  137. package/bundle/obf/src/generators/services/_index.js +1 -1
  138. package/bundle/obf/src/generators/services/openssl.js +1 -1
  139. package/bundle/obf/src/generators/services/translation.js +1 -1
  140. package/bundle/obf/src/maka.js +1 -1
  141. package/bundle/obf/src/templates/meteor/api/api.js +11 -11
  142. package/bundle/obf/src/templates/meteor/api/api.js.ts +11 -11
  143. package/bundle/obf/src/templates/meteor/api/collection.js +86 -86
  144. package/bundle/obf/src/templates/meteor/api/collection.js.ts +94 -94
  145. package/bundle/obf/src/templates/meteor/api/fixtures.js +23 -23
  146. package/bundle/obf/src/templates/meteor/api/fixtures.js.ts +23 -23
  147. package/bundle/obf/src/templates/meteor/api/methods.js +136 -136
  148. package/bundle/obf/src/templates/meteor/api/methods.js.ts +137 -137
  149. package/bundle/obf/src/templates/meteor/api/publications.js +31 -31
  150. package/bundle/obf/src/templates/meteor/api/publications.js.ts +31 -31
  151. package/bundle/obf/src/templates/meteor/api/register-api.js +15 -15
  152. package/bundle/obf/src/templates/meteor/api/register-api.js.ts +15 -15
  153. package/bundle/obf/src/templates/meteor/api/resolvers.js +9 -9
  154. package/bundle/obf/src/templates/meteor/api/resolvers.js.ts +9 -9
  155. package/bundle/obf/src/templates/meteor/api/tests.js +1 -1
  156. package/bundle/obf/src/templates/meteor/api/tests.js.ts +1 -1
  157. package/bundle/obf/src/templates/meteor/api/typeDefs.js +5 -5
  158. package/bundle/obf/src/templates/meteor/api/typeDefs.js.ts +5 -5
  159. package/bundle/obf/src/templates/meteor/app/client/body.html +3 -3
  160. package/bundle/obf/src/templates/meteor/app/client/head.html +15 -15
  161. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +9 -9
  162. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +9 -9
  163. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +9 -9
  164. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +9 -9
  165. package/bundle/obf/src/templates/meteor/app/client/main.js +13 -13
  166. package/bundle/obf/src/templates/meteor/app/client/main.js.jsx +13 -13
  167. package/bundle/obf/src/templates/meteor/app/client/main.js.ts +13 -13
  168. package/bundle/obf/src/templates/meteor/app/client/main.js.tsx +13 -13
  169. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js +20 -20
  170. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.jsx +117 -117
  171. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -20
  172. package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +118 -118
  173. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js +39 -39
  174. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +48 -48
  175. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -24
  176. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +48 -48
  177. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js +9 -9
  178. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -9
  179. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -9
  180. package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -9
  181. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js +1 -1
  182. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +21 -21
  183. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -1
  184. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +21 -21
  185. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +48 -48
  186. package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +48 -48
  187. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js +1 -1
  188. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +152 -152
  189. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +152 -152
  190. package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js +24 -24
  191. package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -24
  192. package/bundle/obf/src/templates/meteor/app/lib/main.js +1 -1
  193. package/bundle/obf/src/templates/meteor/app/lib/main.js.jsx +1 -1
  194. package/bundle/obf/src/templates/meteor/app/lib/main.js.ts +1 -1
  195. package/bundle/obf/src/templates/meteor/app/lib/main.js.tsx +1 -1
  196. package/bundle/obf/src/templates/meteor/app/maka.d.ts +160 -160
  197. package/bundle/obf/src/templates/meteor/app/meteor.d.ts +955 -955
  198. package/bundle/obf/src/templates/meteor/app/public/manifest.json +27 -27
  199. package/bundle/obf/src/templates/meteor/app/public/sw.js +30 -30
  200. package/bundle/obf/src/templates/meteor/app/public/sw.js.jsx +30 -30
  201. package/bundle/obf/src/templates/meteor/app/public/sw.js.ts +30 -30
  202. package/bundle/obf/src/templates/meteor/app/public/sw.js.tsx +30 -30
  203. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +179 -179
  204. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -179
  205. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +179 -179
  206. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -179
  207. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +9 -9
  208. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +9 -9
  209. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +9 -9
  210. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +9 -9
  211. package/bundle/obf/src/templates/meteor/app/server/main.js +11 -11
  212. package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +11 -11
  213. package/bundle/obf/src/templates/meteor/app/server/main.js.ts +11 -11
  214. package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +11 -11
  215. package/bundle/obf/src/templates/meteor/app/tsconfig.json +40 -40
  216. package/bundle/obf/src/templates/meteor/collection/collection.js +85 -85
  217. package/bundle/obf/src/templates/meteor/collection/collection.js.ts +97 -97
  218. package/bundle/obf/src/templates/meteor/collection/tests.js +27 -27
  219. package/bundle/obf/src/templates/meteor/collection/tests.js.ts +27 -27
  220. package/bundle/obf/src/templates/meteor/config/docker-compose.yaml +17 -17
  221. package/bundle/obf/src/templates/meteor/config/pm2.config.js +25 -25
  222. package/bundle/obf/src/templates/meteor/config/process.env +5 -5
  223. package/bundle/obf/src/templates/meteor/config/settings.json +11 -11
  224. package/bundle/obf/src/templates/meteor/config/ssh.json +6 -6
  225. package/bundle/obf/src/templates/meteor/dbc/config.js +70 -70
  226. package/bundle/obf/src/templates/meteor/dbc/config.js.ts +70 -70
  227. package/bundle/obf/src/templates/meteor/dbc/conn.js +37 -37
  228. package/bundle/obf/src/templates/meteor/dbc/conn.js.ts +37 -37
  229. package/bundle/obf/src/templates/meteor/dbc/register-dbc.js +3 -3
  230. package/bundle/obf/src/templates/meteor/dbc/register-dbc.js.ts +3 -3
  231. package/bundle/obf/src/templates/meteor/method/method.js +48 -48
  232. package/bundle/obf/src/templates/meteor/method/method.js.ts +48 -48
  233. package/bundle/obf/src/templates/meteor/package/package.js +37 -37
  234. package/bundle/obf/src/templates/meteor/package/package.js.jsx +37 -37
  235. package/bundle/obf/src/templates/meteor/package/package.js.ts +36 -36
  236. package/bundle/obf/src/templates/meteor/package/package.js.tsx +37 -37
  237. package/bundle/obf/src/templates/meteor/package/tests/client/package.js +5 -5
  238. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.jsx +5 -5
  239. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.ts +5 -5
  240. package/bundle/obf/src/templates/meteor/package/tests/client/package.js.tsx +5 -5
  241. package/bundle/obf/src/templates/meteor/package/tests/server/package.js +5 -5
  242. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.jsx +5 -5
  243. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.ts +5 -5
  244. package/bundle/obf/src/templates/meteor/package/tests/server/package.js.tsx +5 -5
  245. package/bundle/obf/src/templates/meteor/project/.maka/config.json +29 -29
  246. package/bundle/obf/src/templates/meteor/project/README.md +1 -1
  247. package/bundle/obf/src/templates/meteor/project/build/README +4 -4
  248. package/bundle/obf/src/templates/meteor/project/gitignore +7 -7
  249. package/bundle/obf/src/templates/meteor/project/package.json +20 -20
  250. package/bundle/obf/src/templates/meteor/publish/publish.js +3 -3
  251. package/bundle/obf/src/templates/meteor/publish/publish.js.jsx +3 -3
  252. package/bundle/obf/src/templates/meteor/publish/publish.js.tsx +3 -3
  253. package/bundle/obf/src/templates/meteor/publish/publish.ts +3 -3
  254. package/bundle/obf/src/templates/meteor/service/logger/logger.js +27 -27
  255. package/bundle/obf/src/templates/meteor/service/logger/logger.js.ts +27 -27
  256. package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css +5 -5
  257. package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css.less +5 -5
  258. package/bundle/obf/src/templates/meteor/template/template-tests.js +1 -1
  259. package/bundle/obf/src/templates/meteor/template/template-tests.js.jsx +55 -55
  260. package/bundle/obf/src/templates/meteor/template/template-tests.js.ts +1 -1
  261. package/bundle/obf/src/templates/meteor/template/template-tests.js.tsx +55 -55
  262. package/bundle/obf/src/templates/meteor/template/template.css +3 -3
  263. package/bundle/obf/src/templates/meteor/template/template.css.less +3 -3
  264. package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -3
  265. package/bundle/obf/src/templates/meteor/template/template.html +5 -5
  266. package/bundle/obf/src/templates/meteor/template/template.js +20 -20
  267. package/bundle/obf/src/templates/meteor/template/template.js.jsx +77 -77
  268. package/bundle/obf/src/templates/meteor/template/template.js.ts +1 -1
  269. package/bundle/obf/src/templates/meteor/template/template.js.tsx +89 -89
  270. package/bundle/obf/src/templates/react/component/component.css +6 -6
  271. package/bundle/obf/src/templates/react/component/component.css.less +6 -6
  272. package/bundle/obf/src/templates/react/component/component.css.scss +3 -3
  273. package/bundle/obf/src/templates/react/component/component.js.jsx +63 -63
  274. package/bundle/obf/src/templates/react/component/component.js.tsx +68 -68
  275. package/bundle/obf/src/templates/react/hook/hook.css +3 -3
  276. package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -3
  277. package/bundle/obf/src/templates/react/hook/hook.js +1 -1
  278. package/bundle/obf/src/templates/react/hook/hook.js.jsx +24 -24
  279. package/bundle/obf/src/templates/react/hook/hook.js.tsx +23 -23
  280. package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.jsx +27 -27
  281. package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.tsx +29 -29
  282. package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +41 -41
  283. package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +40 -40
  284. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -118
  285. package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -116
  286. package/bundle/obf/src/templates/react/route/route.js +8 -8
  287. package/bundle/obf/src/templates/react/route/route.js.jsx +8 -8
  288. package/bundle/obf/src/templates/react/route/route.js.ts +8 -8
  289. package/bundle/obf/src/templates/react/route/route.js.tsx +8 -8
  290. package/bundle/obf/src/templates/react/test/test.js +1 -1
  291. package/bundle/obf/src/templates/react/test/test.js.jsx +41 -41
  292. package/bundle/obf/src/templates/react/test/test.js.ts +1 -1
  293. package/bundle/obf/src/templates/react/test/test.js.tsx +41 -41
  294. package/bundle/obf/src/templates/service/docker/Dockerfile +54 -54
  295. package/bundle/obf/src/templates/service/eslint/eslintrc.json +33 -33
  296. package/bundle/obf/src/templates/service/i18n/i18n.js +33 -33
  297. package/bundle/obf/src/templates/service/i18n/i18n.js.ts +33 -33
  298. package/bundle/obf/src/templates/service/i18n/locales.js +3 -3
  299. package/bundle/obf/src/templates/service/i18n/locales.js.ts +3 -3
  300. package/bundle/obf/src/templates/service/openssl/openssl.conf +22 -22
  301. package/bundle/obf/src/tool.js +1 -1
  302. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  303. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  304. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  305. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  306. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  307. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  308. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  309. package/bundle/obf/src/tools/https/https.class.js +1 -1
  310. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  311. package/bundle/obf/src/tools/log/log.class.js +1 -1
  312. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  313. package/bundle/obf/src/tools/options/options.class.js +1 -1
  314. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  315. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  316. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  317. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  318. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  319. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  320. package/jest.config.js +11 -11
  321. package/obfuscator.json +29 -29
  322. package/package.json +127 -127
  323. package/tsconfig.json +23 -23
@@ -1 +1 @@
1
- const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x107))/0x1+-parseInt(y(0x11c))/0x2*(-parseInt(y(0xfe))/0x3)+parseInt(y(0xf4))/0x4*(-parseInt(y(0x12b))/0x5)+-parseInt(y(0x131))/0x6*(-parseInt(y(0xea))/0x7)+parseInt(y(0xff))/0x8*(parseInt(y(0x10f))/0x9)+-parseInt(y(0x10e))/0xa+-parseInt(y(0x117))/0xb*(-parseInt(y(0x113))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x2e281));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xe8;let f=c[d];return f;},a62d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0xee)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g[A(0x104)]()['search'](A(0x10c))[A(0x104)]()[A(0x111)](g)['search']('(((.+)+)+)+$');});g();try{const h=a62e['screen']({'smartCSR':!![],'title':B(0x121)}),i=a62e[B(0x118)]({'top':'0%','left':B(0xeb),'width':'25%','height':B(0x115),'border':{'type':'line'},'label':B(0x128),'content':B(0x11e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xfb)]()['map'](v=>v['name']);i[C(0xf3)](u[C(0x126)]('\x0a')),h['render']();};h[B(0x132)](i);const k=a62e[B(0x118)]({'top':B(0x115),'left':B(0xeb),'width':'25%','height':'25%','border':{'type':B(0x120)},'label':B(0x106),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x139)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x132)](k);const l=t=>{const D=B;k[D(0xf3)](D(0xed)+(t[D(0xec)]?t[D(0xec)][D(0xf7)]:D(0x102))+'\x0a'+(D(0x130)+(t[D(0x135)]?t[D(0x135)][D(0xf7)]:D(0x102))+'\x0a')+(D(0x114)+(t[D(0x141)]?t[D(0x141)][D(0xf7)]:D(0x102))+'\x0a')+(D(0x12a)+(t[D(0x134)]?t[D(0x134)][D(0xf7)]:D(0x102))+'\x0a')+(D(0x143)+(t[D(0x12e)]?t['arms']['name']:'None')+'\x0a')+(D(0x10d)+(t[D(0x103)]?t[D(0x103)][D(0xf7)]:D(0x102))+'\x0a')+(D(0x119)+(t[D(0xfa)]?t[D(0xfa)][D(0xf7)]:D(0x102))+'\x0a')+(D(0xf9)+(t[D(0xf8)]?t[D(0xf8)][D(0xf7)]:D(0x102))+'\x0a')),h[D(0x112)]();},m=a62e[B(0x118)]({'top':B(0xef),'left':B(0xeb),'width':B(0x13a),'height':'20%','border':{'type':'line'},'label':B(0x13c),'content':B(0x13d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x139)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x132)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0xf7)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x136)][E(0x123)]>0x0?t[E(0x136)][E(0x110)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x13f)](t);x[F(0x108)]===RoomType[F(0x13b)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0xf7)];if(v[F(0x124)]())u+=F(0x11f);else v[F(0xfc)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0xf3)](u),h[E(0x112)]();},o=a62e[B(0x118)]({'id':B(0x10a),'top':'0%','left':'0%','width':B(0xeb),'height':'90%','border':{'type':'line'},'label':B(0xf1),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x139)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x12f)](B(0xe9)),h[B(0x132)](o);const p=a62e[B(0x11b)]({'bottom':0x0,'left':0x0,'width':B(0x125),'height':'10%','tags':!![],'border':{'type':B(0x120)},'style':{'fg':B(0x10b),'border':{'fg':B(0xf0)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x132)](p),h[B(0x122)](['escape','C-c'],()=>process[B(0x11a)](0x0)),p[B(0xf5)](),h['render']();const q=Logger['getInstance'](e[B(0x13e)],h),r=new Player({'playerName':c});q[B(0xf6)]('----->>>>>>\x20Initializing\x20Game');const s=a62f['getInstance'](r,d);o[B(0xf3)](s['getWelcomeMessage']()),l(s[B(0xf2)]['equipment']),j(s['player'][B(0x127)]),n(s[B(0xf2)][B(0x133)]),p[B(0x122)](['enter'],async()=>{const G=B,t=p[G(0xfd)](),u=s[G(0xe8)](t);(t[G(0x116)]('\x20')[0x0]===G(0x12c)||G(0x140)||'unequip')&&(j(s[G(0xf2)][G(0x127)]),l(s[G(0xf2)][G(0x138)])),(t[G(0x116)]('\x20')[0x0]==='go'||G(0x137)||G(0x105))&&n(s['player']['currentLocation']),t[G(0x116)]('\x20')[0x0]===G(0x100)&&o[G(0xf3)](''),u===null&&(console['log'](G(0x109)),h['render'](),q['write'](G(0x129)),process[G(0x11a)](0x0)),o['pushLine'](u),o[G(0x101)](0x1),p[G(0x142)](),p[G(0xf5)](),h['render']();});}catch(t){console['log'](t),process[B(0x11a)](0x1);}}function a62c(){const I=['getOtherSide','equip','legs','clearValue','Arms:\x20','handleInput','mousemove','633990ONHxZJ','75%','head','Head:\x20','apply','70%','cyan','\x20Game\x20Log\x20','player','setContent','36824rkeCvF','focus','write','name','rightHand','Right\x20Hand:\x20','leftHand','getAllItems','checkIfLockable','getValue','1011gyKaPC','7016RDXTeW','clear','scroll','None','gloves','toString','unlock','\x20Equipment\x20','344350QXZWQv','roomType','Thanks\x20for\x20playing!','logBox','white','(((.+)+)+)+$','Gloves:\x20','633060htfrdf','3807lJJjLn','forEach','constructor','render','12jOZHQY','Legs:\x20','45%','split','4135813YfkFVJ','box','Left\x20Hand:\x20','exit','textbox','46grPPKu','parse','Your\x20items\x20will\x20be\x20listed\x20here...','\x20(Locked)','line','Side\x20Quest\x20Adventure\x20Game','key','size','checkIfLocked','100%','join','inventory','\x20Inventory\x20','<<<<<<<<---------\x20Terminating\x20game','Feet:\x20','135Mzthbi','take','slice','arms','removeAllListeners','Torso:\x20','6oICyMZ','append','currentLocation','feet','torso','exits','lock','equipment','yellow','25%','OUTSIDE','\x20Map\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','logFilePath'];a62c=function(){return I;};return a62c();}const args=process['argv'][a62H(0x12d)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a62H(0x11d)](args[0x2]));
1
+ const a60G=a60d;(function(a,b){const y=a60d,c=a();while(!![]){try{const d=-parseInt(y(0xaa))/0x1*(-parseInt(y(0xa9))/0x2)+parseInt(y(0xc5))/0x3*(parseInt(y(0xef))/0x4)+parseInt(y(0xdb))/0x5+-parseInt(y(0xb8))/0x6*(-parseInt(y(0xf6))/0x7)+parseInt(y(0xe9))/0x8*(parseInt(y(0xde))/0x9)+parseInt(y(0xd5))/0xa*(parseInt(y(0xac))/0xb)+-parseInt(y(0xb1))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbf2cf));import a60e from'blessed';import{capitalCase}from'change-case';import a60f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a60d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a60d;return g['toString']()[z(0xe5)]('(((.+)+)+)+$')[z(0xbe)]()[z(0xc2)](g)[z(0xe5)](z(0xd4));});g();try{const h=a60e[A(0xae)]({'smartCSR':!![],'title':A(0xf4)}),i=a60e[A(0xf2)]({'top':'0%','left':A(0xfd),'width':A(0xb6),'height':'45%','border':{'type':'line'},'label':A(0xa4),'content':A(0xa6),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xe2)]()[B(0xec)](v=>v[B(0xe6)]);i['setContent'](u['join']('\x0a')),h[B(0xb2)]();};h[A(0xe0)](i);const k=a60e['box']({'top':A(0xd1),'left':A(0xfd),'width':'25%','height':A(0xb6),'border':{'type':'line'},'label':'\x20Equipment\x20','content':A(0xc4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k['setContent'](C(0xf1)+(t[C(0xd7)]?t['head'][C(0xe6)]:'None')+'\x0a'+(C(0xee)+(t['torso']?t[C(0xdf)][C(0xe6)]:'None')+'\x0a')+(C(0xf7)+(t['legs']?t[C(0xed)][C(0xe6)]:C(0xb0))+'\x0a')+(C(0xe1)+(t[C(0xb4)]?t[C(0xb4)][C(0xe6)]:'None')+'\x0a')+(C(0xe7)+(t[C(0xea)]?t[C(0xea)][C(0xe6)]:C(0xb0))+'\x0a')+('Gloves:\x20'+(t[C(0xbb)]?t[C(0xbb)][C(0xe6)]:'None')+'\x0a')+(C(0xad)+(t[C(0xa5)]?t['leftHand']['name']:'None')+'\x0a')+(C(0xb7)+(t[C(0xdc)]?t[C(0xdc)]['name']:C(0xb0))+'\x0a')),h[C(0xb2)]();},m=a60e['box']({'top':'70%','left':'75%','width':A(0xb6),'height':A(0xcf),'border':{'type':A(0xbc)},'label':A(0xf8),'content':A(0xe4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xe0)](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t[D(0xe6)]+'\x0a\x0a';u+=D(0xb5),t['exits'][D(0xd8)]>0x0?t['exits'][D(0xcc)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xa7)](t);x[E(0xc0)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[E(0xe6)]:u+=capitalCase(w)+':\x20'+v[E(0xe6)];if(v['checkIfLocked']())u+=E(0xca);else v[E(0xfe)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xd6),m[D(0xff)](u),h[D(0xb2)]();},o=a60e[A(0xf2)]({'id':'logBox','top':'0%','left':'0%','width':A(0xfd),'height':A(0xfc),'border':{'type':'line'},'label':A(0x100),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0xbd)]('mousemove'),h['append'](o);const p=a60e[A(0xc1)]({'bottom':0x0,'left':0x0,'width':A(0xdd),'height':A(0xc3),'tags':!![],'border':{'type':A(0xbc)},'style':{'fg':A(0xf9),'border':{'fg':A(0xfb)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xe0)](p),h[A(0xb3)](['escape',A(0xc6)],()=>process[A(0xcd)](0x0)),p[A(0xb9)](),h[A(0xb2)]();const q=Logger[A(0xab)](e[A(0xfa)],h),r=new Player({'playerName':c});q[A(0x101)]('----->>>>>>\x20Initializing\x20Game');const s=a60f[A(0xab)](r,d);o[A(0xff)](s[A(0xd3)]()),l(s[A(0xeb)][A(0xcb)]),j(s[A(0xeb)][A(0xd0)]),n(s['player']['currentLocation']),p[A(0xb3)]([A(0xce)],async()=>{const F=A,t=p[F(0xd9)](),u=s[F(0xe8)](t);(t[F(0xba)]('\x20')[0x0]==='take'||F(0xf3)||F(0xf5))&&(j(s[F(0xeb)][F(0xd0)]),l(s[F(0xeb)][F(0xcb)])),(t[F(0xba)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s['player'][F(0xc9)]),t[F(0xba)]('\x20')[0x0]==='clear'&&o[F(0xff)](''),u===null&&(console[F(0xaf)](F(0xc7)),h[F(0xb2)](),q['write'](F(0xc8)),process[F(0xcd)](0x0)),o[F(0xa8)](u),o[F(0xe3)](0x1),p[F(0xf0)](),p[F(0xb9)](),h[F(0xb2)]();});}catch(t){console[A(0xaf)](t),process[A(0xcd)](0x1);}}const args=process['argv'][a60G(0xbf)](0x2);function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xa4;let f=c[d];return f;},a60d(a,b);}main(args[0x0],JSON[a60G(0xda)](args[0x1]),JSON[a60G(0xda)](args[0x2]));function a60c(){const H=['C-c','Thanks\x20for\x20playing!','<<<<<<<<---------\x20Terminating\x20game','currentLocation','\x20(Locked)','equipment','forEach','exit','enter','20%','inventory','45%','yellow','getWelcomeMessage','(((.+)+)+)+$','232210OgxdYN','\x0aThere\x20are\x20no\x20exits\x20here.','head','size','getValue','parse','1129090mDUrll','rightHand','100%','243odUIxK','torso','append','Feet:\x20','getAllItems','scroll','Available\x20exits\x20will\x20be\x20shown\x20here...','search','name','Arms:\x20','handleInput','375504BIfXKJ','arms','player','map','legs','Torso:\x20','36VMNLbm','clearValue','Head:\x20','box','equip','Side\x20Quest\x20Adventure\x20Game','unequip','9289329LWmdNn','Legs:\x20','\x20Map\x20','white','logFilePath','cyan','90%','75%','checkIfLockable','setContent','\x20Game\x20Log\x20','write','\x20Inventory\x20','leftHand','Your\x20items\x20will\x20be\x20listed\x20here...','getOtherSide','pushLine','17186jsMZFT','113FdevNi','getInstance','22pTxBmM','Left\x20Hand:\x20','screen','log','None','48304572IgbbZE','render','key','feet','-----\x20Exits\x20------\x0a','25%','Right\x20Hand:\x20','6aXeqZu','focus','split','gloves','line','removeAllListeners','toString','slice','roomType','textbox','constructor','10%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','323598JEifir'];a60c=function(){return H;};return a60c();}
@@ -1 +1 @@
1
- const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x1f2))/0x1+-parseInt(h(0x1d1))/0x2*(parseInt(h(0x1da))/0x3)+parseInt(h(0x1f6))/0x4*(-parseInt(h(0x1fb))/0x5)+parseInt(h(0x1e4))/0x6*(parseInt(h(0x1e3))/0x7)+-parseInt(h(0x1e5))/0x8*(-parseInt(h(0x1ec))/0x9)+-parseInt(h(0x1d0))/0xa*(-parseInt(h(0x1d5))/0xb)+parseInt(h(0x1e9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x213d6));function a63c(){const s=['The\x20logbox\x20','write','1911uqqpjQ','1866ilVSQa','3824LXofIq','toISOString','type','search','6175104NOhVdl','[ERROR]\x20[','appendFileSync','1494KZiEwT','mkdirSync','.maka','getScrollHeight','hasScreen','homedir','202927eimiVB','scrollTo','toString','error','865212IleDjk','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','ensureLogFileExists','(((.+)+)+)+$','existsSync','5NhhRHX','instance','dirname','10720rsUwaA','6Edqyis','side-quest.log','screen','[INFO]\x20[','1210aTbHbP','render','logBox','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','find','241383BYXovU','apply','filePath','content','options','box','children'];a63c=function(){return s;};return a63c();}function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a63d(a,b);}const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x1f4)]()['search'](j(0x1f9))[j(0x1f4)]()['constructor'](a63a)[j(0x1e8)](j(0x1f9));});a63a();import a63e from'fs';import a63f from'os';import a63g from'path';const homeDir=a63f[a63k(0x1f1)]();export class Logger{static [a63k(0x1ce)];['filePath'];[a63k(0x1d3)];constructor(a,b){const l=a63k;this[l(0x1dc)]=a,this[l(0x1d3)]=b,this[l(0x1f8)]();}static['getInstance'](a=a63g['join'](homeDir,a63k(0x1ee),a63k(0x1d2)),b){const m=a63k;if(!Logger[m(0x1ce)]){if(!b)throw new Error(m(0x1f7));Logger['instance']=new Logger(a,b);}return Logger[m(0x1ce)];}[a63k(0x1f8)](){const n=a63k,a=a63g[n(0x1cf)](this['filePath']);!a63e[n(0x1fa)](a)&&a63e[n(0x1ed)](a,{'recursive':!![]}),!a63e[n(0x1fa)](this[n(0x1dc)])&&a63e['writeFileSync'](this[n(0x1dc)],'');}[a63k(0x1e2)](a){const o=a63k,b=new Date()['toISOString'](),c=o(0x1d4)+b+']\x20'+a+'\x0a';a63e[o(0x1eb)](this['filePath'],c);}[a63k(0x1f5)](a){const p=a63k,b=new Date()[p(0x1e6)](),c=p(0x1ea)+b+']\x20'+a+'\x0a';a63e[p(0x1eb)](this[p(0x1dc)],c);}['log'](a){const q=a63k,b=this[q(0x1d3)]?.[q(0x1e0)][q(0x1d9)](c=>c[q(0x1e7)]===q(0x1df)&&c[q(0x1de)]['id']===q(0x1d7));b?(b['setContent'](b[q(0x1dd)]+'\x0a'+a),b[q(0x1f3)](b[q(0x1ef)]()),this[q(0x1d3)]?.[q(0x1d6)]()):this[q(0x1f5)](q(0x1e1)+b+q(0x1d8)+this[q(0x1d3)]),this[q(0x1e2)](a);}[a63k(0x1f0)](){const r=a63k;return!!this[r(0x1d3)];}}
1
+ const a61j=a61d;(function(a,b){const h=a61d,c=a();while(!![]){try{const d=parseInt(h(0x138))/0x1*(parseInt(h(0x131))/0x2)+-parseInt(h(0x133))/0x3+-parseInt(h(0x135))/0x4+-parseInt(h(0x139))/0x5+parseInt(h(0x11a))/0x6+parseInt(h(0x124))/0x7+parseInt(h(0x12b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xb7f65));const a61b=(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;};}()),a61a=a61b(this,function(){const i=a61d;return a61a[i(0x118)]()[i(0x12e)](i(0x11c))[i(0x118)]()[i(0x11e)](a61a)[i(0x12e)](i(0x11c));});a61a();import a61e from'fs';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x112;let f=c[d];return f;},a61d(a,b);}import a61f from'os';import a61g from'path';function a61c(){const r=['writeFileSync','existsSync','433019BGiOHR','5766340XxyZYE','screen','options','log','instance','find','.maka','toString','hasScreen','4430160DddIDq','[INFO]\x20[','(((.+)+)+)+$','write','constructor','scrollTo','filePath','appendFileSync','error','dirname','93387PREkwz','The\x20logbox\x20','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[ERROR]\x20[','side-quest.log','getScrollHeight','11738584ULobXC','logBox','getInstance','search','children','setContent','4iUfhaO','ensureLogFileExists','1297584FQqAik','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','2983028DSfjYG'];a61c=function(){return r;};return a61c();}const homeDir=a61f['homedir']();export class Logger{static [a61j(0x115)];[a61j(0x120)];[a61j(0x112)];constructor(a,b){const k=a61j;this[k(0x120)]=a,this[k(0x112)]=b,this[k(0x132)]();}static[a61j(0x12d)](a=a61g['join'](homeDir,a61j(0x117),a61j(0x129)),b){const l=a61j;if(!Logger[l(0x115)]){if(!b)throw new Error(l(0x134));Logger[l(0x115)]=new Logger(a,b);}return Logger[l(0x115)];}[a61j(0x132)](){const m=a61j,a=a61g[m(0x123)](this[m(0x120)]);!a61e[m(0x137)](a)&&a61e['mkdirSync'](a,{'recursive':!![]}),!a61e['existsSync'](this[m(0x120)])&&a61e[m(0x136)](this[m(0x120)],'');}[a61j(0x11d)](a){const n=a61j,b=new Date()[n(0x126)](),c=n(0x11b)+b+']\x20'+a+'\x0a';a61e[n(0x121)](this['filePath'],c);}[a61j(0x122)](a){const o=a61j,b=new Date()['toISOString'](),c=o(0x128)+b+']\x20'+a+'\x0a';a61e['appendFileSync'](this[o(0x120)],c);}[a61j(0x114)](a){const p=a61j,b=this[p(0x112)]?.[p(0x12f)][p(0x116)](c=>c['type']==='box'&&c[p(0x113)]['id']===p(0x12c));b?(b[p(0x130)](b['content']+'\x0a'+a),b[p(0x11f)](b[p(0x12a)]()),this[p(0x112)]?.['render']()):this['error'](p(0x125)+b+p(0x127)+this[p(0x112)]),this['write'](a);}[a61j(0x119)](){const q=a61j;return!!this[q(0x112)];}}
@@ -1 +1 @@
1
- const a64n=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x108;let f=c[d];return f;},a64d(a,b);}(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x12b))/0x1+parseInt(k(0x112))/0x2*(-parseInt(k(0x117))/0x3)+-parseInt(k(0x116))/0x4+parseInt(k(0x11e))/0x5+parseInt(k(0x111))/0x6*(parseInt(k(0x11d))/0x7)+-parseInt(k(0x109))/0x8*(-parseInt(k(0x108))/0x9)+parseInt(k(0x113))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x54bb9));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a['toString']()[m(0x119)](m(0x10f))[m(0x110)]()[m(0x122)](a64a)['search'](m(0x10f));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a64c(){const q=['join','apply','ask','constructor','side-quest.log','stringify','resolve','dungeon','list','./sideQuest/ui.js','player','url','139390fZIjdm','531nDOJmJ','26504ooyhTL','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','log','What\x20is\x20your\x20name?','sideQuestAnswer','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','(((.+)+)+)+$','toString','1152408rQNlox','3226XYMrgL','2360650KOnYBc','maka\x20play:side-quest','create','1506956ouoDcl','666XjPVrY','options','search','Commoner','shadowrun','node','14bCTqKv','2028060bGtqyE'];a64c=function(){return q;};return a64c();}const __filename=fileURLToPath(import.meta[a64n(0x12a)]),__dirname=dirname(__filename);Command[a64n(0x115)]({'name':'side-quest','usage':a64n(0x114),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a64n(0x10a),'validOpts':[a64n(0x129)]},async function(a,b){const o=a64n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a64e[o(0x11f)](c,o(0x123)),e=b[o(0x129)]?b[o(0x129)]:await Actions[o(0x121)](o(0x10c))||o(0x11a),f={...b,'logFilePath':d},g={'type':o(0x127),'name':o(0x10d),'message':o(0x10e),'choices':[{'name':o(0x126),'value':dungeonConfig},{'name':o(0x11b),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x118)](g);if(e&&h){const i=spawn(o(0x11c),[a64e[o(0x125)](__dirname,o(0x128)),e,JSON[o(0x124)](h),JSON['stringify'](f)],{'stdio':'inherit'});i['on']('exit',()=>{const p=o;console[p(0x10b)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x10b)](j);}},a64f);
1
+ const a62n=a62d;(function(a,b){const k=a62d,c=a();while(!![]){try{const d=parseInt(k(0x1c9))/0x1+-parseInt(k(0x1bf))/0x2*(parseInt(k(0x1c2))/0x3)+-parseInt(k(0x1af))/0x4+-parseInt(k(0x1c7))/0x5*(parseInt(k(0x1c6))/0x6)+parseInt(k(0x1c4))/0x7*(-parseInt(k(0x1b8))/0x8)+-parseInt(k(0x1d0))/0x9+parseInt(k(0x1bb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xda2bf));const a62b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a62d;if(c){const e=c[l(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){const m=a62d;return a62a['toString']()[m(0x1ca)](m(0x1ba))[m(0x1bd)]()[m(0x1b4)](a62a)[m(0x1ca)]('(((.+)+)+)+$');});a62a();function a62c(){const q=['resolve','constructor','exit','apply','Commoner','16asBwVs','list','(((.+)+)+)+$','38685990looaqs','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','toString','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','64WOFvrD','shadowrun','player','19059evHpex','stringify','5019847WhEwKz','fsi','600jfWVuL','12220pWAvkt','getGlobalMakaDir','932141EZOQYd','search','What\x20is\x20your\x20name?','side-quest','sideQuestAnswer','Play\x20a\x20little\x20side-quest','join','7875630klOIvz','side-quest.log','options','dungeon','log','4600404hKXvmC','ask','node','inherit'];a62c=function(){return q;};return a62c();}import a62e from'path';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a62d(a,b);}import{spawn}from'child_process';import a62f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':a62n(0x1cc),'usage':'maka\x20play:side-quest','shortDesc':a62n(0x1ce),'aliases':['sq'],'description':a62n(0x1bc),'validOpts':[a62n(0x1c1)]},async function(a,b){const o=a62n;try{const c=this[o(0x1c5)][o(0x1c8)](),d=a62e[o(0x1cf)](c,o(0x1ab)),e=b[o(0x1c1)]?b['player']:await Actions[o(0x1b0)](o(0x1cb))||o(0x1b7),f={...b,'logFilePath':d},g={'type':o(0x1b9),'name':o(0x1cd),'message':o(0x1be),'choices':[{'name':o(0x1ad),'value':dungeonConfig},{'name':o(0x1c0),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1ac)](g);if(e&&h){const i=spawn(o(0x1b1),[a62e[o(0x1b3)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1c3)](h),JSON['stringify'](f)],{'stdio':o(0x1b2)});i['on'](o(0x1b5),()=>{const p=o;console[p(0x1ae)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a62f);
@@ -1 +1 @@
1
- var a65i=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x12d))/0x1*(-parseInt(f(0x12e))/0x2)+parseInt(f(0x12a))/0x3*(-parseInt(f(0x124))/0x4)+-parseInt(f(0x126))/0x5*(-parseInt(f(0x12b))/0x6)+-parseInt(f(0x125))/0x7+parseInt(f(0x132))/0x8+-parseInt(f(0x134))/0x9+parseInt(f(0x128))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xa3546));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x123)]()['search'](h(0x129))[h(0x123)]()[h(0x133)](a65a)[h(0x130)](h(0x129));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x121;var f=c[d];return f;},a65d(a,b);}function a65c(){var k=['(((.+)+)+)+$','177qithVv','6fKQBDe','inherit','188104FEpFGR','6cZHsaE','apply','search','snake','1646376kmLsBV','constructor','4575744rMMtYc','maka\x20game:snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','76052IKxKhM','5364863EkhdDP','5494795sBKPZk','npx\x20command-line-snake','23251460vhORgN'];a65c=function(){return k;};return a65c();}import{execSync}from'child_process';Command['create']({'name':a65i(0x131),'usage':a65i(0x121),'shortDesc':a65i(0x122),'validOpts':[]},async function(){var j=a65i;execSync(j(0x127),{'stdio':j(0x12c)});},a65e);
1
+ var a63i=a63d;function a63c(){var k=['575720IAzDIq','3525393SWCigX','43764ijEBqj','create','736688FezBwK','1219185ytyPWh','search','inherit','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','3454194SLMnWz','constructor','toString','(((.+)+)+)+$','npx\x20command-line-snake','snake','594464zjCKQI','maka\x20game:snake','apply'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x13e))/0x1+parseInt(f(0x145))/0x2+-parseInt(f(0x142))/0x3+parseInt(f(0x141))/0x4+parseInt(f(0x146))/0x5+parseInt(f(0x138))/0x6+parseInt(f(0x143))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xb8e93));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x136;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x13a)]()[h(0x147)](h(0x13b))['toString']()[h(0x139)](a63a)[h(0x147)](h(0x13b));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x144)]({'name':a63i(0x13d),'usage':a63i(0x13f),'shortDesc':a63i(0x137),'validOpts':[]},async function(){var j=a63i;execSync(j(0x13c),{'stdio':j(0x136)});},a63e);
@@ -1 +1 @@
1
- var a66i=a66d;function a66c(){var k=['search','1086876amQNCa','maka\x20game:tetris','643685YoMSTU','toString','apply','1485916AWijLY','create','495178bxwczM','3PQPdDJ','5366990LrwzJH','2466DJMnyg','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','3304xiEkYp','inherit','872268JTvPiF','12JhPqVY','npx\x20simple-tetris'];a66c=function(){return k;};return a66c();}(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0x131))/0x1+parseInt(f(0x139))/0x2+parseInt(f(0x132))/0x3*(parseInt(f(0x12f))/0x4)+-parseInt(f(0x12c))/0x5*(-parseInt(f(0x13a))/0x6)+parseInt(f(0x12a))/0x7+-parseInt(f(0x137))/0x8*(-parseInt(f(0x134))/0x9)+-parseInt(f(0x133))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x49a48));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a['toString']()[h(0x129)](h(0x135))[h(0x12d)]()['constructor'](a66a)['search']('(((.+)+)+)+$');});a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x128;var f=c[d];return f;},a66d(a,b);}import{execSync}from'child_process';Command[a66i(0x130)]({'name':'tetris','usage':a66i(0x12b),'shortDesc':a66i(0x136),'validOpts':[]},async function(){var j=a66i;execSync(j(0x128),{'stdio':j(0x138)});},a66e);
1
+ var a64i=a64d;(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x138))/0x1+parseInt(f(0x13e))/0x2+parseInt(f(0x133))/0x3+-parseInt(f(0x137))/0x4+parseInt(f(0x136))/0x5+parseInt(f(0x13c))/0x6*(parseInt(f(0x13a))/0x7)+parseInt(f(0x130))/0x8*(-parseInt(f(0x135))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x8a718));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x12f)]()[h(0x139)](h(0x131))['toString']()[h(0x13b)](a64a)[h(0x139)](h(0x131));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x12e;var f=c[d];return f;},a64d(a,b);}a64a();import a64e from'./play.command.js';function a64c(){var k=['create','apply','npx\x20simple-tetris','toString','10627544kVdnJj','(((.+)+)+)+$','maka\x20game:tetris','1433592XZkJcL','tetris','9IVTnME','3044935OcNizZ','517276KibIAd','609790smmwQt','search','42FnVjBf','constructor','155718EWXmDX','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','344934xDfRFu'];a64c=function(){return k;};return a64c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a64i(0x13f)]({'name':a64i(0x134),'usage':a64i(0x132),'shortDesc':a64i(0x13d),'validOpts':[]},async function(){var j=a64i;execSync(j(0x12e),{'stdio':'inherit'});},a64e);
@@ -1 +1 @@
1
- const a67h=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0xbd))/0x1+-parseInt(f(0xb9))/0x2*(-parseInt(f(0xc5))/0x3)+-parseInt(f(0xbe))/0x4+parseInt(f(0xba))/0x5*(parseInt(f(0xc7))/0x6)+parseInt(f(0xb3))/0x7*(-parseInt(f(0xb0))/0x8)+parseInt(f(0xb1))/0x9*(-parseInt(f(0xbb))/0xa)+-parseInt(f(0xc2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x90bc7));const a67b=(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;};}()),a67a=a67b(this,function(){const g=a67d;return a67a[g(0xb8)]()[g(0xc4)](g(0xb6))[g(0xb8)]()[g(0xb7)](a67a)[g(0xc4)](g(0xb6));});a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';function a67c(){const j=['maka\x20generate:scaffold\x20todos','(((.+)+)+)+$','constructor','toString','14bdFuPZ','4007230yxNerg','2137480CXdgbo','invoke','859095dciogp','1545492xsFiyl','maka\x20g:package\x20package:name','maka\x20g:scaffold\x20todos','maka\x20g:api\x20trucks','1358588IYewkS','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','search','242370RGAifa','exit','6oZjvBK','maka\x20{generate,\x20g}:<generator>\x20<name>','168OtgtdF','36hKHvfT','generate','89453vgWQUH','maka\x20g:dbc\x20geoserver\x20--type=pgsql'];a67c=function(){return j;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xb0;let f=c[d];return f;},a67d(a,b);}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a67h(0xb2),'aliases':['g'],'usage':a67h(0xc8),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a67h(0xc3),'examples':[a67h(0xb5),a67h(0xc0),'maka\x20g:template\x20todos/todo_item',a67h(0xbf),'maka\x20g:route\x20todos/edit',a67h(0xc1),a67h(0xb4)]},async function(a,b){const i=a67h;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a67e['processAndRunGenerator'](c,a,b)):a67e[i(0xbc)](a,b);}catch(d){Log['error'](d),process[i(0xc6)](0x1);}});
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x1b0))/0x1*(parseInt(f(0x1b2))/0x2)+-parseInt(f(0x1b1))/0x3+-parseInt(f(0x195))/0x4*(parseInt(f(0x19c))/0x5)+-parseInt(f(0x1ae))/0x6*(-parseInt(f(0x1af))/0x7)+-parseInt(f(0x19b))/0x8*(-parseInt(f(0x1a7))/0x9)+parseInt(f(0x1a1))/0xa+parseInt(f(0x1a9))/0xb*(-parseInt(f(0x1a5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x54646));function a66c(){const k=['search','177488LYGAQu','65jIxEGn','generate','error','apply','Scaffold\x20various\x20parts\x20of\x20your\x20application','2991480MziLuY','constructor','invoke','create','43224zVTeYa','processAndRunGenerator','144vZgApo','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','99jmPDew','maka\x20g:dbc\x20geoserver\x20--type=pgsql','toString','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','114DLdquf','167181pOSXTp','336901gNGSEs','1152762bZKSyp','2DPtgjL','2664ObpUZC','(((.+)+)+)+$','maka\x20g:route\x20todos/edit','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:scaffold\x20todos'];a66c=function(){return k;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x1ab)]()['search'](h(0x196))[h(0x1ab)]()[h(0x1a2)](a66a)[h(0x19a)]('(((.+)+)+)+$');});a66a();import{Command}from'../command.js';import a66e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x195;let f=c[d];return f;},a66d(a,b);}Command[a66i(0x1a4)]({'name':a66i(0x19d),'aliases':['g'],'usage':a66i(0x198),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a66i(0x1a0),'description':a66i(0x1a8),'examples':['maka\x20generate:scaffold\x20todos',a66i(0x199),a66i(0x1ad),'maka\x20g:package\x20package:name',a66i(0x197),a66i(0x1ac),a66i(0x1aa)]},async function(a,b){const j=a66i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a66e[j(0x1a6)](c,a,b)):a66e[j(0x1a3)](a,b);}catch(d){Log[j(0x19e)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x1d5))/0x1*(parseInt(f(0x1d2))/0x2)+parseInt(f(0x1d7))/0x3+-parseInt(f(0x1d6))/0x4+parseInt(f(0x1d3))/0x5+-parseInt(f(0x1d1))/0x6*(-parseInt(f(0x1da))/0x7)+parseInt(f(0x1d9))/0x8*(parseInt(f(0x1ce))/0x9)+-parseInt(f(0x1d0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe36bd));var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a['toString']()[g(0x1db)](g(0x1d4))[g(0x1d8)]()[g(0x1cf)](a68a)[g(0x1db)](g(0x1d4));});a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a68d(a,b);}function a68c(){var h=['1526UrVnRf','search','6368157IOtKBW','constructor','1565850ndUcPl','2292zuyLjI','311148UjOdGV','254685eSLKFN','(((.+)+)+)+$','4dhQxVn','4084316aXlLZN','1935297wlxOTM','toString','8XeAwPn'];a68c=function(){return h;};return a68c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1+-parseInt(f(0xdc))/0x2+-parseInt(f(0xe1))/0x3*(-parseInt(f(0xde))/0x4)+-parseInt(f(0xe6))/0x5*(-parseInt(f(0xe0))/0x6)+-parseInt(f(0xe8))/0x7*(parseInt(f(0xe2))/0x8)+-parseInt(f(0xe3))/0x9*(parseInt(f(0xe4))/0xa)+parseInt(f(0xdf))/0xb*(parseInt(f(0xdb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc357d));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xdd)]()[h(0xe9)](h(0xe7))['toString']()['constructor'](a71a)[h(0xe9)](h(0xe7));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xdb;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['84ONJhpk','3161024GNYWBw','toString','3943960zNxVbn','3174479inPWWo','57858NPPAci','3ejvEjq','112MuYnsG','35649XQeqbO','2850BfiWff','apply','775lxPtlg','(((.+)+)+)+$','492219uOvFGn','search','6818UfmzpO'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a69h=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x12d))/0x1*(-parseInt(f(0x124))/0x2)+-parseInt(f(0x123))/0x3+-parseInt(f(0x11e))/0x4+parseInt(f(0x125))/0x5*(-parseInt(f(0x128))/0x6)+-parseInt(f(0x121))/0x7*(parseInt(f(0x12e))/0x8)+parseInt(f(0x122))/0x9*(-parseInt(f(0x127))/0xa)+parseInt(f(0x12b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x840b8));const a69b=(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;};}()),a69a=a69b(this,function(){const g=a69d;return a69a[g(0x12a)]()[g(0x126)](g(0x129))['toString']()['constructor'](a69a)[g(0x126)](g(0x129));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x11d;let f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';function a69c(){const j=['1336mrKVfO','runSubCommand','findSubCommand','4101804bNsMLN','error','maka\x20get:<sub-command>','22106jygMnA','562986zeWzgS','2245791uTZCbq','33706cpookW','5zNYiaC','search','110jwdJig','819450XiUOBF','(((.+)+)+)+$','toString','39038868qrQKDG','create','7yJrLNi'];a69c=function(){return j;};return a69c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69h(0x12c)]({'name':'get','usage':a69h(0x120),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const i=a69h,c=a[0x0],d=this[i(0x11d)](c);if(d)this[i(0x12f)](c,a,b);else{Log[i(0x11f)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x146))/0x1*(parseInt(f(0x141))/0x2)+-parseInt(f(0x144))/0x3*(-parseInt(f(0x150))/0x4)+parseInt(f(0x151))/0x5*(-parseInt(f(0x149))/0x6)+-parseInt(f(0x145))/0x7+-parseInt(f(0x147))/0x8*(-parseInt(f(0x14a))/0x9)+-parseInt(f(0x142))/0xa+parseInt(f(0x152))/0xb*(-parseInt(f(0x14f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xb1ee3));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x143)]()[h(0x14c)](a67a)['search']('(((.+)+)+)+$');});a67a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x141;let f=c[d];return f;},a67d(a,b);}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a67i(0x14d)]({'name':a67i(0x148),'usage':a67i(0x14e),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a67i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x153)](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a67c(){const k=['maka\x20get:<sub-command>','3544356ZBSPDX','4DjKfwW','1071600CNNDSS','11Tlaozb','runSubCommand','2642158HmXlfX','11249180EwHyQJ','toString','3760068BzSMpq','1507597quMiEM','1NWlnCF','1378592wIKiZc','get','30iHUvNd','45gBsxgC','apply','constructor','create'];a67c=function(){return k;};return a67c();}export default GetCommand;
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x142))/0x1*(parseInt(f(0x135))/0x2)+parseInt(f(0x137))/0x3+-parseInt(f(0x136))/0x4*(-parseInt(f(0x134))/0x5)+-parseInt(f(0x145))/0x6*(parseInt(f(0x130))/0x7)+parseInt(f(0x132))/0x8+-parseInt(f(0x13c))/0x9*(-parseInt(f(0x141))/0xa)+-parseInt(f(0x138))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x91d40));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x13b)]()[h(0x133)]('(((.+)+)+)+$')[h(0x13b)]()[h(0x146)](a70a)[h(0x133)](h(0x131));});a70a();function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x12f;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['getGlobalConfig','create','10430RGaKqt','3lLpaeK','exit','maka\x20get:global-config','12QMJLLU','constructor','fsi','3487876WYPAiO','(((.+)+)+)+$','3099544jvSpda','search','5zEqLcU','500734mGUHeV','4704424CCnxDQ','3403683ExsjUl','27304266QALgjA','error','log','toString','5409Kthdve','global-config','apply'];a70c=function(){return k;};return a70c();}import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x140)]({'name':a70i(0x13d),'usage':a70i(0x144),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x12f)][j(0x13f)]();console[j(0x13a)](a),process[j(0x143)](0x0);}catch(b){console[j(0x139)](b),process[j(0x143)](0x0);}},a70e);
1
+ function a68c(){const k=['getGlobalConfig','7910112MTTUVQ','5525184ghDmMQ','error','global-config','apply','constructor','exit','18UGMrpk','790281XurNIW','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','log','search','3567412bYBTzw','(((.+)+)+)+$','945930OHTaGV','toString','create','480087QDLbwz','maka\x20get:global-config','1454135yyvPLv'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x8e))/0x1+-parseInt(f(0xa0))/0x2+-parseInt(f(0x9a))/0x3+-parseInt(f(0x9e))/0x4+-parseInt(f(0x90))/0x5*(-parseInt(f(0x99))/0x6)+parseInt(f(0x93))/0x7+parseInt(f(0x92))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x84611));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x96)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xa1)]()['search'](h(0x9f))[h(0xa1)]()[h(0x97)](a68a)[h(0x9d)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x8d;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x8d)]({'name':a68i(0x95),'usage':a68i(0x8f),'aliases':['gc'],'shortDesc':a68i(0x9b),'validOpts':[]},async function(){const j=a68i;try{const a=await this['fsi'][j(0x91)]();console[j(0x9c)](a),process[j(0x98)](0x0);}catch(b){console[j(0x94)](b),process[j(0x98)](0x0);}},a68e);
@@ -1 +1 @@
1
- const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0xdc))/0x1*(parseInt(f(0xde))/0x2)+-parseInt(f(0xdd))/0x3+-parseInt(f(0xdf))/0x4+-parseInt(f(0xe1))/0x5*(parseInt(f(0xd3))/0x6)+parseInt(f(0xe2))/0x7+parseInt(f(0xd7))/0x8+parseInt(f(0xd5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdd08c));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0xcf)]()[h(0xd6)]('(((.+)+)+)+$')[h(0xcf)]()[h(0xce)](a71a)[h(0xd6)](h(0xdb));});function a71c(){const k=['getMakaProjectConfig','log','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','8930370kMrBvP','fsi','19082988LNBuBc','search','3801688gQcvrQ','create','maka\x20get:local-config','apply','(((.+)+)+)+$','3878ihHgLX','2763549NuncOp','30QqFWEB','1268116LrslPI','local-config','5MFQhmY','7662130weiuTQ','constructor','toString'];a71c=function(){return k;};return a71c();}a71a();import a71e from'./get.command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xce;let f=c[d];return f;},a71d(a,b);}import{Command}from'../../command.js';Command[a71i(0xd8)]({'name':a71i(0xe0),'usage':a71i(0xd9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71i(0xd2),'validOpts':[]},async function(){const j=a71i,a=await this[j(0xd4)][j(0xd0)]();console[j(0xd1)](a);},a71e);
1
+ const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x10e))/0x1+-parseInt(f(0x117))/0x2+parseInt(f(0x115))/0x3*(-parseInt(f(0x118))/0x4)+-parseInt(f(0x119))/0x5*(-parseInt(f(0x116))/0x6)+parseInt(f(0x11a))/0x7+-parseInt(f(0x114))/0x8*(-parseInt(f(0x11b))/0x9)+-parseInt(f(0x112))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xdeab1));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x111)]()[h(0x10a)](h(0x10c))[h(0x111)]()[h(0x10d)](a69a)[h(0x10a)]('(((.+)+)+)+$');});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x108;let f=c[d];return f;},a69d(a,b);}import a69e from'./get.command.js';import{Command}from'../../command.js';Command[a69i(0x108)]({'name':a69i(0x10f),'usage':a69i(0x10b),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a69i,a=await this[j(0x113)]['getMakaProjectConfig']();console[j(0x109)](a);},a69e);function a69c(){const k=['(((.+)+)+)+$','constructor','856690bLCclq','local-config','apply','toString','905500aQjegO','fsi','11006376PAhxMT','382467evqHNC','448554hxqBjt','1393308XRCxAg','4dGgKoU','65pjvQJD','2350376kEDRdo','9xeKdUV','create','log','search','maka\x20get:local-config'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x10e))/0x1*(-parseInt(g(0x113))/0x2)+-parseInt(g(0x121))/0x3*(parseInt(g(0x112))/0x4)+-parseInt(g(0x111))/0x5+parseInt(g(0x115))/0x6+-parseInt(g(0x125))/0x7+parseInt(g(0x11a))/0x8*(parseInt(g(0x116))/0x9)+parseInt(g(0x11d))/0xa*(parseInt(g(0x124))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x296d8));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x123)](h(0x120))['toString']()[h(0x10d)](a72a)[h(0x123)](h(0x120));});function a72c(){const k=['117QpMgnH','decode','notice','maka\x20get:whoami','13208rogmzB','authToken','hash','3000290kYhnhg','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','token','(((.+)+)+)+$','369186ZLoceE','error','search','22pePRkP','2286802XNutjZ','join','roles','create','whoami','user','constructor','226nofZZW','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','getGlobalConfig','548320YEOGRT','8MecUAe','442PHFaaO','fsi','1084170GJdfnK'];a72c=function(){return k;};return a72c();}a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x10c;let f=c[d];return f;},a72d(a,b);}Command[a72i(0x128)]({'name':a72i(0x129),'usage':a72i(0x119),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[]},async function(){const j=a72i;try{const a=await this[j(0x114)][j(0x110)]();if(a[j(0x11c)]){const b=a72f[j(0x117)](a['hash']);Log[j(0x118)](j(0x10f)+b?.[j(0x10c)]),Log[j(0x118)](j(0x11e)+a[j(0x11f)]?.['userId']),Log[j(0x118)]('User\x20Access\x20Token:\x20\x20'+a[j(0x11f)]?.[j(0x11b)]),Log[j(0x118)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0x127)][j(0x126)](',\x20'));}}catch(c){console[j(0x122)](c),process['exit'](0x0);}},a72e);
1
+ const a70j=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a70d(a,b);}(function(a,b){const g=a70d,c=a();while(!![]){try{const d=parseInt(g(0x1d5))/0x1*(-parseInt(g(0x1db))/0x2)+-parseInt(g(0x1d2))/0x3+-parseInt(g(0x1cb))/0x4+parseInt(g(0x1d6))/0x5+parseInt(g(0x1d0))/0x6+parseInt(g(0x1df))/0x7*(-parseInt(g(0x1cf))/0x8)+parseInt(g(0x1cd))/0x9*(parseInt(g(0x1d7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3bcdf));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a70d;if(c){const e=c[h(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const i=a70d;return a70a[i(0x1e0)]()[i(0x1d1)](i(0x1da))['toString']()[i(0x1c9)](a70a)[i(0x1d1)](i(0x1da));});a70a();import a70e from'./get.command.js';function a70c(){const l=['toString','whoami','apply','authToken','constructor','notice','718940zmFXuI','User\x20Access\x20Token:\x20\x20','99xzFQIG','maka\x20get:whoami','5528ojiPQZ','1235496VPFgGN','search','251580kwqpQx','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','427VemikC','1237185GllRED','560430LPsjVC','token','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(((.+)+)+)+$','1946feAByx','hash','exit','user','1477YhZuhR'];a70c=function(){return l;};return a70c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a70f from'jsonwebtoken';Command['create']({'name':a70j(0x1e1),'usage':a70j(0x1ce),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[]},async function(){const k=a70j;try{const a=await this['fsi']['getGlobalConfig']();if(a[k(0x1dc)]){const b=a70f['decode'](a['hash']);Log[k(0x1ca)](k(0x1d9)+b?.[k(0x1de)]),Log[k(0x1ca)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x1d8)]?.['userId']),Log['notice'](k(0x1cc)+a[k(0x1d8)]?.[k(0x1c8)]),Log['notice'](k(0x1d3)+b?.['roles']['join'](',\x20'));}}catch(c){console[k(0x1d4)](c),process[k(0x1dd)](0x0);}},a70e);
@@ -1 +1 @@
1
- var a73i=a73d;function a73c(){var j=['(((.+)+)+)+$','154383FGCcLu','search','Try,\x20maka\x20--help','1881509bqbXdn','73488YrffTr','4473552QYIIAW','toString','help','2nRiOBB','198VjEUeK','apply','1755192bZGExW','2110355hIvQDC','2181105UPputq','create'];a73c=function(){return j;};return a73c();}function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0xad;var f=c[d];return f;},a73d(a,b);}(function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0xb3))/0x1*(-parseInt(f(0xbb))/0x2)+parseInt(f(0xb0))/0x3+-parseInt(f(0xae))/0x4+-parseInt(f(0xaf))/0x5+parseInt(f(0xb8))/0x6+parseInt(f(0xb6))/0x7+parseInt(f(0xb7))/0x8*(-parseInt(f(0xbc))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x7ff26));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0xb9)]()[h(0xb4)](h(0xb2))[h(0xb9)]()['constructor'](a73a)['search'](h(0xb2));});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0xb1)]({'name':a73i(0xba),'description':a73i(0xb5),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a72h=a72d;(function(a,b){var f=a72d,c=a();while(!![]){try{var d=parseInt(f(0x125))/0x1*(parseInt(f(0x123))/0x2)+-parseInt(f(0x117))/0x3+parseInt(f(0x11e))/0x4+-parseInt(f(0x124))/0x5*(parseInt(f(0x11d))/0x6)+-parseInt(f(0x120))/0x7*(parseInt(f(0x11b))/0x8)+-parseInt(f(0x122))/0x9+-parseInt(f(0x119))/0xa*(-parseInt(f(0x11f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xa49a8));var a72b=(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;};}()),a72a=a72b(this,function(){var g=a72d;return a72a[g(0x115)]()['search'](g(0x116))[g(0x115)]()[g(0x11a)](a72a)[g(0x118)](g(0x116));});function a72d(a,b){var c=a72c();return a72d=function(d,e){d=d-0x114;var f=c[d];return f;},a72d(a,b);}a72a();function a72c(){var i=['search','204340aFdaag','constructor','10413256PWpTeB','help','6BfJAaL','1735548xFHHUu','1441VLWYhp','7AwgbOc','Try,\x20maka\x20--help','6634719Dfdgnw','6914nVIjui','1323635hRNMwl','195LtjyZd','create','toString','(((.+)+)+)+$','2421195RbmpqU'];a72c=function(){return i;};return a72c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a72h(0x114)]({'name':a72h(0x11c),'description':a72h(0x121),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x81;let f=c[d];return f;},a74d(a,b);}const a74z=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0xc9))/0x1+parseInt(v(0xb5))/0x2*(-parseInt(v(0xc0))/0x3)+-parseInt(v(0xae))/0x4*(parseInt(v(0x9e))/0x5)+parseInt(v(0xc5))/0x6+parseInt(v(0xb9))/0x7*(-parseInt(v(0xda))/0x8)+parseInt(v(0x84))/0x9+-parseInt(v(0xd1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa0faa));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a['toString']()['search']('(((.+)+)+)+$')[x(0x88)]()[x(0xc6)](a74a)['search'](x(0xa1));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a74e['homedir']();function isRoot(){const y=a74d;return process[y(0x9b)]&&process[y(0x9b)]()===0x0;}function a74c(){const C=['Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','data','(((.+)+)+)+$','env','downloadFile','setPath','&release=','Using\x20CA\x20Cert\x20','win32','isFile','install','force','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','arm64','Network\x20error,\x20please\x20try\x20again.','1591028WQmIeN','https://install.meteor.com','success','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','x86_64','/.zshrc','-rf','326038pjESho','meteor.tar.gz','maka\x20install\x20meteor\x20--force','error','26264LGsXcJ','arch','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','.meteor',':$PATH','apply','version','9nBwdFb','getGlobalConfig','linux','notice','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','6791904RbNdNJ','constructor','includes','packages','1211127mduYyj','fileContainsString','Cleaning\x20up','info','maka\x20install','exit','SHELL','string','3496050YTlrDS','maka\x20install\x20meteor\x20--version\x202.13.3','length','fsi','Aborted','Meteor\x20version\x20','Setting\x20Path\x20in\x20','existsSync','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','608jJTyiP','package-metadata','Path\x20already\x20set\x20in\x20','Proceed\x20anyway?','2120283qLJHsu','/.bash_profile','/etc/profile','injectAtEndOfFile','toString','https://packages.meteor.com/bootstrap-link?arch=os.','/.bashrc','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','join','replace','RELEASE=','Setting\x20Path\x20in\x20/etc/profile','maka\x20i','\x20installed.\x0a','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','keepInstallFile','export\x20PATH=','maka\x20install\x20meteor','get','withSpinner','grep','cert','warn','getuid','cacert','platform','10LyjlZJ'];a74c=function(){return C;};return a74c();}Command['create']({'name':a74z(0xa9),'aliases':['i'],'validOpts':[a74z(0xaa),a74z(0xbf),a74z(0x9c),'setPath','keepInstallFile'],'usage':a74z(0xcd),'shortDesc':a74z(0x92),'description':a74z(0xb1),'examples':[a74z(0x95),a74z(0xb7),a74z(0xd2),a74z(0x90)]},async function(a,b){const A=a74z;try{let c='';if(b[A(0x9c)]){if(this[A(0xd4)][A(0xa8)](b[A(0x9c)]))Log[A(0xc3)](A(0xa6)+b[A(0x9c)]),c=b['cacert'];else throw A(0xbb)+c;}const d=await this[A(0xd4)][A(0xc1)]();if(d[A(0x99)]){if(this[A(0xd4)][A(0xa8)](d[A(0x99)]))c=d[A(0x99)];else throw A(0x8b)+c;}let f=![];if(b['f']||b[A(0xaa)])f=!![];else{const p=isRoot();p?(Log[A(0x9a)](A(0xc4)),f=await Actions['confirm'](A(0x83),![])):f=!![];}if(!f)throw A(0xd5);const g=process[A(0x9d)]===A(0xa7),h=await HTTPS[A(0x96)]({'url':A(0xaf),'cert':c}),i=await this[A(0xd4)][A(0x98)](h[A(0xa0)],A(0x8e));if(i[A(0xd3)]===0x0)throw A(0xad);process[A(0xa2)]['NO_NODE_WARNINGS']='1',Log[A(0xc3)]('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0][A(0x8d)](/[^0-9.]/gi,'')[A(0x8d)](/\r?\n|\r/,''));let j=i[0x0]['replace'](/[^0-9.]/gi,'')[A(0x8d)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[A(0xbf)]===A(0xd0))&&(j=b['v']||b[A(0xbf)]);const k={'win32':'windows','darwin':'osx','linux':A(0xc2)},l=A(0x89)+k[a74e[A(0x9d)]()]+'.'+(a74e[A(0xba)]()===A(0xac)?'arm64':A(0xb2))+A(0xa5)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0xb8)](A(0xd6)+j+'\x20is\x20not\x20available.'),process[A(0xce)](0x0));const n=a74f[A(0x8c)](homeDir,A(0xbc)),o=async()=>{const B=A,q=B(0x94)+n+B(0xbd);if(process[B(0xa2)][B(0xcf)]&&process[B(0xa2)][B(0xcf)][B(0xc7)]('zsh')){const r=await this[B(0xd4)][B(0xca)](homeDir+'/.zshrc',q);if(!r)Log[B(0xcc)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0xb3)),this[B(0xd4)][B(0x87)]({'filePath':homeDir+'/.zshrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xa4)]&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0xb3));}else{const s=await this['fsi'][B(0xca)](homeDir+B(0x8a),q);if(!s)Log[B(0xcc)](B(0xd7)+homeDir+B(0x8a)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xa4)]&&Log['info'](B(0x82)+homeDir+'/.bashrc');const t=await this[B(0xd4)]['fileContainsString'](homeDir+B(0x85),q);if(!t)Log[B(0xcc)]('Setting\x20Path\x20in\x20'+homeDir+B(0x85)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x85),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0xcc)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0x85));if(isRoot()){const u=await this[B(0xd4)][B(0xca)](B(0x86),q);if(!u)Log['info'](B(0x8f)),this[B(0xd4)][B(0x87)]({'filePath':B(0x86),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info']('Path\x20already\x20set\x20in\x20/etc/profile');}}};b[A(0xa4)]&&(await o(),process[A(0xce)](0x0));if(g)Log[A(0xb8)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0xce)](0x0);else{if(a74g[A(0xd8)](n)){let q=![];b['f']||b[A(0xaa)]?q=!![]:q=await Actions['confirm'](A(0x9f),![]),q?(await SpawnAsync[A(0x97)]('rm',[A(0xb4),a74f[A(0x8c)](n,A(0xc8))],{'message':A(0xd9)}),await SpawnAsync[A(0x97)]('rm',[A(0xb4),a74f[A(0x8c)](n,A(0x81))],{'message':A(0xab)}),await SpawnAsync[A(0x97)]('rm',['-rf',a74f[A(0x8c)](n,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info']('Aborting\x20install'),process[A(0xce)](0x0));}try{await HTTPS[A(0xa3)]({'url':l,'destPath':a74f['join'](homeDir,A(0xb6)),'cert':c});try{const r=a74f['join'](homeDir,A(0xb6));await this[A(0xd4)]['extractTarGz'](r,homeDir);}catch(s){Log['error']('Error\x20extracting\x20meteor.tar.gz\x20file');}!b[A(0x93)]&&await SpawnAsync[A(0x97)]('rm',[A(0xb4),a74f[A(0x8c)](homeDir,A(0xb6))],{'message':A(0xcb)}),await o();}catch(t){console[A(0xb8)](t),process[A(0xce)](0x0);}Log[A(0xb0)]('Meteor\x20version\x20'+j+A(0x91));}}catch(u){console[A(0xb8)](u),process[A(0xce)](0x0);}});
1
+ const a73y=a73d;(function(a,b){const v=a73d,c=a();while(!![]){try{const d=-parseInt(v(0x142))/0x1+parseInt(v(0x13e))/0x2+parseInt(v(0x117))/0x3+parseInt(v(0x147))/0x4*(-parseInt(v(0x125))/0x5)+parseInt(v(0x14b))/0x6*(parseInt(v(0x14f))/0x7)+-parseInt(v(0x139))/0x8*(-parseInt(v(0x15b))/0x9)+-parseInt(v(0x118))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x600d3));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a73d;if(c){const e=c[w(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const x=a73d;return a73a[x(0x11e)]()['search'](x(0x104))[x(0x11e)]()[x(0x12a)](a73a)[x(0x108)](x(0x104));});a73a();import a73e from'os';import a73f from'path';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x100;let f=c[d];return f;},a73d(a,b);}import a73g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a73c(){const C=['Path\x20already\x20set\x20in\x20/etc/profile','osx','linux','176724GwzXWf','Setting\x20Path\x20in\x20\x20','confirm','exit','91QGymJa','version','getGlobalConfig','create','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','/etc/profile','fsi','Cleaning\x20up','maka\x20install\x20meteor\x20--force','platform','Setting\x20Path\x20in\x20','3123TQaaiW','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Path\x20already\x20set\x20in\x20','downloadFile','arm64','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','isFile','injectAtEndOfFile','Error\x20extracting\x20meteor.tar.gz\x20file','RELEASE=','(((.+)+)+)+$','info','Meteor\x20version\x20','zsh','search','maka\x20install\x20meteor','error','packages','Network\x20error,\x20please\x20try\x20again.','env','grep','extractTarGz','cacert','homedir','join','Using\x20CA\x20Cert\x20','setPath','keepInstallFile','force','2187333tZoSSa','4520070GrmdKf','existsSync','withSpinner','meteor.tar.gz','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','NO_NODE_WARNINGS','toString','includes','string','warn',':$PATH','export\x20PATH=','\x20is\x20not\x20available.','2690dLLltN','.meteor','maka\x20install\x20meteor\x20--version\x202.13.3','Aborting\x20install','maka\x20install','constructor','notice','/.zshrc','arch','replace','apply','Aborted','install','length','Setting\x20Path\x20in\x20/etc/profile','/.bash_profile','meteor','-rf','get','getuid','10352ogPQEu','fileContainsString','cert','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','checkAvailability','1426112frzeyS','Preparing\x20to\x20install\x20Meteor\x20','data','SHELL','654471YQKQkY','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','/.bashrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','https://install.meteor.com','5756DsSsJs'];a73c=function(){return C;};return a73c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a73e[a73y(0x111)]();function isRoot(){const z=a73y;return process[z(0x138)]&&process[z(0x138)]()===0x0;}Command[a73y(0x152)]({'name':a73y(0x131),'aliases':['i'],'validOpts':[a73y(0x116),a73y(0x150),a73y(0x110),a73y(0x114),a73y(0x115)],'usage':a73y(0x129),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a73y(0x153),'examples':[a73y(0x109),a73y(0x158),a73y(0x127),'maka\x20i']},async function(a,b){const A=a73y;try{let c='';if(b[A(0x110)]){if(this[A(0x156)]['isFile'](b[A(0x110)]))Log[A(0x12b)](A(0x113)+b[A(0x110)]),c=b['cacert'];else throw A(0x145)+c;}const d=await this['fsi'][A(0x151)]();if(d[A(0x13b)]){if(this['fsi'][A(0x100)](d[A(0x13b)]))c=d[A(0x13b)];else throw A(0x13c)+c;}let f=![];if(b['f']||b[A(0x116)])f=!![];else{const p=isRoot();p?(Log[A(0x121)](A(0x11c)),f=await Actions[A(0x14d)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0x130);const g=process[A(0x159)]==='win32',h=await HTTPS[A(0x137)]({'url':A(0x146),'cert':c}),i=await this['fsi'][A(0x10e)](h[A(0x140)],A(0x103));if(i[A(0x132)]===0x0)throw A(0x10c);process['env'][A(0x11d)]='1',Log['notice'](A(0x13f)+i[0x0][A(0x12e)](/[^0-9.]/gi,'')[A(0x12e)](/\r?\n|\r/,''));let j=i[0x0][A(0x12e)](/[^0-9.]/gi,'')[A(0x12e)](/\r?\n|\r/,'');(typeof b['v']===A(0x120)||typeof b[A(0x150)]==='string')&&(j=b['v']||b['version']);const k={'win32':'windows','darwin':A(0x149),'linux':A(0x14a)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a73e['platform']()]+'.'+(a73e[A(0x12d)]()===A(0x15f)?A(0x15f):'x86_64')+'&release='+j,m=await HTTPS[A(0x13d)]({'url':l,'cert':c});!m&&(Log['error'](A(0x106)+j+A(0x124)),process[A(0x14e)](0x0));const n=a73f[A(0x112)](homeDir,A(0x126)),o=async()=>{const B=A,q=B(0x123)+n+B(0x122);if(process[B(0x10d)][B(0x141)]&&process['env'][B(0x141)][B(0x11f)](B(0x107))){const r=await this[B(0x156)]['fileContainsString'](homeDir+B(0x12c),q);if(!r)Log['info'](B(0x14c)+homeDir+B(0x12c)),this[B(0x156)][B(0x101)]({'filePath':homeDir+B(0x12c),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x114)]&&Log[B(0x105)](B(0x15d)+homeDir+'/.zshrc');}else{const s=await this[B(0x156)][B(0x13a)](homeDir+B(0x144),q);if(!s)Log['info'](B(0x15a)+homeDir+'/.bashrc'),this[B(0x156)]['injectAtEndOfFile']({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x105)](B(0x15d)+homeDir+B(0x144));const t=await this['fsi'][B(0x13a)](homeDir+B(0x134),q);if(!t)Log['info']('Setting\x20Path\x20in\x20'+homeDir+B(0x134)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x134),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x114)]&&Log[B(0x105)](B(0x15d)+homeDir+B(0x134));if(isRoot()){const u=await this[B(0x156)][B(0x13a)](B(0x155),q);if(!u)Log[B(0x105)](B(0x133)),this[B(0x156)]['injectAtEndOfFile']({'filePath':B(0x155),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x114)]&&Log[B(0x105)](B(0x148));}}};b[A(0x114)]&&(await o(),process[A(0x14e)](0x0));if(g)Log[A(0x10a)](A(0x160)),process[A(0x14e)](0x0);else{if(a73g[A(0x119)](n)){let q=![];b['f']||b[A(0x116)]?q=!![]:q=await Actions[A(0x14d)](A(0x154),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x136),a73f['join'](n,A(0x10b))],{'message':A(0x15c)}),await SpawnAsync[A(0x11a)]('rm',['-rf',a73f[A(0x112)](n,'package-metadata')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',['-rf',a73f['join'](n,A(0x135))],{'message':A(0x143)})):(Log[A(0x105)](A(0x128)),process[A(0x14e)](0x0));}try{await HTTPS[A(0x15e)]({'url':l,'destPath':a73f[A(0x112)](homeDir,A(0x11b)),'cert':c});try{const r=a73f['join'](homeDir,A(0x11b));await this[A(0x156)][A(0x10f)](r,homeDir);}catch(s){Log['error'](A(0x102));}!b[A(0x115)]&&await SpawnAsync['withSpinner']('rm',[A(0x136),a73f[A(0x112)](homeDir,A(0x11b))],{'message':A(0x157)}),await o();}catch(t){console[A(0x10a)](t),process[A(0x14e)](0x0);}Log['success']('Meteor\x20version\x20'+j+'\x20installed.\x0a');}}catch(u){console[A(0x10a)](u),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x13a))/0x1+-parseInt(j(0x12d))/0x2*(parseInt(j(0x120))/0x3)+-parseInt(j(0x12b))/0x4+-parseInt(j(0x11e))/0x5+parseInt(j(0x11f))/0x6*(-parseInt(j(0x146))/0x7)+parseInt(j(0x138))/0x8+parseInt(j(0x128))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x248d3));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x139)]()['search'](l(0x12c))['toString']()[l(0x11d)](a75a)[l(0x13f)](l(0x12c));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x11b;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'path';import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a75c(){const o=['fsi','\x20-c\x20','search','stringify','app/packages','writeFileSync','app/node_modules','\x20-r\x20app','jsdoc','679xwBArQ','plugins/markdown','jsdoc-config.json','constructor','1173985hfHiYN','13566lmWDVy','3bNkOTG','inherit','logError','create','logNotice','apply','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','Running\x20','2984400dyAqkc','docs','logWithSpinner','258036cVPGyT','(((.+)+)+)+$','7662fnSqmD','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','join','closure','.+\x5c.(j|t)s(doc|x)?$','maka\x20jsdoc','\x0a[+]\x20Documentation\x20written\x20to\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','pathFromProject','app/private','2165352QALdZr','toString','69900fNtPgR','utf-8','sep'];a75c=function(){return o;};return a75c();}Command[a75m(0x123)]({'name':a75m(0x145),'usage':a75m(0x133),'mustBeInMakaProject':!![],'shortDesc':a75m(0x12f),'examples':['maka\x20jsdoc\x20--init',a75m(0x133)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x130)](this[n(0x13d)][n(0x136)]({}),n(0x129)+a75e[n(0x13c)]),b=a75e[n(0x130)](this[n(0x13d)][n(0x136)]({}),'config',n(0x11c)),c=this[n(0x13d)]['pathFromProject']({}),d=n(0x145);if(!this[n(0x12e)](b)){const g={'plugins':[n(0x11b)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x145),n(0x131)]},'source':{'includePattern':n(0x132),'excludePattern':n(0x135),'exclude':[n(0x141),n(0x143),'app/public',n(0x137)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x13b)}};a75f[n(0x142)](b,JSON[n(0x140)](g,null,0x4));}const f=this[n(0x12a)](n(0x127)+d);try{const h=d+n(0x13e)+b+n(0x144)+a75e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x121)}),this[n(0x124)](n(0x134)+a);}catch(i){this['logError'](i),this[n(0x122)](n(0x126));}finally{f['stop']();}});
1
+ const a74m=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x17b;let f=c[d];return f;},a74d(a,b);}(function(a,b){const j=a74d,c=a();while(!![]){try{const d=-parseInt(j(0x19e))/0x1*(-parseInt(j(0x1a5))/0x2)+parseInt(j(0x19a))/0x3*(parseInt(j(0x184))/0x4)+parseInt(j(0x18b))/0x5*(parseInt(j(0x1a1))/0x6)+-parseInt(j(0x185))/0x7*(-parseInt(j(0x18f))/0x8)+-parseInt(j(0x198))/0x9+parseInt(j(0x190))/0xa+parseInt(j(0x1a0))/0xb*(-parseInt(j(0x17f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb3c2e));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a74d;if(c){const e=c[k(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const l=a74d;return a74a['toString']()[l(0x199)](l(0x19f))[l(0x194)]()[l(0x19d)](a74a)['search'](l(0x19f));});a74a();function a74c(){const o=['372THCzbn','sep','maka\x20jsdoc','inherit','jsdoc','487488EbzvRG','21YBXhdN','logWithSpinner','pathFromProject','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','apply','fsi','85RiMRHH','\x20-c\x20','jsdoc-config.json','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','188984IYAkmI','11372000JTkAnP','app/node_modules','app/packages','\x0a[+]\x20Documentation\x20written\x20to\x20','toString','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','stringify','writeFileSync','3560499WXcYua','search','30WzUbxH','logNotice','maka\x20jsdoc\x20--init','constructor','20897KUewWl','(((.+)+)+)+$','977218ojnEkS','404346hQZyZf','utf-8','logError','closure','30MfjBmN','isFile','stop','join','\x20-d\x20','app/private','config'];a74c=function(){return o;};return a74c();}import a74e from'path';import a74f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a74m(0x183),'usage':a74m(0x181),'mustBeInMakaProject':!![],'shortDesc':a74m(0x188),'examples':[a74m(0x19c),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a74m,a=a74e[n(0x17b)](this[n(0x18a)][n(0x187)]({}),'docs'+a74e[n(0x180)]),b=a74e[n(0x17b)](this[n(0x18a)]['pathFromProject']({}),n(0x17e),n(0x18d)),c=this['fsi']['pathFromProject']({}),d=n(0x183);if(!this[n(0x1a6)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x1a4)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x18e),'exclude':[n(0x192),n(0x191),'app/public',n(0x17d)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1a2)}};a74f[n(0x197)](b,JSON[n(0x196)](g,null,0x4));}const f=this[n(0x186)]('Running\x20'+d);try{const h=d+n(0x18c)+b+'\x20-r\x20app'+a74e[n(0x180)]+n(0x17c)+a;execSync(h,{'cwd':c,'stdio':n(0x182)}),this[n(0x19b)](n(0x193)+a);}catch(i){this[n(0x1a3)](i),this[n(0x1a3)](n(0x195));}finally{f[n(0x1a7)]();}});
@@ -1 +1 @@
1
- const a76s=a76d;(function(a,b){const p=a76d,c=a();while(!![]){try{const d=parseInt(p(0x198))/0x1*(-parseInt(p(0x191))/0x2)+-parseInt(p(0x1a5))/0x3*(parseInt(p(0x190))/0x4)+parseInt(p(0x188))/0x5+parseInt(p(0x193))/0x6*(parseInt(p(0x1a8))/0x7)+-parseInt(p(0x184))/0x8+parseInt(p(0x18b))/0x9*(-parseInt(p(0x19a))/0xa)+parseInt(p(0x182))/0xb*(parseInt(p(0x1ac))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x4e755));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a76d;if(c){const e=c[q(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const r=a76d;return a76a['toString']()['search'](r(0x189))['toString']()[r(0x19e)](a76a)['search'](r(0x189));});a76a();import a76e from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x182;let f=c[d];return f;},a76d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a76s(0x18e)]({'name':a76s(0x195),'usage':a76s(0x199),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a76s(0x1a9),'description':a76s(0x187),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a76s;try{const c=this['fsi']['findAppDirectory'](),d=this['fsi']['checkNpmPackage'](t(0x1a2)),f=this[t(0x18a)][t(0x197)](t(0x18c)),g=this[t(0x18a)]['checkNpmPackage'](t(0x194)),h=[];!d&&h[t(0x1a6)]('eslint');!f&&h[t(0x1a6)](t(0x18c));!g&&h[t(0x1a6)](t(0x194));h[t(0x1a4)]>0x0&&await this[t(0x18a)]['installNpmPackage'](h['join']('\x20'),{'dev':!![]});const i=this['fsi'][t(0x1a3)](a76e[t(0x186)](c,t(0x1a7)));if(!i){const n={'noRename':!![]};await this[t(0x18a)]['template']({'srcPath':t(0x18d),'destPath':a76e[t(0x186)](c,t(0x1a7)),'framework':t(0x1a0),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a76e[t(0x186)](c,t(0x1ad),'**')]),l=await j[t(0x185)](t(0x19d)),m=await l['format'](k);m['length']>0x0?Log[t(0x1aa)](m):Log[t(0x19f)](t(0x1ab)),Log[t(0x183)](t(0x192)+c+t(0x18f)),b[t(0x196)]?await ESLint[t(0x19c)](k):Log['notice'](t(0x1a1));}catch(o){console['error'](o);}});function a76c(){const u=['bright','All\x20good!\x20:)','12zQdFvo','imports','8149933SRvHOW','notice','1243248mlQGHf','loadFormatter','join','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','2864370TGfbEg','(((.+)+)+)+$','fsi','5112TbkMCo','eslint-plugin-react','eslint/eslintrc.json','create','/imports','887804IbSbdj','1916AFFpaP','Lint\x20results\x20for\x20','6bLWdny','eslint-plugin-css','lint','fix','checkNpmPackage','623RgANZj','maka\x20lint','1620SnEUcR','apply','outputFixes','stylish','constructor','success','service','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint','isFile','length','3tLMxtB','push','.eslintrc.json','516565uGHDSZ','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory'];a76c=function(){return u;};return a76c();}
1
+ const a75r=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a75d(a,b);}(function(a,b){const p=a75d,c=a();while(!![]){try{const d=parseInt(p(0x1db))/0x1*(parseInt(p(0x1cb))/0x2)+parseInt(p(0x1d7))/0x3*(parseInt(p(0x1d0))/0x4)+-parseInt(p(0x1d6))/0x5+parseInt(p(0x1e0))/0x6+-parseInt(p(0x1d5))/0x7+parseInt(p(0x1cd))/0x8+-parseInt(p(0x1ca))/0x9*(parseInt(p(0x1d1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc9397));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const q=a75d;return a75a['toString']()[q(0x1e6)](q(0x1da))[q(0x1e4)]()[q(0x1e5)](a75a)[q(0x1e6)](q(0x1da));});a75a();import a75e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a75r(0x1cf)]({'name':a75r(0x1dd),'usage':a75r(0x1bc),'maxArgLength':0x1,'validOpts':[a75r(0x1bd)],'mustBeInMakaProject':!![],'shortDesc':a75r(0x1d9),'description':a75r(0x1d3),'examples':[a75r(0x1ba)]},async function(a,b){const s=a75r;try{const c=this[s(0x1d8)]['findAppDirectory'](),d=this[s(0x1d8)][s(0x1c5)]('eslint'),f=this[s(0x1d8)][s(0x1c5)](s(0x1de)),g=this[s(0x1d8)][s(0x1c5)](s(0x1bb)),h=[];!d&&h[s(0x1c8)](s(0x1e1));!f&&h[s(0x1c8)](s(0x1de));!g&&h['push'](s(0x1bb));h['length']>0x0&&await this[s(0x1d8)][s(0x1c0)](h[s(0x1c9)]('\x20'),{'dev':!![]});const i=this[s(0x1d8)][s(0x1df)](a75e['join'](c,s(0x1c7)));if(!i){const n={'noRename':!![]};await this[s(0x1d8)][s(0x1d4)]({'srcPath':s(0x1b9),'destPath':a75e[s(0x1c9)](c,s(0x1c7)),'framework':s(0x1c4),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a75e[s(0x1c9)](c,s(0x1be),'**')]),l=await j[s(0x1e2)](s(0x1e3)),m=await l['format'](k);m[s(0x1dc)]>0x0?Log[s(0x1c6)](m):Log[s(0x1c2)](s(0x1cc)),Log[s(0x1c1)](s(0x1ce)+c+'/imports'),b['fix']?await ESLint[s(0x1c3)](k):Log['notice'](s(0x1d2));}catch(o){console[s(0x1bf)](o);}});function a75c(){const t=['template','684677wzRfRQ','6933030wwUoTK','3844299HDsUjK','fsi','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','(((.+)+)+)+$','9561FTPCzF','length','lint','eslint-plugin-react','isFile','7208166KFEWIi','eslint','loadFormatter','stylish','toString','constructor','search','eslint/eslintrc.json','maka\x20lint\x20--fix','eslint-plugin-css','maka\x20lint','fix','imports','error','installNpmPackage','notice','success','outputFixes','service','checkNpmPackage','bright','.eslintrc.json','push','join','189ROURdI','10uwuiRa','All\x20good!\x20:)','5151072gykLxE','Lint\x20results\x20for\x20','create','4oHIAuU','412310PVafRc','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20'];a75c=function(){return t;};return a75c();}
@@ -1 +1 @@
1
- function a77c(){const B=['authToken','698154pitTik','post','ask','apply','get','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','search','update','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','parse','failure','header','isFile','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Logging\x20in','cert','withSpinner','toHex','error','/api/v1/status','255ZMLitJ','start','26442hYBUxw','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','702836tKbXFK','3153829KwAYXl','/api/v1/login','https://','fsi','322601LMCNzB','getGlobalConfig','MAKA_DEV','/api/v1/encodeJwt','toString','cacert','8JhuJXz','email','exit','Password:\x20','success','localhost','741015RdDIzU','assign','maka\x20login','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','digest','create','870063cEPfCi','password','(((.+)+)+)+$','constructor'];a77c=function(){return B;};return a77c();}const a77z=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=parseInt(w(0x95))/0x1+-parseInt(w(0xad))/0x2+parseInt(w(0xa8))/0x3+-parseInt(w(0x90))/0x4+-parseInt(w(0xc1))/0x5*(parseInt(w(0x8e))/0x6)+parseInt(w(0x91))/0x7*(parseInt(w(0x9b))/0x8)+-parseInt(w(0xa1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3877b));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a77d;if(c){const e=c[x(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const y=a77d;return a77a[y(0x99)]()[y(0xb3)](y(0xaa))[y(0x99)]()[y(0xab)](a77a)[y(0xb3)]('(((.+)+)+)+$');});a77a();import a77e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x8e;let f=c[d];return f;},a77d(a,b);}const hostname=process['env'][a77z(0x97)]==='True'?a77z(0xa0):'www.maka-cli.com';Command[a77z(0xa7)]({'name':'login','validOpts':[a77z(0x9c),'password','help',a77z(0x9a),'debug'],'usage':a77z(0xa3),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a77z(0x8f),'examples':[a77z(0xa3),a77z(0xb5)]},async function(a,b){const A=a77z,c=Log[A(0xbd)]();try{let d='';b['cacert']&&(this[A(0x94)][A(0xb9)](b[A(0x9a)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log['error'](A(0xba)+d));const f=await this[A(0x94)][A(0x96)]();if(f[A(0xbc)]){if(this[A(0x94)][A(0xb9)](f[A(0xbc)]))d=f['cert'];else{Log[A(0xbf)](A(0xa4)+d);return;}}Log[A(0xb8)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x93)+hostname+A(0xc0)};b[A(0x9a)]&&Object['assign'](g,{'cert':d});c[A(0xc2)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0xb1)](g);if(h===0x198){c[A(0xb7)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0xb7)]();throw A(0x93)+hostname+A(0xa5);}c[A(0x9f)]();const i=b['email']?b[A(0x9c)]:await Actions[A(0xaf)]('Email:'),j=b[A(0xa9)]?b[A(0xa9)]:await Actions[A(0xaf)](A(0x9e),!![]),k=a77e['md']['sha256']['create']();k[A(0xb4)](j);const l=k[A(0xa6)]()[A(0xbe)](),m={'hostname':hostname,'path':A(0x92),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x9a)]&&Object[A(0xa2)](m,{'cert':d});c[A(0xc2)](A(0xbb));const {data:n,statusCode:o}=await HTTPS[A(0xae)](m);if(o===0x198){c['failure']('\x0a');throw A(0xb2)+hostname;}const p=JSON['parse'](n);if(p[A(0xac)]){const q={'hostname':hostname,'path':A(0x98),'headers':{'x-auth-token':p[A(0xac)]},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0xb6)](r);if(s===0x198)throw A(0xb2)+hostname;const u={'token':p,'hash':t};this[A(0x94)]['setGlobalConfig'](u);}else{c[A(0xb7)]();throw p;}c['success']();}catch(v){c['failure'](),console[A(0xbf)](v),process[A(0x9d)](0x0);}});
1
+ function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xd9;let f=c[d];return f;},a76d(a,b);}const a76z=a76d;(function(a,b){const w=a76d,c=a();while(!![]){try{const d=-parseInt(w(0xeb))/0x1+-parseInt(w(0xd9))/0x2+parseInt(w(0xdd))/0x3+parseInt(w(0xdb))/0x4+-parseInt(w(0x103))/0x5*(-parseInt(w(0xfb))/0x6)+parseInt(w(0xf3))/0x7+parseInt(w(0xe7))/0x8*(-parseInt(w(0xff))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xcbb7f));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a76d;if(c){const e=c[x(0xe0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const y=a76d;return a76a[y(0xfe)]()[y(0xda)](y(0xf4))[y(0xfe)]()[y(0x102)](a76a)['search'](y(0xf4));});a76a();import a76e from'node-forge';function a76c(){const B=['1857256LVjcme','/api/v1/status','create','localhost','650031WHtZVF','MAKA_DEV','start','isFile','assign','parse','help','fsi','2162783YVPwEQ','(((.+)+)+)+$','post','ask','success','debug','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/login','138GatFQQ','exit','Using\x20CA\x20Cert\x20','toString','9ZeEjZB','env','/api/v1/encodeJwt','constructor','214615PHbAfi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','sha256','True','failure','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','Email:','Logging\x20in','www.maka-cli.com','https://','maka\x20login','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','2324572lbsSdk','search','1250668NDtUsb','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','3810120PzItkm','error','authToken','apply','Password:\x20','email','cert','password','cacert','toHex'];a76c=function(){return B;};return a76c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a76z(0x100)][a76z(0xec)]===a76z(0x106)?a76z(0xea):a76z(0x10b);Command[a76z(0xe9)]({'name':'login','validOpts':[a76z(0xe2),'password',a76z(0xf1),a76z(0xe5),a76z(0xf8)],'usage':a76z(0x10d),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a76z(0x108),'examples':[a76z(0x10d),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a76z,c=Log['withSpinner']();try{let d='';b[A(0xe5)]&&(this[A(0xf2)][A(0xee)](b[A(0xe5)])?(d=b[A(0xe5)],Log['notice'](A(0xfd)+d)):Log[A(0xde)](A(0xf9)+d));const f=await this[A(0xf2)]['getGlobalConfig']();if(f[A(0xe3)]){if(this[A(0xf2)][A(0xee)](f[A(0xe3)]))d=f['cert'];else{Log[A(0xde)](A(0xdc)+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0x10c)+hostname+A(0xe8)};b[A(0xe5)]&&Object[A(0xef)](g,{'cert':d});c[A(0xed)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x107)]();throw A(0x104);}if(h!==0xc8){c[A(0x107)]();throw'https://'+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c['success']();const i=b['email']?b[A(0xe2)]:await Actions['ask'](A(0x109)),j=b[A(0xe4)]?b[A(0xe4)]:await Actions[A(0xf6)](A(0xe1),!![]),k=a76e['md'][A(0x105)][A(0xe9)]();k['update'](j);const l=k['digest']()[A(0xe6)](),m={'hostname':hostname,'path':A(0xfa),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xe5)]&&Object[A(0xef)](m,{'cert':d});c[A(0xed)](A(0x10a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x107)]('\x0a');throw A(0x10e)+hostname;}const p=JSON['parse'](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x101),'headers':{'x-auth-token':p[A(0xdf)]},'data':{}};b['cacert']&&Object[A(0xef)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xf5)](q),{token:t}=JSON[A(0xf0)](r);if(s===0x198)throw A(0x10e)+hostname;const u={'token':p,'hash':t};this[A(0xf2)]['setGlobalConfig'](u);}else{c['failure']();throw p;}c[A(0xf7)]();}catch(v){c[A(0x107)](),console[A(0xde)](v),process[A(0xfc)](0x0);}});
@@ -1 +1 @@
1
- const a78o=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xe8;let f=c[d];return f;},a78d(a,b);}(function(a,b){const l=a78d,c=a();while(!![]){try{const d=parseInt(l(0x10d))/0x1+parseInt(l(0x114))/0x2*(parseInt(l(0x105))/0x3)+-parseInt(l(0x101))/0x4+-parseInt(l(0x107))/0x5+parseInt(l(0x106))/0x6+parseInt(l(0x111))/0x7*(parseInt(l(0x10e))/0x8)+-parseInt(l(0xf0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x84975));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a78d;if(c){const e=c[m(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const n=a78d;return a78a['toString']()[n(0xfd)](n(0xe8))[n(0xfc)]()[n(0xfb)](a78a)['search'](n(0xe8));});a78a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a78o(0x10c)][a78o(0xe9)]===a78o(0x118)?a78o(0xee):a78o(0xec);function a78c(){const q=['assign','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','env','795284bHpHuR','608WWPhfL','Logging\x20out\x20of\x20https://','start','83027PVzbNH','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','error','57796pfLNXO','apply','get','token','True','(((.+)+)+)+$','MAKA_DEV','success','Using\x20CA\x20Cert\x20','www.maka-cli.com','create','localhost','exit','12621348jrZlfs','getGlobalConfig','/api/v1/status','fsi','logout','cacert','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','maka\x20logout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/logoutAll','header','constructor','toString','search','failure','post','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','892704jSsScS','https://','Preflight\x20Check','cert','54jmTYLf','2956776FnlBhn','2705195YKOVKu','isFile'];a78c=function(){return q;};return a78c();}Command[a78o(0xed)]({'name':a78o(0xf4),'validOpts':[a78o(0xf5)],'usage':a78o(0xf7),'maxArgLength':0x2,'shortDesc':a78o(0xf6),'disableAuthCheck':!![],'examples':[a78o(0xf7)]},async function(a,b){const p=a78o,c=Log['withSpinner']();try{let d='';b[p(0xf5)]&&(this[p(0xf3)][p(0x108)](b[p(0xf5)])?(d=b['cacert'],Log['notice'](p(0xeb)+d)):Log[p(0x113)](p(0xf8)+d));const f=await this['fsi'][p(0xf1)]();if(f['cert']){if(this[p(0xf3)]['isFile'](f[p(0x104)]))d=f['cert'];else{c[p(0xfe)]();throw Log[p(0x113)](p(0x10a)+d);}}Log[p(0xfa)](p(0x10f)+hostname);const g={'url':p(0x102)+hostname+p(0xf2)};b[p(0xf5)]&&Object[p(0x109)](g,{'cert':d});c[p(0x110)](p(0x103));const {statusCode:h}=await HTTPS[p(0x116)](g);if(h===0x198){c[p(0xfe)]();throw p(0x100);}c['success']();if(h!==0xc8){c['failure']();throw p(0x10b);}if(!f?.['token']?.['authToken'])throw Log[p(0x113)](p(0x112));c[p(0x110)]('Logging\x20out');const i={'hostname':hostname,'path':p(0xf9),'data':{},'headers':{'x-auth-token':f[p(0x117)]['authToken']}};b[p(0xf5)]&&Object[p(0x109)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xff)](i);if(j===0x198){c[p(0xfe)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0xf3)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xea)]();}catch(k){k&&console['error'](k),process[p(0xef)](0x0);}});
1
+ const a77o=a77d;(function(a,b){const l=a77d,c=a();while(!![]){try{const d=-parseInt(l(0x70))/0x1+parseInt(l(0x79))/0x2*(parseInt(l(0x69))/0x3)+-parseInt(l(0x85))/0x4+-parseInt(l(0x7e))/0x5+-parseInt(l(0x89))/0x6+parseInt(l(0x86))/0x7+parseInt(l(0x6a))/0x8*(parseInt(l(0x6e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x28f43));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a77d;if(c){const e=c[m(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const n=a77d;return a77a[n(0x7d)]()[n(0x72)](n(0x6d))[n(0x7d)]()[n(0x78)](a77a)[n(0x72)]('(((.+)+)+)+$');});a77a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x65;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';function a77c(){const q=['success','error','create','fsi','failure','cert','www.maka-cli.com','assign','withSpinner','https://','token','6TwVIGY','1395272ryqSIw','start','env','(((.+)+)+)+$','18xEcKxg','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','251520CYOqXY','header','search','setGlobalConfig','Logging\x20out','isFile','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','constructor','40064AopaST','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','notice','/api/v1/logoutAll','toString','494070gjQspt','getGlobalConfig','logout','Logging\x20out\x20of\x20https://','MAKA_DEV','authToken','get','265148ieersT','1687595ghkJSh','exit','cacert','273594dqrqgk','/api/v1/status','maka\x20logout','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','True'];a77c=function(){return q;};return a77c();}const hostname=process[a77o(0x6c)][a77o(0x82)]===a77o(0x8e)?'localhost':a77o(0x95);Command[a77o(0x91)]({'name':a77o(0x80),'validOpts':[a77o(0x88)],'usage':a77o(0x8b),'maxArgLength':0x2,'shortDesc':a77o(0x77),'disableAuthCheck':!![],'examples':[a77o(0x8b)]},async function(a,b){const p=a77o,c=Log[p(0x66)]();try{let d='';b[p(0x88)]&&(this[p(0x92)][p(0x75)](b[p(0x88)])?(d=b[p(0x88)],Log[p(0x7b)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x90)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x92)][p(0x7f)]();if(f['cert']){if(this[p(0x92)][p(0x75)](f[p(0x94)]))d=f['cert'];else{c[p(0x93)]();throw Log[p(0x90)](p(0x7a)+d);}}Log[p(0x71)](p(0x81)+hostname);const g={'url':p(0x67)+hostname+p(0x8a)};b[p(0x88)]&&Object[p(0x65)](g,{'cert':d});c[p(0x6b)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x84)](g);if(h===0x198){c[p(0x93)]();throw p(0x6f);}c[p(0x8f)]();if(h!==0xc8){c[p(0x93)]();throw p(0x8d);}if(!f?.[p(0x68)]?.['authToken'])throw Log[p(0x90)](p(0x8c));c['start'](p(0x74));const i={'hostname':hostname,'path':p(0x7c),'data':{},'headers':{'x-auth-token':f[p(0x68)][p(0x83)]}};b[p(0x88)]&&Object[p(0x65)](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c['failure']('\x0a');throw p(0x6f);}this[p(0x92)][p(0x73)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x8f)]();}catch(k){k&&console['error'](k),process[p(0x87)](0x0);}});
@@ -1 +1 @@
1
- function a79c(){const o=['maka\x20logs\x20--env\x20staging','apply','74GCcHwv','create','maka\x20logs','logs','maka\x20l\x20-e\x20p','270080qrNEhX','4815yHzIJO','search','parse','34550rPTlJf','56rboCqI','log','pm2\x20logs','getAppConfigPath','5645450DIgJHz','(((.+)+)+)+$','env','maka\x20logs\x20--env\x20dev','41581UGBSRB','constructor','1674568TXbHJU','3194922hSaNkC','error','toString','readFileSync','2596503iIUjhu'];a79c=function(){return o;};return a79c();}const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(0x94))/0x1*(-parseInt(j(0x9e))/0x2)+parseInt(j(0x9b))/0x3+parseInt(j(0xa3))/0x4+parseInt(j(0x90))/0x5+parseInt(j(0x97))/0x6+-parseInt(j(0x96))/0x7*(-parseInt(j(0xa8))/0x8)+parseInt(j(0xa4))/0x9*(-parseInt(j(0xa7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xd7644));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a[l(0x99)]()['search'](l(0x91))['toString']()[l(0x95)](a79a)[l(0xa5)](l(0x91));});a79a();import a79e from'fs';import a79f from'path';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x90;let f=c[d];return f;},a79d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a79m(0x9f)]({'name':a79m(0xa1),'aliases':['l',a79m(0xa9)],'usage':a79m(0xa0),'requiredOpts':[a79m(0x92)],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':'View\x20the\x20PM2\x20logs','isPro':!![],'examples':[a79m(0x93),a79m(0x9c),a79m(0xa2)]},function(a,b){const n=a79m;try{const c=n(0xaa),d=this['fsi'][n(0xab)](b['env']),f=a79f['join'](d,'ssh.json'),g=a79e[n(0x9a)](f),h=JSON[n(0xa6)](g['toString']());Object['assign'](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0x98)](i);}});
1
+ function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x10e;let f=c[d];return f;},a78d(a,b);}const a78l=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0x128))/0x1*(parseInt(j(0x12c))/0x2)+-parseInt(j(0x119))/0x3+-parseInt(j(0x129))/0x4*(parseInt(j(0x121))/0x5)+parseInt(j(0x12b))/0x6+-parseInt(j(0x11a))/0x7+parseInt(j(0x122))/0x8+parseInt(j(0x110))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xbe4b4));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x126)]()['search'](k(0x11e))[k(0x126)]()[k(0x123)](a78a)[k(0x11f)]('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a78c(){const n=['sshSync','toString','getAppConfigPath','527293hYoEsP','1436HmnJSQ','join','1870080DXNhyU','4pYIjeC','error','maka\x20logs\x20--env\x20staging','26774262CtCWUh','maka\x20logs','pm2\x20logs','parse','verbose','View\x20the\x20PM2\x20logs','logs','env','assign','4419048GGDTCo','8412796TUrCzx','maka\x20l\x20-e\x20p','readFileSync','fsi','(((.+)+)+)+$','search','log','17320MWkSwF','2853440YxuzvP','constructor','maka\x20logs\x20--env\x20dev'];a78c=function(){return n;};return a78c();}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a78l(0x116),'aliases':['l',a78l(0x120)],'usage':a78l(0x111),'requiredOpts':[a78l(0x117)],'mustBeInMakaProject':!![],'validOpts':[a78l(0x114)],'shortDesc':a78l(0x115),'isPro':!![],'examples':[a78l(0x124),a78l(0x10f),a78l(0x11b)]},function(a,b){const m=a78l;try{const c=m(0x112),d=this[m(0x11d)][m(0x127)](b[m(0x117)]),f=a78f[m(0x12a)](d,'ssh.json'),g=a78e[m(0x11c)](f),h=JSON[m(0x113)](g[m(0x126)]());Object[m(0x118)](h,{'env':d}),SSH[m(0x125)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[m(0x10e)](i);}});
@@ -1 +1 @@
1
- const a80h=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(0xb9))/0x1+-parseInt(f(0xc0))/0x2*(-parseInt(f(0xb0))/0x3)+parseInt(f(0xba))/0x4*(parseInt(f(0xc1))/0x5)+-parseInt(f(0xbe))/0x6*(parseInt(f(0xb5))/0x7)+-parseInt(f(0xb6))/0x8+parseInt(f(0xaf))/0x9+parseInt(f(0xae))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x5a9c1));function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0xaa;let f=c[d];return f;},a80d(a,b);}const a80b=(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;};}()),a80a=a80b(this,function(){const g=a80d;return a80a[g(0xbb)]()[g(0xb3)](g(0xb1))[g(0xbb)]()[g(0xbd)](a80a)[g(0xb3)](g(0xb1));});a80a();function a80c(){const j=['\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20run','644266BzzZYp','106052nsYvyb','toString','maka\x20<command>\x20[<args>]\x20[<opts>]','constructor','12jzzKQu','exit','6MLbnTu','65zMzxpc','maka\x20install\x20meteor','splice','processAndRunCommand','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2431170DYlaZx','1088955UGceOZ','377337fLMSDZ','(((.+)+)+)+$','maka\x20create\x20Todo','search','maka\x20--help','46361EHYHsZ','459752lunWxK'];a80c=function(){return j;};return a80c();}import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a80h(0xad),'validOpts':[],'usage':a80h(0xbc),'disableAuthCheck':!![],'examples':[a80h(0xb4),a80h(0xaa),a80h(0xb2),a80h(0xb8)],'description':a80h(0xb7)},async function(a,b){const i=a80h;try{const c=a[0x0];a[i(0xab)](0x0,0x1),await this[i(0xac)](c,a,b);}catch(d){process[i(0xbf)](0x1);}});export default Maka;
1
+ const a79i=a79d;(function(a,b){const f=a79d,c=a();while(!![]){try{const d=-parseInt(f(0x143))/0x1+parseInt(f(0x147))/0x2*(parseInt(f(0x14d))/0x3)+parseInt(f(0x14e))/0x4+-parseInt(f(0x146))/0x5+-parseInt(f(0x14a))/0x6+-parseInt(f(0x141))/0x7+parseInt(f(0x140))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x4ffa6));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a79d;if(c){const e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const h=a79d;return a79a[h(0x148)]()[h(0x14b)](h(0x144))[h(0x148)]()[h(0x142)](a79a)[h(0x14b)]('(((.+)+)+)+$');});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x13e;let f=c[d];return f;},a79d(a,b);}a79a();function a79c(){const k=['apply','maka\x20create\x20Todo','10921568kqjbUy','1804327QSdJZN','constructor','620642fYPYTY','(((.+)+)+)+$','processAndRunCommand','1987590kIkMiA','2SfPphV','toString','maka\x20<command>\x20[<args>]\x20[<opts>]','3703992OjkvpV','search','splice','1916157SnogwA','867712ZQVVxs','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20run','maka','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'];a79c=function(){return k;};return a79c();}import{Command}from'../command.js';const Maka=new Command({'name':a79i(0x151),'minArgLength':0x1,'shortDesc':a79i(0x14f),'validOpts':[],'usage':a79i(0x149),'disableAuthCheck':!![],'examples':['maka\x20--help','maka\x20install\x20meteor',a79i(0x13f),a79i(0x150)],'description':a79i(0x152)},async function(a,b){const j=a79i;try{const c=a[0x0];a[j(0x14c)](0x0,0x1),await this[j(0x145)](c,a,b);}catch(d){process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
1
- function a81c(){var k=['constructor','maka\x20murder','Murrrrderrrrr','3qAdwzx','15966885fTnLbt','1053102VtLVxE','toString','69158XjqEhN','font-family:\x20monospace','exit','murder','search','create','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','(((.+)+)+)+$','1326800SbePtM','5739849NlwxBH','8toyrEJ','10eAAnaG','1645132Xnklxz','2784486SdyiCV','7IxSJUO','apply','error','log'];a81c=function(){return k;};return a81c();}var a81i=a81d;function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a81d(a,b);}(function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0x1f6))/0x1*(-parseInt(f(0x1fa))/0x2)+parseInt(f(0x1f8))/0x3+parseInt(f(0x206))/0x4*(-parseInt(f(0x205))/0x5)+parseInt(f(0x207))/0x6*(parseInt(f(0x208))/0x7)+-parseInt(f(0x204))/0x8*(parseInt(f(0x203))/0x9)+-parseInt(f(0x202))/0xa+parseInt(f(0x1f7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x8b232));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x209)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a[h(0x1f9)]()[h(0x1fe)](h(0x201))['toString']()[h(0x20c)](a81a)[h(0x1fe)]('(((.+)+)+)+$');});a81a();import{Command}from'../command.js';Command[a81i(0x1ff)]({'name':a81i(0x1fd),'usage':a81i(0x1f4),'maxArgLength':0x1,'shortDesc':a81i(0x1f5),'validOpts':[]},async function(){var j=a81i;try{console[j(0x20b)](j(0x200),j(0x1fb));}catch(a){console[j(0x20a)](a),process[j(0x1fc)](0x0);}});
1
+ var a80i=a80d;(function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0xe1))/0x1*(-parseInt(f(0xd9))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0xda))/0x4+parseInt(f(0xd7))/0x5+parseInt(f(0xdb))/0x6+parseInt(f(0xde))/0x7+-parseInt(f(0xd6))/0x8*(parseInt(f(0xdc))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xbf05b));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0xdd)]()['search'](h(0xe2))[h(0xdd)]()['constructor'](a80a)[h(0xe6)](h(0xe2));});a80a();import{Command}from'../command.js';function a80c(){var k=['log','390958eqwWuP','5745792DgtAbV','6699912WGGjtH','14481lxnGEZ','toString','4103799GVpieE','create','font-family:\x20monospace','5akuIUe','(((.+)+)+)+$','apply','error','659139JIBghM','search','exit','4744PDfmCv','1364975lkyTOa'];a80c=function(){return k;};return a80c();}function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0xd6;var f=c[d];return f;},a80d(a,b);}Command[a80i(0xdf)]({'name':'murder','usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a80i;try{console[j(0xd8)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',j(0xe0));}catch(a){console[j(0xe4)](a),process[j(0xe7)](0x0);}});
@@ -1 +1 @@
1
- const a82p=a82d;(function(a,b){const m=a82d,c=a();while(!![]){try{const d=-parseInt(m(0x12a))/0x1*(parseInt(m(0x11a))/0x2)+parseInt(m(0x112))/0x3+-parseInt(m(0x10b))/0x4+parseInt(m(0x10c))/0x5+parseInt(m(0x126))/0x6*(parseInt(m(0x117))/0x7)+parseInt(m(0x110))/0x8*(parseInt(m(0x11f))/0x9)+parseInt(m(0x106))/0xa*(-parseInt(m(0x102))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x2050a));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a82d;if(c){const e=c[n(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const o=a82d;return a82a['toString']()['search'](o(0x107))[o(0x109)]()[o(0x127)](a82a)[o(0x124)](o(0x107));});a82a();import a82e from'fs';function a82c(){const r=['create','25069WHgjHO','listen','join','getAppConfigPath','410CiATYC','(((.+)+)+)+$','utf8','toString','targetHost','190480ryAnwn','207670UEBiTP','mkKeysDir','.csr','appName','8OcoUbY','maka\x20proxy','782151HEugmh','getMakaProjectConfig','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','fsi','314384yWVDoG','.key','genSSC','18RFQpbh','genCSR','.crt','error','help','57411fpjlDT','isFile','apply','maka\x20proxy\x20--target-host\x20http://192.168.1.20','listenPort','search','localhost','24RsfeOe','constructor','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','readFileSync','23873SBSaOl','targetPort'];a82c=function(){return r;};return a82c();}import a82f from'path';import a82g from'http-proxy';import{Command}from'../command.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x102;let f=c[d];return f;},a82d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82p(0x12c)]({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a82p(0x11e),a82p(0x12b),'listenPort',a82p(0x10a)],'maxArgLength':0x1,'shortDesc':a82p(0x114),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':[a82p(0x111),a82p(0x128),a82p(0x122)]},async function(a,b){const q=a82p,c=this[q(0x116)][q(0x113)](),d='development',e=this['fsi'][q(0x105)](d),f=this[q(0x116)][q(0x10d)]({'configPath':e}),g=b[q(0x12b)]?Number(b['targetPort']):0xbb8,h=b[q(0x123)]?Number(b[q(0x123)]):0xd73,i=b[q(0x10a)]?b[q(0x10a)]:q(0x125),j=a82f[q(0x104)](f,c['appName']+q(0x118)),k=a82f[q(0x104)](f,c[q(0x10f)]+q(0x11c));(!this['fsi'][q(0x120)](j)||!this[q(0x116)][q(0x120)](k))&&(await a82h['processAndRunGenerator']('sslconfig',[],{'env':d}),SSL[q(0x11b)]({'keyName':c[q(0x10f)]+q(0x118),'csrName':c[q(0x10f)]+q(0x10e),'cwd':f}),SSL[q(0x119)]({'keyName':c[q(0x10f)]+q(0x118),'crtName':c[q(0x10f)]+'.crt','cwd':f}));if(g===h){Log[q(0x11d)](q(0x115));throw new UsageError();}const l={'ssl':{'key':a82e['readFileSync'](j,q(0x108)),'cert':a82e[q(0x129)](k,q(0x108))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g['createProxyServer'](l)[q(0x103)](Number(h)),Log['bright']('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+'\x20to\x20'+g);});
1
+ const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=-parseInt(m(0xe5))/0x1+-parseInt(m(0xf7))/0x2*(parseInt(m(0xf5))/0x3)+parseInt(m(0x109))/0x4*(-parseInt(m(0x108))/0x5)+-parseInt(m(0xed))/0x6*(parseInt(m(0xf0))/0x7)+-parseInt(m(0xe8))/0x8+-parseInt(m(0xf3))/0x9+parseInt(m(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xc6bcb));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a[o(0x104)]()[o(0x107)]('(((.+)+)+)+$')[o(0x104)]()[o(0xf1)](a81a)['search'](o(0xee));});a81a();function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xe1;let f=c[d];return f;},a81d(a,b);}import a81e from'fs';import a81f from'path';import a81g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a81h from'../generators/maka.gen.js';Command[a81p(0xfd)]({'name':a81p(0x101),'usage':a81p(0x106),'mustBeInMakaProject':!![],'validOpts':[a81p(0x103),a81p(0xfa),a81p(0xeb),a81p(0x100)],'maxArgLength':0x1,'shortDesc':a81p(0xf4),'description':a81p(0x10b),'examples':[a81p(0x106),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a81p(0xf9)]},async function(a,b){const q=a81p,c=this[q(0x10c)][q(0xf8)](),d=q(0x10a),e=this[q(0x10c)][q(0xe2)](d),f=this[q(0x10c)][q(0xff)]({'configPath':e}),g=b[q(0xfa)]?Number(b[q(0xfa)]):0xbb8,h=b['listenPort']?Number(b[q(0xeb)]):0xd73,i=b[q(0x100)]?b[q(0x100)]:'localhost',j=a81f[q(0xfb)](f,c[q(0x10e)]+'.key'),k=a81f[q(0xfb)](f,c['appName']+q(0xea));(!this[q(0x10c)][q(0x105)](j)||!this['fsi']['isFile'](k))&&(await a81h[q(0xe7)]('sslconfig',[],{'env':d}),SSL[q(0xfe)]({'keyName':c[q(0x10e)]+q(0x10f),'csrName':c[q(0x10e)]+q(0xe1),'cwd':f}),SSL[q(0xf6)]({'keyName':c[q(0x10e)]+q(0x10f),'crtName':c[q(0x10e)]+q(0xea),'cwd':f}));if(g===h){Log[q(0xe9)](q(0x102));throw new UsageError();}const l={'ssl':{'key':a81e[q(0xf2)](j,'utf8'),'cert':a81e[q(0xf2)](k,q(0x10d))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a81g[q(0xe3)](l)[q(0xe4)](Number(h)),Log[q(0xfc)](q(0xec)+h+'\x20to\x20'+g);});function a81c(){const r=['join','bright','create','genCSR','mkKeysDir','targetHost','proxy','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','help','toString','isFile','maka\x20proxy','search','205yhDGof','59924GHOcyZ','development','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','fsi','utf8','appName','.key','.csr','getAppConfigPath','createProxyServer','listen','1179198AakwYf','apply','processAndRunGenerator','4727544WjlKFC','error','.crt','listenPort','=>\x20SSL\x20Proxy\x20forwarding\x20','1031106tugKyu','(((.+)+)+)+$','61436920RQFFqV','35nvhhVz','constructor','readFileSync','5641974fDkXlG','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','46569jWizoc','genSSC','188qOxZUz','getMakaProjectConfig','maka\x20proxy\x20--target-host\x20http://192.168.1.20','targetPort'];a81c=function(){return r;};return a81c();}