@profoundlogic/coderflow-server 0.7.6 → 0.7.8

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 (188) hide show
  1. package/dist/base-image/agent-wrapper.sh +3 -1
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -1
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/cleanup-users.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/grant-admin.js +1 -1
  25. package/dist/lib/cli/init.js +1 -1
  26. package/dist/lib/cli/jira.js +1 -1
  27. package/dist/lib/cli/license.js +1 -1
  28. package/dist/lib/cli/list-roles.js +1 -1
  29. package/dist/lib/cli/list-users.js +1 -1
  30. package/dist/lib/cli/server-manager.js +1 -1
  31. package/dist/lib/cli/set-password.js +1 -1
  32. package/dist/lib/compression-filter.js +1 -0
  33. package/dist/lib/config-migration.js +1 -1
  34. package/dist/lib/container-credential-sync.js +1 -1
  35. package/dist/lib/container-tokens.js +1 -1
  36. package/dist/lib/data-dir.js +1 -1
  37. package/dist/lib/deployment-history.js +1 -1
  38. package/dist/lib/deployment-service.js +1 -1
  39. package/dist/lib/docker-utils.js +1 -1
  40. package/dist/lib/email.js +1 -1
  41. package/dist/lib/emailTemplates.js +1 -1
  42. package/dist/lib/entitlement.js +1 -1
  43. package/dist/lib/external-connections.js +1 -1
  44. package/dist/lib/fetch-utils.js +1 -1
  45. package/dist/lib/git-commit-details-route.js +1 -1
  46. package/dist/lib/git-history-diff-guardrails.js +1 -1
  47. package/dist/lib/git-provider-service.js +1 -1
  48. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  49. package/dist/lib/git-provider-setup/index.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  51. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  52. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  53. package/dist/lib/git-providers/github-app-provider.js +1 -1
  54. package/dist/lib/git-providers/index.js +1 -1
  55. package/dist/lib/git-providers/provider-factory.js +1 -1
  56. package/dist/lib/git-providers/provider-interface.js +1 -1
  57. package/dist/lib/github-urls.js +1 -1
  58. package/dist/lib/group-objective-linking.js +1 -1
  59. package/dist/lib/ibmi-sync.js +1 -1
  60. package/dist/lib/jira-client.js +1 -1
  61. package/dist/lib/judge-blinding.js +1 -1
  62. package/dist/lib/logger.js +1 -1
  63. package/dist/lib/memory-utils.js +1 -1
  64. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  65. package/dist/lib/model-fetcher.js +1 -1
  66. package/dist/lib/notifications.js +1 -1
  67. package/dist/lib/objective-context.js +1 -1
  68. package/dist/lib/oidc-auth.js +1 -1
  69. package/dist/lib/oidc-device-flow.js +1 -1
  70. package/dist/lib/passwordTokens.js +1 -1
  71. package/dist/lib/permission-resolver.js +1 -1
  72. package/dist/lib/pin-cascade.js +1 -1
  73. package/dist/lib/provider-accounts.js +1 -1
  74. package/dist/lib/provider-oauth.js +1 -1
  75. package/dist/lib/provider-profile.js +1 -1
  76. package/dist/lib/provider-token-refresh.js +1 -1
  77. package/dist/lib/rbac-user-state.js +1 -1
  78. package/dist/lib/request-url.js +1 -1
  79. package/dist/lib/rewind.js +1 -1
  80. package/dist/lib/role-definitions.js +1 -1
  81. package/dist/lib/roles.js +1 -1
  82. package/dist/lib/secrets.js +1 -1
  83. package/dist/lib/setup-repo-git-auth.js +1 -1
  84. package/dist/lib/state-capture.js +1 -1
  85. package/dist/lib/static-files.js +1 -1
  86. package/dist/lib/task-aliases.js +1 -1
  87. package/dist/lib/task-name-format.js +1 -1
  88. package/dist/lib/task-name-generator.js +1 -1
  89. package/dist/lib/task-source-metadata.js +1 -1
  90. package/dist/lib/teams.js +1 -1
  91. package/dist/lib/user-git-oauth.js +1 -1
  92. package/dist/lib/user-git-tokens.js +1 -1
  93. package/dist/lib/users.js +1 -1
  94. package/dist/middleware/requireAuth.js +1 -1
  95. package/dist/middleware/requireInit.js +1 -1
  96. package/dist/middleware/requirePermission.js +1 -1
  97. package/dist/package.json +1 -1
  98. package/dist/playwright.config.js +1 -1
  99. package/dist/playwright.task-terminal.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/logs.js +1 -0
  117. package/dist/routes/objective-management.js +1 -1
  118. package/dist/routes/password.js +1 -1
  119. package/dist/routes/prompt.js +1 -1
  120. package/dist/routes/provider-auth.js +1 -1
  121. package/dist/routes/qa.js +1 -1
  122. package/dist/routes/roles.js +1 -1
  123. package/dist/routes/settings.js +1 -1
  124. package/dist/routes/skill-management.js +1 -1
  125. package/dist/routes/skills.js +1 -1
  126. package/dist/routes/stats.js +1 -0
  127. package/dist/routes/tasks.js +1 -1
  128. package/dist/routes/teams.js +1 -1
  129. package/dist/routes/templates.js +1 -1
  130. package/dist/routes/test-task.js +1 -1
  131. package/dist/routes/test.js +1 -1
  132. package/dist/routes/users.js +1 -1
  133. package/dist/routes/visualizations.js +1 -1
  134. package/dist/scripts/create-user.js +1 -1
  135. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  136. package/dist/start.js +1 -1
  137. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  138. package/dist/web-ui/public/activity-feed.js +1 -1
  139. package/dist/web-ui/public/activity-formatters.js +1 -1
  140. package/dist/web-ui/public/admin.css +575 -0
  141. package/dist/web-ui/public/admin.html +636 -0
  142. package/dist/web-ui/public/admin.js +1 -0
  143. package/dist/web-ui/public/agent-event-parser.js +1 -1
  144. package/dist/web-ui/public/app.js +1 -1
  145. package/dist/web-ui/public/approve-dialog.js +1 -1
  146. package/dist/web-ui/public/automation-links.js +1 -1
  147. package/dist/web-ui/public/automation-schedule.js +1 -1
  148. package/dist/web-ui/public/comments-widget.js +1 -1
  149. package/dist/web-ui/public/diff-utils.js +1 -1
  150. package/dist/web-ui/public/environments.html +2 -2
  151. package/dist/web-ui/public/environments.js +1 -1
  152. package/dist/web-ui/public/feedback-widget.js +1 -1
  153. package/dist/web-ui/public/file-selection-tree.js +1 -1
  154. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  155. package/dist/web-ui/public/git-history.html +2 -2
  156. package/dist/web-ui/public/git-history.js +1 -1
  157. package/dist/web-ui/public/git-status.js +1 -1
  158. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  159. package/dist/web-ui/public/index.html +2 -170
  160. package/dist/web-ui/public/index.js +1 -1
  161. package/dist/web-ui/public/login.js +1 -1
  162. package/dist/web-ui/public/markdown-editor.js +1 -1
  163. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  164. package/dist/web-ui/public/modal-maximize.js +1 -1
  165. package/dist/web-ui/public/notifications.js +1 -1
  166. package/dist/web-ui/public/permissions.js +1 -1
  167. package/dist/web-ui/public/pr-dialog.js +1 -1
  168. package/dist/web-ui/public/roles.html +2 -2
  169. package/dist/web-ui/public/roles.js +1 -1
  170. package/dist/web-ui/public/settings.html +66 -4
  171. package/dist/web-ui/public/settings.js +1 -1
  172. package/dist/web-ui/public/setup-password.js +1 -1
  173. package/dist/web-ui/public/skills.html +2 -2
  174. package/dist/web-ui/public/skills.js +1 -1
  175. package/dist/web-ui/public/sse-client.js +1 -1
  176. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  177. package/dist/web-ui/public/styles.css +1 -1
  178. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  179. package/dist/web-ui/public/task.js +1 -1
  180. package/dist/web-ui/public/teams.html +2 -2
  181. package/dist/web-ui/public/teams.js +1 -1
  182. package/dist/web-ui/public/terminal.js +1 -1
  183. package/dist/web-ui/public/theme.js +1 -1
  184. package/dist/web-ui/public/users.html +2 -2
  185. package/dist/web-ui/public/users.js +1 -1
  186. package/dist/web-ui/public/variant-grouping.js +1 -1
  187. package/package.json +1 -1
  188. package/dist/web-ui/public/server-health.js +0 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- function _0x2ff2(_0x538b74,_0x23aebe){_0x538b74=_0x538b74-(0x1929+0x10*-0xc1+-0xc31);const _0x4835eb=_0x1c17();let _0x42fde2=_0x4835eb[_0x538b74];if(_0x2ff2['NumYRK']===undefined){var _0x3bd5fa=function(_0x5ea21c){const _0x592d58='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x24d69d='',_0x2f5664='';for(let _0x476b5b=-0x337*-0x1+-0xc1*0x5+0x1*0x8e,_0x380635,_0x407d67,_0x106e20=-0x1053+-0xc07+0x1c5a;_0x407d67=_0x5ea21c['charAt'](_0x106e20++);~_0x407d67&&(_0x380635=_0x476b5b%(0xa08+0x26ea+-0x30ee)?_0x380635*(-0x616*-0x6+-0x22f7+-0x1*0x14d)+_0x407d67:_0x407d67,_0x476b5b++%(-0xfd9+-0xb92+0x3*0x925))?_0x24d69d+=String['fromCharCode'](0xb78*-0x2+-0x1*0x1763+0x2f52&_0x380635>>(-(0x9ae+0x501+-0xead)*_0x476b5b&0xb25+-0x26*-0x7f+-0x1df9)):-0x11ac+-0x16af+0x285b*0x1){_0x407d67=_0x592d58['indexOf'](_0x407d67);}for(let _0x40e0c5=0x4*0x7a4+0x1430+-0x32c0,_0x37a3b8=_0x24d69d['length'];_0x40e0c5<_0x37a3b8;_0x40e0c5++){_0x2f5664+='%'+('00'+_0x24d69d['charCodeAt'](_0x40e0c5)['toString'](0x33*0x32+0x2566+-0x2f4c))['slice'](-(-0xac8+0x409*0x1+0x6c1));}return decodeURIComponent(_0x2f5664);};_0x2ff2['sEzLDB']=_0x3bd5fa,_0x2ff2['zaHbud']={},_0x2ff2['NumYRK']=!![];}const _0x318049=_0x4835eb[0x12a0+-0x67*0x49+-0x1*-0xabf],_0x107ead=_0x538b74+_0x318049,_0xf4788a=_0x2ff2['zaHbud'][_0x107ead];return!_0xf4788a?(_0x42fde2=_0x2ff2['sEzLDB'](_0x42fde2),_0x2ff2['zaHbud'][_0x107ead]=_0x42fde2):_0x42fde2=_0xf4788a,_0x42fde2;}(function(_0x23dda8,_0xa3f21f){const _0x3220fa={_0x53683b:0x1c5,_0x1766d8:0x1b1,_0x3298f5:0x199,_0x24d37f:0x30f,_0x3ffa4f:0x33b,_0x29ea74:0x354,_0x3f6704:0x353,_0x383341:0x33c,_0x2cd414:0x325,_0x20b9a4:0x340,_0x1110a0:0x329,_0x345af6:0x304,_0x4f209b:0x180,_0x287ee3:0x1a3,_0x512730:0x1b0,_0x500334:0x192,_0x4050c3:0x370,_0x4e79e4:0x34f,_0x1580af:0x17f,_0x37f71b:0x182},_0x2330e2={_0x8e220c:0x2b1},_0x23f3ea=_0x23dda8();function _0x340b37(_0x42b893,_0x3443c6,_0x5c9784,_0x344369){return _0x2ff2(_0x5c9784-0x235,_0x42b893);}function _0x37c2ba(_0x5adea9,_0x3a1ee7,_0x84118a,_0x401ace){return _0x2ff2(_0x5adea9- -_0x2330e2._0x8e220c,_0x84118a);}while(!![]){try{const _0x13b9fd=-parseInt(_0x37c2ba(-_0x3220fa._0x53683b,-0x1e0,-0x1c5,-_0x3220fa._0x1766d8))/(-0x6bd+-0x1c75+-0x1*-0x2333)+parseInt(_0x37c2ba(-0x1a8,-_0x3220fa._0x3298f5,-0x1c1,-0x19a))/(-0x1fea*-0x1+-0x25*0x1d+0x5*-0x58b)+parseInt(_0x340b37(0x338,_0x3220fa._0x24d37f,0x32b,_0x3220fa._0x3ffa4f))/(0x6b*-0x21+-0x1556+0x2324)+-parseInt(_0x340b37(_0x3220fa._0x29ea74,0x34c,_0x3220fa._0x3f6704,0x338))/(0x17b*-0xf+0x6e+0x15cb)*(parseInt(_0x340b37(_0x3220fa._0x383341,_0x3220fa._0x2cd414,_0x3220fa._0x3ffa4f,0x343))/(-0x1*-0x132b+-0x1b09+0x7e3))+parseInt(_0x340b37(_0x3220fa._0x20b9a4,_0x3220fa._0x1110a0,0x322,_0x3220fa._0x345af6))/(0xa*-0x38e+-0x1*0x1195+0x1*0x3527)*(-parseInt(_0x37c2ba(-0x19d,-0x1bb,-_0x3220fa._0x4f209b,-_0x3220fa._0x287ee3))/(0x2390+-0x395+-0x1ff4))+parseInt(_0x37c2ba(-0x1b1,-_0x3220fa._0x1766d8,-_0x3220fa._0x512730,-_0x3220fa._0x500334))/(-0x268f+-0x1890+0x11*0x3b7)+-parseInt(_0x340b37(_0x3220fa._0x4050c3,_0x3220fa._0x4e79e4,0x356,0x34a))/(-0xd1*0x24+0x1700*0x1+0x1*0x66d)*(-parseInt(_0x37c2ba(-0x189,-0x171,-_0x3220fa._0x1580af,-_0x3220fa._0x37f71b))/(-0x40d+0x5c*0x6+0x1ef));if(_0x13b9fd===_0xa3f21f)break;else _0x23f3ea['push'](_0x23f3ea['shift']());}catch(_0x4b3036){_0x23f3ea['push'](_0x23f3ea['shift']());}}}(_0x1c17,-0xd8fad+0x1*0x147798+0xab*0x5d9));import{createUserCommand}from'../lib/cli/create-user.js';const args=process[_0x5cfc06(-0x76,-0x67,-0x7e,-0x95)][_0x5cfc06(-0x52,-0x6a,-0x62,-0x34)](-0x256d+-0x1*0x156b+0xa2*0x5d);function _0x1c17(){const _0x4649cd=['nta4ntLwv3DqEhq','ic0TywrTAw4','Axb0CY9JCMvHDa','ls1Uyw1Lpq','igzVCIbSB2DPBG','ifvZzxiIihnLyW','y29Ticjbzg1PBG','mZu5mhvPrvr3rG','icb1C2vYBMfTzq','zMLSDgvY','DxnLCIb1C2vYqa','BwLUihjVBgu','yxjNDG','oti5mdGYAhbvCw9u','mtjtvgLvC0u','zxnZ','zw1HAwWGywrKCG','D2LSBcbIzsbOyq','icaGlsbvC2vYia','CgXLlMnVBsaTlq','uhjLzMvYihvZAq','BgvUz3rO','zs11C2vYlMPZia','nZa4otGXzLDLCNjK','C2HLzcK','ywrTAw4GywrTAq','BMfTzsbVzIb0Aa','BMfTzt0IqwrTAq','DxnLCIaTlxvZzq','BIiGls1WyxnZDW','mxWWFdH8na','nNWXnhWYFdn8mq','qxjNDw1LBNrZoG','mtaWndG0mgnVv09Syq','zxj2zxiGAw5ZDa','zxHHBxbSzs5JBW','BsaIuMvNDwXHCG','idXWyxnZD29Yza','icaGlsbhCMfUDa','mtKZmJe0nxfwvhrHuG','icaGlsbvBMLXDq','ls1LBwfPBd0','mtaYmtG0meDIzLbUBW','pIbBls1Hzg1PBG','vxnHz2u6ig5Vza','icbUB2rLignVza','zxjYB3i','C3rHCNrZv2L0Aa','C2XPy2u','AwW+idXUyw1LpG','ls11C2vYBMfTzq','CM5HBwu9ywrTAq','BKbLEgfTCgXLlG','mZa3mte2nMfzsxr1uq','C3bSAxq','icaTlwfKBwLUia','zxiTC2vYDMvYlG','ls1WyxnZD29Yza','zsb1C2vY','DxjLCgfZCZeYmW','CgfZC3DVCMqGka','ywrTAw5azxHHBq','zwfKoG','ng9cBKnpsW','mNWXnxW5FdeZFa','icaGlsbgDwXSia'];_0x1c17=function(){return _0x4649cd;};return _0x1c17();}function _0x18357d(_0x22ac53,_0x2f3eba,_0x26271f,_0x277b24){const _0x8bb3f3={_0x333828:0x297};return _0x2ff2(_0x2f3eba-_0x8bb3f3._0x333828,_0x277b24);}const positionalArgs=args[_0x5cfc06(-0x79,-0x60,-0x67,-0x7d)](_0x476b5b=>!_0x476b5b[_0x5cfc06(-0x53,-0x43,-0x48,-0x3e)]('--')),flags=args['filter'](_0x380635=>_0x380635[_0x5cfc06(-0x53,-0x40,-0x3d,-0x52)]('--'));if(positionalArgs[_0x5cfc06(-0x6d,-0x60,-0x6e,-0x6c)]<-0xd37+0x12a0+-0x565*0x1){const CXUNJE=('10|5|1|7|1'+_0x5cfc06(-0x42,-0x50,-0x51,-0x59)+_0x18357d(0x387,0x395,0x398,0x3a9)+_0x18357d(0x399,0x394,0x396,0x39a))[_0x18357d(0x3a0,0x3ac,0x3c2,0x3a0)]('|');let edGYUN=-0x242e*-0x1+0x2*-0x61+0x1*-0x236c;while(!![]){switch(CXUNJE[edGYUN++]){case'0':console[_0x18357d(0x38f,0x3a4,0x39a,0x3aa)](_0x18357d(0x388,0x38a,0x385,0x379)+'ng\x20coder-s'+_0x5cfc06(-0x60,-0x5d,-0x57,-0x7c)+_0x5cfc06(-0x44,-0x4b,-0x2b,-0x46));continue;case'1':console['error'](_0x18357d(0x383,0x396,0x393,0x3b2));continue;case'2':console[_0x5cfc06(-0x54,-0x35,-0x42,-0x57)]('\x20\x20node\x20scr'+_0x18357d(0x3cd,0x3ba,0x39e,0x39d)+_0x5cfc06(-0x6c,-0x50,-0x4d,-0x64)+_0x18357d(0x39e,0x38f,0x392,0x371)+_0x5cfc06(-0x4e,-0x49,-0x61,-0x2d)+_0x18357d(0x3c0,0x3be,0x3a7,0x3a7)+_0x5cfc06(-0x3b,-0x4c,-0x51,-0x21)+_0x18357d(0x396,0x3b1,0x3a6,0x398)+_0x18357d(0x3a6,0x3b9,0x3a8,0x3cc));continue;case'3':console[_0x18357d(0x3b6,0x3a4,0x3b8,0x3c1)]('\x20\x20node\x20scr'+'ipts/creat'+_0x18357d(0x378,0x38c,0x3a2,0x37c)+_0x18357d(0x374,0x380,0x391,0x374)+_0x5cfc06(-0x5f,-0x63,-0x51,-0x57)+_0x5cfc06(-0x5e,-0x71,-0x50,-0x46)+_0x18357d(0x3b5,0x3bd,0x3b6,0x3ba)+_0x18357d(0x3b7,0x3b1,0x3a8,0x3c4));continue;case'4':process['exit'](0x198f*-0x1+-0x1a8e+0x341e);continue;case'5':console[_0x5cfc06(-0x54,-0x43,-0x37,-0x66)]('');continue;case'6':console['error']('');continue;case'7':console[_0x18357d(0x387,0x3a4,0x396,0x3a4)](_0x18357d(0x3ca,0x3c0,0x3e1,0x3c2)+_0x18357d(0x38e,0x39e,0x38b,0x3a3)+'e\x20username'+_0x5cfc06(-0x3c,-0x1d,-0x48,-0x35));continue;case'8':console[_0x18357d(0x389,0x3a4,0x3be,0x38f)](_0x18357d(0x3c1,0x3a3,0x3b9,0x385)+_0x5cfc06(-0x4a,-0x6b,-0x3a,-0x62)+'js\x20create-'+_0x5cfc06(-0x66,-0x87,-0x48,-0x62)+_0x18357d(0x3c2,0x3a9,0x3b2,0x398)+'n\x20--email='+_0x18357d(0x3ac,0x3b3,0x3c3,0x3bc)+_0x18357d(0x3a0,0x389,0x3a6,0x370)+_0x5cfc06(-0x67,-0x52,-0x61,-0x4a)+_0x5cfc06(-0x65,-0x73,-0x7f,-0x81)+'ord=secret'+_0x18357d(0x3d5,0x3b9,0x3c1,0x3b3));continue;case'9':console['error']('\x20\x20password'+_0x5cfc06(-0x70,-0x50,-0x5b,-0x68)+_0x5cfc06(-0x46,-0x4b,-0x28,-0x45)+_0x18357d(0x39b,0x387,0x380,0x398)+_0x5cfc06(-0x6a,-0x8a,-0x78,-0x78));continue;case'10':console['error'](_0x5cfc06(-0x56,-0x75,-0x4c,-0x72)+'e\x20scripts/'+'create-use'+'r.js\x20<user'+'name>\x20<ema'+_0x18357d(0x3b2,0x3a7,0x396,0x38d)+_0x5cfc06(-0x5d,-0x75,-0x41,-0x51)+_0x5cfc06(-0x57,-0x65,-0x61,-0x55)+']');continue;case'11':console[_0x18357d(0x39b,0x3a4,0x3c3,0x398)]('');continue;case'12':console[_0x5cfc06(-0x54,-0x5b,-0x70,-0x64)]('\x20\x20email\x20\x20\x20'+_0x18357d(0x3a6,0x388,0x390,0x3a6)+_0x5cfc06(-0x72,-0x5d,-0x66,-0x90)+_0x18357d(0x39b,0x385,0x3a1,0x38b));continue;case'13':console['error'](_0x5cfc06(-0x4b,-0x3b,-0x2e,-0x6b)+_0x18357d(0x393,0x39c,0x3b9,0x380)+'\x20Server\x20Ad'+_0x18357d(0x383,0x381,0x365,0x38b));continue;case'14':console[_0x18357d(0x384,0x3a4,0x383,0x3c2)]('Examples:');continue;case'15':console[_0x18357d(0x3bb,0x3a4,0x38d,0x390)]('\x20\x20name\x20\x20\x20\x20'+_0x18357d(0x39c,0x3b7,0x3d4,0x399)+_0x5cfc06(-0x68,-0x7f,-0x6c,-0x70)+_0x5cfc06(-0x48,-0x51,-0x28,-0x2e));continue;}break;}}const [username,email,name,password]=positionalArgs;function _0x5cfc06(_0x370b44,_0x10d4b3,_0x449bb8,_0x2d1018){const _0x433b4c={_0x4ab8da:0x161};return _0x2ff2(_0x370b44- -_0x433b4c._0x4ab8da,_0x449bb8);}const flagArgs=[_0x5cfc06(-0x50,-0x54,-0x3c,-0x40)+'='+username,_0x5cfc06(-0x59,-0x57,-0x70,-0x60)+email,_0x5cfc06(-0x3d,-0x51,-0x1d,-0x53)+name,_0x18357d(0x3a8,0x3af,0x3c1,0x397)+'='+password,...flags];createUserCommand(flagArgs);
2
+ function _0xaa5b22(_0x3694f2,_0x58ed57,_0x284250,_0x555c81){return _0x28ce(_0x3694f2-0xa0,_0x555c81);}(function(_0x26ad3b,_0x2afa99){const _0x582a7c={_0xe6d6ee:0x4bb,_0x3ddbad:0xc4,_0x544adc:0xd9,_0x301b7d:0xd8,_0x381ac4:0x4b8,_0x26c456:0x4d3,_0x4a69d2:0xb7,_0x17752f:0xb7,_0x3db0e6:0x4df,_0x4debc1:0x4e2,_0x1da93c:0x4f8,_0x294ee1:0x508,_0x107b7c:0x503,_0x1c5c9c:0x4ef,_0x34aab3:0x4ba,_0x55c821:0x4b8,_0x30dbdc:0x4c4},_0xd9f966={_0x29f157:0x3aa};function _0x395cd0(_0x4e69d9,_0x4365ef,_0x403235,_0xbf9f88){return _0x28ce(_0xbf9f88- -0x59,_0x403235);}const _0x35f865=_0x26ad3b();function _0xc848f3(_0x5d9923,_0x53215b,_0x2fb8c6,_0x174050){return _0x28ce(_0x174050-_0xd9f966._0x29f157,_0x2fb8c6);}while(!![]){try{const _0x56344d=parseInt(_0xc848f3(0x4cf,0x4cd,0x4ad,_0x582a7c._0xe6d6ee))/(-0x16c3+0x1816+-0x152*0x1)*(-parseInt(_0x395cd0(_0x582a7c._0x3ddbad,0xea,_0x582a7c._0x544adc,_0x582a7c._0x301b7d))/(0xb90+-0xaa7+0x21*-0x7))+-parseInt(_0xc848f3(0x4c1,_0x582a7c._0x381ac4,0x4b8,_0x582a7c._0x26c456))/(-0x13f+-0x1e32+0x1f74)+parseInt(_0x395cd0(0xc3,0xc7,_0x582a7c._0x4a69d2,_0x582a7c._0x17752f))/(0x73f+-0x10*-0x1e8+-0x25bb)+-parseInt(_0xc848f3(_0x582a7c._0x3db0e6,0x4d6,0x4d0,_0x582a7c._0x4debc1))/(-0x7*0x4c5+0x1b29*-0x1+0x3c91)+-parseInt(_0xc848f3(_0x582a7c._0x1da93c,_0x582a7c._0x294ee1,_0x582a7c._0x107b7c,_0x582a7c._0x1c5c9c))/(0x9*0x13d+0x22aa+-0x2dc9)+parseInt(_0xc848f3(0x4c1,_0x582a7c._0x34aab3,0x49d,_0x582a7c._0x55c821))/(0x1*0x437+-0x74b+0x31b)+parseInt(_0xc848f3(_0x582a7c._0x30dbdc,_0x582a7c._0xe6d6ee,0x4a3,0x4c1))/(-0xb8d*-0x2+-0x232e+-0x32*-0x3e);if(_0x56344d===_0x2afa99)break;else _0x35f865['push'](_0x35f865['shift']());}catch(_0x1261df){_0x35f865['push'](_0x35f865['shift']());}}}(_0x2563,-0x32f8d*0x1+0x3*-0x13b9c+-0x1db*-0x524));function _0x28ce(_0x3081d2,_0x470d2f){_0x3081d2=_0x3081d2-(-0x14ee+-0x224b+0x90*0x64);const _0x46d331=_0x2563();let _0xc8736f=_0x46d331[_0x3081d2];if(_0x28ce['XNXsFv']===undefined){var _0x307d30=function(_0x17fc3f){const _0x4cc45b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38699e='',_0x3da1bf='';for(let _0x2cb892=-0x8c0+0x1391+0xd*-0xd5,_0x40b198,_0x28aa69,_0x1a668b=-0x14f0+-0x8ed*-0x4+-0xfc*0xf;_0x28aa69=_0x17fc3f['charAt'](_0x1a668b++);~_0x28aa69&&(_0x40b198=_0x2cb892%(0xa*0x292+-0x1093+-0x1*0x91d)?_0x40b198*(-0x1*-0x2486+-0x1a5b+-0x9eb)+_0x28aa69:_0x28aa69,_0x2cb892++%(0x2677+0x1611+-0x3c84))?_0x38699e+=String['fromCharCode'](0x2*0x11c9+0x1533+0x16*-0x289&_0x40b198>>(-(0x4c1*-0x3+0xfd3+-0x18e)*_0x2cb892&-0x1eee+-0x154d*-0x1+0x7*0x161)):-0x1e3+0x44b*-0x4+0x1*0x130f){_0x28aa69=_0x4cc45b['indexOf'](_0x28aa69);}for(let _0x31729e=-0x20f+-0x1c07+0x1e16,_0x3e6b01=_0x38699e['length'];_0x31729e<_0x3e6b01;_0x31729e++){_0x3da1bf+='%'+('00'+_0x38699e['charCodeAt'](_0x31729e)['toString'](0x1391+0x1*-0xe5a+-0x1*0x527))['slice'](-(-0x2185+-0x203e+0x41c5));}return decodeURIComponent(_0x3da1bf);};_0x28ce['gBofJk']=_0x307d30,_0x28ce['CbbJye']={},_0x28ce['XNXsFv']=!![];}const _0x449c50=_0x46d331[0x23ed+0x2345+-0x57a*0xd],_0x1a4ff5=_0x3081d2+_0x449c50,_0x2a9ea7=_0x28ce['CbbJye'][_0x1a4ff5];return!_0x2a9ea7?(_0xc8736f=_0x28ce['gBofJk'](_0xc8736f),_0x28ce['CbbJye'][_0x1a4ff5]=_0xc8736f):_0xc8736f=_0x2a9ea7,_0xc8736f;}import{createUserCommand}from'../lib/cli/create-user.js';function _0x588b28(_0x52f410,_0x32329b,_0x59a768,_0x9fb576){const _0x3510e4={_0x1e2f5b:0x1ed};return _0x28ce(_0x9fb576-_0x3510e4._0x1e2f5b,_0x59a768);}const args=process[_0x588b28(0x305,0x2e8,0x30f,0x2f5)][_0x588b28(0x334,0x322,0x33e,0x330)](0x1ff*0x5+-0x4c1*0x3+0x44a),positionalArgs=args[_0x588b28(0x31c,0x316,0x2f1,0x30c)](_0x2d2c92=>!_0x2d2c92[_0xaa5b22(0x1dc,0x1db,0x1bd,0x1e4)]('--')),flags=args[_0x588b28(0x2f7,0x2ef,0x319,0x30c)](_0xd7b3dc=>_0xd7b3dc[_0xaa5b22(0x1dc,0x1bf,0x1c2,0x1f2)]('--'));positionalArgs[_0x588b28(0x2fe,0x2fd,0x30c,0x31a)]<-0x1eee+-0x154d*-0x1+0x3*0x337&&(console[_0xaa5b22(0x1d5,0x1d0,0x1cc,0x1eb)](_0x588b28(0x33f,0x338,0x310,0x32a)+'e\x20scripts/'+_0xaa5b22(0x1b8,0x1ac,0x1bc,0x19b)+'r.js\x20<user'+_0xaa5b22(0x1ce,0x1e2,0x1de,0x1c9)+_0x588b28(0x2ff,0x31e,0x327,0x312)+_0x588b28(0x31f,0x2f4,0x301,0x30b)+_0x588b28(0x314,0x30b,0x32e,0x321)+']'),console[_0x588b28(0x31d,0x30c,0x31e,0x322)](''),console[_0x588b28(0x308,0x311,0x319,0x322)]('Arguments:'),console[_0x588b28(0x31a,0x339,0x338,0x322)](_0xaa5b22(0x1ca,0x1da,0x1ae,0x1e6)+_0xaa5b22(0x1d0,0x1b8,0x1be,0x1c4)+_0xaa5b22(0x1e0,0x1c4,0x200,0x1de)+_0xaa5b22(0x1c4,0x1a4,0x1c8,0x1e0)),console[_0xaa5b22(0x1d5,0x1f2,0x1df,0x1d3)](_0xaa5b22(0x1c0,0x1c1,0x1a6,0x1bc)+_0x588b28(0x31c,0x305,0x316,0x300)+_0xaa5b22(0x1a9,0x1a5,0x1a7,0x19a)+_0xaa5b22(0x1d7,0x1cc,0x1f6,0x1d1)),console[_0x588b28(0x321,0x33b,0x32e,0x322)]('\x20\x20name\x20\x20\x20\x20'+_0x588b28(0x30d,0x2f3,0x2f9,0x303)+_0xaa5b22(0x1b9,0x1a1,0x1bb,0x1b5)+_0xaa5b22(0x1c7,0x1dc,0x1ce,0x1c9)),console[_0xaa5b22(0x1d5,0x1c3,0x1e8,0x1d3)](_0x588b28(0x326,0x30c,0x31b,0x31c)+_0x588b28(0x310,0x2e2,0x2f7,0x300)+_0x588b28(0x302,0x2f7,0x2ec,0x2f4)+'will\x20be\x20ha'+_0xaa5b22(0x1ab,0x1c9,0x191,0x198)),console[_0xaa5b22(0x1d5,0x1c1,0x1bf,0x1e1)](_0x588b28(0x31b,0x313,0x30f,0x2ff)+'\x20\x20\x20-\x20Grant'+_0x588b28(0x317,0x322,0x2fa,0x310)+_0x588b28(0x322,0x30e,0x31e,0x315)),console[_0xaa5b22(0x1d5,0x1be,0x1bc,0x1e1)](''),console[_0x588b28(0x332,0x309,0x33d,0x322)]('Examples:'),console[_0x588b28(0x313,0x33b,0x30a,0x322)](_0x588b28(0x2ec,0x2fa,0x315,0x302)+_0xaa5b22(0x1d9,0x1bc,0x1ce,0x1e9)+_0xaa5b22(0x1bc,0x1a2,0x1a1,0x1b2)+_0xaa5b22(0x1ac,0x1ae,0x1c6,0x1b6)+'n@example.'+_0x588b28(0x307,0x32b,0x309,0x313)+'\x20User\x22\x20sec'+_0x588b28(0x2ef,0x2ff,0x310,0x307)+_0x588b28(0x30e,0x322,0x308,0x323)),console[_0xaa5b22(0x1d5,0x1b9,0x1d8,0x1f4)](_0x588b28(0x304,0x301,0x2fb,0x302)+_0x588b28(0x31d,0x313,0x32b,0x326)+_0x588b28(0x31d,0x305,0x320,0x309)+'user\x20user@'+'example.co'+_0x588b28(0x31a,0x317,0x330,0x318)+_0x588b28(0x319,0x328,0x31b,0x30f)+_0xaa5b22(0x1ba,0x1ca,0x1cc,0x1d8)),console[_0xaa5b22(0x1d5,0x1bc,0x1b9,0x1e9)](''),console[_0x588b28(0x322,0x315,0x320,0x322)](_0x588b28(0x2f2,0x311,0x319,0x2fc)+_0xaa5b22(0x1bb,0x1c1,0x1a0,0x1c9)+_0x588b28(0x2fd,0x323,0x319,0x30a)+_0x588b28(0x2f5,0x310,0x2fd,0x30e)),console[_0x588b28(0x32f,0x339,0x33c,0x322)]('\x20\x20node\x20cod'+_0xaa5b22(0x1df,0x1d6,0x1f0,0x1d3)+_0xaa5b22(0x1de,0x1cf,0x1f2,0x1e6)+_0xaa5b22(0x1e4,0x1f1,0x1eb,0x1cc)+_0xaa5b22(0x1da,0x1ec,0x1c9,0x1c6)+'n\x20--email='+_0x588b28(0x2ee,0x316,0x2f0,0x2fa)+_0xaa5b22(0x1e2,0x1ea,0x1fa,0x1f8)+'name=\x22Admi'+_0xaa5b22(0x1cc,0x1ca,0x1e4,0x1db)+_0xaa5b22(0x1d2,0x1de,0x1ec,0x1d4)+_0x588b28(0x342,0x31f,0x317,0x323)),process[_0x588b28(0x325,0x326,0x332,0x32e)](-0x1e3+0x44b*-0x4+0x1*0x1310));const [username,email,name,password]=positionalArgs,flagArgs=[_0xaa5b22(0x1aa,0x1c5,0x197,0x190)+'='+username,_0x588b28(0x2ed,0x2ee,0x305,0x301)+email,_0x588b28(0x31e,0x316,0x32c,0x328)+name,_0xaa5b22(0x1d3,0x1d1,0x1d9,0x1e5)+'='+password,...flags];function _0x2563(){const _0x34e198=['y3jLyxrLlxvZzq','BMfTzsbVzIb0Aa','DxjLCgfZCZeYmW','BMCGy29KzxiTCW','zs11C2vYlMPZia','zxj2zxiGAw5ZDa','idXWyxnZD29Yza','zMLSDgvY','icbLBwfPBcaGia','zwfKoG','ifvZzxiIihnLyW','ifnLCNzLCIbbza','igzVCIbSB2DPBG','AwW+idXUyw1LpG','y29Ticjbzg1PBG','zsb1C2vY','BwLUihjVBgu','mta4nZm4B3HUuevi','icb1C2vYBMfTzq','BsaIuMvNDwXHCG','BIiGls1WyxnZDW','BgvUz3rO','BMfTzt4GpgvTyq','icbWyxnZD29Yza','icaGlsbvBMLXDq','ode1nZjby01NquW','B3jKpxnLy3jLDa','ls1WyxnZD29Yza','pIbBls1Hzg1PBG','zxjYB3i','ic0TywrTAw4','zxnZ','nJm5mdeWyKzYEMHN','Axb0CY9JCMvHDa','CM5HBwu9ywrTAq','ls1Uyw1Lpq','C3rHCNrZv2L0Aa','vxnHz2u6ig5Vza','ANmGy3jLyxrLlq','zxiTC2vYDMvYlG','zsb1C2vYBMfTzq','zxHPDa','CgXLlMnVBsaTlq','C2XPy2u','DxnLCIaTlxvZzq','mtm3mZm4ohLOBMvjAG','CgfZC3DVCMqGka','yxjNDG','zw1HAwWGywrKCG','ls11C2vYBMfTzq','C2HLzcK','ywrTAw4GywrTAq','ywrTAw5azxHHBq','mteWmJi0ohDVz29qtG','uhjLzMvYihvZAq','nJK2odK2EuP3ywjJ','nLHyA3zqAG','icaTlwfKBwLUia','icaGlsbvC2vYia','ls1LBwfPBd0','icbUB2rLihnJCG','icaGlsbgDwXSia','mZGZoti0mgHuq1HsDG'];_0x2563=function(){return _0x34e198;};return _0x2563();}createUserCommand(flagArgs);
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- (function(_0x4fe38b,_0x2f42e9){const _0xf4dd48={_0x34543d:0x323,_0x5d688d:0x153,_0x25ef60:0x158,_0x2c82d1:0x1b3,_0x2b1604:0x19e,_0xccc0bd:0x305,_0x19e4ee:0x2fc,_0x4dff90:0x163,_0x29f662:0x171,_0x365de7:0x16b,_0x2bc1b5:0x155,_0x1c2f98:0x337,_0x1b5030:0x313,_0x2df6b7:0x158,_0x3caa32:0x15b,_0x5cdb0b:0x18a,_0x3c885e:0x2e3,_0x14b027:0x304,_0x5534f6:0x302,_0x7e35f8:0x31d,_0x25bda8:0x320,_0x33451c:0x183,_0x1fb344:0x17b,_0xe50202:0x16d},_0x1261c2={_0x7d4ba5:0xa2},_0x433494={_0x28e0ce:0x221};function _0x341789(_0x3644dd,_0x5ea06f,_0x26704a,_0x434d67){return _0xbfca(_0x26704a-_0x433494._0x28e0ce,_0x3644dd);}const _0xda7e05=_0x4fe38b();function _0x31b31e(_0x183155,_0x5d7916,_0x52c9c3,_0x1bf48d){return _0xbfca(_0x5d7916-_0x1261c2._0x7d4ba5,_0x1bf48d);}while(!![]){try{const _0x4a7620=parseInt(_0x341789(0x309,_0xf4dd48._0x34543d,0x31c,0x305))/(-0xb3*-0x17+0x23bb+-0x33cf)*(-parseInt(_0x31b31e(_0xf4dd48._0x5d688d,0x16d,0x157,_0xf4dd48._0x25ef60))/(-0x4f*0x1f+0x1bff+-0x312*0x6))+parseInt(_0x31b31e(0x18e,0x199,_0xf4dd48._0x2c82d1,_0xf4dd48._0x2b1604))/(0x5*-0xe3+0x1*0xabb+-0x649)*(-parseInt(_0x341789(_0xf4dd48._0xccc0bd,0x2ee,0x2ef,_0xf4dd48._0x19e4ee))/(-0x95f+-0x3*0x612+0x1b99))+parseInt(_0x31b31e(_0xf4dd48._0x4dff90,_0xf4dd48._0x29f662,_0xf4dd48._0x365de7,_0xf4dd48._0x2bc1b5))/(0x6f7*-0x2+0x21*0x8f+-0xe*0x52)*(-parseInt(_0x341789(_0xf4dd48._0x1c2f98,0x330,0x317,_0xf4dd48._0x1b5030))/(0x20c+0x8e1+-0xae7))+parseInt(_0x31b31e(0x179,0x177,_0xf4dd48._0x2df6b7,0x16a))/(-0x1a9+-0x1*-0x2333+-0x17*0x175)*(-parseInt(_0x31b31e(_0xf4dd48._0x3caa32,0x16e,0x16f,_0xf4dd48._0x5cdb0b))/(-0x583+-0x2010+0x259b))+parseInt(_0x341789(_0xf4dd48._0x3c885e,_0xf4dd48._0x14b027,0x302,0x304))/(-0x1aa3*-0x1+-0x1d04+-0x3*-0xce)*(parseInt(_0x341789(0x309,_0xf4dd48._0x5534f6,0x314,0x316))/(0xf8+-0xbb4+0xac6))+parseInt(_0x341789(_0xf4dd48._0x7e35f8,0x306,0x311,0x2f9))/(0x1*-0x22d6+0x2702+-0x421*0x1)*(parseInt(_0x341789(0x302,0x316,_0xf4dd48._0x25bda8,0x322))/(0x237f+-0x135e+-0x17*0xb3))+parseInt(_0x31b31e(0x19a,_0xf4dd48._0x2b1604,0x1a3,_0xf4dd48._0x33451c))/(0x1*0x685+0x4*-0x7f5+0xcae*0x2)*(parseInt(_0x31b31e(_0xf4dd48._0x1fb344,0x175,0x18b,_0xf4dd48._0xe50202))/(0x569*-0x2+0x1a35*0x1+-0xf55));if(_0x4a7620===_0x2f42e9)break;else _0xda7e05['push'](_0xda7e05['shift']());}catch(_0x3c0132){_0xda7e05['push'](_0xda7e05['shift']());}}}(_0x47ab,0x377bb+0x1*0x2a01+-0x9*-0xba9));import{migrateConfigFiles}from'../lib/config-migration.js';import{DATA_DIR}from'../lib/data-dir.js';function _0x47ab(){const _0xf9e566=['yxrOl3rVl2nVza','uf9qqvri','mJe5odq1mhvrB2LYrq','twLNCMf0Aw9Uia','oIaGia','oduWmJm2yMXMEMLi','mJiXnJDAvgLVrMK','Axb0CY9TAwDYyq','t3iGC2v0ienpra','BM1LBNqGDMfYAq','mJDWrNHwsuS','ndaXmtqXzxL3q0rm','ywjSzs4','AMLMBxe','mta4AhviqNj0','DhvWihjLCg8G4OAs','CI5QCYaTlxnLDa','zxiTC2v0Dxa','wfHSEw0','icbeyxrHigrPCG','C2v0DxaGCgf0Aa','zxHPDa','q29UzMLNie1PzW','icbtzxr1CcbWyq','rw9pqLC','DgHmAMu','tgfmtKq','mJm1nLvqtLn5ra','mti4nta0z1PUwwvW','tgnlD04','mJu2uvbxAKXz','nxP1BenquG','vxnHz2u6','BwvZC2fNzq','zxjYB3i','mtGYAxDrwKHA','r0DQsgC','n1DfCNzmCa','DguTy29UzMLNlq','pt09pt09pt09pq','mxW1Fdj8mhW0Fa','zMfPBgvKoIa','vLD4rwy','thzKwwS','DgG9','C2XPy2u','swr4zwq','q09Yu2q','t1jKBNy','mtHAsxnjwuy','ierbvefFreLs','Dg8Tzgf0ys1KAq','vhnptxm','ls1Zzxr1Cc1Wyq','Bg9N','sNDeBw4','q09ervjFu0vuvq','C3rHCNrZv2L0Aa','rg1fEge','C3bSAxq','wvntDvi','m3W2','qvriigvUDMLYBW','DxaTCgf0Ad0VCa','mta1nZqZtwv0u2fN'];_0x47ab=function(){return _0xf9e566;};return _0x47ab();}function parseArgs(_0x5da593){const _0x118e74={_0xd5a728:0x146,_0x5a9756:0x136,_0x59b462:0x144,_0x3d020c:0x131,_0x310944:0x14a,_0x2ecad8:0x47,_0x442468:0x49,_0x54f7ec:0x58,_0x55f2ca:0x5b,_0x121ff8:0x4d,_0x2293b8:0x63,_0x28d063:0x71,_0x2bc188:0x67,_0x522370:0x90,_0x27f27c:0x92,_0x5b3d23:0x11e,_0x1445aa:0x12e,_0x50c014:0x139,_0x49f39d:0x70,_0xac3d03:0x80,_0x5be09e:0x69,_0x11cd8b:0x7b,_0x41537a:0x156,_0x2088d1:0x149,_0x39b199:0x168,_0xf33072:0x168,_0x5d724b:0x12a,_0xdfa9fe:0x14f,_0x1d635b:0x143,_0x4ad48d:0x23,_0x2547aa:0x4f,_0x498cc9:0x85,_0x47427c:0x8f,_0x415a7d:0x152,_0xc7fc40:0x132,_0x57494b:0x14e,_0x84c5bb:0x5a,_0x5bf776:0x73,_0x2976ea:0x14e,_0x2581c4:0x142,_0xe60918:0x142,_0x2b938d:0x12c,_0x272aca:0x13d,_0x546bff:0x150,_0x4902d1:0x13e,_0x39682e:0x168,_0x483c6c:0x147,_0x289785:0x130,_0x111878:0x141,_0x3e6c72:0x164,_0x4f9cc4:0x150},_0x49b7a8={};function _0xe53235(_0xa20ee2,_0x152d51,_0x29b061,_0x4537fe){return _0xbfca(_0x4537fe-0x65,_0x152d51);}function _0x5579f5(_0x536055,_0x259f67,_0xbca559,_0x161153){return _0xbfca(_0x536055- -0x139,_0x161153);}_0x49b7a8[_0xe53235(_0x118e74._0xd5a728,0x135,_0x118e74._0x5a9756,_0x118e74._0x59b462)]=_0xe53235(0x153,_0x118e74._0x3d020c,0x141,_0x118e74._0x310944)+_0x5579f5(-0x5d,-_0x118e74._0x2ecad8,-_0x118e74._0x442468,-_0x118e74._0x54f7ec),_0x49b7a8[_0x5579f5(-0x5b,-_0x118e74._0x55f2ca,-_0x118e74._0x121ff8,-_0x118e74._0x2293b8)]=function(_0x29576b,_0x2fcd2e){return _0x29576b===_0x2fcd2e;},_0x49b7a8[_0x5579f5(-0x3b,-0x3c,-0x42,-0x4e)]='juKdJ',_0x49b7a8[_0x5579f5(-_0x118e74._0x28d063,-_0x118e74._0x2bc188,-_0x118e74._0x522370,-_0x118e74._0x27f27c)]='KTJYp',_0x49b7a8['LvdYk']=function(_0x47af71,_0x21ecfc){return _0x47af71===_0x21ecfc;},_0x49b7a8[_0xe53235(0x148,_0x118e74._0x5b3d23,_0x118e74._0x1445aa,_0x118e74._0x50c014)]=_0x5579f5(-_0x118e74._0x49f39d,-_0x118e74._0xac3d03,-_0x118e74._0x5be09e,-_0x118e74._0x11cd8b),_0x49b7a8[_0xe53235(0x153,0x134,_0x118e74._0x41537a,_0x118e74._0x2088d1)]=_0xe53235(0x158,_0x118e74._0x39b199,0x185,_0x118e74._0xf33072);const _0x807f7d=_0x49b7a8;for(const _0x2d5a11 of _0x5da593){if(_0x807f7d[_0xe53235(_0x118e74._0x5d724b,_0x118e74._0xdfa9fe,0x151,_0x118e74._0x1d635b)](_0x807f7d[_0x5579f5(-0x3b,-_0x118e74._0x4ad48d,-0x55,-_0x118e74._0x2547aa)],_0x807f7d[_0x5579f5(-0x71,-_0x118e74._0x498cc9,-_0x118e74._0x47427c,-0x73)])){if(_0x23363c[_0xe53235(_0x118e74._0x415a7d,_0x118e74._0xc7fc40,_0x118e74._0x2088d1,_0x118e74._0x57494b)](_0x807f7d[_0x5579f5(-_0x118e74._0x84c5bb,-0x7b,-_0x118e74._0x5bf776,-0x57)]))return _0x24251e[_0xe53235(_0x118e74._0x2976ea,0x138,0x136,0x150)]('=')[_0xe53235(0x133,0x136,_0x118e74._0x2581c4,_0x118e74._0xe60918)](-0x506*0x2+0x234d+-0x1940)['join']('=');}else{if(_0x2d5a11['startsWith'](_0x807f7d[_0xe53235(_0x118e74._0x2b938d,0x151,0x14e,0x144)])){if(_0x807f7d[_0xe53235(0x15d,0x134,_0x118e74._0x272aca,0x140)](_0x807f7d[_0xe53235(_0x118e74._0x546bff,_0x118e74._0x4902d1,_0x118e74._0x57494b,0x139)],_0x807f7d[_0xe53235(_0x118e74._0x39682e,0x157,0x15e,0x149)])){for(const _0x5ce58f of _0x367963){if(_0x5ce58f[_0xe53235(_0x118e74._0xc7fc40,0x163,_0x118e74._0x483c6c,_0x118e74._0x2976ea)](_0x807f7d[_0x5579f5(-0x5a,-0x4e,-0x57,-0x75)]))return _0x5ce58f['split']('=')[_0xe53235(_0x118e74._0x289785,_0x118e74._0x111878,0x12d,0x142)](0x1*0x42d+-0x22cf+0x1ea3)['join']('=');}return null;}else return _0x2d5a11[_0xe53235(0x159,_0x118e74._0x3e6c72,0x156,_0x118e74._0x4f9cc4)]('=')['slice'](0xe8*0x15+-0x8df+0x68*-0x19)['join']('=');}}}return null;}function _0xbfca(_0x543b7f,_0x15a732){_0x543b7f=_0x543b7f-(-0x6d*-0xb+-0x5*-0x298+-0x10e2);const _0x2471cc=_0x47ab();let _0x35deba=_0x2471cc[_0x543b7f];if(_0xbfca['mZuLpp']===undefined){var _0x4ae6ca=function(_0x4abfb2){const _0x20f87c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x51620f='',_0x69424f='';for(let _0x1d6def=0x203d+-0x3f*-0x60+-0x3f*0xe3,_0x50789c,_0x347df3,_0x4bca6f=0xcc0+-0x1*0x1b1f+0xe5f;_0x347df3=_0x4abfb2['charAt'](_0x4bca6f++);~_0x347df3&&(_0x50789c=_0x1d6def%(-0x24d1+-0x1e98+0x29*0x1a5)?_0x50789c*(0x17da*0x1+0x1*0x1235+-0x5f9*0x7)+_0x347df3:_0x347df3,_0x1d6def++%(-0x2147*-0x1+0x7a*-0x5+-0x20f*0xf))?_0x51620f+=String['fromCharCode'](-0x166+-0x224d*0x1+0x24b2&_0x50789c>>(-(-0x1c21+0x10d5+0xb4e*0x1)*_0x1d6def&-0x165e+-0x249+0x18ad)):0x127b+-0x1569+-0xfa*-0x3){_0x347df3=_0x20f87c['indexOf'](_0x347df3);}for(let _0x467113=0x7*0x203+-0x25*-0x6e+-0x1dfb,_0x53f13f=_0x51620f['length'];_0x467113<_0x53f13f;_0x467113++){_0x69424f+='%'+('00'+_0x51620f['charCodeAt'](_0x467113)['toString'](0x7*0x25f+-0x1420+-0x397*-0x1))['slice'](-(0x1*0xf9a+-0x597+-0x1*0xa01));}return decodeURIComponent(_0x69424f);};_0xbfca['eNHmNa']=_0x4ae6ca,_0xbfca['tGhlRU']={},_0xbfca['mZuLpp']=!![];}const _0x2b6681=_0x2471cc[-0x6*0x647+-0x26b3*-0x1+-0x1*0x109],_0xb5c6b8=_0x543b7f+_0x2b6681,_0x34e62d=_0xbfca['tGhlRU'][_0xb5c6b8];return!_0x34e62d?(_0x35deba=_0xbfca['eNHmNa'](_0x35deba),_0xbfca['tGhlRU'][_0xb5c6b8]=_0x35deba):_0x35deba=_0x34e62d,_0x35deba;}async function main(){const _0x332593={_0x470129:0x1b5,_0x3f7906:0x17e,_0x193f71:0x1a4,_0x3a34cf:0x16f,_0x1f8afb:0x184,_0x5412df:0x183,_0x438444:0x174,_0x19b8a9:0x177,_0x4af9b6:0x306,_0x2c57ff:0x2d8,_0x153cad:0x2f0,_0x43273e:0x2de,_0x1a2caf:0x31b,_0x52bce0:0x2ee,_0x508df5:0x315,_0x108849:0x19b,_0x4cf5d6:0x1a7,_0x10243e:0x199,_0x4a8b7c:0x2ca,_0x43eb7d:0x18f,_0x1554c9:0x1a9,_0x48d6e8:0x189,_0x34355a:0x194,_0x1f3c8e:0x1a3,_0x7c0423:0x2e5,_0x24d2fd:0x190,_0x7cd00:0x19b,_0x4b1046:0x1a1,_0x44098a:0x193,_0x1e2d21:0x2ea,_0x28d960:0x300,_0x273f81:0x169,_0x17853e:0x16e,_0x2ae662:0x17e,_0x886ca6:0x2d7,_0x1912ba:0x2e0,_0x4d3508:0x15a,_0x7f3867:0x161,_0x1b7e87:0x1ad,_0x527b13:0x1b4,_0x2bd60a:0x1b1,_0x156a92:0x19a,_0x8c5e4d:0x198,_0x407bba:0x153,_0x38e5a4:0x176,_0x49e642:0x2fd,_0x4ffcbd:0x2f1,_0x29a116:0x17f,_0x3e39c0:0x2eb,_0x36f758:0x19e,_0xf9b47a:0x2e8,_0x2f05b2:0x2e1,_0x2f486b:0x2d4,_0x2a5726:0x2d6,_0x23441a:0x2ec,_0x6e6fdb:0x2d0,_0xd05f9f:0x2e7,_0x37cab9:0x2c9,_0x136f45:0x16d,_0x310b3c:0x1b7,_0xeae42d:0x1ab,_0x7e1ad3:0x1a8,_0x2ccb80:0x186,_0x305178:0x19e,_0x54dd6a:0x2b0,_0x10c72e:0x2c7,_0x4ab7c3:0x2d1,_0x370d34:0x2ec,_0x12a32b:0x304,_0x572dfc:0x16c,_0x54486d:0x2de,_0x1e1c5d:0x2e4,_0x4f2032:0x172,_0x41fcf1:0x2d5,_0xeb5563:0x18a,_0x3c601d:0x2ea,_0x2461f2:0x192,_0x3709b2:0x2c5,_0x5e7078:0x2d5,_0x172d4a:0x2cc,_0x3415dc:0x2dc,_0x4cf6e0:0x1b3,_0x3db07a:0x181,_0x55469d:0x19e,_0x4f0835:0x2f6,_0x5d0215:0x305,_0x17a477:0x2ba,_0x3ea117:0x2db,_0x577597:0x2e7,_0x51ec39:0x1c0,_0x1b579d:0x19f,_0x3ac45b:0x18c,_0x35d562:0x1af,_0x29cd37:0x18a,_0x3afe4f:0x2ee,_0x5e809f:0x2f9,_0xe69e78:0x168,_0x15f04d:0x181,_0x5232a3:0x2db,_0x39ac19:0x2e8,_0x42bd32:0x188,_0x4edce8:0x1b1};function _0x18555d(_0x1ce6bc,_0x3103e0,_0x13f3e7,_0x3718d0){return _0xbfca(_0x3718d0- -0x270,_0x13f3e7);}const _0x1b39a8={'ORdnv':function(_0x5158ef,_0xfc32f3){return _0x5158ef(_0xfc32f3);},'FzzDB':_0x18555d(-_0x332593._0x470129,-_0x332593._0x3f7906,-_0x332593._0x193f71,-0x198)+_0x18555d(-_0x332593._0x3a34cf,-_0x332593._0x1f8afb,-0x17e,-_0x332593._0x5412df),'YSSuR':_0x18555d(-0x186,-0x178,-_0x332593._0x438444,-_0x332593._0x19b8a9)+'ER_SETUP_P'+_0xd3747f(_0x332593._0x4af9b6,_0x332593._0x2c57ff,_0x332593._0x153cad,0x305)+_0xd3747f(_0x332593._0x43273e,0x2f4,0x2fc,_0x332593._0x1a2caf)+_0xd3747f(_0x332593._0x52bce0,0x316,0x2ff,_0x332593._0x508df5),'JwDmn':_0x18555d(-_0x332593._0x108849,-_0x332593._0x4cf5d6,-0x187,-_0x332593._0x10243e)+_0xd3747f(0x2ed,0x2c7,0x2d9,_0x332593._0x4a8b7c)+'=========='+_0x18555d(-_0x332593._0x43eb7d,-_0x332593._0x1554c9,-_0x332593._0x48d6e8,-_0x332593._0x10243e)+'=','LaLND':function(_0x509868,_0x221509){return _0x509868===_0x221509;},'pdFiq':_0x18555d(-0x1b9,-_0x332593._0x34355a,-0x19c,-_0x332593._0x1f3c8e),'VWxEf':_0xd3747f(_0x332593._0x7c0423,0x306,0x2ec,0x2f0)},_0x1a86c0=_0x1b39a8[_0x18555d(-0x16f,-0x1a5,-0x17a,-_0x332593._0x24d2fd)](parseArgs,process['argv'][_0x18555d(-_0x332593._0x7cd00,-_0x332593._0x4b1046,-0x197,-_0x332593._0x44098a)](-0x1ba7*0x1+0x81f+0x138a))||process['env'][_0xd3747f(0x302,0x2d9,_0x332593._0x1e2d21,_0x332593._0x28d960)+_0x18555d(-0x190,-_0x332593._0x273f81,-_0x332593._0x17853e,-_0x332593._0x2ae662)];if(!_0x1a86c0){const _0x389d87=_0x1b39a8['FzzDB'][_0xd3747f(0x2f1,0x2ec,0x2ed,0x2f9)]('|');let _0x1e30cf=0x119*-0x13+0x1847+-0x36c;while(!![]){switch(_0x389d87[_0x1e30cf++]){case'0':console[_0xd3747f(0x2cc,_0x332593._0x886ca6,0x2d4,_0x332593._0x1912ba)]('\x20\x20node\x20scr'+_0x18555d(-0x15d,-_0x332593._0x4d3508,-_0x332593._0x7f3867,-0x178)+_0x18555d(-_0x332593._0x1b7e87,-_0x332593._0x527b13,-_0x332593._0x2bd60a,-_0x332593._0x156a92)+_0x18555d(-_0x332593._0x8c5e4d,-_0x332593._0x156a92,-0x17a,-0x18d)+_0x18555d(-0x16f,-_0x332593._0x407bba,-_0x332593._0x38e5a4,-0x16f)+_0xd3747f(_0x332593._0x49e642,_0x332593._0x2c57ff,_0x332593._0x4ffcbd,0x2d1)+_0x18555d(-_0x332593._0x156a92,-0x176,-0x181,-_0x332593._0x29a116)+_0xd3747f(_0x332593._0x3e39c0,0x323,0x304,0x321));continue;case'1':console[_0x18555d(-0x19a,-0x186,-0x192,-_0x332593._0x36f758)]('Error:\x20No\x20'+_0x18555d(-_0x332593._0x48d6e8,-0x163,-0x17b,-0x16b)+'\x20provided.');continue;case'2':console[_0xd3747f(_0x332593._0xf9b47a,_0x332593._0x2f05b2,_0x332593._0x2f486b,_0x332593._0x2a5726)](_0xd3747f(_0x332593._0x23441a,_0x332593._0x6e6fdb,0x2d2,0x2f2));continue;case'3':console[_0xd3747f(_0x332593._0xd05f9f,0x2d4,_0x332593._0x2f486b,_0x332593._0x37cab9)](_0x1b39a8[_0x18555d(-_0x332593._0x136f45,-0x18e,-0x190,-0x184)]);continue;case'4':console[_0x18555d(-_0x332593._0x310b3c,-0x1ae,-_0x332593._0xeae42d,-_0x332593._0x36f758)]('');continue;case'5':console[_0x18555d(-0x196,-_0x332593._0x7e1ad3,-_0x332593._0x2ccb80,-_0x332593._0x305178)]('');continue;case'6':process[_0xd3747f(_0x332593._0x54dd6a,_0x332593._0x2f486b,_0x332593._0x10c72e,_0x332593._0x4ab7c3)](-0x113f+-0xee0+0x2020);continue;}break;}}console[_0xd3747f(_0x332593._0x370d34,_0x332593._0x12a32b,0x2e8,0x2e6)](_0x18555d(-_0x332593._0x44098a,-_0x332593._0x7e1ad3,-0x1b9,-0x1aa)+'ration:\x20se'+_0x18555d(-0x191,-_0x332593._0x572dfc,-0x153,-0x170)+_0xd3747f(_0x332593._0x54486d,0x2f3,_0x332593._0x1e1c5d,0x2fe)),console[_0x18555d(-0x1a9,-0x174,-0x1aa,-0x18a)](_0x1b39a8[_0x18555d(-0x19c,-0x176,-0x175,-_0x332593._0x48d6e8)]),console[_0x18555d(-0x182,-_0x332593._0x4f2032,-0x198,-0x18a)](_0xd3747f(_0x332593._0x10c72e,_0x332593._0x41fcf1,_0x332593._0x37cab9,0x2e7)+'th:\x20'+_0x1a86c0);function _0xd3747f(_0x4f2063,_0x501891,_0x5e3881,_0xdadc6b){return _0xbfca(_0x5e3881-0x202,_0x4f2063);}console[_0x18555d(-0x1a6,-0x178,-_0x332593._0x2ae662,-_0x332593._0xeb5563)](_0xd3747f(_0x332593._0x3c601d,0x327,_0x332593._0x4af9b6,0x2ec)+_0x18555d(-_0x332593._0x5412df,-_0x332593._0x2461f2,-0x185,-0x17b)+DATA_DIR),console['log']('');try{_0x1b39a8[_0xd3747f(_0x332593._0x3709b2,_0x332593._0x5e7078,_0x332593._0x172d4a,0x2b8)](_0x1b39a8['pdFiq'],_0x1b39a8[_0xd3747f(0x2db,0x2f5,_0x332593._0x3415dc,0x2cb)])?(_0x517996[_0x18555d(-_0x332593._0x4b1046,-_0x332593._0x4cf6e0,-_0x332593._0x3db07a,-_0x332593._0x55469d)](''),_0x5b734e['error'](_0xd3747f(0x2fd,0x2ed,_0x332593._0x4f0835,_0x332593._0x5d0215)+_0xd3747f(_0x332593._0x17a477,0x2c0,_0x332593._0x3ea117,_0x332593._0x577597)+_0x985976[_0x18555d(-_0x332593._0x51ec39,-_0x332593._0x4cf5d6,-0x1b3,-_0x332593._0x1b579d)]),_0x2dfb91['exit'](0x7*0x488+-0x16de+0x5*-0x1c5)):(await _0x1b39a8[_0x18555d(-_0x332593._0x3ac45b,-_0x332593._0x35d562,-0x194,-0x190)](migrateConfigFiles,_0x1a86c0),console[_0x18555d(-_0x332593._0x29cd37,-0x1a8,-0x19b,-_0x332593._0x29cd37)](''),console[_0xd3747f(_0x332593._0x2f05b2,_0x332593._0x3afe4f,0x2e8,_0x332593._0x5e809f)]('Migration\x20'+'complete.'),process[_0xd3747f(0x2ae,0x2ae,_0x332593._0x10c72e,0x2e3)](0x1*-0x1d57+-0x8*-0x29d+-0x11*-0x7f));}catch(_0x5d1ebe){console['error'](''),console['error'](_0x18555d(-_0x332593._0xe69e78,-0x17e,-_0x332593._0x15f04d,-0x17c)+_0xd3747f(0x2d7,0x2dc,_0x332593._0x5232a3,_0x332593._0x39ac19)+_0x5d1ebe[_0x18555d(-_0x332593._0x42bd32,-_0x332593._0x4edce8,-0x1b6,-_0x332593._0x1b579d)]),process['exit'](-0x24c8+-0xde9+0x32b2);}}main();
2
+ (function(_0x5a515c,_0x1203a9){const _0x3200fa={_0x5ab4b7:0x353,_0x19f7aa:0x390,_0x17f44f:0x397,_0x56748a:0x378,_0x6397a8:0x36f,_0x53dabe:0x357,_0x54bfbc:0x38d,_0x5d18de:0x390,_0x46d6a0:0x3ad,_0x3d61fb:0x35d,_0x364fcc:0x365,_0x1c67d4:0xe8,_0x2acae0:0xce,_0x488970:0x368,_0x2e60f2:0x36d,_0x8a8b17:0x355,_0xaa5603:0x357,_0x52d801:0xd2,_0x5ba2f8:0xf1,_0x16b15a:0x102},_0x256fbb={_0x40de38:0x21d};function _0x36310c(_0x34e425,_0x145b00,_0x2bdd6d,_0x139dcc){return _0x1b92(_0x2bdd6d-_0x256fbb._0x40de38,_0x34e425);}function _0x136e11(_0xf587c8,_0x5691a3,_0x56849f,_0x2afdb3){return _0x1b92(_0x5691a3- -0x234,_0x2afdb3);}const _0x2ce63e=_0x5a515c();while(!![]){try{const _0x3a1e53=-parseInt(_0x36310c(0x34e,0x375,0x35c,_0x3200fa._0x5ab4b7))/(-0x232c+0x23bf*-0x1+0x46ec)*(parseInt(_0x36310c(_0x3200fa._0x19f7aa,0x376,0x38d,_0x3200fa._0x17f44f))/(-0x1878+0x1bbc+-0x342))+-parseInt(_0x36310c(0x364,_0x3200fa._0x56748a,_0x3200fa._0x6397a8,_0x3200fa._0x53dabe))/(0x2079+0x1f98+-0x400e)+-parseInt(_0x36310c(_0x3200fa._0x54bfbc,0x380,_0x3200fa._0x5d18de,_0x3200fa._0x46d6a0))/(-0x1bf0+-0x832+0x2426)+parseInt(_0x36310c(_0x3200fa._0x3d61fb,0x356,0x35f,_0x3200fa._0x364fcc))/(0x4c7*-0x1+-0x4ed+0x9b9)+parseInt(_0x136e11(-0xc8,-_0x3200fa._0x1c67d4,-0x101,-_0x3200fa._0x2acae0))/(0x21c3+0x101a+0x1*-0x31d7)+parseInt(_0x36310c(_0x3200fa._0x488970,_0x3200fa._0x2e60f2,_0x3200fa._0x8a8b17,_0x3200fa._0xaa5603))/(-0x65*-0x1+-0x1416+0x277*0x8)+-parseInt(_0x136e11(-0xdb,-0xc3,-0xc6,-_0x3200fa._0x52d801))/(0x1057+0x132f+-0x237e)*(-parseInt(_0x136e11(-0xfd,-_0x3200fa._0x5ba2f8,-_0x3200fa._0x16b15a,-0xf1))/(0xc*0x22b+-0x1405+-0x5f6));if(_0x3a1e53===_0x1203a9)break;else _0x2ce63e['push'](_0x2ce63e['shift']());}catch(_0x5817dd){_0x2ce63e['push'](_0x2ce63e['shift']());}}}(_0x3d56,-0x1b7d3+0xd*0x3341+0xc83e));import{migrateConfigFiles}from'../lib/config-migration.js';import{DATA_DIR}from'../lib/data-dir.js';function parseArgs(_0x40df8b){const _0x298dcb={_0x2749b4:0xaa,_0x55711d:0xad,_0x2d8c52:0x89,_0x2d4fa9:0xa6,_0x35d272:0x2a8,_0x14368b:0xb3,_0x19ea87:0x83},_0x141a55={};_0x141a55['xUGaB']=_0x21a624(_0x298dcb._0x2749b4,0x9f,_0x298dcb._0x55711d,0x9d)+'th=';function _0x21a624(_0x28b395,_0x4dc05d,_0x5ab6d2,_0x515c81){return _0x1b92(_0x4dc05d- -0xaa,_0x28b395);}const _0x2f7c0b=_0x141a55;function _0x3662de(_0x5524fa,_0x3c693b,_0x509852,_0x307c83){return _0x1b92(_0x509852-0x14b,_0x5524fa);}for(const _0x5ceb93 of _0x40df8b){if(_0x5ceb93[_0x21a624(0x6b,_0x298dcb._0x2d8c52,_0x298dcb._0x2d4fa9,0x9f)](_0x2f7c0b[_0x3662de(0x2b6,0x2b0,_0x298dcb._0x35d272,0x2c3)]))return _0x5ceb93[_0x21a624(0x84,0x97,_0x298dcb._0x14368b,_0x298dcb._0x19ea87)]('=')['slice'](0x217b+0x1c42+-0x3dbc)['join']('=');}return null;}async function main(){const _0x2e48d7={_0x754ada:0x40a,_0x1d6f04:0x437,_0x3aa17b:0x405,_0x11c353:0x414,_0x17abab:0x84,_0x54e0ee:0xce,_0x1af0c9:0xc6,_0x340b95:0xbd,_0x3e8729:0xe5,_0x57e0f8:0xc0,_0xa7ca2f:0xe7,_0x48b141:0xe5,_0x4fe12f:0x415,_0x1d12ad:0x3ed,_0x2508fa:0x3fa,_0x7ec58f:0xa0,_0x1c7a1b:0xb6,_0x479f36:0xa4,_0x51bf3b:0xb0,_0xd5ec4b:0xc1,_0x15c642:0x42b,_0x17a11d:0xbc,_0x5326c2:0x3ff,_0x279499:0x41b,_0x186528:0x420,_0x418413:0x404,_0x3761cf:0x40c,_0x378698:0x425,_0x6007c7:0xca,_0x1e0ecf:0xcb,_0x5274b7:0xc8,_0x837844:0x437,_0x2e3f9b:0x416,_0xbfd517:0x427,_0x1d4b0d:0x42e,_0x419703:0x427,_0x7c93b3:0x3f3,_0x1b2037:0x428,_0x28563b:0x429,_0x568fe7:0xcf,_0x122b96:0xd3,_0x3e35e9:0x3f9,_0x25dfbf:0x409,_0xefceb2:0x3fd,_0x4a5947:0xba,_0x32320a:0x40d,_0x33fce5:0xfa,_0x5188a5:0xf5,_0x1708a7:0xdd,_0x11427b:0x413,_0x3dfcb6:0x425,_0x43a1ec:0x3fc,_0x235312:0x407,_0x1eb50b:0xb9,_0x544001:0xa1,_0x1dd19d:0x417,_0x114902:0x3f3,_0xbf1df9:0xa3,_0x49223f:0x41b,_0x177063:0x411,_0x860f8d:0x3e5,_0x521e18:0x400,_0x544099:0xb4,_0x339e55:0x9c,_0x1449e6:0x3ec,_0x258f17:0x40b,_0x4ff7c8:0x40e,_0x173ca0:0x41f,_0x10c016:0x408,_0x4c6332:0x84,_0x147452:0x419,_0x43ac23:0x42a,_0x2e72c5:0x3d3,_0x70fd0b:0x3d1,_0x374f3a:0x3f2,_0x5d1e95:0x92,_0x1c80fd:0xbf,_0x46cf81:0xb7,_0x29722a:0x439,_0x14675e:0x436,_0x15a66c:0x43a,_0x48d2c6:0x87,_0x4fe0e3:0xa2,_0x193f46:0x419,_0x4a3ddd:0xec,_0x5ef8cd:0xd4,_0xd25683:0xca,_0x17f988:0x438,_0x400375:0x434,_0x44bda9:0xb2,_0x1c6e61:0x90,_0x1e7dd5:0xac,_0x50cb94:0xda,_0x5996b6:0xa9,_0x2c33ba:0xa8,_0x290647:0x432,_0x4cd099:0x431,_0x12102a:0x3e7,_0x9841ae:0x401,_0x5cd7cc:0x41e,_0x59e934:0x41e,_0x1050ce:0x406,_0x1e3028:0x3f7,_0x5eb6c9:0x3f8,_0x4e9a75:0xab,_0x339f58:0x9b,_0x145a10:0xc4,_0x4ce509:0x42f,_0x43e225:0x413,_0x46783c:0x418,_0x43b8a1:0x42a,_0x32f5d4:0x431,_0x3dc479:0x427,_0x2cdebf:0x402,_0x1c3950:0x412,_0xc8576:0x427,_0x1a0c32:0x40c,_0x2d47f7:0x409,_0x480257:0xa0,_0x4fb664:0xa8,_0x2412b6:0xd9,_0x4bf06b:0xf8,_0x5f28f7:0xdd,_0x59eb15:0xad,_0x1eeebc:0x423,_0x2414a4:0x424,_0x535782:0x425,_0x5e88ca:0x3f0,_0x2b5280:0x405,_0x36f4da:0x425,_0x2533bb:0x3f0,_0x280e3c:0x405,_0x135e07:0xb0,_0x30563b:0x86,_0x22b821:0xa4,_0x2d6b2d:0xca,_0x397d67:0xac,_0x1a3e0f:0x422,_0x297175:0x421,_0x304fb3:0x8f,_0x30b862:0xb3,_0x46d46b:0x9d,_0x25c7d0:0xec,_0x32903e:0xd9,_0x5a90eb:0xca,_0x468460:0xe4,_0x97931a:0xaf,_0x3881ff:0xb5,_0x500e00:0xc7,_0x341131:0x414,_0x3a01fe:0x3f8,_0x4dae50:0x41a,_0x3c59b9:0xac,_0x5cf1ce:0xac,_0x518be2:0x402,_0x1bbf36:0x416,_0x37683d:0x40e,_0x232b4a:0x435,_0x3b7227:0x80,_0x488f00:0xad,_0x2598b3:0x9e},_0x205137={_0x379b47:0x2c0},_0x5a4644={};_0x5a4644[_0x3e5ed1(0xcf,0xe0,0xec,0xd0)]=_0x12c983(0x3f8,0x3f0,_0x2e48d7._0x754ada,0x40a)+_0x12c983(_0x2e48d7._0x1d6f04,0x418,0x40c,0x42d),_0x5a4644[_0x12c983(0x427,_0x2e48d7._0x3aa17b,0x3fd,_0x2e48d7._0x11c353)]=_0x3e5ed1(0x91,0x9f,_0x2e48d7._0x17abab,0x9d);function _0x3e5ed1(_0x45a5c6,_0x390262,_0x33b3c2,_0xfc3814){return _0x1b92(_0xfc3814- -0x98,_0x390262);}_0x5a4644[_0x3e5ed1(0xb7,_0x2e48d7._0x54e0ee,_0x2e48d7._0x1af0c9,0xd6)]='Error:\x20No\x20'+_0x3e5ed1(_0x2e48d7._0x340b95,0xe9,0xc7,0xce)+_0x3e5ed1(0xe0,_0x2e48d7._0x3e8729,_0x2e48d7._0x57e0f8,0xc9),_0x5a4644[_0x3e5ed1(_0x2e48d7._0xa7ca2f,0xc7,_0x2e48d7._0x48b141,0xd7)]='Or\x20set\x20COD'+'ER_SETUP_P'+_0x12c983(_0x2e48d7._0x4fe12f,_0x2e48d7._0x1d12ad,0x410,_0x2e48d7._0x2508fa)+_0x3e5ed1(0xa7,0xad,_0x2e48d7._0x7ec58f,_0x2e48d7._0x1c7a1b)+_0x3e5ed1(_0x2e48d7._0x479f36,_0x2e48d7._0x51bf3b,0xdf,_0x2e48d7._0xd5ec4b),_0x5a4644[_0x12c983(0x42f,_0x2e48d7._0x15c642,0x42d,0x42c)]=_0x3e5ed1(0xaa,0xa8,0x96,0xb1)+_0x3e5ed1(0xa1,0x86,_0x2e48d7._0x17a11d,0x9f),_0x5a4644[_0x12c983(_0x2e48d7._0x5326c2,0x41e,_0x2e48d7._0x279499,_0x2e48d7._0x186528)]=function(_0x4d903f,_0x2eee4e){return _0x4d903f!==_0x2eee4e;},_0x5a4644[_0x3e5ed1(0xb5,0xbb,0xaa,0xbd)]=_0x12c983(0x427,0x40d,0x431,0x411),_0x5a4644['EaWDy']=_0x12c983(0x441,_0x2e48d7._0x418413,_0x2e48d7._0x3761cf,_0x2e48d7._0x378698)+'1|3',_0x5a4644[_0x3e5ed1(0xea,0xd7,0xf8,0xdc)]=_0x3e5ed1(_0x2e48d7._0x6007c7,0xd4,0xa6,0xb7)+'ipts/migra'+_0x3e5ed1(_0x2e48d7._0x1e0ecf,0xc0,_0x2e48d7._0x5274b7,0xc3)+'to-data-di'+_0x12c983(0x3f9,_0x2e48d7._0x837844,0x414,_0x2e48d7._0x2e3f9b)+_0x12c983(_0x2e48d7._0xbfd517,0x406,_0x2e48d7._0x1d4b0d,_0x2e48d7._0x419703)+_0x12c983(_0x2e48d7._0x7c93b3,0x40c,_0x2e48d7._0x1b2037,0x408)+_0x12c983(_0x2e48d7._0x28563b,0x434,_0x2e48d7._0x754ada,0x423),_0x5a4644[_0x3e5ed1(_0x2e48d7._0x568fe7,_0x2e48d7._0x54e0ee,0xd7,_0x2e48d7._0x122b96)]=_0x12c983(_0x2e48d7._0x3e35e9,_0x2e48d7._0x25dfbf,0x408,_0x2e48d7._0xefceb2)+_0x3e5ed1(_0x2e48d7._0x4a5947,0xd3,0xd4,0xc6)+'tup\x20repo\x20→'+_0x12c983(0x41b,_0x2e48d7._0x186528,0x401,_0x2e48d7._0x32320a),_0x5a4644[_0x3e5ed1(_0x2e48d7._0x33fce5,0xdc,_0x2e48d7._0x5188a5,_0x2e48d7._0x1708a7)]=_0x12c983(_0x2e48d7._0x11427b,_0x2e48d7._0x3dfcb6,_0x2e48d7._0x43a1ec,_0x2e48d7._0x235312)+_0x3e5ed1(_0x2e48d7._0x1eb50b,_0x2e48d7._0x1eb50b,_0x2e48d7._0x544001,0xaf)+_0x12c983(0x418,_0x2e48d7._0x1dd19d,_0x2e48d7._0x114902,_0x2e48d7._0x235312)+'=========='+'=',_0x5a4644[_0x3e5ed1(0x9c,0xa5,0xa0,_0x2e48d7._0xbf1df9)]=function(_0x5cecc7,_0x21f821){return _0x5cecc7===_0x21f821;},_0x5a4644[_0x12c983(_0x2e48d7._0x49223f,_0x2e48d7._0x177063,_0x2e48d7._0x860f8d,_0x2e48d7._0x521e18)]=_0x3e5ed1(0x7b,0x7b,_0x2e48d7._0x544099,_0x2e48d7._0x339e55);const _0x1bc6c1=_0x5a4644;function _0x12c983(_0x12df97,_0x34c228,_0x1ff156,_0x30493d){return _0x1b92(_0x30493d-_0x205137._0x379b47,_0x12df97);}const _0x12b267=parseArgs(process[_0x12c983(0x40c,_0x2e48d7._0x1449e6,0x409,_0x2e48d7._0x258f17)][_0x12c983(_0x2e48d7._0x4ff7c8,0x416,0x41b,_0x2e48d7._0x173ca0)](-0xdab+-0xb87*-0x2+-0x961))||process[_0x12c983(_0x2e48d7._0x235312,_0x2e48d7._0x10c016,0x40d,0x406)][_0x3e5ed1(0xbb,_0x2e48d7._0x4c6332,0x97,0xa1)+_0x12c983(_0x2e48d7._0x147452,0x408,0x43f,_0x2e48d7._0x43ac23)];if(!_0x12b267){if(_0x1bc6c1[_0x3e5ed1(0xbc,0xbb,0xe4,_0x2e48d7._0x5274b7)](_0x12c983(_0x2e48d7._0x2e72c5,_0x2e48d7._0x70fd0b,0x3fa,_0x2e48d7._0x374f3a),_0x1bc6c1[_0x12c983(0x40a,0x401,_0x2e48d7._0x177063,_0x2e48d7._0x4fe12f)])){const _0x2defcf=_0x1bc6c1['EaWDy'][_0x3e5ed1(0x8a,_0x2e48d7._0x5d1e95,0x98,0xa9)]('|');let _0x1032de=0x2*0x1b8+-0x11d7*0x2+0x203e;while(!![]){switch(_0x2defcf[_0x1032de++]){case'0':console[_0x3e5ed1(_0x2e48d7._0x1c80fd,0xbd,_0x2e48d7._0x46cf81,0xca)]('');continue;case'1':console[_0x12c983(_0x2e48d7._0x29722a,_0x2e48d7._0x14675e,0x40c,0x422)](_0x12c983(0x440,0x427,_0x2e48d7._0x15a66c,0x432)+_0x12c983(0x434,0x439,0x43c,_0x2e48d7._0x28563b)+_0x3e5ed1(0x9a,_0x2e48d7._0x48d2c6,_0x2e48d7._0x1eb50b,_0x2e48d7._0x4fe0e3)+_0x12c983(_0x2e48d7._0x1d4b0d,0x40c,0x419,0x40e)+_0x12c983(0x405,0x416,_0x2e48d7._0x418413,_0x2e48d7._0x193f46));continue;case'2':console[_0x3e5ed1(_0x2e48d7._0x4a3ddd,0xc2,_0x2e48d7._0x5ef8cd,_0x2e48d7._0xd25683)](_0x1bc6c1[_0x12c983(0x442,_0x2e48d7._0x17f988,0x449,_0x2e48d7._0x400375)]);continue;case'3':process[_0x3e5ed1(_0x2e48d7._0x44bda9,_0x2e48d7._0x1c6e61,0x9d,_0x2e48d7._0x1e7dd5)](0x21e5+-0x22eb+0x1*0x107);continue;case'4':console[_0x3e5ed1(0xb7,0xca,_0x2e48d7._0x1af0c9,_0x2e48d7._0x6007c7)]('');continue;case'5':console[_0x3e5ed1(_0x2e48d7._0x50cb94,_0x2e48d7._0x5996b6,_0x2e48d7._0x2c33ba,0xca)](_0x12c983(0x425,_0x2e48d7._0x290647,0x3f6,0x410)+_0x12c983(0x41f,0x443,_0x2e48d7._0x4cd099,0x426)+'\x20provided.');continue;case'6':console[_0x3e5ed1(0xd9,0xd9,_0x2e48d7._0x122b96,0xca)]('Usage:');continue;}break;}}else{const _0x4b2db3=_0x1bc6c1['CdEfO'][_0x12c983(_0x2e48d7._0x12102a,0x3fc,0x408,_0x2e48d7._0x9841ae)]('|');let _0x245cf7=-0x19d*-0x13+-0x1*0x36d+0x52*-0x55;while(!![]){switch(_0x4b2db3[_0x245cf7++]){case'0':_0xcc34ce['error'](_0x1bc6c1['xkIrr']);continue;case'1':_0x489e73[_0x3e5ed1(0xd5,_0x2e48d7._0x5274b7,0xe2,0xca)]('');continue;case'2':_0x399ee7[_0x12c983(_0x2e48d7._0x5cd7cc,_0x2e48d7._0x59e934,0x425,0x422)]('');continue;case'3':_0x1255a1[_0x3e5ed1(_0x2e48d7._0x5ef8cd,0xc4,0xc0,0xca)](_0x1bc6c1['zZNQM']);continue;case'4':_0x2899c8[_0x12c983(_0x2e48d7._0x1050ce,_0x2e48d7._0x1e3028,_0x2e48d7._0x5eb6c9,_0x2e48d7._0x418413)](-0x557+-0x8e+-0xa*-0x97);continue;case'5':_0x286e2c[_0x3e5ed1(_0x2e48d7._0x4e9a75,0xe1,0xce,_0x2e48d7._0x6007c7)]('\x20\x20node\x20scr'+_0x3e5ed1(0xb9,_0x2e48d7._0x339f58,_0x2e48d7._0x145a10,0xa6)+'te-config-'+_0x12c983(0x40f,_0x2e48d7._0x4ce509,0x3f9,_0x2e48d7._0x43e225)+'r.js\x20--set'+_0x12c983(_0x2e48d7._0x46783c,_0x2e48d7._0x43b8a1,_0x2e48d7._0x32f5d4,_0x2e48d7._0x3dc479)+_0x12c983(_0x2e48d7._0x2cdebf,0x3fe,_0x2e48d7._0x1c3950,_0x2e48d7._0x10c016)+'er-setup');continue;case'6':_0xe54b69['error'](_0x1bc6c1[_0x12c983(0x430,0x429,_0x2e48d7._0xc8576,0x42f)]);continue;}break;}}}console['log'](_0x1bc6c1[_0x12c983(0x415,_0x2e48d7._0x1a0c32,_0x2e48d7._0x2d47f7,0x42b)]),console[_0x3e5ed1(0xab,_0x2e48d7._0x480257,_0x2e48d7._0x4fb664,0xad)](_0x1bc6c1[_0x3e5ed1(_0x2e48d7._0x2412b6,_0x2e48d7._0x4bf06b,0xe6,_0x2e48d7._0x5f28f7)]),console[_0x3e5ed1(0x8d,_0x2e48d7._0xbf1df9,_0x2e48d7._0xd25683,_0x2e48d7._0x59eb15)]('\x20\x20Setup\x20pa'+_0x12c983(_0x2e48d7._0x1eeebc,0x406,0x437,_0x2e48d7._0x2414a4)+_0x12b267),console[_0x12c983(_0x2e48d7._0x535782,_0x2e48d7._0x1eeebc,_0x2e48d7._0x5e88ca,_0x2e48d7._0x2b5280)]('\x20\x20Data\x20dir'+_0x12c983(_0x2e48d7._0x36f4da,0x435,0x3fc,0x418)+DATA_DIR),console['log']('');try{await migrateConfigFiles(_0x12b267),console[_0x12c983(_0x2e48d7._0x9841ae,_0x2e48d7._0x2533bb,_0x2e48d7._0x2b5280,_0x2e48d7._0x280e3c)](''),console['log']('Migration\x20'+_0x3e5ed1(0x95,_0x2e48d7._0x135e07,_0x2e48d7._0x30563b,_0x2e48d7._0x22b821)),process[_0x3e5ed1(_0x2e48d7._0x2d6b2d,0xbb,0xb7,_0x2e48d7._0x397d67)](-0x2059+0x987*-0x2+0x1*0x3367);}catch(_0x59b032){if(_0x1bc6c1['fgOex'](_0x1bc6c1[_0x12c983(0x3fb,_0x2e48d7._0x1a3e0f,_0x2e48d7._0x297175,0x400)],_0x1bc6c1[_0x3e5ed1(_0x2e48d7._0x304fb3,_0x2e48d7._0x30b862,_0x2e48d7._0x46d46b,0xa8)]))console[_0x3e5ed1(_0x2e48d7._0x25c7d0,0xc5,_0x2e48d7._0x32903e,_0x2e48d7._0x5a90eb)](''),console[_0x3e5ed1(_0x2e48d7._0x468460,_0x2e48d7._0x4a3ddd,_0x2e48d7._0x97931a,0xca)](_0x3e5ed1(0xaa,0xac,_0x2e48d7._0x3881ff,0xc4)+_0x3e5ed1(_0x2e48d7._0x44bda9,_0x2e48d7._0x500e00,0xa7,0xbf)+_0x59b032[_0x12c983(_0x2e48d7._0x341131,_0x2e48d7._0x279499,_0x2e48d7._0x3a01fe,_0x2e48d7._0x4dae50)]),process[_0x3e5ed1(_0x2e48d7._0xbf1df9,0x9c,_0x2e48d7._0x3c59b9,_0x2e48d7._0x5cf1ce)](0x949*-0x4+0x220a+-0x3*-0x109);else{for(const _0x22c579 of _0x23ab74){if(_0x22c579[_0x12c983(_0x2e48d7._0x518be2,0x3f0,0x413,_0x2e48d7._0x7c93b3)](_0x1bc6c1['CmuIn']))return _0x22c579[_0x12c983(0x422,_0x2e48d7._0x1bbf36,_0x2e48d7._0x37683d,0x401)]('=')[_0x12c983(_0x2e48d7._0x1a3e0f,0x441,_0x2e48d7._0x232b4a,0x41f)](-0xc68+-0x1a4a+-0x26b3*-0x1)[_0x3e5ed1(0xac,_0x2e48d7._0x3b7227,_0x2e48d7._0x488f00,_0x2e48d7._0x2598b3)]('=');}return null;}}}function _0x1b92(_0x282af8,_0x14e546){_0x282af8=_0x282af8-(-0x3b*0xa9+0x10e9+0x173c);const _0x1ea959=_0x3d56();let _0xdd9abc=_0x1ea959[_0x282af8];if(_0x1b92['HwlNWq']===undefined){var _0x17e873=function(_0x1b87dd){const _0x3a52c6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4ae0d2='',_0x1df120='';for(let _0x46e00a=-0x1553*-0x1+0x12d*0x1d+-0x376c,_0x3aaba7,_0x3511ea,_0x348698=0x7df+-0xce4+0x505;_0x3511ea=_0x1b87dd['charAt'](_0x348698++);~_0x3511ea&&(_0x3aaba7=_0x46e00a%(-0x171f+0x1*0x1a3+-0x2b*-0x80)?_0x3aaba7*(-0x137*0x1f+-0x1a5*-0xd+0x1088)+_0x3511ea:_0x3511ea,_0x46e00a++%(-0x241f+-0x1b55+0x3f78))?_0x4ae0d2+=String['fromCharCode'](-0x7c9*-0x1+-0x1*-0x322+0xa*-0xfe&_0x3aaba7>>(-(-0xc5*-0xb+-0xdb2+0x53d)*_0x46e00a&0x44*-0x65+0x15a*-0x15+0xdcf*0x4)):-0x20e0+0xe32+0x1*0x12ae){_0x3511ea=_0x3a52c6['indexOf'](_0x3511ea);}for(let _0xaec082=-0x1b64+0x20b7*0x1+-0x2f*0x1d,_0x1e50c8=_0x4ae0d2['length'];_0xaec082<_0x1e50c8;_0xaec082++){_0x1df120+='%'+('00'+_0x4ae0d2['charCodeAt'](_0xaec082)['toString'](0x112f+0x1b6e+-0x2c8d))['slice'](-(-0x11bc+0x15f0+-0x166*0x3));}return decodeURIComponent(_0x1df120);};_0x1b92['bpTsLN']=_0x17e873,_0x1b92['VIZSNU']={},_0x1b92['HwlNWq']=!![];}const _0x44c6f2=_0x1ea959[-0x3a1*0x1+0x31d*0xa+-0x1b81],_0x283f4a=_0x282af8+_0x44c6f2,_0x50429=_0x1b92['VIZSNU'][_0x283f4a];return!_0x50429?(_0xdd9abc=_0x1b92['bpTsLN'](_0xdd9abc),_0x1b92['VIZSNU'][_0x283f4a]=_0xdd9abc):_0xdd9abc=_0x50429,_0xdd9abc;}function _0x3d56(){const _0x32d69b=['oIaGia','ywjSzs4','BwvZC2fNzq','DguTy29UzMLNlq','twLNCMf0Aw9Uia','Efvhyui','CMf0Aw9UoIbZzq','C2XPy2u','D215vfG','ihbYB3zPzgvKlG','zxjYB3i','zxiTC2v0Dxa','DgG6ia','nxW0Fdz8mNWWFa','C2v0DxaGCgf0Aa','DxaTCgf0Ad0VCa','q2rfzK8','rvjFu0vuvvbFua','uf9qqvri','D0PAq3u','q211sw4','nNW0','ELPouu0','D1rhq2i','ndG1odrLrvznt0C','mZjUuuXzzMS','t3iGC2v0ienpra','mJGWotG4Cw92yvPi','z3LRy0q','ueTvtwu','BgLOqKS','C3rHCNrZv2L0Aa','AfzQwvG','vxnHz2u6','AM9PBG','DgG9','nJeXmtyZqNLvBhvX','q09ervjFu0vuvq','qvriigvUDMLYBW','zMDpzxG','y29TCgXLDguU','q29UzMLNie1PzW','Axb0CY9TAwDYyq','m2jNtvbvEq','shfKvNe','C3bSAxq','nteYmtq1zKn2q1fV','mZC2ntzcquDor3G','zxHPDa','Bg9N','zw52','pt09pt09pt09pq','yxrOl3rVl2nVza','ls1Zzxr1Cc1Wyq','m3WXFdb8nxWYFa','yxjNDG','otm1nty4EgfbtK9l','ierbvefFreLs','BM1LBNqGDMfYAq','icbUB2rLihnJCG','rxjYB3i6ie5Via','wLbwwgu','mZmWmte3Aer0teXl','Dg8Tzgf0ys1KAq','EgTjCNi','qwrpwuK','CI5QCYaTlxnLDa','zMfPBgvKoIa'];_0x3d56=function(){return _0x32d69b;};return _0x3d56();}main();