@treasuredata/tdx 0.4.3 → 0.4.4
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/dist/build-info.json +2 -2
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/client/cdp-api-client.js +1 -1
- package/dist/client/engage-api-client.d.ts +57 -0
- package/dist/client/engage-api-client.d.ts.map +1 -0
- package/dist/client/engage-api-client.js +1 -0
- package/dist/client/engage-api-client.js.map +1 -0
- package/dist/client/http-client.js +1 -1
- package/dist/client/llm-api-client.js +1 -1
- package/dist/client/rate-limiter.js +1 -1
- package/dist/client/td-api-client.js +1 -1
- package/dist/client/trino-api-client.js +1 -1
- package/dist/client/workflow-client.js +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/context-command.js +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-command.d.ts +69 -0
- package/dist/commands/engage-command.d.ts.map +1 -0
- package/dist/commands/engage-command.js +1 -0
- package/dist/commands/engage-command.js.map +1 -0
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/llm-proxy.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-pwd-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/credential-cache.js +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/keychain.js +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/index.js +1 -1
- package/dist/proxy/anthropic-adapter.js +1 -1
- package/dist/proxy/server.js +1 -1
- package/dist/proxy/session-cache.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/engage.d.ts +152 -0
- package/dist/sdk/engage.d.ts.map +1 -0
- package/dist/sdk/engage.js +1 -0
- package/dist/sdk/engage.js.map +1 -0
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.d.ts +7 -0
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/llm.js +1 -1
- package/dist/sdk/query.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/workflow.js +1 -1
- package/dist/types/endpoints.d.ts +4 -0
- package/dist/types/endpoints.d.ts.map +1 -1
- package/dist/types/endpoints.js +1 -1
- package/dist/types/endpoints.js.map +1 -1
- package/dist/types/engage.d.ts +340 -0
- package/dist/types/engage.d.ts.map +1 -0
- package/dist/types/engage.js +1 -0
- package/dist/types/engage.js.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -1
- package/dist/utils/agent-ref-parser.js +1 -1
- package/dist/utils/chat-cache.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/command-output.js +1 -1
- package/dist/utils/constants.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/format-detector.js +1 -1
- package/dist/utils/formatters.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/llm-backup-utils.js +1 -1
- package/dist/utils/model-aliases.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/port.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/segment-path-parser.js +1 -1
- package/dist/utils/segment-ref-parser.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sql-parser.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/tree-formatter.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/dist/utils/workflow-utils.js +1 -1
- package/package.json +1 -1
package/dist/utils/formatters.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xa23c73,_0x249cf1){const _0x21942c=a70_0x5b6f,_0x33df07=_0xa23c73();while(!![]){try{const _0x4510a0=parseInt(_0x21942c(0xed))/0x1*(-parseInt(_0x21942c(0xe9))/0x2)+-parseInt(_0x21942c(0x101))/0x3+-parseInt(_0x21942c(0xec))/0x4+-parseInt(_0x21942c(0xf5))/0x5*(parseInt(_0x21942c(0xe6))/0x6)+-parseInt(_0x21942c(0xf1))/0x7*(-parseInt(_0x21942c(0xdd))/0x8)+-parseInt(_0x21942c(0xd2))/0x9+parseInt(_0x21942c(0xe4))/0xa*(parseInt(_0x21942c(0xd4))/0xb);if(_0x4510a0===_0x249cf1)break;else _0x33df07['push'](_0x33df07['shift']());}catch(_0x60f64a){_0x33df07['push'](_0x33df07['shift']());}}}(a70_0x372d,0x3b06d));import{centerAlign,stringWidth,padEnd,padStart}from'./string-utils.js';import{colorBorder,colorType,colorizeJSON,colorizeJSONCompact,shouldUseColor}from'./colors.js';const DEFAULT_MAX_DISPLAY_ROWS=0x28;function getTerminalWidth(){const _0x417f1f=a70_0x5b6f;return process[_0x417f1f(0xf2)]['columns']||Infinity;}export function formatAsTable(_0x192534,_0x5dea15=DEFAULT_MAX_DISPLAY_ROWS,_0x39df72=![],_0x5473d2={}){const _0x10b1bb=a70_0x5b6f;if(_0x192534[_0x10b1bb(0xfb)][_0x10b1bb(0xe3)]===0x0)return'No\x20rows\x20returned';const _0x2e1a93=_0x192534[_0x10b1bb(0xe1)][_0x10b1bb(0xde)](_0x305192=>_0x305192[_0x10b1bb(0xd7)]),_0x2eb3b6=_0x192534['columns'][_0x10b1bb(0xde)](_0x373e55=>simplifyType(_0x373e55['type'])),_0x3ceab6=_0x192534['data'][_0x10b1bb(0xd8)](0x0,_0x5dea15),_0xe00314=_0x192534[_0x10b1bb(0xfb)]['length'],_0xc60599=_0xe00314>_0x5dea15,_0x438ab9=[],_0x589daa=getTerminalWidth(),_0x526c42=_0x589daa!==Infinity,_0x5eb05d=0x32;let _0x25a6ee=_0x2e1a93[_0x10b1bb(0xde)]((_0x40e722,_0x5b89a6)=>{const _0x1da91d=_0x10b1bb,_0x56dbf5=stringWidth(_0x2eb3b6[_0x5b89a6]),_0x3f83fa=Math[_0x1da91d(0xf4)](..._0x3ceab6['map'](_0x2ce99c=>{const _0x256bee=_0x2ce99c[_0x40e722];return stringWidth(formatValue(_0x256bee));})),_0x20ead8=Math[_0x1da91d(0xf4)](stringWidth(_0x40e722),_0x56dbf5,_0x3f83fa);return _0x39df72?_0x20ead8:Math[_0x1da91d(0xfc)](_0x20ead8,_0x5eb05d);});if(_0x526c42&&!_0x39df72&&_0x2e1a93['length']>0x0){const _0x4fa4e5=_0x789665=>{let _0x8374b0=0x1;for(const _0x360a80 of _0x789665){_0x8374b0+=_0x360a80+0x3;}return _0x8374b0+0x1;};let _0x401e33=_0x4fa4e5(_0x25a6ee);if(_0x401e33>_0x589daa){const _0x468f3c=0x3;for(let _0x2b1035=_0x25a6ee[_0x10b1bb(0xe3)]-0x1;_0x2b1035>=0x0;_0x2b1035--){_0x401e33=_0x4fa4e5(_0x25a6ee);if(_0x401e33<=_0x589daa)break;const _0x599892=_0x25a6ee[_0x2b1035],_0x577a08=_0x401e33-_0x589daa,_0x1dff47=_0x599892-_0x468f3c,_0x4e8fa0=Math['min'](_0x577a08,_0x1dff47);_0x4e8fa0>0x0&&(_0x25a6ee[_0x2b1035]=_0x599892-_0x4e8fa0);}}}const _0x1c61da=_0x2e1a93,_0x338eee=_0x2eb3b6,_0x1da39e=_0x25a6ee,_0x3bf60a=_0x25a6ee;_0x438ab9[_0x10b1bb(0xcf)](colorBorder('┌'+_0x3bf60a[_0x10b1bb(0xde)](_0x7338c=>'─'[_0x10b1bb(0xd0)](_0x7338c+0x2))[_0x10b1bb(0xff)]('┬')+'┐',_0x5473d2));const _0x1ecb3f=_0x1c61da[_0x10b1bb(0xde)]((_0x5ce268,_0x7c846)=>centerAlign(_0x5ce268,_0x1da39e[_0x7c846]));_0x438ab9[_0x10b1bb(0xcf)](colorBorder('│',_0x5473d2)+'\x20'+_0x1ecb3f[_0x10b1bb(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2));const _0x367a48=_0x338eee[_0x10b1bb(0xde)]((_0x3283da,_0x23661b)=>colorType(centerAlign(_0x3283da,_0x1da39e[_0x23661b]),_0x5473d2));_0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0x367a48[_0x10b1bb(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2)),_0x438ab9['push'](colorBorder('├'+_0x3bf60a[_0x10b1bb(0xde)](_0x14cc9a=>'─'[_0x10b1bb(0xd0)](_0x14cc9a+0x2))[_0x10b1bb(0xff)]('┼')+'┤',_0x5473d2));const _0xb7a700=(_0x5e0268,_0x49830b)=>{const _0x3f056d=_0x10b1bb,_0x508fe9=stringWidth(_0x5e0268);if(_0x508fe9<=_0x49830b)return _0x5e0268;let _0x40ff43=_0x5e0268;while(stringWidth(_0x40ff43+'…')>_0x49830b&&_0x40ff43[_0x3f056d(0xe3)]>0x0){_0x40ff43=_0x40ff43[_0x3f056d(0xd8)](0x0,-0x1);}return _0x40ff43+'…';};_0x3ceab6[_0x10b1bb(0xd5)](_0x4c083=>{const _0x15204f=_0x10b1bb,_0x2710bb=_0x2e1a93[_0x15204f(0xde)]((_0x435509,_0x54ea28)=>{const _0x452b16=_0x15204f,_0x40dbb6=_0x4c083[_0x435509],_0x140032=formatValue(_0x40dbb6),_0x3c7952=_0x1da39e[_0x54ea28],_0x3351e5=_0xb7a700(_0x140032,_0x3c7952),_0x59d24f=typeof _0x40dbb6===_0x452b16(0xeb)||typeof _0x40dbb6===_0x452b16(0xfa)&&/^-?\d+$/[_0x452b16(0xdb)](_0x40dbb6);return _0x59d24f?padStart(_0x3351e5,_0x3c7952):padEnd(_0x3351e5,_0x3c7952);});_0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0x2710bb[_0x15204f(0xff)]('\x20'+colorBorder('│',_0x5473d2)+'\x20')+'\x20'+colorBorder('│',_0x5473d2));});const _0x3c3798=_0x3bf60a[_0x10b1bb(0xf6)]((_0x4513a4,_0x1d56ca)=>_0x4513a4+_0x1d56ca+0x3,-0x1);_0x438ab9[_0x10b1bb(0xcf)](colorBorder('├'+_0x3bf60a[_0x10b1bb(0xde)](_0x200a68=>'─'[_0x10b1bb(0xd0)](_0x200a68+0x2))[_0x10b1bb(0xff)]('┴')+'┤',_0x5473d2));let _0x4dba6b;_0xc60599?_0x4dba6b=_0xe00314+'\x20rows\x20('+_0x5dea15+_0x10b1bb(0xe5):_0x4dba6b=_0xe00314+_0x10b1bb(0xd1)+(_0xe00314===0x1?'':'s');const _0xd2025a=_0x4dba6b[_0x10b1bb(0xf9)](_0x3c3798-0x2);return _0x438ab9['push'](colorBorder('│',_0x5473d2)+'\x20'+_0xd2025a+'\x20'+colorBorder('│',_0x5473d2)),_0x438ab9[_0x10b1bb(0xcf)](colorBorder('└'+'─'[_0x10b1bb(0xd0)](_0x3c3798)+'┘',_0x5473d2)),_0x438ab9['join']('\x0a');}function simplifyType(_0x4e595a){const _0x3019be=a70_0x5b6f,_0x3bce87={'varchar':'string','bigint':_0x3019be(0xee),'integer':_0x3019be(0x104),'double':'double','boolean':_0x3019be(0x102),'date':_0x3019be(0xdc),'timestamp':_0x3019be(0xfd),'array':_0x3019be(0x103),'map':'map','row':_0x3019be(0xf3)},_0xef643=_0x4e595a[_0x3019be(0x100)]();for(const [_0x11a4ee,_0x196be6]of Object[_0x3019be(0xd3)](_0x3bce87)){if(_0xef643[_0x3019be(0xd9)](_0x11a4ee))return _0x196be6;}return _0x4e595a[_0x3019be(0xe3)]>0xa?_0x4e595a['substring'](0x0,0xa):_0x4e595a;}export function formatAsJSON(_0x2c3363,_0x58611c={}){const _0x50f325=a70_0x5b6f;if(_0x2c3363[_0x50f325(0xfb)][_0x50f325(0xe3)]===0x0)return'[]';if(shouldUseColor(_0x58611c))return colorizeJSON(_0x2c3363[_0x50f325(0xfb)],_0x58611c);const _0x3bd5d4=_0x2c3363[_0x50f325(0xfb)][_0x50f325(0xde)](_0x58ad92=>'\x20\x20'+JSON[_0x50f325(0xfe)](_0x58ad92));return'[\x0a'+_0x3bd5d4[_0x50f325(0xff)](',\x0a')+'\x0a]';}export function formatAsJSONL(_0x74d512,_0x1d64f6={}){const _0x5dfde7=a70_0x5b6f;if(_0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xe3)]===0x0)return'';if(shouldUseColor(_0x1d64f6))return _0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xde)](_0xbfa44a=>colorizeJSONCompact(_0xbfa44a,_0x1d64f6))[_0x5dfde7(0xff)]('\x0a');return _0x74d512[_0x5dfde7(0xfb)][_0x5dfde7(0xde)](_0x142eee=>JSON[_0x5dfde7(0xfe)](_0x142eee))['join']('\x0a');}export function formatAsTSV(_0x1a02f4){const _0x3d463c=a70_0x5b6f;if(_0x1a02f4[_0x3d463c(0xfb)]['length']===0x0)return'';const _0x310df6=[],_0x440765=_0x1a02f4[_0x3d463c(0xe1)][_0x3d463c(0xde)](_0x12eac6=>_0x12eac6['name']);return _0x310df6[_0x3d463c(0xcf)](_0x440765[_0x3d463c(0xff)]('\x09')),_0x1a02f4[_0x3d463c(0xfb)][_0x3d463c(0xd5)](_0x5e4faf=>{const _0xedb28a=_0x3d463c,_0x5b3a31=_0x440765[_0xedb28a(0xde)](_0x55d9b9=>{const _0x560e20=_0x5e4faf[_0x55d9b9];return formatValueForTSV(_0x560e20);});_0x310df6['push'](_0x5b3a31[_0xedb28a(0xff)]('\x09'));}),_0x310df6[_0x3d463c(0xff)]('\x0a');}function formatValue(_0x59766d){const _0x5ee310=a70_0x5b6f;if(_0x59766d===null||_0x59766d===undefined)return'';if(typeof _0x59766d===_0x5ee310(0xfa)){const _0x398e4c=_0x59766d[_0x5ee310(0xea)](/\n/g,'\x5cn')[_0x5ee310(0xea)](/\r/g,'\x5cr')[_0x5ee310(0xea)](/\t/g,'\x5ct');return _0x398e4c;}if(typeof _0x59766d==='number')return String(_0x59766d);if(typeof _0x59766d==='boolean')return _0x59766d?_0x5ee310(0xdf):'false';if(_0x59766d instanceof Date)return _0x59766d[_0x5ee310(0xe0)]();if(typeof _0x59766d==='object')return JSON['stringify'](_0x59766d);return String(_0x59766d);}function formatValueForTSV(_0x5811eb){const _0x31eabd=a70_0x5b6f;if(_0x5811eb===null||_0x5811eb===undefined)return'';if(typeof _0x5811eb==='string')return _0x5811eb[_0x31eabd(0xea)](/\t/g,'\x5ct')['replace'](/\n/g,'\x5cn');if(typeof _0x5811eb==='number'||typeof _0x5811eb==='boolean')return String(_0x5811eb);if(_0x5811eb instanceof Date)return _0x5811eb['toISOString']();if(typeof _0x5811eb===_0x31eabd(0xe8))return JSON[_0x31eabd(0xfe)](_0x5811eb);return String(_0x5811eb);}export function formatQueryResult(_0x3b11ab,_0x57b899){const _0x3ebab7=a70_0x5b6f;switch(_0x57b899){case _0x3ebab7(0xda):return formatAsTable(_0x3b11ab);case'json':return formatAsJSON(_0x3b11ab);case'jsonl':return formatAsJSONL(_0x3b11ab);case _0x3ebab7(0xe7):return formatAsTSV(_0x3b11ab);default:return formatAsJSON(_0x3b11ab);}}function a70_0x372d(){const _0x5087dd=['1iGbfbV','long','0\x20B','pow','2163497oiMMJa','stdout','row','max','425KMJkdh','reduce','toFixed','floor','padEnd','string','data','min','timestamp','stringify','join','toLowerCase','563703UgQEou','bool','array','int','push','repeat','\x20row','2754810FBvGCx','entries','691427DDNifH','forEach','toString','name','slice','startsWith','table','test','date','8AhgIZC','map','true','toISOString','columns','log','length','200DPyoWl','\x20shown)','894tCxkzp','tsv','object','852872AicKqk','replace','number','1565384OMjUXP'];a70_0x372d=function(){return _0x5087dd;};return a70_0x372d();}export function formatBytes(_0x36f4a0){const _0x4c3ace=a70_0x5b6f;if(_0x36f4a0===0x0)return _0x4c3ace(0xef);const _0x3dffe6=['B','KB','MB','GB','TB'],_0x493364=0x400,_0x4a3238=Math[_0x4c3ace(0xf8)](Math['log'](_0x36f4a0)/Math[_0x4c3ace(0xe2)](_0x493364)),_0x5110ae=_0x36f4a0/Math[_0x4c3ace(0xf0)](_0x493364,_0x4a3238),_0x45cba1=_0x5110ae>=0xa?0x1:0x2;return _0x5110ae['toFixed'](_0x45cba1)+'\x20'+_0x3dffe6[_0x4a3238];}function a70_0x5b6f(_0x52493f,_0x2cf682){const _0x372df7=a70_0x372d();return a70_0x5b6f=function(_0x5b6f13,_0x10030f){_0x5b6f13=_0x5b6f13-0xcf;let _0x1ce7dd=_0x372df7[_0x5b6f13];return _0x1ce7dd;},a70_0x5b6f(_0x52493f,_0x2cf682);}export function formatRows(_0x3243c5){const _0xb4c20=a70_0x5b6f;if(_0x3243c5==null)return'-';if(_0x3243c5===0x0)return'0';if(_0x3243c5<0x3e8)return _0x3243c5[_0xb4c20(0xd6)]();const _0x2e4acb=['','K','M','B','T'],_0x48a26a=0x3e8,_0x355cb5=Math[_0xb4c20(0xf8)](Math[_0xb4c20(0xe2)](_0x3243c5)/Math[_0xb4c20(0xe2)](_0x48a26a)),_0x3aa6e1=_0x3243c5/Math[_0xb4c20(0xf0)](_0x48a26a,_0x355cb5),_0x85551f=_0x3aa6e1>=0xa?0x1:0x2;return''+_0x3aa6e1[_0xb4c20(0xf7)](_0x85551f)+_0x2e4acb[_0x355cb5];}
|
|
1
|
+
(function(_0x26df9c,_0x26935){const _0xaccf26=a74_0x53a4,_0x4100f6=_0x26df9c();while(!![]){try{const _0xf7fd8a=-parseInt(_0xaccf26(0x16b))/0x1+-parseInt(_0xaccf26(0x168))/0x2+-parseInt(_0xaccf26(0x15b))/0x3+-parseInt(_0xaccf26(0x140))/0x4*(-parseInt(_0xaccf26(0x151))/0x5)+-parseInt(_0xaccf26(0x157))/0x6+parseInt(_0xaccf26(0x16a))/0x7+parseInt(_0xaccf26(0x158))/0x8;if(_0xf7fd8a===_0x26935)break;else _0x4100f6['push'](_0x4100f6['shift']());}catch(_0x2d9b21){_0x4100f6['push'](_0x4100f6['shift']());}}}(a74_0x5e89,0xaa4ec));import{centerAlign,stringWidth,padEnd,padStart}from'./string-utils.js';import{colorBorder,colorType,colorizeJSON,colorizeJSONCompact,shouldUseColor}from'./colors.js';const DEFAULT_MAX_DISPLAY_ROWS=0x28;function getTerminalWidth(){const _0x273134=a74_0x53a4;return process[_0x273134(0x147)][_0x273134(0x145)]||Infinity;}export function formatAsTable(_0x3973d6,_0x3e128f=DEFAULT_MAX_DISPLAY_ROWS,_0x12325b=![],_0x101414={}){const _0x2220f1=a74_0x53a4;if(_0x3973d6[_0x2220f1(0x14a)][_0x2220f1(0x14f)]===0x0)return _0x2220f1(0x166);const _0x4403f1=_0x3973d6[_0x2220f1(0x145)][_0x2220f1(0x15c)](_0x384b06=>_0x384b06['name']),_0x1524d8=_0x3973d6[_0x2220f1(0x145)][_0x2220f1(0x15c)](_0x3e4ad6=>simplifyType(_0x3e4ad6[_0x2220f1(0x13d)])),_0x40a725=_0x3973d6['data'][_0x2220f1(0x149)](0x0,_0x3e128f),_0x23a30=_0x3973d6[_0x2220f1(0x14a)][_0x2220f1(0x14f)],_0x3190c9=_0x23a30>_0x3e128f,_0x122c17=[],_0xe09033=getTerminalWidth(),_0x2e1fe0=_0xe09033!==Infinity,_0x583440=0x32;let _0x1feda5=_0x4403f1['map']((_0x28a7eb,_0x5071ed)=>{const _0x49ba89=_0x2220f1,_0xda931f=stringWidth(_0x1524d8[_0x5071ed]),_0x2d6916=Math[_0x49ba89(0x162)](..._0x40a725[_0x49ba89(0x15c)](_0x19b517=>{const _0x5aba3f=_0x19b517[_0x28a7eb];return stringWidth(formatValue(_0x5aba3f));})),_0xa456d3=Math['max'](stringWidth(_0x28a7eb),_0xda931f,_0x2d6916);return _0x12325b?_0xa456d3:Math[_0x49ba89(0x13f)](_0xa456d3,_0x583440);});if(_0x2e1fe0&&!_0x12325b&&_0x4403f1['length']>0x0){const _0x1293dc=_0x395c9e=>{let _0x167b33=0x1;for(const _0x1f23c7 of _0x395c9e){_0x167b33+=_0x1f23c7+0x3;}return _0x167b33+0x1;};let _0x52202f=_0x1293dc(_0x1feda5);if(_0x52202f>_0xe09033){const _0x19aaa2=0x3;for(let _0x32e1ce=_0x1feda5[_0x2220f1(0x14f)]-0x1;_0x32e1ce>=0x0;_0x32e1ce--){_0x52202f=_0x1293dc(_0x1feda5);if(_0x52202f<=_0xe09033)break;const _0x1a4071=_0x1feda5[_0x32e1ce],_0x113d17=_0x52202f-_0xe09033,_0x509959=_0x1a4071-_0x19aaa2,_0x250d9f=Math[_0x2220f1(0x13f)](_0x113d17,_0x509959);_0x250d9f>0x0&&(_0x1feda5[_0x32e1ce]=_0x1a4071-_0x250d9f);}}}const _0x400f05=_0x4403f1,_0x2ea573=_0x1524d8,_0x547088=_0x1feda5,_0x30f8af=_0x1feda5;_0x122c17[_0x2220f1(0x16d)](colorBorder('┌'+_0x30f8af[_0x2220f1(0x15c)](_0x2c4bef=>'─'[_0x2220f1(0x14e)](_0x2c4bef+0x2))['join']('┬')+'┐',_0x101414));const _0x5f4be0=_0x400f05[_0x2220f1(0x15c)]((_0x31b144,_0x29a49c)=>centerAlign(_0x31b144,_0x547088[_0x29a49c]));_0x122c17['push'](colorBorder('│',_0x101414)+'\x20'+_0x5f4be0[_0x2220f1(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414));const _0x21f23a=_0x2ea573[_0x2220f1(0x15c)]((_0x4a7a91,_0x3992b4)=>colorType(centerAlign(_0x4a7a91,_0x547088[_0x3992b4]),_0x101414));_0x122c17['push'](colorBorder('│',_0x101414)+'\x20'+_0x21f23a[_0x2220f1(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414)),_0x122c17[_0x2220f1(0x16d)](colorBorder('├'+_0x30f8af['map'](_0x916656=>'─'[_0x2220f1(0x14e)](_0x916656+0x2))[_0x2220f1(0x15e)]('┼')+'┤',_0x101414));const _0x2d4e3d=(_0x3b6450,_0x3ba41c)=>{const _0x308e28=_0x2220f1,_0x498da1=stringWidth(_0x3b6450);if(_0x498da1<=_0x3ba41c)return _0x3b6450;let _0x1b5c63=_0x3b6450;while(stringWidth(_0x1b5c63+'…')>_0x3ba41c&&_0x1b5c63[_0x308e28(0x14f)]>0x0){_0x1b5c63=_0x1b5c63[_0x308e28(0x149)](0x0,-0x1);}return _0x1b5c63+'…';};_0x40a725[_0x2220f1(0x15d)](_0x5a78b2=>{const _0xcfc2c4=_0x2220f1,_0x4abf24=_0x4403f1[_0xcfc2c4(0x15c)]((_0x48e62c,_0x1461b7)=>{const _0x4047bc=_0xcfc2c4,_0x40a1de=_0x5a78b2[_0x48e62c],_0x1d5fc4=formatValue(_0x40a1de),_0x5199ad=_0x547088[_0x1461b7],_0x37ccce=_0x2d4e3d(_0x1d5fc4,_0x5199ad),_0x5d5933=typeof _0x40a1de===_0x4047bc(0x14c)||typeof _0x40a1de===_0x4047bc(0x153)&&/^-?\d+$/[_0x4047bc(0x161)](_0x40a1de);return _0x5d5933?padStart(_0x37ccce,_0x5199ad):padEnd(_0x37ccce,_0x5199ad);});_0x122c17[_0xcfc2c4(0x16d)](colorBorder('│',_0x101414)+'\x20'+_0x4abf24[_0xcfc2c4(0x15e)]('\x20'+colorBorder('│',_0x101414)+'\x20')+'\x20'+colorBorder('│',_0x101414));});const _0x5ef954=_0x30f8af[_0x2220f1(0x150)]((_0x15df43,_0x5f4254)=>_0x15df43+_0x5f4254+0x3,-0x1);_0x122c17[_0x2220f1(0x16d)](colorBorder('├'+_0x30f8af[_0x2220f1(0x15c)](_0x2388ef=>'─'[_0x2220f1(0x14e)](_0x2388ef+0x2))['join']('┴')+'┤',_0x101414));let _0x528ad5;_0x3190c9?_0x528ad5=_0x23a30+_0x2220f1(0x163)+_0x3e128f+_0x2220f1(0x14b):_0x528ad5=_0x23a30+_0x2220f1(0x15a)+(_0x23a30===0x1?'':'s');const _0x9db4e6=_0x528ad5[_0x2220f1(0x141)](_0x5ef954-0x2);return _0x122c17[_0x2220f1(0x16d)](colorBorder('│',_0x101414)+'\x20'+_0x9db4e6+'\x20'+colorBorder('│',_0x101414)),_0x122c17[_0x2220f1(0x16d)](colorBorder('└'+'─'[_0x2220f1(0x14e)](_0x5ef954)+'┘',_0x101414)),_0x122c17[_0x2220f1(0x15e)]('\x0a');}function a74_0x53a4(_0x525b57,_0x3952fd){const _0x5e8930=a74_0x5e89();return a74_0x53a4=function(_0x53a43a,_0x5f0232){_0x53a43a=_0x53a43a-0x13d;let _0x5d39c6=_0x5e8930[_0x53a43a];return _0x5d39c6;},a74_0x53a4(_0x525b57,_0x3952fd);}function simplifyType(_0x33dac0){const _0x54c125=a74_0x53a4,_0x5590af={'varchar':_0x54c125(0x153),'bigint':_0x54c125(0x14d),'integer':_0x54c125(0x155),'double':'double','boolean':_0x54c125(0x144),'date':'date','timestamp':'timestamp','array':_0x54c125(0x152),'map':_0x54c125(0x15c),'row':'row'},_0x5d9b9a=_0x33dac0['toLowerCase']();for(const [_0x2e3dfb,_0x4087e3]of Object['entries'](_0x5590af)){if(_0x5d9b9a[_0x54c125(0x15f)](_0x2e3dfb))return _0x4087e3;}return _0x33dac0[_0x54c125(0x14f)]>0xa?_0x33dac0['substring'](0x0,0xa):_0x33dac0;}function a74_0x5e89(){const _0x444681=['test','max','\x20rows\x20(','pow','table','No\x20rows\x20returned','false','2079432fmgPYh','toISOString','2781779qHxxeN','688197bOnosH','jsonl','push','type','log','min','4523392NdZQSG','padEnd','name','toFixed','bool','columns','replace','stdout','0\x20B','slice','data','\x20shown)','number','long','repeat','length','reduce','5NFCVtj','array','string','json','int','stringify','5310834dOUJJX','16465360DUqDSd','tsv','\x20row','827349QxOoVc','map','forEach','join','startsWith','floor'];a74_0x5e89=function(){return _0x444681;};return a74_0x5e89();}export function formatAsJSON(_0x210184,_0x9be863={}){const _0x4f5c5f=a74_0x53a4;if(_0x210184[_0x4f5c5f(0x14a)][_0x4f5c5f(0x14f)]===0x0)return'[]';if(shouldUseColor(_0x9be863))return colorizeJSON(_0x210184[_0x4f5c5f(0x14a)],_0x9be863);const _0x2e0959=_0x210184[_0x4f5c5f(0x14a)]['map'](_0x4b7db1=>'\x20\x20'+JSON[_0x4f5c5f(0x156)](_0x4b7db1));return'[\x0a'+_0x2e0959[_0x4f5c5f(0x15e)](',\x0a')+'\x0a]';}export function formatAsJSONL(_0x416e88,_0x9cc222={}){const _0x3f3636=a74_0x53a4;if(_0x416e88['data'][_0x3f3636(0x14f)]===0x0)return'';if(shouldUseColor(_0x9cc222))return _0x416e88[_0x3f3636(0x14a)][_0x3f3636(0x15c)](_0x145b5d=>colorizeJSONCompact(_0x145b5d,_0x9cc222))[_0x3f3636(0x15e)]('\x0a');return _0x416e88[_0x3f3636(0x14a)][_0x3f3636(0x15c)](_0x34907d=>JSON['stringify'](_0x34907d))[_0x3f3636(0x15e)]('\x0a');}export function formatAsTSV(_0x21dae0){const _0x3ff25d=a74_0x53a4;if(_0x21dae0[_0x3ff25d(0x14a)][_0x3ff25d(0x14f)]===0x0)return'';const _0x2c5b07=[],_0x2dbfe0=_0x21dae0[_0x3ff25d(0x145)][_0x3ff25d(0x15c)](_0x44695f=>_0x44695f[_0x3ff25d(0x142)]);return _0x2c5b07[_0x3ff25d(0x16d)](_0x2dbfe0[_0x3ff25d(0x15e)]('\x09')),_0x21dae0[_0x3ff25d(0x14a)]['forEach'](_0x4d60f2=>{const _0x41dbbb=_0x3ff25d,_0x4a2911=_0x2dbfe0[_0x41dbbb(0x15c)](_0x2b15f3=>{const _0x4157a4=_0x4d60f2[_0x2b15f3];return formatValueForTSV(_0x4157a4);});_0x2c5b07[_0x41dbbb(0x16d)](_0x4a2911[_0x41dbbb(0x15e)]('\x09'));}),_0x2c5b07[_0x3ff25d(0x15e)]('\x0a');}function formatValue(_0x184d3e){const _0x16cbef=a74_0x53a4;if(_0x184d3e===null||_0x184d3e===undefined)return'';if(typeof _0x184d3e===_0x16cbef(0x153)){const _0x156059=_0x184d3e[_0x16cbef(0x146)](/\n/g,'\x5cn')[_0x16cbef(0x146)](/\r/g,'\x5cr')[_0x16cbef(0x146)](/\t/g,'\x5ct');return _0x156059;}if(typeof _0x184d3e===_0x16cbef(0x14c))return String(_0x184d3e);if(typeof _0x184d3e==='boolean')return _0x184d3e?'true':_0x16cbef(0x167);if(_0x184d3e instanceof Date)return _0x184d3e['toISOString']();if(typeof _0x184d3e==='object')return JSON['stringify'](_0x184d3e);return String(_0x184d3e);}function formatValueForTSV(_0x18dadc){const _0x274b9f=a74_0x53a4;if(_0x18dadc===null||_0x18dadc===undefined)return'';if(typeof _0x18dadc===_0x274b9f(0x153))return _0x18dadc[_0x274b9f(0x146)](/\t/g,'\x5ct')['replace'](/\n/g,'\x5cn');if(typeof _0x18dadc===_0x274b9f(0x14c)||typeof _0x18dadc==='boolean')return String(_0x18dadc);if(_0x18dadc instanceof Date)return _0x18dadc[_0x274b9f(0x169)]();if(typeof _0x18dadc==='object')return JSON[_0x274b9f(0x156)](_0x18dadc);return String(_0x18dadc);}export function formatQueryResult(_0x465487,_0x10199e){const _0x5ce0da=a74_0x53a4;switch(_0x10199e){case _0x5ce0da(0x165):return formatAsTable(_0x465487);case _0x5ce0da(0x154):return formatAsJSON(_0x465487);case _0x5ce0da(0x16c):return formatAsJSONL(_0x465487);case _0x5ce0da(0x159):return formatAsTSV(_0x465487);default:return formatAsJSON(_0x465487);}}export function formatBytes(_0x23a9c2){const _0x27c994=a74_0x53a4;if(_0x23a9c2===0x0)return _0x27c994(0x148);const _0x54b810=['B','KB','MB','GB','TB'],_0x30404d=0x400,_0x49c14b=Math[_0x27c994(0x160)](Math['log'](_0x23a9c2)/Math[_0x27c994(0x13e)](_0x30404d)),_0x4a885d=_0x23a9c2/Math[_0x27c994(0x164)](_0x30404d,_0x49c14b),_0x3c0c9a=_0x4a885d>=0xa?0x1:0x2;return _0x4a885d[_0x27c994(0x143)](_0x3c0c9a)+'\x20'+_0x54b810[_0x49c14b];}export function formatRows(_0x3b82e6){const _0x521294=a74_0x53a4;if(_0x3b82e6==null)return'-';if(_0x3b82e6===0x0)return'0';if(_0x3b82e6<0x3e8)return _0x3b82e6['toString']();const _0x334aa0=['','K','M','B','T'],_0x56dcca=0x3e8,_0x18c4bd=Math[_0x521294(0x160)](Math['log'](_0x3b82e6)/Math[_0x521294(0x13e)](_0x56dcca)),_0x1e6981=_0x3b82e6/Math['pow'](_0x56dcca,_0x18c4bd),_0x3029d9=_0x1e6981>=0xa?0x1:0x2;return''+_0x1e6981[_0x521294(0x143)](_0x3029d9)+_0x334aa0[_0x18c4bd];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4b58aa,_0xcdd24b){const _0x15858c=a75_0x5049,_0x37a554=_0x4b58aa();while(!![]){try{const _0x192a38=-parseInt(_0x15858c(0xba))/0x1+-parseInt(_0x15858c(0xbc))/0x2*(parseInt(_0x15858c(0xce))/0x3)+parseInt(_0x15858c(0xbd))/0x4+-parseInt(_0x15858c(0xc6))/0x5+parseInt(_0x15858c(0xcd))/0x6*(parseInt(_0x15858c(0xc4))/0x7)+parseInt(_0x15858c(0xb8))/0x8+parseInt(_0x15858c(0xb9))/0x9*(-parseInt(_0x15858c(0xc8))/0xa);if(_0x192a38===_0xcdd24b)break;else _0x37a554['push'](_0x37a554['shift']());}catch(_0x53424b){_0x37a554['push'](_0x37a554['shift']());}}}(a75_0x2777,0xebfd5));function a75_0x2777(){const _0x2b1cef=['8149096mzPYMK','1557SoshdD','401114FfcRvL','Permission\x20denied\x20reading\x20file:\x20','2Vlhbzt','1046628TynoOI','message','File\x20not\x20found:\x20','ENOENT','Invalid\x20JSON\x20string:\x20','parse','utf-8','1755089KWbyEx','\x27:\x20','1737705fAyhKk','PERMISSION_DENIED','19490lhlTnI','NOT_FOUND','INTERNAL','Invalid\x20JSON\x20in\x20file\x20\x27','INVALID_ARGUMENT','30MRktQo','1444452AZTsEI'];a75_0x2777=function(){return _0x2b1cef;};return a75_0x2777();}import{readFile}from'fs/promises';import{SDKError,ErrorCode}from'../sdk/errors.js';export async function loadJSON(_0xc32b14,_0x4bff8b){const _0x6a74ba=a75_0x5049;try{if(_0x4bff8b){const _0x516ffe=await readFile(_0xc32b14,_0x6a74ba(0xc3));try{return JSON[_0x6a74ba(0xc2)](_0x516ffe);}catch(_0x8f632a){throw new SDKError(ErrorCode[_0x6a74ba(0xcc)],_0x6a74ba(0xcb)+_0xc32b14+_0x6a74ba(0xc5)+(_0x8f632a instanceof Error?_0x8f632a[_0x6a74ba(0xbe)]:String(_0x8f632a)));}}else try{return JSON[_0x6a74ba(0xc2)](_0xc32b14);}catch(_0x582267){throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x6a74ba(0xc1)+(_0x582267 instanceof Error?_0x582267[_0x6a74ba(0xbe)]:String(_0x582267)));}}catch(_0x43188e){if(_0x43188e instanceof SDKError)throw _0x43188e;if(_0x43188e instanceof Error&&'code'in _0x43188e){const _0x15e617=_0x43188e;if(_0x15e617['code']===_0x6a74ba(0xc0))throw new SDKError(ErrorCode[_0x6a74ba(0xc9)],_0x6a74ba(0xbf)+_0xc32b14);else{if(_0x15e617['code']==='EACCES')throw new SDKError(ErrorCode[_0x6a74ba(0xc7)],_0x6a74ba(0xbb)+_0xc32b14);}}throw new SDKError(ErrorCode[_0x6a74ba(0xca)],'Failed\x20to\x20load\x20JSON:\x20'+(_0x43188e instanceof Error?_0x43188e[_0x6a74ba(0xbe)]:String(_0x43188e)));}}function a75_0x5049(_0x49edc6,_0x352a45){const _0x2777d0=a75_0x2777();return a75_0x5049=function(_0x5049f3,_0x125f1b){_0x5049f3=_0x5049f3-0xb8;let _0x585298=_0x2777d0[_0x5049f3];return _0x585298;},a75_0x5049(_0x49edc6,_0x352a45);}export async function loadJSONFromOptions(_0x4f72a7,_0x567dd2){const _0x12cefd=a75_0x5049;if(_0x4f72a7&&_0x567dd2)throw new SDKError(ErrorCode[_0x12cefd(0xcc)],'Cannot\x20specify\x20both\x20inline\x20JSON\x20and\x20file\x20path.\x20Use\x20one\x20or\x20the\x20other.');if(_0x4f72a7)return await loadJSON(_0x4f72a7,![]);if(_0x567dd2)return await loadJSON(_0x567dd2,!![]);return undefined;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a76_0x3e6a(){const _0x2a2efa=['1.0','13421331CtwjRI','get','targetKnowledgeBaseId','map','4550882BcsKBR','25455yNurVu','354rIAyIC','21258YDTXTJ','472WKgVDi','2jsYeQk','524NblVEc','attributes','3589150hzBAuG','52470kDuISJ','119104PxuNZa','targetAgentId','tools'];a76_0x3e6a=function(){return _0x2a2efa;};return a76_0x3e6a();}function a76_0x25dd(_0x39823a,_0x56ce56){const _0x3e6ac1=a76_0x3e6a();return a76_0x25dd=function(_0x25dd58,_0x120ae5){_0x25dd58=_0x25dd58-0xaf;let _0x57622b=_0x3e6ac1[_0x25dd58];return _0x57622b;},a76_0x25dd(_0x39823a,_0x56ce56);}(function(_0xff380c,_0x55617e){const _0x110179=a76_0x25dd,_0x38aa6d=_0xff380c();while(!![]){try{const _0x38d98c=parseInt(_0x110179(0xb7))/0x1*(-parseInt(_0x110179(0xb2))/0x2)+-parseInt(_0x110179(0xb0))/0x3*(parseInt(_0x110179(0xb3))/0x4)+parseInt(_0x110179(0xc0))/0x5*(parseInt(_0x110179(0xaf))/0x6)+-parseInt(_0x110179(0xbf))/0x7+parseInt(_0x110179(0xb1))/0x8*(parseInt(_0x110179(0xb6))/0x9)+parseInt(_0x110179(0xb5))/0xa+parseInt(_0x110179(0xbb))/0xb;if(_0x38d98c===_0x55617e)break;else _0x38aa6d['push'](_0x38aa6d['shift']());}catch(_0x4ea451){_0x38aa6d['push'](_0x38aa6d['shift']());}}}(a76_0x3e6a,0x80637));export function canCreateAgent(_0x276689,_0x559422){const _0x2a0623=a76_0x25dd;for(const _0x3f74f9 of _0x276689[_0x2a0623(0xb4)][_0x2a0623(0xb9)]){if(_0x3f74f9[_0x2a0623(0xb8)]&&!_0x559422['has'](_0x3f74f9[_0x2a0623(0xb8)]))return![];}return!![];}export function remapToolIds(_0x2a85c0,_0x4846ce,_0x4213f3){const _0x702cec=a76_0x25dd;return _0x2a85c0['map'](_0x2303bf=>({..._0x2303bf,'targetKnowledgeBaseId':_0x2303bf[_0x702cec(0xbd)]?_0x4846ce['get'](_0x2303bf[_0x702cec(0xbd)])||_0x2303bf['targetKnowledgeBaseId']:undefined,'targetAgentId':_0x2303bf['targetAgentId']?_0x4213f3[_0x702cec(0xbc)](_0x2303bf[_0x702cec(0xb8)])||_0x2303bf[_0x702cec(0xb8)]:undefined}));}export function remapVariableIds(_0x2a2197,_0x1b5974){const _0x21a9fb=a76_0x25dd;return _0x2a2197[_0x21a9fb(0xbe)](_0x3fe2d7=>({..._0x3fe2d7,'targetKnowledgeBaseId':_0x1b5974[_0x21a9fb(0xbc)](_0x3fe2d7['targetKnowledgeBaseId'])||_0x3fe2d7[_0x21a9fb(0xbd)]}));}export function isSupportedBackupVersion(_0x5b9c99){const _0x250763=a76_0x25dd;return _0x5b9c99===_0x250763(0xba);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a77_0x3694(_0xa61928,_0x4adc99){const _0x159d4b=a77_0x159d();return a77_0x3694=function(_0x36948a,_0x50efce){_0x36948a=_0x36948a-0x8a;let _0x2146a3=_0x159d4b[_0x36948a];return _0x2146a3;},a77_0x3694(_0xa61928,_0x4adc99);}const a77_0x47e361=a77_0x3694;(function(_0x1b5c8c,_0x535a92){const _0x3b35fa=a77_0x3694,_0x4787ca=_0x1b5c8c();while(!![]){try{const _0xabecc1=parseInt(_0x3b35fa(0x8f))/0x1+parseInt(_0x3b35fa(0x8c))/0x2*(parseInt(_0x3b35fa(0x91))/0x3)+-parseInt(_0x3b35fa(0x8e))/0x4+-parseInt(_0x3b35fa(0x8a))/0x5+parseInt(_0x3b35fa(0x8b))/0x6+-parseInt(_0x3b35fa(0x90))/0x7*(-parseInt(_0x3b35fa(0x8d))/0x8)+-parseInt(_0x3b35fa(0x94))/0x9;if(_0xabecc1===_0x535a92)break;else _0x4787ca['push'](_0x4787ca['shift']());}catch(_0x4d4830){_0x4787ca['push'](_0x4787ca['shift']());}}}(a77_0x159d,0x9a0fc));function a77_0x159d(){const _0x32c366=['2415662XLpgSc','42184clNyFA','4726564gQolhF','22158fPFeJN','350TJredR','3KYLFZX','toLowerCase','claude-4.5-sonnet','630288dACQnx','1185800FpYyyW','3757380JnTwHr'];a77_0x159d=function(){return _0x32c366;};return a77_0x159d();}const MODEL_ALIASES={'haiku':'claude-4.5-haiku','sonnet':a77_0x47e361(0x93)};export function extractModelAlias(_0x957fa1){const _0x56c62d=a77_0x47e361,_0x33db82=_0x957fa1['match'](/^claude-(?:\d+-)?(?:\d+-?)?(sonnet|haiku|opus)/i);if(_0x33db82)return _0x33db82[0x1][_0x56c62d(0x92)]();return _0x957fa1;}export function resolveModelAlias(_0x5113a4){const _0x186786=a77_0x47e361;return MODEL_ALIASES[_0x5113a4[_0x186786(0x92)]()]||_0x5113a4;}export function getModelAliases(){return{...MODEL_ALIASES};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3bf740,_0x3d9fb3){const _0x100d16=a78_0xc1c0,_0x37e9ed=_0x3bf740();while(!![]){try{const _0x41879c=parseInt(_0x100d16(0x7c))/0x1+-parseInt(_0x100d16(0x7f))/0x2*(-parseInt(_0x100d16(0x85))/0x3)+parseInt(_0x100d16(0x88))/0x4*(parseInt(_0x100d16(0x84))/0x5)+parseInt(_0x100d16(0x7d))/0x6+parseInt(_0x100d16(0x8b))/0x7*(parseInt(_0x100d16(0x87))/0x8)+-parseInt(_0x100d16(0x81))/0x9+-parseInt(_0x100d16(0x7b))/0xa;if(_0x41879c===_0x3d9fb3)break;else _0x37e9ed['push'](_0x37e9ed['shift']());}catch(_0x3da652){_0x37e9ed['push'](_0x37e9ed['shift']());}}}(a78_0xb133,0x4c6e8));export function validateLimitOption(_0x4e5609){const _0x48207e=a78_0xc1c0;if(!Number[_0x48207e(0x7e)](_0x4e5609))return{'isValid':![],'error':_0x48207e(0x86)+_0x4e5609+_0x48207e(0x82)};if(_0x4e5609<=0x0)return{'isValid':![],'error':_0x48207e(0x86)+_0x4e5609+_0x48207e(0x7a)};return{'isValid':!![],'value':_0x4e5609};}export function validateTimeoutOption(_0x16ecc9,_0x2b7577=0x1e){const _0x2c8630=a78_0xc1c0;if(_0x16ecc9===undefined)return{'isValid':!![],'value':_0x2b7577};const _0x12063b=typeof _0x16ecc9===_0x2c8630(0x8a)?_0x16ecc9:parseFloat(_0x16ecc9);if(isNaN(_0x12063b))return{'isValid':![],'error':_0x2c8630(0x89)+_0x16ecc9+_0x2c8630(0x83)};if(_0x12063b<=0x0)return{'isValid':![],'error':'Invalid\x20timeout\x20value:\x20'+_0x12063b+_0x2c8630(0x80)};return{'isValid':!![],'value':_0x12063b};}function a78_0xc1c0(_0x4fe6a0,_0x5ba1b6){const _0xb133cb=a78_0xb133();return a78_0xc1c0=function(_0xc1c083,_0x2ef70d){_0xc1c083=_0xc1c083-0x7a;let _0x44c7e4=_0xb133cb[_0xc1c083];return _0x44c7e4;},a78_0xc1c0(_0x4fe6a0,_0x5ba1b6);}function a78_0xb133(){const _0x1f1bca=['Invalid\x20limit\x20value:\x20','632AhLSSc','424352oKzwNl','Invalid\x20timeout\x20value:\x20','number','21231qJIOeX','.\x20Must\x20be\x20a\x20positive\x20integer.','13461960txWZmw','339912tjqAWM','3233778RctAQi','isInteger','2ZQYnWO','.\x20Must\x20be\x20a\x20positive\x20number.','303417zuEwle','.\x20Must\x20be\x20an\x20integer.','.\x20Must\x20be\x20a\x20number.','15EFuHcB','768681opIYnG'];a78_0xb133=function(){return _0x1f1bca;};return a78_0xb133();}
|
package/dist/utils/port.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x593e60,_0x1c818f){const _0x15fc0d=a79_0x14f4,_0x52f11a=_0x593e60();while(!![]){try{const _0x2bb8be=-parseInt(_0x15fc0d(0x1f9))/0x1*(parseInt(_0x15fc0d(0x1f2))/0x2)+parseInt(_0x15fc0d(0x1ee))/0x3+-parseInt(_0x15fc0d(0x1f5))/0x4+parseInt(_0x15fc0d(0x1ea))/0x5+-parseInt(_0x15fc0d(0x1f3))/0x6*(parseInt(_0x15fc0d(0x1ef))/0x7)+-parseInt(_0x15fc0d(0x1f0))/0x8+parseInt(_0x15fc0d(0x1f4))/0x9;if(_0x2bb8be===_0x1c818f)break;else _0x52f11a['push'](_0x52f11a['shift']());}catch(_0x302fa2){_0x52f11a['push'](_0x52f11a['shift']());}}}(a79_0x544a,0x8f616));function a79_0x14f4(_0x3f0ac5,_0x68ef69){const _0x544a3a=a79_0x544a();return a79_0x14f4=function(_0x14f49e,_0x167800){_0x14f49e=_0x14f49e-0x1ea;let _0x22fa97=_0x544a3a[_0x14f49e];return _0x22fa97;},a79_0x14f4(_0x3f0ac5,_0x68ef69);}function a79_0x544a(){const _0x3633de=['0.0.0.0','No\x20available\x20port\x20found\x20between\x20','2885556RwufAX','77pNgiqO','3128848aZcmnJ','\x20and\x20','525110MqCoxb','361758iMwjrS','12702690ilCxsI','3245184wBreKP','once','listen','error','3MPIGuX','4336570rNjtrX','close'];a79_0x544a=function(){return _0x3633de;};return a79_0x544a();}import{createServer}from'node:net';export async function isPortAvailable(_0x5583ba){return new Promise(_0x2900d1=>{const _0x142c16=a79_0x14f4,_0x3aa5f7=createServer();_0x3aa5f7[_0x142c16(0x1f6)](_0x142c16(0x1f8),_0x203d37=>{_0x203d37['code']==='EADDRINUSE'?_0x2900d1(![]):_0x2900d1(![]);}),_0x3aa5f7[_0x142c16(0x1f6)]('listening',()=>{const _0x534536=_0x142c16;_0x3aa5f7[_0x534536(0x1eb)](),_0x2900d1(!![]);}),_0x3aa5f7[_0x142c16(0x1f7)](_0x5583ba,_0x142c16(0x1ec));});}export async function findAvailablePort(_0x42d181=0xfa0,_0x5d4425=0x64){const _0x4e8994=a79_0x14f4;for(let _0x362406=0x0;_0x362406<_0x5d4425;_0x362406++){const _0x20f18c=_0x42d181+_0x362406;if(await isPortAvailable(_0x20f18c))return _0x20f18c;}throw new Error(_0x4e8994(0x1ed)+_0x42d181+_0x4e8994(0x1f1)+(_0x42d181+_0x5d4425-0x1));}
|
package/dist/utils/process.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a80_0x1b96(_0x248127,_0x43a333){const _0x11522e=a80_0x1152();return a80_0x1b96=function(_0x1b9612,_0x2f6c42){_0x1b9612=_0x1b9612-0x179;let _0x2616a2=_0x11522e[_0x1b9612];return _0x2616a2;},a80_0x1b96(_0x248127,_0x43a333);}const a80_0x51d2e8=a80_0x1b96;(function(_0x303984,_0x371e36){const _0x58fa03=a80_0x1b96,_0xdd22=_0x303984();while(!![]){try{const _0x5d8583=parseInt(_0x58fa03(0x1a7))/0x1*(-parseInt(_0x58fa03(0x17b))/0x2)+-parseInt(_0x58fa03(0x19b))/0x3*(-parseInt(_0x58fa03(0x193))/0x4)+-parseInt(_0x58fa03(0x18d))/0x5*(-parseInt(_0x58fa03(0x191))/0x6)+-parseInt(_0x58fa03(0x19c))/0x7*(parseInt(_0x58fa03(0x184))/0x8)+-parseInt(_0x58fa03(0x187))/0x9+-parseInt(_0x58fa03(0x197))/0xa*(-parseInt(_0x58fa03(0x185))/0xb)+-parseInt(_0x58fa03(0x18a))/0xc;if(_0x5d8583===_0x371e36)break;else _0xdd22['push'](_0xdd22['shift']());}catch(_0x4fa68d){_0xdd22['push'](_0xdd22['shift']());}}}(a80_0x1152,0x77749));import{execSync}from'node:child_process';const SHELL_NAMES=new Set([a80_0x51d2e8(0x19d),a80_0x51d2e8(0x1a8),'sh',a80_0x51d2e8(0x1a2),a80_0x51d2e8(0x1a1),'tcsh',a80_0x51d2e8(0x188),a80_0x51d2e8(0x1a9),a80_0x51d2e8(0x1a0),a80_0x51d2e8(0x17c),'nu','ion',a80_0x51d2e8(0x1ab),a80_0x51d2e8(0x182)]),EPHEMERAL_SHELL_SPAWNERS=new Set([a80_0x51d2e8(0x192),a80_0x51d2e8(0x18c),a80_0x51d2e8(0x17f)]);function getProcessInfoWindows(_0x2b50c2){const _0x8ee0d9=a80_0x51d2e8;try{const _0x5be19f=execSync('wmic\x20process\x20where\x20ProcessId='+_0x2b50c2+_0x8ee0d9(0x183),{'encoding':'utf-8','windowsHide':!![]})[_0x8ee0d9(0x19f)](),_0xf1ef73=_0x5be19f['split']('\x0a')[_0x8ee0d9(0x1a6)](_0xf87be5=>_0xf87be5[_0x8ee0d9(0x19f)]());if(_0xf1ef73['length']<0x2)return null;const _0x2916aa=_0xf1ef73[_0xf1ef73[_0x8ee0d9(0x17a)]-0x1][_0x8ee0d9(0x196)](',');if(_0x2916aa[_0x8ee0d9(0x17a)]<0x3)return null;const _0x46b882=_0x2916aa[0x1]?.[_0x8ee0d9(0x19f)]()||'',_0x39fc20=parseInt(_0x2916aa[0x2]?.['trim']()||'0',0xa);if(isNaN(_0x39fc20)||!_0x46b882)return null;return{'pid':_0x2b50c2,'ppid':_0x39fc20,'comm':_0x46b882[_0x8ee0d9(0x190)](/\.exe$/i,'')};}catch(_0x5e97c4){return process[_0x8ee0d9(0x17e)][_0x8ee0d9(0x198)]&&console['error']('Failed\x20to\x20get\x20process\x20info\x20for\x20PID\x20'+_0x2b50c2+_0x8ee0d9(0x189),_0x5e97c4),null;}}function getProcessInfoPosix(_0x1edacc){const _0x51142e=a80_0x51d2e8;try{const _0x4c69d9=execSync('ps\x20-p\x20'+_0x1edacc+_0x51142e(0x179),{'encoding':'utf-8'})[_0x51142e(0x19f)](),[_0x3e6e8e,..._0x5e1864]=_0x4c69d9[_0x51142e(0x196)](/\s+/),_0x1e7a12=parseInt(_0x3e6e8e,0xa),_0x411f95=_0x5e1864['join']('\x20');if(isNaN(_0x1e7a12))return null;return{'pid':_0x1edacc,'ppid':_0x1e7a12,'comm':_0x411f95};}catch(_0x22f123){return process[_0x51142e(0x17e)]['DEBUG']&&console[_0x51142e(0x17d)](_0x51142e(0x1aa)+_0x1edacc+_0x51142e(0x19e),_0x22f123),null;}}function getProcessInfo(_0x23c0a3){const _0x5f3146=a80_0x51d2e8;if(process[_0x5f3146(0x18b)]===_0x5f3146(0x199))return getProcessInfoWindows(_0x23c0a3);return getProcessInfoPosix(_0x23c0a3);}function a80_0x1152(){const _0xc8c668=['81GLgioc','133xCksAD','bash','\x20on\x20POSIX:','trim','pwsh','ksh','fish','has',',\x20using\x20fallback','Found\x20ephemeral\x20shell\x20','filter','95pQkPoA','zsh','dash','Failed\x20to\x20get\x20process\x20info\x20for\x20PID\x20','elvish','\x20-o\x20ppid=,comm=','length','2798JXUKPl','powershell','error','env','cursor','pop','kill','xonsh','\x20get\x20ParentProcessId,Name\x20/format:csv','209816vgTmRl','22gQcnpS','toLowerCase','1654281EFIbSD','csh','\x20on\x20Windows:','9830316kPvpme','platform','code','15lTHxUC','pid',',\x20continuing\x20up','replace','1869060GNQoxg','claude','124892wuhGkR','No\x20shell\x20found\x20in\x20process\x20tree,\x20falling\x20back\x20to\x20process.ppid','ppid','split','1729790fRQfQG','DEBUG','win32','comm'];a80_0x1152=function(){return _0xc8c668;};return a80_0x1152();}function getBasename(_0x4d4842){const _0x30d474=a80_0x51d2e8;return _0x4d4842['replace'](/^-/,'')[_0x30d474(0x196)]('/')[_0x30d474(0x180)]()?.[_0x30d474(0x186)]()||'';}function isShell(_0x40db8d){const _0x445523=a80_0x51d2e8;return SHELL_NAMES[_0x445523(0x1a3)](getBasename(_0x40db8d));}function isEphemeralShellSpawner(_0x5f4d22){return EPHEMERAL_SHELL_SPAWNERS['has'](getBasename(_0x5f4d22));}let cachedShellPID;function findShellPID(){const _0x49fe84=a80_0x51d2e8;let _0x427581=process[_0x49fe84(0x195)];const _0x14687a=0xa;let _0xde5d43=0x0;while(_0xde5d43<_0x14687a){const _0x34a622=getProcessInfo(_0x427581);if(!_0x34a622){process[_0x49fe84(0x17e)][_0x49fe84(0x198)]&&console[_0x49fe84(0x17d)]('Could\x20not\x20get\x20process\x20info\x20for\x20PID\x20'+_0x427581+_0x49fe84(0x1a4));break;}if(isShell(_0x34a622['comm'])){const _0x4ed930=getProcessInfo(_0x34a622[_0x49fe84(0x195)]);if(_0x4ed930&&isEphemeralShellSpawner(_0x4ed930[_0x49fe84(0x19a)])){process[_0x49fe84(0x17e)][_0x49fe84(0x198)]&&console['error'](_0x49fe84(0x1a5)+_0x34a622[_0x49fe84(0x18e)]+'\x20('+_0x34a622[_0x49fe84(0x19a)]+')\x20spawned\x20by\x20'+_0x4ed930[_0x49fe84(0x19a)]+_0x49fe84(0x18f));_0x427581=_0x34a622[_0x49fe84(0x195)],_0xde5d43++;continue;}return _0x34a622[_0x49fe84(0x18e)];}if(_0x34a622['ppid']===0x0||_0x34a622[_0x49fe84(0x195)]===0x1){if(isShell(_0x34a622['comm']))return _0x34a622[_0x49fe84(0x18e)];break;}_0x427581=_0x34a622[_0x49fe84(0x195)],_0xde5d43++;}return process['env'][_0x49fe84(0x198)]&&console['error'](_0x49fe84(0x194)),process[_0x49fe84(0x195)];}export function getPPID(){return cachedShellPID===undefined&&(cachedShellPID=findShellPID()),cachedShellPID;}export function clearPPIDCache(){cachedShellPID=undefined;}export function isProcessRunning(_0x142ce2){const _0x1eef95=a80_0x51d2e8;try{return process[_0x1eef95(0x181)](_0x142ce2,0x0),!![];}catch{return![];}}
|
package/dist/utils/prompt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xd2379b,_0x4325e5){const _0x2d1ff1=a81_0x686f,_0x239b06=_0xd2379b();while(!![]){try{const _0x18bc0a=-parseInt(_0x2d1ff1(0xc9))/0x1*(-parseInt(_0x2d1ff1(0xc8))/0x2)+-parseInt(_0x2d1ff1(0xcb))/0x3+parseInt(_0x2d1ff1(0xc6))/0x4*(-parseInt(_0x2d1ff1(0xd3))/0x5)+-parseInt(_0x2d1ff1(0xcc))/0x6*(parseInt(_0x2d1ff1(0xcf))/0x7)+parseInt(_0x2d1ff1(0xce))/0x8+parseInt(_0x2d1ff1(0xd4))/0x9+parseInt(_0x2d1ff1(0xd5))/0xa;if(_0x18bc0a===_0x4325e5)break;else _0x239b06['push'](_0x239b06['shift']());}catch(_0x2c76d8){_0x239b06['push'](_0x239b06['shift']());}}}(a81_0x2c56,0x20955));import*as a81_0x52bd6c from'readline';function a81_0x686f(_0x12539e,_0x155d6d){const _0x2c5641=a81_0x2c56();return a81_0x686f=function(_0x686f74,_0x2af84d){_0x686f74=_0x686f74-0xc6;let _0x30e74e=_0x2c5641[_0x686f74];return _0x30e74e;},a81_0x686f(_0x12539e,_0x155d6d);}function a81_0x2c56(){const _0x1dc23b=['4569700EPHUNQ','8nmTIIY','createInterface','498qjQQNP','336DMHFwi','close','556176nFUzFG','564tGZxXh','yes','126496JfinMn','861NspkTs','\x20(y/N):\x20','toLowerCase','question','578635dJOeID','48807JtVnPo'];a81_0x2c56=function(){return _0x1dc23b;};return a81_0x2c56();}export async function confirm(_0x531288){const _0x41f17d=a81_0x686f,_0x18545f=a81_0x52bd6c[_0x41f17d(0xc7)]({'input':process['stdin'],'output':process['stdout']});return new Promise(_0x1a7eb4=>{const _0x55e642=_0x41f17d;_0x18545f[_0x55e642(0xd2)](_0x531288+_0x55e642(0xd0),_0x281a1a=>{const _0x123ee7=_0x55e642;_0x18545f[_0x123ee7(0xca)](),_0x1a7eb4(_0x281a1a[_0x123ee7(0xd1)]()==='y'||_0x281a1a[_0x123ee7(0xd1)]()===_0x123ee7(0xcd));});});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a82_0x18a1(){const _0x52b42e=['test','935468MbnrSf','Absolute\x20path\x20cannot\x20start\x20with\x20\x22..\x22','isAbsolute','1110950VwcYXz','701559BmPlnf','42dLpxDC','18iWNjRS','substring','96258ksqbIH','split','85434CYzkEW','132230xhEzan','push','Cannot\x20split\x20empty\x20path','2292424uYDJLi','segments','filter','length','join','Path\x20attempts\x20to\x20navigate\x20above\x20root','Cannot\x20navigate\x20above\x20root','30lslMRX','slice','Path\x20segment\x20cannot\x20be\x20empty','Path\x20must\x20contain\x20at\x20least\x20one\x20segment','startsWith','trim','raw','Path\x20segment\x20contains\x20invalid\x20control\x20characters:\x20','pop','Relative\x20path\x20cannot\x20be\x20empty'];a82_0x18a1=function(){return _0x52b42e;};return a82_0x18a1();}(function(_0x2d3d2b,_0x1ba7b0){const _0x1a59b2=a82_0x3bf5,_0x17ca94=_0x2d3d2b();while(!![]){try{const _0x291af6=-parseInt(_0x1a59b2(0x17b))/0x1+-parseInt(_0x1a59b2(0x176))/0x2*(-parseInt(_0x1a59b2(0x17a))/0x3)+-parseInt(_0x1a59b2(0x190))/0x4+parseInt(_0x1a59b2(0x193))/0x5+parseInt(_0x1a59b2(0x178))/0x6*(parseInt(_0x1a59b2(0x175))/0x7)+-parseInt(_0x1a59b2(0x17e))/0x8+parseInt(_0x1a59b2(0x194))/0x9*(parseInt(_0x1a59b2(0x185))/0xa);if(_0x291af6===_0x1ba7b0)break;else _0x17ca94['push'](_0x17ca94['shift']());}catch(_0x5e97ed){_0x17ca94['push'](_0x17ca94['shift']());}}}(a82_0x18a1,0x26131));export function parsePath(_0x5c13b9){const _0x260b97=a82_0x3bf5;if(!_0x5c13b9||_0x5c13b9['trim']()==='')throw new Error('Path\x20cannot\x20be\x20empty');const _0x5a81b5=_0x5c13b9['trim']();if(_0x5a81b5==='/')return{'segments':[],'isAbsolute':!![],'raw':_0x5c13b9};const _0x26f7a7=_0x5a81b5[_0x260b97(0x189)]('/')?_0x5a81b5[_0x260b97(0x177)](0x1):_0x5a81b5,_0x38a1ea=_0x26f7a7[_0x260b97(0x179)]('/')[_0x260b97(0x180)](_0x1dcd19=>_0x1dcd19!=='');if(_0x38a1ea[_0x260b97(0x181)]===0x0)throw new Error(_0x260b97(0x188));const _0xa84140=_0x5a81b5['startsWith']('/')||!isRelativePathSegment(_0x38a1ea[0x0]);for(const _0x543d5a of _0x38a1ea){validatePathSegment(_0x543d5a);}return{'segments':_0x38a1ea,'isAbsolute':_0xa84140,'raw':_0x5c13b9};}function isRelativePathSegment(_0x2c225a){return _0x2c225a==='.'||_0x2c225a==='..';}function validatePathSegment(_0x3bce0e){const _0x173205=a82_0x3bf5;if(_0x3bce0e==='')throw new Error(_0x173205(0x187));if(_0x3bce0e==='.'||_0x3bce0e==='..')return;if(/[\x00-\x1F\x7F]/[_0x173205(0x18f)](_0x3bce0e))throw new Error(_0x173205(0x18c)+_0x3bce0e);if(_0x3bce0e!==_0x3bce0e[_0x173205(0x18a)]()){}}export function validatePath(_0x3d97b0){const _0x510b6f=a82_0x3bf5;if(_0x3d97b0['segments'][_0x510b6f(0x181)]===0x0&&!_0x3d97b0[_0x510b6f(0x192)])throw new Error(_0x510b6f(0x18e));if(_0x3d97b0[_0x510b6f(0x192)]){if(_0x3d97b0[_0x510b6f(0x17f)][0x0]==='..')throw new Error(_0x510b6f(0x191));let _0x157b59=0x0;for(const _0x1728ca of _0x3d97b0[_0x510b6f(0x17f)]){if(_0x1728ca==='..'){if(_0x157b59===0x0)throw new Error(_0x510b6f(0x183));_0x157b59--;}else _0x1728ca!=='.'&&_0x157b59++;}}}export function joinPaths(_0xfd0d4f,_0x3ae1f2){const _0xe1891=a82_0x3bf5;if(!_0xfd0d4f||_0xfd0d4f==='/')return _0x3ae1f2;if(!_0x3ae1f2||_0x3ae1f2==='.')return _0xfd0d4f;if(_0x3ae1f2[_0xe1891(0x189)]('/'))return _0x3ae1f2;const _0x446814=parsePath(_0xfd0d4f),_0x190622=parsePath(_0x3ae1f2),_0x383390=[..._0x446814[_0xe1891(0x17f)]];for(const _0x2d7aa6 of _0x190622['segments']){if(_0x2d7aa6==='.')continue;else{if(_0x2d7aa6==='..'){if(_0x383390['length']===0x0)throw new Error(_0xe1891(0x184));_0x383390[_0xe1891(0x18d)]();}else _0x383390[_0xe1891(0x17c)](_0x2d7aa6);}}const _0x5dd5f2=_0x383390[_0xe1891(0x182)]('/');return _0x446814[_0xe1891(0x18b)][_0xe1891(0x189)]('/')?'/'+_0x5dd5f2:_0x5dd5f2;}export function normalizePath(_0x1de675){const _0x13090d=a82_0x3bf5,_0x5d2673=parsePath(_0x1de675),_0x1ab946=[];for(const _0x38efb2 of _0x5d2673[_0x13090d(0x17f)]){if(_0x38efb2==='.')continue;else{if(_0x38efb2==='..'){if(_0x1ab946[_0x13090d(0x181)]===0x0){if(_0x5d2673[_0x13090d(0x192)])throw new Error(_0x13090d(0x184));_0x1ab946[_0x13090d(0x17c)]('..');}else _0x1ab946[_0x1ab946['length']-0x1]==='..'?_0x1ab946[_0x13090d(0x17c)]('..'):_0x1ab946[_0x13090d(0x18d)]();}else _0x1ab946['push'](_0x38efb2);}}if(_0x1ab946[_0x13090d(0x181)]===0x0)return _0x5d2673[_0x13090d(0x192)]?'/':'.';const _0x2355f6=_0x1ab946[_0x13090d(0x182)]('/');return _0x5d2673['raw'][_0x13090d(0x189)]('/')?'/'+_0x2355f6:_0x2355f6;}export function getParentPath(_0x527e46){const _0x6dfa96=a82_0x3bf5,_0x38a543=parsePath(_0x527e46);if(_0x38a543[_0x6dfa96(0x17f)][_0x6dfa96(0x181)]<=0x1)return'/';const _0x1b1128=_0x38a543[_0x6dfa96(0x17f)][_0x6dfa96(0x186)](0x0,-0x1)[_0x6dfa96(0x182)]('/');return _0x38a543[_0x6dfa96(0x18b)][_0x6dfa96(0x189)]('/')?'/'+_0x1b1128:_0x1b1128;}export function getBaseName(_0x549858){const _0x3d23b2=a82_0x3bf5,_0x22328c=parsePath(_0x549858);return _0x22328c[_0x3d23b2(0x17f)][_0x22328c['segments'][_0x3d23b2(0x181)]-0x1]||'';}export function isChildPath(_0x3907bf,_0x3acfbd){const _0x2b555b=a82_0x3bf5,_0xa470f9=parsePath(_0x3907bf),_0x4a2a6e=parsePath(_0x3acfbd);if(_0xa470f9[_0x2b555b(0x17f)][_0x2b555b(0x181)]<=_0x4a2a6e[_0x2b555b(0x17f)]['length'])return![];for(let _0x4c65fb=0x0;_0x4c65fb<_0x4a2a6e[_0x2b555b(0x17f)][_0x2b555b(0x181)];_0x4c65fb++){if(_0xa470f9[_0x2b555b(0x17f)][_0x4c65fb]!==_0x4a2a6e[_0x2b555b(0x17f)][_0x4c65fb])return![];}return!![];}function a82_0x3bf5(_0x490441,_0x2b74d1){const _0x18a1ad=a82_0x18a1();return a82_0x3bf5=function(_0x3bf58a,_0x4f15e2){_0x3bf58a=_0x3bf58a-0x175;let _0x4ced39=_0x18a1ad[_0x3bf58a];return _0x4ced39;},a82_0x3bf5(_0x490441,_0x2b74d1);}export function splitPath(_0xb2df7a){const _0x49e3c0=a82_0x3bf5,_0xa41ae1=parsePath(_0xb2df7a);if(_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x181)]===0x0)throw new Error(_0x49e3c0(0x17d));if(_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x181)]===0x1)return{'parent':_0xa41ae1[_0x49e3c0(0x17f)][0x0]};return{'parent':_0xa41ae1[_0x49e3c0(0x17f)][0x0],'child':_0xa41ae1[_0x49e3c0(0x17f)][_0x49e3c0(0x186)](0x1)[_0x49e3c0(0x182)]('/')};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a83_0x14e7(_0x31bdc1,_0x795824){const _0x10b814=a83_0x10b8();return a83_0x14e7=function(_0x14e7e5,_0x32e040){_0x14e7e5=_0x14e7e5-0x1af;let _0x9d7031=_0x10b814[_0x14e7e5];return _0x9d7031;},a83_0x14e7(_0x31bdc1,_0x795824);}(function(_0x48af3c,_0x11a5ff){const _0x543d87=a83_0x14e7,_0x47903b=_0x48af3c();while(!![]){try{const _0x1c2c7d=-parseInt(_0x543d87(0x1b1))/0x1*(parseInt(_0x543d87(0x1b0))/0x2)+-parseInt(_0x543d87(0x1af))/0x3*(-parseInt(_0x543d87(0x1b2))/0x4)+-parseInt(_0x543d87(0x1bc))/0x5*(-parseInt(_0x543d87(0x1b7))/0x6)+-parseInt(_0x543d87(0x1bb))/0x7+-parseInt(_0x543d87(0x1b6))/0x8+parseInt(_0x543d87(0x1b5))/0x9*(-parseInt(_0x543d87(0x1b9))/0xa)+parseInt(_0x543d87(0x1bd))/0xb;if(_0x1c2c7d===_0x11a5ff)break;else _0x47903b['push'](_0x47903b['shift']());}catch(_0x2c2a40){_0x47903b['push'](_0x47903b['shift']());}}}(a83_0x10b8,0x7ccb0));export function parseSegmentRef(_0x4651e5){const _0x55914c=a83_0x14e7,_0x26fab5=_0x4651e5['indexOf']('/');if(_0x26fab5===-0x1)return{'parentId':_0x4651e5};if(_0x26fab5===0x0)throw new Error('Invalid\x20segment\x20reference\x20format:\x20'+_0x4651e5+_0x55914c(0x1b3));const _0x153587=_0x4651e5['substring'](0x0,_0x26fab5),_0x341c2e=_0x4651e5[_0x55914c(0x1b4)](_0x26fab5+0x1);if(_0x341c2e==='')throw new Error(_0x55914c(0x1b8)+_0x4651e5+_0x55914c(0x1ba));return{'parentId':_0x153587,'childId':_0x341c2e};}function a83_0x10b8(){const _0x549816=['774VwuxPn','Invalid\x20segment\x20reference\x20format:\x20','1420bTKfXT','.\x20Child\x20name\x20cannot\x20be\x20empty','1388975qzCyZF','13655qaeQcX','13416689FbmDIY','270FwqvKr','74nOQhda','12049WFGYTb','17012rScIas','.\x20Parent\x20name\x20cannot\x20be\x20empty','substring','48681xDeNad','250400vtgThO'];a83_0x10b8=function(){return _0x549816;};return a83_0x10b8();}
|
package/dist/utils/spinner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x58d097,_0x36e280){const _0x20f0a9=a84_0x2131,_0x42bf14=_0x58d097();while(!![]){try{const _0x2121e1=parseInt(_0x20f0a9(0x1ee))/0x1+parseInt(_0x20f0a9(0x1e8))/0x2*(-parseInt(_0x20f0a9(0x1e7))/0x3)+parseInt(_0x20f0a9(0x1ea))/0x4*(-parseInt(_0x20f0a9(0x1e2))/0x5)+parseInt(_0x20f0a9(0x1e5))/0x6+parseInt(_0x20f0a9(0x1dd))/0x7*(-parseInt(_0x20f0a9(0x1e6))/0x8)+-parseInt(_0x20f0a9(0x1e4))/0x9*(-parseInt(_0x20f0a9(0x1f1))/0xa)+parseInt(_0x20f0a9(0x1e0))/0xb;if(_0x2121e1===_0x36e280)break;else _0x42bf14['push'](_0x42bf14['shift']());}catch(_0x31a741){_0x42bf14['push'](_0x42bf14['shift']());}}}(a84_0x1729,0x34ddb));import a84_0x1ba55b from'ora';export function createCommandSpinner(_0x5f478b,_0x115a9f={}){const _0x55b2a3=a84_0x2131,{verbose:verbose=![],forceEnabled:forceEnabled=![]}=_0x115a9f;return a84_0x1ba55b({'text':_0x5f478b,'color':_0x55b2a3(0x1ef),'isEnabled':forceEnabled||process[_0x55b2a3(0x1e9)][_0x55b2a3(0x1ec)]&&!verbose});}export async function withSpinner(_0x5efd42,_0x5b15f0,_0x4349d7={}){const _0x548e91=a84_0x2131,_0x7485c8=_0x4349d7[_0x548e91(0x1f2)]??(()=>Date['now']()),_0x492843=createCommandSpinner(_0x5efd42,_0x4349d7);_0x492843['start']();const _0x4ed00a=_0x7485c8();try{const _0x58664b=await _0x5b15f0(),_0x5a187b=_0x7485c8()-_0x4ed00a;return _0x492843[_0x548e91(0x1dc)](),{'data':_0x58664b,'elapsedMs':_0x5a187b};}catch(_0x477d0d){_0x492843[_0x548e91(0x1dc)]();throw _0x477d0d;}}function a84_0x2131(_0x104e10,_0x5b2f1d){const _0x1729b9=a84_0x1729();return a84_0x2131=function(_0x2131da,_0x2382f3){_0x2131da=_0x2131da-0x1db;let _0x5b593e=_0x1729b9[_0x2131da];return _0x5b593e;},a84_0x2131(_0x104e10,_0x5b2f1d);}export async function withQuerySpinner(_0x59f152,_0x3c2aa6,_0x1ec183={}){const _0x2c304f=a84_0x2131,_0x44de00=_0x1ec183[_0x2c304f(0x1f2)]??(()=>Date[_0x2c304f(0x1eb)]()),_0x2016a2=_0x1ec183[_0x2c304f(0x1e3)]??setInterval,_0x3a783e=createCommandSpinner(_0x59f152,_0x1ec183);_0x3a783e[_0x2c304f(0x1e1)]();const _0x355034=_0x44de00(),_0x5483e5=_0x59f152['replace']('...',''),_0x262151={},_0x334b92=()=>{const _0x6c56ef=_0x2c304f;if(!_0x3a783e['isSpinning'])return;const _0x5c0430=_0x44de00()-_0x355034,_0x591891=formatElapsed(_0x5c0430),_0xa72e86=_0x262151[_0x6c56ef(0x1f4)]??_0x5483e5,_0x381a3f=_0x262151['jobId']?_0x6c56ef(0x1f0)+_0x262151[_0x6c56ef(0x1de)]+']':'',_0x1c9a2b=_0x262151['extra']?'\x20'+_0x262151[_0x6c56ef(0x1ed)]:'';_0x3a783e[_0x6c56ef(0x1db)]=_0xa72e86+'\x20'+_0x591891+_0x1c9a2b+_0x381a3f;},_0x377c9b=_0x2016a2(()=>{_0x334b92();},0x3e8),_0x319076={'setPhase':_0x5510a8=>{_0x262151['phase']=_0x5510a8,_0x334b92();},'setJobId':_0x18dcb6=>{const _0x5d1472=_0x2c304f;_0x262151[_0x5d1472(0x1de)]=_0x18dcb6,_0x334b92();},'setExtra':_0x50d3a9=>{const _0x140394=_0x2c304f;_0x262151[_0x140394(0x1ed)]=_0x50d3a9,_0x334b92();}};_0x334b92();try{const _0x6e8585=await _0x3c2aa6(_0x319076),_0x2e0194=_0x44de00()-_0x355034;return{'data':_0x6e8585,'elapsedMs':_0x2e0194};}finally{clearInterval(_0x377c9b),_0x3a783e[_0x2c304f(0x1dc)]();}}export function formatElapsed(_0x2958e6){const _0x3d039=a84_0x2131,_0x371a7a=Math['floor'](_0x2958e6/0x3e8);if(_0x371a7a<0x3c)return(_0x2958e6/0x3e8)[_0x3d039(0x1f3)](0x1)+'s';const _0x260c8b=Math[_0x3d039(0x1df)](_0x371a7a/0x3c),_0x5909d3=_0x371a7a%0x3c;if(_0x260c8b<0x3c)return _0x260c8b+'m\x20'+_0x5909d3+'s';const _0x52192c=Math[_0x3d039(0x1df)](_0x260c8b/0x3c),_0x405935=_0x260c8b%0x3c;return _0x52192c+'h\x20'+_0x405935+'m';}function a84_0x1729(){const _0x5f0408=['301534roHPBr','cyan','\x20[Job\x20ID:\x20','421510LwuYiX','clock','toFixed','phase','text','stop','308735QnltUo','jobId','floor','609444adwzdC','start','5205tewKam','intervalFactory','54FiWiCm','1233150QZoAEU','56dGHOyy','291FQREPK','4994lDaqgj','stdout','184BmuimA','now','isTTY','extra'];a84_0x1729=function(){return _0x5f0408;};return a84_0x1729();}
|
package/dist/utils/sql-parser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5a91db,_0x270f49){const _0x20ffe8=a85_0x3f17,_0x5b9066=_0x5a91db();while(!![]){try{const _0x1814d7=-parseInt(_0x20ffe8(0xf4))/0x1+-parseInt(_0x20ffe8(0x105))/0x2*(-parseInt(_0x20ffe8(0xfc))/0x3)+parseInt(_0x20ffe8(0xeb))/0x4*(-parseInt(_0x20ffe8(0x106))/0x5)+-parseInt(_0x20ffe8(0xf1))/0x6*(parseInt(_0x20ffe8(0x103))/0x7)+parseInt(_0x20ffe8(0x102))/0x8+-parseInt(_0x20ffe8(0xfd))/0x9*(-parseInt(_0x20ffe8(0xed))/0xa)+parseInt(_0x20ffe8(0x107))/0xb*(parseInt(_0x20ffe8(0xfb))/0xc);if(_0x1814d7===_0x270f49)break;else _0x5b9066['push'](_0x5b9066['shift']());}catch(_0x26a77a){_0x5b9066['push'](_0x5b9066['shift']());}}}(a85_0x530b,0xea431));import{readFileSync}from'fs';function a85_0x530b(){const _0x3d33b5=['File\x20\x27','20sifcfM','filter','Permission\x20denied\x20reading\x20file\x20\x27','utf-8','6AGgnzU','code','EACCES','1257460yAdoXA','message','push','trim','length','\x27\x20not\x20found','Content\x20contains\x20no\x20SQL\x20statements','348qZVOui','1797717VRgGHO','7616277BZcgex','ENOENT','\x27:\x20','replace','map','7080088gaLXWt','9522443bkHCJJ','toLowerCase','4CSlTAw','5ZusUej','169191OgvtCg','2578792qfHnod'];a85_0x530b=function(){return _0x3d33b5;};return a85_0x530b();}export function stripSqlComments(_0xf20fda){const _0x39315a=a85_0x3f17;let _0x4ea505=_0xf20fda[_0x39315a(0x100)](/\/\*(?:[^*]|\*(?!\/))*\*\//g,'');return _0x4ea505=_0x4ea505[_0x39315a(0x100)](/--.*$/gm,''),_0x4ea505[_0x39315a(0xf7)]();}function isEscaped(_0x5b3cd4,_0x10f8e7){let _0x5efa29=0x0;for(let _0x4eb7a6=_0x10f8e7-0x1;_0x4eb7a6>=0x0&&_0x5b3cd4[_0x4eb7a6]==='\x5c';_0x4eb7a6--){_0x5efa29++;}return _0x5efa29%0x2===0x1;}function a85_0x3f17(_0x377d75,_0x11b4d7){const _0x530b16=a85_0x530b();return a85_0x3f17=function(_0x3f170a,_0x245db4){_0x3f170a=_0x3f170a-0xeb;let _0x35ec36=_0x530b16[_0x3f170a];return _0x35ec36;},a85_0x3f17(_0x377d75,_0x11b4d7);}export function splitSqlStatements(_0x178848){const _0x29e095=a85_0x3f17,_0x5aa0b7=stripSqlComments(_0x178848);if(!_0x5aa0b7)throw new Error(_0x29e095(0xfa));const _0x5babf5=[];let _0x1a739a='',_0x9f046f=![],_0x4c886d=![],_0x487247=![];for(let _0x23e35b=0x0;_0x23e35b<_0x178848[_0x29e095(0xf8)];_0x23e35b++){const _0x187a99=_0x178848[_0x23e35b];if(_0x187a99==='\x27'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x4c886d&&!_0x487247)_0x9f046f=!_0x9f046f;else{if(_0x187a99==='\x22'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x9f046f&&!_0x487247)_0x4c886d=!_0x4c886d;else _0x187a99==='`'&&!isEscaped(_0x178848,_0x23e35b)&&!_0x9f046f&&!_0x4c886d&&(_0x487247=!_0x487247);}if(_0x187a99===';'&&!_0x9f046f&&!_0x4c886d&&!_0x487247){const _0x4fac84=_0x1a739a[_0x29e095(0xf7)]();_0x4fac84&&_0x5babf5[_0x29e095(0xf6)](_0x4fac84),_0x1a739a='';}else _0x1a739a+=_0x187a99;}const _0x270732=_0x1a739a[_0x29e095(0xf7)]();_0x270732&&_0x5babf5[_0x29e095(0xf6)](_0x270732);const _0x33bb2e=_0x5babf5[_0x29e095(0x101)](_0x154111=>_0x154111[_0x29e095(0xf7)]())[_0x29e095(0xee)](_0x1b469a=>{const _0x4bca5c=_0x29e095,_0x50dc10=stripSqlComments(_0x1b469a);return _0x50dc10[_0x4bca5c(0xf8)]>0x0;});if(_0x33bb2e[_0x29e095(0xf8)]===0x0)throw new Error(_0x29e095(0xfa));return _0x33bb2e;}export function readFileContent(_0x208ff8){const _0x41ccf9=a85_0x3f17;try{return readFileSync(_0x208ff8,_0x41ccf9(0xf0));}catch(_0x459fe0){const _0x44a80b=_0x459fe0[_0x41ccf9(0xf2)];if(_0x44a80b===_0x41ccf9(0xfe))throw new Error(_0x41ccf9(0xec)+_0x208ff8+_0x41ccf9(0xf9));else{if(_0x44a80b===_0x41ccf9(0xf3))throw new Error(_0x41ccf9(0xef)+_0x208ff8+'\x27');else throw new Error('Error\x20reading\x20file\x20\x27'+_0x208ff8+_0x41ccf9(0xff)+_0x459fe0[_0x41ccf9(0xf5)]);}}}export function readSqlStatementsFromFile(_0x3f947d){const _0x71cdb7=a85_0x3f17,_0x3eb9e4=readFileContent(_0x3f947d);try{return splitSqlStatements(_0x3eb9e4);}catch(_0x5a29a9){throw new Error(_0x71cdb7(0xec)+_0x3f947d+'\x27\x20'+_0x5a29a9[_0x71cdb7(0xf5)][_0x71cdb7(0x104)]());}}
|
package/dist/utils/sse-parser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a86_0x3003(){const _0x1b3fcb=['decode','Failed\x20to\x20parse\x20SSE\x20data\x20as\x20JSON:\x20','646563KVfCib','20MZhFbn','Response\x20body\x20is\x20null','3925494WQBLWE','read','6376LhlCXP','5589925wisigd','[LLM\x20API\x20SSE]\x20','2639rlrlVt','event','pop','1473252oGkhQR','93734AtUNyo','split','body','slice','trim','2238jnuFMR','getReader','startsWith','12CvLZZU','debug','7415jJEAaR','data','indexOf','17ViAwom'];a86_0x3003=function(){return _0x1b3fcb;};return a86_0x3003();}function a86_0x19a7(_0x131456,_0x158611){const _0x3003aa=a86_0x3003();return a86_0x19a7=function(_0x19a7fb,_0x5e5642){_0x19a7fb=_0x19a7fb-0x176;let _0x545777=_0x3003aa[_0x19a7fb];return _0x545777;},a86_0x19a7(_0x131456,_0x158611);}(function(_0x39d70b,_0x5519fc){const _0x15c134=a86_0x19a7,_0x5c1b9e=_0x39d70b();while(!![]){try{const _0x89756e=-parseInt(_0x15c134(0x181))/0x1*(parseInt(_0x15c134(0x190))/0x2)+-parseInt(_0x15c134(0x184))/0x3+parseInt(_0x15c134(0x18f))/0x4+parseInt(_0x15c134(0x17e))/0x5*(-parseInt(_0x15c134(0x179))/0x6)+-parseInt(_0x15c134(0x18c))/0x7*(-parseInt(_0x15c134(0x189))/0x8)+parseInt(_0x15c134(0x187))/0x9*(parseInt(_0x15c134(0x185))/0xa)+parseInt(_0x15c134(0x18a))/0xb*(parseInt(_0x15c134(0x17c))/0xc);if(_0x89756e===_0x5519fc)break;else _0x5c1b9e['push'](_0x5c1b9e['shift']());}catch(_0x38e8e4){_0x5c1b9e['push'](_0x5c1b9e['shift']());}}}(a86_0x3003,0x7621e));export async function*parseSSEStream(_0x1e6756,_0x5670da){const _0x4d080f=a86_0x19a7;if(!_0x1e6756[_0x4d080f(0x176)])throw new Error(_0x4d080f(0x186));const _0x3139b9=_0x1e6756[_0x4d080f(0x176)][_0x4d080f(0x17a)](),_0x4f6943=new TextDecoder();let _0x5e2301='',_0x548eda={};try{while(!![]){const {done:_0x2140cf,value:_0xa3b8ec}=await _0x3139b9[_0x4d080f(0x188)]();if(_0x2140cf){if(_0x548eda[_0x4d080f(0x17f)]){_0x5670da?.[_0x4d080f(0x17d)](_0x4d080f(0x18b)+_0x548eda['data']);const _0x323751=parseSSEData(_0x548eda[_0x4d080f(0x17f)]);yield _0x323751;}break;}_0x5e2301+=_0x4f6943[_0x4d080f(0x182)](_0xa3b8ec,{'stream':!![]});const _0xa28365=_0x5e2301[_0x4d080f(0x191)]('\x0a');_0x5e2301=_0xa28365[_0x4d080f(0x18e)]()||'';for(const _0x14a02e of _0xa28365){if(_0x14a02e[_0x4d080f(0x178)]()===''){if(_0x548eda[_0x4d080f(0x17f)]){_0x5670da?.[_0x4d080f(0x17d)]('[LLM\x20API\x20SSE]\x20'+_0x548eda[_0x4d080f(0x17f)]);const _0x31ff10=parseSSEData(_0x548eda[_0x4d080f(0x17f)]);yield _0x31ff10,_0x548eda={};}continue;}if(_0x14a02e[_0x4d080f(0x17b)](':'))continue;const _0xce9d56=_0x14a02e[_0x4d080f(0x180)](':');if(_0xce9d56===-0x1)continue;const _0x3f2c3d=_0x14a02e[_0x4d080f(0x177)](0x0,_0xce9d56);let _0x385c17=_0x14a02e[_0x4d080f(0x177)](_0xce9d56+0x1);_0x385c17[_0x4d080f(0x17b)]('\x20')&&(_0x385c17=_0x385c17[_0x4d080f(0x177)](0x1));switch(_0x3f2c3d){case'event':_0x548eda[_0x4d080f(0x18d)]=_0x385c17;break;case _0x4d080f(0x17f):_0x548eda[_0x4d080f(0x17f)]=_0x548eda[_0x4d080f(0x17f)]?_0x548eda['data']+'\x0a'+_0x385c17:_0x385c17;break;case'id':_0x548eda['id']=_0x385c17;break;}}}}finally{_0x3139b9['releaseLock']();}}function parseSSEData(_0x466199){const _0xd13902=a86_0x19a7;try{return JSON['parse'](_0x466199);}catch(_0x2d187a){throw new Error(_0xd13902(0x183)+_0x466199,{'cause':_0x2d187a});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x46af0a,_0x266d0a){const _0x47977d=a87_0x10f0,_0xf147f1=_0x46af0a();while(!![]){try{const _0x461b70=parseInt(_0x47977d(0x194))/0x1*(parseInt(_0x47977d(0x195))/0x2)+parseInt(_0x47977d(0x18e))/0x3+-parseInt(_0x47977d(0x19f))/0x4*(-parseInt(_0x47977d(0x18f))/0x5)+parseInt(_0x47977d(0x18d))/0x6+parseInt(_0x47977d(0x196))/0x7+-parseInt(_0x47977d(0x19c))/0x8*(parseInt(_0x47977d(0x192))/0x9)+-parseInt(_0x47977d(0x190))/0xa;if(_0x461b70===_0x266d0a)break;else _0xf147f1['push'](_0xf147f1['shift']());}catch(_0x49222d){_0xf147f1['push'](_0xf147f1['shift']());}}}(a87_0x5384,0xcdb9d));import a87_0x38ecb4 from'string-width';export function stringWidth(_0x1c1023){return a87_0x38ecb4(_0x1c1023);}export function padEnd(_0x502658,_0x4d76cb){const _0x1deedf=a87_0x10f0,_0x4383ea=stringWidth(_0x502658);if(_0x4383ea>=_0x4d76cb)return _0x502658;return _0x502658+'\x20'[_0x1deedf(0x19d)](_0x4d76cb-_0x4383ea);}export function padStart(_0x3a0d9a,_0x56cfc4){const _0xab549e=stringWidth(_0x3a0d9a);if(_0xab549e>=_0x56cfc4)return _0x3a0d9a;return'\x20'['repeat'](_0x56cfc4-_0xab549e)+_0x3a0d9a;}export function centerAlign(_0x2b38d1,_0x4bc1b4){const _0x4763c4=a87_0x10f0,_0x293cfc=stringWidth(_0x2b38d1);if(_0x293cfc>_0x4bc1b4){if(_0x4bc1b4<=0x1)return'…'[_0x4763c4(0x1a7)](0x0,_0x4bc1b4);let _0x3ba1b9=_0x2b38d1;while(stringWidth(_0x3ba1b9+'…')>_0x4bc1b4){_0x3ba1b9=_0x3ba1b9[_0x4763c4(0x18c)](0x0,-0x1);}return _0x3ba1b9+'…';}if(_0x293cfc===_0x4bc1b4)return _0x2b38d1;const _0x39da28=_0x4bc1b4-_0x293cfc,_0x1528a4=Math[_0x4763c4(0x19a)](_0x39da28/0x2),_0x3e6c52=_0x39da28-_0x1528a4;return'\x20'[_0x4763c4(0x19d)](_0x1528a4)+_0x2b38d1+'\x20'['repeat'](_0x3e6c52);}export function escapeStringLiteral(_0x1cdbb4){const _0x1a118a=a87_0x10f0;if(!_0x1cdbb4||_0x1cdbb4[_0x1a118a(0x199)]()[_0x1a118a(0x1a0)]===0x0)throw new Error(_0x1a118a(0x19b));const _0x1140d4=_0x1cdbb4[_0x1a118a(0x1a3)](/'/g,'\x27\x27');return'\x27'+_0x1140d4+'\x27';}export function globToLike(_0x56c896){const _0x2a5bf2=a87_0x10f0;let _0x95b854=_0x56c896[_0x2a5bf2(0x1a3)](/\\/g,'\x5c\x5c')[_0x2a5bf2(0x1a3)](/%/g,'\x5c%')['replace'](/_/g,'\x5c_');return _0x95b854=_0x95b854[_0x2a5bf2(0x1a3)](/\*/g,'%')[_0x2a5bf2(0x1a3)](/\?/g,'_'),_0x95b854;}export function buildLikePattern(_0x115a60){const _0x11f509=a87_0x10f0;if(!_0x115a60||_0x115a60[_0x11f509(0x199)]()['length']===0x0)throw new Error('Cannot\x20build\x20LIKE\x20pattern\x20from\x20empty\x20string');const _0x432a4d=globToLike(_0x115a60),_0x34baf0=_0x432a4d[_0x11f509(0x1a3)](/'/g,'\x27\x27');return'\x27'+_0x34baf0+'\x27';}function a87_0x5384(){const _0x487a47=['6960730ALgZAW','env','USERNAME','trim','floor','Cannot\x20escape\x20empty\x20string\x20literal','482872FlaoGq','repeat','toString','46524IDfXjD','length','USER','\x5c$&','replace','toLowerCase','random','test','substring','slice','4531794fUBRpD','2217360QWbEGh','515kmvAKU','32991150LwNjLV','padStart','90IcslEv','unknown','352852MJENcd','6TGcwNi'];a87_0x5384=function(){return _0x487a47;};return a87_0x5384();}export function matchGlobPattern(_0x24a9f0,_0x57c544){const _0x2ad945=a87_0x10f0,_0x55cae0=_0x57c544['replace'](/[.+^${}()|[\]\\]/g,_0x2ad945(0x1a2))[_0x2ad945(0x1a3)](/\*/g,'.*')[_0x2ad945(0x1a3)](/\?/g,'.'),_0x120d72=new RegExp('^'+_0x55cae0+'$');return _0x120d72[_0x2ad945(0x1a6)](_0x24a9f0);}export function getSanitizedUsername(){const _0x1a8e96=a87_0x10f0,_0x289b01=process[_0x1a8e96(0x197)][_0x1a8e96(0x1a1)]||process['env'][_0x1a8e96(0x198)]||_0x1a8e96(0x193);return _0x289b01[_0x1a8e96(0x1a3)](/[^a-zA-Z0-9]/g,'')[_0x1a8e96(0x1a4)]();}function a87_0x10f0(_0x112553,_0x2ff5ef){const _0x5384ba=a87_0x5384();return a87_0x10f0=function(_0x10f018,_0x15d810){_0x10f018=_0x10f018-0x18c;let _0x4150b9=_0x5384ba[_0x10f018];return _0x4150b9;},a87_0x10f0(_0x112553,_0x2ff5ef);}export function generateRandomHex(){const _0x52f14d=a87_0x10f0,_0x468548=Math[_0x52f14d(0x19a)](Math[_0x52f14d(0x1a5)]()*0xfffff);return _0x468548[_0x52f14d(0x19e)](0x10)[_0x52f14d(0x191)](0x5,'0');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4fa1b3,_0x4ddd50){const _0x42e776=a88_0x49f3,_0x401c1d=_0x4fa1b3();while(!![]){try{const _0x22070d=-parseInt(_0x42e776(0x13b))/0x1*(parseInt(_0x42e776(0x12d))/0x2)+parseInt(_0x42e776(0x135))/0x3*(-parseInt(_0x42e776(0x134))/0x4)+parseInt(_0x42e776(0x141))/0x5+-parseInt(_0x42e776(0x13d))/0x6+-parseInt(_0x42e776(0x138))/0x7+parseInt(_0x42e776(0x139))/0x8+parseInt(_0x42e776(0x13a))/0x9;if(_0x22070d===_0x4ddd50)break;else _0x401c1d['push'](_0x401c1d['shift']());}catch(_0x3ba8d4){_0x401c1d['push'](_0x401c1d['shift']());}}}(a88_0x27e4,0x8e067));function a88_0x49f3(_0x2bb85d,_0x2552d1){const _0x27e433=a88_0x27e4();return a88_0x49f3=function(_0x49f3ff,_0x974ff7){_0x49f3ff=_0x49f3ff-0x12b;let _0xc8125b=_0x27e433[_0x49f3ff];return _0xc8125b;},a88_0x49f3(_0x2bb85d,_0x2552d1);}function hasWildcard(_0x2c8dbc){const _0x592d7d=a88_0x49f3;return _0x2c8dbc['includes']('*')||_0x2c8dbc[_0x592d7d(0x140)]('?');}export function parseTableReference(_0x3fc36f){const _0x1e8ea7=a88_0x49f3;if(!_0x3fc36f||_0x3fc36f[_0x1e8ea7(0x13f)]()['length']===0x0)throw new Error(_0x1e8ea7(0x143));const _0x2a6561=_0x3fc36f[_0x1e8ea7(0x13f)](),_0x36f868={'original':_0x2a6561},_0x1b1590=_0x2a6561['split']('.');if(_0x1b1590[_0x1e8ea7(0x12e)]===0x1){const _0x223921=_0x1b1590[0x0];if(!_0x223921)throw new Error(_0x1e8ea7(0x132));_0x36f868[_0x1e8ea7(0x13c)]=_0x223921;}else{if(_0x1b1590[_0x1e8ea7(0x12e)]===0x2){const [_0xe2e6b7,_0x22bf22]=_0x1b1590;if(!_0xe2e6b7)throw new Error(_0x1e8ea7(0x12c));if(!_0x22bf22)throw new Error(_0x1e8ea7(0x142));_0x36f868['database']=_0xe2e6b7,_0x36f868['table']=_0x22bf22;}else{if(_0x1b1590['length']===0x3){const [_0x138da0,_0x4d01ec,_0x4cd02e]=_0x1b1590;if(!_0x138da0||!_0x4d01ec||!_0x4cd02e)throw new Error(_0x1e8ea7(0x13e));_0x36f868['catalog']=_0x138da0,_0x36f868[_0x1e8ea7(0x12f)]=_0x4d01ec,_0x36f868[_0x1e8ea7(0x13c)]=_0x4cd02e;}else throw new Error(_0x1e8ea7(0x133));}}return _0x36f868;}export function formatTableReference(_0x479920){const _0x10cacc=a88_0x49f3,_0x77222b=[];return _0x479920['catalog']&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x12b)]),_0x479920[_0x10cacc(0x12f)]&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x12f)]),_0x479920[_0x10cacc(0x13c)]&&_0x77222b[_0x10cacc(0x131)](_0x479920[_0x10cacc(0x13c)]),_0x77222b[_0x10cacc(0x137)]('.');}function a88_0x27e4(){const _0x1c73e1=['Invalid\x20pattern\x20format\x20-\x20too\x20many\x20dots\x20(max:\x20catalog.database.table)','1940780WhenSQ','3LSDlIy','Wildcards\x20are\x20not\x20allowed\x20in\x20table\x20name\x20for\x20describe\x20operation','join','5874680kDIJBj','8698680CVDlfW','7250481WQIXXZ','2443aGIvye','table','5381310RlVrCs','Invalid\x20catalog.database.table\x20format\x20-\x20all\x20parts\x20must\x20be\x20non-empty','trim','includes','5417820KWoUfX','Table\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20tables\x20(e.g.,\x20\x22mydb.*\x22)','Pattern\x20cannot\x20be\x20empty\x20or\x20whitespace-only','catalog','Database\x20part\x20cannot\x20be\x20empty\x20-\x20use\x20\x22*\x22\x20for\x20all\x20databases\x20(e.g.,\x20\x22*.mytable\x22)','142upZboG','length','database','Wildcards\x20are\x20not\x20allowed\x20in\x20database\x20name\x20for\x20describe\x20operation','push','Pattern\x20cannot\x20be\x20just\x20a\x20dot'];a88_0x27e4=function(){return _0x1c73e1;};return a88_0x27e4();}export function validateTableListReference(_0x2da4bf){return undefined;}export function validateTableDescribeReference(_0x599209){const _0x396741=a88_0x49f3;if(!_0x599209['table'])return'Table\x20name\x20is\x20required\x20for\x20describe\x20operation';if(_0x599209[_0x396741(0x12f)]&&hasWildcard(_0x599209[_0x396741(0x12f)]))return _0x396741(0x130);if(hasWildcard(_0x599209[_0x396741(0x13c)]))return _0x396741(0x136);return undefined;}
|
package/dist/utils/tdx-logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a89_0x3389d3=a89_0x500b;(function(_0x5b12ea,_0x12c474){const _0xa7f887=a89_0x500b,_0xe36d2a=_0x5b12ea();while(!![]){try{const _0x390530=parseInt(_0xa7f887(0x1da))/0x1+parseInt(_0xa7f887(0x1cb))/0x2+-parseInt(_0xa7f887(0x1f0))/0x3*(parseInt(_0xa7f887(0x1f6))/0x4)+parseInt(_0xa7f887(0x1e4))/0x5*(parseInt(_0xa7f887(0x1d4))/0x6)+-parseInt(_0xa7f887(0x1d3))/0x7*(parseInt(_0xa7f887(0x1e8))/0x8)+parseInt(_0xa7f887(0x1d5))/0x9*(parseInt(_0xa7f887(0x200))/0xa)+-parseInt(_0xa7f887(0x1e0))/0xb;if(_0x390530===_0x12c474)break;else _0xe36d2a['push'](_0xe36d2a['shift']());}catch(_0x29e72e){_0xe36d2a['push'](_0xe36d2a['shift']());}}}(a89_0x5309,0x742bb));import{createWriteStream,createReadStream}from'fs';function a89_0x5309(){const _0x270d6d=['rotateOldLogs','768568RQenOl','abs','getHours','cyan','getTimezoneOffset','cause','13649119PdJyyC','close','message','error','260WyDAcF','Warning:\x20Error\x20writing\x20to\x20tdx.log:','split','floor','112huqcAN','.cache','init','join','WARN','padStart','filter','tdx.log','42dyqNbk','gray','getLogPath','DEBUG','getMilliseconds','toISOString','47684QVJXJe','fileOnly','getMonth','getSeconds','logDir','getFullYear','INFO','logLevel','trace','logStream','10QWZWcp','write','.gz','logs','info','.log','name','Warning:\x20Failed\x20to\x20initialize\x20log\x20files:','Proxy\x20session\x20ended','TRACE','stringify','yellow','979704uJVGNq','red','debug','test','tdx-','warn','toString','ERROR','269325VThIBb','39546tRkQuZ','7389504XhoUiX','Warning:\x20Failed\x20to\x20compress\x20','includes','mtime'];a89_0x5309=function(){return _0x270d6d;};return a89_0x5309();}import{mkdir,readdir,unlink,stat,rename}from'fs/promises';import{join}from'path';import{homedir}from'os';import{createGzip}from'zlib';import{pipeline}from'stream/promises';import a89_0x25af63 from'chalk';function safeStringify(_0x2ae290){const _0x5e00ba=a89_0x500b;if(typeof _0x2ae290==='string')return _0x2ae290;if(_0x2ae290 instanceof Error)return _0x2ae290['stack']||_0x2ae290[_0x5e00ba(0x1c5)]+':\x20'+_0x2ae290[_0x5e00ba(0x1e2)];try{return JSON[_0x5e00ba(0x1c9)](_0x2ae290,(_0x168297,_0x2a7730)=>{const _0x4a0371=_0x5e00ba;if(_0x2a7730 instanceof Error)return{'name':_0x2a7730['name'],'message':_0x2a7730[_0x4a0371(0x1e2)],'stack':_0x2a7730['stack'],'cause':_0x2a7730[_0x4a0371(0x1df)]};return _0x2a7730;});}catch{return String(_0x2ae290);}}function getTimezoneOffset(){const _0x1002f3=a89_0x500b,_0x1a28bd=-new Date()[_0x1002f3(0x1de)](),_0xee3076=Math[_0x1002f3(0x1e7)](Math[_0x1002f3(0x1db)](_0x1a28bd)/0x3c),_0x3621bf=Math[_0x1002f3(0x1db)](_0x1a28bd)%0x3c,_0x364bad=_0x1a28bd>=0x0?'+':'-';return''+_0x364bad+_0xee3076['toString']()[_0x1002f3(0x1ed)](0x2,'0')+_0x3621bf[_0x1002f3(0x1d1)]()[_0x1002f3(0x1ed)](0x2,'0');}function formatTimestamp(){const _0x26ead1=a89_0x500b,_0x4f0c11=new Date(),_0x11056d=_0x4f0c11[_0x26ead1(0x1fb)](),_0x4f3607=(_0x4f0c11[_0x26ead1(0x1f8)]()+0x1)[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x338330=_0x4f0c11['getDate']()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x3f10ff=_0x4f0c11[_0x26ead1(0x1dc)]()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0xd44361=_0x4f0c11['getMinutes']()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x2,'0'),_0x41a994=_0x4f0c11[_0x26ead1(0x1f9)]()['toString']()[_0x26ead1(0x1ed)](0x2,'0'),_0x39992a=_0x4f0c11[_0x26ead1(0x1f4)]()[_0x26ead1(0x1d1)]()[_0x26ead1(0x1ed)](0x3,'0'),_0x2d6894=getTimezoneOffset();return _0x11056d+'-'+_0x4f3607+'-'+_0x338330+'\x20'+_0x3f10ff+':'+_0xd44361+':'+_0x41a994+'.'+_0x39992a+_0x2d6894;}function a89_0x500b(_0x51f1ad,_0x4a966a){const _0x53090d=a89_0x5309();return a89_0x500b=function(_0x500b41,_0x22d55b){_0x500b41=_0x500b41-0x1c5;let _0xea2159=_0x53090d[_0x500b41];return _0xea2159;},a89_0x500b(_0x51f1ad,_0x4a966a);}function formatColoredLogEntry(_0x491521,_0x221c15){const _0x2ab4c2=a89_0x500b,_0x17bd77=formatTimestamp(),_0x4909e8=_0x221c15['map'](safeStringify)[_0x2ab4c2(0x1eb)]('\x20'),_0x4e8801=a89_0x25af63['gray'](_0x17bd77);let _0x5657b0;switch(_0x491521){case _0x2ab4c2(0x204):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1dd)]('['+_0x491521+']\x20');break;case'warn':_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1ca)]('['+_0x491521+']\x20');break;case _0x2ab4c2(0x1e3):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1cc)]('['+_0x491521+']');break;case _0x2ab4c2(0x1cd):_0x5657b0=a89_0x25af63[_0x2ab4c2(0x1f1)]('['+_0x491521+']');break;default:_0x5657b0='['+_0x491521+']';}return _0x4e8801+'\x20'+_0x5657b0+'\x20'+_0x4909e8;}export var LogLevel;(function(_0x19ab41){const _0x30d174=a89_0x500b;_0x19ab41[_0x19ab41[_0x30d174(0x1c8)]=-0x2]='TRACE',_0x19ab41[_0x19ab41[_0x30d174(0x1f3)]=-0x1]=_0x30d174(0x1f3),_0x19ab41[_0x19ab41[_0x30d174(0x1fc)]=0x0]='INFO',_0x19ab41[_0x19ab41['WARN']=0x1]=_0x30d174(0x1ec),_0x19ab41[_0x19ab41[_0x30d174(0x1d2)]=0x2]=_0x30d174(0x1d2);}(LogLevel||(LogLevel={})));export class TDXLogger{[a89_0x3389d3(0x1ff)];[a89_0x3389d3(0x1fa)];[a89_0x3389d3(0x1fd)];[a89_0x3389d3(0x1f7)];constructor(_0x179e1a=LogLevel[a89_0x3389d3(0x1fc)],_0x6799f9=![]){const _0x4d545a=a89_0x3389d3;this['logDir']=join(homedir(),_0x4d545a(0x1e9),'tdx',_0x4d545a(0x203)),this[_0x4d545a(0x1fd)]=_0x179e1a,this[_0x4d545a(0x1f7)]=_0x6799f9;}async[a89_0x3389d3(0x1ea)](){const _0x580ab0=a89_0x3389d3;try{await mkdir(this['logDir'],{'recursive':!![]}),await this[_0x580ab0(0x1d9)]();const _0xba39c4=join(this[_0x580ab0(0x1fa)],'tdx.log');this[_0x580ab0(0x1ff)]=createWriteStream(_0xba39c4,{'flags':'a'}),this[_0x580ab0(0x1ff)]['on'](_0x580ab0(0x1e3),_0x4eb037=>{const _0x5ce2c7=_0x580ab0;console['error'](_0x5ce2c7(0x1e5),_0x4eb037[_0x5ce2c7(0x1e2)]);});}catch(_0x6bb978){console['error'](_0x580ab0(0x1c6),_0x6bb978);}}async[a89_0x3389d3(0x1d9)](){const _0x41389d=a89_0x3389d3;try{const _0x589a72=await readdir(this['logDir']),_0x5373cb=new Date()[_0x41389d(0x1f5)]()[_0x41389d(0x1e6)]('T')[0x0];if(_0x589a72[_0x41389d(0x1d7)](_0x41389d(0x1ef))){const _0x52c84b=join(this[_0x41389d(0x1fa)],'tdx.log'),_0x2f1110=await stat(_0x52c84b),_0x3e4f0b=new Date(_0x2f1110[_0x41389d(0x1d8)])[_0x41389d(0x1f5)]()[_0x41389d(0x1e6)]('T')[0x0];if(_0x3e4f0b<_0x5373cb){const _0x4e3c91=join(this[_0x41389d(0x1fa)],_0x41389d(0x1cf)+_0x3e4f0b+_0x41389d(0x205));await rename(_0x52c84b,_0x4e3c91);}}const _0x35680a=await readdir(this['logDir']),_0x43485a=/^tdx-(\d{4}-\d{2}-\d{2})\.log$/,_0x4eb510=_0x35680a[_0x41389d(0x1ee)](_0x21a7a6=>_0x43485a[_0x41389d(0x1ce)](_0x21a7a6));for(const _0x20e3d1 of _0x4eb510){const _0x1cb767=join(this['logDir'],_0x20e3d1),_0x27d17c=join(this[_0x41389d(0x1fa)],_0x20e3d1+_0x41389d(0x202));try{await pipeline(createReadStream(_0x1cb767),createGzip(),createWriteStream(_0x27d17c)),await unlink(_0x1cb767);}catch(_0xb956f7){console[_0x41389d(0x1e3)](_0x41389d(0x1d6)+_0x20e3d1+':',_0xb956f7);}}}catch{}}[a89_0x3389d3(0x1cd)](..._0x1590d0){const _0x506fb1=a89_0x3389d3;if(this[_0x506fb1(0x1fd)]>LogLevel['DEBUG'])return;const _0x3a34b8=formatColoredLogEntry('debug',_0x1590d0);this[_0x506fb1(0x1ff)]?.[_0x506fb1(0x201)](_0x3a34b8+'\x0a');}[a89_0x3389d3(0x1fe)](..._0x2c3df3){const _0x2aad03=a89_0x3389d3;if(this[_0x2aad03(0x1fd)]>LogLevel['TRACE'])return;const _0x403162=formatColoredLogEntry(_0x2aad03(0x1fe),_0x2c3df3);this[_0x2aad03(0x1ff)]?.[_0x2aad03(0x201)](_0x403162+'\x0a');}[a89_0x3389d3(0x204)](..._0x383492){const _0x5571e3=a89_0x3389d3;if(this[_0x5571e3(0x1fd)]>LogLevel[_0x5571e3(0x1fc)])return;const _0x4b3cf2=formatColoredLogEntry(_0x5571e3(0x204),_0x383492);!this['fileOnly']&&console['log'](_0x4b3cf2),this[_0x5571e3(0x1ff)]?.[_0x5571e3(0x201)](_0x4b3cf2+'\x0a');}[a89_0x3389d3(0x1d0)](..._0x3ee287){const _0x466242=a89_0x3389d3;if(this[_0x466242(0x1fd)]>LogLevel[_0x466242(0x1ec)])return;const _0x3dc8a1=formatColoredLogEntry('warn',_0x3ee287);!this[_0x466242(0x1f7)]&&console['error'](_0x3dc8a1),this[_0x466242(0x1ff)]?.[_0x466242(0x201)](_0x3dc8a1+'\x0a');}['error'](..._0xca9b19){const _0x4d6fa7=a89_0x3389d3,_0x17478d=formatColoredLogEntry('error',_0xca9b19);!this[_0x4d6fa7(0x1f7)]&&console['error'](_0x17478d),this[_0x4d6fa7(0x1ff)]?.['write'](_0x17478d+'\x0a');}async[a89_0x3389d3(0x1e1)](){const _0x1c1fe1=a89_0x3389d3;return this[_0x1c1fe1(0x204)](_0x1c1fe1(0x1c7)),new Promise(_0x5c12eb=>{this['logStream']?this['logStream']['end'](()=>{_0x5c12eb();}):_0x5c12eb();});}[a89_0x3389d3(0x1f2)](){const _0x25ddd3=a89_0x3389d3;return join(this[_0x25ddd3(0x1fa)],_0x25ddd3(0x1ef));}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x572acd,_0x1b2576){const _0x59eaf5=a90_0x487a,_0x27c5da=_0x572acd();while(!![]){try{const _0x358886=-parseInt(_0x59eaf5(0x92))/0x1+-parseInt(_0x59eaf5(0x86))/0x2+parseInt(_0x59eaf5(0x8b))/0x3+parseInt(_0x59eaf5(0x8d))/0x4+-parseInt(_0x59eaf5(0x83))/0x5*(parseInt(_0x59eaf5(0x95))/0x6)+-parseInt(_0x59eaf5(0xa4))/0x7+parseInt(_0x59eaf5(0xa3))/0x8;if(_0x358886===_0x1b2576)break;else _0x27c5da['push'](_0x27c5da['shift']());}catch(_0x5df8d1){_0x27c5da['push'](_0x27c5da['shift']());}}}(a90_0x5985,0x2c2be));import{formatRows}from'./formatters.js';function a90_0x5985(){const _0xeb0b99=['(empty)','length','type','showTreeLines','map','push','children','dim','1989544ipePhJ','704326eOlyxU','folderCount','5vIcKuK','├──\x20','join','232398HHYzit','\x20\x20\x20\x20','segment','showMetadata','folder','709443VXUrVN','sort','466640kJBBeK','metadata','population','icon','\x20segment','88344IotpfE','showIcons','localeCompare','694482EEGDrq','segmentCount','name','indent','\x20folder','🎯\x20'];a90_0x5985=function(){return _0xeb0b99;};return a90_0x5985();}import a90_0x562759 from'chalk';function a90_0x487a(_0x474887,_0x909061){const _0x59854e=a90_0x5985();return a90_0x487a=function(_0x487adc,_0x246962){_0x487adc=_0x487adc-0x82;let _0xa1bcf6=_0x59854e[_0x487adc];return _0xa1bcf6;},a90_0x487a(_0x474887,_0x909061);}const DEFAULT_OPTIONS={'showTreeLines':!![],'showIcons':!![],'showMetadata':!![],'indent':'\x20\x20'};export function formatTree(_0x115812,_0x35cbfe={},_0x41ffe4=0x0,_0x4b2292=''){const _0x17e6d2=a90_0x487a,_0x46cd0c={...DEFAULT_OPTIONS,..._0x35cbfe},_0xf60c0f=[],_0x2ca39c=[..._0x115812][_0x17e6d2(0x8c)]((_0x4bcd64,_0x304bff)=>_0x4bcd64[_0x17e6d2(0x97)][_0x17e6d2(0x94)](_0x304bff[_0x17e6d2(0x97)]));for(let _0x4ee597=0x0;_0x4ee597<_0x2ca39c[_0x17e6d2(0x9c)];_0x4ee597++){const _0x47f017=_0x2ca39c[_0x4ee597],_0x41c8ea=_0x4ee597===_0x2ca39c[_0x17e6d2(0x9c)]-0x1;let _0x303938='';_0x41ffe4>0x0&&(_0x303938+=_0x4b2292);_0x46cd0c[_0x17e6d2(0x9e)]&&_0x41ffe4>0x0&&(_0x303938+=a90_0x562759[_0x17e6d2(0xa2)](_0x41c8ea?'└──\x20':_0x17e6d2(0x84)));_0x46cd0c[_0x17e6d2(0x93)]&&(_0x303938+=_0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x8a)?'📁\x20':_0x17e6d2(0x9a));_0x303938+=_0x47f017[_0x17e6d2(0x97)];if(_0x46cd0c['showMetadata']){if(_0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x8a)){const _0x41f777=[];_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x96)]&&_0x41f777['push'](_0x47f017['metadata'][_0x17e6d2(0x96)]+_0x17e6d2(0x91)+(_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x96)]!==0x1?'s':'')),_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]&&_0x41f777[_0x17e6d2(0xa0)](_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]+_0x17e6d2(0x99)+(_0x47f017[_0x17e6d2(0x8e)][_0x17e6d2(0x82)]!==0x1?'s':'')),_0x41f777[_0x17e6d2(0x9c)]>0x0&&(_0x303938+=a90_0x562759['dim']('\x20('+_0x41f777[_0x17e6d2(0x85)](',\x20')+')'));}else _0x47f017[_0x17e6d2(0x9d)]===_0x17e6d2(0x88)&&_0x47f017[_0x17e6d2(0x8f)]!==undefined&&(_0x303938+=a90_0x562759['dim']('\x20('+formatRows(_0x47f017[_0x17e6d2(0x8f)])+')'));}_0xf60c0f[_0x17e6d2(0xa0)](_0x303938);if(_0x47f017['children']&&_0x47f017[_0x17e6d2(0xa1)][_0x17e6d2(0x9c)]>0x0){let _0x5aa88b;if(_0x41ffe4===0x0)_0x5aa88b='';else _0x46cd0c['showTreeLines']?_0x5aa88b=_0x4b2292+(_0x41c8ea?_0x17e6d2(0x87):a90_0x562759[_0x17e6d2(0xa2)]('│')+'\x20\x20\x20'):_0x5aa88b=_0x4b2292+_0x46cd0c[_0x17e6d2(0x98)];const _0x51bedd=formatTree(_0x47f017[_0x17e6d2(0xa1)],_0x46cd0c,_0x41ffe4+0x1,_0x5aa88b);_0xf60c0f[_0x17e6d2(0xa0)](_0x51bedd);}}return _0xf60c0f[_0x17e6d2(0x85)]('\x0a');}export function formatFlatList(_0x5bce60,_0x3538ef,_0x58019b={}){const _0x3665df=a90_0x487a,_0x4c4012={...DEFAULT_OPTIONS,..._0x58019b},_0xee3645=[];for(const _0x195e30 of _0x5bce60){_0xee3645[_0x3665df(0xa0)]({'name':_0x195e30[_0x3665df(0x97)],'icon':_0x4c4012[_0x3665df(0x93)]?'📁':'','metadata':undefined});}for(const _0x2bd396 of _0x3538ef){const _0x400d56=_0x4c4012[_0x3665df(0x89)]&&_0x2bd396['population']!==undefined?a90_0x562759['dim']('\x20('+formatRows(_0x2bd396[_0x3665df(0x8f)])+')'):'';_0xee3645[_0x3665df(0xa0)]({'name':_0x2bd396['name'],'icon':_0x4c4012[_0x3665df(0x93)]?'🎯':'','metadata':_0x400d56});}_0xee3645['sort']((_0x188993,_0x2a9e66)=>_0x188993[_0x3665df(0x97)]['localeCompare'](_0x2a9e66[_0x3665df(0x97)]));if(_0xee3645[_0x3665df(0x9c)]===0x0)return _0x3665df(0x9b);const _0x36e7f3=_0xee3645[_0x3665df(0x9f)](_0x577119=>{const _0x3dcd40=_0x3665df,_0x4db981=_0x577119[_0x3dcd40(0x90)]?_0x577119[_0x3dcd40(0x90)]+'\x20':'',_0x32bd89=_0x577119[_0x3dcd40(0x8e)]||'';return''+_0x4db981+_0x577119[_0x3dcd40(0x97)]+_0x32bd89;});return _0x36e7f3[_0x3665df(0x85)]('\x0a');}
|