@maka/maka-cli 4.7.12 → 4.7.14

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 +15 -0
  4. package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
  5. package/.vs/maka-cli-src/FileContentIndex/4c0a1daa-da96-4fc9-bf6f-ad5a9148b26c.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(0x1a6))/0x1+parseInt(y(0x1a4))/0x2+parseInt(y(0x170))/0x3+parseInt(y(0x1be))/0x4+parseInt(y(0x1c3))/0x5*(-parseInt(y(0x194))/0x6)+-parseInt(y(0x1a8))/0x7*(-parseInt(y(0x19d))/0x8)+-parseInt(y(0x16a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x42bd1));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';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x16a;let f=c[d];return f;},a60d(a,b);}function a60c(){const H=['Right\x20Hand:\x20','arms','key','1525923QETWVP','removeAllListeners','10%','handleInput','log','yellow','616773gpdlNh','join','Gloves:\x20','mousemove','\x20Map\x20','Arms:\x20','90%','\x0aThere\x20are\x20no\x20exits\x20here.','player','exits','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','constructor','unlock','enter','getInstance','legs','getWelcomeMessage','Torso:\x20','screen','25%','pushLine','feet','write','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20(Locked)','gloves','forEach','size','(((.+)+)+)+$','cyan','100%','\x20(Unlocked)','----->>>>>>\x20Initializing\x20Game','lock','split','Currently\x20in:\x20','114ZthGkI','<<<<<<<<---------\x20Terminating\x20game','C-c','equip','argv','append','line','map','slice','8CKrhie','name','toString','Head:\x20','parse','roomType','torso','486442NBXjoK','getOtherSide','532018YMCxrM','70%','3640168Kpfbjl','focus','head','inventory','textbox','75%','leftHand','escape','search','Side\x20Quest\x20Adventure\x20Game','equipment','45%','rightHand','Left\x20Hand:\x20','\x20Equipment\x20','render','exit','setContent','getAllItems','checkIfLockable','Thanks\x20for\x20playing!','scroll','1217104kbRBXO','Feet:\x20','logFilePath','None','box','78470AUnkDI','white','logBox','OUTSIDE'];a60c=function(){return H;};return a60c();}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(0x1b0)](z(0x18c))[z(0x19f)]()[z(0x17b)](g)['search'](z(0x18c));});g();try{const h=a60e[A(0x182)]({'smartCSR':!![],'title':A(0x1b1)}),i=a60e[A(0x1c2)]({'top':'0%','left':A(0x1ad),'width':A(0x183),'height':A(0x1b3),'border':{'type':'line'},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1ba)]()[B(0x19b)](v=>v['name']);i[B(0x1b9)](u[B(0x171)]('\x0a')),h[B(0x1b7)]();};h['append'](i);const k=a60e[A(0x1c2)]({'top':A(0x1b3),'left':A(0x1ad),'width':A(0x183),'height':A(0x183),'border':{'type':A(0x19a)},'label':A(0x1b6),'content':A(0x17a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1b9)](C(0x1a0)+(t[C(0x1aa)]?t[C(0x1aa)][C(0x19e)]:C(0x1c1))+'\x0a'+(C(0x181)+(t[C(0x1a3)]?t[C(0x1a3)][C(0x19e)]:C(0x1c1))+'\x0a')+('Legs:\x20'+(t[C(0x17f)]?t['legs'][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x1bf)+(t[C(0x185)]?t[C(0x185)][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x175)+(t['arms']?t[C(0x1c8)][C(0x19e)]:'None')+'\x0a')+(C(0x172)+(t[C(0x189)]?t[C(0x189)]['name']:C(0x1c1))+'\x0a')+(C(0x1b5)+(t['leftHand']?t[C(0x1ae)][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x1c7)+(t[C(0x1b4)]?t[C(0x1b4)][C(0x19e)]:C(0x1c1))+'\x0a')),h['render']();},m=a60e['box']({'top':A(0x1a7),'left':A(0x1ad),'width':'25%','height':'20%','border':{'type':A(0x19a)},'label':A(0x174),'content':A(0x187),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x193)+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[D(0x179)][D(0x18b)]>0x0?t[D(0x179)][D(0x18a)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1a5)](t);x[E(0x1a2)]===RoomType[E(0x1c6)]?u+=capitalCase(w)+':\x20'+x[E(0x19e)]:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+=E(0x188);else v[E(0x1bb)]()&&(u+=E(0x18f));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x177),m[D(0x1b9)](u),h[D(0x1b7)]();},o=a60e[A(0x1c2)]({'id':A(0x1c5),'top':'0%','left':'0%','width':A(0x1ad),'height':A(0x176),'border':{'type':A(0x19a)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x16b)](A(0x173)),h['append'](o);const p=a60e[A(0x1ac)]({'bottom':0x0,'left':0x0,'width':A(0x18e),'height':A(0x16c),'tags':!![],'border':{'type':A(0x19a)},'style':{'fg':A(0x1c4),'border':{'fg':A(0x18d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x199)](p),h[A(0x1c9)]([A(0x1af),A(0x196)],()=>process[A(0x1b8)](0x0)),p[A(0x1a9)](),h[A(0x1b7)]();const q=Logger[A(0x17e)](e[A(0x1c0)],h),r=new Player({'playerName':c});q[A(0x186)](A(0x190));const s=a60f[A(0x17e)](r,d);o[A(0x1b9)](s[A(0x180)]()),l(s[A(0x178)][A(0x1b2)]),j(s[A(0x178)][A(0x1ab)]),n(s['player']['currentLocation']),p[A(0x1c9)]([A(0x17d)],async()=>{const F=A,t=p['getValue'](),u=s[F(0x16d)](t);(t[F(0x192)]('\x20')[0x0]==='take'||F(0x197)||'unequip')&&(j(s[F(0x178)][F(0x1ab)]),l(s['player'][F(0x1b2)])),(t[F(0x192)]('\x20')[0x0]==='go'||F(0x191)||F(0x17c))&&n(s[F(0x178)]['currentLocation']),t[F(0x192)]('\x20')[0x0]==='clear'&&o[F(0x1b9)](''),u===null&&(console[F(0x16e)](F(0x1bc)),h[F(0x1b7)](),q[F(0x186)](F(0x195)),process['exit'](0x0)),o[F(0x184)](u),o[F(0x1bd)](0x1),p['clearValue'](),p['focus'](),h[F(0x1b7)]();});}catch(t){console[A(0x16e)](t),process['exit'](0x1);}}const args=process[a60G(0x198)][a60G(0x19c)](0x2);main(args[0x0],JSON[a60G(0x1a1)](args[0x1]),JSON[a60G(0x1a1)](args[0x2]));
@@ -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 a61c(){const r=['writeFileSync','dirname','homedir','logBox','9171AcaUBA','toString','mkdirSync','1464aCkWxb','setContent','instance','11XSqNBh','filePath','scrollTo','options','ensureLogFileExists','318938ItQXXS','.maka','join','toISOString','12220570sysCLz','appendFileSync','9fxqkLU','850904rtgbBF','(((.+)+)+)+$','screen','1962838SAnyBt','content','682314eTVSRo','[INFO]\x20[','10GwUZAr','children','getScrollHeight','existsSync','side-quest.log','error','The\x20logbox\x20','log','[ERROR]\x20[','194565kNzXOp','write','search','render'];a61c=function(){return r;};return a61c();}(function(a,b){const h=a61d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1+parseInt(h(0x206))/0x2+parseInt(h(0x202))/0x3*(-parseInt(h(0x203))/0x4)+parseInt(h(0x20a))/0x5*(-parseInt(h(0x208))/0x6)+parseInt(h(0x213))/0x7+parseInt(h(0x1f4))/0x8*(-parseInt(h(0x1f1))/0x9)+parseInt(h(0x200))/0xa*(parseInt(h(0x1f7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd2050));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(0x1f2)]()['search']('(((.+)+)+)+$')[i(0x1f2)]()['constructor'](a61a)[i(0x215)](i(0x204));});a61a();import a61e from'fs';import a61f from'os';import a61g from'path';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a61d(a,b);}const homeDir=a61f[a61j(0x219)]();export class Logger{static [a61j(0x1f6)];[a61j(0x1f8)];[a61j(0x205)];constructor(a,b){const k=a61j;this[k(0x1f8)]=a,this[k(0x205)]=b,this[k(0x1fb)]();}static['getInstance'](a=a61g[a61j(0x1fe)](homeDir,a61j(0x1fd),a61j(0x20e)),b){const l=a61j;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x1f6)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const m=a61j,a=a61g[m(0x218)](this[m(0x1f8)]);!a61e['existsSync'](a)&&a61e[m(0x1f3)](a,{'recursive':!![]}),!a61e[m(0x20d)](this['filePath'])&&a61e[m(0x217)](this[m(0x1f8)],'');}[a61j(0x214)](a){const n=a61j,b=new Date()[n(0x1ff)](),c=n(0x209)+b+']\x20'+a+'\x0a';a61e[n(0x201)](this[n(0x1f8)],c);}['error'](a){const o=a61j,b=new Date()[o(0x1ff)](),c=o(0x212)+b+']\x20'+a+'\x0a';a61e[o(0x201)](this['filePath'],c);}[a61j(0x211)](a){const p=a61j,b=this[p(0x205)]?.[p(0x20b)]['find'](c=>c['type']==='box'&&c[p(0x1fa)]['id']===p(0x21a));b?(b[p(0x1f5)](b[p(0x207)]+'\x0a'+a),b[p(0x1f9)](b[p(0x20c)]()),this['screen']?.[p(0x216)]()):this[p(0x20f)](p(0x210)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x205)]),this[p(0x214)](a);}['hasScreen'](){const q=a61j;return!!this[q(0x205)];}}
@@ -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(0x18f))/0x1+parseInt(k(0x177))/0x2*(parseInt(k(0x171))/0x3)+-parseInt(k(0x17e))/0x4+-parseInt(k(0x190))/0x5*(-parseInt(k(0x182))/0x6)+-parseInt(k(0x176))/0x7*(parseInt(k(0x178))/0x8)+-parseInt(k(0x18d))/0x9*(-parseInt(k(0x174))/0xa)+-parseInt(k(0x17b))/0xb*(-parseInt(k(0x185))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x66487));function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x171;let f=c[d];return f;},a62d(a,b);}const a62b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a62d;if(c){const e=c[l(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){const m=a62d;return a62a[m(0x17c)]()[m(0x18c)](m(0x194))[m(0x17c)]()['constructor'](a62a)['search'](m(0x194));});a62a();import a62e from'path';function a62c(){const q=['fsi','log','6TRqzOV','create','Play\x20a\x20little\x20side-quest','1332mGEUaL','resolve','apply','maka\x20play:side-quest','dungeon','options','exit','search','87426UVGllJ','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...','120941SuOPnc','2330435Sxjhga','list','ask','getGlobalMakaDir','(((.+)+)+)+$','66903NOkWGV','node','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','710NhgKnZ','What\x20is\x20your\x20name?','1365kpNNcF','4iIDGmz','28216gVMOme','inherit','join','49258RjFWlJ','toString','player','1879136EkxCqF','Thanks\x20for\x20playing!'];a62c=function(){return q;};return a62c();}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[a62n(0x183)]({'name':'side-quest','usage':a62n(0x188),'shortDesc':a62n(0x184),'aliases':['sq'],'description':a62n(0x18e),'validOpts':[a62n(0x17d)]},async function(a,b){const o=a62n;try{const c=this[o(0x180)][o(0x193)](),d=a62e[o(0x17a)](c,'side-quest.log'),e=b['player']?b['player']:await Actions[o(0x192)](o(0x175))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x191),'name':'sideQuestAnswer','message':o(0x173),'choices':[{'name':o(0x189),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x18a)](g);if(e&&h){const i=spawn(o(0x172),[a62e[o(0x186)](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':o(0x179)});i['on'](o(0x18b),()=>{const p=o;console[p(0x181)](p(0x17f));});}}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
+ function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xd2;var f=c[d];return f;},a63d(a,b);}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xd2))/0x1+-parseInt(f(0xdd))/0x2+-parseInt(f(0xdc))/0x3+parseInt(f(0xdf))/0x4*(-parseInt(f(0xdb))/0x5)+-parseInt(f(0xe0))/0x6+parseInt(f(0xd8))/0x7*(parseInt(f(0xd4))/0x8)+parseInt(f(0xd3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xab02c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe1)]()['search']('(((.+)+)+)+$')['toString']()[h(0xde)](a63a)['search'](h(0xd5));});a63a();import a63e from'./play.command.js';function a63c(){var k=['constructor','202892BrGMwJ','5693130dQkkjK','toString','apply','319068sUJxGJ','19671138acWoup','103272XQdSox','(((.+)+)+)+$','npx\x20command-line-snake','inherit','672mauUMz','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','create','55rgAImV','2275869yYjKpL','1556246BeYGwT'];a63c=function(){return k;};return a63c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0xda)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':a63i(0xd9),'validOpts':[]},async function(){var j=a63i;execSync(j(0xd6),{'stdio':j(0xd7)});},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(0x1b8))/0x1+parseInt(f(0x1bb))/0x2*(-parseInt(f(0x1c5))/0x3)+parseInt(f(0x1c1))/0x4+parseInt(f(0x1c8))/0x5*(parseInt(f(0x1ca))/0x6)+-parseInt(f(0x1ba))/0x7+parseInt(f(0x1c6))/0x8+-parseInt(f(0x1c2))/0x9*(parseInt(f(0x1b7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x6d8d2));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1b9)]()[h(0x1c3)](h(0x1c0))[h(0x1b9)]()[h(0x1bc)](a64a)['search']('(((.+)+)+)+$');});a64a();function a64c(){var k=['5829159FovqcB','56454Fsuxms','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','maka\x20game:tetris','create','(((.+)+)+)+$','3535588CxpAPQ','36siSXqV','search','tetris','3ttEeuD','2405648sFjbWq','apply','35oivEpH','inherit','43884yBVhiG','679130yenMtR','345537VWUuKm','toString'];a64c=function(){return k;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1b7;var f=c[d];return f;},a64d(a,b);}import a64e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a64i(0x1bf)]({'name':a64i(0x1c4),'usage':a64i(0x1be),'shortDesc':a64i(0x1bd),'validOpts':[]},async function(){var j=a64i;execSync('npx\x20simple-tetris',{'stdio':j(0x1c9)});},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(0xb7))/0x1*(parseInt(f(0xbb))/0x2)+parseInt(f(0xb1))/0x3+-parseInt(f(0xb6))/0x4+parseInt(f(0xbf))/0x5*(-parseInt(f(0xb9))/0x6)+-parseInt(f(0xb3))/0x7*(-parseInt(f(0xbd))/0x8)+parseInt(f(0xb5))/0x9+-parseInt(f(0xc4))/0xa*(-parseInt(f(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb8ca5));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0xc7)]()['search'](h(0xb2))['toString']()['constructor'](a66a)[h(0xc3)](h(0xb2));});a66a();import{Command}from'../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xb1;let f=c[d];return f;},a66d(a,b);}import a66e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a66c(){const k=['130PZSxbt','maka\x20g:dbc\x20geoserver\x20--type=pgsql','processAndRunGenerator','toString','apply','3125502RHbPfT','(((.+)+)+)+$','65121zhPvIv','exit','6967935KqRBBh','1469112XcjLRR','1RkrAib','error','6BZNzVk','maka\x20g:scaffold\x20todos','2044358USyjeo','splice','440AUIVgE','1024705KYuxip','6961855KxIIJJ','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','maka\x20g:template\x20todos/todo_item','search'];a66c=function(){return k;};return a66c();}Command['create']({'name':'generate','aliases':['g'],'usage':a66i(0xc0),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a66i(0xba),a66i(0xc2),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a66i(0xc5)]},async function(a,b){const j=a66i;try{const c=a[0x0];c?(a[j(0xbc)](0x0,0x1),await a66e[j(0xc6)](c,a,b)):a66e[j(0xc1)](a,b);}catch(d){Log[j(0xb8)](d),process[j(0xb4)](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(0x73))/0x1+-parseInt(f(0x69))/0x2*(parseInt(f(0x71))/0x3)+-parseInt(f(0x67))/0x4+-parseInt(f(0x6d))/0x5+parseInt(f(0x6c))/0x6*(parseInt(f(0x70))/0x7)+-parseInt(f(0x68))/0x8*(-parseInt(f(0x6a))/0x9)+-parseInt(f(0x74))/0xa*(-parseInt(f(0x6b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x326b6));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x6f)]()[g(0x72)](g(0x6e))[g(0x6f)]()[g(0x75)](a71a)[g(0x72)](g(0x6e));});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-0x67;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['89290DtzXfg','(((.+)+)+)+$','toString','549451rAfaiM','3TappFM','search','290500xUZAtq','20FUPaJN','constructor','1169684dXFlBP','16jBQfuH','192912oShPWc','570393GXjGRw','2114937kMUMdw','30UMNLKT'];a71c=function(){return h;};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
+ function a67c(){const k=['205NzjmaJ','Get\x20various\x20Maka\x20variables\x20and\x20configurations','search','3700692SGyHPI','Sub-Command\x20not\x20found','1348662IUGLAC','105882zOLZGy','9042471ToFEmo','get','2066382aIYknA','15386990mtWCGL','toString','runSubCommand','apply','error','1GYKwtt','(((.+)+)+)+$','3tAEIFy','6742712LoWcHP'];a67c=function(){return k;};return a67c();}const a67i=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1ce))/0x1*(-parseInt(f(0x1db))/0x2)+parseInt(f(0x1d0))/0x3*(-parseInt(f(0x1d5))/0x4)+parseInt(f(0x1d2))/0x5*(-parseInt(f(0x1d8))/0x6)+-parseInt(f(0x1d7))/0x7+parseInt(f(0x1d1))/0x8+-parseInt(f(0x1d9))/0x9+parseInt(f(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8ad44));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1ca)]()[h(0x1d4)](h(0x1cf))[h(0x1ca)]()['constructor'](a67a)[h(0x1d4)](h(0x1cf));});a67a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a67i(0x1da),'usage':'maka\x20get:<sub-command>','shortDesc':a67i(0x1d3),'validOpts':[]},async function(a,b){const j=a67i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x1cb)](c,a,b);else{Log[j(0x1cd)](j(0x1d6));throw new UsageErrorWithSubs();}});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
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x17d))/0x1+parseInt(f(0x17e))/0x2+parseInt(f(0x16d))/0x3*(-parseInt(f(0x176))/0x4)+-parseInt(f(0x16f))/0x5+parseInt(f(0x178))/0x6*(-parseInt(f(0x173))/0x7)+parseInt(f(0x17c))/0x8*(-parseInt(f(0x17b))/0x9)+parseInt(f(0x179))/0xa*(parseInt(f(0x175))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xc6da3));function a68c(){const k=['1857856QoDkIt','getGlobalConfig','exit','search','(((.+)+)+)+$','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3GqBEih','create','5662360Ulrace','maka\x20get:global-config','constructor','fsi','26033lydSFg','global-config','33gbsZZj','4724116EyMiyM','apply','2202matwca','19286600PdgkiI','error','63AkEeoj','998616aVWFNi','1348246XgIIef'];a68c=function(){return k;};return a68c();}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0x181)](h(0x182))['toString']()[h(0x171)](a68a)[h(0x181)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x16d;let f=c[d];return f;},a68d(a,b);}Command[a68i(0x16e)]({'name':a68i(0x174),'usage':a68i(0x170),'aliases':['gc'],'shortDesc':a68i(0x184),'validOpts':[]},async function(){const j=a68i;try{const a=await this[j(0x172)][j(0x17f)]();console[j(0x183)](a),process['exit'](0x0);}catch(b){console[j(0x17a)](b),process[j(0x180)](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(0x18c))/0x1*(parseInt(f(0x189))/0x2)+-parseInt(f(0x18a))/0x3+parseInt(f(0x190))/0x4*(-parseInt(f(0x187))/0x5)+-parseInt(f(0x192))/0x6*(-parseInt(f(0x18e))/0x7)+-parseInt(f(0x188))/0x8+-parseInt(f(0x18f))/0x9*(parseInt(f(0x193))/0xa)+parseInt(f(0x181))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x67647));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x181;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x185)]()[h(0x191)]('(((.+)+)+)+$')['toString']()[h(0x194)](a69a)[h(0x191)]('(((.+)+)+)+$');});a69a();function a69c(){const k=['apply','235mlTBnS','1230328aKwhvY','3862UvLxDF','2188467XvsAZl','local-config','167mdlXWO','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','7pCnpXd','22185HToBjN','11732pHMWGW','search','1655130JoJvzo','1010Eozejp','constructor','12047849TWIOQF','fsi','log','maka\x20get:local-config','toString'];a69c=function(){return k;};return a69c();}import a69e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a69i(0x18b),'usage':a69i(0x184),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a69i(0x18d),'validOpts':[]},async function(){const j=a69i,a=await this[j(0x182)]['getMakaProjectConfig']();console[j(0x183)](a);},a69e);
@@ -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 a70i=a70d;function a70c(){const k=['authToken','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','user','toString','207456aaZaPV','21JIRRuG','token','133190YUARAh','830900gWewIu','roles','45676dCMjGU','hash','863856ltThuQ','search','50987dRDFVJ','exit','notice','getGlobalConfig','27ytKJaR','(((.+)+)+)+$','error','decode','User\x20Access\x20Token:\x20\x20','1491858JmCIFF','5FRkEwD','userId','fsi','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','create'];a70c=function(){return k;};return a70c();}(function(a,b){const g=a70d,c=a();while(!![]){try{const d=-parseInt(g(0x138))/0x1+parseInt(g(0x155))/0x2*(parseInt(g(0x13c))/0x3)+parseInt(g(0x153))/0x4*(-parseInt(g(0x142))/0x5)+-parseInt(g(0x14f))/0x6*(-parseInt(g(0x150))/0x7)+-parseInt(g(0x157))/0x8+parseInt(g(0x141))/0x9+parseInt(g(0x152))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1db39));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x14e)]()['search'](h(0x13d))[h(0x14e)]()[h(0x148)](a70a)[h(0x158)](h(0x13d));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a70f from'jsonwebtoken';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x138;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x149)]({'name':a70i(0x14c),'usage':'maka\x20get:whoami','shortDesc':a70i(0x147),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x144)][j(0x13b)]();if(a[j(0x156)]){const b=a70f[j(0x13f)](a[j(0x156)]);Log[j(0x13a)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0x14d)]),Log[j(0x13a)](j(0x145)+a[j(0x151)]?.[j(0x143)]),Log[j(0x13a)](j(0x140)+a[j(0x151)]?.[j(0x14a)]),Log['notice'](j(0x14b)+b?.[j(0x154)][j(0x146)](',\x20'));}}catch(c){console[j(0x13e)](c),process[j(0x139)](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(0x17d))/0x1+-parseInt(f(0x180))/0x2*(parseInt(f(0x17f))/0x3)+parseInt(f(0x188))/0x4*(parseInt(f(0x189))/0x5)+parseInt(f(0x181))/0x6+-parseInt(f(0x18a))/0x7+-parseInt(f(0x187))/0x8*(parseInt(f(0x17e))/0x9)+parseInt(f(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4ef83));function a72d(a,b){var c=a72c();return a72d=function(d,e){d=d-0x17c;var f=c[d];return f;},a72d(a,b);}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(0x186)]()['search'](g(0x182))['toString']()[g(0x184)](a72a)[g(0x18b)](g(0x182));});function a72c(){var i=['320440tmlptx','2509335TZVJGe','171fwFzBw','82RwfgRO','189150xSvcDq','(((.+)+)+)+$','help','constructor','4206800HKfqMD','toString','16gVkSWj','12uBXTfn','711160VRzYff','2211405yJUcwo','search','create'];a72c=function(){return i;};return a72c();}a72a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a72h(0x17c)]({'name':a72h(0x183),'description':'Try,\x20maka\x20--help','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(0xc0))/0x1+parseInt(v(0x76))/0x2+parseInt(v(0xa1))/0x3+parseInt(v(0xa9))/0x4+parseInt(v(0xae))/0x5*(parseInt(v(0x89))/0x6)+parseInt(v(0x7e))/0x7+parseInt(v(0xbb))/0x8*(-parseInt(v(0x73))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xf13c7));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a73d;if(c){const e=c[w(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const x=a73d;return a73a['toString']()[x(0xb3)](x(0x97))['toString']()[x(0x77)](a73a)['search'](x(0x97));});function a73c(){const C=['export\x20PATH=','extractTarGz','x86_64','NO_NODE_WARNINGS','package-metadata','SHELL','notice','/.bash_profile','Aborting\x20install','https://packages.meteor.com/bootstrap-link?arch=os.','osx','windows','(((.+)+)+)+$','Meteor\x20version\x20','grep','data','Proceed\x20anyway?','meteor.tar.gz','fileContainsString','platform','maka\x20i','getGlobalConfig','3419265icAHLd','RELEASE=','get','meteor','includes','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Path\x20already\x20set\x20in\x20','maka\x20install','3068132FJMaNb','Setting\x20Path\x20in\x20\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','force','getuid','8384305lNRXbC','linux','error','setPath','isFile','search','maka\x20install\x20meteor','packages','-rf','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','\x20is\x20not\x20available.','join','win32','17357368rdyTsv','&release=','checkAvailability','version','fsi','1719646HLEhbx','Setting\x20Path\x20in\x20','downloadFile','env','success','/.zshrc','Error\x20extracting\x20meteor.tar.gz\x20file','install','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','homedir','cert','Using\x20CA\x20Cert\x20','replace','27ZIGHbs','Cleaning\x20up','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','2712060rzuyDA','constructor','withSpinner','/.bashrc','existsSync','https://install.meteor.com','info','maka\x20install\x20meteor\x20--force','5864537JKNSqf','apply','Path\x20already\x20set\x20in\x20/etc/profile','arm64','keepInstallFile','cacert','.meteor','confirm','string','injectAtEndOfFile','Preparing\x20to\x20install\x20Meteor\x20','6rLzhCY','exit'];a73c=function(){return C;};return a73c();}a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x6c;let f=c[d];return f;},a73d(a,b);}import a73e from'os';import a73f from'path';import a73g 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=a73e[a73y(0x6f)]();function isRoot(){const z=a73y;return process[z(0xad)]&&process[z(0xad)]()===0x0;}Command['create']({'name':a73y(0x6d),'aliases':['i'],'validOpts':[a73y(0xac),'version',a73y(0x83),a73y(0xb1),a73y(0x82)],'usage':a73y(0xa8),'shortDesc':a73y(0xb7),'description':'\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','examples':[a73y(0xb4),a73y(0x7d),'maka\x20install\x20meteor\x20--version\x202.13.3',a73y(0x9f)]},async function(a,b){const A=a73y;try{let c='';if(b[A(0x83)]){if(this[A(0xbf)][A(0xb2)](b[A(0x83)]))Log['notice'](A(0x71)+b['cacert']),c=b[A(0x83)];else throw A(0x6e)+c;}const d=await this[A(0xbf)][A(0xa0)]();if(d[A(0x70)]){if(this['fsi'][A(0xb2)](d[A(0x70)]))c=d[A(0x70)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0xac)])f=!![];else{const p=isRoot();p?(Log['warn'](A(0xab)),f=await Actions[A(0x85)](A(0x9b),![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x9e)]===A(0xba),h=await HTTPS[A(0xa3)]({'url':A(0x7b),'cert':c}),i=await this['fsi'][A(0x99)](h[A(0x9a)],A(0xa2));if(i['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][A(0x8e)]='1',Log[A(0x91)](A(0x88)+i[0x0][A(0x72)](/[^0-9.]/gi,'')[A(0x72)](/\r?\n|\r/,''));let j=i[0x0][A(0x72)](/[^0-9.]/gi,'')[A(0x72)](/\r?\n|\r/,'');(typeof b['v']===A(0x86)||typeof b[A(0xbe)]===A(0x86))&&(j=b['v']||b[A(0xbe)]);const k={'win32':A(0x96),'darwin':A(0x95),'linux':A(0xaf)},l=A(0x94)+k[a73e[A(0x9e)]()]+'.'+(a73e['arch']()===A(0x81)?'arm64':A(0x8d))+A(0xbc)+j,m=await HTTPS[A(0xbd)]({'url':l,'cert':c});!m&&(Log[A(0xb0)](A(0x98)+j+A(0xb8)),process[A(0x8a)](0x0));const n=a73f['join'](homeDir,A(0x84)),o=async()=>{const B=A,q=B(0x8b)+n+':$PATH';if(process['env']['SHELL']&&process[B(0xc3)][B(0x90)][B(0xa5)]('zsh')){const r=await this[B(0xbf)][B(0x9d)](homeDir+B(0xc5),q);if(!r)Log['info'](B(0xaa)+homeDir+B(0xc5)),this[B(0xbf)][B(0x87)]({'filePath':homeDir+B(0xc5),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0xc5));}else{const s=await this[B(0xbf)][B(0x9d)](homeDir+B(0x79),q);if(!s)Log[B(0x7c)](B(0xc1)+homeDir+B(0x79)),this['fsi'][B(0x87)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)](B(0xa7)+homeDir+B(0x79));const t=await this['fsi']['fileContainsString'](homeDir+'/.bash_profile',q);if(!t)Log['info']('Setting\x20Path\x20in\x20'+homeDir+B(0x92)),this[B(0xbf)][B(0x87)]({'filePath':homeDir+B(0x92),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info'](B(0xa7)+homeDir+'/.bash_profile');if(isRoot()){const u=await this[B(0xbf)][B(0x9d)]('/etc/profile',q);if(!u)Log[B(0x7c)]('Setting\x20Path\x20in\x20/etc/profile'),this[B(0xbf)][B(0x87)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)](B(0x80));}}};b[A(0xb1)]&&(await o(),process[A(0x8a)](0x0));if(g)Log['error']('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a73g[A(0x7a)](n)){let q=![];b['f']||b[A(0xac)]?q=!![]:q=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x78)]('rm',['-rf',a73f[A(0xb9)](n,A(0xb5))],{'message':A(0x75)}),await SpawnAsync[A(0x78)]('rm',['-rf',a73f[A(0xb9)](n,A(0x8f))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[A(0x78)]('rm',[A(0xb6),a73f[A(0xb9)](n,A(0xa4))],{'message':A(0xa6)})):(Log[A(0x7c)](A(0x93)),process[A(0x8a)](0x0));}try{await HTTPS[A(0xc2)]({'url':l,'destPath':a73f['join'](homeDir,A(0x9c)),'cert':c});try{const r=a73f[A(0xb9)](homeDir,A(0x9c));await this[A(0xbf)][A(0x8c)](r,homeDir);}catch(s){Log['error'](A(0x6c));}!b['keepInstallFile']&&await SpawnAsync[A(0x78)]('rm',[A(0xb6),a73f[A(0xb9)](homeDir,A(0x9c))],{'message':A(0x74)}),await o();}catch(t){console[A(0xb0)](t),process[A(0x8a)](0x0);}Log[A(0xc4)](A(0x98)+j+'\x20installed.\x0a');}}catch(u){console[A(0xb0)](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(a,b){const j=a74d,c=a();while(!![]){try{const d=-parseInt(j(0x16e))/0x1*(-parseInt(j(0x188))/0x2)+parseInt(j(0x167))/0x3+-parseInt(j(0x164))/0x4+parseInt(j(0x168))/0x5*(parseInt(j(0x189))/0x6)+parseInt(j(0x17d))/0x7+-parseInt(j(0x17b))/0x8+parseInt(j(0x165))/0x9*(parseInt(j(0x160))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7227b));function a74c(){const o=['config','964086tOKVKG','948620qXNPpR','\x20-d\x20','(((.+)+)+)+$','\x20-c\x20','\x20-r\x20app','.+\x5c.(j|t)s(doc|x)?$','1WxCKZQ','pathFromProject','Running\x20','jsdoc-config.json','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/public','jsdoc','fsi','maka\x20jsdoc','app/node_modules','app/private','6777016VqvJnB','stop','3408706ksREuM','search','plugins/markdown','create','logNotice','\x0a[+]\x20Documentation\x20written\x20to\x20','sep','logWithSpinner','closure','join','docs','55616mWzDgA','24FUTBLW','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc\x20--init','10bPhZLy','apply','stringify','logError','2942028BJLasG','4096701woEtrQ'];a74c=function(){return o;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a74d;if(c){const e=c[k(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const l=a74d;return a74a[l(0x173)]()[l(0x17e)](l(0x16a))[l(0x173)]()['constructor'](a74a)[l(0x17e)](l(0x16a));});a74a();import a74e from'path';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x15e;let f=c[d];return f;},a74d(a,b);}import a74f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a74m(0x180)]({'name':a74m(0x176),'usage':a74m(0x178),'mustBeInMakaProject':!![],'shortDesc':a74m(0x15e),'examples':[a74m(0x15f),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a74m,a=a74e['join'](this[n(0x177)][n(0x16f)]({}),n(0x187)+a74e['sep']),b=a74e[n(0x186)](this[n(0x177)]['pathFromProject']({}),n(0x166),n(0x171)),c=this[n(0x177)][n(0x16f)]({}),d=n(0x176);if(!this['isFile'](b)){const g={'plugins':[n(0x17f)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x176),n(0x185)]},'source':{'includePattern':n(0x16d),'excludePattern':n(0x172),'exclude':['app/packages',n(0x179),n(0x175),n(0x17a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a74f['writeFileSync'](b,JSON[n(0x162)](g,null,0x4));}const f=this[n(0x184)](n(0x170)+d);try{const h=d+n(0x16b)+b+n(0x16c)+a74e[n(0x183)]+n(0x169)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x181)](n(0x182)+a);}catch(i){this[n(0x163)](i),this[n(0x163)](n(0x174));}finally{f[n(0x17c)]();}});
@@ -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 a75s=a75d;function a75c(){const u=['installNpmPackage','imports','fsi','apply','bright','findAppDirectory','length','format','.eslintrc.json','maka\x20lint','166DxymIZ','stylish','2577jGPiFV','eslint','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','outputFixes','join','1582290wknxhd','112884BWXIQI','checkNpmPackage','eslint-plugin-css','search','service','toString','template','(((.+)+)+)+$','588408evlibb','/imports','fix','eslint/eslintrc.json','lintFiles','maka\x20lint\x20--fix','push','lint','28UpfKfQ','1572180STNvnM','454623KFGQpx','8dXNcpP','error','All\x20good!\x20:)','notice','982425FQJQQS','Lint\x20results\x20for\x20'];a75c=function(){return u;};return a75c();}(function(a,b){const p=a75d,c=a();while(!![]){try{const d=-parseInt(p(0x16e))/0x1*(-parseInt(p(0x16c))/0x2)+-parseInt(p(0x186))/0x3*(parseInt(p(0x187))/0x4)+parseInt(p(0x18b))/0x5+parseInt(p(0x174))/0x6+parseInt(p(0x184))/0x7*(-parseInt(p(0x17c))/0x8)+parseInt(p(0x173))/0x9+parseInt(p(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x28444));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a75d;if(c){const e=c[q(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const r=a75d;return a75a[r(0x179)]()['search'](r(0x17b))['toString']()['constructor'](a75a)[r(0x177)](r(0x17b));});a75a();import a75e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x16b;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';Command['create']({'name':a75s(0x183),'usage':a75s(0x16b),'maxArgLength':0x1,'validOpts':[a75s(0x17e)],'mustBeInMakaProject':!![],'shortDesc':a75s(0x170),'description':'\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','examples':[a75s(0x181)]},async function(a,b){const t=a75s;try{const c=this[t(0x18f)][t(0x192)](),d=this[t(0x18f)][t(0x175)](t(0x16f)),f=this[t(0x18f)]['checkNpmPackage']('eslint-plugin-react'),g=this['fsi']['checkNpmPackage'](t(0x176)),h=[];!d&&h[t(0x182)](t(0x16f));!f&&h['push']('eslint-plugin-react');!g&&h['push']('eslint-plugin-css');h['length']>0x0&&await this[t(0x18f)][t(0x18d)](h[t(0x172)]('\x20'),{'dev':!![]});const i=this[t(0x18f)]['isFile'](a75e[t(0x172)](c,t(0x195)));if(!i){const n={'noRename':!![]};await this[t(0x18f)][t(0x17a)]({'srcPath':t(0x17f),'destPath':a75e[t(0x172)](c,t(0x195)),'framework':t(0x178),'context':n});}const j=new ESLint(),k=await j[t(0x180)]([a75e[t(0x172)](c,t(0x18e),'**')]),l=await j['loadFormatter'](t(0x16d)),m=await l[t(0x194)](k);m[t(0x193)]>0x0?Log[t(0x191)](m):Log['success'](t(0x189)),Log[t(0x18a)](t(0x18c)+c+t(0x17d)),b[t(0x17e)]?await ESLint[t(0x171)](k):Log[t(0x18a)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[t(0x188)](o);}});
@@ -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 a76c(){const A=['password','cacert','Using\x20CA\x20Cert\x20','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login','search','https://','80udIsov','www.maka-cli.com','Preflight\x20Check','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2541944jGoZlC','/api/v1/encodeJwt','557305BGVckD','sha256','2976kYHySm','parse','authToken','assign','notice','create','failure','MAKA_DEV','post','(((.+)+)+)+$','digest','getGlobalConfig','email','debug','help','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','env','ask','Password:\x20','22DDkmHt','toString','setGlobalConfig','7343uFPqXF','start','42831qRYPBE','isFile','fsi','constructor','/api/v1/status','header','3eneGQR','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','410qGtUpC','exit','47112POHOVd','withSpinner','/api/v1/login','update','7964PfUQGK','737752IUKqCC'];a76c=function(){return A;};return a76c();}const a76y=a76d;(function(a,b){const w=a76d,c=a();while(!![]){try{const d=-parseInt(w(0x1bb))/0x1*(-parseInt(w(0x1b8))/0x2)+parseInt(w(0x1c3))/0x3*(parseInt(w(0x1cc))/0x4)+-parseInt(w(0x19d))/0x5*(parseInt(w(0x1c7))/0x6)+parseInt(w(0x1a3))/0x7+parseInt(w(0x1a1))/0x8+parseInt(w(0x1bd))/0x9*(-parseInt(w(0x1c5))/0xa)+parseInt(w(0x1cb))/0xb*(-parseInt(w(0x1a5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x279da));const a76b=(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;};}()),a76a=a76b(this,function(){const x=a76d;return a76a[x(0x1b9)]()[x(0x19b)](x(0x1ae))[x(0x1b9)]()[x(0x1c0)](a76a)[x(0x19b)](x(0x1ae));});a76a();import a76e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x19b;let f=c[d];return f;},a76d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a76y(0x1b5)][a76y(0x1ac)]==='True'?'localhost':a76y(0x19e);Command[a76y(0x1aa)]({'name':'login','validOpts':[a76y(0x1b1),a76y(0x1cd),a76y(0x1b3),a76y(0x1ce),a76y(0x1b2)],'usage':a76y(0x1d2),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a76y(0x1c4),'examples':[a76y(0x1d2),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const z=a76y,c=Log[z(0x1c8)]();try{let d='';b[z(0x1ce)]&&(this[z(0x1bf)][z(0x1be)](b[z(0x1ce)])?(d=b[z(0x1ce)],Log[z(0x1a9)](z(0x1cf)+d)):Log['error'](z(0x1d1)+d));const f=await this['fsi'][z(0x1b0)]();if(f['cert']){if(this[z(0x1bf)]['isFile'](f['cert']))d=f['cert'];else{Log[z(0x1d0)](z(0x1a0)+d);return;}}Log[z(0x1c2)]('Logging\x20into\x20https://'+hostname);const g={'url':'https://'+hostname+z(0x1c1)};b[z(0x1ce)]&&Object[z(0x1a8)](g,{'cert':d});c[z(0x1bc)](z(0x19f));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0x1ab)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[z(0x1ab)]();throw z(0x19c)+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[z(0x1b1)]?b['email']:await Actions['ask']('Email:'),j=b[z(0x1cd)]?b[z(0x1cd)]:await Actions[z(0x1b6)](z(0x1b7),!![]),k=a76e['md'][z(0x1a4)][z(0x1aa)]();k[z(0x1ca)](j);const l=k[z(0x1af)]()['toHex'](),m={'hostname':hostname,'path':z(0x1c9),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x1ce)]&&Object['assign'](m,{'cert':d});c[z(0x1bc)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[z(0x1ad)](m);if(o===0x198){c[z(0x1ab)]('\x0a');throw z(0x1b4)+hostname;}const p=JSON['parse'](n);if(p[z(0x1a7)]){const q={'hostname':hostname,'path':z(0x1a2),'headers':{'x-auth-token':p['authToken']},'data':{}};b[z(0x1ce)]&&Object[z(0x1a8)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0x1ad)](q),{token:t}=JSON[z(0x1a6)](r);if(s===0x198)throw z(0x1b4)+hostname;const u={'token':p,'hash':t};this['fsi'][z(0x1ba)](u);}else{c[z(0x1ab)]();throw p;}c['success']();}catch(v){c[z(0x1ab)](),console[z(0x1d0)](v),process[z(0x1c6)](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(0x86))/0x1*(-parseInt(l(0x7c))/0x2)+-parseInt(l(0x88))/0x3*(-parseInt(l(0x83))/0x4)+parseInt(l(0x65))/0x5*(parseInt(l(0x6d))/0x6)+parseInt(l(0x78))/0x7+parseInt(l(0x6e))/0x8*(parseInt(l(0x8d))/0x9)+parseInt(l(0x85))/0xa+-parseInt(l(0x94))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe2a48));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(0x7b)]()[n(0x81)]('(((.+)+)+)+$')['toString']()[n(0x6f)](a77a)['search'](n(0x8c));});a77a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.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);}function a77c(){const q=['https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','toString','8NAbIoS','failure','https://','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Logging\x20out\x20of\x20https://','search','fsi','2408OjQApo','env','16598340EswLXG','40447FUcVhn','assign','822dKBDRS','start','post','cacert','(((.+)+)+)+$','14985387IhXFea','create','notice','withSpinner','header','maka\x20logout','authToken','45842742useRRF','Logging\x20out','www.maka-cli.com','5jQDciX','isFile','cert','get','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','/api/v1/logoutAll','success','8524254zZYGnB','8WNFCiG','constructor','logout','getGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','exit','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','token','apply','error','164696YObXzs','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'];a77c=function(){return q;};return a77c();}const hostname=process[a77o(0x84)]['MAKA_DEV']==='True'?'localhost':a77o(0x96);Command[a77o(0x8e)]({'name':a77o(0x70),'validOpts':[a77o(0x8b)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a77o(0x7f),'disableAuthCheck':!![],'examples':[a77o(0x92)]},async function(a,b){const p=a77o,c=Log[p(0x90)]();try{let d='';b['cacert']&&(this[p(0x82)][p(0x66)](b[p(0x8b)])?(d=b[p(0x8b)],Log[p(0x8f)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](p(0x69)+d));const f=await this[p(0x82)][p(0x71)]();if(f[p(0x67)]){if(this['fsi'][p(0x66)](f['cert']))d=f[p(0x67)];else{c[p(0x7d)]();throw Log[p(0x77)](p(0x79)+d);}}Log[p(0x91)](p(0x80)+hostname);const g={'url':p(0x7e)+hostname+p(0x6a)};b[p(0x8b)]&&Object[p(0x87)](g,{'cert':d});c['start']('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x68)](g);if(h===0x198){c[p(0x7d)]();throw p(0x72);}c[p(0x6c)]();if(h!==0xc8){c[p(0x7d)]();throw p(0x7a);}if(!f?.[p(0x75)]?.[p(0x93)])throw Log[p(0x77)](p(0x74));c[p(0x89)](p(0x95));const i={'hostname':hostname,'path':p(0x6b),'data':{},'headers':{'x-auth-token':f[p(0x75)][p(0x93)]}};b[p(0x8b)]&&Object[p(0x87)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x8a)](i);if(j===0x198){c[p(0x7d)]('\x0a');throw p(0x72);}this[p(0x82)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x6c)]();}catch(k){k&&console[p(0x77)](k),process[p(0x73)](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 a78c(){const n=['994399pGgxnf','704fjfHrm','assign','16097851xSnMxh','env','fsi','maka\x20logs\x20--env\x20dev','maka\x20l\x20-e\x20p','sshSync','117omFhcW','11532uIBRDE','getAppConfigPath','join','72rGEDmG','73957xiwmNL','15786zExEgE','maka\x20logs\x20--env\x20staging','81284UrYmlQ','1386566DRAmJA','toString','View\x20the\x20PM2\x20logs','(((.+)+)+)+$','verbose','create','230324frZRrg','logs','10rSjJuD','parse','30SZnORa'];a78c=function(){return n;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a5;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(0x1bf))/0x1+parseInt(j(0x1be))/0x2*(parseInt(j(0x1b6))/0x3)+parseInt(j(0x1a8))/0x4*(parseInt(j(0x1ac))/0x5)+parseInt(j(0x1ba))/0x6*(parseInt(j(0x1ad))/0x7)+parseInt(j(0x1ae))/0x8*(-parseInt(j(0x1bc))/0x9)+-parseInt(j(0x1aa))/0xa*(-parseInt(j(0x1b0))/0xb)+parseInt(j(0x1b7))/0xc*(-parseInt(j(0x1bb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd2df6));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(0x1c0)]()['search'](k(0x1a5))['toString']()['constructor'](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1a7)]({'name':a78l(0x1a9),'aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a78l(0x1b1)],'mustBeInMakaProject':!![],'validOpts':[a78l(0x1a6)],'shortDesc':a78l(0x1c1),'isPro':!![],'examples':[a78l(0x1b3),a78l(0x1bd),a78l(0x1b4)]},function(a,b){const m=a78l;try{const c='pm2\x20logs',d=this[m(0x1b2)][m(0x1b8)](b['env']),f=a78f[m(0x1b9)](d,'ssh.json'),g=a78e['readFileSync'](f),h=JSON[m(0x1ab)](g[m(0x1c0)]());Object[m(0x1af)](h,{'env':d}),SSH[m(0x1b5)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log['error'](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
+ function a79c(){const k=['maka\x20run','splice','processAndRunCommand','625734TZSzyG','1384CWwnPc','maka','8922nAapkp','\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','258VHXlna','toString','4972080WSjkRa','312544WFnfrG','7EZtKzB','search','exit','maka\x20create\x20Todo','constructor','2059150loIbPC','maka\x20install\x20meteor','(((.+)+)+)+$','maka\x20<command>\x20[<args>]\x20[<opts>]','3411bdSUkw','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','apply','31948fWGGvu'];a79c=function(){return k;};return a79c();}function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x140;let f=c[d];return f;},a79d(a,b);}const a79i=a79d;(function(a,b){const f=a79d,c=a();while(!![]){try{const d=-parseInt(f(0x14e))/0x1+-parseInt(f(0x157))/0x2*(-parseInt(f(0x155))/0x3)+-parseInt(f(0x141))/0x4+parseInt(f(0x147))/0x5+parseInt(f(0x152))/0x6*(parseInt(f(0x142))/0x7)+parseInt(f(0x153))/0x8*(-parseInt(f(0x14b))/0x9)+-parseInt(f(0x140))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x3765a));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a79d;if(c){const e=c[g(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const h=a79d;return a79a[h(0x158)]()['search']('(((.+)+)+)+$')[h(0x158)]()[h(0x146)](a79a)[h(0x143)](h(0x149));});a79a();import{Command}from'../command.js';const Maka=new Command({'name':a79i(0x154),'minArgLength':0x1,'shortDesc':a79i(0x14c),'validOpts':[],'usage':a79i(0x14a),'disableAuthCheck':!![],'examples':['maka\x20--help',a79i(0x148),a79i(0x145),a79i(0x14f)],'description':a79i(0x156)},async function(a,b){const j=a79i;try{const c=a[0x0];a[j(0x150)](0x0,0x1),await this[j(0x151)](c,a,b);}catch(d){process[j(0x144)](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
+ function a80c(){var k=['search','Murrrrderrrrr','apply','create','6YGwiTE','murder','144WDgFRs','font-family:\x20monospace','50xPBpAh','toString','error','195672bCercO','3916353Tvikgl','409383EZGIyN','636709QCqPsZ','1204932fPQvrZ','maka\x20murder','22dsakxV','731324JjlKYe','%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','4170380ZZktje'];a80c=function(){return k;};return a80c();}function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0xb8;var f=c[d];return f;},a80d(a,b);}var a80i=a80d;(function(a,b){var f=a80d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xc7))/0x2+-parseInt(f(0xc4))/0x3+parseInt(f(0xc0))/0x4*(parseInt(f(0xbd))/0x5)+-parseInt(f(0xb9))/0x6*(parseInt(f(0xc1))/0x7)+-parseInt(f(0xbb))/0x8*(parseInt(f(0xc2))/0x9)+-parseInt(f(0xc9))/0xa*(-parseInt(f(0xc6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x853ca));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0xcc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a['toString']()['search']('(((.+)+)+)+$')[h(0xbe)]()['constructor'](a80a)[h(0xca)]('(((.+)+)+)+$');});a80a();import{Command}from'../command.js';Command[a80i(0xb8)]({'name':a80i(0xba),'usage':a80i(0xc5),'maxArgLength':0x1,'shortDesc':a80i(0xcb),'validOpts':[]},async function(){var j=a80i;try{console['log'](j(0xc8),j(0xbc));}catch(a){console[j(0xbf)](a),process['exit'](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(0x199))/0x1*(parseInt(m(0x19f))/0x2)+-parseInt(m(0x1b0))/0x3+parseInt(m(0x1a4))/0x4*(parseInt(m(0x19a))/0x5)+-parseInt(m(0x194))/0x6*(parseInt(m(0x1a8))/0x7)+-parseInt(m(0x198))/0x8*(parseInt(m(0x18d))/0x9)+-parseInt(m(0x1ac))/0xa*(parseInt(m(0x18e))/0xb)+parseInt(m(0x1ad))/0xc*(parseInt(m(0x186))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x73cd9));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a['toString']()['search'](o(0x1aa))['toString']()['constructor'](a81a)[o(0x187)](o(0x1aa));});function a81c(){const r=['proxy','join','9sAvYSd','253obUCEX','.key','maka\x20proxy','targetPort','readFileSync','create','6rWuFhW','targetHost','isFile','=>\x20SSL\x20Proxy\x20forwarding\x20','6768952uwvWSX','2VpyWfn','1641875CqfSAL','getAppConfigPath','.csr','.crt','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','611140ieGzmQ','\x20to\x20','listenPort','genCSR','processAndRunGenerator','4iAAeMn','appName','utf8','localhost','4747393yxTUSM','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','(((.+)+)+)+$','\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','105540CbYeXB','24fUrHLm','help','fsi','416814aVQjEH','listen','getMakaProjectConfig','9365278QYKtYA','search','bright','genSSC','apply'];a81c=function(){return r;};return a81c();}a81a();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';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x184;let f=c[d];return f;},a81d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';import a81h from'../generators/maka.gen.js';Command[a81p(0x193)]({'name':a81p(0x18b),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a81p(0x1ae),a81p(0x191),a81p(0x1a1),a81p(0x195)],'maxArgLength':0x1,'shortDesc':a81p(0x1a9),'description':a81p(0x1ab),'examples':[a81p(0x190),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const q=a81p,c=this[q(0x1af)][q(0x185)](),d='development',e=this[q(0x1af)][q(0x19b)](d),f=this[q(0x1af)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[q(0x1a1)]?Number(b[q(0x1a1)]):0xd73,i=b['targetHost']?b[q(0x195)]:q(0x1a7),j=a81f[q(0x18c)](f,c[q(0x1a5)]+q(0x18f)),k=a81f['join'](f,c['appName']+'.crt');(!this[q(0x1af)][q(0x196)](j)||!this[q(0x1af)][q(0x196)](k))&&(await a81h[q(0x1a3)]('sslconfig',[],{'env':d}),SSL[q(0x1a2)]({'keyName':c['appName']+q(0x18f),'csrName':c[q(0x1a5)]+q(0x19c),'cwd':f}),SSL[q(0x189)]({'keyName':c[q(0x1a5)]+q(0x18f),'crtName':c['appName']+q(0x19d),'cwd':f}));if(g===h){Log['error'](q(0x19e));throw new UsageError();}const l={'ssl':{'key':a81e[q(0x192)](j,q(0x1a6)),'cert':a81e[q(0x192)](k,q(0x1a6))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a81g['createProxyServer'](l)[q(0x184)](Number(h)),Log[q(0x188)](q(0x197)+h+q(0x1a0)+g);});