@maka/maka-cli 5.1.10 → 5.1.15

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 (183) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/testCmd/_index.js +1 -0
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -0
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -0
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -0
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version/_index.js +1 -0
  105. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -0
  106. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -0
  107. package/bundle/obf/src/commands/version/version.js +1 -0
  108. package/bundle/obf/src/error.js +1 -1
  109. package/bundle/obf/src/exec.js +1 -1
  110. package/bundle/obf/src/generator.js +1 -1
  111. package/bundle/obf/src/generators/_index.js +1 -1
  112. package/bundle/obf/src/generators/api.js +1 -1
  113. package/bundle/obf/src/generators/aws/_index.js +1 -1
  114. package/bundle/obf/src/generators/aws/aws.js +1 -1
  115. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  118. package/bundle/obf/src/generators/collection.js +1 -1
  119. package/bundle/obf/src/generators/component.js +1 -1
  120. package/bundle/obf/src/generators/config.js +1 -1
  121. package/bundle/obf/src/generators/dbc.js +1 -1
  122. package/bundle/obf/src/generators/dockerfile.js +1 -1
  123. package/bundle/obf/src/generators/hook.js +1 -1
  124. package/bundle/obf/src/generators/kits/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/kit.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  137. package/bundle/obf/src/generators/layout.js +1 -1
  138. package/bundle/obf/src/generators/maka.gen.js +1 -1
  139. package/bundle/obf/src/generators/methods.js +1 -1
  140. package/bundle/obf/src/generators/package.js +1 -1
  141. package/bundle/obf/src/generators/page.js +1 -1
  142. package/bundle/obf/src/generators/publish.js +1 -1
  143. package/bundle/obf/src/generators/route.js +1 -1
  144. package/bundle/obf/src/generators/service.js +1 -1
  145. package/bundle/obf/src/generators/services/_index.js +1 -1
  146. package/bundle/obf/src/generators/services/openssl.js +1 -1
  147. package/bundle/obf/src/generators/services/translation.js +1 -1
  148. package/bundle/obf/src/maka.js +1 -1
  149. package/bundle/obf/src/tool.js +1 -1
  150. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  151. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  152. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  154. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  155. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  157. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/https/https.class.js +1 -1
  159. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  160. package/bundle/obf/src/tools/log/log.class.js +1 -1
  161. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  163. package/bundle/obf/src/tools/options/options.class.js +1 -1
  164. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  165. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  166. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  167. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  168. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  169. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  170. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  171. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  172. package/package.json +1 -1
  173. package/bundle/obf/src/commands/test/_index.js +0 -1
  174. package/bundle/obf/src/commands/test/jest.sub.cmd.js +0 -1
  175. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +0 -1
  176. package/bundle/obf/src/commands/test/test.command.js +0 -1
  177. package/bundle/obf/src/commands/version.js +0 -1
  178. package/bundle/obf/src/templates/react/test/test.js +0 -1
  179. package/bundle/obf/src/templates/react/test/test.js.jsx +0 -38
  180. package/bundle/obf/src/templates/react/test/test.js.ts +0 -1
  181. package/bundle/obf/src/templates/react/test/test.js.tsx +0 -38
  182. package/bundle/obf/src/templates/service/test/jest/jest.config.js +0 -6
  183. package/bundle/obf/src/templates/service/test/jest/jest.setup.js +0 -7
@@ -1 +1 @@
1
- const a132j=a132d;(function(a,b){const g=a132d,c=a();while(!![]){try{const d=-parseInt(g(0x18d))/0x1*(parseInt(g(0x191))/0x2)+parseInt(g(0x181))/0x3*(-parseInt(g(0x18e))/0x4)+parseInt(g(0x177))/0x5*(parseInt(g(0x17f))/0x6)+parseInt(g(0x17e))/0x7*(-parseInt(g(0x192))/0x8)+-parseInt(g(0x18f))/0x9+-parseInt(g(0x195))/0xa+parseInt(g(0x197))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xabc26));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a132d;if(c){const e=c[h(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const i=a132d;return a132a[i(0x185)]()[i(0x19c)](i(0x187))['toString']()[i(0x178)](a132a)[i(0x19c)](i(0x187));});function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x177;let f=c[d];return f;},a132d(a,b);}a132a();import{Generator}from'../../../generator.js';function a132c(){const l=['Material-UI\x20Kit','search','fsi','905XrRagU','constructor','checkbox','cfg','frame','kitChoices','apply','21pvJCRx','18858YjCVzz','length','129MZyiJK','mui','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','toString','exit','(((.+)+)+)+$','maka\x20g:kit:m','create','getMakaProjectConfig','processAndRunGenerator','error','487481PLLWei','117228JIYrea','3470553hszCUi','includes','2Gtjwcn','2482224xNqORF','info','notice','9156420eHEzHY','kit:mui:auth','45258598szLetK','auth','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Header,\x20Footer,\x20and\x20Drawer'];a132c=function(){return l;};return a132c();}import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a132e from'../../../generators/maka.gen.js';import a132f from'../kit.js';const MuiGen=Generator[a132j(0x189)]({'name':a132j(0x182),'aliases':['m'],'usage':a132j(0x199),'resourceNameRequired':![],'shortDesc':a132j(0x19b),'validOpts':[''],'isPro':!![],'examples':[a132j(0x188)]},async function(){const k=a132j;try{Log[k(0x193)]('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log[k(0x194)](k(0x184));const a=await Actions[k(0x179)]({'message':k(0x183),'name':k(0x17c),'choices':[{'name':k(0x19a),'value':k(0x17b)},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':k(0x198)}]}),b=this[k(0x19d)]['findProjectDirectory'](),c=this[k(0x17a)][k(0x18a)]();a[k(0x190)](k(0x17b))&&await a132e[k(0x18b)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a[k(0x190)]('auth')&&await a132e[k(0x18b)](k(0x196),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x180)]===0x0){Log['info']('No\x20MUI\x20kits\x20selected.\x20Exiting.');return;}}catch(d){Log[k(0x18c)](d),process[k(0x186)](0x1);}},async function(){},a132f);export default MuiGen;
1
+ const a135j=a135d;(function(a,b){const g=a135d,c=a();while(!![]){try{const d=parseInt(g(0x159))/0x1+-parseInt(g(0x14e))/0x2*(parseInt(g(0x149))/0x3)+parseInt(g(0x153))/0x4*(-parseInt(g(0x164))/0x5)+-parseInt(g(0x14d))/0x6+parseInt(g(0x154))/0x7+-parseInt(g(0x160))/0x8+-parseInt(g(0x15c))/0x9*(-parseInt(g(0x157))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0xb5944));function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x144;let f=c[d];return f;},a135d(a,b);}const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a135d;if(c){const e=c[h(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const i=a135d;return a135a['toString']()['search']('(((.+)+)+)+$')[i(0x158)]()[i(0x15f)](a135a)[i(0x14b)](i(0x168));});a135a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';function a135c(){const l=['findProjectDirectory','(((.+)+)+)+$','cfg','checkbox','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','auth','fsi','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','1885431SSzRIk','exit','search','error','4803576BdXtAQ','2LnALps','No\x20MUI\x20kits\x20selected.\x20Exiting.','kit:mui:auth','apply','create','461284fdnZAt','3065307ZIsMKL','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','kit:mui:frame','28525670iaFhpf','toString','900852IkVRas','processAndRunGenerator','length','9rzIhoj','frame','Header,\x20Footer,\x20and\x20Drawer','constructor','11535152ENQmtm','notice','maka\x20g:kit:m','kitChoices','25aQnSKO','includes','Auth\x20workflow\x20(login,\x20logout,\x20etc.)'];a135c=function(){return l;};return a135c();}import a135e from'../../../generators/maka.gen.js';import a135f from'../kit.js';const MuiGen=Generator[a135j(0x152)]({'name':'mui','aliases':['m'],'usage':a135j(0x148),'resourceNameRequired':![],'shortDesc':'Material-UI\x20Kit','validOpts':[''],'isPro':!![],'examples':[a135j(0x162)]},async function(){const k=a135j;try{Log['info'](k(0x145)),Log[k(0x161)](k(0x155));const a=await Actions[k(0x144)]({'message':'Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','name':k(0x163),'choices':[{'name':k(0x15e),'value':'frame'},{'name':k(0x166),'value':k(0x146)}]}),b=this[k(0x147)][k(0x167)](),c=this[k(0x169)]['getMakaProjectConfig']();a[k(0x165)](k(0x15d))&&await a135e[k(0x15a)](k(0x156),[],{'force':!![],'cwd':b,'config':c});a[k(0x165)](k(0x146))&&await a135e[k(0x15a)](k(0x150),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x15b)]===0x0){Log['info'](k(0x14f));return;}}catch(d){Log[k(0x14c)](d),process[k(0x14a)](0x1);}},async function(){},a135f);export default MuiGen;
@@ -1 +1 @@
1
- const a133r=a133d;(function(a,b){const p=a133d,c=a();while(!![]){try{const d=parseInt(p(0xe5))/0x1*(parseInt(p(0xe4))/0x2)+parseInt(p(0x10b))/0x3+parseInt(p(0xdb))/0x4+parseInt(p(0xe0))/0x5*(-parseInt(p(0xe8))/0x6)+-parseInt(p(0x110))/0x7*(-parseInt(p(0xf1))/0x8)+parseInt(p(0xfe))/0x9*(parseInt(p(0x10e))/0xa)+-parseInt(p(0x103))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x2b452));function a133c(){const t=['20tRQEow','react','findProjectDirectory','.js','668NrVXJZ','421zBOxYs','(((.+)+)+)+$','/imports/ui/layouts','355098nvWiPM','none','setTemplate','search','.app-tests.js','test','.css','template/template.css','className','8wAdBtR','installNpmPackage','css','create','maka\x20g:l\x20web/safari','assign','constructor','warn','layout','Scaffolding\x20for\x20a\x20React\x20Layout.','injectAtBeginningOfFile','theme','dir','1440468ZYbPAg','string','ramda','maka\x20g:layout\x20mobile/iPhone8','engines','3187503YCyVJB','withTranslations','pathFromApp','component/component.js','resourceName','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','relative','toString','436476FbtIGU','checkNpmPackage','template','10xvBgCr','features','598101joiIGs','graphql','688552cBIoqJ','withHook','hook/hook.js','api','split'];a133c=function(){return t;};return a133c();}const a133b=(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;};}()),a133a=a133b(this,function(){const q=a133d;return a133a[q(0x10a)]()[q(0xeb)]('(((.+)+)+)+$')[q(0x10a)]()[q(0xf7)](a133a)[q(0xeb)](q(0xe6));});a133a();import a133e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0xdb;let f=c[d];return f;},a133d(a,b);}Generator[a133r(0xf4)]({'name':a133r(0xf9),'aliases':aliases,'usage':a133r(0x108),'shortDesc':a133r(0xfa),'validOpts':[a133r(0xdc)],'mustBeInMakaProject':!![],'examples':[a133r(0x101),a133r(0xf5)]},async function(a,b){const s=a133r,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=s(0xe7),i=d['findAppDirectory'](),j=g[s(0x105)]({'pathParts':[h,b[s(0xfd)],kebabCase(b[s(0x107)]),kebabCase(b[s(0x107)])]});typeof c[s(0x10d)][s(0xed)]==='string'&&e[s(0xea)](s(0xed),c['template'][s(0xed)]);typeof c[s(0x10d)]['css']===s(0xff)&&e['setTemplate'](s(0xf3),c[s(0x10d)][s(0xf3)]);typeof c[s(0x10d)]['js']===s(0xff)&&e[s(0xea)]('js',c['template']['js']);const k=b['_']?b['_'][0x0][s(0xdf)](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[s(0x10c)](s(0x100))&&(Log[s(0xf8)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f[s(0xf2)](s(0x100),{'cwd':i}));if(l&&!f[s(0x10c)](s(0xe1))){Log[s(0xf8)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const m={'name':pascalCase(b[s(0x107)]),'myPath':a133e[s(0x109)](d[s(0xe2)](),j),'cssCaseName':kebabCase(b[s(0x107)]),'className':pascalCase(b[s(0x107)]),'camelCaseName':camelCase(b[s(0x107)]),'fileName':kebabCase(b[s(0x107)]),'graphql':c[s(0x102)][s(0x111)],'features':c[s(0x10f)],'client':c['engines']['client'],'api':c[s(0x102)][s(0xde)],'ssr':c['engines']['ssr'],'test':c[s(0x102)][s(0xed)],'theme':c[s(0x102)][s(0xfc)],'isComponent':![],'isLayout':!![],'withTranslations':c[s(0x10f)][s(0x104)]};c['features']?.['withHooks']||b[s(0xdc)]?await g[s(0x10d)]({'srcPath':s(0xdd),'destPath':j+s(0xe3),'framework':s(0xe1),'context':m,'config':c}):await g['template']({'srcPath':s(0x106),'destPath':j+'.js','framework':'react','context':m,'config':c});c[s(0x102)][s(0xed)]!==s(0xe9)&&await g[s(0x10d)]({'srcPath':'test/test.js','destPath':j+s(0xec),'framework':s(0xe1),'context':m,'config':c});c[s(0x10d)][s(0xf3)]&&(await g['template']({'srcPath':s(0xef),'destPath':j+s(0xee),'context':Object[s(0xf6)]({},m,{'className':kebabCase(b[s(0x107)])}),'config':c}),await g[s(0xfb)]({'filePath':j+'.'+c['engines']['js'],'content':'import\x20\x27./'+m['fileName']+'.'+c[s(0x102)][s(0xf3)]+'\x27;'}));const n=b[s(0xfd)]?'/'+b[s(0xfd)]+'/':'/',o=''+h+n+m['fileName']+'/'+m['fileName'];await g['injectTemplateModule'](m[s(0xf0)],c,o);});
1
+ const a136s=a136d;(function(a,b){const p=a136d,c=a();while(!![]){try{const d=parseInt(p(0x106))/0x1*(parseInt(p(0x120))/0x2)+-parseInt(p(0x102))/0x3*(parseInt(p(0x126))/0x4)+-parseInt(p(0x104))/0x5+parseInt(p(0x112))/0x6+-parseInt(p(0xfb))/0x7+-parseInt(p(0x10a))/0x8+parseInt(p(0x110))/0x9*(parseInt(p(0xf7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0xa386d));function a136c(){const u=['pathFromApp','9945848MINzdj','css','Scaffolding\x20for\x20a\x20React\x20Layout.','component/component.js','test','features','18eEXHDj','setTemplate','6064224kZVEFJ','injectAtBeginningOfFile','graphql','relative','(((.+)+)+)+$','layout','withHooks','api','string','toString','maka\x20g:layout\x20mobile/iPhone8','import\x20\x27./','fileName','test/test.js','736kRECNZ','resourceName','theme','checkNpmPackage','assign','ssr','484vQTjnA','findAppDirectory','engines','findProjectDirectory','apply','withTranslations','16359800UYoqXT','client','template','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','5627678enhQBo','dir','.css','installNpmPackage','warn','/imports/ui/layouts','injectTemplateModule','15756SgLrbp','search','5488110aPtWBS','ramda','455wATEFw','react','constructor'];a136c=function(){return u;};return a136c();}const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a136d;if(c){const e=c[q(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const r=a136d;return a136a[r(0x11b)]()[r(0x103)]('(((.+)+)+)+$')['toString']()[r(0x108)](a136a)['search'](r(0x116));});a136a();function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0xf7;let f=c[d];return f;},a136d(a,b);}import a136e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':a136s(0x117),'aliases':aliases,'usage':a136s(0xfa),'shortDesc':a136s(0x10c),'validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':[a136s(0x11c),'maka\x20g:l\x20web/safari']},async function(a,b){const t=a136s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x100),i=d[t(0x127)](),j=g[t(0x109)]({'pathParts':[h,b[t(0xfc)],kebabCase(b[t(0x121)]),kebabCase(b[t(0x121)])]});typeof c[t(0xf9)]['test']==='string'&&e['setTemplate'](t(0x10e),c[t(0xf9)][t(0x10e)]);typeof c[t(0xf9)][t(0x10b)]===t(0x11a)&&e['setTemplate']('css',c[t(0xf9)][t(0x10b)]);typeof c[t(0xf9)]['js']==='string'&&e[t(0x111)]('js',c[t(0xf9)]['js']);const k=b['_']?b['_'][0x0]['split'](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[t(0x123)](t(0x105))&&(Log[t(0xff)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f[t(0xfe)]('ramda',{'cwd':i}));if(l&&!f[t(0x123)](t(0x107))){Log['warn']('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const m={'name':pascalCase(b[t(0x121)]),'myPath':a136e[t(0x115)](d[t(0x129)](),j),'cssCaseName':kebabCase(b[t(0x121)]),'className':pascalCase(b[t(0x121)]),'camelCaseName':camelCase(b[t(0x121)]),'fileName':kebabCase(b['resourceName']),'graphql':c[t(0x128)][t(0x114)],'features':c[t(0x10f)],'client':c['engines'][t(0xf8)],'api':c[t(0x128)][t(0x119)],'ssr':c['engines'][t(0x125)],'test':c[t(0x128)]['test'],'theme':c[t(0x128)][t(0x122)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x10f)][t(0x12b)]};c['features']?.[t(0x118)]||b['withHook']?await g[t(0xf9)]({'srcPath':'hook/hook.js','destPath':j+'.js','framework':'react','context':m,'config':c}):await g['template']({'srcPath':t(0x10d),'destPath':j+'.js','framework':'react','context':m,'config':c});c[t(0x128)][t(0x10e)]!=='none'&&await g['template']({'srcPath':t(0x11f),'destPath':j+'.app-tests.js','framework':t(0x107),'context':m,'config':c});c[t(0xf9)][t(0x10b)]&&(await g[t(0xf9)]({'srcPath':'template/template.css','destPath':j+t(0xfd),'context':Object[t(0x124)]({},m,{'className':kebabCase(b[t(0x121)])}),'config':c}),await g[t(0x113)]({'filePath':j+'.'+c[t(0x128)]['js'],'content':t(0x11d)+m[t(0x11e)]+'.'+c[t(0x128)][t(0x10b)]+'\x27;'}));const n=b['dir']?'/'+b['dir']+'/':'/',o=''+h+n+m[t(0x11e)]+'/'+m[t(0x11e)];await g[t(0x101)](m['className'],c,o);});
@@ -1 +1 @@
1
- const a134h=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0x1ba))/0x1*(-parseInt(f(0x1c2))/0x2)+-parseInt(f(0x1c1))/0x3*(-parseInt(f(0x1b3))/0x4)+parseInt(f(0x1b5))/0x5*(-parseInt(f(0x1bc))/0x6)+parseInt(f(0x1b6))/0x7+-parseInt(f(0x1b4))/0x8*(-parseInt(f(0x1bf))/0x9)+-parseInt(f(0x1b8))/0xa*(parseInt(f(0x1c0))/0xb)+parseInt(f(0x1c5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x98533));function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a134d(a,b);}const a134b=(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;};}()),a134a=a134b(this,function(){const g=a134d;return a134a[g(0x1be)]()[g(0x1b9)]('(((.+)+)+)+$')[g(0x1be)]()['constructor'](a134a)[g(0x1b9)](g(0x1af));});a134a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a134h(0x1c4),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a134h(0x1b2),'examples':[a134h(0x1c3),a134h(0x1b7),a134h(0x1b0),a134h(0x1b1),a134h(0x1ae),a134h(0x1bd),a134h(0x1bb)]},async function(){});function a134c(){const i=['154340bnqrlo','5181608WjZXSg','3195380RgMpKt','7272846kEEFGn','maka\x20g:scaffold\x20todos','10ZyKprt','search','21yWYFLb','maka\x20g:dbc\x20geoserver\x20--type=pgsql','6lPCJgJ','maka\x20g:api\x20trucks','toString','9hCorRs','5950637FNSbsw','15ZAWgiI','36154hBQaDc','maka\x20generate:scaffold\x20todos','generate','3647748krLQlp','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a134c=function(){return i;};return a134c();}export default MakaGen;
1
+ const a137i=a137d;(function(a,b){const f=a137d,c=a();while(!![]){try{const d=-parseInt(f(0x100))/0x1*(parseInt(f(0x10b))/0x2)+parseInt(f(0x107))/0x3*(-parseInt(f(0x108))/0x4)+parseInt(f(0x110))/0x5+-parseInt(f(0xfe))/0x6+-parseInt(f(0x103))/0x7+parseInt(f(0x10f))/0x8+parseInt(f(0x106))/0x9*(parseInt(f(0x10a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x772ee));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a137d;if(c){const e=c[g(0x105)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const h=a137d;return a137a[h(0xff)]()[h(0x10e)](h(0xfc))[h(0xff)]()[h(0xfd)](a137a)[h(0x10e)]('(((.+)+)+)+$');});a137a();function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0xfb;let f=c[d];return f;},a137d(a,b);}function a137c(){const j=['1603138zglEzk','maka\x20g:template\x20todos/todo_item','Scaffold\x20various\x20parts\x20of\x20your\x20application','search','2392432MkUwNU','3881880ghdVDZ','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','constructor','4635936wFEXOb','toString','1CCDCEN','maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','4925592xZdsJt','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','3348783Gywuzd','101886EvBHlK','20InphpF','maka\x20g:api\x20trucks','50SNZCZc'];a137c=function(){return j;};return a137c();}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a137i(0x10d),'examples':[a137i(0x101),a137i(0x102),a137i(0x10c),'maka\x20g:package\x20package:name',a137i(0xfb),a137i(0x109),a137i(0x104)]},async function(){});export default MakaGen;
@@ -1 +1 @@
1
- const a135n=a135d;(function(a,b){const k=a135d,c=a();while(!![]){try{const d=-parseInt(k(0x1b9))/0x1*(-parseInt(k(0x1c1))/0x2)+-parseInt(k(0x1af))/0x3*(parseInt(k(0x1b8))/0x4)+-parseInt(k(0x1ab))/0x5+-parseInt(k(0x1b2))/0x6*(-parseInt(k(0x1c5))/0x7)+-parseInt(k(0x1c8))/0x8+-parseInt(k(0x1ac))/0x9*(-parseInt(k(0x1a8))/0xa)+parseInt(k(0x1aa))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x84a10));const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a135d;if(c){const e=c[l(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const m=a135d;return a135a[m(0x1b0)]()[m(0x1a6)]('(((.+)+)+)+$')['toString']()[m(0x1ae)](a135a)['search'](m(0x1cc));});a135a();function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a135d(a,b);}import{Generator}from'../generator.js';function a135c(){const p=['4976070RLrWWl','5762277bytQdT','injectAtEndOfFile','constructor','1976583EjOpoB','toString','pathFromApp','624396TWkiks','import\x20\x27./methods','apply','imports','pkg','error','4zHiapO','109ARRDyL','template','method/method.js','startup','tsx','maka:check','index.','ddp-rate-limiter','14038HIlePW','dir','checkMeteorPackage','scaffold','70bbTYRe','engines','mdg:validated-method','6888720VUKWTP','maka\x20g:method\x20todos','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','method','(((.+)+)+)+$','resourceName','search','maka\x20{generate,\x20g}:{method,\x20m}\x20name','10tqqYdT','projectConfig','6736719FWZXLP'];a135c=function(){return p;};return a135c();}import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator['create']({'name':a135n(0x1cb),'aliases':['m'],'usage':a135n(0x1a7),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a135n(0x1ca),'validOpts':[a135n(0x1c2)],'examples':[a135n(0x1c9)]},async function(a,b){const o=a135n;try{const c=this[o(0x1a9)],d=b['dir']?'/'+b[o(0x1c2)]+'/':'/',f=kebabCase(b[o(0x1a5)]),g={'name':b['resourceName'],'fileName':f,'className':pascalCase(b['resourceName']),'camelCase':camelCase(b[o(0x1a5)]),'noRename':!![]};let h='js';c[o(0x1c6)]['js']===o(0x1bd)&&(h='ts');await this[o(0x1b6)][o(0x1c3)]([o(0x1be),o(0x1c0),o(0x1c7)],{'shouldInstall':!![]}),await this[o(0x1c4)][o(0x1ba)]({'srcPath':o(0x1bb),'destPath':this['scaffold'][o(0x1b1)]({'pathParts':[o(0x1b5),o(0x1bc),b['appPathPrefix'],'methods',d,f+'-rpc-method.'+h]}),'context':g,'config':c});const i=this[o(0x1c4)][o(0x1b1)]({'pathParts':[o(0x1b5),'startup',b['appPathPrefix'],o(0x1bf)+c['engines']['js']]});await this[o(0x1c4)][o(0x1ad)]({'filePath':i,'content':o(0x1b3)+d+f+'-rpc-method\x27;'});}catch(j){Log[o(0x1b7)](j);}});
1
+ const a138n=a138d;(function(a,b){const k=a138d,c=a();while(!![]){try{const d=-parseInt(k(0x147))/0x1*(-parseInt(k(0x14e))/0x2)+parseInt(k(0x13b))/0x3+-parseInt(k(0x13c))/0x4+parseInt(k(0x14a))/0x5+parseInt(k(0x146))/0x6+parseInt(k(0x145))/0x7+parseInt(k(0x14f))/0x8*(-parseInt(k(0x139))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xe97fc));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a138d;if(c){const e=c[l(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const m=a138d;return a138a[m(0x143)]()['search'](m(0x138))[m(0x143)]()[m(0x13d)](a138a)['search']('(((.+)+)+)+$');});a138a();import{Generator}from'../generator.js';function a138c(){const p=['-rpc-method.','methods','method/method.js','resourceName','import\x20\x27./methods','pathFromApp','ddp-rate-limiter','maka\x20g:method\x20todos','injectAtEndOfFile','create','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','template','(((.+)+)+)+$','2493RDvvEF','method','3702018lEQODT','4760000TvEtxy','constructor','projectConfig','pkg','scaffold','tsx','dir','toString','engines','1052478SUimMf','1395018fcjJVL','520124BjFjCk','startup','imports','7007160gEWURc','appPathPrefix','maka:check','apply','4bxRwCe','55224hOIUPC'];a138c=function(){return p;};return a138c();}import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x136;let f=c[d];return f;},a138d(a,b);}Generator[a138n(0x159)]({'name':a138n(0x13a),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{method,\x20m}\x20name','mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a138n(0x136),'validOpts':[a138n(0x142)],'examples':[a138n(0x157)]},async function(a,b){const o=a138n;try{const c=this[o(0x13e)],d=b[o(0x142)]?'/'+b['dir']+'/':'/',f=kebabCase(b[o(0x153)]),g={'name':b['resourceName'],'fileName':f,'className':pascalCase(b['resourceName']),'camelCase':camelCase(b[o(0x153)]),'noRename':!![]};let h='js';c[o(0x144)]['js']===o(0x141)&&(h='ts');await this[o(0x13f)]['checkMeteorPackage']([o(0x14c),o(0x156),'mdg:validated-method'],{'shouldInstall':!![]}),await this['scaffold'][o(0x137)]({'srcPath':o(0x152),'destPath':this['scaffold'][o(0x155)]({'pathParts':[o(0x149),o(0x148),b[o(0x14b)],o(0x151),d,f+o(0x150)+h]}),'context':g,'config':c});const i=this[o(0x140)][o(0x155)]({'pathParts':[o(0x149),o(0x148),b['appPathPrefix'],'index.'+c['engines']['js']]});await this[o(0x140)][o(0x158)]({'filePath':i,'content':o(0x154)+d+f+'-rpc-method\x27;'});}catch(j){Log['error'](j);}});
@@ -1 +1 @@
1
- const a136p=a136d;(function(a,b){const m=a136d,c=a();while(!![]){try{const d=-parseInt(m(0xf3))/0x1*(parseInt(m(0xf4))/0x2)+-parseInt(m(0x103))/0x3+-parseInt(m(0xf2))/0x4+parseInt(m(0x101))/0x5+parseInt(m(0xe9))/0x6*(parseInt(m(0xe5))/0x7)+parseInt(m(0x105))/0x8*(parseInt(m(0xe6))/0x9)+-parseInt(m(0xf6))/0xa*(-parseInt(m(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0xd3021));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a136d;if(c){const e=c[n(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const o=a136d;return a136a[o(0xe4)]()['search'](o(0xed))[o(0xe4)]()[o(0x109)](a136a)[o(0xf9)](o(0xed));});function a136c(){const r=['hasOwnProperty','lib','create','engines','4906100MsSspe','77DNXlDw','42734eCtLGO','package/package.js','60dbTrMv','scaffold','resourceName','search','template/template.js','projectConfig','tests/client','ssr','.js','package/','fsi','3363535pRWWzu','apply','600093bHzFNN','packages','128088yhtAEw','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','maka\x20g:package\x20todos:package','findProjectDirectory','constructor','component','layout','pathFromApp','template','server','toString','173999zfzdtR','189EfMhly','theme','dir','288xJvLnw','noRename','store','3179055jdiSnk','(((.+)+)+)+$'];a136c=function(){return r;};return a136c();}a136a();import a136e from'path';import{Generator}from'../generator.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0xe3;let f=c[d];return f;},a136d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a136p(0xf0)]({'name':'package','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','mustBeInMakaProject':!![],'shortDesc':a136p(0x106),'validOpts':[a136p(0xe8)],'examples':[a136p(0x107)]},async function(a,b){const q=a136p,c=kebabCase(b[q(0xf8)]),d=b[q(0xe8)]?'/'+b[q(0xe8)]+'/':'/',e=this[q(0xf7)][q(0x10c)]({'pathParts':[q(0x104),d,c]}),f=this[q(0xf7)]['pathFromAppWithNoReWrite']({'pathParts':[q(0x104),d,c,'package.js']}),g=this[q(0xfb)],h={'name':kebabCase(b[q(0xf8)]),'myPath':a136e['relative'](this[q(0x100)][q(0x108)](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[q(0xf8)]),'camelCaseName':camelCase(b[q(0xf8)]),'fileName':c,'client':g[q(0xf1)]['client'],'graphql':g[q(0xf1)]['graphql'],'ssr':g[q(0xf1)][q(0xfd)],'isComponent':b[q(0xee)](q(0x10a)),'isLayout':b[q(0xee)](q(0x10b)),'isStore':b[q(0xee)](q(0xeb)),'features':g['features'],'noRename':!![],'theme':g[q(0xf1)][q(0xe7)]};await this[q(0xf7)][q(0x10d)]({'srcPath':q(0xf5),'destPath':f,'context':h,'config':g}),h[q(0xea)]=![];const i=e+'/client/'+c+'.js';await this[q(0xf7)]['template']({'srcPath':q(0xfa),'destPath':i,'context':h,'config':g});const j=[q(0xef),q(0xe3),q(0xfc),'tests/server'];for(const k of j){const l=e+'/'+k+'/'+c+q(0xfe);await this[q(0xf7)][q(0x10d)]({'srcPath':q(0xff)+k+'/package.js','destPath':l,'context':h,'config':g});}});
1
+ const a139o=a139d;function a139c(){const q=['11765zBZlke','layout','429UBaXIm','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','server','fsi','.js','(((.+)+)+)+$','create','tests/server','783153fOGiUe','8cJpwrW','9126StogNZ','3623292XsVGid','package/','toString','3088215opdhsO','hasOwnProperty','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','graphql','lib','package','packages','store','client','package.js','pathFromApp','3051944togVHi','template','402hLYZmf','ssr','search','/client/','package/package.js','theme','pathFromAppWithNoReWrite','engines','relative','resourceName','9779620nKNoYE','noRename','findProjectDirectory','scaffold','constructor','dir'];a139c=function(){return q;};return a139c();}(function(a,b){const m=a139d,c=a();while(!![]){try{const d=parseInt(m(0x205))/0x1+-parseInt(m(0x207))/0x2*(parseInt(m(0x1fd))/0x3)+-parseInt(m(0x208))/0x4+-parseInt(m(0x1fb))/0x5*(-parseInt(m(0x1eb))/0x6)+parseInt(m(0x1e9))/0x7+parseInt(m(0x206))/0x8*(-parseInt(m(0x20b))/0x9)+parseInt(m(0x1f5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x6eaab));const a139b=(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;};}()),a139a=a139b(this,function(){const n=a139d;return a139a[n(0x20a)]()['search'](n(0x202))['toString']()[n(0x1f9)](a139a)[n(0x1ed)](n(0x202));});a139a();import a139e from'path';import{Generator}from'../generator.js';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a139d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a139o(0x203)]({'name':a139o(0x1e3),'aliases':['p'],'usage':a139o(0x1fe),'mustBeInMakaProject':!![],'shortDesc':a139o(0x20d),'validOpts':[a139o(0x1fa)],'examples':['maka\x20g:package\x20todos:package']},async function(a,b){const p=a139o,c=kebabCase(b['resourceName']),d=b[p(0x1fa)]?'/'+b['dir']+'/':'/',e=this['scaffold'][p(0x1e8)]({'pathParts':[p(0x1e4),d,c]}),f=this[p(0x1f8)][p(0x1f1)]({'pathParts':['packages',d,c,p(0x1e7)]}),g=this['projectConfig'],h={'name':kebabCase(b[p(0x1f4)]),'myPath':a139e[p(0x1f3)](this[p(0x200)][p(0x1f7)](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[p(0x1f4)]),'camelCaseName':camelCase(b[p(0x1f4)]),'fileName':c,'client':g[p(0x1f2)][p(0x1e6)],'graphql':g['engines'][p(0x1e1)],'ssr':g['engines'][p(0x1ec)],'isComponent':b[p(0x20c)]('component'),'isLayout':b[p(0x20c)](p(0x1fc)),'isStore':b[p(0x20c)](p(0x1e5)),'features':g['features'],'noRename':!![],'theme':g[p(0x1f2)][p(0x1f0)]};await this[p(0x1f8)][p(0x1ea)]({'srcPath':p(0x1ef),'destPath':f,'context':h,'config':g}),h[p(0x1f6)]=![];const i=e+p(0x1ee)+c+p(0x201);await this[p(0x1f8)][p(0x1ea)]({'srcPath':'template/template.js','destPath':i,'context':h,'config':g});const j=[p(0x1e2),p(0x1ff),'tests/client',p(0x204)];for(const k of j){const l=e+'/'+k+'/'+c+p(0x201);await this[p(0x1f8)][p(0x1ea)]({'srcPath':p(0x209)+k+'/package.js','destPath':l,'context':h,'config':g});}});
@@ -1 +1 @@
1
- function a137c(){const w=['5rmOloK','1714577ojcYPm','injectTemplateModule','4124900xGbyto','page','injectAtBeginningOfFile','routes.','maka\x20g:page\x20todos/todos-item','warn','</Route>','api','none','findAppDirectory','ssr','260046MKNcoA','358650spogYa','replace','<Route\x20element={<PrivateRoute\x20/>}>','root','hook/hook.js','includes','<Route\x20path=\x22*\x22','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','apply','layout','<Route\x20path=\x22','component/component.js','pathFromApp','string','scaffold','engines','className','join','fileName','test','setTemplate','14917752FqzcVf','(((.+)+)+)+$','features','test/test.js','template/template.html','toString','withTranslations','css','dir','2ADzsyK','html','constructor','search','Generate\x20a\x20page.','pkg','toLowerCase','139515zNGzaO','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','fsi','\x22\x20element={<Component.','react','Updating\x20npm\x20packages\x20...','template','hasOwnProperty','indexOf','.app-tests.js','checkNpmPackage','.css','installNpmPackage','.html','/>}/>\x0a','cfg','client','private','replaceAll','vanilla','/imports/ui/pages','resourceName','trim','split','relative','url','<Route\x20index','import\x20\x27./','injectIntoFile','3068632JIYTlM','lib','110cNlOUF','projectConfig'];a137c=function(){return w;};return a137c();}const a137u=a137d;(function(a,b){const r=a137d,c=a();while(!![]){try{const d=parseInt(r(0x78))/0x1*(parseInt(r(0xa4))/0x2)+parseInt(r(0xab))/0x3+-parseInt(r(0x7a))/0x4*(-parseInt(r(0xcc))/0x5)+-parseInt(r(0x86))/0x6+parseInt(r(0xc8))/0x7+-parseInt(r(0x9b))/0x8+-parseInt(r(0x85))/0x9*(parseInt(r(0xca))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0xf14c3));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a137d;if(c){const e=c[s(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const t=a137d;return a137a[t(0xa0)]()['search']('(((.+)+)+)+$')[t(0xa0)]()[t(0xa6)](a137a)[t(0xa7)](t(0x9c));});a137a();import a137e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x78;let f=c[d];return f;},a137d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];Generator['create']({'name':a137u(0x7b),'aliases':aliases,'usage':a137u(0xac),'shortDesc':a137u(0xa8),'mustBeInMakaProject':!![],'validOpts':[{'name':a137u(0xbc),'boolFlag':!![]},{'name':a137u(0xc4)}],'examples':[a137u(0x7e)]},async function(a,b){const v=a137u,c=v(0xbf),d=this[v(0xad)][v(0x83)](),e=b['resourceName'][v(0x8b)](':')?b['resourceName'][v(0xc2)](':')[0x0]['trim']():b[v(0xc0)][v(0xc1)](),f=b[v(0xa3)][v(0xbd)]('/','_')+'_'+e[v(0xbd)]('/','_'),g=this[v(0x94)][v(0x92)]({'pathParts':[c,b[v(0xa3)],kebabCase(f),kebabCase(f)]}),h=this[v(0xcb)];let i='';typeof h['template'][v(0xa5)]===v(0x93)&&this[v(0xba)]['setTemplate']('html',h['template'][v(0xa5)]);typeof h[v(0xb1)][v(0x99)]===v(0x93)&&this[v(0xba)][v(0x9a)](v(0x99),h['template'][v(0x99)]);typeof h['template']['css']==='string'&&this[v(0xba)][v(0x9a)](v(0xa2),h[v(0xb1)][v(0xa2)]);typeof h['template']['js']===v(0x93)&&this[v(0xba)][v(0x9a)]('js',h[v(0xb1)]['js']);!b[v(0x89)]&&!this[v(0xa9)][v(0xb5)]('ramda')&&(Log[v(0x7f)](v(0xb0)),this[v(0xa9)][v(0xb7)]('ramda',{'cwd':d}));const j={'name':pascalCase(f),'myPath':a137e[v(0xc3)](this[v(0xad)]['findProjectDirectory'](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h['engines']['graphql'],'features':h[v(0x9d)],'client':h[v(0x95)][v(0xbb)],'api':h[v(0x95)][v(0x81)],'ssr':h[v(0x95)][v(0x84)],'isStore':b[v(0xb2)]('store'),'isComponent':b[v(0xb2)]('component'),'isLayout':b[v(0xb2)](v(0x8f)),'withTranslations':h[v(0x9d)][v(0xa1)],'test':h[v(0x95)][v(0x99)],'theme':h[v(0x95)]['theme']};h[v(0xb1)][v(0xa5)]&&await this[v(0x94)][v(0xb1)]({'srcPath':v(0x9f),'destPath':g+v(0xb8),'context':j,'config':h});h[v(0x9d)]?.['withHooks']?await this[v(0x94)][v(0xb1)]({'srcPath':v(0x8a),'destPath':g+'.js','framework':v(0xaf),'context':j,'config':h}):await this['scaffold'][v(0xb1)]({'srcPath':v(0x91),'destPath':g+'.js','framework':v(0xaf),'context':j,'config':h});h['engines']['test']!==v(0x82)&&await this[v(0x94)][v(0xb1)]({'srcPath':v(0x9e),'destPath':g+v(0xb4),'framework':v(0xaf),'context':j,'config':h});h[v(0xb1)]['css']&&await this[v(0x94)][v(0xb1)]({'srcPath':'template/template.css','destPath':g+v(0xb6),'context':Object['assign']({},j,{'className':kebabCase(b[v(0xc0)])}),'config':h});h[v(0x95)][v(0xbb)]!=='react'&&h[v(0x95)]['client']!==v(0xbe)?(h[v(0xb1)][v(0xa2)]&&await this['scaffold']['injectAtBeginningOfFile']({'filePath':g+'.'+h[v(0x95)]['js'],'content':v(0xc6)+j['fileName']+'.'+h['engines'][v(0xa5)]+'\x27;\x0a'+'import\x20\x27./'+j[v(0x98)]+'.'+h[v(0x95)][v(0xa2)]+'\x27;'}),!h[v(0xb1)][v(0xa2)]&&await this[v(0x94)][v(0x7c)]({'filePath':g+'.'+h['engines']['js'],'content':v(0xc6)+j[v(0x98)]+'.'+h[v(0x95)][v(0xa5)]+'\x27;'})):h[v(0xb1)][v(0xa2)]&&await this[v(0x94)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[v(0x95)]['js'],'content':v(0xc6)+j['fileName']+'.'+h[v(0x95)][v(0xa2)]+'\x27;'});const k=b['dir']?'/'+b['dir']+'/':'/';i=''+c+k+j[v(0x98)]+'/'+j[v(0x98)],await this[v(0x94)][v(0x79)](j[v(0x96)],h,i);if(!b[v(0x89)]){const l=b[v(0xbc)]??![];if(!f){Log['error'](v(0x8d));throw new UsageError();}let m=b[v(0xc4)]?b[v(0xc4)]:'/'+b[v(0xa3)]['trim']()+'/'+b[v(0xc0)]['trim']()[v(0x87)](/\\/g,'/')[v(0x87)](/\/+$/,'')[v(0xaa)]();const n=b[v(0xc0)][v(0xb3)](':');n!==-0x1&&(m+='/'+b[v(0xc0)]['substring'](0x0,n)[v(0xc1)]());m['endsWith']('/')&&(m=m['slice'](0x0,-0x1));m=m[v(0x87)](/\/\//g,'/');const o=h[v(0x95)]['js'],p=h[v(0x95)][v(0x84)]==='meteor'?v(0xc9):'client',q=a137e[v(0x97)](d,'imports','startup',p,v(0x7d)+o);l?await this[v(0x94)][v(0xc7)]({'filePath':q,'content':v(0x90)+m+'\x22\x20element={<Component.'+pascalCase(f)+v(0xb9),'begin':[v(0x88)],'end':[v(0x80)]}):await this[v(0x94)]['injectIntoFile']({'filePath':q,'content':v(0x90)+m+v(0xae)+pascalCase(f)+v(0xb9),'begin':[v(0xc5)],'end':[v(0x8c)]});}});
1
+ const a140u=a140d;(function(a,b){const r=a140d,c=a();while(!![]){try{const d=-parseInt(r(0x1b1))/0x1+-parseInt(r(0x1a1))/0x2+-parseInt(r(0x191))/0x3+-parseInt(r(0x17e))/0x4+-parseInt(r(0x1ae))/0x5*(-parseInt(r(0x1b0))/0x6)+-parseInt(r(0x18f))/0x7*(-parseInt(r(0x184))/0x8)+parseInt(r(0x178))/0x9*(parseInt(r(0x1a7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x51acb));const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a140d;if(c){const e=c[s(0x1c6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const t=a140d;return a140a[t(0x1c4)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a140a)['search'](t(0x17c));});a140a();import a140e from'path';function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0x178;let f=c[d];return f;},a140d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];function a140c(){const w=['error','260994vhEpfg','479271lwOnob','api','Generate\x20a\x20page.','html','lib','template/template.html','fsi','<Route\x20element={<PrivateRoute\x20/>}>','meteor','toLowerCase','test','cfg','graphql','<Route\x20path=\x22*\x22','engines','url','string','assign','test/test.js','toString','injectTemplateModule','apply','ramda','<Route\x20index','pkg','hasOwnProperty','ssr','9Gaxaml','startup','/>}/>\x0a','className','(((.+)+)+)+$','indexOf','821108VaQpUN','replace','store','hook/hook.js','imports','join','40AlYzal','projectConfig','create','import\x20\x27./','template','fileName','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','warn','withHooks','</Route>','findProjectDirectory','68831ckNFrH','component/component.js','1084020OUOQZc','relative','resourceName','replaceAll','setTemplate','root','trim','component','split','client','css','/imports/ui/pages','dir','findAppDirectory','vanilla','features','534296kYSViM','.js','injectIntoFile','react','substring','\x27;\x0a','14679130vTrVCL','scaffold','.app-tests.js','withTranslations','\x22\x20element={<Component.','page','Updating\x20npm\x20packages\x20...','15ANHzdo'];a140c=function(){return w;};return a140c();}Generator[a140u(0x186)]({'name':a140u(0x1ac),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','shortDesc':a140u(0x1b3),'mustBeInMakaProject':!![],'validOpts':[{'name':'private','boolFlag':!![]},{'name':a140u(0x1c0)}],'examples':['maka\x20g:page\x20todos/todos-item']},async function(a,b){const v=a140u,c=v(0x19c),d=this['fsi'][v(0x19e)](),e=b[v(0x193)]['includes'](':')?b[v(0x193)][v(0x199)](':')[0x0][v(0x197)]():b['resourceName']['trim'](),f=b[v(0x19d)][v(0x194)]('/','_')+'_'+e[v(0x194)]('/','_'),g=this[v(0x1a8)]['pathFromApp']({'pathParts':[c,b[v(0x19d)],kebabCase(f),kebabCase(f)]}),h=this[v(0x185)];let i='';typeof h[v(0x188)]['html']===v(0x1c1)&&this[v(0x1bc)][v(0x195)](v(0x1b4),h[v(0x188)][v(0x1b4)]);typeof h[v(0x188)][v(0x1bb)]==='string'&&this['cfg'][v(0x195)](v(0x1bb),h[v(0x188)][v(0x1bb)]);typeof h['template'][v(0x19b)]===v(0x1c1)&&this[v(0x1bc)][v(0x195)](v(0x19b),h[v(0x188)]['css']);typeof h[v(0x188)]['js']===v(0x1c1)&&this['cfg'][v(0x195)]('js',h['template']['js']);!b['root']&&!this[v(0x1c9)]['checkNpmPackage']('ramda')&&(Log[v(0x18b)](v(0x1ad)),this[v(0x1c9)]['installNpmPackage'](v(0x1c7),{'cwd':d}));const j={'name':pascalCase(f),'myPath':a140e[v(0x192)](this[v(0x1b7)][v(0x18e)](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h[v(0x1bf)][v(0x1bd)],'features':h[v(0x1a0)],'client':h[v(0x1bf)][v(0x19a)],'api':h['engines'][v(0x1b2)],'ssr':h[v(0x1bf)][v(0x1cb)],'isStore':b['hasOwnProperty'](v(0x180)),'isComponent':b[v(0x1ca)](v(0x198)),'isLayout':b[v(0x1ca)]('layout'),'withTranslations':h[v(0x1a0)][v(0x1aa)],'test':h[v(0x1bf)][v(0x1bb)],'theme':h[v(0x1bf)]['theme']};h[v(0x188)][v(0x1b4)]&&await this[v(0x1a8)]['template']({'srcPath':v(0x1b6),'destPath':g+'.html','context':j,'config':h});h['features']?.[v(0x18c)]?await this['scaffold'][v(0x188)]({'srcPath':v(0x181),'destPath':g+'.js','framework':v(0x1a4),'context':j,'config':h}):await this[v(0x1a8)][v(0x188)]({'srcPath':v(0x190),'destPath':g+v(0x1a2),'framework':v(0x1a4),'context':j,'config':h});h['engines'][v(0x1bb)]!=='none'&&await this[v(0x1a8)]['template']({'srcPath':v(0x1c3),'destPath':g+v(0x1a9),'framework':v(0x1a4),'context':j,'config':h});h['template'][v(0x19b)]&&await this[v(0x1a8)][v(0x188)]({'srcPath':'template/template.css','destPath':g+'.css','context':Object[v(0x1c2)]({},j,{'className':kebabCase(b[v(0x193)])}),'config':h});h[v(0x1bf)][v(0x19a)]!==v(0x1a4)&&h[v(0x1bf)][v(0x19a)]!==v(0x19f)?(h[v(0x188)][v(0x19b)]&&await this[v(0x1a8)]['injectAtBeginningOfFile']({'filePath':g+'.'+h['engines']['js'],'content':v(0x187)+j['fileName']+'.'+h[v(0x1bf)][v(0x1b4)]+v(0x1a6)+v(0x187)+j[v(0x189)]+'.'+h[v(0x1bf)][v(0x19b)]+'\x27;'}),!h[v(0x188)]['css']&&await this[v(0x1a8)]['injectAtBeginningOfFile']({'filePath':g+'.'+h[v(0x1bf)]['js'],'content':v(0x187)+j[v(0x189)]+'.'+h[v(0x1bf)][v(0x1b4)]+'\x27;'})):h[v(0x188)][v(0x19b)]&&await this[v(0x1a8)]['injectAtBeginningOfFile']({'filePath':g+'.'+h['engines']['js'],'content':v(0x187)+j[v(0x189)]+'.'+h[v(0x1bf)][v(0x19b)]+'\x27;'});const k=b['dir']?'/'+b[v(0x19d)]+'/':'/';i=''+c+k+j[v(0x189)]+'/'+j[v(0x189)],await this[v(0x1a8)][v(0x1c5)](j[v(0x17b)],h,i);if(!b[v(0x196)]){const l=b['private']??![];if(!f){Log[v(0x1af)](v(0x18a));throw new UsageError();}let m=b['url']?b['url']:'/'+b['dir'][v(0x197)]()+'/'+b[v(0x193)][v(0x197)]()['replace'](/\\/g,'/')[v(0x17f)](/\/+$/,'')[v(0x1ba)]();const n=b[v(0x193)][v(0x17d)](':');n!==-0x1&&(m+='/'+b[v(0x193)][v(0x1a5)](0x0,n)[v(0x197)]());m['endsWith']('/')&&(m=m['slice'](0x0,-0x1));m=m[v(0x17f)](/\/\//g,'/');const o=h[v(0x1bf)]['js'],p=h['engines'][v(0x1cb)]===v(0x1b9)?v(0x1b5):v(0x19a),q=a140e[v(0x183)](d,v(0x182),v(0x179),p,'routes.'+o);l?await this['scaffold'][v(0x1a3)]({'filePath':q,'content':'<Route\x20path=\x22'+m+'\x22\x20element={<Component.'+pascalCase(f)+v(0x17a),'begin':[v(0x1b8)],'end':[v(0x18d)]}):await this[v(0x1a8)][v(0x1a3)]({'filePath':q,'content':'<Route\x20path=\x22'+m+v(0x1ab)+pascalCase(f)+v(0x17a),'begin':[v(0x1c8)],'end':[v(0x1be)]});}});
@@ -1 +1 @@
1
- const a138r=a138d;(function(a,b){const o=a138d,c=a();while(!![]){try{const d=-parseInt(o(0x1bf))/0x1+-parseInt(o(0x1bb))/0x2+parseInt(o(0x1c9))/0x3*(parseInt(o(0x1c4))/0x4)+-parseInt(o(0x1bc))/0x5+parseInt(o(0x1ce))/0x6+parseInt(o(0x1bd))/0x7*(-parseInt(o(0x1ba))/0x8)+-parseInt(o(0x1c5))/0x9*(-parseInt(o(0x1b7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x8d294));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a138d;if(c){const e=c[p(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const q=a138d;return a138a[q(0x1b9)]()[q(0x1cf)](q(0x1c3))[q(0x1b9)]()[q(0x1cb)](a138a)[q(0x1cf)](q(0x1c3));});a138a();function a138c(){const t=['server','3526260mDrCGQ','publish','toString','4296ESHcUM','1146282QtFxwd','4161805RWIGwv','5278PzFdfZ','/imports/startup/server/publications','975161AGfeha','resourceName','engines','globalPublish','(((.+)+)+)+$','506360nTxcRO','54pmYqfj','tsx','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','exit','24CdFMym','force','constructor','error','maka\x20g:publish\x20todos','1411686lTGxom','search','index.','injectAtEndOfFile','dir','import\x20\x27./publications','pathFromApp','apply','startup'];a138c=function(){return t;};return a138c();}import{kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x1b5;let f=c[d];return f;},a138d(a,b);}Generator['create']({'name':a138r(0x1b8),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','shortDesc':a138r(0x1c7),'validOpts':[a138r(0x1ca)],'requiredOpts':[a138r(0x1c2)],'mustBeInMakaProject':!![],'examples':[a138r(0x1cd)]},async function(a,b){const s=a138r;try{const {projectConfig:c,scaffold:d}=this,f=b[s(0x1ca)]||![],g=s(0x1be),h=kebabCase(b[s(0x1c0)]),i=d['pathFromApp']({'pathParts':[g,b[s(0x1d2)],'',h]});let j='js';c[s(0x1c1)]['js']===s(0x1c6)&&(j='ts');const k={'name':b['resourceName'],'collection':pascalCase(b[s(0x1c0)]),'noRename':!![],'globalPublish':b[s(0x1c2)]};await d['template']({'srcPath':'publish/publish.js','destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d[s(0x1d4)]({'pathParts':['imports',s(0x1b5),s(0x1b6),b['appPathPrefix'],s(0x1d0)+c[s(0x1c1)]['js']]}),m=b[s(0x1d2)]?'/'+b['dir']+'/':'/';await d[s(0x1d1)]({'filePath':l,'content':s(0x1d3)+m+h+'\x27;'});}catch(n){Log[s(0x1cc)](n),process[s(0x1c8)](0x1);}});
1
+ const a141r=a141d;(function(a,b){const o=a141d,c=a();while(!![]){try{const d=-parseInt(o(0xad))/0x1*(parseInt(o(0x97))/0x2)+parseInt(o(0xac))/0x3*(parseInt(o(0x9d))/0x4)+parseInt(o(0xa1))/0x5*(-parseInt(o(0x9b))/0x6)+-parseInt(o(0xa0))/0x7+-parseInt(o(0xaf))/0x8+parseInt(o(0x9e))/0x9+parseInt(o(0xb0))/0xa*(parseInt(o(0xa7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0xcc4fd));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a141d;if(c){const e=c[p(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const q=a141d;return a141a[q(0x9a)]()[q(0x95)](q(0xae))['toString']()[q(0x96)](a141a)[q(0x95)](q(0xae));});function a141c(){const t=['maka\x20g:publish\x20todos','index.','dir','engines','search','constructor','3234784oVJhcW','pathFromApp','startup','toString','6588954zrfPUC','template','36308ukrTpD','9035334CrhoWD','server','6809950XFLqew','5qMGRST','resourceName','globalPublish','injectAtEndOfFile','appPathPrefix','error','22121ormYvz','force','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','apply','imports','87sbjGJC','1YvwKiN','(((.+)+)+)+$','1043456JRvaoe','16850wDuUJm','import\x20\x27./publications'];a141c=function(){return t;};return a141c();}a141a();import{kebabCase,pascalCase}from'change-case';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x90;let f=c[d];return f;},a141d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':'publish','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','shortDesc':a141r(0xa9),'validOpts':[a141r(0xa8)],'requiredOpts':['globalPublish'],'mustBeInMakaProject':!![],'examples':[a141r(0x91)]},async function(a,b){const s=a141r;try{const {projectConfig:c,scaffold:d}=this,f=b[s(0xa8)]||![],g='/imports/startup/server/publications',h=kebabCase(b['resourceName']),i=d[s(0x98)]({'pathParts':[g,b[s(0x93)],'',h]});let j='js';c[s(0x94)]['js']==='tsx'&&(j='ts');const k={'name':b['resourceName'],'collection':pascalCase(b[s(0xa2)]),'noRename':!![],'globalPublish':b[s(0xa3)]};await d[s(0x9c)]({'srcPath':'publish/publish.js','destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d[s(0x98)]({'pathParts':[s(0xab),s(0x99),s(0x9f),b[s(0xa5)],s(0x92)+c[s(0x94)]['js']]}),m=b[s(0x93)]?'/'+b[s(0x93)]+'/':'/';await d[s(0xa4)]({'filePath':l,'content':s(0x90)+m+h+'\x27;'});}catch(n){Log[s(0xa6)](n),process['exit'](0x1);}});
@@ -1 +1 @@
1
- function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x9f;let f=c[d];return f;},a139d(a,b);}const a139r=a139d;(function(a,b){const o=a139d,c=a();while(!![]){try{const d=-parseInt(o(0xc4))/0x1+-parseInt(o(0xbf))/0x2+parseInt(o(0xa3))/0x3+-parseInt(o(0xa5))/0x4*(-parseInt(o(0xbd))/0x5)+parseInt(o(0xbc))/0x6*(-parseInt(o(0xc5))/0x7)+parseInt(o(0xbe))/0x8*(-parseInt(o(0xa1))/0x9)+parseInt(o(0xb1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x986de));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a139d;if(c){const e=c[p(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const q=a139d;return a139a[q(0xaa)]()[q(0xa0)](q(0xb0))[q(0xaa)]()['constructor'](a139a)[q(0xa0)](q(0xb0));});a139a();import a139e from'path';import{Generator}from'../generator.js';function a139c(){const t=['lib','apply','error','search','85626JegNmt','startup','1289496FOQtpl','injectIntoFile','8xqpIMs','/>}/>\x0a','<Route\x20index','<Route\x20path=\x22','none','toString','split','\x22\x20element={<Component.','<Route\x20path=\x22*\x22','length','join','(((.+)+)+)+$','11279220PoCBxR','ssr','engines','private','pop','route','findAppDirectory','resourceName','</Route>','Scaffolding\x20for\x20a\x20Route.','create','6LtXkmh','2269355tDIrCW','904WhQHmC','1250022XJnrTf','imports','filter','maka\x20{generate,\x20g}:{route,\x20r}','toLowerCase','68857syKbUW','505372jsHvwa'];a139c=function(){return t;};return a139c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{pascalCase}from'change-case';const aliases=['r'];Generator[a139r(0xbb)]({'name':a139r(0xb6),'mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':a139r(0xb4),'boolFlag':!![]},{'name':'route'}],'usage':a139r(0xc2),'shortDesc':a139r(0xba),'examples':[]},async function(a,b){const s=a139r,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c[s(0xb7)](),h=b[s(0xb4)]??![];let i=b[s(0xb8)][s(0xab)]('/')[s(0xb5)]();if(!i){Log[s(0x9f)]('Please\x20specify\x20a\x20name\x20for\x20the\x20route.');throw new UsageError();}i=pascalCase(i);let j=b[s(0xb6)]?'/'+b[s(0xb6)]:'/'+b['resourceName']['replace'](/\\/g,'/')[s(0xc3)]();a[s(0xae)]>0x1&&(j='/'+a[s(0xc1)](function(n){return n!=='/';})[s(0xaf)]('/')[s(0xc3)]());j=j['replace'](/\/\//g,'/');const k=f[s(0xb3)]['js'],l=f['engines'][s(0xb2)]!==s(0xa9)?s(0xc6):'client',m=a139e['join'](g,s(0xc0),s(0xa2),l,'routes.'+k);h?await d[s(0xa4)]({'filePath':m,'content':'<Route\x20path=\x22'+j+s(0xac)+i+s(0xa6),'begin':['<Route\x20element={<PrivateRoute\x20/>}>'],'end':[s(0xb9)]}):await d['injectIntoFile']({'filePath':m,'content':s(0xa8)+j+s(0xac)+i+'/>}/>\x0a','begin':[s(0xa7)],'end':[s(0xad)]});}catch(n){Log[s(0x9f)](n),process['exit'](0x1);}});
1
+ const a142r=a142d;(function(a,b){const o=a142d,c=a();while(!![]){try{const d=parseInt(o(0x19d))/0x1*(parseInt(o(0x19a))/0x2)+-parseInt(o(0x187))/0x3+parseInt(o(0x181))/0x4*(-parseInt(o(0x184))/0x5)+parseInt(o(0x18c))/0x6+-parseInt(o(0x182))/0x7+parseInt(o(0x19b))/0x8*(-parseInt(o(0x196))/0x9)+-parseInt(o(0x17f))/0xa*(-parseInt(o(0x180))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xedab7));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a142d;if(c){const e=c[p(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const q=a142d;return a142a['toString']()[q(0x18d)](q(0x198))[q(0x18f)]()['constructor'](a142a)[q(0x18d)](q(0x198));});a142a();function a142c(){const t=['260GaEeja','625867hbrqwj','4056ticgdR','8186353LCOrjT','filter','4695Cqjvcq','length','ssr','955998VSrZiY','routes.','findAppDirectory','join','<Route\x20index','10299528NnciPt','search','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','toString','apply','</Route>','<Route\x20path=\x22*\x22','pop','resourceName','\x22\x20element={<Component.','81fkxkmS','split','(((.+)+)+)+$','engines','201290WJfGnA','432568KGvMeB','private','7ZeOlGe','toLowerCase','client','replace','error','route','startup','lib','<Route\x20element={<PrivateRoute\x20/>}>','imports'];a142c=function(){return t;};return a142c();}import a142e from'path';import{Generator}from'../generator.js';function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x17e;let f=c[d];return f;},a142d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{pascalCase}from'change-case';const aliases=['r'];Generator['create']({'name':a142r(0x1a2),'mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':a142r(0x19c),'boolFlag':!![]},{'name':a142r(0x1a2)}],'usage':'maka\x20{generate,\x20g}:{route,\x20r}','shortDesc':'Scaffolding\x20for\x20a\x20Route.','examples':[]},async function(a,b){const s=a142r,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c[s(0x189)](),h=b[s(0x19c)]??![];let i=b[s(0x194)][s(0x197)]('/')[s(0x193)]();if(!i){Log[s(0x1a1)](s(0x18e));throw new UsageError();}i=pascalCase(i);let j=b[s(0x1a2)]?'/'+b[s(0x1a2)]:'/'+b[s(0x194)][s(0x1a0)](/\\/g,'/')[s(0x19e)]();a[s(0x185)]>0x1&&(j='/'+a[s(0x183)](function(n){return n!=='/';})[s(0x18a)]('/')[s(0x19e)]());j=j[s(0x1a0)](/\/\//g,'/');const k=f['engines']['js'],l=f[s(0x199)][s(0x186)]!=='none'?s(0x1a4):s(0x19f),m=a142e[s(0x18a)](g,s(0x17e),s(0x1a3),l,s(0x188)+k);h?await d['injectIntoFile']({'filePath':m,'content':'<Route\x20path=\x22'+j+s(0x195)+i+'/>}/>\x0a','begin':[s(0x1a5)],'end':[s(0x191)]}):await d['injectIntoFile']({'filePath':m,'content':'<Route\x20path=\x22'+j+s(0x195)+i+'/>}/>\x0a','begin':[s(0x18b)],'end':[s(0x192)]});}catch(n){Log[s(0x1a1)](n),process['exit'](0x1);}});
@@ -1 +1 @@
1
- function a140c(){const t=['3724592ilCzYi','service','3111480CTYCgF','maka\x20{generate,\x20g}:{service}\x20<resource-name>','resourceName','logger','toString','constructor','3791154gGMeiO','125340pqaMYn','winston\x20setimmediate','lib','type','1614RdkrxD','engines','error','apply','780ZGovzh','findAppDirectory','11hwPcMl','3932jZxyQH','7XcNYgM','installNpmPackage','pathFromApp','template','(((.+)+)+)+$','checkNpmPackage','tsx','1177280qHgdAg','121077BTLjEN','create','svc','winston','Installing\x20winston','startup'];a140c=function(){return t;};return a140c();}const a140r=a140d;(function(a,b){const o=a140d,c=a();while(!![]){try{const d=parseInt(o(0xd4))/0x1*(parseInt(o(0xca))/0x2)+parseInt(o(0xce))/0x3*(parseInt(o(0xd5))/0x4)+-parseInt(o(0xba))/0x5+-parseInt(o(0xc9))/0x6*(parseInt(o(0xd6))/0x7)+-parseInt(o(0xc1))/0x8+-parseInt(o(0xc3))/0x9+parseInt(o(0xd2))/0xa*(parseInt(o(0xbb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x61351));const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a140d;if(c){const e=c[p(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const q=a140d;return a140a[q(0xc7)]()['search']('(((.+)+)+)+$')[q(0xc7)]()[q(0xc8)](a140a)['search'](q(0xb7));});a140a();import{camelCase,kebabCase,pascalCase}from'change-case';function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0xb7;let f=c[d];return f;},a140d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a140r(0xbc)]({'name':a140r(0xc2),'aliases':[a140r(0xbd)],'usage':a140r(0xc4),'shortDesc':'Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','mustBeInMakaProject':!![],'requiredOpts':[{'name':a140r(0xcd),'values':[a140r(0xc6)]}],'validOpts':[],'maxArgLength':0x1,'examples':['maka\x20g:svc\x20service-logger\x20--type=logger']},async function(a,b){const s=a140r,{cfg:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=this['projectConfig'],i=d[s(0xd3)](),j=kebabCase(b[s(0xc5)]),k={'name':pascalCase(b['resourceName']),'fileName':j,'camelCase':camelCase(b[s(0xc5)]),'type':b['type'],'engine':h[s(0xcf)]['js'],'noRename':!![]};let l='js';h[s(0xcf)]['js']===s(0xb9)&&(l='ts');if(b['type']===s(0xc6)){!f[s(0xb8)](s(0xbe))&&await f[s(0xd7)](s(0xcb),{'cwd':i,'msg':s(0xbf)});const m=g[s(0xd8)]({'pathParts':['imports',s(0xc0),s(0xcc),'services',j+'.'+l]});await g[s(0xd9)]({'srcPath':'service/logger/logger.js','destPath':m,'context':k,'config':h});}}catch(n){Log[s(0xd0)](n);}});
1
+ function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x182;let f=c[d];return f;},a143d(a,b);}const a143r=a143d;(function(a,b){const o=a143d,c=a();while(!![]){try{const d=-parseInt(o(0x18d))/0x1+parseInt(o(0x197))/0x2*(parseInt(o(0x190))/0x3)+parseInt(o(0x19c))/0x4*(parseInt(o(0x196))/0x5)+-parseInt(o(0x19a))/0x6*(parseInt(o(0x19f))/0x7)+parseInt(o(0x18a))/0x8+-parseInt(o(0x19e))/0x9+-parseInt(o(0x193))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x9d467));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a143d;if(c){const e=c[p(0x18e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const q=a143d;return a143a[q(0x186)]()['search'](q(0x185))[q(0x186)]()[q(0x183)](a143a)['search'](q(0x185));});a143a();function a143c(){const t=['maka\x20g:svc\x20service-logger\x20--type=logger','466317oxFtol','7RKuWAD','Installing\x20winston','type','logger','service/logger/logger.js','constructor','imports','(((.+)+)+)+$','toString','projectConfig','lib','engines','8030496uQFFQT','startup','error','605622PFzJmQ','apply','resourceName','135hjNAvp','services','create','10565800eQhxUp','winston\x20setimmediate','service','18490pURsNw','42618QqtBnH','template','findAppDirectory','3440274wlAGiG','maka\x20{generate,\x20g}:{service}\x20<resource-name>','1048omTBLY'];a143c=function(){return t;};return a143c();}import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a143r(0x192)]({'name':a143r(0x195),'aliases':['svc'],'usage':a143r(0x19b),'shortDesc':'Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','mustBeInMakaProject':!![],'requiredOpts':[{'name':a143r(0x1a1),'values':[a143r(0x1a2)]}],'validOpts':[],'maxArgLength':0x1,'examples':[a143r(0x19d)]},async function(a,b){const s=a143r,{cfg:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=this[s(0x187)],i=d[s(0x199)](),j=kebabCase(b['resourceName']),k={'name':pascalCase(b[s(0x18f)]),'fileName':j,'camelCase':camelCase(b[s(0x18f)]),'type':b[s(0x1a1)],'engine':h[s(0x189)]['js'],'noRename':!![]};let l='js';h[s(0x189)]['js']==='tsx'&&(l='ts');if(b['type']===s(0x1a2)){!f['checkNpmPackage']('winston')&&await f['installNpmPackage'](s(0x194),{'cwd':i,'msg':s(0x1a0)});const m=g['pathFromApp']({'pathParts':[s(0x184),s(0x18b),s(0x188),s(0x191),j+'.'+l]});await g[s(0x198)]({'srcPath':s(0x182),'destPath':m,'context':k,'config':h});}}catch(n){Log[s(0x18c)](n);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a141d,c=a();while(!![]){try{var d=parseInt(f(0x19e))/0x1+parseInt(f(0x196))/0x2+parseInt(f(0x197))/0x3+-parseInt(f(0x19f))/0x4+parseInt(f(0x195))/0x5*(parseInt(f(0x198))/0x6)+-parseInt(f(0x19a))/0x7*(parseInt(f(0x19c))/0x8)+parseInt(f(0x199))/0x9*(-parseInt(f(0x19d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x9d373));function a141d(a,b){var c=a141c();return a141d=function(d,e){d=d-0x193;var f=c[d];return f;},a141d(a,b);}var a141b=(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;};}()),a141a=a141b(this,function(){var g=a141d;return a141a[g(0x194)]()[g(0x19b)](g(0x193))[g(0x194)]()['constructor'](a141a)[g(0x19b)](g(0x193));});a141a();import'./translation.js';function a141c(){var h=['101547lzplMa','3435439IdqVhS','search','8TLozaw','170PYSCLv','81042PIZRbP','2791244AlNKbd','(((.+)+)+)+$','toString','1971880ofLZFF','940348luxxfV','3236286ULOjyM','6odFavy'];a141c=function(){return h;};return a141c();}import'./openssl.js';
1
+ (function(a,b){var f=a144d,c=a();while(!![]){try{var d=parseInt(f(0xca))/0x1+parseInt(f(0xc3))/0x2*(-parseInt(f(0xc5))/0x3)+parseInt(f(0xc8))/0x4*(-parseInt(f(0xc6))/0x5)+parseInt(f(0xcc))/0x6+parseInt(f(0xc7))/0x7*(-parseInt(f(0xcd))/0x8)+-parseInt(f(0xc4))/0x9*(-parseInt(f(0xcf))/0xa)+parseInt(f(0xd0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x1adfb));function a144c(){var i=['259yFBsYc','8yHnExX','apply','148884UTvBRO','toString','1210866RYoUYy','1208hPKGRH','search','68970lbBqpY','193193EEskpg','(((.+)+)+)+$','53906DWvdhB','9iPwCqv','9vCqWGo','446585bOOKlM'];a144c=function(){return i;};return a144c();}var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a144d;if(c){var e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var h=a144d;return a144a[h(0xcb)]()[h(0xce)](h(0xc2))['toString']()['constructor'](a144a)[h(0xce)](h(0xc2));});a144a();function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0xc2;var f=c[d];return f;},a144d(a,b);}import'./translation.js';import'./openssl.js';
@@ -1 +1 @@
1
- const a142l=a142d;(function(a,b){const i=a142d,c=a();while(!![]){try{const d=-parseInt(i(0x137))/0x1*(parseInt(i(0x144))/0x2)+parseInt(i(0x14c))/0x3+parseInt(i(0x142))/0x4+parseInt(i(0x13e))/0x5*(-parseInt(i(0x135))/0x6)+parseInt(i(0x143))/0x7+-parseInt(i(0x133))/0x8*(-parseInt(i(0x145))/0x9)+-parseInt(i(0x131))/0xa*(parseInt(i(0x136))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0x47932));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a142d;if(c){const e=c[j(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const k=a142d;return a142a[k(0x149)]()['search'](k(0x14b))[k(0x149)]()[k(0x13a)](a142a)[k(0x130)](k(0x14b));});a142a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a142e from'path';function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x130;let f=c[d];return f;},a142d(a,b);}Generator[a142l(0x132)]({'name':a142l(0x141),'usage':a142l(0x13c),'shortDesc':a142l(0x13d),'resourceNameRequired':![],'requiredOpts':[a142l(0x147)],'examples':[a142l(0x13b)],'validOpts':[]},async function(a,b){const m=a142l;try{const c=this[m(0x14d)][m(0x138)](),d=this['cfg'][m(0x139)](b[m(0x147)]),f=a142e['join'](d,m(0x140),m(0x14a)),g={'app':c[m(0x148)],'noRename':!![]};await this['scaffold'][m(0x134)]({'srcPath':m(0x14e),'destPath':f,'framework':m(0x146),'context':g,'config':c});}catch(h){Log['error'](h);}});function a142c(){const n=['search','30PzPPpS','create','536dElMpS','template','3385938VEhbTL','2407372VixfJR','4460cpqGNa','getMakaProjectConfig','getAppConfigPath','constructor','maka\x20g:sslconfig\x20--env\x20dev','maka\x20{generate,\x20g}:sslconfig','Generate\x20a\x20new\x20openssl\x20config\x20file','5vkFlDd','apply','_keys','sslconfig','2015552HTHedM','2997848ouENae','4EcCCuY','48753psKTEL','service','env','appName','toString','openssl.conf','(((.+)+)+)+$','683634sHYmsB','cfg','openssl/openssl.conf'];a142c=function(){return n;};return a142c();}
1
+ const a145l=a145d;(function(a,b){const i=a145d,c=a();while(!![]){try{const d=parseInt(i(0xf4))/0x1+-parseInt(i(0xea))/0x2+parseInt(i(0xe9))/0x3+parseInt(i(0xfa))/0x4*(parseInt(i(0xf3))/0x5)+parseInt(i(0xe7))/0x6*(parseInt(i(0xfd))/0x7)+-parseInt(i(0xf0))/0x8*(-parseInt(i(0xef))/0x9)+-parseInt(i(0xee))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xa5b20));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a145d;if(c){const e=c[j(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const k=a145d;return a145a[k(0xed)]()[k(0xf2)](k(0xf5))[k(0xed)]()[k(0xff)](a145a)['search']('(((.+)+)+)+$');});a145a();import{Generator}from'../../generator.js';function a145c(){const n=['2043csYvFq','24552cqjvMK','getMakaProjectConfig','search','470uOzAZb','846618LMjYAb','(((.+)+)+)+$','env','maka\x20g:sslconfig\x20--env\x20dev','_keys','service','47896cjwbcx','openssl/openssl.conf','Generate\x20a\x20new\x20openssl\x20config\x20file','245KyRrmE','appName','constructor','89178gZgrxu','apply','350886kZpEit','2676682tiRyOp','template','error','toString','12889750zJrlSr'];a145c=function(){return n;};return a145c();}function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0xe7;let f=c[d];return f;},a145d(a,b);}import{Log}from'../../tools/log/log.class.js';import a145e from'path';Generator['create']({'name':'sslconfig','usage':'maka\x20{generate,\x20g}:sslconfig','shortDesc':a145l(0xfc),'resourceNameRequired':![],'requiredOpts':[a145l(0xf6)],'examples':[a145l(0xf7)],'validOpts':[]},async function(a,b){const m=a145l;try{const c=this['cfg'][m(0xf1)](),d=this['cfg']['getAppConfigPath'](b[m(0xf6)]),f=a145e['join'](d,m(0xf8),'openssl.conf'),g={'app':c[m(0xfe)],'noRename':!![]};await this['scaffold'][m(0xeb)]({'srcPath':m(0xfb),'destPath':f,'framework':m(0xf9),'context':g,'config':c});}catch(h){Log[m(0xec)](h);}});
@@ -1 +1 @@
1
- const a143D=a143d;function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0xd8;let f=c[d];return f;},a143d(a,b);}(function(a,b){const A=a143d,c=a();while(!![]){try{const d=-parseInt(A(0xe5))/0x1+parseInt(A(0xd9))/0x2+parseInt(A(0xee))/0x3*(-parseInt(A(0xfe))/0x4)+parseInt(A(0x10d))/0x5*(parseInt(A(0xea))/0x6)+-parseInt(A(0xdf))/0x7*(parseInt(A(0xec))/0x8)+-parseInt(A(0xeb))/0x9+-parseInt(A(0xf5))/0xa*(parseInt(A(0x102))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0xa686a));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a143d;if(c){const e=c[B(0xf8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const C=a143d;return a143a['toString']()[C(0xe0)]('(((.+)+)+)+$')['toString']()['constructor'](a143a)['search'](C(0xf1));});a143a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a143e from'fs';function a143c(){const F=['startup','3027110AhGzWC','i18n/i18n.js','features.withTranslations','apply','injectAtBeginningOfFile','i18n/locales.js','root','error','\x20}\x20from\x20\x27./','757352ctXqmm','scaffold','i18next','service','11lWlrzh','maka\x20g:translation\x20--lang=de','create','index.js','imports','i18n/index.js','services','Generate\x20a\x20new\x20locale\x20translation','client','.js','checkNpmPackage','6802935LbLCzP','toString','lib','lang','pathFromApp','server','warn','rewriteDestinationPathForEngine','injectAtEndOfFile','readFileSync','locales','2256358nllJcT','installNpmPackage','index.','translation','meteor','Locale\x20already\x20defined:\x20','9296iOdoHv','search','i18next\x20i18next-browser-languagedetector\x20react-i18next','Locale\x20already\x20exported:\x20','import\x20\x27../lib/services/translations/i18n\x27;','engines','1021138FjTegz','isFile','template','grep','exit','6VtdeOu','1362537XUPQFL','856QqTiMc','export\x20{\x20default\x20as\x20','3wUYBUy','translations','import\x20\x27../lib/services/translations/i18n\x27;\x0a','(((.+)+)+)+$','findAppDirectory','default\x20as\x20'];a143c=function(){return F;};return a143c();}Generator[a143D(0x104)]({'name':a143D(0xdc),'usage':'maka\x20{generate,\x20g}:translation','aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':a143D(0x110),'boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a143D(0x109),'description':'\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','examples':['maka\x20g:translation\x20--lang=en\x20(default)','maka\x20g:translation\x20--lang=fr',a143D(0x103)],'validOpts':[]},async function(a,b){const E=a143D;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[E(0xf2)]();!b[E(0x110)]&&(b[E(0x110)]='en');!b[E(0xfb)]&&!f[E(0x10c)](E(0x100))&&(Log[E(0x113)]('Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...'),f[E(0xda)](E(0xe1),{'cwd':i}),g['setProjectConfig'](E(0xf7),!![]));const j=d[E(0x111)]({'pathParts':['imports','startup',E(0x10a),'index.js']}),k=d[E(0x114)]({'pathParts':[j],'config':h}),l=c[E(0xe8)](a143e[E(0x116)](k)['toString'](),E(0xe3))[0x0]&&!![];if(h[E(0xe4)]['ssr']===E(0xdd)){!l&&d[E(0xf9)]({'filePath':k,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});const w=d[E(0x111)]({'pathParts':[E(0x106),'startup',E(0x112),E(0x105)]}),x=d[E(0x114)]({'pathParts':[w],'config':h}),y=c[E(0xe8)](a143e[E(0x116)](x)[E(0x10e)](),E(0xe3))[0x0]&&!![];!y&&d[E(0xf9)]({'filePath':x,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});}else!l&&d[E(0xf9)]({'filePath':k,'content':E(0xf0)});const m={'app':h['appName'],'config':h},n=d[E(0x111)]({'pathParts':[E(0x106),'startup',E(0x10f),E(0x108),E(0xef),'i18n.js']}),o=c[E(0xe6)](d[E(0x114)]({'pathParts':[n],'config':h}));!o&&await d[E(0xe7)]({'srcPath':E(0xf6),'destPath':n,'framework':E(0x101),'context':m,'config':h});const p=d[E(0x111)]({'pathParts':[E(0x106),E(0xf4),E(0x10f),E(0x108),E(0xef),'locales',b[E(0x110)]+E(0x10b)]}),q=d['rewriteDestinationPathForEngine']({'pathParts':[p],'config':h}),r=c[E(0xe6)](q);!r?await this[E(0xff)]['template']({'srcPath':E(0xfa),'destPath':p,'framework':E(0x101),'context':m,'config':h}):Log[E(0x113)](E(0xde)+q);const s=d[E(0x111)]({'pathParts':[E(0x106),E(0xf4),E(0x10f),E(0x108),E(0xef),E(0xd8),E(0xdb)+h['engines']['js']]}),t=d['rewriteDestinationPathForEngine']({'pathParts':[s],'config':h}),u=c[E(0xe6)](t);!u&&await d['template']({'srcPath':E(0x107),'destPath':s,'framework':E(0x101),'context':m,'config':h});const v=c[E(0xe8)](a143e[E(0x116)](s)[E(0x10e)](),E(0xf3)+b[E(0x110)])[0x0]&&!![];!v?await d[E(0x115)]({'filePath':s,'content':E(0xed)+b['lang']+E(0xfd)+b[E(0x110)]+'\x27;'}):Log[E(0x113)](E(0xe2)+s);}catch(z){Log[E(0xfc)](z),process[E(0xe9)](0x1);}});
1
+ function a146c(){const F=['i18n/locales.js','engines','Locale\x20already\x20defined:\x20','i18next','apply','import\x20\x27../lib/services/translations/i18n\x27;','i18n.js','maka\x20g:translation\x20--lang=en\x20(default)','i18n/index.js','search','maka\x20{generate,\x20g}:translation','253926TwmPMa','constructor','64uFXXAA','import\x20\x27../lib/services/translations/i18n\x27;\x0a','Generate\x20a\x20new\x20locale\x20translation','13823843iIHQfx','meteor','features.withTranslations','4meNoTg','pathFromApp','lang','293124KpvSSx','\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','startup','client','42MDjzsH','imports','default\x20as\x20','translation','error','service','maka\x20g:translation\x20--lang=de','findAppDirectory','ssr','setProjectConfig','index.','locales','template','export\x20{\x20default\x20as\x20','readFileSync','grep','create','translations','\x20}\x20from\x20\x27./','70dTmWpE','363069nFqkQU','2194857TEXyoA','isFile','warn','toString','12nhZHbo','lib','checkNpmPackage','injectAtEndOfFile','rewriteDestinationPathForEngine','services','3122315dRhmwK','.js','injectAtBeginningOfFile','exit','root','17268DWNeeA','maka\x20g:translation\x20--lang=fr','index.js','(((.+)+)+)+$'];a146c=function(){return F;};return a146c();}const a146D=a146d;(function(a,b){const A=a146d,c=a();while(!![]){try{const d=-parseInt(A(0x147))/0x1*(parseInt(A(0x16b))/0x2)+parseInt(A(0x15c))/0x3+parseInt(A(0x140))/0x4*(-parseInt(A(0x166))/0x5)+parseInt(A(0x143))/0x6+parseInt(A(0x15b))/0x7*(-parseInt(A(0x13a))/0x8)+parseInt(A(0x138))/0x9*(-parseInt(A(0x15a))/0xa)+parseInt(A(0x13d))/0xb*(parseInt(A(0x160))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0x6ad9d));const a146b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a146d;if(c){const e=c[B(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){const C=a146d;return a146a[C(0x15f)]()[C(0x136)]('(((.+)+)+)+$')[C(0x15f)]()[C(0x139)](a146a)['search'](C(0x12c));});a146a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a146e from'fs';function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x12b;let f=c[d];return f;},a146d(a,b);}Generator[a146D(0x157)]({'name':a146D(0x14a),'usage':a146D(0x137),'aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':'lang','boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a146D(0x13c),'description':a146D(0x144),'examples':[a146D(0x134),a146D(0x16c),a146D(0x14d)],'validOpts':[]},async function(a,b){const E=a146D;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[E(0x14e)]();!b[E(0x142)]&&(b[E(0x142)]='en');!b[E(0x16a)]&&!f[E(0x162)](E(0x130))&&(Log[E(0x15e)]('Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...'),f['installNpmPackage']('i18next\x20i18next-browser-languagedetector\x20react-i18next',{'cwd':i}),g[E(0x150)](E(0x13f),!![]));const j=d[E(0x141)]({'pathParts':[E(0x148),E(0x145),E(0x146),E(0x12b)]}),k=d[E(0x164)]({'pathParts':[j],'config':h}),l=c['grep'](a146e[E(0x155)](k)[E(0x15f)](),E(0x132))[0x0]&&!![];if(h[E(0x12e)][E(0x14f)]===E(0x13e)){!l&&d[E(0x168)]({'filePath':k,'content':E(0x13b)});const w=d['pathFromApp']({'pathParts':['imports',E(0x145),'server',E(0x12b)]}),x=d[E(0x164)]({'pathParts':[w],'config':h}),y=c[E(0x156)](a146e[E(0x155)](x)[E(0x15f)](),E(0x132))[0x0]&&!![];!y&&d['injectAtBeginningOfFile']({'filePath':x,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});}else!l&&d['injectAtBeginningOfFile']({'filePath':k,'content':E(0x13b)});const m={'app':h['appName'],'config':h},n=d[E(0x141)]({'pathParts':[E(0x148),E(0x145),E(0x161),'services',E(0x158),E(0x133)]}),o=c[E(0x15d)](d['rewriteDestinationPathForEngine']({'pathParts':[n],'config':h}));!o&&await d[E(0x153)]({'srcPath':'i18n/i18n.js','destPath':n,'framework':E(0x14c),'context':m,'config':h});const p=d[E(0x141)]({'pathParts':[E(0x148),E(0x145),E(0x161),E(0x165),E(0x158),E(0x152),b[E(0x142)]+E(0x167)]}),q=d[E(0x164)]({'pathParts':[p],'config':h}),r=c[E(0x15d)](q);!r?await this['scaffold'][E(0x153)]({'srcPath':E(0x12d),'destPath':p,'framework':'service','context':m,'config':h}):Log[E(0x15e)](E(0x12f)+q);const s=d[E(0x141)]({'pathParts':['imports',E(0x145),E(0x161),E(0x165),E(0x158),'locales',E(0x151)+h[E(0x12e)]['js']]}),t=d[E(0x164)]({'pathParts':[s],'config':h}),u=c[E(0x15d)](t);!u&&await d[E(0x153)]({'srcPath':E(0x135),'destPath':s,'framework':'service','context':m,'config':h});const v=c[E(0x156)](a146e[E(0x155)](s)['toString'](),E(0x149)+b['lang'])[0x0]&&!![];!v?await d[E(0x163)]({'filePath':s,'content':E(0x154)+b[E(0x142)]+E(0x159)+b[E(0x142)]+'\x27;'}):Log[E(0x15e)]('Locale\x20already\x20exported:\x20'+s);}catch(z){Log[E(0x14b)](z),process[E(0x169)](0x1);}});
@@ -1 +1 @@
1
- const a144l=a144d;(function(a,b){const j=a144d,c=a();while(!![]){try{const d=parseInt(j(0x172))/0x1*(parseInt(j(0x16b))/0x2)+-parseInt(j(0x16c))/0x3+parseInt(j(0x17a))/0x4*(-parseInt(j(0x169))/0x5)+-parseInt(j(0x178))/0x6+parseInt(j(0x166))/0x7*(parseInt(j(0x179))/0x8)+parseInt(j(0x165))/0x9+-parseInt(j(0x174))/0xa*(-parseInt(j(0x173))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x74744));const a144b=(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;};}()),a144a=a144b(this,function(){const k=a144d;return a144a[k(0x164)]()['search'](k(0x16d))[k(0x164)]()[k(0x176)](a144a)[k(0x177)]('(((.+)+)+)+$');});a144a();import a144e from'minimist';import a144f from'os';function a144d(a,b){const c=a144c();return a144d=function(d,e){d=d-0x163;let f=c[d];return f;},a144d(a,b);}function a144c(){const m=['5685600hVgjIF','2082152AihEcR','39956oREDne','slice','dirname','toString','7029BGcQMl','7NkvPwZ','camelizeKeys','stringify','155USyMUh','TOOL_NODE_FLAGS','17726AApaSM','2449011RypewW','(((.+)+)+)+$','BROWSERSLIST_IGNORE_OLD_DATA','floor','run','env','34NlaMRC','2733775XaEtCF','80ITNPwf','argv','constructor','search'];a144c=function(){return m;};return a144c();}import a144g from'path';import a144h from'humps';import a144i from'./commands/maka.cmd.js';import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta['url']),__dirname=a144g[a144l(0x163)](__filename);global['MAKA_COMMAND_PATH']=__dirname;const total_memory=a144f['totalmem'](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a144l(0x16f)](total_mem_in_mb),process[a144l(0x171)][a144l(0x16a)]='--max-old-space-size='+total_mem_in_mb,process[a144l(0x171)][a144l(0x16e)]='1',process[a144l(0x171)]['NODE_NO_WARNINGS']='1';const argv=a144e(process[a144l(0x175)][a144l(0x17b)](0x2)),args=argv['_'],deepCopyArgv=JSON['parse'](JSON[a144l(0x168)](argv));delete deepCopyArgv['_'];const opts=a144h[a144l(0x167)](deepCopyArgv);a144i[a144l(0x170)](args,opts);
1
+ const a147m=a147d;(function(a,b){const j=a147d,c=a();while(!![]){try{const d=-parseInt(j(0x103))/0x1+-parseInt(j(0x116))/0x2+-parseInt(j(0x113))/0x3+-parseInt(j(0x10d))/0x4*(-parseInt(j(0x10f))/0x5)+parseInt(j(0x10c))/0x6*(-parseInt(j(0x112))/0x7)+-parseInt(j(0x107))/0x8*(-parseInt(j(0x117))/0x9)+-parseInt(j(0x104))/0xa*(-parseInt(j(0xff))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xe3729));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a147d;if(c){const e=c[k(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const l=a147d;return a147a['toString']()[l(0x10b)]('(((.+)+)+)+$')['toString']()[l(0x110)](a147a)[l(0x10b)](l(0x111));});a147a();import a147e from'minimist';function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xff;let f=c[d];return f;},a147d(a,b);}import a147f from'os';import a147g from'path';import a147h from'humps';import a147i from'./commands/maka.cmd.js';import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta[a147m(0x109)]),__dirname=a147g[a147m(0x108)](__filename);global['MAKA_COMMAND_PATH']=__dirname;const total_memory=a147f['totalmem'](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a147m(0x105)](total_mem_in_mb),process[a147m(0x115)]['TOOL_NODE_FLAGS']=a147m(0x10a)+total_mem_in_mb,process[a147m(0x115)][a147m(0x118)]='1',process[a147m(0x115)][a147m(0x114)]='1';const argv=a147e(process['argv'][a147m(0x100)](0x2)),args=argv['_'],deepCopyArgv=JSON[a147m(0x10e)](JSON[a147m(0x102)](argv));delete deepCopyArgv['_'];function a147c(){const n=['dirname','url','--max-old-space-size=','search','8117922uFfapk','3360556LAoMuj','parse','5KOUmSY','constructor','(((.+)+)+)+$','7pwqKLg','2234988EzcYXH','NODE_NO_WARNINGS','env','2896296rYSuSB','531Zrfnrb','BROWSERSLIST_IGNORE_OLD_DATA','32547779DbPLTU','slice','apply','stringify','1111391RIKHpy','10VypzMD','floor','camelizeKeys','242728GsucSd'];a147c=function(){return n;};return a147c();}const opts=a147h[a147m(0x106)](deepCopyArgv);a147i['run'](args,opts);
@@ -1 +1 @@
1
- const a145z=a145d;(function(a,b){const w=a145d,c=a();while(!![]){try{const d=-parseInt(w(0x190))/0x1*(-parseInt(w(0x182))/0x2)+-parseInt(w(0x197))/0x3*(-parseInt(w(0x1b4))/0x4)+parseInt(w(0x1be))/0x5*(parseInt(w(0x1b9))/0x6)+-parseInt(w(0x18a))/0x7*(parseInt(w(0x17b))/0x8)+-parseInt(w(0x176))/0x9+-parseInt(w(0x1a8))/0xa+-parseInt(w(0x179))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x55f39));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a145d;if(c){const e=c[x(0x1b3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const y=a145d;return a145a[y(0x18d)]()[y(0x191)](y(0x1a7))[y(0x18d)]()[y(0x184)](a145a)['search'](y(0x1a7));});function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x175;let f=c[d];return f;},a145d(a,b);}function a145c(){const R=['12WhptBF','cfg','indexOf','help','pkg','6XpZYEl','Please\x20provide\x20a\x20value\x20for\x20','getAppProjectConfigs','string','Please\x20choose\x20an\x20environment','748570JLRVCs','validateInputOptions','root','This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`','exit','length','Please\x20provide\x20a\x20resource\x20name:','validateEngines','validateMakaProject','usage','config','ask','resourceName','env','606168JMJMRm','includes','NIE','4657323htMVVt','cwd','136jKgVKx','validateParams','name','examples','findProjectDirectory','Invalid\x20argument:\x20','parent','12ZoqlzL','Local','constructor','validateUserIsLoggedIn','scaffold','homedir','map','AppData','77329SIXUcR','remapShortToLong','experimental','toString','keys','aliases','110443ONhuMP','search','Please\x20choose\x20a\x20valid\x20value\x20for\x20','\x20installed\x20to\x20use\x20this\x20command.','shortDesc','error','select','421926wucHWm','options','aws','getInstance','concat','description','getMakaProjectConfig','existsSync','win32','Invalid\x20value\x20for\x20','fsi','docker','join','formatToNamedParam','dir','\x20version\x20','(((.+)+)+)+$','2036970ZILAhO','mpi','find','platform','assign','.meteor','match','push','askForOption','local','charAt','apply'];a145c=function(){return R;};return a145c();}a145a();import a145e from'path';import a145f from'os';import a145g from'fs';import{Docker}from'./tools/docker/docker.class.js';import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';import{PKG}from'./tools/pkg/pkg.class.js';import{Scaffold}from'./tools/scaffold/scaffold.class.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a145f[a145z(0x187)]();export class Tool{[a145z(0x1a2)];[a145z(0x1a1)];[a145z(0x1b5)];['mpi'];['pkg'];[a145z(0x199)];[a145z(0x186)];[a145z(0x198)];[a145z(0x17d)];[a145z(0x181)];['_handler'];constructor(){const A=a145z;this[A(0x1a2)]=new Docker(),this[A(0x1a1)]=FSI[A(0x19a)](),this[A(0x1b5)]=CFG['getInstance'](this[A(0x1a1)]),this[A(0x1b8)]=PKG[A(0x19a)](this[A(0x1a1)]),this[A(0x1a9)]=MPI[A(0x19a)](this[A(0x1a1)],this[A(0x1b5)],this[A(0x1b8)]),this['aws']=AWS[A(0x19a)](this[A(0x1a1)],this[A(0x1b5)],this[A(0x186)]),this[A(0x186)]=Scaffold['getInstance'](this[A(0x1a1)],this['mpi']);}['getShortName'](a){const B=a145z;return a[B(0x1b2)](0x0);}['remapShortToLong'](a,b){const C=a145z,c=this[C(0x1a4)](b),d={...a};for(const e of c){const f=this['getShortName'](e[C(0x17d)]);a[f]&&(d[e[C(0x17d)]]=a[f],delete d[f]);}return d;}[a145z(0x1a4)](a){const D=a145z;if(a['every'](b=>typeof b===D(0x1bc)))return a['map'](b=>({'name':b}));return a;}[a145z(0x1ae)](a){const E=a145z,b=[this[E(0x17d)]]['concat'](this[E(0x198)]['aliases']||[]);return this[E(0x181)]&&b[E(0x1af)](this['parent']),b[E(0x177)](a);}[a145z(0x1c6)](){const F=a145z,a=this[F(0x1a1)][F(0x17f)]();return a!==undefined;}async[a145z(0x185)](){return!![];}['validateMeteorInstall'](){const G=a145z,a=process[G(0x1ab)]===G(0x19f),b=a?a145e[G(0x1a3)](homeDir,G(0x189),G(0x183),'.meteor'):a145e[G(0x1a3)](homeDir,G(0x1ad));return a145g[G(0x19e)](b);}async[a145z(0x1c5)](a){const H=a145z,b=this['cfg'][H(0x19d)]();if(!b)throw MustBeInProjectError;const c=b['engines'],d=Object['keys'](a);if(d[H(0x1c3)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log[H(0x195)]('You\x20must\x20have\x20'+e+H(0x1a6)+a[e]+H(0x193));throw UsageError;}}}async[a145z(0x17c)](a,b,c){const I=a145z,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this['validateMakaProject']()){Log[I(0x195)]('You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.');throw MustBeInProjectError;}b[I(0x1ca)]===undefined&&g===!![]&&(b['resourceName']=await Actions[I(0x1c9)](I(0x1c4)));let i=[],j=b;if(d){i=this[I(0x1a4)](d),j=this[I(0x18b)](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object['keys'](j)[I(0x177)](n)){if(n==='env'){const q=this[I(0x1b5)][I(0x1bb)]()['filter'](r=>r!==I(0x1b1))['map'](r=>({'name':r,'value':r}));q[I(0x1c3)]===0x0&&(Log[I(0x195)](I(0x1c1)),process[I(0x1c2)](0x1)),b[I(0x175)]=await Actions[I(0x196)]({'name':I(0x175),'message':I(0x1bd),'choices':q});}else b[n]=await this[I(0x1b0)](n,o,p);}else{if(o&&!o[I(0x177)](j[n])){Log[I(0x195)](I(0x1a0)+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[I(0x1a4)](f),l=b;if(k&&k[I(0x1c3)]>0x0){k=k[I(0x19b)](i||[]),k[I(0x1af)]({'name':I(0x1ca),'hidden':!![]}),k[I(0x1af)]({'name':I(0x1b7),'boolFlag':!![]}),k['push']({'name':I(0x1a5),'hidden':!![]}),k[I(0x1af)]({'name':I(0x17a),'hidden':!![]}),k['push']({'name':I(0x1c0),'hidden':!![]}),k[I(0x1af)]({'name':I(0x1c8),'hidden':!![]}),l=this['remapShortToLong'](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t[I(0x177)](u)&&(l[s]=await Actions['select']({'name':s,'message':I(0x192)+s,'choices':t[I(0x188)](v=>({'name':v,'value':v}))})),this[I(0x1bf)](l,k);}}if(e&&e['length']>0x0)for(const v of a){!e[I(0x177)](v)&&(Log['error'](I(0x180)+v),a[a[I(0x1b6)](v)]=await Actions['ask']('Please\x20provide\x20a\x20valid\x20argument\x20for\x20'+v));}return Object[I(0x1ac)](j,l);}async['askForOption'](a,b,c){const J=a145z;if(b)return Actions['select']({'name':a,'message':'Please\x20choose\x20a\x20value\x20for\x20'+a,'choices':b[J(0x188)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions['ask'](J(0x1ba)+a);if(d[J(0x1ae)](c))return d;else{Log['error'](J(0x1a0)+a+':\x20'+d);throw new UsageError();}}else return Actions[J(0x1c9)](J(0x1ba)+a);}}[a145z(0x1bf)](a,b){const K=a145z;for(const c of Object[K(0x18e)](a)){const d=b[K(0x1aa)](e=>e[K(0x17d)]===c);if(!d){Log[K(0x195)]('Invalid\x20option:\x20'+c);throw new UsageError();}}}['description'](){const L=a145z;return this[L(0x198)][L(0x19c)]||this['options']['shortDesc']||'No\x20description\x20provided.';}[a145z(0x194)](){const M=a145z;return this[M(0x198)][M(0x194)]||M(0x178);}[a145z(0x1c7)](){const N=a145z;return this[N(0x198)][N(0x1c7)]||'No\x20usage\x20provided.';}[a145z(0x17e)](){const O=a145z;return this[O(0x198)][O(0x17e)]||[];}[a145z(0x18f)](){const P=a145z;return this[P(0x198)][P(0x18f)]||'None';}[a145z(0x18c)](){const Q=a145z;return this[Q(0x198)][Q(0x18c)]||![];}}
1
+ const a148z=a148d;(function(a,b){const w=a148d,c=a();while(!![]){try{const d=parseInt(w(0xda))/0x1*(-parseInt(w(0xb9))/0x2)+-parseInt(w(0xc3))/0x3+parseInt(w(0xa1))/0x4+parseInt(w(0xe4))/0x5*(-parseInt(w(0xb1))/0x6)+parseInt(w(0xb5))/0x7+parseInt(w(0xca))/0x8+parseInt(w(0xe3))/0x9*(-parseInt(w(0xbb))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0x3dd5e));const a148b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a148d;if(c){const e=c[x(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a148a=a148b(this,function(){const y=a148d;return a148a[y(0xd7)]()[y(0xe2)](y(0xdd))[y(0xd7)]()[y(0xdf)](a148a)[y(0xe2)]('(((.+)+)+)+$');});a148a();import a148e from'path';import a148f from'os';import a148g from'fs';import{Docker}from'./tools/docker/docker.class.js';import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';import{PKG}from'./tools/pkg/pkg.class.js';function a148c(){const Q=['Invalid\x20option:\x20','Invalid\x20argument:\x20','length','name','validateUserIsLoggedIn','Please\x20choose\x20an\x20environment','map','match','No\x20description\x20provided.','None','validateMakaProject','This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`','experimental','remapShortToLong','options','_handler','win32','formatToNamedParam','1542660xXNrLu','error','cwd','getInstance','validateInputOptions','askForOption','mpi','.meteor','resourceName','fsi','keys','parent','pkg','homedir','env','assign','6CyvfDY','shortDesc','aliases','findProjectDirectory','3537296bykiZj','push','AppData','usage','6oOpHjq','join','10fINfCG','validateMeteorInstall','select','scaffold','string','indexOf','every','engines','75261hgOKup','ask','getAppProjectConfigs','getMakaProjectConfig','cfg','validateParams','\x20installed\x20to\x20use\x20this\x20command.','2579560uiJHyV','apply','existsSync','dir','description','includes','getShortName','examples','\x20version\x20','filter','platform','Please\x20provide\x20a\x20value\x20for\x20','You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.','toString','Invalid\x20value\x20for\x20','root','121601APEeze','Please\x20provide\x20a\x20resource\x20name:','validateEngines','(((.+)+)+)+$','aws','constructor','charAt','Local','search','660591uyLQjs','2484355KxeWQU','No\x20usage\x20provided.','docker'];a148c=function(){return Q;};return a148c();}import{Scaffold}from'./tools/scaffold/scaffold.class.js';import{Actions}from'./tools/actions/actions.class.js';function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x9d;let f=c[d];return f;},a148d(a,b);}import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a148f[a148z(0xae)]();export class Tool{[a148z(0xe6)];['fsi'];[a148z(0xc7)];[a148z(0xa7)];[a148z(0xad)];[a148z(0xde)];['scaffold'];[a148z(0x9d)];['name'];['parent'];[a148z(0x9e)];constructor(){const A=a148z;this[A(0xe6)]=new Docker(),this['fsi']=FSI[A(0xa4)](),this[A(0xc7)]=CFG[A(0xa4)](this[A(0xaa)]),this[A(0xad)]=PKG[A(0xa4)](this['fsi']),this['mpi']=MPI[A(0xa4)](this[A(0xaa)],this['cfg'],this[A(0xad)]),this['aws']=AWS['getInstance'](this[A(0xaa)],this[A(0xc7)],this[A(0xbe)]),this[A(0xbe)]=Scaffold[A(0xa4)](this[A(0xaa)],this[A(0xa7)]);}[a148z(0xd0)](a){const B=a148z;return a[B(0xe0)](0x0);}['remapShortToLong'](a,b){const C=a148z,c=this[C(0xa0)](b),d={...a};for(const e of c){const f=this['getShortName'](e['name']);a[f]&&(d[e[C(0xea)]]=a[f],delete d[f]);}return d;}[a148z(0xa0)](a){const D=a148z;if(a[D(0xc1)](b=>typeof b===D(0xbf)))return a['map'](b=>({'name':b}));return a;}['match'](a){const E=a148z,b=[this[E(0xea)]]['concat'](this[E(0x9d)][E(0xb3)]||[]);return this[E(0xac)]&&b[E(0xb6)](this['parent']),b[E(0xcf)](a);}[a148z(0xf1)](){const F=a148z,a=this['fsi'][F(0xb4)]();return a!==undefined;}async[a148z(0xeb)](){return!![];}[a148z(0xbc)](){const G=a148z,a=process[G(0xd4)]===G(0x9f),b=a?a148e[G(0xba)](homeDir,G(0xb7),G(0xe1),'.meteor'):a148e['join'](homeDir,G(0xa8));return a148g[G(0xcc)](b);}async[a148z(0xdc)](a){const H=a148z,b=this[H(0xc7)][H(0xc6)]();if(!b)throw MustBeInProjectError;const c=b[H(0xc2)],d=Object[H(0xab)](a);if(d[H(0xe9)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log['error']('You\x20must\x20have\x20'+e+H(0xd2)+a[e]+H(0xc9));throw UsageError;}}}async[a148z(0xc8)](a,b,c){const I=a148z,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this[I(0xf1)]()){Log[I(0xa2)](I(0xd6));throw MustBeInProjectError;}b[I(0xa9)]===undefined&&g===!![]&&(b['resourceName']=await Actions[I(0xc4)](I(0xdb)));let i=[],j=b;if(d){i=this[I(0xa0)](d),j=this[I(0xf4)](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object[I(0xab)](j)['includes'](n)){if(n===I(0xaf)){const q=this[I(0xc7)][I(0xc5)]()[I(0xd3)](r=>r!=='local')[I(0xed)](r=>({'name':r,'value':r}));q[I(0xe9)]===0x0&&(Log[I(0xa2)](I(0xf2)),process['exit'](0x1)),b[I(0xaf)]=await Actions['select']({'name':I(0xaf),'message':I(0xec),'choices':q});}else b[n]=await this[I(0xa6)](n,o,p);}else{if(o&&!o[I(0xcf)](j[n])){Log['error'](I(0xd8)+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[I(0xa0)](f),l=b;if(k&&k[I(0xe9)]>0x0){k=k['concat'](i||[]),k['push']({'name':I(0xa9),'hidden':!![]}),k[I(0xb6)]({'name':'help','boolFlag':!![]}),k['push']({'name':I(0xcd),'hidden':!![]}),k['push']({'name':I(0xa3),'hidden':!![]}),k[I(0xb6)]({'name':I(0xd9),'hidden':!![]}),k[I(0xb6)]({'name':'config','hidden':!![]}),l=this[I(0xf4)](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t[I(0xcf)](u)&&(l[s]=await Actions[I(0xbd)]({'name':s,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+s,'choices':t['map'](v=>({'name':v,'value':v}))})),this[I(0xa5)](l,k);}}if(e&&e[I(0xe9)]>0x0)for(const v of a){!e[I(0xcf)](v)&&(Log[I(0xa2)](I(0xe8)+v),a[a[I(0xc0)](v)]=await Actions[I(0xc4)]('Please\x20provide\x20a\x20valid\x20argument\x20for\x20'+v));}return Object[I(0xb0)](j,l);}async[a148z(0xa6)](a,b,c){const J=a148z;if(b)return Actions[J(0xbd)]({'name':a,'message':'Please\x20choose\x20a\x20value\x20for\x20'+a,'choices':b[J(0xed)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions['ask'](J(0xd5)+a);if(d[J(0xee)](c))return d;else{Log['error'](J(0xd8)+a+':\x20'+d);throw new UsageError();}}else return Actions[J(0xc4)](J(0xd5)+a);}}['validateInputOptions'](a,b){const K=a148z;for(const c of Object[K(0xab)](a)){const d=b['find'](e=>e[K(0xea)]===c);if(!d){Log[K(0xa2)](K(0xe7)+c);throw new UsageError();}}}[a148z(0xce)](){const L=a148z;return this[L(0x9d)][L(0xce)]||this['options'][L(0xb2)]||L(0xef);}['shortDesc'](){return this['options']['shortDesc']||'NIE';}[a148z(0xb8)](){const M=a148z;return this[M(0x9d)][M(0xb8)]||M(0xe5);}[a148z(0xd1)](){const N=a148z;return this['options'][N(0xd1)]||[];}['aliases'](){const O=a148z;return this[O(0x9d)][O(0xb3)]||O(0xf0);}[a148z(0xf3)](){const P=a148z;return this[P(0x9d)]['experimental']||![];}}
@@ -1 +1 @@
1
- function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x1dc;let f=c[d];return f;},a146d(a,b);}const a146i=a146d;(function(a,b){const f=a146d,c=a();while(!![]){try{const d=-parseInt(f(0x1dd))/0x1+parseInt(f(0x1e2))/0x2*(parseInt(f(0x1eb))/0x3)+parseInt(f(0x1e9))/0x4+parseInt(f(0x1ea))/0x5+-parseInt(f(0x1e0))/0x6*(parseInt(f(0x1de))/0x7)+-parseInt(f(0x1f0))/0x8*(parseInt(f(0x1e4))/0x9)+parseInt(f(0x1ec))/0xa*(parseInt(f(0x1ef))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xf1020));const a146b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a146d;if(c){const e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){const h=a146d;return a146a[h(0x1e3)]()[h(0x1e8)](h(0x1dc))[h(0x1e3)]()[h(0x1e1)](a146a)[h(0x1e8)](h(0x1dc));});a146a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';function a146c(){const l=['1146424nOQjUu','49oiNRPQ','choices','78936IaxXuW','constructor','2ZEuRSR','toString','8973hCBieu','apply','message','ask','search','5068460kSZJbj','6977860IwAuTr','3464871LbXScj','328330WrseyT','select','checkbox','121cPhdzY','15672XCYuVY','(((.+)+)+)+$'];a146c=function(){return l;};return a146c();}export class Actions{static async[a146i(0x1e7)](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async['confirm'](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a146i(0x1ed)](a){const j=a146i,b=await select({'message':a[j(0x1e6)],'choices':a[j(0x1df)]});return b;}static async[a146i(0x1ee)](a){const k=a146i,b=await checkbox({'message':a['message'],'choices':a[k(0x1df)]});return b;}}
1
+ const a149i=a149d;function a149c(){const l=['2MliFhU','4166730cRZzPy','34280eHVIuj','search','4295NnMdAs','message','842184fUiwLe','1200856oFjcqz','constructor','apply','(((.+)+)+)+$','ask','select','1572tiFiQs','checkbox','choices','confirm','7gAAQdo','toString','94284wlyCVp','543969LFLMod'];a149c=function(){return l;};return a149c();}(function(a,b){const f=a149d,c=a();while(!![]){try{const d=parseInt(f(0xdf))/0x1*(-parseInt(f(0xe1))/0x2)+parseInt(f(0xde))/0x3+parseInt(f(0xdd))/0x4+parseInt(f(0xe3))/0x5*(-parseInt(f(0xd7))/0x6)+parseInt(f(0xdb))/0x7*(-parseInt(f(0xd1))/0x8)+-parseInt(f(0xe5))/0x9+parseInt(f(0xe0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0x1cf12));function a149d(a,b){const c=a149c();return a149d=function(d,e){d=d-0xd1;let f=c[d];return f;},a149d(a,b);}const a149b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a149d;if(c){const e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a149a=a149b(this,function(){const h=a149d;return a149a[h(0xdc)]()['search'](h(0xd4))['toString']()[h(0xd2)](a149a)[h(0xe2)]('(((.+)+)+)+$');});a149a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';export class Actions{static async[a149i(0xd5)](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async[a149i(0xda)](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a149i(0xd6)](a){const j=a149i,b=await select({'message':a['message'],'choices':a[j(0xd9)]});return b;}static async[a149i(0xd8)](a){const k=a149i,b=await checkbox({'message':a[k(0xe4)],'choices':a[k(0xd9)]});return b;}}