@maka/maka-cli 4.9.11 → 4.9.12
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/patreon.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/register.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/undo.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/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
- package/bundle/obf/src/templates/react/component/component.js +0 -0
- package/bundle/obf/src/templates/react/component/component.js.ts +0 -0
- package/bundle/obf/src/templates/react/hook/hook.js +0 -1
- package/bundle/obf/src/templates/react/hook/hook.js.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const a141i=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a141i=a141d;function a141c(){const n=['toString','1520589dFJaCl','1555OhTyav','includes','constructor','Invalid\x20value\x20for\x20','Please\x20choose\x20a\x20value\x20for\x20','validOpts','handleOptions','6054KlzlIe','11874929icovxu','(((.+)+)+)+$','handleRequiredOptions','requiredOpts','Please\x20choose\x20a\x20valid\x20value\x20for\x20','1639852ByuvZY','10jBzVJy','inputOpts','8QeJSDK','handleValidOptions','239508LyCTpa','ask','opts','string','3kNAsHZ','length','list','149963PGelrP','1344286RCKtZv','apply','search'];a141c=function(){return n;};return a141c();}function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a141d(a,b);}(function(a,b){const f=a141d,c=a();while(!![]){try{const d=-parseInt(f(0x1c6))/0x1+parseInt(f(0x1c7))/0x2+-parseInt(f(0x1c3))/0x3*(-parseInt(f(0x1ba))/0x4)+-parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1b4))/0x6)+parseInt(f(0x1cb))/0x7+parseInt(f(0x1bd))/0x8*(-parseInt(f(0x1bf))/0x9)+parseInt(f(0x1bb))/0xa*(-parseInt(f(0x1b5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x5729a));const a141b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a141d;if(c){const e=c[g(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a141a=a141b(this,function(){const h=a141d;return a141a['toString']()['search'](h(0x1b6))[h(0x1ca)]()[h(0x1ce)](a141a)[h(0x1c9)]('(((.+)+)+)+$');});a141a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a141i(0x1bc)];['opts'];['requiredOpts'];[a141i(0x1d1)];constructor(){const j=a141i;this[j(0x1bc)]=[],this[j(0x1c1)]={},this['requiredOpts']=[],this[j(0x1d1)]=[];}async[a141i(0x1b3)](a,b,c){const k=a141i;this[k(0x1bc)]=a,this[k(0x1b8)]=b,this['validOpts']=c,await this['handleRequiredOptions'](),await this['handleValidOptions']();}async[a141i(0x1b7)](){const l=a141i;if(this['requiredOpts']?.[l(0x1c4)]>0x0)for(const a of this[l(0x1b8)]){let b=!![];const {name:c,values:d}=typeof a===l(0x1c2)?{'name':a,'values':undefined}:a;if(!this['inputOpts'][l(0x1cd)](c)){const e=d?await Actions['options']({'type':l(0x1c5),'name':c,'message':l(0x1d0)+c,'choices':d}):await Actions[l(0x1c0)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this['opts'][c]=d?e[c]:e,b=d?d['includes'](this['opts'][c]):!![];}else b=d?d[l(0x1cd)](this[l(0x1c1)][c]):!![];if(!b)throw new Error(l(0x1cf)+c+':\x20'+this[l(0x1c1)][c]);}}async[a141i(0x1be)](){const m=a141i;if(this['validOpts']?.['length']>0x0)for(const a of this[m(0x1d1)]){const {name:b,values:c}=typeof a===m(0x1c2)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions['options']({'type':m(0x1c5),'name':b,'message':m(0x1b9)+b,'choices':c}):await Actions[m(0x1c0)]('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0x1c1)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-
|
|
1
|
+
function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x77;let f=c[d];return f;},a142d(a,b);}const a142h=a142d;(function(a,b){const f=a142d,c=a();while(!![]){try{const d=parseInt(f(0x80))/0x1*(parseInt(f(0x85))/0x2)+parseInt(f(0x88))/0x3+parseInt(f(0x7c))/0x4*(-parseInt(f(0x8f))/0x5)+parseInt(f(0x7f))/0x6+parseInt(f(0x77))/0x7+parseInt(f(0x93))/0x8*(parseInt(f(0x92))/0x9)+-parseInt(f(0x7d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0x77755));const a142b=(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;};}()),a142a=a142b(this,function(){const g=a142d;return a142a[g(0x89)]()['search'](g(0x78))[g(0x89)]()[g(0x82)](a142a)[g(0x7e)](g(0x78));});function a142c(){const m=['lastLoggedProgress','win32','25oGbLQG','total','singleLine','3394341wLYoYw','16qqRslx','current','repeat','round','5456185lmYHps','(((.+)+)+)+$','colors','draw','complete','504276ZHbPCT','28309890lqFysP','search','5153238qvvpOv','73774zcmjeK','dlMessage','constructor','width','singleLineSuccess','26ovyaYd',':\x20[','min','1796841llRyKZ','toString','success','majestic','graphic'];a142c=function(){return m;};return a142c();}a142a();import{Log}from'../log/log.class.js';const isWin=process['platform']===a142h(0x8e),downArrow=isWin?'<':'↓';export class Progress{[a142h(0x90)];[a142h(0x94)];[a142h(0x83)];['lastLoggedProgress'];[a142h(0x81)];['graphic'];constructor(a,b='Downloading',c=downArrow){const i=a142h;this[i(0x90)]=a,this[i(0x94)]=0x0,this[i(0x83)]=0x28,this['lastLoggedProgress']=0x0,this[i(0x81)]=b,this[i(0x8c)]=Log['colors'][i(0x8b)](c);}['update'](a){const j=a142h;this[j(0x94)]+=a,this[j(0x7a)]();}[a142h(0x7b)](){const k=a142h;this[k(0x94)]=this[k(0x90)],this[k(0x7a)](),Log[k(0x84)]('');}[a142h(0x7a)](){const l=a142h,a=Math[l(0x87)](0x64,Math[l(0x96)](this[l(0x94)]/this[l(0x90)]*0x64));if(a!==this[l(0x8d)]){this['lastLoggedProgress']=a;const b=Math['round'](a/0x64*this['width']),c=this['width']-b,d=''+Log[l(0x79)][l(0x8a)]('█')['repeat'](b)+'░'[l(0x95)](c),e=this[l(0x8c)]+'\x20'+this[l(0x81)]+l(0x86)+d+']\x20'+a+'%';Log[l(0x91)](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a143l=a143d;function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x128;let f=c[d];return f;},a143d(a,b);}(function(a,b){const j=a143d,c=a();while(!![]){try{const d=parseInt(j(0x130))/0x1*(-parseInt(j(0x145))/0x2)+-parseInt(j(0x141))/0x3*(-parseInt(j(0x132))/0x4)+parseInt(j(0x138))/0x5+parseInt(j(0x12c))/0x6+-parseInt(j(0x129))/0x7*(parseInt(j(0x131))/0x8)+-parseInt(j(0x133))/0x9+-parseInt(j(0x13a))/0xa*(-parseInt(j(0x13b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x522a7));const a143b=(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;};}()),a143a=a143b(this,function(){const k=a143d;return a143a[k(0x142)]()[k(0x128)](k(0x140))[k(0x142)]()[k(0x144)](a143a)[k(0x128)](k(0x140));});a143a();import{spawn}from'child_process';function a143c(){const s=['10EFhcQF','1657381oWVSpM','close','log','success','data','(((.+)+)+)+$','531930NbVWba','toString','withSpinner','constructor','483322guxWjE','search','7XqYnaN','cwd','inherit','2922654WRibcs','kill','SIGINT','ignore','1VCNlta','1228352tBbRFZ','4AgPATV','4105404rJzLgW','message','verbose','error','disconnect','1864110phTgKP','start'];a143c=function(){return s;};return a143c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a143l(0x143)](a,b,c){return new Promise((d,e)=>{const m=a143d,f=Log['withSpinner'](),g=c?.[m(0x12a)]||'.';c?.['message']&&f[m(0x139)](c?.[m(0x134)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0x135)]?m(0x12b):m(0x12f)});process['on'](m(0x12e),()=>{const n=m,i=h['pid'];i&&process[n(0x12d)](i);}),h['on'](m(0x13f),i=>{const o=m;console[o(0x13d)](i);}),h['on'](m(0x137),()=>{const p=m;c?.['message']&&f[p(0x13e)](),d();}),h['on'](m(0x13c),()=>{const q=m;c?.[q(0x134)]&&f[q(0x13e)](),d();}),h['on'](m(0x136),()=>{const r=m;c?.[r(0x134)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a144d,c=a();while(!![]){try{var d=parseInt(f(0x1bc))/0x1+parseInt(f(0x1c9))/0x2*(-parseInt(f(0x1c2))/0x3)+-parseInt(f(0x1be))/0x4+-parseInt(f(0x1bd))/0x5+-parseInt(f(0x1c6))/0x6*(-parseInt(f(0x1bb))/0x7)+-parseInt(f(0x1bf))/0x8*(-parseInt(f(0x1c5))/0x9)+parseInt(f(0x1c0))/0xa*(-parseInt(f(0x1c4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x1ed65));function a144c(){var i=['18GuLyKi','toString','7YMJuPA','91667CbCkkT','215840vJcIPk','565588PzIHsw','1752uzLQta','140rtMrgC','constructor','21858eniRVO','apply','12386sMDFDc','4068jNDHVe','1209342TsbxRM','search','(((.+)+)+)+$'];a144c=function(){return i;};return a144c();}var a144b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a144d;if(c){var e=c[g(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a144a=a144b(this,function(){var h=a144d;return a144a[h(0x1ba)]()[h(0x1c7)](h(0x1c8))[h(0x1ba)]()[h(0x1c1)](a144a)[h(0x1c7)](h(0x1c8));});function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a144d(a,b);}a144a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a145p=a145d;(function(a,b){const m=a145d,c=a();while(!![]){try{const d=-parseInt(m(0x93))/0x1*(parseInt(m(0xa8))/0x2)+-parseInt(m(0xb9))/0x3+parseInt(m(0xb7))/0x4*(parseInt(m(0x94))/0x5)+parseInt(m(0xb3))/0x6+parseInt(m(0xa3))/0x7*(-parseInt(m(0xb2))/0x8)+-parseInt(m(0xa6))/0x9*(-parseInt(m(0x9e))/0xa)+parseInt(m(0xb0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0x9032f));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a145d;if(c){const e=c[n(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const o=a145d;return a145a['toString']()[o(0xb8)]('(((.+)+)+)+$')[o(0xa5)]()[o(0xb1)](a145a)['search'](o(0xad));});a145a();function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x8f;let f=c[d];return f;},a145d(a,b);}import a145e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a145c(){const x=['host','7qVigYv','43735TcVQiQ','user','success','dest','scp','message','source','failure','env','error','138780jYMnuU','push','pem','sshSync','verbose','3527713PjHGYM','ping','toString','171dmdgFa','port','60442pzsIYD','sshVerbose','close','tty','apply','(((.+)+)+)+$','concat','join','5558091oyOGoU','constructor','16OsixQU','6049632FwUGuD','ConnectTimeout=2','disconnect','2>&1','476HpiAfm','search','3024072QXgfsr','ssh','start','withSpinner','ignore','inherit'];a145c=function(){return x;};return a145c();}export class SSH{static [a145p(0xba)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a145d,f=b[q(0x95)]+'@'+b['host'],g=a145e['join'](b['env'],b[q(0xa0)]),h=c?.[q(0xab)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[q(0x9f)]('-t');i&&j[q(0x9f)]('-v');j=j[q(0xae)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0xa7)],f,a]);const k=Log[q(0x8f)]();c?.[q(0x99)]&&k[q(0xbb)](c?.[q(0x99)]);const l=spawn(q(0xba),j,{'stdio':c?.['verbose']?'inherit':'ignore'});l['on'](q(0xb5),()=>{const r=q;c?.[r(0x99)]&&k[r(0x96)](),d();}),l['on'](q(0xaa),()=>{const s=q;c?.['message']&&k[s(0x96)](),d();}),l['on'](q(0x9d),()=>{const t=q;c?.[t(0x99)]&&k[t(0x9b)](),e();});});};static [a145p(0xa1)]=(a,b,c)=>{const u=a145p,d=b[u(0x95)]+'@'+b[u(0x92)],e=a145e[u(0xaf)](b[u(0x9c)],b[u(0xa0)]),f=c?.[u(0xab)]||![],g=c?.[u(0xa9)]||![];let h=[];f&&h[u(0x9f)]('-t'),g&&h[u(0x9f)]('-v'),h=h[u(0xae)](['-o',u(0xb4),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0xba),h,{'stdio':c?.[u(0xa2)]?'inherit':'ignore'});};static[a145p(0xa4)](a,b,c){const v=a145p,d=b[v(0x95)]+'@'+b[v(0x92)],e=a145e[v(0xaf)](b[v(0x9c)],b[v(0xa0)]),f=c?.[v(0xab)]||![];let g=[];f&&g[v(0x9f)]('-t');g=g[v(0xae)](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a,v(0xb6)]);const h='ssh\x20'+g['join']('\x20');return execSync(h)[v(0xa5)]();}static[a145p(0x98)](a,b){const w=a145p,c=b['user']+'@'+b['host']+':'+a[w(0x97)],d=a145e[w(0xaf)](b[w(0x9c)],b[w(0xa0)]),e=['-i',d,'-P',b[w(0xa7)],a[w(0x9a)],c];spawnSync('scp',e,{'stdio':a[w(0xa2)]?w(0x91):w(0x90)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a146d,c=a();while(!![]){try{var d=-parseInt(f(0xbe))/0x1+parseInt(f(0xbf))/0x2+-parseInt(f(0xc3))/0x3+parseInt(f(0xc4))/0x4+-parseInt(f(0xc1))/0x5+-parseInt(f(0xbb))/0x6+-parseInt(f(0xbc))/0x7*(-parseInt(f(0xc2))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xe33fa));function a146d(a,b){var c=a146c();return a146d=function(d,e){d=d-0xba;var f=c[d];return f;},a146d(a,b);}var a146b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a146d;if(c){var e=c[g(0xc5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){var h=a146d;return a146a[h(0xba)]()[h(0xc0)]('(((.+)+)+)+$')['toString']()[h(0xbd)](a146a)[h(0xc0)]('(((.+)+)+)+$');});a146a();export{};function a146c(){var i=['4074375MbpFEy','4215772OEzjeh','apply','toString','7335000gnTQkG','49QMOsey','constructor','1176140ZISTFX','2933492AJWguy','search','2830620ZlRTop','3123440cOFfIV'];a146c=function(){return i;};return a146c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=-parseInt(f(0x13e))/0x1*(parseInt(f(0x11f))/0x2)+-parseInt(f(0x121))/0x3+parseInt(f(0x11d))/0x4*(-parseInt(f(0x136))/0x5)+-parseInt(f(0x137))/0x6*(-parseInt(f(0x13a))/0x7)+parseInt(f(0x13d))/0x8*(-parseInt(f(0x124))/0x9)+-parseInt(f(0x130))/0xa+-parseInt(f(0x12a))/0xb*(-parseInt(f(0x128))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xc02b5));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a['toString']()[h(0x11e)](h(0x13b))['toString']()[h(0x126)](a147a)[h(0x11e)]('(((.+)+)+)+$');});function a147c(){const l=['-new','-keyout','openssl.conf','push','-x509','4577750PxsuRm','-key','-nodes','cwd','keyName','csrName','3637715bBPwzn','267636zarpuY','openssl','apply','14tXppZK','(((.+)+)+)+$','crtName','2674104mjkAmI','762049YouEbV','genCSR','-config','4bdwaNZ','search','2ooJomb','req','2813079OLOYMZ','useConfig','-newkey','9myotzx','inherit','constructor','genSSC','48lyrgcJ','-out','10772399SuCOdI'];a147c=function(){return l;};return a147c();}function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0x11c;let f=c[d];return f;},a147d(a,b);}a147a();import{spawnSync}from'child_process';export class SSL{static[a147i(0x13f)](a){const j=a147i,b=a[j(0x133)]?a[j(0x133)]:process[j(0x133)](),c=['req',j(0x12b),j(0x123),'rsa:2048',j(0x132),j(0x12c),a[j(0x134)],'-out',a[j(0x135)]];a['useConfig']&&(c['push'](j(0x11c)),c['push'](j(0x12d))),a[j(0x122)]?spawnSync('openssl',c,{'cwd':b}):spawnSync(j(0x138),c,{'stdio':j(0x125),'cwd':b});}static[a147i(0x127)](a){const k=a147i,b=a['cwd']?a[k(0x133)]:process[k(0x133)](),c=[k(0x120),k(0x12f),k(0x12b),k(0x131),a[k(0x134)],k(0x129),a[k(0x13c)]];a[k(0x122)]&&(c[k(0x12e)](k(0x11c)),c[k(0x12e)]('openssl.conf')),a[k(0x122)]?spawnSync(k(0x138),c,{'cwd':b}):spawnSync(k(0x138),c,{'stdio':k(0x125),'cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
File without changes
|