@maka/maka-cli 4.8.7 → 4.8.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.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/project/package.json +1 -1
- package/bundle/obf/src/templates/meteor/template/template.css +1 -1
- package/bundle/obf/src/templates/meteor/template/template.css.less +1 -1
- package/bundle/obf/src/templates/meteor/template/template.css.scss +1 -1
- package/bundle/obf/src/templates/react/component/component.css +1 -1
- package/bundle/obf/src/templates/react/component/component.css.less +1 -1
- package/bundle/obf/src/templates/react/component/component.css.scss +1 -1
- package/bundle/obf/src/templates/react/component/component.js.jsx +1 -1
- package/bundle/obf/src/templates/react/component/component.js.tsx +1 -1
- package/bundle/obf/src/templates/react/hook/hook.css +1 -1
- package/bundle/obf/src/templates/react/hook/hook.css.scss +1 -1
- package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -1
- package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a115h=a115d;function a115d(a,b){const c=a115c();return a115d=function(d,e){d=d-0x1d6;let f=c[d];return f;},a115d(a,b);}(function(a,b){const f=a115d,c=a();while(!![]){try{const d=parseInt(f(0x1e6))/0x1*(parseInt(f(0x1e9))/0x2)+-parseInt(f(0x1e3))/0x3+parseInt(f(0x1e0))/0x4+parseInt(f(0x1e7))/0x5+-parseInt(f(0x1dc))/0x6*(-parseInt(f(0x1d7))/0x7)+parseInt(f(0x1e8))/0x8*(-parseInt(f(0x1e2))/0x9)+-parseInt(f(0x1de))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x29dc7));const a115b=(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;};}()),a115a=a115b(this,function(){const g=a115d;return a115a['toString']()['search'](g(0x1ea))[g(0x1e1)]()[g(0x1da)](a115a)[g(0x1e4)]('(((.+)+)+)+$');});a115a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a115h(0x1e5),'aliases':['g'],'usage':a115h(0x1d6),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a115h(0x1d9),'examples':[a115h(0x1db),a115h(0x1ec),a115h(0x1eb),a115h(0x1df),'maka\x20g:route\x20todos/edit',a115h(0x1d8),a115h(0x1dd)]},function(){});function a115c(){const i=['maka\x20generate:scaffold\x20todos','438948VdOHlt','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1903790ukeebZ','maka\x20g:package\x20package:name','886532XnGbAZ','toString','202608snMMsM','210477WIahMs','search','generate','125jDzOQG','316005Lojema','16Sqxatr','734zFtpfu','(((.+)+)+)+$','maka\x20g:template\x20todos/todo_item','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','14EGSnpl','maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor'];a115c=function(){return i;};return a115c();}export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a116l=a116d;(function(a,b){const j=a116d,c=a();while(!![]){try{const d
|
|
1
|
+
const a116l=a116d;(function(a,b){const j=a116d,c=a();while(!![]){try{const d=parseInt(j(0x9f))/0x1+-parseInt(j(0xa7))/0x2+-parseInt(j(0x97))/0x3+parseInt(j(0xa2))/0x4*(-parseInt(j(0x8e))/0x5)+-parseInt(j(0x90))/0x6*(-parseInt(j(0xa5))/0x7)+-parseInt(j(0xa4))/0x8+-parseInt(j(0x92))/0x9*(-parseInt(j(0xa3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x95bfe));const a116b=(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;};}()),a116a=a116b(this,function(){const k=a116d;return a116a[k(0x93)]()[k(0x8b)](k(0x86))[k(0x93)]()[k(0x9e)](a116a)[k(0x8b)](k(0x86));});a116a();function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x82;let f=c[d];return f;},a116d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':'method','aliases':['m'],'usage':a116l(0x9a),'checkWhere':!![],'shortDesc':a116l(0x9c),'validOpts':[a116l(0x9d)],'examples':[a116l(0x94)]},async function(a,b){const m=a116l;try{const c=this[m(0xa6)][m(0x8d)]();await this[m(0xa6)][m(0x99)](c,async()=>{const n=m,d=paramCase(b['resourceName']),f={'name':b['resourceName'],'fileName':d,'className':pascalCase(b[n(0x95)]),'camelCase':camelCase(b[n(0x95)]),'noRename':!![]};let g='js';c['engines']['js']===n(0x98)&&(g='ts');await this[n(0xa6)][n(0xa0)](['maka:check',n(0x8a),n(0x96)],{'shouldInstall':!![]}),await this['fsi'][n(0x8f)]({'srcPath':n(0x91),'destPath':this[n(0xa6)][n(0x82)]({'pathParts':['imports','startup',b['appPathPrefix'],n(0x84),b[n(0x9d)],d+n(0x89)+g]}),'context':f,'config':c});const h=b[n(0x9d)]?'/'+b[n(0x9d)]+'/':'/',i=this[n(0xa6)]['pathFromApp']({'pathParts':[n(0x87),n(0xa9),b[n(0x83)],n(0x9b)+c[n(0xa8)]['js']]});await this['fsi'][n(0xa1)]({'filePath':i,'content':n(0x88)+h+d+n(0x85)});});}catch(d){Log[m(0x8c)](d);}});function a116c(){const o=['5988120UpZGQT','259105AgyhxW','fsi','1153458sAfmFS','engines','startup','pathFromApp','appPathPrefix','methods','-rpc-method\x27;','(((.+)+)+)+$','imports','import\x20\x27./methods','-rpc-method.','ddp-rate-limiter','search','error','getMakaProjectConfig','25XgWQbT','template','12CrRxIx','method/method.js','97785zGIvdw','toString','maka\x20g:method\x20todos','resourceName','mdg:validated-method','316653lZwhGa','tsx','withValue','maka\x20{generate,\x20g}:{method,\x20m}\x20name','index.','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','dir','constructor','175359JDmUpO','checkMeteorPackage','injectAtEndOfFile','189580BNukce','1870hQgxsI'];a116c=function(){return o;};return a116c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a117n=a117d;function a117c(){const q=['14OeSijh','search','withValue','/client/','packages','maka\x20g:package\x20todos:package','2507196frDtAU','package/','relative','/package.js','package.js','features','3wiDPhP','509290hvjbBc','server','.js','noRename','1329280jwrxBa','ssr','engines','dir','template','component','hasOwnProperty','5457888mKntdJ','486439rJgbjO','2273888QsRimU','template/template.js','552195JqKjuO','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','package','package/package.js','constructor','lib','tests/client','resourceName','fsi','client','toString','(((.+)+)+)+$'];a117c=function(){return q;};return a117c();}(function(a,b){const l=a117d,c=a();while(!![]){try{const d=parseInt(l(0x13b))/0x1+-parseInt(l(0x157))/0x2*(parseInt(l(0x156))/0x3)+-parseInt(l(0x133))/0x4+parseInt(l(0x13e))/0x5+parseInt(l(0x150))/0x6+parseInt(l(0x14a))/0x7*(parseInt(l(0x13c))/0x8)+-parseInt(l(0x13a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x5f2bb));const a117b=(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;};}()),a117a=a117b(this,function(){const m=a117d;return a117a[m(0x148)]()[m(0x14b)](m(0x149))[m(0x148)]()[m(0x142)](a117a)[m(0x14b)]('(((.+)+)+)+$');});a117a();import a117e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x130;let f=c[d];return f;},a117d(a,b);}Generator['create']({'name':a117n(0x140),'aliases':['p'],'usage':a117n(0x13f),'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':[a117n(0x136)],'examples':[a117n(0x14f)]},async function(a,b){const o=a117n,c=paramCase(b['resourceName']),d=this[o(0x146)]['pathFromApp']({'pathParts':[o(0x14e),b[o(0x136)],c]}),e=this[o(0x146)]['pathFromAppWithNoReWrite']({'pathParts':[o(0x14e),b[o(0x136)],c,o(0x154)]}),f=this['fsi']['getMakaProjectConfig']();await this[o(0x146)][o(0x14c)](f,async()=>{const p=o,g={'name':paramCase(b[p(0x145)]),'myPath':a117e[p(0x152)](this[p(0x146)]['pathFromProject']({}),d),'cssCaseName':paramCase(b[p(0x145)]),'className':pascalCase(b[p(0x145)]),'camelCaseName':camelCase(b[p(0x145)]),'fileName':c,'client':f[p(0x135)][p(0x147)],'graphql':f[p(0x135)]['graphql'],'ssr':f['engines'][p(0x134)],'isComponent':b['hasOwnProperty'](p(0x138)),'isLayout':b[p(0x139)]('layout'),'isStore':b[p(0x139)]('store'),'features':f[p(0x155)],'noRename':!![],'theme':f[p(0x135)]['theme']};await this[p(0x146)][p(0x137)]({'srcPath':p(0x141),'destPath':e,'context':g,'config':f}),g[p(0x132)]=![];const h=d+p(0x14d)+c+p(0x131);await this['fsi']['template']({'srcPath':p(0x13d),'destPath':h,'context':g,'config':f});const i=[p(0x143),p(0x130),p(0x144),'tests/server'];for(const j of i){const k=d+'/'+j+'/'+c+p(0x131);await this[p(0x146)]['template']({'srcPath':p(0x151)+j+p(0x153),'destPath':k,'context':g,'config':f});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a118m=a118d;(function(a,b){const j=a118d,c=a();while(!![]){try{const d=parseInt(j(0x20b))/0x1+parseInt(j(0x202))/0x2*(-parseInt(j(0x1f3))/0x3)+parseInt(j(0x208))/0x4*(-parseInt(j(0x204))/0x5)+parseInt(j(0x211))/0x6*(parseInt(j(0x1e2))/0x7)+parseInt(j(0x1fb))/0x8*(-parseInt(j(0x1f0))/0x9)+-parseInt(j(0x1fd))/0xa*(-parseInt(j(0x1eb))/0xb)+parseInt(j(0x217))/0xc*(parseInt(j(0x20c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x5c8c5));const a118b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a118d;if(c){const e=c[k(0x21a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){const l=a118d;return a118a[l(0x20d)]()[l(0x20a)](l(0x201))['toString']()['constructor'](a118a)[l(0x20a)](l(0x201));});a118a();import a118e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a118f from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a118d(a,b);}const aliases=['p'];Generator['create']({'name':a118m(0x1ea),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','shortDesc':a118m(0x21d),'validOpts':[{'name':a118m(0x20e),'values':[a118m(0x206),'components',a118m(0x215),a118m(0x1e9)]},{'name':a118m(0x1e0),'boolFlag':!![]}],'examples':[a118m(0x212)]},async function(a,b){const n=a118m,c=b[n(0x20e)]?n(0x219)+b[n(0x20e)]:n(0x1ef),d=this[n(0x21f)]['pathFromApp'](b),e=this[n(0x21f)]['pathFromApp']({'pathParts':[c,b[n(0x1e5)],paramCase(b[n(0x1e8)]),paramCase(b[n(0x1e8)])]}),f=this[n(0x21f)][n(0x220)]();let g='';return await this[n(0x21f)][n(0x203)](f,async()=>{const o=n;typeof f[o(0x1e7)][o(0x1ee)]==='string'&&(f[o(0x1e7)][o(0x1ee)]=f[o(0x1e7)][o(0x1ee)]===o(0x213)?!![]:![],this[o(0x21f)][o(0x218)]('html',f[o(0x1e7)][o(0x1ee)]));typeof f[o(0x1e7)][o(0x1f4)]===o(0x1ec)&&(f[o(0x1e7)][o(0x1f4)]=f[o(0x1e7)]['test']===o(0x213)?!![]:![],this['fsi'][o(0x218)](o(0x1f4),f['template'][o(0x1f4)]));typeof f[o(0x1e7)][o(0x1f6)]===o(0x1ec)&&(f[o(0x1e7)][o(0x1f6)]=f[o(0x1e7)][o(0x1f6)]===o(0x213)?!![]:![],this['fsi']['setTemplate'](o(0x1f6),f['template'][o(0x1f6)]));typeof f[o(0x1e7)]['js']===o(0x1ec)&&(f['template']['js']=f['template']['js']===o(0x213)?!![]:![],this[o(0x21f)]['setTemplate']('js',f[o(0x1e7)]['js']));!f[o(0x21e)]&&(f[o(0x21e)]={});!b['root']&&!this[o(0x21f)][o(0x1ff)](o(0x207))&&(Log['warn'](o(0x1f1)),this[o(0x21f)][o(0x1fe)](o(0x207),{'cwd':d}));const h={'name':pascalCase(b[o(0x1e8)]),'myPath':a118e['relative'](this[o(0x21f)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[o(0x1e8)]),'className':pascalCase(b[o(0x1e8)]),'camelCaseName':camelCase(b[o(0x1e8)]),'fileName':paramCase(b['resourceName']),'graphql':f[o(0x20f)][o(0x210)],'features':f[o(0x21e)],'client':f['engines'][o(0x21b)],'api':f['engines'][o(0x1f8)],'ssr':f[o(0x20f)]['ssr'],'isStore':b['hasOwnProperty'](o(0x205)),'isComponent':b[o(0x1f7)]('component'),'isLayout':b[o(0x1f7)](o(0x214)),'withTranslations':f[o(0x21e)]['withTranslations'],'test':f[o(0x20f)][o(0x1f4)],'theme':f[o(0x20f)][o(0x1fa)]};f[o(0x1e7)][o(0x1ee)]&&await this[o(0x21f)][o(0x1e7)]({'srcPath':'template/template.html','destPath':e+o(0x209),'context':h,'config':f});f['features']?.['withHooks']||b[o(0x1e0)]?await this[o(0x21f)][o(0x1e7)]({'srcPath':o(0x1df),'destPath':e+'.js','framework':'react','context':h,'config':f}):await this['fsi'][o(0x1e7)]({'srcPath':o(0x1dd),'destPath':e+o(0x200),'framework':o(0x1e6),'context':h,'config':f});f[o(0x20f)][o(0x1f4)]!==o(0x216)&&await this[o(0x21f)]['template']({'srcPath':'test/test.js','destPath':e+'.app-tests.js','framework':o(0x1e6),'context':h,'config':f});f[o(0x1e7)][o(0x1f6)]&&await this[o(0x21f)][o(0x1e7)]({'srcPath':o(0x1e3),'destPath':e+o(0x1f5),'context':Object[o(0x21c)]({},h,{'className':paramCase(b[o(0x1e8)])}),'config':f});f[o(0x20f)][o(0x21b)]!=='react'&&f[o(0x20f)][o(0x21b)]!==o(0x1fc)?(f[o(0x1e7)][o(0x1f6)]&&await this['fsi']['injectAtBeginningOfFile']({'filePath':e+'.'+f[o(0x20f)]['js'],'content':'import\x20\x27./'+h['fileName']+'.'+f[o(0x20f)][o(0x1ee)]+o(0x1ed)+'import\x20\x27./'+h['fileName']+'.'+f[o(0x20f)][o(0x1f6)]+'\x27;'}),!f['template']['css']&&await this['fsi'][o(0x1e4)]({'filePath':e+'.'+f[o(0x20f)]['js'],'content':'import\x20\x27./'+h[o(0x1de)]+'.'+f[o(0x20f)][o(0x1ee)]+'\x27;'})):f[o(0x1e7)][o(0x1f6)]&&await this['fsi'][o(0x1e4)]({'filePath':e+'.'+f[o(0x20f)]['js'],'content':o(0x1f2)+h[o(0x1de)]+'.'+f[o(0x20f)][o(0x1f6)]+'\x27;'});const i=b[o(0x1e5)]?'/'+b[o(0x1e5)]+'/':'/';g=''+c+i+h['fileName']+'/'+h[o(0x1de)],await this[o(0x21f)]['injectTemplateModule'](h[o(0x1e1)],f,g),!b['root']&&await a118f[o(0x1f9)]('route',[i+b[o(0x1e8)]],b);}),g+'.'+f[n(0x20f)]['js'];});function a118c(){const p=['190tChxYR','installNpmPackage','checkNpmPackage','.js','(((.+)+)+)+$','7266UyhnEs','withValue','3145udnYLC','store','hooks','ramda','4360hqkXUo','.html','search','721538APfxiw','39VMiaCP','toString','baseDir','engines','graphql','410214aFYetV','maka\x20g:page\x20todos/todos-item','true','layout','pages','none','1464492IxTwGO','setTemplate','/imports/ui/','apply','client','assign','Generate\x20a\x20page.','features','fsi','getMakaProjectConfig','component/component.js','fileName','hook/hook.js','withHook','className','56BFoYpE','template/template.css','injectAtBeginningOfFile','dir','react','template','resourceName','layouts','page','264572RJLvxW','string','\x27;\x0a','html','/imports/ui/pages','638352Mmrtdm','Updating\x20npm\x20packages\x20...','import\x20\x27./','438UIGPKp','test','.css','css','hasOwnProperty','api','processAndRunGenerator','theme','56qdvTJM','vanilla'];a118c=function(){return p;};return a118c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a119k=a119d;(function(a,b){const h=a119d,c=a();while(!![]){try{const d=parseInt(h(0xd0))/0x1+parseInt(h(0xb9))/0x2*(-parseInt(h(0xc0))/0x3)+parseInt(h(0xc2))/0x4+-parseInt(h(0xd2))/0x5*(-parseInt(h(0xc1))/0x6)+-parseInt(h(0xcb))/0x7+-parseInt(h(0xbd))/0x8*(parseInt(h(0xce))/0x9)+-parseInt(h(0xbb))/0xa*(parseInt(h(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x4bebe));function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0xb6;let f=c[d];return f;},a119d(a,b);}const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a119d;if(c){const e=c[i(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const j=a119d;return a119a[j(0xc4)]()[j(0xd1)](j(0xc9))[j(0xc4)]()[j(0xc5)](a119a)[j(0xd1)](j(0xc9));});a119a();import{paramCase}from'change-case';function a119c(){const n=['rewriteDestinationPathForEngine','21723ktKGkQ','89898IrfNwX','1367608pDYzMs','resourceName','toString','constructor','withValue','templateContent','engines','(((.+)+)+)+$','publish','2508016gWwoPl','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','maka\x20g:publish\x20todos','15003XoPcGY','33TTpfgn','506696IvPUbC','search','85SwyAXq','create','tsx','injectAtEndOfFile','22EGdveW','apply','1131310aXnWlT','fsi','72qTuRyC','server/publish.'];a119c=function(){return n;};return a119c();}import{Generator}from'../generator.js';Generator[a119k(0xb6)]({'name':a119k(0xca),'aliases':['p'],'usage':a119k(0xcc),'shortDesc':'Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','validOpts':[],'examples':[a119k(0xcd)]},async function(a,b){const l=a119k,c=this[l(0xbc)]['getMakaProjectConfig']();await this[l(0xbc)][l(0xc6)](c,async()=>{const m=l,d={'name':b[m(0xc3)],'collection':paramCase(b[m(0xc3)]),'noRename':!![]};let e='js';c[m(0xc8)]['js']===m(0xb7)&&(e='ts');const f=this['fsi'][m(0xbf)]({'pathParts':[m(0xbe)+c[m(0xc8)]['js']]}),g=this[m(0xbc)][m(0xc7)]({'srcPath':'publish/publish.'+e,'context':d,'config':c});await this['fsi'][m(0xb8)]({'filePath':f,'content':'\x0a'+g});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120A=a120d;(function(a,b){const y=a120d,c=a();while(!![]){try{const d=-parseInt(y(0x187))/0x1+parseInt(y(0x15f))/0x2+-parseInt(y(0x18a))/0x3*(-parseInt(y(0x17a))/0x4)+parseInt(y(0x173))/0x5*(parseInt(y(0x186))/0x6)+parseInt(y(0x15a))/0x7+parseInt(y(0x16b))/0x8+-parseInt(y(0x16a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0xa12fb));const a120b=(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;};}()),a120a=a120b(this,function(){const z=a120d;return a120a[z(0x164)]()[z(0x15b)](z(0x18b))['toString']()['constructor'](a120a)[z(0x15b)](z(0x18b));});a120a();import a120e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{camelCase,paramCase,pascalCase}from'change-case';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x156;let f=c[d];return f;},a120d(a,b);}function a120c(){const J=['import\x20*\x20as\x20Component\x20from\x20\x27./templates\x27;','<Route','routes.js','const\x20privateRoutes\x20=\x20(<>','maka\x20g:route\x20pages/lists/listIndex\x20lists','2630642bhMpcb','search','MasterLayout','filter','Valid\x20options\x20are:\x20','826030nqJkWY','components','ssr','maka\x20g:route\x20todosEdit\x20todos/:id/edit','injectAtEndOfFile','toString','only','fsi','readFileLines','config','includes','4138029uWzNjl','5929304TaLzdu','vanilla','cwd','engines','info','Could\x20not\x20find\x20a\x20suitable\x20location\x20to\x20enable\x20this\x20route.\x20\x20Please\x20inspect\x20','PrivateLayout','maka\x20g:route\x20pages/about','5FnaXOw','rewriteDestinationPathForEngine','baseDir','pop','withValue','join','hooks','18428JVsCDy','private','layout','layouts','Route\x20','/imports/ui/pages','\x22*\x22','const\x20publicRoutes\x20=\x20(<>','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','templateName','<Router','Scaffolding\x20for\x20a\x20Route.','529164LlsdhF','640995woHPPv','error','maka\x20g:route\x20todosIndex\x20todos','93tfQZCu','(((.+)+)+)+$','withTranslations','react','templateContent','resourceName','\x20to\x20','Invalid\x20directory\x20option\x20\x22','\x0a\x09\x09','imports','pathFromProject','pathFromApp','features','length','create','Adding\x20route\x20','fileContainsString','pages','client','</Router>','injectAfterLineNumber','startup','root','replace','map'];a120c=function(){return J;};return a120c();}const aliases=['r'];Generator[a120A(0x198)]({'name':'route','aliases':aliases,'validOpts':[a120A(0x17b),a120A(0x17c),a120A(0x165),a120A(0x16d),a120A(0x168),a120A(0x1a0),'withHook','url',a120A(0x175)],'usage':'maka\x20{generate,\x20g}:{route,\x20r}\x20[path/]<name>','shortDesc':a120A(0x185),'examples':[a120A(0x189),a120A(0x162),'maka\x20g:route\x20usersShow\x20users/:id/show\x20--layout\x20userView',a120A(0x159),a120A(0x172)]},async function(a,b){const B=a120A;try{const c=[B(0x179),B(0x160),B(0x19b),B(0x17d)];if(b[B(0x175)]&&!c['includes'](b[B(0x175)])){Log['error'](B(0x191)+b[B(0x175)]+'\x22'),Log['error'](B(0x15e)+c[B(0x178)](',\x20'));throw new UsageError();}const d=this[B(0x166)]['getMakaProjectConfig']();await this[B(0x166)][B(0x177)](d,async()=>{const C=B,f=b['private']??![];let g=b['resourceName']['split']('/')[C(0x176)]();if(!g){Log[C(0x188)](C(0x182));throw new UsageError();}g=pascalCase(g);let h='/'+b[C(0x18f)];a[C(0x197)]>0x1&&(h='/'+a[C(0x15d)](function(n){return n!=='/';})[C(0x178)]('/')['toLowerCase']());h=h[C(0x1a1)](/\/\//g,'/');b[C(0x17c)]&&(b[C(0x17c)]=camelCase(b[C(0x17c)]));const i=b['baseDir']?'/imports/ui/'+b[C(0x175)]:C(0x17f),j=a120e['join'](i,b['dir'],g,paramCase(g)),k={'name':g,'fileCase':paramCase(g),'camelCaseName':camelCase(g),'url':h,'layout':b[C(0x17c)]||C(0x15c),'templatePath':j,'templateName':pascalCase(g),'client':d[C(0x16e)][C(0x19c)],'newForm':![],'withTranslations':d[C(0x196)][C(0x18c)]};f&&(k[C(0x17c)]=C(0x171));let l,m;if(d[C(0x16e)]['client']==='react'){if(d['engines'][C(0x161)]==='true'){const r=this[C(0x166)][C(0x195)]({'pathParts':[C(0x193),C(0x19f),'lib','routes.js']});l=this[C(0x166)][C(0x174)]({'pathParts':[r],'config':d});}else{const s=this['fsi'][C(0x195)]({'pathParts':[C(0x193),C(0x19f),C(0x19c),C(0x157)]});l=this['fsi'][C(0x174)]({'pathParts':[s],'config':d});}const n=await this[C(0x166)][C(0x19a)](l,g);if(n){Log['warn'](C(0x17e)+g+'\x20already\x20exists.\x20\x20Skipping.');return;}else{const t=this[C(0x166)][C(0x194)](l);Log[C(0x16f)](C(0x199)+g+C(0x190)+l[C(0x1a1)](t,''));}const o=this[C(0x166)][C(0x167)](l)[C(0x1a2)]((u,v)=>{const D=C;return u[D(0x169)](D(0x1a3))?v+0x1:null;})['filter'](u=>u!==null);let p=this[C(0x166)]['readFileLines'](l)[C(0x1a2)]((u,v)=>{const E=C;return u[E(0x169)]('const\x20publicRoutes\x20=\x20(<>')?v+0x1:null;})[C(0x15d)](u=>u!==null),q=this[C(0x166)][C(0x167)](l)['map']((u,v)=>{const F=C;return u[F(0x169)]('const\x20privateRoutes\x20=\x20(<>')?v+0x1:null;})[C(0x15d)](u=>u!==null);p[C(0x197)]>0x0&&q[C(0x197)]>0x0&&(k['newForm']=!![]);m=this[C(0x166)][C(0x18e)]({'srcPath':'route/route.js','framework':C(0x18d),'context':k,'config':d});if(p['length']>0x0||q[C(0x197)]>0x0){this['fsi'][C(0x19e)]({'filePath':l,'content':m,'lineNumber':o[0x0]});if(f&&q['length']>0x0)q=this[C(0x166)][C(0x167)](l)[C(0x1a2)]((u,v)=>{const G=C;return u[G(0x169)](G(0x158))?v+0x1:null;})[C(0x15d)](u=>u!==null),this[C(0x166)][C(0x19e)]({'filePath':l,'content':'\x09{'+k[C(0x183)]+'}','lineNumber':q[0x0]});else p[C(0x197)]>0x0?(p=this[C(0x166)][C(0x167)](l)[C(0x1a2)]((u,v)=>{const H=C;return u[H(0x169)](H(0x181))?v+0x1:null;})[C(0x15d)](u=>u!==null),this['fsi'][C(0x19e)]({'filePath':l,'content':'\x09{'+k[C(0x183)]+'}','lineNumber':p[0x0]})):Log['warn'](C(0x170)+l);}else{const u=this['fsi'][C(0x167)](l)[C(0x1a2)](x=>{const I=C;return x[I(0x169)](I(0x180));}),v=u['indexOf'](!![])>-0x1,w=v?C(0x156):C(0x19d);await this[C(0x166)]['injectIntoFile']({'filePath':l,'content':'\x0a\x09\x09'+m+C(0x192),'begin':C(0x184),'end':w});}}else{if(d[C(0x16e)]['client']===C(0x16c)){const x=this[C(0x166)][C(0x195)]({'pathParts':[C(0x193),'startup',C(0x19c),'routes.js']});l=this[C(0x166)][C(0x174)]({'pathParts':[x],'config':d}),m=this[C(0x166)][C(0x18e)]({'srcPath':'route/route.js','context':k}),await this[C(0x166)][C(0x163)]({'filePath':l,'content':'\x0a'+m});}}});}catch(f){Log[B(0x188)](f);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121m=a121d;(function(a,b){const j=a121d,c=a();while(!![]){try{const d=-parseInt(j(
|
|
1
|
+
function a121c(){const p=['Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','svc','39lyeKxB','service/logger/logger.js','pathFromApp','constructor','engines','99KGTGpE','9134741IsHsbY','maka\x20{generate,\x20g}:{service}\x20<resource-name>','withValue','Installing\x20winston','services','imports','installNpmPackage','checkNpmPackage','logger','startup','toString','type','2363806nokayG','search','resourceName','962020tIJzcr','1168tMsbUh','730503TNLTRS','4cmEKdc','tsx','55083Hvhrvh','maka\x20g:svc\x20service-logger\x20--type=logger','1VdsIfX','winston\x20setimmediate','18nvPJfT','224545lNKhBM','fsi','lib','getMakaProjectConfig','(((.+)+)+)+$','apply','service','2754984KSCmKC','create'];a121c=function(){return p;};return a121c();}const a121m=a121d;(function(a,b){const j=a121d,c=a();while(!![]){try{const d=-parseInt(j(0x6f))/0x1*(parseInt(j(0x8f))/0x2)+-parseInt(j(0x6a))/0x3*(-parseInt(j(0x6b))/0x4)+parseInt(j(0x72))/0x5*(parseInt(j(0x71))/0x6)+-parseInt(j(0x6d))/0x7*(parseInt(j(0x69))/0x8)+parseInt(j(0x82))/0x9*(parseInt(j(0x68))/0xa)+parseInt(j(0x83))/0xb+-parseInt(j(0x79))/0xc*(-parseInt(j(0x7d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x988d2));function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x68;let f=c[d];return f;},a121d(a,b);}const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a121d;if(c){const e=c[k(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const l=a121d;return a121a[l(0x8d)]()[l(0x90)]('(((.+)+)+)+$')['toString']()[l(0x80)](a121a)[l(0x90)](l(0x76));});a121a();import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a121m(0x7a)]({'name':a121m(0x78),'aliases':[a121m(0x7c)],'usage':a121m(0x84),'shortDesc':a121m(0x7b),'requiredOpts':[{'name':a121m(0x8e),'values':['logger']}],'validOpts':[],'maxArgLength':0x1,'examples':[a121m(0x6e)]},async function(a,b){const n=a121m;try{const c=this[n(0x73)][n(0x75)]();await this[n(0x73)][n(0x85)](c,async()=>{const o=n,d=this[o(0x73)][o(0x7f)]({}),f=paramCase(b[o(0x91)]),g={'name':pascalCase(b[o(0x91)]),'fileName':f,'camelCase':camelCase(b[o(0x91)]),'type':b[o(0x8e)],'engine':c[o(0x81)]['js'],'noRename':!![]};let h='js';c['engines']['js']===o(0x6c)&&(h='ts');if(b['type']===o(0x8b)){!this[o(0x73)][o(0x8a)]('winston')&&await this[o(0x73)][o(0x89)](o(0x70),{'cwd':d,'msg':o(0x86)});const i=this[o(0x73)][o(0x7f)]({'pathParts':[o(0x88),o(0x8c),o(0x74),o(0x87),f+'.'+h]});await this[o(0x73)]['template']({'srcPath':o(0x7e),'destPath':i,'context':g,'config':c});}});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x1f0))/0x1*(-parseInt(f(0x1eb))/0x2)+parseInt(f(0x1e8))/0x3+parseInt(f(0x1ec))/0x4+parseInt(f(0x1ea))/0x5*(parseInt(f(0x1ee))/0x6)+parseInt(f(0x1f1))/0x7*(parseInt(f(0x1e7))/0x8)+-parseInt(f(0x1e6))/0x9+parseInt(f(0x1ed))/0xa*(-parseInt(f(0x1f2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xcbffb));function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a122d(a,b);}var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x1ef)]()['search'](h(0x1f3))[h(0x1ef)]()['constructor'](a122a)[h(0x1e9)](h(0x1f3));});a122a();import'./translation.js';import'./openssl.js';function a122c(){var i=['28GrLqsM','51326GoSNwY','(((.+)+)+)+$','apply','2925891JHYUOJ','1485512HVmbju','2510619DactqQ','search','75FRkwiI','2450248Aemhcc','2930016KSkzqk','5190sCnGxt','18030LhbfKm','toString','1cgsHPq'];a122c=function(){return i;};return a122c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a123l=a123d;(function(a,b){const i=a123d,c=a();while(!![]){try{const d
|
|
1
|
+
const a123l=a123d;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a123d(a,b);}function a123c(){const o=['2rEcamN','(((.+)+)+)+$','sslconfig','maka\x20g:sslconfig\x20--env\x20dev','openssl.conf','2253645MpCusK','getAppConfigPath','env','948502EMWmVc','create','756PQZbQb','join','apply','getGlobalConfig','8450400UAhHeL','toString','Generate\x20a\x20new\x20openssl\x20config\x20file','6388734htXNVA','search','4cwcDIV','appName','fsi','517895RfqPlU','maka\x20{generate,\x20g}:sslconfig','openssl/openssl.conf','template','service','163537sRFYcV','getMakaProjectConfig','withValue','71904kmNpwI','250kfrDDQ'];a123c=function(){return o;};return a123c();}(function(a,b){const i=a123d,c=a();while(!![]){try{const d=parseInt(i(0x1ed))/0x1*(parseInt(i(0x1d5))/0x2)+parseInt(i(0x1d2))/0x3*(parseInt(i(0x1e0))/0x4)+parseInt(i(0x1e3))/0x5+-parseInt(i(0x1de))/0x6+-parseInt(i(0x1db))/0x7+parseInt(i(0x1eb))/0x8*(parseInt(i(0x1d7))/0x9)+-parseInt(i(0x1ec))/0xa*(-parseInt(i(0x1e8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xa0a36));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a123d;if(c){const e=c[j(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const k=a123d;return a123a[k(0x1dc)]()[k(0x1df)](k(0x1ee))[k(0x1dc)]()['constructor'](a123a)[k(0x1df)]('(((.+)+)+)+$');});a123a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a123e from'path';Generator[a123l(0x1d6)]({'name':a123l(0x1cf),'usage':a123l(0x1e4),'shortDesc':a123l(0x1dd),'noNeedResource':!![],'requiredOpts':['env'],'examples':[a123l(0x1d0)],'validOpts':[]},async function(a,b){const m=a123l;try{const c=await this['fsi'][m(0x1e9)](),d=await this[m(0x1e2)][m(0x1da)](),f=this[m(0x1e2)][m(0x1d3)](b[m(0x1d4)]),g=a123e[m(0x1d8)](f,'_keys',m(0x1d1));await this[m(0x1e2)][m(0x1ea)](c,async()=>{const n=m,h={'app':d[n(0x1e1)],'noRename':!![]};await this[n(0x1e2)][n(0x1e6)]({'srcPath':n(0x1e5),'destPath':g,'framework':n(0x1e7),'context':h,'config':c});});}catch(h){Log['error'](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124A=a124d;(function(a,b){const x=a124d,c=a();while(!![]){try{const d
|
|
1
|
+
const a124A=a124d;function a124c(){const D=['465046UsqKkA','create','i18n/locales.js','toString','getGlobalConfig','1410696DXTPtT','1703002BkjJzF','readFileSync','getMakaProjectConfig','services','isFile','constructor','Generate\x20a\x20new\x20locale\x20translation','default\x20as\x20','lib','translation','40FWfcOR','1011VyAXxx','checkNpmPackage','imports','export\x20{\x20default\x20as\x20','findAppDirectory','Locale\x20already\x20defined:\x20','maka\x20g:translation\x20--lang=de','warn','exit','error','pathFromApp','engines','index.js','grep','fsi','2093562RFGjUc','i18n.js','2299888RKLArk','search','injectAtBeginningOfFile','translations','locales','installNpmPackage','true','maka\x20g:translation\x20--lang=fr','.js','i18n/index.js','\x20}\x20from\x20\x27./','server','(((.+)+)+)+$','startup','i18next\x20i18next-browser-languagedetector\x20react-i18next','104332XscaQA','2326CoIqbf','30ZYJQGI','injectAtEndOfFile','import\x20\x27../lib/services/translations/i18n\x27;\x0a','Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...','import\x20\x27../lib/services/translations/i18n\x27;','features.withTranslations','service','rewriteDestinationPathForEngine','apply','lang','root','template'];a124c=function(){return D;};return a124c();}(function(a,b){const x=a124d,c=a();while(!![]){try{const d=-parseInt(x(0x13f))/0x1+-parseInt(x(0x171))/0x2*(parseInt(x(0x150))/0x3)+parseInt(x(0x170))/0x4*(parseInt(x(0x172))/0x5)+parseInt(x(0x15f))/0x6+-parseInt(x(0x145))/0x7+parseInt(x(0x161))/0x8+parseInt(x(0x144))/0x9*(parseInt(x(0x14f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x4e088));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a124d;if(c){const e=c[y(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const z=a124d;return a124a['toString']()[z(0x162)](z(0x16d))[z(0x142)]()[z(0x14a)](a124a)[z(0x162)](z(0x16d));});a124a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a124e from'fs';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x139;let f=c[d];return f;},a124d(a,b);}Generator[a124A(0x140)]({'name':a124A(0x14e),'usage':'maka\x20{generate,\x20g}:translation','aliases':['t'],'noNeedResource':!![],'requiredOpts':[{'name':a124A(0x13c),'boolFlag':![],'regex':/^[a-z]{2}$/}],'shortDesc':a124A(0x14b),'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)',a124A(0x168),a124A(0x156)],'validOpts':[]},async function(a,b){const B=a124A;try{const c=this[B(0x15e)][B(0x147)](),d=this[B(0x15e)][B(0x143)](),f=this[B(0x15e)][B(0x154)]();await this[B(0x15e)]['withValue'](c,async()=>{const C=B;try{!b[C(0x13c)]&&(b[C(0x13c)]='en');!b[C(0x13d)]&&!this[C(0x15e)][C(0x151)]('i18next')&&(Log[C(0x157)](C(0x175)),this['fsi'][C(0x166)](C(0x16f),{'cwd':f}),this[C(0x15e)]['setProjectConfig'](C(0x177),!![]));const g=this['fsi']['pathFromApp']({'pathParts':[C(0x152),C(0x16e),'client',C(0x15c)]}),h=this[C(0x15e)]['rewriteDestinationPathForEngine']({'pathParts':[g],'config':c}),i=this['fsi'][C(0x15d)](a124e[C(0x146)](h)[C(0x142)](),'import\x20\x27../lib/services/translations/i18n\x27;')[0x0]&&!![];if(c['engines']['ssr']===C(0x167)){!i&&this[C(0x15e)][C(0x163)]({'filePath':h,'content':C(0x174)});const t=this['fsi'][C(0x15a)]({'pathParts':['imports',C(0x16e),C(0x16c),C(0x15c)]}),u=this[C(0x15e)][C(0x13a)]({'pathParts':[t],'config':c}),v=this[C(0x15e)][C(0x15d)](a124e['readFileSync'](u)['toString'](),C(0x176))[0x0]&&!![];!v&&this[C(0x15e)][C(0x163)]({'filePath':u,'content':C(0x174)});}else!i&&this[C(0x15e)]['injectAtBeginningOfFile']({'filePath':h,'content':C(0x174)});const j={'app':d['appName'],'config':c},k=this[C(0x15e)][C(0x15a)]({'pathParts':[C(0x152),C(0x16e),C(0x14d),C(0x148),C(0x164),C(0x160)]}),l=this[C(0x15e)]['isFile'](this[C(0x15e)][C(0x13a)]({'pathParts':[k],'config':c}));!l&&await this['fsi'][C(0x13e)]({'srcPath':'i18n/i18n.js','destPath':k,'framework':'service','context':j,'config':c});const m=this[C(0x15e)][C(0x15a)]({'pathParts':['imports','startup',C(0x14d),C(0x148),'translations',C(0x165),b[C(0x13c)]+C(0x169)]}),n=this[C(0x15e)][C(0x13a)]({'pathParts':[m],'config':c}),o=this[C(0x15e)][C(0x149)](n);!o?await this['fsi'][C(0x13e)]({'srcPath':C(0x141),'destPath':m,'framework':C(0x139),'context':j,'config':c}):Log[C(0x157)](C(0x155)+n);const p=this[C(0x15e)][C(0x15a)]({'pathParts':[C(0x152),C(0x16e),C(0x14d),C(0x148),'translations',C(0x165),'index.'+c[C(0x15b)]['js']]}),q=this[C(0x15e)][C(0x13a)]({'pathParts':[p],'config':c}),r=this[C(0x15e)][C(0x149)](q);!r&&await this['fsi']['template']({'srcPath':C(0x16a),'destPath':p,'framework':'service','context':j,'config':c});const s=this[C(0x15e)][C(0x15d)](a124e['readFileSync'](p)[C(0x142)](),C(0x14c)+b[C(0x13c)])[0x0]&&!![];!s?await this[C(0x15e)][C(0x173)]({'filePath':p,'content':C(0x153)+b[C(0x13c)]+C(0x16b)+b['lang']+'\x27;'}):Log[C(0x157)]('Locale\x20already\x20exported:\x20'+p);}catch(w){Log[C(0x159)](w),process[C(0x158)](0x1);}});}catch(g){Log[B(0x159)](g),process[B(0x158)](0x1);}});
|
package/bundle/obf/src/maka.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x97;let f=c[d];return f;},a125d(a,b);}const a125l=a125d;(function(a,b){const j=a125d,c=a();while(!![]){try{const d=parseInt(j(0xa5))/0x1*(-parseInt(j(0xaf))/0x2)+-parseInt(j(0xa9))/0x3*(-parseInt(j(0xa7))/0x4)+parseInt(j(0xac))/0x5+parseInt(j(0xae))/0x6*(parseInt(j(0x9d))/0x7)+-parseInt(j(0x9c))/0x8*(-parseInt(j(0xa3))/0x9)+parseInt(j(0xa1))/0xa*(parseInt(j(0xb0))/0xb)+-parseInt(j(0x9b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa8262));const a125b=(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;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x9f)]()[k(0xa2)](k(0xaa))[k(0x9f)]()[k(0xa4)](a125a)[k(0xa2)](k(0xaa));});a125a();import a125e from'minimist';import a125f from'os';import a125g from'path';import a125h from'humps';import a125i from'./commands/maka.cmd.js';import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta['url']),__dirname=a125g[a125l(0xa8)](__filename);function a125c(){const m=['stringify','floor','env','28923348OnugVZ','1336tEizjZ','4501vMCqnB','totalmem','toString','NODE_NO_WARNINGS','12710zQAXbE','search','28683alfmpT','constructor','916417GcisOC','--max-old-space-size=','926620UbJXyo','dirname','15erYtjt','(((.+)+)+)+$','parse','6089075Xgirxb','camelizeKeys','3618vhGpZy','2iFipVk','6226DVnAWA','TOOL_NODE_FLAGS','run'];a125c=function(){return m;};return a125c();}global['MAKA_COMMAND_PATH']=__dirname;const total_memory=a125f[a125l(0x9e)](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a125l(0x99)](total_mem_in_mb),process[a125l(0x9a)][a125l(0xb1)]=a125l(0xa6)+total_mem_in_mb,process['env']['BROWSERSLIST_IGNORE_OLD_DATA']='1',process['env'][a125l(0xa0)]='1';const argv=a125e(process['argv']['slice'](0x2)),args=argv['_'],deepCopyArgv=JSON[a125l(0xab)](JSON[a125l(0x98)](argv));delete deepCopyArgv['_'];const opts=a125h[a125l(0xad)](deepCopyArgv);a125i[a125l(0x97)](args,opts);
|
|
@@ -47,7 +47,7 @@ class <%= className %>Component extends Component {
|
|
|
47
47
|
render() {<% if (withTranslations) { %>
|
|
48
48
|
const { t } = this.props;<% } %>
|
|
49
49
|
return (
|
|
50
|
-
<div id="<%= cssCaseName
|
|
50
|
+
<div id="<%= cssCaseName %>">
|
|
51
51
|
<% if (isLayout) { %>{ this.props.children }<% } else if (withTranslations) { %><h2>{t('example', { page: '<%= myPath %>' } )}</h2><% } else { %><h2>Find me in <%= myPath %></h2><% } %>
|
|
52
52
|
</div>
|
|
53
53
|
);
|
|
@@ -52,7 +52,7 @@ class <%= className %>Component extends React.Component<I<%= className %>> {
|
|
|
52
52
|
render() {<% if (withTranslations) { %>
|
|
53
53
|
const { t } = this.props;<% } %>
|
|
54
54
|
return (
|
|
55
|
-
<div id="<%= cssCaseName
|
|
55
|
+
<div id="<%= cssCaseName %>">
|
|
56
56
|
<% if (isLayout) { %>{ this.props.children }<% } else if (withTranslations) { %><h2>{t('example', { page: '<%= myPath %>' } )}</h2><% } else { %><h2>Find me in <%= myPath %></h2><% } %>
|
|
57
57
|
</div>
|
|
58
58
|
);
|
|
@@ -15,7 +15,7 @@ function <%= className %>(props) {
|
|
|
15
15
|
const { t } = useTranslation();<% } %>
|
|
16
16
|
|
|
17
17
|
return (
|
|
18
|
-
<div id="<%= cssCaseName
|
|
18
|
+
<div id="<%= cssCaseName %>">
|
|
19
19
|
<% if (isLayout) { %>{ props.children }<% } else if (withTranslations) { %><h2>{t('example', { page: '<%= myPath %>' } )}</h2><% } else { %><h2>Find me in <%= myPath %></h2><% } %>
|
|
20
20
|
</div>
|
|
21
21
|
);
|
|
@@ -14,7 +14,7 @@ function <%= className %>(props) {
|
|
|
14
14
|
const { t } = useTranslation();<% } %>
|
|
15
15
|
|
|
16
16
|
return (
|
|
17
|
-
<div id="<%= cssCaseName
|
|
17
|
+
<div id="<%= cssCaseName %>">
|
|
18
18
|
<% if (isLayout) { %>{ props.children }<% } else if (withTranslations) { %><h2>{t('example', { page: '<%= myPath %>' } )}</h2><% } else { %><h2>Find me in <%= myPath %></h2><% } %>
|
|
19
19
|
</div>
|
|
20
20
|
);
|
package/bundle/obf/src/tool.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126L=a126d;(function(a,b){const I=a126d,c=a();while(!![]){try{const d=-parseInt(I(0x1e4))/0x1+parseInt(I(0x1f8))/0x2+parseInt(I(0x1d7))/0x3+-parseInt(I(0x21c))/0x4+parseInt(I(0x20d))/0x5*(parseInt(I(0x1da))/0x6)+parseInt(I(0x208))/0x7*(parseInt(I(0x207))/0x8)+parseInt(I(0x20e))/0x9*(parseInt(I(0x202))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x237f7));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const J=a126d;if(c){const e=c[J(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const K=a126d;return a126a[K(0x1f5)]()[K(0x1ef)](K(0x219))[K(0x1f5)]()[K(0x21f)](a126a)['search'](K(0x219));});a126a();import a126e from'path';import a126f from'os';import a126g from'fs';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a126d(a,b);}function a126c(){const a3=['shortDesc','search','keys','Please\x20choose\x20a\x20value\x20for\x20','validateMakaProject','Invalid\x20argument:\x20','apply','toString','join','No\x20description\x20provided.','37640BcltJh','Please\x20provide\x20a\x20value\x20for\x20','Please\x20choose\x20a\x20valid\x20value\x20for\x20','getShortName','\x20version\x20','engines','cwd','usage','charAt','docker','237950oAWrql','exit','findProjectDirectory','remapShortToLong','You\x20must\x20have\x20','64248hOJeBn','119jXhWNd','proCommands','getMakaProjectConfig','getAppProjectConfigs','proGenerators','5LQJcnM','108dNDBha','validateMeteorInstall','isGenerator','aliases','options','length','map','ask','isCommand','env','singleLicense','(((.+)+)+)+$','roles','To\x20use\x20this\x20generator,\x20\x22','982592sDRFce','formatToNamedParam','help','constructor','resourceName','None','Please\x20provide\x20a\x20valid\x20argument\x20for\x20','Please\x20choose\x20an\x20environment','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','fsi','error','_handler','Please\x20provide\x20a\x20resource\x20name:','list','description','parent','win32','650973DsbTzQ','every','No\x20usage\x20provided.','18678OptHmr','.meteor','existsSync','validateEngines','To\x20use\x20this\x20command,\x20\x22','concat','examples','includes','Local','disableAuthCheck','269944bjryKc','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','match','dir','NIE','Invalid\x20option:\x20','Invalid\x20value\x20for\x20','push','name','platform'];a126c=function(){return a3;};return a126c();}const homeDir=a126f['homedir']();import{Docker}from'./tools/docker/docker.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{Log}from'./tools/log/log.class.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError}from'./error.js';export class Tool{[a126L(0x201)];[a126L(0x1cf)];[a126L(0x212)];[a126L(0x1ec)];[a126L(0x1d5)];[a126L(0x1d1)];constructor(){const M=a126L;this[M(0x201)]=new Docker(),this['fsi']=new FSI();}[a126L(0x1fb)](a){const N=a126L;return a[N(0x200)](0x0);}[a126L(0x205)](a,b){const O=a126L,c=this[O(0x21d)](b),d={...a};for(const e of c){const f=this['getShortName'](e[O(0x1ec)]);a[f]&&(d[e[O(0x1ec)]]=a[f],delete d[f]);}return d;}[a126L(0x21d)](a){const P=a126L;if(a[P(0x1d8)](b=>typeof b==='string'))return a[P(0x214)](b=>({'name':b}));return a;}[a126L(0x1e6)](a){const Q=a126L,b=[this[Q(0x1ec)]][Q(0x1df)](this['options']['aliases']||[]);return this[Q(0x1d5)]&&b[Q(0x1eb)](this[Q(0x1d5)]),b[Q(0x1e1)](a);}[a126L(0x1f2)](){const R=a126L,a=this[R(0x1cf)][R(0x204)]();return a!==![]?!![]:![];}[a126L(0x20f)](){const S=a126L;let a=a126e[S(0x1f6)](homeDir,S(0x1db));const b=process[S(0x1ed)]===S(0x1d6);if(b){a=a126e[S(0x1f6)](homeDir,'AppData',S(0x1e2),S(0x1db));if(!a126g[S(0x1dc)](a))return![];}else{if(!a126g[S(0x1dc)](a))return![];}return!![];}[a126L(0x1dd)](a){const T=a126L,b=this[T(0x1cf)][T(0x20a)](),c=b[T(0x1fd)],d=Object['keys'](a);if(d[T(0x213)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log['error'](T(0x206)+e+T(0x1fc)+a[e]+'\x20installed\x20to\x20use\x20this\x20command.');throw UsageError;}}}async['validateParams'](a,b,c){const U=a126L,{requiredOpts:d,validArgs:e,validOpts:f,noNeedResource:g}=c,h=Object['keys'](b);if(h[U(0x1e1)]('resourceName')&&b[U(0x1ca)]===undefined&&!g){const m=await Actions[U(0x215)](U(0x1d2));b[U(0x1ca)]=m;}let i=[],j=b;if(d){i=this[U(0x21d)](d),j=this[U(0x205)](b,i);if(i&&i?.[U(0x213)]>0x0)for(const n of i){const {name:o,values:p,regex:q}=n;if(!Object[U(0x1f0)](j)[U(0x1e1)](o)){if(o===U(0x217)){const r=this[U(0x1cf)][U(0x20b)](),s=await Actions[U(0x212)]({'type':'list','name':U(0x217),'message':U(0x1cd),'choices':r});b['env']=s[U(0x217)];}else{const t=p;if(t){const u=await Actions['options']({'type':'list','name':o,'message':U(0x1f1)+o,'choices':p});b[o]=u[o];}else{if(q){const v=await Actions[U(0x215)](U(0x1f9)+o);if(v[U(0x1e6)](q))b[o]=v;else{Log[U(0x1d0)](U(0x1ea)+o+':\x20'+v);throw new UsageError();}}else{const w=await Actions[U(0x215)](U(0x1f9)+o);b[o]=w;}}}}else{const x=j[o];if(p&&!p['includes'](x)){Log['error']('Invalid\x20value\x20for\x20'+o+':\x20'+x);throw new UsageError();}}}}let k=this['formatToNamedParam'](f),l=b;if(k&&Object[U(0x1f0)](k)?.[U(0x213)]>0x0){k=k[U(0x1df)](i||[]),k[U(0x1eb)]({'name':U(0x1ca),'hidden':!![]}),k[U(0x1eb)]({'name':U(0x21e),'boolFlag':!![]}),k[U(0x1eb)]({'name':U(0x1e7),'hidden':!![]}),k['push']({'name':U(0x1fe),'hidden':!![]}),k[U(0x1eb)]({'name':'root','hidden':!![]}),k[U(0x1eb)]({'name':'config','hidden':!![]}),l=this[U(0x205)](b,k);for(const y of k){const {name:z,values:A}=y,B=l[z];if(B!==undefined&&(!A||!A[U(0x1e1)](B))){const C=A;if(C){const D=await Actions['options']({'type':U(0x1d3),'name':z,'message':U(0x1fa)+z,'choices':A});l[z]=D[z];}}if(k[U(0x213)]>0x0)for(const E of Object[U(0x1f0)](l)){const F=k['find'](G=>G['name']===E);if(!F){Log[U(0x1d0)](U(0x1e9)+E);throw new UsageError();}}}}if(e&&e?.[U(0x213)]>0x0)for(const G of e){if(!e[U(0x1e1)](G)){Log[U(0x1d0)](U(0x1f3)+G);const H=await Actions['ask'](U(0x1cc)+G);a[a['indexOf'](G)]=H;}}return Object['assign'](j,l);}async['validateMakaSubscription'](a){const V=a126L;try{if(!a)return;const b=await this['fsi']['getPro']();!b&&(Log[V(0x1d0)](V(0x1ce)),process[V(0x203)](0x1));const c=!b?.[V(0x21a)][V(0x1e1)](V(0x218))&&!b?.[V(0x21a)][V(0x1e1)]('domainLicense');if(this[V(0x216)](a)){const d=V(0x1de)+a['name']+V(0x1e5);if(a[V(0x212)][V(0x1e3)])return;const f=b?.[V(0x209)]['includes'](a[V(0x1ec)])||b?.['proCommands'][V(0x1e1)](a['parent']||'')||this[V(0x212)]['isPro'];if(f&&c)throw d;}else{if(this[V(0x210)](a)){const g=b?.[V(0x20c)][V(0x1e1)](a[V(0x1ec)])||b?.[V(0x20c)]['includes'](a[V(0x1d5)]||'');if(g&&c)throw V(0x21b)+a['name']+V(0x1e5);}}}catch(h){Log[V(0x1d0)](h),process['exit'](0x1);}}[a126L(0x216)](a){const W=a126L;return W(0x212)in a;}[a126L(0x210)](a){const X=a126L;return!(X(0x212)in a);}[a126L(0x1d4)](){const Y=a126L;return this['options'][Y(0x1d4)]||this[Y(0x212)]['shortDesc']||Y(0x1f7);}[a126L(0x1ee)](){const Z=a126L;return this[Z(0x212)]['shortDesc']||Z(0x1e8);}['usage'](){const a0=a126L;return this[a0(0x212)][a0(0x1ff)]||a0(0x1d9);}['examples'](){const a1=a126L;return this[a1(0x212)][a1(0x1e0)]||[];}[a126L(0x211)](){const a2=a126L;return this[a2(0x212)][a2(0x211)]||a2(0x1cb);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x16a))/0x1+-parseInt(f(0x170))/0x2+parseInt(f(0x168))/0x3+parseInt(f(0x164))/0x4*(-parseInt(f(0x171))/0x5)+-parseInt(f(0x175))/0x6*(-parseInt(f(0x16c))/0x7)+-parseInt(f(0x16b))/0x8+-parseInt(f(0x174))/0x9*(parseInt(f(0x165))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x8045c));function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x163;let f=c[d];return f;},a127d(a,b);}const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a['toString']()[h(0x167)](h(0x169))[h(0x16d)]()[h(0x163)](a127a)['search'](h(0x169));});a127a();import a127e from'inquirer';function a127c(){const l=['constructor','372nMiTSe','510180ZufVTq','answer','search','3068742coQIZo','(((.+)+)+)+$','115537tFZxRO','570944rRNiwv','73626BQblKI','toString','ask','confirm','681696vAavic','1455jLRVnP','prompt','apply','27rMXtHk','120PvAkNh','options'];a127c=function(){return l;};return a127c();}export class Actions{static async[a127i(0x16e)](a,b){const j=a127i,{answer:c}=await a127e[j(0x172)]({'type':b?'password':'input','name':j(0x166),'message':a});return c;}static async[a127i(0x16f)](a,b=![]){const k=a127i,{answer:c}=await a127e[k(0x172)]({'type':k(0x16f),'name':k(0x166),'message':a,'default':b});return c;}static async[a127i(0x176)](a){const b=await a127e['prompt'](a);return b;}}
|