typescript-virtual-container 1.3.4 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (368) hide show
  1. package/.vscode/settings.json +0 -1
  2. package/README.md +674 -1504
  3. package/benchmark-results.txt +21 -21
  4. package/builds/self-standalone.js +282 -332
  5. package/builds/self-standalone.js.map +4 -4
  6. package/builds/standalone-wo-sftp.js +218 -282
  7. package/builds/standalone-wo-sftp.js.map +4 -4
  8. package/builds/standalone.js +271 -335
  9. package/builds/standalone.js.map +4 -4
  10. package/builds/web-full-api.min.js +3 -3
  11. package/builds/web-full-api.min.js.map +4 -4
  12. package/builds/web.min.js +2 -2
  13. package/builds/web.min.js.map +4 -4
  14. package/bun.lock +14 -12
  15. package/dist/SSHClient/index.d.ts.map +1 -1
  16. package/dist/SSHClient/index.js +5 -3
  17. package/dist/SSHMimic/executor.d.ts +1 -3
  18. package/dist/SSHMimic/executor.d.ts.map +1 -1
  19. package/dist/SSHMimic/executor.js +20 -22
  20. package/dist/SSHMimic/index.d.ts.map +1 -1
  21. package/dist/SSHMimic/index.js +5 -3
  22. package/dist/SSHMimic/sftp.d.ts.map +1 -1
  23. package/dist/SSHMimic/sftp.js +26 -21
  24. package/dist/VirtualPackageManager/index.d.ts.map +1 -1
  25. package/dist/VirtualPackageManager/index.js +29 -1
  26. package/dist/VirtualShell/shell.d.ts.map +1 -1
  27. package/dist/VirtualShell/shell.js +25 -3
  28. package/dist/VirtualShell/shellParser.d.ts +1 -8
  29. package/dist/VirtualShell/shellParser.d.ts.map +1 -1
  30. package/dist/VirtualShell/shellParser.js +2 -81
  31. package/dist/VirtualUserManager/index.d.ts +7 -1
  32. package/dist/VirtualUserManager/index.d.ts.map +1 -1
  33. package/dist/VirtualUserManager/index.js +47 -16
  34. package/dist/commands/adduser.d.ts +10 -4
  35. package/dist/commands/adduser.d.ts.map +1 -1
  36. package/dist/commands/adduser.js +75 -12
  37. package/dist/commands/alias.d.ts +5 -0
  38. package/dist/commands/alias.d.ts.map +1 -1
  39. package/dist/commands/alias.js +5 -0
  40. package/dist/commands/apt.d.ts +5 -0
  41. package/dist/commands/apt.d.ts.map +1 -1
  42. package/dist/commands/apt.js +5 -0
  43. package/dist/commands/awk.d.ts +10 -8
  44. package/dist/commands/awk.d.ts.map +1 -1
  45. package/dist/commands/awk.js +156 -28
  46. package/dist/commands/cd.d.ts.map +1 -1
  47. package/dist/commands/cd.js +0 -3
  48. package/dist/commands/clear.d.ts +5 -0
  49. package/dist/commands/clear.d.ts.map +1 -1
  50. package/dist/commands/clear.js +5 -0
  51. package/dist/commands/command-helpers.d.ts.map +1 -1
  52. package/dist/commands/command-helpers.js +8 -0
  53. package/dist/commands/curl.d.ts.map +1 -1
  54. package/dist/commands/curl.js +2 -1
  55. package/dist/commands/declare.d.ts +5 -0
  56. package/dist/commands/declare.d.ts.map +1 -1
  57. package/dist/commands/declare.js +5 -0
  58. package/dist/commands/deluser.d.ts +12 -0
  59. package/dist/commands/deluser.d.ts.map +1 -1
  60. package/dist/commands/deluser.js +72 -6
  61. package/dist/commands/df.d.ts +5 -0
  62. package/dist/commands/df.d.ts.map +1 -1
  63. package/dist/commands/df.js +5 -0
  64. package/dist/commands/du.d.ts +5 -0
  65. package/dist/commands/du.d.ts.map +1 -1
  66. package/dist/commands/du.js +5 -0
  67. package/dist/commands/export.d.ts +5 -0
  68. package/dist/commands/export.d.ts.map +1 -1
  69. package/dist/commands/export.js +5 -0
  70. package/dist/commands/grep.d.ts.map +1 -1
  71. package/dist/commands/grep.js +22 -4
  72. package/dist/commands/groups.d.ts +5 -0
  73. package/dist/commands/groups.d.ts.map +1 -1
  74. package/dist/commands/groups.js +5 -0
  75. package/dist/commands/gzip.d.ts +5 -2
  76. package/dist/commands/gzip.d.ts.map +1 -1
  77. package/dist/commands/gzip.js +54 -28
  78. package/dist/commands/head.d.ts.map +1 -1
  79. package/dist/commands/head.js +12 -3
  80. package/dist/commands/htop.d.ts +5 -0
  81. package/dist/commands/htop.d.ts.map +1 -1
  82. package/dist/commands/htop.js +5 -0
  83. package/dist/commands/kill.d.ts +5 -0
  84. package/dist/commands/kill.d.ts.map +1 -1
  85. package/dist/commands/kill.js +5 -0
  86. package/dist/commands/ln.d.ts +2 -0
  87. package/dist/commands/ln.d.ts.map +1 -1
  88. package/dist/commands/ln.js +22 -0
  89. package/dist/commands/ls.d.ts.map +1 -1
  90. package/dist/commands/ls.js +15 -0
  91. package/dist/commands/lsb-release.d.ts +5 -0
  92. package/dist/commands/lsb-release.d.ts.map +1 -1
  93. package/dist/commands/lsb-release.js +5 -0
  94. package/dist/commands/man.d.ts.map +1 -1
  95. package/dist/commands/man.js +30 -136
  96. package/dist/commands/mkdir.d.ts +5 -0
  97. package/dist/commands/mkdir.d.ts.map +1 -1
  98. package/dist/commands/mkdir.js +5 -0
  99. package/dist/commands/mv.d.ts +5 -0
  100. package/dist/commands/mv.d.ts.map +1 -1
  101. package/dist/commands/mv.js +5 -0
  102. package/dist/commands/nano.d.ts +5 -0
  103. package/dist/commands/nano.d.ts.map +1 -1
  104. package/dist/commands/nano.js +5 -0
  105. package/dist/commands/neofetch.d.ts +5 -0
  106. package/dist/commands/neofetch.d.ts.map +1 -1
  107. package/dist/commands/neofetch.js +14 -5
  108. package/dist/commands/passwd.d.ts +8 -0
  109. package/dist/commands/passwd.d.ts.map +1 -1
  110. package/dist/commands/passwd.js +32 -11
  111. package/dist/commands/ping.d.ts +5 -0
  112. package/dist/commands/ping.d.ts.map +1 -1
  113. package/dist/commands/ping.js +5 -0
  114. package/dist/commands/printf.d.ts +5 -0
  115. package/dist/commands/printf.d.ts.map +1 -1
  116. package/dist/commands/printf.js +43 -12
  117. package/dist/commands/ps.d.ts +5 -0
  118. package/dist/commands/ps.d.ts.map +1 -1
  119. package/dist/commands/ps.js +5 -0
  120. package/dist/commands/read.d.ts +5 -0
  121. package/dist/commands/read.d.ts.map +1 -1
  122. package/dist/commands/read.js +5 -0
  123. package/dist/commands/registry.d.ts.map +1 -1
  124. package/dist/commands/registry.js +4 -1
  125. package/dist/commands/rm.d.ts +5 -0
  126. package/dist/commands/rm.d.ts.map +1 -1
  127. package/dist/commands/rm.js +5 -0
  128. package/dist/commands/runtime.d.ts.map +1 -1
  129. package/dist/commands/runtime.js +1 -57
  130. package/dist/commands/sed.d.ts +5 -0
  131. package/dist/commands/sed.d.ts.map +1 -1
  132. package/dist/commands/sed.js +5 -0
  133. package/dist/commands/set.d.ts +5 -6
  134. package/dist/commands/set.d.ts.map +1 -1
  135. package/dist/commands/set.js +5 -22
  136. package/dist/commands/sh.d.ts +6 -0
  137. package/dist/commands/sh.d.ts.map +1 -1
  138. package/dist/commands/sh.js +6 -0
  139. package/dist/commands/shift.d.ts +10 -0
  140. package/dist/commands/shift.d.ts.map +1 -1
  141. package/dist/commands/shift.js +10 -0
  142. package/dist/commands/sleep.d.ts +5 -0
  143. package/dist/commands/sleep.d.ts.map +1 -1
  144. package/dist/commands/sleep.js +5 -0
  145. package/dist/commands/sort.d.ts +5 -0
  146. package/dist/commands/sort.d.ts.map +1 -1
  147. package/dist/commands/sort.js +5 -0
  148. package/dist/commands/source.d.ts +5 -0
  149. package/dist/commands/source.d.ts.map +1 -1
  150. package/dist/commands/source.js +5 -0
  151. package/dist/commands/stat.d.ts +7 -0
  152. package/dist/commands/stat.d.ts.map +1 -0
  153. package/dist/commands/stat.js +56 -0
  154. package/dist/commands/su.d.ts +13 -0
  155. package/dist/commands/su.d.ts.map +1 -1
  156. package/dist/commands/su.js +45 -14
  157. package/dist/commands/sudo.d.ts.map +1 -1
  158. package/dist/commands/sudo.js +5 -0
  159. package/dist/commands/tail.d.ts +5 -0
  160. package/dist/commands/tail.d.ts.map +1 -1
  161. package/dist/commands/tail.js +15 -3
  162. package/dist/commands/tar.d.ts +5 -0
  163. package/dist/commands/tar.d.ts.map +1 -1
  164. package/dist/commands/tar.js +40 -10
  165. package/dist/commands/tee.d.ts +5 -0
  166. package/dist/commands/tee.d.ts.map +1 -1
  167. package/dist/commands/tee.js +5 -0
  168. package/dist/commands/touch.d.ts +5 -0
  169. package/dist/commands/touch.d.ts.map +1 -1
  170. package/dist/commands/touch.js +5 -0
  171. package/dist/commands/tr.d.ts.map +1 -1
  172. package/dist/commands/tr.js +45 -10
  173. package/dist/commands/tree.d.ts +5 -0
  174. package/dist/commands/tree.d.ts.map +1 -1
  175. package/dist/commands/tree.js +5 -0
  176. package/dist/commands/true.d.ts +10 -0
  177. package/dist/commands/true.d.ts.map +1 -1
  178. package/dist/commands/true.js +10 -0
  179. package/dist/commands/type.d.ts +5 -0
  180. package/dist/commands/type.d.ts.map +1 -1
  181. package/dist/commands/type.js +5 -0
  182. package/dist/commands/uname.d.ts +5 -0
  183. package/dist/commands/uname.d.ts.map +1 -1
  184. package/dist/commands/uname.js +5 -0
  185. package/dist/commands/uniq.d.ts +5 -0
  186. package/dist/commands/uniq.d.ts.map +1 -1
  187. package/dist/commands/uniq.js +5 -0
  188. package/dist/commands/unset.d.ts +5 -0
  189. package/dist/commands/unset.d.ts.map +1 -1
  190. package/dist/commands/unset.js +5 -0
  191. package/dist/commands/uptime.d.ts +5 -0
  192. package/dist/commands/uptime.d.ts.map +1 -1
  193. package/dist/commands/uptime.js +5 -0
  194. package/dist/commands/wc.d.ts +5 -0
  195. package/dist/commands/wc.d.ts.map +1 -1
  196. package/dist/commands/wc.js +5 -0
  197. package/dist/commands/wget.d.ts +5 -0
  198. package/dist/commands/wget.d.ts.map +1 -1
  199. package/dist/commands/wget.js +16 -1
  200. package/dist/commands/who.d.ts +5 -0
  201. package/dist/commands/who.d.ts.map +1 -1
  202. package/dist/commands/who.js +5 -0
  203. package/dist/commands/whoami.d.ts +5 -0
  204. package/dist/commands/whoami.d.ts.map +1 -1
  205. package/dist/commands/whoami.js +5 -0
  206. package/dist/commands/xargs.d.ts +5 -0
  207. package/dist/commands/xargs.d.ts.map +1 -1
  208. package/dist/commands/xargs.js +5 -0
  209. package/dist/self-standalone.js +254 -30
  210. package/dist/types/commands.d.ts +36 -0
  211. package/dist/types/commands.d.ts.map +1 -1
  212. package/dist/utils/tokenize.d.ts +20 -0
  213. package/dist/utils/tokenize.d.ts.map +1 -0
  214. package/dist/utils/tokenize.js +74 -0
  215. package/examples/web.min.js +2 -2
  216. package/package.json +2 -2
  217. package/src/SSHClient/index.ts +6 -3
  218. package/src/SSHMimic/executor.ts +21 -44
  219. package/src/SSHMimic/index.ts +7 -5
  220. package/src/SSHMimic/sftp.ts +28 -21
  221. package/src/VirtualPackageManager/index.ts +29 -1
  222. package/src/VirtualShell/shell.ts +34 -4
  223. package/src/VirtualShell/shellParser.ts +2 -103
  224. package/src/VirtualUserManager/index.ts +43 -19
  225. package/src/commands/adduser.ts +86 -13
  226. package/src/commands/alias.ts +5 -0
  227. package/src/commands/apt.ts +5 -0
  228. package/src/commands/awk.ts +154 -29
  229. package/src/commands/cd.ts +0 -4
  230. package/src/commands/clear.ts +5 -0
  231. package/src/commands/command-helpers.ts +9 -0
  232. package/src/commands/curl.ts +2 -1
  233. package/src/commands/declare.ts +5 -0
  234. package/src/commands/deluser.ts +84 -7
  235. package/src/commands/df.ts +5 -0
  236. package/src/commands/du.ts +5 -0
  237. package/src/commands/export.ts +5 -0
  238. package/src/commands/grep.ts +21 -8
  239. package/src/commands/groups.ts +5 -0
  240. package/src/commands/gzip.ts +61 -28
  241. package/src/commands/head.ts +14 -4
  242. package/src/commands/htop.ts +5 -0
  243. package/src/commands/kill.ts +5 -0
  244. package/src/commands/ln.ts +22 -0
  245. package/src/commands/ls.ts +17 -0
  246. package/src/commands/lsb-release.ts +5 -0
  247. package/src/commands/man.ts +38 -143
  248. package/src/commands/manuals/adduser.txt +11 -0
  249. package/src/commands/manuals/apt-cache.txt +12 -0
  250. package/src/commands/manuals/apt.txt +20 -0
  251. package/src/commands/manuals/awk.txt +13 -0
  252. package/src/commands/manuals/cat.txt +14 -0
  253. package/src/commands/manuals/cd.txt +16 -0
  254. package/src/commands/manuals/chmod.txt +16 -0
  255. package/src/commands/manuals/clear.txt +10 -0
  256. package/src/commands/manuals/cp.txt +10 -0
  257. package/src/commands/manuals/curl.txt +20 -0
  258. package/src/commands/manuals/date.txt +14 -0
  259. package/src/commands/manuals/declare.txt +12 -0
  260. package/src/commands/manuals/deluser.txt +10 -0
  261. package/src/commands/manuals/df.txt +10 -0
  262. package/src/commands/manuals/dpkg-query.txt +11 -0
  263. package/src/commands/manuals/dpkg.txt +14 -0
  264. package/src/commands/manuals/du.txt +11 -0
  265. package/src/commands/manuals/echo.txt +11 -0
  266. package/src/commands/manuals/false.txt +10 -0
  267. package/src/commands/manuals/find.txt +11 -0
  268. package/src/commands/manuals/free.txt +12 -0
  269. package/src/commands/manuals/grep.txt +13 -0
  270. package/src/commands/manuals/groups.txt +10 -0
  271. package/src/commands/manuals/gzip.txt +11 -0
  272. package/src/commands/manuals/head.txt +10 -0
  273. package/src/commands/manuals/help.txt +11 -0
  274. package/src/commands/manuals/history.txt +11 -0
  275. package/src/commands/manuals/hostname.txt +10 -0
  276. package/src/commands/manuals/id.txt +10 -0
  277. package/src/commands/manuals/kill.txt +13 -0
  278. package/src/commands/manuals/ls.txt +20 -0
  279. package/src/commands/manuals/lsb_release.txt +14 -0
  280. package/src/commands/manuals/mkdir.txt +10 -0
  281. package/src/commands/manuals/mv.txt +10 -0
  282. package/src/commands/manuals/nano.txt +11 -0
  283. package/src/commands/manuals/neofetch.txt +10 -0
  284. package/src/commands/manuals/node.txt +13 -0
  285. package/src/commands/manuals/npm.txt +13 -0
  286. package/src/commands/manuals/npx.txt +13 -0
  287. package/src/commands/manuals/passwd.txt +11 -0
  288. package/src/commands/manuals/ping.txt +10 -0
  289. package/src/commands/manuals/printf.txt +11 -0
  290. package/src/commands/manuals/ps.txt +10 -0
  291. package/src/commands/manuals/pwd.txt +10 -0
  292. package/src/commands/manuals/python3.txt +13 -0
  293. package/src/commands/manuals/readlink.txt +10 -0
  294. package/src/commands/manuals/return.txt +10 -0
  295. package/src/commands/manuals/rm.txt +10 -0
  296. package/src/commands/manuals/sed.txt +11 -0
  297. package/src/commands/manuals/set.txt +11 -0
  298. package/src/commands/manuals/shift.txt +10 -0
  299. package/src/commands/manuals/sleep.txt +10 -0
  300. package/src/commands/manuals/sort.txt +12 -0
  301. package/src/commands/manuals/source.txt +11 -0
  302. package/src/commands/manuals/ssh.txt +11 -0
  303. package/src/commands/manuals/stat.txt +10 -0
  304. package/src/commands/manuals/su.txt +13 -0
  305. package/src/commands/manuals/sudo.txt +11 -0
  306. package/src/commands/manuals/tail.txt +10 -0
  307. package/src/commands/manuals/tar.txt +19 -0
  308. package/src/commands/manuals/tee.txt +10 -0
  309. package/src/commands/manuals/test.txt +11 -0
  310. package/src/commands/manuals/touch.txt +11 -0
  311. package/src/commands/manuals/tr.txt +10 -0
  312. package/src/commands/manuals/trap.txt +10 -0
  313. package/src/commands/manuals/true.txt +10 -0
  314. package/src/commands/manuals/type.txt +10 -0
  315. package/src/commands/manuals/uname.txt +12 -0
  316. package/src/commands/manuals/uniq.txt +12 -0
  317. package/src/commands/manuals/unset.txt +10 -0
  318. package/src/commands/manuals/uptime.txt +11 -0
  319. package/src/commands/manuals/wc.txt +12 -0
  320. package/src/commands/manuals/wget.txt +12 -0
  321. package/src/commands/manuals/which.txt +10 -0
  322. package/src/commands/manuals/whoami.txt +10 -0
  323. package/src/commands/manuals/xargs.txt +10 -0
  324. package/src/commands/mkdir.ts +5 -0
  325. package/src/commands/mv.ts +5 -0
  326. package/src/commands/nano.ts +5 -0
  327. package/src/commands/neofetch.ts +15 -6
  328. package/src/commands/passwd.ts +35 -12
  329. package/src/commands/ping.ts +5 -0
  330. package/src/commands/printf.ts +30 -13
  331. package/src/commands/ps.ts +5 -0
  332. package/src/commands/read.ts +5 -0
  333. package/src/commands/registry.ts +4 -1
  334. package/src/commands/rm.ts +5 -0
  335. package/src/commands/runtime.ts +1 -61
  336. package/src/commands/sed.ts +5 -0
  337. package/src/commands/set.ts +5 -24
  338. package/src/commands/sh.ts +9 -3
  339. package/src/commands/shift.ts +10 -0
  340. package/src/commands/sleep.ts +5 -0
  341. package/src/commands/sort.ts +5 -0
  342. package/src/commands/source.ts +5 -0
  343. package/src/commands/stat.ts +61 -0
  344. package/src/commands/su.ts +54 -16
  345. package/src/commands/sudo.ts +5 -0
  346. package/src/commands/tail.ts +17 -3
  347. package/src/commands/tar.ts +38 -15
  348. package/src/commands/tee.ts +5 -0
  349. package/src/commands/touch.ts +5 -0
  350. package/src/commands/tr.ts +54 -10
  351. package/src/commands/tree.ts +5 -0
  352. package/src/commands/true.ts +10 -0
  353. package/src/commands/type.ts +5 -0
  354. package/src/commands/uname.ts +5 -0
  355. package/src/commands/uniq.ts +5 -0
  356. package/src/commands/unset.ts +5 -0
  357. package/src/commands/uptime.ts +5 -0
  358. package/src/commands/wc.ts +5 -0
  359. package/src/commands/wget.ts +17 -1
  360. package/src/commands/who.ts +5 -0
  361. package/src/commands/whoami.ts +5 -0
  362. package/src/commands/xargs.ts +5 -0
  363. package/src/self-standalone.ts +316 -33
  364. package/src/types/commands.ts +37 -0
  365. package/src/utils/tokenize.ts +78 -0
  366. package/tests/new-features.test.ts +2 -2
  367. package/builds/web-iife.min.js +0 -13
  368. package/builds/web-iife.min.js.map +0 -7
@@ -1,357 +1,286 @@
1
- "use strict";var jh=Object.create;var vc=Object.defineProperty;var Xh=Object.getOwnPropertyDescriptor;var Jh=Object.getOwnPropertyNames;var Zh=Object.getPrototypeOf,ep=Object.prototype.hasOwnProperty;var ct=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports);var tp=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of Jh(t))!ep.call(r,s)&&s!==e&&vc(r,s,{get:()=>t[s],enumerable:!(n=Xh(t,s))||n.enumerable});return r};var Kt=(r,t,e)=>(e=r!=null?jh(Zh(r)):{},tp(t||!r||!r.__esModule?vc(e,"default",{value:r,enumerable:!0}):e,r));var ss=ct((pS,Ml)=>{Ml.exports={newInvalidAsn1Error:function(r){var t=new Error;return t.name="InvalidAsn1Error",t.message=r||"",t}}});var os=ct((gS,$l)=>{$l.exports={EOC:0,Boolean:1,Integer:2,BitString:3,OctetString:4,Null:5,OID:6,ObjectDescriptor:7,External:8,Real:9,Enumeration:10,PDV:11,Utf8String:12,RelativeOID:13,Sequence:16,Set:17,NumericString:18,PrintableString:19,T61String:20,VideotexString:21,IA5String:22,UTCTime:23,GeneralizedTime:24,GraphicString:25,VisibleString:26,GeneralString:28,UniversalString:29,CharacterString:30,BMPString:31,Constructor:32,Context:128}});var bo=ct((mS,Fl)=>{"use strict";var as=require("buffer"),kn=as.Buffer,lr={},ur;for(ur in as)as.hasOwnProperty(ur)&&(ur==="SlowBuffer"||ur==="Buffer"||(lr[ur]=as[ur]));var Bn=lr.Buffer={};for(ur in kn)kn.hasOwnProperty(ur)&&(ur==="allocUnsafe"||ur==="allocUnsafeSlow"||(Bn[ur]=kn[ur]));lr.Buffer.prototype=kn.prototype;(!Bn.from||Bn.from===Uint8Array.from)&&(Bn.from=function(r,t,e){if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type '+typeof r);if(r&&typeof r.length>"u")throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);return kn(r,t,e)});Bn.alloc||(Bn.alloc=function(r,t,e){if(typeof r!="number")throw new TypeError('The "size" argument must be of type number. Received type '+typeof r);if(r<0||r>=2*(1<<30))throw new RangeError('The value "'+r+'" is invalid for option "size"');var n=kn(r);return!t||t.length===0?n.fill(0):typeof e=="string"?n.fill(t,e):n.fill(t),n});if(!lr.kStringMaxLength)try{lr.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch{}lr.constants||(lr.constants={MAX_LENGTH:lr.kMaxLength},lr.kStringMaxLength&&(lr.constants.MAX_STRING_LENGTH=lr.kStringMaxLength));Fl.exports=lr});var Wl=ct((AS,Ql)=>{var eg=require("assert"),Hl=bo().Buffer,ui=os(),tg=ss(),Rn=tg.newInvalidAsn1Error;function jt(r){if(!r||!Hl.isBuffer(r))throw new TypeError("data must be a node Buffer");this._buf=r,this._size=r.length,this._len=0,this._offset=0}Object.defineProperty(jt.prototype,"length",{enumerable:!0,get:function(){return this._len}});Object.defineProperty(jt.prototype,"offset",{enumerable:!0,get:function(){return this._offset}});Object.defineProperty(jt.prototype,"remain",{get:function(){return this._size-this._offset}});Object.defineProperty(jt.prototype,"buffer",{get:function(){return this._buf.slice(this._offset)}});jt.prototype.readByte=function(r){if(this._size-this._offset<1)return null;var t=this._buf[this._offset]&255;return r||(this._offset+=1),t};jt.prototype.peek=function(){return this.readByte(!0)};jt.prototype.readLength=function(r){if(r===void 0&&(r=this._offset),r>=this._size)return null;var t=this._buf[r++]&255;if(t===null)return null;if((t&128)===128){if(t&=127,t===0)throw Rn("Indefinite length not supported");if(t>4)throw Rn("encoding too long");if(this._size-r<t)return null;this._len=0;for(var e=0;e<t;e++)this._len=(this._len<<8)+(this._buf[r++]&255)}else this._len=t;return r};jt.prototype.readSequence=function(r){var t=this.peek();if(t===null)return null;if(r!==void 0&&r!==t)throw Rn("Expected 0x"+r.toString(16)+": got 0x"+t.toString(16));var e=this.readLength(this._offset+1);return e===null?null:(this._offset=e,t)};jt.prototype.readInt=function(){return this._readTag(ui.Integer)};jt.prototype.readBoolean=function(){return this._readTag(ui.Boolean)!==0};jt.prototype.readEnumeration=function(){return this._readTag(ui.Enumeration)};jt.prototype.readString=function(r,t){r||(r=ui.OctetString);var e=this.peek();if(e===null)return null;if(e!==r)throw Rn("Expected 0x"+r.toString(16)+": got 0x"+e.toString(16));var n=this.readLength(this._offset+1);if(n===null||this.length>this._size-n)return null;if(this._offset=n,this.length===0)return t?Hl.alloc(0):"";var s=this._buf.slice(this._offset,this._offset+this.length);return this._offset+=this.length,t?s:s.toString("utf8")};jt.prototype.readOID=function(r){r||(r=ui.OID);var t=this.readString(r,!0);if(t===null)return null;for(var e=[],n=0,s=0;s<t.length;s++){var i=t[s]&255;n<<=7,n+=i&127,(i&128)===0&&(e.push(n),n=0)}return n=e.shift(),e.unshift(n%40),e.unshift(n/40>>0),e.join(".")};jt.prototype._readTag=function(r){eg.ok(r!==void 0);var t=this.peek();if(t===null)return null;if(t!==r)throw Rn("Expected 0x"+r.toString(16)+": got 0x"+t.toString(16));var e=this.readLength(this._offset+1);if(e===null)return null;if(this.length>4)throw Rn("Integer too long: "+this.length);if(this.length>this._size-e)return null;this._offset=e;for(var n=this._buf[this._offset],s=0,i=0;i<this.length;i++)s<<=8,s|=this._buf[this._offset++]&255;return(n&128)===128&&i!==4&&(s-=1<<i*8),s>>0};Ql.exports=jt});var Kl=ct((ES,ql)=>{var Hr=require("assert"),cs=bo().Buffer,Qr=os(),rg=ss(),fs=rg.newInvalidAsn1Error,ng={size:1024,growthFactor:8};function ig(r,t){Hr.ok(r),Hr.equal(typeof r,"object"),Hr.ok(t),Hr.equal(typeof t,"object");var e=Object.getOwnPropertyNames(r);return e.forEach(function(n){if(!t[n]){var s=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,s)}}),t}function Vt(r){r=ig(ng,r||{}),this._buf=cs.alloc(r.size||1024),this._size=this._buf.length,this._offset=0,this._options=r,this._seq=[]}Object.defineProperty(Vt.prototype,"buffer",{get:function(){if(this._seq.length)throw fs(this._seq.length+" unended sequence(s)");return this._buf.slice(0,this._offset)}});Vt.prototype.writeByte=function(r){if(typeof r!="number")throw new TypeError("argument must be a Number");this._ensure(1),this._buf[this._offset++]=r};Vt.prototype.writeInt=function(r,t){if(typeof r!="number")throw new TypeError("argument must be a Number");typeof t!="number"&&(t=Qr.Integer);for(var e=4;((r&4286578688)===0||(r&4286578688)===-8388608)&&e>1;)e--,r<<=8;if(e>4)throw fs("BER ints cannot be > 0xffffffff");for(this._ensure(2+e),this._buf[this._offset++]=t,this._buf[this._offset++]=e;e-- >0;)this._buf[this._offset++]=(r&4278190080)>>>24,r<<=8};Vt.prototype.writeNull=function(){this.writeByte(Qr.Null),this.writeByte(0)};Vt.prototype.writeEnumeration=function(r,t){if(typeof r!="number")throw new TypeError("argument must be a Number");return typeof t!="number"&&(t=Qr.Enumeration),this.writeInt(r,t)};Vt.prototype.writeBoolean=function(r,t){if(typeof r!="boolean")throw new TypeError("argument must be a Boolean");typeof t!="number"&&(t=Qr.Boolean),this._ensure(3),this._buf[this._offset++]=t,this._buf[this._offset++]=1,this._buf[this._offset++]=r?255:0};Vt.prototype.writeString=function(r,t){if(typeof r!="string")throw new TypeError("argument must be a string (was: "+typeof r+")");typeof t!="number"&&(t=Qr.OctetString);var e=cs.byteLength(r);this.writeByte(t),this.writeLength(e),e&&(this._ensure(e),this._buf.write(r,this._offset),this._offset+=e)};Vt.prototype.writeBuffer=function(r,t){if(typeof t!="number")throw new TypeError("tag must be a number");if(!cs.isBuffer(r))throw new TypeError("argument must be a buffer");this.writeByte(t),this.writeLength(r.length),this._ensure(r.length),r.copy(this._buf,this._offset,0,r.length),this._offset+=r.length};Vt.prototype.writeStringArray=function(r){if(!r instanceof Array)throw new TypeError("argument must be an Array[String]");var t=this;r.forEach(function(e){t.writeString(e)})};Vt.prototype.writeOID=function(r,t){if(typeof r!="string")throw new TypeError("argument must be a string");if(typeof t!="number"&&(t=Qr.OID),!/^([0-9]+\.){3,}[0-9]+$/.test(r))throw new Error("argument is not a valid OID string");function e(o,a){a<128?o.push(a):a<16384?(o.push(a>>>7|128),o.push(a&127)):a<2097152?(o.push(a>>>14|128),o.push((a>>>7|128)&255),o.push(a&127)):a<268435456?(o.push(a>>>21|128),o.push((a>>>14|128)&255),o.push((a>>>7|128)&255),o.push(a&127)):(o.push((a>>>28|128)&255),o.push((a>>>21|128)&255),o.push((a>>>14|128)&255),o.push((a>>>7|128)&255),o.push(a&127))}var n=r.split("."),s=[];s.push(parseInt(n[0],10)*40+parseInt(n[1],10)),n.slice(2).forEach(function(o){e(s,parseInt(o,10))});var i=this;this._ensure(2+s.length),this.writeByte(t),this.writeLength(s.length),s.forEach(function(o){i.writeByte(o)})};Vt.prototype.writeLength=function(r){if(typeof r!="number")throw new TypeError("argument must be a Number");if(this._ensure(4),r<=127)this._buf[this._offset++]=r;else if(r<=255)this._buf[this._offset++]=129,this._buf[this._offset++]=r;else if(r<=65535)this._buf[this._offset++]=130,this._buf[this._offset++]=r>>8,this._buf[this._offset++]=r;else if(r<=16777215)this._buf[this._offset++]=131,this._buf[this._offset++]=r>>16,this._buf[this._offset++]=r>>8,this._buf[this._offset++]=r;else throw fs("Length too long (> 4 bytes)")};Vt.prototype.startSequence=function(r){typeof r!="number"&&(r=Qr.Sequence|Qr.Constructor),this.writeByte(r),this._seq.push(this._offset),this._ensure(3),this._offset+=3};Vt.prototype.endSequence=function(){var r=this._seq.pop(),t=r+3,e=this._offset-t;if(e<=127)this._shift(t,e,-2),this._buf[r]=e;else if(e<=255)this._shift(t,e,-1),this._buf[r]=129,this._buf[r+1]=e;else if(e<=65535)this._buf[r]=130,this._buf[r+1]=e>>8,this._buf[r+2]=e;else if(e<=16777215)this._shift(t,e,1),this._buf[r]=131,this._buf[r+1]=e>>16,this._buf[r+2]=e>>8,this._buf[r+3]=e;else throw fs("Sequence too long")};Vt.prototype._shift=function(r,t,e){Hr.ok(r!==void 0),Hr.ok(t!==void 0),Hr.ok(e),this._buf.copy(this._buf,r+e,r,r+t),this._offset+=e};Vt.prototype._ensure=function(r){if(Hr.ok(r),this._size-this._offset<r){var t=this._size*this._options.growthFactor;t-this._offset<r&&(t+=r);var e=cs.alloc(t);this._buf.copy(e,0,0,this._offset),this._buf=e,this._size=t}};ql.exports=Vt});var Vl=ct((_S,ds)=>{var So=ss(),xo=os(),sg=Wl(),og=Kl();ds.exports={Reader:sg,Writer:og};for(ls in xo)xo.hasOwnProperty(ls)&&(ds.exports[ls]=xo[ls]);var ls;for(us in So)So.hasOwnProperty(us)&&(ds.exports[us]=So[us]);var us});var di=ct((yS,Gl)=>{var wo=Vl();Gl.exports={Ber:wo,BerReader:wo.Reader,BerWriter:wo.Writer}});var Yl=ct((bS,hs)=>{(function(r){"use strict";var t=function(p){var A,m=new Float64Array(16);if(p)for(A=0;A<p.length;A++)m[A]=p[A];return m},e=function(){throw new Error("no PRNG")},n=new Uint8Array(16),s=new Uint8Array(32);s[0]=9;var i=t(),o=t([1]),a=t([56129,1]),c=t([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),f=t([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),l=t([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),u=t([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),h=t([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function g(p,A,m,d){p[A]=m>>24&255,p[A+1]=m>>16&255,p[A+2]=m>>8&255,p[A+3]=m&255,p[A+4]=d>>24&255,p[A+5]=d>>16&255,p[A+6]=d>>8&255,p[A+7]=d&255}function y(p,A,m,d,E){var P,$=0;for(P=0;P<E;P++)$|=p[A+P]^m[d+P];return(1&$-1>>>8)-1}function _(p,A,m,d){return y(p,A,m,d,16)}function b(p,A,m,d){return y(p,A,m,d,32)}function C(p,A,m,d){for(var E=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,P=m[0]&255|(m[1]&255)<<8|(m[2]&255)<<16|(m[3]&255)<<24,$=m[4]&255|(m[5]&255)<<8|(m[6]&255)<<16|(m[7]&255)<<24,X=m[8]&255|(m[9]&255)<<8|(m[10]&255)<<16|(m[11]&255)<<24,ae=m[12]&255|(m[13]&255)<<8|(m[14]&255)<<16|(m[15]&255)<<24,me=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,he=A[0]&255|(A[1]&255)<<8|(A[2]&255)<<16|(A[3]&255)<<24,rt=A[4]&255|(A[5]&255)<<8|(A[6]&255)<<16|(A[7]&255)<<24,ge=A[8]&255|(A[9]&255)<<8|(A[10]&255)<<16|(A[11]&255)<<24,Te=A[12]&255|(A[13]&255)<<8|(A[14]&255)<<16|(A[15]&255)<<24,Le=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,He=m[16]&255|(m[17]&255)<<8|(m[18]&255)<<16|(m[19]&255)<<24,Me=m[20]&255|(m[21]&255)<<8|(m[22]&255)<<16|(m[23]&255)<<24,De=m[24]&255|(m[25]&255)<<8|(m[26]&255)<<16|(m[27]&255)<<24,Oe=m[28]&255|(m[29]&255)<<8|(m[30]&255)<<16|(m[31]&255)<<24,Ue=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,Ae=E,be=P,pe=$,Ee=X,_e=ae,de=me,Q=he,W=rt,ie=ge,j=Te,J=Le,oe=He,Ce=Me,Qe=De,qe=Oe,We=Ue,x,Ve=0;Ve<20;Ve+=2)x=Ae+Ce|0,_e^=x<<7|x>>>25,x=_e+Ae|0,ie^=x<<9|x>>>23,x=ie+_e|0,Ce^=x<<13|x>>>19,x=Ce+ie|0,Ae^=x<<18|x>>>14,x=de+be|0,j^=x<<7|x>>>25,x=j+de|0,Qe^=x<<9|x>>>23,x=Qe+j|0,be^=x<<13|x>>>19,x=be+Qe|0,de^=x<<18|x>>>14,x=J+Q|0,qe^=x<<7|x>>>25,x=qe+J|0,pe^=x<<9|x>>>23,x=pe+qe|0,Q^=x<<13|x>>>19,x=Q+pe|0,J^=x<<18|x>>>14,x=We+oe|0,Ee^=x<<7|x>>>25,x=Ee+We|0,W^=x<<9|x>>>23,x=W+Ee|0,oe^=x<<13|x>>>19,x=oe+W|0,We^=x<<18|x>>>14,x=Ae+Ee|0,be^=x<<7|x>>>25,x=be+Ae|0,pe^=x<<9|x>>>23,x=pe+be|0,Ee^=x<<13|x>>>19,x=Ee+pe|0,Ae^=x<<18|x>>>14,x=de+_e|0,Q^=x<<7|x>>>25,x=Q+de|0,W^=x<<9|x>>>23,x=W+Q|0,_e^=x<<13|x>>>19,x=_e+W|0,de^=x<<18|x>>>14,x=J+j|0,oe^=x<<7|x>>>25,x=oe+J|0,ie^=x<<9|x>>>23,x=ie+oe|0,j^=x<<13|x>>>19,x=j+ie|0,J^=x<<18|x>>>14,x=We+qe|0,Ce^=x<<7|x>>>25,x=Ce+We|0,Qe^=x<<9|x>>>23,x=Qe+Ce|0,qe^=x<<13|x>>>19,x=qe+Qe|0,We^=x<<18|x>>>14;Ae=Ae+E|0,be=be+P|0,pe=pe+$|0,Ee=Ee+X|0,_e=_e+ae|0,de=de+me|0,Q=Q+he|0,W=W+rt|0,ie=ie+ge|0,j=j+Te|0,J=J+Le|0,oe=oe+He|0,Ce=Ce+Me|0,Qe=Qe+De|0,qe=qe+Oe|0,We=We+Ue|0,p[0]=Ae>>>0&255,p[1]=Ae>>>8&255,p[2]=Ae>>>16&255,p[3]=Ae>>>24&255,p[4]=be>>>0&255,p[5]=be>>>8&255,p[6]=be>>>16&255,p[7]=be>>>24&255,p[8]=pe>>>0&255,p[9]=pe>>>8&255,p[10]=pe>>>16&255,p[11]=pe>>>24&255,p[12]=Ee>>>0&255,p[13]=Ee>>>8&255,p[14]=Ee>>>16&255,p[15]=Ee>>>24&255,p[16]=_e>>>0&255,p[17]=_e>>>8&255,p[18]=_e>>>16&255,p[19]=_e>>>24&255,p[20]=de>>>0&255,p[21]=de>>>8&255,p[22]=de>>>16&255,p[23]=de>>>24&255,p[24]=Q>>>0&255,p[25]=Q>>>8&255,p[26]=Q>>>16&255,p[27]=Q>>>24&255,p[28]=W>>>0&255,p[29]=W>>>8&255,p[30]=W>>>16&255,p[31]=W>>>24&255,p[32]=ie>>>0&255,p[33]=ie>>>8&255,p[34]=ie>>>16&255,p[35]=ie>>>24&255,p[36]=j>>>0&255,p[37]=j>>>8&255,p[38]=j>>>16&255,p[39]=j>>>24&255,p[40]=J>>>0&255,p[41]=J>>>8&255,p[42]=J>>>16&255,p[43]=J>>>24&255,p[44]=oe>>>0&255,p[45]=oe>>>8&255,p[46]=oe>>>16&255,p[47]=oe>>>24&255,p[48]=Ce>>>0&255,p[49]=Ce>>>8&255,p[50]=Ce>>>16&255,p[51]=Ce>>>24&255,p[52]=Qe>>>0&255,p[53]=Qe>>>8&255,p[54]=Qe>>>16&255,p[55]=Qe>>>24&255,p[56]=qe>>>0&255,p[57]=qe>>>8&255,p[58]=qe>>>16&255,p[59]=qe>>>24&255,p[60]=We>>>0&255,p[61]=We>>>8&255,p[62]=We>>>16&255,p[63]=We>>>24&255}function L(p,A,m,d){for(var E=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,P=m[0]&255|(m[1]&255)<<8|(m[2]&255)<<16|(m[3]&255)<<24,$=m[4]&255|(m[5]&255)<<8|(m[6]&255)<<16|(m[7]&255)<<24,X=m[8]&255|(m[9]&255)<<8|(m[10]&255)<<16|(m[11]&255)<<24,ae=m[12]&255|(m[13]&255)<<8|(m[14]&255)<<16|(m[15]&255)<<24,me=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,he=A[0]&255|(A[1]&255)<<8|(A[2]&255)<<16|(A[3]&255)<<24,rt=A[4]&255|(A[5]&255)<<8|(A[6]&255)<<16|(A[7]&255)<<24,ge=A[8]&255|(A[9]&255)<<8|(A[10]&255)<<16|(A[11]&255)<<24,Te=A[12]&255|(A[13]&255)<<8|(A[14]&255)<<16|(A[15]&255)<<24,Le=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,He=m[16]&255|(m[17]&255)<<8|(m[18]&255)<<16|(m[19]&255)<<24,Me=m[20]&255|(m[21]&255)<<8|(m[22]&255)<<16|(m[23]&255)<<24,De=m[24]&255|(m[25]&255)<<8|(m[26]&255)<<16|(m[27]&255)<<24,Oe=m[28]&255|(m[29]&255)<<8|(m[30]&255)<<16|(m[31]&255)<<24,Ue=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,Ae=E,be=P,pe=$,Ee=X,_e=ae,de=me,Q=he,W=rt,ie=ge,j=Te,J=Le,oe=He,Ce=Me,Qe=De,qe=Oe,We=Ue,x,Ve=0;Ve<20;Ve+=2)x=Ae+Ce|0,_e^=x<<7|x>>>25,x=_e+Ae|0,ie^=x<<9|x>>>23,x=ie+_e|0,Ce^=x<<13|x>>>19,x=Ce+ie|0,Ae^=x<<18|x>>>14,x=de+be|0,j^=x<<7|x>>>25,x=j+de|0,Qe^=x<<9|x>>>23,x=Qe+j|0,be^=x<<13|x>>>19,x=be+Qe|0,de^=x<<18|x>>>14,x=J+Q|0,qe^=x<<7|x>>>25,x=qe+J|0,pe^=x<<9|x>>>23,x=pe+qe|0,Q^=x<<13|x>>>19,x=Q+pe|0,J^=x<<18|x>>>14,x=We+oe|0,Ee^=x<<7|x>>>25,x=Ee+We|0,W^=x<<9|x>>>23,x=W+Ee|0,oe^=x<<13|x>>>19,x=oe+W|0,We^=x<<18|x>>>14,x=Ae+Ee|0,be^=x<<7|x>>>25,x=be+Ae|0,pe^=x<<9|x>>>23,x=pe+be|0,Ee^=x<<13|x>>>19,x=Ee+pe|0,Ae^=x<<18|x>>>14,x=de+_e|0,Q^=x<<7|x>>>25,x=Q+de|0,W^=x<<9|x>>>23,x=W+Q|0,_e^=x<<13|x>>>19,x=_e+W|0,de^=x<<18|x>>>14,x=J+j|0,oe^=x<<7|x>>>25,x=oe+J|0,ie^=x<<9|x>>>23,x=ie+oe|0,j^=x<<13|x>>>19,x=j+ie|0,J^=x<<18|x>>>14,x=We+qe|0,Ce^=x<<7|x>>>25,x=Ce+We|0,Qe^=x<<9|x>>>23,x=Qe+Ce|0,qe^=x<<13|x>>>19,x=qe+Qe|0,We^=x<<18|x>>>14;p[0]=Ae>>>0&255,p[1]=Ae>>>8&255,p[2]=Ae>>>16&255,p[3]=Ae>>>24&255,p[4]=de>>>0&255,p[5]=de>>>8&255,p[6]=de>>>16&255,p[7]=de>>>24&255,p[8]=J>>>0&255,p[9]=J>>>8&255,p[10]=J>>>16&255,p[11]=J>>>24&255,p[12]=We>>>0&255,p[13]=We>>>8&255,p[14]=We>>>16&255,p[15]=We>>>24&255,p[16]=Q>>>0&255,p[17]=Q>>>8&255,p[18]=Q>>>16&255,p[19]=Q>>>24&255,p[20]=W>>>0&255,p[21]=W>>>8&255,p[22]=W>>>16&255,p[23]=W>>>24&255,p[24]=ie>>>0&255,p[25]=ie>>>8&255,p[26]=ie>>>16&255,p[27]=ie>>>24&255,p[28]=j>>>0&255,p[29]=j>>>8&255,p[30]=j>>>16&255,p[31]=j>>>24&255}function F(p,A,m,d){C(p,A,m,d)}function k(p,A,m,d){L(p,A,m,d)}var K=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function ee(p,A,m,d,E,P,$){var X=new Uint8Array(16),ae=new Uint8Array(64),me,he;for(he=0;he<16;he++)X[he]=0;for(he=0;he<8;he++)X[he]=P[he];for(;E>=64;){for(F(ae,X,$,K),he=0;he<64;he++)p[A+he]=m[d+he]^ae[he];for(me=1,he=8;he<16;he++)me=me+(X[he]&255)|0,X[he]=me&255,me>>>=8;E-=64,A+=64,d+=64}if(E>0)for(F(ae,X,$,K),he=0;he<E;he++)p[A+he]=m[d+he]^ae[he];return 0}function O(p,A,m,d,E){var P=new Uint8Array(16),$=new Uint8Array(64),X,ae;for(ae=0;ae<16;ae++)P[ae]=0;for(ae=0;ae<8;ae++)P[ae]=d[ae];for(;m>=64;){for(F($,P,E,K),ae=0;ae<64;ae++)p[A+ae]=$[ae];for(X=1,ae=8;ae<16;ae++)X=X+(P[ae]&255)|0,P[ae]=X&255,X>>>=8;m-=64,A+=64}if(m>0)for(F($,P,E,K),ae=0;ae<m;ae++)p[A+ae]=$[ae];return 0}function S(p,A,m,d,E){var P=new Uint8Array(32);k(P,d,E,K);for(var $=new Uint8Array(8),X=0;X<8;X++)$[X]=d[X+16];return O(p,A,m,$,P)}function w(p,A,m,d,E,P,$){var X=new Uint8Array(32);k(X,P,$,K);for(var ae=new Uint8Array(8),me=0;me<8;me++)ae[me]=P[me+16];return ee(p,A,m,d,E,ae,X)}var I=function(p){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var A,m,d,E,P,$,X,ae;A=p[0]&255|(p[1]&255)<<8,this.r[0]=A&8191,m=p[2]&255|(p[3]&255)<<8,this.r[1]=(A>>>13|m<<3)&8191,d=p[4]&255|(p[5]&255)<<8,this.r[2]=(m>>>10|d<<6)&7939,E=p[6]&255|(p[7]&255)<<8,this.r[3]=(d>>>7|E<<9)&8191,P=p[8]&255|(p[9]&255)<<8,this.r[4]=(E>>>4|P<<12)&255,this.r[5]=P>>>1&8190,$=p[10]&255|(p[11]&255)<<8,this.r[6]=(P>>>14|$<<2)&8191,X=p[12]&255|(p[13]&255)<<8,this.r[7]=($>>>11|X<<5)&8065,ae=p[14]&255|(p[15]&255)<<8,this.r[8]=(X>>>8|ae<<8)&8191,this.r[9]=ae>>>5&127,this.pad[0]=p[16]&255|(p[17]&255)<<8,this.pad[1]=p[18]&255|(p[19]&255)<<8,this.pad[2]=p[20]&255|(p[21]&255)<<8,this.pad[3]=p[22]&255|(p[23]&255)<<8,this.pad[4]=p[24]&255|(p[25]&255)<<8,this.pad[5]=p[26]&255|(p[27]&255)<<8,this.pad[6]=p[28]&255|(p[29]&255)<<8,this.pad[7]=p[30]&255|(p[31]&255)<<8};I.prototype.blocks=function(p,A,m){for(var d=this.fin?0:2048,E,P,$,X,ae,me,he,rt,ge,Te,Le,He,Me,De,Oe,Ue,Ae,be,pe,Ee=this.h[0],_e=this.h[1],de=this.h[2],Q=this.h[3],W=this.h[4],ie=this.h[5],j=this.h[6],J=this.h[7],oe=this.h[8],Ce=this.h[9],Qe=this.r[0],qe=this.r[1],We=this.r[2],x=this.r[3],Ve=this.r[4],nt=this.r[5],it=this.r[6],Ke=this.r[7],Ze=this.r[8],et=this.r[9];m>=16;)E=p[A+0]&255|(p[A+1]&255)<<8,Ee+=E&8191,P=p[A+2]&255|(p[A+3]&255)<<8,_e+=(E>>>13|P<<3)&8191,$=p[A+4]&255|(p[A+5]&255)<<8,de+=(P>>>10|$<<6)&8191,X=p[A+6]&255|(p[A+7]&255)<<8,Q+=($>>>7|X<<9)&8191,ae=p[A+8]&255|(p[A+9]&255)<<8,W+=(X>>>4|ae<<12)&8191,ie+=ae>>>1&8191,me=p[A+10]&255|(p[A+11]&255)<<8,j+=(ae>>>14|me<<2)&8191,he=p[A+12]&255|(p[A+13]&255)<<8,J+=(me>>>11|he<<5)&8191,rt=p[A+14]&255|(p[A+15]&255)<<8,oe+=(he>>>8|rt<<8)&8191,Ce+=rt>>>5|d,ge=0,Te=ge,Te+=Ee*Qe,Te+=_e*(5*et),Te+=de*(5*Ze),Te+=Q*(5*Ke),Te+=W*(5*it),ge=Te>>>13,Te&=8191,Te+=ie*(5*nt),Te+=j*(5*Ve),Te+=J*(5*x),Te+=oe*(5*We),Te+=Ce*(5*qe),ge+=Te>>>13,Te&=8191,Le=ge,Le+=Ee*qe,Le+=_e*Qe,Le+=de*(5*et),Le+=Q*(5*Ze),Le+=W*(5*Ke),ge=Le>>>13,Le&=8191,Le+=ie*(5*it),Le+=j*(5*nt),Le+=J*(5*Ve),Le+=oe*(5*x),Le+=Ce*(5*We),ge+=Le>>>13,Le&=8191,He=ge,He+=Ee*We,He+=_e*qe,He+=de*Qe,He+=Q*(5*et),He+=W*(5*Ze),ge=He>>>13,He&=8191,He+=ie*(5*Ke),He+=j*(5*it),He+=J*(5*nt),He+=oe*(5*Ve),He+=Ce*(5*x),ge+=He>>>13,He&=8191,Me=ge,Me+=Ee*x,Me+=_e*We,Me+=de*qe,Me+=Q*Qe,Me+=W*(5*et),ge=Me>>>13,Me&=8191,Me+=ie*(5*Ze),Me+=j*(5*Ke),Me+=J*(5*it),Me+=oe*(5*nt),Me+=Ce*(5*Ve),ge+=Me>>>13,Me&=8191,De=ge,De+=Ee*Ve,De+=_e*x,De+=de*We,De+=Q*qe,De+=W*Qe,ge=De>>>13,De&=8191,De+=ie*(5*et),De+=j*(5*Ze),De+=J*(5*Ke),De+=oe*(5*it),De+=Ce*(5*nt),ge+=De>>>13,De&=8191,Oe=ge,Oe+=Ee*nt,Oe+=_e*Ve,Oe+=de*x,Oe+=Q*We,Oe+=W*qe,ge=Oe>>>13,Oe&=8191,Oe+=ie*Qe,Oe+=j*(5*et),Oe+=J*(5*Ze),Oe+=oe*(5*Ke),Oe+=Ce*(5*it),ge+=Oe>>>13,Oe&=8191,Ue=ge,Ue+=Ee*it,Ue+=_e*nt,Ue+=de*Ve,Ue+=Q*x,Ue+=W*We,ge=Ue>>>13,Ue&=8191,Ue+=ie*qe,Ue+=j*Qe,Ue+=J*(5*et),Ue+=oe*(5*Ze),Ue+=Ce*(5*Ke),ge+=Ue>>>13,Ue&=8191,Ae=ge,Ae+=Ee*Ke,Ae+=_e*it,Ae+=de*nt,Ae+=Q*Ve,Ae+=W*x,ge=Ae>>>13,Ae&=8191,Ae+=ie*We,Ae+=j*qe,Ae+=J*Qe,Ae+=oe*(5*et),Ae+=Ce*(5*Ze),ge+=Ae>>>13,Ae&=8191,be=ge,be+=Ee*Ze,be+=_e*Ke,be+=de*it,be+=Q*nt,be+=W*Ve,ge=be>>>13,be&=8191,be+=ie*x,be+=j*We,be+=J*qe,be+=oe*Qe,be+=Ce*(5*et),ge+=be>>>13,be&=8191,pe=ge,pe+=Ee*et,pe+=_e*Ze,pe+=de*Ke,pe+=Q*it,pe+=W*nt,ge=pe>>>13,pe&=8191,pe+=ie*Ve,pe+=j*x,pe+=J*We,pe+=oe*qe,pe+=Ce*Qe,ge+=pe>>>13,pe&=8191,ge=(ge<<2)+ge|0,ge=ge+Te|0,Te=ge&8191,ge=ge>>>13,Le+=ge,Ee=Te,_e=Le,de=He,Q=Me,W=De,ie=Oe,j=Ue,J=Ae,oe=be,Ce=pe,A+=16,m-=16;this.h[0]=Ee,this.h[1]=_e,this.h[2]=de,this.h[3]=Q,this.h[4]=W,this.h[5]=ie,this.h[6]=j,this.h[7]=J,this.h[8]=oe,this.h[9]=Ce},I.prototype.finish=function(p,A){var m=new Uint16Array(10),d,E,P,$;if(this.leftover){for($=this.leftover,this.buffer[$++]=1;$<16;$++)this.buffer[$]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(d=this.h[1]>>>13,this.h[1]&=8191,$=2;$<10;$++)this.h[$]+=d,d=this.h[$]>>>13,this.h[$]&=8191;for(this.h[0]+=d*5,d=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=d,d=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=d,m[0]=this.h[0]+5,d=m[0]>>>13,m[0]&=8191,$=1;$<10;$++)m[$]=this.h[$]+d,d=m[$]>>>13,m[$]&=8191;for(m[9]-=8192,E=(d^1)-1,$=0;$<10;$++)m[$]&=E;for(E=~E,$=0;$<10;$++)this.h[$]=this.h[$]&E|m[$];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,P=this.h[0]+this.pad[0],this.h[0]=P&65535,$=1;$<8;$++)P=(this.h[$]+this.pad[$]|0)+(P>>>16)|0,this.h[$]=P&65535;p[A+0]=this.h[0]>>>0&255,p[A+1]=this.h[0]>>>8&255,p[A+2]=this.h[1]>>>0&255,p[A+3]=this.h[1]>>>8&255,p[A+4]=this.h[2]>>>0&255,p[A+5]=this.h[2]>>>8&255,p[A+6]=this.h[3]>>>0&255,p[A+7]=this.h[3]>>>8&255,p[A+8]=this.h[4]>>>0&255,p[A+9]=this.h[4]>>>8&255,p[A+10]=this.h[5]>>>0&255,p[A+11]=this.h[5]>>>8&255,p[A+12]=this.h[6]>>>0&255,p[A+13]=this.h[6]>>>8&255,p[A+14]=this.h[7]>>>0&255,p[A+15]=this.h[7]>>>8&255},I.prototype.update=function(p,A,m){var d,E;if(this.leftover){for(E=16-this.leftover,E>m&&(E=m),d=0;d<E;d++)this.buffer[this.leftover+d]=p[A+d];if(m-=E,A+=E,this.leftover+=E,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(m>=16&&(E=m-m%16,this.blocks(p,A,E),A+=E,m-=E),m){for(d=0;d<m;d++)this.buffer[this.leftover+d]=p[A+d];this.leftover+=m}};function D(p,A,m,d,E,P){var $=new I(P);return $.update(m,d,E),$.finish(p,A),0}function R(p,A,m,d,E,P){var $=new Uint8Array(16);return D($,0,m,d,E,P),_(p,A,$,0)}function ne(p,A,m,d,E){var P;if(m<32)return-1;for(w(p,0,A,0,m,d,E),D(p,16,p,32,m-32,p),P=0;P<16;P++)p[P]=0;return 0}function G(p,A,m,d,E){var P,$=new Uint8Array(32);if(m<32||(S($,0,32,d,E),R(A,16,A,32,m-32,$)!==0))return-1;for(w(p,0,A,0,m,d,E),P=0;P<32;P++)p[P]=0;return 0}function Y(p,A){var m;for(m=0;m<16;m++)p[m]=A[m]|0}function re(p){var A,m,d=1;for(A=0;A<16;A++)m=p[A]+d+65535,d=Math.floor(m/65536),p[A]=m-d*65536;p[0]+=d-1+37*(d-1)}function ce(p,A,m){for(var d,E=~(m-1),P=0;P<16;P++)d=E&(p[P]^A[P]),p[P]^=d,A[P]^=d}function U(p,A){var m,d,E,P=t(),$=t();for(m=0;m<16;m++)$[m]=A[m];for(re($),re($),re($),d=0;d<2;d++){for(P[0]=$[0]-65517,m=1;m<15;m++)P[m]=$[m]-65535-(P[m-1]>>16&1),P[m-1]&=65535;P[15]=$[15]-32767-(P[14]>>16&1),E=P[15]>>16&1,P[14]&=65535,ce($,P,1-E)}for(m=0;m<16;m++)p[2*m]=$[m]&255,p[2*m+1]=$[m]>>8}function v(p,A){var m=new Uint8Array(32),d=new Uint8Array(32);return U(m,p),U(d,A),b(m,0,d,0)}function N(p){var A=new Uint8Array(32);return U(A,p),A[0]&1}function H(p,A){var m;for(m=0;m<16;m++)p[m]=A[2*m]+(A[2*m+1]<<8);p[15]&=32767}function Z(p,A,m){for(var d=0;d<16;d++)p[d]=A[d]+m[d]}function fe(p,A,m){for(var d=0;d<16;d++)p[d]=A[d]-m[d]}function se(p,A,m){var d,E,P=0,$=0,X=0,ae=0,me=0,he=0,rt=0,ge=0,Te=0,Le=0,He=0,Me=0,De=0,Oe=0,Ue=0,Ae=0,be=0,pe=0,Ee=0,_e=0,de=0,Q=0,W=0,ie=0,j=0,J=0,oe=0,Ce=0,Qe=0,qe=0,We=0,x=m[0],Ve=m[1],nt=m[2],it=m[3],Ke=m[4],Ze=m[5],et=m[6],kt=m[7],ft=m[8],wt=m[9],It=m[10],Ct=m[11],Dt=m[12],Qt=m[13],Wt=m[14],qt=m[15];d=A[0],P+=d*x,$+=d*Ve,X+=d*nt,ae+=d*it,me+=d*Ke,he+=d*Ze,rt+=d*et,ge+=d*kt,Te+=d*ft,Le+=d*wt,He+=d*It,Me+=d*Ct,De+=d*Dt,Oe+=d*Qt,Ue+=d*Wt,Ae+=d*qt,d=A[1],$+=d*x,X+=d*Ve,ae+=d*nt,me+=d*it,he+=d*Ke,rt+=d*Ze,ge+=d*et,Te+=d*kt,Le+=d*ft,He+=d*wt,Me+=d*It,De+=d*Ct,Oe+=d*Dt,Ue+=d*Qt,Ae+=d*Wt,be+=d*qt,d=A[2],X+=d*x,ae+=d*Ve,me+=d*nt,he+=d*it,rt+=d*Ke,ge+=d*Ze,Te+=d*et,Le+=d*kt,He+=d*ft,Me+=d*wt,De+=d*It,Oe+=d*Ct,Ue+=d*Dt,Ae+=d*Qt,be+=d*Wt,pe+=d*qt,d=A[3],ae+=d*x,me+=d*Ve,he+=d*nt,rt+=d*it,ge+=d*Ke,Te+=d*Ze,Le+=d*et,He+=d*kt,Me+=d*ft,De+=d*wt,Oe+=d*It,Ue+=d*Ct,Ae+=d*Dt,be+=d*Qt,pe+=d*Wt,Ee+=d*qt,d=A[4],me+=d*x,he+=d*Ve,rt+=d*nt,ge+=d*it,Te+=d*Ke,Le+=d*Ze,He+=d*et,Me+=d*kt,De+=d*ft,Oe+=d*wt,Ue+=d*It,Ae+=d*Ct,be+=d*Dt,pe+=d*Qt,Ee+=d*Wt,_e+=d*qt,d=A[5],he+=d*x,rt+=d*Ve,ge+=d*nt,Te+=d*it,Le+=d*Ke,He+=d*Ze,Me+=d*et,De+=d*kt,Oe+=d*ft,Ue+=d*wt,Ae+=d*It,be+=d*Ct,pe+=d*Dt,Ee+=d*Qt,_e+=d*Wt,de+=d*qt,d=A[6],rt+=d*x,ge+=d*Ve,Te+=d*nt,Le+=d*it,He+=d*Ke,Me+=d*Ze,De+=d*et,Oe+=d*kt,Ue+=d*ft,Ae+=d*wt,be+=d*It,pe+=d*Ct,Ee+=d*Dt,_e+=d*Qt,de+=d*Wt,Q+=d*qt,d=A[7],ge+=d*x,Te+=d*Ve,Le+=d*nt,He+=d*it,Me+=d*Ke,De+=d*Ze,Oe+=d*et,Ue+=d*kt,Ae+=d*ft,be+=d*wt,pe+=d*It,Ee+=d*Ct,_e+=d*Dt,de+=d*Qt,Q+=d*Wt,W+=d*qt,d=A[8],Te+=d*x,Le+=d*Ve,He+=d*nt,Me+=d*it,De+=d*Ke,Oe+=d*Ze,Ue+=d*et,Ae+=d*kt,be+=d*ft,pe+=d*wt,Ee+=d*It,_e+=d*Ct,de+=d*Dt,Q+=d*Qt,W+=d*Wt,ie+=d*qt,d=A[9],Le+=d*x,He+=d*Ve,Me+=d*nt,De+=d*it,Oe+=d*Ke,Ue+=d*Ze,Ae+=d*et,be+=d*kt,pe+=d*ft,Ee+=d*wt,_e+=d*It,de+=d*Ct,Q+=d*Dt,W+=d*Qt,ie+=d*Wt,j+=d*qt,d=A[10],He+=d*x,Me+=d*Ve,De+=d*nt,Oe+=d*it,Ue+=d*Ke,Ae+=d*Ze,be+=d*et,pe+=d*kt,Ee+=d*ft,_e+=d*wt,de+=d*It,Q+=d*Ct,W+=d*Dt,ie+=d*Qt,j+=d*Wt,J+=d*qt,d=A[11],Me+=d*x,De+=d*Ve,Oe+=d*nt,Ue+=d*it,Ae+=d*Ke,be+=d*Ze,pe+=d*et,Ee+=d*kt,_e+=d*ft,de+=d*wt,Q+=d*It,W+=d*Ct,ie+=d*Dt,j+=d*Qt,J+=d*Wt,oe+=d*qt,d=A[12],De+=d*x,Oe+=d*Ve,Ue+=d*nt,Ae+=d*it,be+=d*Ke,pe+=d*Ze,Ee+=d*et,_e+=d*kt,de+=d*ft,Q+=d*wt,W+=d*It,ie+=d*Ct,j+=d*Dt,J+=d*Qt,oe+=d*Wt,Ce+=d*qt,d=A[13],Oe+=d*x,Ue+=d*Ve,Ae+=d*nt,be+=d*it,pe+=d*Ke,Ee+=d*Ze,_e+=d*et,de+=d*kt,Q+=d*ft,W+=d*wt,ie+=d*It,j+=d*Ct,J+=d*Dt,oe+=d*Qt,Ce+=d*Wt,Qe+=d*qt,d=A[14],Ue+=d*x,Ae+=d*Ve,be+=d*nt,pe+=d*it,Ee+=d*Ke,_e+=d*Ze,de+=d*et,Q+=d*kt,W+=d*ft,ie+=d*wt,j+=d*It,J+=d*Ct,oe+=d*Dt,Ce+=d*Qt,Qe+=d*Wt,qe+=d*qt,d=A[15],Ae+=d*x,be+=d*Ve,pe+=d*nt,Ee+=d*it,_e+=d*Ke,de+=d*Ze,Q+=d*et,W+=d*kt,ie+=d*ft,j+=d*wt,J+=d*It,oe+=d*Ct,Ce+=d*Dt,Qe+=d*Qt,qe+=d*Wt,We+=d*qt,P+=38*be,$+=38*pe,X+=38*Ee,ae+=38*_e,me+=38*de,he+=38*Q,rt+=38*W,ge+=38*ie,Te+=38*j,Le+=38*J,He+=38*oe,Me+=38*Ce,De+=38*Qe,Oe+=38*qe,Ue+=38*We,E=1,d=P+E+65535,E=Math.floor(d/65536),P=d-E*65536,d=$+E+65535,E=Math.floor(d/65536),$=d-E*65536,d=X+E+65535,E=Math.floor(d/65536),X=d-E*65536,d=ae+E+65535,E=Math.floor(d/65536),ae=d-E*65536,d=me+E+65535,E=Math.floor(d/65536),me=d-E*65536,d=he+E+65535,E=Math.floor(d/65536),he=d-E*65536,d=rt+E+65535,E=Math.floor(d/65536),rt=d-E*65536,d=ge+E+65535,E=Math.floor(d/65536),ge=d-E*65536,d=Te+E+65535,E=Math.floor(d/65536),Te=d-E*65536,d=Le+E+65535,E=Math.floor(d/65536),Le=d-E*65536,d=He+E+65535,E=Math.floor(d/65536),He=d-E*65536,d=Me+E+65535,E=Math.floor(d/65536),Me=d-E*65536,d=De+E+65535,E=Math.floor(d/65536),De=d-E*65536,d=Oe+E+65535,E=Math.floor(d/65536),Oe=d-E*65536,d=Ue+E+65535,E=Math.floor(d/65536),Ue=d-E*65536,d=Ae+E+65535,E=Math.floor(d/65536),Ae=d-E*65536,P+=E-1+37*(E-1),E=1,d=P+E+65535,E=Math.floor(d/65536),P=d-E*65536,d=$+E+65535,E=Math.floor(d/65536),$=d-E*65536,d=X+E+65535,E=Math.floor(d/65536),X=d-E*65536,d=ae+E+65535,E=Math.floor(d/65536),ae=d-E*65536,d=me+E+65535,E=Math.floor(d/65536),me=d-E*65536,d=he+E+65535,E=Math.floor(d/65536),he=d-E*65536,d=rt+E+65535,E=Math.floor(d/65536),rt=d-E*65536,d=ge+E+65535,E=Math.floor(d/65536),ge=d-E*65536,d=Te+E+65535,E=Math.floor(d/65536),Te=d-E*65536,d=Le+E+65535,E=Math.floor(d/65536),Le=d-E*65536,d=He+E+65535,E=Math.floor(d/65536),He=d-E*65536,d=Me+E+65535,E=Math.floor(d/65536),Me=d-E*65536,d=De+E+65535,E=Math.floor(d/65536),De=d-E*65536,d=Oe+E+65535,E=Math.floor(d/65536),Oe=d-E*65536,d=Ue+E+65535,E=Math.floor(d/65536),Ue=d-E*65536,d=Ae+E+65535,E=Math.floor(d/65536),Ae=d-E*65536,P+=E-1+37*(E-1),p[0]=P,p[1]=$,p[2]=X,p[3]=ae,p[4]=me,p[5]=he,p[6]=rt,p[7]=ge,p[8]=Te,p[9]=Le,p[10]=He,p[11]=Me,p[12]=De,p[13]=Oe,p[14]=Ue,p[15]=Ae}function je(p,A){se(p,A,A)}function yt(p,A){var m=t(),d;for(d=0;d<16;d++)m[d]=A[d];for(d=253;d>=0;d--)je(m,m),d!==2&&d!==4&&se(m,m,A);for(d=0;d<16;d++)p[d]=m[d]}function Er(p,A){var m=t(),d;for(d=0;d<16;d++)m[d]=A[d];for(d=250;d>=0;d--)je(m,m),d!==1&&se(m,m,A);for(d=0;d<16;d++)p[d]=m[d]}function gn(p,A,m){var d=new Uint8Array(32),E=new Float64Array(80),P,$,X=t(),ae=t(),me=t(),he=t(),rt=t(),ge=t();for($=0;$<31;$++)d[$]=A[$];for(d[31]=A[31]&127|64,d[0]&=248,H(E,m),$=0;$<16;$++)ae[$]=E[$],he[$]=X[$]=me[$]=0;for(X[0]=he[0]=1,$=254;$>=0;--$)P=d[$>>>3]>>>($&7)&1,ce(X,ae,P),ce(me,he,P),Z(rt,X,me),fe(X,X,me),Z(me,ae,he),fe(ae,ae,he),je(he,rt),je(ge,X),se(X,me,X),se(me,ae,rt),Z(rt,X,me),fe(X,X,me),je(ae,X),fe(me,he,ge),se(X,me,a),Z(X,X,he),se(me,me,X),se(X,he,ge),se(he,ae,E),je(ae,rt),ce(X,ae,P),ce(me,he,P);for($=0;$<16;$++)E[$+16]=X[$],E[$+32]=me[$],E[$+48]=ae[$],E[$+64]=he[$];var Te=E.subarray(32),Le=E.subarray(16);return yt(Te,Te),se(Le,Le,Te),U(p,Le),0}function mn(p,A){return gn(p,A,s)}function Br(p,A){return e(A,32),mn(p,A)}function An(p,A,m){var d=new Uint8Array(32);return gn(d,m,A),k(p,n,d,K)}var ei=ne,Ki=G;function ti(p,A,m,d,E,P){var $=new Uint8Array(32);return An($,E,P),ei(p,A,m,d,$)}function En(p,A,m,d,E,P){var $=new Uint8Array(32);return An($,E,P),Ki(p,A,m,d,$)}var _n=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function z(p,A,m,d){for(var E=new Int32Array(16),P=new Int32Array(16),$,X,ae,me,he,rt,ge,Te,Le,He,Me,De,Oe,Ue,Ae,be,pe,Ee,_e,de,Q,W,ie,j,J,oe,Ce=p[0],Qe=p[1],qe=p[2],We=p[3],x=p[4],Ve=p[5],nt=p[6],it=p[7],Ke=A[0],Ze=A[1],et=A[2],kt=A[3],ft=A[4],wt=A[5],It=A[6],Ct=A[7],Dt=0;d>=128;){for(_e=0;_e<16;_e++)de=8*_e+Dt,E[_e]=m[de+0]<<24|m[de+1]<<16|m[de+2]<<8|m[de+3],P[_e]=m[de+4]<<24|m[de+5]<<16|m[de+6]<<8|m[de+7];for(_e=0;_e<80;_e++)if($=Ce,X=Qe,ae=qe,me=We,he=x,rt=Ve,ge=nt,Te=it,Le=Ke,He=Ze,Me=et,De=kt,Oe=ft,Ue=wt,Ae=It,be=Ct,Q=it,W=Ct,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=(x>>>14|ft<<18)^(x>>>18|ft<<14)^(ft>>>9|x<<23),W=(ft>>>14|x<<18)^(ft>>>18|x<<14)^(x>>>9|ft<<23),ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,Q=x&Ve^~x&nt,W=ft&wt^~ft&It,ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,Q=_n[_e*2],W=_n[_e*2+1],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,Q=E[_e%16],W=P[_e%16],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,pe=J&65535|oe<<16,Ee=ie&65535|j<<16,Q=pe,W=Ee,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=(Ce>>>28|Ke<<4)^(Ke>>>2|Ce<<30)^(Ke>>>7|Ce<<25),W=(Ke>>>28|Ce<<4)^(Ce>>>2|Ke<<30)^(Ce>>>7|Ke<<25),ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,Q=Ce&Qe^Ce&qe^Qe&qe,W=Ke&Ze^Ke&et^Ze&et,ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,Te=J&65535|oe<<16,be=ie&65535|j<<16,Q=me,W=De,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=pe,W=Ee,ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,me=J&65535|oe<<16,De=ie&65535|j<<16,Qe=$,qe=X,We=ae,x=me,Ve=he,nt=rt,it=ge,Ce=Te,Ze=Le,et=He,kt=Me,ft=De,wt=Oe,It=Ue,Ct=Ae,Ke=be,_e%16===15)for(de=0;de<16;de++)Q=E[de],W=P[de],ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=E[(de+9)%16],W=P[(de+9)%16],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,pe=E[(de+1)%16],Ee=P[(de+1)%16],Q=(pe>>>1|Ee<<31)^(pe>>>8|Ee<<24)^pe>>>7,W=(Ee>>>1|pe<<31)^(Ee>>>8|pe<<24)^(Ee>>>7|pe<<25),ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,pe=E[(de+14)%16],Ee=P[(de+14)%16],Q=(pe>>>19|Ee<<13)^(Ee>>>29|pe<<3)^pe>>>6,W=(Ee>>>19|pe<<13)^(pe>>>29|Ee<<3)^(Ee>>>6|pe<<26),ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,E[de]=J&65535|oe<<16,P[de]=ie&65535|j<<16;Q=Ce,W=Ke,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[0],W=A[0],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[0]=Ce=J&65535|oe<<16,A[0]=Ke=ie&65535|j<<16,Q=Qe,W=Ze,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[1],W=A[1],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[1]=Qe=J&65535|oe<<16,A[1]=Ze=ie&65535|j<<16,Q=qe,W=et,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[2],W=A[2],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[2]=qe=J&65535|oe<<16,A[2]=et=ie&65535|j<<16,Q=We,W=kt,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[3],W=A[3],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[3]=We=J&65535|oe<<16,A[3]=kt=ie&65535|j<<16,Q=x,W=ft,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[4],W=A[4],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[4]=x=J&65535|oe<<16,A[4]=ft=ie&65535|j<<16,Q=Ve,W=wt,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[5],W=A[5],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[5]=Ve=J&65535|oe<<16,A[5]=wt=ie&65535|j<<16,Q=nt,W=It,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[6],W=A[6],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[6]=nt=J&65535|oe<<16,A[6]=It=ie&65535|j<<16,Q=it,W=Ct,ie=W&65535,j=W>>>16,J=Q&65535,oe=Q>>>16,Q=p[7],W=A[7],ie+=W&65535,j+=W>>>16,J+=Q&65535,oe+=Q>>>16,j+=ie>>>16,J+=j>>>16,oe+=J>>>16,p[7]=it=J&65535|oe<<16,A[7]=Ct=ie&65535|j<<16,Dt+=128,d-=128}return d}function ue(p,A,m){var d=new Int32Array(8),E=new Int32Array(8),P=new Uint8Array(256),$,X=m;for(d[0]=1779033703,d[1]=3144134277,d[2]=1013904242,d[3]=2773480762,d[4]=1359893119,d[5]=2600822924,d[6]=528734635,d[7]=1541459225,E[0]=4089235720,E[1]=2227873595,E[2]=4271175723,E[3]=1595750129,E[4]=2917565137,E[5]=725511199,E[6]=4215389547,E[7]=327033209,z(d,E,A,m),m%=128,$=0;$<m;$++)P[$]=A[X-m+$];for(P[m]=128,m=256-128*(m<112?1:0),P[m-9]=0,g(P,m-8,X/536870912|0,X<<3),z(d,E,P,m),$=0;$<8;$++)g(p,8*$,d[$],E[$]);return 0}function Se(p,A){var m=t(),d=t(),E=t(),P=t(),$=t(),X=t(),ae=t(),me=t(),he=t();fe(m,p[1],p[0]),fe(he,A[1],A[0]),se(m,m,he),Z(d,p[0],p[1]),Z(he,A[0],A[1]),se(d,d,he),se(E,p[3],A[3]),se(E,E,f),se(P,p[2],A[2]),Z(P,P,P),fe($,d,m),fe(X,P,E),Z(ae,P,E),Z(me,d,m),se(p[0],$,X),se(p[1],me,ae),se(p[2],ae,X),se(p[3],$,me)}function Pe(p,A,m){var d;for(d=0;d<4;d++)ce(p[d],A[d],m)}function Xe(p,A){var m=t(),d=t(),E=t();yt(E,A[2]),se(m,A[0],E),se(d,A[1],E),U(p,d),p[31]^=N(m)<<7}function Pt(p,A,m){var d,E;for(Y(p[0],i),Y(p[1],o),Y(p[2],o),Y(p[3],i),E=255;E>=0;--E)d=m[E/8|0]>>(E&7)&1,Pe(p,A,d),Se(A,p),Se(p,p),Pe(p,A,d)}function _r(p,A){var m=[t(),t(),t(),t()];Y(m[0],l),Y(m[1],u),Y(m[2],o),se(m[3],l,u),Pt(p,m,A)}function rr(p,A,m){var d=new Uint8Array(64),E=[t(),t(),t(),t()],P;for(m||e(A,32),ue(d,A,32),d[0]&=248,d[31]&=127,d[31]|=64,_r(E,d),Xe(p,E),P=0;P<32;P++)A[P+32]=p[P];return 0}var yn=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function at(p,A){var m,d,E,P;for(d=63;d>=32;--d){for(m=0,E=d-32,P=d-12;E<P;++E)A[E]+=m-16*A[d]*yn[E-(d-32)],m=A[E]+128>>8,A[E]-=m*256;A[E]+=m,A[d]=0}for(m=0,E=0;E<32;E++)A[E]+=m-(A[31]>>4)*yn[E],m=A[E]>>8,A[E]&=255;for(E=0;E<32;E++)A[E]-=m*yn[E];for(d=0;d<32;d++)A[d+1]+=A[d]>>8,p[d]=A[d]&255}function Ut(p){var A=new Float64Array(64),m;for(m=0;m<64;m++)A[m]=p[m];for(m=0;m<64;m++)p[m]=0;at(p,A)}function Lt(p,A,m,d){var E=new Uint8Array(64),P=new Uint8Array(64),$=new Uint8Array(64),X,ae,me=new Float64Array(64),he=[t(),t(),t(),t()];ue(E,d,32),E[0]&=248,E[31]&=127,E[31]|=64;var rt=m+64;for(X=0;X<m;X++)p[64+X]=A[X];for(X=0;X<32;X++)p[32+X]=E[32+X];for(ue($,p.subarray(32),m+32),Ut($),_r(he,$),Xe(p,he),X=32;X<64;X++)p[X]=d[X];for(ue(P,p,m+64),Ut(P),X=0;X<64;X++)me[X]=0;for(X=0;X<32;X++)me[X]=$[X];for(X=0;X<32;X++)for(ae=0;ae<32;ae++)me[X+ae]+=P[X]*E[ae];return at(p.subarray(32),me),rt}function St(p,A){var m=t(),d=t(),E=t(),P=t(),$=t(),X=t(),ae=t();return Y(p[2],o),H(p[1],A),je(E,p[1]),se(P,E,c),fe(E,E,p[2]),Z(P,p[2],P),je($,P),je(X,$),se(ae,X,$),se(m,ae,E),se(m,m,P),Er(m,m),se(m,m,E),se(m,m,P),se(m,m,P),se(p[0],m,P),je(d,p[0]),se(d,d,P),v(d,E)&&se(p[0],p[0],h),je(d,p[0]),se(d,d,P),v(d,E)?-1:(N(p[0])===A[31]>>7&&fe(p[0],i,p[0]),se(p[3],p[0],p[1]),0)}function dt(p,A,m,d){var E,P,$=new Uint8Array(32),X=new Uint8Array(64),ae=[t(),t(),t(),t()],me=[t(),t(),t(),t()];if(P=-1,m<64||St(me,d))return-1;for(E=0;E<m;E++)p[E]=A[E];for(E=0;E<32;E++)p[E+32]=d[E];if(ue(X,p,m),Ut(X),Pt(ae,me,X),_r(me,A.subarray(32)),Se(ae,me),Xe($,ae),m-=64,b(A,0,$,0)){for(E=0;E<m;E++)p[E]=0;return-1}for(E=0;E<m;E++)p[E]=A[E+64];return P=m,P}var ar=32,xt=24,rn=32,bn=16,ri=32,Vi=32,ni=32,ii=32,io=32,wc=xt,Gh=rn,Yh=bn,Rr=64,nn=32,Sn=64,so=32,oo=64;r.lowlevel={crypto_core_hsalsa20:k,crypto_stream_xor:w,crypto_stream:S,crypto_stream_salsa20_xor:ee,crypto_stream_salsa20:O,crypto_onetimeauth:D,crypto_onetimeauth_verify:R,crypto_verify_16:_,crypto_verify_32:b,crypto_secretbox:ne,crypto_secretbox_open:G,crypto_scalarmult:gn,crypto_scalarmult_base:mn,crypto_box_beforenm:An,crypto_box_afternm:ei,crypto_box:ti,crypto_box_open:En,crypto_box_keypair:Br,crypto_hash:ue,crypto_sign:Lt,crypto_sign_keypair:rr,crypto_sign_open:dt,crypto_secretbox_KEYBYTES:ar,crypto_secretbox_NONCEBYTES:xt,crypto_secretbox_ZEROBYTES:rn,crypto_secretbox_BOXZEROBYTES:bn,crypto_scalarmult_BYTES:ri,crypto_scalarmult_SCALARBYTES:Vi,crypto_box_PUBLICKEYBYTES:ni,crypto_box_SECRETKEYBYTES:ii,crypto_box_BEFORENMBYTES:io,crypto_box_NONCEBYTES:wc,crypto_box_ZEROBYTES:Gh,crypto_box_BOXZEROBYTES:Yh,crypto_sign_BYTES:Rr,crypto_sign_PUBLICKEYBYTES:nn,crypto_sign_SECRETKEYBYTES:Sn,crypto_sign_SEEDBYTES:so,crypto_hash_BYTES:oo};function Ic(p,A){if(p.length!==ar)throw new Error("bad key size");if(A.length!==xt)throw new Error("bad nonce size")}function zh(p,A){if(p.length!==ni)throw new Error("bad public key size");if(A.length!==ii)throw new Error("bad secret key size")}function nr(){var p,A;for(A=0;A<arguments.length;A++)if((p=Object.prototype.toString.call(arguments[A]))!=="[object Uint8Array]")throw new TypeError("unexpected type "+p+", use Uint8Array")}function Cc(p){for(var A=0;A<p.length;A++)p[A]=0}r.util||(r.util={},r.util.decodeUTF8=r.util.encodeUTF8=r.util.encodeBase64=r.util.decodeBase64=function(){throw new Error("nacl.util moved into separate package: https://github.com/dchest/tweetnacl-util-js")}),r.randomBytes=function(p){var A=new Uint8Array(p);return e(A,p),A},r.secretbox=function(p,A,m){nr(p,A,m),Ic(m,A);for(var d=new Uint8Array(rn+p.length),E=new Uint8Array(d.length),P=0;P<p.length;P++)d[P+rn]=p[P];return ne(E,d,d.length,A,m),E.subarray(bn)},r.secretbox.open=function(p,A,m){nr(p,A,m),Ic(m,A);for(var d=new Uint8Array(bn+p.length),E=new Uint8Array(d.length),P=0;P<p.length;P++)d[P+bn]=p[P];return d.length<32||G(E,d,d.length,A,m)!==0?!1:E.subarray(rn)},r.secretbox.keyLength=ar,r.secretbox.nonceLength=xt,r.secretbox.overheadLength=bn,r.scalarMult=function(p,A){if(nr(p,A),p.length!==Vi)throw new Error("bad n size");if(A.length!==ri)throw new Error("bad p size");var m=new Uint8Array(ri);return gn(m,p,A),m},r.scalarMult.base=function(p){if(nr(p),p.length!==Vi)throw new Error("bad n size");var A=new Uint8Array(ri);return mn(A,p),A},r.scalarMult.scalarLength=Vi,r.scalarMult.groupElementLength=ri,r.box=function(p,A,m,d){var E=r.box.before(m,d);return r.secretbox(p,A,E)},r.box.before=function(p,A){nr(p,A),zh(p,A);var m=new Uint8Array(io);return An(m,p,A),m},r.box.after=r.secretbox,r.box.open=function(p,A,m,d){var E=r.box.before(m,d);return r.secretbox.open(p,A,E)},r.box.open.after=r.secretbox.open,r.box.keyPair=function(){var p=new Uint8Array(ni),A=new Uint8Array(ii);return Br(p,A),{publicKey:p,secretKey:A}},r.box.keyPair.fromSecretKey=function(p){if(nr(p),p.length!==ii)throw new Error("bad secret key size");var A=new Uint8Array(ni);return mn(A,p),{publicKey:A,secretKey:new Uint8Array(p)}},r.box.publicKeyLength=ni,r.box.secretKeyLength=ii,r.box.sharedKeyLength=io,r.box.nonceLength=wc,r.box.overheadLength=r.secretbox.overheadLength,r.sign=function(p,A){if(nr(p,A),A.length!==Sn)throw new Error("bad secret key size");var m=new Uint8Array(Rr+p.length);return Lt(m,p,p.length,A),m},r.sign.open=function(p,A){if(arguments.length!==2)throw new Error("nacl.sign.open accepts 2 arguments; did you mean to use nacl.sign.detached.verify?");if(nr(p,A),A.length!==nn)throw new Error("bad public key size");var m=new Uint8Array(p.length),d=dt(m,p,p.length,A);if(d<0)return null;for(var E=new Uint8Array(d),P=0;P<E.length;P++)E[P]=m[P];return E},r.sign.detached=function(p,A){for(var m=r.sign(p,A),d=new Uint8Array(Rr),E=0;E<d.length;E++)d[E]=m[E];return d},r.sign.detached.verify=function(p,A,m){if(nr(p,A,m),A.length!==Rr)throw new Error("bad signature size");if(m.length!==nn)throw new Error("bad public key size");var d=new Uint8Array(Rr+p.length),E=new Uint8Array(Rr+p.length),P;for(P=0;P<Rr;P++)d[P]=A[P];for(P=0;P<p.length;P++)d[P+Rr]=p[P];return dt(E,d,d.length,m)>=0},r.sign.keyPair=function(){var p=new Uint8Array(nn),A=new Uint8Array(Sn);return rr(p,A),{publicKey:p,secretKey:A}},r.sign.keyPair.fromSecretKey=function(p){if(nr(p),p.length!==Sn)throw new Error("bad secret key size");for(var A=new Uint8Array(nn),m=0;m<A.length;m++)A[m]=p[32+m];return{publicKey:A,secretKey:new Uint8Array(p)}},r.sign.keyPair.fromSeed=function(p){if(nr(p),p.length!==so)throw new Error("bad seed size");for(var A=new Uint8Array(nn),m=new Uint8Array(Sn),d=0;d<32;d++)m[d]=p[d];return rr(A,m,!0),{publicKey:A,secretKey:m}},r.sign.publicKeyLength=nn,r.sign.secretKeyLength=Sn,r.sign.seedLength=so,r.sign.signatureLength=Rr,r.hash=function(p){nr(p);var A=new Uint8Array(oo);return ue(A,p,p.length),A},r.hash.hashLength=oo,r.verify=function(p,A){return nr(p,A),p.length===0||A.length===0||p.length!==A.length?!1:y(p,0,A,0,p.length)===0},r.setPRNG=function(p){e=p},(function(){var p=typeof self<"u"?self.crypto||self.msCrypto:null;if(p&&p.getRandomValues){var A=65536;r.setPRNG(function(m,d){var E,P=new Uint8Array(d);for(E=0;E<d;E+=A)p.getRandomValues(P.subarray(E,E+Math.min(d-E,A)));for(E=0;E<d;E++)m[E]=P[E];Cc(P)})}else typeof require<"u"&&(p=require("crypto"),p&&p.randomBytes&&r.setPRNG(function(m,d){var E,P=p.randomBytes(d);for(E=0;E<d;E++)m[E]=P[E];Cc(P)}))})()})(typeof hs<"u"&&hs.exports?hs.exports:self.nacl=self.nacl||{})});var ko=ct((SS,zl)=>{"use strict";var Io=Yl().lowlevel.crypto_hash,Tr=0,fn=function(){this.S=[new Uint32Array([3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946]),new Uint32Array([1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055]),new Uint32Array([3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504]),new Uint32Array([976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462])],this.P=new Uint32Array([608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731])};function gs(r,t,e){return(r[0][t[e+3]]+r[1][t[e+2]]^r[2][t[e+1]])+r[3][t[e]]}fn.prototype.encipher=function(r,t){t===void 0&&(t=new Uint8Array(r.buffer),r.byteOffset!==0&&(t=t.subarray(r.byteOffset))),r[0]^=this.P[0];for(var e=1;e<16;e+=2)r[1]^=gs(this.S,t,0)^this.P[e],r[0]^=gs(this.S,t,4)^this.P[e+1];var n=r[0];r[0]=r[1]^this.P[17],r[1]=n};fn.prototype.decipher=function(r){var t=new Uint8Array(r.buffer);r.byteOffset!==0&&(t=t.subarray(r.byteOffset)),r[0]^=this.P[17];for(var e=16;e>0;e-=2)r[1]^=gs(this.S,t,0)^this.P[e],r[0]^=gs(this.S,t,4)^this.P[e-1];var n=r[0];r[0]=r[1]^this.P[0],r[1]=n};function cn(r,t){var e,n=0;for(e=0;e<4;e++,Tr++)Tr>=t&&(Tr=0),n=n<<8|r[Tr];return n}fn.prototype.expand0state=function(r,t){var e=new Uint32Array(2),n,s,i=new Uint8Array(e.buffer);for(n=0,Tr=0;n<18;n++)this.P[n]^=cn(r,t);for(Tr=0,n=0;n<18;n+=2)this.encipher(e,i),this.P[n]=e[0],this.P[n+1]=e[1];for(n=0;n<4;n++)for(s=0;s<256;s+=2)this.encipher(e,i),this.S[n][s]=e[0],this.S[n][s+1]=e[1]};fn.prototype.expandstate=function(r,t,e,n){var s=new Uint32Array(2),i,o;for(i=0,Tr=0;i<18;i++)this.P[i]^=cn(e,n);for(i=0,Tr=0;i<18;i+=2)s[0]^=cn(r,t),s[1]^=cn(r,t),this.encipher(s),this.P[i]=s[0],this.P[i+1]=s[1];for(i=0;i<4;i++)for(o=0;o<256;o+=2)s[0]^=cn(r,t),s[1]^=cn(r,t),this.encipher(s),this.S[i][o]=s[0],this.S[i][o+1]=s[1];Tr=0};fn.prototype.enc=function(r,t){for(var e=0;e<t;e++)this.encipher(r.subarray(e*2))};fn.prototype.dec=function(r,t){for(var e=0;e<t;e++)this.decipher(r.subarray(e*2))};var ps=8,Co=32;function vo(r,t,e){var n=new fn,s=new Uint32Array(ps),i,o=new Uint8Array([79,120,121,99,104,114,111,109,97,116,105,99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109,105,116,101]);for(n.expandstate(t,64,r,64),i=0;i<64;i++)n.expand0state(t,64),n.expand0state(r,64);for(i=0;i<ps;i++)s[i]=cn(o,o.byteLength);for(i=0;i<64;i++)n.enc(s,s.byteLength/8);for(i=0;i<ps;i++)e[4*i+3]=s[i]>>>24,e[4*i+2]=s[i]>>>16,e[4*i+1]=s[i]>>>8,e[4*i+0]=s[i]}function ag(r,t,e,n,s,i,o){var a=new Uint8Array(64),c=new Uint8Array(64),f=new Uint8Array(Co),l=new Uint8Array(Co),u=new Uint8Array(n+4),h,g,y,_,b,C,L=i;if(o<1||t===0||n===0||i===0||i>f.byteLength*f.byteLength||n>1<<20)return-1;for(_=Math.floor((i+f.byteLength-1)/f.byteLength),y=Math.floor((i+_-1)/_),h=0;h<n;h++)u[h]=e[h];for(Io(a,r,t),C=1;i>0;C++){for(u[n+0]=C>>>24,u[n+1]=C>>>16,u[n+2]=C>>>8,u[n+3]=C,Io(c,u,n+4),vo(a,c,l),h=f.byteLength;h--;)f[h]=l[h];for(h=1;h<o;h++)for(Io(c,l,l.byteLength),vo(a,c,l),g=0;g<f.byteLength;g++)f[g]^=l[g];for(y=Math.min(y,i),h=0;h<y&&(b=h*_+(C-1),!(b>=L));h++)s[b]=f[h];i-=h}return 0}zl.exports={BLOCKS:ps,HASHSIZE:Co,hash:vo,pbkdf:ag}});var Dr=ct((xS,As)=>{"use strict";var Lr=require("crypto"),Pn;try{Pn=require("cpu-features")()}catch{}var{bindingAvailable:jl,CIPHER_INFO:cg,MAC_INFO:fg}=qr(),Xl=(()=>{if(typeof Lr.sign=="function"&&typeof Lr.verify=="function"){let r=`-----BEGIN PRIVATE KEY-----\r
1
+ "use strict";var sp=Object.create;var Pc=Object.defineProperty;var op=Object.getOwnPropertyDescriptor;var ap=Object.getOwnPropertyNames;var cp=Object.getPrototypeOf,fp=Object.prototype.hasOwnProperty;var ct=(n,t)=>()=>(t||n((t={exports:{}}).exports,t),t.exports);var lp=(n,t,e,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of ap(t))!fp.call(n,s)&&s!==e&&Pc(n,s,{get:()=>t[s],enumerable:!(r=op(t,s))||r.enumerable});return n};var Kt=(n,t,e)=>(e=n!=null?sp(cp(n)):{},lp(t||!n||!n.__esModule?Pc(e,"default",{value:n,enumerable:!0}):e,n));var ls=ct((Nx,Vl)=>{Vl.exports={newInvalidAsn1Error:function(n){var t=new Error;return t.name="InvalidAsn1Error",t.message=n||"",t}}});var us=ct((Px,Gl)=>{Gl.exports={EOC:0,Boolean:1,Integer:2,BitString:3,OctetString:4,Null:5,OID:6,ObjectDescriptor:7,External:8,Real:9,Enumeration:10,PDV:11,Utf8String:12,RelativeOID:13,Sequence:16,Set:17,NumericString:18,PrintableString:19,T61String:20,VideotexString:21,IA5String:22,UTCTime:23,GeneralizedTime:24,GraphicString:25,VisibleString:26,GeneralString:28,UniversalString:29,CharacterString:30,BMPString:31,Constructor:32,Context:128}});var Io=ct((Tx,zl)=>{"use strict";var ds=require("buffer"),Br=ds.Buffer,un={},dn;for(dn in ds)ds.hasOwnProperty(dn)&&(dn==="SlowBuffer"||dn==="Buffer"||(un[dn]=ds[dn]));var Rr=un.Buffer={};for(dn in Br)Br.hasOwnProperty(dn)&&(dn==="allocUnsafe"||dn==="allocUnsafeSlow"||(Rr[dn]=Br[dn]));un.Buffer.prototype=Br.prototype;(!Rr.from||Rr.from===Uint8Array.from)&&(Rr.from=function(n,t,e){if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type '+typeof n);if(n&&typeof n.length>"u")throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);return Br(n,t,e)});Rr.alloc||(Rr.alloc=function(n,t,e){if(typeof n!="number")throw new TypeError('The "size" argument must be of type number. Received type '+typeof n);if(n<0||n>=2*(1<<30))throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=Br(n);return!t||t.length===0?r.fill(0):typeof e=="string"?r.fill(t,e):r.fill(t),r});if(!un.kStringMaxLength)try{un.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch{}un.constants||(un.constants={MAX_LENGTH:un.kMaxLength},un.kStringMaxLength&&(un.constants.MAX_STRING_LENGTH=un.kStringMaxLength));zl.exports=un});var Xl=ct((Lx,jl)=>{var ug=require("assert"),Yl=Io().Buffer,pi=us(),dg=ls(),Nr=dg.newInvalidAsn1Error;function jt(n){if(!n||!Yl.isBuffer(n))throw new TypeError("data must be a node Buffer");this._buf=n,this._size=n.length,this._len=0,this._offset=0}Object.defineProperty(jt.prototype,"length",{enumerable:!0,get:function(){return this._len}});Object.defineProperty(jt.prototype,"offset",{enumerable:!0,get:function(){return this._offset}});Object.defineProperty(jt.prototype,"remain",{get:function(){return this._size-this._offset}});Object.defineProperty(jt.prototype,"buffer",{get:function(){return this._buf.slice(this._offset)}});jt.prototype.readByte=function(n){if(this._size-this._offset<1)return null;var t=this._buf[this._offset]&255;return n||(this._offset+=1),t};jt.prototype.peek=function(){return this.readByte(!0)};jt.prototype.readLength=function(n){if(n===void 0&&(n=this._offset),n>=this._size)return null;var t=this._buf[n++]&255;if(t===null)return null;if((t&128)===128){if(t&=127,t===0)throw Nr("Indefinite length not supported");if(t>4)throw Nr("encoding too long");if(this._size-n<t)return null;this._len=0;for(var e=0;e<t;e++)this._len=(this._len<<8)+(this._buf[n++]&255)}else this._len=t;return n};jt.prototype.readSequence=function(n){var t=this.peek();if(t===null)return null;if(n!==void 0&&n!==t)throw Nr("Expected 0x"+n.toString(16)+": got 0x"+t.toString(16));var e=this.readLength(this._offset+1);return e===null?null:(this._offset=e,t)};jt.prototype.readInt=function(){return this._readTag(pi.Integer)};jt.prototype.readBoolean=function(){return this._readTag(pi.Boolean)!==0};jt.prototype.readEnumeration=function(){return this._readTag(pi.Enumeration)};jt.prototype.readString=function(n,t){n||(n=pi.OctetString);var e=this.peek();if(e===null)return null;if(e!==n)throw Nr("Expected 0x"+n.toString(16)+": got 0x"+e.toString(16));var r=this.readLength(this._offset+1);if(r===null||this.length>this._size-r)return null;if(this._offset=r,this.length===0)return t?Yl.alloc(0):"";var s=this._buf.slice(this._offset,this._offset+this.length);return this._offset+=this.length,t?s:s.toString("utf8")};jt.prototype.readOID=function(n){n||(n=pi.OID);var t=this.readString(n,!0);if(t===null)return null;for(var e=[],r=0,s=0;s<t.length;s++){var i=t[s]&255;r<<=7,r+=i&127,(i&128)===0&&(e.push(r),r=0)}return r=e.shift(),e.unshift(r%40),e.unshift(r/40>>0),e.join(".")};jt.prototype._readTag=function(n){ug.ok(n!==void 0);var t=this.peek();if(t===null)return null;if(t!==n)throw Nr("Expected 0x"+n.toString(16)+": got 0x"+t.toString(16));var e=this.readLength(this._offset+1);if(e===null)return null;if(this.length>4)throw Nr("Integer too long: "+this.length);if(this.length>this._size-e)return null;this._offset=e;for(var r=this._buf[this._offset],s=0,i=0;i<this.length;i++)s<<=8,s|=this._buf[this._offset++]&255;return(r&128)===128&&i!==4&&(s-=1<<i*8),s>>0};jl.exports=jt});var Zl=ct((Dx,Jl)=>{var qn=require("assert"),hs=Io().Buffer,Kn=us(),hg=ls(),ps=hg.newInvalidAsn1Error,pg={size:1024,growthFactor:8};function gg(n,t){qn.ok(n),qn.equal(typeof n,"object"),qn.ok(t),qn.equal(typeof t,"object");var e=Object.getOwnPropertyNames(n);return e.forEach(function(r){if(!t[r]){var s=Object.getOwnPropertyDescriptor(n,r);Object.defineProperty(t,r,s)}}),t}function Vt(n){n=gg(pg,n||{}),this._buf=hs.alloc(n.size||1024),this._size=this._buf.length,this._offset=0,this._options=n,this._seq=[]}Object.defineProperty(Vt.prototype,"buffer",{get:function(){if(this._seq.length)throw ps(this._seq.length+" unended sequence(s)");return this._buf.slice(0,this._offset)}});Vt.prototype.writeByte=function(n){if(typeof n!="number")throw new TypeError("argument must be a Number");this._ensure(1),this._buf[this._offset++]=n};Vt.prototype.writeInt=function(n,t){if(typeof n!="number")throw new TypeError("argument must be a Number");typeof t!="number"&&(t=Kn.Integer);for(var e=4;((n&4286578688)===0||(n&4286578688)===-8388608)&&e>1;)e--,n<<=8;if(e>4)throw ps("BER ints cannot be > 0xffffffff");for(this._ensure(2+e),this._buf[this._offset++]=t,this._buf[this._offset++]=e;e-- >0;)this._buf[this._offset++]=(n&4278190080)>>>24,n<<=8};Vt.prototype.writeNull=function(){this.writeByte(Kn.Null),this.writeByte(0)};Vt.prototype.writeEnumeration=function(n,t){if(typeof n!="number")throw new TypeError("argument must be a Number");return typeof t!="number"&&(t=Kn.Enumeration),this.writeInt(n,t)};Vt.prototype.writeBoolean=function(n,t){if(typeof n!="boolean")throw new TypeError("argument must be a Boolean");typeof t!="number"&&(t=Kn.Boolean),this._ensure(3),this._buf[this._offset++]=t,this._buf[this._offset++]=1,this._buf[this._offset++]=n?255:0};Vt.prototype.writeString=function(n,t){if(typeof n!="string")throw new TypeError("argument must be a string (was: "+typeof n+")");typeof t!="number"&&(t=Kn.OctetString);var e=hs.byteLength(n);this.writeByte(t),this.writeLength(e),e&&(this._ensure(e),this._buf.write(n,this._offset),this._offset+=e)};Vt.prototype.writeBuffer=function(n,t){if(typeof t!="number")throw new TypeError("tag must be a number");if(!hs.isBuffer(n))throw new TypeError("argument must be a buffer");this.writeByte(t),this.writeLength(n.length),this._ensure(n.length),n.copy(this._buf,this._offset,0,n.length),this._offset+=n.length};Vt.prototype.writeStringArray=function(n){if(!n instanceof Array)throw new TypeError("argument must be an Array[String]");var t=this;n.forEach(function(e){t.writeString(e)})};Vt.prototype.writeOID=function(n,t){if(typeof n!="string")throw new TypeError("argument must be a string");if(typeof t!="number"&&(t=Kn.OID),!/^([0-9]+\.){3,}[0-9]+$/.test(n))throw new Error("argument is not a valid OID string");function e(o,a){a<128?o.push(a):a<16384?(o.push(a>>>7|128),o.push(a&127)):a<2097152?(o.push(a>>>14|128),o.push((a>>>7|128)&255),o.push(a&127)):a<268435456?(o.push(a>>>21|128),o.push((a>>>14|128)&255),o.push((a>>>7|128)&255),o.push(a&127)):(o.push((a>>>28|128)&255),o.push((a>>>21|128)&255),o.push((a>>>14|128)&255),o.push((a>>>7|128)&255),o.push(a&127))}var r=n.split("."),s=[];s.push(parseInt(r[0],10)*40+parseInt(r[1],10)),r.slice(2).forEach(function(o){e(s,parseInt(o,10))});var i=this;this._ensure(2+s.length),this.writeByte(t),this.writeLength(s.length),s.forEach(function(o){i.writeByte(o)})};Vt.prototype.writeLength=function(n){if(typeof n!="number")throw new TypeError("argument must be a Number");if(this._ensure(4),n<=127)this._buf[this._offset++]=n;else if(n<=255)this._buf[this._offset++]=129,this._buf[this._offset++]=n;else if(n<=65535)this._buf[this._offset++]=130,this._buf[this._offset++]=n>>8,this._buf[this._offset++]=n;else if(n<=16777215)this._buf[this._offset++]=131,this._buf[this._offset++]=n>>16,this._buf[this._offset++]=n>>8,this._buf[this._offset++]=n;else throw ps("Length too long (> 4 bytes)")};Vt.prototype.startSequence=function(n){typeof n!="number"&&(n=Kn.Sequence|Kn.Constructor),this.writeByte(n),this._seq.push(this._offset),this._ensure(3),this._offset+=3};Vt.prototype.endSequence=function(){var n=this._seq.pop(),t=n+3,e=this._offset-t;if(e<=127)this._shift(t,e,-2),this._buf[n]=e;else if(e<=255)this._shift(t,e,-1),this._buf[n]=129,this._buf[n+1]=e;else if(e<=65535)this._buf[n]=130,this._buf[n+1]=e>>8,this._buf[n+2]=e;else if(e<=16777215)this._shift(t,e,1),this._buf[n]=131,this._buf[n+1]=e>>16,this._buf[n+2]=e>>8,this._buf[n+3]=e;else throw ps("Sequence too long")};Vt.prototype._shift=function(n,t,e){qn.ok(n!==void 0),qn.ok(t!==void 0),qn.ok(e),this._buf.copy(this._buf,n+e,n,n+t),this._offset+=e};Vt.prototype._ensure=function(n){if(qn.ok(n),this._size-this._offset<n){var t=this._size*this._options.growthFactor;t-this._offset<n&&(t+=n);var e=hs.alloc(t);this._buf.copy(e,0,0,this._offset),this._buf=e,this._size=t}};Jl.exports=Vt});var eu=ct((Ux,As)=>{var Co=ls(),vo=us(),mg=Xl(),Ag=Zl();As.exports={Reader:mg,Writer:Ag};for(gs in vo)vo.hasOwnProperty(gs)&&(As.exports[gs]=vo[gs]);var gs;for(ms in Co)Co.hasOwnProperty(ms)&&(As.exports[ms]=Co[ms]);var ms});var gi=ct(($x,tu)=>{var ko=eu();tu.exports={Ber:ko,BerReader:ko.Reader,BerWriter:ko.Writer}});var nu=ct((Mx,Es)=>{(function(n){"use strict";var t=function(g){var A,m=new Float64Array(16);if(g)for(A=0;A<g.length;A++)m[A]=g[A];return m},e=function(){throw new Error("no PRNG")},r=new Uint8Array(16),s=new Uint8Array(32);s[0]=9;var i=t(),o=t([1]),a=t([56129,1]),c=t([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),f=t([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),l=t([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),u=t([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),h=t([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function p(g,A,m,d){g[A]=m>>24&255,g[A+1]=m>>16&255,g[A+2]=m>>8&255,g[A+3]=m&255,g[A+4]=d>>24&255,g[A+5]=d>>16&255,g[A+6]=d>>8&255,g[A+7]=d&255}function _(g,A,m,d,y){var L,O=0;for(L=0;L<y;L++)O|=g[A+L]^m[d+L];return(1&O-1>>>8)-1}function E(g,A,m,d){return _(g,A,m,d,16)}function b(g,A,m,d){return _(g,A,m,d,32)}function v(g,A,m,d){for(var y=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,L=m[0]&255|(m[1]&255)<<8|(m[2]&255)<<16|(m[3]&255)<<24,O=m[4]&255|(m[5]&255)<<8|(m[6]&255)<<16|(m[7]&255)<<24,J=m[8]&255|(m[9]&255)<<8|(m[10]&255)<<16|(m[11]&255)<<24,ae=m[12]&255|(m[13]&255)<<8|(m[14]&255)<<16|(m[15]&255)<<24,me=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,he=A[0]&255|(A[1]&255)<<8|(A[2]&255)<<16|(A[3]&255)<<24,nt=A[4]&255|(A[5]&255)<<8|(A[6]&255)<<16|(A[7]&255)<<24,ge=A[8]&255|(A[9]&255)<<8|(A[10]&255)<<16|(A[11]&255)<<24,Te=A[12]&255|(A[13]&255)<<8|(A[14]&255)<<16|(A[15]&255)<<24,Le=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,He=m[16]&255|(m[17]&255)<<8|(m[18]&255)<<16|(m[19]&255)<<24,Oe=m[20]&255|(m[21]&255)<<8|(m[22]&255)<<16|(m[23]&255)<<24,De=m[24]&255|(m[25]&255)<<8|(m[26]&255)<<16|(m[27]&255)<<24,$e=m[28]&255|(m[29]&255)<<8|(m[30]&255)<<16|(m[31]&255)<<24,Ue=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,Ae=y,be=L,pe=O,Ee=J,ye=ae,de=me,W=he,q=nt,re=ge,X=Te,Z=Le,oe=He,Ce=Oe,Qe=De,qe=$e,We=Ue,w,Ve=0;Ve<20;Ve+=2)w=Ae+Ce|0,ye^=w<<7|w>>>25,w=ye+Ae|0,re^=w<<9|w>>>23,w=re+ye|0,Ce^=w<<13|w>>>19,w=Ce+re|0,Ae^=w<<18|w>>>14,w=de+be|0,X^=w<<7|w>>>25,w=X+de|0,Qe^=w<<9|w>>>23,w=Qe+X|0,be^=w<<13|w>>>19,w=be+Qe|0,de^=w<<18|w>>>14,w=Z+W|0,qe^=w<<7|w>>>25,w=qe+Z|0,pe^=w<<9|w>>>23,w=pe+qe|0,W^=w<<13|w>>>19,w=W+pe|0,Z^=w<<18|w>>>14,w=We+oe|0,Ee^=w<<7|w>>>25,w=Ee+We|0,q^=w<<9|w>>>23,w=q+Ee|0,oe^=w<<13|w>>>19,w=oe+q|0,We^=w<<18|w>>>14,w=Ae+Ee|0,be^=w<<7|w>>>25,w=be+Ae|0,pe^=w<<9|w>>>23,w=pe+be|0,Ee^=w<<13|w>>>19,w=Ee+pe|0,Ae^=w<<18|w>>>14,w=de+ye|0,W^=w<<7|w>>>25,w=W+de|0,q^=w<<9|w>>>23,w=q+W|0,ye^=w<<13|w>>>19,w=ye+q|0,de^=w<<18|w>>>14,w=Z+X|0,oe^=w<<7|w>>>25,w=oe+Z|0,re^=w<<9|w>>>23,w=re+oe|0,X^=w<<13|w>>>19,w=X+re|0,Z^=w<<18|w>>>14,w=We+qe|0,Ce^=w<<7|w>>>25,w=Ce+We|0,Qe^=w<<9|w>>>23,w=Qe+Ce|0,qe^=w<<13|w>>>19,w=qe+Qe|0,We^=w<<18|w>>>14;Ae=Ae+y|0,be=be+L|0,pe=pe+O|0,Ee=Ee+J|0,ye=ye+ae|0,de=de+me|0,W=W+he|0,q=q+nt|0,re=re+ge|0,X=X+Te|0,Z=Z+Le|0,oe=oe+He|0,Ce=Ce+Oe|0,Qe=Qe+De|0,qe=qe+$e|0,We=We+Ue|0,g[0]=Ae>>>0&255,g[1]=Ae>>>8&255,g[2]=Ae>>>16&255,g[3]=Ae>>>24&255,g[4]=be>>>0&255,g[5]=be>>>8&255,g[6]=be>>>16&255,g[7]=be>>>24&255,g[8]=pe>>>0&255,g[9]=pe>>>8&255,g[10]=pe>>>16&255,g[11]=pe>>>24&255,g[12]=Ee>>>0&255,g[13]=Ee>>>8&255,g[14]=Ee>>>16&255,g[15]=Ee>>>24&255,g[16]=ye>>>0&255,g[17]=ye>>>8&255,g[18]=ye>>>16&255,g[19]=ye>>>24&255,g[20]=de>>>0&255,g[21]=de>>>8&255,g[22]=de>>>16&255,g[23]=de>>>24&255,g[24]=W>>>0&255,g[25]=W>>>8&255,g[26]=W>>>16&255,g[27]=W>>>24&255,g[28]=q>>>0&255,g[29]=q>>>8&255,g[30]=q>>>16&255,g[31]=q>>>24&255,g[32]=re>>>0&255,g[33]=re>>>8&255,g[34]=re>>>16&255,g[35]=re>>>24&255,g[36]=X>>>0&255,g[37]=X>>>8&255,g[38]=X>>>16&255,g[39]=X>>>24&255,g[40]=Z>>>0&255,g[41]=Z>>>8&255,g[42]=Z>>>16&255,g[43]=Z>>>24&255,g[44]=oe>>>0&255,g[45]=oe>>>8&255,g[46]=oe>>>16&255,g[47]=oe>>>24&255,g[48]=Ce>>>0&255,g[49]=Ce>>>8&255,g[50]=Ce>>>16&255,g[51]=Ce>>>24&255,g[52]=Qe>>>0&255,g[53]=Qe>>>8&255,g[54]=Qe>>>16&255,g[55]=Qe>>>24&255,g[56]=qe>>>0&255,g[57]=qe>>>8&255,g[58]=qe>>>16&255,g[59]=qe>>>24&255,g[60]=We>>>0&255,g[61]=We>>>8&255,g[62]=We>>>16&255,g[63]=We>>>24&255}function U(g,A,m,d){for(var y=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,L=m[0]&255|(m[1]&255)<<8|(m[2]&255)<<16|(m[3]&255)<<24,O=m[4]&255|(m[5]&255)<<8|(m[6]&255)<<16|(m[7]&255)<<24,J=m[8]&255|(m[9]&255)<<8|(m[10]&255)<<16|(m[11]&255)<<24,ae=m[12]&255|(m[13]&255)<<8|(m[14]&255)<<16|(m[15]&255)<<24,me=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,he=A[0]&255|(A[1]&255)<<8|(A[2]&255)<<16|(A[3]&255)<<24,nt=A[4]&255|(A[5]&255)<<8|(A[6]&255)<<16|(A[7]&255)<<24,ge=A[8]&255|(A[9]&255)<<8|(A[10]&255)<<16|(A[11]&255)<<24,Te=A[12]&255|(A[13]&255)<<8|(A[14]&255)<<16|(A[15]&255)<<24,Le=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,He=m[16]&255|(m[17]&255)<<8|(m[18]&255)<<16|(m[19]&255)<<24,Oe=m[20]&255|(m[21]&255)<<8|(m[22]&255)<<16|(m[23]&255)<<24,De=m[24]&255|(m[25]&255)<<8|(m[26]&255)<<16|(m[27]&255)<<24,$e=m[28]&255|(m[29]&255)<<8|(m[30]&255)<<16|(m[31]&255)<<24,Ue=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,Ae=y,be=L,pe=O,Ee=J,ye=ae,de=me,W=he,q=nt,re=ge,X=Te,Z=Le,oe=He,Ce=Oe,Qe=De,qe=$e,We=Ue,w,Ve=0;Ve<20;Ve+=2)w=Ae+Ce|0,ye^=w<<7|w>>>25,w=ye+Ae|0,re^=w<<9|w>>>23,w=re+ye|0,Ce^=w<<13|w>>>19,w=Ce+re|0,Ae^=w<<18|w>>>14,w=de+be|0,X^=w<<7|w>>>25,w=X+de|0,Qe^=w<<9|w>>>23,w=Qe+X|0,be^=w<<13|w>>>19,w=be+Qe|0,de^=w<<18|w>>>14,w=Z+W|0,qe^=w<<7|w>>>25,w=qe+Z|0,pe^=w<<9|w>>>23,w=pe+qe|0,W^=w<<13|w>>>19,w=W+pe|0,Z^=w<<18|w>>>14,w=We+oe|0,Ee^=w<<7|w>>>25,w=Ee+We|0,q^=w<<9|w>>>23,w=q+Ee|0,oe^=w<<13|w>>>19,w=oe+q|0,We^=w<<18|w>>>14,w=Ae+Ee|0,be^=w<<7|w>>>25,w=be+Ae|0,pe^=w<<9|w>>>23,w=pe+be|0,Ee^=w<<13|w>>>19,w=Ee+pe|0,Ae^=w<<18|w>>>14,w=de+ye|0,W^=w<<7|w>>>25,w=W+de|0,q^=w<<9|w>>>23,w=q+W|0,ye^=w<<13|w>>>19,w=ye+q|0,de^=w<<18|w>>>14,w=Z+X|0,oe^=w<<7|w>>>25,w=oe+Z|0,re^=w<<9|w>>>23,w=re+oe|0,X^=w<<13|w>>>19,w=X+re|0,Z^=w<<18|w>>>14,w=We+qe|0,Ce^=w<<7|w>>>25,w=Ce+We|0,Qe^=w<<9|w>>>23,w=Qe+Ce|0,qe^=w<<13|w>>>19,w=qe+Qe|0,We^=w<<18|w>>>14;g[0]=Ae>>>0&255,g[1]=Ae>>>8&255,g[2]=Ae>>>16&255,g[3]=Ae>>>24&255,g[4]=de>>>0&255,g[5]=de>>>8&255,g[6]=de>>>16&255,g[7]=de>>>24&255,g[8]=Z>>>0&255,g[9]=Z>>>8&255,g[10]=Z>>>16&255,g[11]=Z>>>24&255,g[12]=We>>>0&255,g[13]=We>>>8&255,g[14]=We>>>16&255,g[15]=We>>>24&255,g[16]=W>>>0&255,g[17]=W>>>8&255,g[18]=W>>>16&255,g[19]=W>>>24&255,g[20]=q>>>0&255,g[21]=q>>>8&255,g[22]=q>>>16&255,g[23]=q>>>24&255,g[24]=re>>>0&255,g[25]=re>>>8&255,g[26]=re>>>16&255,g[27]=re>>>24&255,g[28]=X>>>0&255,g[29]=X>>>8&255,g[30]=X>>>16&255,g[31]=X>>>24&255}function H(g,A,m,d){v(g,A,m,d)}function C(g,A,m,d){U(g,A,m,d)}var F=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function V(g,A,m,d,y,L,O){var J=new Uint8Array(16),ae=new Uint8Array(64),me,he;for(he=0;he<16;he++)J[he]=0;for(he=0;he<8;he++)J[he]=L[he];for(;y>=64;){for(H(ae,J,O,F),he=0;he<64;he++)g[A+he]=m[d+he]^ae[he];for(me=1,he=8;he<16;he++)me=me+(J[he]&255)|0,J[he]=me&255,me>>>=8;y-=64,A+=64,d+=64}if(y>0)for(H(ae,J,O,F),he=0;he<y;he++)g[A+he]=m[d+he]^ae[he];return 0}function N(g,A,m,d,y){var L=new Uint8Array(16),O=new Uint8Array(64),J,ae;for(ae=0;ae<16;ae++)L[ae]=0;for(ae=0;ae<8;ae++)L[ae]=d[ae];for(;m>=64;){for(H(O,L,y,F),ae=0;ae<64;ae++)g[A+ae]=O[ae];for(J=1,ae=8;ae<16;ae++)J=J+(L[ae]&255)|0,L[ae]=J&255,J>>>=8;m-=64,A+=64}if(m>0)for(H(O,L,y,F),ae=0;ae<m;ae++)g[A+ae]=O[ae];return 0}function x(g,A,m,d,y){var L=new Uint8Array(32);C(L,d,y,F);for(var O=new Uint8Array(8),J=0;J<8;J++)O[J]=d[J+16];return N(g,A,m,O,L)}function S(g,A,m,d,y,L,O){var J=new Uint8Array(32);C(J,L,O,F);for(var ae=new Uint8Array(8),me=0;me<8;me++)ae[me]=L[me+16];return V(g,A,m,d,y,ae,J)}var I=function(g){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var A,m,d,y,L,O,J,ae;A=g[0]&255|(g[1]&255)<<8,this.r[0]=A&8191,m=g[2]&255|(g[3]&255)<<8,this.r[1]=(A>>>13|m<<3)&8191,d=g[4]&255|(g[5]&255)<<8,this.r[2]=(m>>>10|d<<6)&7939,y=g[6]&255|(g[7]&255)<<8,this.r[3]=(d>>>7|y<<9)&8191,L=g[8]&255|(g[9]&255)<<8,this.r[4]=(y>>>4|L<<12)&255,this.r[5]=L>>>1&8190,O=g[10]&255|(g[11]&255)<<8,this.r[6]=(L>>>14|O<<2)&8191,J=g[12]&255|(g[13]&255)<<8,this.r[7]=(O>>>11|J<<5)&8065,ae=g[14]&255|(g[15]&255)<<8,this.r[8]=(J>>>8|ae<<8)&8191,this.r[9]=ae>>>5&127,this.pad[0]=g[16]&255|(g[17]&255)<<8,this.pad[1]=g[18]&255|(g[19]&255)<<8,this.pad[2]=g[20]&255|(g[21]&255)<<8,this.pad[3]=g[22]&255|(g[23]&255)<<8,this.pad[4]=g[24]&255|(g[25]&255)<<8,this.pad[5]=g[26]&255|(g[27]&255)<<8,this.pad[6]=g[28]&255|(g[29]&255)<<8,this.pad[7]=g[30]&255|(g[31]&255)<<8};I.prototype.blocks=function(g,A,m){for(var d=this.fin?0:2048,y,L,O,J,ae,me,he,nt,ge,Te,Le,He,Oe,De,$e,Ue,Ae,be,pe,Ee=this.h[0],ye=this.h[1],de=this.h[2],W=this.h[3],q=this.h[4],re=this.h[5],X=this.h[6],Z=this.h[7],oe=this.h[8],Ce=this.h[9],Qe=this.r[0],qe=this.r[1],We=this.r[2],w=this.r[3],Ve=this.r[4],rt=this.r[5],it=this.r[6],Ke=this.r[7],Ze=this.r[8],et=this.r[9];m>=16;)y=g[A+0]&255|(g[A+1]&255)<<8,Ee+=y&8191,L=g[A+2]&255|(g[A+3]&255)<<8,ye+=(y>>>13|L<<3)&8191,O=g[A+4]&255|(g[A+5]&255)<<8,de+=(L>>>10|O<<6)&8191,J=g[A+6]&255|(g[A+7]&255)<<8,W+=(O>>>7|J<<9)&8191,ae=g[A+8]&255|(g[A+9]&255)<<8,q+=(J>>>4|ae<<12)&8191,re+=ae>>>1&8191,me=g[A+10]&255|(g[A+11]&255)<<8,X+=(ae>>>14|me<<2)&8191,he=g[A+12]&255|(g[A+13]&255)<<8,Z+=(me>>>11|he<<5)&8191,nt=g[A+14]&255|(g[A+15]&255)<<8,oe+=(he>>>8|nt<<8)&8191,Ce+=nt>>>5|d,ge=0,Te=ge,Te+=Ee*Qe,Te+=ye*(5*et),Te+=de*(5*Ze),Te+=W*(5*Ke),Te+=q*(5*it),ge=Te>>>13,Te&=8191,Te+=re*(5*rt),Te+=X*(5*Ve),Te+=Z*(5*w),Te+=oe*(5*We),Te+=Ce*(5*qe),ge+=Te>>>13,Te&=8191,Le=ge,Le+=Ee*qe,Le+=ye*Qe,Le+=de*(5*et),Le+=W*(5*Ze),Le+=q*(5*Ke),ge=Le>>>13,Le&=8191,Le+=re*(5*it),Le+=X*(5*rt),Le+=Z*(5*Ve),Le+=oe*(5*w),Le+=Ce*(5*We),ge+=Le>>>13,Le&=8191,He=ge,He+=Ee*We,He+=ye*qe,He+=de*Qe,He+=W*(5*et),He+=q*(5*Ze),ge=He>>>13,He&=8191,He+=re*(5*Ke),He+=X*(5*it),He+=Z*(5*rt),He+=oe*(5*Ve),He+=Ce*(5*w),ge+=He>>>13,He&=8191,Oe=ge,Oe+=Ee*w,Oe+=ye*We,Oe+=de*qe,Oe+=W*Qe,Oe+=q*(5*et),ge=Oe>>>13,Oe&=8191,Oe+=re*(5*Ze),Oe+=X*(5*Ke),Oe+=Z*(5*it),Oe+=oe*(5*rt),Oe+=Ce*(5*Ve),ge+=Oe>>>13,Oe&=8191,De=ge,De+=Ee*Ve,De+=ye*w,De+=de*We,De+=W*qe,De+=q*Qe,ge=De>>>13,De&=8191,De+=re*(5*et),De+=X*(5*Ze),De+=Z*(5*Ke),De+=oe*(5*it),De+=Ce*(5*rt),ge+=De>>>13,De&=8191,$e=ge,$e+=Ee*rt,$e+=ye*Ve,$e+=de*w,$e+=W*We,$e+=q*qe,ge=$e>>>13,$e&=8191,$e+=re*Qe,$e+=X*(5*et),$e+=Z*(5*Ze),$e+=oe*(5*Ke),$e+=Ce*(5*it),ge+=$e>>>13,$e&=8191,Ue=ge,Ue+=Ee*it,Ue+=ye*rt,Ue+=de*Ve,Ue+=W*w,Ue+=q*We,ge=Ue>>>13,Ue&=8191,Ue+=re*qe,Ue+=X*Qe,Ue+=Z*(5*et),Ue+=oe*(5*Ze),Ue+=Ce*(5*Ke),ge+=Ue>>>13,Ue&=8191,Ae=ge,Ae+=Ee*Ke,Ae+=ye*it,Ae+=de*rt,Ae+=W*Ve,Ae+=q*w,ge=Ae>>>13,Ae&=8191,Ae+=re*We,Ae+=X*qe,Ae+=Z*Qe,Ae+=oe*(5*et),Ae+=Ce*(5*Ze),ge+=Ae>>>13,Ae&=8191,be=ge,be+=Ee*Ze,be+=ye*Ke,be+=de*it,be+=W*rt,be+=q*Ve,ge=be>>>13,be&=8191,be+=re*w,be+=X*We,be+=Z*qe,be+=oe*Qe,be+=Ce*(5*et),ge+=be>>>13,be&=8191,pe=ge,pe+=Ee*et,pe+=ye*Ze,pe+=de*Ke,pe+=W*it,pe+=q*rt,ge=pe>>>13,pe&=8191,pe+=re*Ve,pe+=X*w,pe+=Z*We,pe+=oe*qe,pe+=Ce*Qe,ge+=pe>>>13,pe&=8191,ge=(ge<<2)+ge|0,ge=ge+Te|0,Te=ge&8191,ge=ge>>>13,Le+=ge,Ee=Te,ye=Le,de=He,W=Oe,q=De,re=$e,X=Ue,Z=Ae,oe=be,Ce=pe,A+=16,m-=16;this.h[0]=Ee,this.h[1]=ye,this.h[2]=de,this.h[3]=W,this.h[4]=q,this.h[5]=re,this.h[6]=X,this.h[7]=Z,this.h[8]=oe,this.h[9]=Ce},I.prototype.finish=function(g,A){var m=new Uint16Array(10),d,y,L,O;if(this.leftover){for(O=this.leftover,this.buffer[O++]=1;O<16;O++)this.buffer[O]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(d=this.h[1]>>>13,this.h[1]&=8191,O=2;O<10;O++)this.h[O]+=d,d=this.h[O]>>>13,this.h[O]&=8191;for(this.h[0]+=d*5,d=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=d,d=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=d,m[0]=this.h[0]+5,d=m[0]>>>13,m[0]&=8191,O=1;O<10;O++)m[O]=this.h[O]+d,d=m[O]>>>13,m[O]&=8191;for(m[9]-=8192,y=(d^1)-1,O=0;O<10;O++)m[O]&=y;for(y=~y,O=0;O<10;O++)this.h[O]=this.h[O]&y|m[O];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,L=this.h[0]+this.pad[0],this.h[0]=L&65535,O=1;O<8;O++)L=(this.h[O]+this.pad[O]|0)+(L>>>16)|0,this.h[O]=L&65535;g[A+0]=this.h[0]>>>0&255,g[A+1]=this.h[0]>>>8&255,g[A+2]=this.h[1]>>>0&255,g[A+3]=this.h[1]>>>8&255,g[A+4]=this.h[2]>>>0&255,g[A+5]=this.h[2]>>>8&255,g[A+6]=this.h[3]>>>0&255,g[A+7]=this.h[3]>>>8&255,g[A+8]=this.h[4]>>>0&255,g[A+9]=this.h[4]>>>8&255,g[A+10]=this.h[5]>>>0&255,g[A+11]=this.h[5]>>>8&255,g[A+12]=this.h[6]>>>0&255,g[A+13]=this.h[6]>>>8&255,g[A+14]=this.h[7]>>>0&255,g[A+15]=this.h[7]>>>8&255},I.prototype.update=function(g,A,m){var d,y;if(this.leftover){for(y=16-this.leftover,y>m&&(y=m),d=0;d<y;d++)this.buffer[this.leftover+d]=g[A+d];if(m-=y,A+=y,this.leftover+=y,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(m>=16&&(y=m-m%16,this.blocks(g,A,y),A+=y,m-=y),m){for(d=0;d<m;d++)this.buffer[this.leftover+d]=g[A+d];this.leftover+=m}};function k(g,A,m,d,y,L){var O=new I(L);return O.update(m,d,y),O.finish(g,A),0}function R(g,A,m,d,y,L){var O=new Uint8Array(16);return k(O,0,m,d,y,L),E(g,A,O,0)}function ne(g,A,m,d,y){var L;if(m<32)return-1;for(S(g,0,A,0,m,d,y),k(g,16,g,32,m-32,g),L=0;L<16;L++)g[L]=0;return 0}function z(g,A,m,d,y){var L,O=new Uint8Array(32);if(m<32||(x(O,0,32,d,y),R(A,16,A,32,m-32,O)!==0))return-1;for(S(g,0,A,0,m,d,y),L=0;L<32;L++)g[L]=0;return 0}function Y(g,A){var m;for(m=0;m<16;m++)g[m]=A[m]|0}function te(g){var A,m,d=1;for(A=0;A<16;A++)m=g[A]+d+65535,d=Math.floor(m/65536),g[A]=m-d*65536;g[0]+=d-1+37*(d-1)}function ce(g,A,m){for(var d,y=~(m-1),L=0;L<16;L++)d=y&(g[L]^A[L]),g[L]^=d,A[L]^=d}function $(g,A){var m,d,y,L=t(),O=t();for(m=0;m<16;m++)O[m]=A[m];for(te(O),te(O),te(O),d=0;d<2;d++){for(L[0]=O[0]-65517,m=1;m<15;m++)L[m]=O[m]-65535-(L[m-1]>>16&1),L[m-1]&=65535;L[15]=O[15]-32767-(L[14]>>16&1),y=L[15]>>16&1,L[14]&=65535,ce(O,L,1-y)}for(m=0;m<16;m++)g[2*m]=O[m]&255,g[2*m+1]=O[m]>>8}function B(g,A){var m=new Uint8Array(32),d=new Uint8Array(32);return $(m,g),$(d,A),b(m,0,d,0)}function T(g){var A=new Uint8Array(32);return $(A,g),A[0]&1}function Q(g,A){var m;for(m=0;m<16;m++)g[m]=A[2*m]+(A[2*m+1]<<8);g[15]&=32767}function ee(g,A,m){for(var d=0;d<16;d++)g[d]=A[d]+m[d]}function fe(g,A,m){for(var d=0;d<16;d++)g[d]=A[d]-m[d]}function ie(g,A,m){var d,y,L=0,O=0,J=0,ae=0,me=0,he=0,nt=0,ge=0,Te=0,Le=0,He=0,Oe=0,De=0,$e=0,Ue=0,Ae=0,be=0,pe=0,Ee=0,ye=0,de=0,W=0,q=0,re=0,X=0,Z=0,oe=0,Ce=0,Qe=0,qe=0,We=0,w=m[0],Ve=m[1],rt=m[2],it=m[3],Ke=m[4],Ze=m[5],et=m[6],kt=m[7],lt=m[8],It=m[9],Ct=m[10],vt=m[11],Dt=m[12],Qt=m[13],Wt=m[14],qt=m[15];d=A[0],L+=d*w,O+=d*Ve,J+=d*rt,ae+=d*it,me+=d*Ke,he+=d*Ze,nt+=d*et,ge+=d*kt,Te+=d*lt,Le+=d*It,He+=d*Ct,Oe+=d*vt,De+=d*Dt,$e+=d*Qt,Ue+=d*Wt,Ae+=d*qt,d=A[1],O+=d*w,J+=d*Ve,ae+=d*rt,me+=d*it,he+=d*Ke,nt+=d*Ze,ge+=d*et,Te+=d*kt,Le+=d*lt,He+=d*It,Oe+=d*Ct,De+=d*vt,$e+=d*Dt,Ue+=d*Qt,Ae+=d*Wt,be+=d*qt,d=A[2],J+=d*w,ae+=d*Ve,me+=d*rt,he+=d*it,nt+=d*Ke,ge+=d*Ze,Te+=d*et,Le+=d*kt,He+=d*lt,Oe+=d*It,De+=d*Ct,$e+=d*vt,Ue+=d*Dt,Ae+=d*Qt,be+=d*Wt,pe+=d*qt,d=A[3],ae+=d*w,me+=d*Ve,he+=d*rt,nt+=d*it,ge+=d*Ke,Te+=d*Ze,Le+=d*et,He+=d*kt,Oe+=d*lt,De+=d*It,$e+=d*Ct,Ue+=d*vt,Ae+=d*Dt,be+=d*Qt,pe+=d*Wt,Ee+=d*qt,d=A[4],me+=d*w,he+=d*Ve,nt+=d*rt,ge+=d*it,Te+=d*Ke,Le+=d*Ze,He+=d*et,Oe+=d*kt,De+=d*lt,$e+=d*It,Ue+=d*Ct,Ae+=d*vt,be+=d*Dt,pe+=d*Qt,Ee+=d*Wt,ye+=d*qt,d=A[5],he+=d*w,nt+=d*Ve,ge+=d*rt,Te+=d*it,Le+=d*Ke,He+=d*Ze,Oe+=d*et,De+=d*kt,$e+=d*lt,Ue+=d*It,Ae+=d*Ct,be+=d*vt,pe+=d*Dt,Ee+=d*Qt,ye+=d*Wt,de+=d*qt,d=A[6],nt+=d*w,ge+=d*Ve,Te+=d*rt,Le+=d*it,He+=d*Ke,Oe+=d*Ze,De+=d*et,$e+=d*kt,Ue+=d*lt,Ae+=d*It,be+=d*Ct,pe+=d*vt,Ee+=d*Dt,ye+=d*Qt,de+=d*Wt,W+=d*qt,d=A[7],ge+=d*w,Te+=d*Ve,Le+=d*rt,He+=d*it,Oe+=d*Ke,De+=d*Ze,$e+=d*et,Ue+=d*kt,Ae+=d*lt,be+=d*It,pe+=d*Ct,Ee+=d*vt,ye+=d*Dt,de+=d*Qt,W+=d*Wt,q+=d*qt,d=A[8],Te+=d*w,Le+=d*Ve,He+=d*rt,Oe+=d*it,De+=d*Ke,$e+=d*Ze,Ue+=d*et,Ae+=d*kt,be+=d*lt,pe+=d*It,Ee+=d*Ct,ye+=d*vt,de+=d*Dt,W+=d*Qt,q+=d*Wt,re+=d*qt,d=A[9],Le+=d*w,He+=d*Ve,Oe+=d*rt,De+=d*it,$e+=d*Ke,Ue+=d*Ze,Ae+=d*et,be+=d*kt,pe+=d*lt,Ee+=d*It,ye+=d*Ct,de+=d*vt,W+=d*Dt,q+=d*Qt,re+=d*Wt,X+=d*qt,d=A[10],He+=d*w,Oe+=d*Ve,De+=d*rt,$e+=d*it,Ue+=d*Ke,Ae+=d*Ze,be+=d*et,pe+=d*kt,Ee+=d*lt,ye+=d*It,de+=d*Ct,W+=d*vt,q+=d*Dt,re+=d*Qt,X+=d*Wt,Z+=d*qt,d=A[11],Oe+=d*w,De+=d*Ve,$e+=d*rt,Ue+=d*it,Ae+=d*Ke,be+=d*Ze,pe+=d*et,Ee+=d*kt,ye+=d*lt,de+=d*It,W+=d*Ct,q+=d*vt,re+=d*Dt,X+=d*Qt,Z+=d*Wt,oe+=d*qt,d=A[12],De+=d*w,$e+=d*Ve,Ue+=d*rt,Ae+=d*it,be+=d*Ke,pe+=d*Ze,Ee+=d*et,ye+=d*kt,de+=d*lt,W+=d*It,q+=d*Ct,re+=d*vt,X+=d*Dt,Z+=d*Qt,oe+=d*Wt,Ce+=d*qt,d=A[13],$e+=d*w,Ue+=d*Ve,Ae+=d*rt,be+=d*it,pe+=d*Ke,Ee+=d*Ze,ye+=d*et,de+=d*kt,W+=d*lt,q+=d*It,re+=d*Ct,X+=d*vt,Z+=d*Dt,oe+=d*Qt,Ce+=d*Wt,Qe+=d*qt,d=A[14],Ue+=d*w,Ae+=d*Ve,be+=d*rt,pe+=d*it,Ee+=d*Ke,ye+=d*Ze,de+=d*et,W+=d*kt,q+=d*lt,re+=d*It,X+=d*Ct,Z+=d*vt,oe+=d*Dt,Ce+=d*Qt,Qe+=d*Wt,qe+=d*qt,d=A[15],Ae+=d*w,be+=d*Ve,pe+=d*rt,Ee+=d*it,ye+=d*Ke,de+=d*Ze,W+=d*et,q+=d*kt,re+=d*lt,X+=d*It,Z+=d*Ct,oe+=d*vt,Ce+=d*Dt,Qe+=d*Qt,qe+=d*Wt,We+=d*qt,L+=38*be,O+=38*pe,J+=38*Ee,ae+=38*ye,me+=38*de,he+=38*W,nt+=38*q,ge+=38*re,Te+=38*X,Le+=38*Z,He+=38*oe,Oe+=38*Ce,De+=38*Qe,$e+=38*qe,Ue+=38*We,y=1,d=L+y+65535,y=Math.floor(d/65536),L=d-y*65536,d=O+y+65535,y=Math.floor(d/65536),O=d-y*65536,d=J+y+65535,y=Math.floor(d/65536),J=d-y*65536,d=ae+y+65535,y=Math.floor(d/65536),ae=d-y*65536,d=me+y+65535,y=Math.floor(d/65536),me=d-y*65536,d=he+y+65535,y=Math.floor(d/65536),he=d-y*65536,d=nt+y+65535,y=Math.floor(d/65536),nt=d-y*65536,d=ge+y+65535,y=Math.floor(d/65536),ge=d-y*65536,d=Te+y+65535,y=Math.floor(d/65536),Te=d-y*65536,d=Le+y+65535,y=Math.floor(d/65536),Le=d-y*65536,d=He+y+65535,y=Math.floor(d/65536),He=d-y*65536,d=Oe+y+65535,y=Math.floor(d/65536),Oe=d-y*65536,d=De+y+65535,y=Math.floor(d/65536),De=d-y*65536,d=$e+y+65535,y=Math.floor(d/65536),$e=d-y*65536,d=Ue+y+65535,y=Math.floor(d/65536),Ue=d-y*65536,d=Ae+y+65535,y=Math.floor(d/65536),Ae=d-y*65536,L+=y-1+37*(y-1),y=1,d=L+y+65535,y=Math.floor(d/65536),L=d-y*65536,d=O+y+65535,y=Math.floor(d/65536),O=d-y*65536,d=J+y+65535,y=Math.floor(d/65536),J=d-y*65536,d=ae+y+65535,y=Math.floor(d/65536),ae=d-y*65536,d=me+y+65535,y=Math.floor(d/65536),me=d-y*65536,d=he+y+65535,y=Math.floor(d/65536),he=d-y*65536,d=nt+y+65535,y=Math.floor(d/65536),nt=d-y*65536,d=ge+y+65535,y=Math.floor(d/65536),ge=d-y*65536,d=Te+y+65535,y=Math.floor(d/65536),Te=d-y*65536,d=Le+y+65535,y=Math.floor(d/65536),Le=d-y*65536,d=He+y+65535,y=Math.floor(d/65536),He=d-y*65536,d=Oe+y+65535,y=Math.floor(d/65536),Oe=d-y*65536,d=De+y+65535,y=Math.floor(d/65536),De=d-y*65536,d=$e+y+65535,y=Math.floor(d/65536),$e=d-y*65536,d=Ue+y+65535,y=Math.floor(d/65536),Ue=d-y*65536,d=Ae+y+65535,y=Math.floor(d/65536),Ae=d-y*65536,L+=y-1+37*(y-1),g[0]=L,g[1]=O,g[2]=J,g[3]=ae,g[4]=me,g[5]=he,g[6]=nt,g[7]=ge,g[8]=Te,g[9]=Le,g[10]=He,g[11]=Oe,g[12]=De,g[13]=$e,g[14]=Ue,g[15]=Ae}function je(g,A){ie(g,A,A)}function ft(g,A){var m=t(),d;for(d=0;d<16;d++)m[d]=A[d];for(d=253;d>=0;d--)je(m,m),d!==2&&d!==4&&ie(m,m,A);for(d=0;d<16;d++)g[d]=m[d]}function nn(g,A){var m=t(),d;for(d=0;d<16;d++)m[d]=A[d];for(d=250;d>=0;d--)je(m,m),d!==1&&ie(m,m,A);for(d=0;d<16;d++)g[d]=m[d]}function mr(g,A,m){var d=new Uint8Array(32),y=new Float64Array(80),L,O,J=t(),ae=t(),me=t(),he=t(),nt=t(),ge=t();for(O=0;O<31;O++)d[O]=A[O];for(d[31]=A[31]&127|64,d[0]&=248,Q(y,m),O=0;O<16;O++)ae[O]=y[O],he[O]=J[O]=me[O]=0;for(J[0]=he[0]=1,O=254;O>=0;--O)L=d[O>>>3]>>>(O&7)&1,ce(J,ae,L),ce(me,he,L),ee(nt,J,me),fe(J,J,me),ee(me,ae,he),fe(ae,ae,he),je(he,nt),je(ge,J),ie(J,me,J),ie(me,ae,nt),ee(nt,J,me),fe(J,J,me),je(ae,J),fe(me,he,ge),ie(J,me,a),ee(J,J,he),ie(me,me,J),ie(J,he,ge),ie(he,ae,y),je(ae,nt),ce(J,ae,L),ce(me,he,L);for(O=0;O<16;O++)y[O+16]=J[O],y[O+32]=me[O],y[O+48]=ae[O],y[O+64]=he[O];var Te=y.subarray(32),Le=y.subarray(16);return ft(Te,Te),ie(Le,Le,Te),$(g,Le),0}function Ar(g,A){return mr(g,A,s)}function Nn(g,A){return e(A,32),Ar(g,A)}function Er(g,A,m){var d=new Uint8Array(32);return mr(d,m,A),C(g,r,d,F)}var ni=ne,Yi=z;function ri(g,A,m,d,y,L){var O=new Uint8Array(32);return Er(O,y,L),ni(g,A,m,d,O)}function yr(g,A,m,d,y,L){var O=new Uint8Array(32);return Er(O,y,L),Yi(g,A,m,d,O)}var _r=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function j(g,A,m,d){for(var y=new Int32Array(16),L=new Int32Array(16),O,J,ae,me,he,nt,ge,Te,Le,He,Oe,De,$e,Ue,Ae,be,pe,Ee,ye,de,W,q,re,X,Z,oe,Ce=g[0],Qe=g[1],qe=g[2],We=g[3],w=g[4],Ve=g[5],rt=g[6],it=g[7],Ke=A[0],Ze=A[1],et=A[2],kt=A[3],lt=A[4],It=A[5],Ct=A[6],vt=A[7],Dt=0;d>=128;){for(ye=0;ye<16;ye++)de=8*ye+Dt,y[ye]=m[de+0]<<24|m[de+1]<<16|m[de+2]<<8|m[de+3],L[ye]=m[de+4]<<24|m[de+5]<<16|m[de+6]<<8|m[de+7];for(ye=0;ye<80;ye++)if(O=Ce,J=Qe,ae=qe,me=We,he=w,nt=Ve,ge=rt,Te=it,Le=Ke,He=Ze,Oe=et,De=kt,$e=lt,Ue=It,Ae=Ct,be=vt,W=it,q=vt,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=(w>>>14|lt<<18)^(w>>>18|lt<<14)^(lt>>>9|w<<23),q=(lt>>>14|w<<18)^(lt>>>18|w<<14)^(w>>>9|lt<<23),re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,W=w&Ve^~w&rt,q=lt&It^~lt&Ct,re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,W=_r[ye*2],q=_r[ye*2+1],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,W=y[ye%16],q=L[ye%16],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,pe=Z&65535|oe<<16,Ee=re&65535|X<<16,W=pe,q=Ee,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=(Ce>>>28|Ke<<4)^(Ke>>>2|Ce<<30)^(Ke>>>7|Ce<<25),q=(Ke>>>28|Ce<<4)^(Ce>>>2|Ke<<30)^(Ce>>>7|Ke<<25),re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,W=Ce&Qe^Ce&qe^Qe&qe,q=Ke&Ze^Ke&et^Ze&et,re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,Te=Z&65535|oe<<16,be=re&65535|X<<16,W=me,q=De,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=pe,q=Ee,re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,me=Z&65535|oe<<16,De=re&65535|X<<16,Qe=O,qe=J,We=ae,w=me,Ve=he,rt=nt,it=ge,Ce=Te,Ze=Le,et=He,kt=Oe,lt=De,It=$e,Ct=Ue,vt=Ae,Ke=be,ye%16===15)for(de=0;de<16;de++)W=y[de],q=L[de],re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=y[(de+9)%16],q=L[(de+9)%16],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,pe=y[(de+1)%16],Ee=L[(de+1)%16],W=(pe>>>1|Ee<<31)^(pe>>>8|Ee<<24)^pe>>>7,q=(Ee>>>1|pe<<31)^(Ee>>>8|pe<<24)^(Ee>>>7|pe<<25),re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,pe=y[(de+14)%16],Ee=L[(de+14)%16],W=(pe>>>19|Ee<<13)^(Ee>>>29|pe<<3)^pe>>>6,q=(Ee>>>19|pe<<13)^(pe>>>29|Ee<<3)^(Ee>>>6|pe<<26),re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,y[de]=Z&65535|oe<<16,L[de]=re&65535|X<<16;W=Ce,q=Ke,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[0],q=A[0],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[0]=Ce=Z&65535|oe<<16,A[0]=Ke=re&65535|X<<16,W=Qe,q=Ze,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[1],q=A[1],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[1]=Qe=Z&65535|oe<<16,A[1]=Ze=re&65535|X<<16,W=qe,q=et,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[2],q=A[2],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[2]=qe=Z&65535|oe<<16,A[2]=et=re&65535|X<<16,W=We,q=kt,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[3],q=A[3],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[3]=We=Z&65535|oe<<16,A[3]=kt=re&65535|X<<16,W=w,q=lt,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[4],q=A[4],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[4]=w=Z&65535|oe<<16,A[4]=lt=re&65535|X<<16,W=Ve,q=It,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[5],q=A[5],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[5]=Ve=Z&65535|oe<<16,A[5]=It=re&65535|X<<16,W=rt,q=Ct,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[6],q=A[6],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[6]=rt=Z&65535|oe<<16,A[6]=Ct=re&65535|X<<16,W=it,q=vt,re=q&65535,X=q>>>16,Z=W&65535,oe=W>>>16,W=g[7],q=A[7],re+=q&65535,X+=q>>>16,Z+=W&65535,oe+=W>>>16,X+=re>>>16,Z+=X>>>16,oe+=Z>>>16,g[7]=it=Z&65535|oe<<16,A[7]=vt=re&65535|X<<16,Dt+=128,d-=128}return d}function ue(g,A,m){var d=new Int32Array(8),y=new Int32Array(8),L=new Uint8Array(256),O,J=m;for(d[0]=1779033703,d[1]=3144134277,d[2]=1013904242,d[3]=2773480762,d[4]=1359893119,d[5]=2600822924,d[6]=528734635,d[7]=1541459225,y[0]=4089235720,y[1]=2227873595,y[2]=4271175723,y[3]=1595750129,y[4]=2917565137,y[5]=725511199,y[6]=4215389547,y[7]=327033209,j(d,y,A,m),m%=128,O=0;O<m;O++)L[O]=A[J-m+O];for(L[m]=128,m=256-128*(m<112?1:0),L[m-9]=0,p(L,m-8,J/536870912|0,J<<3),j(d,y,L,m),O=0;O<8;O++)p(g,8*O,d[O],y[O]);return 0}function xe(g,A){var m=t(),d=t(),y=t(),L=t(),O=t(),J=t(),ae=t(),me=t(),he=t();fe(m,g[1],g[0]),fe(he,A[1],A[0]),ie(m,m,he),ee(d,g[0],g[1]),ee(he,A[0],A[1]),ie(d,d,he),ie(y,g[3],A[3]),ie(y,y,f),ie(L,g[2],A[2]),ee(L,L,L),fe(O,d,m),fe(J,L,y),ee(ae,L,y),ee(me,d,m),ie(g[0],O,J),ie(g[1],me,ae),ie(g[2],ae,J),ie(g[3],O,me)}function Pe(g,A,m){var d;for(d=0;d<4;d++)ce(g[d],A[d],m)}function Xe(g,A){var m=t(),d=t(),y=t();ft(y,A[2]),ie(m,A[0],y),ie(d,A[1],y),$(g,d),g[31]^=T(m)<<7}function Pt(g,A,m){var d,y;for(Y(g[0],i),Y(g[1],o),Y(g[2],o),Y(g[3],i),y=255;y>=0;--y)d=m[y/8|0]>>(y&7)&1,Pe(g,A,d),xe(A,g),xe(g,g),Pe(g,A,d)}function _n(g,A){var m=[t(),t(),t(),t()];Y(m[0],l),Y(m[1],u),Y(m[2],o),ie(m[3],l,u),Pt(g,m,A)}function rn(g,A,m){var d=new Uint8Array(64),y=[t(),t(),t(),t()],L;for(m||e(A,32),ue(d,A,32),d[0]&=248,d[31]&=127,d[31]|=64,_n(y,d),Xe(g,y),L=0;L<32;L++)A[L+32]=g[L];return 0}var br=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function at(g,A){var m,d,y,L;for(d=63;d>=32;--d){for(m=0,y=d-32,L=d-12;y<L;++y)A[y]+=m-16*A[d]*br[y-(d-32)],m=A[y]+128>>8,A[y]-=m*256;A[y]+=m,A[d]=0}for(m=0,y=0;y<32;y++)A[y]+=m-(A[31]>>4)*br[y],m=A[y]>>8,A[y]&=255;for(y=0;y<32;y++)A[y]-=m*br[y];for(d=0;d<32;d++)A[d+1]+=A[d]>>8,g[d]=A[d]&255}function Ut(g){var A=new Float64Array(64),m;for(m=0;m<64;m++)A[m]=g[m];for(m=0;m<64;m++)g[m]=0;at(g,A)}function Lt(g,A,m,d){var y=new Uint8Array(64),L=new Uint8Array(64),O=new Uint8Array(64),J,ae,me=new Float64Array(64),he=[t(),t(),t(),t()];ue(y,d,32),y[0]&=248,y[31]&=127,y[31]|=64;var nt=m+64;for(J=0;J<m;J++)g[64+J]=A[J];for(J=0;J<32;J++)g[32+J]=y[32+J];for(ue(O,g.subarray(32),m+32),Ut(O),_n(he,O),Xe(g,he),J=32;J<64;J++)g[J]=d[J];for(ue(L,g,m+64),Ut(L),J=0;J<64;J++)me[J]=0;for(J=0;J<32;J++)me[J]=O[J];for(J=0;J<32;J++)for(ae=0;ae<32;ae++)me[J+ae]+=L[J]*y[ae];return at(g.subarray(32),me),nt}function St(g,A){var m=t(),d=t(),y=t(),L=t(),O=t(),J=t(),ae=t();return Y(g[2],o),Q(g[1],A),je(y,g[1]),ie(L,y,c),fe(y,y,g[2]),ee(L,g[2],L),je(O,L),je(J,O),ie(ae,J,O),ie(m,ae,y),ie(m,m,L),nn(m,m),ie(m,m,y),ie(m,m,L),ie(m,m,L),ie(g[0],m,L),je(d,g[0]),ie(d,d,L),B(d,y)&&ie(g[0],g[0],h),je(d,g[0]),ie(d,d,L),B(d,y)?-1:(T(g[0])===A[31]>>7&&fe(g[0],i,g[0]),ie(g[3],g[0],g[1]),0)}function ht(g,A,m,d){var y,L,O=new Uint8Array(32),J=new Uint8Array(64),ae=[t(),t(),t(),t()],me=[t(),t(),t(),t()];if(L=-1,m<64||St(me,d))return-1;for(y=0;y<m;y++)g[y]=A[y];for(y=0;y<32;y++)g[y+32]=d[y];if(ue(J,g,m),Ut(J),Pt(ae,me,J),_n(me,A.subarray(32)),xe(ae,me),Xe(O,ae),m-=64,b(A,0,O,0)){for(y=0;y<m;y++)g[y]=0;return-1}for(y=0;y<m;y++)g[y]=A[y+64];return L=m,L}var fn=32,wt=24,ir=32,xr=16,ii=32,ji=32,si=32,oi=32,fo=32,Bc=wt,np=ir,rp=xr,Pn=64,sr=32,Sr=64,lo=32,uo=64;n.lowlevel={crypto_core_hsalsa20:C,crypto_stream_xor:S,crypto_stream:x,crypto_stream_salsa20_xor:V,crypto_stream_salsa20:N,crypto_onetimeauth:k,crypto_onetimeauth_verify:R,crypto_verify_16:E,crypto_verify_32:b,crypto_secretbox:ne,crypto_secretbox_open:z,crypto_scalarmult:mr,crypto_scalarmult_base:Ar,crypto_box_beforenm:Er,crypto_box_afternm:ni,crypto_box:ri,crypto_box_open:yr,crypto_box_keypair:Nn,crypto_hash:ue,crypto_sign:Lt,crypto_sign_keypair:rn,crypto_sign_open:ht,crypto_secretbox_KEYBYTES:fn,crypto_secretbox_NONCEBYTES:wt,crypto_secretbox_ZEROBYTES:ir,crypto_secretbox_BOXZEROBYTES:xr,crypto_scalarmult_BYTES:ii,crypto_scalarmult_SCALARBYTES:ji,crypto_box_PUBLICKEYBYTES:si,crypto_box_SECRETKEYBYTES:oi,crypto_box_BEFORENMBYTES:fo,crypto_box_NONCEBYTES:Bc,crypto_box_ZEROBYTES:np,crypto_box_BOXZEROBYTES:rp,crypto_sign_BYTES:Pn,crypto_sign_PUBLICKEYBYTES:sr,crypto_sign_SECRETKEYBYTES:Sr,crypto_sign_SEEDBYTES:lo,crypto_hash_BYTES:uo};function Rc(g,A){if(g.length!==fn)throw new Error("bad key size");if(A.length!==wt)throw new Error("bad nonce size")}function ip(g,A){if(g.length!==si)throw new Error("bad public key size");if(A.length!==oi)throw new Error("bad secret key size")}function sn(){var g,A;for(A=0;A<arguments.length;A++)if((g=Object.prototype.toString.call(arguments[A]))!=="[object Uint8Array]")throw new TypeError("unexpected type "+g+", use Uint8Array")}function Nc(g){for(var A=0;A<g.length;A++)g[A]=0}n.util||(n.util={},n.util.decodeUTF8=n.util.encodeUTF8=n.util.encodeBase64=n.util.decodeBase64=function(){throw new Error("nacl.util moved into separate package: https://github.com/dchest/tweetnacl-util-js")}),n.randomBytes=function(g){var A=new Uint8Array(g);return e(A,g),A},n.secretbox=function(g,A,m){sn(g,A,m),Rc(m,A);for(var d=new Uint8Array(ir+g.length),y=new Uint8Array(d.length),L=0;L<g.length;L++)d[L+ir]=g[L];return ne(y,d,d.length,A,m),y.subarray(xr)},n.secretbox.open=function(g,A,m){sn(g,A,m),Rc(m,A);for(var d=new Uint8Array(xr+g.length),y=new Uint8Array(d.length),L=0;L<g.length;L++)d[L+xr]=g[L];return d.length<32||z(y,d,d.length,A,m)!==0?!1:y.subarray(ir)},n.secretbox.keyLength=fn,n.secretbox.nonceLength=wt,n.secretbox.overheadLength=xr,n.scalarMult=function(g,A){if(sn(g,A),g.length!==ji)throw new Error("bad n size");if(A.length!==ii)throw new Error("bad p size");var m=new Uint8Array(ii);return mr(m,g,A),m},n.scalarMult.base=function(g){if(sn(g),g.length!==ji)throw new Error("bad n size");var A=new Uint8Array(ii);return Ar(A,g),A},n.scalarMult.scalarLength=ji,n.scalarMult.groupElementLength=ii,n.box=function(g,A,m,d){var y=n.box.before(m,d);return n.secretbox(g,A,y)},n.box.before=function(g,A){sn(g,A),ip(g,A);var m=new Uint8Array(fo);return Er(m,g,A),m},n.box.after=n.secretbox,n.box.open=function(g,A,m,d){var y=n.box.before(m,d);return n.secretbox.open(g,A,y)},n.box.open.after=n.secretbox.open,n.box.keyPair=function(){var g=new Uint8Array(si),A=new Uint8Array(oi);return Nn(g,A),{publicKey:g,secretKey:A}},n.box.keyPair.fromSecretKey=function(g){if(sn(g),g.length!==oi)throw new Error("bad secret key size");var A=new Uint8Array(si);return Ar(A,g),{publicKey:A,secretKey:new Uint8Array(g)}},n.box.publicKeyLength=si,n.box.secretKeyLength=oi,n.box.sharedKeyLength=fo,n.box.nonceLength=Bc,n.box.overheadLength=n.secretbox.overheadLength,n.sign=function(g,A){if(sn(g,A),A.length!==Sr)throw new Error("bad secret key size");var m=new Uint8Array(Pn+g.length);return Lt(m,g,g.length,A),m},n.sign.open=function(g,A){if(arguments.length!==2)throw new Error("nacl.sign.open accepts 2 arguments; did you mean to use nacl.sign.detached.verify?");if(sn(g,A),A.length!==sr)throw new Error("bad public key size");var m=new Uint8Array(g.length),d=ht(m,g,g.length,A);if(d<0)return null;for(var y=new Uint8Array(d),L=0;L<y.length;L++)y[L]=m[L];return y},n.sign.detached=function(g,A){for(var m=n.sign(g,A),d=new Uint8Array(Pn),y=0;y<d.length;y++)d[y]=m[y];return d},n.sign.detached.verify=function(g,A,m){if(sn(g,A,m),A.length!==Pn)throw new Error("bad signature size");if(m.length!==sr)throw new Error("bad public key size");var d=new Uint8Array(Pn+g.length),y=new Uint8Array(Pn+g.length),L;for(L=0;L<Pn;L++)d[L]=A[L];for(L=0;L<g.length;L++)d[L+Pn]=g[L];return ht(y,d,d.length,m)>=0},n.sign.keyPair=function(){var g=new Uint8Array(sr),A=new Uint8Array(Sr);return rn(g,A),{publicKey:g,secretKey:A}},n.sign.keyPair.fromSecretKey=function(g){if(sn(g),g.length!==Sr)throw new Error("bad secret key size");for(var A=new Uint8Array(sr),m=0;m<A.length;m++)A[m]=g[32+m];return{publicKey:A,secretKey:new Uint8Array(g)}},n.sign.keyPair.fromSeed=function(g){if(sn(g),g.length!==lo)throw new Error("bad seed size");for(var A=new Uint8Array(sr),m=new Uint8Array(Sr),d=0;d<32;d++)m[d]=g[d];return rn(A,m,!0),{publicKey:A,secretKey:m}},n.sign.publicKeyLength=sr,n.sign.secretKeyLength=Sr,n.sign.seedLength=lo,n.sign.signatureLength=Pn,n.hash=function(g){sn(g);var A=new Uint8Array(uo);return ue(A,g,g.length),A},n.hash.hashLength=uo,n.verify=function(g,A){return sn(g,A),g.length===0||A.length===0||g.length!==A.length?!1:_(g,0,A,0,g.length)===0},n.setPRNG=function(g){e=g},(function(){var g=typeof self<"u"?self.crypto||self.msCrypto:null;if(g&&g.getRandomValues){var A=65536;n.setPRNG(function(m,d){var y,L=new Uint8Array(d);for(y=0;y<d;y+=A)g.getRandomValues(L.subarray(y,y+Math.min(d-y,A)));for(y=0;y<d;y++)m[y]=L[y];Nc(L)})}else typeof require<"u"&&(g=require("crypto"),g&&g.randomBytes&&n.setPRNG(function(m,d){var y,L=g.randomBytes(d);for(y=0;y<d;y++)m[y]=L[y];Nc(L)}))})()})(typeof Es<"u"&&Es.exports?Es.exports:self.nacl=self.nacl||{})});var Po=ct((Ox,ru)=>{"use strict";var Bo=nu().lowlevel.crypto_hash,Un=0,lr=function(){this.S=[new Uint32Array([3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946]),new Uint32Array([1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055]),new Uint32Array([3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504]),new Uint32Array([976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462])],this.P=new Uint32Array([608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731])};function _s(n,t,e){return(n[0][t[e+3]]+n[1][t[e+2]]^n[2][t[e+1]])+n[3][t[e]]}lr.prototype.encipher=function(n,t){t===void 0&&(t=new Uint8Array(n.buffer),n.byteOffset!==0&&(t=t.subarray(n.byteOffset))),n[0]^=this.P[0];for(var e=1;e<16;e+=2)n[1]^=_s(this.S,t,0)^this.P[e],n[0]^=_s(this.S,t,4)^this.P[e+1];var r=n[0];n[0]=n[1]^this.P[17],n[1]=r};lr.prototype.decipher=function(n){var t=new Uint8Array(n.buffer);n.byteOffset!==0&&(t=t.subarray(n.byteOffset)),n[0]^=this.P[17];for(var e=16;e>0;e-=2)n[1]^=_s(this.S,t,0)^this.P[e],n[0]^=_s(this.S,t,4)^this.P[e-1];var r=n[0];n[0]=n[1]^this.P[0],n[1]=r};function fr(n,t){var e,r=0;for(e=0;e<4;e++,Un++)Un>=t&&(Un=0),r=r<<8|n[Un];return r}lr.prototype.expand0state=function(n,t){var e=new Uint32Array(2),r,s,i=new Uint8Array(e.buffer);for(r=0,Un=0;r<18;r++)this.P[r]^=fr(n,t);for(Un=0,r=0;r<18;r+=2)this.encipher(e,i),this.P[r]=e[0],this.P[r+1]=e[1];for(r=0;r<4;r++)for(s=0;s<256;s+=2)this.encipher(e,i),this.S[r][s]=e[0],this.S[r][s+1]=e[1]};lr.prototype.expandstate=function(n,t,e,r){var s=new Uint32Array(2),i,o;for(i=0,Un=0;i<18;i++)this.P[i]^=fr(e,r);for(i=0,Un=0;i<18;i+=2)s[0]^=fr(n,t),s[1]^=fr(n,t),this.encipher(s),this.P[i]=s[0],this.P[i+1]=s[1];for(i=0;i<4;i++)for(o=0;o<256;o+=2)s[0]^=fr(n,t),s[1]^=fr(n,t),this.encipher(s),this.S[i][o]=s[0],this.S[i][o+1]=s[1];Un=0};lr.prototype.enc=function(n,t){for(var e=0;e<t;e++)this.encipher(n.subarray(e*2))};lr.prototype.dec=function(n,t){for(var e=0;e<t;e++)this.decipher(n.subarray(e*2))};var ys=8,Ro=32;function No(n,t,e){var r=new lr,s=new Uint32Array(ys),i,o=new Uint8Array([79,120,121,99,104,114,111,109,97,116,105,99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109,105,116,101]);for(r.expandstate(t,64,n,64),i=0;i<64;i++)r.expand0state(t,64),r.expand0state(n,64);for(i=0;i<ys;i++)s[i]=fr(o,o.byteLength);for(i=0;i<64;i++)r.enc(s,s.byteLength/8);for(i=0;i<ys;i++)e[4*i+3]=s[i]>>>24,e[4*i+2]=s[i]>>>16,e[4*i+1]=s[i]>>>8,e[4*i+0]=s[i]}function Eg(n,t,e,r,s,i,o){var a=new Uint8Array(64),c=new Uint8Array(64),f=new Uint8Array(Ro),l=new Uint8Array(Ro),u=new Uint8Array(r+4),h,p,_,E,b,v,U=i;if(o<1||t===0||r===0||i===0||i>f.byteLength*f.byteLength||r>1<<20)return-1;for(E=Math.floor((i+f.byteLength-1)/f.byteLength),_=Math.floor((i+E-1)/E),h=0;h<r;h++)u[h]=e[h];for(Bo(a,n,t),v=1;i>0;v++){for(u[r+0]=v>>>24,u[r+1]=v>>>16,u[r+2]=v>>>8,u[r+3]=v,Bo(c,u,r+4),No(a,c,l),h=f.byteLength;h--;)f[h]=l[h];for(h=1;h<o;h++)for(Bo(c,l,l.byteLength),No(a,c,l),p=0;p<f.byteLength;p++)f[p]^=l[p];for(_=Math.min(_,i),h=0;h<_&&(b=h*E+(v-1),!(b>=U));h++)s[b]=f[h];i-=h}return 0}ru.exports={BLOCKS:ys,HASHSIZE:Ro,hash:No,pbkdf:Eg}});var Mn=ct((Fx,xs)=>{"use strict";var $n=require("crypto"),Tr;try{Tr=require("cpu-features")()}catch{}var{bindingAvailable:iu,CIPHER_INFO:yg,MAC_INFO:_g}=Gn(),su=(()=>{if(typeof $n.sign=="function"&&typeof $n.verify=="function"){let n=`-----BEGIN PRIVATE KEY-----\r
2
2
  MC4CAQAwBQYDK2VwBCIEIHKj+sVa9WcD/q2DJUJaf43Kptc8xYuUQA4bOFj9vC8T\r
3
- -----END PRIVATE KEY-----`,t=Buffer.from("a"),e,n;try{e=Lr.sign(null,t,r),n=Lr.verify(null,t,r,e)}catch{}return Buffer.isBuffer(e)&&e.length===64&&n===!0}return!1})(),Jl=typeof Lr.diffieHellman=="function"&&typeof Lr.generateKeyPairSync=="function"&&typeof Lr.createPublicKey=="function",ms=["ecdh-sha2-nistp256","ecdh-sha2-nistp384","ecdh-sha2-nistp521","diffie-hellman-group-exchange-sha256","diffie-hellman-group14-sha256","diffie-hellman-group15-sha512","diffie-hellman-group16-sha512","diffie-hellman-group17-sha512","diffie-hellman-group18-sha512"];Jl&&(ms.unshift("curve25519-sha256"),ms.unshift("curve25519-sha256@libssh.org"));var lg=ms.concat(["diffie-hellman-group-exchange-sha1","diffie-hellman-group14-sha1","diffie-hellman-group1-sha1"]),Bo=["ecdsa-sha2-nistp256","ecdsa-sha2-nistp384","ecdsa-sha2-nistp521","rsa-sha2-512","rsa-sha2-256","ssh-rsa"];Xl&&Bo.unshift("ssh-ed25519");var ug=Bo.concat(["ssh-dss"]),Zl=(()=>{let r=Lr.getCiphers();return t=>r.includes(cg[t].sslName)})(),Wr=["aes128-gcm@openssh.com","aes256-gcm@openssh.com","aes128-ctr","aes192-ctr","aes256-ctr"];Pn&&Pn.flags&&!Pn.flags.aes?jl?Wr.unshift("chacha20-poly1305@openssh.com"):Wr.push("chacha20-poly1305@openssh.com"):jl&&Pn&&Pn.arch==="x86"?Wr.splice(4,0,"chacha20-poly1305@openssh.com"):Wr.push("chacha20-poly1305@openssh.com");Wr=Wr.filter(Zl);var dg=Wr.concat(["aes256-cbc","aes192-cbc","aes128-cbc","blowfish-cbc","3des-cbc","aes128-gcm","aes256-gcm","arcfour256","arcfour128","cast128-cbc","arcfour"].filter(Zl)),eu=(()=>{let r=Lr.getHashes();return t=>r.includes(fg[t].sslName)})(),tu=["hmac-sha2-256-etm@openssh.com","hmac-sha2-512-etm@openssh.com","hmac-sha1-etm@openssh.com","hmac-sha2-256","hmac-sha2-512","hmac-sha1"].filter(eu),hg=tu.concat(["hmac-md5","hmac-sha2-256-96","hmac-sha2-512-96","hmac-ripemd160","hmac-sha1-96","hmac-md5-96"].filter(eu)),ru=["none","zlib@openssh.com","zlib"],pg=ru.concat([]),Nn={BAD_DHGEX:1,OLD_EXIT:2,DYN_RPORT_BUG:4,BUG_DHGEX_LARGE:8,IMPLY_RSA_SHA2_SIGALGS:16};As.exports={MESSAGE:{DISCONNECT:1,IGNORE:2,UNIMPLEMENTED:3,DEBUG:4,SERVICE_REQUEST:5,SERVICE_ACCEPT:6,EXT_INFO:7,KEXINIT:20,NEWKEYS:21,KEXDH_INIT:30,KEXDH_REPLY:31,KEXDH_GEX_GROUP:31,KEXDH_GEX_INIT:32,KEXDH_GEX_REPLY:33,KEXDH_GEX_REQUEST:34,KEXECDH_INIT:30,KEXECDH_REPLY:31,USERAUTH_REQUEST:50,USERAUTH_FAILURE:51,USERAUTH_SUCCESS:52,USERAUTH_BANNER:53,USERAUTH_PASSWD_CHANGEREQ:60,USERAUTH_PK_OK:60,USERAUTH_INFO_REQUEST:60,USERAUTH_INFO_RESPONSE:61,GLOBAL_REQUEST:80,REQUEST_SUCCESS:81,REQUEST_FAILURE:82,CHANNEL_OPEN:90,CHANNEL_OPEN_CONFIRMATION:91,CHANNEL_OPEN_FAILURE:92,CHANNEL_WINDOW_ADJUST:93,CHANNEL_DATA:94,CHANNEL_EXTENDED_DATA:95,CHANNEL_EOF:96,CHANNEL_CLOSE:97,CHANNEL_REQUEST:98,CHANNEL_SUCCESS:99,CHANNEL_FAILURE:100},DISCONNECT_REASON:{HOST_NOT_ALLOWED_TO_CONNECT:1,PROTOCOL_ERROR:2,KEY_EXCHANGE_FAILED:3,RESERVED:4,MAC_ERROR:5,COMPRESSION_ERROR:6,SERVICE_NOT_AVAILABLE:7,PROTOCOL_VERSION_NOT_SUPPORTED:8,HOST_KEY_NOT_VERIFIABLE:9,CONNECTION_LOST:10,BY_APPLICATION:11,TOO_MANY_CONNECTIONS:12,AUTH_CANCELED_BY_USER:13,NO_MORE_AUTH_METHODS_AVAILABLE:14,ILLEGAL_USER_NAME:15},DISCONNECT_REASON_STR:void 0,CHANNEL_OPEN_FAILURE:{ADMINISTRATIVELY_PROHIBITED:1,CONNECT_FAILED:2,UNKNOWN_CHANNEL_TYPE:3,RESOURCE_SHORTAGE:4},TERMINAL_MODE:{TTY_OP_END:0,VINTR:1,VQUIT:2,VERASE:3,VKILL:4,VEOF:5,VEOL:6,VEOL2:7,VSTART:8,VSTOP:9,VSUSP:10,VDSUSP:11,VREPRINT:12,VWERASE:13,VLNEXT:14,VFLUSH:15,VSWTCH:16,VSTATUS:17,VDISCARD:18,IGNPAR:30,PARMRK:31,INPCK:32,ISTRIP:33,INLCR:34,IGNCR:35,ICRNL:36,IUCLC:37,IXON:38,IXANY:39,IXOFF:40,IMAXBEL:41,ISIG:50,ICANON:51,XCASE:52,ECHO:53,ECHOE:54,ECHOK:55,ECHONL:56,NOFLSH:57,TOSTOP:58,IEXTEN:59,ECHOCTL:60,ECHOKE:61,PENDIN:62,OPOST:70,OLCUC:71,ONLCR:72,OCRNL:73,ONOCR:74,ONLRET:75,CS7:90,CS8:91,PARENB:92,PARODD:93,TTY_OP_ISPEED:128,TTY_OP_OSPEED:129},CHANNEL_EXTENDED_DATATYPE:{STDERR:1},SIGNALS:["ABRT","ALRM","FPE","HUP","ILL","INT","QUIT","SEGV","TERM","USR1","USR2","KILL","PIPE"].reduce((r,t)=>({...r,[t]:1}),{}),COMPAT:Nn,COMPAT_CHECKS:[["Cisco-1.25",Nn.BAD_DHGEX],[/^Cisco-1[.]/,Nn.BUG_DHGEX_LARGE],[/^[0-9.]+$/,Nn.OLD_EXIT],[/^OpenSSH_5[.][0-9]+/,Nn.DYN_RPORT_BUG],[/^OpenSSH_7[.]4/,Nn.IMPLY_RSA_SHA2_SIGALGS]],DEFAULT_KEX:ms,SUPPORTED_KEX:lg,DEFAULT_SERVER_HOST_KEY:Bo,SUPPORTED_SERVER_HOST_KEY:ug,DEFAULT_CIPHER:Wr,SUPPORTED_CIPHER:dg,DEFAULT_MAC:tu,SUPPORTED_MAC:hg,DEFAULT_COMPRESSION:ru,SUPPORTED_COMPRESSION:pg,curve25519Supported:Jl,eddsaSupported:Xl};As.exports.DISCONNECT_REASON_BY_VALUE=Array.from(Object.entries(As.exports.DISCONNECT_REASON)).reduce((r,[t,e])=>({...r,[e]:t}),{})});var pr=ct((wS,ou)=>{"use strict";var dr=di().Ber,Es,su=Buffer[Symbol.species],gg=Object.getPrototypeOf(Uint8Array.prototype).fill;function nu(r,t){return r[t++]*16777216+r[t++]*65536+r[t++]*256+r[t]}function hi(r,t,e,n,s){s||(s=0),n>r.length&&(n=r.length);let i=n-e,o=t.length-s;return i>o&&(i=o),t.set(new Uint8Array(r.buffer,r.byteOffset+e,i),s),i}function pi(r,t,e){return e===void 0&&(e=r.length),new su(r.buffer,r.byteOffset+t,e-t)}function No(){let r=0,t,e={init:(n,s)=>{t=n,r=typeof s=="number"?s:0},pos:()=>r,length:()=>t?t.length:0,avail:()=>t&&r<t.length?t.length-r:0,clear:()=>{t=void 0},readUInt32BE:()=>{if(!(!t||r+3>=t.length))return t[r++]*16777216+t[r++]*65536+t[r++]*256+t[r++]},readUInt64BE:n=>{if(!(!t||r+7>=t.length))switch(n){case"always":return BigInt(`0x${t.hexSlice(r,r+=8)}`);case"maybe":if(t[r]>31)return BigInt(`0x${t.hexSlice(r,r+=8)}`);default:return t[r++]*72057594037927940+t[r++]*281474976710656+t[r++]*1099511627776+t[r++]*4294967296+t[r++]*16777216+t[r++]*65536+t[r++]*256+t[r++]}},skip:n=>{t&&n>0&&(r+=n)},skipString:()=>{let n=e.readUInt32BE();if(n!==void 0)return r+=n,r<=t.length?n:void 0},readByte:()=>{if(t&&r<t.length)return t[r++]},readBool:()=>{if(t&&r<t.length)return!!t[r++]},readList:()=>{let n=e.readString(!0);if(n!==void 0)return n?n.split(","):[]},readString:(n,s)=>{typeof n=="number"&&(s=n,n=void 0);let i=e.readUInt32BE();if(i!==void 0&&!(t.length-r<i||typeof s=="number"&&i>s))return n?Buffer.isBuffer(n)?hi(t,n,r,r+=i):t.utf8Slice(r,r+=i):pi(t,r,r+=i)},readRaw:n=>{if(t){if(typeof n!="number")return pi(t,r,r+=t.length-r);if(t.length-r>=n)return pi(t,r,r+=n)}}};return e}function iu(r,t,e){let n=new Error(r);return typeof t=="boolean"?(e=t,n.level="protocol"):n.level=t||"protocol",n.fatal=!!e,n}function Ro(r,t,e){return r[e++]=t>>>24,r[e++]=t>>>16,r[e++]=t>>>8,r[e++]=t,e}var _s=No();ou.exports={bufferCopy:hi,bufferSlice:pi,FastBuffer:su,bufferFill:(r,t,e,n)=>gg.call(r,t,e,n),makeError:iu,doFatalError:(r,t,e,n)=>{let s;return Es===void 0&&({DISCONNECT_REASON:Es}=Dr()),t instanceof Error?(s=t,typeof e!="number"?n=Es.PROTOCOL_ERROR:n=e):s=iu(t,e,!0),typeof n!="number"&&(n=Es.PROTOCOL_ERROR),r.disconnect(n),r._destruct(),r._onError(s),1/0},readUInt32BE:nu,writeUInt32BE:Ro,writeUInt32LE:(r,t,e)=>(r[e++]=t,r[e++]=t>>>8,r[e++]=t>>>16,r[e++]=t>>>24,e),makeBufferParser:No,bufferParser:No(),readString:(r,t,e,n)=>{typeof e=="number"&&(n=e,e=void 0),t===void 0&&(t=0);let s=r.length-t;if(t<0||t>=r.length||s<4)return;let i=nu(r,t);if(s<4+i||typeof n=="number"&&i>n)return;t+=4;let o=t+i;return r._pos=o,e?Buffer.isBuffer(e)?hi(r,e,t,o):r.utf8Slice(t,o):pi(r,t,o)},sigSSHToASN1:(r,t)=>{switch(t){case"ssh-dss":{if(r.length>40)return r;let e=new dr.Writer;e.startSequence();let n=r.slice(0,20),s=r.slice(20);if(n[0]&128){let i=Buffer.allocUnsafe(21);i[0]=0,n.copy(i,1),n=i}else n[0]===0&&!(n[1]&128)&&(n=n.slice(1));if(s[0]&128){let i=Buffer.allocUnsafe(21);i[0]=0,s.copy(i,1),s=i}else s[0]===0&&!(s[1]&128)&&(s=s.slice(1));return e.writeBuffer(n,dr.Integer),e.writeBuffer(s,dr.Integer),e.endSequence(),e.buffer}case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":{_s.init(r,0);let e=_s.readString(),n=_s.readString();if(_s.clear(),e===void 0||n===void 0)return;let s=new dr.Writer;return s.startSequence(),s.writeBuffer(e,dr.Integer),s.writeBuffer(n,dr.Integer),s.endSequence(),s.buffer}default:return r}},convertSignature:(r,t)=>{switch(t){case"ssh-dss":{if(r.length<=40)return r;let e=new dr.Reader(r);e.readSequence();let n=e.readString(dr.Integer,!0),s=e.readString(dr.Integer,!0),i=0,o=0;if(n.length<20){let c=Buffer.allocUnsafe(20);c.set(n,1),n=c,n[0]=0}if(s.length<20){let c=Buffer.allocUnsafe(20);c.set(s,1),s=c,s[0]=0}n.length>20&&n[0]===0&&(i=1),s.length>20&&s[0]===0&&(o=1);let a=Buffer.allocUnsafe(n.length-i+(s.length-o));return hi(n,a,i,n.length,0),hi(s,a,o,s.length,n.length-i),a}case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":{if(r[0]===0)return r;let e=new dr.Reader(r);e.readSequence();let n=e.readString(dr.Integer,!0),s=e.readString(dr.Integer,!0);if(n===null||s===null)return;let i=Buffer.allocUnsafe(4+n.length+4+s.length);return Ro(i,n.length,0),i.set(n,4),Ro(i,s.length,4+n.length),i.set(s,8+n.length),i}}return r},sendPacket:(r,t,e)=>!e&&r._kexinit!==void 0?(r._queue===void 0&&(r._queue=[]),r._queue.push(t),r._debug&&r._debug("Outbound: ... packet queued"),!1):(r._cipher.encrypt(t),!0)}});var au=ct((ys,To)=>{var Po=(function(){var r=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(r=r||__filename),(function(t){t=t||{};var e;e||(e=typeof t<"u"?t:{});var n,s;e.ready=new Promise(function(z,ue){n=z,s=ue});var i={},o;for(o in e)e.hasOwnProperty(o)&&(i[o]=e[o]);var a=typeof window=="object",c=typeof importScripts=="function",f=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string",l="",u,h,g,y,_;f?(l=c?require("path").dirname(l)+"/":__dirname+"/",u=function(z,ue){var Se=Br(z);return Se?ue?Se:Se.toString():(y||(y=require("fs")),_||(_=require("path")),z=_.normalize(z),y.readFileSync(z,ue?null:"utf8"))},g=function(z){return z=u(z,!0),z.buffer||(z=new Uint8Array(z)),K(z.buffer),z},h=function(z,ue,Se){var Pe=Br(z);Pe&&ue(Pe),y||(y=require("fs")),_||(_=require("path")),z=_.normalize(z),y.readFile(z,function(Xe,Pt){Xe?Se(Xe):ue(Pt.buffer)})},1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),e.inspect=function(){return"[Emscripten Module object]"}):(a||c)&&(c?l=self.location.href:typeof document<"u"&&document.currentScript&&(l=document.currentScript.src),r&&(l=r),l.indexOf("blob:")!==0?l=l.substr(0,l.lastIndexOf("/")+1):l="",u=function(z){try{var ue=new XMLHttpRequest;return ue.open("GET",z,!1),ue.send(null),ue.responseText}catch(Xe){if(z=Br(z)){ue=[];for(var Se=0;Se<z.length;Se++){var Pe=z[Se];255<Pe&&(gn&&K(!1,"Character code "+Pe+" ("+String.fromCharCode(Pe)+") at offset "+Se+" not in 0x00-0xFF."),Pe&=255),ue.push(String.fromCharCode(Pe))}return ue.join("")}throw Xe}},c&&(g=function(z){try{var ue=new XMLHttpRequest;return ue.open("GET",z,!1),ue.responseType="arraybuffer",ue.send(null),new Uint8Array(ue.response)}catch(Se){if(z=Br(z))return z;throw Se}}),h=function(z,ue,Se){var Pe=new XMLHttpRequest;Pe.open("GET",z,!0),Pe.responseType="arraybuffer",Pe.onload=function(){if(Pe.status==200||Pe.status==0&&Pe.response)ue(Pe.response);else{var Xe=Br(z);Xe?ue(Xe.buffer):Se()}},Pe.onerror=Se,Pe.send(null)}),e.print||console.log.bind(console);var b=e.printErr||console.warn.bind(console);for(o in i)i.hasOwnProperty(o)&&(e[o]=i[o]);i=null;var C;e.wasmBinary&&(C=e.wasmBinary);var L=e.noExitRuntime||!0;typeof WebAssembly!="object"&&H("no native wasm support detected");var F,k=!1;function K(z,ue){z||H("Assertion failed: "+ue)}function ee(z){var ue=e["_"+z];return K(ue,"Cannot call unknown function "+z+", make sure it is exported"),ue}function O(z,ue,Se,Pe){var Xe={string:function(at){var Ut=0;if(at!=null&&at!==0){var Lt=(at.length<<2)+1;Ut=ti(Lt);var St=Ut,dt=D;if(0<Lt){Lt=St+Lt-1;for(var ar=0;ar<at.length;++ar){var xt=at.charCodeAt(ar);if(55296<=xt&&57343>=xt){var rn=at.charCodeAt(++ar);xt=65536+((xt&1023)<<10)|rn&1023}if(127>=xt){if(St>=Lt)break;dt[St++]=xt}else{if(2047>=xt){if(St+1>=Lt)break;dt[St++]=192|xt>>6}else{if(65535>=xt){if(St+2>=Lt)break;dt[St++]=224|xt>>12}else{if(St+3>=Lt)break;dt[St++]=240|xt>>18,dt[St++]=128|xt>>12&63}dt[St++]=128|xt>>6&63}dt[St++]=128|xt&63}}dt[St]=0}}return Ut},array:function(at){var Ut=ti(at.length);return I.set(at,Ut),Ut}},Pt=ee(z),_r=[];if(z=0,Pe)for(var rr=0;rr<Pe.length;rr++){var yn=Xe[Se[rr]];yn?(z===0&&(z=ei()),_r[rr]=yn(Pe[rr])):_r[rr]=Pe[rr]}return Se=Pt.apply(null,_r),Se=(function(at){if(ue==="string")if(at){for(var Ut=D,Lt=at+NaN,St=at;Ut[St]&&!(St>=Lt);)++St;if(16<St-at&&Ut.subarray&&S)at=S.decode(Ut.subarray(at,St));else{for(Lt="";at<St;){var dt=Ut[at++];if(dt&128){var ar=Ut[at++]&63;if((dt&224)==192)Lt+=String.fromCharCode((dt&31)<<6|ar);else{var xt=Ut[at++]&63;dt=(dt&240)==224?(dt&15)<<12|ar<<6|xt:(dt&7)<<18|ar<<12|xt<<6|Ut[at++]&63,65536>dt?Lt+=String.fromCharCode(dt):(dt-=65536,Lt+=String.fromCharCode(55296|dt>>10,56320|dt&1023))}}else Lt+=String.fromCharCode(dt)}at=Lt}}else at="";else at=ue==="boolean"?!!at:at;return at})(Se),z!==0&&Ki(z),Se}var S=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0,w,I,D;function R(){var z=F.buffer;w=z,e.HEAP8=I=new Int8Array(z),e.HEAP16=new Int16Array(z),e.HEAP32=new Int32Array(z),e.HEAPU8=D=new Uint8Array(z),e.HEAPU16=new Uint16Array(z),e.HEAPU32=new Uint32Array(z),e.HEAPF32=new Float32Array(z),e.HEAPF64=new Float64Array(z)}var ne,G=[],Y=[],re=[];function ce(){var z=e.preRun.shift();G.unshift(z)}var U=0,v=null,N=null;e.preloadedImages={},e.preloadedAudios={};function H(z){throw e.onAbort&&e.onAbort(z),b(z),k=!0,z=new WebAssembly.RuntimeError("abort("+z+"). Build with -s ASSERTIONS=1 for more info."),s(z),z}var Z="data:application/octet-stream;base64,",fe;if(fe="data:application/octet-stream;base64,AGFzbQEAAAABIAZgAX8Bf2ADf39/AGABfwBgAABgAAF/YAZ/f39/f38AAgcBAWEBYQAAAwsKAAEDAQAAAgQFAgQFAXABAQEFBwEBgAKAgAIGCQF/AUGAjMACCwclCQFiAgABYwADAWQACQFlAAgBZgAHAWcABgFoAAUBaQAKAWoBAAqGTQpPAQJ/QYAIKAIAIgEgAEEDakF8cSICaiEAAkAgAkEAIAAgAU0bDQAgAD8AQRB0SwRAIAAQAEUNAQtBgAggADYCACABDwtBhAhBMDYCAEF/C4wFAg5+Cn8gACgCJCEUIAAoAiAhFSAAKAIcIREgACgCGCESIAAoAhQhEyACQRBPBEAgAC0ATEVBGHQhFyAAKAIEIhZBBWytIQ8gACgCCCIYQQVsrSENIAAoAgwiGUEFbK0hCyAAKAIQIhpBBWytIQkgADUCACEIIBqtIRAgGa0hDiAYrSEMIBatIQoDQCASIAEtAAMiEiABLQAEQQh0ciABLQAFQRB0ciABLQAGIhZBGHRyQQJ2Qf///x9xaq0iAyAOfiABLwAAIAEtAAJBEHRyIBNqIBJBGHRBgICAGHFqrSIEIBB+fCARIAEtAAdBCHQgFnIgAS0ACEEQdHIgAS0ACSIRQRh0ckEEdkH///8fcWqtIgUgDH58IAEtAApBCHQgEXIgAS0AC0EQdHIgAS0ADEEYdHJBBnYgFWqtIgYgCn58IBQgF2ogAS8ADSABLQAPQRB0cmqtIgcgCH58IAMgDH4gBCAOfnwgBSAKfnwgBiAIfnwgByAJfnwgAyAKfiAEIAx+fCAFIAh+fCAGIAl+fCAHIAt+fCADIAh+IAQgCn58IAUgCX58IAYgC358IAcgDX58IAMgCX4gBCAIfnwgBSALfnwgBiANfnwgByAPfnwiA0IaiEL/////D4N8IgRCGohC/////w+DfCIFQhqIQv////8Pg3wiBkIaiEL/////D4N8IgdCGoinQQVsIAOnQf///x9xaiITQRp2IASnQf///x9xaiESIAWnQf///x9xIREgBqdB////H3EhFSAHp0H///8fcSEUIBNB////H3EhEyABQRBqIQEgAkEQayICQQ9LDQALCyAAIBQ2AiQgACAVNgIgIAAgETYCHCAAIBI2AhggACATNgIUCwMAAQu2BAEGfwJAIAAoAjgiBARAIABBPGohBQJAIAJBECAEayIDIAIgA0kbIgZFDQAgBkEDcSEHAkAgBkEBa0EDSQRAQQAhAwwBCyAGQXxxIQhBACEDA0AgBSADIARqaiABIANqLQAAOgAAIAUgA0EBciIEIAAoAjhqaiABIARqLQAAOgAAIAUgA0ECciIEIAAoAjhqaiABIARqLQAAOgAAIAUgA0EDciIEIAAoAjhqaiABIARqLQAAOgAAIANBBGohAyAAKAI4IQQgCEEEayIIDQALCyAHRQ0AA0AgBSADIARqaiABIANqLQAAOgAAIANBAWohAyAAKAI4IQQgB0EBayIHDQALCyAAIAQgBmoiAzYCOCADQRBJDQEgACAFQRAQAiAAQQA2AjggAiAGayECIAEgBmohAQsgAkEQTwRAIAAgASACQXBxIgMQAiACQQ9xIQIgASADaiEBCyACRQ0AIAJBA3EhBCAAQTxqIQVBACEDIAJBAWtBA08EQCACQXxxIQcDQCAFIAAoAjggA2pqIAEgA2otAAA6AAAgBSADQQFyIgYgACgCOGpqIAEgBmotAAA6AAAgBSADQQJyIgYgACgCOGpqIAEgBmotAAA6AAAgBSADQQNyIgYgACgCOGpqIAEgBmotAAA6AAAgA0EEaiEDIAdBBGsiBw0ACwsgBARAA0AgBSAAKAI4IANqaiABIANqLQAAOgAAIANBAWohAyAEQQFrIgQNAAsLIAAgACgCOCACajYCOAsLoS0BDH8jAEEQayIMJAACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAEH0AU0EQEGICCgCACIFQRAgAEELakF4cSAAQQtJGyIIQQN2IgJ2IgFBA3EEQCABQX9zQQFxIAJqIgNBA3QiAUG4CGooAgAiBEEIaiEAAkAgBCgCCCICIAFBsAhqIgFGBEBBiAggBUF+IAN3cTYCAAwBCyACIAE2AgwgASACNgIICyAEIANBA3QiAUEDcjYCBCABIARqIgEgASgCBEEBcjYCBAwNCyAIQZAIKAIAIgpNDQEgAQRAAkBBAiACdCIAQQAgAGtyIAEgAnRxIgBBACAAa3FBAWsiACAAQQx2QRBxIgJ2IgFBBXZBCHEiACACciABIAB2IgFBAnZBBHEiAHIgASAAdiIBQQF2QQJxIgByIAEgAHYiAUEBdkEBcSIAciABIAB2aiIDQQN0IgBBuAhqKAIAIgQoAggiASAAQbAIaiIARgRAQYgIIAVBfiADd3EiBTYCAAwBCyABIAA2AgwgACABNgIICyAEQQhqIQAgBCAIQQNyNgIEIAQgCGoiAiADQQN0IgEgCGsiA0EBcjYCBCABIARqIAM2AgAgCgRAIApBA3YiAUEDdEGwCGohB0GcCCgCACEEAn8gBUEBIAF0IgFxRQRAQYgIIAEgBXI2AgAgBwwBCyAHKAIICyEBIAcgBDYCCCABIAQ2AgwgBCAHNgIMIAQgATYCCAtBnAggAjYCAEGQCCADNgIADA0LQYwIKAIAIgZFDQEgBkEAIAZrcUEBayIAIABBDHZBEHEiAnYiAUEFdkEIcSIAIAJyIAEgAHYiAUECdkEEcSIAciABIAB2IgFBAXZBAnEiAHIgASAAdiIBQQF2QQFxIgByIAEgAHZqQQJ0QbgKaigCACIBKAIEQXhxIAhrIQMgASECA0ACQCACKAIQIgBFBEAgAigCFCIARQ0BCyAAKAIEQXhxIAhrIgIgAyACIANJIgIbIQMgACABIAIbIQEgACECDAELCyABIAhqIgkgAU0NAiABKAIYIQsgASABKAIMIgRHBEAgASgCCCIAQZgIKAIASRogACAENgIMIAQgADYCCAwMCyABQRRqIgIoAgAiAEUEQCABKAIQIgBFDQQgAUEQaiECCwNAIAIhByAAIgRBFGoiAigCACIADQAgBEEQaiECIAQoAhAiAA0ACyAHQQA2AgAMCwtBfyEIIABBv39LDQAgAEELaiIAQXhxIQhBjAgoAgAiCUUNAEEAIAhrIQMCQAJAAkACf0EAIAhBgAJJDQAaQR8gCEH///8HSw0AGiAAQQh2IgAgAEGA/j9qQRB2QQhxIgJ0IgAgAEGA4B9qQRB2QQRxIgF0IgAgAEGAgA9qQRB2QQJxIgB0QQ92IAEgAnIgAHJrIgBBAXQgCCAAQRVqdkEBcXJBHGoLIgVBAnRBuApqKAIAIgJFBEBBACEADAELQQAhACAIQQBBGSAFQQF2ayAFQR9GG3QhAQNAAkAgAigCBEF4cSAIayIHIANPDQAgAiEEIAciAw0AQQAhAyACIQAMAwsgACACKAIUIgcgByACIAFBHXZBBHFqKAIQIgJGGyAAIAcbIQAgAUEBdCEBIAINAAsLIAAgBHJFBEBBACEEQQIgBXQiAEEAIABrciAJcSIARQ0DIABBACAAa3FBAWsiACAAQQx2QRBxIgJ2IgFBBXZBCHEiACACciABIAB2IgFBAnZBBHEiAHIgASAAdiIBQQF2QQJxIgByIAEgAHYiAUEBdkEBcSIAciABIAB2akECdEG4CmooAgAhAAsgAEUNAQsDQCAAKAIEQXhxIAhrIgEgA0khAiABIAMgAhshAyAAIAQgAhshBCAAKAIQIgEEfyABBSAAKAIUCyIADQALCyAERQ0AIANBkAgoAgAgCGtPDQAgBCAIaiIGIARNDQEgBCgCGCEFIAQgBCgCDCIBRwRAIAQoAggiAEGYCCgCAEkaIAAgATYCDCABIAA2AggMCgsgBEEUaiICKAIAIgBFBEAgBCgCECIARQ0EIARBEGohAgsDQCACIQcgACIBQRRqIgIoAgAiAA0AIAFBEGohAiABKAIQIgANAAsgB0EANgIADAkLIAhBkAgoAgAiAk0EQEGcCCgCACEDAkAgAiAIayIBQRBPBEBBkAggATYCAEGcCCADIAhqIgA2AgAgACABQQFyNgIEIAIgA2ogATYCACADIAhBA3I2AgQMAQtBnAhBADYCAEGQCEEANgIAIAMgAkEDcjYCBCACIANqIgAgACgCBEEBcjYCBAsgA0EIaiEADAsLIAhBlAgoAgAiBkkEQEGUCCAGIAhrIgE2AgBBoAhBoAgoAgAiAiAIaiIANgIAIAAgAUEBcjYCBCACIAhBA3I2AgQgAkEIaiEADAsLQQAhACAIQS9qIgkCf0HgCygCAARAQegLKAIADAELQewLQn83AgBB5AtCgKCAgICABDcCAEHgCyAMQQxqQXBxQdiq1aoFczYCAEH0C0EANgIAQcQLQQA2AgBBgCALIgFqIgVBACABayIHcSICIAhNDQpBwAsoAgAiBARAQbgLKAIAIgMgAmoiASADTQ0LIAEgBEsNCwtBxAstAABBBHENBQJAAkBBoAgoAgAiAwRAQcgLIQADQCADIAAoAgAiAU8EQCABIAAoAgRqIANLDQMLIAAoAggiAA0ACwtBABABIgFBf0YNBiACIQVB5AsoAgAiA0EBayIAIAFxBEAgAiABayAAIAFqQQAgA2txaiEFCyAFIAhNDQYgBUH+////B0sNBkHACygCACIEBEBBuAsoAgAiAyAFaiIAIANNDQcgACAESw0HCyAFEAEiACABRw0BDAgLIAUgBmsgB3EiBUH+////B0sNBSAFEAEiASAAKAIAIAAoAgRqRg0EIAEhAAsCQCAAQX9GDQAgCEEwaiAFTQ0AQegLKAIAIgEgCSAFa2pBACABa3EiAUH+////B0sEQCAAIQEMCAsgARABQX9HBEAgASAFaiEFIAAhAQwIC0EAIAVrEAEaDAULIAAiAUF/Rw0GDAQLAAtBACEEDAcLQQAhAQwFCyABQX9HDQILQcQLQcQLKAIAQQRyNgIACyACQf7///8HSw0BIAIQASEBQQAQASEAIAFBf0YNASAAQX9GDQEgACABTQ0BIAAgAWsiBSAIQShqTQ0BC0G4C0G4CygCACAFaiIANgIAQbwLKAIAIABJBEBBvAsgADYCAAsCQAJAAkBBoAgoAgAiBwRAQcgLIQADQCABIAAoAgAiAyAAKAIEIgJqRg0CIAAoAggiAA0ACwwCC0GYCCgCACIAQQAgACABTRtFBEBBmAggATYCAAtBACEAQcwLIAU2AgBByAsgATYCAEGoCEF/NgIAQawIQeALKAIANgIAQdQLQQA2AgADQCAAQQN0IgNBuAhqIANBsAhqIgI2AgAgA0G8CGogAjYCACAAQQFqIgBBIEcNAAtBlAggBUEoayIDQXggAWtBB3FBACABQQhqQQdxGyIAayICNgIAQaAIIAAgAWoiADYCACAAIAJBAXI2AgQgASADakEoNgIEQaQIQfALKAIANgIADAILIAAtAAxBCHENACADIAdLDQAgASAHTQ0AIAAgAiAFajYCBEGgCCAHQXggB2tBB3FBACAHQQhqQQdxGyIAaiICNgIAQZQIQZQIKAIAIAVqIgEgAGsiADYCACACIABBAXI2AgQgASAHakEoNgIEQaQIQfALKAIANgIADAELQZgIKAIAIAFLBEBBmAggATYCAAsgASAFaiECQcgLIQACQAJAAkACQAJAAkADQCACIAAoAgBHBEAgACgCCCIADQEMAgsLIAAtAAxBCHFFDQELQcgLIQADQCAHIAAoAgAiAk8EQCACIAAoAgRqIgQgB0sNAwsgACgCCCEADAALAAsgACABNgIAIAAgACgCBCAFajYCBCABQXggAWtBB3FBACABQQhqQQdxG2oiCSAIQQNyNgIEIAJBeCACa0EHcUEAIAJBCGpBB3EbaiIFIAggCWoiBmshAiAFIAdGBEBBoAggBjYCAEGUCEGUCCgCACACaiIANgIAIAYgAEEBcjYCBAwDCyAFQZwIKAIARgRAQZwIIAY2AgBBkAhBkAgoAgAgAmoiADYCACAGIABBAXI2AgQgACAGaiAANgIADAMLIAUoAgQiAEEDcUEBRgRAIABBeHEhBwJAIABB/wFNBEAgBSgCCCIDIABBA3YiAEEDdEGwCGpGGiADIAUoAgwiAUYEQEGICEGICCgCAEF+IAB3cTYCAAwCCyADIAE2AgwgASADNgIIDAELIAUoAhghCAJAIAUgBSgCDCIBRwRAIAUoAggiACABNgIMIAEgADYCCAwBCwJAIAVBFGoiACgCACIDDQAgBUEQaiIAKAIAIgMNAEEAIQEMAQsDQCAAIQQgAyIBQRRqIgAoAgAiAw0AIAFBEGohACABKAIQIgMNAAsgBEEANgIACyAIRQ0AAkAgBSAFKAIcIgNBAnRBuApqIgAoAgBGBEAgACABNgIAIAENAUGMCEGMCCgCAEF+IAN3cTYCAAwCCyAIQRBBFCAIKAIQIAVGG2ogATYCACABRQ0BCyABIAg2AhggBSgCECIABEAgASAANgIQIAAgATYCGAsgBSgCFCIARQ0AIAEgADYCFCAAIAE2AhgLIAUgB2ohBSACIAdqIQILIAUgBSgCBEF+cTYCBCAGIAJBAXI2AgQgAiAGaiACNgIAIAJB/wFNBEAgAkEDdiIAQQN0QbAIaiECAn9BiAgoAgAiAUEBIAB0IgBxRQRAQYgIIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwDC0EfIQAgAkH///8HTQRAIAJBCHYiACAAQYD+P2pBEHZBCHEiA3QiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASADciAAcmsiAEEBdCACIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRBuApqIQQCQEGMCCgCACIDQQEgAHQiAXFFBEBBjAggASADcjYCACAEIAY2AgAgBiAENgIYDAELIAJBAEEZIABBAXZrIABBH0YbdCEAIAQoAgAhAQNAIAEiAygCBEF4cSACRg0DIABBHXYhASAAQQF0IQAgAyABQQRxaiIEKAIQIgENAAsgBCAGNgIQIAYgAzYCGAsgBiAGNgIMIAYgBjYCCAwCC0GUCCAFQShrIgNBeCABa0EHcUEAIAFBCGpBB3EbIgBrIgI2AgBBoAggACABaiIANgIAIAAgAkEBcjYCBCABIANqQSg2AgRBpAhB8AsoAgA2AgAgByAEQScgBGtBB3FBACAEQSdrQQdxG2pBL2siACAAIAdBEGpJGyICQRs2AgQgAkHQCykCADcCECACQcgLKQIANwIIQdALIAJBCGo2AgBBzAsgBTYCAEHICyABNgIAQdQLQQA2AgAgAkEYaiEAA0AgAEEHNgIEIABBCGohASAAQQRqIQAgASAESQ0ACyACIAdGDQMgAiACKAIEQX5xNgIEIAcgAiAHayIEQQFyNgIEIAIgBDYCACAEQf8BTQRAIARBA3YiAEEDdEGwCGohAgJ/QYgIKAIAIgFBASAAdCIAcUUEQEGICCAAIAFyNgIAIAIMAQsgAigCCAshACACIAc2AgggACAHNgIMIAcgAjYCDCAHIAA2AggMBAtBHyEAIAdCADcCECAEQf///wdNBEAgBEEIdiIAIABBgP4/akEQdkEIcSICdCIAIABBgOAfakEQdkEEcSIBdCIAIABBgIAPakEQdkECcSIAdEEPdiABIAJyIAByayIAQQF0IAQgAEEVanZBAXFyQRxqIQALIAcgADYCHCAAQQJ0QbgKaiEDAkBBjAgoAgAiAkEBIAB0IgFxRQRAQYwIIAEgAnI2AgAgAyAHNgIAIAcgAzYCGAwBCyAEQQBBGSAAQQF2ayAAQR9GG3QhACADKAIAIQEDQCABIgIoAgRBeHEgBEYNBCAAQR12IQEgAEEBdCEAIAIgAUEEcWoiAygCECIBDQALIAMgBzYCECAHIAI2AhgLIAcgBzYCDCAHIAc2AggMAwsgAygCCCIAIAY2AgwgAyAGNgIIIAZBADYCGCAGIAM2AgwgBiAANgIICyAJQQhqIQAMBQsgAigCCCIAIAc2AgwgAiAHNgIIIAdBADYCGCAHIAI2AgwgByAANgIIC0GUCCgCACIAIAhNDQBBlAggACAIayIBNgIAQaAIQaAIKAIAIgIgCGoiADYCACAAIAFBAXI2AgQgAiAIQQNyNgIEIAJBCGohAAwDC0GECEEwNgIAQQAhAAwCCwJAIAVFDQACQCAEKAIcIgJBAnRBuApqIgAoAgAgBEYEQCAAIAE2AgAgAQ0BQYwIIAlBfiACd3EiCTYCAAwCCyAFQRBBFCAFKAIQIARGG2ogATYCACABRQ0BCyABIAU2AhggBCgCECIABEAgASAANgIQIAAgATYCGAsgBCgCFCIARQ0AIAEgADYCFCAAIAE2AhgLAkAgA0EPTQRAIAQgAyAIaiIAQQNyNgIEIAAgBGoiACAAKAIEQQFyNgIEDAELIAQgCEEDcjYCBCAGIANBAXI2AgQgAyAGaiADNgIAIANB/wFNBEAgA0EDdiIAQQN0QbAIaiECAn9BiAgoAgAiAUEBIAB0IgBxRQRAQYgIIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwBC0EfIQAgA0H///8HTQRAIANBCHYiACAAQYD+P2pBEHZBCHEiAnQiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASACciAAcmsiAEEBdCADIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRBuApqIQICQAJAIAlBASAAdCIBcUUEQEGMCCABIAlyNgIAIAIgBjYCACAGIAI2AhgMAQsgA0EAQRkgAEEBdmsgAEEfRht0IQAgAigCACEIA0AgCCIBKAIEQXhxIANGDQIgAEEddiECIABBAXQhACABIAJBBHFqIgIoAhAiCA0ACyACIAY2AhAgBiABNgIYCyAGIAY2AgwgBiAGNgIIDAELIAEoAggiACAGNgIMIAEgBjYCCCAGQQA2AhggBiABNgIMIAYgADYCCAsgBEEIaiEADAELAkAgC0UNAAJAIAEoAhwiAkECdEG4CmoiACgCACABRgRAIAAgBDYCACAEDQFBjAggBkF+IAJ3cTYCAAwCCyALQRBBFCALKAIQIAFGG2ogBDYCACAERQ0BCyAEIAs2AhggASgCECIABEAgBCAANgIQIAAgBDYCGAsgASgCFCIARQ0AIAQgADYCFCAAIAQ2AhgLAkAgA0EPTQRAIAEgAyAIaiIAQQNyNgIEIAAgAWoiACAAKAIEQQFyNgIEDAELIAEgCEEDcjYCBCAJIANBAXI2AgQgAyAJaiADNgIAIAoEQCAKQQN2IgBBA3RBsAhqIQRBnAgoAgAhAgJ/QQEgAHQiACAFcUUEQEGICCAAIAVyNgIAIAQMAQsgBCgCCAshACAEIAI2AgggACACNgIMIAIgBDYCDCACIAA2AggLQZwIIAk2AgBBkAggAzYCAAsgAUEIaiEACyAMQRBqJAAgAAsQACMAIABrQXBxIgAkACAACwYAIAAkAAsEACMAC4AJAgh/BH4jAEGQAWsiBiQAIAYgBS0AA0EYdEGAgIAYcSAFLwAAIAUtAAJBEHRycjYCACAGIAUoAANBAnZBg/7/H3E2AgQgBiAFKAAGQQR2Qf+B/x9xNgIIIAYgBSgACUEGdkH//8AfcTYCDCAFLwANIQggBS0ADyEJIAZCADcCFCAGQgA3AhwgBkEANgIkIAYgCCAJQRB0QYCAPHFyNgIQIAYgBSgAEDYCKCAGIAUoABQ2AiwgBiAFKAAYNgIwIAUoABwhBSAGQQA6AEwgBkEANgI4IAYgBTYCNCAGIAEgAhAEIAQEQCAGIAMgBBAECyAGKAI4IgEEQCAGQTxqIgIgAWpBAToAACABQQFqQQ9NBEAgASAGakE9aiEEAkBBDyABayIDRQ0AIAMgBGoiAUEBa0EAOgAAIARBADoAACADQQNJDQAgAUECa0EAOgAAIARBADoAASABQQNrQQA6AAAgBEEAOgACIANBB0kNACABQQRrQQA6AAAgBEEAOgADIANBCUkNACAEQQAgBGtBA3EiAWoiBEEANgIAIAQgAyABa0F8cSIBaiIDQQRrQQA2AgAgAUEJSQ0AIARBADYCCCAEQQA2AgQgA0EIa0EANgIAIANBDGtBADYCACABQRlJDQAgBEEANgIYIARBADYCFCAEQQA2AhAgBEEANgIMIANBEGtBADYCACADQRRrQQA2AgAgA0EYa0EANgIAIANBHGtBADYCACABIARBBHFBGHIiAWsiA0EgSQ0AIAEgBGohAQNAIAFCADcDGCABQgA3AxAgAUIANwMIIAFCADcDACABQSBqIQEgA0EgayIDQR9LDQALCwsgBkEBOgBMIAYgAkEQEAILIAY1AjQhECAGNQIwIREgBjUCLCEOIAAgBjUCKCAGKAIkIAYoAiAgBigCHCAGKAIYIgNBGnZqIgJBGnZqIgFBGnZqIgtBgICAYHIgAUH///8fcSINIAJB////H3EiCCAGKAIUIAtBGnZBBWxqIgFB////H3EiCUEFaiIFQRp2IANB////H3EgAUEadmoiA2oiAUEadmoiAkEadmoiBEEadmoiDEEfdSIHIANxIAEgDEEfdkEBayIDQf///x9xIgpxciIBQRp0IAUgCnEgByAJcXJyrXwiDzwAACAAIA9CGIg8AAMgACAPQhCIPAACIAAgD0IIiDwAASAAIA4gByAIcSACIApxciICQRR0IAFBBnZyrXwgD0IgiHwiDjwABCAAIA5CGIg8AAcgACAOQhCIPAAGIAAgDkIIiDwABSAAIBEgByANcSAEIApxciIBQQ50IAJBDHZyrXwgDkIgiHwiDjwACCAAIA5CGIg8AAsgACAOQhCIPAAKIAAgDkIIiDwACSAAIBAgAyAMcSAHIAtxckEIdCABQRJ2cq18IA5CIIh8Ig48AAwgACAOQhiIPAAPIAAgDkIQiDwADiAAIA5CCIg8AA0gBkIANwIwIAZCADcCKCAGQgA3AiAgBkIANwIYIAZCADcCECAGQgA3AgggBkIANwIAIAZBkAFqJAALpwwBB38CQCAARQ0AIABBCGsiAyAAQQRrKAIAIgFBeHEiAGohBQJAIAFBAXENACABQQNxRQ0BIAMgAygCACIBayIDQZgIKAIASQ0BIAAgAWohACADQZwIKAIARwRAIAFB/wFNBEAgAygCCCICIAFBA3YiBEEDdEGwCGpGGiACIAMoAgwiAUYEQEGICEGICCgCAEF+IAR3cTYCAAwDCyACIAE2AgwgASACNgIIDAILIAMoAhghBgJAIAMgAygCDCIBRwRAIAMoAggiAiABNgIMIAEgAjYCCAwBCwJAIANBFGoiAigCACIEDQAgA0EQaiICKAIAIgQNAEEAIQEMAQsDQCACIQcgBCIBQRRqIgIoAgAiBA0AIAFBEGohAiABKAIQIgQNAAsgB0EANgIACyAGRQ0BAkAgAyADKAIcIgJBAnRBuApqIgQoAgBGBEAgBCABNgIAIAENAUGMCEGMCCgCAEF+IAJ3cTYCAAwDCyAGQRBBFCAGKAIQIANGG2ogATYCACABRQ0CCyABIAY2AhggAygCECICBEAgASACNgIQIAIgATYCGAsgAygCFCICRQ0BIAEgAjYCFCACIAE2AhgMAQsgBSgCBCIBQQNxQQNHDQBBkAggADYCACAFIAFBfnE2AgQgAyAAQQFyNgIEIAAgA2ogADYCAA8LIAMgBU8NACAFKAIEIgFBAXFFDQACQCABQQJxRQRAIAVBoAgoAgBGBEBBoAggAzYCAEGUCEGUCCgCACAAaiIANgIAIAMgAEEBcjYCBCADQZwIKAIARw0DQZAIQQA2AgBBnAhBADYCAA8LIAVBnAgoAgBGBEBBnAggAzYCAEGQCEGQCCgCACAAaiIANgIAIAMgAEEBcjYCBCAAIANqIAA2AgAPCyABQXhxIABqIQACQCABQf8BTQRAIAUoAggiAiABQQN2IgRBA3RBsAhqRhogAiAFKAIMIgFGBEBBiAhBiAgoAgBBfiAEd3E2AgAMAgsgAiABNgIMIAEgAjYCCAwBCyAFKAIYIQYCQCAFIAUoAgwiAUcEQCAFKAIIIgJBmAgoAgBJGiACIAE2AgwgASACNgIIDAELAkAgBUEUaiICKAIAIgQNACAFQRBqIgIoAgAiBA0AQQAhAQwBCwNAIAIhByAEIgFBFGoiAigCACIEDQAgAUEQaiECIAEoAhAiBA0ACyAHQQA2AgALIAZFDQACQCAFIAUoAhwiAkECdEG4CmoiBCgCAEYEQCAEIAE2AgAgAQ0BQYwIQYwIKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiABNgIAIAFFDQELIAEgBjYCGCAFKAIQIgIEQCABIAI2AhAgAiABNgIYCyAFKAIUIgJFDQAgASACNgIUIAIgATYCGAsgAyAAQQFyNgIEIAAgA2ogADYCACADQZwIKAIARw0BQZAIIAA2AgAPCyAFIAFBfnE2AgQgAyAAQQFyNgIEIAAgA2ogADYCAAsgAEH/AU0EQCAAQQN2IgFBA3RBsAhqIQACf0GICCgCACICQQEgAXQiAXFFBEBBiAggASACcjYCACAADAELIAAoAggLIQIgACADNgIIIAIgAzYCDCADIAA2AgwgAyACNgIIDwtBHyECIANCADcCECAAQf///wdNBEAgAEEIdiIBIAFBgP4/akEQdkEIcSIBdCICIAJBgOAfakEQdkEEcSICdCIEIARBgIAPakEQdkECcSIEdEEPdiABIAJyIARyayIBQQF0IAAgAUEVanZBAXFyQRxqIQILIAMgAjYCHCACQQJ0QbgKaiEBAkACQAJAQYwIKAIAIgRBASACdCIHcUUEQEGMCCAEIAdyNgIAIAEgAzYCACADIAE2AhgMAQsgAEEAQRkgAkEBdmsgAkEfRht0IQIgASgCACEBA0AgASIEKAIEQXhxIABGDQIgAkEddiEBIAJBAXQhAiAEIAFBBHFqIgdBEGooAgAiAQ0ACyAHIAM2AhAgAyAENgIYCyADIAM2AgwgAyADNgIIDAELIAQoAggiACADNgIMIAQgAzYCCCADQQA2AhggAyAENgIMIAMgADYCCAtBqAhBqAgoAgBBAWsiAEF/IAAbNgIACwsLCQEAQYEICwIGUA==",!fe.startsWith(Z)){var se=fe;fe=e.locateFile?e.locateFile(se,l):l+se}function je(){var z=fe;try{if(z==fe&&C)return new Uint8Array(C);var ue=Br(z);if(ue)return ue;if(g)return g(z);throw"both async and sync fetching of the wasm failed"}catch(Se){H(Se)}}function yt(){if(!C&&(a||c)){if(typeof fetch=="function"&&!fe.startsWith("file://"))return fetch(fe,{credentials:"same-origin"}).then(function(z){if(!z.ok)throw"failed to load wasm binary file at '"+fe+"'";return z.arrayBuffer()}).catch(function(){return je()});if(h)return new Promise(function(z,ue){h(fe,function(Se){z(new Uint8Array(Se))},ue)})}return Promise.resolve().then(function(){return je()})}function Er(z){for(;0<z.length;){var ue=z.shift();if(typeof ue=="function")ue(e);else{var Se=ue.m;typeof Se=="number"?ue.l===void 0?ne.get(Se)():ne.get(Se)(ue.l):Se(ue.l===void 0?null:ue.l)}}}var gn=!1,mn=typeof atob=="function"?atob:function(z){var ue="",Se=0;z=z.replace(/[^A-Za-z0-9\+\/=]/g,"");do{var Pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(z.charAt(Se++)),Xe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(z.charAt(Se++)),Pt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(z.charAt(Se++)),_r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(z.charAt(Se++));Pe=Pe<<2|Xe>>4,Xe=(Xe&15)<<4|Pt>>2;var rr=(Pt&3)<<6|_r;ue+=String.fromCharCode(Pe),Pt!==64&&(ue+=String.fromCharCode(Xe)),_r!==64&&(ue+=String.fromCharCode(rr))}while(Se<z.length);return ue};function Br(z){if(z.startsWith(Z)){if(z=z.slice(Z.length),typeof f=="boolean"&&f){var ue=Buffer.from(z,"base64");ue=new Uint8Array(ue.buffer,ue.byteOffset,ue.byteLength)}else try{var Se=mn(z),Pe=new Uint8Array(Se.length);for(z=0;z<Se.length;++z)Pe[z]=Se.charCodeAt(z);ue=Pe}catch{throw Error("Converting base64 string to bytes failed.")}return ue}}var An={a:function(z){var ue=D.length;if(z>>>=0,2147483648<z)return!1;for(var Se=1;4>=Se;Se*=2){var Pe=ue*(1+.2/Se);Pe=Math.min(Pe,z+100663296),Pe=Math.max(z,Pe),0<Pe%65536&&(Pe+=65536-Pe%65536);e:{try{F.grow(Math.min(2147483648,Pe)-w.byteLength+65535>>>16),R();var Xe=1;break e}catch{}Xe=void 0}if(Xe)return!0}return!1}};(function(){function z(Xe){e.asm=Xe.exports,F=e.asm.b,R(),ne=e.asm.j,Y.unshift(e.asm.c),U--,e.monitorRunDependencies&&e.monitorRunDependencies(U),U==0&&(v!==null&&(clearInterval(v),v=null),N&&(Xe=N,N=null,Xe()))}function ue(Xe){z(Xe.instance)}function Se(Xe){return yt().then(function(Pt){return WebAssembly.instantiate(Pt,Pe)}).then(Xe,function(Pt){b("failed to asynchronously prepare wasm: "+Pt),H(Pt)})}var Pe={a:An};if(U++,e.monitorRunDependencies&&e.monitorRunDependencies(U),e.instantiateWasm)try{return e.instantiateWasm(Pe,z)}catch(Xe){return b("Module.instantiateWasm callback failed with error: "+Xe),!1}return(function(){return C||typeof WebAssembly.instantiateStreaming!="function"||fe.startsWith(Z)||fe.startsWith("file://")||typeof fetch!="function"?Se(ue):fetch(fe,{credentials:"same-origin"}).then(function(Xe){return WebAssembly.instantiateStreaming(Xe,Pe).then(ue,function(Pt){return b("wasm streaming compile failed: "+Pt),b("falling back to ArrayBuffer instantiation"),Se(ue)})})})().catch(s),{}})(),e.___wasm_call_ctors=function(){return(e.___wasm_call_ctors=e.asm.c).apply(null,arguments)},e._poly1305_auth=function(){return(e._poly1305_auth=e.asm.d).apply(null,arguments)};var ei=e.stackSave=function(){return(ei=e.stackSave=e.asm.e).apply(null,arguments)},Ki=e.stackRestore=function(){return(Ki=e.stackRestore=e.asm.f).apply(null,arguments)},ti=e.stackAlloc=function(){return(ti=e.stackAlloc=e.asm.g).apply(null,arguments)};e._malloc=function(){return(e._malloc=e.asm.h).apply(null,arguments)},e._free=function(){return(e._free=e.asm.i).apply(null,arguments)},e.cwrap=function(z,ue,Se,Pe){Se=Se||[];var Xe=Se.every(function(Pt){return Pt==="number"});return ue!=="string"&&Xe&&!Pe?ee(z):function(){return O(z,ue,Se,arguments)}};var En;N=function z(){En||_n(),En||(N=z)};function _n(){function z(){if(!En&&(En=!0,e.calledRun=!0,!k)){if(Er(Y),n(e),e.onRuntimeInitialized&&e.onRuntimeInitialized(),e.postRun)for(typeof e.postRun=="function"&&(e.postRun=[e.postRun]);e.postRun.length;){var ue=e.postRun.shift();re.unshift(ue)}Er(re)}}if(!(0<U)){if(e.preRun)for(typeof e.preRun=="function"&&(e.preRun=[e.preRun]);e.preRun.length;)ce();Er(G),0<U||(e.setStatus?(e.setStatus("Running..."),setTimeout(function(){setTimeout(function(){e.setStatus("")},1),z()},1)):z())}}if(e.run=_n,e.preInit)for(typeof e.preInit=="function"&&(e.preInit=[e.preInit]);0<e.preInit.length;)e.preInit.pop()();return _n(),t.ready})})();typeof ys=="object"&&typeof To=="object"?To.exports=Po:typeof define=="function"&&define.amd?define([],function(){return Po}):typeof ys=="object"&&(ys.createPoly1305=Po)});var qr=ct((IS,du)=>{"use strict";var{createCipheriv:Ln,createDecipheriv:bs,createHmac:Lo,randomFillSync:ln,timingSafeEqual:Do}=require("crypto"),{readUInt32BE:mi,writeUInt32BE:sr}=pr(),Kr=Buffer[Symbol.species],cu=2**32-1,fu=Buffer.alloc(0),Tn=Buffer.alloc(4),Ss=new Map,un=35e3,Uo,Xo,Jo,Zo,ea,ta,ra;try{Uo=require("./crypto/build/Release/sshcrypto.node"),{AESGCMCipher:Xo,ChaChaPolyCipher:Jo,GenericCipher:Zo,AESGCMDecipher:ea,ChaChaPolyDecipher:ta,GenericDecipher:ra}=Uo}catch{}var Ft=1,mg=(()=>{function r(t,e,n,s,i,o,a){return{sslName:t,blockLen:e,keyLen:n,ivLen:s!==0||a&Ft?s:e,authLen:i,discardLen:o,stream:!!(a&Ft)}}return{"chacha20-poly1305@openssh.com":r("chacha20",8,64,0,16,0,Ft),"aes128-gcm":r("aes-128-gcm",16,16,12,16,0,Ft),"aes256-gcm":r("aes-256-gcm",16,32,12,16,0,Ft),"aes128-gcm@openssh.com":r("aes-128-gcm",16,16,12,16,0,Ft),"aes256-gcm@openssh.com":r("aes-256-gcm",16,32,12,16,0,Ft),"aes128-cbc":r("aes-128-cbc",16,16,0,0,0,0),"aes192-cbc":r("aes-192-cbc",16,24,0,0,0,0),"aes256-cbc":r("aes-256-cbc",16,32,0,0,0,0),"rijndael-cbc@lysator.liu.se":r("aes-256-cbc",16,32,0,0,0,0),"3des-cbc":r("des-ede3-cbc",8,24,0,0,0,0),"blowfish-cbc":r("bf-cbc",8,16,0,0,0,0),"idea-cbc":r("idea-cbc",8,16,0,0,0,0),"cast128-cbc":r("cast-cbc",8,16,0,0,0,0),"aes128-ctr":r("aes-128-ctr",16,16,16,0,0,Ft),"aes192-ctr":r("aes-192-ctr",16,24,16,0,0,Ft),"aes256-ctr":r("aes-256-ctr",16,32,16,0,0,Ft),"3des-ctr":r("des-ede3",8,24,8,0,0,Ft),"blowfish-ctr":r("bf-ecb",8,16,8,0,0,Ft),"cast128-ctr":r("cast5-ecb",8,16,8,0,0,Ft),arcfour:r("rc4",8,16,0,0,1536,Ft),arcfour128:r("rc4",8,16,0,0,1536,Ft),arcfour256:r("rc4",8,32,0,0,1536,Ft),arcfour512:r("rc4",8,64,0,0,1536,Ft)}})(),Ag=(()=>{function r(t,e,n,s){return{sslName:t,len:e,actualLen:n,isETM:s}}return{"hmac-md5":r("md5",16,16,!1),"hmac-md5-96":r("md5",16,12,!1),"hmac-ripemd160":r("ripemd160",20,20,!1),"hmac-sha1":r("sha1",20,20,!1),"hmac-sha1-etm@openssh.com":r("sha1",20,20,!0),"hmac-sha1-96":r("sha1",20,12,!1),"hmac-sha2-256":r("sha256",32,32,!1),"hmac-sha2-256-etm@openssh.com":r("sha256",32,32,!0),"hmac-sha2-256-96":r("sha256",32,12,!1),"hmac-sha2-512":r("sha512",64,64,!1),"hmac-sha2-512-etm@openssh.com":r("sha512",64,64,!0),"hmac-sha2-512-96":r("sha512",64,12,!1)}})(),Oo=class{constructor(t,e){this.outSeqno=t,this._onWrite=e,this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,n=8-(e&7);n<4&&(n+=8),e+=n;let s=Buffer.allocUnsafe(e);return sr(s,e-4,0),s[4]=n,ln(s,5+t,n),s}encrypt(t){this._dead||(this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},lu=Buffer.alloc(32),Jt=Buffer.alloc(16),gi,Ai,na,Mo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encKeyMain=e.cipherKey.slice(0,32),this._encKeyPktLen=e.cipherKey.slice(32),this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,n=8-(e-4&7);n<4&&(n+=8),e+=n;let s=Buffer.allocUnsafe(e);return sr(s,e-4,0),s[4]=n,ln(s,5+t,n),s}encrypt(t){if(this._dead)return;Jt[0]=0,sr(Jt,this.outSeqno,12);let e=Ln("chacha20",this._encKeyMain,Jt).update(lu),n=Ln("chacha20",this._encKeyPktLen,Jt).update(t.slice(0,4));this._onWrite(n),Jt[0]=1;let s=Ln("chacha20",this._encKeyMain,Jt).update(t.slice(4));this._onWrite(s),na(Ai,n,n.length,s,s.length,e);let i=Buffer.allocUnsafe(16);i.set(new Uint8Array(gi.HEAPU8.buffer,Ai,16),0),this._onWrite(i),this.outSeqno=this.outSeqno+1>>>0}},$o=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._instance=new Jo(e.cipherKey),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=5+t,n=8-(e-4&7);n<4&&(n+=8),e+=n;let s=Buffer.allocUnsafe(e+16);return sr(s,e-4,0),s[4]=n,ln(s,5+t,n),s}encrypt(t){this._dead||(this._instance.encrypt(t,this.outSeqno),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},Fo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encSSLName=e.cipherInfo.sslName,this._encKey=e.cipherKey,this._encIV=e.cipherIV,this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,n=16-(e-4&15);n<4&&(n+=16),e+=n;let s=Buffer.allocUnsafe(e);return sr(s,e-4,0),s[4]=n,ln(s,5+t,n),s}encrypt(t){if(this._dead)return;let e=Ln(this._encSSLName,this._encKey,this._encIV);e.setAutoPadding(!1);let n=t.slice(0,4);e.setAAD(n),this._onWrite(n);let s=e.update(t.slice(4));this._onWrite(s);let i=e.final();i.length&&this._onWrite(i);let o=e.getAuthTag();this._onWrite(o),uu(this._encIV),this.outSeqno=this.outSeqno+1>>>0}},Ho=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._instance=new Xo(e.cipherInfo.sslName,e.cipherKey,e.cipherIV),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=5+t,n=16-(e-4&15);n<4&&(n+=16),e+=n;let s=Buffer.allocUnsafe(e+16);return sr(s,e-4,0),s[4]=n,ln(s,5+t,n),s}encrypt(t){this._dead||(this._instance.encrypt(t),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},Qo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encBlockLen=e.cipherInfo.blockLen,this._cipherInstance=Ln(e.cipherInfo.sslName,e.cipherKey,e.cipherIV),this._macSSLName=e.macInfo.sslName,this._macKey=e.macKey,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM,this._aadLen=this._macETM?4:0,this._dead=!1;let n=e.cipherInfo.discardLen;if(n){let s=Ss.get(n);s===void 0&&(s=Buffer.alloc(n),Ss.set(n,s)),this._cipherInstance.update(s)}}free(){this._dead=!0}allocPacket(t){let e=this._encBlockLen,n=5+t,s=e-(n-this._aadLen&e-1);s<4&&(s+=e),n+=s;let i=Buffer.allocUnsafe(n);return sr(i,n-4,0),i[4]=s,ln(i,5+t,s),i}encrypt(t){if(this._dead)return;let e;if(this._macETM){let s=new Uint8Array(t.buffer,t.byteOffset,4),i=this._cipherInstance.update(new Uint8Array(t.buffer,t.byteOffset+4,t.length-4));this._onWrite(s),this._onWrite(i),e=Lo(this._macSSLName,this._macKey),sr(Tn,this.outSeqno,0),e.update(Tn),e.update(s),e.update(i)}else{let s=this._cipherInstance.update(t);this._onWrite(s),e=Lo(this._macSSLName,this._macKey),sr(Tn,this.outSeqno,0),e.update(Tn),e.update(t)}let n=e.digest();n.length>this._macActualLen&&(n=n.slice(0,this._macActualLen)),this._onWrite(n),this.outSeqno=this.outSeqno+1>>>0}},Wo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encBlockLen=e.cipherInfo.blockLen,this._macLen=e.macInfo.len,this._macActualLen=e.macInfo.actualLen,this._aadLen=e.macInfo.isETM?4:0,this._instance=new Zo(e.cipherInfo.sslName,e.cipherKey,e.cipherIV,e.macInfo.sslName,e.macKey,e.macInfo.isETM),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=this._encBlockLen,n=5+t,s=e-(n-this._aadLen&e-1);s<4&&(s+=e),n+=s;let i=Buffer.allocUnsafe(n+this._macLen);return sr(i,n-4,0),i[4]=s,ln(i,5+t,s),i}encrypt(t){this._dead||(this._instance.encrypt(t,this.outSeqno),this._macActualLen<this._macLen&&(t=new Kr(t.buffer,t.byteOffset,t.length-(this._macLen-this._macActualLen))),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},qo=class{constructor(t,e){this.inSeqno=t,this._onPayload=e,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0}free(){}decrypt(t,e,n){for(;e<n;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,n-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len>un||this._len<8||(4+this._len&7)!==0)throw new Error("Bad packet length");if(e>=n)return}if(this._packetPos<this._len){let i=Math.min(this._len-this._packetPos,n-e),o;if(e!==0||i!==n?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._packetPos)),e+=i,this._packetPos+=i,this._packetPos<this._len)return}let s=this._packet?new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1):fu;this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Ko=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decKeyMain=e.decipherKey.slice(0,32),this._decKeyPktLen=e.decipherKey.slice(32),this._len=0,this._lenBuf=Buffer.alloc(4),this._lenPos=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(16),this._calcMac=Buffer.allocUnsafe(16),this._macPos=0}free(){}decrypt(t,e,n){for(;e<n;){if(this._lenPos<4){let a=Math.min(4-this._lenPos,n-e);for(;a--;)this._lenBuf[this._lenPos++]=t[e++];if(this._lenPos<4)return;Jt[0]=0,sr(Jt,this.inSeqno,12);let c=bs("chacha20",this._decKeyPktLen,Jt).update(this._lenBuf);if(this._len=mi(c,0),this._len>un||this._len<8||(this._len&7)!==0)throw new Error("Bad packet length")}if(this._pktLen<this._len){if(e>=n)return;let a=Math.min(this._len-this._pktLen,n-e),c;if(e!==0||a!==n?c=new Uint8Array(t.buffer,t.byteOffset+e,a):c=t,a===this._len?this._packet=c:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(c,this._pktLen)),e+=a,this._pktLen+=a,this._pktLen<this._len||e>=n)return}{let a=Math.min(16-this._macPos,n-e);if(e!==0||a!==n?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,a),this._macPos):this._mac.set(t,this._macPos),e+=a,this._macPos+=a,this._macPos<16)return}Jt[0]=0,sr(Jt,this.inSeqno,12);let s=Ln("chacha20",this._decKeyMain,Jt).update(lu);if(na(Ai,this._lenBuf,4,this._packet,this._packet.length,s),this._calcMac.set(new Uint8Array(gi.HEAPU8.buffer,Ai,16),0),!Do(this._calcMac,this._mac))throw new Error("Invalid MAC");Jt[0]=1;let i=bs("chacha20",this._decKeyMain,Jt).update(this._packet),o=new Kr(i.buffer,i.byteOffset+1,i.length-i[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenPos=0,this._packet=null,this._pktLen=0,this._macPos=0;{let a=this._onPayload(o);if(a!==void 0)return a===!1?e:a}}}},Vo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new ta(e.decipherKey),this._len=0,this._lenBuf=Buffer.alloc(4),this._lenPos=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(16),this._macPos=0}free(){this._instance.free()}decrypt(t,e,n){for(;e<n;){if(this._lenPos<4){let i=Math.min(4-this._lenPos,n-e);for(;i--;)this._lenBuf[this._lenPos++]=t[e++];if(this._lenPos<4)return;if(this._len=this._instance.decryptLen(this._lenBuf,this.inSeqno),this._len>un||this._len<8||(this._len&7)!==0)throw new Error("Bad packet length");if(e>=n)return}if(this._pktLen<this._len){let i=Math.min(this._len-this._pktLen,n-e),o;if(e!==0||i!==n?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=n)return}{let i=Math.min(16-this._macPos,n-e);if(e!==0||i!==n?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._macPos):this._mac.set(t,this._macPos),e+=i,this._macPos+=i,this._macPos<16)return}this._instance.decrypt(this._packet,this._mac,this.inSeqno);let s=new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenPos=0,this._packet=null,this._pktLen=0,this._macPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Go=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decipherInstance=null,this._decipherSSLName=e.decipherInfo.sslName,this._decipherKey=e.decipherKey,this._decipherIV=e.decipherIV,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._tag=Buffer.allocUnsafe(16),this._tagPos=0}free(){}decrypt(t,e,n){for(;e<n;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,n-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len+20>un||this._len<16||(this._len&15)!==0)throw new Error("Bad packet length");this._decipherInstance=bs(this._decipherSSLName,this._decipherKey,this._decipherIV),this._decipherInstance.setAutoPadding(!1),this._decipherInstance.setAAD(Eg(this._len))}if(this._pktLen<this._len){if(e>=n)return;let i=Math.min(this._len-this._pktLen,n-e),o;if(e!==0||i!==n?o=this._decipherInstance.update(new Uint8Array(t.buffer,t.byteOffset+e,i)):o=this._decipherInstance.update(t),o.length&&(i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._packetPos)),this._packetPos+=o.length),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=n)return}{let i=Math.min(16-this._tagPos,n-e);if(e!==0||i!==n?this._tag.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._tagPos):this._tag.set(t,this._tagPos),e+=i,this._tagPos+=i,this._tagPos<16)return}{this._decipherInstance.setAuthTag(this._tag);let i=this._decipherInstance.final();i.length&&(this._packet?this._packet.set(i,this._packetPos):this._packet=i)}let s=this._packet?new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1):fu;this.inSeqno=this.inSeqno+1>>>0,uu(this._decipherIV),this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._tagPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Yo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new ea(e.decipherInfo.sslName,e.decipherKey,e.decipherIV),this._len=0,this._lenBytes=0,this._packet=null,this._pktLen=0,this._tag=Buffer.allocUnsafe(16),this._tagPos=0}free(){}decrypt(t,e,n){for(;e<n;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,n-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len+20>un||this._len<16||(this._len&15)!==0)throw new Error(`Bad packet length: ${this._len}`)}if(this._pktLen<this._len){if(e>=n)return;let i=Math.min(this._len-this._pktLen,n-e),o;if(e!==0||i!==n?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=n)return}{let i=Math.min(16-this._tagPos,n-e);if(e!==0||i!==n?this._tag.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._tagPos):this._tag.set(t,this._tagPos),e+=i,this._tagPos+=i,this._tagPos<16)return}this._instance.decrypt(this._packet,this._len,this._tag);let s=new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenBytes=0,this._packet=null,this._pktLen=0,this._tagPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},zo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decipherInstance=bs(e.decipherInfo.sslName,e.decipherKey,e.decipherIV),this._decipherInstance.setAutoPadding(!1),this._block=Buffer.allocUnsafe(e.macInfo.isETM?4:e.decipherInfo.blockLen),this._blockSize=e.decipherInfo.blockLen,this._blockPos=0,this._len=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._mac=Buffer.allocUnsafe(e.macInfo.actualLen),this._macPos=0,this._macSSLName=e.macInfo.sslName,this._macKey=e.macKey,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM,this._macInstance=null;let n=e.decipherInfo.discardLen;if(n){let s=Ss.get(n);s===void 0&&(s=Buffer.alloc(n),Ss.set(n,s)),this._decipherInstance.update(s)}}free(){}decrypt(t,e,n){for(;e<n;){if(this._blockPos<this._block.length){let o=Math.min(this._block.length-this._blockPos,n-e);if(e!==0||o!==n||o<t.length?this._block.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._blockPos):this._block.set(t,this._blockPos),e+=o,this._blockPos+=o,this._blockPos<this._block.length)return;let a,c;if(this._macETM?this._len=c=mi(this._block,0):(a=this._decipherInstance.update(this._block),this._len=mi(a,0),c=4+this._len-this._blockSize),this._len>un||this._len<5||(c&this._blockSize-1)!==0)throw new Error("Bad packet length");if(this._macInstance=Lo(this._macSSLName,this._macKey),sr(Tn,this.inSeqno,0),this._macInstance.update(Tn),this._macETM?this._macInstance.update(this._block):(this._macInstance.update(new Uint8Array(a.buffer,a.byteOffset,4)),this._pktLen=a.length-4,this._packetPos=this._pktLen,this._packet=Buffer.allocUnsafe(this._len),this._packet.set(new Uint8Array(a.buffer,a.byteOffset+4,this._packetPos),0)),e>=n)return}if(this._pktLen<this._len){let o=Math.min(this._len-this._pktLen,n-e),a;e!==0||o!==n?a=new Uint8Array(t.buffer,t.byteOffset+e,o):a=t,this._macETM&&this._macInstance.update(a);let c=this._decipherInstance.update(a);if(c.length&&(o===this._len?this._packet=c:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(c,this._packetPos)),this._packetPos+=c.length),e+=o,this._pktLen+=o,this._pktLen<this._len||e>=n)return}{let o=Math.min(this._macActualLen-this._macPos,n-e);if(e!==0||o!==n?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._macPos):this._mac.set(t,this._macPos),e+=o,this._macPos+=o,this._macPos<this._macActualLen)return}this._macETM||this._macInstance.update(this._packet);let s=this._macInstance.digest();if(this._macActualLen<s.length&&(s=new Uint8Array(s.buffer,s.byteOffset,this._macActualLen)),!_g(s,this._mac))throw new Error("Invalid MAC");let i=new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._blockPos=0,this._len=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._macPos=0,this._macInstance=null;{let o=this._onPayload(i);if(o!==void 0)return o===!1?e:o}}}},jo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new ra(e.decipherInfo.sslName,e.decipherKey,e.decipherIV,e.macInfo.sslName,e.macKey,e.macInfo.isETM,e.macInfo.actualLen),this._block=Buffer.allocUnsafe(e.macInfo.isETM||e.decipherInfo.stream?4:e.decipherInfo.blockLen),this._blockPos=0,this._len=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(e.macInfo.actualLen),this._macPos=0,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM}free(){this._instance.free()}decrypt(t,e,n){for(;e<n;){if(this._blockPos<this._block.length){let i=Math.min(this._block.length-this._blockPos,n-e);if(e!==0||i!==n||i<t.length?this._block.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._blockPos):this._block.set(t,this._blockPos),e+=i,this._blockPos+=i,this._blockPos<this._block.length)return;let o;if(this._macETM?this._len=o=mi(this._block,0):(this._instance.decryptBlock(this._block),this._len=mi(this._block,0),o=4+this._len-this._block.length),this._len>un||this._len<5||(o&this._block.length-1)!==0)throw new Error("Bad packet length");if(this._macETM||(this._pktLen=this._block.length-4,this._pktLen&&(this._packet=Buffer.allocUnsafe(this._len),this._packet.set(new Uint8Array(this._block.buffer,this._block.byteOffset+4,this._pktLen),0))),e>=n)return}if(this._pktLen<this._len){let i=Math.min(this._len-this._pktLen,n-e),o;if(e!==0||i!==n?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=n)return}{let i=Math.min(this._macActualLen-this._macPos,n-e);if(e!==0||i!==n?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._macPos):this._mac.set(t,this._macPos),e+=i,this._macPos+=i,this._macPos<this._macActualLen)return}this._instance.decrypt(this._packet,this.inSeqno,this._block,this._mac);let s=new Kr(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._blockPos=0,this._len=0,this._packet=null,this._pktLen=0,this._macPos=0,this._macInstance=null;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}};function uu(r){++r[11]>>>8&&++r[10]>>>8&&++r[9]>>>8&&++r[8]>>>8&&++r[7]>>>8&&++r[6]>>>8&&++r[5]>>>8&&++r[4]>>>8}var Eg=(()=>{let r=Buffer.alloc(4);return t=>(r[0]=t>>>24,r[1]=t>>>16,r[2]=t>>>8,r[3]=t,r)})();function _g(r,t){return r.length!==t.length?(Do(r,r),!1):Do(r,t)}function yg(r){if(typeof r!="object"||r===null)throw new Error("Invalid config");if(typeof r.outbound!="object"||r.outbound===null)throw new Error("Invalid outbound");let t=r.outbound;if(typeof t.onWrite!="function")throw new Error("Invalid outbound.onWrite");if(typeof t.cipherInfo!="object"||t.cipherInfo===null)throw new Error("Invalid outbound.cipherInfo");if(!Buffer.isBuffer(t.cipherKey)||t.cipherKey.length!==t.cipherInfo.keyLen)throw new Error("Invalid outbound.cipherKey");if(t.cipherInfo.ivLen&&(!Buffer.isBuffer(t.cipherIV)||t.cipherIV.length!==t.cipherInfo.ivLen))throw new Error("Invalid outbound.cipherIV");if(typeof t.seqno!="number"||t.seqno<0||t.seqno>cu)throw new Error("Invalid outbound.seqno");let e=!!t.forceNative;switch(t.cipherInfo.sslName){case"aes-128-gcm":case"aes-256-gcm":return Xo&&!e?new Ho(r):new Fo(r);case"chacha20":return Jo&&!e?new $o(r):new Mo(r);default:{if(typeof t.macInfo!="object"||t.macInfo===null)throw new Error("Invalid outbound.macInfo");if(!Buffer.isBuffer(t.macKey)||t.macKey.length!==t.macInfo.len)throw new Error("Invalid outbound.macKey");return Zo&&!e?new Wo(r):new Qo(r)}}}function bg(r){if(typeof r!="object"||r===null)throw new Error("Invalid config");if(typeof r.inbound!="object"||r.inbound===null)throw new Error("Invalid inbound");let t=r.inbound;if(typeof t.onPayload!="function")throw new Error("Invalid inbound.onPayload");if(typeof t.decipherInfo!="object"||t.decipherInfo===null)throw new Error("Invalid inbound.decipherInfo");if(!Buffer.isBuffer(t.decipherKey)||t.decipherKey.length!==t.decipherInfo.keyLen)throw new Error("Invalid inbound.decipherKey");if(t.decipherInfo.ivLen&&(!Buffer.isBuffer(t.decipherIV)||t.decipherIV.length!==t.decipherInfo.ivLen))throw new Error("Invalid inbound.decipherIV");if(typeof t.seqno!="number"||t.seqno<0||t.seqno>cu)throw new Error("Invalid inbound.seqno");let e=!!t.forceNative;switch(t.decipherInfo.sslName){case"aes-128-gcm":case"aes-256-gcm":return ea&&!e?new Yo(r):new Go(r);case"chacha20":return ta&&!e?new Vo(r):new Ko(r);default:{if(typeof t.macInfo!="object"||t.macInfo===null)throw new Error("Invalid inbound.macInfo");if(!Buffer.isBuffer(t.macKey)||t.macKey.length!==t.macInfo.len)throw new Error("Invalid inbound.macKey");return ra&&!e?new jo(r):new zo(r)}}}du.exports={CIPHER_INFO:mg,MAC_INFO:Ag,bindingAvailable:!!Uo,init:new Promise(async(r,t)=>{try{gi=await au()(),Ai=gi._malloc(16),na=gi.cwrap("poly1305_auth",null,["number","array","number","array","number","array"])}catch(e){return t(e)}r()}),NullCipher:Oo,createCipher:yg,NullDecipher:qo,createDecipher:bg}});var Gr=ct((CS,Su)=>{"use strict";var{createDecipheriv:sa,createECDH:Sg,createHash:_i,createHmac:xg,createSign:wg,createVerify:Ig,getCiphers:Cg,sign:hu,verify:pu}=require("crypto"),vg=Cg(),{Ber:Re}=di(),kg=ko().pbkdf,{CIPHER_INFO:yi}=qr(),{eddsaSupported:oa,SUPPORTED_CIPHER:Bg}=Dr(),{bufferSlice:dn,makeBufferParser:Rg,readString:ve,readUInt32BE:Ei,writeUInt32BE:Mt}=pr(),Ur=Symbol("Hash Algorithm"),gr=Symbol("Private key PEM"),Ir=Symbol("Public key PEM"),Vr=Symbol("Public key SSH"),Dn=Symbol("Decrypted Key"),ia=Object.create(null);{let r=Object.keys(yi);for(let t=0;t<r.length;++t){let e=yi[r[t]].sslName;!e||ia[e]||(ia[e]=yi[r[t]])}}var xs=Rg();function mr(r,t){t=t.base64Slice(0,t.length);let e=t.replace(/.{64}/g,`$&
3
+ -----END PRIVATE KEY-----`,t=Buffer.from("a"),e,r;try{e=$n.sign(null,t,n),r=$n.verify(null,t,n,e)}catch{}return Buffer.isBuffer(e)&&e.length===64&&r===!0}return!1})(),ou=typeof $n.diffieHellman=="function"&&typeof $n.generateKeyPairSync=="function"&&typeof $n.createPublicKey=="function",bs=["ecdh-sha2-nistp256","ecdh-sha2-nistp384","ecdh-sha2-nistp521","diffie-hellman-group-exchange-sha256","diffie-hellman-group14-sha256","diffie-hellman-group15-sha512","diffie-hellman-group16-sha512","diffie-hellman-group17-sha512","diffie-hellman-group18-sha512"];ou&&(bs.unshift("curve25519-sha256"),bs.unshift("curve25519-sha256@libssh.org"));var bg=bs.concat(["diffie-hellman-group-exchange-sha1","diffie-hellman-group14-sha1","diffie-hellman-group1-sha1"]),To=["ecdsa-sha2-nistp256","ecdsa-sha2-nistp384","ecdsa-sha2-nistp521","rsa-sha2-512","rsa-sha2-256","ssh-rsa"];su&&To.unshift("ssh-ed25519");var xg=To.concat(["ssh-dss"]),au=(()=>{let n=$n.getCiphers();return t=>n.includes(yg[t].sslName)})(),Vn=["aes128-gcm@openssh.com","aes256-gcm@openssh.com","aes128-ctr","aes192-ctr","aes256-ctr"];Tr&&Tr.flags&&!Tr.flags.aes?iu?Vn.unshift("chacha20-poly1305@openssh.com"):Vn.push("chacha20-poly1305@openssh.com"):iu&&Tr&&Tr.arch==="x86"?Vn.splice(4,0,"chacha20-poly1305@openssh.com"):Vn.push("chacha20-poly1305@openssh.com");Vn=Vn.filter(au);var Sg=Vn.concat(["aes256-cbc","aes192-cbc","aes128-cbc","blowfish-cbc","3des-cbc","aes128-gcm","aes256-gcm","arcfour256","arcfour128","cast128-cbc","arcfour"].filter(au)),cu=(()=>{let n=$n.getHashes();return t=>n.includes(_g[t].sslName)})(),fu=["hmac-sha2-256-etm@openssh.com","hmac-sha2-512-etm@openssh.com","hmac-sha1-etm@openssh.com","hmac-sha2-256","hmac-sha2-512","hmac-sha1"].filter(cu),wg=fu.concat(["hmac-md5","hmac-sha2-256-96","hmac-sha2-512-96","hmac-ripemd160","hmac-sha1-96","hmac-md5-96"].filter(cu)),lu=["none","zlib@openssh.com","zlib"],Ig=lu.concat([]),Pr={BAD_DHGEX:1,OLD_EXIT:2,DYN_RPORT_BUG:4,BUG_DHGEX_LARGE:8,IMPLY_RSA_SHA2_SIGALGS:16};xs.exports={MESSAGE:{DISCONNECT:1,IGNORE:2,UNIMPLEMENTED:3,DEBUG:4,SERVICE_REQUEST:5,SERVICE_ACCEPT:6,EXT_INFO:7,KEXINIT:20,NEWKEYS:21,KEXDH_INIT:30,KEXDH_REPLY:31,KEXDH_GEX_GROUP:31,KEXDH_GEX_INIT:32,KEXDH_GEX_REPLY:33,KEXDH_GEX_REQUEST:34,KEXECDH_INIT:30,KEXECDH_REPLY:31,USERAUTH_REQUEST:50,USERAUTH_FAILURE:51,USERAUTH_SUCCESS:52,USERAUTH_BANNER:53,USERAUTH_PASSWD_CHANGEREQ:60,USERAUTH_PK_OK:60,USERAUTH_INFO_REQUEST:60,USERAUTH_INFO_RESPONSE:61,GLOBAL_REQUEST:80,REQUEST_SUCCESS:81,REQUEST_FAILURE:82,CHANNEL_OPEN:90,CHANNEL_OPEN_CONFIRMATION:91,CHANNEL_OPEN_FAILURE:92,CHANNEL_WINDOW_ADJUST:93,CHANNEL_DATA:94,CHANNEL_EXTENDED_DATA:95,CHANNEL_EOF:96,CHANNEL_CLOSE:97,CHANNEL_REQUEST:98,CHANNEL_SUCCESS:99,CHANNEL_FAILURE:100},DISCONNECT_REASON:{HOST_NOT_ALLOWED_TO_CONNECT:1,PROTOCOL_ERROR:2,KEY_EXCHANGE_FAILED:3,RESERVED:4,MAC_ERROR:5,COMPRESSION_ERROR:6,SERVICE_NOT_AVAILABLE:7,PROTOCOL_VERSION_NOT_SUPPORTED:8,HOST_KEY_NOT_VERIFIABLE:9,CONNECTION_LOST:10,BY_APPLICATION:11,TOO_MANY_CONNECTIONS:12,AUTH_CANCELED_BY_USER:13,NO_MORE_AUTH_METHODS_AVAILABLE:14,ILLEGAL_USER_NAME:15},DISCONNECT_REASON_STR:void 0,CHANNEL_OPEN_FAILURE:{ADMINISTRATIVELY_PROHIBITED:1,CONNECT_FAILED:2,UNKNOWN_CHANNEL_TYPE:3,RESOURCE_SHORTAGE:4},TERMINAL_MODE:{TTY_OP_END:0,VINTR:1,VQUIT:2,VERASE:3,VKILL:4,VEOF:5,VEOL:6,VEOL2:7,VSTART:8,VSTOP:9,VSUSP:10,VDSUSP:11,VREPRINT:12,VWERASE:13,VLNEXT:14,VFLUSH:15,VSWTCH:16,VSTATUS:17,VDISCARD:18,IGNPAR:30,PARMRK:31,INPCK:32,ISTRIP:33,INLCR:34,IGNCR:35,ICRNL:36,IUCLC:37,IXON:38,IXANY:39,IXOFF:40,IMAXBEL:41,ISIG:50,ICANON:51,XCASE:52,ECHO:53,ECHOE:54,ECHOK:55,ECHONL:56,NOFLSH:57,TOSTOP:58,IEXTEN:59,ECHOCTL:60,ECHOKE:61,PENDIN:62,OPOST:70,OLCUC:71,ONLCR:72,OCRNL:73,ONOCR:74,ONLRET:75,CS7:90,CS8:91,PARENB:92,PARODD:93,TTY_OP_ISPEED:128,TTY_OP_OSPEED:129},CHANNEL_EXTENDED_DATATYPE:{STDERR:1},SIGNALS:["ABRT","ALRM","FPE","HUP","ILL","INT","QUIT","SEGV","TERM","USR1","USR2","KILL","PIPE"].reduce((n,t)=>({...n,[t]:1}),{}),COMPAT:Pr,COMPAT_CHECKS:[["Cisco-1.25",Pr.BAD_DHGEX],[/^Cisco-1[.]/,Pr.BUG_DHGEX_LARGE],[/^[0-9.]+$/,Pr.OLD_EXIT],[/^OpenSSH_5[.][0-9]+/,Pr.DYN_RPORT_BUG],[/^OpenSSH_7[.]4/,Pr.IMPLY_RSA_SHA2_SIGALGS]],DEFAULT_KEX:bs,SUPPORTED_KEX:bg,DEFAULT_SERVER_HOST_KEY:To,SUPPORTED_SERVER_HOST_KEY:xg,DEFAULT_CIPHER:Vn,SUPPORTED_CIPHER:Sg,DEFAULT_MAC:fu,SUPPORTED_MAC:wg,DEFAULT_COMPRESSION:lu,SUPPORTED_COMPRESSION:Ig,curve25519Supported:ou,eddsaSupported:su};xs.exports.DISCONNECT_REASON_BY_VALUE=Array.from(Object.entries(xs.exports.DISCONNECT_REASON)).reduce((n,[t,e])=>({...n,[e]:t}),{})});var gn=ct((Hx,pu)=>{"use strict";var hn=gi().Ber,Ss,hu=Buffer[Symbol.species],Cg=Object.getPrototypeOf(Uint8Array.prototype).fill;function uu(n,t){return n[t++]*16777216+n[t++]*65536+n[t++]*256+n[t]}function mi(n,t,e,r,s){s||(s=0),r>n.length&&(r=n.length);let i=r-e,o=t.length-s;return i>o&&(i=o),t.set(new Uint8Array(n.buffer,n.byteOffset+e,i),s),i}function Ai(n,t,e){return e===void 0&&(e=n.length),new hu(n.buffer,n.byteOffset+t,e-t)}function Do(){let n=0,t,e={init:(r,s)=>{t=r,n=typeof s=="number"?s:0},pos:()=>n,length:()=>t?t.length:0,avail:()=>t&&n<t.length?t.length-n:0,clear:()=>{t=void 0},readUInt32BE:()=>{if(!(!t||n+3>=t.length))return t[n++]*16777216+t[n++]*65536+t[n++]*256+t[n++]},readUInt64BE:r=>{if(!(!t||n+7>=t.length))switch(r){case"always":return BigInt(`0x${t.hexSlice(n,n+=8)}`);case"maybe":if(t[n]>31)return BigInt(`0x${t.hexSlice(n,n+=8)}`);default:return t[n++]*72057594037927940+t[n++]*281474976710656+t[n++]*1099511627776+t[n++]*4294967296+t[n++]*16777216+t[n++]*65536+t[n++]*256+t[n++]}},skip:r=>{t&&r>0&&(n+=r)},skipString:()=>{let r=e.readUInt32BE();if(r!==void 0)return n+=r,n<=t.length?r:void 0},readByte:()=>{if(t&&n<t.length)return t[n++]},readBool:()=>{if(t&&n<t.length)return!!t[n++]},readList:()=>{let r=e.readString(!0);if(r!==void 0)return r?r.split(","):[]},readString:(r,s)=>{typeof r=="number"&&(s=r,r=void 0);let i=e.readUInt32BE();if(i!==void 0&&!(t.length-n<i||typeof s=="number"&&i>s))return r?Buffer.isBuffer(r)?mi(t,r,n,n+=i):t.utf8Slice(n,n+=i):Ai(t,n,n+=i)},readRaw:r=>{if(t){if(typeof r!="number")return Ai(t,n,n+=t.length-n);if(t.length-n>=r)return Ai(t,n,n+=r)}}};return e}function du(n,t,e){let r=new Error(n);return typeof t=="boolean"?(e=t,r.level="protocol"):r.level=t||"protocol",r.fatal=!!e,r}function Lo(n,t,e){return n[e++]=t>>>24,n[e++]=t>>>16,n[e++]=t>>>8,n[e++]=t,e}var ws=Do();pu.exports={bufferCopy:mi,bufferSlice:Ai,FastBuffer:hu,bufferFill:(n,t,e,r)=>Cg.call(n,t,e,r),makeError:du,doFatalError:(n,t,e,r)=>{let s;return Ss===void 0&&({DISCONNECT_REASON:Ss}=Mn()),t instanceof Error?(s=t,typeof e!="number"?r=Ss.PROTOCOL_ERROR:r=e):s=du(t,e,!0),typeof r!="number"&&(r=Ss.PROTOCOL_ERROR),n.disconnect(r),n._destruct(),n._onError(s),1/0},readUInt32BE:uu,writeUInt32BE:Lo,writeUInt32LE:(n,t,e)=>(n[e++]=t,n[e++]=t>>>8,n[e++]=t>>>16,n[e++]=t>>>24,e),makeBufferParser:Do,bufferParser:Do(),readString:(n,t,e,r)=>{typeof e=="number"&&(r=e,e=void 0),t===void 0&&(t=0);let s=n.length-t;if(t<0||t>=n.length||s<4)return;let i=uu(n,t);if(s<4+i||typeof r=="number"&&i>r)return;t+=4;let o=t+i;return n._pos=o,e?Buffer.isBuffer(e)?mi(n,e,t,o):n.utf8Slice(t,o):Ai(n,t,o)},sigSSHToASN1:(n,t)=>{switch(t){case"ssh-dss":{if(n.length>40)return n;let e=new hn.Writer;e.startSequence();let r=n.slice(0,20),s=n.slice(20);if(r[0]&128){let i=Buffer.allocUnsafe(21);i[0]=0,r.copy(i,1),r=i}else r[0]===0&&!(r[1]&128)&&(r=r.slice(1));if(s[0]&128){let i=Buffer.allocUnsafe(21);i[0]=0,s.copy(i,1),s=i}else s[0]===0&&!(s[1]&128)&&(s=s.slice(1));return e.writeBuffer(r,hn.Integer),e.writeBuffer(s,hn.Integer),e.endSequence(),e.buffer}case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":{ws.init(n,0);let e=ws.readString(),r=ws.readString();if(ws.clear(),e===void 0||r===void 0)return;let s=new hn.Writer;return s.startSequence(),s.writeBuffer(e,hn.Integer),s.writeBuffer(r,hn.Integer),s.endSequence(),s.buffer}default:return n}},convertSignature:(n,t)=>{switch(t){case"ssh-dss":{if(n.length<=40)return n;let e=new hn.Reader(n);e.readSequence();let r=e.readString(hn.Integer,!0),s=e.readString(hn.Integer,!0),i=0,o=0;if(r.length<20){let c=Buffer.allocUnsafe(20);c.set(r,1),r=c,r[0]=0}if(s.length<20){let c=Buffer.allocUnsafe(20);c.set(s,1),s=c,s[0]=0}r.length>20&&r[0]===0&&(i=1),s.length>20&&s[0]===0&&(o=1);let a=Buffer.allocUnsafe(r.length-i+(s.length-o));return mi(r,a,i,r.length,0),mi(s,a,o,s.length,r.length-i),a}case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":{if(n[0]===0)return n;let e=new hn.Reader(n);e.readSequence();let r=e.readString(hn.Integer,!0),s=e.readString(hn.Integer,!0);if(r===null||s===null)return;let i=Buffer.allocUnsafe(4+r.length+4+s.length);return Lo(i,r.length,0),i.set(r,4),Lo(i,s.length,4+r.length),i.set(s,8+r.length),i}}return n},sendPacket:(n,t,e)=>!e&&n._kexinit!==void 0?(n._queue===void 0&&(n._queue=[]),n._queue.push(t),n._debug&&n._debug("Outbound: ... packet queued"),!1):(n._cipher.encrypt(t),!0)}});var gu=ct((Is,$o)=>{var Uo=(function(){var n=typeof document<"u"&&document.currentScript?document.currentScript.src:void 0;return typeof __filename<"u"&&(n=n||__filename),(function(t){t=t||{};var e;e||(e=typeof t<"u"?t:{});var r,s;e.ready=new Promise(function(j,ue){r=j,s=ue});var i={},o;for(o in e)e.hasOwnProperty(o)&&(i[o]=e[o]);var a=typeof window=="object",c=typeof importScripts=="function",f=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string",l="",u,h,p,_,E;f?(l=c?require("path").dirname(l)+"/":__dirname+"/",u=function(j,ue){var xe=Nn(j);return xe?ue?xe:xe.toString():(_||(_=require("fs")),E||(E=require("path")),j=E.normalize(j),_.readFileSync(j,ue?null:"utf8"))},p=function(j){return j=u(j,!0),j.buffer||(j=new Uint8Array(j)),F(j.buffer),j},h=function(j,ue,xe){var Pe=Nn(j);Pe&&ue(Pe),_||(_=require("fs")),E||(E=require("path")),j=E.normalize(j),_.readFile(j,function(Xe,Pt){Xe?xe(Xe):ue(Pt.buffer)})},1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),e.inspect=function(){return"[Emscripten Module object]"}):(a||c)&&(c?l=self.location.href:typeof document<"u"&&document.currentScript&&(l=document.currentScript.src),n&&(l=n),l.indexOf("blob:")!==0?l=l.substr(0,l.lastIndexOf("/")+1):l="",u=function(j){try{var ue=new XMLHttpRequest;return ue.open("GET",j,!1),ue.send(null),ue.responseText}catch(Xe){if(j=Nn(j)){ue=[];for(var xe=0;xe<j.length;xe++){var Pe=j[xe];255<Pe&&(mr&&F(!1,"Character code "+Pe+" ("+String.fromCharCode(Pe)+") at offset "+xe+" not in 0x00-0xFF."),Pe&=255),ue.push(String.fromCharCode(Pe))}return ue.join("")}throw Xe}},c&&(p=function(j){try{var ue=new XMLHttpRequest;return ue.open("GET",j,!1),ue.responseType="arraybuffer",ue.send(null),new Uint8Array(ue.response)}catch(xe){if(j=Nn(j))return j;throw xe}}),h=function(j,ue,xe){var Pe=new XMLHttpRequest;Pe.open("GET",j,!0),Pe.responseType="arraybuffer",Pe.onload=function(){if(Pe.status==200||Pe.status==0&&Pe.response)ue(Pe.response);else{var Xe=Nn(j);Xe?ue(Xe.buffer):xe()}},Pe.onerror=xe,Pe.send(null)}),e.print||console.log.bind(console);var b=e.printErr||console.warn.bind(console);for(o in i)i.hasOwnProperty(o)&&(e[o]=i[o]);i=null;var v;e.wasmBinary&&(v=e.wasmBinary);var U=e.noExitRuntime||!0;typeof WebAssembly!="object"&&Q("no native wasm support detected");var H,C=!1;function F(j,ue){j||Q("Assertion failed: "+ue)}function V(j){var ue=e["_"+j];return F(ue,"Cannot call unknown function "+j+", make sure it is exported"),ue}function N(j,ue,xe,Pe){var Xe={string:function(at){var Ut=0;if(at!=null&&at!==0){var Lt=(at.length<<2)+1;Ut=ri(Lt);var St=Ut,ht=k;if(0<Lt){Lt=St+Lt-1;for(var fn=0;fn<at.length;++fn){var wt=at.charCodeAt(fn);if(55296<=wt&&57343>=wt){var ir=at.charCodeAt(++fn);wt=65536+((wt&1023)<<10)|ir&1023}if(127>=wt){if(St>=Lt)break;ht[St++]=wt}else{if(2047>=wt){if(St+1>=Lt)break;ht[St++]=192|wt>>6}else{if(65535>=wt){if(St+2>=Lt)break;ht[St++]=224|wt>>12}else{if(St+3>=Lt)break;ht[St++]=240|wt>>18,ht[St++]=128|wt>>12&63}ht[St++]=128|wt>>6&63}ht[St++]=128|wt&63}}ht[St]=0}}return Ut},array:function(at){var Ut=ri(at.length);return I.set(at,Ut),Ut}},Pt=V(j),_n=[];if(j=0,Pe)for(var rn=0;rn<Pe.length;rn++){var br=Xe[xe[rn]];br?(j===0&&(j=ni()),_n[rn]=br(Pe[rn])):_n[rn]=Pe[rn]}return xe=Pt.apply(null,_n),xe=(function(at){if(ue==="string")if(at){for(var Ut=k,Lt=at+NaN,St=at;Ut[St]&&!(St>=Lt);)++St;if(16<St-at&&Ut.subarray&&x)at=x.decode(Ut.subarray(at,St));else{for(Lt="";at<St;){var ht=Ut[at++];if(ht&128){var fn=Ut[at++]&63;if((ht&224)==192)Lt+=String.fromCharCode((ht&31)<<6|fn);else{var wt=Ut[at++]&63;ht=(ht&240)==224?(ht&15)<<12|fn<<6|wt:(ht&7)<<18|fn<<12|wt<<6|Ut[at++]&63,65536>ht?Lt+=String.fromCharCode(ht):(ht-=65536,Lt+=String.fromCharCode(55296|ht>>10,56320|ht&1023))}}else Lt+=String.fromCharCode(ht)}at=Lt}}else at="";else at=ue==="boolean"?!!at:at;return at})(xe),j!==0&&Yi(j),xe}var x=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0,S,I,k;function R(){var j=H.buffer;S=j,e.HEAP8=I=new Int8Array(j),e.HEAP16=new Int16Array(j),e.HEAP32=new Int32Array(j),e.HEAPU8=k=new Uint8Array(j),e.HEAPU16=new Uint16Array(j),e.HEAPU32=new Uint32Array(j),e.HEAPF32=new Float32Array(j),e.HEAPF64=new Float64Array(j)}var ne,z=[],Y=[],te=[];function ce(){var j=e.preRun.shift();z.unshift(j)}var $=0,B=null,T=null;e.preloadedImages={},e.preloadedAudios={};function Q(j){throw e.onAbort&&e.onAbort(j),b(j),C=!0,j=new WebAssembly.RuntimeError("abort("+j+"). Build with -s ASSERTIONS=1 for more info."),s(j),j}var ee="data:application/octet-stream;base64,",fe;if(fe="data:application/octet-stream;base64,AGFzbQEAAAABIAZgAX8Bf2ADf39/AGABfwBgAABgAAF/YAZ/f39/f38AAgcBAWEBYQAAAwsKAAEDAQAAAgQFAgQFAXABAQEFBwEBgAKAgAIGCQF/AUGAjMACCwclCQFiAgABYwADAWQACQFlAAgBZgAHAWcABgFoAAUBaQAKAWoBAAqGTQpPAQJ/QYAIKAIAIgEgAEEDakF8cSICaiEAAkAgAkEAIAAgAU0bDQAgAD8AQRB0SwRAIAAQAEUNAQtBgAggADYCACABDwtBhAhBMDYCAEF/C4wFAg5+Cn8gACgCJCEUIAAoAiAhFSAAKAIcIREgACgCGCESIAAoAhQhEyACQRBPBEAgAC0ATEVBGHQhFyAAKAIEIhZBBWytIQ8gACgCCCIYQQVsrSENIAAoAgwiGUEFbK0hCyAAKAIQIhpBBWytIQkgADUCACEIIBqtIRAgGa0hDiAYrSEMIBatIQoDQCASIAEtAAMiEiABLQAEQQh0ciABLQAFQRB0ciABLQAGIhZBGHRyQQJ2Qf///x9xaq0iAyAOfiABLwAAIAEtAAJBEHRyIBNqIBJBGHRBgICAGHFqrSIEIBB+fCARIAEtAAdBCHQgFnIgAS0ACEEQdHIgAS0ACSIRQRh0ckEEdkH///8fcWqtIgUgDH58IAEtAApBCHQgEXIgAS0AC0EQdHIgAS0ADEEYdHJBBnYgFWqtIgYgCn58IBQgF2ogAS8ADSABLQAPQRB0cmqtIgcgCH58IAMgDH4gBCAOfnwgBSAKfnwgBiAIfnwgByAJfnwgAyAKfiAEIAx+fCAFIAh+fCAGIAl+fCAHIAt+fCADIAh+IAQgCn58IAUgCX58IAYgC358IAcgDX58IAMgCX4gBCAIfnwgBSALfnwgBiANfnwgByAPfnwiA0IaiEL/////D4N8IgRCGohC/////w+DfCIFQhqIQv////8Pg3wiBkIaiEL/////D4N8IgdCGoinQQVsIAOnQf///x9xaiITQRp2IASnQf///x9xaiESIAWnQf///x9xIREgBqdB////H3EhFSAHp0H///8fcSEUIBNB////H3EhEyABQRBqIQEgAkEQayICQQ9LDQALCyAAIBQ2AiQgACAVNgIgIAAgETYCHCAAIBI2AhggACATNgIUCwMAAQu2BAEGfwJAIAAoAjgiBARAIABBPGohBQJAIAJBECAEayIDIAIgA0kbIgZFDQAgBkEDcSEHAkAgBkEBa0EDSQRAQQAhAwwBCyAGQXxxIQhBACEDA0AgBSADIARqaiABIANqLQAAOgAAIAUgA0EBciIEIAAoAjhqaiABIARqLQAAOgAAIAUgA0ECciIEIAAoAjhqaiABIARqLQAAOgAAIAUgA0EDciIEIAAoAjhqaiABIARqLQAAOgAAIANBBGohAyAAKAI4IQQgCEEEayIIDQALCyAHRQ0AA0AgBSADIARqaiABIANqLQAAOgAAIANBAWohAyAAKAI4IQQgB0EBayIHDQALCyAAIAQgBmoiAzYCOCADQRBJDQEgACAFQRAQAiAAQQA2AjggAiAGayECIAEgBmohAQsgAkEQTwRAIAAgASACQXBxIgMQAiACQQ9xIQIgASADaiEBCyACRQ0AIAJBA3EhBCAAQTxqIQVBACEDIAJBAWtBA08EQCACQXxxIQcDQCAFIAAoAjggA2pqIAEgA2otAAA6AAAgBSADQQFyIgYgACgCOGpqIAEgBmotAAA6AAAgBSADQQJyIgYgACgCOGpqIAEgBmotAAA6AAAgBSADQQNyIgYgACgCOGpqIAEgBmotAAA6AAAgA0EEaiEDIAdBBGsiBw0ACwsgBARAA0AgBSAAKAI4IANqaiABIANqLQAAOgAAIANBAWohAyAEQQFrIgQNAAsLIAAgACgCOCACajYCOAsLoS0BDH8jAEEQayIMJAACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAEH0AU0EQEGICCgCACIFQRAgAEELakF4cSAAQQtJGyIIQQN2IgJ2IgFBA3EEQCABQX9zQQFxIAJqIgNBA3QiAUG4CGooAgAiBEEIaiEAAkAgBCgCCCICIAFBsAhqIgFGBEBBiAggBUF+IAN3cTYCAAwBCyACIAE2AgwgASACNgIICyAEIANBA3QiAUEDcjYCBCABIARqIgEgASgCBEEBcjYCBAwNCyAIQZAIKAIAIgpNDQEgAQRAAkBBAiACdCIAQQAgAGtyIAEgAnRxIgBBACAAa3FBAWsiACAAQQx2QRBxIgJ2IgFBBXZBCHEiACACciABIAB2IgFBAnZBBHEiAHIgASAAdiIBQQF2QQJxIgByIAEgAHYiAUEBdkEBcSIAciABIAB2aiIDQQN0IgBBuAhqKAIAIgQoAggiASAAQbAIaiIARgRAQYgIIAVBfiADd3EiBTYCAAwBCyABIAA2AgwgACABNgIICyAEQQhqIQAgBCAIQQNyNgIEIAQgCGoiAiADQQN0IgEgCGsiA0EBcjYCBCABIARqIAM2AgAgCgRAIApBA3YiAUEDdEGwCGohB0GcCCgCACEEAn8gBUEBIAF0IgFxRQRAQYgIIAEgBXI2AgAgBwwBCyAHKAIICyEBIAcgBDYCCCABIAQ2AgwgBCAHNgIMIAQgATYCCAtBnAggAjYCAEGQCCADNgIADA0LQYwIKAIAIgZFDQEgBkEAIAZrcUEBayIAIABBDHZBEHEiAnYiAUEFdkEIcSIAIAJyIAEgAHYiAUECdkEEcSIAciABIAB2IgFBAXZBAnEiAHIgASAAdiIBQQF2QQFxIgByIAEgAHZqQQJ0QbgKaigCACIBKAIEQXhxIAhrIQMgASECA0ACQCACKAIQIgBFBEAgAigCFCIARQ0BCyAAKAIEQXhxIAhrIgIgAyACIANJIgIbIQMgACABIAIbIQEgACECDAELCyABIAhqIgkgAU0NAiABKAIYIQsgASABKAIMIgRHBEAgASgCCCIAQZgIKAIASRogACAENgIMIAQgADYCCAwMCyABQRRqIgIoAgAiAEUEQCABKAIQIgBFDQQgAUEQaiECCwNAIAIhByAAIgRBFGoiAigCACIADQAgBEEQaiECIAQoAhAiAA0ACyAHQQA2AgAMCwtBfyEIIABBv39LDQAgAEELaiIAQXhxIQhBjAgoAgAiCUUNAEEAIAhrIQMCQAJAAkACf0EAIAhBgAJJDQAaQR8gCEH///8HSw0AGiAAQQh2IgAgAEGA/j9qQRB2QQhxIgJ0IgAgAEGA4B9qQRB2QQRxIgF0IgAgAEGAgA9qQRB2QQJxIgB0QQ92IAEgAnIgAHJrIgBBAXQgCCAAQRVqdkEBcXJBHGoLIgVBAnRBuApqKAIAIgJFBEBBACEADAELQQAhACAIQQBBGSAFQQF2ayAFQR9GG3QhAQNAAkAgAigCBEF4cSAIayIHIANPDQAgAiEEIAciAw0AQQAhAyACIQAMAwsgACACKAIUIgcgByACIAFBHXZBBHFqKAIQIgJGGyAAIAcbIQAgAUEBdCEBIAINAAsLIAAgBHJFBEBBACEEQQIgBXQiAEEAIABrciAJcSIARQ0DIABBACAAa3FBAWsiACAAQQx2QRBxIgJ2IgFBBXZBCHEiACACciABIAB2IgFBAnZBBHEiAHIgASAAdiIBQQF2QQJxIgByIAEgAHYiAUEBdkEBcSIAciABIAB2akECdEG4CmooAgAhAAsgAEUNAQsDQCAAKAIEQXhxIAhrIgEgA0khAiABIAMgAhshAyAAIAQgAhshBCAAKAIQIgEEfyABBSAAKAIUCyIADQALCyAERQ0AIANBkAgoAgAgCGtPDQAgBCAIaiIGIARNDQEgBCgCGCEFIAQgBCgCDCIBRwRAIAQoAggiAEGYCCgCAEkaIAAgATYCDCABIAA2AggMCgsgBEEUaiICKAIAIgBFBEAgBCgCECIARQ0EIARBEGohAgsDQCACIQcgACIBQRRqIgIoAgAiAA0AIAFBEGohAiABKAIQIgANAAsgB0EANgIADAkLIAhBkAgoAgAiAk0EQEGcCCgCACEDAkAgAiAIayIBQRBPBEBBkAggATYCAEGcCCADIAhqIgA2AgAgACABQQFyNgIEIAIgA2ogATYCACADIAhBA3I2AgQMAQtBnAhBADYCAEGQCEEANgIAIAMgAkEDcjYCBCACIANqIgAgACgCBEEBcjYCBAsgA0EIaiEADAsLIAhBlAgoAgAiBkkEQEGUCCAGIAhrIgE2AgBBoAhBoAgoAgAiAiAIaiIANgIAIAAgAUEBcjYCBCACIAhBA3I2AgQgAkEIaiEADAsLQQAhACAIQS9qIgkCf0HgCygCAARAQegLKAIADAELQewLQn83AgBB5AtCgKCAgICABDcCAEHgCyAMQQxqQXBxQdiq1aoFczYCAEH0C0EANgIAQcQLQQA2AgBBgCALIgFqIgVBACABayIHcSICIAhNDQpBwAsoAgAiBARAQbgLKAIAIgMgAmoiASADTQ0LIAEgBEsNCwtBxAstAABBBHENBQJAAkBBoAgoAgAiAwRAQcgLIQADQCADIAAoAgAiAU8EQCABIAAoAgRqIANLDQMLIAAoAggiAA0ACwtBABABIgFBf0YNBiACIQVB5AsoAgAiA0EBayIAIAFxBEAgAiABayAAIAFqQQAgA2txaiEFCyAFIAhNDQYgBUH+////B0sNBkHACygCACIEBEBBuAsoAgAiAyAFaiIAIANNDQcgACAESw0HCyAFEAEiACABRw0BDAgLIAUgBmsgB3EiBUH+////B0sNBSAFEAEiASAAKAIAIAAoAgRqRg0EIAEhAAsCQCAAQX9GDQAgCEEwaiAFTQ0AQegLKAIAIgEgCSAFa2pBACABa3EiAUH+////B0sEQCAAIQEMCAsgARABQX9HBEAgASAFaiEFIAAhAQwIC0EAIAVrEAEaDAULIAAiAUF/Rw0GDAQLAAtBACEEDAcLQQAhAQwFCyABQX9HDQILQcQLQcQLKAIAQQRyNgIACyACQf7///8HSw0BIAIQASEBQQAQASEAIAFBf0YNASAAQX9GDQEgACABTQ0BIAAgAWsiBSAIQShqTQ0BC0G4C0G4CygCACAFaiIANgIAQbwLKAIAIABJBEBBvAsgADYCAAsCQAJAAkBBoAgoAgAiBwRAQcgLIQADQCABIAAoAgAiAyAAKAIEIgJqRg0CIAAoAggiAA0ACwwCC0GYCCgCACIAQQAgACABTRtFBEBBmAggATYCAAtBACEAQcwLIAU2AgBByAsgATYCAEGoCEF/NgIAQawIQeALKAIANgIAQdQLQQA2AgADQCAAQQN0IgNBuAhqIANBsAhqIgI2AgAgA0G8CGogAjYCACAAQQFqIgBBIEcNAAtBlAggBUEoayIDQXggAWtBB3FBACABQQhqQQdxGyIAayICNgIAQaAIIAAgAWoiADYCACAAIAJBAXI2AgQgASADakEoNgIEQaQIQfALKAIANgIADAILIAAtAAxBCHENACADIAdLDQAgASAHTQ0AIAAgAiAFajYCBEGgCCAHQXggB2tBB3FBACAHQQhqQQdxGyIAaiICNgIAQZQIQZQIKAIAIAVqIgEgAGsiADYCACACIABBAXI2AgQgASAHakEoNgIEQaQIQfALKAIANgIADAELQZgIKAIAIAFLBEBBmAggATYCAAsgASAFaiECQcgLIQACQAJAAkACQAJAAkADQCACIAAoAgBHBEAgACgCCCIADQEMAgsLIAAtAAxBCHFFDQELQcgLIQADQCAHIAAoAgAiAk8EQCACIAAoAgRqIgQgB0sNAwsgACgCCCEADAALAAsgACABNgIAIAAgACgCBCAFajYCBCABQXggAWtBB3FBACABQQhqQQdxG2oiCSAIQQNyNgIEIAJBeCACa0EHcUEAIAJBCGpBB3EbaiIFIAggCWoiBmshAiAFIAdGBEBBoAggBjYCAEGUCEGUCCgCACACaiIANgIAIAYgAEEBcjYCBAwDCyAFQZwIKAIARgRAQZwIIAY2AgBBkAhBkAgoAgAgAmoiADYCACAGIABBAXI2AgQgACAGaiAANgIADAMLIAUoAgQiAEEDcUEBRgRAIABBeHEhBwJAIABB/wFNBEAgBSgCCCIDIABBA3YiAEEDdEGwCGpGGiADIAUoAgwiAUYEQEGICEGICCgCAEF+IAB3cTYCAAwCCyADIAE2AgwgASADNgIIDAELIAUoAhghCAJAIAUgBSgCDCIBRwRAIAUoAggiACABNgIMIAEgADYCCAwBCwJAIAVBFGoiACgCACIDDQAgBUEQaiIAKAIAIgMNAEEAIQEMAQsDQCAAIQQgAyIBQRRqIgAoAgAiAw0AIAFBEGohACABKAIQIgMNAAsgBEEANgIACyAIRQ0AAkAgBSAFKAIcIgNBAnRBuApqIgAoAgBGBEAgACABNgIAIAENAUGMCEGMCCgCAEF+IAN3cTYCAAwCCyAIQRBBFCAIKAIQIAVGG2ogATYCACABRQ0BCyABIAg2AhggBSgCECIABEAgASAANgIQIAAgATYCGAsgBSgCFCIARQ0AIAEgADYCFCAAIAE2AhgLIAUgB2ohBSACIAdqIQILIAUgBSgCBEF+cTYCBCAGIAJBAXI2AgQgAiAGaiACNgIAIAJB/wFNBEAgAkEDdiIAQQN0QbAIaiECAn9BiAgoAgAiAUEBIAB0IgBxRQRAQYgIIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwDC0EfIQAgAkH///8HTQRAIAJBCHYiACAAQYD+P2pBEHZBCHEiA3QiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASADciAAcmsiAEEBdCACIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRBuApqIQQCQEGMCCgCACIDQQEgAHQiAXFFBEBBjAggASADcjYCACAEIAY2AgAgBiAENgIYDAELIAJBAEEZIABBAXZrIABBH0YbdCEAIAQoAgAhAQNAIAEiAygCBEF4cSACRg0DIABBHXYhASAAQQF0IQAgAyABQQRxaiIEKAIQIgENAAsgBCAGNgIQIAYgAzYCGAsgBiAGNgIMIAYgBjYCCAwCC0GUCCAFQShrIgNBeCABa0EHcUEAIAFBCGpBB3EbIgBrIgI2AgBBoAggACABaiIANgIAIAAgAkEBcjYCBCABIANqQSg2AgRBpAhB8AsoAgA2AgAgByAEQScgBGtBB3FBACAEQSdrQQdxG2pBL2siACAAIAdBEGpJGyICQRs2AgQgAkHQCykCADcCECACQcgLKQIANwIIQdALIAJBCGo2AgBBzAsgBTYCAEHICyABNgIAQdQLQQA2AgAgAkEYaiEAA0AgAEEHNgIEIABBCGohASAAQQRqIQAgASAESQ0ACyACIAdGDQMgAiACKAIEQX5xNgIEIAcgAiAHayIEQQFyNgIEIAIgBDYCACAEQf8BTQRAIARBA3YiAEEDdEGwCGohAgJ/QYgIKAIAIgFBASAAdCIAcUUEQEGICCAAIAFyNgIAIAIMAQsgAigCCAshACACIAc2AgggACAHNgIMIAcgAjYCDCAHIAA2AggMBAtBHyEAIAdCADcCECAEQf///wdNBEAgBEEIdiIAIABBgP4/akEQdkEIcSICdCIAIABBgOAfakEQdkEEcSIBdCIAIABBgIAPakEQdkECcSIAdEEPdiABIAJyIAByayIAQQF0IAQgAEEVanZBAXFyQRxqIQALIAcgADYCHCAAQQJ0QbgKaiEDAkBBjAgoAgAiAkEBIAB0IgFxRQRAQYwIIAEgAnI2AgAgAyAHNgIAIAcgAzYCGAwBCyAEQQBBGSAAQQF2ayAAQR9GG3QhACADKAIAIQEDQCABIgIoAgRBeHEgBEYNBCAAQR12IQEgAEEBdCEAIAIgAUEEcWoiAygCECIBDQALIAMgBzYCECAHIAI2AhgLIAcgBzYCDCAHIAc2AggMAwsgAygCCCIAIAY2AgwgAyAGNgIIIAZBADYCGCAGIAM2AgwgBiAANgIICyAJQQhqIQAMBQsgAigCCCIAIAc2AgwgAiAHNgIIIAdBADYCGCAHIAI2AgwgByAANgIIC0GUCCgCACIAIAhNDQBBlAggACAIayIBNgIAQaAIQaAIKAIAIgIgCGoiADYCACAAIAFBAXI2AgQgAiAIQQNyNgIEIAJBCGohAAwDC0GECEEwNgIAQQAhAAwCCwJAIAVFDQACQCAEKAIcIgJBAnRBuApqIgAoAgAgBEYEQCAAIAE2AgAgAQ0BQYwIIAlBfiACd3EiCTYCAAwCCyAFQRBBFCAFKAIQIARGG2ogATYCACABRQ0BCyABIAU2AhggBCgCECIABEAgASAANgIQIAAgATYCGAsgBCgCFCIARQ0AIAEgADYCFCAAIAE2AhgLAkAgA0EPTQRAIAQgAyAIaiIAQQNyNgIEIAAgBGoiACAAKAIEQQFyNgIEDAELIAQgCEEDcjYCBCAGIANBAXI2AgQgAyAGaiADNgIAIANB/wFNBEAgA0EDdiIAQQN0QbAIaiECAn9BiAgoAgAiAUEBIAB0IgBxRQRAQYgIIAAgAXI2AgAgAgwBCyACKAIICyEAIAIgBjYCCCAAIAY2AgwgBiACNgIMIAYgADYCCAwBC0EfIQAgA0H///8HTQRAIANBCHYiACAAQYD+P2pBEHZBCHEiAnQiACAAQYDgH2pBEHZBBHEiAXQiACAAQYCAD2pBEHZBAnEiAHRBD3YgASACciAAcmsiAEEBdCADIABBFWp2QQFxckEcaiEACyAGIAA2AhwgBkIANwIQIABBAnRBuApqIQICQAJAIAlBASAAdCIBcUUEQEGMCCABIAlyNgIAIAIgBjYCACAGIAI2AhgMAQsgA0EAQRkgAEEBdmsgAEEfRht0IQAgAigCACEIA0AgCCIBKAIEQXhxIANGDQIgAEEddiECIABBAXQhACABIAJBBHFqIgIoAhAiCA0ACyACIAY2AhAgBiABNgIYCyAGIAY2AgwgBiAGNgIIDAELIAEoAggiACAGNgIMIAEgBjYCCCAGQQA2AhggBiABNgIMIAYgADYCCAsgBEEIaiEADAELAkAgC0UNAAJAIAEoAhwiAkECdEG4CmoiACgCACABRgRAIAAgBDYCACAEDQFBjAggBkF+IAJ3cTYCAAwCCyALQRBBFCALKAIQIAFGG2ogBDYCACAERQ0BCyAEIAs2AhggASgCECIABEAgBCAANgIQIAAgBDYCGAsgASgCFCIARQ0AIAQgADYCFCAAIAQ2AhgLAkAgA0EPTQRAIAEgAyAIaiIAQQNyNgIEIAAgAWoiACAAKAIEQQFyNgIEDAELIAEgCEEDcjYCBCAJIANBAXI2AgQgAyAJaiADNgIAIAoEQCAKQQN2IgBBA3RBsAhqIQRBnAgoAgAhAgJ/QQEgAHQiACAFcUUEQEGICCAAIAVyNgIAIAQMAQsgBCgCCAshACAEIAI2AgggACACNgIMIAIgBDYCDCACIAA2AggLQZwIIAk2AgBBkAggAzYCAAsgAUEIaiEACyAMQRBqJAAgAAsQACMAIABrQXBxIgAkACAACwYAIAAkAAsEACMAC4AJAgh/BH4jAEGQAWsiBiQAIAYgBS0AA0EYdEGAgIAYcSAFLwAAIAUtAAJBEHRycjYCACAGIAUoAANBAnZBg/7/H3E2AgQgBiAFKAAGQQR2Qf+B/x9xNgIIIAYgBSgACUEGdkH//8AfcTYCDCAFLwANIQggBS0ADyEJIAZCADcCFCAGQgA3AhwgBkEANgIkIAYgCCAJQRB0QYCAPHFyNgIQIAYgBSgAEDYCKCAGIAUoABQ2AiwgBiAFKAAYNgIwIAUoABwhBSAGQQA6AEwgBkEANgI4IAYgBTYCNCAGIAEgAhAEIAQEQCAGIAMgBBAECyAGKAI4IgEEQCAGQTxqIgIgAWpBAToAACABQQFqQQ9NBEAgASAGakE9aiEEAkBBDyABayIDRQ0AIAMgBGoiAUEBa0EAOgAAIARBADoAACADQQNJDQAgAUECa0EAOgAAIARBADoAASABQQNrQQA6AAAgBEEAOgACIANBB0kNACABQQRrQQA6AAAgBEEAOgADIANBCUkNACAEQQAgBGtBA3EiAWoiBEEANgIAIAQgAyABa0F8cSIBaiIDQQRrQQA2AgAgAUEJSQ0AIARBADYCCCAEQQA2AgQgA0EIa0EANgIAIANBDGtBADYCACABQRlJDQAgBEEANgIYIARBADYCFCAEQQA2AhAgBEEANgIMIANBEGtBADYCACADQRRrQQA2AgAgA0EYa0EANgIAIANBHGtBADYCACABIARBBHFBGHIiAWsiA0EgSQ0AIAEgBGohAQNAIAFCADcDGCABQgA3AxAgAUIANwMIIAFCADcDACABQSBqIQEgA0EgayIDQR9LDQALCwsgBkEBOgBMIAYgAkEQEAILIAY1AjQhECAGNQIwIREgBjUCLCEOIAAgBjUCKCAGKAIkIAYoAiAgBigCHCAGKAIYIgNBGnZqIgJBGnZqIgFBGnZqIgtBgICAYHIgAUH///8fcSINIAJB////H3EiCCAGKAIUIAtBGnZBBWxqIgFB////H3EiCUEFaiIFQRp2IANB////H3EgAUEadmoiA2oiAUEadmoiAkEadmoiBEEadmoiDEEfdSIHIANxIAEgDEEfdkEBayIDQf///x9xIgpxciIBQRp0IAUgCnEgByAJcXJyrXwiDzwAACAAIA9CGIg8AAMgACAPQhCIPAACIAAgD0IIiDwAASAAIA4gByAIcSACIApxciICQRR0IAFBBnZyrXwgD0IgiHwiDjwABCAAIA5CGIg8AAcgACAOQhCIPAAGIAAgDkIIiDwABSAAIBEgByANcSAEIApxciIBQQ50IAJBDHZyrXwgDkIgiHwiDjwACCAAIA5CGIg8AAsgACAOQhCIPAAKIAAgDkIIiDwACSAAIBAgAyAMcSAHIAtxckEIdCABQRJ2cq18IA5CIIh8Ig48AAwgACAOQhiIPAAPIAAgDkIQiDwADiAAIA5CCIg8AA0gBkIANwIwIAZCADcCKCAGQgA3AiAgBkIANwIYIAZCADcCECAGQgA3AgggBkIANwIAIAZBkAFqJAALpwwBB38CQCAARQ0AIABBCGsiAyAAQQRrKAIAIgFBeHEiAGohBQJAIAFBAXENACABQQNxRQ0BIAMgAygCACIBayIDQZgIKAIASQ0BIAAgAWohACADQZwIKAIARwRAIAFB/wFNBEAgAygCCCICIAFBA3YiBEEDdEGwCGpGGiACIAMoAgwiAUYEQEGICEGICCgCAEF+IAR3cTYCAAwDCyACIAE2AgwgASACNgIIDAILIAMoAhghBgJAIAMgAygCDCIBRwRAIAMoAggiAiABNgIMIAEgAjYCCAwBCwJAIANBFGoiAigCACIEDQAgA0EQaiICKAIAIgQNAEEAIQEMAQsDQCACIQcgBCIBQRRqIgIoAgAiBA0AIAFBEGohAiABKAIQIgQNAAsgB0EANgIACyAGRQ0BAkAgAyADKAIcIgJBAnRBuApqIgQoAgBGBEAgBCABNgIAIAENAUGMCEGMCCgCAEF+IAJ3cTYCAAwDCyAGQRBBFCAGKAIQIANGG2ogATYCACABRQ0CCyABIAY2AhggAygCECICBEAgASACNgIQIAIgATYCGAsgAygCFCICRQ0BIAEgAjYCFCACIAE2AhgMAQsgBSgCBCIBQQNxQQNHDQBBkAggADYCACAFIAFBfnE2AgQgAyAAQQFyNgIEIAAgA2ogADYCAA8LIAMgBU8NACAFKAIEIgFBAXFFDQACQCABQQJxRQRAIAVBoAgoAgBGBEBBoAggAzYCAEGUCEGUCCgCACAAaiIANgIAIAMgAEEBcjYCBCADQZwIKAIARw0DQZAIQQA2AgBBnAhBADYCAA8LIAVBnAgoAgBGBEBBnAggAzYCAEGQCEGQCCgCACAAaiIANgIAIAMgAEEBcjYCBCAAIANqIAA2AgAPCyABQXhxIABqIQACQCABQf8BTQRAIAUoAggiAiABQQN2IgRBA3RBsAhqRhogAiAFKAIMIgFGBEBBiAhBiAgoAgBBfiAEd3E2AgAMAgsgAiABNgIMIAEgAjYCCAwBCyAFKAIYIQYCQCAFIAUoAgwiAUcEQCAFKAIIIgJBmAgoAgBJGiACIAE2AgwgASACNgIIDAELAkAgBUEUaiICKAIAIgQNACAFQRBqIgIoAgAiBA0AQQAhAQwBCwNAIAIhByAEIgFBFGoiAigCACIEDQAgAUEQaiECIAEoAhAiBA0ACyAHQQA2AgALIAZFDQACQCAFIAUoAhwiAkECdEG4CmoiBCgCAEYEQCAEIAE2AgAgAQ0BQYwIQYwIKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiABNgIAIAFFDQELIAEgBjYCGCAFKAIQIgIEQCABIAI2AhAgAiABNgIYCyAFKAIUIgJFDQAgASACNgIUIAIgATYCGAsgAyAAQQFyNgIEIAAgA2ogADYCACADQZwIKAIARw0BQZAIIAA2AgAPCyAFIAFBfnE2AgQgAyAAQQFyNgIEIAAgA2ogADYCAAsgAEH/AU0EQCAAQQN2IgFBA3RBsAhqIQACf0GICCgCACICQQEgAXQiAXFFBEBBiAggASACcjYCACAADAELIAAoAggLIQIgACADNgIIIAIgAzYCDCADIAA2AgwgAyACNgIIDwtBHyECIANCADcCECAAQf///wdNBEAgAEEIdiIBIAFBgP4/akEQdkEIcSIBdCICIAJBgOAfakEQdkEEcSICdCIEIARBgIAPakEQdkECcSIEdEEPdiABIAJyIARyayIBQQF0IAAgAUEVanZBAXFyQRxqIQILIAMgAjYCHCACQQJ0QbgKaiEBAkACQAJAQYwIKAIAIgRBASACdCIHcUUEQEGMCCAEIAdyNgIAIAEgAzYCACADIAE2AhgMAQsgAEEAQRkgAkEBdmsgAkEfRht0IQIgASgCACEBA0AgASIEKAIEQXhxIABGDQIgAkEddiEBIAJBAXQhAiAEIAFBBHFqIgdBEGooAgAiAQ0ACyAHIAM2AhAgAyAENgIYCyADIAM2AgwgAyADNgIIDAELIAQoAggiACADNgIMIAQgAzYCCCADQQA2AhggAyAENgIMIAMgADYCCAtBqAhBqAgoAgBBAWsiAEF/IAAbNgIACwsLCQEAQYEICwIGUA==",!fe.startsWith(ee)){var ie=fe;fe=e.locateFile?e.locateFile(ie,l):l+ie}function je(){var j=fe;try{if(j==fe&&v)return new Uint8Array(v);var ue=Nn(j);if(ue)return ue;if(p)return p(j);throw"both async and sync fetching of the wasm failed"}catch(xe){Q(xe)}}function ft(){if(!v&&(a||c)){if(typeof fetch=="function"&&!fe.startsWith("file://"))return fetch(fe,{credentials:"same-origin"}).then(function(j){if(!j.ok)throw"failed to load wasm binary file at '"+fe+"'";return j.arrayBuffer()}).catch(function(){return je()});if(h)return new Promise(function(j,ue){h(fe,function(xe){j(new Uint8Array(xe))},ue)})}return Promise.resolve().then(function(){return je()})}function nn(j){for(;0<j.length;){var ue=j.shift();if(typeof ue=="function")ue(e);else{var xe=ue.m;typeof xe=="number"?ue.l===void 0?ne.get(xe)():ne.get(xe)(ue.l):xe(ue.l===void 0?null:ue.l)}}}var mr=!1,Ar=typeof atob=="function"?atob:function(j){var ue="",xe=0;j=j.replace(/[^A-Za-z0-9\+\/=]/g,"");do{var Pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(j.charAt(xe++)),Xe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(j.charAt(xe++)),Pt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(j.charAt(xe++)),_n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(j.charAt(xe++));Pe=Pe<<2|Xe>>4,Xe=(Xe&15)<<4|Pt>>2;var rn=(Pt&3)<<6|_n;ue+=String.fromCharCode(Pe),Pt!==64&&(ue+=String.fromCharCode(Xe)),_n!==64&&(ue+=String.fromCharCode(rn))}while(xe<j.length);return ue};function Nn(j){if(j.startsWith(ee)){if(j=j.slice(ee.length),typeof f=="boolean"&&f){var ue=Buffer.from(j,"base64");ue=new Uint8Array(ue.buffer,ue.byteOffset,ue.byteLength)}else try{var xe=Ar(j),Pe=new Uint8Array(xe.length);for(j=0;j<xe.length;++j)Pe[j]=xe.charCodeAt(j);ue=Pe}catch{throw Error("Converting base64 string to bytes failed.")}return ue}}var Er={a:function(j){var ue=k.length;if(j>>>=0,2147483648<j)return!1;for(var xe=1;4>=xe;xe*=2){var Pe=ue*(1+.2/xe);Pe=Math.min(Pe,j+100663296),Pe=Math.max(j,Pe),0<Pe%65536&&(Pe+=65536-Pe%65536);e:{try{H.grow(Math.min(2147483648,Pe)-S.byteLength+65535>>>16),R();var Xe=1;break e}catch{}Xe=void 0}if(Xe)return!0}return!1}};(function(){function j(Xe){e.asm=Xe.exports,H=e.asm.b,R(),ne=e.asm.j,Y.unshift(e.asm.c),$--,e.monitorRunDependencies&&e.monitorRunDependencies($),$==0&&(B!==null&&(clearInterval(B),B=null),T&&(Xe=T,T=null,Xe()))}function ue(Xe){j(Xe.instance)}function xe(Xe){return ft().then(function(Pt){return WebAssembly.instantiate(Pt,Pe)}).then(Xe,function(Pt){b("failed to asynchronously prepare wasm: "+Pt),Q(Pt)})}var Pe={a:Er};if($++,e.monitorRunDependencies&&e.monitorRunDependencies($),e.instantiateWasm)try{return e.instantiateWasm(Pe,j)}catch(Xe){return b("Module.instantiateWasm callback failed with error: "+Xe),!1}return(function(){return v||typeof WebAssembly.instantiateStreaming!="function"||fe.startsWith(ee)||fe.startsWith("file://")||typeof fetch!="function"?xe(ue):fetch(fe,{credentials:"same-origin"}).then(function(Xe){return WebAssembly.instantiateStreaming(Xe,Pe).then(ue,function(Pt){return b("wasm streaming compile failed: "+Pt),b("falling back to ArrayBuffer instantiation"),xe(ue)})})})().catch(s),{}})(),e.___wasm_call_ctors=function(){return(e.___wasm_call_ctors=e.asm.c).apply(null,arguments)},e._poly1305_auth=function(){return(e._poly1305_auth=e.asm.d).apply(null,arguments)};var ni=e.stackSave=function(){return(ni=e.stackSave=e.asm.e).apply(null,arguments)},Yi=e.stackRestore=function(){return(Yi=e.stackRestore=e.asm.f).apply(null,arguments)},ri=e.stackAlloc=function(){return(ri=e.stackAlloc=e.asm.g).apply(null,arguments)};e._malloc=function(){return(e._malloc=e.asm.h).apply(null,arguments)},e._free=function(){return(e._free=e.asm.i).apply(null,arguments)},e.cwrap=function(j,ue,xe,Pe){xe=xe||[];var Xe=xe.every(function(Pt){return Pt==="number"});return ue!=="string"&&Xe&&!Pe?V(j):function(){return N(j,ue,xe,arguments)}};var yr;T=function j(){yr||_r(),yr||(T=j)};function _r(){function j(){if(!yr&&(yr=!0,e.calledRun=!0,!C)){if(nn(Y),r(e),e.onRuntimeInitialized&&e.onRuntimeInitialized(),e.postRun)for(typeof e.postRun=="function"&&(e.postRun=[e.postRun]);e.postRun.length;){var ue=e.postRun.shift();te.unshift(ue)}nn(te)}}if(!(0<$)){if(e.preRun)for(typeof e.preRun=="function"&&(e.preRun=[e.preRun]);e.preRun.length;)ce();nn(z),0<$||(e.setStatus?(e.setStatus("Running..."),setTimeout(function(){setTimeout(function(){e.setStatus("")},1),j()},1)):j())}}if(e.run=_r,e.preInit)for(typeof e.preInit=="function"&&(e.preInit=[e.preInit]);0<e.preInit.length;)e.preInit.pop()();return _r(),t.ready})})();typeof Is=="object"&&typeof $o=="object"?$o.exports=Uo:typeof define=="function"&&define.amd?define([],function(){return Uo}):typeof Is=="object"&&(Is.createPoly1305=Uo)});var Gn=ct((Qx,_u)=>{"use strict";var{createCipheriv:Dr,createDecipheriv:Cs,createHmac:Mo,randomFillSync:ur,timingSafeEqual:Oo}=require("crypto"),{readUInt32BE:yi,writeUInt32BE:an}=gn(),zn=Buffer[Symbol.species],mu=2**32-1,Au=Buffer.alloc(0),Lr=Buffer.alloc(4),vs=new Map,dr=35e3,Fo,ta,na,ra,ia,sa,oa;try{Fo=require("./crypto/build/Release/sshcrypto.node"),{AESGCMCipher:ta,ChaChaPolyCipher:na,GenericCipher:ra,AESGCMDecipher:ia,ChaChaPolyDecipher:sa,GenericDecipher:oa}=Fo}catch{}var Ft=1,vg=(()=>{function n(t,e,r,s,i,o,a){return{sslName:t,blockLen:e,keyLen:r,ivLen:s!==0||a&Ft?s:e,authLen:i,discardLen:o,stream:!!(a&Ft)}}return{"chacha20-poly1305@openssh.com":n("chacha20",8,64,0,16,0,Ft),"aes128-gcm":n("aes-128-gcm",16,16,12,16,0,Ft),"aes256-gcm":n("aes-256-gcm",16,32,12,16,0,Ft),"aes128-gcm@openssh.com":n("aes-128-gcm",16,16,12,16,0,Ft),"aes256-gcm@openssh.com":n("aes-256-gcm",16,32,12,16,0,Ft),"aes128-cbc":n("aes-128-cbc",16,16,0,0,0,0),"aes192-cbc":n("aes-192-cbc",16,24,0,0,0,0),"aes256-cbc":n("aes-256-cbc",16,32,0,0,0,0),"rijndael-cbc@lysator.liu.se":n("aes-256-cbc",16,32,0,0,0,0),"3des-cbc":n("des-ede3-cbc",8,24,0,0,0,0),"blowfish-cbc":n("bf-cbc",8,16,0,0,0,0),"idea-cbc":n("idea-cbc",8,16,0,0,0,0),"cast128-cbc":n("cast-cbc",8,16,0,0,0,0),"aes128-ctr":n("aes-128-ctr",16,16,16,0,0,Ft),"aes192-ctr":n("aes-192-ctr",16,24,16,0,0,Ft),"aes256-ctr":n("aes-256-ctr",16,32,16,0,0,Ft),"3des-ctr":n("des-ede3",8,24,8,0,0,Ft),"blowfish-ctr":n("bf-ecb",8,16,8,0,0,Ft),"cast128-ctr":n("cast5-ecb",8,16,8,0,0,Ft),arcfour:n("rc4",8,16,0,0,1536,Ft),arcfour128:n("rc4",8,16,0,0,1536,Ft),arcfour256:n("rc4",8,32,0,0,1536,Ft),arcfour512:n("rc4",8,64,0,0,1536,Ft)}})(),kg=(()=>{function n(t,e,r,s){return{sslName:t,len:e,actualLen:r,isETM:s}}return{"hmac-md5":n("md5",16,16,!1),"hmac-md5-96":n("md5",16,12,!1),"hmac-ripemd160":n("ripemd160",20,20,!1),"hmac-sha1":n("sha1",20,20,!1),"hmac-sha1-etm@openssh.com":n("sha1",20,20,!0),"hmac-sha1-96":n("sha1",20,12,!1),"hmac-sha2-256":n("sha256",32,32,!1),"hmac-sha2-256-etm@openssh.com":n("sha256",32,32,!0),"hmac-sha2-256-96":n("sha256",32,12,!1),"hmac-sha2-512":n("sha512",64,64,!1),"hmac-sha2-512-etm@openssh.com":n("sha512",64,64,!0),"hmac-sha2-512-96":n("sha512",64,12,!1)}})(),Ho=class{constructor(t,e){this.outSeqno=t,this._onWrite=e,this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,r=8-(e&7);r<4&&(r+=8),e+=r;let s=Buffer.allocUnsafe(e);return an(s,e-4,0),s[4]=r,ur(s,5+t,r),s}encrypt(t){this._dead||(this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},Eu=Buffer.alloc(32),Jt=Buffer.alloc(16),Ei,_i,aa,Qo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encKeyMain=e.cipherKey.slice(0,32),this._encKeyPktLen=e.cipherKey.slice(32),this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,r=8-(e-4&7);r<4&&(r+=8),e+=r;let s=Buffer.allocUnsafe(e);return an(s,e-4,0),s[4]=r,ur(s,5+t,r),s}encrypt(t){if(this._dead)return;Jt[0]=0,an(Jt,this.outSeqno,12);let e=Dr("chacha20",this._encKeyMain,Jt).update(Eu),r=Dr("chacha20",this._encKeyPktLen,Jt).update(t.slice(0,4));this._onWrite(r),Jt[0]=1;let s=Dr("chacha20",this._encKeyMain,Jt).update(t.slice(4));this._onWrite(s),aa(_i,r,r.length,s,s.length,e);let i=Buffer.allocUnsafe(16);i.set(new Uint8Array(Ei.HEAPU8.buffer,_i,16),0),this._onWrite(i),this.outSeqno=this.outSeqno+1>>>0}},Wo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._instance=new na(e.cipherKey),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=5+t,r=8-(e-4&7);r<4&&(r+=8),e+=r;let s=Buffer.allocUnsafe(e+16);return an(s,e-4,0),s[4]=r,ur(s,5+t,r),s}encrypt(t){this._dead||(this._instance.encrypt(t,this.outSeqno),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},qo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encSSLName=e.cipherInfo.sslName,this._encKey=e.cipherKey,this._encIV=e.cipherIV,this._dead=!1}free(){this._dead=!0}allocPacket(t){let e=5+t,r=16-(e-4&15);r<4&&(r+=16),e+=r;let s=Buffer.allocUnsafe(e);return an(s,e-4,0),s[4]=r,ur(s,5+t,r),s}encrypt(t){if(this._dead)return;let e=Dr(this._encSSLName,this._encKey,this._encIV);e.setAutoPadding(!1);let r=t.slice(0,4);e.setAAD(r),this._onWrite(r);let s=e.update(t.slice(4));this._onWrite(s);let i=e.final();i.length&&this._onWrite(i);let o=e.getAuthTag();this._onWrite(o),yu(this._encIV),this.outSeqno=this.outSeqno+1>>>0}},Ko=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._instance=new ta(e.cipherInfo.sslName,e.cipherKey,e.cipherIV),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=5+t,r=16-(e-4&15);r<4&&(r+=16),e+=r;let s=Buffer.allocUnsafe(e+16);return an(s,e-4,0),s[4]=r,ur(s,5+t,r),s}encrypt(t){this._dead||(this._instance.encrypt(t),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},Vo=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encBlockLen=e.cipherInfo.blockLen,this._cipherInstance=Dr(e.cipherInfo.sslName,e.cipherKey,e.cipherIV),this._macSSLName=e.macInfo.sslName,this._macKey=e.macKey,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM,this._aadLen=this._macETM?4:0,this._dead=!1;let r=e.cipherInfo.discardLen;if(r){let s=vs.get(r);s===void 0&&(s=Buffer.alloc(r),vs.set(r,s)),this._cipherInstance.update(s)}}free(){this._dead=!0}allocPacket(t){let e=this._encBlockLen,r=5+t,s=e-(r-this._aadLen&e-1);s<4&&(s+=e),r+=s;let i=Buffer.allocUnsafe(r);return an(i,r-4,0),i[4]=s,ur(i,5+t,s),i}encrypt(t){if(this._dead)return;let e;if(this._macETM){let s=new Uint8Array(t.buffer,t.byteOffset,4),i=this._cipherInstance.update(new Uint8Array(t.buffer,t.byteOffset+4,t.length-4));this._onWrite(s),this._onWrite(i),e=Mo(this._macSSLName,this._macKey),an(Lr,this.outSeqno,0),e.update(Lr),e.update(s),e.update(i)}else{let s=this._cipherInstance.update(t);this._onWrite(s),e=Mo(this._macSSLName,this._macKey),an(Lr,this.outSeqno,0),e.update(Lr),e.update(t)}let r=e.digest();r.length>this._macActualLen&&(r=r.slice(0,this._macActualLen)),this._onWrite(r),this.outSeqno=this.outSeqno+1>>>0}},Go=class{constructor(t){let e=t.outbound;this.outSeqno=e.seqno,this._onWrite=e.onWrite,this._encBlockLen=e.cipherInfo.blockLen,this._macLen=e.macInfo.len,this._macActualLen=e.macInfo.actualLen,this._aadLen=e.macInfo.isETM?4:0,this._instance=new ra(e.cipherInfo.sslName,e.cipherKey,e.cipherIV,e.macInfo.sslName,e.macKey,e.macInfo.isETM),this._dead=!1}free(){this._dead=!0,this._instance.free()}allocPacket(t){let e=this._encBlockLen,r=5+t,s=e-(r-this._aadLen&e-1);s<4&&(s+=e),r+=s;let i=Buffer.allocUnsafe(r+this._macLen);return an(i,r-4,0),i[4]=s,ur(i,5+t,s),i}encrypt(t){this._dead||(this._instance.encrypt(t,this.outSeqno),this._macActualLen<this._macLen&&(t=new zn(t.buffer,t.byteOffset,t.length-(this._macLen-this._macActualLen))),this._onWrite(t),this.outSeqno=this.outSeqno+1>>>0)}},zo=class{constructor(t,e){this.inSeqno=t,this._onPayload=e,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0}free(){}decrypt(t,e,r){for(;e<r;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,r-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len>dr||this._len<8||(4+this._len&7)!==0)throw new Error("Bad packet length");if(e>=r)return}if(this._packetPos<this._len){let i=Math.min(this._len-this._packetPos,r-e),o;if(e!==0||i!==r?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._packetPos)),e+=i,this._packetPos+=i,this._packetPos<this._len)return}let s=this._packet?new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1):Au;this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Yo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decKeyMain=e.decipherKey.slice(0,32),this._decKeyPktLen=e.decipherKey.slice(32),this._len=0,this._lenBuf=Buffer.alloc(4),this._lenPos=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(16),this._calcMac=Buffer.allocUnsafe(16),this._macPos=0}free(){}decrypt(t,e,r){for(;e<r;){if(this._lenPos<4){let a=Math.min(4-this._lenPos,r-e);for(;a--;)this._lenBuf[this._lenPos++]=t[e++];if(this._lenPos<4)return;Jt[0]=0,an(Jt,this.inSeqno,12);let c=Cs("chacha20",this._decKeyPktLen,Jt).update(this._lenBuf);if(this._len=yi(c,0),this._len>dr||this._len<8||(this._len&7)!==0)throw new Error("Bad packet length")}if(this._pktLen<this._len){if(e>=r)return;let a=Math.min(this._len-this._pktLen,r-e),c;if(e!==0||a!==r?c=new Uint8Array(t.buffer,t.byteOffset+e,a):c=t,a===this._len?this._packet=c:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(c,this._pktLen)),e+=a,this._pktLen+=a,this._pktLen<this._len||e>=r)return}{let a=Math.min(16-this._macPos,r-e);if(e!==0||a!==r?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,a),this._macPos):this._mac.set(t,this._macPos),e+=a,this._macPos+=a,this._macPos<16)return}Jt[0]=0,an(Jt,this.inSeqno,12);let s=Dr("chacha20",this._decKeyMain,Jt).update(Eu);if(aa(_i,this._lenBuf,4,this._packet,this._packet.length,s),this._calcMac.set(new Uint8Array(Ei.HEAPU8.buffer,_i,16),0),!Oo(this._calcMac,this._mac))throw new Error("Invalid MAC");Jt[0]=1;let i=Cs("chacha20",this._decKeyMain,Jt).update(this._packet),o=new zn(i.buffer,i.byteOffset+1,i.length-i[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenPos=0,this._packet=null,this._pktLen=0,this._macPos=0;{let a=this._onPayload(o);if(a!==void 0)return a===!1?e:a}}}},jo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new sa(e.decipherKey),this._len=0,this._lenBuf=Buffer.alloc(4),this._lenPos=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(16),this._macPos=0}free(){this._instance.free()}decrypt(t,e,r){for(;e<r;){if(this._lenPos<4){let i=Math.min(4-this._lenPos,r-e);for(;i--;)this._lenBuf[this._lenPos++]=t[e++];if(this._lenPos<4)return;if(this._len=this._instance.decryptLen(this._lenBuf,this.inSeqno),this._len>dr||this._len<8||(this._len&7)!==0)throw new Error("Bad packet length");if(e>=r)return}if(this._pktLen<this._len){let i=Math.min(this._len-this._pktLen,r-e),o;if(e!==0||i!==r?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=r)return}{let i=Math.min(16-this._macPos,r-e);if(e!==0||i!==r?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._macPos):this._mac.set(t,this._macPos),e+=i,this._macPos+=i,this._macPos<16)return}this._instance.decrypt(this._packet,this._mac,this.inSeqno);let s=new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenPos=0,this._packet=null,this._pktLen=0,this._macPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Xo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decipherInstance=null,this._decipherSSLName=e.decipherInfo.sslName,this._decipherKey=e.decipherKey,this._decipherIV=e.decipherIV,this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._tag=Buffer.allocUnsafe(16),this._tagPos=0}free(){}decrypt(t,e,r){for(;e<r;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,r-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len+20>dr||this._len<16||(this._len&15)!==0)throw new Error("Bad packet length");this._decipherInstance=Cs(this._decipherSSLName,this._decipherKey,this._decipherIV),this._decipherInstance.setAutoPadding(!1),this._decipherInstance.setAAD(Bg(this._len))}if(this._pktLen<this._len){if(e>=r)return;let i=Math.min(this._len-this._pktLen,r-e),o;if(e!==0||i!==r?o=this._decipherInstance.update(new Uint8Array(t.buffer,t.byteOffset+e,i)):o=this._decipherInstance.update(t),o.length&&(i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._packetPos)),this._packetPos+=o.length),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=r)return}{let i=Math.min(16-this._tagPos,r-e);if(e!==0||i!==r?this._tag.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._tagPos):this._tag.set(t,this._tagPos),e+=i,this._tagPos+=i,this._tagPos<16)return}{this._decipherInstance.setAuthTag(this._tag);let i=this._decipherInstance.final();i.length&&(this._packet?this._packet.set(i,this._packetPos):this._packet=i)}let s=this._packet?new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1):Au;this.inSeqno=this.inSeqno+1>>>0,yu(this._decipherIV),this._len=0,this._lenBytes=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._tagPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Jo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new ia(e.decipherInfo.sslName,e.decipherKey,e.decipherIV),this._len=0,this._lenBytes=0,this._packet=null,this._pktLen=0,this._tag=Buffer.allocUnsafe(16),this._tagPos=0}free(){}decrypt(t,e,r){for(;e<r;){if(this._lenBytes<4){let i=Math.min(4-this._lenBytes,r-e);for(this._lenBytes+=i;i--;)this._len=(this._len<<8)+t[e++];if(this._lenBytes<4)return;if(this._len+20>dr||this._len<16||(this._len&15)!==0)throw new Error(`Bad packet length: ${this._len}`)}if(this._pktLen<this._len){if(e>=r)return;let i=Math.min(this._len-this._pktLen,r-e),o;if(e!==0||i!==r?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=r)return}{let i=Math.min(16-this._tagPos,r-e);if(e!==0||i!==r?this._tag.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._tagPos):this._tag.set(t,this._tagPos),e+=i,this._tagPos+=i,this._tagPos<16)return}this._instance.decrypt(this._packet,this._len,this._tag);let s=new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._len=0,this._lenBytes=0,this._packet=null,this._pktLen=0,this._tagPos=0;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}},Zo=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._decipherInstance=Cs(e.decipherInfo.sslName,e.decipherKey,e.decipherIV),this._decipherInstance.setAutoPadding(!1),this._block=Buffer.allocUnsafe(e.macInfo.isETM?4:e.decipherInfo.blockLen),this._blockSize=e.decipherInfo.blockLen,this._blockPos=0,this._len=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._mac=Buffer.allocUnsafe(e.macInfo.actualLen),this._macPos=0,this._macSSLName=e.macInfo.sslName,this._macKey=e.macKey,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM,this._macInstance=null;let r=e.decipherInfo.discardLen;if(r){let s=vs.get(r);s===void 0&&(s=Buffer.alloc(r),vs.set(r,s)),this._decipherInstance.update(s)}}free(){}decrypt(t,e,r){for(;e<r;){if(this._blockPos<this._block.length){let o=Math.min(this._block.length-this._blockPos,r-e);if(e!==0||o!==r||o<t.length?this._block.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._blockPos):this._block.set(t,this._blockPos),e+=o,this._blockPos+=o,this._blockPos<this._block.length)return;let a,c;if(this._macETM?this._len=c=yi(this._block,0):(a=this._decipherInstance.update(this._block),this._len=yi(a,0),c=4+this._len-this._blockSize),this._len>dr||this._len<5||(c&this._blockSize-1)!==0)throw new Error("Bad packet length");if(this._macInstance=Mo(this._macSSLName,this._macKey),an(Lr,this.inSeqno,0),this._macInstance.update(Lr),this._macETM?this._macInstance.update(this._block):(this._macInstance.update(new Uint8Array(a.buffer,a.byteOffset,4)),this._pktLen=a.length-4,this._packetPos=this._pktLen,this._packet=Buffer.allocUnsafe(this._len),this._packet.set(new Uint8Array(a.buffer,a.byteOffset+4,this._packetPos),0)),e>=r)return}if(this._pktLen<this._len){let o=Math.min(this._len-this._pktLen,r-e),a;e!==0||o!==r?a=new Uint8Array(t.buffer,t.byteOffset+e,o):a=t,this._macETM&&this._macInstance.update(a);let c=this._decipherInstance.update(a);if(c.length&&(o===this._len?this._packet=c:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(c,this._packetPos)),this._packetPos+=c.length),e+=o,this._pktLen+=o,this._pktLen<this._len||e>=r)return}{let o=Math.min(this._macActualLen-this._macPos,r-e);if(e!==0||o!==r?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._macPos):this._mac.set(t,this._macPos),e+=o,this._macPos+=o,this._macPos<this._macActualLen)return}this._macETM||this._macInstance.update(this._packet);let s=this._macInstance.digest();if(this._macActualLen<s.length&&(s=new Uint8Array(s.buffer,s.byteOffset,this._macActualLen)),!Rg(s,this._mac))throw new Error("Invalid MAC");let i=new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._blockPos=0,this._len=0,this._packet=null,this._packetPos=0,this._pktLen=0,this._macPos=0,this._macInstance=null;{let o=this._onPayload(i);if(o!==void 0)return o===!1?e:o}}}},ea=class{constructor(t){let e=t.inbound;this.inSeqno=e.seqno,this._onPayload=e.onPayload,this._instance=new oa(e.decipherInfo.sslName,e.decipherKey,e.decipherIV,e.macInfo.sslName,e.macKey,e.macInfo.isETM,e.macInfo.actualLen),this._block=Buffer.allocUnsafe(e.macInfo.isETM||e.decipherInfo.stream?4:e.decipherInfo.blockLen),this._blockPos=0,this._len=0,this._packet=null,this._pktLen=0,this._mac=Buffer.allocUnsafe(e.macInfo.actualLen),this._macPos=0,this._macActualLen=e.macInfo.actualLen,this._macETM=e.macInfo.isETM}free(){this._instance.free()}decrypt(t,e,r){for(;e<r;){if(this._blockPos<this._block.length){let i=Math.min(this._block.length-this._blockPos,r-e);if(e!==0||i!==r||i<t.length?this._block.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._blockPos):this._block.set(t,this._blockPos),e+=i,this._blockPos+=i,this._blockPos<this._block.length)return;let o;if(this._macETM?this._len=o=yi(this._block,0):(this._instance.decryptBlock(this._block),this._len=yi(this._block,0),o=4+this._len-this._block.length),this._len>dr||this._len<5||(o&this._block.length-1)!==0)throw new Error("Bad packet length");if(this._macETM||(this._pktLen=this._block.length-4,this._pktLen&&(this._packet=Buffer.allocUnsafe(this._len),this._packet.set(new Uint8Array(this._block.buffer,this._block.byteOffset+4,this._pktLen),0))),e>=r)return}if(this._pktLen<this._len){let i=Math.min(this._len-this._pktLen,r-e),o;if(e!==0||i!==r?o=new Uint8Array(t.buffer,t.byteOffset+e,i):o=t,i===this._len?this._packet=o:(this._packet||(this._packet=Buffer.allocUnsafe(this._len)),this._packet.set(o,this._pktLen)),e+=i,this._pktLen+=i,this._pktLen<this._len||e>=r)return}{let i=Math.min(this._macActualLen-this._macPos,r-e);if(e!==0||i!==r?this._mac.set(new Uint8Array(t.buffer,t.byteOffset+e,i),this._macPos):this._mac.set(t,this._macPos),e+=i,this._macPos+=i,this._macPos<this._macActualLen)return}this._instance.decrypt(this._packet,this.inSeqno,this._block,this._mac);let s=new zn(this._packet.buffer,this._packet.byteOffset+1,this._packet.length-this._packet[0]-1);this.inSeqno=this.inSeqno+1>>>0,this._blockPos=0,this._len=0,this._packet=null,this._pktLen=0,this._macPos=0,this._macInstance=null;{let i=this._onPayload(s);if(i!==void 0)return i===!1?e:i}}}};function yu(n){++n[11]>>>8&&++n[10]>>>8&&++n[9]>>>8&&++n[8]>>>8&&++n[7]>>>8&&++n[6]>>>8&&++n[5]>>>8&&++n[4]>>>8}var Bg=(()=>{let n=Buffer.alloc(4);return t=>(n[0]=t>>>24,n[1]=t>>>16,n[2]=t>>>8,n[3]=t,n)})();function Rg(n,t){return n.length!==t.length?(Oo(n,n),!1):Oo(n,t)}function Ng(n){if(typeof n!="object"||n===null)throw new Error("Invalid config");if(typeof n.outbound!="object"||n.outbound===null)throw new Error("Invalid outbound");let t=n.outbound;if(typeof t.onWrite!="function")throw new Error("Invalid outbound.onWrite");if(typeof t.cipherInfo!="object"||t.cipherInfo===null)throw new Error("Invalid outbound.cipherInfo");if(!Buffer.isBuffer(t.cipherKey)||t.cipherKey.length!==t.cipherInfo.keyLen)throw new Error("Invalid outbound.cipherKey");if(t.cipherInfo.ivLen&&(!Buffer.isBuffer(t.cipherIV)||t.cipherIV.length!==t.cipherInfo.ivLen))throw new Error("Invalid outbound.cipherIV");if(typeof t.seqno!="number"||t.seqno<0||t.seqno>mu)throw new Error("Invalid outbound.seqno");let e=!!t.forceNative;switch(t.cipherInfo.sslName){case"aes-128-gcm":case"aes-256-gcm":return ta&&!e?new Ko(n):new qo(n);case"chacha20":return na&&!e?new Wo(n):new Qo(n);default:{if(typeof t.macInfo!="object"||t.macInfo===null)throw new Error("Invalid outbound.macInfo");if(!Buffer.isBuffer(t.macKey)||t.macKey.length!==t.macInfo.len)throw new Error("Invalid outbound.macKey");return ra&&!e?new Go(n):new Vo(n)}}}function Pg(n){if(typeof n!="object"||n===null)throw new Error("Invalid config");if(typeof n.inbound!="object"||n.inbound===null)throw new Error("Invalid inbound");let t=n.inbound;if(typeof t.onPayload!="function")throw new Error("Invalid inbound.onPayload");if(typeof t.decipherInfo!="object"||t.decipherInfo===null)throw new Error("Invalid inbound.decipherInfo");if(!Buffer.isBuffer(t.decipherKey)||t.decipherKey.length!==t.decipherInfo.keyLen)throw new Error("Invalid inbound.decipherKey");if(t.decipherInfo.ivLen&&(!Buffer.isBuffer(t.decipherIV)||t.decipherIV.length!==t.decipherInfo.ivLen))throw new Error("Invalid inbound.decipherIV");if(typeof t.seqno!="number"||t.seqno<0||t.seqno>mu)throw new Error("Invalid inbound.seqno");let e=!!t.forceNative;switch(t.decipherInfo.sslName){case"aes-128-gcm":case"aes-256-gcm":return ia&&!e?new Jo(n):new Xo(n);case"chacha20":return sa&&!e?new jo(n):new Yo(n);default:{if(typeof t.macInfo!="object"||t.macInfo===null)throw new Error("Invalid inbound.macInfo");if(!Buffer.isBuffer(t.macKey)||t.macKey.length!==t.macInfo.len)throw new Error("Invalid inbound.macKey");return oa&&!e?new ea(n):new Zo(n)}}}_u.exports={CIPHER_INFO:vg,MAC_INFO:kg,bindingAvailable:!!Fo,init:new Promise(async(n,t)=>{try{Ei=await gu()(),_i=Ei._malloc(16),aa=Ei.cwrap("poly1305_auth",null,["number","array","number","array","number","array"])}catch(e){return t(e)}n()}),NullCipher:Ho,createCipher:Ng,NullDecipher:zo,createDecipher:Pg}});var jn=ct((Wx,Ru)=>{"use strict";var{createDecipheriv:fa,createECDH:Tg,createHash:xi,createHmac:Lg,createSign:Dg,createVerify:Ug,getCiphers:$g,sign:bu,verify:xu}=require("crypto"),Mg=$g(),{Ber:Re}=gi(),Og=Po().pbkdf,{CIPHER_INFO:Si}=Gn(),{eddsaSupported:la,SUPPORTED_CIPHER:Fg}=Mn(),{bufferSlice:hr,makeBufferParser:Hg,readString:ve,readUInt32BE:bi,writeUInt32BE:Mt}=gn(),On=Symbol("Hash Algorithm"),mn=Symbol("Private key PEM"),Cn=Symbol("Public key PEM"),Yn=Symbol("Public key SSH"),Ur=Symbol("Decrypted Key"),ca=Object.create(null);{let n=Object.keys(Si);for(let t=0;t<n.length;++t){let e=Si[n[t]].sslName;!e||ca[e]||(ca[e]=Si[n[t]])}}var ks=Hg();function An(n,t){t=t.base64Slice(0,t.length);let e=t.replace(/.{64}/g,`$&
4
4
  `);return t.length&63&&(e+=`
5
- `),`-----BEGIN ${r} KEY-----
6
- ${e}-----END ${r} KEY-----`}function bi(r,t){let e=Buffer.allocUnsafe(r.length+t.length);return e.set(r,0),e.set(t,r.length),e}function aa(r,t){let e=r.length,n=r._pos||0;for(let s=0;s<t;++s){let i=e-n;if(n>=e||i<4)return!1;let o=Ei(r,n);if(i<4+o)return!1;n+=4+o}return r._pos=n,!0}function Si(r,t){let e=new Re.Writer;return e.startSequence(),e.startSequence(),e.writeOID("1.2.840.113549.1.1.1"),e.writeNull(),e.endSequence(),e.startSequence(Re.BitString),e.writeByte(0),e.startSequence(),e.writeBuffer(r,Re.Integer),e.writeBuffer(t,Re.Integer),e.endSequence(),e.endSequence(),e.endSequence(),mr("PUBLIC",e.buffer)}function xi(r,t){let e=Buffer.allocUnsafe(15+t.length+4+r.length);Mt(e,7,0),e.utf8Write("ssh-rsa",4,7);let n=11;return Mt(e,t.length,n),e.set(t,n+=4),Mt(e,r.length,n+=t.length),e.set(r,n+4),e}var gu=(()=>{function r(n,s,i,o,a,c,f,l){let u=new Re.Writer;return u.startSequence(),u.writeInt(0,Re.Integer),u.writeBuffer(n,Re.Integer),u.writeBuffer(s,Re.Integer),u.writeBuffer(i,Re.Integer),u.writeBuffer(o,Re.Integer),u.writeBuffer(a,Re.Integer),u.writeBuffer(c,Re.Integer),u.writeBuffer(f,Re.Integer),u.writeBuffer(l,Re.Integer),u.endSequence(),u.buffer}function t(n){return BigInt(`0x${n.hexSlice(0,n.length)}`)}function e(n){let s=n.toString(16);if((s.length&1)!==0)s=`0${s}`;else{let i=s.charCodeAt(0);(i===56||i===57||i>=97&&i<=102)&&(s=`00${s}`)}return Buffer.from(s,"hex")}return function(s,i,o,a,c,f){let l=t(o),u=e(l%(t(c)-1n)),h=e(l%(t(f)-1n));return mr("RSA PRIVATE",r(s,i,o,c,f,u,h,a))}})();function wi(r,t,e,n){let s=new Re.Writer;return s.startSequence(),s.startSequence(),s.writeOID("1.2.840.10040.4.1"),s.startSequence(),s.writeBuffer(r,Re.Integer),s.writeBuffer(t,Re.Integer),s.writeBuffer(e,Re.Integer),s.endSequence(),s.endSequence(),s.startSequence(Re.BitString),s.writeByte(0),s.writeBuffer(n,Re.Integer),s.endSequence(),s.endSequence(),mr("PUBLIC",s.buffer)}function Ii(r,t,e,n){let s=Buffer.allocUnsafe(15+r.length+4+t.length+4+e.length+4+n.length);Mt(s,7,0),s.utf8Write("ssh-dss",4,7);let i=11;return Mt(s,r.length,i),s.set(r,i+=4),Mt(s,t.length,i+=r.length),s.set(t,i+=4),Mt(s,e.length,i+=t.length),s.set(e,i+=4),Mt(s,n.length,i+=e.length),s.set(n,i+4),s}function mu(r,t,e,n,s){let i=new Re.Writer;return i.startSequence(),i.writeInt(0,Re.Integer),i.writeBuffer(r,Re.Integer),i.writeBuffer(t,Re.Integer),i.writeBuffer(e,Re.Integer),i.writeBuffer(n,Re.Integer),i.writeBuffer(s,Re.Integer),i.endSequence(),mr("DSA PRIVATE",i.buffer)}function Au(r){let t=new Re.Writer;return t.startSequence(),t.startSequence(),t.writeOID("1.3.101.112"),t.endSequence(),t.startSequence(Re.BitString),t.writeByte(0),t._ensure(r.length),t._buf.set(r,t._offset),t._offset+=r.length,t.endSequence(),t.endSequence(),mr("PUBLIC",t.buffer)}function Eu(r){let t=Buffer.allocUnsafe(19+r.length);return Mt(t,11,0),t.utf8Write("ssh-ed25519",4,11),Mt(t,r.length,15),t.set(r,19),t}function Ng(r){let t=new Re.Writer;return t.startSequence(),t.writeInt(0,Re.Integer),t.startSequence(),t.writeOID("1.3.101.112"),t.endSequence(),t.startSequence(Re.OctetString),t.writeBuffer(r,Re.OctetString),t.endSequence(),t.endSequence(),mr("PRIVATE",t.buffer)}function ca(r,t){let e=new Re.Writer;return e.startSequence(),e.startSequence(),e.writeOID("1.2.840.10045.2.1"),e.writeOID(r),e.endSequence(),e.startSequence(Re.BitString),e.writeByte(0),e._ensure(t.length),e._buf.set(t,e._offset),e._offset+=t.length,e.endSequence(),e.endSequence(),mr("PUBLIC",e.buffer)}function fa(r,t){let e;switch(r){case"1.2.840.10045.3.1.7":e="nistp256";break;case"1.3.132.0.34":e="nistp384";break;case"1.3.132.0.35":e="nistp521";break;default:return}let n=Buffer.allocUnsafe(39+t.length);return Mt(n,19,0),n.utf8Write(`ecdsa-sha2-${e}`,4,19),Mt(n,8,23),n.utf8Write(e,27,8),Mt(n,t.length,35),n.set(t,39),n}function Pg(r,t,e){let n=new Re.Writer;return n.startSequence(),n.writeInt(1,Re.Integer),n.writeBuffer(e,Re.OctetString),n.startSequence(160),n.writeOID(r),n.endSequence(),n.startSequence(161),n.startSequence(Re.BitString),n.writeByte(0),n._ensure(t.length),n._buf.set(t,n._offset),n._offset+=t.length,n.endSequence(),n.endSequence(),n.endSequence(),mr("EC PRIVATE",n.buffer)}function Tg(r,t){let e=Sg(r);return e.setPrivateKey(t),e.getPublicKey()}var Ci={sign:typeof hu=="function"?function(t,e){let n=this[gr];if(n===null)return new Error("No private key available");(!e||typeof e!="string")&&(e=this[Ur]);try{return hu(e,t,n)}catch(s){return s}}:function(t,e){let n=this[gr];if(n===null)return new Error("No private key available");(!e||typeof e!="string")&&(e=this[Ur]);let s=wg(e);s.update(t);try{return s.sign(n)}catch(i){return i}},verify:typeof pu=="function"?function(t,e,n){let s=this[Ir];if(s===null)return new Error("No public key available");(!n||typeof n!="string")&&(n=this[Ur]);try{return pu(n,t,s,e)}catch(i){return i}}:function(t,e,n){let s=this[Ir];if(s===null)return new Error("No public key available");(!n||typeof n!="string")&&(n=this[Ur]);let i=Ig(n);i.update(t);try{return i.verify(s,e)}catch(o){return o}},isPrivateKey:function(){return this[gr]!==null},getPrivatePEM:function(){return this[gr]},getPublicPEM:function(){return this[Ir]},getPublicSSH:function(){return this[Vr]},equals:function(t){let e=bu(t);return e instanceof Error?!1:this.type===e.type&&this[gr]===e[gr]&&this[Ir]===e[Ir]&&this[Vr].equals(e[Vr])}};function ws(r,t,e,n,s,i,o){this.type=r,this.comment=t,this[gr]=e,this[Ir]=n,this[Vr]=s,this[Ur]=i,this[Dn]=o}ws.prototype=Ci;{let t=function(e,n,s){let i=[];if(e.length<8)return new Error("Malformed OpenSSH private key");let o=Ei(e,0),a=Ei(e,4);if(o!==a)return s?new Error("OpenSSH key integrity check failed -- bad passphrase?"):new Error("OpenSSH key integrity check failed");e._pos=8;let c,f;for(c=0;c<n;++c){let u,h,g,y,_=ve(e,e._pos,!0);if(_===void 0)return new Error("Malformed OpenSSH private key");switch(_){case"ssh-rsa":{let C=ve(e,e._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");let L=ve(e,e._pos);if(L===void 0)return new Error("Malformed OpenSSH private key");let F=ve(e,e._pos);if(F===void 0)return new Error("Malformed OpenSSH private key");let k=ve(e,e._pos);if(k===void 0)return new Error("Malformed OpenSSH private key");let K=ve(e,e._pos);if(K===void 0)return new Error("Malformed OpenSSH private key");let ee=ve(e,e._pos);if(ee===void 0)return new Error("Malformed OpenSSH private key");g=Si(C,L),y=xi(C,L),h=gu(C,L,F,k,K,ee),u="sha1";break}case"ssh-dss":{let C=ve(e,e._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");let L=ve(e,e._pos);if(L===void 0)return new Error("Malformed OpenSSH private key");let F=ve(e,e._pos);if(F===void 0)return new Error("Malformed OpenSSH private key");let k=ve(e,e._pos);if(k===void 0)return new Error("Malformed OpenSSH private key");let K=ve(e,e._pos);if(K===void 0)return new Error("Malformed OpenSSH private key");g=wi(C,L,F,k),y=Ii(C,L,F,k),h=mu(C,L,F,k,K),u="sha1";break}case"ssh-ed25519":{if(!oa)return new Error(`Unsupported OpenSSH private key type: ${_}`);let C=ve(e,e._pos);if(C===void 0||C.length!==32)return new Error("Malformed OpenSSH private key");let L=ve(e,e._pos);if(L===void 0||L.length!==64)return new Error("Malformed OpenSSH private key");g=Au(C),y=Eu(C),h=Ng(dn(L,0,32)),u=null;break}case"ecdsa-sha2-nistp256":u="sha256",f="1.2.840.10045.3.1.7";case"ecdsa-sha2-nistp384":u===void 0&&(u="sha384",f="1.3.132.0.34");case"ecdsa-sha2-nistp521":{if(u===void 0&&(u="sha512",f="1.3.132.0.35"),!aa(e,1))return new Error("Malformed OpenSSH private key");let C=ve(e,e._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");let L=ve(e,e._pos);if(L===void 0)return new Error("Malformed OpenSSH private key");g=ca(f,C),y=fa(f,C),h=Pg(f,C,L);break}default:return new Error(`Unsupported OpenSSH private key type: ${_}`)}let b=ve(e,e._pos,!0);if(b===void 0)return new Error("Malformed OpenSSH private key");i.push(new ws(_,b,h,g,y,u,s))}let l=0;for(c=e._pos;c<e.length;++c)if(e[c]!==++l%255)return new Error("Malformed OpenSSH private key");return i},r=/^-----BEGIN OPENSSH PRIVATE KEY-----(?:\r\n|\n)([\s\S]+)(?:\r\n|\n)-----END OPENSSH PRIVATE KEY-----$/;ws.parse=(e,n)=>{let s=r.exec(e);if(s===null)return null;let i,o=Buffer.from(s[1],"base64");if(o.length<31)return new Error("Malformed OpenSSH private key");let a=o.utf8Slice(0,15);if(a!=="openssh-key-v1\0")return new Error(`Unsupported OpenSSH key magic: ${a}`);let c=ve(o,15,!0);if(c===void 0)return new Error("Malformed OpenSSH private key");if(c!=="none"&&Bg.indexOf(c)===-1)return new Error(`Unsupported cipher for OpenSSH key: ${c}`);let f=ve(o,o._pos,!0);if(f===void 0)return new Error("Malformed OpenSSH private key");if(f!=="none"){if(c==="none")return new Error("Malformed OpenSSH private key");if(f!=="bcrypt")return new Error(`Unsupported kdf name for OpenSSH key: ${f}`);if(!n)return new Error("Encrypted private OpenSSH key detected, but no passphrase given")}else if(c!=="none")return new Error("Malformed OpenSSH private key");let l,u,h;c!=="none"&&(l=yi[c]);let g=ve(o,o._pos);if(g===void 0)return new Error("Malformed OpenSSH private key");if(g.length)switch(f){case"none":return new Error("Malformed OpenSSH private key");case"bcrypt":{let _=ve(g,0);if(_===void 0||g._pos+4>g.length)return new Error("Malformed OpenSSH private key");let b=Ei(g,g._pos),C=Buffer.allocUnsafe(l.keyLen+l.ivLen);if(kg(n,n.length,_,_.length,C,C.length,b)!==0)return new Error("Failed to generate information to decrypt key");u=dn(C,0,l.keyLen),h=dn(C,l.keyLen,C.length);break}}else if(f!=="none")return new Error("Malformed OpenSSH private key");if(o._pos+3>=o.length)return new Error("Malformed OpenSSH private key");let y=Ei(o,o._pos);if(o._pos+=4,y>0){for(let b=0;b<y;++b){let C=ve(o,o._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");if(ve(C,0,!0)===void 0)return new Error("Malformed OpenSSH private key")}let _=ve(o,o._pos);if(_===void 0)return new Error("Malformed OpenSSH private key");if(u!==void 0){if(_.length<l.blockLen||_.length%l.blockLen!==0)return new Error("Malformed OpenSSH private key");try{let b={authTagLength:l.authLen},C=sa(l.sslName,u,h,b);if(C.setAutoPadding(!1),l.authLen>0){if(o.length-o._pos<l.authLen)return new Error("Malformed OpenSSH private key");C.setAuthTag(dn(o,o._pos,o._pos+=l.authLen))}_=bi(C.update(_),C.final())}catch(b){return b}}if(o._pos!==o.length)return new Error("Malformed OpenSSH private key");i=t(_,y,u!==void 0)}else i=[];return i instanceof Error?i:i[0]}}function Is(r,t,e,n,s,i,o){this.type=r,this.comment=t,this[gr]=e,this[Ir]=n,this[Vr]=s,this[Ur]=i,this[Dn]=o}Is.prototype=Ci;{let r=/^-----BEGIN (RSA|DSA|EC) PRIVATE KEY-----(?:\r\n|\n)((?:[^:]+:\s*[\S].*(?:\r\n|\n))*)([\s\S]+)(?:\r\n|\n)-----END (RSA|DSA|EC) PRIVATE KEY-----$/;Is.parse=(t,e)=>{let n=r.exec(t);if(n===null)return null;let s=Buffer.from(n[3],"base64"),i=n[2],o=!1;if(i!==void 0){i=i.split(/\r\n|\n/g);for(let y=0;y<i.length;++y){let _=i[y],b=_.indexOf(":");if(_.slice(0,b)==="DEK-Info"){let C=_.slice(b+2);if(b=C.indexOf(","),b===-1)continue;let L=C.slice(0,b).toLowerCase();if(vg.indexOf(L)===-1)return new Error(`Cipher (${L}) not supported for encrypted OpenSSH private key`);let F=ia[L];if(!F)return new Error(`Cipher (${L}) not supported for encrypted OpenSSH private key`);let k=Buffer.from(C.slice(b+1),"hex");if(k.length!==F.ivLen)return new Error("Malformed encrypted OpenSSH private key");if(!e)return new Error("Encrypted OpenSSH private key detected, but no passphrase given");let K=dn(k,0,8),ee=_i("md5").update(e).update(K).digest();for(;ee.length<F.keyLen;)ee=bi(ee,_i("md5").update(ee).update(e).update(K).digest());ee.length>F.keyLen&&(ee=dn(ee,0,F.keyLen));try{let O=sa(L,ee,k);O.setAutoPadding(!1),s=bi(O.update(s),O.final()),o=!0}catch(O){return O}}}}let a,c,f,l,u,h,g="Malformed OpenSSH private key";switch(o&&(g+=". Bad passphrase?"),n[1]){case"RSA":a="ssh-rsa",c=mr("RSA PRIVATE",s);try{h=new Re.Reader(s),h.readSequence(),h.readInt();let y=h.readString(Re.Integer,!0);if(y===null)return new Error(g);let _=h.readString(Re.Integer,!0);if(_===null)return new Error(g);f=Si(y,_),l=xi(y,_)}catch{return new Error(g)}u="sha1";break;case"DSA":a="ssh-dss",c=mr("DSA PRIVATE",s);try{h=new Re.Reader(s),h.readSequence(),h.readInt();let y=h.readString(Re.Integer,!0);if(y===null)return new Error(g);let _=h.readString(Re.Integer,!0);if(_===null)return new Error(g);let b=h.readString(Re.Integer,!0);if(b===null)return new Error(g);let C=h.readString(Re.Integer,!0);if(C===null)return new Error(g);f=wi(y,_,b,C),l=Ii(y,_,b,C)}catch{return new Error(g)}u="sha1";break;case"EC":{let y,_,b;try{h=new Re.Reader(s),h.readSequence(),h.readInt(),_=h.readString(Re.OctetString,!0),h.readByte();let L=h.readLength();if(L!==null){if(h._offset=L,b=h.readOID(),b===null)return new Error(g);switch(b){case"1.2.840.10045.3.1.7":y="prime256v1",a="ecdsa-sha2-nistp256",u="sha256";break;case"1.3.132.0.34":y="secp384r1",a="ecdsa-sha2-nistp384",u="sha384";break;case"1.3.132.0.35":y="secp521r1",a="ecdsa-sha2-nistp521",u="sha512";break;default:return new Error(`Unsupported private key EC OID: ${b}`)}}else return new Error(g)}catch{return new Error(g)}c=mr("EC PRIVATE",s);let C=Tg(y,_);f=ca(b,C),l=fa(b,C);break}}return new Is(a,"",c,f,l,u,o)}}function Cs(r,t,e,n,s,i,o){this.type=r,this.comment=t,this[gr]=e,this[Ir]=n,this[Vr]=s,this[Ur]=i,this[Dn]=o}Cs.prototype=Ci;{let r=Buffer.alloc(0),t=Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),e=Buffer.from([0,0,0,0]),n=Buffer.from([0,0,0,1]),s=/^PuTTY-User-Key-File-2: (ssh-(?:rsa|dss))\r?\nEncryption: (aes256-cbc|none)\r?\nComment: ([^\r\n]*)\r?\nPublic-Lines: \d+\r?\n([\s\S]+?)\r?\nPrivate-Lines: \d+\r?\n([\s\S]+?)\r?\nPrivate-MAC: ([^\r\n]+)/;Cs.parse=(i,o)=>{let a=s.exec(i);if(a===null)return null;let c=a[2],f=c!=="none";if(f&&!o)return new Error("Encrypted PPK private key detected, but no passphrase given");let l=Buffer.from(a[5],"base64");if(f){let I=yi[c],D=bi(_i("sha1").update(e).update(o).digest(),_i("sha1").update(n).update(o).digest());D.length>I.keyLen&&(D=dn(D,0,I.keyLen));try{let R=sa(I.sslName,D,t);R.setAutoPadding(!1),l=bi(R.update(l),R.final())}catch(R){return R}}let u=a[1],h=a[3],g=Buffer.from(a[4],"base64"),y=a[6],_=u.length,b=c.length,C=Buffer.byteLength(h),L=g.length,F=l.length,k=Buffer.allocUnsafe(4+_+4+b+4+C+4+L+4+F),K=0;if(Mt(k,_,K),k.utf8Write(u,K+=4,_),Mt(k,b,K+=_),k.utf8Write(c,K+=4,b),Mt(k,C,K+=b),k.utf8Write(h,K+=4,C),Mt(k,L,K+=C),k.set(g,K+=4),Mt(k,F,K+=L),k.set(l,K+4),o||(o=r),xg("sha1",_i("sha1").update("putty-private-key-file-mac-key").update(o).digest()).update(k).digest("hex")!==y)return f?new Error("PPK private key integrity check failed -- bad passphrase?"):new Error("PPK private key integrity check failed");let O,S,w;switch(g._pos=0,aa(g,1),u){case"ssh-rsa":{let I=ve(g,g._pos);if(I===void 0)return new Error("Malformed PPK public key");let D=ve(g,g._pos);if(D===void 0)return new Error("Malformed PPK public key");let R=ve(l,0);if(R===void 0)return new Error("Malformed PPK private key");let ne=ve(l,l._pos);if(ne===void 0)return new Error("Malformed PPK private key");let G=ve(l,l._pos);if(G===void 0)return new Error("Malformed PPK private key");let Y=ve(l,l._pos);if(Y===void 0)return new Error("Malformed PPK private key");O=Si(D,I),S=xi(D,I),w=gu(D,I,R,Y,ne,G);break}case"ssh-dss":{let I=ve(g,g._pos);if(I===void 0)return new Error("Malformed PPK public key");let D=ve(g,g._pos);if(D===void 0)return new Error("Malformed PPK public key");let R=ve(g,g._pos);if(R===void 0)return new Error("Malformed PPK public key");let ne=ve(g,g._pos);if(ne===void 0)return new Error("Malformed PPK public key");let G=ve(l,0);if(G===void 0)return new Error("Malformed PPK private key");O=wi(I,D,R,ne),S=Ii(I,D,R,ne),w=mu(I,D,R,ne,G);break}}return new Cs(u,h,w,O,S,"sha1",f)}}function ks(r,t,e,n,s){this.type=r,this.comment=t,this[gr]=null,this[Ir]=e,this[Vr]=n,this[Ur]=s,this[Dn]=!1}ks.prototype=Ci;{let r;oa?r=/^(((?:ssh-(?:rsa|dss|ed25519))|ecdsa-sha2-nistp(?:256|384|521))(?:-cert-v0[01]@openssh.com)?) ([A-Z0-9a-z/+=]+)(?:$|\s+([\S].*)?)$/:r=/^(((?:ssh-(?:rsa|dss))|ecdsa-sha2-nistp(?:256|384|521))(?:-cert-v0[01]@openssh.com)?) ([A-Z0-9a-z/+=]+)(?:$|\s+([\S].*)?)$/,ks.parse=t=>{let e=r.exec(t);if(e===null)return null;let n=e[1],s=e[2],i=Buffer.from(e[3],"base64"),o=e[4]||"",a=ve(i,i._pos,!0);return a===void 0||a.indexOf(s)!==0?new Error("Malformed OpenSSH public key"):la(i,s,o,n)}}function vs(r,t,e,n,s){this.type=r,this.comment=t,this[gr]=null,this[Ir]=e,this[Vr]=n,this[Ur]=s,this[Dn]=!1}vs.prototype=Ci;{let r=/^---- BEGIN SSH2 PUBLIC KEY ----(?:\r?\n)((?:.{0,72}\r?\n)+)---- END SSH2 PUBLIC KEY ----$/,t=/^[A-Z0-9a-z/+=\r\n]+$/,e=/^([\x21-\x39\x3B-\x7E]{1,64}): ((?:[^\\]*\\\r?\n)*[^\r\n]+)\r?\n/gm,n=/\\\r?\n/g;vs.parse=s=>{let i=r.exec(s);if(i===null)return null;let o=i[1],a=0,c="";for(;i=e.exec(o);){let g=i[1],y=i[2].replace(n,"");if(y.length>1024)return e.lastIndex=0,new Error("Malformed RFC4716 public key");a=e.lastIndex,g.toLowerCase()==="comment"&&(c=y,c.length>1&&c.charCodeAt(0)===34&&c.charCodeAt(c.length-1)===34&&(c=c.slice(1,-1)))}let f=o.slice(a);if(!t.test(f))return new Error("Malformed RFC4716 public key");f=Buffer.from(f,"base64");let l=ve(f,0,!0);if(l===void 0)return new Error("Malformed RFC4716 public key");let u=null,h=null;switch(l){case"ssh-rsa":{let g=ve(f,f._pos);if(g===void 0)return new Error("Malformed RFC4716 public key");let y=ve(f,f._pos);if(y===void 0)return new Error("Malformed RFC4716 public key");u=Si(y,g),h=xi(y,g);break}case"ssh-dss":{let g=ve(f,f._pos);if(g===void 0)return new Error("Malformed RFC4716 public key");let y=ve(f,f._pos);if(y===void 0)return new Error("Malformed RFC4716 public key");let _=ve(f,f._pos);if(_===void 0)return new Error("Malformed RFC4716 public key");let b=ve(f,f._pos);if(b===void 0)return new Error("Malformed RFC4716 public key");u=wi(g,y,_,b),h=Ii(g,y,_,b);break}default:return new Error("Malformed RFC4716 public key")}return new vs(l,c,u,h,"sha1")}}function la(r,t,e,n){if(!_u(t))return new Error(`Unsupported OpenSSH public key type: ${t}`);let s,i,o=null,a=null;switch(t){case"ssh-rsa":{let c=ve(r,r._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");let f=ve(r,r._pos);if(f===void 0)return new Error("Malformed OpenSSH public key");o=Si(f,c),a=xi(f,c),s="sha1";break}case"ssh-dss":{let c=ve(r,r._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");let f=ve(r,r._pos);if(f===void 0)return new Error("Malformed OpenSSH public key");let l=ve(r,r._pos);if(l===void 0)return new Error("Malformed OpenSSH public key");let u=ve(r,r._pos);if(u===void 0)return new Error("Malformed OpenSSH public key");o=wi(c,f,l,u),a=Ii(c,f,l,u),s="sha1";break}case"ssh-ed25519":{let c=ve(r,r._pos||0);if(c===void 0||c.length!==32)return new Error("Malformed OpenSSH public key");o=Au(c),a=Eu(c),s=null;break}case"ecdsa-sha2-nistp256":s="sha256",i="1.2.840.10045.3.1.7";case"ecdsa-sha2-nistp384":s===void 0&&(s="sha384",i="1.3.132.0.34");case"ecdsa-sha2-nistp521":{if(s===void 0&&(s="sha512",i="1.3.132.0.35"),!aa(r,1))return new Error("Malformed OpenSSH public key");let c=ve(r,r._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");o=ca(i,c),a=fa(i,c);break}default:return new Error(`Unsupported OpenSSH public key type: ${t}`)}return new ks(n,e,o,a,s)}function _u(r){switch(r){case"ssh-rsa":case"ssh-dss":case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":return!0;case"ssh-ed25519":if(oa)return!0;default:return!1}}function yu(r){return r?typeof r[Dn]=="boolean":!1}function bu(r,t){if(yu(r))return r;let e;if(Buffer.isBuffer(r))e=r,r=r.utf8Slice(0,r.length).trim();else if(typeof r=="string")r=r.trim();else return new Error("Key data must be a Buffer or string");if(t!=null){if(typeof t=="string")t=Buffer.from(t);else if(!Buffer.isBuffer(t))return new Error("Passphrase must be a string or Buffer when supplied")}let n;if((n=ws.parse(r,t))!==null||(n=Is.parse(r,t))!==null||(n=Cs.parse(r,t))!==null||(n=ks.parse(r))!==null||(n=vs.parse(r))!==null)return n;if(e){xs.init(e,0);let s=xs.readString(!0);s!==void 0&&(r=xs.readRaw(),r!==void 0&&(n=la(r,s,"",s),n instanceof Error&&(n=null))),xs.clear()}return n||new Error("Unsupported key format")}Su.exports={isParsedKey:yu,isSupportedKeyType:_u,parseDERKey:(r,t)=>la(r,t,"",t),parseKey:bu}});var ma=ct((RS,Pu)=>{"use strict";var{Socket:Cu}=require("net"),{Duplex:vu}=require("stream"),{resolve:Lg}=require("path"),{readFile:xu}=require("fs"),{execFile:Dg,spawn:Ug}=require("child_process"),{isParsedKey:wu,parseKey:vi}=Gr(),{makeBufferParser:Og,readUInt32BE:ga,writeUInt32BE:Zt,writeUInt32LE:Iu}=pr();function ki(r){let t=!1;return(...e)=>{t||(t=!0,r(...e))}}function Mg(r,t){let e=Buffer.allocUnsafe(r.length+t.length);return r.copy(e,0),t.copy(e,r.length),e}function da(){}var $g=Buffer.alloc(0),bt=Og(),Bi=class{getIdentities(t){t(new Error("Missing getIdentities() implementation"))}sign(t,e,n,s){typeof n=="function"&&(s=n),s(new Error("Missing sign() implementation"))}},On=class extends Bi{constructor(t){super(),this.socketPath=t}getStream(t){t=ki(t);let e=new Cu;e.on("connect",()=>{t(null,e)}),e.on("close",n).on("end",n).on("error",n),e.connect(this.socketPath);function n(){try{e.destroy()}catch{}t(new Error("Failed to connect to agent"))}}getIdentities(t){t=ki(t),this.getStream((e,n)=>{function s(o){if(n)try{n.destroy()}catch{}o||(o=new Error("Failed to retrieve identities from agent")),t(o)}if(e)return s(e);let i=new ha(!0);i.on("error",s),i.pipe(n).pipe(i),n.on("close",s).on("end",s).on("error",s),i.getIdentities((o,a)=>{if(o)return s(o);try{n.destroy()}catch{}t(null,a)})})}sign(t,e,n,s){typeof n=="function"?(s=n,n=void 0):(typeof n!="object"||n===null)&&(n=void 0),s=ki(s),this.getStream((i,o)=>{function a(f){if(o)try{o.destroy()}catch{}f||(f=new Error("Failed to sign data with agent")),s(f)}if(i)return a(i);let c=new ha(!0);c.on("error",a),c.pipe(o).pipe(c),o.on("close",a).on("end",a).on("error",a),c.sign(t,e,n,(f,l)=>{if(f)return a(f);try{o.destroy()}catch{}s(null,l)})})}},ku=(()=>{let o=Lg(__dirname,"..","util/pagent.exe"),a={10:new Error("Invalid pagent.exe arguments"),11:new Error("Pageant is not running"),12:new Error("pagent.exe could not create an mmap"),13:new Error("pagent.exe could not set mode for stdin"),14:new Error("pagent.exe could not set mode for stdout"),15:new Error("pagent.exe did not get expected input payload")};function c(l){l.buffer=null,l.proc&&(l.proc.kill(),l.proc=void 0)}class f extends vu{constructor(){super(),this.proc=void 0,this.buffer=null}_read(u){}_write(u,h,g){if(this.buffer===null)this.buffer=u;else{let C=Buffer.allocUnsafe(this.buffer.length+u.length);this.buffer.copy(C,0),u.copy(C,this.buffer.length),this.buffer=C}if(this.buffer.length<4)return g();let y=ga(this.buffer,0);if(this.buffer.length-4<y)return g();if(u=this.buffer.slice(0,4+y),this.buffer.length>4+y)return g(new Error("Unexpected multiple agent requests"));this.buffer=null;let _,b=this.proc=Ug(o,[u.length]);b.stdout.on("data",C=>{this.push(C)}),b.on("error",C=>{_=C,g(_)}),b.on("close",C=>{if(this.proc=void 0,!_){if(_=a[C])return g(_);g()}}),b.stdin.end(u)}_final(u){c(this),u()}_destroy(u,h){c(this),h()}}return class extends On{getStream(u){u(null,new f)}}})(),Bu=(()=>{let r=/^!<socket >(\d+) s ([A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8})/;return class extends On{getStream(e){e=ki(e);let n=this.socketPath,s=!1;xu(n,function i(o,a){if(o){if(s)return e(new Error("Invalid cygwin unix socket path"));Dg("cygpath",["-w",n],(ee,O,S)=>{if(ee||O.length===0)return e(new Error("Invalid cygwin unix socket path"));s=!0,n=O.toString().replace(/[\r\n]/g,""),xu(n,i)});return}let c=r.exec(a.toString("ascii"));if(!c)return e(new Error("Malformed cygwin unix socket file"));let f,l=0,u=!1,h=[],g,y=Buffer.alloc(12),_=parseInt(c[1],10),b=c[2].replace(/-/g,""),C=Buffer.allocUnsafe(16);for(let ee=0,O=0;O<32;++ee,O+=2)C[ee]=parseInt(b.substring(O,O+2),16);for(let ee=0;ee<16;ee+=4)Iu(C,ga(C,ee),ee);K();function L(){l=0,f="secret",g.write(C)}function F(ee){if(l+=ee.length,f==="secret"){l===16&&(l=0,f="creds",g.write(y));return}if(f==="creds"&&(u||h.push(ee),l===12)){if(g.removeListener("connect",L),g.removeListener("data",F),g.removeListener("error",k),g.removeListener("end",k),g.removeListener("close",k),u)return e(null,g);u=!0,y=Buffer.concat(h),Iu(y,process.pid,0),g.on("error",()=>{}),g.destroy(),K()}}function k(){e(new Error("Problem negotiating cygwin unix socket security"))}function K(){g=new Cu,g.on("connect",L),g.on("data",F),g.on("error",k),g.on("end",k),g.on("close",k),g.connect(_)}})}}})(),Fg=/^[/\\][/\\]\.[/\\]pipe[/\\].+/;function Ru(r){return process.platform==="win32"&&!Fg.test(r)?r==="pageant"?new ku:new Bu(r):new On(r)}var ha=(()=>{function f(S){let w;for(;S[L].length;){let I=S[L][0][u];if(I===void 0)break;S[L].shift(),w=S.push(I)}return w}let l=Symbol("Inbound Request Type"),u=Symbol("Inbound Request Response"),h=Symbol("Inbound Request Context");class g{constructor(w,I){this[l]=w,this[u]=void 0,this[h]=I}hasResponded(){return this[u]!==void 0}getType(){return this[l]}getContext(){return this[h]}}function y(S,w,I){return w[u]=I,f(S)}function _(S){if(S[k]=null,S[F]===0){let w=S[L];if(w&&w.length){S[L]=[];for(let I of w)I.cb(new Error("No reply from server"))}}try{S.end()}catch{}setImmediate(()=>{S[O]||S.emit("end"),S[ee]||S.emit("close")})}function b(){this[ee]=!0}function C(){this[O]=!0}let L=Symbol("Requests"),F=Symbol("Agent Protocol Role"),k=Symbol("Agent Protocol Buffer"),K=Symbol("Agent Protocol Current Message Length"),ee=Symbol("Agent Protocol Closed"),O=Symbol("Agent Protocol Ended");return class extends vu{constructor(w){super({autoDestroy:!0,emitClose:!1}),this[F]=w?0:1,this[L]=[],this[k]=null,this[K]=-1,this.once("end",C),this.once("close",b)}_read(w){}_write(w,I,D){this[k]===null?this[k]=w:this[k]=Mg(this[k],w);let R=this[k],ne=R.length,G=0;for(;G<ne&&!(ne<5||(this[K]===-1&&(this[K]=ga(R,G)),ne<4+this[K]));){let Y=R[G+=4];if(++G,this[F]===0){if(this[L].length===0)return D(new Error("Received unexpected message from server"));let re=this[L].shift();switch(Y){case 5:re.cb(new Error("Agent responded with failure"));break;case 12:{if(re.type!==11)return D(new Error("Agent responded with wrong message type"));bt.init(R,G);let ce=bt.readUInt32BE();if(ce===void 0)return bt.clear(),D(new Error("Malformed agent response"));let U=[];for(let v=0;v<ce;++v){let N=bt.readString();if(N===void 0)return bt.clear(),D(new Error("Malformed agent response"));let H=bt.readString(!0);if(H===void 0)return bt.clear(),D(new Error("Malformed agent response"));N=vi(N),!(N instanceof Error)&&(N.comment=N.comment||H,U.push(N))}G=bt.pos(),bt.clear(),re.cb(null,U);break}case 14:{if(re.type!==13)return D(new Error("Agent responded with wrong message type"));bt.init(R,G);let ce=bt.readString();if(G=bt.pos(),bt.clear(),ce===void 0)return D(new Error("Malformed agent response"));if(bt.init(ce,0),bt.readString(!0),ce=bt.readString(),bt.clear(),ce===void 0)return D(new Error("Malformed OpenSSH signature format"));re.cb(null,ce);break}default:return D(new Error("Agent responded with unsupported message type"))}}else switch(Y){case 11:{let re=new g(Y);this[L].push(re),this.emit("identities",re);break}case 13:{bt.init(R,G);let re=bt.readString(),ce=bt.readString(),U=bt.readUInt32BE();if(G=bt.pos(),bt.clear(),U===void 0){let Z=new g(Y);return this[L].push(Z),this.failureReply(Z)}if(re=vi(re),re instanceof Error){let Z=new g(Y);return this[L].push(Z),this.failureReply(Z)}let v={hash:void 0},N;re.type==="ssh-rsa"&&(U&2?(N="rsa-sha2-256",v.hash="sha256"):U&4&&(N="rsa-sha2-512",v.hash="sha512")),N===void 0&&(N=re.type);let H=new g(Y,N);this[L].push(H),this.emit("sign",H,re,ce,v);break}default:{let re=new g(Y);this[L].push(re),this.failureReply(re)}}if(this[K]=-1,G===ne){this[k]=null;break}else this[k]=R=R.slice(G),ne=R.length,G=0}D()}_destroy(w,I){_(this),I()}_final(w){_(this),w()}sign(w,I,D,R){if(this[F]!==0)throw new Error("Client-only method called with server role");typeof D=="function"?(R=D,D=void 0):(typeof D!="object"||D===null)&&(D=void 0);let ne=0;if(w=vi(w),w instanceof Error)throw new Error("Invalid public key argument");if(w.type==="ssh-rsa"&&D)switch(D.hash){case"sha256":ne=2;break;case"sha512":ne=4;break}w=w.getPublicSSH();let G=13,Y=w.length,re=I.length,ce=0,U=Buffer.allocUnsafe(9+Y+4+re+4);return Zt(U,U.length-4,ce),U[ce+=4]=G,Zt(U,Y,++ce),w.copy(U,ce+=4),Zt(U,re,ce+=Y),I.copy(U,ce+=4),Zt(U,ne,ce+=re),typeof R!="function"&&(R=da),this[L].push({type:G,cb:R}),this.push(U)}getIdentities(w){if(this[F]!==0)throw new Error("Client-only method called with server role");let I=11,D=0,R=Buffer.allocUnsafe(5);return Zt(R,R.length-4,D),R[D+=4]=I,typeof w!="function"&&(w=da),this[L].push({type:I,cb:w}),this.push(R)}failureReply(w){if(this[F]!==1)throw new Error("Server-only method called with client role");if(!(w instanceof g))throw new Error("Wrong request argument");if(w.hasResponded())return!0;let I=0,D=Buffer.allocUnsafe(5);return Zt(D,D.length-4,I),D[I+=4]=5,y(this,w,D)}getIdentitiesReply(w,I){if(this[F]!==1)throw new Error("Server-only method called with client role");if(!(w instanceof g))throw new Error("Wrong request argument");if(w.hasResponded())return!0;if(w.getType()!==11)throw new Error("Invalid response to request");if(!Array.isArray(I))throw new Error("Keys argument must be an array");let D=4,R=[];for(let Y=0;Y<I.length;++Y){let re=I[Y];if(typeof re!="object"||re===null)throw new Error(`Invalid key entry: ${re}`);let ce,U;if(wu(re))ce=re;else if(wu(re.pubKey))ce=re.pubKey;else if(typeof re.pubKey!="object"||re.pubKey===null||({pubKey:ce,comment:U}=re.pubKey,ce=vi(ce),ce instanceof Error))continue;U=ce.comment||U,ce=ce.getPublicSSH(),D+=4+ce.length,U&&typeof U=="string"?U=Buffer.from(U):Buffer.isBuffer(U)||(U=$g),D+=4+U.length,R.push({pubKey:ce,comment:U})}let ne=0,G=Buffer.allocUnsafe(5+D);Zt(G,G.length-4,ne),G[ne+=4]=12,Zt(G,R.length,++ne),ne+=4;for(let Y=0;Y<R.length;++Y){let{pubKey:re,comment:ce}=R[Y];Zt(G,re.length,ne),re.copy(G,ne+=4),Zt(G,ce.length,ne+=re.length),ne+=4,ce.length&&(ce.copy(G,ne),ne+=ce.length)}return y(this,w,G)}signReply(w,I){if(this[F]!==1)throw new Error("Server-only method called with client role");if(!(w instanceof g))throw new Error("Wrong request argument");if(w.hasResponded())return!0;if(w.getType()!==13)throw new Error("Invalid response to request");if(!Buffer.isBuffer(I))throw new Error("Signature argument must be a Buffer");if(I.length===0)throw new Error("Signature argument must be non-empty");let D=0,R=w.getContext(),ne=Buffer.byteLength(R),G=Buffer.allocUnsafe(13+ne+4+I.length);return Zt(G,G.length-4,D),G[D+=4]=14,Zt(G,4+ne+4+I.length,++D),Zt(G,ne,D+=4),G.utf8Write(R,D+=4,ne),Zt(G,I.length,D+=ne),I.copy(G,D+=4),y(this,w,G)}}})(),ua=Symbol("Agent"),Ar=Symbol("Agent Keys"),Or=Symbol("Agent Keys Index"),Un=Symbol("Agent Init Callbacks"),pa=class{constructor(t){if(typeof t=="string")t=Ru(t);else if(!Nu(t))throw new Error("Invalid agent argument");this[ua]=t,this[Ar]=null,this[Or]=-1,this[Un]=null}init(t){if(typeof t!="function"&&(t=da),this[Ar]===null)if(this[Un]===null){this[Un]=[t];let e=(...n)=>{process.nextTick(()=>{let s=this[Un];this[Un]=null;for(let i of s)i(...n)})};this[ua].getIdentities(ki((n,s)=>{if(n)return e(n);if(!Array.isArray(s))return e(new Error("Agent implementation failed to provide keys"));let i=[];for(let o of s)o=vi(o),!(o instanceof Error)&&i.push(o);this[Ar]=i,this[Or]=-1,e()}))}else this[Un].push(t);else process.nextTick(t)}nextKey(){return this[Ar]===null||++this[Or]>=this[Ar].length?!1:this[Ar][this[Or]]}currentKey(){return this[Ar]===null||this[Or]>=this[Ar].length?null:this[Ar][this[Or]]}pos(){return this[Ar]===null||this[Or]>=this[Ar].length?-1:this[Or]}reset(){this[Or]=-1}sign(...t){this[ua].sign(...t)}};function Nu(r){return r instanceof Bi}Pu.exports={AgentContext:pa,AgentProtocol:ha,BaseAgent:Bi,createAgent:Ru,CygwinAgent:Bu,isAgent:Nu,OpenSSHAgent:On,PageantAgent:ku}});var Sa=ct((NS,Tu)=>{"use strict";var{kMaxLength:Hg}=require("buffer"),{createInflate:Qg,constants:{DEFLATE:Wg,INFLATE:qg,Z_DEFAULT_CHUNK:Kg,Z_DEFAULT_COMPRESSION:Vg,Z_DEFAULT_MEMLEVEL:Gg,Z_DEFAULT_STRATEGY:Yg,Z_DEFAULT_WINDOWBITS:zg,Z_PARTIAL_FLUSH:jg}}=require("zlib"),Xg=Qg()._handle.constructor;function Jg(){throw new Error("Should not get here")}function Zg(r,t,e){let n=this._owner,s=new Error(r);s.errno=t,s.code=e,n._err=s}function ba(r){r._handle&&(r._handle.close(),r._handle=null)}var Bs=class{constructor(t){let e=zg,n=Vg,s=Gg,i=Yg,o=void 0;this._err=void 0,this._writeState=new Uint32Array(2),this._chunkSize=Kg,this._maxOutputLength=Hg,this._outBuffer=Buffer.allocUnsafe(this._chunkSize),this._outOffset=0,this._handle=new Xg(t),this._handle._owner=this,this._handle.onerror=Zg,this._handle.init(e,n,s,i,this._writeState,Jg,o)}writeSync(t,e){let n=this._handle;if(!n)throw new Error("Invalid Zlib instance");let s=t.length,i=this._chunkSize-this._outOffset,o=0,a,c,f,l=0,u=this._writeState,h=this._outBuffer,g=this._outOffset,y=this._chunkSize;for(;;){if(n.writeSync(jg,t,o,s,h,g,i),this._err)throw this._err;a=u[0],c=u[1];let b=s-c,C=i-a;if(C>0){let L=g===0&&C===h.length?h:h.slice(g,g+C);if(g+=C,f?f.push===void 0?f=[f,L]:f.push(L):f=L,l+=L.byteLength,l>this._maxOutputLength)throw ba(this),new Error(`Output length exceeded maximum of ${this._maxOutputLength}`)}else if(C!==0)throw new Error("have should not go down");if((a===0||g>=y)&&(i=y,g=0,h=Buffer.allocUnsafe(y)),a===0)o+=b,s=c;else break}if(this._outBuffer=h,this._outOffset=g,l===0&&(f=Buffer.alloc(0)),e)return f.totalLen=l,f;if(f.push===void 0)return f;let _=Buffer.allocUnsafe(l);for(let b=0,C=0;b<f.length;++b){let L=f[b];_.set(L,C),C+=L.length}return _}},Aa=class{constructor(t){this.allocStart=0,this.allocStartKEX=0,this._protocol=t,this._zlib=new Bs(Wg)}cleanup(){this._zlib&&ba(this._zlib)}alloc(t,e){return Buffer.allocUnsafe(t)}finalize(t,e){if(this._protocol._kexinit===void 0||e){let n=this._zlib.writeSync(t,!0),s=this._protocol._cipher.allocPacket(n.totalLen);if(n.push===void 0)s.set(n,5);else for(let i=0,o=5;i<n.length;++i){let a=n[i];s.set(a,o),o+=a.length}return s}return t}},Ea=class{constructor(t){this.allocStart=5,this.allocStartKEX=5,this._protocol=t}cleanup(){}alloc(t,e){return this._protocol._kexinit===void 0||e?this._protocol._cipher.allocPacket(t):Buffer.allocUnsafe(t)}finalize(t,e){return t}},_a=class{constructor(){this._zlib=new Bs(qg)}cleanup(){this._zlib&&ba(this._zlib)}read(t){return this._zlib.writeSync(t,!1)}},ya=class{cleanup(){}read(t){return t}};Tu.exports={PacketReader:ya,PacketWriter:Ea,ZlibPacketReader:_a,ZlibPacketWriter:Aa}});var Mu=ct((PS,Ou)=>{"use strict";var{bufferSlice:xa,bufferParser:T,doFatalError:pt,sigSSHToASN1:Lu,writeUInt32BE:Du}=pr(),{CHANNEL_OPEN_FAILURE:em,COMPAT:tm,MESSAGE:At,TERMINAL_MODE:Uu}=Dr(),{parseKey:rm}=Gr(),nm=Array.from(Object.entries(Uu)).reduce((r,[t,e])=>({...r,[t]:e}),{});Ou.exports={[At.DISCONNECT]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readString(!0),s=T.readString();if(T.clear(),s===void 0)return pt(r,"Inbound: Malformed DISCONNECT packet");r._debug&&r._debug(`Inbound: Received DISCONNECT (${e}, "${n}")`);let i=r._handlers.DISCONNECT;i&&i(r,e,n)},[At.IGNORE]:(r,t)=>{r._debug&&r._debug("Inbound: Received IGNORE")},[At.UNIMPLEMENTED]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE();if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed UNIMPLEMENTED packet");r._debug&&r._debug(`Inbound: Received UNIMPLEMENTED (seqno ${e})`)},[At.DEBUG]:(r,t)=>{T.init(t,1);let e=T.readBool(),n=T.readString(!0),s=T.readString();if(T.clear(),s===void 0)return pt(r,"Inbound: Malformed DEBUG packet");r._debug&&r._debug("Inbound: Received DEBUG");let i=r._handlers.DEBUG;i&&i(r,e,n)},[At.SERVICE_REQUEST]:(r,t)=>{T.init(t,1);let e=T.readString(!0);if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed SERVICE_REQUEST packet");r._debug&&r._debug(`Inbound: Received SERVICE_REQUEST (${e})`);let n=r._handlers.SERVICE_REQUEST;n&&n(r,e)},[At.SERVICE_ACCEPT]:(r,t)=>{T.init(t,1);let e=T.readString(!0);if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed SERVICE_ACCEPT packet");r._debug&&r._debug(`Inbound: Received SERVICE_ACCEPT (${e})`);let n=r._handlers.SERVICE_ACCEPT;n&&n(r,e)},[At.EXT_INFO]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n;if(e!==void 0){n=[];for(let i=0;i<e;++i){let o=T.readString(!0),a=T.readString();if(a!==void 0)if(o==="server-sig-algs"){let c=a.latin1Slice(0,a.length).split(",");n.push({name:o,algs:c});continue}else continue;n=void 0;break}}if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed EXT_INFO packet");r._debug&&r._debug("Inbound: Received EXT_INFO");let s=r._handlers.EXT_INFO;s&&s(r,n)},[At.USERAUTH_REQUEST]:(r,t)=>{T.init(t,1);let e=T.readString(!0),n=T.readString(!0),s=T.readString(!0),i,o;switch(s){case"none":i=null;break;case"password":{let c=T.readBool();if(c!==void 0&&(i=T.readString(!0),i!==void 0&&c)){let f=T.readString(!0);f!==void 0?i={oldPassword:i,newPassword:f}:i=void 0}break}case"publickey":{let c=T.readBool();if(c!==void 0){let f=T.readString(!0),l=f,u=T.readString(),h;switch(f){case"rsa-sha2-256":l="ssh-rsa",h="sha256";break;case"rsa-sha2-512":l="ssh-rsa",h="sha512";break}if(c){let g=T.pos(),y=T.readString();if(y!==void 0&&(y.length>4+f.length+4&&y.utf8Slice(4,4+f.length)===f&&(y=xa(y,4+f.length+4)),y=Lu(y,l),y)){let _=r._kex.sessionID,b=Buffer.allocUnsafe(4+_.length+g);Du(b,_.length,0),b.set(_,4),b.set(new Uint8Array(t.buffer,t.byteOffset,g),4+_.length),i={keyAlgo:l,key:u,signature:y,blob:b,hashAlgo:h}}}else i={keyAlgo:l,key:u,hashAlgo:h},o="publickey -- check"}break}case"hostbased":{let c=T.readString(!0),f=c,l=T.readString(),u=T.readString(!0),h=T.readString(!0),g;switch(c){case"rsa-sha2-256":f="ssh-rsa",g="sha256";break;case"rsa-sha2-512":f="ssh-rsa",g="sha512";break}let y=T.pos(),_=T.readString();if(_!==void 0&&(_.length>4+c.length+4&&_.utf8Slice(4,4+c.length)===c&&(_=xa(_,4+c.length+4)),_=Lu(_,f),_!==void 0)){let b=r._kex.sessionID,C=Buffer.allocUnsafe(4+b.length+y);Du(C,b.length,0),C.set(b,4),C.set(new Uint8Array(t.buffer,t.byteOffset,y),4+b.length),i={keyAlgo:f,key:l,signature:_,blob:C,localHostname:u,localUsername:h,hashAlgo:g}}break}case"keyboard-interactive":T.skipString(),i=T.readList();break;default:s!==void 0&&(i=T.readRaw())}if(T.clear(),i===void 0)return pt(r,"Inbound: Malformed USERAUTH_REQUEST packet");o===void 0&&(o=s),r._authsQueue.push(s),r._debug&&r._debug(`Inbound: Received USERAUTH_REQUEST (${o})`);let a=r._handlers.USERAUTH_REQUEST;a&&a(r,e,n,s,i)},[At.USERAUTH_FAILURE]:(r,t)=>{T.init(t,1);let e=T.readList(),n=T.readBool();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed USERAUTH_FAILURE packet");r._debug&&r._debug(`Inbound: Received USERAUTH_FAILURE (${e})`),r._authsQueue.shift();let s=r._handlers.USERAUTH_FAILURE;s&&s(r,e,n)},[At.USERAUTH_SUCCESS]:(r,t)=>{r._debug&&r._debug("Inbound: Received USERAUTH_SUCCESS"),r._authsQueue.shift();let e=r._handlers.USERAUTH_SUCCESS;e&&e(r)},[At.USERAUTH_BANNER]:(r,t)=>{T.init(t,1);let e=T.readString(!0),n=T.readString();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed USERAUTH_BANNER packet");r._debug&&r._debug("Inbound: Received USERAUTH_BANNER");let s=r._handlers.USERAUTH_BANNER;s&&s(r,e)},60:(r,t)=>{if(!r._authsQueue.length){r._debug&&r._debug("Inbound: Received payload type 60 without auth");return}switch(r._authsQueue[0]){case"password":{T.init(t,1);let e=T.readString(!0),n=T.readString();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed USERAUTH_PASSWD_CHANGEREQ packet");r._debug&&r._debug("Inbound: Received USERAUTH_PASSWD_CHANGEREQ");let s=r._handlers.USERAUTH_PASSWD_CHANGEREQ;s&&s(r,e);break}case"publickey":{T.init(t,1);let e=T.readString(!0),n=T.readString();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed USERAUTH_PK_OK packet");r._debug&&r._debug("Inbound: Received USERAUTH_PK_OK"),r._authsQueue.shift();let s=r._handlers.USERAUTH_PK_OK;s&&s(r,e,n);break}case"keyboard-interactive":{T.init(t,1);let e=T.readString(!0),n=T.readString(!0);T.readString();let s=T.readUInt32BE(),i;if(s!==void 0){i=new Array(s);let a;for(a=0;a<s;++a){let c=T.readString(!0),f=T.readBool();if(f===void 0)break;i[a]={prompt:c,echo:f}}a!==s&&(i=void 0)}if(T.clear(),i===void 0)return pt(r,"Inbound: Malformed USERAUTH_INFO_REQUEST packet");r._debug&&r._debug("Inbound: Received USERAUTH_INFO_REQUEST");let o=r._handlers.USERAUTH_INFO_REQUEST;o&&o(r,e,n,i);break}default:r._debug&&r._debug("Inbound: Received unexpected payload type 60")}},61:(r,t)=>{if(!r._authsQueue.length){r._debug&&r._debug("Inbound: Received payload type 61 without auth");return}if(r._authsQueue[0]!=="keyboard-interactive")return pt(r,"Inbound: Received unexpected payload type 61");T.init(t,1);let e=T.readUInt32BE(),n;if(e!==void 0){n=new Array(e);let i;for(i=0;i<e;++i){let o=T.readString(!0);if(o===void 0)break;n[i]=o}i!==e&&(n=void 0)}if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed USERAUTH_INFO_RESPONSE packet");r._debug&&r._debug("Inbound: Received USERAUTH_INFO_RESPONSE");let s=r._handlers.USERAUTH_INFO_RESPONSE;s&&s(r,n)},[At.GLOBAL_REQUEST]:(r,t)=>{T.init(t,1);let e=T.readString(!0),n=T.readBool(),s;if(n!==void 0)switch(e){case"tcpip-forward":case"cancel-tcpip-forward":{let o=T.readString(!0),a=T.readUInt32BE();a!==void 0&&(s={bindAddr:o,bindPort:a});break}case"streamlocal-forward@openssh.com":case"cancel-streamlocal-forward@openssh.com":{let o=T.readString(!0);o!==void 0&&(s={socketPath:o});break}case"no-more-sessions@openssh.com":s=null;break;case"hostkeys-00@openssh.com":{for(s=[];T.avail()>0;){let o=T.readString();if(o===void 0){s=void 0;break}let a=rm(o);a instanceof Error||s.push(a)}break}default:s=T.readRaw()}if(T.clear(),s===void 0)return pt(r,"Inbound: Malformed GLOBAL_REQUEST packet");r._debug&&r._debug(`Inbound: GLOBAL_REQUEST (${e})`);let i=r._handlers.GLOBAL_REQUEST;i?i(r,e,n,s):r.requestFailure()},[At.REQUEST_SUCCESS]:(r,t)=>{let e=t.length>1?xa(t,1):null;r._debug&&r._debug("Inbound: REQUEST_SUCCESS");let n=r._handlers.REQUEST_SUCCESS;n&&n(r,e)},[At.REQUEST_FAILURE]:(r,t)=>{r._debug&&r._debug("Inbound: Received REQUEST_FAILURE");let e=r._handlers.REQUEST_FAILURE;e&&e(r)},[At.CHANNEL_OPEN]:(r,t)=>{T.init(t,1);let e=T.readString(!0),n=T.readUInt32BE(),s=T.readUInt32BE(),i=T.readUInt32BE(),o;switch(e){case"forwarded-tcpip":case"direct-tcpip":{let c=T.readString(!0),f=T.readUInt32BE(),l=T.readString(!0),u=T.readUInt32BE();u!==void 0&&(o={type:e,sender:n,window:s,packetSize:i,data:{destIP:c,destPort:f,srcIP:l,srcPort:u}});break}case"forwarded-streamlocal@openssh.com":case"direct-streamlocal@openssh.com":{let c=T.readString(!0);c!==void 0&&(o={type:e,sender:n,window:s,packetSize:i,data:{socketPath:c}});break}case"x11":{let c=T.readString(!0),f=T.readUInt32BE();f!==void 0&&(o={type:e,sender:n,window:s,packetSize:i,data:{srcIP:c,srcPort:f}});break}default:o={type:e,sender:n,window:s,packetSize:i,data:{}}}if(T.clear(),o===void 0)return pt(r,"Inbound: Malformed CHANNEL_OPEN packet");r._debug&&r._debug(`Inbound: CHANNEL_OPEN (s:${n}, ${e})`);let a=r._handlers.CHANNEL_OPEN;a?a(r,o):r.channelOpenFail(o.sender,em.ADMINISTRATIVELY_PROHIBITED,"","")},[At.CHANNEL_OPEN_CONFIRMATION]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readUInt32BE(),s=T.readUInt32BE(),i=T.readUInt32BE(),o=T.avail()?T.readRaw():void 0;if(T.clear(),i===void 0)return pt(r,"Inbound: Malformed CHANNEL_OPEN_CONFIRMATION packet");r._debug&&r._debug(`Inbound: CHANNEL_OPEN_CONFIRMATION (r:${e}, s:${n})`);let a=r._handlers.CHANNEL_OPEN_CONFIRMATION;a&&a(r,{recipient:e,sender:n,window:s,packetSize:i,data:o})},[At.CHANNEL_OPEN_FAILURE]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readUInt32BE(),s=T.readString(!0),i=T.readString();if(T.clear(),i===void 0)return pt(r,"Inbound: Malformed CHANNEL_OPEN_FAILURE packet");r._debug&&r._debug(`Inbound: CHANNEL_OPEN_FAILURE (r:${e})`);let o=r._handlers.CHANNEL_OPEN_FAILURE;o&&o(r,e,n,s)},[At.CHANNEL_WINDOW_ADJUST]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readUInt32BE();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed CHANNEL_WINDOW_ADJUST packet");r._debug&&r._debug(`Inbound: CHANNEL_WINDOW_ADJUST (r:${e}, ${n})`);let s=r._handlers.CHANNEL_WINDOW_ADJUST;s&&s(r,e,n)},[At.CHANNEL_DATA]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readString();if(T.clear(),n===void 0)return pt(r,"Inbound: Malformed CHANNEL_DATA packet");r._debug&&r._debug(`Inbound: CHANNEL_DATA (r:${e}, ${n.length})`);let s=r._handlers.CHANNEL_DATA;s&&s(r,e,n)},[At.CHANNEL_EXTENDED_DATA]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readUInt32BE(),s=T.readString();if(T.clear(),s===void 0)return pt(r,"Inbound: Malformed CHANNEL_EXTENDED_DATA packet");r._debug&&r._debug(`Inbound: CHANNEL_EXTENDED_DATA (r:${e}, ${s.length})`);let i=r._handlers.CHANNEL_EXTENDED_DATA;i&&i(r,e,s,n)},[At.CHANNEL_EOF]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE();if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed CHANNEL_EOF packet");r._debug&&r._debug(`Inbound: CHANNEL_EOF (r:${e})`);let n=r._handlers.CHANNEL_EOF;n&&n(r,e)},[At.CHANNEL_CLOSE]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE();if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed CHANNEL_CLOSE packet");r._debug&&r._debug(`Inbound: CHANNEL_CLOSE (r:${e})`);let n=r._handlers.CHANNEL_CLOSE;n&&n(r,e)},[At.CHANNEL_REQUEST]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE(),n=T.readString(!0),s=T.readBool(),i;if(s!==void 0)switch(n){case"exit-status":i=T.readUInt32BE(),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${i})`);break;case"exit-signal":{let a,c;if(r._compatFlags&tm.OLD_EXIT){let l=T.readUInt32BE();switch(l){case 1:a="HUP";break;case 2:a="INT";break;case 3:a="QUIT";break;case 6:a="ABRT";break;case 9:a="KILL";break;case 14:a="ALRM";break;case 15:a="TERM";break;default:l!==void 0&&(a=`UNKNOWN (${l})`)}c=!1}else a=T.readString(!0),c=T.readBool(),c===void 0&&(a=void 0);let f=T.readString(!0);T.skipString()!==void 0&&(i={signal:a,coreDumped:c,errorMessage:f}),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${a})`);break}case"pty-req":{let a=T.readString(!0),c=T.readUInt32BE(),f=T.readUInt32BE(),l=T.readUInt32BE(),u=T.readUInt32BE(),h=T.readString();if(h!==void 0){T.init(h,1);let g={};for(;T.avail();){let y=T.readByte();if(y===Uu.TTY_OP_END)break;let _=nm[y],b=T.readUInt32BE();if(y===void 0||_===void 0||b===void 0){g=void 0;break}g[_]=b}g!==void 0&&(i={term:a,cols:c,rows:f,width:l,height:u,modes:g})}r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`);break}case"window-change":{let a=T.readUInt32BE(),c=T.readUInt32BE(),f=T.readUInt32BE(),l=T.readUInt32BE();l!==void 0&&(i={cols:a,rows:c,width:f,height:l}),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`);break}case"x11-req":{let a=T.readBool(),c=T.readString(!0),f=T.readString(),l=T.readUInt32BE();l!==void 0&&(i={single:a,protocol:c,cookie:f,screen:l}),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`);break}case"env":{let a=T.readString(!0),c=T.readString(!0);c!==void 0&&(i={name:a,value:c}),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${a}=${c})`);break}case"shell":i=null,r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`);break;case"exec":i=T.readString(!0),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${i})`);break;case"subsystem":i=T.readString(!0),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${i})`);break;case"signal":i=T.readString(!0),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${i})`);break;case"xon-xoff":i=T.readBool(),r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n}: ${i})`);break;case"auth-agent-req@openssh.com":i=null,r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`);break;default:i=T.avail()?T.readRaw():null,r._debug&&r._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${n})`)}if(T.clear(),i===void 0)return pt(r,"Inbound: Malformed CHANNEL_REQUEST packet");let o=r._handlers.CHANNEL_REQUEST;o&&o(r,e,n,s,i)},[At.CHANNEL_SUCCESS]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE();if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed CHANNEL_SUCCESS packet");r._debug&&r._debug(`Inbound: CHANNEL_SUCCESS (r:${e})`);let n=r._handlers.CHANNEL_SUCCESS;n&&n(r,e)},[At.CHANNEL_FAILURE]:(r,t)=>{T.init(t,1);let e=T.readUInt32BE();if(T.clear(),e===void 0)return pt(r,"Inbound: Malformed CHANNEL_FAILURE packet");r._debug&&r._debug(`Inbound: CHANNEL_FAILURE (r:${e})`);let n=r._handlers.CHANNEL_FAILURE;n&&n(r,e)}}});var Rs=ct((TS,$u)=>{"use strict";var wa=new Array(256);[Ns().HANDLERS,Mu()].forEach(r=>{for(let[t,e]of Object.entries(r))t=+t,isFinite(t)&&t>=0&&t<wa.length&&(wa[t]=e)});$u.exports=wa});var Ns=ct((DS,zu)=>{"use strict";var{createDiffieHellman:im,createDiffieHellmanGroup:sm,createECDH:om,createHash:Ca,createPublicKey:am,diffieHellman:cm,generateKeyPairSync:fm,randomFillSync:lm}=require("crypto"),{Ber:Fu}=di(),{COMPAT:va,curve25519Supported:um,DEFAULT_KEX:Hu,DEFAULT_SERVER_HOST_KEY:Qu,DEFAULT_CIPHER:Ps,DEFAULT_MAC:Ts,DEFAULT_COMPRESSION:Ls,DISCONNECT_REASON:Ye,MESSAGE:ut}=Dr(),{CIPHER_INFO:Fn,createCipher:dm,createDecipher:hm,MAC_INFO:Wu}=qr(),{parseDERKey:pm}=Gr(),{bufferFill:gm,bufferParser:Ge,convertSignature:mm,doFatalError:ze,FastBuffer:Am,sigSSHToASN1:Em,writeUInt32BE:$t}=pr(),{PacketReader:qu,PacketWriter:Ku,ZlibPacketReader:Ds,ZlibPacketWriter:Us}=Sa(),Mn,_m=2048,ym=8192,bm=Buffer.alloc(0);function Vu(r){let t;if(r._compatFlags&va.BAD_DHGEX){let e=r._offer.lists.kex,n=e.array,s=!1;for(let i=0;i<n.length;++i)n[i].includes("group-exchange")&&(s||(s=!0,n=n.slice()),n.splice(i--,1));if(s){let i=17+r._offer.totalSize+1+4,o=Buffer.from(n.join(","));i-=e.buffer.length-o.length;let a=r._offer.lists.all,c=new Uint8Array(a.buffer,a.byteOffset+4+e.buffer.length,a.length-(4+e.buffer.length));t=Buffer.allocUnsafe(i),$t(t,o.length,17),t.set(o,21),t.set(c,21+o.length)}}t===void 0&&(t=Buffer.allocUnsafe(17+r._offer.totalSize+1+4),r._offer.copyAllTo(t,17)),r._debug&&r._debug("Outbound: Sending KEXINIT"),t[0]=ut.KEXINIT,lm(t,1,16),gm(t,0,t.length-5),r._kexinit=t,r._packetRW.write.allocStart=0;{let e=r._packetRW.write.allocStartKEX,n=r._packetRW.write.alloc(t.length,!0);n.set(t,e),r._cipher.encrypt(r._packetRW.write.finalize(n,!0))}}function Gu(r,t){let e={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},sc:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0}};if(Ge.init(t,17),(e.kex=Ge.readList())===void 0||(e.serverHostKey=Ge.readList())===void 0||(e.cs.cipher=Ge.readList())===void 0||(e.sc.cipher=Ge.readList())===void 0||(e.cs.mac=Ge.readList())===void 0||(e.sc.mac=Ge.readList())===void 0||(e.cs.compress=Ge.readList())===void 0||(e.sc.compress=Ge.readList())===void 0||(e.cs.lang=Ge.readList())===void 0||(e.sc.lang=Ge.readList())===void 0)return Ge.clear(),ze(r,"Received malformed KEXINIT","handshake",Ye.KEY_EXCHANGE_FAILED);let n=Ge.pos(),s=n<t.length&&t[n]===1;Ge.clear();let i=r._offer,o=e,a=i.lists.kex.array;if(r._compatFlags&va.BAD_DHGEX){let k=!1;for(let K=0;K<a.length;++K)a[K].indexOf("group-exchange")!==-1&&(k||(k=!0,a=a.slice()),a.splice(K--,1))}let c,f,l,u=r._debug;u&&u("Inbound: Handshake in progress"),u&&u(`Handshake: (local) KEX method: ${a}`),u&&u(`Handshake: (remote) KEX method: ${o.kex}`);let h;if(r._server?(f=a,c=o.kex,h=c.indexOf("ext-info-c")!==-1):(f=o.kex,c=a,h=f.indexOf("ext-info-s")!==-1),r._strictMode===void 0&&(r._server?r._strictMode=c.indexOf("kex-strict-c-v00@openssh.com")!==-1:r._strictMode=f.indexOf("kex-strict-s-v00@openssh.com")!==-1,r._strictMode&&(u&&u("Handshake: strict KEX mode enabled"),r._decipher.inSeqno!==1)))return u&&u("Handshake: KEXINIT not first packet in strict KEX mode"),ze(r,"Handshake failed: KEXINIT not first packet in strict KEX mode","handshake",Ye.KEY_EXCHANGE_FAILED);for(l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: no matching key exchange algorithm"),ze(r,"Handshake failed: no matching key exchange algorithm","handshake",Ye.KEY_EXCHANGE_FAILED);e.kex=c[l],u&&u(`Handshake: KEX algorithm: ${c[l]}`),s&&(!o.kex.length||c[l]!==o.kex[0])&&(r._skipNextInboundPacket=!0);let g=i.lists.serverHostKey.array;for(u&&u(`Handshake: (local) Host key format: ${g}`),u&&u(`Handshake: (remote) Host key format: ${o.serverHostKey}`),r._server?(f=g,c=o.serverHostKey):(f=o.serverHostKey,c=g),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching host key format"),ze(r,"Handshake failed: no matching host key format","handshake",Ye.KEY_EXCHANGE_FAILED);e.serverHostKey=c[l],u&&u(`Handshake: Host key format: ${c[l]}`);let y=i.lists.cs.cipher.array;for(u&&u(`Handshake: (local) C->S cipher: ${y}`),u&&u(`Handshake: (remote) C->S cipher: ${o.cs.cipher}`),r._server?(f=y,c=o.cs.cipher):(f=o.cs.cipher,c=y),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S cipher"),ze(r,"Handshake failed: no matching C->S cipher","handshake",Ye.KEY_EXCHANGE_FAILED);e.cs.cipher=c[l],u&&u(`Handshake: C->S Cipher: ${c[l]}`);let _=i.lists.sc.cipher.array;for(u&&u(`Handshake: (local) S->C cipher: ${_}`),u&&u(`Handshake: (remote) S->C cipher: ${o.sc.cipher}`),r._server?(f=_,c=o.sc.cipher):(f=o.sc.cipher,c=_),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C cipher"),ze(r,"Handshake failed: no matching S->C cipher","handshake",Ye.KEY_EXCHANGE_FAILED);e.sc.cipher=c[l],u&&u(`Handshake: S->C cipher: ${c[l]}`);let b=i.lists.cs.mac.array;if(u&&u(`Handshake: (local) C->S MAC: ${b}`),u&&u(`Handshake: (remote) C->S MAC: ${o.cs.mac}`),Fn[e.cs.cipher].authLen>0)e.cs.mac="",u&&u("Handshake: C->S MAC: <implicit>");else{for(r._server?(f=b,c=o.cs.mac):(f=o.cs.mac,c=b),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S MAC"),ze(r,"Handshake failed: no matching C->S MAC","handshake",Ye.KEY_EXCHANGE_FAILED);e.cs.mac=c[l],u&&u(`Handshake: C->S MAC: ${c[l]}`)}let C=i.lists.sc.mac.array;if(u&&u(`Handshake: (local) S->C MAC: ${C}`),u&&u(`Handshake: (remote) S->C MAC: ${o.sc.mac}`),Fn[e.sc.cipher].authLen>0)e.sc.mac="",u&&u("Handshake: S->C MAC: <implicit>");else{for(r._server?(f=C,c=o.sc.mac):(f=o.sc.mac,c=C),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C MAC"),ze(r,"Handshake failed: no matching S->C MAC","handshake",Ye.KEY_EXCHANGE_FAILED);e.sc.mac=c[l],u&&u(`Handshake: S->C MAC: ${c[l]}`)}let L=i.lists.cs.compress.array;for(u&&u(`Handshake: (local) C->S compression: ${L}`),u&&u(`Handshake: (remote) C->S compression: ${o.cs.compress}`),r._server?(f=L,c=o.cs.compress):(f=o.cs.compress,c=L),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S compression"),ze(r,"Handshake failed: no matching C->S compression","handshake",Ye.KEY_EXCHANGE_FAILED);e.cs.compress=c[l],u&&u(`Handshake: C->S compression: ${c[l]}`);let F=i.lists.sc.compress.array;for(u&&u(`Handshake: (local) S->C compression: ${F}`),u&&u(`Handshake: (remote) S->C compression: ${o.sc.compress}`),r._server?(f=F,c=o.sc.compress):(f=o.sc.compress,c=F),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C compression"),ze(r,"Handshake failed: no matching S->C compression","handshake",Ye.KEY_EXCHANGE_FAILED);e.sc.compress=c[l],u&&u(`Handshake: S->C compression: ${c[l]}`),e.cs.lang="",e.sc.lang="",r._kex&&(r._kexinit||Vu(r),r._decipher._onPayload=Yu.bind(r,{firstPacket:!1})),r._kex=Sm(e,r,t),r._kex.remoteExtInfoEnabled=h,r._kex.start()}var Sm=(()=>{function r(o){let a=0,c=o.length;for(;o[a]===0;)++a,--c;let f;return o[a]&128?(f=Buffer.allocUnsafe(1+c),f[0]=0,o.copy(f,1,a),o=f):c!==o.length&&(f=Buffer.allocUnsafe(c),o.copy(f,0,a),o=f),o}class t{constructor(a,c,f){this._protocol=c,this.sessionID=c._kex?c._kex.sessionID:void 0,this.negotiated=a,this.remoteExtInfoEnabled=!1,this._step=1,this._public=null,this._dh=null,this._sentNEWKEYS=!1,this._receivedNEWKEYS=!1,this._finished=!1,this._hostVerified=!1,this._kexinit=c._kexinit,this._remoteKexinit=f,this._identRaw=c._identRaw,this._remoteIdentRaw=c._remoteIdentRaw,this._hostKey=void 0,this._dhData=void 0,this._sig=void 0}finish(a){if(this._finished)return!1;this._finished=!0;let c=this._protocol._server,f=this.negotiated,l=this.convertPublicKey(this._dhData),u=this.computeSecret(this._dhData);if(u instanceof Error)return u.message=`Error while computing DH secret (${this.type}): ${u.message}`,u.level="handshake",ze(this._protocol,u,Ye.KEY_EXCHANGE_FAILED);let h=Ca(this.hashName);Cr(h,c?this._remoteIdentRaw:this._identRaw),Cr(h,c?this._identRaw:this._remoteIdentRaw),Cr(h,c?this._remoteKexinit:this._kexinit),Cr(h,c?this._kexinit:this._remoteKexinit);let g=c?this._hostKey.getPublicSSH():this._hostKey;if(Cr(h,g),this.type==="groupex"){let F=this.getDHParams(),k=Buffer.allocUnsafe(4);$t(k,this._minBits,0),h.update(k),$t(k,this._prefBits,0),h.update(k),$t(k,this._maxBits,0),h.update(k),Cr(h,F.prime),Cr(h,F.generator)}Cr(h,c?l:this.getPublicKey());let y=c?this.getPublicKey():l;Cr(h,y),Cr(h,u);let _=h.digest();if(c){let F;switch(this.negotiated.serverHostKey){case"rsa-sha2-256":F="sha256";break;case"rsa-sha2-512":F="sha512";break}this._protocol._debug&&this._protocol._debug("Generating signature ...");let k=this._hostKey.sign(_,F);if(k instanceof Error)return ze(this._protocol,`Handshake failed: signature generation failed for ${this._hostKey.type} host key: ${k.message}`,"handshake",Ye.KEY_EXCHANGE_FAILED);if(k=mm(k,this._hostKey.type),k===!1)return ze(this._protocol,`Handshake failed: signature conversion failed for ${this._hostKey.type} host key`,"handshake",Ye.KEY_EXCHANGE_FAILED);let K=this.negotiated.serverHostKey,ee=Buffer.byteLength(K),O=4+ee+4+k.length,S=this._protocol._packetRW.write.allocStartKEX,w=this._protocol._packetRW.write.alloc(5+g.length+4+y.length+4+O,!0);if(w[S]=ut.KEXDH_REPLY,$t(w,g.length,++S),w.set(g,S+=4),$t(w,y.length,S+=g.length),w.set(y,S+=4),$t(w,O,S+=y.length),$t(w,ee,S+=4),w.utf8Write(K,S+=4,ee),$t(w,k.length,S+=ee),w.set(k,S+=4),this._protocol._debug){let I;switch(this.type){case"group":I="KEXDH_REPLY";break;case"groupex":I="KEXDH_GEX_REPLY";break;default:I="KEXECDH_REPLY"}this._protocol._debug(`Outbound: Sending ${I}`)}this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(w,!0))}else{Ge.init(this._sig,0);let F=Ge.readString(!0);if(!F)return ze(this._protocol,"Malformed packet while reading signature","handshake",Ye.KEY_EXCHANGE_FAILED);if(F!==f.serverHostKey)return ze(this._protocol,`Wrong signature type: ${F}, expected: ${f.serverHostKey}`,"handshake",Ye.KEY_EXCHANGE_FAILED);let k=Ge.readString();if(Ge.clear(),k===void 0)return ze(this._protocol,"Malformed packet while reading signature","handshake",Ye.KEY_EXCHANGE_FAILED);if(!(k=Em(k,F)))return ze(this._protocol,"Malformed signature","handshake",Ye.KEY_EXCHANGE_FAILED);let K;{Ge.init(this._hostKey,0);let S=Ge.readString(!0),w=this._hostKey.slice(Ge.pos());if(Ge.clear(),K=pm(w,S),K instanceof Error)return K.level="handshake",ze(this._protocol,K,Ye.KEY_EXCHANGE_FAILED)}let ee;switch(this.negotiated.serverHostKey){case"rsa-sha2-256":ee="sha256";break;case"rsa-sha2-512":ee="sha512";break}this._protocol._debug&&this._protocol._debug("Verifying signature ...");let O=K.verify(_,k,ee);if(O!==!0)return O instanceof Error?this._protocol._debug&&this._protocol._debug(`Signature verification failed: ${O.stack}`):this._protocol._debug&&this._protocol._debug("Signature verification failed"),ze(this._protocol,"Handshake failed: signature verification failed","handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Verified signature")}(c||!a)&&Os(this);let b,C,L=F=>{if(b)return Os(this),b.outbound.seqno=this._protocol._cipher.outSeqno,this._protocol._cipher.free(),this._protocol._cipher=dm(b),this._protocol._packetRW.write=C,b=void 0,C=void 0,this._protocol._onHandshakeComplete(f),!1;this.sessionID||(this.sessionID=_);{let re=Buffer.allocUnsafe(4+u.length);$t(re,u.length,0),re.set(u,4),u=re}let k=Fn[f.cs.cipher],K=Fn[f.sc.cipher],ee=$n(k.ivLen,this.hashName,u,_,this.sessionID,"A"),O=$n(K.ivLen,this.hashName,u,_,this.sessionID,"B"),S=$n(k.keyLen,this.hashName,u,_,this.sessionID,"C"),w=$n(K.keyLen,this.hashName,u,_,this.sessionID,"D"),I,D;k.authLen||(I=Wu[f.cs.mac],D=$n(I.len,this.hashName,u,_,this.sessionID,"E"));let R,ne;K.authLen||(R=Wu[f.sc.mac],ne=$n(R.len,this.hashName,u,_,this.sessionID,"F"));let G={inbound:{onPayload:this._protocol._onPayload,seqno:this._protocol._decipher.inSeqno,decipherInfo:c?k:K,decipherIV:c?ee:O,decipherKey:c?S:w,macInfo:c?I:R,macKey:c?D:ne},outbound:{onWrite:this._protocol._onWrite,seqno:this._protocol._cipher.outSeqno,cipherInfo:c?K:k,cipherIV:c?O:ee,cipherKey:c?w:S,macInfo:c?R:I,macKey:c?ne:D}};this._protocol._decipher.free(),b=G,this._protocol._decipher=hm(G);let Y={read:void 0,write:void 0};switch(f.cs.compress){case"zlib":c?Y.read=new Ds:Y.write=new Us(this._protocol);break;case"zlib@openssh.com":if(this._protocol._authenticated){c?Y.read=new Ds:Y.write=new Us(this._protocol);break}default:c?Y.read=new qu:Y.write=new Ku(this._protocol)}switch(f.sc.compress){case"zlib":c?Y.write=new Us(this._protocol):Y.read=new Ds;break;case"zlib@openssh.com":if(this._protocol._authenticated){c?Y.write=new Us(this._protocol):Y.read=new Ds;break}default:c?Y.write=new Ku(this._protocol):Y.read=new qu}return this._protocol._packetRW.read.cleanup(),this._protocol._packetRW.write.cleanup(),this._protocol._packetRW.read=Y.read,C=Y.write,this._public=null,this._dh=null,this._kexinit=this._protocol._kexinit=void 0,this._remoteKexinit=void 0,this._identRaw=void 0,this._remoteIdentRaw=void 0,this._hostKey=void 0,this._dhData=void 0,this._sig=void 0,F?!1:L()};if((c||a)&&(this.finish=L),!c)return L(a)}start(){if(!this._protocol._server){if(this._protocol._debug){let l;this.type==="group"?l="KEXDH_INIT":l="KEXECDH_INIT",this._protocol._debug(`Outbound: Sending ${l}`)}let a=this.getPublicKey(),c=this._protocol._packetRW.write.allocStartKEX,f=this._protocol._packetRW.write.alloc(5+a.length,!0);f[c]=ut.KEXDH_INIT,$t(f,a.length,++c),f.set(a,c+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(f,!0))}}getPublicKey(){this.generateKeys();let a=this._public;if(a)return this.convertPublicKey(a)}convertPublicKey(a){let c,f=0,l=a.length;for(;a[f]===0;)++f,--l;return a[f]&128?(c=Buffer.allocUnsafe(1+l),c[0]=0,a.copy(c,1,f),c):(l!==a.length&&(c=Buffer.allocUnsafe(l),a.copy(c,0,f),a=c),a)}computeSecret(a){this.generateKeys();try{return r(this._dh.computeSecret(a))}catch(c){return c}}parse(a){let c=a[0];switch(this._step){case 1:if(this._protocol._server){if(c!==ut.KEXDH_INIT)return ze(this._protocol,`Received packet ${c} instead of ${ut.KEXDH_INIT}`,"handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH Init"),Ge.init(a,1);let f=Ge.readString();if(Ge.clear(),f===void 0)return ze(this._protocol,"Received malformed KEX*_INIT","handshake",Ye.KEY_EXCHANGE_FAILED);this._dhData=f;let l=this._protocol._hostKeys[this.negotiated.serverHostKey];Array.isArray(l)&&(l=l[0]),this._hostKey=l,this.finish()}else{if(c!==ut.KEXDH_REPLY)return ze(this._protocol,`Received packet ${c} instead of ${ut.KEXDH_REPLY}`,"handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH Reply"),Ge.init(a,1);let f,l,u;if((f=Ge.readString())===void 0||(l=Ge.readString())===void 0||(u=Ge.readString())===void 0)return Ge.clear(),ze(this._protocol,"Received malformed KEX*_REPLY","handshake",Ye.KEY_EXCHANGE_FAILED);Ge.clear(),Ge.init(f,0);let h=Ge.readString(!0);if(Ge.clear(),h===void 0)return ze(this._protocol,"Received malformed host public key","handshake",Ye.KEY_EXCHANGE_FAILED);if(h!==this.negotiated.serverHostKey)switch(this.negotiated.serverHostKey){case"rsa-sha2-256":case"rsa-sha2-512":if(h==="ssh-rsa")break;default:return ze(this._protocol,"Host key does not match negotiated type","handshake",Ye.KEY_EXCHANGE_FAILED)}this._hostKey=f,this._dhData=l,this._sig=u;let g=!1,y;if(this._protocol._hostVerifier===void 0?(y=!0,this._protocol._debug&&this._protocol._debug("Host accepted by default (no verification)")):y=this._protocol._hostVerifier(f,_=>{if(!g){if(g=!0,_===!1)return this._protocol._debug&&this._protocol._debug("Host denied (verification failed)"),ze(this._protocol,"Host denied (verification failed)","handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Host accepted (verified)"),this._hostVerified=!0,this._receivedNEWKEYS?this.finish():Os(this)}}),y===void 0){++this._step;return}if(g=!0,y===!1)return this._protocol._debug&&this._protocol._debug("Host denied (verification failed)"),ze(this._protocol,"Host denied (verification failed)","handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Host accepted (verified)"),this._hostVerified=!0,Os(this)}++this._step;break;case 2:return c!==ut.NEWKEYS?ze(this._protocol,`Received packet ${c} instead of ${ut.NEWKEYS}`,"handshake",Ye.KEY_EXCHANGE_FAILED):(this._protocol._debug&&this._protocol._debug("Inbound: NEWKEYS"),this._receivedNEWKEYS=!0,this._protocol._strictMode&&(this._protocol._decipher.inSeqno=0),++this._step,this.finish(!this._protocol._server&&!this._hostVerified));default:return ze(this._protocol,`Received unexpected packet ${c} after NEWKEYS`,"handshake",Ye.KEY_EXCHANGE_FAILED)}}}class e extends t{constructor(a,...c){super(...c),this.type="25519",this.hashName=a,this._keys=null}generateKeys(){this._keys||(this._keys=fm("x25519"))}getPublicKey(){return this.generateKeys(),this._keys.publicKey.export({type:"spki",format:"der"}).slice(-32)}convertPublicKey(a){let c,f=0,l=a.length;for(;a[f]===0;)++f,--l;return a.length===32||l!==a.length&&(c=Buffer.allocUnsafe(l),a.copy(c,0,f),a=c),a}computeSecret(a){this.generateKeys();try{let c=new Fu.Writer;return c.startSequence(),c.startSequence(),c.writeOID("1.3.101.110"),c.endSequence(),c.startSequence(Fu.BitString),c.writeByte(0),c._ensure(a.length),a.copy(c._buf,c._offset,0,a.length),c._offset+=a.length,c.endSequence(),c.endSequence(),r(cm({privateKey:this._keys.privateKey,publicKey:am({key:c.buffer,type:"spki",format:"der"})}))}catch(c){return c}}}class n extends t{constructor(a,c,...f){super(...f),this.type="ecdh",this.curveName=a,this.hashName=c}generateKeys(){this._dh||(this._dh=om(this.curveName),this._public=this._dh.generateKeys())}}class s extends t{constructor(a,...c){super(...c),this.type="groupex",this.hashName=a,this._prime=null,this._generator=null,this._minBits=_m,this._prefBits=xm(this.negotiated),this._protocol._compatFlags&va.BUG_DHGEX_LARGE&&(this._prefBits=Math.min(this._prefBits,4096)),this._maxBits=ym}start(){if(this._protocol._server)return;this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_GEX_REQUEST");let a=this._protocol._packetRW.write.allocStartKEX,c=this._protocol._packetRW.write.alloc(13,!0);c[a]=ut.KEXDH_GEX_REQUEST,$t(c,this._minBits,++a),$t(c,this._prefBits,a+=4),$t(c,this._maxBits,a+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(c,!0))}generateKeys(){!this._dh&&this._prime&&this._generator&&(this._dh=im(this._prime,this._generator),this._public=this._dh.generateKeys())}setDHParams(a,c){if(!Buffer.isBuffer(a))throw new Error("Invalid prime value");if(!Buffer.isBuffer(c))throw new Error("Invalid generator value");this._prime=a,this._generator=c}getDHParams(){if(this._dh)return{prime:r(this._dh.getPrime()),generator:r(this._dh.getGenerator())}}parse(a){let c=a[0];switch(this._step){case 1:{if(this._protocol._server)return c!==ut.KEXDH_GEX_REQUEST?ze(this._protocol,`Received packet ${c} instead of `+ut.KEXDH_GEX_REQUEST,"handshake",Ye.KEY_EXCHANGE_FAILED):ze(this._protocol,"Group exchange not implemented for server","handshake",Ye.KEY_EXCHANGE_FAILED);if(c!==ut.KEXDH_GEX_GROUP)return ze(this._protocol,`Received packet ${c} instead of ${ut.KEXDH_GEX_GROUP}`,"handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH GEX Group"),Ge.init(a,1);let f,l;if((f=Ge.readString())===void 0||(l=Ge.readString())===void 0)return Ge.clear(),ze(this._protocol,"Received malformed KEXDH_GEX_GROUP","handshake",Ye.KEY_EXCHANGE_FAILED);Ge.clear(),this.setDHParams(f,l),this.generateKeys();let u=this.getPublicKey();this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_GEX_INIT");let h=this._protocol._packetRW.write.allocStartKEX,g=this._protocol._packetRW.write.alloc(5+u.length,!0);g[h]=ut.KEXDH_GEX_INIT,$t(g,u.length,++h),g.set(u,h+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(g,!0)),++this._step;break}case 2:if(this._protocol._server)return c!==ut.KEXDH_GEX_INIT?ze(this._protocol,`Received packet ${c} instead of ${ut.KEXDH_GEX_INIT}`,"handshake",Ye.KEY_EXCHANGE_FAILED):(this._protocol._debug&&this._protocol._debug("Received DH GEX Init"),ze(this._protocol,"Group exchange not implemented for server","handshake",Ye.KEY_EXCHANGE_FAILED));if(c!==ut.KEXDH_GEX_REPLY)return ze(this._protocol,`Received packet ${c} instead of ${ut.KEXDH_GEX_REPLY}`,"handshake",Ye.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH GEX Reply"),this._step=1,a[0]=ut.KEXDH_REPLY,this.parse=t.prototype.parse,this.parse(a)}}}class i extends t{constructor(a,c,...f){super(...f),this.type="group",this.groupName=a,this.hashName=c}start(){if(!this._protocol._server){this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_INIT");let a=this.getPublicKey(),c=this._protocol._packetRW.write.allocStartKEX,f=this._protocol._packetRW.write.alloc(5+a.length,!0);f[c]=ut.KEXDH_INIT,$t(f,a.length,++c),f.set(a,c+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(f,!0))}}generateKeys(){this._dh||(this._dh=sm(this.groupName),this._public=this._dh.generateKeys())}getDHParams(){if(this._dh)return{prime:r(this._dh.getPrime()),generator:r(this._dh.getGenerator())}}}return(o,...a)=>{if(typeof o!="object"||o===null)throw new Error("Invalid negotiated argument");let c=o.kex;if(typeof c=="string"){switch(a=[o,...a],c){case"curve25519-sha256":case"curve25519-sha256@libssh.org":if(!um)break;return new e("sha256",...a);case"ecdh-sha2-nistp256":return new n("prime256v1","sha256",...a);case"ecdh-sha2-nistp384":return new n("secp384r1","sha384",...a);case"ecdh-sha2-nistp521":return new n("secp521r1","sha512",...a);case"diffie-hellman-group1-sha1":return new i("modp2","sha1",...a);case"diffie-hellman-group14-sha1":return new i("modp14","sha1",...a);case"diffie-hellman-group14-sha256":return new i("modp14","sha256",...a);case"diffie-hellman-group15-sha512":return new i("modp15","sha512",...a);case"diffie-hellman-group16-sha512":return new i("modp16","sha512",...a);case"diffie-hellman-group17-sha512":return new i("modp17","sha512",...a);case"diffie-hellman-group18-sha512":return new i("modp18","sha512",...a);case"diffie-hellman-group-exchange-sha1":return new s("sha1",...a);case"diffie-hellman-group-exchange-sha256":return new s("sha256",...a)}throw new Error(`Unsupported key exchange algorithm: ${c}`)}throw new Error(`Invalid key exchange type: ${c}`)}})(),Ia=(()=>{let r=["kex","serverHostKey",["cs","cipher"],["sc","cipher"],["cs","mac"],["sc","mac"],["cs","compress"],["sc","compress"],["cs","lang"],["sc","lang"]];return class{constructor(e){if(typeof e!="object"||e===null)throw new TypeError("Argument must be an object");let n={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},sc:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},all:void 0},s=0;for(let a of r){let c,f,l,u;if(typeof a=="string")c=n,f=e[a],l=u=a;else{let g=a[0];c=n[g],u=a[1],f=e[g][u],l=`${g}.${u}`}let h={array:void 0,buffer:void 0};if(Buffer.isBuffer(f))h.array=(""+f).split(","),h.buffer=f,s+=4+f.length;else{if(typeof f=="string"&&(f=f.split(",")),Array.isArray(f))h.array=f,h.buffer=Buffer.from(f.join(","));else throw new TypeError(`Invalid \`${l}\` type: ${typeof f}`);s+=4+h.buffer.length}c[u]=h}let i=Buffer.allocUnsafe(s);n.all=i;let o=0;for(let a of r){let c;typeof a=="string"?c=n[a].buffer:c=n[a[0]][a[1]].buffer,o=$t(i,c.length,o),i.set(c,o),o+=c.length}this.totalSize=s,this.lists=n}copyAllTo(e,n){let s=this.lists.all;if(typeof n!="number")throw new TypeError(`Invalid offset value: ${typeof n}`);if(e.length-n<s.length)throw new Error("Insufficient space to copy list");return e.set(s,n),s.length}}})(),Cr=(()=>{let r=Buffer.allocUnsafe(4);return(t,e)=>{$t(r,e.length,0),t.update(r),t.update(e)}})();function $n(r,t,e,n,s,i){let o;if(r){let a=Ca(t).update(e).update(n).update(i).update(s).digest();for(;a.length<r;){let c=Ca(t).update(e).update(n).update(a).digest(),f=Buffer.allocUnsafe(a.length+c.length);f.set(a,0),f.set(c,a.length),a=f}a.length===r?o=a:o=new Am(a.buffer,a.byteOffset,r)}else o=bm;return o}function Yu(r,t){if(t.length===0){this._debug&&this._debug("Inbound: Skipping empty packet payload");return}if(this._skipNextInboundPacket){this._skipNextInboundPacket=!1;return}t=this._packetRW.read.read(t);let e=t[0];if(!this._strictMode)switch(e){case ut.IGNORE:case ut.UNIMPLEMENTED:case ut.DEBUG:return Mn||(Mn=Rs()),Mn[e](this,t)}switch(e){case ut.DISCONNECT:return Mn||(Mn=Rs()),Mn[e](this,t);case ut.KEXINIT:return r.firstPacket?(r.firstPacket=!1,Gu(this,t)):ze(this,"Received extra KEXINIT during handshake","handshake",Ye.KEY_EXCHANGE_FAILED);default:if(e<20||e>49)return ze(this,`Received unexpected packet type ${e}`,"handshake",Ye.KEY_EXCHANGE_FAILED)}return this._kex.parse(t)}function xm(r){let t=Fn[r.cs.cipher],e=Fn[r.sc.cipher],n=Math.max(0,t.sslName==="des-ede3-cbc"?14:t.keyLen,t.blockLen,t.ivLen,e.sslName==="des-ede3-cbc"?14:e.keyLen,e.blockLen,e.ivLen)*8;return n<=112?2048:n<=128?3072:n<=192?7680:8192}function Os(r){if(!r._sentNEWKEYS){r._protocol._debug&&r._protocol._debug("Outbound: Sending NEWKEYS");let t=r._protocol._packetRW.write.allocStartKEX,e=r._protocol._packetRW.write.alloc(1,!0);e[t]=ut.NEWKEYS,r._protocol._cipher.encrypt(r._protocol._packetRW.write.finalize(e,!0)),r._sentNEWKEYS=!0,r._protocol._strictMode&&(r._protocol._cipher.outSeqno=0)}}zu.exports={KexInit:Ia,kexinit:Vu,onKEXPayload:Yu,DEFAULT_KEXINIT_CLIENT:new Ia({kex:Hu.concat(["ext-info-c","kex-strict-c-v00@openssh.com"]),serverHostKey:Qu,cs:{cipher:Ps,mac:Ts,compress:Ls,lang:[]},sc:{cipher:Ps,mac:Ts,compress:Ls,lang:[]}}),DEFAULT_KEXINIT_SERVER:new Ia({kex:Hu.concat(["kex-strict-s-v00@openssh.com"]),serverHostKey:Qu,cs:{cipher:Ps,mac:Ts,compress:Ls,lang:[]},sc:{cipher:Ps,mac:Ts,compress:Ls,lang:[]}}),HANDLERS:{[ut.KEXINIT]:Gu}}});var ju=ct((US,wm)=>{wm.exports={name:"ssh2",version:"1.17.0",author:"Brian White <mscdex@mscdex.net>",description:"SSH2 client and server modules written in pure JavaScript for node.js",main:"./lib/index.js",engines:{node:">=10.16.0"},dependencies:{asn1:"^0.2.6","bcrypt-pbkdf":"^1.0.2"},devDependencies:{"@mscdex/eslint-config":"^1.1.0",eslint:"^7.32.0"},optionalDependencies:{"cpu-features":"~0.0.10",nan:"^2.23.0"},scripts:{install:"node install.js",rebuild:"node install.js",test:"node test/test.js",lint:"eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js examples lib test","lint:fix":"npm run lint -- --fix"},keywords:["ssh","ssh2","sftp","secure","shell","exec","remote","client"],licenses:[{type:"MIT",url:"http://github.com/mscdex/ssh2/raw/master/LICENSE"}],repository:{type:"git",url:"http://github.com/mscdex/ssh2.git"}}});var Na=ct((OS,fd)=>{"use strict";var{inspect:rd}=require("util"),{bindingAvailable:Im,NullCipher:Cm,NullDecipher:vm}=qr(),{COMPAT_CHECKS:km,DISCONNECT_REASON:nd,eddsaSupported:Bm,MESSAGE:xe,SIGNALS:Xu,TERMINAL_MODE:Ba}=Dr(),{DEFAULT_KEXINIT_CLIENT:Rm,DEFAULT_KEXINIT_SERVER:Nm,KexInit:Ju,kexinit:id,onKEXPayload:Pm}=Ns(),{parseKey:Zu}=Gr(),Tm=Rs(),{bufferCopy:Ms,bufferFill:Lm,bufferSlice:sd,convertSignature:ed,sendPacket:we,writeUInt32BE:B}=pr(),{PacketReader:Dm,PacketWriter:Um,ZlibPacketReader:od,ZlibPacketWriter:ad}=Sa(),Om=ju().version,Mm=new Map(Object.values(nd).map(r=>[r,1])),cd=Buffer.from(`SSH-2.0-ssh2js${Om}`),$m=Buffer.from(`${cd}\r
7
- `),Fm=8192,Hm=1024,td=Buffer.from([xe.GLOBAL_REQUEST,0,0,0,21,107,101,101,112,97,108,105,118,101,64,111,112,101,110,115,115,104,46,99,111,109,1]),Qm=Buffer.from([Ba.TTY_OP_END]);function ka(){}var Ra=class{constructor(t){let e=t.onWrite;if(typeof e!="function")throw new Error("Missing onWrite function");this._onWrite=g=>{e(g)};let n=t.onError;if(typeof n!="function")throw new Error("Missing onError function");this._onError=g=>{n(g)};let s=t.debug;this._debug=typeof s=="function"?g=>{s(g)}:void 0;let i=t.onHeader;this._onHeader=typeof i=="function"?(...g)=>{i(...g)}:ka;let o=t.onPacket;this._onPacket=typeof o=="function"?()=>{o()}:ka;let a=t.onHandshakeComplete;typeof a!="function"&&(a=ka);let c;this._onHandshakeComplete=(...g)=>{this._debug&&this._debug("Handshake completed"),c===void 0?c=!0:c=!1;let y=this._queue;if(y){this._queue=void 0,this._debug&&this._debug(`Draining outbound queue (${y.length}) ...`);for(let _=0;_<y.length;++_){let b=y[_],C=this._packetRW.write.finalize(b);if(C===b){let L=this._cipher.allocPacket(b.length);L.set(b,5),C=L}we(this,C)}this._debug&&this._debug("... finished draining outbound queue")}c&&this._server&&this._kex.remoteExtInfoEnabled&&zm(this),a(...g)},this._queue=void 0;let f=t.messageHandlers;typeof f=="object"&&f!==null?this._handlers=f:this._handlers={},this._onPayload=Vm.bind(this),this._server=!!t.server,this._banner=void 0;let l;if(this._server){if(typeof t.hostKeys!="object"||t.hostKeys===null)throw new Error("Missing server host key(s)");this._hostKeys=t.hostKeys,typeof t.greeting=="string"&&t.greeting.length&&(l=t.greeting.slice(-2)===`\r
5
+ `),`-----BEGIN ${n} KEY-----
6
+ ${e}-----END ${n} KEY-----`}function wi(n,t){let e=Buffer.allocUnsafe(n.length+t.length);return e.set(n,0),e.set(t,n.length),e}function ua(n,t){let e=n.length,r=n._pos||0;for(let s=0;s<t;++s){let i=e-r;if(r>=e||i<4)return!1;let o=bi(n,r);if(i<4+o)return!1;r+=4+o}return n._pos=r,!0}function Ii(n,t){let e=new Re.Writer;return e.startSequence(),e.startSequence(),e.writeOID("1.2.840.113549.1.1.1"),e.writeNull(),e.endSequence(),e.startSequence(Re.BitString),e.writeByte(0),e.startSequence(),e.writeBuffer(n,Re.Integer),e.writeBuffer(t,Re.Integer),e.endSequence(),e.endSequence(),e.endSequence(),An("PUBLIC",e.buffer)}function Ci(n,t){let e=Buffer.allocUnsafe(15+t.length+4+n.length);Mt(e,7,0),e.utf8Write("ssh-rsa",4,7);let r=11;return Mt(e,t.length,r),e.set(t,r+=4),Mt(e,n.length,r+=t.length),e.set(n,r+4),e}var Su=(()=>{function n(r,s,i,o,a,c,f,l){let u=new Re.Writer;return u.startSequence(),u.writeInt(0,Re.Integer),u.writeBuffer(r,Re.Integer),u.writeBuffer(s,Re.Integer),u.writeBuffer(i,Re.Integer),u.writeBuffer(o,Re.Integer),u.writeBuffer(a,Re.Integer),u.writeBuffer(c,Re.Integer),u.writeBuffer(f,Re.Integer),u.writeBuffer(l,Re.Integer),u.endSequence(),u.buffer}function t(r){return BigInt(`0x${r.hexSlice(0,r.length)}`)}function e(r){let s=r.toString(16);if((s.length&1)!==0)s=`0${s}`;else{let i=s.charCodeAt(0);(i===56||i===57||i>=97&&i<=102)&&(s=`00${s}`)}return Buffer.from(s,"hex")}return function(s,i,o,a,c,f){let l=t(o),u=e(l%(t(c)-1n)),h=e(l%(t(f)-1n));return An("RSA PRIVATE",n(s,i,o,c,f,u,h,a))}})();function vi(n,t,e,r){let s=new Re.Writer;return s.startSequence(),s.startSequence(),s.writeOID("1.2.840.10040.4.1"),s.startSequence(),s.writeBuffer(n,Re.Integer),s.writeBuffer(t,Re.Integer),s.writeBuffer(e,Re.Integer),s.endSequence(),s.endSequence(),s.startSequence(Re.BitString),s.writeByte(0),s.writeBuffer(r,Re.Integer),s.endSequence(),s.endSequence(),An("PUBLIC",s.buffer)}function ki(n,t,e,r){let s=Buffer.allocUnsafe(15+n.length+4+t.length+4+e.length+4+r.length);Mt(s,7,0),s.utf8Write("ssh-dss",4,7);let i=11;return Mt(s,n.length,i),s.set(n,i+=4),Mt(s,t.length,i+=n.length),s.set(t,i+=4),Mt(s,e.length,i+=t.length),s.set(e,i+=4),Mt(s,r.length,i+=e.length),s.set(r,i+4),s}function wu(n,t,e,r,s){let i=new Re.Writer;return i.startSequence(),i.writeInt(0,Re.Integer),i.writeBuffer(n,Re.Integer),i.writeBuffer(t,Re.Integer),i.writeBuffer(e,Re.Integer),i.writeBuffer(r,Re.Integer),i.writeBuffer(s,Re.Integer),i.endSequence(),An("DSA PRIVATE",i.buffer)}function Iu(n){let t=new Re.Writer;return t.startSequence(),t.startSequence(),t.writeOID("1.3.101.112"),t.endSequence(),t.startSequence(Re.BitString),t.writeByte(0),t._ensure(n.length),t._buf.set(n,t._offset),t._offset+=n.length,t.endSequence(),t.endSequence(),An("PUBLIC",t.buffer)}function Cu(n){let t=Buffer.allocUnsafe(19+n.length);return Mt(t,11,0),t.utf8Write("ssh-ed25519",4,11),Mt(t,n.length,15),t.set(n,19),t}function Qg(n){let t=new Re.Writer;return t.startSequence(),t.writeInt(0,Re.Integer),t.startSequence(),t.writeOID("1.3.101.112"),t.endSequence(),t.startSequence(Re.OctetString),t.writeBuffer(n,Re.OctetString),t.endSequence(),t.endSequence(),An("PRIVATE",t.buffer)}function da(n,t){let e=new Re.Writer;return e.startSequence(),e.startSequence(),e.writeOID("1.2.840.10045.2.1"),e.writeOID(n),e.endSequence(),e.startSequence(Re.BitString),e.writeByte(0),e._ensure(t.length),e._buf.set(t,e._offset),e._offset+=t.length,e.endSequence(),e.endSequence(),An("PUBLIC",e.buffer)}function ha(n,t){let e;switch(n){case"1.2.840.10045.3.1.7":e="nistp256";break;case"1.3.132.0.34":e="nistp384";break;case"1.3.132.0.35":e="nistp521";break;default:return}let r=Buffer.allocUnsafe(39+t.length);return Mt(r,19,0),r.utf8Write(`ecdsa-sha2-${e}`,4,19),Mt(r,8,23),r.utf8Write(e,27,8),Mt(r,t.length,35),r.set(t,39),r}function Wg(n,t,e){let r=new Re.Writer;return r.startSequence(),r.writeInt(1,Re.Integer),r.writeBuffer(e,Re.OctetString),r.startSequence(160),r.writeOID(n),r.endSequence(),r.startSequence(161),r.startSequence(Re.BitString),r.writeByte(0),r._ensure(t.length),r._buf.set(t,r._offset),r._offset+=t.length,r.endSequence(),r.endSequence(),r.endSequence(),An("EC PRIVATE",r.buffer)}function qg(n,t){let e=Tg(n);return e.setPrivateKey(t),e.getPublicKey()}var Bi={sign:typeof bu=="function"?function(t,e){let r=this[mn];if(r===null)return new Error("No private key available");(!e||typeof e!="string")&&(e=this[On]);try{return bu(e,t,r)}catch(s){return s}}:function(t,e){let r=this[mn];if(r===null)return new Error("No private key available");(!e||typeof e!="string")&&(e=this[On]);let s=Dg(e);s.update(t);try{return s.sign(r)}catch(i){return i}},verify:typeof xu=="function"?function(t,e,r){let s=this[Cn];if(s===null)return new Error("No public key available");(!r||typeof r!="string")&&(r=this[On]);try{return xu(r,t,s,e)}catch(i){return i}}:function(t,e,r){let s=this[Cn];if(s===null)return new Error("No public key available");(!r||typeof r!="string")&&(r=this[On]);let i=Ug(r);i.update(t);try{return i.verify(s,e)}catch(o){return o}},isPrivateKey:function(){return this[mn]!==null},getPrivatePEM:function(){return this[mn]},getPublicPEM:function(){return this[Cn]},getPublicSSH:function(){return this[Yn]},equals:function(t){let e=Bu(t);return e instanceof Error?!1:this.type===e.type&&this[mn]===e[mn]&&this[Cn]===e[Cn]&&this[Yn].equals(e[Yn])}};function Bs(n,t,e,r,s,i,o){this.type=n,this.comment=t,this[mn]=e,this[Cn]=r,this[Yn]=s,this[On]=i,this[Ur]=o}Bs.prototype=Bi;{let t=function(e,r,s){let i=[];if(e.length<8)return new Error("Malformed OpenSSH private key");let o=bi(e,0),a=bi(e,4);if(o!==a)return s?new Error("OpenSSH key integrity check failed -- bad passphrase?"):new Error("OpenSSH key integrity check failed");e._pos=8;let c,f;for(c=0;c<r;++c){let u,h,p,_,E=ve(e,e._pos,!0);if(E===void 0)return new Error("Malformed OpenSSH private key");switch(E){case"ssh-rsa":{let v=ve(e,e._pos);if(v===void 0)return new Error("Malformed OpenSSH private key");let U=ve(e,e._pos);if(U===void 0)return new Error("Malformed OpenSSH private key");let H=ve(e,e._pos);if(H===void 0)return new Error("Malformed OpenSSH private key");let C=ve(e,e._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");let F=ve(e,e._pos);if(F===void 0)return new Error("Malformed OpenSSH private key");let V=ve(e,e._pos);if(V===void 0)return new Error("Malformed OpenSSH private key");p=Ii(v,U),_=Ci(v,U),h=Su(v,U,H,C,F,V),u="sha1";break}case"ssh-dss":{let v=ve(e,e._pos);if(v===void 0)return new Error("Malformed OpenSSH private key");let U=ve(e,e._pos);if(U===void 0)return new Error("Malformed OpenSSH private key");let H=ve(e,e._pos);if(H===void 0)return new Error("Malformed OpenSSH private key");let C=ve(e,e._pos);if(C===void 0)return new Error("Malformed OpenSSH private key");let F=ve(e,e._pos);if(F===void 0)return new Error("Malformed OpenSSH private key");p=vi(v,U,H,C),_=ki(v,U,H,C),h=wu(v,U,H,C,F),u="sha1";break}case"ssh-ed25519":{if(!la)return new Error(`Unsupported OpenSSH private key type: ${E}`);let v=ve(e,e._pos);if(v===void 0||v.length!==32)return new Error("Malformed OpenSSH private key");let U=ve(e,e._pos);if(U===void 0||U.length!==64)return new Error("Malformed OpenSSH private key");p=Iu(v),_=Cu(v),h=Qg(hr(U,0,32)),u=null;break}case"ecdsa-sha2-nistp256":u="sha256",f="1.2.840.10045.3.1.7";case"ecdsa-sha2-nistp384":u===void 0&&(u="sha384",f="1.3.132.0.34");case"ecdsa-sha2-nistp521":{if(u===void 0&&(u="sha512",f="1.3.132.0.35"),!ua(e,1))return new Error("Malformed OpenSSH private key");let v=ve(e,e._pos);if(v===void 0)return new Error("Malformed OpenSSH private key");let U=ve(e,e._pos);if(U===void 0)return new Error("Malformed OpenSSH private key");p=da(f,v),_=ha(f,v),h=Wg(f,v,U);break}default:return new Error(`Unsupported OpenSSH private key type: ${E}`)}let b=ve(e,e._pos,!0);if(b===void 0)return new Error("Malformed OpenSSH private key");i.push(new Bs(E,b,h,p,_,u,s))}let l=0;for(c=e._pos;c<e.length;++c)if(e[c]!==++l%255)return new Error("Malformed OpenSSH private key");return i},n=/^-----BEGIN OPENSSH PRIVATE KEY-----(?:\r\n|\n)([\s\S]+)(?:\r\n|\n)-----END OPENSSH PRIVATE KEY-----$/;Bs.parse=(e,r)=>{let s=n.exec(e);if(s===null)return null;let i,o=Buffer.from(s[1],"base64");if(o.length<31)return new Error("Malformed OpenSSH private key");let a=o.utf8Slice(0,15);if(a!=="openssh-key-v1\0")return new Error(`Unsupported OpenSSH key magic: ${a}`);let c=ve(o,15,!0);if(c===void 0)return new Error("Malformed OpenSSH private key");if(c!=="none"&&Fg.indexOf(c)===-1)return new Error(`Unsupported cipher for OpenSSH key: ${c}`);let f=ve(o,o._pos,!0);if(f===void 0)return new Error("Malformed OpenSSH private key");if(f!=="none"){if(c==="none")return new Error("Malformed OpenSSH private key");if(f!=="bcrypt")return new Error(`Unsupported kdf name for OpenSSH key: ${f}`);if(!r)return new Error("Encrypted private OpenSSH key detected, but no passphrase given")}else if(c!=="none")return new Error("Malformed OpenSSH private key");let l,u,h;c!=="none"&&(l=Si[c]);let p=ve(o,o._pos);if(p===void 0)return new Error("Malformed OpenSSH private key");if(p.length)switch(f){case"none":return new Error("Malformed OpenSSH private key");case"bcrypt":{let E=ve(p,0);if(E===void 0||p._pos+4>p.length)return new Error("Malformed OpenSSH private key");let b=bi(p,p._pos),v=Buffer.allocUnsafe(l.keyLen+l.ivLen);if(Og(r,r.length,E,E.length,v,v.length,b)!==0)return new Error("Failed to generate information to decrypt key");u=hr(v,0,l.keyLen),h=hr(v,l.keyLen,v.length);break}}else if(f!=="none")return new Error("Malformed OpenSSH private key");if(o._pos+3>=o.length)return new Error("Malformed OpenSSH private key");let _=bi(o,o._pos);if(o._pos+=4,_>0){for(let b=0;b<_;++b){let v=ve(o,o._pos);if(v===void 0)return new Error("Malformed OpenSSH private key");if(ve(v,0,!0)===void 0)return new Error("Malformed OpenSSH private key")}let E=ve(o,o._pos);if(E===void 0)return new Error("Malformed OpenSSH private key");if(u!==void 0){if(E.length<l.blockLen||E.length%l.blockLen!==0)return new Error("Malformed OpenSSH private key");try{let b={authTagLength:l.authLen},v=fa(l.sslName,u,h,b);if(v.setAutoPadding(!1),l.authLen>0){if(o.length-o._pos<l.authLen)return new Error("Malformed OpenSSH private key");v.setAuthTag(hr(o,o._pos,o._pos+=l.authLen))}E=wi(v.update(E),v.final())}catch(b){return b}}if(o._pos!==o.length)return new Error("Malformed OpenSSH private key");i=t(E,_,u!==void 0)}else i=[];return i instanceof Error?i:i[0]}}function Rs(n,t,e,r,s,i,o){this.type=n,this.comment=t,this[mn]=e,this[Cn]=r,this[Yn]=s,this[On]=i,this[Ur]=o}Rs.prototype=Bi;{let n=/^-----BEGIN (RSA|DSA|EC) PRIVATE KEY-----(?:\r\n|\n)((?:[^:]+:\s*[\S].*(?:\r\n|\n))*)([\s\S]+)(?:\r\n|\n)-----END (RSA|DSA|EC) PRIVATE KEY-----$/;Rs.parse=(t,e)=>{let r=n.exec(t);if(r===null)return null;let s=Buffer.from(r[3],"base64"),i=r[2],o=!1;if(i!==void 0){i=i.split(/\r\n|\n/g);for(let _=0;_<i.length;++_){let E=i[_],b=E.indexOf(":");if(E.slice(0,b)==="DEK-Info"){let v=E.slice(b+2);if(b=v.indexOf(","),b===-1)continue;let U=v.slice(0,b).toLowerCase();if(Mg.indexOf(U)===-1)return new Error(`Cipher (${U}) not supported for encrypted OpenSSH private key`);let H=ca[U];if(!H)return new Error(`Cipher (${U}) not supported for encrypted OpenSSH private key`);let C=Buffer.from(v.slice(b+1),"hex");if(C.length!==H.ivLen)return new Error("Malformed encrypted OpenSSH private key");if(!e)return new Error("Encrypted OpenSSH private key detected, but no passphrase given");let F=hr(C,0,8),V=xi("md5").update(e).update(F).digest();for(;V.length<H.keyLen;)V=wi(V,xi("md5").update(V).update(e).update(F).digest());V.length>H.keyLen&&(V=hr(V,0,H.keyLen));try{let N=fa(U,V,C);N.setAutoPadding(!1),s=wi(N.update(s),N.final()),o=!0}catch(N){return N}}}}let a,c,f,l,u,h,p="Malformed OpenSSH private key";switch(o&&(p+=". Bad passphrase?"),r[1]){case"RSA":a="ssh-rsa",c=An("RSA PRIVATE",s);try{h=new Re.Reader(s),h.readSequence(),h.readInt();let _=h.readString(Re.Integer,!0);if(_===null)return new Error(p);let E=h.readString(Re.Integer,!0);if(E===null)return new Error(p);f=Ii(_,E),l=Ci(_,E)}catch{return new Error(p)}u="sha1";break;case"DSA":a="ssh-dss",c=An("DSA PRIVATE",s);try{h=new Re.Reader(s),h.readSequence(),h.readInt();let _=h.readString(Re.Integer,!0);if(_===null)return new Error(p);let E=h.readString(Re.Integer,!0);if(E===null)return new Error(p);let b=h.readString(Re.Integer,!0);if(b===null)return new Error(p);let v=h.readString(Re.Integer,!0);if(v===null)return new Error(p);f=vi(_,E,b,v),l=ki(_,E,b,v)}catch{return new Error(p)}u="sha1";break;case"EC":{let _,E,b;try{h=new Re.Reader(s),h.readSequence(),h.readInt(),E=h.readString(Re.OctetString,!0),h.readByte();let U=h.readLength();if(U!==null){if(h._offset=U,b=h.readOID(),b===null)return new Error(p);switch(b){case"1.2.840.10045.3.1.7":_="prime256v1",a="ecdsa-sha2-nistp256",u="sha256";break;case"1.3.132.0.34":_="secp384r1",a="ecdsa-sha2-nistp384",u="sha384";break;case"1.3.132.0.35":_="secp521r1",a="ecdsa-sha2-nistp521",u="sha512";break;default:return new Error(`Unsupported private key EC OID: ${b}`)}}else return new Error(p)}catch{return new Error(p)}c=An("EC PRIVATE",s);let v=qg(_,E);f=da(b,v),l=ha(b,v);break}}return new Rs(a,"",c,f,l,u,o)}}function Ns(n,t,e,r,s,i,o){this.type=n,this.comment=t,this[mn]=e,this[Cn]=r,this[Yn]=s,this[On]=i,this[Ur]=o}Ns.prototype=Bi;{let n=Buffer.alloc(0),t=Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),e=Buffer.from([0,0,0,0]),r=Buffer.from([0,0,0,1]),s=/^PuTTY-User-Key-File-2: (ssh-(?:rsa|dss))\r?\nEncryption: (aes256-cbc|none)\r?\nComment: ([^\r\n]*)\r?\nPublic-Lines: \d+\r?\n([\s\S]+?)\r?\nPrivate-Lines: \d+\r?\n([\s\S]+?)\r?\nPrivate-MAC: ([^\r\n]+)/;Ns.parse=(i,o)=>{let a=s.exec(i);if(a===null)return null;let c=a[2],f=c!=="none";if(f&&!o)return new Error("Encrypted PPK private key detected, but no passphrase given");let l=Buffer.from(a[5],"base64");if(f){let I=Si[c],k=wi(xi("sha1").update(e).update(o).digest(),xi("sha1").update(r).update(o).digest());k.length>I.keyLen&&(k=hr(k,0,I.keyLen));try{let R=fa(I.sslName,k,t);R.setAutoPadding(!1),l=wi(R.update(l),R.final())}catch(R){return R}}let u=a[1],h=a[3],p=Buffer.from(a[4],"base64"),_=a[6],E=u.length,b=c.length,v=Buffer.byteLength(h),U=p.length,H=l.length,C=Buffer.allocUnsafe(4+E+4+b+4+v+4+U+4+H),F=0;if(Mt(C,E,F),C.utf8Write(u,F+=4,E),Mt(C,b,F+=E),C.utf8Write(c,F+=4,b),Mt(C,v,F+=b),C.utf8Write(h,F+=4,v),Mt(C,U,F+=v),C.set(p,F+=4),Mt(C,H,F+=U),C.set(l,F+4),o||(o=n),Lg("sha1",xi("sha1").update("putty-private-key-file-mac-key").update(o).digest()).update(C).digest("hex")!==_)return f?new Error("PPK private key integrity check failed -- bad passphrase?"):new Error("PPK private key integrity check failed");let N,x,S;switch(p._pos=0,ua(p,1),u){case"ssh-rsa":{let I=ve(p,p._pos);if(I===void 0)return new Error("Malformed PPK public key");let k=ve(p,p._pos);if(k===void 0)return new Error("Malformed PPK public key");let R=ve(l,0);if(R===void 0)return new Error("Malformed PPK private key");let ne=ve(l,l._pos);if(ne===void 0)return new Error("Malformed PPK private key");let z=ve(l,l._pos);if(z===void 0)return new Error("Malformed PPK private key");let Y=ve(l,l._pos);if(Y===void 0)return new Error("Malformed PPK private key");N=Ii(k,I),x=Ci(k,I),S=Su(k,I,R,Y,ne,z);break}case"ssh-dss":{let I=ve(p,p._pos);if(I===void 0)return new Error("Malformed PPK public key");let k=ve(p,p._pos);if(k===void 0)return new Error("Malformed PPK public key");let R=ve(p,p._pos);if(R===void 0)return new Error("Malformed PPK public key");let ne=ve(p,p._pos);if(ne===void 0)return new Error("Malformed PPK public key");let z=ve(l,0);if(z===void 0)return new Error("Malformed PPK private key");N=vi(I,k,R,ne),x=ki(I,k,R,ne),S=wu(I,k,R,ne,z);break}}return new Ns(u,h,S,N,x,"sha1",f)}}function Ts(n,t,e,r,s){this.type=n,this.comment=t,this[mn]=null,this[Cn]=e,this[Yn]=r,this[On]=s,this[Ur]=!1}Ts.prototype=Bi;{let n;la?n=/^(((?:ssh-(?:rsa|dss|ed25519))|ecdsa-sha2-nistp(?:256|384|521))(?:-cert-v0[01]@openssh.com)?) ([A-Z0-9a-z/+=]+)(?:$|\s+([\S].*)?)$/:n=/^(((?:ssh-(?:rsa|dss))|ecdsa-sha2-nistp(?:256|384|521))(?:-cert-v0[01]@openssh.com)?) ([A-Z0-9a-z/+=]+)(?:$|\s+([\S].*)?)$/,Ts.parse=t=>{let e=n.exec(t);if(e===null)return null;let r=e[1],s=e[2],i=Buffer.from(e[3],"base64"),o=e[4]||"",a=ve(i,i._pos,!0);return a===void 0||a.indexOf(s)!==0?new Error("Malformed OpenSSH public key"):pa(i,s,o,r)}}function Ps(n,t,e,r,s){this.type=n,this.comment=t,this[mn]=null,this[Cn]=e,this[Yn]=r,this[On]=s,this[Ur]=!1}Ps.prototype=Bi;{let n=/^---- BEGIN SSH2 PUBLIC KEY ----(?:\r?\n)((?:.{0,72}\r?\n)+)---- END SSH2 PUBLIC KEY ----$/,t=/^[A-Z0-9a-z/+=\r\n]+$/,e=/^([\x21-\x39\x3B-\x7E]{1,64}): ((?:[^\\]*\\\r?\n)*[^\r\n]+)\r?\n/gm,r=/\\\r?\n/g;Ps.parse=s=>{let i=n.exec(s);if(i===null)return null;let o=i[1],a=0,c="";for(;i=e.exec(o);){let p=i[1],_=i[2].replace(r,"");if(_.length>1024)return e.lastIndex=0,new Error("Malformed RFC4716 public key");a=e.lastIndex,p.toLowerCase()==="comment"&&(c=_,c.length>1&&c.charCodeAt(0)===34&&c.charCodeAt(c.length-1)===34&&(c=c.slice(1,-1)))}let f=o.slice(a);if(!t.test(f))return new Error("Malformed RFC4716 public key");f=Buffer.from(f,"base64");let l=ve(f,0,!0);if(l===void 0)return new Error("Malformed RFC4716 public key");let u=null,h=null;switch(l){case"ssh-rsa":{let p=ve(f,f._pos);if(p===void 0)return new Error("Malformed RFC4716 public key");let _=ve(f,f._pos);if(_===void 0)return new Error("Malformed RFC4716 public key");u=Ii(_,p),h=Ci(_,p);break}case"ssh-dss":{let p=ve(f,f._pos);if(p===void 0)return new Error("Malformed RFC4716 public key");let _=ve(f,f._pos);if(_===void 0)return new Error("Malformed RFC4716 public key");let E=ve(f,f._pos);if(E===void 0)return new Error("Malformed RFC4716 public key");let b=ve(f,f._pos);if(b===void 0)return new Error("Malformed RFC4716 public key");u=vi(p,_,E,b),h=ki(p,_,E,b);break}default:return new Error("Malformed RFC4716 public key")}return new Ps(l,c,u,h,"sha1")}}function pa(n,t,e,r){if(!vu(t))return new Error(`Unsupported OpenSSH public key type: ${t}`);let s,i,o=null,a=null;switch(t){case"ssh-rsa":{let c=ve(n,n._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");let f=ve(n,n._pos);if(f===void 0)return new Error("Malformed OpenSSH public key");o=Ii(f,c),a=Ci(f,c),s="sha1";break}case"ssh-dss":{let c=ve(n,n._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");let f=ve(n,n._pos);if(f===void 0)return new Error("Malformed OpenSSH public key");let l=ve(n,n._pos);if(l===void 0)return new Error("Malformed OpenSSH public key");let u=ve(n,n._pos);if(u===void 0)return new Error("Malformed OpenSSH public key");o=vi(c,f,l,u),a=ki(c,f,l,u),s="sha1";break}case"ssh-ed25519":{let c=ve(n,n._pos||0);if(c===void 0||c.length!==32)return new Error("Malformed OpenSSH public key");o=Iu(c),a=Cu(c),s=null;break}case"ecdsa-sha2-nistp256":s="sha256",i="1.2.840.10045.3.1.7";case"ecdsa-sha2-nistp384":s===void 0&&(s="sha384",i="1.3.132.0.34");case"ecdsa-sha2-nistp521":{if(s===void 0&&(s="sha512",i="1.3.132.0.35"),!ua(n,1))return new Error("Malformed OpenSSH public key");let c=ve(n,n._pos||0);if(c===void 0)return new Error("Malformed OpenSSH public key");o=da(i,c),a=ha(i,c);break}default:return new Error(`Unsupported OpenSSH public key type: ${t}`)}return new Ts(r,e,o,a,s)}function vu(n){switch(n){case"ssh-rsa":case"ssh-dss":case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":case"ecdsa-sha2-nistp521":return!0;case"ssh-ed25519":if(la)return!0;default:return!1}}function ku(n){return n?typeof n[Ur]=="boolean":!1}function Bu(n,t){if(ku(n))return n;let e;if(Buffer.isBuffer(n))e=n,n=n.utf8Slice(0,n.length).trim();else if(typeof n=="string")n=n.trim();else return new Error("Key data must be a Buffer or string");if(t!=null){if(typeof t=="string")t=Buffer.from(t);else if(!Buffer.isBuffer(t))return new Error("Passphrase must be a string or Buffer when supplied")}let r;if((r=Bs.parse(n,t))!==null||(r=Rs.parse(n,t))!==null||(r=Ns.parse(n,t))!==null||(r=Ts.parse(n))!==null||(r=Ps.parse(n))!==null)return r;if(e){ks.init(e,0);let s=ks.readString(!0);s!==void 0&&(n=ks.readRaw(),n!==void 0&&(r=pa(n,s,"",s),r instanceof Error&&(r=null))),ks.clear()}return r||new Error("Unsupported key format")}Ru.exports={isParsedKey:ku,isSupportedKeyType:vu,parseDERKey:(n,t)=>pa(n,t,"",t),parseKey:Bu}});var _a=ct((Gx,Fu)=>{"use strict";var{Socket:Lu}=require("net"),{Duplex:Du}=require("stream"),{resolve:Kg}=require("path"),{readFile:Nu}=require("fs"),{execFile:Vg,spawn:Gg}=require("child_process"),{isParsedKey:Pu,parseKey:Ri}=jn(),{makeBufferParser:zg,readUInt32BE:ya,writeUInt32BE:Zt,writeUInt32LE:Tu}=gn();function Ni(n){let t=!1;return(...e)=>{t||(t=!0,n(...e))}}function Yg(n,t){let e=Buffer.allocUnsafe(n.length+t.length);return n.copy(e,0),t.copy(e,n.length),e}function ma(){}var jg=Buffer.alloc(0),xt=zg(),Pi=class{getIdentities(t){t(new Error("Missing getIdentities() implementation"))}sign(t,e,r,s){typeof r=="function"&&(s=r),s(new Error("Missing sign() implementation"))}},Mr=class extends Pi{constructor(t){super(),this.socketPath=t}getStream(t){t=Ni(t);let e=new Lu;e.on("connect",()=>{t(null,e)}),e.on("close",r).on("end",r).on("error",r),e.connect(this.socketPath);function r(){try{e.destroy()}catch{}t(new Error("Failed to connect to agent"))}}getIdentities(t){t=Ni(t),this.getStream((e,r)=>{function s(o){if(r)try{r.destroy()}catch{}o||(o=new Error("Failed to retrieve identities from agent")),t(o)}if(e)return s(e);let i=new Aa(!0);i.on("error",s),i.pipe(r).pipe(i),r.on("close",s).on("end",s).on("error",s),i.getIdentities((o,a)=>{if(o)return s(o);try{r.destroy()}catch{}t(null,a)})})}sign(t,e,r,s){typeof r=="function"?(s=r,r=void 0):(typeof r!="object"||r===null)&&(r=void 0),s=Ni(s),this.getStream((i,o)=>{function a(f){if(o)try{o.destroy()}catch{}f||(f=new Error("Failed to sign data with agent")),s(f)}if(i)return a(i);let c=new Aa(!0);c.on("error",a),c.pipe(o).pipe(c),o.on("close",a).on("end",a).on("error",a),c.sign(t,e,r,(f,l)=>{if(f)return a(f);try{o.destroy()}catch{}s(null,l)})})}},Uu=(()=>{let o=Kg(__dirname,"..","util/pagent.exe"),a={10:new Error("Invalid pagent.exe arguments"),11:new Error("Pageant is not running"),12:new Error("pagent.exe could not create an mmap"),13:new Error("pagent.exe could not set mode for stdin"),14:new Error("pagent.exe could not set mode for stdout"),15:new Error("pagent.exe did not get expected input payload")};function c(l){l.buffer=null,l.proc&&(l.proc.kill(),l.proc=void 0)}class f extends Du{constructor(){super(),this.proc=void 0,this.buffer=null}_read(u){}_write(u,h,p){if(this.buffer===null)this.buffer=u;else{let v=Buffer.allocUnsafe(this.buffer.length+u.length);this.buffer.copy(v,0),u.copy(v,this.buffer.length),this.buffer=v}if(this.buffer.length<4)return p();let _=ya(this.buffer,0);if(this.buffer.length-4<_)return p();if(u=this.buffer.slice(0,4+_),this.buffer.length>4+_)return p(new Error("Unexpected multiple agent requests"));this.buffer=null;let E,b=this.proc=Gg(o,[u.length]);b.stdout.on("data",v=>{this.push(v)}),b.on("error",v=>{E=v,p(E)}),b.on("close",v=>{if(this.proc=void 0,!E){if(E=a[v])return p(E);p()}}),b.stdin.end(u)}_final(u){c(this),u()}_destroy(u,h){c(this),h()}}return class extends Mr{getStream(u){u(null,new f)}}})(),$u=(()=>{let n=/^!<socket >(\d+) s ([A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8})/;return class extends Mr{getStream(e){e=Ni(e);let r=this.socketPath,s=!1;Nu(r,function i(o,a){if(o){if(s)return e(new Error("Invalid cygwin unix socket path"));Vg("cygpath",["-w",r],(V,N,x)=>{if(V||N.length===0)return e(new Error("Invalid cygwin unix socket path"));s=!0,r=N.toString().replace(/[\r\n]/g,""),Nu(r,i)});return}let c=n.exec(a.toString("ascii"));if(!c)return e(new Error("Malformed cygwin unix socket file"));let f,l=0,u=!1,h=[],p,_=Buffer.alloc(12),E=parseInt(c[1],10),b=c[2].replace(/-/g,""),v=Buffer.allocUnsafe(16);for(let V=0,N=0;N<32;++V,N+=2)v[V]=parseInt(b.substring(N,N+2),16);for(let V=0;V<16;V+=4)Tu(v,ya(v,V),V);F();function U(){l=0,f="secret",p.write(v)}function H(V){if(l+=V.length,f==="secret"){l===16&&(l=0,f="creds",p.write(_));return}if(f==="creds"&&(u||h.push(V),l===12)){if(p.removeListener("connect",U),p.removeListener("data",H),p.removeListener("error",C),p.removeListener("end",C),p.removeListener("close",C),u)return e(null,p);u=!0,_=Buffer.concat(h),Tu(_,process.pid,0),p.on("error",()=>{}),p.destroy(),F()}}function C(){e(new Error("Problem negotiating cygwin unix socket security"))}function F(){p=new Lu,p.on("connect",U),p.on("data",H),p.on("error",C),p.on("end",C),p.on("close",C),p.connect(E)}})}}})(),Xg=/^[/\\][/\\]\.[/\\]pipe[/\\].+/;function Mu(n){return process.platform==="win32"&&!Xg.test(n)?n==="pageant"?new Uu:new $u(n):new Mr(n)}var Aa=(()=>{function f(x){let S;for(;x[U].length;){let I=x[U][0][u];if(I===void 0)break;x[U].shift(),S=x.push(I)}return S}let l=Symbol("Inbound Request Type"),u=Symbol("Inbound Request Response"),h=Symbol("Inbound Request Context");class p{constructor(S,I){this[l]=S,this[u]=void 0,this[h]=I}hasResponded(){return this[u]!==void 0}getType(){return this[l]}getContext(){return this[h]}}function _(x,S,I){return S[u]=I,f(x)}function E(x){if(x[C]=null,x[H]===0){let S=x[U];if(S&&S.length){x[U]=[];for(let I of S)I.cb(new Error("No reply from server"))}}try{x.end()}catch{}setImmediate(()=>{x[N]||x.emit("end"),x[V]||x.emit("close")})}function b(){this[V]=!0}function v(){this[N]=!0}let U=Symbol("Requests"),H=Symbol("Agent Protocol Role"),C=Symbol("Agent Protocol Buffer"),F=Symbol("Agent Protocol Current Message Length"),V=Symbol("Agent Protocol Closed"),N=Symbol("Agent Protocol Ended");return class extends Du{constructor(S){super({autoDestroy:!0,emitClose:!1}),this[H]=S?0:1,this[U]=[],this[C]=null,this[F]=-1,this.once("end",v),this.once("close",b)}_read(S){}_write(S,I,k){this[C]===null?this[C]=S:this[C]=Yg(this[C],S);let R=this[C],ne=R.length,z=0;for(;z<ne&&!(ne<5||(this[F]===-1&&(this[F]=ya(R,z)),ne<4+this[F]));){let Y=R[z+=4];if(++z,this[H]===0){if(this[U].length===0)return k(new Error("Received unexpected message from server"));let te=this[U].shift();switch(Y){case 5:te.cb(new Error("Agent responded with failure"));break;case 12:{if(te.type!==11)return k(new Error("Agent responded with wrong message type"));xt.init(R,z);let ce=xt.readUInt32BE();if(ce===void 0)return xt.clear(),k(new Error("Malformed agent response"));let $=[];for(let B=0;B<ce;++B){let T=xt.readString();if(T===void 0)return xt.clear(),k(new Error("Malformed agent response"));let Q=xt.readString(!0);if(Q===void 0)return xt.clear(),k(new Error("Malformed agent response"));T=Ri(T),!(T instanceof Error)&&(T.comment=T.comment||Q,$.push(T))}z=xt.pos(),xt.clear(),te.cb(null,$);break}case 14:{if(te.type!==13)return k(new Error("Agent responded with wrong message type"));xt.init(R,z);let ce=xt.readString();if(z=xt.pos(),xt.clear(),ce===void 0)return k(new Error("Malformed agent response"));if(xt.init(ce,0),xt.readString(!0),ce=xt.readString(),xt.clear(),ce===void 0)return k(new Error("Malformed OpenSSH signature format"));te.cb(null,ce);break}default:return k(new Error("Agent responded with unsupported message type"))}}else switch(Y){case 11:{let te=new p(Y);this[U].push(te),this.emit("identities",te);break}case 13:{xt.init(R,z);let te=xt.readString(),ce=xt.readString(),$=xt.readUInt32BE();if(z=xt.pos(),xt.clear(),$===void 0){let ee=new p(Y);return this[U].push(ee),this.failureReply(ee)}if(te=Ri(te),te instanceof Error){let ee=new p(Y);return this[U].push(ee),this.failureReply(ee)}let B={hash:void 0},T;te.type==="ssh-rsa"&&($&2?(T="rsa-sha2-256",B.hash="sha256"):$&4&&(T="rsa-sha2-512",B.hash="sha512")),T===void 0&&(T=te.type);let Q=new p(Y,T);this[U].push(Q),this.emit("sign",Q,te,ce,B);break}default:{let te=new p(Y);this[U].push(te),this.failureReply(te)}}if(this[F]=-1,z===ne){this[C]=null;break}else this[C]=R=R.slice(z),ne=R.length,z=0}k()}_destroy(S,I){E(this),I()}_final(S){E(this),S()}sign(S,I,k,R){if(this[H]!==0)throw new Error("Client-only method called with server role");typeof k=="function"?(R=k,k=void 0):(typeof k!="object"||k===null)&&(k=void 0);let ne=0;if(S=Ri(S),S instanceof Error)throw new Error("Invalid public key argument");if(S.type==="ssh-rsa"&&k)switch(k.hash){case"sha256":ne=2;break;case"sha512":ne=4;break}S=S.getPublicSSH();let z=13,Y=S.length,te=I.length,ce=0,$=Buffer.allocUnsafe(9+Y+4+te+4);return Zt($,$.length-4,ce),$[ce+=4]=z,Zt($,Y,++ce),S.copy($,ce+=4),Zt($,te,ce+=Y),I.copy($,ce+=4),Zt($,ne,ce+=te),typeof R!="function"&&(R=ma),this[U].push({type:z,cb:R}),this.push($)}getIdentities(S){if(this[H]!==0)throw new Error("Client-only method called with server role");let I=11,k=0,R=Buffer.allocUnsafe(5);return Zt(R,R.length-4,k),R[k+=4]=I,typeof S!="function"&&(S=ma),this[U].push({type:I,cb:S}),this.push(R)}failureReply(S){if(this[H]!==1)throw new Error("Server-only method called with client role");if(!(S instanceof p))throw new Error("Wrong request argument");if(S.hasResponded())return!0;let I=0,k=Buffer.allocUnsafe(5);return Zt(k,k.length-4,I),k[I+=4]=5,_(this,S,k)}getIdentitiesReply(S,I){if(this[H]!==1)throw new Error("Server-only method called with client role");if(!(S instanceof p))throw new Error("Wrong request argument");if(S.hasResponded())return!0;if(S.getType()!==11)throw new Error("Invalid response to request");if(!Array.isArray(I))throw new Error("Keys argument must be an array");let k=4,R=[];for(let Y=0;Y<I.length;++Y){let te=I[Y];if(typeof te!="object"||te===null)throw new Error(`Invalid key entry: ${te}`);let ce,$;if(Pu(te))ce=te;else if(Pu(te.pubKey))ce=te.pubKey;else if(typeof te.pubKey!="object"||te.pubKey===null||({pubKey:ce,comment:$}=te.pubKey,ce=Ri(ce),ce instanceof Error))continue;$=ce.comment||$,ce=ce.getPublicSSH(),k+=4+ce.length,$&&typeof $=="string"?$=Buffer.from($):Buffer.isBuffer($)||($=jg),k+=4+$.length,R.push({pubKey:ce,comment:$})}let ne=0,z=Buffer.allocUnsafe(5+k);Zt(z,z.length-4,ne),z[ne+=4]=12,Zt(z,R.length,++ne),ne+=4;for(let Y=0;Y<R.length;++Y){let{pubKey:te,comment:ce}=R[Y];Zt(z,te.length,ne),te.copy(z,ne+=4),Zt(z,ce.length,ne+=te.length),ne+=4,ce.length&&(ce.copy(z,ne),ne+=ce.length)}return _(this,S,z)}signReply(S,I){if(this[H]!==1)throw new Error("Server-only method called with client role");if(!(S instanceof p))throw new Error("Wrong request argument");if(S.hasResponded())return!0;if(S.getType()!==13)throw new Error("Invalid response to request");if(!Buffer.isBuffer(I))throw new Error("Signature argument must be a Buffer");if(I.length===0)throw new Error("Signature argument must be non-empty");let k=0,R=S.getContext(),ne=Buffer.byteLength(R),z=Buffer.allocUnsafe(13+ne+4+I.length);return Zt(z,z.length-4,k),z[k+=4]=14,Zt(z,4+ne+4+I.length,++k),Zt(z,ne,k+=4),z.utf8Write(R,k+=4,ne),Zt(z,I.length,k+=ne),I.copy(z,k+=4),_(this,S,z)}}})(),ga=Symbol("Agent"),En=Symbol("Agent Keys"),Fn=Symbol("Agent Keys Index"),$r=Symbol("Agent Init Callbacks"),Ea=class{constructor(t){if(typeof t=="string")t=Mu(t);else if(!Ou(t))throw new Error("Invalid agent argument");this[ga]=t,this[En]=null,this[Fn]=-1,this[$r]=null}init(t){if(typeof t!="function"&&(t=ma),this[En]===null)if(this[$r]===null){this[$r]=[t];let e=(...r)=>{process.nextTick(()=>{let s=this[$r];this[$r]=null;for(let i of s)i(...r)})};this[ga].getIdentities(Ni((r,s)=>{if(r)return e(r);if(!Array.isArray(s))return e(new Error("Agent implementation failed to provide keys"));let i=[];for(let o of s)o=Ri(o),!(o instanceof Error)&&i.push(o);this[En]=i,this[Fn]=-1,e()}))}else this[$r].push(t);else process.nextTick(t)}nextKey(){return this[En]===null||++this[Fn]>=this[En].length?!1:this[En][this[Fn]]}currentKey(){return this[En]===null||this[Fn]>=this[En].length?null:this[En][this[Fn]]}pos(){return this[En]===null||this[Fn]>=this[En].length?-1:this[Fn]}reset(){this[Fn]=-1}sign(...t){this[ga].sign(...t)}};function Ou(n){return n instanceof Pi}Fu.exports={AgentContext:Ea,AgentProtocol:Aa,BaseAgent:Pi,createAgent:Mu,CygwinAgent:$u,isAgent:Ou,OpenSSHAgent:Mr,PageantAgent:Uu}});var Ca=ct((zx,Hu)=>{"use strict";var{kMaxLength:Jg}=require("buffer"),{createInflate:Zg,constants:{DEFLATE:em,INFLATE:tm,Z_DEFAULT_CHUNK:nm,Z_DEFAULT_COMPRESSION:rm,Z_DEFAULT_MEMLEVEL:im,Z_DEFAULT_STRATEGY:sm,Z_DEFAULT_WINDOWBITS:om,Z_PARTIAL_FLUSH:am}}=require("zlib"),cm=Zg()._handle.constructor;function fm(){throw new Error("Should not get here")}function lm(n,t,e){let r=this._owner,s=new Error(n);s.errno=t,s.code=e,r._err=s}function Ia(n){n._handle&&(n._handle.close(),n._handle=null)}var Ls=class{constructor(t){let e=om,r=rm,s=im,i=sm,o=void 0;this._err=void 0,this._writeState=new Uint32Array(2),this._chunkSize=nm,this._maxOutputLength=Jg,this._outBuffer=Buffer.allocUnsafe(this._chunkSize),this._outOffset=0,this._handle=new cm(t),this._handle._owner=this,this._handle.onerror=lm,this._handle.init(e,r,s,i,this._writeState,fm,o)}writeSync(t,e){let r=this._handle;if(!r)throw new Error("Invalid Zlib instance");let s=t.length,i=this._chunkSize-this._outOffset,o=0,a,c,f,l=0,u=this._writeState,h=this._outBuffer,p=this._outOffset,_=this._chunkSize;for(;;){if(r.writeSync(am,t,o,s,h,p,i),this._err)throw this._err;a=u[0],c=u[1];let b=s-c,v=i-a;if(v>0){let U=p===0&&v===h.length?h:h.slice(p,p+v);if(p+=v,f?f.push===void 0?f=[f,U]:f.push(U):f=U,l+=U.byteLength,l>this._maxOutputLength)throw Ia(this),new Error(`Output length exceeded maximum of ${this._maxOutputLength}`)}else if(v!==0)throw new Error("have should not go down");if((a===0||p>=_)&&(i=_,p=0,h=Buffer.allocUnsafe(_)),a===0)o+=b,s=c;else break}if(this._outBuffer=h,this._outOffset=p,l===0&&(f=Buffer.alloc(0)),e)return f.totalLen=l,f;if(f.push===void 0)return f;let E=Buffer.allocUnsafe(l);for(let b=0,v=0;b<f.length;++b){let U=f[b];E.set(U,v),v+=U.length}return E}},ba=class{constructor(t){this.allocStart=0,this.allocStartKEX=0,this._protocol=t,this._zlib=new Ls(em)}cleanup(){this._zlib&&Ia(this._zlib)}alloc(t,e){return Buffer.allocUnsafe(t)}finalize(t,e){if(this._protocol._kexinit===void 0||e){let r=this._zlib.writeSync(t,!0),s=this._protocol._cipher.allocPacket(r.totalLen);if(r.push===void 0)s.set(r,5);else for(let i=0,o=5;i<r.length;++i){let a=r[i];s.set(a,o),o+=a.length}return s}return t}},xa=class{constructor(t){this.allocStart=5,this.allocStartKEX=5,this._protocol=t}cleanup(){}alloc(t,e){return this._protocol._kexinit===void 0||e?this._protocol._cipher.allocPacket(t):Buffer.allocUnsafe(t)}finalize(t,e){return t}},Sa=class{constructor(){this._zlib=new Ls(tm)}cleanup(){this._zlib&&Ia(this._zlib)}read(t){return this._zlib.writeSync(t,!1)}},wa=class{cleanup(){}read(t){return t}};Hu.exports={PacketReader:wa,PacketWriter:xa,ZlibPacketReader:Sa,ZlibPacketWriter:ba}});var Vu=ct((Yx,Ku)=>{"use strict";var{bufferSlice:va,bufferParser:D,doFatalError:gt,sigSSHToASN1:Qu,writeUInt32BE:Wu}=gn(),{CHANNEL_OPEN_FAILURE:um,COMPAT:dm,MESSAGE:Et,TERMINAL_MODE:qu}=Mn(),{parseKey:hm}=jn(),pm=Array.from(Object.entries(qu)).reduce((n,[t,e])=>({...n,[t]:e}),{});Ku.exports={[Et.DISCONNECT]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readString(!0),s=D.readString();if(D.clear(),s===void 0)return gt(n,"Inbound: Malformed DISCONNECT packet");n._debug&&n._debug(`Inbound: Received DISCONNECT (${e}, "${r}")`);let i=n._handlers.DISCONNECT;i&&i(n,e,r)},[Et.IGNORE]:(n,t)=>{n._debug&&n._debug("Inbound: Received IGNORE")},[Et.UNIMPLEMENTED]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE();if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed UNIMPLEMENTED packet");n._debug&&n._debug(`Inbound: Received UNIMPLEMENTED (seqno ${e})`)},[Et.DEBUG]:(n,t)=>{D.init(t,1);let e=D.readBool(),r=D.readString(!0),s=D.readString();if(D.clear(),s===void 0)return gt(n,"Inbound: Malformed DEBUG packet");n._debug&&n._debug("Inbound: Received DEBUG");let i=n._handlers.DEBUG;i&&i(n,e,r)},[Et.SERVICE_REQUEST]:(n,t)=>{D.init(t,1);let e=D.readString(!0);if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed SERVICE_REQUEST packet");n._debug&&n._debug(`Inbound: Received SERVICE_REQUEST (${e})`);let r=n._handlers.SERVICE_REQUEST;r&&r(n,e)},[Et.SERVICE_ACCEPT]:(n,t)=>{D.init(t,1);let e=D.readString(!0);if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed SERVICE_ACCEPT packet");n._debug&&n._debug(`Inbound: Received SERVICE_ACCEPT (${e})`);let r=n._handlers.SERVICE_ACCEPT;r&&r(n,e)},[Et.EXT_INFO]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r;if(e!==void 0){r=[];for(let i=0;i<e;++i){let o=D.readString(!0),a=D.readString();if(a!==void 0)if(o==="server-sig-algs"){let c=a.latin1Slice(0,a.length).split(",");r.push({name:o,algs:c});continue}else continue;r=void 0;break}}if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed EXT_INFO packet");n._debug&&n._debug("Inbound: Received EXT_INFO");let s=n._handlers.EXT_INFO;s&&s(n,r)},[Et.USERAUTH_REQUEST]:(n,t)=>{D.init(t,1);let e=D.readString(!0),r=D.readString(!0),s=D.readString(!0),i,o;switch(s){case"none":i=null;break;case"password":{let c=D.readBool();if(c!==void 0&&(i=D.readString(!0),i!==void 0&&c)){let f=D.readString(!0);f!==void 0?i={oldPassword:i,newPassword:f}:i=void 0}break}case"publickey":{let c=D.readBool();if(c!==void 0){let f=D.readString(!0),l=f,u=D.readString(),h;switch(f){case"rsa-sha2-256":l="ssh-rsa",h="sha256";break;case"rsa-sha2-512":l="ssh-rsa",h="sha512";break}if(c){let p=D.pos(),_=D.readString();if(_!==void 0&&(_.length>4+f.length+4&&_.utf8Slice(4,4+f.length)===f&&(_=va(_,4+f.length+4)),_=Qu(_,l),_)){let E=n._kex.sessionID,b=Buffer.allocUnsafe(4+E.length+p);Wu(b,E.length,0),b.set(E,4),b.set(new Uint8Array(t.buffer,t.byteOffset,p),4+E.length),i={keyAlgo:l,key:u,signature:_,blob:b,hashAlgo:h}}}else i={keyAlgo:l,key:u,hashAlgo:h},o="publickey -- check"}break}case"hostbased":{let c=D.readString(!0),f=c,l=D.readString(),u=D.readString(!0),h=D.readString(!0),p;switch(c){case"rsa-sha2-256":f="ssh-rsa",p="sha256";break;case"rsa-sha2-512":f="ssh-rsa",p="sha512";break}let _=D.pos(),E=D.readString();if(E!==void 0&&(E.length>4+c.length+4&&E.utf8Slice(4,4+c.length)===c&&(E=va(E,4+c.length+4)),E=Qu(E,f),E!==void 0)){let b=n._kex.sessionID,v=Buffer.allocUnsafe(4+b.length+_);Wu(v,b.length,0),v.set(b,4),v.set(new Uint8Array(t.buffer,t.byteOffset,_),4+b.length),i={keyAlgo:f,key:l,signature:E,blob:v,localHostname:u,localUsername:h,hashAlgo:p}}break}case"keyboard-interactive":D.skipString(),i=D.readList();break;default:s!==void 0&&(i=D.readRaw())}if(D.clear(),i===void 0)return gt(n,"Inbound: Malformed USERAUTH_REQUEST packet");o===void 0&&(o=s),n._authsQueue.push(s),n._debug&&n._debug(`Inbound: Received USERAUTH_REQUEST (${o})`);let a=n._handlers.USERAUTH_REQUEST;a&&a(n,e,r,s,i)},[Et.USERAUTH_FAILURE]:(n,t)=>{D.init(t,1);let e=D.readList(),r=D.readBool();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed USERAUTH_FAILURE packet");n._debug&&n._debug(`Inbound: Received USERAUTH_FAILURE (${e})`),n._authsQueue.shift();let s=n._handlers.USERAUTH_FAILURE;s&&s(n,e,r)},[Et.USERAUTH_SUCCESS]:(n,t)=>{n._debug&&n._debug("Inbound: Received USERAUTH_SUCCESS"),n._authsQueue.shift();let e=n._handlers.USERAUTH_SUCCESS;e&&e(n)},[Et.USERAUTH_BANNER]:(n,t)=>{D.init(t,1);let e=D.readString(!0),r=D.readString();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed USERAUTH_BANNER packet");n._debug&&n._debug("Inbound: Received USERAUTH_BANNER");let s=n._handlers.USERAUTH_BANNER;s&&s(n,e)},60:(n,t)=>{if(!n._authsQueue.length){n._debug&&n._debug("Inbound: Received payload type 60 without auth");return}switch(n._authsQueue[0]){case"password":{D.init(t,1);let e=D.readString(!0),r=D.readString();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed USERAUTH_PASSWD_CHANGEREQ packet");n._debug&&n._debug("Inbound: Received USERAUTH_PASSWD_CHANGEREQ");let s=n._handlers.USERAUTH_PASSWD_CHANGEREQ;s&&s(n,e);break}case"publickey":{D.init(t,1);let e=D.readString(!0),r=D.readString();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed USERAUTH_PK_OK packet");n._debug&&n._debug("Inbound: Received USERAUTH_PK_OK"),n._authsQueue.shift();let s=n._handlers.USERAUTH_PK_OK;s&&s(n,e,r);break}case"keyboard-interactive":{D.init(t,1);let e=D.readString(!0),r=D.readString(!0);D.readString();let s=D.readUInt32BE(),i;if(s!==void 0){i=new Array(s);let a;for(a=0;a<s;++a){let c=D.readString(!0),f=D.readBool();if(f===void 0)break;i[a]={prompt:c,echo:f}}a!==s&&(i=void 0)}if(D.clear(),i===void 0)return gt(n,"Inbound: Malformed USERAUTH_INFO_REQUEST packet");n._debug&&n._debug("Inbound: Received USERAUTH_INFO_REQUEST");let o=n._handlers.USERAUTH_INFO_REQUEST;o&&o(n,e,r,i);break}default:n._debug&&n._debug("Inbound: Received unexpected payload type 60")}},61:(n,t)=>{if(!n._authsQueue.length){n._debug&&n._debug("Inbound: Received payload type 61 without auth");return}if(n._authsQueue[0]!=="keyboard-interactive")return gt(n,"Inbound: Received unexpected payload type 61");D.init(t,1);let e=D.readUInt32BE(),r;if(e!==void 0){r=new Array(e);let i;for(i=0;i<e;++i){let o=D.readString(!0);if(o===void 0)break;r[i]=o}i!==e&&(r=void 0)}if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed USERAUTH_INFO_RESPONSE packet");n._debug&&n._debug("Inbound: Received USERAUTH_INFO_RESPONSE");let s=n._handlers.USERAUTH_INFO_RESPONSE;s&&s(n,r)},[Et.GLOBAL_REQUEST]:(n,t)=>{D.init(t,1);let e=D.readString(!0),r=D.readBool(),s;if(r!==void 0)switch(e){case"tcpip-forward":case"cancel-tcpip-forward":{let o=D.readString(!0),a=D.readUInt32BE();a!==void 0&&(s={bindAddr:o,bindPort:a});break}case"streamlocal-forward@openssh.com":case"cancel-streamlocal-forward@openssh.com":{let o=D.readString(!0);o!==void 0&&(s={socketPath:o});break}case"no-more-sessions@openssh.com":s=null;break;case"hostkeys-00@openssh.com":{for(s=[];D.avail()>0;){let o=D.readString();if(o===void 0){s=void 0;break}let a=hm(o);a instanceof Error||s.push(a)}break}default:s=D.readRaw()}if(D.clear(),s===void 0)return gt(n,"Inbound: Malformed GLOBAL_REQUEST packet");n._debug&&n._debug(`Inbound: GLOBAL_REQUEST (${e})`);let i=n._handlers.GLOBAL_REQUEST;i?i(n,e,r,s):n.requestFailure()},[Et.REQUEST_SUCCESS]:(n,t)=>{let e=t.length>1?va(t,1):null;n._debug&&n._debug("Inbound: REQUEST_SUCCESS");let r=n._handlers.REQUEST_SUCCESS;r&&r(n,e)},[Et.REQUEST_FAILURE]:(n,t)=>{n._debug&&n._debug("Inbound: Received REQUEST_FAILURE");let e=n._handlers.REQUEST_FAILURE;e&&e(n)},[Et.CHANNEL_OPEN]:(n,t)=>{D.init(t,1);let e=D.readString(!0),r=D.readUInt32BE(),s=D.readUInt32BE(),i=D.readUInt32BE(),o;switch(e){case"forwarded-tcpip":case"direct-tcpip":{let c=D.readString(!0),f=D.readUInt32BE(),l=D.readString(!0),u=D.readUInt32BE();u!==void 0&&(o={type:e,sender:r,window:s,packetSize:i,data:{destIP:c,destPort:f,srcIP:l,srcPort:u}});break}case"forwarded-streamlocal@openssh.com":case"direct-streamlocal@openssh.com":{let c=D.readString(!0);c!==void 0&&(o={type:e,sender:r,window:s,packetSize:i,data:{socketPath:c}});break}case"x11":{let c=D.readString(!0),f=D.readUInt32BE();f!==void 0&&(o={type:e,sender:r,window:s,packetSize:i,data:{srcIP:c,srcPort:f}});break}default:o={type:e,sender:r,window:s,packetSize:i,data:{}}}if(D.clear(),o===void 0)return gt(n,"Inbound: Malformed CHANNEL_OPEN packet");n._debug&&n._debug(`Inbound: CHANNEL_OPEN (s:${r}, ${e})`);let a=n._handlers.CHANNEL_OPEN;a?a(n,o):n.channelOpenFail(o.sender,um.ADMINISTRATIVELY_PROHIBITED,"","")},[Et.CHANNEL_OPEN_CONFIRMATION]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readUInt32BE(),s=D.readUInt32BE(),i=D.readUInt32BE(),o=D.avail()?D.readRaw():void 0;if(D.clear(),i===void 0)return gt(n,"Inbound: Malformed CHANNEL_OPEN_CONFIRMATION packet");n._debug&&n._debug(`Inbound: CHANNEL_OPEN_CONFIRMATION (r:${e}, s:${r})`);let a=n._handlers.CHANNEL_OPEN_CONFIRMATION;a&&a(n,{recipient:e,sender:r,window:s,packetSize:i,data:o})},[Et.CHANNEL_OPEN_FAILURE]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readUInt32BE(),s=D.readString(!0),i=D.readString();if(D.clear(),i===void 0)return gt(n,"Inbound: Malformed CHANNEL_OPEN_FAILURE packet");n._debug&&n._debug(`Inbound: CHANNEL_OPEN_FAILURE (r:${e})`);let o=n._handlers.CHANNEL_OPEN_FAILURE;o&&o(n,e,r,s)},[Et.CHANNEL_WINDOW_ADJUST]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readUInt32BE();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed CHANNEL_WINDOW_ADJUST packet");n._debug&&n._debug(`Inbound: CHANNEL_WINDOW_ADJUST (r:${e}, ${r})`);let s=n._handlers.CHANNEL_WINDOW_ADJUST;s&&s(n,e,r)},[Et.CHANNEL_DATA]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readString();if(D.clear(),r===void 0)return gt(n,"Inbound: Malformed CHANNEL_DATA packet");n._debug&&n._debug(`Inbound: CHANNEL_DATA (r:${e}, ${r.length})`);let s=n._handlers.CHANNEL_DATA;s&&s(n,e,r)},[Et.CHANNEL_EXTENDED_DATA]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readUInt32BE(),s=D.readString();if(D.clear(),s===void 0)return gt(n,"Inbound: Malformed CHANNEL_EXTENDED_DATA packet");n._debug&&n._debug(`Inbound: CHANNEL_EXTENDED_DATA (r:${e}, ${s.length})`);let i=n._handlers.CHANNEL_EXTENDED_DATA;i&&i(n,e,s,r)},[Et.CHANNEL_EOF]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE();if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed CHANNEL_EOF packet");n._debug&&n._debug(`Inbound: CHANNEL_EOF (r:${e})`);let r=n._handlers.CHANNEL_EOF;r&&r(n,e)},[Et.CHANNEL_CLOSE]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE();if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed CHANNEL_CLOSE packet");n._debug&&n._debug(`Inbound: CHANNEL_CLOSE (r:${e})`);let r=n._handlers.CHANNEL_CLOSE;r&&r(n,e)},[Et.CHANNEL_REQUEST]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE(),r=D.readString(!0),s=D.readBool(),i;if(s!==void 0)switch(r){case"exit-status":i=D.readUInt32BE(),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${i})`);break;case"exit-signal":{let a,c;if(n._compatFlags&dm.OLD_EXIT){let l=D.readUInt32BE();switch(l){case 1:a="HUP";break;case 2:a="INT";break;case 3:a="QUIT";break;case 6:a="ABRT";break;case 9:a="KILL";break;case 14:a="ALRM";break;case 15:a="TERM";break;default:l!==void 0&&(a=`UNKNOWN (${l})`)}c=!1}else a=D.readString(!0),c=D.readBool(),c===void 0&&(a=void 0);let f=D.readString(!0);D.skipString()!==void 0&&(i={signal:a,coreDumped:c,errorMessage:f}),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${a})`);break}case"pty-req":{let a=D.readString(!0),c=D.readUInt32BE(),f=D.readUInt32BE(),l=D.readUInt32BE(),u=D.readUInt32BE(),h=D.readString();if(h!==void 0){D.init(h,1);let p={};for(;D.avail();){let _=D.readByte();if(_===qu.TTY_OP_END)break;let E=pm[_],b=D.readUInt32BE();if(_===void 0||E===void 0||b===void 0){p=void 0;break}p[E]=b}p!==void 0&&(i={term:a,cols:c,rows:f,width:l,height:u,modes:p})}n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`);break}case"window-change":{let a=D.readUInt32BE(),c=D.readUInt32BE(),f=D.readUInt32BE(),l=D.readUInt32BE();l!==void 0&&(i={cols:a,rows:c,width:f,height:l}),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`);break}case"x11-req":{let a=D.readBool(),c=D.readString(!0),f=D.readString(),l=D.readUInt32BE();l!==void 0&&(i={single:a,protocol:c,cookie:f,screen:l}),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`);break}case"env":{let a=D.readString(!0),c=D.readString(!0);c!==void 0&&(i={name:a,value:c}),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${a}=${c})`);break}case"shell":i=null,n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`);break;case"exec":i=D.readString(!0),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${i})`);break;case"subsystem":i=D.readString(!0),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${i})`);break;case"signal":i=D.readString(!0),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${i})`);break;case"xon-xoff":i=D.readBool(),n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r}: ${i})`);break;case"auth-agent-req@openssh.com":i=null,n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`);break;default:i=D.avail()?D.readRaw():null,n._debug&&n._debug(`Inbound: CHANNEL_REQUEST (r:${e}, ${r})`)}if(D.clear(),i===void 0)return gt(n,"Inbound: Malformed CHANNEL_REQUEST packet");let o=n._handlers.CHANNEL_REQUEST;o&&o(n,e,r,s,i)},[Et.CHANNEL_SUCCESS]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE();if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed CHANNEL_SUCCESS packet");n._debug&&n._debug(`Inbound: CHANNEL_SUCCESS (r:${e})`);let r=n._handlers.CHANNEL_SUCCESS;r&&r(n,e)},[Et.CHANNEL_FAILURE]:(n,t)=>{D.init(t,1);let e=D.readUInt32BE();if(D.clear(),e===void 0)return gt(n,"Inbound: Malformed CHANNEL_FAILURE packet");n._debug&&n._debug(`Inbound: CHANNEL_FAILURE (r:${e})`);let r=n._handlers.CHANNEL_FAILURE;r&&r(n,e)}}});var Ds=ct((jx,Gu)=>{"use strict";var ka=new Array(256);[Us().HANDLERS,Vu()].forEach(n=>{for(let[t,e]of Object.entries(n))t=+t,isFinite(t)&&t>=0&&t<ka.length&&(ka[t]=e)});Gu.exports=ka});var Us=ct((Jx,rd)=>{"use strict";var{createDiffieHellman:gm,createDiffieHellmanGroup:mm,createECDH:Am,createHash:Ra,createPublicKey:Em,diffieHellman:ym,generateKeyPairSync:_m,randomFillSync:bm}=require("crypto"),{Ber:zu}=gi(),{COMPAT:Na,curve25519Supported:xm,DEFAULT_KEX:Yu,DEFAULT_SERVER_HOST_KEY:ju,DEFAULT_CIPHER:$s,DEFAULT_MAC:Ms,DEFAULT_COMPRESSION:Os,DISCONNECT_REASON:ze,MESSAGE:dt}=Mn(),{CIPHER_INFO:Hr,createCipher:Sm,createDecipher:wm,MAC_INFO:Xu}=Gn(),{parseDERKey:Im}=jn(),{bufferFill:Cm,bufferParser:Ge,convertSignature:vm,doFatalError:Ye,FastBuffer:km,sigSSHToASN1:Bm,writeUInt32BE:Ot}=gn(),{PacketReader:Ju,PacketWriter:Zu,ZlibPacketReader:Fs,ZlibPacketWriter:Hs}=Ca(),Or,Rm=2048,Nm=8192,Pm=Buffer.alloc(0);function ed(n){let t;if(n._compatFlags&Na.BAD_DHGEX){let e=n._offer.lists.kex,r=e.array,s=!1;for(let i=0;i<r.length;++i)r[i].includes("group-exchange")&&(s||(s=!0,r=r.slice()),r.splice(i--,1));if(s){let i=17+n._offer.totalSize+1+4,o=Buffer.from(r.join(","));i-=e.buffer.length-o.length;let a=n._offer.lists.all,c=new Uint8Array(a.buffer,a.byteOffset+4+e.buffer.length,a.length-(4+e.buffer.length));t=Buffer.allocUnsafe(i),Ot(t,o.length,17),t.set(o,21),t.set(c,21+o.length)}}t===void 0&&(t=Buffer.allocUnsafe(17+n._offer.totalSize+1+4),n._offer.copyAllTo(t,17)),n._debug&&n._debug("Outbound: Sending KEXINIT"),t[0]=dt.KEXINIT,bm(t,1,16),Cm(t,0,t.length-5),n._kexinit=t,n._packetRW.write.allocStart=0;{let e=n._packetRW.write.allocStartKEX,r=n._packetRW.write.alloc(t.length,!0);r.set(t,e),n._cipher.encrypt(n._packetRW.write.finalize(r,!0))}}function td(n,t){let e={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},sc:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0}};if(Ge.init(t,17),(e.kex=Ge.readList())===void 0||(e.serverHostKey=Ge.readList())===void 0||(e.cs.cipher=Ge.readList())===void 0||(e.sc.cipher=Ge.readList())===void 0||(e.cs.mac=Ge.readList())===void 0||(e.sc.mac=Ge.readList())===void 0||(e.cs.compress=Ge.readList())===void 0||(e.sc.compress=Ge.readList())===void 0||(e.cs.lang=Ge.readList())===void 0||(e.sc.lang=Ge.readList())===void 0)return Ge.clear(),Ye(n,"Received malformed KEXINIT","handshake",ze.KEY_EXCHANGE_FAILED);let r=Ge.pos(),s=r<t.length&&t[r]===1;Ge.clear();let i=n._offer,o=e,a=i.lists.kex.array;if(n._compatFlags&Na.BAD_DHGEX){let C=!1;for(let F=0;F<a.length;++F)a[F].indexOf("group-exchange")!==-1&&(C||(C=!0,a=a.slice()),a.splice(F--,1))}let c,f,l,u=n._debug;u&&u("Inbound: Handshake in progress"),u&&u(`Handshake: (local) KEX method: ${a}`),u&&u(`Handshake: (remote) KEX method: ${o.kex}`);let h;if(n._server?(f=a,c=o.kex,h=c.indexOf("ext-info-c")!==-1):(f=o.kex,c=a,h=f.indexOf("ext-info-s")!==-1),n._strictMode===void 0&&(n._server?n._strictMode=c.indexOf("kex-strict-c-v00@openssh.com")!==-1:n._strictMode=f.indexOf("kex-strict-s-v00@openssh.com")!==-1,n._strictMode&&(u&&u("Handshake: strict KEX mode enabled"),n._decipher.inSeqno!==1)))return u&&u("Handshake: KEXINIT not first packet in strict KEX mode"),Ye(n,"Handshake failed: KEXINIT not first packet in strict KEX mode","handshake",ze.KEY_EXCHANGE_FAILED);for(l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: no matching key exchange algorithm"),Ye(n,"Handshake failed: no matching key exchange algorithm","handshake",ze.KEY_EXCHANGE_FAILED);e.kex=c[l],u&&u(`Handshake: KEX algorithm: ${c[l]}`),s&&(!o.kex.length||c[l]!==o.kex[0])&&(n._skipNextInboundPacket=!0);let p=i.lists.serverHostKey.array;for(u&&u(`Handshake: (local) Host key format: ${p}`),u&&u(`Handshake: (remote) Host key format: ${o.serverHostKey}`),n._server?(f=p,c=o.serverHostKey):(f=o.serverHostKey,c=p),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching host key format"),Ye(n,"Handshake failed: no matching host key format","handshake",ze.KEY_EXCHANGE_FAILED);e.serverHostKey=c[l],u&&u(`Handshake: Host key format: ${c[l]}`);let _=i.lists.cs.cipher.array;for(u&&u(`Handshake: (local) C->S cipher: ${_}`),u&&u(`Handshake: (remote) C->S cipher: ${o.cs.cipher}`),n._server?(f=_,c=o.cs.cipher):(f=o.cs.cipher,c=_),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S cipher"),Ye(n,"Handshake failed: no matching C->S cipher","handshake",ze.KEY_EXCHANGE_FAILED);e.cs.cipher=c[l],u&&u(`Handshake: C->S Cipher: ${c[l]}`);let E=i.lists.sc.cipher.array;for(u&&u(`Handshake: (local) S->C cipher: ${E}`),u&&u(`Handshake: (remote) S->C cipher: ${o.sc.cipher}`),n._server?(f=E,c=o.sc.cipher):(f=o.sc.cipher,c=E),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C cipher"),Ye(n,"Handshake failed: no matching S->C cipher","handshake",ze.KEY_EXCHANGE_FAILED);e.sc.cipher=c[l],u&&u(`Handshake: S->C cipher: ${c[l]}`);let b=i.lists.cs.mac.array;if(u&&u(`Handshake: (local) C->S MAC: ${b}`),u&&u(`Handshake: (remote) C->S MAC: ${o.cs.mac}`),Hr[e.cs.cipher].authLen>0)e.cs.mac="",u&&u("Handshake: C->S MAC: <implicit>");else{for(n._server?(f=b,c=o.cs.mac):(f=o.cs.mac,c=b),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S MAC"),Ye(n,"Handshake failed: no matching C->S MAC","handshake",ze.KEY_EXCHANGE_FAILED);e.cs.mac=c[l],u&&u(`Handshake: C->S MAC: ${c[l]}`)}let v=i.lists.sc.mac.array;if(u&&u(`Handshake: (local) S->C MAC: ${v}`),u&&u(`Handshake: (remote) S->C MAC: ${o.sc.mac}`),Hr[e.sc.cipher].authLen>0)e.sc.mac="",u&&u("Handshake: S->C MAC: <implicit>");else{for(n._server?(f=v,c=o.sc.mac):(f=o.sc.mac,c=v),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C MAC"),Ye(n,"Handshake failed: no matching S->C MAC","handshake",ze.KEY_EXCHANGE_FAILED);e.sc.mac=c[l],u&&u(`Handshake: S->C MAC: ${c[l]}`)}let U=i.lists.cs.compress.array;for(u&&u(`Handshake: (local) C->S compression: ${U}`),u&&u(`Handshake: (remote) C->S compression: ${o.cs.compress}`),n._server?(f=U,c=o.cs.compress):(f=o.cs.compress,c=U),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching C->S compression"),Ye(n,"Handshake failed: no matching C->S compression","handshake",ze.KEY_EXCHANGE_FAILED);e.cs.compress=c[l],u&&u(`Handshake: C->S compression: ${c[l]}`);let H=i.lists.sc.compress.array;for(u&&u(`Handshake: (local) S->C compression: ${H}`),u&&u(`Handshake: (remote) S->C compression: ${o.sc.compress}`),n._server?(f=H,c=o.sc.compress):(f=o.sc.compress,c=H),l=0;l<c.length&&f.indexOf(c[l])===-1;++l);if(l===c.length)return u&&u("Handshake: No matching S->C compression"),Ye(n,"Handshake failed: no matching S->C compression","handshake",ze.KEY_EXCHANGE_FAILED);e.sc.compress=c[l],u&&u(`Handshake: S->C compression: ${c[l]}`),e.cs.lang="",e.sc.lang="",n._kex&&(n._kexinit||ed(n),n._decipher._onPayload=nd.bind(n,{firstPacket:!1})),n._kex=Tm(e,n,t),n._kex.remoteExtInfoEnabled=h,n._kex.start()}var Tm=(()=>{function n(o){let a=0,c=o.length;for(;o[a]===0;)++a,--c;let f;return o[a]&128?(f=Buffer.allocUnsafe(1+c),f[0]=0,o.copy(f,1,a),o=f):c!==o.length&&(f=Buffer.allocUnsafe(c),o.copy(f,0,a),o=f),o}class t{constructor(a,c,f){this._protocol=c,this.sessionID=c._kex?c._kex.sessionID:void 0,this.negotiated=a,this.remoteExtInfoEnabled=!1,this._step=1,this._public=null,this._dh=null,this._sentNEWKEYS=!1,this._receivedNEWKEYS=!1,this._finished=!1,this._hostVerified=!1,this._kexinit=c._kexinit,this._remoteKexinit=f,this._identRaw=c._identRaw,this._remoteIdentRaw=c._remoteIdentRaw,this._hostKey=void 0,this._dhData=void 0,this._sig=void 0}finish(a){if(this._finished)return!1;this._finished=!0;let c=this._protocol._server,f=this.negotiated,l=this.convertPublicKey(this._dhData),u=this.computeSecret(this._dhData);if(u instanceof Error)return u.message=`Error while computing DH secret (${this.type}): ${u.message}`,u.level="handshake",Ye(this._protocol,u,ze.KEY_EXCHANGE_FAILED);let h=Ra(this.hashName);vn(h,c?this._remoteIdentRaw:this._identRaw),vn(h,c?this._identRaw:this._remoteIdentRaw),vn(h,c?this._remoteKexinit:this._kexinit),vn(h,c?this._kexinit:this._remoteKexinit);let p=c?this._hostKey.getPublicSSH():this._hostKey;if(vn(h,p),this.type==="groupex"){let H=this.getDHParams(),C=Buffer.allocUnsafe(4);Ot(C,this._minBits,0),h.update(C),Ot(C,this._prefBits,0),h.update(C),Ot(C,this._maxBits,0),h.update(C),vn(h,H.prime),vn(h,H.generator)}vn(h,c?l:this.getPublicKey());let _=c?this.getPublicKey():l;vn(h,_),vn(h,u);let E=h.digest();if(c){let H;switch(this.negotiated.serverHostKey){case"rsa-sha2-256":H="sha256";break;case"rsa-sha2-512":H="sha512";break}this._protocol._debug&&this._protocol._debug("Generating signature ...");let C=this._hostKey.sign(E,H);if(C instanceof Error)return Ye(this._protocol,`Handshake failed: signature generation failed for ${this._hostKey.type} host key: ${C.message}`,"handshake",ze.KEY_EXCHANGE_FAILED);if(C=vm(C,this._hostKey.type),C===!1)return Ye(this._protocol,`Handshake failed: signature conversion failed for ${this._hostKey.type} host key`,"handshake",ze.KEY_EXCHANGE_FAILED);let F=this.negotiated.serverHostKey,V=Buffer.byteLength(F),N=4+V+4+C.length,x=this._protocol._packetRW.write.allocStartKEX,S=this._protocol._packetRW.write.alloc(5+p.length+4+_.length+4+N,!0);if(S[x]=dt.KEXDH_REPLY,Ot(S,p.length,++x),S.set(p,x+=4),Ot(S,_.length,x+=p.length),S.set(_,x+=4),Ot(S,N,x+=_.length),Ot(S,V,x+=4),S.utf8Write(F,x+=4,V),Ot(S,C.length,x+=V),S.set(C,x+=4),this._protocol._debug){let I;switch(this.type){case"group":I="KEXDH_REPLY";break;case"groupex":I="KEXDH_GEX_REPLY";break;default:I="KEXECDH_REPLY"}this._protocol._debug(`Outbound: Sending ${I}`)}this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(S,!0))}else{Ge.init(this._sig,0);let H=Ge.readString(!0);if(!H)return Ye(this._protocol,"Malformed packet while reading signature","handshake",ze.KEY_EXCHANGE_FAILED);if(H!==f.serverHostKey)return Ye(this._protocol,`Wrong signature type: ${H}, expected: ${f.serverHostKey}`,"handshake",ze.KEY_EXCHANGE_FAILED);let C=Ge.readString();if(Ge.clear(),C===void 0)return Ye(this._protocol,"Malformed packet while reading signature","handshake",ze.KEY_EXCHANGE_FAILED);if(!(C=Bm(C,H)))return Ye(this._protocol,"Malformed signature","handshake",ze.KEY_EXCHANGE_FAILED);let F;{Ge.init(this._hostKey,0);let x=Ge.readString(!0),S=this._hostKey.slice(Ge.pos());if(Ge.clear(),F=Im(S,x),F instanceof Error)return F.level="handshake",Ye(this._protocol,F,ze.KEY_EXCHANGE_FAILED)}let V;switch(this.negotiated.serverHostKey){case"rsa-sha2-256":V="sha256";break;case"rsa-sha2-512":V="sha512";break}this._protocol._debug&&this._protocol._debug("Verifying signature ...");let N=F.verify(E,C,V);if(N!==!0)return N instanceof Error?this._protocol._debug&&this._protocol._debug(`Signature verification failed: ${N.stack}`):this._protocol._debug&&this._protocol._debug("Signature verification failed"),Ye(this._protocol,"Handshake failed: signature verification failed","handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Verified signature")}(c||!a)&&Qs(this);let b,v,U=H=>{if(b)return Qs(this),b.outbound.seqno=this._protocol._cipher.outSeqno,this._protocol._cipher.free(),this._protocol._cipher=Sm(b),this._protocol._packetRW.write=v,b=void 0,v=void 0,this._protocol._onHandshakeComplete(f),!1;this.sessionID||(this.sessionID=E);{let te=Buffer.allocUnsafe(4+u.length);Ot(te,u.length,0),te.set(u,4),u=te}let C=Hr[f.cs.cipher],F=Hr[f.sc.cipher],V=Fr(C.ivLen,this.hashName,u,E,this.sessionID,"A"),N=Fr(F.ivLen,this.hashName,u,E,this.sessionID,"B"),x=Fr(C.keyLen,this.hashName,u,E,this.sessionID,"C"),S=Fr(F.keyLen,this.hashName,u,E,this.sessionID,"D"),I,k;C.authLen||(I=Xu[f.cs.mac],k=Fr(I.len,this.hashName,u,E,this.sessionID,"E"));let R,ne;F.authLen||(R=Xu[f.sc.mac],ne=Fr(R.len,this.hashName,u,E,this.sessionID,"F"));let z={inbound:{onPayload:this._protocol._onPayload,seqno:this._protocol._decipher.inSeqno,decipherInfo:c?C:F,decipherIV:c?V:N,decipherKey:c?x:S,macInfo:c?I:R,macKey:c?k:ne},outbound:{onWrite:this._protocol._onWrite,seqno:this._protocol._cipher.outSeqno,cipherInfo:c?F:C,cipherIV:c?N:V,cipherKey:c?S:x,macInfo:c?R:I,macKey:c?ne:k}};this._protocol._decipher.free(),b=z,this._protocol._decipher=wm(z);let Y={read:void 0,write:void 0};switch(f.cs.compress){case"zlib":c?Y.read=new Fs:Y.write=new Hs(this._protocol);break;case"zlib@openssh.com":if(this._protocol._authenticated){c?Y.read=new Fs:Y.write=new Hs(this._protocol);break}default:c?Y.read=new Ju:Y.write=new Zu(this._protocol)}switch(f.sc.compress){case"zlib":c?Y.write=new Hs(this._protocol):Y.read=new Fs;break;case"zlib@openssh.com":if(this._protocol._authenticated){c?Y.write=new Hs(this._protocol):Y.read=new Fs;break}default:c?Y.write=new Zu(this._protocol):Y.read=new Ju}return this._protocol._packetRW.read.cleanup(),this._protocol._packetRW.write.cleanup(),this._protocol._packetRW.read=Y.read,v=Y.write,this._public=null,this._dh=null,this._kexinit=this._protocol._kexinit=void 0,this._remoteKexinit=void 0,this._identRaw=void 0,this._remoteIdentRaw=void 0,this._hostKey=void 0,this._dhData=void 0,this._sig=void 0,H?!1:U()};if((c||a)&&(this.finish=U),!c)return U(a)}start(){if(!this._protocol._server){if(this._protocol._debug){let l;this.type==="group"?l="KEXDH_INIT":l="KEXECDH_INIT",this._protocol._debug(`Outbound: Sending ${l}`)}let a=this.getPublicKey(),c=this._protocol._packetRW.write.allocStartKEX,f=this._protocol._packetRW.write.alloc(5+a.length,!0);f[c]=dt.KEXDH_INIT,Ot(f,a.length,++c),f.set(a,c+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(f,!0))}}getPublicKey(){this.generateKeys();let a=this._public;if(a)return this.convertPublicKey(a)}convertPublicKey(a){let c,f=0,l=a.length;for(;a[f]===0;)++f,--l;return a[f]&128?(c=Buffer.allocUnsafe(1+l),c[0]=0,a.copy(c,1,f),c):(l!==a.length&&(c=Buffer.allocUnsafe(l),a.copy(c,0,f),a=c),a)}computeSecret(a){this.generateKeys();try{return n(this._dh.computeSecret(a))}catch(c){return c}}parse(a){let c=a[0];switch(this._step){case 1:if(this._protocol._server){if(c!==dt.KEXDH_INIT)return Ye(this._protocol,`Received packet ${c} instead of ${dt.KEXDH_INIT}`,"handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH Init"),Ge.init(a,1);let f=Ge.readString();if(Ge.clear(),f===void 0)return Ye(this._protocol,"Received malformed KEX*_INIT","handshake",ze.KEY_EXCHANGE_FAILED);this._dhData=f;let l=this._protocol._hostKeys[this.negotiated.serverHostKey];Array.isArray(l)&&(l=l[0]),this._hostKey=l,this.finish()}else{if(c!==dt.KEXDH_REPLY)return Ye(this._protocol,`Received packet ${c} instead of ${dt.KEXDH_REPLY}`,"handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH Reply"),Ge.init(a,1);let f,l,u;if((f=Ge.readString())===void 0||(l=Ge.readString())===void 0||(u=Ge.readString())===void 0)return Ge.clear(),Ye(this._protocol,"Received malformed KEX*_REPLY","handshake",ze.KEY_EXCHANGE_FAILED);Ge.clear(),Ge.init(f,0);let h=Ge.readString(!0);if(Ge.clear(),h===void 0)return Ye(this._protocol,"Received malformed host public key","handshake",ze.KEY_EXCHANGE_FAILED);if(h!==this.negotiated.serverHostKey)switch(this.negotiated.serverHostKey){case"rsa-sha2-256":case"rsa-sha2-512":if(h==="ssh-rsa")break;default:return Ye(this._protocol,"Host key does not match negotiated type","handshake",ze.KEY_EXCHANGE_FAILED)}this._hostKey=f,this._dhData=l,this._sig=u;let p=!1,_;if(this._protocol._hostVerifier===void 0?(_=!0,this._protocol._debug&&this._protocol._debug("Host accepted by default (no verification)")):_=this._protocol._hostVerifier(f,E=>{if(!p){if(p=!0,E===!1)return this._protocol._debug&&this._protocol._debug("Host denied (verification failed)"),Ye(this._protocol,"Host denied (verification failed)","handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Host accepted (verified)"),this._hostVerified=!0,this._receivedNEWKEYS?this.finish():Qs(this)}}),_===void 0){++this._step;return}if(p=!0,_===!1)return this._protocol._debug&&this._protocol._debug("Host denied (verification failed)"),Ye(this._protocol,"Host denied (verification failed)","handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Host accepted (verified)"),this._hostVerified=!0,Qs(this)}++this._step;break;case 2:return c!==dt.NEWKEYS?Ye(this._protocol,`Received packet ${c} instead of ${dt.NEWKEYS}`,"handshake",ze.KEY_EXCHANGE_FAILED):(this._protocol._debug&&this._protocol._debug("Inbound: NEWKEYS"),this._receivedNEWKEYS=!0,this._protocol._strictMode&&(this._protocol._decipher.inSeqno=0),++this._step,this.finish(!this._protocol._server&&!this._hostVerified));default:return Ye(this._protocol,`Received unexpected packet ${c} after NEWKEYS`,"handshake",ze.KEY_EXCHANGE_FAILED)}}}class e extends t{constructor(a,...c){super(...c),this.type="25519",this.hashName=a,this._keys=null}generateKeys(){this._keys||(this._keys=_m("x25519"))}getPublicKey(){return this.generateKeys(),this._keys.publicKey.export({type:"spki",format:"der"}).slice(-32)}convertPublicKey(a){let c,f=0,l=a.length;for(;a[f]===0;)++f,--l;return a.length===32||l!==a.length&&(c=Buffer.allocUnsafe(l),a.copy(c,0,f),a=c),a}computeSecret(a){this.generateKeys();try{let c=new zu.Writer;return c.startSequence(),c.startSequence(),c.writeOID("1.3.101.110"),c.endSequence(),c.startSequence(zu.BitString),c.writeByte(0),c._ensure(a.length),a.copy(c._buf,c._offset,0,a.length),c._offset+=a.length,c.endSequence(),c.endSequence(),n(ym({privateKey:this._keys.privateKey,publicKey:Em({key:c.buffer,type:"spki",format:"der"})}))}catch(c){return c}}}class r extends t{constructor(a,c,...f){super(...f),this.type="ecdh",this.curveName=a,this.hashName=c}generateKeys(){this._dh||(this._dh=Am(this.curveName),this._public=this._dh.generateKeys())}}class s extends t{constructor(a,...c){super(...c),this.type="groupex",this.hashName=a,this._prime=null,this._generator=null,this._minBits=Rm,this._prefBits=Lm(this.negotiated),this._protocol._compatFlags&Na.BUG_DHGEX_LARGE&&(this._prefBits=Math.min(this._prefBits,4096)),this._maxBits=Nm}start(){if(this._protocol._server)return;this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_GEX_REQUEST");let a=this._protocol._packetRW.write.allocStartKEX,c=this._protocol._packetRW.write.alloc(13,!0);c[a]=dt.KEXDH_GEX_REQUEST,Ot(c,this._minBits,++a),Ot(c,this._prefBits,a+=4),Ot(c,this._maxBits,a+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(c,!0))}generateKeys(){!this._dh&&this._prime&&this._generator&&(this._dh=gm(this._prime,this._generator),this._public=this._dh.generateKeys())}setDHParams(a,c){if(!Buffer.isBuffer(a))throw new Error("Invalid prime value");if(!Buffer.isBuffer(c))throw new Error("Invalid generator value");this._prime=a,this._generator=c}getDHParams(){if(this._dh)return{prime:n(this._dh.getPrime()),generator:n(this._dh.getGenerator())}}parse(a){let c=a[0];switch(this._step){case 1:{if(this._protocol._server)return c!==dt.KEXDH_GEX_REQUEST?Ye(this._protocol,`Received packet ${c} instead of `+dt.KEXDH_GEX_REQUEST,"handshake",ze.KEY_EXCHANGE_FAILED):Ye(this._protocol,"Group exchange not implemented for server","handshake",ze.KEY_EXCHANGE_FAILED);if(c!==dt.KEXDH_GEX_GROUP)return Ye(this._protocol,`Received packet ${c} instead of ${dt.KEXDH_GEX_GROUP}`,"handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH GEX Group"),Ge.init(a,1);let f,l;if((f=Ge.readString())===void 0||(l=Ge.readString())===void 0)return Ge.clear(),Ye(this._protocol,"Received malformed KEXDH_GEX_GROUP","handshake",ze.KEY_EXCHANGE_FAILED);Ge.clear(),this.setDHParams(f,l),this.generateKeys();let u=this.getPublicKey();this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_GEX_INIT");let h=this._protocol._packetRW.write.allocStartKEX,p=this._protocol._packetRW.write.alloc(5+u.length,!0);p[h]=dt.KEXDH_GEX_INIT,Ot(p,u.length,++h),p.set(u,h+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(p,!0)),++this._step;break}case 2:if(this._protocol._server)return c!==dt.KEXDH_GEX_INIT?Ye(this._protocol,`Received packet ${c} instead of ${dt.KEXDH_GEX_INIT}`,"handshake",ze.KEY_EXCHANGE_FAILED):(this._protocol._debug&&this._protocol._debug("Received DH GEX Init"),Ye(this._protocol,"Group exchange not implemented for server","handshake",ze.KEY_EXCHANGE_FAILED));if(c!==dt.KEXDH_GEX_REPLY)return Ye(this._protocol,`Received packet ${c} instead of ${dt.KEXDH_GEX_REPLY}`,"handshake",ze.KEY_EXCHANGE_FAILED);this._protocol._debug&&this._protocol._debug("Received DH GEX Reply"),this._step=1,a[0]=dt.KEXDH_REPLY,this.parse=t.prototype.parse,this.parse(a)}}}class i extends t{constructor(a,c,...f){super(...f),this.type="group",this.groupName=a,this.hashName=c}start(){if(!this._protocol._server){this._protocol._debug&&this._protocol._debug("Outbound: Sending KEXDH_INIT");let a=this.getPublicKey(),c=this._protocol._packetRW.write.allocStartKEX,f=this._protocol._packetRW.write.alloc(5+a.length,!0);f[c]=dt.KEXDH_INIT,Ot(f,a.length,++c),f.set(a,c+=4),this._protocol._cipher.encrypt(this._protocol._packetRW.write.finalize(f,!0))}}generateKeys(){this._dh||(this._dh=mm(this.groupName),this._public=this._dh.generateKeys())}getDHParams(){if(this._dh)return{prime:n(this._dh.getPrime()),generator:n(this._dh.getGenerator())}}}return(o,...a)=>{if(typeof o!="object"||o===null)throw new Error("Invalid negotiated argument");let c=o.kex;if(typeof c=="string"){switch(a=[o,...a],c){case"curve25519-sha256":case"curve25519-sha256@libssh.org":if(!xm)break;return new e("sha256",...a);case"ecdh-sha2-nistp256":return new r("prime256v1","sha256",...a);case"ecdh-sha2-nistp384":return new r("secp384r1","sha384",...a);case"ecdh-sha2-nistp521":return new r("secp521r1","sha512",...a);case"diffie-hellman-group1-sha1":return new i("modp2","sha1",...a);case"diffie-hellman-group14-sha1":return new i("modp14","sha1",...a);case"diffie-hellman-group14-sha256":return new i("modp14","sha256",...a);case"diffie-hellman-group15-sha512":return new i("modp15","sha512",...a);case"diffie-hellman-group16-sha512":return new i("modp16","sha512",...a);case"diffie-hellman-group17-sha512":return new i("modp17","sha512",...a);case"diffie-hellman-group18-sha512":return new i("modp18","sha512",...a);case"diffie-hellman-group-exchange-sha1":return new s("sha1",...a);case"diffie-hellman-group-exchange-sha256":return new s("sha256",...a)}throw new Error(`Unsupported key exchange algorithm: ${c}`)}throw new Error(`Invalid key exchange type: ${c}`)}})(),Ba=(()=>{let n=["kex","serverHostKey",["cs","cipher"],["sc","cipher"],["cs","mac"],["sc","mac"],["cs","compress"],["sc","compress"],["cs","lang"],["sc","lang"]];return class{constructor(e){if(typeof e!="object"||e===null)throw new TypeError("Argument must be an object");let r={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},sc:{cipher:void 0,mac:void 0,compress:void 0,lang:void 0},all:void 0},s=0;for(let a of n){let c,f,l,u;if(typeof a=="string")c=r,f=e[a],l=u=a;else{let p=a[0];c=r[p],u=a[1],f=e[p][u],l=`${p}.${u}`}let h={array:void 0,buffer:void 0};if(Buffer.isBuffer(f))h.array=(""+f).split(","),h.buffer=f,s+=4+f.length;else{if(typeof f=="string"&&(f=f.split(",")),Array.isArray(f))h.array=f,h.buffer=Buffer.from(f.join(","));else throw new TypeError(`Invalid \`${l}\` type: ${typeof f}`);s+=4+h.buffer.length}c[u]=h}let i=Buffer.allocUnsafe(s);r.all=i;let o=0;for(let a of n){let c;typeof a=="string"?c=r[a].buffer:c=r[a[0]][a[1]].buffer,o=Ot(i,c.length,o),i.set(c,o),o+=c.length}this.totalSize=s,this.lists=r}copyAllTo(e,r){let s=this.lists.all;if(typeof r!="number")throw new TypeError(`Invalid offset value: ${typeof r}`);if(e.length-r<s.length)throw new Error("Insufficient space to copy list");return e.set(s,r),s.length}}})(),vn=(()=>{let n=Buffer.allocUnsafe(4);return(t,e)=>{Ot(n,e.length,0),t.update(n),t.update(e)}})();function Fr(n,t,e,r,s,i){let o;if(n){let a=Ra(t).update(e).update(r).update(i).update(s).digest();for(;a.length<n;){let c=Ra(t).update(e).update(r).update(a).digest(),f=Buffer.allocUnsafe(a.length+c.length);f.set(a,0),f.set(c,a.length),a=f}a.length===n?o=a:o=new km(a.buffer,a.byteOffset,n)}else o=Pm;return o}function nd(n,t){if(t.length===0){this._debug&&this._debug("Inbound: Skipping empty packet payload");return}if(this._skipNextInboundPacket){this._skipNextInboundPacket=!1;return}t=this._packetRW.read.read(t);let e=t[0];if(!this._strictMode)switch(e){case dt.IGNORE:case dt.UNIMPLEMENTED:case dt.DEBUG:return Or||(Or=Ds()),Or[e](this,t)}switch(e){case dt.DISCONNECT:return Or||(Or=Ds()),Or[e](this,t);case dt.KEXINIT:return n.firstPacket?(n.firstPacket=!1,td(this,t)):Ye(this,"Received extra KEXINIT during handshake","handshake",ze.KEY_EXCHANGE_FAILED);default:if(e<20||e>49)return Ye(this,`Received unexpected packet type ${e}`,"handshake",ze.KEY_EXCHANGE_FAILED)}return this._kex.parse(t)}function Lm(n){let t=Hr[n.cs.cipher],e=Hr[n.sc.cipher],r=Math.max(0,t.sslName==="des-ede3-cbc"?14:t.keyLen,t.blockLen,t.ivLen,e.sslName==="des-ede3-cbc"?14:e.keyLen,e.blockLen,e.ivLen)*8;return r<=112?2048:r<=128?3072:r<=192?7680:8192}function Qs(n){if(!n._sentNEWKEYS){n._protocol._debug&&n._protocol._debug("Outbound: Sending NEWKEYS");let t=n._protocol._packetRW.write.allocStartKEX,e=n._protocol._packetRW.write.alloc(1,!0);e[t]=dt.NEWKEYS,n._protocol._cipher.encrypt(n._protocol._packetRW.write.finalize(e,!0)),n._sentNEWKEYS=!0,n._protocol._strictMode&&(n._protocol._cipher.outSeqno=0)}}rd.exports={KexInit:Ba,kexinit:ed,onKEXPayload:nd,DEFAULT_KEXINIT_CLIENT:new Ba({kex:Yu.concat(["ext-info-c","kex-strict-c-v00@openssh.com"]),serverHostKey:ju,cs:{cipher:$s,mac:Ms,compress:Os,lang:[]},sc:{cipher:$s,mac:Ms,compress:Os,lang:[]}}),DEFAULT_KEXINIT_SERVER:new Ba({kex:Yu.concat(["kex-strict-s-v00@openssh.com"]),serverHostKey:ju,cs:{cipher:$s,mac:Ms,compress:Os,lang:[]},sc:{cipher:$s,mac:Ms,compress:Os,lang:[]}}),HANDLERS:{[dt.KEXINIT]:td}}});var id=ct((Zx,Dm)=>{Dm.exports={name:"ssh2",version:"1.17.0",author:"Brian White <mscdex@mscdex.net>",description:"SSH2 client and server modules written in pure JavaScript for node.js",main:"./lib/index.js",engines:{node:">=10.16.0"},dependencies:{asn1:"^0.2.6","bcrypt-pbkdf":"^1.0.2"},devDependencies:{"@mscdex/eslint-config":"^1.1.0",eslint:"^7.32.0"},optionalDependencies:{"cpu-features":"~0.0.10",nan:"^2.23.0"},scripts:{install:"node install.js",rebuild:"node install.js",test:"node test/test.js",lint:"eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js examples lib test","lint:fix":"npm run lint -- --fix"},keywords:["ssh","ssh2","sftp","secure","shell","exec","remote","client"],licenses:[{type:"MIT",url:"http://github.com/mscdex/ssh2/raw/master/LICENSE"}],repository:{type:"git",url:"http://github.com/mscdex/ssh2.git"}}});var Da=ct((eS,Ad)=>{"use strict";var{inspect:ld}=require("util"),{bindingAvailable:Um,NullCipher:$m,NullDecipher:Mm}=Gn(),{COMPAT_CHECKS:Om,DISCONNECT_REASON:ud,eddsaSupported:Fm,MESSAGE:Se,SIGNALS:sd,TERMINAL_MODE:Ta}=Mn(),{DEFAULT_KEXINIT_CLIENT:Hm,DEFAULT_KEXINIT_SERVER:Qm,KexInit:od,kexinit:dd,onKEXPayload:Wm}=Us(),{parseKey:ad}=jn(),qm=Ds(),{bufferCopy:Ws,bufferFill:Km,bufferSlice:hd,convertSignature:cd,sendPacket:we,writeUInt32BE:P}=gn(),{PacketReader:Vm,PacketWriter:Gm,ZlibPacketReader:pd,ZlibPacketWriter:gd}=Ca(),zm=id().version,Ym=new Map(Object.values(ud).map(n=>[n,1])),md=Buffer.from(`SSH-2.0-ssh2js${zm}`),jm=Buffer.from(`${md}\r
7
+ `),Xm=8192,Jm=1024,fd=Buffer.from([Se.GLOBAL_REQUEST,0,0,0,21,107,101,101,112,97,108,105,118,101,64,111,112,101,110,115,115,104,46,99,111,109,1]),Zm=Buffer.from([Ta.TTY_OP_END]);function Pa(){}var La=class{constructor(t){let e=t.onWrite;if(typeof e!="function")throw new Error("Missing onWrite function");this._onWrite=p=>{e(p)};let r=t.onError;if(typeof r!="function")throw new Error("Missing onError function");this._onError=p=>{r(p)};let s=t.debug;this._debug=typeof s=="function"?p=>{s(p)}:void 0;let i=t.onHeader;this._onHeader=typeof i=="function"?(...p)=>{i(...p)}:Pa;let o=t.onPacket;this._onPacket=typeof o=="function"?()=>{o()}:Pa;let a=t.onHandshakeComplete;typeof a!="function"&&(a=Pa);let c;this._onHandshakeComplete=(...p)=>{this._debug&&this._debug("Handshake completed"),c===void 0?c=!0:c=!1;let _=this._queue;if(_){this._queue=void 0,this._debug&&this._debug(`Draining outbound queue (${_.length}) ...`);for(let E=0;E<_.length;++E){let b=_[E],v=this._packetRW.write.finalize(b);if(v===b){let U=this._cipher.allocPacket(b.length);U.set(b,5),v=U}we(this,v)}this._debug&&this._debug("... finished draining outbound queue")}c&&this._server&&this._kex.remoteExtInfoEnabled&&o0(this),a(...p)},this._queue=void 0;let f=t.messageHandlers;typeof f=="object"&&f!==null?this._handlers=f:this._handlers={},this._onPayload=r0.bind(this),this._server=!!t.server,this._banner=void 0;let l;if(this._server){if(typeof t.hostKeys!="object"||t.hostKeys===null)throw new Error("Missing server host key(s)");this._hostKeys=t.hostKeys,typeof t.greeting=="string"&&t.greeting.length&&(l=t.greeting.slice(-2)===`\r
8
8
  `?t.greeting:`${t.greeting}\r
9
9
  `),typeof t.banner=="string"&&t.banner.length&&(this._banner=t.banner.slice(-2)===`\r
10
10
  `?t.banner:`${t.banner}\r
11
- `)}else this._hostKeys=void 0;let u=t.offer;typeof u!="object"||u===null?u=this._server?Nm:Rm:u.constructor!==Ju&&(this._server?u.kex=u.kex.concat(["kex-strict-s-v00@openssh.com"]):u.kex=u.kex.concat(["ext-info-c","kex-strict-c-v00@openssh.com"]),u=new Ju(u)),this._kex=void 0,this._strictMode=void 0,this._kexinit=void 0,this._offer=u,this._cipher=new Cm(0,this._onWrite),this._decipher=void 0,this._skipNextInboundPacket=!1,this._packetRW={read:new Dm,write:new Um(this)},this._hostVerifier=!this._server&&typeof t.hostVerifier=="function"?t.hostVerifier:void 0,this._parse=qm,this._buffer=void 0,this._authsQueue=[],this._authenticated=!1,this._remoteIdentRaw=void 0;let h;if(typeof t.ident=="string")this._identRaw=Buffer.from(`SSH-2.0-${t.ident}`),h=Buffer.allocUnsafe(this._identRaw.length+2),h.set(this._identRaw,0),h[h.length-2]=13,h[h.length-1]=10;else if(Buffer.isBuffer(t.ident)){let g=Buffer.allocUnsafe(8+t.ident.length);g.latin1Write("SSH-2.0-",0,8),g.set(t.ident,8),this._identRaw=g,h=Buffer.allocUnsafe(g.length+2),h.set(g,0),h[h.length-2]=13,h[h.length-1]=10}else this._identRaw=cd,h=$m;this._compatFlags=0,this._debug&&(Im?this._debug("Custom crypto binding available"):this._debug("Custom crypto binding not available")),this._debug&&this._debug(`Local ident: ${rd(this._identRaw.toString())}`),this.start=()=>{this.start=void 0,l&&this._onWrite(l),this._onWrite(h)}}_destruct(t){this._packetRW.read.cleanup(),this._packetRW.write.cleanup(),this._cipher&&this._cipher.free(),this._decipher&&this._decipher.free(),(typeof t!="string"||t.length===0)&&(t="fatal error"),this.parse=()=>{throw new Error(`Instance unusable after ${t}`)},this._onWrite=()=>{throw new Error(`Instance unusable after ${t}`)},this._destruct=void 0}cleanup(){this._destruct&&this._destruct()}parse(t,e,n){for(;e<n;)e=this._parse(t,e,n)}disconnect(t){let n=this._packetRW.write.allocStartKEX,s=this._packetRW.write.alloc(13,!0),i=n+13;Mm.has(t)||(t=nd.PROTOCOL_ERROR),s[n]=xe.DISCONNECT,B(s,t,++n),s.fill(0,n+=4,i),this._debug&&this._debug(`Outbound: Sending DISCONNECT (${t})`),we(this,this._packetRW.write.finalize(s,!0),!0)}ping(){let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(td.length);e.set(td,t),this._debug&&this._debug("Outbound: Sending ping (GLOBAL_REQUEST: keepalive@openssh.com)"),we(this,this._packetRW.write.finalize(e))}rekey(){this._kexinit===void 0?(this._debug&&this._debug("Outbound: Initiated explicit rekey"),this._queue=[],id(this)):this._debug&&this._debug("Outbound: Ignoring rekey during handshake")}requestSuccess(t){let e=this._packetRW.write.allocStart,n;Buffer.isBuffer(t)?(n=this._packetRW.write.alloc(1+t.length),n[e]=xe.REQUEST_SUCCESS,n.set(t,++e)):(n=this._packetRW.write.alloc(1),n[e]=xe.REQUEST_SUCCESS),this._debug&&this._debug("Outbound: Sending REQUEST_SUCCESS"),we(this,this._packetRW.write.finalize(n))}requestFailure(){let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(1);e[t]=xe.REQUEST_FAILURE,this._debug&&this._debug("Outbound: Sending REQUEST_FAILURE"),we(this,this._packetRW.write.finalize(e))}channelSuccess(t){let e=this._packetRW.write.allocStart,n=this._packetRW.write.alloc(5);n[e]=xe.CHANNEL_SUCCESS,B(n,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_SUCCESS (r:${t})`),we(this,this._packetRW.write.finalize(n))}channelFailure(t){let e=this._packetRW.write.allocStart,n=this._packetRW.write.alloc(5);n[e]=xe.CHANNEL_FAILURE,B(n,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_FAILURE (r:${t})`),we(this,this._packetRW.write.finalize(n))}channelEOF(t){let e=this._packetRW.write.allocStart,n=this._packetRW.write.alloc(5);n[e]=xe.CHANNEL_EOF,B(n,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_EOF (r:${t})`),we(this,this._packetRW.write.finalize(n))}channelClose(t){let e=this._packetRW.write.allocStart,n=this._packetRW.write.alloc(5);n[e]=xe.CHANNEL_CLOSE,B(n,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_CLOSE (r:${t})`),we(this,this._packetRW.write.finalize(n))}channelWindowAdjust(t,e){let n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(9);s[n]=xe.CHANNEL_WINDOW_ADJUST,B(s,t,++n),B(s,e,n+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_WINDOW_ADJUST (r:${t}, ${e})`),we(this,this._packetRW.write.finalize(s))}channelData(t,e){let n=Buffer.isBuffer(e),s=n?e.length:Buffer.byteLength(e),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(9+s);o[i]=xe.CHANNEL_DATA,B(o,t,++i),B(o,s,i+=4),n?o.set(e,i+=4):o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_DATA (r:${t}, ${s})`),we(this,this._packetRW.write.finalize(o))}channelExtData(t,e,n){let s=Buffer.isBuffer(e),i=s?e.length:Buffer.byteLength(e),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(13+i);a[o]=xe.CHANNEL_EXTENDED_DATA,B(a,t,++o),B(a,n,o+=4),B(a,i,o+=4),s?a.set(e,o+=4):a.utf8Write(e,o+=4,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_EXTENDED_DATA (r:${t})`),we(this,this._packetRW.write.finalize(a))}channelOpenConfirm(t,e,n,s){let i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(17);o[i]=xe.CHANNEL_OPEN_CONFIRMATION,B(o,t,++i),B(o,e,i+=4),B(o,n,i+=4),B(o,s,i+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN_CONFIRMATION (r:${t}, l:${e})`),we(this,this._packetRW.write.finalize(o))}channelOpenFail(t,e,n){typeof n!="string"&&(n="");let s=Buffer.byteLength(n),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(13+s+4);o[i]=xe.CHANNEL_OPEN_FAILURE,B(o,t,++i),B(o,e,i+=4),B(o,s,i+=4),i+=4,s&&(o.utf8Write(n,i,s),i+=s),B(o,0,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN_FAILURE (r:${t})`),we(this,this._packetRW.write.finalize(o))}service(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e);s[n]=xe.SERVICE_REQUEST,B(s,e,++n),s.utf8Write(t,n+=4,e),this._debug&&this._debug(`Outbound: Sending SERVICE_REQUEST (${t})`),we(this,this._packetRW.write.finalize(s))}authPassword(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=Buffer.byteLength(e),o=n?Buffer.byteLength(n):0,a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(5+s+4+14+4+8+1+4+i+(n?4+o:0));c[a]=xe.USERAUTH_REQUEST,B(c,s,++a),c.utf8Write(t,a+=4,s),B(c,14,a+=s),c.utf8Write("ssh-connection",a+=4,14),B(c,8,a+=14),c.utf8Write("password",a+=4,8),c[a+=8]=n?1:0,B(c,i,++a),Buffer.isBuffer(e)?Ms(e,c,0,i,a+=4):c.utf8Write(e,a+=4,i),n?(B(c,o,a+=i),Buffer.isBuffer(n)?Ms(n,c,0,o,a+=4):c.utf8Write(n,a+=4,o),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (changed password)")):this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (password)"),this._authsQueue.push("password"),we(this,this._packetRW.write.finalize(c))}authPK(t,e,n,s){if(this._server)throw new Error("Client-only method called in server mode");if(e=Zu(e),e instanceof Error)throw new Error("Invalid key");let i=e.type;e=e.getPublicSSH(),typeof n=="function"&&(s=n,n=void 0),n||(n=i);let o=Buffer.byteLength(t),a=Buffer.byteLength(n),c=e.length,f=this._kex.sessionID,l=f.length,u=(s?4+l:0)+1+4+o+4+14+4+9+1+4+a+4+c,h,g;if(s?(h=Buffer.allocUnsafe(u),g=0,B(h,l,g),h.set(f,g+=4),g+=l):(h=this._packetRW.write.alloc(u),g=this._packetRW.write.allocStart),h[g]=xe.USERAUTH_REQUEST,B(h,o,++g),h.utf8Write(t,g+=4,o),B(h,14,g+=o),h.utf8Write("ssh-connection",g+=4,14),B(h,9,g+=14),h.utf8Write("publickey",g+=4,9),h[g+=9]=s?1:0,B(h,a,++g),h.utf8Write(n,g+=4,a),B(h,c,g+=a),h.set(e,g+=4),!s){this._authsQueue.push("publickey"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (publickey -- check)"),we(this,this._packetRW.write.finalize(h));return}s(h,y=>{if(y=ed(y,i),y===!1)throw new Error("Error while converting handshake signature");let _=y.length;g=this._packetRW.write.allocStart,h=this._packetRW.write.alloc(5+o+4+14+4+9+1+4+a+4+c+4+4+a+4+_),h[g]=xe.USERAUTH_REQUEST,B(h,o,++g),h.utf8Write(t,g+=4,o),B(h,14,g+=o),h.utf8Write("ssh-connection",g+=4,14),B(h,9,g+=14),h.utf8Write("publickey",g+=4,9),h[g+=9]=1,B(h,a,++g),h.utf8Write(n,g+=4,a),B(h,c,g+=a),h.set(e,g+=4),B(h,4+a+4+_,g+=c),B(h,a,g+=4),h.utf8Write(n,g+=4,a),B(h,_,g+=a),h.set(y,g+=4),this._authsQueue.push("publickey"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (publickey)"),we(this,this._packetRW.write.finalize(h))})}authHostbased(t,e,n,s,i,o){if(this._server)throw new Error("Client-only method called in server mode");if(e=Zu(e),e instanceof Error)throw new Error("Invalid key");let a=e.type;e=e.getPublicSSH(),typeof i=="function"&&(o=i,i=void 0),i||(i=a);let c=Buffer.byteLength(t),f=Buffer.byteLength(i),l=e.length,u=this._kex.sessionID,h=u.length,g=Buffer.byteLength(n),y=Buffer.byteLength(s),_=Buffer.allocUnsafe(4+h+1+4+c+4+14+4+9+4+f+4+l+4+g+4+y),b=0;B(_,h,b),_.set(u,b+=4),_[b+=h]=xe.USERAUTH_REQUEST,B(_,c,++b),_.utf8Write(t,b+=4,c),B(_,14,b+=c),_.utf8Write("ssh-connection",b+=4,14),B(_,9,b+=14),_.utf8Write("hostbased",b+=4,9),B(_,f,b+=9),_.utf8Write(i,b+=4,f),B(_,l,b+=f),_.set(e,b+=4),B(_,g,b+=l),_.utf8Write(n,b+=4,g),B(_,y,b+=g),_.utf8Write(s,b+=4,y),o(_,C=>{if(C=ed(C,a),!C)throw new Error("Error while converting handshake signature");let L=C.length,F=_.length-h-4;b=this._packetRW.write.allocStart;let k=this._packetRW.write.alloc(F+4+4+f+4+L);Ms(_,k,4+h,_.length,b),B(k,4+f+4+L,b+=F),B(k,f,b+=4),k.utf8Write(i,b+=4,f),B(k,L,b+=f),k.set(C,b+=4),this._authsQueue.push("hostbased"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (hostbased)"),we(this,this._packetRW.write.finalize(k))})}authKeyboard(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4+14+4+20+4+4);s[n]=xe.USERAUTH_REQUEST,B(s,e,++n),s.utf8Write(t,n+=4,e),B(s,14,n+=e),s.utf8Write("ssh-connection",n+=4,14),B(s,20,n+=14),s.utf8Write("keyboard-interactive",n+=4,20),B(s,0,n+=20),B(s,0,n+=4),this._authsQueue.push("keyboard-interactive"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (keyboard-interactive)"),we(this,this._packetRW.write.finalize(s))}authNone(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4+14+4+4);s[n]=xe.USERAUTH_REQUEST,B(s,e,++n),s.utf8Write(t,n+=4,e),B(s,14,n+=e),s.utf8Write("ssh-connection",n+=4,14),B(s,4,n+=14),s.utf8Write("none",n+=4,4),this._authsQueue.push("none"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (none)"),we(this,this._packetRW.write.finalize(s))}authInfoRes(t){if(this._server)throw new Error("Client-only method called in server mode");let e=0,n;if(t){n=new Array(t.length);for(let o=0;o<t.length;++o){let a=Buffer.byteLength(t[o]);n[o]=a,e+=4+a}}let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(5+e);if(i[s]=xe.USERAUTH_INFO_RESPONSE,t){B(i,t.length,++s),s+=4;for(let o=0;o<t.length;++o){let a=n[o];B(i,a,s),s+=4,a&&(i.utf8Write(t[o],s,a),s+=a)}}else B(i,0,++s);this._debug&&this._debug("Outbound: Sending USERAUTH_INFO_RESPONSE"),we(this,this._packetRW.write.finalize(i))}tcpipForward(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(23+s+4);o[i]=xe.GLOBAL_REQUEST,B(o,13,++i),o.utf8Write("tcpip-forward",i+=4,13),o[i+=13]=n===void 0||n===!0?1:0,B(o,s,++i),o.utf8Write(t,i+=4,s),B(o,e,i+=s),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (tcpip-forward)"),we(this,this._packetRW.write.finalize(o))}cancelTcpipForward(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(30+s+4);o[i]=xe.GLOBAL_REQUEST,B(o,20,++i),o.utf8Write("cancel-tcpip-forward",i+=4,20),o[i+=20]=n===void 0||n===!0?1:0,B(o,s,++i),o.utf8Write(t,i+=4,s),B(o,e,i+=s),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (cancel-tcpip-forward)"),we(this,this._packetRW.write.finalize(o))}openssh_streamLocalForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(41+n);i[s]=xe.GLOBAL_REQUEST,B(i,31,++s),i.utf8Write("streamlocal-forward@openssh.com",s+=4,31),i[s+=31]=e===void 0||e===!0?1:0,B(i,n,++s),i.utf8Write(t,s+=4,n),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (streamlocal-forward@openssh.com)"),we(this,this._packetRW.write.finalize(i))}openssh_cancelStreamLocalForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(48+n);i[s]=xe.GLOBAL_REQUEST,B(i,38,++s),i.utf8Write("cancel-streamlocal-forward@openssh.com",s+=4,38),i[s+=38]=e===void 0||e===!0?1:0,B(i,n,++s),i.utf8Write(t,s+=4,n),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (cancel-streamlocal-forward@openssh.com)"),we(this,this._packetRW.write.finalize(i))}directTcpip(t,e,n,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(s.srcIP),o=Buffer.byteLength(s.dstIP),a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(33+i+4+4+o+4);c[a]=xe.CHANNEL_OPEN,B(c,12,++a),c.utf8Write("direct-tcpip",a+=4,12),B(c,t,a+=12),B(c,e,a+=4),B(c,n,a+=4),B(c,o,a+=4),c.utf8Write(s.dstIP,a+=4,o),B(c,s.dstPort,a+=o),B(c,i,a+=4),c.utf8Write(s.srcIP,a+=4,i),B(c,s.srcPort,a+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, direct-tcpip)`),we(this,this._packetRW.write.finalize(c))}openssh_directStreamLocal(t,e,n,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(s.socketPath),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(51+i+4+4);a[o]=xe.CHANNEL_OPEN,B(a,30,++o),a.utf8Write("direct-streamlocal@openssh.com",o+=4,30),B(a,t,o+=30),B(a,e,o+=4),B(a,n,o+=4),B(a,i,o+=4),a.utf8Write(s.socketPath,o+=4,i),Lm(a,0,o+=i,o+8),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, direct-streamlocal@openssh.com)`),we(this,this._packetRW.write.finalize(a))}openssh_noMoreSessions(t){if(this._server)throw new Error("Client-only method called in server mode");let e=this._packetRW.write.allocStart,n=this._packetRW.write.alloc(34);n[e]=xe.GLOBAL_REQUEST,B(n,28,++e),n.utf8Write("no-more-sessions@openssh.com",e+=4,28),n[e+=28]=t===void 0||t===!0?1:0,this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (no-more-sessions@openssh.com)"),we(this,this._packetRW.write.finalize(n))}session(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(24);i[s]=xe.CHANNEL_OPEN,B(i,7,++s),i.utf8Write("session",s+=4,7),B(i,t,s+=7),B(i,e,s+=4),B(i,n,s+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, session)`),we(this,this._packetRW.write.finalize(i))}windowChange(t,e,n,s,i){if(this._server)throw new Error("Client-only method called in server mode");let o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(39);a[o]=xe.CHANNEL_REQUEST,B(a,t,++o),B(a,13,o+=4),a.utf8Write("window-change",o+=4,13),a[o+=13]=0,B(a,n,++o),B(a,e,o+=4),B(a,i,o+=4),B(a,s,o+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, window-change)`),we(this,this._packetRW.write.finalize(a))}pty(t,e,n,s,i,o,a,c){if(this._server)throw new Error("Client-only method called in server mode");(!o||!o.length)&&(o="vt100"),a&&!Buffer.isBuffer(a)&&!Array.isArray(a)&&typeof a=="object"&&a!==null&&(a=Ym(a)),(!a||!a.length)&&(a=Qm);let f=o.length,l=a.length,u=this._packetRW.write.allocStart,h=this._packetRW.write.alloc(21+f+4+4+4+4+4+l);if(h[u]=xe.CHANNEL_REQUEST,B(h,t,++u),B(h,7,u+=4),h.utf8Write("pty-req",u+=4,7),h[u+=7]=c===void 0||c===!0?1:0,B(h,f,++u),h.utf8Write(o,u+=4,f),B(h,n,u+=f),B(h,e,u+=4),B(h,i,u+=4),B(h,s,u+=4),B(h,l,u+=4),u+=4,Array.isArray(a))for(let g=0;g<l;++g)h[u++]=a[g];else Buffer.isBuffer(a)&&h.set(a,u);this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, pty-req)`),we(this,this._packetRW.write.finalize(h))}shell(t,e){if(this._server)throw new Error("Client-only method called in server mode");let n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(15);s[n]=xe.CHANNEL_REQUEST,B(s,t,++n),B(s,5,n+=4),s.utf8Write("shell",n+=4,5),s[n+=5]=e===void 0||e===!0?1:0,this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, shell)`),we(this,this._packetRW.write.finalize(s))}exec(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.isBuffer(e),i=s?e.length:Buffer.byteLength(e),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(18+i);a[o]=xe.CHANNEL_REQUEST,B(a,t,++o),B(a,4,o+=4),a.utf8Write("exec",o+=4,4),a[o+=4]=n===void 0||n===!0?1:0,B(a,i,++o),s?a.set(e,o+=4):a.utf8Write(e,o+=4,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exec: ${e})`),we(this,this._packetRW.write.finalize(a))}signal(t,e){if(this._server)throw new Error("Client-only method called in server mode");let n=e;if(e=e.toUpperCase(),e.slice(0,3)==="SIG"&&(e=e.slice(3)),Xu[e]!==1)throw new Error(`Invalid signal: ${n}`);let s=e.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(20+s);o[i]=xe.CHANNEL_REQUEST,B(o,t,++i),B(o,6,i+=4),o.utf8Write("signal",i+=4,6),o[i+=6]=0,B(o,s,++i),o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, signal: ${e})`),we(this,this._packetRW.write.finalize(o))}env(t,e,n,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(e),o=Buffer.isBuffer(n),a=o?n.length:Buffer.byteLength(n),c=this._packetRW.write.allocStart,f=this._packetRW.write.alloc(17+i+4+a);f[c]=xe.CHANNEL_REQUEST,B(f,t,++c),B(f,3,c+=4),f.utf8Write("env",c+=4,3),f[c+=3]=s===void 0||s===!0?1:0,B(f,i,++c),f.utf8Write(e,c+=4,i),B(f,a,c+=i),o?f.set(n,c+=4):f.utf8Write(n,c+=4,a),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, env: ${e}=${n})`),we(this,this._packetRW.write.finalize(f))}x11Forward(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=e.protocol,i=e.cookie,o=Buffer.isBuffer(s),a=o?s.length:Buffer.byteLength(s),c=Buffer.isBuffer(i),f=c?i.length:Buffer.byteLength(i),l=this._packetRW.write.allocStart,u=this._packetRW.write.alloc(22+a+4+f+4);u[l]=xe.CHANNEL_REQUEST,B(u,t,++l),B(u,7,l+=4),u.utf8Write("x11-req",l+=4,7),u[l+=7]=n===void 0||n===!0?1:0,u[++l]=e.single?1:0,B(u,a,++l),o?u.set(s,l+=4):u.utf8Write(s,l+=4,a),B(u,f,l+=a),c?u.set(i,l+=4):u.latin1Write(i,l+=4,f),B(u,e.screen||0,l+=f),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, x11-req)`),we(this,this._packetRW.write.finalize(u))}subsystem(t,e,n){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(e),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(23+s);o[i]=xe.CHANNEL_REQUEST,B(o,t,++i),B(o,9,i+=4),o.utf8Write("subsystem",i+=4,9),o[i+=9]=n===void 0||n===!0?1:0,B(o,s,++i),o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, subsystem: ${e})`),we(this,this._packetRW.write.finalize(o))}openssh_agentForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(36);s[n]=xe.CHANNEL_REQUEST,B(s,t,++n),B(s,26,n+=4),s.utf8Write("auth-agent-req@openssh.com",n+=4,26),s[n+=26]=e===void 0||e===!0?1:0,this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, auth-agent-req@openssh.com)`),we(this,this._packetRW.write.finalize(s))}openssh_hostKeysProve(t){if(this._server)throw new Error("Client-only method called in server mode");let e=0,n=[];for(let o of t){let a=o.getPublicSSH();e+=4+a.length,n.push(a)}let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(35+e);i[s]=xe.GLOBAL_REQUEST,B(i,29,++s),i.utf8Write("hostkeys-prove-00@openssh.com",s+=4,29),i[s+=29]=1,++s;for(let o of n)B(i,o.length,s),Ms(o,i,0,o.length,s+=4),s+=o.length;this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (hostkeys-prove-00@openssh.com)"),we(this,this._packetRW.write.finalize(i))}serviceAccept(t){if(!this._server)throw new Error("Server-only method called in client mode");let e=Buffer.byteLength(t),n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e);if(s[n]=xe.SERVICE_ACCEPT,B(s,e,++n),s.utf8Write(t,n+=4,e),this._debug&&this._debug(`Outbound: Sending SERVICE_ACCEPT (${t})`),we(this,this._packetRW.write.finalize(s)),this._server&&this._banner&&t==="ssh-userauth"){let i=this._banner;this._banner=void 0;let o=Buffer.byteLength(i);n=this._packetRW.write.allocStart;let a=this._packetRW.write.alloc(5+o+4);a[n]=xe.USERAUTH_BANNER,B(a,o,++n),a.utf8Write(i,n+=4,o),B(a,0,n+=o),this._debug&&this._debug("Outbound: Sending USERAUTH_BANNER"),we(this,this._packetRW.write.finalize(a))}}forwardedTcpip(t,e,n,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.boundAddr),o=Buffer.byteLength(s.remoteAddr),a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(36+i+4+4+o+4);c[a]=xe.CHANNEL_OPEN,B(c,15,++a),c.utf8Write("forwarded-tcpip",a+=4,15),B(c,t,a+=15),B(c,e,a+=4),B(c,n,a+=4),B(c,i,a+=4),c.utf8Write(s.boundAddr,a+=4,i),B(c,s.boundPort,a+=i),B(c,o,a+=4),c.utf8Write(s.remoteAddr,a+=4,o),B(c,s.remotePort,a+=o),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, forwarded-tcpip)`),we(this,this._packetRW.write.finalize(c))}x11(t,e,n,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.originAddr),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(24+i+4);a[o]=xe.CHANNEL_OPEN,B(a,3,++o),a.utf8Write("x11",o+=4,3),B(a,t,o+=3),B(a,e,o+=4),B(a,n,o+=4),B(a,i,o+=4),a.utf8Write(s.originAddr,o+=4,i),B(a,s.originPort,o+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, x11)`),we(this,this._packetRW.write.finalize(a))}openssh_authAgent(t,e,n){if(!this._server)throw new Error("Server-only method called in client mode");let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(39);i[s]=xe.CHANNEL_OPEN,B(i,22,++s),i.utf8Write("auth-agent@openssh.com",s+=4,22),B(i,t,s+=22),B(i,e,s+=4),B(i,n,s+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, auth-agent@openssh.com)`),we(this,this._packetRW.write.finalize(i))}openssh_forwardedStreamLocal(t,e,n,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.socketPath),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(54+i+4);a[o]=xe.CHANNEL_OPEN,B(a,33,++o),a.utf8Write("forwarded-streamlocal@openssh.com",o+=4,33),B(a,t,o+=33),B(a,e,o+=4),B(a,n,o+=4),B(a,i,o+=4),a.utf8Write(s.socketPath,o+=4,i),B(a,0,o+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, forwarded-streamlocal@openssh.com)`),we(this,this._packetRW.write.finalize(a))}exitStatus(t,e){if(!this._server)throw new Error("Server-only method called in client mode");let n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(25);s[n]=xe.CHANNEL_REQUEST,B(s,t,++n),B(s,11,n+=4),s.utf8Write("exit-status",n+=4,11),s[n+=11]=0,B(s,e,++n),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exit-status: ${e})`),we(this,this._packetRW.write.finalize(s))}exitSignal(t,e,n,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=e;if(typeof i!="string"||!i)throw new Error(`Invalid signal: ${i}`);let o=e.toUpperCase();if(o.slice(0,3)==="SIG"&&(o=o.slice(3)),Xu[o]!==1)throw new Error(`Invalid signal: ${i}`);let a=Buffer.byteLength(o),c=s?Buffer.byteLength(s):0,f=this._packetRW.write.allocStart,l=this._packetRW.write.alloc(25+a+1+4+c+4);l[f]=xe.CHANNEL_REQUEST,B(l,t,++f),B(l,11,f+=4),l.utf8Write("exit-signal",f+=4,11),l[f+=11]=0,B(l,a,++f),l.utf8Write(o,f+=4,a),l[f+=a]=n?1:0,B(l,c,++f),f+=4,c&&(l.utf8Write(s,f,c),f+=c),B(l,0,f),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exit-signal: ${e})`),we(this,this._packetRW.write.finalize(l))}authFailure(t,e){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0)throw new Error("No auth in progress");let n;if(typeof t=="boolean"&&(e=t,t=void 0),t){n=[];for(let a=0;a<t.length;++a)t[a].toLowerCase()!=="none"&&n.push(t[a]);n=n.join(",")}else n="";let s=n.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(5+s+1);o[i]=xe.USERAUTH_FAILURE,B(o,s,++i),o.utf8Write(n,i+=4,s),o[i+=s]=e===!0?1:0,this._authsQueue.shift(),this._debug&&this._debug("Outbound: Sending USERAUTH_FAILURE"),we(this,this._packetRW.write.finalize(o))}authSuccess(){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0)throw new Error("No auth in progress");let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(1);e[t]=xe.USERAUTH_SUCCESS,this._authsQueue.shift(),this._authenticated=!0,this._debug&&this._debug("Outbound: Sending USERAUTH_SUCCESS"),we(this,this._packetRW.write.finalize(e)),this._kex.negotiated.cs.compress==="zlib@openssh.com"&&(this._packetRW.read=new od),this._kex.negotiated.sc.compress==="zlib@openssh.com"&&(this._packetRW.write=new ad(this))}authPKOK(t,e){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0||this._authsQueue[0]!=="publickey")throw new Error('"publickey" auth not in progress');let n=Buffer.byteLength(t),s=e.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(5+n+4+s);o[i]=xe.USERAUTH_PK_OK,B(o,n,++i),o.utf8Write(t,i+=4,n),B(o,s,i+=n),o.set(e,i+=4),this._authsQueue.shift(),this._debug&&this._debug("Outbound: Sending USERAUTH_PK_OK"),we(this,this._packetRW.write.finalize(o))}authPasswdChg(t){if(!this._server)throw new Error("Server-only method called in client mode");let e=Buffer.byteLength(t),n=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4);s[n]=xe.USERAUTH_PASSWD_CHANGEREQ,B(s,e,++n),s.utf8Write(t,n+=4,e),B(s,0,n+=e),this._debug&&this._debug("Outbound: Sending USERAUTH_PASSWD_CHANGEREQ"),we(this,this._packetRW.write.finalize(s))}authInfoReq(t,e,n){if(!this._server)throw new Error("Server-only method called in client mode");let s=0,i=t?Buffer.byteLength(t):0,o=e?Buffer.byteLength(e):0;for(let f=0;f<n.length;++f)s+=4+Buffer.byteLength(n[f].prompt)+1;let a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(5+i+4+o+4+4+s);c[a]=xe.USERAUTH_INFO_REQUEST,B(c,i,++a),a+=4,t&&(c.utf8Write(t,a,i),a+=i),B(c,o,a),a+=4,e&&(c.utf8Write(e,a,o),a+=o),B(c,0,a),B(c,n.length,a+=4),a+=4;for(let f=0;f<n.length;++f){let l=n[f],u=Buffer.byteLength(l.prompt);B(c,u,a),a+=4,u&&(c.utf8Write(l.prompt,a,u),a+=u),c[a++]=l.echo?1:0}this._debug&&this._debug("Outbound: Sending USERAUTH_INFO_REQUEST"),we(this,this._packetRW.write.finalize(c))}},Wm=/^SSH-(2\.0|1\.99)-([^ ]+)(?: (.*))?$/;function qm(r,t,e){let n,s;this._buffer?(n=Buffer.allocUnsafe(this._buffer.length+(e-t)),n.set(this._buffer,0),t===0?n.set(r,this._buffer.length):n.set(new Uint8Array(r.buffer,r.byteOffset+t,e-t),this._buffer.length),s=this._buffer.length,t=0):(n=r,s=0);let i=t,o=t,a=t,c=!1,f=0,l=0;for(;t<n.length;++t){let u=n[t];if(u===13){c=!0;continue}if(u===10){if(a>o&&a-o>4&&n[o]===83&&n[o+1]===83&&n[o+2]===72&&n[o+3]===45){let h=n.latin1Slice(i,a+1),g=o===i?h:h.slice(o-i),y=Wm.exec(g);if(!y)throw new Error("Invalid identification string");let _={greeting:o===i?"":h.slice(0,o-i),identRaw:g,versions:{protocol:y[1],software:y[2]},comments:y[3]};return this._remoteIdentRaw=Buffer.from(g),this._debug&&this._debug(`Remote ident: ${rd(g)}`),this._compatFlags=Gm(_),this._buffer=void 0,this._decipher=new vm(0,Pm.bind(this,{firstPacket:!0})),this._parse=Km,this._onHeader(_),this._destruct?(id(this),t+1-s):e}if(this._server)throw new Error("Greetings from clients not permitted");if(++l>Hm)throw new Error("Max greeting lines exceeded");c=!1,o=t+1,f=0}else{if(c)throw new Error("Invalid header: expected newline");if(++f>=Fm)throw new Error("Header line too long")}a=t}return this._buffer||(this._buffer=sd(n,i)),t-s}function Km(r,t,e){return this._decipher.decrypt(r,t,e)}function Vm(r){if(this._onPacket(),r.length===0){this._debug&&this._debug("Inbound: Skipping empty packet payload");return}r=this._packetRW.read.read(r);let t=r[0];t===xe.USERAUTH_SUCCESS&&!this._server&&!this._authenticated&&(this._authenticated=!0,this._kex.negotiated.cs.compress==="zlib@openssh.com"&&(this._packetRW.write=new ad(this)),this._kex.negotiated.sc.compress==="zlib@openssh.com"&&(this._packetRW.read=new od));let e=Tm[t];if(e===void 0){this._debug&&this._debug(`Inbound: Unsupported message type: ${t}`);return}return e(this,r)}function Gm(r){let t=r.versions.software,e=0;for(let n of km)typeof n[0]=="string"?t===n[0]&&(e|=n[1]):n[0].test(t)&&(e|=n[1]);return e}function Ym(r){let t=Object.keys(r),e=Buffer.allocUnsafe(5*t.length+1),n=0;for(let s=0;s<t.length;++s){let i=t[s];if(i==="TTY_OP_END")continue;let o=Ba[i];if(o===void 0)continue;let a=r[i];typeof a=="number"&&isFinite(a)&&(e[n++]=o,e[n++]=a>>>24,e[n++]=a>>>16,e[n++]=a>>>8,e[n++]=a)}return e[n++]=Ba.TTY_OP_END,n<e.length?sd(e,0,n):e}function zm(r){let t="ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss";Bm&&(t=`ssh-ed25519,${t}`);let e=Buffer.byteLength(t),n=r._packetRW.write.allocStart,s=r._packetRW.write.alloc(28+e);s[n]=xe.EXT_INFO,B(s,1,++n),B(s,15,n+=4),s.utf8Write("server-sig-algs",n+=4,15),B(s,e,n+=15),s.utf8Write(t,n+=4,e),r._debug&&r._debug("Outbound: Sending EXT_INFO"),we(r,r._packetRW.write.finalize(s))}fd.exports=Ra});var gd=ct(Ri=>{"use strict";var $s=require("assert"),{inspect:jm}=require("util");function ld(r){let t="",e=r.length,n=r[0]==="-"?1:0;for(;e>=n+4;e-=3)t=`_${r.slice(e-3,e)}${t}`;return`${r.slice(0,e)}${t}`}function ud(r,t){if($s(typeof t=="string","`thing` has to be of type string"),Array.isArray(r)){let e=r.length;return $s(e>0,"At least one expected value needs to be specified"),r=r.map(n=>String(n)),e>2?`one of ${t} ${r.slice(0,e-1).join(", ")}, or `+r[e-1]:e===2?`one of ${t} ${r[0]} or ${r[1]}`:`of ${t} ${r[0]}`}return`of ${t} ${String(r)}`}Ri.ERR_INTERNAL_ASSERTION=class hd extends Error{constructor(t){super(),Error.captureStackTrace(this,hd);let e=`This is caused by either a bug in ssh2 or incorrect usage of ssh2 internals.
11
+ `)}else this._hostKeys=void 0;let u=t.offer;typeof u!="object"||u===null?u=this._server?Qm:Hm:u.constructor!==od&&(this._server?u.kex=u.kex.concat(["kex-strict-s-v00@openssh.com"]):u.kex=u.kex.concat(["ext-info-c","kex-strict-c-v00@openssh.com"]),u=new od(u)),this._kex=void 0,this._strictMode=void 0,this._kexinit=void 0,this._offer=u,this._cipher=new $m(0,this._onWrite),this._decipher=void 0,this._skipNextInboundPacket=!1,this._packetRW={read:new Vm,write:new Gm(this)},this._hostVerifier=!this._server&&typeof t.hostVerifier=="function"?t.hostVerifier:void 0,this._parse=t0,this._buffer=void 0,this._authsQueue=[],this._authenticated=!1,this._remoteIdentRaw=void 0;let h;if(typeof t.ident=="string")this._identRaw=Buffer.from(`SSH-2.0-${t.ident}`),h=Buffer.allocUnsafe(this._identRaw.length+2),h.set(this._identRaw,0),h[h.length-2]=13,h[h.length-1]=10;else if(Buffer.isBuffer(t.ident)){let p=Buffer.allocUnsafe(8+t.ident.length);p.latin1Write("SSH-2.0-",0,8),p.set(t.ident,8),this._identRaw=p,h=Buffer.allocUnsafe(p.length+2),h.set(p,0),h[h.length-2]=13,h[h.length-1]=10}else this._identRaw=md,h=jm;this._compatFlags=0,this._debug&&(Um?this._debug("Custom crypto binding available"):this._debug("Custom crypto binding not available")),this._debug&&this._debug(`Local ident: ${ld(this._identRaw.toString())}`),this.start=()=>{this.start=void 0,l&&this._onWrite(l),this._onWrite(h)}}_destruct(t){this._packetRW.read.cleanup(),this._packetRW.write.cleanup(),this._cipher&&this._cipher.free(),this._decipher&&this._decipher.free(),(typeof t!="string"||t.length===0)&&(t="fatal error"),this.parse=()=>{throw new Error(`Instance unusable after ${t}`)},this._onWrite=()=>{throw new Error(`Instance unusable after ${t}`)},this._destruct=void 0}cleanup(){this._destruct&&this._destruct()}parse(t,e,r){for(;e<r;)e=this._parse(t,e,r)}disconnect(t){let r=this._packetRW.write.allocStartKEX,s=this._packetRW.write.alloc(13,!0),i=r+13;Ym.has(t)||(t=ud.PROTOCOL_ERROR),s[r]=Se.DISCONNECT,P(s,t,++r),s.fill(0,r+=4,i),this._debug&&this._debug(`Outbound: Sending DISCONNECT (${t})`),we(this,this._packetRW.write.finalize(s,!0),!0)}ping(){let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(fd.length);e.set(fd,t),this._debug&&this._debug("Outbound: Sending ping (GLOBAL_REQUEST: keepalive@openssh.com)"),we(this,this._packetRW.write.finalize(e))}rekey(){this._kexinit===void 0?(this._debug&&this._debug("Outbound: Initiated explicit rekey"),this._queue=[],dd(this)):this._debug&&this._debug("Outbound: Ignoring rekey during handshake")}requestSuccess(t){let e=this._packetRW.write.allocStart,r;Buffer.isBuffer(t)?(r=this._packetRW.write.alloc(1+t.length),r[e]=Se.REQUEST_SUCCESS,r.set(t,++e)):(r=this._packetRW.write.alloc(1),r[e]=Se.REQUEST_SUCCESS),this._debug&&this._debug("Outbound: Sending REQUEST_SUCCESS"),we(this,this._packetRW.write.finalize(r))}requestFailure(){let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(1);e[t]=Se.REQUEST_FAILURE,this._debug&&this._debug("Outbound: Sending REQUEST_FAILURE"),we(this,this._packetRW.write.finalize(e))}channelSuccess(t){let e=this._packetRW.write.allocStart,r=this._packetRW.write.alloc(5);r[e]=Se.CHANNEL_SUCCESS,P(r,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_SUCCESS (r:${t})`),we(this,this._packetRW.write.finalize(r))}channelFailure(t){let e=this._packetRW.write.allocStart,r=this._packetRW.write.alloc(5);r[e]=Se.CHANNEL_FAILURE,P(r,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_FAILURE (r:${t})`),we(this,this._packetRW.write.finalize(r))}channelEOF(t){let e=this._packetRW.write.allocStart,r=this._packetRW.write.alloc(5);r[e]=Se.CHANNEL_EOF,P(r,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_EOF (r:${t})`),we(this,this._packetRW.write.finalize(r))}channelClose(t){let e=this._packetRW.write.allocStart,r=this._packetRW.write.alloc(5);r[e]=Se.CHANNEL_CLOSE,P(r,t,++e),this._debug&&this._debug(`Outbound: Sending CHANNEL_CLOSE (r:${t})`),we(this,this._packetRW.write.finalize(r))}channelWindowAdjust(t,e){let r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(9);s[r]=Se.CHANNEL_WINDOW_ADJUST,P(s,t,++r),P(s,e,r+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_WINDOW_ADJUST (r:${t}, ${e})`),we(this,this._packetRW.write.finalize(s))}channelData(t,e){let r=Buffer.isBuffer(e),s=r?e.length:Buffer.byteLength(e),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(9+s);o[i]=Se.CHANNEL_DATA,P(o,t,++i),P(o,s,i+=4),r?o.set(e,i+=4):o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_DATA (r:${t}, ${s})`),we(this,this._packetRW.write.finalize(o))}channelExtData(t,e,r){let s=Buffer.isBuffer(e),i=s?e.length:Buffer.byteLength(e),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(13+i);a[o]=Se.CHANNEL_EXTENDED_DATA,P(a,t,++o),P(a,r,o+=4),P(a,i,o+=4),s?a.set(e,o+=4):a.utf8Write(e,o+=4,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_EXTENDED_DATA (r:${t})`),we(this,this._packetRW.write.finalize(a))}channelOpenConfirm(t,e,r,s){let i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(17);o[i]=Se.CHANNEL_OPEN_CONFIRMATION,P(o,t,++i),P(o,e,i+=4),P(o,r,i+=4),P(o,s,i+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN_CONFIRMATION (r:${t}, l:${e})`),we(this,this._packetRW.write.finalize(o))}channelOpenFail(t,e,r){typeof r!="string"&&(r="");let s=Buffer.byteLength(r),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(13+s+4);o[i]=Se.CHANNEL_OPEN_FAILURE,P(o,t,++i),P(o,e,i+=4),P(o,s,i+=4),i+=4,s&&(o.utf8Write(r,i,s),i+=s),P(o,0,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN_FAILURE (r:${t})`),we(this,this._packetRW.write.finalize(o))}service(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e);s[r]=Se.SERVICE_REQUEST,P(s,e,++r),s.utf8Write(t,r+=4,e),this._debug&&this._debug(`Outbound: Sending SERVICE_REQUEST (${t})`),we(this,this._packetRW.write.finalize(s))}authPassword(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=Buffer.byteLength(e),o=r?Buffer.byteLength(r):0,a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(5+s+4+14+4+8+1+4+i+(r?4+o:0));c[a]=Se.USERAUTH_REQUEST,P(c,s,++a),c.utf8Write(t,a+=4,s),P(c,14,a+=s),c.utf8Write("ssh-connection",a+=4,14),P(c,8,a+=14),c.utf8Write("password",a+=4,8),c[a+=8]=r?1:0,P(c,i,++a),Buffer.isBuffer(e)?Ws(e,c,0,i,a+=4):c.utf8Write(e,a+=4,i),r?(P(c,o,a+=i),Buffer.isBuffer(r)?Ws(r,c,0,o,a+=4):c.utf8Write(r,a+=4,o),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (changed password)")):this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (password)"),this._authsQueue.push("password"),we(this,this._packetRW.write.finalize(c))}authPK(t,e,r,s){if(this._server)throw new Error("Client-only method called in server mode");if(e=ad(e),e instanceof Error)throw new Error("Invalid key");let i=e.type;e=e.getPublicSSH(),typeof r=="function"&&(s=r,r=void 0),r||(r=i);let o=Buffer.byteLength(t),a=Buffer.byteLength(r),c=e.length,f=this._kex.sessionID,l=f.length,u=(s?4+l:0)+1+4+o+4+14+4+9+1+4+a+4+c,h,p;if(s?(h=Buffer.allocUnsafe(u),p=0,P(h,l,p),h.set(f,p+=4),p+=l):(h=this._packetRW.write.alloc(u),p=this._packetRW.write.allocStart),h[p]=Se.USERAUTH_REQUEST,P(h,o,++p),h.utf8Write(t,p+=4,o),P(h,14,p+=o),h.utf8Write("ssh-connection",p+=4,14),P(h,9,p+=14),h.utf8Write("publickey",p+=4,9),h[p+=9]=s?1:0,P(h,a,++p),h.utf8Write(r,p+=4,a),P(h,c,p+=a),h.set(e,p+=4),!s){this._authsQueue.push("publickey"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (publickey -- check)"),we(this,this._packetRW.write.finalize(h));return}s(h,_=>{if(_=cd(_,i),_===!1)throw new Error("Error while converting handshake signature");let E=_.length;p=this._packetRW.write.allocStart,h=this._packetRW.write.alloc(5+o+4+14+4+9+1+4+a+4+c+4+4+a+4+E),h[p]=Se.USERAUTH_REQUEST,P(h,o,++p),h.utf8Write(t,p+=4,o),P(h,14,p+=o),h.utf8Write("ssh-connection",p+=4,14),P(h,9,p+=14),h.utf8Write("publickey",p+=4,9),h[p+=9]=1,P(h,a,++p),h.utf8Write(r,p+=4,a),P(h,c,p+=a),h.set(e,p+=4),P(h,4+a+4+E,p+=c),P(h,a,p+=4),h.utf8Write(r,p+=4,a),P(h,E,p+=a),h.set(_,p+=4),this._authsQueue.push("publickey"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (publickey)"),we(this,this._packetRW.write.finalize(h))})}authHostbased(t,e,r,s,i,o){if(this._server)throw new Error("Client-only method called in server mode");if(e=ad(e),e instanceof Error)throw new Error("Invalid key");let a=e.type;e=e.getPublicSSH(),typeof i=="function"&&(o=i,i=void 0),i||(i=a);let c=Buffer.byteLength(t),f=Buffer.byteLength(i),l=e.length,u=this._kex.sessionID,h=u.length,p=Buffer.byteLength(r),_=Buffer.byteLength(s),E=Buffer.allocUnsafe(4+h+1+4+c+4+14+4+9+4+f+4+l+4+p+4+_),b=0;P(E,h,b),E.set(u,b+=4),E[b+=h]=Se.USERAUTH_REQUEST,P(E,c,++b),E.utf8Write(t,b+=4,c),P(E,14,b+=c),E.utf8Write("ssh-connection",b+=4,14),P(E,9,b+=14),E.utf8Write("hostbased",b+=4,9),P(E,f,b+=9),E.utf8Write(i,b+=4,f),P(E,l,b+=f),E.set(e,b+=4),P(E,p,b+=l),E.utf8Write(r,b+=4,p),P(E,_,b+=p),E.utf8Write(s,b+=4,_),o(E,v=>{if(v=cd(v,a),!v)throw new Error("Error while converting handshake signature");let U=v.length,H=E.length-h-4;b=this._packetRW.write.allocStart;let C=this._packetRW.write.alloc(H+4+4+f+4+U);Ws(E,C,4+h,E.length,b),P(C,4+f+4+U,b+=H),P(C,f,b+=4),C.utf8Write(i,b+=4,f),P(C,U,b+=f),C.set(v,b+=4),this._authsQueue.push("hostbased"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (hostbased)"),we(this,this._packetRW.write.finalize(C))})}authKeyboard(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4+14+4+20+4+4);s[r]=Se.USERAUTH_REQUEST,P(s,e,++r),s.utf8Write(t,r+=4,e),P(s,14,r+=e),s.utf8Write("ssh-connection",r+=4,14),P(s,20,r+=14),s.utf8Write("keyboard-interactive",r+=4,20),P(s,0,r+=20),P(s,0,r+=4),this._authsQueue.push("keyboard-interactive"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (keyboard-interactive)"),we(this,this._packetRW.write.finalize(s))}authNone(t){if(this._server)throw new Error("Client-only method called in server mode");let e=Buffer.byteLength(t),r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4+14+4+4);s[r]=Se.USERAUTH_REQUEST,P(s,e,++r),s.utf8Write(t,r+=4,e),P(s,14,r+=e),s.utf8Write("ssh-connection",r+=4,14),P(s,4,r+=14),s.utf8Write("none",r+=4,4),this._authsQueue.push("none"),this._debug&&this._debug("Outbound: Sending USERAUTH_REQUEST (none)"),we(this,this._packetRW.write.finalize(s))}authInfoRes(t){if(this._server)throw new Error("Client-only method called in server mode");let e=0,r;if(t){r=new Array(t.length);for(let o=0;o<t.length;++o){let a=Buffer.byteLength(t[o]);r[o]=a,e+=4+a}}let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(5+e);if(i[s]=Se.USERAUTH_INFO_RESPONSE,t){P(i,t.length,++s),s+=4;for(let o=0;o<t.length;++o){let a=r[o];P(i,a,s),s+=4,a&&(i.utf8Write(t[o],s,a),s+=a)}}else P(i,0,++s);this._debug&&this._debug("Outbound: Sending USERAUTH_INFO_RESPONSE"),we(this,this._packetRW.write.finalize(i))}tcpipForward(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(23+s+4);o[i]=Se.GLOBAL_REQUEST,P(o,13,++i),o.utf8Write("tcpip-forward",i+=4,13),o[i+=13]=r===void 0||r===!0?1:0,P(o,s,++i),o.utf8Write(t,i+=4,s),P(o,e,i+=s),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (tcpip-forward)"),we(this,this._packetRW.write.finalize(o))}cancelTcpipForward(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(30+s+4);o[i]=Se.GLOBAL_REQUEST,P(o,20,++i),o.utf8Write("cancel-tcpip-forward",i+=4,20),o[i+=20]=r===void 0||r===!0?1:0,P(o,s,++i),o.utf8Write(t,i+=4,s),P(o,e,i+=s),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (cancel-tcpip-forward)"),we(this,this._packetRW.write.finalize(o))}openssh_streamLocalForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(41+r);i[s]=Se.GLOBAL_REQUEST,P(i,31,++s),i.utf8Write("streamlocal-forward@openssh.com",s+=4,31),i[s+=31]=e===void 0||e===!0?1:0,P(i,r,++s),i.utf8Write(t,s+=4,r),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (streamlocal-forward@openssh.com)"),we(this,this._packetRW.write.finalize(i))}openssh_cancelStreamLocalForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(48+r);i[s]=Se.GLOBAL_REQUEST,P(i,38,++s),i.utf8Write("cancel-streamlocal-forward@openssh.com",s+=4,38),i[s+=38]=e===void 0||e===!0?1:0,P(i,r,++s),i.utf8Write(t,s+=4,r),this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (cancel-streamlocal-forward@openssh.com)"),we(this,this._packetRW.write.finalize(i))}directTcpip(t,e,r,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(s.srcIP),o=Buffer.byteLength(s.dstIP),a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(33+i+4+4+o+4);c[a]=Se.CHANNEL_OPEN,P(c,12,++a),c.utf8Write("direct-tcpip",a+=4,12),P(c,t,a+=12),P(c,e,a+=4),P(c,r,a+=4),P(c,o,a+=4),c.utf8Write(s.dstIP,a+=4,o),P(c,s.dstPort,a+=o),P(c,i,a+=4),c.utf8Write(s.srcIP,a+=4,i),P(c,s.srcPort,a+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, direct-tcpip)`),we(this,this._packetRW.write.finalize(c))}openssh_directStreamLocal(t,e,r,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(s.socketPath),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(51+i+4+4);a[o]=Se.CHANNEL_OPEN,P(a,30,++o),a.utf8Write("direct-streamlocal@openssh.com",o+=4,30),P(a,t,o+=30),P(a,e,o+=4),P(a,r,o+=4),P(a,i,o+=4),a.utf8Write(s.socketPath,o+=4,i),Km(a,0,o+=i,o+8),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, direct-streamlocal@openssh.com)`),we(this,this._packetRW.write.finalize(a))}openssh_noMoreSessions(t){if(this._server)throw new Error("Client-only method called in server mode");let e=this._packetRW.write.allocStart,r=this._packetRW.write.alloc(34);r[e]=Se.GLOBAL_REQUEST,P(r,28,++e),r.utf8Write("no-more-sessions@openssh.com",e+=4,28),r[e+=28]=t===void 0||t===!0?1:0,this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (no-more-sessions@openssh.com)"),we(this,this._packetRW.write.finalize(r))}session(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(24);i[s]=Se.CHANNEL_OPEN,P(i,7,++s),i.utf8Write("session",s+=4,7),P(i,t,s+=7),P(i,e,s+=4),P(i,r,s+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, session)`),we(this,this._packetRW.write.finalize(i))}windowChange(t,e,r,s,i){if(this._server)throw new Error("Client-only method called in server mode");let o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(39);a[o]=Se.CHANNEL_REQUEST,P(a,t,++o),P(a,13,o+=4),a.utf8Write("window-change",o+=4,13),a[o+=13]=0,P(a,r,++o),P(a,e,o+=4),P(a,i,o+=4),P(a,s,o+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, window-change)`),we(this,this._packetRW.write.finalize(a))}pty(t,e,r,s,i,o,a,c){if(this._server)throw new Error("Client-only method called in server mode");(!o||!o.length)&&(o="vt100"),a&&!Buffer.isBuffer(a)&&!Array.isArray(a)&&typeof a=="object"&&a!==null&&(a=s0(a)),(!a||!a.length)&&(a=Zm);let f=o.length,l=a.length,u=this._packetRW.write.allocStart,h=this._packetRW.write.alloc(21+f+4+4+4+4+4+l);if(h[u]=Se.CHANNEL_REQUEST,P(h,t,++u),P(h,7,u+=4),h.utf8Write("pty-req",u+=4,7),h[u+=7]=c===void 0||c===!0?1:0,P(h,f,++u),h.utf8Write(o,u+=4,f),P(h,r,u+=f),P(h,e,u+=4),P(h,i,u+=4),P(h,s,u+=4),P(h,l,u+=4),u+=4,Array.isArray(a))for(let p=0;p<l;++p)h[u++]=a[p];else Buffer.isBuffer(a)&&h.set(a,u);this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, pty-req)`),we(this,this._packetRW.write.finalize(h))}shell(t,e){if(this._server)throw new Error("Client-only method called in server mode");let r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(15);s[r]=Se.CHANNEL_REQUEST,P(s,t,++r),P(s,5,r+=4),s.utf8Write("shell",r+=4,5),s[r+=5]=e===void 0||e===!0?1:0,this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, shell)`),we(this,this._packetRW.write.finalize(s))}exec(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.isBuffer(e),i=s?e.length:Buffer.byteLength(e),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(18+i);a[o]=Se.CHANNEL_REQUEST,P(a,t,++o),P(a,4,o+=4),a.utf8Write("exec",o+=4,4),a[o+=4]=r===void 0||r===!0?1:0,P(a,i,++o),s?a.set(e,o+=4):a.utf8Write(e,o+=4,i),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exec: ${e})`),we(this,this._packetRW.write.finalize(a))}signal(t,e){if(this._server)throw new Error("Client-only method called in server mode");let r=e;if(e=e.toUpperCase(),e.slice(0,3)==="SIG"&&(e=e.slice(3)),sd[e]!==1)throw new Error(`Invalid signal: ${r}`);let s=e.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(20+s);o[i]=Se.CHANNEL_REQUEST,P(o,t,++i),P(o,6,i+=4),o.utf8Write("signal",i+=4,6),o[i+=6]=0,P(o,s,++i),o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, signal: ${e})`),we(this,this._packetRW.write.finalize(o))}env(t,e,r,s){if(this._server)throw new Error("Client-only method called in server mode");let i=Buffer.byteLength(e),o=Buffer.isBuffer(r),a=o?r.length:Buffer.byteLength(r),c=this._packetRW.write.allocStart,f=this._packetRW.write.alloc(17+i+4+a);f[c]=Se.CHANNEL_REQUEST,P(f,t,++c),P(f,3,c+=4),f.utf8Write("env",c+=4,3),f[c+=3]=s===void 0||s===!0?1:0,P(f,i,++c),f.utf8Write(e,c+=4,i),P(f,a,c+=i),o?f.set(r,c+=4):f.utf8Write(r,c+=4,a),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, env: ${e}=${r})`),we(this,this._packetRW.write.finalize(f))}x11Forward(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=e.protocol,i=e.cookie,o=Buffer.isBuffer(s),a=o?s.length:Buffer.byteLength(s),c=Buffer.isBuffer(i),f=c?i.length:Buffer.byteLength(i),l=this._packetRW.write.allocStart,u=this._packetRW.write.alloc(22+a+4+f+4);u[l]=Se.CHANNEL_REQUEST,P(u,t,++l),P(u,7,l+=4),u.utf8Write("x11-req",l+=4,7),u[l+=7]=r===void 0||r===!0?1:0,u[++l]=e.single?1:0,P(u,a,++l),o?u.set(s,l+=4):u.utf8Write(s,l+=4,a),P(u,f,l+=a),c?u.set(i,l+=4):u.latin1Write(i,l+=4,f),P(u,e.screen||0,l+=f),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, x11-req)`),we(this,this._packetRW.write.finalize(u))}subsystem(t,e,r){if(this._server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(e),i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(23+s);o[i]=Se.CHANNEL_REQUEST,P(o,t,++i),P(o,9,i+=4),o.utf8Write("subsystem",i+=4,9),o[i+=9]=r===void 0||r===!0?1:0,P(o,s,++i),o.utf8Write(e,i+=4,s),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, subsystem: ${e})`),we(this,this._packetRW.write.finalize(o))}openssh_agentForward(t,e){if(this._server)throw new Error("Client-only method called in server mode");let r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(36);s[r]=Se.CHANNEL_REQUEST,P(s,t,++r),P(s,26,r+=4),s.utf8Write("auth-agent-req@openssh.com",r+=4,26),s[r+=26]=e===void 0||e===!0?1:0,this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, auth-agent-req@openssh.com)`),we(this,this._packetRW.write.finalize(s))}openssh_hostKeysProve(t){if(this._server)throw new Error("Client-only method called in server mode");let e=0,r=[];for(let o of t){let a=o.getPublicSSH();e+=4+a.length,r.push(a)}let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(35+e);i[s]=Se.GLOBAL_REQUEST,P(i,29,++s),i.utf8Write("hostkeys-prove-00@openssh.com",s+=4,29),i[s+=29]=1,++s;for(let o of r)P(i,o.length,s),Ws(o,i,0,o.length,s+=4),s+=o.length;this._debug&&this._debug("Outbound: Sending GLOBAL_REQUEST (hostkeys-prove-00@openssh.com)"),we(this,this._packetRW.write.finalize(i))}serviceAccept(t){if(!this._server)throw new Error("Server-only method called in client mode");let e=Buffer.byteLength(t),r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e);if(s[r]=Se.SERVICE_ACCEPT,P(s,e,++r),s.utf8Write(t,r+=4,e),this._debug&&this._debug(`Outbound: Sending SERVICE_ACCEPT (${t})`),we(this,this._packetRW.write.finalize(s)),this._server&&this._banner&&t==="ssh-userauth"){let i=this._banner;this._banner=void 0;let o=Buffer.byteLength(i);r=this._packetRW.write.allocStart;let a=this._packetRW.write.alloc(5+o+4);a[r]=Se.USERAUTH_BANNER,P(a,o,++r),a.utf8Write(i,r+=4,o),P(a,0,r+=o),this._debug&&this._debug("Outbound: Sending USERAUTH_BANNER"),we(this,this._packetRW.write.finalize(a))}}forwardedTcpip(t,e,r,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.boundAddr),o=Buffer.byteLength(s.remoteAddr),a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(36+i+4+4+o+4);c[a]=Se.CHANNEL_OPEN,P(c,15,++a),c.utf8Write("forwarded-tcpip",a+=4,15),P(c,t,a+=15),P(c,e,a+=4),P(c,r,a+=4),P(c,i,a+=4),c.utf8Write(s.boundAddr,a+=4,i),P(c,s.boundPort,a+=i),P(c,o,a+=4),c.utf8Write(s.remoteAddr,a+=4,o),P(c,s.remotePort,a+=o),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, forwarded-tcpip)`),we(this,this._packetRW.write.finalize(c))}x11(t,e,r,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.originAddr),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(24+i+4);a[o]=Se.CHANNEL_OPEN,P(a,3,++o),a.utf8Write("x11",o+=4,3),P(a,t,o+=3),P(a,e,o+=4),P(a,r,o+=4),P(a,i,o+=4),a.utf8Write(s.originAddr,o+=4,i),P(a,s.originPort,o+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, x11)`),we(this,this._packetRW.write.finalize(a))}openssh_authAgent(t,e,r){if(!this._server)throw new Error("Server-only method called in client mode");let s=this._packetRW.write.allocStart,i=this._packetRW.write.alloc(39);i[s]=Se.CHANNEL_OPEN,P(i,22,++s),i.utf8Write("auth-agent@openssh.com",s+=4,22),P(i,t,s+=22),P(i,e,s+=4),P(i,r,s+=4),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, auth-agent@openssh.com)`),we(this,this._packetRW.write.finalize(i))}openssh_forwardedStreamLocal(t,e,r,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=Buffer.byteLength(s.socketPath),o=this._packetRW.write.allocStart,a=this._packetRW.write.alloc(54+i+4);a[o]=Se.CHANNEL_OPEN,P(a,33,++o),a.utf8Write("forwarded-streamlocal@openssh.com",o+=4,33),P(a,t,o+=33),P(a,e,o+=4),P(a,r,o+=4),P(a,i,o+=4),a.utf8Write(s.socketPath,o+=4,i),P(a,0,o+=i),this._debug&&this._debug(`Outbound: Sending CHANNEL_OPEN (r:${t}, forwarded-streamlocal@openssh.com)`),we(this,this._packetRW.write.finalize(a))}exitStatus(t,e){if(!this._server)throw new Error("Server-only method called in client mode");let r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(25);s[r]=Se.CHANNEL_REQUEST,P(s,t,++r),P(s,11,r+=4),s.utf8Write("exit-status",r+=4,11),s[r+=11]=0,P(s,e,++r),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exit-status: ${e})`),we(this,this._packetRW.write.finalize(s))}exitSignal(t,e,r,s){if(!this._server)throw new Error("Server-only method called in client mode");let i=e;if(typeof i!="string"||!i)throw new Error(`Invalid signal: ${i}`);let o=e.toUpperCase();if(o.slice(0,3)==="SIG"&&(o=o.slice(3)),sd[o]!==1)throw new Error(`Invalid signal: ${i}`);let a=Buffer.byteLength(o),c=s?Buffer.byteLength(s):0,f=this._packetRW.write.allocStart,l=this._packetRW.write.alloc(25+a+1+4+c+4);l[f]=Se.CHANNEL_REQUEST,P(l,t,++f),P(l,11,f+=4),l.utf8Write("exit-signal",f+=4,11),l[f+=11]=0,P(l,a,++f),l.utf8Write(o,f+=4,a),l[f+=a]=r?1:0,P(l,c,++f),f+=4,c&&(l.utf8Write(s,f,c),f+=c),P(l,0,f),this._debug&&this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${t}, exit-signal: ${e})`),we(this,this._packetRW.write.finalize(l))}authFailure(t,e){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0)throw new Error("No auth in progress");let r;if(typeof t=="boolean"&&(e=t,t=void 0),t){r=[];for(let a=0;a<t.length;++a)t[a].toLowerCase()!=="none"&&r.push(t[a]);r=r.join(",")}else r="";let s=r.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(5+s+1);o[i]=Se.USERAUTH_FAILURE,P(o,s,++i),o.utf8Write(r,i+=4,s),o[i+=s]=e===!0?1:0,this._authsQueue.shift(),this._debug&&this._debug("Outbound: Sending USERAUTH_FAILURE"),we(this,this._packetRW.write.finalize(o))}authSuccess(){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0)throw new Error("No auth in progress");let t=this._packetRW.write.allocStart,e=this._packetRW.write.alloc(1);e[t]=Se.USERAUTH_SUCCESS,this._authsQueue.shift(),this._authenticated=!0,this._debug&&this._debug("Outbound: Sending USERAUTH_SUCCESS"),we(this,this._packetRW.write.finalize(e)),this._kex.negotiated.cs.compress==="zlib@openssh.com"&&(this._packetRW.read=new pd),this._kex.negotiated.sc.compress==="zlib@openssh.com"&&(this._packetRW.write=new gd(this))}authPKOK(t,e){if(!this._server)throw new Error("Server-only method called in client mode");if(this._authsQueue.length===0||this._authsQueue[0]!=="publickey")throw new Error('"publickey" auth not in progress');let r=Buffer.byteLength(t),s=e.length,i=this._packetRW.write.allocStart,o=this._packetRW.write.alloc(5+r+4+s);o[i]=Se.USERAUTH_PK_OK,P(o,r,++i),o.utf8Write(t,i+=4,r),P(o,s,i+=r),o.set(e,i+=4),this._authsQueue.shift(),this._debug&&this._debug("Outbound: Sending USERAUTH_PK_OK"),we(this,this._packetRW.write.finalize(o))}authPasswdChg(t){if(!this._server)throw new Error("Server-only method called in client mode");let e=Buffer.byteLength(t),r=this._packetRW.write.allocStart,s=this._packetRW.write.alloc(5+e+4);s[r]=Se.USERAUTH_PASSWD_CHANGEREQ,P(s,e,++r),s.utf8Write(t,r+=4,e),P(s,0,r+=e),this._debug&&this._debug("Outbound: Sending USERAUTH_PASSWD_CHANGEREQ"),we(this,this._packetRW.write.finalize(s))}authInfoReq(t,e,r){if(!this._server)throw new Error("Server-only method called in client mode");let s=0,i=t?Buffer.byteLength(t):0,o=e?Buffer.byteLength(e):0;for(let f=0;f<r.length;++f)s+=4+Buffer.byteLength(r[f].prompt)+1;let a=this._packetRW.write.allocStart,c=this._packetRW.write.alloc(5+i+4+o+4+4+s);c[a]=Se.USERAUTH_INFO_REQUEST,P(c,i,++a),a+=4,t&&(c.utf8Write(t,a,i),a+=i),P(c,o,a),a+=4,e&&(c.utf8Write(e,a,o),a+=o),P(c,0,a),P(c,r.length,a+=4),a+=4;for(let f=0;f<r.length;++f){let l=r[f],u=Buffer.byteLength(l.prompt);P(c,u,a),a+=4,u&&(c.utf8Write(l.prompt,a,u),a+=u),c[a++]=l.echo?1:0}this._debug&&this._debug("Outbound: Sending USERAUTH_INFO_REQUEST"),we(this,this._packetRW.write.finalize(c))}},e0=/^SSH-(2\.0|1\.99)-([^ ]+)(?: (.*))?$/;function t0(n,t,e){let r,s;this._buffer?(r=Buffer.allocUnsafe(this._buffer.length+(e-t)),r.set(this._buffer,0),t===0?r.set(n,this._buffer.length):r.set(new Uint8Array(n.buffer,n.byteOffset+t,e-t),this._buffer.length),s=this._buffer.length,t=0):(r=n,s=0);let i=t,o=t,a=t,c=!1,f=0,l=0;for(;t<r.length;++t){let u=r[t];if(u===13){c=!0;continue}if(u===10){if(a>o&&a-o>4&&r[o]===83&&r[o+1]===83&&r[o+2]===72&&r[o+3]===45){let h=r.latin1Slice(i,a+1),p=o===i?h:h.slice(o-i),_=e0.exec(p);if(!_)throw new Error("Invalid identification string");let E={greeting:o===i?"":h.slice(0,o-i),identRaw:p,versions:{protocol:_[1],software:_[2]},comments:_[3]};return this._remoteIdentRaw=Buffer.from(p),this._debug&&this._debug(`Remote ident: ${ld(p)}`),this._compatFlags=i0(E),this._buffer=void 0,this._decipher=new Mm(0,Wm.bind(this,{firstPacket:!0})),this._parse=n0,this._onHeader(E),this._destruct?(dd(this),t+1-s):e}if(this._server)throw new Error("Greetings from clients not permitted");if(++l>Jm)throw new Error("Max greeting lines exceeded");c=!1,o=t+1,f=0}else{if(c)throw new Error("Invalid header: expected newline");if(++f>=Xm)throw new Error("Header line too long")}a=t}return this._buffer||(this._buffer=hd(r,i)),t-s}function n0(n,t,e){return this._decipher.decrypt(n,t,e)}function r0(n){if(this._onPacket(),n.length===0){this._debug&&this._debug("Inbound: Skipping empty packet payload");return}n=this._packetRW.read.read(n);let t=n[0];t===Se.USERAUTH_SUCCESS&&!this._server&&!this._authenticated&&(this._authenticated=!0,this._kex.negotiated.cs.compress==="zlib@openssh.com"&&(this._packetRW.write=new gd(this)),this._kex.negotiated.sc.compress==="zlib@openssh.com"&&(this._packetRW.read=new pd));let e=qm[t];if(e===void 0){this._debug&&this._debug(`Inbound: Unsupported message type: ${t}`);return}return e(this,n)}function i0(n){let t=n.versions.software,e=0;for(let r of Om)typeof r[0]=="string"?t===r[0]&&(e|=r[1]):r[0].test(t)&&(e|=r[1]);return e}function s0(n){let t=Object.keys(n),e=Buffer.allocUnsafe(5*t.length+1),r=0;for(let s=0;s<t.length;++s){let i=t[s];if(i==="TTY_OP_END")continue;let o=Ta[i];if(o===void 0)continue;let a=n[i];typeof a=="number"&&isFinite(a)&&(e[r++]=o,e[r++]=a>>>24,e[r++]=a>>>16,e[r++]=a>>>8,e[r++]=a)}return e[r++]=Ta.TTY_OP_END,r<e.length?hd(e,0,r):e}function o0(n){let t="ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss";Fm&&(t=`ssh-ed25519,${t}`);let e=Buffer.byteLength(t),r=n._packetRW.write.allocStart,s=n._packetRW.write.alloc(28+e);s[r]=Se.EXT_INFO,P(s,1,++r),P(s,15,r+=4),s.utf8Write("server-sig-algs",r+=4,15),P(s,e,r+=15),s.utf8Write(t,r+=4,e),n._debug&&n._debug("Outbound: Sending EXT_INFO"),we(n,n._packetRW.write.finalize(s))}Ad.exports=La});var Sd=ct(Ti=>{"use strict";var qs=require("assert"),{inspect:a0}=require("util");function Ed(n){let t="",e=n.length,r=n[0]==="-"?1:0;for(;e>=r+4;e-=3)t=`_${n.slice(e-3,e)}${t}`;return`${n.slice(0,e)}${t}`}function yd(n,t){if(qs(typeof t=="string","`thing` has to be of type string"),Array.isArray(n)){let e=n.length;return qs(e>0,"At least one expected value needs to be specified"),n=n.map(r=>String(r)),e>2?`one of ${t} ${n.slice(0,e-1).join(", ")}, or `+n[e-1]:e===2?`one of ${t} ${n[0]} or ${n[1]}`:`of ${t} ${n[0]}`}return`of ${t} ${String(n)}`}Ti.ERR_INTERNAL_ASSERTION=class bd extends Error{constructor(t){super(),Error.captureStackTrace(this,bd);let e=`This is caused by either a bug in ssh2 or incorrect usage of ssh2 internals.
12
12
  Please open an issue with this stack trace at https://github.com/mscdex/ssh2/issues
13
13
  `;this.message=t===void 0?e:`${t}
14
- ${e}`}};var Xm=2**32,dd=(()=>{try{return new Function("return 2n ** 32n")()}catch{}})();Ri.ERR_OUT_OF_RANGE=class pd extends RangeError{constructor(t,e,n,s){super(),Error.captureStackTrace(this,pd),$s(e,'Missing "range" argument');let i=s?t:`The value of "${t}" is out of range.`,o;Number.isInteger(n)&&Math.abs(n)>Xm?o=ld(String(n)):typeof n=="bigint"?(o=String(n),(n>dd||n<-dd)&&(o=ld(o)),o+="n"):o=jm(n),i+=` It must be ${e}. Received ${o}`,this.message=i}};var Fs=class r extends TypeError{constructor(t,e,n){super(),Error.captureStackTrace(this,r),$s(typeof t=="string","'name' must be a string");let s;typeof e=="string"&&e.startsWith("not ")?(s="must not be",e=e.replace(/^not /,"")):s="must be";let i;if(t.endsWith(" argument"))i=`The ${t} ${s} ${ud(e,"type")}`;else{let o=t.includes(".")?"property":"argument";i=`The "${t}" ${o} ${s} ${ud(e,"type")}`}i+=`. Received type ${typeof n}`,this.message=i}};Ri.ERR_INVALID_ARG_TYPE=Fs;Ri.validateNumber=function(t,e){if(typeof t!="number")throw new Fs(e,"number",t)}});var Ni=ct(($S,kd)=>{"use strict";var Jm=require("events"),zr=require("fs"),{constants:er}=zr,{Readable:bd,Writable:Fa}=require("stream"),{inherits:Sd,types:{isDate:La}}=require("util"),Zm=Buffer[Symbol.species],{bufferCopy:Yr,bufferSlice:Wn,makeBufferParser:e0,writeUInt32BE:q}=pr(),Mr={SIZE:1,UIDGID:2,PERMISSIONS:4,ACMODTIME:8,EXTENDED:2147483648},Ne=Buffer.alloc(28),tt={OK:0,EOF:1,NO_SUCH_FILE:2,PERMISSION_DENIED:3,FAILURE:4,BAD_MESSAGE:5,NO_CONNECTION:6,CONNECTION_LOST:7,OP_UNSUPPORTED:8},t0=new Map(Object.values(tt).map(r=>[r,1])),r0={[tt.OK]:"No error",[tt.EOF]:"End of file",[tt.NO_SUCH_FILE]:"No such file or directory",[tt.PERMISSION_DENIED]:"Permission denied",[tt.FAILURE]:"Failure",[tt.BAD_MESSAGE]:"Bad message",[tt.NO_CONNECTION]:"No connection",[tt.CONNECTION_LOST]:"Connection lost",[tt.OP_UNSUPPORTED]:"Operation unsupported"},ke={INIT:1,OPEN:3,CLOSE:4,READ:5,WRITE:6,LSTAT:7,FSTAT:8,SETSTAT:9,FSETSTAT:10,OPENDIR:11,READDIR:12,REMOVE:13,MKDIR:14,RMDIR:15,REALPATH:16,STAT:17,RENAME:18,READLINK:19,SYMLINK:20,EXTENDED:200},tr={VERSION:2,STATUS:101,HANDLE:102,DATA:103,NAME:104,ATTRS:105,EXTENDED:201},Ie={READ:1,WRITE:2,APPEND:4,CREAT:8,TRUNC:16,EXCL:32},md=2*1024,lt=2**32-1,n0=Buffer.from([0,0,0,5,ke.INIT,0,0,0,3]),i0=Buffer.from([0,0,0,5,tr.VERSION,0,0,0,3]),s0=/^SSH-2.0-(?:OpenSSH|dropbear)/,Pa=256*1024,M=e0(),o0={readable:!1,writable:!1,push:r=>{},once:()=>{},on:()=>{},emit:()=>{},end:()=>{}};function xd(){}var Da=class extends Jm{constructor(t,e,n){super(),(typeof n!="object"||!n)&&(n={});let s=t._protocol._remoteIdentRaw;this.server=!!n.server,this._debug=typeof n.debug=="function"?n.debug:void 0,this._isOpenSSH=s&&s0.test(s),this._version=-1,this._extensions={},this._biOpt=n.biOpt,this._pktLenBytes=0,this._pktLen=0,this._pktPos=0,this._pktType=0,this._pktData=void 0,this._writeReqid=-1,this._requests={},this._maxInPktLen=Pa,this._maxOutPktLen=34e3,this._maxReadLen=(this._isOpenSSH?Pa:34e3)-md,this._maxWriteLen=(this._isOpenSSH?Pa:34e3)-md,this.maxOpenHandles=void 0,this._client=t,this._protocol=t._protocol,this._callbacks=[],this._hasX11=!1,this._exit={code:void 0,signal:void 0,dump:void 0,desc:void 0},this._waitWindow=!1,this._chunkcb=void 0,this._buffer=[],this.type=e.type,this.subtype=void 0,this.incoming=e.incoming,this.outgoing=e.outgoing,this.stderr=o0,this.readable=!0}push(t){if(t===null){if(vd(this),!this.readable)return;this.readable=!1,this.emit("end");return}let e=0;for(;e<t.length;){if(this._pktLenBytes<4){let o=Math.min(4-this._pktLenBytes,t.length-e);for(this._pktLenBytes+=o;o--;)this._pktLen=(this._pktLen<<8)+t[e++];if(this._pktLenBytes<4)return;if(this._pktLen===0)return st(this,"Invalid packet length");if(this._pktLen>this._maxInPktLen){let a=this._maxInPktLen;return st(this,`Packet length ${this._pktLen} exceeds max length of ${a}`)}if(e>=t.length)return}if(this._pktPos<this._pktLen){let o=Math.min(this._pktLen-this._pktPos,t.length-e);if(e!==0||o!==t.length?o===this._pktLen?this._pkt=new Zm(t.buffer,t.byteOffset+e,o):(this._pkt||(this._pkt=Buffer.allocUnsafe(this._pktLen)),this._pkt.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._pktPos)):o===this._pktLen?this._pkt=t:(this._pkt||(this._pkt=Buffer.allocUnsafe(this._pktLen)),this._pkt.set(t,this._pktPos)),e+=o,this._pktPos+=o,this._pktPos<this._pktLen)return}let n=this._pkt[0],s=this._pkt;this._pktLen=0,this._pktLenBytes=0,this._pkt=void 0,this._pktPos=0;let i=this.server?u0[n]:l0[n];if(!i)return st(this,`Unknown packet type ${n}`);if(this._version===-1){if(this.server){if(n!==ke.INIT)return st(this,`Expected INIT packet, got ${n}`)}else if(n!==tr.VERSION)return st(this,`Expected VERSION packet, got ${n}`)}if(i(this,s)===!1)return}}end(){this.destroy()}destroy(){(this.outgoing.state==="open"||this.outgoing.state==="eof")&&(this.outgoing.state="closing",this._protocol.channelClose(this.outgoing.id))}_init(){this._init=xd,this.server||Je(this,n0)}createReadStream(t,e){if(this.server)throw new Error("Client-only method called in server mode");return new $r(this,t,e)}createWriteStream(t,e){if(this.server)throw new Error("Client-only method called in server mode");return new hr(this,t,e)}open(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");typeof n=="function"&&(s=n,n=void 0);let i=typeof e=="number"?e:Id(e);if(i===null)throw new Error(`Unknown flags string: ${e}`);let o=0,a=0;(typeof n=="string"||typeof n=="number")&&(n={mode:n}),typeof n=="object"&&n!==null&&(n=hn(n),o=n.flags,a=n.nb);let c=Buffer.byteLength(t),f=9,l=Buffer.allocUnsafe(13+c+4+4+a);q(l,l.length-4,0),l[4]=ke.OPEN;let u=this._writeReqid=this._writeReqid+1&lt;q(l,u,5),q(l,c,f),l.utf8Write(t,f+=4,c),q(l,i,f+=c),q(l,o,f+=4),a&&(f+=4,a===Ne.length?l.set(Ne,f):Yr(Ne,l,0,a,f),f+=a),this._requests[u]={cb:s};let h=Je(this,l);this._debug&&this._debug(`SFTP: Outbound: ${h?"Buffered":"Sending"} OPEN`)}close(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let n=t.length,s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.CLOSE;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.set(t,s+=4),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} CLOSE`)}read(t,e,n,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");if(!Buffer.isBuffer(e))throw new Error("buffer is not a Buffer");if(n>=e.length)throw new Error("offset is out of bounds");if(n+s>e.length)throw new Error("length extends beyond buffer");if(i===null)throw new Error("null position currently unsupported");wd(this,t,e,n,s,i,o)}readData(t,e,n,s,i,o){this.read(t,e,n,s,i,o)}write(t,e,n,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");if(!Buffer.isBuffer(e))throw new Error("buffer is not a Buffer");if(n>e.length)throw new Error("offset is out of bounds");if(n+s>e.length)throw new Error("length extends beyond buffer");if(i===null)throw new Error("null position currently unsupported");if(!s){o&&process.nextTick(o,void 0,0);return}let a=this._maxWriteLen,c=Math.max(s-a,0),f=i;c&&(s=a);let l=t.length,u=9,h=Buffer.allocUnsafe(13+l+8+4+s);q(h,h.length-4,0),h[4]=ke.WRITE;let g=this._writeReqid=this._writeReqid+1&lt;q(h,g,5),q(h,l,u),h.set(t,u+=4),u+=l;for(let _=7;_>=0;--_)h[u+_]=i&255,i/=256;q(h,s,u+=8),Yr(e,h,n,n+s,u+=4),this._requests[g]={cb:_=>{_?typeof o=="function"&&o(_):c?this.write(t,e,n+s,c,f+s,o):typeof o=="function"&&o(void 0,n+s)}};let y=Je(this,h);if(this._debug){let _=y?"Sent":"Buffered";this._debug(`SFTP: Outbound: ${_} WRITE (id:${g})`)}}writeData(t,e,n,s,i,o){this.write(t,e,n,s,i,o)}fastGet(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");Ad(this,zr,t,e,n,s)}fastPut(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");Ad(zr,this,t,e,n,s)}readFile(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s;if(typeof n=="function"?s=n:typeof e=="function"&&(s=e,e=void 0),typeof e=="string")e={encoding:e,flag:"r"};else if(!e)e={encoding:null,flag:"r"};else if(typeof e!="object")throw new TypeError("Bad arguments");let i=e.encoding;if(i&&!Buffer.isEncoding(i))throw new Error(`Unknown encoding: ${i}`);let o,a,c,f=0,l,u=0,h=e.flag||"r",g=()=>{o===0?(a=Buffer.allocUnsafe(8192),this.read(l,a,0,8192,u,y)):this.read(l,a,f,o-f,u,y)},y=(b,C)=>{let L;if(b){if(L=b.code===tt.EOF,!L)return this.close(l,()=>s&&s(b))}else L=!1;if(L||o===0&&C===0)return _();u+=C,f+=C,o!==0?f===o?_():g():(c.push(Wn(a,0,C)),g())};y._wantEOFError=!0;let _=()=>{this.close(l,b=>(o===0?a=Buffer.concat(c,f):f<o&&(a=Wn(a,0,f)),i&&(a=a.toString(i)),s&&s(b,a)))};this.open(t,h,438,(b,C)=>{if(b)return s&&s(b);l=C;let L=(F,k)=>{if(F){this.stat(t,(K,ee)=>{if(K)return this.close(l,()=>{s&&s(F)});L(null,ee)});return}if(o=k.size||0,o===0)return c=[],g();a=Buffer.allocUnsafe(o),g()};this.fstat(l,L)})}writeFile(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");let i;if(typeof s=="function"?i=s:typeof n=="function"&&(i=n,n=void 0),typeof n=="string")n={encoding:n,mode:438,flag:"w"};else if(!n)n={encoding:"utf8",mode:438,flag:"w"};else if(typeof n!="object")throw new TypeError("Bad arguments");if(n.encoding&&!Buffer.isEncoding(n.encoding))throw new Error(`Unknown encoding: ${n.encoding}`);let o=n.flag||"w";this.open(t,o,n.mode,(a,c)=>{if(a)i&&i(a);else{let f=Buffer.isBuffer(e)?e:Buffer.from(""+e,n.encoding||"utf8"),l=/a/.test(o)?null:0;if(l===null){let u=(h,g)=>{if(h){this.stat(t,(y,_)=>{if(y)return this.close(c,()=>{i&&i(h)});u(null,_)});return}Ua(this,c,f,0,f.length,g.size,i)};this.fstat(c,u);return}Ua(this,c,f,0,f.length,l,i)}})}appendFile(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");let i;if(typeof s=="function"?i=s:typeof n=="function"&&(i=n,n=void 0),typeof n=="string")n={encoding:n,mode:438,flag:"a"};else if(!n)n={encoding:"utf8",mode:438,flag:"a"};else if(typeof n!="object")throw new TypeError("Bad arguments");n.flag||(n=Object.assign({flag:"a"},n)),this.writeFile(t,e,n,i)}exists(t,e){if(this.server)throw new Error("Client-only method called in server mode");this.stat(t,n=>{e&&e(!n)})}unlink(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.REMOVE;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} REMOVE`)}rename(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=Buffer.byteLength(e),o=9,a=Buffer.allocUnsafe(13+s+4+i);q(a,a.length-4,0),a[4]=ke.RENAME;let c=this._writeReqid=this._writeReqid+1&lt;q(a,c,5),q(a,s,o),a.utf8Write(t,o+=4,s),q(a,i,o+=s),a.utf8Write(e,o+=4,i),this._requests[c]={cb:n};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} RENAME`)}mkdir(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s=0,i=0;typeof e=="function"&&(n=e,e=void 0),typeof e=="object"&&e!==null&&(e=hn(e),s=e.flags,i=e.nb);let o=Buffer.byteLength(t),a=9,c=Buffer.allocUnsafe(13+o+4+i);q(c,c.length-4,0),c[4]=ke.MKDIR;let f=this._writeReqid=this._writeReqid+1&lt;q(c,f,5),q(c,o,a),c.utf8Write(t,a+=4,o),q(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Yr(Ne,c,0,i,a),a+=i),this._requests[f]={cb:n};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} MKDIR`)}rmdir(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.RMDIR;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} RMDIR`)}readdir(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");typeof e=="function"&&(n=e,e={}),(typeof e!="object"||e===null)&&(e={});let s=!(e&&e.full);if(!Buffer.isBuffer(t)&&typeof t!="string")throw new Error("missing directory handle or path");if(typeof t=="string"){let l=[],u=0,h=(g,y)=>{if(g)return n(g);this.readdir(y,e,(_,b)=>{let C=_&&_.code===tt.EOF;if(_&&!C)return this.close(y,()=>n(_));if(C)return this.close(y,L=>{if(L)return n(L);n(void 0,l)});for(let L=0;L<b.length;++L,++u)l[u]=b[L];h(void 0,y)})};return this.opendir(t,h)}let i=t.length,o=9,a=Buffer.allocUnsafe(13+i);q(a,a.length-4,0),a[4]=ke.READDIR;let c=this._writeReqid=this._writeReqid+1&lt;q(a,c,5),q(a,i,o),a.set(t,o+=4),this._requests[c]={cb:s?(l,u)=>{if(typeof n=="function"){if(l)return n(l);for(let h=u.length-1;h>=0;--h)(u[h].filename==="."||u[h].filename==="..")&&u.splice(h,1);n(void 0,u)}}:n};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} READDIR`)}fstat(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let n=t.length,s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.FSTAT;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.set(t,s+=4),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} FSTAT`)}stat(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.STAT;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} STAT`)}lstat(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.LSTAT;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} LSTAT`)}opendir(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.OPENDIR;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} OPENDIR`)}setstat(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s=0,i=0;typeof e=="object"&&e!==null?(e=hn(e),s=e.flags,i=e.nb):typeof e=="function"&&(n=e);let o=Buffer.byteLength(t),a=9,c=Buffer.allocUnsafe(13+o+4+i);q(c,c.length-4,0),c[4]=ke.SETSTAT;let f=this._writeReqid=this._writeReqid+1&lt;q(c,f,5),q(c,o,a),c.utf8Write(t,a+=4,o),q(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Yr(Ne,c,0,i,a),a+=i),this._requests[f]={cb:n};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} SETSTAT`)}fsetstat(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=0,i=0;typeof e=="object"&&e!==null?(e=hn(e),s=e.flags,i=e.nb):typeof e=="function"&&(n=e);let o=t.length,a=9,c=Buffer.allocUnsafe(13+o+4+i);q(c,c.length-4,0),c[4]=ke.FSETSTAT;let f=this._writeReqid=this._writeReqid+1&lt;q(c,f,5),q(c,o,a),c.set(t,a+=4),q(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Yr(Ne,c,0,i,a),a+=i),this._requests[f]={cb:n};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} FSETSTAT`)}futimes(t,e,n,s){return this.fsetstat(t,{atime:Hn(e),mtime:Hn(n)},s)}utimes(t,e,n,s){return this.setstat(t,{atime:Hn(e),mtime:Hn(n)},s)}fchown(t,e,n,s){return this.fsetstat(t,{uid:e,gid:n},s)}chown(t,e,n,s){return this.setstat(t,{uid:e,gid:n},s)}fchmod(t,e,n){return this.fsetstat(t,{mode:e},n)}chmod(t,e,n){return this.setstat(t,{mode:e},n)}readlink(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.READLINK;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:(c,f)=>{if(typeof e=="function"){if(c)return e(c);if(!f||!f.length)return e(new Error("Response missing link info"));e(void 0,f[0].filename)}}};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} READLINK`)}symlink(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(e),i=Buffer.byteLength(t),o=9,a=Buffer.allocUnsafe(13+s+4+i);q(a,a.length-4,0),a[4]=ke.SYMLINK;let c=this._writeReqid=this._writeReqid+1&lt;q(a,c,5),this._isOpenSSH?(q(a,i,o),a.utf8Write(t,o+=4,i),q(a,s,o+=i),a.utf8Write(e,o+=4,s)):(q(a,s,o),a.utf8Write(e,o+=4,s),q(a,i,o+=s),a.utf8Write(t,o+=4,i)),this._requests[c]={cb:n};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} SYMLINK`)}realpath(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=ke.REALPATH;let o=this._writeReqid=this._writeReqid+1&lt;q(i,o,5),q(i,n,s),i.utf8Write(t,s+=4,n),this._requests[o]={cb:(c,f)=>{if(typeof e=="function"){if(c)return e(c);if(!f||!f.length)return e(new Error("Response missing path info"));e(void 0,f[0].filename)}}};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} REALPATH`)}ext_openssh_rename(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");let s=this._extensions["posix-rename@openssh.com"];if(!s||s!=="1")throw new Error("Server does not support this extended request");let i=Buffer.byteLength(t),o=Buffer.byteLength(e),a=9,c=Buffer.allocUnsafe(41+i+4+o);q(c,c.length-4,0),c[4]=ke.EXTENDED;let f=this._writeReqid=this._writeReqid+1&lt;q(c,f,5),q(c,24,a),c.utf8Write("posix-rename@openssh.com",a+=4,24),q(c,i,a+=24),c.utf8Write(t,a+=4,i),q(c,o,a+=i),c.utf8Write(e,a+=4,o),this._requests[f]={cb:n};let l=Je(this,c);if(this._debug){let u=l?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${u} posix-rename@openssh.com`)}}ext_openssh_statvfs(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=this._extensions["statvfs@openssh.com"];if(!n||n!=="2")throw new Error("Server does not support this extended request");let s=Buffer.byteLength(t),i=9,o=Buffer.allocUnsafe(36+s);q(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,5),q(o,19,i),o.utf8Write("statvfs@openssh.com",i+=4,19),q(o,s,i+=19),o.utf8Write(t,i+=4,s),this._requests[a]={extended:"statvfs@openssh.com",cb:e};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} statvfs@openssh.com`)}}ext_openssh_fstatvfs(t,e){if(this.server)throw new Error("Client-only method called in server mode");let n=this._extensions["fstatvfs@openssh.com"];if(!n||n!=="2")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=t.length,i=9,o=Buffer.allocUnsafe(37+s);q(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,5),q(o,20,i),o.utf8Write("fstatvfs@openssh.com",i+=4,20),q(o,s,i+=20),o.set(t,i+=4),this._requests[a]={extended:"fstatvfs@openssh.com",cb:e};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} fstatvfs@openssh.com`)}}ext_openssh_hardlink(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["hardlink@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let i=Buffer.byteLength(t),o=Buffer.byteLength(e),a=9,c=Buffer.allocUnsafe(37+i+4+o);q(c,c.length-4,0),c[4]=ke.EXTENDED;let f=this._writeReqid=this._writeReqid+1&lt;q(c,f,5),q(c,20,a),c.utf8Write("hardlink@openssh.com",a+=4,20),q(c,i,a+=20),c.utf8Write(t,a+=4,i),q(c,o,a+=i),c.utf8Write(e,a+=4,o),this._requests[f]={cb:n};let l=Je(this,c);if(this._debug){let u=l?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${u} hardlink@openssh.com`)}}ext_openssh_fsync(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["fsync@openssh.com"]!=="1")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=t.length,i=9,o=Buffer.allocUnsafe(34+s);q(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,5),q(o,17,i),o.utf8Write("fsync@openssh.com",i+=4,17),q(o,s,i+=17),o.set(t,i+=4),this._requests[a]={cb:e};let c=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${c?"Buffered":"Sending"} fsync@openssh.com`)}ext_openssh_lsetstat(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["lsetstat@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let i=0,o=0;typeof e=="object"&&e!==null?(e=hn(e),i=e.flags,o=e.nb):typeof e=="function"&&(n=e);let a=Buffer.byteLength(t),c=9,f=Buffer.allocUnsafe(37+a+4+o);q(f,f.length-4,0),f[4]=ke.EXTENDED;let l=this._writeReqid=this._writeReqid+1&lt;q(f,l,5),q(f,20,c),f.utf8Write("lsetstat@openssh.com",c+=4,20),q(f,a,c+=20),f.utf8Write(t,c+=4,a),q(f,i,c+=a),o&&(c+=4,o===Ne.length?f.set(Ne,c):Yr(Ne,f,0,o,c),c+=o),this._requests[l]={cb:n};let u=Je(this,f);if(this._debug){let h=u?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${h} lsetstat@openssh.com`)}}ext_openssh_expandPath(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["expand-path@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let s=Buffer.byteLength(t),i=9,o=Buffer.allocUnsafe(40+s);q(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,5),q(o,23,i),o.utf8Write("expand-path@openssh.com",i+=4,23),q(o,s,i+=20),o.utf8Write(t,i+=4,s),this._requests[a]={cb:(f,l)=>{if(typeof e=="function"){if(f)return e(f);if(!l||!l.length)return e(new Error("Response missing expanded path"));e(void 0,l[0].filename)}}};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} expand-path@openssh.com`)}}ext_copy_data(t,e,n,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["copy-data"]!=="1")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("Source handle is not a Buffer");if(!Buffer.isBuffer(s))throw new Error("Destination handle is not a Buffer");let c=0,f=Buffer.allocUnsafe(26+t.length+8+8+4+s.length+8);q(f,f.length-4,c),c+=4,f[c]=ke.EXTENDED,++c;let l=this._writeReqid=this._writeReqid+1&lt;q(f,l,c),c+=4,q(f,9,c),c+=4,f.utf8Write("copy-data",c,9),c+=9,q(f,t.length,c),c+=4,f.set(t,c),c+=t.length;for(let h=7;h>=0;--h)f[c+h]=e&255,e/=256;c+=8;for(let h=7;h>=0;--h)f[c+h]=n&255,n/=256;c+=8,q(f,s.length,c),c+=4,f.set(s,c),c+=s.length;for(let h=7;h>=0;--h)f[c+h]=i&255,i/=256;this._requests[l]={cb:o};let u=Je(this,f);if(this._debug){let h=u?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${h} copy-data`)}}ext_home_dir(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["home-directory"]!=="1")throw new Error("Server does not support this extended request");if(typeof t!="string")throw new TypeError("username is not a string");let s=0,i=Buffer.byteLength(t),o=Buffer.allocUnsafe(31+i);q(o,o.length-4,s),s+=4,o[s]=ke.EXTENDED,++s;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,s),s+=4,q(o,14,s),s+=4,o.utf8Write("home-directory",s,14),s+=14,q(o,i,s),s+=4,o.utf8Write(t,s,i),s+=i,this._requests[a]={cb:(f,l)=>{if(typeof e=="function"){if(f)return e(f);if(!l||!l.length)return e(new Error("Response missing home directory"));e(void 0,l[0].filename)}}};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} home-directory`)}}ext_users_groups(t,e,n){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["users-groups-by-id@openssh.com"]!=="1")throw new Error("Server does not support this extended request");if(!Array.isArray(t))throw new TypeError("uids is not an array");for(let f of t)if(!Number.isInteger(f)||f<0||f>2**32-1)throw new Error("uid values must all be 32-bit unsigned integers");if(!Array.isArray(e))throw new TypeError("gids is not an array");for(let f of e)if(!Number.isInteger(f)||f<0||f>2**32-1)throw new Error("gid values must all be 32-bit unsigned integers");let i=0,o=Buffer.allocUnsafe(47+4*t.length+4+4*e.length);q(o,o.length-4,i),i+=4,o[i]=ke.EXTENDED,++i;let a=this._writeReqid=this._writeReqid+1&lt;q(o,a,i),i+=4,q(o,30,i),i+=4,o.utf8Write("users-groups-by-id@openssh.com",i,30),i+=30,q(o,4*t.length,i),i+=4;for(let f of t)q(o,f,i),i+=4;q(o,4*e.length,i),i+=4;for(let f of e)q(o,f,i),i+=4;this._requests[a]={extended:"users-groups-by-id@openssh.com",cb:n};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} users-groups-by-id@openssh.com`)}}handle(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(!Buffer.isBuffer(e))throw new Error("handle is not a Buffer");let n=e.length;if(n>256)throw new Error("handle too large (> 256 bytes)");let s=9,i=Buffer.allocUnsafe(13+n);q(i,i.length-4,0),i[4]=tr.HANDLE,q(i,t,5),q(i,n,s),n&&i.set(e,s+=4);let o=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${o?"Buffered":"Sending"} HANDLE`)}status(t,e,n){if(!this.server)throw new Error("Server-only method called in client mode");if(!t0.has(e))throw new Error(`Bad status code: ${e}`);n||(n="");let s=Buffer.byteLength(n),i=9,o=Buffer.allocUnsafe(17+s+4);q(o,o.length-4,0),o[4]=tr.STATUS,q(o,t,5),q(o,e,i),q(o,s,i+=4),i+=4,s&&(o.utf8Write(n,i,s),i+=s),q(o,0,i);let a=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} STATUS`)}data(t,e,n){if(!this.server)throw new Error("Server-only method called in client mode");let s=Buffer.isBuffer(e);if(!s&&typeof e!="string")throw new Error("data is not a Buffer or string");let i;!s&&!n&&(n=void 0,i=!0);let o=s?e.length:Buffer.byteLength(e,n),a=9,c=Buffer.allocUnsafe(13+o);q(c,c.length-4,0),c[4]=tr.DATA,q(c,t,5),q(c,o,a),o&&(s?c.set(e,a+=4):i?c.utf8Write(e,a+=4,o):c.write(e,a+=4,o,n));let f=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} DATA`)}name(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(!Array.isArray(e)){if(typeof e!="object"||e===null)throw new Error("names is not an object or array");e=[e]}let n=e.length,s=0,i,o=[];for(let l=0;l<n;++l){let u=e[l],h=!u||!u.filename||typeof u.filename!="string"?"":u.filename;s+=4+Buffer.byteLength(h);let g=!u||!u.longname||typeof u.longname!="string"?"":u.longname;if(s+=4+Buffer.byteLength(g),typeof u.attrs=="object"&&u.attrs!==null){if(i=hn(u.attrs),s+=4+i.nb,i.nb){let y;i.nb===Ne.length?y=new Uint8Array(Ne):(y=new Uint8Array(i.nb),Yr(Ne,y,0,i.nb,0)),i.bytes=y}o.push(i)}else s+=4,o.push(null)}let a=9,c=Buffer.allocUnsafe(13+s);q(c,c.length-4,0),c[4]=tr.NAME,q(c,t,5),q(c,n,a),a+=4;for(let l=0;l<n;++l){let u=e[l];{let g=!u||!u.filename||typeof u.filename!="string"?"":u.filename,y=Buffer.byteLength(g);q(c,y,a),a+=4,y&&(c.utf8Write(g,a,y),a+=y)}{let g=!u||!u.longname||typeof u.longname!="string"?"":u.longname,y=Buffer.byteLength(g);q(c,y,a),a+=4,y&&(c.utf8Write(g,a,y),a+=y)}let h=o[l];h?(q(c,h.flags,a),a+=4,h.flags&&h.bytes&&(c.set(h.bytes,a),a+=h.nb)):(q(c,0,a),a+=4)}let f=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} NAME`)}attrs(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(typeof e!="object"||e===null)throw new Error("attrs is not an object");e=hn(e);let n=e.flags,s=e.nb,i=9,o=Buffer.allocUnsafe(13+s);q(o,o.length-4,0),o[4]=tr.ATTRS,q(o,t,5),q(o,n,i),s&&(i+=4,s===Ne.length?o.set(Ne,i):Yr(Ne,o,0,s,i),i+=s);let a=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} ATTRS`)}};function a0(r){try{return Buffer.allocUnsafe(r)}catch(t){return t}}function wd(r,t,e,n,s,i,o,a){let c=r._maxReadLen,f=Math.max(s-c,0);f&&(s=c);let l=t.length,u=9,h=i,g=Buffer.allocUnsafe(13+l+8+4);q(g,g.length-4,0),g[4]=ke.READ;let y=r._writeReqid=r._writeReqid+1&lt;q(g,y,5),q(g,l,u),g.set(t,u+=4),u+=l;for(let C=7;C>=0;--C)g[u+C]=h&255,h/=256;q(g,s,u+=8),typeof o!="function"&&(o=xd);let _=a||{nb:0,position:i,off:n,origOff:n,len:void 0,overflow:void 0,cb:(C,L,F)=>{let k=_.len,K=_.overflow;if(C){if(o._wantEOFError||C.code!==tt.EOF)return o(C)}else{if(F>k)return o(new Error("Received more data than requested"));if(F===k&&K){_.nb+=F,_.position+=F,_.off+=F,wd(r,t,e,_.off,K,_.position,o,_);return}}F=F||0,_.origOff===0&&e.length===_.nb?L=e:L=Wn(e,_.origOff,_.origOff+_.nb+F),o(void 0,_.nb+F,L,_.position)},buffer:void 0};_.len=s,_.overflow=f,_.buffer=Wn(e,n,n+s),r._requests[y]=_;let b=Je(r,g);r._debug&&r._debug(`SFTP: Outbound: ${b?"Buffered":"Sending"} READ`)}function Ad(r,t,e,n,s,i){let o=64,a=32768,c,f,l;typeof s=="function"?i=s:typeof s=="object"&&s!==null&&(typeof s.concurrency=="number"&&s.concurrency>0&&!isNaN(s.concurrency)&&(o=s.concurrency),typeof s.chunkSize=="number"&&s.chunkSize>0&&!isNaN(s.chunkSize)&&(a=s.chunkSize),typeof s.fileSize=="number"&&s.fileSize>0&&!isNaN(s.fileSize)&&(l=s.fileSize),typeof s.step=="function"&&(c=s.step),(typeof s.mode=="string"||typeof s.mode=="number")&&(f=Ha(s.mode)));let u,h=0,g=0,y=!1,_,b,C,L=a*o;function F(k){if(y)return;y=!0;let K=0,ee;_||b?(ee=()=>{--K===0&&i(k)},_&&(r===zr||r.outgoing.state==="open")&&++K,b&&(t===zr||t.outgoing.state==="open")&&++K,_&&(r===zr||r.outgoing.state==="open")&&r.close(_,ee),b&&(t===zr||t.outgoing.state==="open")&&t.close(b,ee)):i(k)}r.open(e,"r",(k,K)=>{if(k)return F(k);_=K,l===void 0?r.fstat(_,ee):ee(null,{size:l});function ee(O,S){if(O){if(r!==zr){r.stat(e,(w,I)=>{if(w)return F(O);ee(null,I)});return}return F(O)}u=S.size,t.open(n,"w",(w,I)=>{if(w)return F(w);if(b=I,u<=0)return F();for(;L>u;){if(o===1){L=u;break}L-=a,--o}if(C=a0(L),C instanceof Error)return F(C);f!==void 0?t.fchmod(b,f,function Y(re){if(re){t.chmod(n,f,ce=>Y());return}G()}):G();function D(Y,re,ce,U,v,N){if(Y)return F(Y);v=v||0,t.write(b,C,v,re,U,H);function H(Z){if(Z)return F(Z);if(g+=re,c&&c(g,re,u),re<N)return ne(v,U+re,N-re);if(g===u){t.close(b,se=>{if(b=void 0,se)return F(se);r.close(_,je=>{if(_=void 0,je)return F(je);i()})});return}if(h>=u)return;let fe=h+a>u?u-h:a;ne(v,h,fe),h+=fe}}function R(Y,re,ce){return(U,v,N)=>{D(U,v,N,re,Y,ce)}}function ne(Y,re,ce){r.read(_,C,Y,ce,re,R(Y,re,ce))}function G(){let Y=0,re=0;for(;h<u&&Y<o;){let ce=h+a>u?u-h:a;ne(re,h,ce),re+=ce,h+=ce,++Y}}})}})}function Ua(r,t,e,n,s,i,o){let a=typeof o=="function"?o:void 0;r.write(t,e,n,s,i,(c,f)=>{if(c)return r.close(t,()=>{a&&a(c)});f===s?r.close(t,a):(n+=f,s-=f,i+=f,Ua(r,t,e,n,s,i,a))})}var Qs=class{constructor(t){this.mode=t&&t.mode,this.uid=t&&t.uid,this.gid=t&&t.gid,this.size=t&&t.size,this.atime=t&&t.atime,this.mtime=t&&t.mtime,this.extended=t&&t.extended}isDirectory(){return(this.mode&er.S_IFMT)===er.S_IFDIR}isFile(){return(this.mode&er.S_IFMT)===er.S_IFREG}isBlockDevice(){return(this.mode&er.S_IFMT)===er.S_IFBLK}isCharacterDevice(){return(this.mode&er.S_IFMT)===er.S_IFCHR}isSymbolicLink(){return(this.mode&er.S_IFMT)===er.S_IFLNK}isFIFO(){return(this.mode&er.S_IFMT)===er.S_IFIFO}isSocket(){return(this.mode&er.S_IFMT)===er.S_IFSOCK}};function hn(r){let t=0,e=0;if(typeof r=="object"&&r!==null){if(typeof r.size=="number"){t|=Mr.SIZE;let n=r.size;Ne[e++]=n/72057594037927940,Ne[e++]=n/281474976710656,Ne[e++]=n/1099511627776,Ne[e++]=n/4294967296,Ne[e++]=n/16777216,Ne[e++]=n/65536,Ne[e++]=n/256,Ne[e++]=n}if(typeof r.uid=="number"&&typeof r.gid=="number"){t|=Mr.UIDGID;let n=r.uid,s=r.gid;Ne[e++]=n>>>24,Ne[e++]=n>>>16,Ne[e++]=n>>>8,Ne[e++]=n,Ne[e++]=s>>>24,Ne[e++]=s>>>16,Ne[e++]=s>>>8,Ne[e++]=s}if(typeof r.mode=="number"||typeof r.mode=="string"){let n=Ha(r.mode);t|=Mr.PERMISSIONS,Ne[e++]=n>>>24,Ne[e++]=n>>>16,Ne[e++]=n>>>8,Ne[e++]=n}if((typeof r.atime=="number"||La(r.atime))&&(typeof r.mtime=="number"||La(r.mtime))){let n=Hn(r.atime),s=Hn(r.mtime);t|=Mr.ACMODTIME,Ne[e++]=n>>>24,Ne[e++]=n>>>16,Ne[e++]=n>>>8,Ne[e++]=n,Ne[e++]=s>>>24,Ne[e++]=s>>>16,Ne[e++]=s>>>8,Ne[e++]=s}}return{flags:t,nb:e}}function Hn(r){if(typeof r=="number"&&r===r)return r;if(La(r))return parseInt(r.getTime()/1e3,10);throw new Error(`Cannot parse time: ${r}`)}function Ha(r){if(typeof r=="number"&&r===r)return r;if(typeof r=="string")return Ha(parseInt(r,8));throw new Error(`Cannot parse mode: ${r}`)}var Oa={r:Ie.READ,"r+":Ie.READ|Ie.WRITE,w:Ie.TRUNC|Ie.CREAT|Ie.WRITE,wx:Ie.TRUNC|Ie.CREAT|Ie.WRITE|Ie.EXCL,xw:Ie.TRUNC|Ie.CREAT|Ie.WRITE|Ie.EXCL,"w+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE,"wx+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,"xw+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,a:Ie.APPEND|Ie.CREAT|Ie.WRITE,ax:Ie.APPEND|Ie.CREAT|Ie.WRITE|Ie.EXCL,xa:Ie.APPEND|Ie.CREAT|Ie.WRITE|Ie.EXCL,"a+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE,"ax+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,"xa+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL};function Id(r){let t=Oa[r];return t!==void 0?t:null}var c0=(()=>{let r=Object.keys(Oa);return t=>{for(let e=0;e<r.length;++e){let n=r[e];if(Oa[n]===t)return n}return null}})();function Qn(r){let t=M.readUInt32BE();if(t===void 0)return;let e=new Qs;if(t&Mr.SIZE){let n=M.readUInt64BE(r);if(n===void 0)return;e.size=n}if(t&Mr.UIDGID){let n=M.readUInt32BE(),s=M.readUInt32BE();if(s===void 0)return;e.uid=n,e.gid=s}if(t&Mr.PERMISSIONS){let n=M.readUInt32BE();if(n===void 0)return;e.mode=n}if(t&Mr.ACMODTIME){let n=M.readUInt32BE(),s=M.readUInt32BE();if(s===void 0)return;e.atime=n,e.mtime=s}if(t&Mr.EXTENDED){let n=M.readUInt32BE();if(n===void 0)return;let s={};for(let i=0;i<n;++i){let o=M.readString(!0),a=M.readString();if(a===void 0)return;s[o]=a}e.extended=s}return e}function Je(r,t){let e=Cd(r,t);return e!==void 0?(r._buffer.push(e),!1):!0}function Cd(r,t){let e=r.outgoing;if(e.state!=="open")return;if(e.window===0)return r._waitWindow=!0,r._chunkcb=Ed,t;let n,s=t.length,i=0;for(;s-i>0&&e.window>0;){let o=Math.min(s-i,e.window,e.packetSize);e.window-=o,e.window===0&&(r._waitWindow=!0,r._chunkcb=Ed),i===0&&o===s?r._protocol.channelData(r.outgoing.id,t):r._protocol.channelData(r.outgoing.id,Wn(t,i,i+o)),i+=o}return s-i>0&&(i>0?n=Wn(t,i,s):n=t),n}function Ed(){this._chunkcb=void 0;let r=this._buffer,t=0;for(;t<r.length;){let e=r[t],n=Cd(this,e);if(n!==void 0){n!==e&&(r[t]=n),t>0&&(this._buffer=r.slice(t));return}++t}t>0&&(this._buffer=[])}function st(r,t,e){let n=new Error(t);return n.level="sftp-protocol",!e&&r._debug&&r._debug(`SFTP: Inbound: ${t}`),r.emit("error",n),r.destroy(),vd(r),!1}function vd(r){let t=Object.keys(r._requests);if(t.length===0)return;let e=r._requests;r._requests={};let n=new Error("No response from server");for(let s=0;s<t.length;++s){let i=e[t[s]];typeof i.cb=="function"&&i.cb(n)}}function f0(r,t){let e=9,n=Buffer.allocUnsafe(31);q(n,n.length-4,0),n[4]=ke.EXTENDED;let s=r._writeReqid=r._writeReqid+1&lt;q(n,s,5),q(n,18,e),n.utf8Write("limits@openssh.com",e+=4,18),r._requests[s]={extended:"limits@openssh.com",cb:t};let i=Je(r,n);if(r._debug){let o=i?"Buffered":"Sending";r._debug(`SFTP: Outbound: ${o} limits@openssh.com`)}}var l0={[tr.VERSION]:(r,t)=>{if(r._version!==-1)return st(r,"Duplicate VERSION packet");let e={};M.init(t,1);let n=M.readUInt32BE();for(;M.avail();){let s=M.readString(!0),i=M.readString(!0);if(i===void 0){n=void 0;break}e[s]=i}if(M.clear(),n===void 0)return st(r,"Malformed VERSION packet");if(r._debug){let s=Object.keys(e);s.length?r._debug(`SFTP: Inbound: Received VERSION (v${n}, exts:${s})`):r._debug(`SFTP: Inbound: Received VERSION (v${n})`)}if(r._version=n,r._extensions=e,e["limits@openssh.com"]==="1")return f0(r,(s,i)=>{s||(i.maxPktLen>0&&(r._maxOutPktLen=i.maxPktLen),i.maxReadLen>0&&(r._maxReadLen=i.maxReadLen),i.maxWriteLen>0&&(r._maxWriteLen=i.maxWriteLen),r.maxOpenHandles=i.maxOpenHandles>0?i.maxOpenHandles:1/0),r.emit("ready")});r.emit("ready")},[tr.STATUS]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readUInt32BE(),s=M.readString(!0);if(M.clear(),r._debug){let o=JSON.stringify(s);r._debug(`SFTP: Inbound: Received STATUS (id:${e}, ${n}, ${o})`)}let i=r._requests[e];if(delete r._requests[e],i&&typeof i.cb=="function"){if(n===tt.OK){i.cb();return}let o=new Error(s||r0[n]||"Unknown status");o.code=n,i.cb(o)}},[tr.HANDLE]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString();if(M.clear(),n===void 0)return e!==void 0&&delete r._requests[e],st(r,"Malformed HANDLE packet");r._debug&&r._debug(`SFTP: Inbound: Received HANDLE (id:${e})`);let s=r._requests[e];delete r._requests[e],s&&typeof s.cb=="function"&&s.cb(void 0,n)},[tr.DATA]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n;if(e!==void 0&&(n=r._requests[e],delete r._requests[e]),n&&typeof n.cb=="function")if(n.buffer){let s=M.readString(n.buffer);if(M.clear(),s!==void 0){r._debug&&r._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s})`),n.cb(void 0,n.buffer,s);return}}else{let s=M.readString();if(M.clear(),s!==void 0){r._debug&&r._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s.length})`),n.cb(void 0,s);return}}else{let s=M.skipString();if(M.clear(),s!==void 0){r._debug&&r._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s})`);return}}return st(r,"Malformed DATA packet")},[tr.NAME]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n;e!==void 0&&(n=r._requests[e],delete r._requests[e]);let s=M.readUInt32BE();if(s!==void 0){let i=[];for(let o=0;o<s;++o){let a=M.readString(!0),c=M.readString(!0),f=Qn(r._biOpt);if(f===void 0){i=void 0;break}i.push({filename:a,longname:c,attrs:f})}if(i!==void 0){r._debug&&r._debug(`SFTP: Inbound: Received NAME (id:${e}, ${i.length})`),M.clear(),n&&typeof n.cb=="function"&&n.cb(void 0,i);return}}return M.clear(),st(r,"Malformed NAME packet")},[tr.ATTRS]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n;e!==void 0&&(n=r._requests[e],delete r._requests[e]);let s=Qn(r._biOpt);if(M.clear(),s!==void 0){r._debug&&r._debug(`SFTP: Inbound: Received ATTRS (id:${e})`),n&&typeof n.cb=="function"&&n.cb(void 0,s);return}return st(r,"Malformed ATTRS packet")},[tr.EXTENDED]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE();if(e!==void 0){let n=r._requests[e];if(n)switch(delete r._requests[e],n.extended){case"statvfs@openssh.com":case"fstatvfs@openssh.com":{let s=r._biOpt,i={f_bsize:M.readUInt64BE(s),f_frsize:M.readUInt64BE(s),f_blocks:M.readUInt64BE(s),f_bfree:M.readUInt64BE(s),f_bavail:M.readUInt64BE(s),f_files:M.readUInt64BE(s),f_ffree:M.readUInt64BE(s),f_favail:M.readUInt64BE(s),f_sid:M.readUInt64BE(s),f_flag:M.readUInt64BE(s),f_namemax:M.readUInt64BE(s)};if(i.f_namemax===void 0)break;r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${n.extended})`),M.clear(),typeof n.cb=="function"&&n.cb(void 0,i);return}case"limits@openssh.com":{let s={maxPktLen:M.readUInt64BE(),maxReadLen:M.readUInt64BE(),maxWriteLen:M.readUInt64BE(),maxOpenHandles:M.readUInt64BE()};if(s.maxOpenHandles===void 0)break;r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${n.extended})`),M.clear(),typeof n.cb=="function"&&n.cb(void 0,s);return}case"users-groups-by-id@openssh.com":{let s=M.readUInt32BE();if(s===void 0)break;let i=new Array(s);for(let c=0;c<i.length;++c)i[c]=M.readString(!0);let o=M.readUInt32BE();if(o===void 0)break;let a=new Array(o);for(let c=0;c<a.length;++c)a[c]=M.readString(!0);if(a.length>0&&a[a.length-1]===void 0)break;r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${n.extended})`),M.clear(),typeof n.cb=="function"&&n.cb(void 0,i,a);return}default:r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ???)`),M.clear(),typeof n.cb=="function"&&n.cb();return}else{r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ???)`),M.clear();return}}return M.clear(),st(r,"Malformed EXTENDED_REPLY packet")}},u0={[ke.INIT]:(r,t)=>{if(r._version!==-1)return st(r,"Duplicate INIT packet");let e={};M.init(t,1);let n=M.readUInt32BE();for(;M.avail();){let s=M.readString(!0),i=M.readString(!0);if(i===void 0){n=void 0;break}e[s]=i}if(M.clear(),n===void 0)return st(r,"Malformed INIT packet");if(r._debug){let s=Object.keys(e);s.length?r._debug(`SFTP: Inbound: Received INIT (v${n}, exts:${s})`):r._debug(`SFTP: Inbound: Received INIT (v${n})`)}Je(r,i0),r._version=n,r._extensions=e,r.emit("ready")},[ke.OPEN]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0),s=M.readUInt32BE(),i=Qn(r._biOpt);if(M.clear(),i===void 0)return st(r,"Malformed OPEN packet");r._debug&&r._debug(`SFTP: Inbound: Received OPEN (id:${e})`),r.emit("OPEN",e,n,s,i)||r.status(e,tt.OP_UNSUPPORTED)},[ke.CLOSE]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString();if(M.clear(),n===void 0||n.length>256)return st(r,"Malformed CLOSE packet");r._debug&&r._debug(`SFTP: Inbound: Received CLOSE (id:${e})`),r.emit("CLOSE",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.READ]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(),s=M.readUInt64BE(r._biOpt),i=M.readUInt32BE();if(M.clear(),i===void 0||n.length>256)return st(r,"Malformed READ packet");r._debug&&r._debug(`SFTP: Inbound: Received READ (id:${e})`),r.emit("READ",e,n,s,i)||r.status(e,tt.OP_UNSUPPORTED)},[ke.WRITE]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(),s=M.readUInt64BE(r._biOpt),i=M.readString();if(M.clear(),i===void 0||n.length>256)return st(r,"Malformed WRITE packet");r._debug&&r._debug(`SFTP: Inbound: Received WRITE (id:${e})`),r.emit("WRITE",e,n,s,i)||r.status(e,tt.OP_UNSUPPORTED)},[ke.LSTAT]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed LSTAT packet");r._debug&&r._debug(`SFTP: Inbound: Received LSTAT (id:${e})`),r.emit("LSTAT",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.FSTAT]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString();if(M.clear(),n===void 0||n.length>256)return st(r,"Malformed FSTAT packet");r._debug&&r._debug(`SFTP: Inbound: Received FSTAT (id:${e})`),r.emit("FSTAT",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.SETSTAT]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0),s=Qn(r._biOpt);if(M.clear(),s===void 0)return st(r,"Malformed SETSTAT packet");r._debug&&r._debug(`SFTP: Inbound: Received SETSTAT (id:${e})`),r.emit("SETSTAT",e,n,s)||r.status(e,tt.OP_UNSUPPORTED)},[ke.FSETSTAT]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(),s=Qn(r._biOpt);if(M.clear(),s===void 0||n.length>256)return st(r,"Malformed FSETSTAT packet");r._debug&&r._debug(`SFTP: Inbound: Received FSETSTAT (id:${e})`),r.emit("FSETSTAT",e,n,s)||r.status(e,tt.OP_UNSUPPORTED)},[ke.OPENDIR]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed OPENDIR packet");r._debug&&r._debug(`SFTP: Inbound: Received OPENDIR (id:${e})`),r.emit("OPENDIR",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.READDIR]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString();if(M.clear(),n===void 0||n.length>256)return st(r,"Malformed READDIR packet");r._debug&&r._debug(`SFTP: Inbound: Received READDIR (id:${e})`),r.emit("READDIR",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.REMOVE]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed REMOVE packet");r._debug&&r._debug(`SFTP: Inbound: Received REMOVE (id:${e})`),r.emit("REMOVE",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.MKDIR]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0),s=Qn(r._biOpt);if(M.clear(),s===void 0)return st(r,"Malformed MKDIR packet");r._debug&&r._debug(`SFTP: Inbound: Received MKDIR (id:${e})`),r.emit("MKDIR",e,n,s)||r.status(e,tt.OP_UNSUPPORTED)},[ke.RMDIR]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed RMDIR packet");r._debug&&r._debug(`SFTP: Inbound: Received RMDIR (id:${e})`),r.emit("RMDIR",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.REALPATH]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed REALPATH packet");r._debug&&r._debug(`SFTP: Inbound: Received REALPATH (id:${e})`),r.emit("REALPATH",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.STAT]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed STAT packet");r._debug&&r._debug(`SFTP: Inbound: Received STAT (id:${e})`),r.emit("STAT",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.RENAME]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0),s=M.readString(!0);if(M.clear(),s===void 0)return st(r,"Malformed RENAME packet");r._debug&&r._debug(`SFTP: Inbound: Received RENAME (id:${e})`),r.emit("RENAME",e,n,s)||r.status(e,tt.OP_UNSUPPORTED)},[ke.READLINK]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(M.clear(),n===void 0)return st(r,"Malformed READLINK packet");r._debug&&r._debug(`SFTP: Inbound: Received READLINK (id:${e})`),r.emit("READLINK",e,n)||r.status(e,tt.OP_UNSUPPORTED)},[ke.SYMLINK]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0),s=M.readString(!0);if(M.clear(),s===void 0)return st(r,"Malformed SYMLINK packet");r._debug&&r._debug(`SFTP: Inbound: Received SYMLINK (id:${e})`);let i;r._isOpenSSH?i=r.emit("SYMLINK",e,s,n):i=r.emit("SYMLINK",e,n,s),i||r.status(e,tt.OP_UNSUPPORTED)},[ke.EXTENDED]:(r,t)=>{M.init(t,1);let e=M.readUInt32BE(),n=M.readString(!0);if(n===void 0)return M.clear(),st(r,"Malformed EXTENDED packet");let s;M.avail()&&(s=M.readRaw()),M.clear(),r._debug&&r._debug(`SFTP: Inbound: Received EXTENDED (id:${e})`),r.emit("EXTENDED",e,n,s)||r.status(e,tt.OP_UNSUPPORTED)}},{ERR_INVALID_ARG_TYPE:d0,ERR_OUT_OF_RANGE:Hs,validateNumber:h0}=gd(),_d=128,Xt,Ma=[];function p0(r){Ma.length>0?Xt=Ma.pop():Xt=Buffer.allocUnsafe(r),Xt.used=0}function $a(r,t){if(!Number.isSafeInteger(r))throw h0(r,t),Number.isInteger(r)?new Hs(t,">= 0 and <= 2 ** 53 - 1",r):new Hs(t,"an integer",r);if(r<0)throw new Hs(t,">= 0 and <= 2 ** 53 - 1",r)}function Ta(r){return r+7&-8}function $r(r,t,e){if(e===void 0)e={};else if(typeof e=="string")e={encoding:e};else{if(e===null||typeof e!="object")throw new TypeError('"options" argument must be a string or an object');e=Object.create(e)}if(e.highWaterMark===void 0&&(e.highWaterMark=64*1024),e.emitClose=!1,e.autoDestroy=!1,bd.call(this,e),this.path=t,this.flags=e.flags===void 0?"r":e.flags,this.mode=e.mode===void 0?438:e.mode,this.start=e.start,this.end=e.end,this.autoClose=e.autoClose===void 0?!0:e.autoClose,this.pos=0,this.bytesRead=0,this.isClosed=!1,this.handle=e.handle===void 0?null:e.handle,this.sftp=r,this._opening=!1,this.start!==void 0&&($a(this.start,"start"),this.pos=this.start),this.end===void 0)this.end=1/0;else if(this.end!==1/0&&($a(this.end,"end"),this.start!==void 0&&this.start>this.end))throw new Hs("start",`<= "end" (here: ${this.end})`,this.start);this.on("end",function(){this.autoClose&&this.destroy()}),Buffer.isBuffer(this.handle)||this.open()}Sd($r,bd);$r.prototype.open=function(){this._opening||(this._opening=!0,this.sftp.open(this.path,this.flags,this.mode,(r,t)=>{if(this._opening=!1,r){this.emit("error",r),this.autoClose&&this.destroy();return}this.handle=t,this.emit("open",t),this.emit("ready"),this.read()}))};$r.prototype._read=function(r){if(!Buffer.isBuffer(this.handle))return this.once("open",()=>this._read(r));if(this.destroyed)return;(!Xt||Xt.length-Xt.used<_d)&&p0(this.readableHighWaterMark||this._readableState.highWaterMark);let t=Xt,e=Math.min(Xt.length-Xt.used,r),n=Xt.used;if(this.end!==void 0&&(e=Math.min(this.end-this.pos+1,e)),e<=0)return this.push(null);this.sftp.read(this.handle,Xt,Xt.used,e,this.pos,(s,i)=>{if(s){this.emit("error",s),this.autoClose&&this.destroy();return}let o=null;if(n+e===t.used&&t===Xt)t.used=Ta(t.used+i-e);else{let a=n+e&-8,c=Ta(n+i);a-c>=_d&&Ma.push(t.slice(c,a))}i>0&&(this.bytesRead+=i,o=t.slice(n,n+i)),this.pos+=i,this.push(o)}),Xt.used=Ta(Xt.used+e)};$r.prototype._destroy=function(r,t){if(this._opening&&!Buffer.isBuffer(this.handle)){this.once("open",yd.bind(null,this,t,r));return}yd(this,t,r),this.handle=null,this._opening=!1};function yd(r,t,e){if(!r.handle)return n();r.sftp.close(r.handle,n);function n(s){s=s||e,t(s),r.isClosed=!0,s||r.emit("close")}}$r.prototype.close=function(r){this.destroy(null,r)};Object.defineProperty($r.prototype,"pending",{get(){return this.handle===null},configurable:!0});function hr(r,t,e){if(e===void 0)e={};else if(typeof e=="string")e={encoding:e};else{if(e===null||typeof e!="object")throw new TypeError('"options" argument must be a string or an object');e=Object.create(e)}e.emitClose=!1,e.autoDestroy=!1,Fa.call(this,e),this.path=t,this.flags=e.flags===void 0?"w":e.flags,this.mode=e.mode===void 0?438:e.mode,this.start=e.start,this.autoClose=e.autoClose===void 0?!0:e.autoClose,this.pos=0,this.bytesWritten=0,this.isClosed=!1,this.handle=e.handle===void 0?null:e.handle,this.sftp=r,this._opening=!1,this.start!==void 0&&($a(this.start,"start"),this.pos=this.start),e.encoding&&this.setDefaultEncoding(e.encoding),this.on("finish",function(){this._writableState.finalCalled||this.autoClose&&this.destroy()}),Buffer.isBuffer(this.handle)||this.open()}Sd(hr,Fa);hr.prototype._final=function(r){this.autoClose&&this.destroy(),r()};hr.prototype.open=function(){this._opening||(this._opening=!0,this.sftp.open(this.path,this.flags,this.mode,(r,t)=>{if(this._opening=!1,r){this.emit("error",r),this.autoClose&&this.destroy();return}this.handle=t;let e=n=>{if(n){this.sftp.chmod(this.path,this.mode,s=>e());return}if(this.flags[0]==="a"){let s=(i,o)=>{if(i){this.sftp.stat(this.path,(a,c)=>{if(a){this.destroy(),this.emit("error",i);return}s(null,c)});return}this.pos=o.size,this.emit("open",t),this.emit("ready")};this.sftp.fstat(t,s);return}this.emit("open",t),this.emit("ready")};this.sftp.fchmod(t,this.mode,e)}))};hr.prototype._write=function(r,t,e){if(!Buffer.isBuffer(r)){let n=new d0("data","Buffer",r);return this.emit("error",n)}if(!Buffer.isBuffer(this.handle))return this.once("open",function(){this._write(r,t,e)});this.sftp.write(this.handle,r,0,r.length,this.pos,(n,s)=>{if(n)return this.autoClose&&this.destroy(),e(n);this.bytesWritten+=s,e()}),this.pos+=r.length};hr.prototype._writev=function(r,t){if(!Buffer.isBuffer(this.handle))return this.once("open",function(){this._writev(r,t)});let e=this.sftp,n=this.handle,s=r.length,i=(o,a)=>{if(o)return this.destroy(),t(o);this.bytesWritten+=a,--s===0&&t()};for(let o=0;o<r.length;++o){let a=r[o].chunk;e.write(n,a,0,a.length,this.pos,i),this.pos+=a.length}};typeof Fa.prototype.destroy!="function"&&(hr.prototype.destroy=$r.prototype.destroy);hr.prototype._destroy=$r.prototype._destroy;hr.prototype.close=function(r){if(r){if(this.isClosed){process.nextTick(r);return}this.on("close",r)}this.autoClose||this.on("finish",this.destroy.bind(this)),this.end()};hr.prototype.destroySoon=hr.prototype.end;Object.defineProperty(hr.prototype,"pending",{get(){return this.handle===null},configurable:!0});kd.exports={flagsToString:c0,OPEN_MODE:Ie,SFTP:Da,Stats:Qs,STATUS_CODE:tt,stringToFlags:Id}});var Ga=ct((FS,Pd)=>{"use strict";var{Duplex:g0,Readable:m0,Writable:A0}=require("stream"),{CHANNEL_EXTENDED_DATATYPE:{STDERR:Bd}}=Dr(),{bufferSlice:Ws}=pr(),E0=32*1024,Pi=2*1024*1024,Ka=Pi/2,Qa=class extends m0{constructor(t,e){super(e),this._channel=t}_read(t){this._channel._waitChanDrain&&(this._channel._waitChanDrain=!1,this._channel.incoming.window<=Ka&&Va(this._channel))}},Wa=class extends A0{constructor(t){super({highWaterMark:Pi}),this._channel=t}_write(t,e,n){let s=this._channel,i=s._client._protocol,o=s.outgoing,a=o.packetSize,c=o.id,f=o.window,l=t.length,u=0;if(o.state==="open"){for(;l-u>0&&f>0;){let h=l-u;h>f&&(h=f),h>a&&(h=a),u===0&&h===l?i.channelExtData(c,t,Bd):i.channelExtData(c,Ws(t,u,u+h),Bd),u+=h,f-=h}if(o.window=f,l-u>0){f===0&&(s._waitWindow=!0),u>0?s._chunkErr=Ws(t,u,l):s._chunkErr=t,s._chunkcbErr=n;return}n()}}},qa=class extends g0{constructor(t,e,n){let s={highWaterMark:Pi,allowHalfOpen:!n||n&&n.allowHalfOpen!==!1,emitClose:!1};super(s),this.allowHalfOpen=s.allowHalfOpen;let i=!!(n&&n.server);this.server=i,this.type=e.type,this.subtype=void 0,this.incoming=e.incoming,this.outgoing=e.outgoing,this._callbacks=[],this._client=t,this._hasX11=!1,this._exit={code:void 0,signal:void 0,dump:void 0,desc:void 0},this.stdin=this.stdout=this,i?this.stderr=new Wa(this):this.stderr=new Qa(this,s),this._waitWindow=!1,this._waitChanDrain=!1,this._chunk=void 0,this._chunkcb=void 0,this._chunkErr=void 0,this._chunkcbErr=void 0,this.on("finish",Rd).on("prefinish",Rd),this.on("end",Nd).on("close",Nd)}_read(t){this._waitChanDrain&&(this._waitChanDrain=!1,this.incoming.window<=Ka&&Va(this))}_write(t,e,n){let s=this._client._protocol,i=this.outgoing,o=i.packetSize,a=i.id,c=i.window,f=t.length,l=0;if(i.state==="open"){for(;f-l>0&&c>0;){let u=f-l;u>c&&(u=c),u>o&&(u=o),l===0&&u===f?s.channelData(a,t):s.channelData(a,Ws(t,l,l+u)),l+=u,c-=u}if(i.window=c,f-l>0){c===0&&(this._waitWindow=!0),l>0?this._chunk=Ws(t,l,f):this._chunk=t,this._chunkcb=n;return}n()}}eof(){this.outgoing.state==="open"&&(this.outgoing.state="eof",this._client._protocol.channelEOF(this.outgoing.id))}close(){(this.outgoing.state==="open"||this.outgoing.state==="eof")&&(this.outgoing.state="closing",this._client._protocol.channelClose(this.outgoing.id))}destroy(){return this.end(),this.close(),this}setWindow(t,e,n,s){if(this.server)throw new Error("Client-only method called in server mode");this.type==="session"&&(this.subtype==="shell"||this.subtype==="exec")&&this.writable&&this.outgoing.state==="open"&&this._client._protocol.windowChange(this.outgoing.id,t,e,n,s)}signal(t){if(this.server)throw new Error("Client-only method called in server mode");this.type==="session"&&this.writable&&this.outgoing.state==="open"&&this._client._protocol.signal(this.outgoing.id,t)}exit(t,e,n){if(!this.server)throw new Error("Server-only method called in client mode");this.type==="session"&&this.writable&&this.outgoing.state==="open"&&(typeof t=="number"?this._client._protocol.exitStatus(this.outgoing.id,t):this._client._protocol.exitSignal(this.outgoing.id,t,e,n))}};function Rd(){this.eof(),(this.server||!this.allowHalfOpen)&&this.close(),this.writable=!1}function Nd(){this.readable=!1}function Va(r){if(r.outgoing.state==="closed")return;let t=Pi-r.incoming.window;t<=0||(r.incoming.window+=t,r._client._protocol.channelWindowAdjust(r.outgoing.id,t))}Pd.exports={Channel:qa,MAX_WINDOW:Pi,PACKET_SIZE:E0,windowAdjust:Va,WINDOW_THRESHOLD:Ka}});var ja=ct((HS,Dd)=>{"use strict";var{SFTP:_0}=Ni(),Ti=2**32-1;function Td(r,t,e,n){if(r._chanMgr.remove(t),typeof n!="function")return;let s;e instanceof Error?s=e:typeof e=="object"&&e!==null?(s=new Error(`(SSH) Channel open failure: ${e.description}`),s.reason=e.reason):(s=new Error("(SSH) Channel open failure: server closed channel unexpectedly"),s.reason=""),n(s)}function Ld(r,t,e,n,s){if(typeof e=="function"){Td(r,t,n,e);return}if(typeof e!="object"||e===null||e.incoming&&e.incoming.state==="closed"||(r._chanMgr.remove(t),e.server&&e.constructor.name==="Session"))return;e.incoming.state="closed",e.readable&&e.push(null),e.server?e.stderr.writable&&e.stderr.end():e.stderr.readable&&e.stderr.push(null),e.constructor!==_0&&(e.outgoing.state==="open"||e.outgoing.state==="eof")&&!s&&e.close(),e.outgoing.state==="closing"&&(e.outgoing.state="closed");let i=e._readableState,o=e._writableState;o&&!o.ending&&!o.finished&&!s&&e.end();let a=e._callbacks;e._callbacks=[];for(let c=0;c<a.length;++c)a[c](!0);if(e.server)!e.readable||e.destroyed||i&&i.endEmitted?e.emit("close"):e.once("end",()=>e.emit("close"));else{let c;switch(e.type){case"direct-streamlocal@openssh.com":case"direct-tcpip":c=()=>e.emit("close");break;default:{let l=e._exit;c=()=>{l.code===null?e.emit("close",l.code,l.signal,l.dump,l.desc):e.emit("close",l.code)}}}!e.readable||e.destroyed||i&&i.endEmitted?c():e.once("end",c);let f=e.stderr._readableState;!e.stderr.readable||e.stderr.destroyed||f&&f.endEmitted?e.stderr.emit("close"):e.stderr.once("end",()=>e.stderr.emit("close"))}}var za=class{constructor(t){this._client=t,this._channels={},this._cur=-1,this._count=0}add(t){let e;if(this._cur<Ti)e=++this._cur;else if(this._count===0)this._cur=0,e=0;else{let n=this._channels;for(let s=0;s<Ti;++s)if(n[s]===void 0){e=s;break}}return e===void 0?-1:(this._channels[e]=t||!0,++this._count,e)}update(t,e){if(typeof t!="number"||t<0||t>=Ti||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);e&&this._channels[t]&&(this._channels[t]=e)}get(t){if(typeof t!="number"||t<0||t>=Ti||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);return this._channels[t]}remove(t){if(typeof t!="number"||t<0||t>=Ti||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);this._channels[t]&&(delete this._channels[t],this._count&&--this._count)}cleanup(t){let e=this._channels;this._channels={},this._cur=-1,this._count=0;let n=Object.keys(e),s=this._client;for(let i=0;i<n.length;++i){let o=+n[i],a=e[o];Ld(s,o,a._channel||a,t,!0)}}},Ya=(()=>{let r=Object.prototype.toString;return t=>r.call(t)==="[object RegExp]"})();function y0(r,t,e){if(Array.isArray(r)&&r.length>0){for(let n=0;n<r.length;++n)if(e.indexOf(r[n])===-1)throw new Error(`Unsupported algorithm: ${r[n]}`);return r}if(typeof r=="object"&&r!==null){let n=Object.keys(r),s=t;for(let i=0;i<n.length;++i){let o=n[i],a=r[o];switch(o){case"append":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=0;c<a.length;++c){let f=a[c];if(typeof f=="string"){if(!f||s.indexOf(f)!==-1)continue;if(e.indexOf(f)===-1)throw new Error(`Unsupported algorithm: ${f}`);s===t&&(s=s.slice()),s.push(f)}else if(Ya(f))for(let l=0;l<e.length;++l){let u=e[l];if(f.test(u)){if(s.indexOf(u)!==-1)continue;s===t&&(s=s.slice()),s.push(u)}}}break;case"prepend":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=a.length;c>=0;--c){let f=a[c];if(typeof f=="string"){if(!f||s.indexOf(f)!==-1)continue;if(e.indexOf(f)===-1)throw new Error(`Unsupported algorithm: ${f}`);s===t&&(s=s.slice()),s.unshift(f)}else if(Ya(f))for(let l=e.length;l>=0;--l){let u=e[l];if(f.test(u)){if(s.indexOf(u)!==-1)continue;s===t&&(s=s.slice()),s.unshift(u)}}}break;case"remove":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=0;c<a.length;++c){let f=a[c];if(typeof f=="string"){if(!f)continue;let l=s.indexOf(f);if(l===-1)continue;s===t&&(s=s.slice()),s.splice(l,1)}else if(Ya(f))for(let l=0;l<s.length;++l)f.test(s[l])&&(s===t&&(s=s.slice()),s.splice(l,1),--l)}break}}return s}return t}Dd.exports={ChannelManager:za,generateAlgorithmList:y0,onChannelOpenFailure:Td,onCHANNEL_CLOSE:Ld,isWritable:r=>r&&r.writable&&r._readableState&&r._readableState.ended===!1}});var nc=ct((QS,th)=>{"use strict";var{createHash:b0,getHashes:S0,randomFillSync:x0}=require("crypto"),{Socket:w0}=require("net"),{lookup:I0}=require("dns"),C0=require("events"),v0=S0(),{COMPAT:Jd,CHANNEL_EXTENDED_DATATYPE:{STDERR:k0},CHANNEL_OPEN_FAILURE:Li,DEFAULT_CIPHER:Ud,DEFAULT_COMPRESSION:Od,DEFAULT_KEX:Md,DEFAULT_MAC:$d,DEFAULT_SERVER_HOST_KEY:Fd,DISCONNECT_REASON:Hd,DISCONNECT_REASON_BY_VALUE:B0,SUPPORTED_CIPHER:R0,SUPPORTED_COMPRESSION:N0,SUPPORTED_KEX:P0,SUPPORTED_MAC:T0,SUPPORTED_SERVER_HOST_KEY:L0}=Dr(),{init:D0}=qr(),U0=Na(),{parseKey:Vs}=Gr(),{SFTP:O0}=Ni(),{bufferCopy:Qd,makeBufferParser:Zd,makeError:M0,readUInt32BE:$0,sigSSHToASN1:F0,writeUInt32BE:Xa}=pr(),{AgentContext:Wd,createAgent:qd,isAgent:Kd}=ma(),{Channel:eh,MAX_WINDOW:Gs,PACKET_SIZE:Ys,windowAdjust:Vd,WINDOW_THRESHOLD:Gd}=Ga(),{ChannelManager:H0,generateAlgorithmList:Di,isWritable:Tt,onChannelOpenFailure:Q0,onCHANNEL_CLOSE:W0}=ja(),qs=Zd(),Ks=Zd(),Ui=/^OpenSSH_(?:(?![0-4])\d)|(?:\d{2,})/,tc=r=>{},rc=class extends C0{constructor(){super(),this.config={host:void 0,port:void 0,localAddress:void 0,localPort:void 0,forceIPv4:void 0,forceIPv6:void 0,keepaliveCountMax:void 0,keepaliveInterval:void 0,readyTimeout:void 0,ident:void 0,username:void 0,password:void 0,privateKey:void 0,tryKeyboard:void 0,agent:void 0,allowAgentFwd:void 0,authHandler:void 0,hostHashAlgo:void 0,hostHashCb:void 0,strictVendor:void 0,debug:void 0},this._agent=void 0,this._readyTimeout=void 0,this._chanMgr=void 0,this._callbacks=void 0,this._forwarding=void 0,this._forwardingUnix=void 0,this._acceptX11=void 0,this._agentFwdEnabled=void 0,this._remoteVer=void 0,this._protocol=void 0,this._sock=void 0,this._resetKA=void 0}connect(t){if(this._sock&&Tt(this._sock))return this.once("close",()=>{this.connect(t)}),this.end(),this;this.config.host=t.hostname||t.host||"localhost",this.config.port=t.port||22,this.config.localAddress=typeof t.localAddress=="string"?t.localAddress:void 0,this.config.localPort=typeof t.localPort=="string"||typeof t.localPort=="number"?t.localPort:void 0,this.config.forceIPv4=t.forceIPv4||!1,this.config.forceIPv6=t.forceIPv6||!1,this.config.keepaliveCountMax=typeof t.keepaliveCountMax=="number"&&t.keepaliveCountMax>=0?t.keepaliveCountMax:3,this.config.keepaliveInterval=typeof t.keepaliveInterval=="number"&&t.keepaliveInterval>0?t.keepaliveInterval:0,this.config.readyTimeout=typeof t.readyTimeout=="number"&&t.readyTimeout>=0?t.readyTimeout:2e4,this.config.ident=typeof t.ident=="string"||Buffer.isBuffer(t.ident)?t.ident:void 0;let e={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:[]},sc:void 0},n=!0;if(typeof t.algorithms=="object"&&t.algorithms!==null&&(e.kex=Di(t.algorithms.kex,Md,P0),e.kex!==Md&&(n=!1),e.serverHostKey=Di(t.algorithms.serverHostKey,Fd,L0),e.serverHostKey!==Fd&&(n=!1),e.cs.cipher=Di(t.algorithms.cipher,Ud,R0),e.cs.cipher!==Ud&&(n=!1),e.cs.mac=Di(t.algorithms.hmac,$d,T0),e.cs.mac!==$d&&(n=!1),e.cs.compress=Di(t.algorithms.compress,Od,N0),e.cs.compress!==Od&&(n=!1),n||(e.sc=e.cs)),typeof t.username=="string")this.config.username=t.username;else if(typeof t.user=="string")this.config.username=t.user;else throw new Error("Invalid username");this.config.password=typeof t.password=="string"?t.password:void 0,this.config.privateKey=typeof t.privateKey=="string"||Buffer.isBuffer(t.privateKey)?t.privateKey:void 0,this.config.localHostname=typeof t.localHostname=="string"?t.localHostname:void 0,this.config.localUsername=typeof t.localUsername=="string"?t.localUsername:void 0,this.config.tryKeyboard=t.tryKeyboard===!0,typeof t.agent=="string"&&t.agent.length?this.config.agent=qd(t.agent):Kd(t.agent)?this.config.agent=t.agent:this.config.agent=void 0,this.config.allowAgentFwd=t.agentForward===!0&&this.config.agent!==void 0;let s=this.config.authHandler=typeof t.authHandler=="function"||Array.isArray(t.authHandler)?t.authHandler:void 0;this.config.strictVendor=typeof t.strictVendor=="boolean"?t.strictVendor:!0;let i=this.config.debug=typeof t.debug=="function"?t.debug:void 0;if(t.agentForward===!0&&!this.config.allowAgentFwd)throw new Error("You must set a valid agent path to allow agent forwarding");let o=this._callbacks=[];this._chanMgr=new H0(this),this._forwarding={},this._forwardingUnix={},this._acceptX11=0,this._agentFwdEnabled=!1,this._agent=this.config.agent?this.config.agent:void 0,this._remoteVer=void 0;let a;if(this.config.privateKey){if(a=Vs(this.config.privateKey,t.passphrase),a instanceof Error)throw new Error(`Cannot parse privateKey: ${a.message}`);if(Array.isArray(a)&&(a=a[0]),a.getPrivatePEM()===null)throw new Error("privateKey value does not contain a (valid) private key")}let c;if(typeof t.hostVerifier=="function"){let U=t.hostVerifier,v;v0.indexOf(t.hostHash)!==-1&&(v=t.hostHash),c=(N,H)=>{v&&(N=b0(v).update(N).digest("hex"));let Z=U(N,H);Z!==void 0&&H(Z)}}let f=this._sock=t.sock||new w0,l=!1,u=!1;this._protocol&&this._protocol.cleanup();let h=i?(U,v,N)=>{i(`Debug output from server: ${JSON.stringify(N)}`)}:void 0,g,y=this._protocol=new U0({ident:this.config.ident,offer:n?void 0:e,onWrite:U=>{Tt(f)&&f.write(U)},onError:U=>{U.level==="handshake"&&clearTimeout(this._readyTimeout),y._destruct||f.removeAllListeners("data"),this.emit("error",U);try{f.end()}catch{}},onHeader:U=>{u=!0,this._remoteVer=U.versions.software,U.greeting&&this.emit("greeting",U.greeting)},onHandshakeComplete:U=>{this.emit("handshake",U),l||(l=!0,y.service("ssh-userauth"))},debug:i,hostVerifier:c,messageHandlers:{DEBUG:h,DISCONNECT:(U,v,N)=>{if(v!==Hd.BY_APPLICATION){N||(N=B0[v],N===void 0&&(N=`Unexpected disconnection reason: ${v}`));let H=new Error(N);H.code=v,this.emit("error",H)}f.end()},SERVICE_ACCEPT:(U,v)=>{v==="ssh-userauth"&&Y()},EXT_INFO:(U,v)=>{if(g===void 0){for(let N of v)if(N.name==="server-sig-algs"){g=N.algs;return}g=null}},USERAUTH_BANNER:(U,v)=>{this.emit("banner",v)},USERAUTH_SUCCESS:U=>{k(),clearTimeout(this._readyTimeout),this.emit("ready")},USERAUTH_FAILURE:(U,v,N)=>{if(S.keyAlgos){let H=S.keyAlgos[0][0];if(i&&i(`Client: ${S.type} (${H}) auth failed`),S.keyAlgos.shift(),S.keyAlgos.length){let[Z,fe]=S.keyAlgos[0];switch(S.type){case"agent":y.authPK(S.username,S.agentCtx.currentKey(),Z);return;case"publickey":y.authPK(S.username,S.key,Z);return;case"hostbased":y.authHostbased(S.username,S.key,S.localHostname,S.localUsername,Z,(se,je)=>{let yt=S.key.sign(se,fe);if(yt instanceof Error)return yt.message=`Error while signing with key: ${yt.message}`,yt.level="client-authentication",this.emit("error",yt),Y();je(yt)});return}}else S.keyAlgos=void 0}if(S.type==="agent"){let H=S.agentCtx.pos();return i&&i(`Client: Agent key #${H+1} failed`),re()}i&&i(`Client: ${S.type} auth failed`),w=N,I=v,Y()},USERAUTH_PASSWD_CHANGEREQ:(U,v)=>{S.type==="password"&&this.emit("change password",v,N=>{y.authPassword(this.config.username,this.config.password,N)})},USERAUTH_PK_OK:U=>{let v,N;if(S.keyAlgos&&([v,N]=S.keyAlgos[0]),S.type==="agent"){let H=S.agentCtx.currentKey();y.authPK(S.username,H,v,(Z,fe)=>{let se={hash:N};S.agentCtx.sign(H,Z,se,(je,yt)=>{if(je)je.level="agent",this.emit("error",je);else return fe(yt);re()})})}else S.type==="publickey"&&y.authPK(S.username,S.key,v,(H,Z)=>{let fe=S.key.sign(H,N);if(fe instanceof Error)return fe.message=`Error signing data with key: ${fe.message}`,fe.level="client-authentication",this.emit("error",fe),Y();Z(fe)})},USERAUTH_INFO_REQUEST:(U,v,N,H)=>{if(S.type==="keyboard-interactive"){if((Array.isArray(H)?H.length:0)===0){i&&i("Client: Sending automatic USERAUTH_INFO_RESPONSE"),y.authInfoRes();return}S.prompt(v,N,"",H,fe=>{y.authInfoRes(fe)})}},REQUEST_SUCCESS:(U,v)=>{o.length&&o.shift()(!1,v)},REQUEST_FAILURE:U=>{o.length&&o.shift()(!0)},GLOBAL_REQUEST:(U,v,N,H)=>{v==="hostkeys-00@openssh.com"?(Y0(this,H,(Z,fe)=>{Z||this.emit("hostkeys",fe)}),N&&y.requestSuccess()):N&&y.requestFailure()},CHANNEL_OPEN:(U,v)=>{V0(this,v)},CHANNEL_OPEN_CONFIRMATION:(U,v)=>{let N=this._chanMgr.get(v.recipient);if(typeof N!="function")return;let H=N.type==="sftp",fe={type:H?"session":N.type,incoming:{id:v.recipient,window:Gs,packetSize:Ys,state:"open"},outgoing:{id:v.sender,window:v.window,packetSize:v.packetSize,state:"open"}},se=H?new O0(this,fe,{debug:i}):new eh(this,fe);this._chanMgr.update(v.recipient,se),N(void 0,se)},CHANNEL_OPEN_FAILURE:(U,v,N,H)=>{let Z=this._chanMgr.get(v);if(typeof Z!="function")return;Q0(this,v,{reason:N,description:H},Z)},CHANNEL_DATA:(U,v,N)=>{let H=this._chanMgr.get(v);if(!(typeof H!="object"||H===null)&&H.incoming.window!==0){if(H.incoming.window-=N.length,H.push(N)===!1){H._waitChanDrain=!0;return}H.incoming.window<=Gd&&Vd(H)}},CHANNEL_EXTENDED_DATA:(U,v,N,H)=>{if(H!==k0)return;let Z=this._chanMgr.get(v);if(!(typeof Z!="object"||Z===null)&&Z.incoming.window!==0){if(Z.incoming.window-=N.length,!Z.stderr.push(N)){Z._waitChanDrain=!0;return}Z.incoming.window<=Gd&&Vd(Z)}},CHANNEL_WINDOW_ADJUST:(U,v,N)=>{let H=this._chanMgr.get(v);typeof H!="object"||H===null||(H.outgoing.window+=N,H._waitWindow&&(H._waitWindow=!1,H._chunk?H._write(H._chunk,null,H._chunkcb):H._chunkcb?H._chunkcb():H._chunkErr?H.stderr._write(H._chunkErr,null,H._chunkcbErr):H._chunkcbErr&&H._chunkcbErr()))},CHANNEL_SUCCESS:(U,v)=>{let N=this._chanMgr.get(v);typeof N!="object"||N===null||(this._resetKA(),N._callbacks.length&&N._callbacks.shift()(!1))},CHANNEL_FAILURE:(U,v)=>{let N=this._chanMgr.get(v);typeof N!="object"||N===null||(this._resetKA(),N._callbacks.length&&N._callbacks.shift()(!0))},CHANNEL_REQUEST:(U,v,N,H,Z)=>{let fe=this._chanMgr.get(v);if(typeof fe!="object"||fe===null)return;let se=fe._exit;if(se.code===void 0){switch(N){case"exit-status":fe.emit("exit",se.code=Z);return;case"exit-signal":fe.emit("exit",se.code=null,se.signal=`SIG${Z.signal}`,se.dump=Z.coreDumped,se.desc=Z.errorMessage);return}H&&U.channelFailure(fe.outgoing.id)}},CHANNEL_EOF:(U,v)=>{let N=this._chanMgr.get(v);typeof N!="object"||N===null||N.incoming.state==="open"&&(N.incoming.state="eof",N.readable&&N.push(null),N.stderr.readable&&N.stderr.push(null))},CHANNEL_CLOSE:(U,v)=>{W0(this,v,this._chanMgr.get(v))}}});f.pause();let _=this.config.keepaliveInterval,b=this.config.keepaliveCountMax,C=0,L,F=()=>{if(++C>b){if(clearInterval(L),f.readable){let U=new Error("Keepalive timeout");U.level="client-timeout",this.emit("error",U),f.destroy()}return}Tt(f)?(o.push(k),y.ping()):clearInterval(L)};function k(){_>0&&(C=0,clearInterval(L),Tt(f)&&(L=setInterval(F,_)))}this._resetKA=k;let K=(()=>{let U=!1;return()=>{if(!U&&(U=!0,O&&!u)){let v=M0("Connection lost before handshake","protocol",!0);this.emit("error",v)}}})(),ee=(()=>{let U=!1;return()=>{U||(U=!0,O=!0,i&&i("Socket connected"),this.emit("connect"),D0.then(()=>{y.start(),f.on("data",v=>{try{y.parse(v,0,v.length)}catch(N){this.emit("error",N);try{Tt(f)&&f.end()}catch{}}}),f.stderr&&typeof f.stderr.resume=="function"&&f.stderr.resume(),f.resume()}).catch(v=>{this.emit("error",v);try{Tt(f)&&f.end()}catch{}}))}})(),O=!1;f.on("connect",ee).on("timeout",()=>{this.emit("timeout")}).on("error",U=>{i&&i(`Socket error: ${U.message}`),clearTimeout(this._readyTimeout),U.level="client-socket",this.emit("error",U)}).on("end",()=>{i&&i("Socket ended"),K(),y.cleanup(),clearTimeout(this._readyTimeout),clearInterval(L),this.emit("end")}).on("close",()=>{i&&i("Socket closed"),K(),y.cleanup(),clearTimeout(this._readyTimeout),clearInterval(L),this.emit("close");let U=o;o=this._callbacks=[];let v=new Error("No response from server");for(let N=0;N<U.length;++N)U[N](v);this._chanMgr.cleanup(v)});let S,w=null,I=null,D=["none"];this.config.password!==void 0&&D.push("password"),a!==void 0&&D.push("publickey"),this._agent!==void 0&&D.push("agent"),this.config.tryKeyboard&&D.push("keyboard-interactive"),a!==void 0&&this.config.localHostname!==void 0&&this.config.localUsername!==void 0&&D.push("hostbased"),Array.isArray(s)?s=Xd(s):typeof s!="function"&&(s=Xd(D));let R=!1,ne=U=>{if(!R){if(R=!0,U===!1){let v=new Error("All configured authentication methods failed");v.level="client-authentication",this.emit("error",v),this.end();return}if(typeof U=="string"){let v=U;if(D.indexOf(v)===-1)return G(`Authentication method not allowed: ${v}`);let N=this.config.username;switch(v){case"password":U={type:v,username:N,password:this.config.password};break;case"publickey":U={type:v,username:N,key:a};break;case"hostbased":U={type:v,username:N,key:a,localHostname:this.config.localHostname,localUsername:this.config.localUsername};break;case"agent":U={type:v,username:N,agentCtx:new Wd(this._agent)};break;case"keyboard-interactive":U={type:v,username:N,prompt:(...H)=>this.emit("keyboard-interactive",...H)};break;case"none":U={type:v,username:N};break;default:return G(`Skipping unsupported authentication method: ${U}`)}}else{if(typeof U!="object"||U===null)return G(`Skipping invalid authentication attempt: ${U}`);{let v=U.username;if(typeof v!="string")return G(`Skipping invalid authentication attempt: ${U}`);let N=U.type;switch(N){case"password":{let{password:H}=U;if(typeof H!="string"&&!Buffer.isBuffer(H))return G("Skipping invalid password auth attempt");U={type:N,username:v,password:H};break}case"publickey":{let H=Vs(U.key,U.passphrase);if(H instanceof Error)return G("Skipping invalid key auth attempt");if(!H.isPrivateKey())return G("Skipping non-private key");U={type:N,username:v,key:H};break}case"hostbased":{let{localHostname:H,localUsername:Z}=U,fe=Vs(U.key,U.passphrase);if(fe instanceof Error||typeof H!="string"||typeof Z!="string")return G("Skipping invalid hostbased auth attempt");if(!fe.isPrivateKey())return G("Skipping non-private key");U={type:N,username:v,key:fe,localHostname:H,localUsername:Z};break}case"agent":{let H=U.agent;if(typeof H=="string"&&H.length)H=qd(H);else if(!Kd(H))return G(`Skipping invalid agent: ${U.agent}`);U={type:N,username:v,agentCtx:new Wd(H)};break}case"keyboard-interactive":{let{prompt:H}=U;if(typeof H!="function")return G("Skipping invalid keyboard-interactive auth attempt");U={type:N,username:v,prompt:H};break}case"none":U={type:N,username:v};break;default:return G(`Skipping unsupported authentication method: ${U}`)}}}S=U;try{let v=S.username;switch(S.type){case"password":y.authPassword(v,S.password);break;case"publickey":{let N;if(S.keyAlgos=ec(this,S.key,g),S.keyAlgos)if(S.keyAlgos.length)N=S.keyAlgos[0][0];else return G("Skipping key authentication (no mutual hash algorithm)");y.authPK(v,S.key,N);break}case"hostbased":{let N,H;if(S.keyAlgos=ec(this,S.key,g),S.keyAlgos)if(S.keyAlgos.length)[N,H]=S.keyAlgos[0];else return G("Skipping hostbased authentication (no mutual hash algorithm)");y.authHostbased(v,S.key,S.localHostname,S.localUsername,N,(Z,fe)=>{let se=S.key.sign(Z,H);if(se instanceof Error)return se.message=`Error while signing with key: ${se.message}`,se.level="client-authentication",this.emit("error",se),Y();fe(se)});break}case"agent":S.agentCtx.init(N=>{if(N)return N.level="agent",this.emit("error",N),Y();re()});break;case"keyboard-interactive":y.authKeyboard(v);break;case"none":y.authNone(v);break}}finally{R=!1}}};function G(U){i&&i(U),process.nextTick(Y)}function Y(){R=!1;let U=s(I,w,ne);R||U===void 0||ne(U)}let re=()=>{if(S.type==="agent"){let U=S.agentCtx.nextKey();if(U===!1)i&&i("Agent: No more keys left to try"),i&&i("Client: agent auth failed"),Y();else{let v=S.agentCtx.pos(),N;if(S.keyAlgos=ec(this,U,g),S.keyAlgos)if(S.keyAlgos.length)N=S.keyAlgos[0][0];else{i&&i(`Agent: Skipping key #${v+1} (no mutual hash algorithm)`),re();return}i&&i(`Agent: Trying key #${v+1}`),y.authPK(S.username,U,N)}}},ce=()=>{this.config.readyTimeout>0&&(this._readyTimeout=setTimeout(()=>{let U=new Error("Timed out while waiting for handshake");U.level="client-timeout",this.emit("error",U),f.destroy()},this.config.readyTimeout))};if(t.sock)ce(),typeof f.connecting=="boolean"&&f.connecting||ee();else{let U=this.config.host,v=this.config.forceIPv4,N=this.config.forceIPv6;i&&i(`Client: Trying ${U} on port ${this.config.port} ...`);let H=()=>{ce(),f.connect({host:U,port:this.config.port,localAddress:this.config.localAddress,localPort:this.config.localPort}),f.setMaxListeners(0),f.setTimeout(typeof t.timeout=="number"?t.timeout:0)};!v&&!N||v&&N?H():I0(U,v?4:6,(Z,fe,se)=>{if(Z){let je=v?"IPv4":"IPv6",yt=new Error(`Error while looking up ${je} address for '${U}': ${Z}`);clearTimeout(this._readyTimeout),yt.level="client-dns",this.emit("error",yt),this.emit("close");return}U=fe,H()})}return this}end(){return this._sock&&Tt(this._sock)&&(this._protocol.disconnect(Hd.BY_APPLICATION),this._sock.end()),this}destroy(){return this._sock&&Tt(this._sock)&&this._sock.destroy(),this}exec(t,e,n){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");typeof e=="function"&&(n=e,e={});let s={allowHalfOpen:e.allowHalfOpen!==!1};return qn(this,"session",s,(i,o)=>{if(i){n(i);return}let a=[];function c(f){if(f){o.close(),n(f);return}a.length&&a.shift()()}(this.config.allowAgentFwd===!0||e&&e.agentForward===!0&&this._agent!==void 0)&&a.push(()=>jd(o,c)),typeof e=="object"&&e!==null&&(typeof e.env=="object"&&e.env!==null&&Ja(o,e.env),(typeof e.pty=="object"&&e.pty!==null||e.pty===!0)&&a.push(()=>zd(o,e.pty,c)),(typeof e.x11=="object"&&e.x11!==null||e.x11==="number"||e.x11===!0)&&a.push(()=>Yd(o,e.x11,c))),a.push(()=>K0(o,t,e,n)),a.shift()()}),this}shell(t,e,n){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof t=="function"?(n=t,t=e=void 0):typeof e=="function"&&(n=e,e=void 0),t&&(t.x11!==void 0||t.env!==void 0)&&(e=t,t=void 0),qn(this,"session",(s,i)=>{if(s){n(s);return}let o=[];function a(c){if(c){i.close(),n(c);return}o.length&&o.shift()()}(this.config.allowAgentFwd===!0||e&&e.agentForward===!0&&this._agent!==void 0)&&o.push(()=>jd(i,a)),t!==!1&&o.push(()=>zd(i,t,a)),typeof e=="object"&&e!==null&&(typeof e.env=="object"&&e.env!==null&&Ja(i,e.env),(typeof e.x11=="object"&&e.x11!==null||e.x11==="number"||e.x11===!0)&&o.push(()=>Yd(i,e.x11,a))),o.push(()=>q0(i,n)),o.shift()()}),this}subsys(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return qn(this,"session",(n,s)=>{if(n){e(n);return}Za(s,t,(i,o)=>{if(i){e(i);return}e(void 0,o)})}),this}forwardIn(t,e,n){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let s=typeof n=="function";return s&&this._callbacks.push((i,o)=>{if(i){n(i!==!0?i:new Error(`Unable to bind to ${t}:${e}`));return}let a=e;e===0&&o&&o.length>=4&&(a=$0(o,0),this._protocol._compatFlags&Jd.DYN_RPORT_BUG||(e=a)),this._forwarding[`${t}:${e}`]=a,n(void 0,a)}),this._protocol.tcpipForward(t,e,s),this}unforwardIn(t,e,n){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let s=typeof n=="function";return s&&this._callbacks.push(i=>{if(i){n(i!==!0?i:new Error(`Unable to unbind from ${t}:${e}`));return}delete this._forwarding[`${t}:${e}`],n()}),this._protocol.cancelTcpipForward(t,e,s),this}forwardOut(t,e,n,s,i){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let o={srcIP:t,srcPort:e,dstIP:n,dstPort:s};return typeof i!="function"&&(i=tc),qn(this,"direct-tcpip",o,i),this}openssh_noMoreSessions(t){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let e=typeof t=="function";return!this.config.strictVendor||this.config.strictVendor&&Ui.test(this._remoteVer)?(e&&this._callbacks.push(n=>{if(n){t(n!==!0?n:new Error("Unable to disable future sessions"));return}t()}),this._protocol.openssh_noMoreSessions(e),this):e?(process.nextTick(t,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_forwardInStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let n=typeof e=="function";return!this.config.strictVendor||this.config.strictVendor&&Ui.test(this._remoteVer)?(n&&this._callbacks.push(s=>{if(s){e(s!==!0?s:new Error(`Unable to bind to ${t}`));return}this._forwardingUnix[t]=!0,e()}),this._protocol.openssh_streamLocalForward(t,n),this):n?(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_unforwardInStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let n=typeof e=="function";return!this.config.strictVendor||this.config.strictVendor&&Ui.test(this._remoteVer)?(n&&this._callbacks.push(s=>{if(s){e(s!==!0?s:new Error(`Unable to unbind from ${t}`));return}delete this._forwardingUnix[t],e()}),this._protocol.openssh_cancelStreamLocalForward(t,n),this):n?(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_forwardOutStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof e!="function"&&(e=tc),!this.config.strictVendor||this.config.strictVendor&&Ui.test(this._remoteVer)?(qn(this,"direct-streamlocal@openssh.com",{socketPath:t},e),this):(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this)}sftp(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof t=="function"&&(e=t,t=void 0),qn(this,"sftp",(n,s)=>{if(n){e(n);return}let i=(o,a)=>{if(o){e(o);return}function c(){s.removeListener("ready",f),s.removeListener("error",l),s.removeListener("exit",u),s.removeListener("close",u)}function f(){c(),e(void 0,s)}function l(h){c(),e(h)}function u(h,g){c();let y;typeof h=="number"?y=`Received exit code ${h} while establishing SFTP session`:g!==void 0?y=`Received signal ${g} while establishing SFTP session`:y="Received unexpected SFTP session termination";let _=new Error(y);_.code=h,_.signal=g,e(_)}s.on("ready",f).on("error",l).on("exit",u).on("close",u),s._init()};typeof t=="object"&&t!==null?Ja(s,t,o=>{if(o){e(o);return}Za(s,"sftp",i)}):Za(s,"sftp",i)}),this}setNoDelay(t){return this._sock&&typeof this._sock.setNoDelay=="function"&&this._sock.setNoDelay(t),this}};function qn(r,t,e,n){let s=Gs,i=Ys;typeof e=="function"&&(n=e,e={});let o=(c,f)=>{n(c,f)};o.type=t;let a=r._chanMgr.add(o);if(a===-1){n(new Error("No free channels available"));return}switch(t){case"session":case"sftp":r._protocol.session(a,s,i);break;case"direct-tcpip":r._protocol.directTcpip(a,s,i,e);break;case"direct-streamlocal@openssh.com":r._protocol.openssh_directStreamLocal(a,s,i,e);break;default:throw new Error(`Unsupported channel type: ${t}`)}}function Yd(r,t,e){let n={single:!1,protocol:"MIT-MAGIC-COOKIE-1",cookie:void 0,screen:0};typeof t=="function"?e=t:typeof t=="object"&&t!==null&&(typeof t.single=="boolean"&&(n.single=t.single),typeof t.screen=="number"&&(n.screen=t.screen),typeof t.protocol=="string"&&(n.protocol=t.protocol),typeof t.cookie=="string"?n.cookie=t.cookie:Buffer.isBuffer(t.cookie)&&(n.cookie=t.cookie.hexSlice(0,t.cookie.length))),n.cookie===void 0&&(n.cookie=G0());let s=typeof e=="function";if(r.outgoing.state!=="open"){s&&e(new Error("Channel is not open"));return}s&&r._callbacks.push(i=>{if(i){e(i!==!0?i:new Error("Unable to request X11"));return}r._hasX11=!0,++r._client._acceptX11,r.once("close",()=>{r._client._acceptX11&&--r._client._acceptX11}),e()}),r._client._protocol.x11Forward(r.outgoing.id,n,s)}function zd(r,t,e){let n=24,s=80,i=640,o=480,a="vt100",c=null;typeof t=="function"?e=t:typeof t=="object"&&t!==null&&(typeof t.rows=="number"&&(n=t.rows),typeof t.cols=="number"&&(s=t.cols),typeof t.width=="number"&&(i=t.width),typeof t.height=="number"&&(o=t.height),typeof t.term=="string"&&(a=t.term),typeof t.modes=="object"&&(c=t.modes));let f=typeof e=="function";if(r.outgoing.state!=="open"){f&&e(new Error("Channel is not open"));return}f&&r._callbacks.push(l=>{if(l){e(l!==!0?l:new Error("Unable to request a pseudo-terminal"));return}e()}),r._client._protocol.pty(r.outgoing.id,n,s,o,i,a,c,f)}function jd(r,t){let e=typeof t=="function";if(r.outgoing.state!=="open"){e&&t(new Error("Channel is not open"));return}if(r._client._agentFwdEnabled){e&&t(!1);return}r._client._agentFwdEnabled=!0,r._callbacks.push(n=>{if(n){r._client._agentFwdEnabled=!1,e&&t(n!==!0?n:new Error("Unable to request agent forwarding"));return}e&&t()}),r._client._protocol.openssh_agentForward(r.outgoing.id,!0)}function q0(r,t){if(r.outgoing.state!=="open"){t(new Error("Channel is not open"));return}r._callbacks.push(e=>{if(e){t(e!==!0?e:new Error("Unable to open shell"));return}r.subtype="shell",t(void 0,r)}),r._client._protocol.shell(r.outgoing.id,!0)}function K0(r,t,e,n){if(r.outgoing.state!=="open"){n(new Error("Channel is not open"));return}r._callbacks.push(s=>{if(s){n(s!==!0?s:new Error("Unable to exec"));return}r.subtype="exec",r.allowHalfOpen=e.allowHalfOpen!==!1,n(void 0,r)}),r._client._protocol.exec(r.outgoing.id,t,!0)}function Ja(r,t,e){let n=typeof e=="function";if(r.outgoing.state!=="open"){n&&e(new Error("Channel is not open"));return}n&&r._callbacks.push(i=>{if(i){e(i!==!0?i:new Error("Unable to set environment"));return}e()});let s=Object.keys(t||{});for(let i=0;i<s.length;++i){let o=s[i],a=t[o];r._client._protocol.env(r.outgoing.id,o,a,n)}}function Za(r,t,e){if(r.outgoing.state!=="open"){e(new Error("Channel is not open"));return}r._callbacks.push(n=>{if(n){e(n!==!0?n:new Error(`Unable to start subsystem: ${t}`));return}r.subtype="subsystem",e(void 0,r)}),r._client._protocol.subsystem(r.outgoing.id,t,!0)}function V0(r,t){let e=-1,n,s=()=>{let c={type:t.type,incoming:{id:e,window:Gs,packetSize:Ys,state:"open"},outgoing:{id:t.sender,window:t.window,packetSize:t.packetSize,state:"open"}},f=new eh(r,c);return r._chanMgr.update(e,f),r._protocol.channelOpenConfirm(t.sender,e,Gs,Ys),f},i=()=>{n===void 0&&(e===-1?n=Li.RESOURCE_SHORTAGE:n=Li.CONNECT_FAILED),e!==-1&&r._chanMgr.remove(e),r._protocol.channelOpenFail(t.sender,n,"")},o=()=>(e=r._chanMgr.add(),e===-1&&(n=Li.RESOURCE_SHORTAGE,r.config.debug&&r.config.debug("Client: Automatic rejection of incoming channel open: no channels available")),e!==-1),a=t.data;switch(t.type){case"forwarded-tcpip":{let c=r._forwarding[`${a.destIP}:${a.destPort}`];if(c!==void 0&&o()){a.destPort===0&&(a.destPort=c),r.emit("tcp connection",a,s,i);return}break}case"forwarded-streamlocal@openssh.com":if(r._forwardingUnix[a.socketPath]!==void 0&&o()){r.emit("unix connection",a,s,i);return}break;case"auth-agent@openssh.com":if(r._agentFwdEnabled&&typeof r._agent.getStream=="function"&&o()){r._agent.getStream((c,f)=>{if(c)return i();let l=s();l.pipe(f).pipe(l)});return}break;case"x11":if(r._acceptX11!==0&&o()){r.emit("x11",a,s,i);return}break;default:n=Li.UNKNOWN_CHANNEL_TYPE,r.config.debug&&r.config.debug(`Client: Automatic rejection of unsupported incoming channel open type: ${t.type}`)}n===void 0&&(n=Li.ADMINISTRATIVELY_PROHIBITED,r.config.debug&&r.config.debug("Client: Automatic rejection of unexpected incoming channel open for: "+t.type)),i()}var G0=(()=>{let r=Buffer.allocUnsafe(16);return()=>(x0(r,0,16),r.hexSlice(0,16))})();function Xd(r){if(!Array.isArray(r))throw new Error("authList must be an array");let t=0;return(e,n,s)=>t===r.length?!1:r[t++]}function Y0(r,t,e){if(!r._sock||!Tt(r._sock))return;if(typeof e!="function"&&(e=tc),!Array.isArray(t))throw new TypeError("Invalid keys argument type");let n=[];for(let s of t){let i=Vs(s);if(i instanceof Error)throw i;n.push(i)}if(!r.config.strictVendor||r.config.strictVendor&&Ui.test(r._remoteVer)){r._callbacks.push((s,i)=>{if(s){e(s!==!0?s:new Error("Server failed to prove supplied keys"));return}let o=[],a=0;for(qs.init(i,0);qs.avail()&&a!==n.length;){let c=n[a++],f=c.getPublicSSH(),l=qs.readString();Ks.init(l,0);let u=Ks.readString(!0),h=Ks.readString(),g;if(u!==c.type)if(c.type==="ssh-rsa")switch(u){case"rsa-sha2-256":g="sha256";break;case"rsa-sha2-512":g="sha512";break;default:continue}else continue;let y=r._protocol._kex.sessionID,_=Buffer.allocUnsafe(37+y.length+4+f.length),b=0;Xa(_,29,b),_.utf8Write("hostkeys-prove-00@openssh.com",b+=4,29),Xa(_,y.length,b+=29),Qd(y,_,0,y.length,b+=4),Xa(_,f.length,b+=y.length),Qd(f,_,0,f.length,b+=4),(h=F0(h,u))&&c.verify(_,h,g)===!0&&o.push(c)}Ks.clear(),qs.clear(),e(null,o)}),r._protocol.openssh_hostKeysProve(n);return}process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version"))}function ec(r,t,e){switch(t.type){case"ssh-rsa":if(r._protocol._compatFlags&Jd.IMPLY_RSA_SHA2_SIGALGS&&(Array.isArray(e)?e=["rsa-sha2-256","rsa-sha2-512",...e]:e=["rsa-sha2-256","rsa-sha2-512"]),Array.isArray(e)){if(e.indexOf("rsa-sha2-256")!==-1)return[["rsa-sha2-256","sha256"]];if(e.indexOf("rsa-sha2-512")!==-1)return[["rsa-sha2-512","sha512"]];if(e.indexOf("ssh-rsa")===-1)return[]}return[["ssh-rsa","sha1"]]}}th.exports=rc});var nh=ct(rh=>{"use strict";var{Agent:sc}=require("http"),{Agent:z0}=require("https"),{connect:j0}=require("tls"),ic;for(let r of[sc,z0]){class t extends r{constructor(n,s){super(s),this._connectCfg=n,this._defaultSrcIP=s&&s.srcIP||"localhost"}createConnection(n,s){let i=n&&n.localAddress||this._defaultSrcIP,o=n&&n.localPort||0,a=n.host,c=n.port;ic===void 0&&(ic=nc());let f=new ic,l=!1;f.on("ready",()=>{f.forwardOut(i,o,a,c,(u,h)=>{if(l=!0,u)return f.end(),s(u);h.once("close",()=>f.end()),s(null,X0(h,r,n))})}).on("error",s).on("close",()=>{l||s(new Error("Unexpected connection close"))}).connect(this._connectCfg)}}rh[r===sc?"SSHTTPAgent":"SSHTTPSAgent"]=t}function Oi(){}function X0(r,t,e){if(t===sc)return r.setKeepAlive=Oi,r.setNoDelay=Oi,r.setTimeout=Oi,r.ref=Oi,r.unref=Oi,r.destroySoon=r.destroy,r;e.socket=r;let n=j0(e),s=(()=>{let i=!1;return()=>{i||(i=!0,r.isPaused()&&r.resume())}})();return n.on("end",s).on("close",s),n}});var sh=ct((qS,fc)=>{"use strict";var{Server:J0}=require("net"),$i=require("events"),{listenerCount:Gt}=$i,{CHANNEL_OPEN_FAILURE:Kn,DEFAULT_CIPHER:Z0,DEFAULT_COMPRESSION:eA,DEFAULT_KEX:tA,DEFAULT_MAC:rA,DEFAULT_SERVER_HOST_KEY:nA,DISCONNECT_REASON:Vn,DISCONNECT_REASON_BY_VALUE:iA,SUPPORTED_CIPHER:sA,SUPPORTED_COMPRESSION:oA,SUPPORTED_KEX:aA,SUPPORTED_MAC:cA,SUPPORTED_SERVER_HOST_KEY:fA}=Dr(),{init:lA}=qr(),{KexInit:uA}=Ns(),{parseKey:ih}=Gr(),dA=Na(),{SFTP:hA}=Ni(),{writeUInt32BE:pA}=pr(),{Channel:Gn,MAX_WINDOW:jr,PACKET_SIZE:Xr,windowAdjust:gA,WINDOW_THRESHOLD:mA}=Ga(),{ChannelManager:AA,generateAlgorithmList:Mi,isWritable:zs,onChannelOpenFailure:EA,onCHANNEL_CLOSE:_A}=ja(),yA=10,Jr=class extends $i{constructor(t,e,n,s,i){super(),this.username=this.user=e,this.service=n,this.method=s,this._initialResponse=!1,this._finalResponse=!1,this._multistep=!1,this._cbfinal=(o,a,c)=>{this._finalResponse||(this._finalResponse=!0,i(this,o,a,c))},this._protocol=t}accept(){this._cleanup&&this._cleanup(),this._initialResponse=!0,this._cbfinal(!0)}reject(t,e){this._cleanup&&this._cleanup(),this._initialResponse=!0,this._cbfinal(!1,t,e)}},js=class extends Jr{constructor(t,e,n,s,i,o){super(t,e,n,s,o),this._multistep=!0,this._cb=void 0,this._onInfoResponse=a=>{let c=this._cb;c&&(this._cb=void 0,c(a))},this.submethods=i,this.on("abort",()=>{this._cb&&this._cb(new Error("Authentication request aborted"))})}prompt(t,e,n,s){Array.isArray(t)||(t=[t]),typeof e=="function"?(s=e,e=n=void 0):typeof n=="function"?(s=n,n=void 0):typeof s!="function"&&(s=void 0);for(let i=0;i<t.length;++i)typeof t[i]=="string"&&(t[i]={prompt:t[i],echo:!0});this._cb=s,this._initialResponse=!0,this._protocol.authInfoReq(e,n,t)}},ac=class extends Jr{constructor(t,e,n,s,i,o){super(t,e,n,s,o),this.key={algo:i.keyAlgo,data:i.key},this.hashAlgo=i.hashAlgo,this.signature=i.signature,this.blob=i.blob}accept(){this.signature?Jr.prototype.accept.call(this):(this._initialResponse=!0,this._protocol.authPKOK(this.key.algo,this.key.data))}},cc=class extends Jr{constructor(t,e,n,s,i,o){super(t,e,n,s,o),this.key={algo:i.keyAlgo,data:i.key},this.hashAlgo=i.hashAlgo,this.signature=i.signature,this.blob=i.blob,this.localHostname=i.localHostname,this.localUsername=i.localUsername}},Xs=class extends Jr{constructor(t,e,n,s,i,o){super(t,e,n,s,o),this.password=i,this._changeCb=void 0}requestChange(t,e){if(this._changeCb)throw new Error("Change request already in progress");if(typeof t!="string")throw new Error("prompt argument must be a string");if(typeof e!="function")throw new Error("Callback argument must be a function");this._changeCb=e,this._protocol.authPasswdChg(t)}},vr=class extends $i{constructor(t,e,n){super(),this.type="session",this.subtype=void 0,this.server=!0,this._ending=!1,this._channel=void 0,this._chanInfo={type:"session",incoming:{id:n,window:jr,packetSize:Xr,state:"open"},outgoing:{id:e.sender,window:e.window,packetSize:e.packetSize,state:"open"}}}},or=class extends $i{constructor(t,e){if(super(),typeof t!="object"||t===null)throw new Error("Missing configuration object");let n=Object.create(null),s=[],i=t.hostKeys;if(!Array.isArray(i))throw new Error("hostKeys must be an array");let o=typeof t.algorithms=="object"&&t.algorithms!==null?t.algorithms:{},a=Mi(o.serverHostKey,nA,fA);for(let h=0;h<i.length;++h){let g;if(Buffer.isBuffer(i[h])||typeof i[h]=="string"?g=ih(i[h]):g=ih(i[h].key,i[h].passphrase),g instanceof Error)throw new Error(`Cannot parse privateKey: ${g.message}`);if(Array.isArray(g)&&(g=g[0]),g.getPrivatePEM()===null)throw new Error("privateKey value contains an invalid private key");if(!s.includes(g.type))if(g.type==="ssh-rsa"){let y=a.indexOf("ssh-rsa"),_=a.indexOf("rsa-sha2-256"),b=a.indexOf("rsa-sha2-512");y===-1&&(y=1/0),[y,_,b].sort(bA).forEach(C=>{if(C===-1)return;let L;switch(C){case y:L="ssh-rsa";break;case _:L="rsa-sha2-256";break;case b:L="rsa-sha2-512";break;default:return}n[L]=g,s.push(L)})}else n[g.type]=g,s.push(g.type)}let c={kex:Mi(o.kex,tA,aA).concat(["kex-strict-s-v00@openssh.com"]),serverHostKey:s,cs:{cipher:Mi(o.cipher,Z0,sA),mac:Mi(o.hmac,rA,cA),compress:Mi(o.compress,eA,oA),lang:[]},sc:void 0};c.sc=c.cs,typeof e=="function"&&this.on("connection",e);let f=typeof t.debug=="function"?t.debug:void 0,l=t.ident?Buffer.from(t.ident):void 0,u=new uA(c);this._srv=new J0(h=>{if(this._connections>=this.maxConnections){h.destroy();return}++this._connections,h.once("close",()=>{--this._connections});let g;if(f){let y=`[${process.hrtime().join(".")}] `;g=_=>{f(`${y}${_}`)}}new Js(h,n,l,u,g,this,t)}).on("error",h=>{this.emit("error",h)}).on("listening",()=>{this.emit("listening")}).on("close",()=>{this.emit("close")}),this._connections=0,this.maxConnections=1/0}injectSocket(t){this._srv.emit("connection",t)}listen(...t){return this._srv.listen(...t),this}address(){return this._srv.address()}getConnections(t){return this._srv.getConnections(t),this}close(t){return this._srv.close(t),this}ref(){return this._srv.ref(),this}unref(){return this._srv.unref(),this}};or.KEEPALIVE_CLIENT_INTERVAL=15e3;or.KEEPALIVE_CLIENT_COUNT_MAX=3;var Js=class extends $i{constructor(t,e,n,s,i,o,a){super();let c=0,f=!1,l=[],u,h,g,y=[];this._sock=t,this._chanMgr=new AA(this),this._debug=i,this.noMoreSessions=!1,this.authenticated=!1;function _(O){}this.on("error",_);let b=i?(O,S,w)=>{i(`Debug output from client: ${JSON.stringify(w)}`)}:void 0,C=typeof a.keepaliveInterval=="number"&&isFinite(a.keepaliveInterval)&&a.keepaliveInterval>0?a.keepaliveInterval:typeof or.KEEPALIVE_CLIENT_INTERVAL=="number"&&isFinite(or.KEEPALIVE_CLIENT_INTERVAL)&&or.KEEPALIVE_CLIENT_INTERVAL>0?or.KEEPALIVE_CLIENT_INTERVAL:-1,L=typeof a.keepaliveCountMax=="number"&&isFinite(a.keepaliveCountMax)&&a.keepaliveCountMax>=0?a.keepaliveCountMax:typeof or.KEEPALIVE_CLIENT_COUNT_MAX=="number"&&isFinite(or.KEEPALIVE_CLIENT_COUNT_MAX)&&or.KEEPALIVE_CLIENT_COUNT_MAX>=0?or.KEEPALIVE_CLIENT_COUNT_MAX:-1,F=0;C!==-1&&L!==-1&&(this.once("ready",()=>{let O=()=>{clearInterval(h)};this.on("close",O).on("end",O),h=setInterval(()=>{if(++F>L){clearInterval(h);let S=new Error("Keepalive timeout");S.level="client-timeout",this.emit("error",S),this.end()}else k.ping()},C)}),g=()=>{h&&h.refresh(),F=0});let k=this._protocol=new dA({server:!0,hostKeys:e,ident:n,offer:s,onPacket:g,greeting:a.greeting,banner:a.banner,onWrite:O=>{zs(t)&&t.write(O)},onError:O=>{k._destruct||t.removeAllListeners("data"),this.emit("error",O);try{t.end()}catch{}},onHeader:O=>{this.removeListener("error",_);let S={ip:t.remoteAddress,family:t.remoteFamily,port:t.remotePort,header:O};if(!o.emit("connection",this,S)){k.disconnect(Vn.BY_APPLICATION),t.end();return}O.greeting&&this.emit("greeting",O.greeting)},onHandshakeComplete:O=>{++c>1&&this.emit("rekey"),this.emit("handshake",O)},debug:i,messageHandlers:{DEBUG:b,DISCONNECT:(O,S,w)=>{if(S!==Vn.BY_APPLICATION){w||(w=iA[S],w===void 0&&(w=`Unexpected disconnection reason: ${S}`));let I=new Error(w);I.code=S,this.emit("error",I)}t.end()},CHANNEL_OPEN:(O,S)=>{if(S.type==="session"&&this.noMoreSessions||!this.authenticated){let re=Kn.ADMINISTRATIVELY_PROHIBITED;return k.channelOpenFail(S.sender,re)}let w=-1,I,D=!1,R,ne=()=>{D||(D=!0,I===void 0&&(w===-1?I=Kn.RESOURCE_SHORTAGE:I=Kn.CONNECT_FAILED),w!==-1&&this._chanMgr.remove(w),k.channelOpenFail(S.sender,I,""))},G=()=>(w=this._chanMgr.add(),w===-1&&(I=Kn.RESOURCE_SHORTAGE,i&&i("Automatic rejection of incoming channel open: no channels available")),w!==-1),Y=S.data;switch(S.type){case"session":if(Gt(this,"session")&&G()){R=()=>{if(D)return;D=!0;let re=new vr(this,S,w);return this._chanMgr.update(w,re),k.channelOpenConfirm(S.sender,w,jr,Xr),re},this.emit("session",R,ne);return}break;case"direct-tcpip":if(Gt(this,"tcpip")&&G()){R=()=>{if(D)return;D=!0;let re={type:void 0,incoming:{id:w,window:jr,packetSize:Xr,state:"open"},outgoing:{id:S.sender,window:S.window,packetSize:S.packetSize,state:"open"}},ce=new Gn(this,re,{server:!0});return this._chanMgr.update(w,ce),k.channelOpenConfirm(S.sender,w,jr,Xr),ce},this.emit("tcpip",R,ne,Y);return}break;case"direct-streamlocal@openssh.com":if(Gt(this,"openssh.streamlocal")&&G()){R=()=>{if(D)return;D=!0;let re={type:void 0,incoming:{id:w,window:jr,packetSize:Xr,state:"open"},outgoing:{id:S.sender,window:S.window,packetSize:S.packetSize,state:"open"}},ce=new Gn(this,re,{server:!0});return this._chanMgr.update(w,ce),k.channelOpenConfirm(S.sender,w,jr,Xr),ce},this.emit("openssh.streamlocal",R,ne,Y);return}break;default:I=Kn.UNKNOWN_CHANNEL_TYPE,i&&i(`Automatic rejection of unsupported incoming channel open type: ${S.type}`)}I===void 0&&(I=Kn.ADMINISTRATIVELY_PROHIBITED,i&&i(`Automatic rejection of unexpected incoming channel open for: ${S.type}`)),ne()},CHANNEL_OPEN_CONFIRMATION:(O,S)=>{let w=this._chanMgr.get(S.recipient);if(typeof w!="function")return;let I={type:w.type,incoming:{id:S.recipient,window:jr,packetSize:Xr,state:"open"},outgoing:{id:S.sender,window:S.window,packetSize:S.packetSize,state:"open"}},D=new Gn(this,I,{server:!0});this._chanMgr.update(S.recipient,D),w(void 0,D)},CHANNEL_OPEN_FAILURE:(O,S,w,I)=>{let D=this._chanMgr.get(S);if(typeof D!="function")return;EA(this,S,{reason:w,description:I},D)},CHANNEL_DATA:(O,S,w)=>{let I=this._chanMgr.get(S);if(!(typeof I!="object"||I===null)&&!(I.constructor===vr&&(I=I._channel,!I))&&I.incoming.window!==0){if(I.incoming.window-=w.length,I.push(w)===!1){I._waitChanDrain=!0;return}I.incoming.window<=mA&&gA(I)}},CHANNEL_EXTENDED_DATA:(O,S,w,I)=>{},CHANNEL_WINDOW_ADJUST:(O,S,w)=>{let I=this._chanMgr.get(S);typeof I!="object"||I===null||I.constructor===vr&&(I=I._channel,!I)||(I.outgoing.window+=w,I._waitWindow&&(I._waitWindow=!1,I._chunk?I._write(I._chunk,null,I._chunkcb):I._chunkcb?I._chunkcb():I._chunkErr?I.stderr._write(I._chunkErr,null,I._chunkcbErr):I._chunkcbErr&&I._chunkcbErr()))},CHANNEL_SUCCESS:(O,S)=>{let w=this._chanMgr.get(S);typeof w!="object"||w===null||w.constructor===vr&&(w=w._channel,!w)||w._callbacks.length&&w._callbacks.shift()(!1)},CHANNEL_FAILURE:(O,S)=>{let w=this._chanMgr.get(S);typeof w!="object"||w===null||w.constructor===vr&&(w=w._channel,!w)||w._callbacks.length&&w._callbacks.shift()(!0)},CHANNEL_REQUEST:(O,S,w,I,D)=>{let R=this._chanMgr.get(S);if(typeof R!="object"||R===null)return;let ne=!1,G,Y;if(R.constructor!==vr){I&&k.channelFailure(R.outgoing.id);return}if(I&&(w!=="shell"&&w!=="exec"&&w!=="subsystem"&&(G=()=>{ne||R._ending||R._channel||(ne=!0,k.channelSuccess(R._chanInfo.outgoing.id))}),Y=()=>{ne||R._ending||R._channel||(ne=!0,k.channelFailure(R._chanInfo.outgoing.id))}),R._ending){Y&&Y();return}switch(w){case"env":if(Gt(R,"env")){R.emit("env",G,Y,{key:D.name,val:D.value});return}break;case"pty-req":if(Gt(R,"pty")){R.emit("pty",G,Y,D);return}break;case"window-change":Gt(R,"window-change")?R.emit("window-change",G,Y,D):Y&&Y();break;case"x11-req":if(Gt(R,"x11")){R.emit("x11",G,Y,D);return}break;case"signal":if(Gt(R,"signal")){R.emit("signal",G,Y,{name:D});return}break;case"auth-agent-req@openssh.com":if(Gt(R,"auth-agent")){R.emit("auth-agent",G,Y);return}break;case"shell":if(Gt(R,"shell")){G=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&k.channelSuccess(R._chanInfo.outgoing.id);let re=new Gn(this,R._chanInfo,{server:!0});return re.subtype=R.subtype=w,R._channel=re,re},R.emit("shell",G,Y);return}break;case"exec":if(Gt(R,"exec")){G=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&k.channelSuccess(R._chanInfo.outgoing.id);let re=new Gn(this,R._chanInfo,{server:!0});return re.subtype=R.subtype=w,R._channel=re,re},R.emit("exec",G,Y,{command:D});return}break;case"subsystem":{let re=D==="sftp";if(G=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&k.channelSuccess(R._chanInfo.outgoing.id);let ce;return re?ce=new hA(this,R._chanInfo,{server:!0,debug:i}):(ce=new Gn(this,R._chanInfo,{server:!0}),ce.subtype=R.subtype=`${w}:${D}`),R._channel=ce,ce},D==="sftp"){if(Gt(R,"sftp")){R.emit("sftp",G,Y);return}re=!1}if(Gt(R,"subsystem")){R.emit("subsystem",G,Y,{name:D});return}break}}i&&i(`Automatic rejection of incoming channel request: ${w}`),Y&&Y()},CHANNEL_EOF:(O,S)=>{let w=this._chanMgr.get(S);typeof w!="object"||w===null||w.constructor===vr&&(w._ending||(w._ending=!0,w.emit("eof"),w.emit("end")),w=w._channel,!w)||w.incoming.state==="open"&&(w.incoming.state="eof",w.readable&&w.push(null))},CHANNEL_CLOSE:(O,S)=>{let w=this._chanMgr.get(S);typeof w!="object"||w===null||w.constructor===vr&&(w._ending=!0,w.emit("close"),w=w._channel,!w)||_A(this,S,w)},SERVICE_REQUEST:(O,S)=>{if(c===0||f||this.authenticated||S!=="ssh-userauth"){k.disconnect(Vn.SERVICE_NOT_AVAILABLE),t.end();return}f=!0,k.serviceAccept(S)},USERAUTH_REQUEST:(O,S,w,I,D)=>{if(c===0||this.authenticated||u&&(u.username!==S||u.service!==w)||I!=="password"&&I!=="publickey"&&I!=="hostbased"&&I!=="keyboard-interactive"&&I!=="none"||l.length===yA){k.disconnect(Vn.PROTOCOL_ERROR),t.end();return}else if(w!=="ssh-connection"){k.disconnect(Vn.SERVICE_NOT_AVAILABLE),t.end();return}let R;switch(I){case"keyboard-interactive":R=new js(k,S,w,I,D,K);break;case"publickey":R=new ac(k,S,w,I,D,K);break;case"hostbased":R=new cc(k,S,w,I,D,K);break;case"password":if(u&&u instanceof Xs&&u._changeCb){let ne=u._changeCb;u._changeCb=void 0,ne(D.newPassword);return}R=new Xs(k,S,w,I,D,K);break;case"none":R=new Jr(k,S,w,I,K);break}if(u)if(u._initialResponse)u._multistep&&!u._finalResponse&&(u._cleanup&&u._cleanup(),u.emit("abort"));else return l.push(R);u=R,Gt(this,"authentication")?this.emit("authentication",u):u.reject()},USERAUTH_INFO_RESPONSE:(O,S)=>{u&&u instanceof js&&u._onInfoResponse(S)},GLOBAL_REQUEST:(O,S,w,I)=>{let D={type:null,buf:null};function R(ne,G){D.type=ne,D.buf=G,ee()}if(w&&y.push(D),(S==="tcpip-forward"||S==="cancel-tcpip-forward"||S==="no-more-sessions@openssh.com"||S==="streamlocal-forward@openssh.com"||S==="cancel-streamlocal-forward@openssh.com")&&Gt(this,"request")&&this.authenticated){let ne,G;if(w){let Y=!1;ne=re=>{if(Y)return;Y=!0;let ce;S==="tcpip-forward"&&I.bindPort===0&&typeof re=="number"&&(ce=Buffer.allocUnsafe(4),pA(ce,re,0)),R("SUCCESS",ce)},G=()=>{Y||(Y=!0,R("FAILURE"))}}if(S==="no-more-sessions@openssh.com"){this.noMoreSessions=!0,ne&&ne();return}this.emit("request",ne,G,S,I)}else w&&R("FAILURE")}}});t.pause(),lA.then(()=>{k.start(),t.on("data",O=>{try{k.parse(O,0,O.length)}catch(S){this.emit("error",S);try{zs(t)&&t.end()}catch{}}}),t.resume()}).catch(O=>{this.emit("error",O);try{zs(t)&&t.end()}catch{}}),t.on("error",O=>{O.level="socket",this.emit("error",O)}).once("end",()=>{i&&i("Socket ended"),k.cleanup(),this.emit("end")}).once("close",()=>{i&&i("Socket closed"),k.cleanup(),this.emit("close");let O=new Error("No response from server");this._chanMgr.cleanup(O)});let K=(O,S,w,I)=>{u===O&&!this.authenticated&&(S?(u=void 0,this.authenticated=!0,k.authSuccess(),l=[],this.emit("ready")):(k.authFailure(w,I),l.length&&(u=l.pop(),Gt(this,"authentication")?this.emit("authentication",u):u.reject())))};function ee(){for(;y.length>0&&y[0].type;){let O=y.shift();O.type==="SUCCESS"&&k.requestSuccess(O.buf),O.type==="FAILURE"&&k.requestFailure()}}}end(){return this._sock&&zs(this._sock)&&(this._protocol.disconnect(Vn.BY_APPLICATION),this._sock.end()),this}x11(t,e,n){return oc(this,"x11",{originAddr:t,originPort:e},n),this}forwardOut(t,e,n,s,i){return oc(this,"forwarded-tcpip",{boundAddr:t,boundPort:e,remoteAddr:n,remotePort:s},i),this}openssh_forwardOutStreamLocal(t,e){return oc(this,"forwarded-streamlocal@openssh.com",{socketPath:t},e),this}rekey(t){let e;try{this._protocol.rekey()}catch(n){e=n}typeof t=="function"&&(e?process.nextTick(t,e):this.once("rekey",t))}setNoDelay(t){return this._sock&&typeof this._sock.setNoDelay=="function"&&this._sock.setNoDelay(t),this}};function oc(r,t,e,n){let s=jr,i=Xr;typeof e=="function"&&(n=e,e={});let o=(c,f)=>{n(c,f)};o.type=t;let a=r._chanMgr.add(o);if(a===-1){n(new Error("No free channels available"));return}switch(t){case"forwarded-tcpip":r._protocol.forwardedTcpip(a,s,i,e);break;case"x11":r._protocol.x11(a,s,i,e);break;case"forwarded-streamlocal@openssh.com":r._protocol.openssh_forwardedStreamLocal(a,s,i,e);break;default:throw new Error(`Unsupported channel type: ${t}`)}}function bA(r,t){return r-t}fc.exports=or;fc.exports.IncomingClient=Js});var lh=ct((KS,fh)=>{"use strict";var{createCipheriv:SA,generateKeyPair:xA,generateKeyPairSync:wA,getCurves:IA,randomBytes:oh}=require("crypto"),{Ber:Et}=di(),CA=ko().pbkdf,{CIPHER_INFO:vA}=qr(),kA=16,BA=16,RA=IA(),NA=new Map(Object.entries(vA));function ah(r,t){if(typeof r!="string")throw new TypeError("Key type must be a string");let e={type:"spki",format:"der"},n={type:"pkcs8",format:"der"};switch(r.toLowerCase()){case"rsa":{if(typeof t!="object"||t===null)throw new TypeError("Missing options object for RSA key");let s=t.bits;if(!Number.isInteger(s))throw new TypeError("RSA bits must be an integer");if(s<=0||s>16384)throw new RangeError("RSA bits must be non-zero and <= 16384");return["rsa",{modulusLength:s,publicKeyEncoding:e,privateKeyEncoding:n}]}case"ecdsa":{if(typeof t!="object"||t===null)throw new TypeError("Missing options object for ECDSA key");if(!Number.isInteger(t.bits))throw new TypeError("ECDSA bits must be an integer");let s;switch(t.bits){case 256:s="prime256v1";break;case 384:s="secp384r1";break;case 521:s="secp521r1";break;default:throw new Error("ECDSA bits must be 256, 384, or 521")}if(!RA.includes(s))throw new Error("Unsupported ECDSA bits value");return["ec",{namedCurve:s,publicKeyEncoding:e,privateKeyEncoding:n}]}case"ed25519":return["ed25519",{publicKeyEncoding:e,privateKeyEncoding:n}];default:throw new Error(`Unsupported key type: ${r}`)}}function PA(r,t,e){switch(r){case"rsa":{let n=new Et.Reader(e);if(n.readSequence(),n.readInt()!==0)throw new Error("Unsupported version in RSA private key");if(n.readSequence(),n.readOID()!=="1.2.840.113549.1.1.1")throw new Error("Bad RSA private OID");if(n.readByte()!==Et.Null)throw new Error("Malformed RSA private key (expected null)");if(n.readByte()!==0)throw new Error("Malformed RSA private key (expected zero-length null)");if(n=new Et.Reader(n.readString(Et.OctetString,!0)),n.readSequence(),n.readInt()!==0)throw new Error("Unsupported version in RSA private key");let s=n.readString(Et.Integer,!0),i=n.readString(Et.Integer,!0),o=n.readString(Et.Integer,!0),a=n.readString(Et.Integer,!0),c=n.readString(Et.Integer,!0);n.readString(Et.Integer,!0),n.readString(Et.Integer,!0);let f=n.readString(Et.Integer,!0),l=Buffer.from("ssh-rsa"),u=Buffer.allocUnsafe(4+l.length+4+s.length+4+i.length+4+o.length+4+f.length+4+a.length+4+c.length),h=0;u.writeUInt32BE(l.length,h+=0),u.set(l,h+=4),u.writeUInt32BE(s.length,h+=l.length),u.set(s,h+=4),u.writeUInt32BE(i.length,h+=s.length),u.set(i,h+=4),u.writeUInt32BE(o.length,h+=i.length),u.set(o,h+=4),u.writeUInt32BE(f.length,h+=o.length),u.set(f,h+=4),u.writeUInt32BE(a.length,h+=f.length),u.set(a,h+=4),u.writeUInt32BE(c.length,h+=a.length),u.set(c,h+=4);let g=Buffer.allocUnsafe(4+l.length+4+i.length+4+s.length);return h=0,g.writeUInt32BE(l.length,h+=0),g.set(l,h+=4),g.writeUInt32BE(i.length,h+=l.length),g.set(i,h+=4),g.writeUInt32BE(s.length,h+=i.length),g.set(s,h+=4),{sshName:l.toString(),priv:u,pub:g}}case"ec":{let n=new Et.Reader(t);if(n.readSequence(),n.readSequence(),n.readOID()!=="1.2.840.10045.2.1")throw new Error("Bad ECDSA public OID");n.readOID();let s=n.readString(Et.BitString,!0);{let h=0;for(;h<s.length&&s[h]===0;++h);h>0&&(s=s.slice(h))}if(n=new Et.Reader(e),n.readSequence(),n.readInt()!==0)throw new Error("Unsupported version in ECDSA private key");if(n.readSequence(),n.readOID()!=="1.2.840.10045.2.1")throw new Error("Bad ECDSA private OID");let i=n.readOID(),o;switch(i){case"1.2.840.10045.3.1.7":o="nistp256";break;case"1.3.132.0.34":o="nistp384";break;case"1.3.132.0.35":o="nistp521";break;default:throw new Error("Unsupported curve in ECDSA private key")}if(n=new Et.Reader(n.readString(Et.OctetString,!0)),n.readSequence(),n.readInt()!==1)throw new Error("Unsupported version in ECDSA private key");let a=Buffer.concat([Buffer.from([0]),n.readString(Et.OctetString,!0)]),c=Buffer.from(`ecdsa-sha2-${o}`);o=Buffer.from(o);let f=Buffer.allocUnsafe(4+c.length+4+o.length+4+s.length+4+a.length),l=0;f.writeUInt32BE(c.length,l+=0),f.set(c,l+=4),f.writeUInt32BE(o.length,l+=c.length),f.set(o,l+=4),f.writeUInt32BE(s.length,l+=o.length),f.set(s,l+=4),f.writeUInt32BE(a.length,l+=s.length),f.set(a,l+=4);let u=Buffer.allocUnsafe(4+c.length+4+o.length+4+s.length);return l=0,u.writeUInt32BE(c.length,l+=0),u.set(c,l+=4),u.writeUInt32BE(o.length,l+=c.length),u.set(o,l+=4),u.writeUInt32BE(s.length,l+=o.length),u.set(s,l+=4),{sshName:c.toString(),priv:f,pub:u}}case"ed25519":{let n=new Et.Reader(t);if(n.readSequence(),n.readSequence(),n.readOID()!=="1.3.101.112")throw new Error("Bad ED25519 public OID");let s=n.readString(Et.BitString,!0);{let l=0;for(;l<s.length&&s[l]===0;++l);l>0&&(s=s.slice(l))}if(n=new Et.Reader(e),n.readSequence(),n.readInt()!==0)throw new Error("Unsupported version in ED25519 private key");if(n.readSequence(),n.readOID()!=="1.3.101.112")throw new Error("Bad ED25519 private OID");n=new Et.Reader(n.readString(Et.OctetString,!0));let i=n.readString(Et.OctetString,!0),o=Buffer.from("ssh-ed25519"),a=Buffer.allocUnsafe(4+o.length+4+s.length+4+(i.length+s.length)),c=0;a.writeUInt32BE(o.length,c+=0),a.set(o,c+=4),a.writeUInt32BE(s.length,c+=o.length),a.set(s,c+=4),a.writeUInt32BE(i.length+s.length,c+=s.length),a.set(i,c+=4),a.set(s,c+=i.length);let f=Buffer.allocUnsafe(4+o.length+4+s.length);return c=0,f.writeUInt32BE(o.length,c+=0),f.set(o,c+=4),f.writeUInt32BE(s.length,c+=o.length),f.set(s,c+=4),{sshName:o.toString(),priv:a,pub:f}}}}function ch(r,t,e,n){let s="new",i,o="";if(typeof n=="object"&&n!==null&&(typeof n.comment=="string"&&n.comment&&(o=n.comment),typeof n.format=="string"&&n.format&&(s=n.format),n.passphrase)){let a;if(typeof n.passphrase=="string")a=Buffer.from(n.passphrase);else if(Buffer.isBuffer(n.passphrase))a=n.passphrase;else throw new Error("Invalid passphrase");if(n.cipher===void 0)throw new Error("Missing cipher name");let c=NA.get(n.cipher);if(c===void 0)throw new Error("Invalid cipher name");if(s==="new"){let f=BA;if(n.rounds!==void 0){if(!Number.isInteger(n.rounds))throw new TypeError("rounds must be an integer");n.rounds>0&&(f=n.rounds)}let l=Buffer.allocUnsafe(c.keyLen+c.ivLen),u=oh(kA);if(CA(a,a.length,u,u.length,l,l.length,f)!==0)return new Error("Failed to generate information to encrypt key");let g=Buffer.allocUnsafe(4+u.length+4);{let y=0;g.writeUInt32BE(u.length,y+=0),g.set(u,y+=4),g.writeUInt32BE(f,y+=u.length)}i={cipher:c,cipherName:n.cipher,kdfName:"bcrypt",kdfOptions:g,key:l.slice(0,c.keyLen),iv:l.slice(c.keyLen)}}}switch(s){case"new":{let a=`-----BEGIN OPENSSH PRIVATE KEY-----
15
- `,c,f=Buffer.from(i?i.cipherName:"none"),l=Buffer.from(i?i.kdfName:"none"),u=i?i.kdfOptions:Buffer.alloc(0),h=i?i.cipher.blockLen:8,g=PA(r,t,e),y=oh(4),_=Buffer.from(o),b=8+g.priv.length+4+_.length,C=[];for(let ee=1;(b+C.length)%h;++ee)C.push(ee&255);C=Buffer.from(C);let L=Buffer.allocUnsafe(b+C.length),F;{let ee=0;L.set(y,ee+=0),L.set(y,ee+=4),L.set(g.priv,ee+=4),L.writeUInt32BE(_.length,ee+=g.priv.length),L.set(_,ee+=4),L.set(C,ee+=_.length)}if(i){let ee={authTagLength:i.cipher.authLen},O=SA(i.cipher.sslName,i.key,i.iv,ee);O.setAutoPadding(!1),L=Buffer.concat([O.update(L),O.final()]),i.cipher.authLen>0?F=O.getAuthTag():F=Buffer.alloc(0),i.key.fill(0),i.iv.fill(0)}else F=Buffer.alloc(0);let k=Buffer.from("openssh-key-v1\0"),K=Buffer.allocUnsafe(k.length+4+f.length+4+l.length+4+u.length+4+4+g.pub.length+4+L.length+F.length);{let ee=0;K.set(k,ee+=0),K.writeUInt32BE(f.length,ee+=k.length),K.set(f,ee+=4),K.writeUInt32BE(l.length,ee+=f.length),K.set(l,ee+=4),K.writeUInt32BE(u.length,ee+=l.length),K.set(u,ee+=4),K.writeUInt32BE(1,ee+=u.length),K.writeUInt32BE(g.pub.length,ee+=4),K.set(g.pub,ee+=4),K.writeUInt32BE(L.length,ee+=g.pub.length),K.set(L,ee+=4),K.set(F,ee+=L.length)}{let ee=K.base64Slice(0,K.length),O=ee.replace(/.{64}/g,`$&
16
- `);ee.length&63&&(O+=`
17
- `),a+=O}{let ee=g.pub.base64Slice(0,g.pub.length);c=`${g.sshName} ${ee}${o?` ${o}`:""}`}return a+=`-----END OPENSSH PRIVATE KEY-----
18
- `,{private:a,public:c}}default:throw new Error("Invalid output key format")}}function TA(){}fh.exports={generateKeyPair:(r,t,e)=>{typeof t=="function"&&(e=t,t=void 0),typeof e!="function"&&(e=TA);let n=ah(r,t);xA(...n,(s,i,o)=>{if(s)return e(s);let a;try{a=ch(n[0],i,o,t)}catch(c){return e(c)}e(null,a)})},generateKeyPairSync:(r,t)=>{let e=ah(r,t),{publicKey:n,privateKey:s}=wA(...e);return ch(e[0],n,s,t)}}});var lc=ct((VS,uh)=>{"use strict";var{AgentProtocol:LA,BaseAgent:DA,createAgent:UA,CygwinAgent:OA,OpenSSHAgent:MA,PageantAgent:$A}=ma(),{SSHTTPAgent:FA,SSHTTPSAgent:HA}=nh(),{parseKey:QA}=Gr(),{flagsToString:WA,OPEN_MODE:qA,STATUS_CODE:KA,stringToFlags:VA}=Ni();uh.exports={AgentProtocol:LA,BaseAgent:DA,createAgent:UA,Client:nc(),CygwinAgent:OA,HTTPAgent:FA,HTTPSAgent:HA,OpenSSHAgent:MA,PageantAgent:$A,Server:sh(),utils:{parseKey:QA,...lh(),sftp:{flagsToString:WA,OPEN_MODE:qA,STATUS_CODE:KA,stringToFlags:VA}}}});function kc(r){return r==="1"||r==="true"}function Bc(){return typeof performance<"u"&&typeof performance.now=="function"?performance.now():Date.now()}function rp(){return kc(process.env.DEV_MODE)||kc(process.env.RENDER_PERF)}function cr(r){let t=rp();if(!t)return{enabled:t,mark:()=>{},done:()=>{}};let e=Bc(),n=i=>{let o=Bc()-e;console.log(`[perf][${r}] ${i}: ${o.toFixed(1)}ms`)};return{enabled:t,mark:n,done:(i="done")=>{n(i)}}}var dE=cr("HoneyPot");var Rc={name:"adduser",description:"Add a new user",category:"users",params:["<username> <password>"],run:async({authUser:r,shell:t,args:e})=>{if(r!=="root")return{stderr:"adduser: permission denied",exitCode:1};let[n,s]=e;return!n||!s?{stderr:"adduser: usage: adduser <username> <password>",exitCode:1}:(await t.users.addUser(n,s),{stdout:`adduser: user '${n}' created`,exitCode:0})}};function Nc(r){return Array.isArray(r)?r:[r]}function Gi(r,t){if(r===t)return{matched:!0,inlineValue:null};let e=`${t}=`;return r.startsWith(e)?{matched:!0,inlineValue:r.slice(e.length)}:{matched:!1,inlineValue:null}}function np(r,t={}){let e=new Set(t.flags??[]),n=new Set(t.flagsWithValue??[]),s=[],i=!1;for(let o=0;o<r.length;o+=1){let a=r[o];if(i){s.push(a);continue}if(a==="--"){i=!0;continue}let c=!1;for(let f of e){let{matched:l}=Gi(a,f);if(l){c=!0;break}}if(!c){for(let f of n){let l=Gi(a,f);if(l.matched){c=!0,l.inlineValue===null&&o+1<r.length&&(o+=1);break}}c||s.push(a)}}return s}function te(r,t){let e=Nc(t);for(let n of r)for(let s of e)if(Gi(n,s).matched)return!0;return!1}function Yt(r,t){let e=Nc(t);for(let n=0;n<r.length;n+=1){let s=r[n];for(let i of e){let o=Gi(s,i);if(!o.matched)continue;if(o.inlineValue!==null)return o.inlineValue;let a=r[n+1];return a!==void 0&&a!=="--"?a:!0}}}function fr(r,t,e={}){return np(r,e)[t]}function zt(r,t={}){let e=new Set,n=new Map,s=[],i=new Set(t.flags??[]),o=new Set(t.flagsWithValue??[]),a=!1;for(let c=0;c<r.length;c+=1){let f=r[c];if(a){s.push(f);continue}if(f==="--"){a=!0;continue}if(i.has(f)){e.add(f);continue}if(o.has(f)){let u=r[c+1];u&&!u.startsWith("-")?(n.set(f,u),c+=1):n.set(f,"");continue}let l=Array.from(o).find(u=>f.startsWith(`${u}=`));if(l){n.set(l,f.slice(l.length+1));continue}s.push(f)}return{flags:e,flagsWithValues:n,positionals:s}}var Pc={name:"alias",description:"Define or display aliases",category:"shell",params:["[name[=value] ...]"],run:({args:r,env:t})=>{if(!t)return{exitCode:0};if(r.length===0)return{stdout:Object.entries(t.vars).filter(([s])=>s.startsWith("__alias_")).map(([s,i])=>`alias ${s.slice(8)}='${i}'`).join(`
19
- `)||"",exitCode:0};let e=[];for(let n of r){let s=n.indexOf("=");if(s===-1){let i=t.vars[`__alias_${n}`];if(i)e.push(`alias ${n}='${i}'`);else return{stderr:`alias: ${n}: not found`,exitCode:1}}else{let i=n.slice(0,s),o=n.slice(s+1).replace(/^['"]|['"]$/g,"");t.vars[`__alias_${i}`]=o}}return{stdout:e.join(`
20
- `)||void 0,exitCode:0}}},Tc={name:"unalias",description:"Remove alias definitions",category:"shell",params:["<name...> | -a"],run:({args:r,env:t})=>{if(!t)return{exitCode:0};if(te(r,["-a"])){for(let e of Object.keys(t.vars))e.startsWith("__alias_")&&delete t.vars[e];return{exitCode:0}}for(let e of r)delete t.vars[`__alias_${e}`];return{exitCode:0}}};var yr=Kt(require("node:path"),1),ip=["/virtual-env-js/.auth"];function le(r,t){return!t||t.trim()===""?r:t.startsWith("/")?yr.posix.normalize(t):yr.posix.normalize(yr.posix.join(r,t))}function sp(r){let t=r.startsWith("/")?yr.posix.normalize(r):yr.posix.normalize(`/${r}`);return ip.some(e=>t===e||t.startsWith(`${e}/`))}function $e(r,t,e){if(r!=="root"&&sp(t))throw new Error(`${e}: permission denied: ${t}`)}function Lc(r){let e=(r.split("?")[0]?.split("#")[0]??r).split("/").filter(Boolean).pop();return e&&e.length>0?e:"index.html"}function op(r,t){let e=Array.from({length:r.length+1},()=>Array(t.length+1).fill(0));for(let n=0;n<=r.length;n+=1)e[n][0]=n;for(let n=0;n<=t.length;n+=1)e[0][n]=n;for(let n=1;n<=r.length;n+=1)for(let s=1;s<=t.length;s+=1){let i=r[n-1]===t[s-1]?0:1;e[n][s]=Math.min(e[n-1][s]+1,e[n][s-1]+1,e[n-1][s-1]+i)}return e[r.length][t.length]}function Dc(r,t,e){let n=le(t,e);if(r.exists(n))return n;let s=yr.posix.dirname(n),i=yr.posix.basename(n),o=r.list(s),a=o.filter(f=>f.toLowerCase()===i.toLowerCase());if(a.length===1)return yr.posix.join(s,a[0]);let c=o.filter(f=>op(f.toLowerCase(),i.toLowerCase())<=1);return c.length===1?yr.posix.join(s,c[0]):n}function Uc(r,t,e){return t.map(n=>{let s=le(r,n);return e(s).type==="directory"?`${n}/`:n}).join(" ")}function xn(r){return r.packageManager}var Oc={name:"apt",aliases:["apt-get"],description:"Package manager",category:"package",params:["<install|remove|update|upgrade|search|show|list> [pkg...]"],run:({args:r,shell:t,authUser:e})=>{let n=xn(t);if(!n)return{stderr:"apt: package manager not initialised",exitCode:1};let s=r[0]?.toLowerCase(),i=r.slice(1),o=te(i,["-q","--quiet","-qq"]),a=te(i,["--purge"]),c=i.filter(l=>!l.startsWith("-"));if(["install","remove","purge","upgrade","update"].includes(s??"")&&e!=="root")return{stderr:`E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
21
- E: Unable to acquire the dpkg frontend lock, are you root?`,exitCode:100};switch(s){case"install":{if(c.length===0)return{stderr:"apt: no packages specified",exitCode:1};let{output:l,exitCode:u}=n.install(c,{quiet:o});return{stdout:l||void 0,exitCode:u}}case"remove":case"purge":{if(c.length===0)return{stderr:"apt: no packages specified",exitCode:1};let{output:l,exitCode:u}=n.remove(c,{purge:s==="purge"||a,quiet:o});return{stdout:l||void 0,exitCode:u}}case"update":return{stdout:["Hit:1 fortune://packages.fortune.local aurora InRelease","Hit:2 fortune://security.fortune.local aurora-security InRelease","Reading package lists... Done","Building dependency tree... Done","Reading state information... Done","All packages are up to date."].join(`
14
+ ${e}`}};var c0=2**32,_d=(()=>{try{return new Function("return 2n ** 32n")()}catch{}})();Ti.ERR_OUT_OF_RANGE=class xd extends RangeError{constructor(t,e,r,s){super(),Error.captureStackTrace(this,xd),qs(e,'Missing "range" argument');let i=s?t:`The value of "${t}" is out of range.`,o;Number.isInteger(r)&&Math.abs(r)>c0?o=Ed(String(r)):typeof r=="bigint"?(o=String(r),(r>_d||r<-_d)&&(o=Ed(o)),o+="n"):o=a0(r),i+=` It must be ${e}. Received ${o}`,this.message=i}};var Ks=class n extends TypeError{constructor(t,e,r){super(),Error.captureStackTrace(this,n),qs(typeof t=="string","'name' must be a string");let s;typeof e=="string"&&e.startsWith("not ")?(s="must not be",e=e.replace(/^not /,"")):s="must be";let i;if(t.endsWith(" argument"))i=`The ${t} ${s} ${yd(e,"type")}`;else{let o=t.includes(".")?"property":"argument";i=`The "${t}" ${o} ${s} ${yd(e,"type")}`}i+=`. Received type ${typeof r}`,this.message=i}};Ti.ERR_INVALID_ARG_TYPE=Ks;Ti.validateNumber=function(t,e){if(typeof t!="number")throw new Ks(e,"number",t)}});var Li=ct((nS,Ud)=>{"use strict";var f0=require("events"),Jn=require("fs"),{constants:en}=Jn,{Readable:Bd,Writable:qa}=require("stream"),{inherits:Rd,types:{isDate:Ma}}=require("util"),l0=Buffer[Symbol.species],{bufferCopy:Xn,bufferSlice:qr,makeBufferParser:u0,writeUInt32BE:K}=gn(),Hn={SIZE:1,UIDGID:2,PERMISSIONS:4,ACMODTIME:8,EXTENDED:2147483648},Ne=Buffer.alloc(28),tt={OK:0,EOF:1,NO_SUCH_FILE:2,PERMISSION_DENIED:3,FAILURE:4,BAD_MESSAGE:5,NO_CONNECTION:6,CONNECTION_LOST:7,OP_UNSUPPORTED:8},d0=new Map(Object.values(tt).map(n=>[n,1])),h0={[tt.OK]:"No error",[tt.EOF]:"End of file",[tt.NO_SUCH_FILE]:"No such file or directory",[tt.PERMISSION_DENIED]:"Permission denied",[tt.FAILURE]:"Failure",[tt.BAD_MESSAGE]:"Bad message",[tt.NO_CONNECTION]:"No connection",[tt.CONNECTION_LOST]:"Connection lost",[tt.OP_UNSUPPORTED]:"Operation unsupported"},ke={INIT:1,OPEN:3,CLOSE:4,READ:5,WRITE:6,LSTAT:7,FSTAT:8,SETSTAT:9,FSETSTAT:10,OPENDIR:11,READDIR:12,REMOVE:13,MKDIR:14,RMDIR:15,REALPATH:16,STAT:17,RENAME:18,READLINK:19,SYMLINK:20,EXTENDED:200},tn={VERSION:2,STATUS:101,HANDLE:102,DATA:103,NAME:104,ATTRS:105,EXTENDED:201},Ie={READ:1,WRITE:2,APPEND:4,CREAT:8,TRUNC:16,EXCL:32},wd=2*1024,ut=2**32-1,p0=Buffer.from([0,0,0,5,ke.INIT,0,0,0,3]),g0=Buffer.from([0,0,0,5,tn.VERSION,0,0,0,3]),m0=/^SSH-2.0-(?:OpenSSH|dropbear)/,Ua=256*1024,M=u0(),A0={readable:!1,writable:!1,push:n=>{},once:()=>{},on:()=>{},emit:()=>{},end:()=>{}};function Nd(){}var Oa=class extends f0{constructor(t,e,r){super(),(typeof r!="object"||!r)&&(r={});let s=t._protocol._remoteIdentRaw;this.server=!!r.server,this._debug=typeof r.debug=="function"?r.debug:void 0,this._isOpenSSH=s&&m0.test(s),this._version=-1,this._extensions={},this._biOpt=r.biOpt,this._pktLenBytes=0,this._pktLen=0,this._pktPos=0,this._pktType=0,this._pktData=void 0,this._writeReqid=-1,this._requests={},this._maxInPktLen=Ua,this._maxOutPktLen=34e3,this._maxReadLen=(this._isOpenSSH?Ua:34e3)-wd,this._maxWriteLen=(this._isOpenSSH?Ua:34e3)-wd,this.maxOpenHandles=void 0,this._client=t,this._protocol=t._protocol,this._callbacks=[],this._hasX11=!1,this._exit={code:void 0,signal:void 0,dump:void 0,desc:void 0},this._waitWindow=!1,this._chunkcb=void 0,this._buffer=[],this.type=e.type,this.subtype=void 0,this.incoming=e.incoming,this.outgoing=e.outgoing,this.stderr=A0,this.readable=!0}push(t){if(t===null){if(Dd(this),!this.readable)return;this.readable=!1,this.emit("end");return}let e=0;for(;e<t.length;){if(this._pktLenBytes<4){let o=Math.min(4-this._pktLenBytes,t.length-e);for(this._pktLenBytes+=o;o--;)this._pktLen=(this._pktLen<<8)+t[e++];if(this._pktLenBytes<4)return;if(this._pktLen===0)return st(this,"Invalid packet length");if(this._pktLen>this._maxInPktLen){let a=this._maxInPktLen;return st(this,`Packet length ${this._pktLen} exceeds max length of ${a}`)}if(e>=t.length)return}if(this._pktPos<this._pktLen){let o=Math.min(this._pktLen-this._pktPos,t.length-e);if(e!==0||o!==t.length?o===this._pktLen?this._pkt=new l0(t.buffer,t.byteOffset+e,o):(this._pkt||(this._pkt=Buffer.allocUnsafe(this._pktLen)),this._pkt.set(new Uint8Array(t.buffer,t.byteOffset+e,o),this._pktPos)):o===this._pktLen?this._pkt=t:(this._pkt||(this._pkt=Buffer.allocUnsafe(this._pktLen)),this._pkt.set(t,this._pktPos)),e+=o,this._pktPos+=o,this._pktPos<this._pktLen)return}let r=this._pkt[0],s=this._pkt;this._pktLen=0,this._pktLenBytes=0,this._pkt=void 0,this._pktPos=0;let i=this.server?x0[r]:b0[r];if(!i)return st(this,`Unknown packet type ${r}`);if(this._version===-1){if(this.server){if(r!==ke.INIT)return st(this,`Expected INIT packet, got ${r}`)}else if(r!==tn.VERSION)return st(this,`Expected VERSION packet, got ${r}`)}if(i(this,s)===!1)return}}end(){this.destroy()}destroy(){(this.outgoing.state==="open"||this.outgoing.state==="eof")&&(this.outgoing.state="closing",this._protocol.channelClose(this.outgoing.id))}_init(){this._init=Nd,this.server||Je(this,p0)}createReadStream(t,e){if(this.server)throw new Error("Client-only method called in server mode");return new Qn(this,t,e)}createWriteStream(t,e){if(this.server)throw new Error("Client-only method called in server mode");return new pn(this,t,e)}open(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");typeof r=="function"&&(s=r,r=void 0);let i=typeof e=="number"?e:Td(e);if(i===null)throw new Error(`Unknown flags string: ${e}`);let o=0,a=0;(typeof r=="string"||typeof r=="number")&&(r={mode:r}),typeof r=="object"&&r!==null&&(r=pr(r),o=r.flags,a=r.nb);let c=Buffer.byteLength(t),f=9,l=Buffer.allocUnsafe(13+c+4+4+a);K(l,l.length-4,0),l[4]=ke.OPEN;let u=this._writeReqid=this._writeReqid+1&ut;K(l,u,5),K(l,c,f),l.utf8Write(t,f+=4,c),K(l,i,f+=c),K(l,o,f+=4),a&&(f+=4,a===Ne.length?l.set(Ne,f):Xn(Ne,l,0,a,f),f+=a),this._requests[u]={cb:s};let h=Je(this,l);this._debug&&this._debug(`SFTP: Outbound: ${h?"Buffered":"Sending"} OPEN`)}close(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let r=t.length,s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.CLOSE;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.set(t,s+=4),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} CLOSE`)}read(t,e,r,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");if(!Buffer.isBuffer(e))throw new Error("buffer is not a Buffer");if(r>=e.length)throw new Error("offset is out of bounds");if(r+s>e.length)throw new Error("length extends beyond buffer");if(i===null)throw new Error("null position currently unsupported");Pd(this,t,e,r,s,i,o)}readData(t,e,r,s,i,o){this.read(t,e,r,s,i,o)}write(t,e,r,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");if(!Buffer.isBuffer(e))throw new Error("buffer is not a Buffer");if(r>e.length)throw new Error("offset is out of bounds");if(r+s>e.length)throw new Error("length extends beyond buffer");if(i===null)throw new Error("null position currently unsupported");if(!s){o&&process.nextTick(o,void 0,0);return}let a=this._maxWriteLen,c=Math.max(s-a,0),f=i;c&&(s=a);let l=t.length,u=9,h=Buffer.allocUnsafe(13+l+8+4+s);K(h,h.length-4,0),h[4]=ke.WRITE;let p=this._writeReqid=this._writeReqid+1&ut;K(h,p,5),K(h,l,u),h.set(t,u+=4),u+=l;for(let E=7;E>=0;--E)h[u+E]=i&255,i/=256;K(h,s,u+=8),Xn(e,h,r,r+s,u+=4),this._requests[p]={cb:E=>{E?typeof o=="function"&&o(E):c?this.write(t,e,r+s,c,f+s,o):typeof o=="function"&&o(void 0,r+s)}};let _=Je(this,h);if(this._debug){let E=_?"Sent":"Buffered";this._debug(`SFTP: Outbound: ${E} WRITE (id:${p})`)}}writeData(t,e,r,s,i,o){this.write(t,e,r,s,i,o)}fastGet(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");Id(this,Jn,t,e,r,s)}fastPut(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");Id(Jn,this,t,e,r,s)}readFile(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s;if(typeof r=="function"?s=r:typeof e=="function"&&(s=e,e=void 0),typeof e=="string")e={encoding:e,flag:"r"};else if(!e)e={encoding:null,flag:"r"};else if(typeof e!="object")throw new TypeError("Bad arguments");let i=e.encoding;if(i&&!Buffer.isEncoding(i))throw new Error(`Unknown encoding: ${i}`);let o,a,c,f=0,l,u=0,h=e.flag||"r",p=()=>{o===0?(a=Buffer.allocUnsafe(8192),this.read(l,a,0,8192,u,_)):this.read(l,a,f,o-f,u,_)},_=(b,v)=>{let U;if(b){if(U=b.code===tt.EOF,!U)return this.close(l,()=>s&&s(b))}else U=!1;if(U||o===0&&v===0)return E();u+=v,f+=v,o!==0?f===o?E():p():(c.push(qr(a,0,v)),p())};_._wantEOFError=!0;let E=()=>{this.close(l,b=>(o===0?a=Buffer.concat(c,f):f<o&&(a=qr(a,0,f)),i&&(a=a.toString(i)),s&&s(b,a)))};this.open(t,h,438,(b,v)=>{if(b)return s&&s(b);l=v;let U=(H,C)=>{if(H){this.stat(t,(F,V)=>{if(F)return this.close(l,()=>{s&&s(H)});U(null,V)});return}if(o=C.size||0,o===0)return c=[],p();a=Buffer.allocUnsafe(o),p()};this.fstat(l,U)})}writeFile(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");let i;if(typeof s=="function"?i=s:typeof r=="function"&&(i=r,r=void 0),typeof r=="string")r={encoding:r,mode:438,flag:"w"};else if(!r)r={encoding:"utf8",mode:438,flag:"w"};else if(typeof r!="object")throw new TypeError("Bad arguments");if(r.encoding&&!Buffer.isEncoding(r.encoding))throw new Error(`Unknown encoding: ${r.encoding}`);let o=r.flag||"w";this.open(t,o,r.mode,(a,c)=>{if(a)i&&i(a);else{let f=Buffer.isBuffer(e)?e:Buffer.from(""+e,r.encoding||"utf8"),l=/a/.test(o)?null:0;if(l===null){let u=(h,p)=>{if(h){this.stat(t,(_,E)=>{if(_)return this.close(c,()=>{i&&i(h)});u(null,E)});return}Fa(this,c,f,0,f.length,p.size,i)};this.fstat(c,u);return}Fa(this,c,f,0,f.length,l,i)}})}appendFile(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");let i;if(typeof s=="function"?i=s:typeof r=="function"&&(i=r,r=void 0),typeof r=="string")r={encoding:r,mode:438,flag:"a"};else if(!r)r={encoding:"utf8",mode:438,flag:"a"};else if(typeof r!="object")throw new TypeError("Bad arguments");r.flag||(r=Object.assign({flag:"a"},r)),this.writeFile(t,e,r,i)}exists(t,e){if(this.server)throw new Error("Client-only method called in server mode");this.stat(t,r=>{e&&e(!r)})}unlink(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.REMOVE;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} REMOVE`)}rename(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(t),i=Buffer.byteLength(e),o=9,a=Buffer.allocUnsafe(13+s+4+i);K(a,a.length-4,0),a[4]=ke.RENAME;let c=this._writeReqid=this._writeReqid+1&ut;K(a,c,5),K(a,s,o),a.utf8Write(t,o+=4,s),K(a,i,o+=s),a.utf8Write(e,o+=4,i),this._requests[c]={cb:r};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} RENAME`)}mkdir(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s=0,i=0;typeof e=="function"&&(r=e,e=void 0),typeof e=="object"&&e!==null&&(e=pr(e),s=e.flags,i=e.nb);let o=Buffer.byteLength(t),a=9,c=Buffer.allocUnsafe(13+o+4+i);K(c,c.length-4,0),c[4]=ke.MKDIR;let f=this._writeReqid=this._writeReqid+1&ut;K(c,f,5),K(c,o,a),c.utf8Write(t,a+=4,o),K(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Xn(Ne,c,0,i,a),a+=i),this._requests[f]={cb:r};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} MKDIR`)}rmdir(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.RMDIR;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} RMDIR`)}readdir(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");typeof e=="function"&&(r=e,e={}),(typeof e!="object"||e===null)&&(e={});let s=!(e&&e.full);if(!Buffer.isBuffer(t)&&typeof t!="string")throw new Error("missing directory handle or path");if(typeof t=="string"){let l=[],u=0,h=(p,_)=>{if(p)return r(p);this.readdir(_,e,(E,b)=>{let v=E&&E.code===tt.EOF;if(E&&!v)return this.close(_,()=>r(E));if(v)return this.close(_,U=>{if(U)return r(U);r(void 0,l)});for(let U=0;U<b.length;++U,++u)l[u]=b[U];h(void 0,_)})};return this.opendir(t,h)}let i=t.length,o=9,a=Buffer.allocUnsafe(13+i);K(a,a.length-4,0),a[4]=ke.READDIR;let c=this._writeReqid=this._writeReqid+1&ut;K(a,c,5),K(a,i,o),a.set(t,o+=4),this._requests[c]={cb:s?(l,u)=>{if(typeof r=="function"){if(l)return r(l);for(let h=u.length-1;h>=0;--h)(u[h].filename==="."||u[h].filename==="..")&&u.splice(h,1);r(void 0,u)}}:r};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} READDIR`)}fstat(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let r=t.length,s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.FSTAT;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.set(t,s+=4),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} FSTAT`)}stat(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.STAT;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} STAT`)}lstat(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.LSTAT;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} LSTAT`)}opendir(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.OPENDIR;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:e};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} OPENDIR`)}setstat(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s=0,i=0;typeof e=="object"&&e!==null?(e=pr(e),s=e.flags,i=e.nb):typeof e=="function"&&(r=e);let o=Buffer.byteLength(t),a=9,c=Buffer.allocUnsafe(13+o+4+i);K(c,c.length-4,0),c[4]=ke.SETSTAT;let f=this._writeReqid=this._writeReqid+1&ut;K(c,f,5),K(c,o,a),c.utf8Write(t,a+=4,o),K(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Xn(Ne,c,0,i,a),a+=i),this._requests[f]={cb:r};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} SETSTAT`)}fsetstat(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=0,i=0;typeof e=="object"&&e!==null?(e=pr(e),s=e.flags,i=e.nb):typeof e=="function"&&(r=e);let o=t.length,a=9,c=Buffer.allocUnsafe(13+o+4+i);K(c,c.length-4,0),c[4]=ke.FSETSTAT;let f=this._writeReqid=this._writeReqid+1&ut;K(c,f,5),K(c,o,a),c.set(t,a+=4),K(c,s,a+=o),i&&(a+=4,i===Ne.length?c.set(Ne,a):Xn(Ne,c,0,i,a),a+=i),this._requests[f]={cb:r};let l=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${l?"Buffered":"Sending"} FSETSTAT`)}futimes(t,e,r,s){return this.fsetstat(t,{atime:Qr(e),mtime:Qr(r)},s)}utimes(t,e,r,s){return this.setstat(t,{atime:Qr(e),mtime:Qr(r)},s)}fchown(t,e,r,s){return this.fsetstat(t,{uid:e,gid:r},s)}chown(t,e,r,s){return this.setstat(t,{uid:e,gid:r},s)}fchmod(t,e,r){return this.fsetstat(t,{mode:e},r)}chmod(t,e,r){return this.setstat(t,{mode:e},r)}readlink(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.READLINK;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:(c,f)=>{if(typeof e=="function"){if(c)return e(c);if(!f||!f.length)return e(new Error("Response missing link info"));e(void 0,f[0].filename)}}};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} READLINK`)}symlink(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s=Buffer.byteLength(e),i=Buffer.byteLength(t),o=9,a=Buffer.allocUnsafe(13+s+4+i);K(a,a.length-4,0),a[4]=ke.SYMLINK;let c=this._writeReqid=this._writeReqid+1&ut;K(a,c,5),this._isOpenSSH?(K(a,i,o),a.utf8Write(t,o+=4,i),K(a,s,o+=i),a.utf8Write(e,o+=4,s)):(K(a,s,o),a.utf8Write(e,o+=4,s),K(a,i,o+=s),a.utf8Write(t,o+=4,i)),this._requests[c]={cb:r};let f=Je(this,a);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} SYMLINK`)}realpath(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=Buffer.byteLength(t),s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=ke.REALPATH;let o=this._writeReqid=this._writeReqid+1&ut;K(i,o,5),K(i,r,s),i.utf8Write(t,s+=4,r),this._requests[o]={cb:(c,f)=>{if(typeof e=="function"){if(c)return e(c);if(!f||!f.length)return e(new Error("Response missing path info"));e(void 0,f[0].filename)}}};let a=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} REALPATH`)}ext_openssh_rename(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");let s=this._extensions["posix-rename@openssh.com"];if(!s||s!=="1")throw new Error("Server does not support this extended request");let i=Buffer.byteLength(t),o=Buffer.byteLength(e),a=9,c=Buffer.allocUnsafe(41+i+4+o);K(c,c.length-4,0),c[4]=ke.EXTENDED;let f=this._writeReqid=this._writeReqid+1&ut;K(c,f,5),K(c,24,a),c.utf8Write("posix-rename@openssh.com",a+=4,24),K(c,i,a+=24),c.utf8Write(t,a+=4,i),K(c,o,a+=i),c.utf8Write(e,a+=4,o),this._requests[f]={cb:r};let l=Je(this,c);if(this._debug){let u=l?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${u} posix-rename@openssh.com`)}}ext_openssh_statvfs(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=this._extensions["statvfs@openssh.com"];if(!r||r!=="2")throw new Error("Server does not support this extended request");let s=Buffer.byteLength(t),i=9,o=Buffer.allocUnsafe(36+s);K(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,5),K(o,19,i),o.utf8Write("statvfs@openssh.com",i+=4,19),K(o,s,i+=19),o.utf8Write(t,i+=4,s),this._requests[a]={extended:"statvfs@openssh.com",cb:e};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} statvfs@openssh.com`)}}ext_openssh_fstatvfs(t,e){if(this.server)throw new Error("Client-only method called in server mode");let r=this._extensions["fstatvfs@openssh.com"];if(!r||r!=="2")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=t.length,i=9,o=Buffer.allocUnsafe(37+s);K(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,5),K(o,20,i),o.utf8Write("fstatvfs@openssh.com",i+=4,20),K(o,s,i+=20),o.set(t,i+=4),this._requests[a]={extended:"fstatvfs@openssh.com",cb:e};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} fstatvfs@openssh.com`)}}ext_openssh_hardlink(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["hardlink@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let i=Buffer.byteLength(t),o=Buffer.byteLength(e),a=9,c=Buffer.allocUnsafe(37+i+4+o);K(c,c.length-4,0),c[4]=ke.EXTENDED;let f=this._writeReqid=this._writeReqid+1&ut;K(c,f,5),K(c,20,a),c.utf8Write("hardlink@openssh.com",a+=4,20),K(c,i,a+=20),c.utf8Write(t,a+=4,i),K(c,o,a+=i),c.utf8Write(e,a+=4,o),this._requests[f]={cb:r};let l=Je(this,c);if(this._debug){let u=l?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${u} hardlink@openssh.com`)}}ext_openssh_fsync(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["fsync@openssh.com"]!=="1")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("handle is not a Buffer");let s=t.length,i=9,o=Buffer.allocUnsafe(34+s);K(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,5),K(o,17,i),o.utf8Write("fsync@openssh.com",i+=4,17),K(o,s,i+=17),o.set(t,i+=4),this._requests[a]={cb:e};let c=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${c?"Buffered":"Sending"} fsync@openssh.com`)}ext_openssh_lsetstat(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["lsetstat@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let i=0,o=0;typeof e=="object"&&e!==null?(e=pr(e),i=e.flags,o=e.nb):typeof e=="function"&&(r=e);let a=Buffer.byteLength(t),c=9,f=Buffer.allocUnsafe(37+a+4+o);K(f,f.length-4,0),f[4]=ke.EXTENDED;let l=this._writeReqid=this._writeReqid+1&ut;K(f,l,5),K(f,20,c),f.utf8Write("lsetstat@openssh.com",c+=4,20),K(f,a,c+=20),f.utf8Write(t,c+=4,a),K(f,i,c+=a),o&&(c+=4,o===Ne.length?f.set(Ne,c):Xn(Ne,f,0,o,c),c+=o),this._requests[l]={cb:r};let u=Je(this,f);if(this._debug){let h=u?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${h} lsetstat@openssh.com`)}}ext_openssh_expandPath(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["expand-path@openssh.com"]!=="1")throw new Error("Server does not support this extended request");let s=Buffer.byteLength(t),i=9,o=Buffer.allocUnsafe(40+s);K(o,o.length-4,0),o[4]=ke.EXTENDED;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,5),K(o,23,i),o.utf8Write("expand-path@openssh.com",i+=4,23),K(o,s,i+=20),o.utf8Write(t,i+=4,s),this._requests[a]={cb:(f,l)=>{if(typeof e=="function"){if(f)return e(f);if(!l||!l.length)return e(new Error("Response missing expanded path"));e(void 0,l[0].filename)}}};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} expand-path@openssh.com`)}}ext_copy_data(t,e,r,s,i,o){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["copy-data"]!=="1")throw new Error("Server does not support this extended request");if(!Buffer.isBuffer(t))throw new Error("Source handle is not a Buffer");if(!Buffer.isBuffer(s))throw new Error("Destination handle is not a Buffer");let c=0,f=Buffer.allocUnsafe(26+t.length+8+8+4+s.length+8);K(f,f.length-4,c),c+=4,f[c]=ke.EXTENDED,++c;let l=this._writeReqid=this._writeReqid+1&ut;K(f,l,c),c+=4,K(f,9,c),c+=4,f.utf8Write("copy-data",c,9),c+=9,K(f,t.length,c),c+=4,f.set(t,c),c+=t.length;for(let h=7;h>=0;--h)f[c+h]=e&255,e/=256;c+=8;for(let h=7;h>=0;--h)f[c+h]=r&255,r/=256;c+=8,K(f,s.length,c),c+=4,f.set(s,c),c+=s.length;for(let h=7;h>=0;--h)f[c+h]=i&255,i/=256;this._requests[l]={cb:o};let u=Je(this,f);if(this._debug){let h=u?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${h} copy-data`)}}ext_home_dir(t,e){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["home-directory"]!=="1")throw new Error("Server does not support this extended request");if(typeof t!="string")throw new TypeError("username is not a string");let s=0,i=Buffer.byteLength(t),o=Buffer.allocUnsafe(31+i);K(o,o.length-4,s),s+=4,o[s]=ke.EXTENDED,++s;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,s),s+=4,K(o,14,s),s+=4,o.utf8Write("home-directory",s,14),s+=14,K(o,i,s),s+=4,o.utf8Write(t,s,i),s+=i,this._requests[a]={cb:(f,l)=>{if(typeof e=="function"){if(f)return e(f);if(!l||!l.length)return e(new Error("Response missing home directory"));e(void 0,l[0].filename)}}};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} home-directory`)}}ext_users_groups(t,e,r){if(this.server)throw new Error("Client-only method called in server mode");if(this._extensions["users-groups-by-id@openssh.com"]!=="1")throw new Error("Server does not support this extended request");if(!Array.isArray(t))throw new TypeError("uids is not an array");for(let f of t)if(!Number.isInteger(f)||f<0||f>2**32-1)throw new Error("uid values must all be 32-bit unsigned integers");if(!Array.isArray(e))throw new TypeError("gids is not an array");for(let f of e)if(!Number.isInteger(f)||f<0||f>2**32-1)throw new Error("gid values must all be 32-bit unsigned integers");let i=0,o=Buffer.allocUnsafe(47+4*t.length+4+4*e.length);K(o,o.length-4,i),i+=4,o[i]=ke.EXTENDED,++i;let a=this._writeReqid=this._writeReqid+1&ut;K(o,a,i),i+=4,K(o,30,i),i+=4,o.utf8Write("users-groups-by-id@openssh.com",i,30),i+=30,K(o,4*t.length,i),i+=4;for(let f of t)K(o,f,i),i+=4;K(o,4*e.length,i),i+=4;for(let f of e)K(o,f,i),i+=4;this._requests[a]={extended:"users-groups-by-id@openssh.com",cb:r};let c=Je(this,o);if(this._debug){let f=c?"Buffered":"Sending";this._debug(`SFTP: Outbound: ${f} users-groups-by-id@openssh.com`)}}handle(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(!Buffer.isBuffer(e))throw new Error("handle is not a Buffer");let r=e.length;if(r>256)throw new Error("handle too large (> 256 bytes)");let s=9,i=Buffer.allocUnsafe(13+r);K(i,i.length-4,0),i[4]=tn.HANDLE,K(i,t,5),K(i,r,s),r&&i.set(e,s+=4);let o=Je(this,i);this._debug&&this._debug(`SFTP: Outbound: ${o?"Buffered":"Sending"} HANDLE`)}status(t,e,r){if(!this.server)throw new Error("Server-only method called in client mode");if(!d0.has(e))throw new Error(`Bad status code: ${e}`);r||(r="");let s=Buffer.byteLength(r),i=9,o=Buffer.allocUnsafe(17+s+4);K(o,o.length-4,0),o[4]=tn.STATUS,K(o,t,5),K(o,e,i),K(o,s,i+=4),i+=4,s&&(o.utf8Write(r,i,s),i+=s),K(o,0,i);let a=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} STATUS`)}data(t,e,r){if(!this.server)throw new Error("Server-only method called in client mode");let s=Buffer.isBuffer(e);if(!s&&typeof e!="string")throw new Error("data is not a Buffer or string");let i;!s&&!r&&(r=void 0,i=!0);let o=s?e.length:Buffer.byteLength(e,r),a=9,c=Buffer.allocUnsafe(13+o);K(c,c.length-4,0),c[4]=tn.DATA,K(c,t,5),K(c,o,a),o&&(s?c.set(e,a+=4):i?c.utf8Write(e,a+=4,o):c.write(e,a+=4,o,r));let f=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} DATA`)}name(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(!Array.isArray(e)){if(typeof e!="object"||e===null)throw new Error("names is not an object or array");e=[e]}let r=e.length,s=0,i,o=[];for(let l=0;l<r;++l){let u=e[l],h=!u||!u.filename||typeof u.filename!="string"?"":u.filename;s+=4+Buffer.byteLength(h);let p=!u||!u.longname||typeof u.longname!="string"?"":u.longname;if(s+=4+Buffer.byteLength(p),typeof u.attrs=="object"&&u.attrs!==null){if(i=pr(u.attrs),s+=4+i.nb,i.nb){let _;i.nb===Ne.length?_=new Uint8Array(Ne):(_=new Uint8Array(i.nb),Xn(Ne,_,0,i.nb,0)),i.bytes=_}o.push(i)}else s+=4,o.push(null)}let a=9,c=Buffer.allocUnsafe(13+s);K(c,c.length-4,0),c[4]=tn.NAME,K(c,t,5),K(c,r,a),a+=4;for(let l=0;l<r;++l){let u=e[l];{let p=!u||!u.filename||typeof u.filename!="string"?"":u.filename,_=Buffer.byteLength(p);K(c,_,a),a+=4,_&&(c.utf8Write(p,a,_),a+=_)}{let p=!u||!u.longname||typeof u.longname!="string"?"":u.longname,_=Buffer.byteLength(p);K(c,_,a),a+=4,_&&(c.utf8Write(p,a,_),a+=_)}let h=o[l];h?(K(c,h.flags,a),a+=4,h.flags&&h.bytes&&(c.set(h.bytes,a),a+=h.nb)):(K(c,0,a),a+=4)}let f=Je(this,c);this._debug&&this._debug(`SFTP: Outbound: ${f?"Buffered":"Sending"} NAME`)}attrs(t,e){if(!this.server)throw new Error("Server-only method called in client mode");if(typeof e!="object"||e===null)throw new Error("attrs is not an object");e=pr(e);let r=e.flags,s=e.nb,i=9,o=Buffer.allocUnsafe(13+s);K(o,o.length-4,0),o[4]=tn.ATTRS,K(o,t,5),K(o,r,i),s&&(i+=4,s===Ne.length?o.set(Ne,i):Xn(Ne,o,0,s,i),i+=s);let a=Je(this,o);this._debug&&this._debug(`SFTP: Outbound: ${a?"Buffered":"Sending"} ATTRS`)}};function E0(n){try{return Buffer.allocUnsafe(n)}catch(t){return t}}function Pd(n,t,e,r,s,i,o,a){let c=n._maxReadLen,f=Math.max(s-c,0);f&&(s=c);let l=t.length,u=9,h=i,p=Buffer.allocUnsafe(13+l+8+4);K(p,p.length-4,0),p[4]=ke.READ;let _=n._writeReqid=n._writeReqid+1&ut;K(p,_,5),K(p,l,u),p.set(t,u+=4),u+=l;for(let v=7;v>=0;--v)p[u+v]=h&255,h/=256;K(p,s,u+=8),typeof o!="function"&&(o=Nd);let E=a||{nb:0,position:i,off:r,origOff:r,len:void 0,overflow:void 0,cb:(v,U,H)=>{let C=E.len,F=E.overflow;if(v){if(o._wantEOFError||v.code!==tt.EOF)return o(v)}else{if(H>C)return o(new Error("Received more data than requested"));if(H===C&&F){E.nb+=H,E.position+=H,E.off+=H,Pd(n,t,e,E.off,F,E.position,o,E);return}}H=H||0,E.origOff===0&&e.length===E.nb?U=e:U=qr(e,E.origOff,E.origOff+E.nb+H),o(void 0,E.nb+H,U,E.position)},buffer:void 0};E.len=s,E.overflow=f,E.buffer=qr(e,r,r+s),n._requests[_]=E;let b=Je(n,p);n._debug&&n._debug(`SFTP: Outbound: ${b?"Buffered":"Sending"} READ`)}function Id(n,t,e,r,s,i){let o=64,a=32768,c,f,l;typeof s=="function"?i=s:typeof s=="object"&&s!==null&&(typeof s.concurrency=="number"&&s.concurrency>0&&!isNaN(s.concurrency)&&(o=s.concurrency),typeof s.chunkSize=="number"&&s.chunkSize>0&&!isNaN(s.chunkSize)&&(a=s.chunkSize),typeof s.fileSize=="number"&&s.fileSize>0&&!isNaN(s.fileSize)&&(l=s.fileSize),typeof s.step=="function"&&(c=s.step),(typeof s.mode=="string"||typeof s.mode=="number")&&(f=Ka(s.mode)));let u,h=0,p=0,_=!1,E,b,v,U=a*o;function H(C){if(_)return;_=!0;let F=0,V;E||b?(V=()=>{--F===0&&i(C)},E&&(n===Jn||n.outgoing.state==="open")&&++F,b&&(t===Jn||t.outgoing.state==="open")&&++F,E&&(n===Jn||n.outgoing.state==="open")&&n.close(E,V),b&&(t===Jn||t.outgoing.state==="open")&&t.close(b,V)):i(C)}n.open(e,"r",(C,F)=>{if(C)return H(C);E=F,l===void 0?n.fstat(E,V):V(null,{size:l});function V(N,x){if(N){if(n!==Jn){n.stat(e,(S,I)=>{if(S)return H(N);V(null,I)});return}return H(N)}u=x.size,t.open(r,"w",(S,I)=>{if(S)return H(S);if(b=I,u<=0)return H();for(;U>u;){if(o===1){U=u;break}U-=a,--o}if(v=E0(U),v instanceof Error)return H(v);f!==void 0?t.fchmod(b,f,function Y(te){if(te){t.chmod(r,f,ce=>Y());return}z()}):z();function k(Y,te,ce,$,B,T){if(Y)return H(Y);B=B||0,t.write(b,v,B,te,$,Q);function Q(ee){if(ee)return H(ee);if(p+=te,c&&c(p,te,u),te<T)return ne(B,$+te,T-te);if(p===u){t.close(b,ie=>{if(b=void 0,ie)return H(ie);n.close(E,je=>{if(E=void 0,je)return H(je);i()})});return}if(h>=u)return;let fe=h+a>u?u-h:a;ne(B,h,fe),h+=fe}}function R(Y,te,ce){return($,B,T)=>{k($,B,T,te,Y,ce)}}function ne(Y,te,ce){n.read(E,v,Y,ce,te,R(Y,te,ce))}function z(){let Y=0,te=0;for(;h<u&&Y<o;){let ce=h+a>u?u-h:a;ne(te,h,ce),te+=ce,h+=ce,++Y}}})}})}function Fa(n,t,e,r,s,i,o){let a=typeof o=="function"?o:void 0;n.write(t,e,r,s,i,(c,f)=>{if(c)return n.close(t,()=>{a&&a(c)});f===s?n.close(t,a):(r+=f,s-=f,i+=f,Fa(n,t,e,r,s,i,a))})}var Gs=class{constructor(t){this.mode=t&&t.mode,this.uid=t&&t.uid,this.gid=t&&t.gid,this.size=t&&t.size,this.atime=t&&t.atime,this.mtime=t&&t.mtime,this.extended=t&&t.extended}isDirectory(){return(this.mode&en.S_IFMT)===en.S_IFDIR}isFile(){return(this.mode&en.S_IFMT)===en.S_IFREG}isBlockDevice(){return(this.mode&en.S_IFMT)===en.S_IFBLK}isCharacterDevice(){return(this.mode&en.S_IFMT)===en.S_IFCHR}isSymbolicLink(){return(this.mode&en.S_IFMT)===en.S_IFLNK}isFIFO(){return(this.mode&en.S_IFMT)===en.S_IFIFO}isSocket(){return(this.mode&en.S_IFMT)===en.S_IFSOCK}};function pr(n){let t=0,e=0;if(typeof n=="object"&&n!==null){if(typeof n.size=="number"){t|=Hn.SIZE;let r=n.size;Ne[e++]=r/72057594037927940,Ne[e++]=r/281474976710656,Ne[e++]=r/1099511627776,Ne[e++]=r/4294967296,Ne[e++]=r/16777216,Ne[e++]=r/65536,Ne[e++]=r/256,Ne[e++]=r}if(typeof n.uid=="number"&&typeof n.gid=="number"){t|=Hn.UIDGID;let r=n.uid,s=n.gid;Ne[e++]=r>>>24,Ne[e++]=r>>>16,Ne[e++]=r>>>8,Ne[e++]=r,Ne[e++]=s>>>24,Ne[e++]=s>>>16,Ne[e++]=s>>>8,Ne[e++]=s}if(typeof n.mode=="number"||typeof n.mode=="string"){let r=Ka(n.mode);t|=Hn.PERMISSIONS,Ne[e++]=r>>>24,Ne[e++]=r>>>16,Ne[e++]=r>>>8,Ne[e++]=r}if((typeof n.atime=="number"||Ma(n.atime))&&(typeof n.mtime=="number"||Ma(n.mtime))){let r=Qr(n.atime),s=Qr(n.mtime);t|=Hn.ACMODTIME,Ne[e++]=r>>>24,Ne[e++]=r>>>16,Ne[e++]=r>>>8,Ne[e++]=r,Ne[e++]=s>>>24,Ne[e++]=s>>>16,Ne[e++]=s>>>8,Ne[e++]=s}}return{flags:t,nb:e}}function Qr(n){if(typeof n=="number"&&n===n)return n;if(Ma(n))return parseInt(n.getTime()/1e3,10);throw new Error(`Cannot parse time: ${n}`)}function Ka(n){if(typeof n=="number"&&n===n)return n;if(typeof n=="string")return Ka(parseInt(n,8));throw new Error(`Cannot parse mode: ${n}`)}var Ha={r:Ie.READ,"r+":Ie.READ|Ie.WRITE,w:Ie.TRUNC|Ie.CREAT|Ie.WRITE,wx:Ie.TRUNC|Ie.CREAT|Ie.WRITE|Ie.EXCL,xw:Ie.TRUNC|Ie.CREAT|Ie.WRITE|Ie.EXCL,"w+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE,"wx+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,"xw+":Ie.TRUNC|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,a:Ie.APPEND|Ie.CREAT|Ie.WRITE,ax:Ie.APPEND|Ie.CREAT|Ie.WRITE|Ie.EXCL,xa:Ie.APPEND|Ie.CREAT|Ie.WRITE|Ie.EXCL,"a+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE,"ax+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL,"xa+":Ie.APPEND|Ie.CREAT|Ie.READ|Ie.WRITE|Ie.EXCL};function Td(n){let t=Ha[n];return t!==void 0?t:null}var y0=(()=>{let n=Object.keys(Ha);return t=>{for(let e=0;e<n.length;++e){let r=n[e];if(Ha[r]===t)return r}return null}})();function Wr(n){let t=M.readUInt32BE();if(t===void 0)return;let e=new Gs;if(t&Hn.SIZE){let r=M.readUInt64BE(n);if(r===void 0)return;e.size=r}if(t&Hn.UIDGID){let r=M.readUInt32BE(),s=M.readUInt32BE();if(s===void 0)return;e.uid=r,e.gid=s}if(t&Hn.PERMISSIONS){let r=M.readUInt32BE();if(r===void 0)return;e.mode=r}if(t&Hn.ACMODTIME){let r=M.readUInt32BE(),s=M.readUInt32BE();if(s===void 0)return;e.atime=r,e.mtime=s}if(t&Hn.EXTENDED){let r=M.readUInt32BE();if(r===void 0)return;let s={};for(let i=0;i<r;++i){let o=M.readString(!0),a=M.readString();if(a===void 0)return;s[o]=a}e.extended=s}return e}function Je(n,t){let e=Ld(n,t);return e!==void 0?(n._buffer.push(e),!1):!0}function Ld(n,t){let e=n.outgoing;if(e.state!=="open")return;if(e.window===0)return n._waitWindow=!0,n._chunkcb=Cd,t;let r,s=t.length,i=0;for(;s-i>0&&e.window>0;){let o=Math.min(s-i,e.window,e.packetSize);e.window-=o,e.window===0&&(n._waitWindow=!0,n._chunkcb=Cd),i===0&&o===s?n._protocol.channelData(n.outgoing.id,t):n._protocol.channelData(n.outgoing.id,qr(t,i,i+o)),i+=o}return s-i>0&&(i>0?r=qr(t,i,s):r=t),r}function Cd(){this._chunkcb=void 0;let n=this._buffer,t=0;for(;t<n.length;){let e=n[t],r=Ld(this,e);if(r!==void 0){r!==e&&(n[t]=r),t>0&&(this._buffer=n.slice(t));return}++t}t>0&&(this._buffer=[])}function st(n,t,e){let r=new Error(t);return r.level="sftp-protocol",!e&&n._debug&&n._debug(`SFTP: Inbound: ${t}`),n.emit("error",r),n.destroy(),Dd(n),!1}function Dd(n){let t=Object.keys(n._requests);if(t.length===0)return;let e=n._requests;n._requests={};let r=new Error("No response from server");for(let s=0;s<t.length;++s){let i=e[t[s]];typeof i.cb=="function"&&i.cb(r)}}function _0(n,t){let e=9,r=Buffer.allocUnsafe(31);K(r,r.length-4,0),r[4]=ke.EXTENDED;let s=n._writeReqid=n._writeReqid+1&ut;K(r,s,5),K(r,18,e),r.utf8Write("limits@openssh.com",e+=4,18),n._requests[s]={extended:"limits@openssh.com",cb:t};let i=Je(n,r);if(n._debug){let o=i?"Buffered":"Sending";n._debug(`SFTP: Outbound: ${o} limits@openssh.com`)}}var b0={[tn.VERSION]:(n,t)=>{if(n._version!==-1)return st(n,"Duplicate VERSION packet");let e={};M.init(t,1);let r=M.readUInt32BE();for(;M.avail();){let s=M.readString(!0),i=M.readString(!0);if(i===void 0){r=void 0;break}e[s]=i}if(M.clear(),r===void 0)return st(n,"Malformed VERSION packet");if(n._debug){let s=Object.keys(e);s.length?n._debug(`SFTP: Inbound: Received VERSION (v${r}, exts:${s})`):n._debug(`SFTP: Inbound: Received VERSION (v${r})`)}if(n._version=r,n._extensions=e,e["limits@openssh.com"]==="1")return _0(n,(s,i)=>{s||(i.maxPktLen>0&&(n._maxOutPktLen=i.maxPktLen),i.maxReadLen>0&&(n._maxReadLen=i.maxReadLen),i.maxWriteLen>0&&(n._maxWriteLen=i.maxWriteLen),n.maxOpenHandles=i.maxOpenHandles>0?i.maxOpenHandles:1/0),n.emit("ready")});n.emit("ready")},[tn.STATUS]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readUInt32BE(),s=M.readString(!0);if(M.clear(),n._debug){let o=JSON.stringify(s);n._debug(`SFTP: Inbound: Received STATUS (id:${e}, ${r}, ${o})`)}let i=n._requests[e];if(delete n._requests[e],i&&typeof i.cb=="function"){if(r===tt.OK){i.cb();return}let o=new Error(s||h0[r]||"Unknown status");o.code=r,i.cb(o)}},[tn.HANDLE]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString();if(M.clear(),r===void 0)return e!==void 0&&delete n._requests[e],st(n,"Malformed HANDLE packet");n._debug&&n._debug(`SFTP: Inbound: Received HANDLE (id:${e})`);let s=n._requests[e];delete n._requests[e],s&&typeof s.cb=="function"&&s.cb(void 0,r)},[tn.DATA]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r;if(e!==void 0&&(r=n._requests[e],delete n._requests[e]),r&&typeof r.cb=="function")if(r.buffer){let s=M.readString(r.buffer);if(M.clear(),s!==void 0){n._debug&&n._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s})`),r.cb(void 0,r.buffer,s);return}}else{let s=M.readString();if(M.clear(),s!==void 0){n._debug&&n._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s.length})`),r.cb(void 0,s);return}}else{let s=M.skipString();if(M.clear(),s!==void 0){n._debug&&n._debug(`SFTP: Inbound: Received DATA (id:${e}, ${s})`);return}}return st(n,"Malformed DATA packet")},[tn.NAME]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r;e!==void 0&&(r=n._requests[e],delete n._requests[e]);let s=M.readUInt32BE();if(s!==void 0){let i=[];for(let o=0;o<s;++o){let a=M.readString(!0),c=M.readString(!0),f=Wr(n._biOpt);if(f===void 0){i=void 0;break}i.push({filename:a,longname:c,attrs:f})}if(i!==void 0){n._debug&&n._debug(`SFTP: Inbound: Received NAME (id:${e}, ${i.length})`),M.clear(),r&&typeof r.cb=="function"&&r.cb(void 0,i);return}}return M.clear(),st(n,"Malformed NAME packet")},[tn.ATTRS]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r;e!==void 0&&(r=n._requests[e],delete n._requests[e]);let s=Wr(n._biOpt);if(M.clear(),s!==void 0){n._debug&&n._debug(`SFTP: Inbound: Received ATTRS (id:${e})`),r&&typeof r.cb=="function"&&r.cb(void 0,s);return}return st(n,"Malformed ATTRS packet")},[tn.EXTENDED]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE();if(e!==void 0){let r=n._requests[e];if(r)switch(delete n._requests[e],r.extended){case"statvfs@openssh.com":case"fstatvfs@openssh.com":{let s=n._biOpt,i={f_bsize:M.readUInt64BE(s),f_frsize:M.readUInt64BE(s),f_blocks:M.readUInt64BE(s),f_bfree:M.readUInt64BE(s),f_bavail:M.readUInt64BE(s),f_files:M.readUInt64BE(s),f_ffree:M.readUInt64BE(s),f_favail:M.readUInt64BE(s),f_sid:M.readUInt64BE(s),f_flag:M.readUInt64BE(s),f_namemax:M.readUInt64BE(s)};if(i.f_namemax===void 0)break;n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${r.extended})`),M.clear(),typeof r.cb=="function"&&r.cb(void 0,i);return}case"limits@openssh.com":{let s={maxPktLen:M.readUInt64BE(),maxReadLen:M.readUInt64BE(),maxWriteLen:M.readUInt64BE(),maxOpenHandles:M.readUInt64BE()};if(s.maxOpenHandles===void 0)break;n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${r.extended})`),M.clear(),typeof r.cb=="function"&&r.cb(void 0,s);return}case"users-groups-by-id@openssh.com":{let s=M.readUInt32BE();if(s===void 0)break;let i=new Array(s);for(let c=0;c<i.length;++c)i[c]=M.readString(!0);let o=M.readUInt32BE();if(o===void 0)break;let a=new Array(o);for(let c=0;c<a.length;++c)a[c]=M.readString(!0);if(a.length>0&&a[a.length-1]===void 0)break;n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ${r.extended})`),M.clear(),typeof r.cb=="function"&&r.cb(void 0,i,a);return}default:n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ???)`),M.clear(),typeof r.cb=="function"&&r.cb();return}else{n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED_REPLY (id:${e}, ???)`),M.clear();return}}return M.clear(),st(n,"Malformed EXTENDED_REPLY packet")}},x0={[ke.INIT]:(n,t)=>{if(n._version!==-1)return st(n,"Duplicate INIT packet");let e={};M.init(t,1);let r=M.readUInt32BE();for(;M.avail();){let s=M.readString(!0),i=M.readString(!0);if(i===void 0){r=void 0;break}e[s]=i}if(M.clear(),r===void 0)return st(n,"Malformed INIT packet");if(n._debug){let s=Object.keys(e);s.length?n._debug(`SFTP: Inbound: Received INIT (v${r}, exts:${s})`):n._debug(`SFTP: Inbound: Received INIT (v${r})`)}Je(n,g0),n._version=r,n._extensions=e,n.emit("ready")},[ke.OPEN]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0),s=M.readUInt32BE(),i=Wr(n._biOpt);if(M.clear(),i===void 0)return st(n,"Malformed OPEN packet");n._debug&&n._debug(`SFTP: Inbound: Received OPEN (id:${e})`),n.emit("OPEN",e,r,s,i)||n.status(e,tt.OP_UNSUPPORTED)},[ke.CLOSE]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString();if(M.clear(),r===void 0||r.length>256)return st(n,"Malformed CLOSE packet");n._debug&&n._debug(`SFTP: Inbound: Received CLOSE (id:${e})`),n.emit("CLOSE",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.READ]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(),s=M.readUInt64BE(n._biOpt),i=M.readUInt32BE();if(M.clear(),i===void 0||r.length>256)return st(n,"Malformed READ packet");n._debug&&n._debug(`SFTP: Inbound: Received READ (id:${e})`),n.emit("READ",e,r,s,i)||n.status(e,tt.OP_UNSUPPORTED)},[ke.WRITE]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(),s=M.readUInt64BE(n._biOpt),i=M.readString();if(M.clear(),i===void 0||r.length>256)return st(n,"Malformed WRITE packet");n._debug&&n._debug(`SFTP: Inbound: Received WRITE (id:${e})`),n.emit("WRITE",e,r,s,i)||n.status(e,tt.OP_UNSUPPORTED)},[ke.LSTAT]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed LSTAT packet");n._debug&&n._debug(`SFTP: Inbound: Received LSTAT (id:${e})`),n.emit("LSTAT",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.FSTAT]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString();if(M.clear(),r===void 0||r.length>256)return st(n,"Malformed FSTAT packet");n._debug&&n._debug(`SFTP: Inbound: Received FSTAT (id:${e})`),n.emit("FSTAT",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.SETSTAT]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0),s=Wr(n._biOpt);if(M.clear(),s===void 0)return st(n,"Malformed SETSTAT packet");n._debug&&n._debug(`SFTP: Inbound: Received SETSTAT (id:${e})`),n.emit("SETSTAT",e,r,s)||n.status(e,tt.OP_UNSUPPORTED)},[ke.FSETSTAT]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(),s=Wr(n._biOpt);if(M.clear(),s===void 0||r.length>256)return st(n,"Malformed FSETSTAT packet");n._debug&&n._debug(`SFTP: Inbound: Received FSETSTAT (id:${e})`),n.emit("FSETSTAT",e,r,s)||n.status(e,tt.OP_UNSUPPORTED)},[ke.OPENDIR]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed OPENDIR packet");n._debug&&n._debug(`SFTP: Inbound: Received OPENDIR (id:${e})`),n.emit("OPENDIR",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.READDIR]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString();if(M.clear(),r===void 0||r.length>256)return st(n,"Malformed READDIR packet");n._debug&&n._debug(`SFTP: Inbound: Received READDIR (id:${e})`),n.emit("READDIR",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.REMOVE]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed REMOVE packet");n._debug&&n._debug(`SFTP: Inbound: Received REMOVE (id:${e})`),n.emit("REMOVE",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.MKDIR]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0),s=Wr(n._biOpt);if(M.clear(),s===void 0)return st(n,"Malformed MKDIR packet");n._debug&&n._debug(`SFTP: Inbound: Received MKDIR (id:${e})`),n.emit("MKDIR",e,r,s)||n.status(e,tt.OP_UNSUPPORTED)},[ke.RMDIR]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed RMDIR packet");n._debug&&n._debug(`SFTP: Inbound: Received RMDIR (id:${e})`),n.emit("RMDIR",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.REALPATH]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed REALPATH packet");n._debug&&n._debug(`SFTP: Inbound: Received REALPATH (id:${e})`),n.emit("REALPATH",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.STAT]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed STAT packet");n._debug&&n._debug(`SFTP: Inbound: Received STAT (id:${e})`),n.emit("STAT",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.RENAME]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0),s=M.readString(!0);if(M.clear(),s===void 0)return st(n,"Malformed RENAME packet");n._debug&&n._debug(`SFTP: Inbound: Received RENAME (id:${e})`),n.emit("RENAME",e,r,s)||n.status(e,tt.OP_UNSUPPORTED)},[ke.READLINK]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(M.clear(),r===void 0)return st(n,"Malformed READLINK packet");n._debug&&n._debug(`SFTP: Inbound: Received READLINK (id:${e})`),n.emit("READLINK",e,r)||n.status(e,tt.OP_UNSUPPORTED)},[ke.SYMLINK]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0),s=M.readString(!0);if(M.clear(),s===void 0)return st(n,"Malformed SYMLINK packet");n._debug&&n._debug(`SFTP: Inbound: Received SYMLINK (id:${e})`);let i;n._isOpenSSH?i=n.emit("SYMLINK",e,s,r):i=n.emit("SYMLINK",e,r,s),i||n.status(e,tt.OP_UNSUPPORTED)},[ke.EXTENDED]:(n,t)=>{M.init(t,1);let e=M.readUInt32BE(),r=M.readString(!0);if(r===void 0)return M.clear(),st(n,"Malformed EXTENDED packet");let s;M.avail()&&(s=M.readRaw()),M.clear(),n._debug&&n._debug(`SFTP: Inbound: Received EXTENDED (id:${e})`),n.emit("EXTENDED",e,r,s)||n.status(e,tt.OP_UNSUPPORTED)}},{ERR_INVALID_ARG_TYPE:S0,ERR_OUT_OF_RANGE:Vs,validateNumber:w0}=Sd(),vd=128,Xt,Qa=[];function I0(n){Qa.length>0?Xt=Qa.pop():Xt=Buffer.allocUnsafe(n),Xt.used=0}function Wa(n,t){if(!Number.isSafeInteger(n))throw w0(n,t),Number.isInteger(n)?new Vs(t,">= 0 and <= 2 ** 53 - 1",n):new Vs(t,"an integer",n);if(n<0)throw new Vs(t,">= 0 and <= 2 ** 53 - 1",n)}function $a(n){return n+7&-8}function Qn(n,t,e){if(e===void 0)e={};else if(typeof e=="string")e={encoding:e};else{if(e===null||typeof e!="object")throw new TypeError('"options" argument must be a string or an object');e=Object.create(e)}if(e.highWaterMark===void 0&&(e.highWaterMark=64*1024),e.emitClose=!1,e.autoDestroy=!1,Bd.call(this,e),this.path=t,this.flags=e.flags===void 0?"r":e.flags,this.mode=e.mode===void 0?438:e.mode,this.start=e.start,this.end=e.end,this.autoClose=e.autoClose===void 0?!0:e.autoClose,this.pos=0,this.bytesRead=0,this.isClosed=!1,this.handle=e.handle===void 0?null:e.handle,this.sftp=n,this._opening=!1,this.start!==void 0&&(Wa(this.start,"start"),this.pos=this.start),this.end===void 0)this.end=1/0;else if(this.end!==1/0&&(Wa(this.end,"end"),this.start!==void 0&&this.start>this.end))throw new Vs("start",`<= "end" (here: ${this.end})`,this.start);this.on("end",function(){this.autoClose&&this.destroy()}),Buffer.isBuffer(this.handle)||this.open()}Rd(Qn,Bd);Qn.prototype.open=function(){this._opening||(this._opening=!0,this.sftp.open(this.path,this.flags,this.mode,(n,t)=>{if(this._opening=!1,n){this.emit("error",n),this.autoClose&&this.destroy();return}this.handle=t,this.emit("open",t),this.emit("ready"),this.read()}))};Qn.prototype._read=function(n){if(!Buffer.isBuffer(this.handle))return this.once("open",()=>this._read(n));if(this.destroyed)return;(!Xt||Xt.length-Xt.used<vd)&&I0(this.readableHighWaterMark||this._readableState.highWaterMark);let t=Xt,e=Math.min(Xt.length-Xt.used,n),r=Xt.used;if(this.end!==void 0&&(e=Math.min(this.end-this.pos+1,e)),e<=0)return this.push(null);this.sftp.read(this.handle,Xt,Xt.used,e,this.pos,(s,i)=>{if(s){this.emit("error",s),this.autoClose&&this.destroy();return}let o=null;if(r+e===t.used&&t===Xt)t.used=$a(t.used+i-e);else{let a=r+e&-8,c=$a(r+i);a-c>=vd&&Qa.push(t.slice(c,a))}i>0&&(this.bytesRead+=i,o=t.slice(r,r+i)),this.pos+=i,this.push(o)}),Xt.used=$a(Xt.used+e)};Qn.prototype._destroy=function(n,t){if(this._opening&&!Buffer.isBuffer(this.handle)){this.once("open",kd.bind(null,this,t,n));return}kd(this,t,n),this.handle=null,this._opening=!1};function kd(n,t,e){if(!n.handle)return r();n.sftp.close(n.handle,r);function r(s){s=s||e,t(s),n.isClosed=!0,s||n.emit("close")}}Qn.prototype.close=function(n){this.destroy(null,n)};Object.defineProperty(Qn.prototype,"pending",{get(){return this.handle===null},configurable:!0});function pn(n,t,e){if(e===void 0)e={};else if(typeof e=="string")e={encoding:e};else{if(e===null||typeof e!="object")throw new TypeError('"options" argument must be a string or an object');e=Object.create(e)}e.emitClose=!1,e.autoDestroy=!1,qa.call(this,e),this.path=t,this.flags=e.flags===void 0?"w":e.flags,this.mode=e.mode===void 0?438:e.mode,this.start=e.start,this.autoClose=e.autoClose===void 0?!0:e.autoClose,this.pos=0,this.bytesWritten=0,this.isClosed=!1,this.handle=e.handle===void 0?null:e.handle,this.sftp=n,this._opening=!1,this.start!==void 0&&(Wa(this.start,"start"),this.pos=this.start),e.encoding&&this.setDefaultEncoding(e.encoding),this.on("finish",function(){this._writableState.finalCalled||this.autoClose&&this.destroy()}),Buffer.isBuffer(this.handle)||this.open()}Rd(pn,qa);pn.prototype._final=function(n){this.autoClose&&this.destroy(),n()};pn.prototype.open=function(){this._opening||(this._opening=!0,this.sftp.open(this.path,this.flags,this.mode,(n,t)=>{if(this._opening=!1,n){this.emit("error",n),this.autoClose&&this.destroy();return}this.handle=t;let e=r=>{if(r){this.sftp.chmod(this.path,this.mode,s=>e());return}if(this.flags[0]==="a"){let s=(i,o)=>{if(i){this.sftp.stat(this.path,(a,c)=>{if(a){this.destroy(),this.emit("error",i);return}s(null,c)});return}this.pos=o.size,this.emit("open",t),this.emit("ready")};this.sftp.fstat(t,s);return}this.emit("open",t),this.emit("ready")};this.sftp.fchmod(t,this.mode,e)}))};pn.prototype._write=function(n,t,e){if(!Buffer.isBuffer(n)){let r=new S0("data","Buffer",n);return this.emit("error",r)}if(!Buffer.isBuffer(this.handle))return this.once("open",function(){this._write(n,t,e)});this.sftp.write(this.handle,n,0,n.length,this.pos,(r,s)=>{if(r)return this.autoClose&&this.destroy(),e(r);this.bytesWritten+=s,e()}),this.pos+=n.length};pn.prototype._writev=function(n,t){if(!Buffer.isBuffer(this.handle))return this.once("open",function(){this._writev(n,t)});let e=this.sftp,r=this.handle,s=n.length,i=(o,a)=>{if(o)return this.destroy(),t(o);this.bytesWritten+=a,--s===0&&t()};for(let o=0;o<n.length;++o){let a=n[o].chunk;e.write(r,a,0,a.length,this.pos,i),this.pos+=a.length}};typeof qa.prototype.destroy!="function"&&(pn.prototype.destroy=Qn.prototype.destroy);pn.prototype._destroy=Qn.prototype._destroy;pn.prototype.close=function(n){if(n){if(this.isClosed){process.nextTick(n);return}this.on("close",n)}this.autoClose||this.on("finish",this.destroy.bind(this)),this.end()};pn.prototype.destroySoon=pn.prototype.end;Object.defineProperty(pn.prototype,"pending",{get(){return this.handle===null},configurable:!0});Ud.exports={flagsToString:y0,OPEN_MODE:Ie,SFTP:Oa,Stats:Gs,STATUS_CODE:tt,stringToFlags:Td}});var Xa=ct((rS,Fd)=>{"use strict";var{Duplex:C0,Readable:v0,Writable:k0}=require("stream"),{CHANNEL_EXTENDED_DATATYPE:{STDERR:$d}}=Mn(),{bufferSlice:zs}=gn(),B0=32*1024,Di=2*1024*1024,Ya=Di/2,Va=class extends v0{constructor(t,e){super(e),this._channel=t}_read(t){this._channel._waitChanDrain&&(this._channel._waitChanDrain=!1,this._channel.incoming.window<=Ya&&ja(this._channel))}},Ga=class extends k0{constructor(t){super({highWaterMark:Di}),this._channel=t}_write(t,e,r){let s=this._channel,i=s._client._protocol,o=s.outgoing,a=o.packetSize,c=o.id,f=o.window,l=t.length,u=0;if(o.state==="open"){for(;l-u>0&&f>0;){let h=l-u;h>f&&(h=f),h>a&&(h=a),u===0&&h===l?i.channelExtData(c,t,$d):i.channelExtData(c,zs(t,u,u+h),$d),u+=h,f-=h}if(o.window=f,l-u>0){f===0&&(s._waitWindow=!0),u>0?s._chunkErr=zs(t,u,l):s._chunkErr=t,s._chunkcbErr=r;return}r()}}},za=class extends C0{constructor(t,e,r){let s={highWaterMark:Di,allowHalfOpen:!r||r&&r.allowHalfOpen!==!1,emitClose:!1};super(s),this.allowHalfOpen=s.allowHalfOpen;let i=!!(r&&r.server);this.server=i,this.type=e.type,this.subtype=void 0,this.incoming=e.incoming,this.outgoing=e.outgoing,this._callbacks=[],this._client=t,this._hasX11=!1,this._exit={code:void 0,signal:void 0,dump:void 0,desc:void 0},this.stdin=this.stdout=this,i?this.stderr=new Ga(this):this.stderr=new Va(this,s),this._waitWindow=!1,this._waitChanDrain=!1,this._chunk=void 0,this._chunkcb=void 0,this._chunkErr=void 0,this._chunkcbErr=void 0,this.on("finish",Md).on("prefinish",Md),this.on("end",Od).on("close",Od)}_read(t){this._waitChanDrain&&(this._waitChanDrain=!1,this.incoming.window<=Ya&&ja(this))}_write(t,e,r){let s=this._client._protocol,i=this.outgoing,o=i.packetSize,a=i.id,c=i.window,f=t.length,l=0;if(i.state==="open"){for(;f-l>0&&c>0;){let u=f-l;u>c&&(u=c),u>o&&(u=o),l===0&&u===f?s.channelData(a,t):s.channelData(a,zs(t,l,l+u)),l+=u,c-=u}if(i.window=c,f-l>0){c===0&&(this._waitWindow=!0),l>0?this._chunk=zs(t,l,f):this._chunk=t,this._chunkcb=r;return}r()}}eof(){this.outgoing.state==="open"&&(this.outgoing.state="eof",this._client._protocol.channelEOF(this.outgoing.id))}close(){(this.outgoing.state==="open"||this.outgoing.state==="eof")&&(this.outgoing.state="closing",this._client._protocol.channelClose(this.outgoing.id))}destroy(){return this.end(),this.close(),this}setWindow(t,e,r,s){if(this.server)throw new Error("Client-only method called in server mode");this.type==="session"&&(this.subtype==="shell"||this.subtype==="exec")&&this.writable&&this.outgoing.state==="open"&&this._client._protocol.windowChange(this.outgoing.id,t,e,r,s)}signal(t){if(this.server)throw new Error("Client-only method called in server mode");this.type==="session"&&this.writable&&this.outgoing.state==="open"&&this._client._protocol.signal(this.outgoing.id,t)}exit(t,e,r){if(!this.server)throw new Error("Server-only method called in client mode");this.type==="session"&&this.writable&&this.outgoing.state==="open"&&(typeof t=="number"?this._client._protocol.exitStatus(this.outgoing.id,t):this._client._protocol.exitSignal(this.outgoing.id,t,e,r))}};function Md(){this.eof(),(this.server||!this.allowHalfOpen)&&this.close(),this.writable=!1}function Od(){this.readable=!1}function ja(n){if(n.outgoing.state==="closed")return;let t=Di-n.incoming.window;t<=0||(n.incoming.window+=t,n._client._protocol.channelWindowAdjust(n.outgoing.id,t))}Fd.exports={Channel:za,MAX_WINDOW:Di,PACKET_SIZE:B0,windowAdjust:ja,WINDOW_THRESHOLD:Ya}});var ec=ct((iS,Wd)=>{"use strict";var{SFTP:R0}=Li(),Ui=2**32-1;function Hd(n,t,e,r){if(n._chanMgr.remove(t),typeof r!="function")return;let s;e instanceof Error?s=e:typeof e=="object"&&e!==null?(s=new Error(`(SSH) Channel open failure: ${e.description}`),s.reason=e.reason):(s=new Error("(SSH) Channel open failure: server closed channel unexpectedly"),s.reason=""),r(s)}function Qd(n,t,e,r,s){if(typeof e=="function"){Hd(n,t,r,e);return}if(typeof e!="object"||e===null||e.incoming&&e.incoming.state==="closed"||(n._chanMgr.remove(t),e.server&&e.constructor.name==="Session"))return;e.incoming.state="closed",e.readable&&e.push(null),e.server?e.stderr.writable&&e.stderr.end():e.stderr.readable&&e.stderr.push(null),e.constructor!==R0&&(e.outgoing.state==="open"||e.outgoing.state==="eof")&&!s&&e.close(),e.outgoing.state==="closing"&&(e.outgoing.state="closed");let i=e._readableState,o=e._writableState;o&&!o.ending&&!o.finished&&!s&&e.end();let a=e._callbacks;e._callbacks=[];for(let c=0;c<a.length;++c)a[c](!0);if(e.server)!e.readable||e.destroyed||i&&i.endEmitted?e.emit("close"):e.once("end",()=>e.emit("close"));else{let c;switch(e.type){case"direct-streamlocal@openssh.com":case"direct-tcpip":c=()=>e.emit("close");break;default:{let l=e._exit;c=()=>{l.code===null?e.emit("close",l.code,l.signal,l.dump,l.desc):e.emit("close",l.code)}}}!e.readable||e.destroyed||i&&i.endEmitted?c():e.once("end",c);let f=e.stderr._readableState;!e.stderr.readable||e.stderr.destroyed||f&&f.endEmitted?e.stderr.emit("close"):e.stderr.once("end",()=>e.stderr.emit("close"))}}var Za=class{constructor(t){this._client=t,this._channels={},this._cur=-1,this._count=0}add(t){let e;if(this._cur<Ui)e=++this._cur;else if(this._count===0)this._cur=0,e=0;else{let r=this._channels;for(let s=0;s<Ui;++s)if(r[s]===void 0){e=s;break}}return e===void 0?-1:(this._channels[e]=t||!0,++this._count,e)}update(t,e){if(typeof t!="number"||t<0||t>=Ui||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);e&&this._channels[t]&&(this._channels[t]=e)}get(t){if(typeof t!="number"||t<0||t>=Ui||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);return this._channels[t]}remove(t){if(typeof t!="number"||t<0||t>=Ui||!isFinite(t))throw new Error(`Invalid channel id: ${t}`);this._channels[t]&&(delete this._channels[t],this._count&&--this._count)}cleanup(t){let e=this._channels;this._channels={},this._cur=-1,this._count=0;let r=Object.keys(e),s=this._client;for(let i=0;i<r.length;++i){let o=+r[i],a=e[o];Qd(s,o,a._channel||a,t,!0)}}},Ja=(()=>{let n=Object.prototype.toString;return t=>n.call(t)==="[object RegExp]"})();function N0(n,t,e){if(Array.isArray(n)&&n.length>0){for(let r=0;r<n.length;++r)if(e.indexOf(n[r])===-1)throw new Error(`Unsupported algorithm: ${n[r]}`);return n}if(typeof n=="object"&&n!==null){let r=Object.keys(n),s=t;for(let i=0;i<r.length;++i){let o=r[i],a=n[o];switch(o){case"append":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=0;c<a.length;++c){let f=a[c];if(typeof f=="string"){if(!f||s.indexOf(f)!==-1)continue;if(e.indexOf(f)===-1)throw new Error(`Unsupported algorithm: ${f}`);s===t&&(s=s.slice()),s.push(f)}else if(Ja(f))for(let l=0;l<e.length;++l){let u=e[l];if(f.test(u)){if(s.indexOf(u)!==-1)continue;s===t&&(s=s.slice()),s.push(u)}}}break;case"prepend":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=a.length;c>=0;--c){let f=a[c];if(typeof f=="string"){if(!f||s.indexOf(f)!==-1)continue;if(e.indexOf(f)===-1)throw new Error(`Unsupported algorithm: ${f}`);s===t&&(s=s.slice()),s.unshift(f)}else if(Ja(f))for(let l=e.length;l>=0;--l){let u=e[l];if(f.test(u)){if(s.indexOf(u)!==-1)continue;s===t&&(s=s.slice()),s.unshift(u)}}}break;case"remove":if(Array.isArray(a)||(a=[a]),Array.isArray(a))for(let c=0;c<a.length;++c){let f=a[c];if(typeof f=="string"){if(!f)continue;let l=s.indexOf(f);if(l===-1)continue;s===t&&(s=s.slice()),s.splice(l,1)}else if(Ja(f))for(let l=0;l<s.length;++l)f.test(s[l])&&(s===t&&(s=s.slice()),s.splice(l,1),--l)}break}}return s}return t}Wd.exports={ChannelManager:Za,generateAlgorithmList:N0,onChannelOpenFailure:Hd,onCHANNEL_CLOSE:Qd,isWritable:n=>n&&n.writable&&n._readableState&&n._readableState.ended===!1}});var ac=ct((sS,fh)=>{"use strict";var{createHash:P0,getHashes:T0,randomFillSync:L0}=require("crypto"),{Socket:D0}=require("net"),{lookup:U0}=require("dns"),$0=require("events"),M0=T0(),{COMPAT:oh,CHANNEL_EXTENDED_DATATYPE:{STDERR:O0},CHANNEL_OPEN_FAILURE:$i,DEFAULT_CIPHER:qd,DEFAULT_COMPRESSION:Kd,DEFAULT_KEX:Vd,DEFAULT_MAC:Gd,DEFAULT_SERVER_HOST_KEY:zd,DISCONNECT_REASON:Yd,DISCONNECT_REASON_BY_VALUE:F0,SUPPORTED_CIPHER:H0,SUPPORTED_COMPRESSION:Q0,SUPPORTED_KEX:W0,SUPPORTED_MAC:q0,SUPPORTED_SERVER_HOST_KEY:K0}=Mn(),{init:V0}=Gn(),G0=Da(),{parseKey:Xs}=jn(),{SFTP:z0}=Li(),{bufferCopy:jd,makeBufferParser:ah,makeError:Y0,readUInt32BE:j0,sigSSHToASN1:X0,writeUInt32BE:tc}=gn(),{AgentContext:Xd,createAgent:Jd,isAgent:Zd}=_a(),{Channel:ch,MAX_WINDOW:Js,PACKET_SIZE:Zs,windowAdjust:eh,WINDOW_THRESHOLD:th}=Xa(),{ChannelManager:J0,generateAlgorithmList:Mi,isWritable:Tt,onChannelOpenFailure:Z0,onCHANNEL_CLOSE:eA}=ec(),Ys=ah(),js=ah(),Oi=/^OpenSSH_(?:(?![0-4])\d)|(?:\d{2,})/,sc=n=>{},oc=class extends $0{constructor(){super(),this.config={host:void 0,port:void 0,localAddress:void 0,localPort:void 0,forceIPv4:void 0,forceIPv6:void 0,keepaliveCountMax:void 0,keepaliveInterval:void 0,readyTimeout:void 0,ident:void 0,username:void 0,password:void 0,privateKey:void 0,tryKeyboard:void 0,agent:void 0,allowAgentFwd:void 0,authHandler:void 0,hostHashAlgo:void 0,hostHashCb:void 0,strictVendor:void 0,debug:void 0},this._agent=void 0,this._readyTimeout=void 0,this._chanMgr=void 0,this._callbacks=void 0,this._forwarding=void 0,this._forwardingUnix=void 0,this._acceptX11=void 0,this._agentFwdEnabled=void 0,this._remoteVer=void 0,this._protocol=void 0,this._sock=void 0,this._resetKA=void 0}connect(t){if(this._sock&&Tt(this._sock))return this.once("close",()=>{this.connect(t)}),this.end(),this;this.config.host=t.hostname||t.host||"localhost",this.config.port=t.port||22,this.config.localAddress=typeof t.localAddress=="string"?t.localAddress:void 0,this.config.localPort=typeof t.localPort=="string"||typeof t.localPort=="number"?t.localPort:void 0,this.config.forceIPv4=t.forceIPv4||!1,this.config.forceIPv6=t.forceIPv6||!1,this.config.keepaliveCountMax=typeof t.keepaliveCountMax=="number"&&t.keepaliveCountMax>=0?t.keepaliveCountMax:3,this.config.keepaliveInterval=typeof t.keepaliveInterval=="number"&&t.keepaliveInterval>0?t.keepaliveInterval:0,this.config.readyTimeout=typeof t.readyTimeout=="number"&&t.readyTimeout>=0?t.readyTimeout:2e4,this.config.ident=typeof t.ident=="string"||Buffer.isBuffer(t.ident)?t.ident:void 0;let e={kex:void 0,serverHostKey:void 0,cs:{cipher:void 0,mac:void 0,compress:void 0,lang:[]},sc:void 0},r=!0;if(typeof t.algorithms=="object"&&t.algorithms!==null&&(e.kex=Mi(t.algorithms.kex,Vd,W0),e.kex!==Vd&&(r=!1),e.serverHostKey=Mi(t.algorithms.serverHostKey,zd,K0),e.serverHostKey!==zd&&(r=!1),e.cs.cipher=Mi(t.algorithms.cipher,qd,H0),e.cs.cipher!==qd&&(r=!1),e.cs.mac=Mi(t.algorithms.hmac,Gd,q0),e.cs.mac!==Gd&&(r=!1),e.cs.compress=Mi(t.algorithms.compress,Kd,Q0),e.cs.compress!==Kd&&(r=!1),r||(e.sc=e.cs)),typeof t.username=="string")this.config.username=t.username;else if(typeof t.user=="string")this.config.username=t.user;else throw new Error("Invalid username");this.config.password=typeof t.password=="string"?t.password:void 0,this.config.privateKey=typeof t.privateKey=="string"||Buffer.isBuffer(t.privateKey)?t.privateKey:void 0,this.config.localHostname=typeof t.localHostname=="string"?t.localHostname:void 0,this.config.localUsername=typeof t.localUsername=="string"?t.localUsername:void 0,this.config.tryKeyboard=t.tryKeyboard===!0,typeof t.agent=="string"&&t.agent.length?this.config.agent=Jd(t.agent):Zd(t.agent)?this.config.agent=t.agent:this.config.agent=void 0,this.config.allowAgentFwd=t.agentForward===!0&&this.config.agent!==void 0;let s=this.config.authHandler=typeof t.authHandler=="function"||Array.isArray(t.authHandler)?t.authHandler:void 0;this.config.strictVendor=typeof t.strictVendor=="boolean"?t.strictVendor:!0;let i=this.config.debug=typeof t.debug=="function"?t.debug:void 0;if(t.agentForward===!0&&!this.config.allowAgentFwd)throw new Error("You must set a valid agent path to allow agent forwarding");let o=this._callbacks=[];this._chanMgr=new J0(this),this._forwarding={},this._forwardingUnix={},this._acceptX11=0,this._agentFwdEnabled=!1,this._agent=this.config.agent?this.config.agent:void 0,this._remoteVer=void 0;let a;if(this.config.privateKey){if(a=Xs(this.config.privateKey,t.passphrase),a instanceof Error)throw new Error(`Cannot parse privateKey: ${a.message}`);if(Array.isArray(a)&&(a=a[0]),a.getPrivatePEM()===null)throw new Error("privateKey value does not contain a (valid) private key")}let c;if(typeof t.hostVerifier=="function"){let $=t.hostVerifier,B;M0.indexOf(t.hostHash)!==-1&&(B=t.hostHash),c=(T,Q)=>{B&&(T=P0(B).update(T).digest("hex"));let ee=$(T,Q);ee!==void 0&&Q(ee)}}let f=this._sock=t.sock||new D0,l=!1,u=!1;this._protocol&&this._protocol.cleanup();let h=i?($,B,T)=>{i(`Debug output from server: ${JSON.stringify(T)}`)}:void 0,p,_=this._protocol=new G0({ident:this.config.ident,offer:r?void 0:e,onWrite:$=>{Tt(f)&&f.write($)},onError:$=>{$.level==="handshake"&&clearTimeout(this._readyTimeout),_._destruct||f.removeAllListeners("data"),this.emit("error",$);try{f.end()}catch{}},onHeader:$=>{u=!0,this._remoteVer=$.versions.software,$.greeting&&this.emit("greeting",$.greeting)},onHandshakeComplete:$=>{this.emit("handshake",$),l||(l=!0,_.service("ssh-userauth"))},debug:i,hostVerifier:c,messageHandlers:{DEBUG:h,DISCONNECT:($,B,T)=>{if(B!==Yd.BY_APPLICATION){T||(T=F0[B],T===void 0&&(T=`Unexpected disconnection reason: ${B}`));let Q=new Error(T);Q.code=B,this.emit("error",Q)}f.end()},SERVICE_ACCEPT:($,B)=>{B==="ssh-userauth"&&Y()},EXT_INFO:($,B)=>{if(p===void 0){for(let T of B)if(T.name==="server-sig-algs"){p=T.algs;return}p=null}},USERAUTH_BANNER:($,B)=>{this.emit("banner",B)},USERAUTH_SUCCESS:$=>{C(),clearTimeout(this._readyTimeout),this.emit("ready")},USERAUTH_FAILURE:($,B,T)=>{if(x.keyAlgos){let Q=x.keyAlgos[0][0];if(i&&i(`Client: ${x.type} (${Q}) auth failed`),x.keyAlgos.shift(),x.keyAlgos.length){let[ee,fe]=x.keyAlgos[0];switch(x.type){case"agent":_.authPK(x.username,x.agentCtx.currentKey(),ee);return;case"publickey":_.authPK(x.username,x.key,ee);return;case"hostbased":_.authHostbased(x.username,x.key,x.localHostname,x.localUsername,ee,(ie,je)=>{let ft=x.key.sign(ie,fe);if(ft instanceof Error)return ft.message=`Error while signing with key: ${ft.message}`,ft.level="client-authentication",this.emit("error",ft),Y();je(ft)});return}}else x.keyAlgos=void 0}if(x.type==="agent"){let Q=x.agentCtx.pos();return i&&i(`Client: Agent key #${Q+1} failed`),te()}i&&i(`Client: ${x.type} auth failed`),S=T,I=B,Y()},USERAUTH_PASSWD_CHANGEREQ:($,B)=>{x.type==="password"&&this.emit("change password",B,T=>{_.authPassword(this.config.username,this.config.password,T)})},USERAUTH_PK_OK:$=>{let B,T;if(x.keyAlgos&&([B,T]=x.keyAlgos[0]),x.type==="agent"){let Q=x.agentCtx.currentKey();_.authPK(x.username,Q,B,(ee,fe)=>{let ie={hash:T};x.agentCtx.sign(Q,ee,ie,(je,ft)=>{if(je)je.level="agent",this.emit("error",je);else return fe(ft);te()})})}else x.type==="publickey"&&_.authPK(x.username,x.key,B,(Q,ee)=>{let fe=x.key.sign(Q,T);if(fe instanceof Error)return fe.message=`Error signing data with key: ${fe.message}`,fe.level="client-authentication",this.emit("error",fe),Y();ee(fe)})},USERAUTH_INFO_REQUEST:($,B,T,Q)=>{if(x.type==="keyboard-interactive"){if((Array.isArray(Q)?Q.length:0)===0){i&&i("Client: Sending automatic USERAUTH_INFO_RESPONSE"),_.authInfoRes();return}x.prompt(B,T,"",Q,fe=>{_.authInfoRes(fe)})}},REQUEST_SUCCESS:($,B)=>{o.length&&o.shift()(!1,B)},REQUEST_FAILURE:$=>{o.length&&o.shift()(!0)},GLOBAL_REQUEST:($,B,T,Q)=>{B==="hostkeys-00@openssh.com"?(sA(this,Q,(ee,fe)=>{ee||this.emit("hostkeys",fe)}),T&&_.requestSuccess()):T&&_.requestFailure()},CHANNEL_OPEN:($,B)=>{rA(this,B)},CHANNEL_OPEN_CONFIRMATION:($,B)=>{let T=this._chanMgr.get(B.recipient);if(typeof T!="function")return;let Q=T.type==="sftp",fe={type:Q?"session":T.type,incoming:{id:B.recipient,window:Js,packetSize:Zs,state:"open"},outgoing:{id:B.sender,window:B.window,packetSize:B.packetSize,state:"open"}},ie=Q?new z0(this,fe,{debug:i}):new ch(this,fe);this._chanMgr.update(B.recipient,ie),T(void 0,ie)},CHANNEL_OPEN_FAILURE:($,B,T,Q)=>{let ee=this._chanMgr.get(B);if(typeof ee!="function")return;Z0(this,B,{reason:T,description:Q},ee)},CHANNEL_DATA:($,B,T)=>{let Q=this._chanMgr.get(B);if(!(typeof Q!="object"||Q===null)&&Q.incoming.window!==0){if(Q.incoming.window-=T.length,Q.push(T)===!1){Q._waitChanDrain=!0;return}Q.incoming.window<=th&&eh(Q)}},CHANNEL_EXTENDED_DATA:($,B,T,Q)=>{if(Q!==O0)return;let ee=this._chanMgr.get(B);if(!(typeof ee!="object"||ee===null)&&ee.incoming.window!==0){if(ee.incoming.window-=T.length,!ee.stderr.push(T)){ee._waitChanDrain=!0;return}ee.incoming.window<=th&&eh(ee)}},CHANNEL_WINDOW_ADJUST:($,B,T)=>{let Q=this._chanMgr.get(B);typeof Q!="object"||Q===null||(Q.outgoing.window+=T,Q._waitWindow&&(Q._waitWindow=!1,Q._chunk?Q._write(Q._chunk,null,Q._chunkcb):Q._chunkcb?Q._chunkcb():Q._chunkErr?Q.stderr._write(Q._chunkErr,null,Q._chunkcbErr):Q._chunkcbErr&&Q._chunkcbErr()))},CHANNEL_SUCCESS:($,B)=>{let T=this._chanMgr.get(B);typeof T!="object"||T===null||(this._resetKA(),T._callbacks.length&&T._callbacks.shift()(!1))},CHANNEL_FAILURE:($,B)=>{let T=this._chanMgr.get(B);typeof T!="object"||T===null||(this._resetKA(),T._callbacks.length&&T._callbacks.shift()(!0))},CHANNEL_REQUEST:($,B,T,Q,ee)=>{let fe=this._chanMgr.get(B);if(typeof fe!="object"||fe===null)return;let ie=fe._exit;if(ie.code===void 0){switch(T){case"exit-status":fe.emit("exit",ie.code=ee);return;case"exit-signal":fe.emit("exit",ie.code=null,ie.signal=`SIG${ee.signal}`,ie.dump=ee.coreDumped,ie.desc=ee.errorMessage);return}Q&&$.channelFailure(fe.outgoing.id)}},CHANNEL_EOF:($,B)=>{let T=this._chanMgr.get(B);typeof T!="object"||T===null||T.incoming.state==="open"&&(T.incoming.state="eof",T.readable&&T.push(null),T.stderr.readable&&T.stderr.push(null))},CHANNEL_CLOSE:($,B)=>{eA(this,B,this._chanMgr.get(B))}}});f.pause();let E=this.config.keepaliveInterval,b=this.config.keepaliveCountMax,v=0,U,H=()=>{if(++v>b){if(clearInterval(U),f.readable){let $=new Error("Keepalive timeout");$.level="client-timeout",this.emit("error",$),f.destroy()}return}Tt(f)?(o.push(C),_.ping()):clearInterval(U)};function C(){E>0&&(v=0,clearInterval(U),Tt(f)&&(U=setInterval(H,E)))}this._resetKA=C;let F=(()=>{let $=!1;return()=>{if(!$&&($=!0,N&&!u)){let B=Y0("Connection lost before handshake","protocol",!0);this.emit("error",B)}}})(),V=(()=>{let $=!1;return()=>{$||($=!0,N=!0,i&&i("Socket connected"),this.emit("connect"),V0.then(()=>{_.start(),f.on("data",B=>{try{_.parse(B,0,B.length)}catch(T){this.emit("error",T);try{Tt(f)&&f.end()}catch{}}}),f.stderr&&typeof f.stderr.resume=="function"&&f.stderr.resume(),f.resume()}).catch(B=>{this.emit("error",B);try{Tt(f)&&f.end()}catch{}}))}})(),N=!1;f.on("connect",V).on("timeout",()=>{this.emit("timeout")}).on("error",$=>{i&&i(`Socket error: ${$.message}`),clearTimeout(this._readyTimeout),$.level="client-socket",this.emit("error",$)}).on("end",()=>{i&&i("Socket ended"),F(),_.cleanup(),clearTimeout(this._readyTimeout),clearInterval(U),this.emit("end")}).on("close",()=>{i&&i("Socket closed"),F(),_.cleanup(),clearTimeout(this._readyTimeout),clearInterval(U),this.emit("close");let $=o;o=this._callbacks=[];let B=new Error("No response from server");for(let T=0;T<$.length;++T)$[T](B);this._chanMgr.cleanup(B)});let x,S=null,I=null,k=["none"];this.config.password!==void 0&&k.push("password"),a!==void 0&&k.push("publickey"),this._agent!==void 0&&k.push("agent"),this.config.tryKeyboard&&k.push("keyboard-interactive"),a!==void 0&&this.config.localHostname!==void 0&&this.config.localUsername!==void 0&&k.push("hostbased"),Array.isArray(s)?s=sh(s):typeof s!="function"&&(s=sh(k));let R=!1,ne=$=>{if(!R){if(R=!0,$===!1){let B=new Error("All configured authentication methods failed");B.level="client-authentication",this.emit("error",B),this.end();return}if(typeof $=="string"){let B=$;if(k.indexOf(B)===-1)return z(`Authentication method not allowed: ${B}`);let T=this.config.username;switch(B){case"password":$={type:B,username:T,password:this.config.password};break;case"publickey":$={type:B,username:T,key:a};break;case"hostbased":$={type:B,username:T,key:a,localHostname:this.config.localHostname,localUsername:this.config.localUsername};break;case"agent":$={type:B,username:T,agentCtx:new Xd(this._agent)};break;case"keyboard-interactive":$={type:B,username:T,prompt:(...Q)=>this.emit("keyboard-interactive",...Q)};break;case"none":$={type:B,username:T};break;default:return z(`Skipping unsupported authentication method: ${$}`)}}else{if(typeof $!="object"||$===null)return z(`Skipping invalid authentication attempt: ${$}`);{let B=$.username;if(typeof B!="string")return z(`Skipping invalid authentication attempt: ${$}`);let T=$.type;switch(T){case"password":{let{password:Q}=$;if(typeof Q!="string"&&!Buffer.isBuffer(Q))return z("Skipping invalid password auth attempt");$={type:T,username:B,password:Q};break}case"publickey":{let Q=Xs($.key,$.passphrase);if(Q instanceof Error)return z("Skipping invalid key auth attempt");if(!Q.isPrivateKey())return z("Skipping non-private key");$={type:T,username:B,key:Q};break}case"hostbased":{let{localHostname:Q,localUsername:ee}=$,fe=Xs($.key,$.passphrase);if(fe instanceof Error||typeof Q!="string"||typeof ee!="string")return z("Skipping invalid hostbased auth attempt");if(!fe.isPrivateKey())return z("Skipping non-private key");$={type:T,username:B,key:fe,localHostname:Q,localUsername:ee};break}case"agent":{let Q=$.agent;if(typeof Q=="string"&&Q.length)Q=Jd(Q);else if(!Zd(Q))return z(`Skipping invalid agent: ${$.agent}`);$={type:T,username:B,agentCtx:new Xd(Q)};break}case"keyboard-interactive":{let{prompt:Q}=$;if(typeof Q!="function")return z("Skipping invalid keyboard-interactive auth attempt");$={type:T,username:B,prompt:Q};break}case"none":$={type:T,username:B};break;default:return z(`Skipping unsupported authentication method: ${$}`)}}}x=$;try{let B=x.username;switch(x.type){case"password":_.authPassword(B,x.password);break;case"publickey":{let T;if(x.keyAlgos=ic(this,x.key,p),x.keyAlgos)if(x.keyAlgos.length)T=x.keyAlgos[0][0];else return z("Skipping key authentication (no mutual hash algorithm)");_.authPK(B,x.key,T);break}case"hostbased":{let T,Q;if(x.keyAlgos=ic(this,x.key,p),x.keyAlgos)if(x.keyAlgos.length)[T,Q]=x.keyAlgos[0];else return z("Skipping hostbased authentication (no mutual hash algorithm)");_.authHostbased(B,x.key,x.localHostname,x.localUsername,T,(ee,fe)=>{let ie=x.key.sign(ee,Q);if(ie instanceof Error)return ie.message=`Error while signing with key: ${ie.message}`,ie.level="client-authentication",this.emit("error",ie),Y();fe(ie)});break}case"agent":x.agentCtx.init(T=>{if(T)return T.level="agent",this.emit("error",T),Y();te()});break;case"keyboard-interactive":_.authKeyboard(B);break;case"none":_.authNone(B);break}}finally{R=!1}}};function z($){i&&i($),process.nextTick(Y)}function Y(){R=!1;let $=s(I,S,ne);R||$===void 0||ne($)}let te=()=>{if(x.type==="agent"){let $=x.agentCtx.nextKey();if($===!1)i&&i("Agent: No more keys left to try"),i&&i("Client: agent auth failed"),Y();else{let B=x.agentCtx.pos(),T;if(x.keyAlgos=ic(this,$,p),x.keyAlgos)if(x.keyAlgos.length)T=x.keyAlgos[0][0];else{i&&i(`Agent: Skipping key #${B+1} (no mutual hash algorithm)`),te();return}i&&i(`Agent: Trying key #${B+1}`),_.authPK(x.username,$,T)}}},ce=()=>{this.config.readyTimeout>0&&(this._readyTimeout=setTimeout(()=>{let $=new Error("Timed out while waiting for handshake");$.level="client-timeout",this.emit("error",$),f.destroy()},this.config.readyTimeout))};if(t.sock)ce(),typeof f.connecting=="boolean"&&f.connecting||V();else{let $=this.config.host,B=this.config.forceIPv4,T=this.config.forceIPv6;i&&i(`Client: Trying ${$} on port ${this.config.port} ...`);let Q=()=>{ce(),f.connect({host:$,port:this.config.port,localAddress:this.config.localAddress,localPort:this.config.localPort}),f.setMaxListeners(0),f.setTimeout(typeof t.timeout=="number"?t.timeout:0)};!B&&!T||B&&T?Q():U0($,B?4:6,(ee,fe,ie)=>{if(ee){let je=B?"IPv4":"IPv6",ft=new Error(`Error while looking up ${je} address for '${$}': ${ee}`);clearTimeout(this._readyTimeout),ft.level="client-dns",this.emit("error",ft),this.emit("close");return}$=fe,Q()})}return this}end(){return this._sock&&Tt(this._sock)&&(this._protocol.disconnect(Yd.BY_APPLICATION),this._sock.end()),this}destroy(){return this._sock&&Tt(this._sock)&&this._sock.destroy(),this}exec(t,e,r){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");typeof e=="function"&&(r=e,e={});let s={allowHalfOpen:e.allowHalfOpen!==!1};return Kr(this,"session",s,(i,o)=>{if(i){r(i);return}let a=[];function c(f){if(f){o.close(),r(f);return}a.length&&a.shift()()}(this.config.allowAgentFwd===!0||e&&e.agentForward===!0&&this._agent!==void 0)&&a.push(()=>ih(o,c)),typeof e=="object"&&e!==null&&(typeof e.env=="object"&&e.env!==null&&nc(o,e.env),(typeof e.pty=="object"&&e.pty!==null||e.pty===!0)&&a.push(()=>rh(o,e.pty,c)),(typeof e.x11=="object"&&e.x11!==null||e.x11==="number"||e.x11===!0)&&a.push(()=>nh(o,e.x11,c))),a.push(()=>nA(o,t,e,r)),a.shift()()}),this}shell(t,e,r){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof t=="function"?(r=t,t=e=void 0):typeof e=="function"&&(r=e,e=void 0),t&&(t.x11!==void 0||t.env!==void 0)&&(e=t,t=void 0),Kr(this,"session",(s,i)=>{if(s){r(s);return}let o=[];function a(c){if(c){i.close(),r(c);return}o.length&&o.shift()()}(this.config.allowAgentFwd===!0||e&&e.agentForward===!0&&this._agent!==void 0)&&o.push(()=>ih(i,a)),t!==!1&&o.push(()=>rh(i,t,a)),typeof e=="object"&&e!==null&&(typeof e.env=="object"&&e.env!==null&&nc(i,e.env),(typeof e.x11=="object"&&e.x11!==null||e.x11==="number"||e.x11===!0)&&o.push(()=>nh(i,e.x11,a))),o.push(()=>tA(i,r)),o.shift()()}),this}subsys(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return Kr(this,"session",(r,s)=>{if(r){e(r);return}rc(s,t,(i,o)=>{if(i){e(i);return}e(void 0,o)})}),this}forwardIn(t,e,r){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let s=typeof r=="function";return s&&this._callbacks.push((i,o)=>{if(i){r(i!==!0?i:new Error(`Unable to bind to ${t}:${e}`));return}let a=e;e===0&&o&&o.length>=4&&(a=j0(o,0),this._protocol._compatFlags&oh.DYN_RPORT_BUG||(e=a)),this._forwarding[`${t}:${e}`]=a,r(void 0,a)}),this._protocol.tcpipForward(t,e,s),this}unforwardIn(t,e,r){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let s=typeof r=="function";return s&&this._callbacks.push(i=>{if(i){r(i!==!0?i:new Error(`Unable to unbind from ${t}:${e}`));return}delete this._forwarding[`${t}:${e}`],r()}),this._protocol.cancelTcpipForward(t,e,s),this}forwardOut(t,e,r,s,i){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let o={srcIP:t,srcPort:e,dstIP:r,dstPort:s};return typeof i!="function"&&(i=sc),Kr(this,"direct-tcpip",o,i),this}openssh_noMoreSessions(t){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let e=typeof t=="function";return!this.config.strictVendor||this.config.strictVendor&&Oi.test(this._remoteVer)?(e&&this._callbacks.push(r=>{if(r){t(r!==!0?r:new Error("Unable to disable future sessions"));return}t()}),this._protocol.openssh_noMoreSessions(e),this):e?(process.nextTick(t,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_forwardInStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let r=typeof e=="function";return!this.config.strictVendor||this.config.strictVendor&&Oi.test(this._remoteVer)?(r&&this._callbacks.push(s=>{if(s){e(s!==!0?s:new Error(`Unable to bind to ${t}`));return}this._forwardingUnix[t]=!0,e()}),this._protocol.openssh_streamLocalForward(t,r),this):r?(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_unforwardInStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");let r=typeof e=="function";return!this.config.strictVendor||this.config.strictVendor&&Oi.test(this._remoteVer)?(r&&this._callbacks.push(s=>{if(s){e(s!==!0?s:new Error(`Unable to unbind from ${t}`));return}delete this._forwardingUnix[t],e()}),this._protocol.openssh_cancelStreamLocalForward(t,r),this):r?(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this):this}openssh_forwardOutStreamLocal(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof e!="function"&&(e=sc),!this.config.strictVendor||this.config.strictVendor&&Oi.test(this._remoteVer)?(Kr(this,"direct-streamlocal@openssh.com",{socketPath:t},e),this):(process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version")),this)}sftp(t,e){if(!this._sock||!Tt(this._sock))throw new Error("Not connected");return typeof t=="function"&&(e=t,t=void 0),Kr(this,"sftp",(r,s)=>{if(r){e(r);return}let i=(o,a)=>{if(o){e(o);return}function c(){s.removeListener("ready",f),s.removeListener("error",l),s.removeListener("exit",u),s.removeListener("close",u)}function f(){c(),e(void 0,s)}function l(h){c(),e(h)}function u(h,p){c();let _;typeof h=="number"?_=`Received exit code ${h} while establishing SFTP session`:p!==void 0?_=`Received signal ${p} while establishing SFTP session`:_="Received unexpected SFTP session termination";let E=new Error(_);E.code=h,E.signal=p,e(E)}s.on("ready",f).on("error",l).on("exit",u).on("close",u),s._init()};typeof t=="object"&&t!==null?nc(s,t,o=>{if(o){e(o);return}rc(s,"sftp",i)}):rc(s,"sftp",i)}),this}setNoDelay(t){return this._sock&&typeof this._sock.setNoDelay=="function"&&this._sock.setNoDelay(t),this}};function Kr(n,t,e,r){let s=Js,i=Zs;typeof e=="function"&&(r=e,e={});let o=(c,f)=>{r(c,f)};o.type=t;let a=n._chanMgr.add(o);if(a===-1){r(new Error("No free channels available"));return}switch(t){case"session":case"sftp":n._protocol.session(a,s,i);break;case"direct-tcpip":n._protocol.directTcpip(a,s,i,e);break;case"direct-streamlocal@openssh.com":n._protocol.openssh_directStreamLocal(a,s,i,e);break;default:throw new Error(`Unsupported channel type: ${t}`)}}function nh(n,t,e){let r={single:!1,protocol:"MIT-MAGIC-COOKIE-1",cookie:void 0,screen:0};typeof t=="function"?e=t:typeof t=="object"&&t!==null&&(typeof t.single=="boolean"&&(r.single=t.single),typeof t.screen=="number"&&(r.screen=t.screen),typeof t.protocol=="string"&&(r.protocol=t.protocol),typeof t.cookie=="string"?r.cookie=t.cookie:Buffer.isBuffer(t.cookie)&&(r.cookie=t.cookie.hexSlice(0,t.cookie.length))),r.cookie===void 0&&(r.cookie=iA());let s=typeof e=="function";if(n.outgoing.state!=="open"){s&&e(new Error("Channel is not open"));return}s&&n._callbacks.push(i=>{if(i){e(i!==!0?i:new Error("Unable to request X11"));return}n._hasX11=!0,++n._client._acceptX11,n.once("close",()=>{n._client._acceptX11&&--n._client._acceptX11}),e()}),n._client._protocol.x11Forward(n.outgoing.id,r,s)}function rh(n,t,e){let r=24,s=80,i=640,o=480,a="vt100",c=null;typeof t=="function"?e=t:typeof t=="object"&&t!==null&&(typeof t.rows=="number"&&(r=t.rows),typeof t.cols=="number"&&(s=t.cols),typeof t.width=="number"&&(i=t.width),typeof t.height=="number"&&(o=t.height),typeof t.term=="string"&&(a=t.term),typeof t.modes=="object"&&(c=t.modes));let f=typeof e=="function";if(n.outgoing.state!=="open"){f&&e(new Error("Channel is not open"));return}f&&n._callbacks.push(l=>{if(l){e(l!==!0?l:new Error("Unable to request a pseudo-terminal"));return}e()}),n._client._protocol.pty(n.outgoing.id,r,s,o,i,a,c,f)}function ih(n,t){let e=typeof t=="function";if(n.outgoing.state!=="open"){e&&t(new Error("Channel is not open"));return}if(n._client._agentFwdEnabled){e&&t(!1);return}n._client._agentFwdEnabled=!0,n._callbacks.push(r=>{if(r){n._client._agentFwdEnabled=!1,e&&t(r!==!0?r:new Error("Unable to request agent forwarding"));return}e&&t()}),n._client._protocol.openssh_agentForward(n.outgoing.id,!0)}function tA(n,t){if(n.outgoing.state!=="open"){t(new Error("Channel is not open"));return}n._callbacks.push(e=>{if(e){t(e!==!0?e:new Error("Unable to open shell"));return}n.subtype="shell",t(void 0,n)}),n._client._protocol.shell(n.outgoing.id,!0)}function nA(n,t,e,r){if(n.outgoing.state!=="open"){r(new Error("Channel is not open"));return}n._callbacks.push(s=>{if(s){r(s!==!0?s:new Error("Unable to exec"));return}n.subtype="exec",n.allowHalfOpen=e.allowHalfOpen!==!1,r(void 0,n)}),n._client._protocol.exec(n.outgoing.id,t,!0)}function nc(n,t,e){let r=typeof e=="function";if(n.outgoing.state!=="open"){r&&e(new Error("Channel is not open"));return}r&&n._callbacks.push(i=>{if(i){e(i!==!0?i:new Error("Unable to set environment"));return}e()});let s=Object.keys(t||{});for(let i=0;i<s.length;++i){let o=s[i],a=t[o];n._client._protocol.env(n.outgoing.id,o,a,r)}}function rc(n,t,e){if(n.outgoing.state!=="open"){e(new Error("Channel is not open"));return}n._callbacks.push(r=>{if(r){e(r!==!0?r:new Error(`Unable to start subsystem: ${t}`));return}n.subtype="subsystem",e(void 0,n)}),n._client._protocol.subsystem(n.outgoing.id,t,!0)}function rA(n,t){let e=-1,r,s=()=>{let c={type:t.type,incoming:{id:e,window:Js,packetSize:Zs,state:"open"},outgoing:{id:t.sender,window:t.window,packetSize:t.packetSize,state:"open"}},f=new ch(n,c);return n._chanMgr.update(e,f),n._protocol.channelOpenConfirm(t.sender,e,Js,Zs),f},i=()=>{r===void 0&&(e===-1?r=$i.RESOURCE_SHORTAGE:r=$i.CONNECT_FAILED),e!==-1&&n._chanMgr.remove(e),n._protocol.channelOpenFail(t.sender,r,"")},o=()=>(e=n._chanMgr.add(),e===-1&&(r=$i.RESOURCE_SHORTAGE,n.config.debug&&n.config.debug("Client: Automatic rejection of incoming channel open: no channels available")),e!==-1),a=t.data;switch(t.type){case"forwarded-tcpip":{let c=n._forwarding[`${a.destIP}:${a.destPort}`];if(c!==void 0&&o()){a.destPort===0&&(a.destPort=c),n.emit("tcp connection",a,s,i);return}break}case"forwarded-streamlocal@openssh.com":if(n._forwardingUnix[a.socketPath]!==void 0&&o()){n.emit("unix connection",a,s,i);return}break;case"auth-agent@openssh.com":if(n._agentFwdEnabled&&typeof n._agent.getStream=="function"&&o()){n._agent.getStream((c,f)=>{if(c)return i();let l=s();l.pipe(f).pipe(l)});return}break;case"x11":if(n._acceptX11!==0&&o()){n.emit("x11",a,s,i);return}break;default:r=$i.UNKNOWN_CHANNEL_TYPE,n.config.debug&&n.config.debug(`Client: Automatic rejection of unsupported incoming channel open type: ${t.type}`)}r===void 0&&(r=$i.ADMINISTRATIVELY_PROHIBITED,n.config.debug&&n.config.debug("Client: Automatic rejection of unexpected incoming channel open for: "+t.type)),i()}var iA=(()=>{let n=Buffer.allocUnsafe(16);return()=>(L0(n,0,16),n.hexSlice(0,16))})();function sh(n){if(!Array.isArray(n))throw new Error("authList must be an array");let t=0;return(e,r,s)=>t===n.length?!1:n[t++]}function sA(n,t,e){if(!n._sock||!Tt(n._sock))return;if(typeof e!="function"&&(e=sc),!Array.isArray(t))throw new TypeError("Invalid keys argument type");let r=[];for(let s of t){let i=Xs(s);if(i instanceof Error)throw i;r.push(i)}if(!n.config.strictVendor||n.config.strictVendor&&Oi.test(n._remoteVer)){n._callbacks.push((s,i)=>{if(s){e(s!==!0?s:new Error("Server failed to prove supplied keys"));return}let o=[],a=0;for(Ys.init(i,0);Ys.avail()&&a!==r.length;){let c=r[a++],f=c.getPublicSSH(),l=Ys.readString();js.init(l,0);let u=js.readString(!0),h=js.readString(),p;if(u!==c.type)if(c.type==="ssh-rsa")switch(u){case"rsa-sha2-256":p="sha256";break;case"rsa-sha2-512":p="sha512";break;default:continue}else continue;let _=n._protocol._kex.sessionID,E=Buffer.allocUnsafe(37+_.length+4+f.length),b=0;tc(E,29,b),E.utf8Write("hostkeys-prove-00@openssh.com",b+=4,29),tc(E,_.length,b+=29),jd(_,E,0,_.length,b+=4),tc(E,f.length,b+=_.length),jd(f,E,0,f.length,b+=4),(h=X0(h,u))&&c.verify(E,h,p)===!0&&o.push(c)}js.clear(),Ys.clear(),e(null,o)}),n._protocol.openssh_hostKeysProve(r);return}process.nextTick(e,new Error("strictVendor enabled and server is not OpenSSH or compatible version"))}function ic(n,t,e){switch(t.type){case"ssh-rsa":if(n._protocol._compatFlags&oh.IMPLY_RSA_SHA2_SIGALGS&&(Array.isArray(e)?e=["rsa-sha2-256","rsa-sha2-512",...e]:e=["rsa-sha2-256","rsa-sha2-512"]),Array.isArray(e)){if(e.indexOf("rsa-sha2-256")!==-1)return[["rsa-sha2-256","sha256"]];if(e.indexOf("rsa-sha2-512")!==-1)return[["rsa-sha2-512","sha512"]];if(e.indexOf("ssh-rsa")===-1)return[]}return[["ssh-rsa","sha1"]]}}fh.exports=oc});var uh=ct(lh=>{"use strict";var{Agent:fc}=require("http"),{Agent:oA}=require("https"),{connect:aA}=require("tls"),cc;for(let n of[fc,oA]){class t extends n{constructor(r,s){super(s),this._connectCfg=r,this._defaultSrcIP=s&&s.srcIP||"localhost"}createConnection(r,s){let i=r&&r.localAddress||this._defaultSrcIP,o=r&&r.localPort||0,a=r.host,c=r.port;cc===void 0&&(cc=ac());let f=new cc,l=!1;f.on("ready",()=>{f.forwardOut(i,o,a,c,(u,h)=>{if(l=!0,u)return f.end(),s(u);h.once("close",()=>f.end()),s(null,cA(h,n,r))})}).on("error",s).on("close",()=>{l||s(new Error("Unexpected connection close"))}).connect(this._connectCfg)}}lh[n===fc?"SSHTTPAgent":"SSHTTPSAgent"]=t}function Fi(){}function cA(n,t,e){if(t===fc)return n.setKeepAlive=Fi,n.setNoDelay=Fi,n.setTimeout=Fi,n.ref=Fi,n.unref=Fi,n.destroySoon=n.destroy,n;e.socket=n;let r=aA(e),s=(()=>{let i=!1;return()=>{i||(i=!0,n.isPaused()&&n.resume())}})();return r.on("end",s).on("close",s),r}});var hh=ct((aS,hc)=>{"use strict";var{Server:fA}=require("net"),Qi=require("events"),{listenerCount:Gt}=Qi,{CHANNEL_OPEN_FAILURE:Vr,DEFAULT_CIPHER:lA,DEFAULT_COMPRESSION:uA,DEFAULT_KEX:dA,DEFAULT_MAC:hA,DEFAULT_SERVER_HOST_KEY:pA,DISCONNECT_REASON:Gr,DISCONNECT_REASON_BY_VALUE:gA,SUPPORTED_CIPHER:mA,SUPPORTED_COMPRESSION:AA,SUPPORTED_KEX:EA,SUPPORTED_MAC:yA,SUPPORTED_SERVER_HOST_KEY:_A}=Mn(),{init:bA}=Gn(),{KexInit:xA}=Us(),{parseKey:dh}=jn(),SA=Da(),{SFTP:wA}=Li(),{writeUInt32BE:IA}=gn(),{Channel:zr,MAX_WINDOW:Zn,PACKET_SIZE:er,windowAdjust:CA,WINDOW_THRESHOLD:vA}=Xa(),{ChannelManager:kA,generateAlgorithmList:Hi,isWritable:eo,onChannelOpenFailure:BA,onCHANNEL_CLOSE:RA}=ec(),NA=10,tr=class extends Qi{constructor(t,e,r,s,i){super(),this.username=this.user=e,this.service=r,this.method=s,this._initialResponse=!1,this._finalResponse=!1,this._multistep=!1,this._cbfinal=(o,a,c)=>{this._finalResponse||(this._finalResponse=!0,i(this,o,a,c))},this._protocol=t}accept(){this._cleanup&&this._cleanup(),this._initialResponse=!0,this._cbfinal(!0)}reject(t,e){this._cleanup&&this._cleanup(),this._initialResponse=!0,this._cbfinal(!1,t,e)}},to=class extends tr{constructor(t,e,r,s,i,o){super(t,e,r,s,o),this._multistep=!0,this._cb=void 0,this._onInfoResponse=a=>{let c=this._cb;c&&(this._cb=void 0,c(a))},this.submethods=i,this.on("abort",()=>{this._cb&&this._cb(new Error("Authentication request aborted"))})}prompt(t,e,r,s){Array.isArray(t)||(t=[t]),typeof e=="function"?(s=e,e=r=void 0):typeof r=="function"?(s=r,r=void 0):typeof s!="function"&&(s=void 0);for(let i=0;i<t.length;++i)typeof t[i]=="string"&&(t[i]={prompt:t[i],echo:!0});this._cb=s,this._initialResponse=!0,this._protocol.authInfoReq(e,r,t)}},uc=class extends tr{constructor(t,e,r,s,i,o){super(t,e,r,s,o),this.key={algo:i.keyAlgo,data:i.key},this.hashAlgo=i.hashAlgo,this.signature=i.signature,this.blob=i.blob}accept(){this.signature?tr.prototype.accept.call(this):(this._initialResponse=!0,this._protocol.authPKOK(this.key.algo,this.key.data))}},dc=class extends tr{constructor(t,e,r,s,i,o){super(t,e,r,s,o),this.key={algo:i.keyAlgo,data:i.key},this.hashAlgo=i.hashAlgo,this.signature=i.signature,this.blob=i.blob,this.localHostname=i.localHostname,this.localUsername=i.localUsername}},no=class extends tr{constructor(t,e,r,s,i,o){super(t,e,r,s,o),this.password=i,this._changeCb=void 0}requestChange(t,e){if(this._changeCb)throw new Error("Change request already in progress");if(typeof t!="string")throw new Error("prompt argument must be a string");if(typeof e!="function")throw new Error("Callback argument must be a function");this._changeCb=e,this._protocol.authPasswdChg(t)}},kn=class extends Qi{constructor(t,e,r){super(),this.type="session",this.subtype=void 0,this.server=!0,this._ending=!1,this._channel=void 0,this._chanInfo={type:"session",incoming:{id:r,window:Zn,packetSize:er,state:"open"},outgoing:{id:e.sender,window:e.window,packetSize:e.packetSize,state:"open"}}}},cn=class extends Qi{constructor(t,e){if(super(),typeof t!="object"||t===null)throw new Error("Missing configuration object");let r=Object.create(null),s=[],i=t.hostKeys;if(!Array.isArray(i))throw new Error("hostKeys must be an array");let o=typeof t.algorithms=="object"&&t.algorithms!==null?t.algorithms:{},a=Hi(o.serverHostKey,pA,_A);for(let h=0;h<i.length;++h){let p;if(Buffer.isBuffer(i[h])||typeof i[h]=="string"?p=dh(i[h]):p=dh(i[h].key,i[h].passphrase),p instanceof Error)throw new Error(`Cannot parse privateKey: ${p.message}`);if(Array.isArray(p)&&(p=p[0]),p.getPrivatePEM()===null)throw new Error("privateKey value contains an invalid private key");if(!s.includes(p.type))if(p.type==="ssh-rsa"){let _=a.indexOf("ssh-rsa"),E=a.indexOf("rsa-sha2-256"),b=a.indexOf("rsa-sha2-512");_===-1&&(_=1/0),[_,E,b].sort(PA).forEach(v=>{if(v===-1)return;let U;switch(v){case _:U="ssh-rsa";break;case E:U="rsa-sha2-256";break;case b:U="rsa-sha2-512";break;default:return}r[U]=p,s.push(U)})}else r[p.type]=p,s.push(p.type)}let c={kex:Hi(o.kex,dA,EA).concat(["kex-strict-s-v00@openssh.com"]),serverHostKey:s,cs:{cipher:Hi(o.cipher,lA,mA),mac:Hi(o.hmac,hA,yA),compress:Hi(o.compress,uA,AA),lang:[]},sc:void 0};c.sc=c.cs,typeof e=="function"&&this.on("connection",e);let f=typeof t.debug=="function"?t.debug:void 0,l=t.ident?Buffer.from(t.ident):void 0,u=new xA(c);this._srv=new fA(h=>{if(this._connections>=this.maxConnections){h.destroy();return}++this._connections,h.once("close",()=>{--this._connections});let p;if(f){let _=`[${process.hrtime().join(".")}] `;p=E=>{f(`${_}${E}`)}}new ro(h,r,l,u,p,this,t)}).on("error",h=>{this.emit("error",h)}).on("listening",()=>{this.emit("listening")}).on("close",()=>{this.emit("close")}),this._connections=0,this.maxConnections=1/0}injectSocket(t){this._srv.emit("connection",t)}listen(...t){return this._srv.listen(...t),this}address(){return this._srv.address()}getConnections(t){return this._srv.getConnections(t),this}close(t){return this._srv.close(t),this}ref(){return this._srv.ref(),this}unref(){return this._srv.unref(),this}};cn.KEEPALIVE_CLIENT_INTERVAL=15e3;cn.KEEPALIVE_CLIENT_COUNT_MAX=3;var ro=class extends Qi{constructor(t,e,r,s,i,o,a){super();let c=0,f=!1,l=[],u,h,p,_=[];this._sock=t,this._chanMgr=new kA(this),this._debug=i,this.noMoreSessions=!1,this.authenticated=!1;function E(N){}this.on("error",E);let b=i?(N,x,S)=>{i(`Debug output from client: ${JSON.stringify(S)}`)}:void 0,v=typeof a.keepaliveInterval=="number"&&isFinite(a.keepaliveInterval)&&a.keepaliveInterval>0?a.keepaliveInterval:typeof cn.KEEPALIVE_CLIENT_INTERVAL=="number"&&isFinite(cn.KEEPALIVE_CLIENT_INTERVAL)&&cn.KEEPALIVE_CLIENT_INTERVAL>0?cn.KEEPALIVE_CLIENT_INTERVAL:-1,U=typeof a.keepaliveCountMax=="number"&&isFinite(a.keepaliveCountMax)&&a.keepaliveCountMax>=0?a.keepaliveCountMax:typeof cn.KEEPALIVE_CLIENT_COUNT_MAX=="number"&&isFinite(cn.KEEPALIVE_CLIENT_COUNT_MAX)&&cn.KEEPALIVE_CLIENT_COUNT_MAX>=0?cn.KEEPALIVE_CLIENT_COUNT_MAX:-1,H=0;v!==-1&&U!==-1&&(this.once("ready",()=>{let N=()=>{clearInterval(h)};this.on("close",N).on("end",N),h=setInterval(()=>{if(++H>U){clearInterval(h);let x=new Error("Keepalive timeout");x.level="client-timeout",this.emit("error",x),this.end()}else C.ping()},v)}),p=()=>{h&&h.refresh(),H=0});let C=this._protocol=new SA({server:!0,hostKeys:e,ident:r,offer:s,onPacket:p,greeting:a.greeting,banner:a.banner,onWrite:N=>{eo(t)&&t.write(N)},onError:N=>{C._destruct||t.removeAllListeners("data"),this.emit("error",N);try{t.end()}catch{}},onHeader:N=>{this.removeListener("error",E);let x={ip:t.remoteAddress,family:t.remoteFamily,port:t.remotePort,header:N};if(!o.emit("connection",this,x)){C.disconnect(Gr.BY_APPLICATION),t.end();return}N.greeting&&this.emit("greeting",N.greeting)},onHandshakeComplete:N=>{++c>1&&this.emit("rekey"),this.emit("handshake",N)},debug:i,messageHandlers:{DEBUG:b,DISCONNECT:(N,x,S)=>{if(x!==Gr.BY_APPLICATION){S||(S=gA[x],S===void 0&&(S=`Unexpected disconnection reason: ${x}`));let I=new Error(S);I.code=x,this.emit("error",I)}t.end()},CHANNEL_OPEN:(N,x)=>{if(x.type==="session"&&this.noMoreSessions||!this.authenticated){let te=Vr.ADMINISTRATIVELY_PROHIBITED;return C.channelOpenFail(x.sender,te)}let S=-1,I,k=!1,R,ne=()=>{k||(k=!0,I===void 0&&(S===-1?I=Vr.RESOURCE_SHORTAGE:I=Vr.CONNECT_FAILED),S!==-1&&this._chanMgr.remove(S),C.channelOpenFail(x.sender,I,""))},z=()=>(S=this._chanMgr.add(),S===-1&&(I=Vr.RESOURCE_SHORTAGE,i&&i("Automatic rejection of incoming channel open: no channels available")),S!==-1),Y=x.data;switch(x.type){case"session":if(Gt(this,"session")&&z()){R=()=>{if(k)return;k=!0;let te=new kn(this,x,S);return this._chanMgr.update(S,te),C.channelOpenConfirm(x.sender,S,Zn,er),te},this.emit("session",R,ne);return}break;case"direct-tcpip":if(Gt(this,"tcpip")&&z()){R=()=>{if(k)return;k=!0;let te={type:void 0,incoming:{id:S,window:Zn,packetSize:er,state:"open"},outgoing:{id:x.sender,window:x.window,packetSize:x.packetSize,state:"open"}},ce=new zr(this,te,{server:!0});return this._chanMgr.update(S,ce),C.channelOpenConfirm(x.sender,S,Zn,er),ce},this.emit("tcpip",R,ne,Y);return}break;case"direct-streamlocal@openssh.com":if(Gt(this,"openssh.streamlocal")&&z()){R=()=>{if(k)return;k=!0;let te={type:void 0,incoming:{id:S,window:Zn,packetSize:er,state:"open"},outgoing:{id:x.sender,window:x.window,packetSize:x.packetSize,state:"open"}},ce=new zr(this,te,{server:!0});return this._chanMgr.update(S,ce),C.channelOpenConfirm(x.sender,S,Zn,er),ce},this.emit("openssh.streamlocal",R,ne,Y);return}break;default:I=Vr.UNKNOWN_CHANNEL_TYPE,i&&i(`Automatic rejection of unsupported incoming channel open type: ${x.type}`)}I===void 0&&(I=Vr.ADMINISTRATIVELY_PROHIBITED,i&&i(`Automatic rejection of unexpected incoming channel open for: ${x.type}`)),ne()},CHANNEL_OPEN_CONFIRMATION:(N,x)=>{let S=this._chanMgr.get(x.recipient);if(typeof S!="function")return;let I={type:S.type,incoming:{id:x.recipient,window:Zn,packetSize:er,state:"open"},outgoing:{id:x.sender,window:x.window,packetSize:x.packetSize,state:"open"}},k=new zr(this,I,{server:!0});this._chanMgr.update(x.recipient,k),S(void 0,k)},CHANNEL_OPEN_FAILURE:(N,x,S,I)=>{let k=this._chanMgr.get(x);if(typeof k!="function")return;BA(this,x,{reason:S,description:I},k)},CHANNEL_DATA:(N,x,S)=>{let I=this._chanMgr.get(x);if(!(typeof I!="object"||I===null)&&!(I.constructor===kn&&(I=I._channel,!I))&&I.incoming.window!==0){if(I.incoming.window-=S.length,I.push(S)===!1){I._waitChanDrain=!0;return}I.incoming.window<=vA&&CA(I)}},CHANNEL_EXTENDED_DATA:(N,x,S,I)=>{},CHANNEL_WINDOW_ADJUST:(N,x,S)=>{let I=this._chanMgr.get(x);typeof I!="object"||I===null||I.constructor===kn&&(I=I._channel,!I)||(I.outgoing.window+=S,I._waitWindow&&(I._waitWindow=!1,I._chunk?I._write(I._chunk,null,I._chunkcb):I._chunkcb?I._chunkcb():I._chunkErr?I.stderr._write(I._chunkErr,null,I._chunkcbErr):I._chunkcbErr&&I._chunkcbErr()))},CHANNEL_SUCCESS:(N,x)=>{let S=this._chanMgr.get(x);typeof S!="object"||S===null||S.constructor===kn&&(S=S._channel,!S)||S._callbacks.length&&S._callbacks.shift()(!1)},CHANNEL_FAILURE:(N,x)=>{let S=this._chanMgr.get(x);typeof S!="object"||S===null||S.constructor===kn&&(S=S._channel,!S)||S._callbacks.length&&S._callbacks.shift()(!0)},CHANNEL_REQUEST:(N,x,S,I,k)=>{let R=this._chanMgr.get(x);if(typeof R!="object"||R===null)return;let ne=!1,z,Y;if(R.constructor!==kn){I&&C.channelFailure(R.outgoing.id);return}if(I&&(S!=="shell"&&S!=="exec"&&S!=="subsystem"&&(z=()=>{ne||R._ending||R._channel||(ne=!0,C.channelSuccess(R._chanInfo.outgoing.id))}),Y=()=>{ne||R._ending||R._channel||(ne=!0,C.channelFailure(R._chanInfo.outgoing.id))}),R._ending){Y&&Y();return}switch(S){case"env":if(Gt(R,"env")){R.emit("env",z,Y,{key:k.name,val:k.value});return}break;case"pty-req":if(Gt(R,"pty")){R.emit("pty",z,Y,k);return}break;case"window-change":Gt(R,"window-change")?R.emit("window-change",z,Y,k):Y&&Y();break;case"x11-req":if(Gt(R,"x11")){R.emit("x11",z,Y,k);return}break;case"signal":if(Gt(R,"signal")){R.emit("signal",z,Y,{name:k});return}break;case"auth-agent-req@openssh.com":if(Gt(R,"auth-agent")){R.emit("auth-agent",z,Y);return}break;case"shell":if(Gt(R,"shell")){z=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&C.channelSuccess(R._chanInfo.outgoing.id);let te=new zr(this,R._chanInfo,{server:!0});return te.subtype=R.subtype=S,R._channel=te,te},R.emit("shell",z,Y);return}break;case"exec":if(Gt(R,"exec")){z=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&C.channelSuccess(R._chanInfo.outgoing.id);let te=new zr(this,R._chanInfo,{server:!0});return te.subtype=R.subtype=S,R._channel=te,te},R.emit("exec",z,Y,{command:k});return}break;case"subsystem":{let te=k==="sftp";if(z=()=>{if(ne||R._ending||R._channel)return;ne=!0,I&&C.channelSuccess(R._chanInfo.outgoing.id);let ce;return te?ce=new wA(this,R._chanInfo,{server:!0,debug:i}):(ce=new zr(this,R._chanInfo,{server:!0}),ce.subtype=R.subtype=`${S}:${k}`),R._channel=ce,ce},k==="sftp"){if(Gt(R,"sftp")){R.emit("sftp",z,Y);return}te=!1}if(Gt(R,"subsystem")){R.emit("subsystem",z,Y,{name:k});return}break}}i&&i(`Automatic rejection of incoming channel request: ${S}`),Y&&Y()},CHANNEL_EOF:(N,x)=>{let S=this._chanMgr.get(x);typeof S!="object"||S===null||S.constructor===kn&&(S._ending||(S._ending=!0,S.emit("eof"),S.emit("end")),S=S._channel,!S)||S.incoming.state==="open"&&(S.incoming.state="eof",S.readable&&S.push(null))},CHANNEL_CLOSE:(N,x)=>{let S=this._chanMgr.get(x);typeof S!="object"||S===null||S.constructor===kn&&(S._ending=!0,S.emit("close"),S=S._channel,!S)||RA(this,x,S)},SERVICE_REQUEST:(N,x)=>{if(c===0||f||this.authenticated||x!=="ssh-userauth"){C.disconnect(Gr.SERVICE_NOT_AVAILABLE),t.end();return}f=!0,C.serviceAccept(x)},USERAUTH_REQUEST:(N,x,S,I,k)=>{if(c===0||this.authenticated||u&&(u.username!==x||u.service!==S)||I!=="password"&&I!=="publickey"&&I!=="hostbased"&&I!=="keyboard-interactive"&&I!=="none"||l.length===NA){C.disconnect(Gr.PROTOCOL_ERROR),t.end();return}else if(S!=="ssh-connection"){C.disconnect(Gr.SERVICE_NOT_AVAILABLE),t.end();return}let R;switch(I){case"keyboard-interactive":R=new to(C,x,S,I,k,F);break;case"publickey":R=new uc(C,x,S,I,k,F);break;case"hostbased":R=new dc(C,x,S,I,k,F);break;case"password":if(u&&u instanceof no&&u._changeCb){let ne=u._changeCb;u._changeCb=void 0,ne(k.newPassword);return}R=new no(C,x,S,I,k,F);break;case"none":R=new tr(C,x,S,I,F);break}if(u)if(u._initialResponse)u._multistep&&!u._finalResponse&&(u._cleanup&&u._cleanup(),u.emit("abort"));else return l.push(R);u=R,Gt(this,"authentication")?this.emit("authentication",u):u.reject()},USERAUTH_INFO_RESPONSE:(N,x)=>{u&&u instanceof to&&u._onInfoResponse(x)},GLOBAL_REQUEST:(N,x,S,I)=>{let k={type:null,buf:null};function R(ne,z){k.type=ne,k.buf=z,V()}if(S&&_.push(k),(x==="tcpip-forward"||x==="cancel-tcpip-forward"||x==="no-more-sessions@openssh.com"||x==="streamlocal-forward@openssh.com"||x==="cancel-streamlocal-forward@openssh.com")&&Gt(this,"request")&&this.authenticated){let ne,z;if(S){let Y=!1;ne=te=>{if(Y)return;Y=!0;let ce;x==="tcpip-forward"&&I.bindPort===0&&typeof te=="number"&&(ce=Buffer.allocUnsafe(4),IA(ce,te,0)),R("SUCCESS",ce)},z=()=>{Y||(Y=!0,R("FAILURE"))}}if(x==="no-more-sessions@openssh.com"){this.noMoreSessions=!0,ne&&ne();return}this.emit("request",ne,z,x,I)}else S&&R("FAILURE")}}});t.pause(),bA.then(()=>{C.start(),t.on("data",N=>{try{C.parse(N,0,N.length)}catch(x){this.emit("error",x);try{eo(t)&&t.end()}catch{}}}),t.resume()}).catch(N=>{this.emit("error",N);try{eo(t)&&t.end()}catch{}}),t.on("error",N=>{N.level="socket",this.emit("error",N)}).once("end",()=>{i&&i("Socket ended"),C.cleanup(),this.emit("end")}).once("close",()=>{i&&i("Socket closed"),C.cleanup(),this.emit("close");let N=new Error("No response from server");this._chanMgr.cleanup(N)});let F=(N,x,S,I)=>{u===N&&!this.authenticated&&(x?(u=void 0,this.authenticated=!0,C.authSuccess(),l=[],this.emit("ready")):(C.authFailure(S,I),l.length&&(u=l.pop(),Gt(this,"authentication")?this.emit("authentication",u):u.reject())))};function V(){for(;_.length>0&&_[0].type;){let N=_.shift();N.type==="SUCCESS"&&C.requestSuccess(N.buf),N.type==="FAILURE"&&C.requestFailure()}}}end(){return this._sock&&eo(this._sock)&&(this._protocol.disconnect(Gr.BY_APPLICATION),this._sock.end()),this}x11(t,e,r){return lc(this,"x11",{originAddr:t,originPort:e},r),this}forwardOut(t,e,r,s,i){return lc(this,"forwarded-tcpip",{boundAddr:t,boundPort:e,remoteAddr:r,remotePort:s},i),this}openssh_forwardOutStreamLocal(t,e){return lc(this,"forwarded-streamlocal@openssh.com",{socketPath:t},e),this}rekey(t){let e;try{this._protocol.rekey()}catch(r){e=r}typeof t=="function"&&(e?process.nextTick(t,e):this.once("rekey",t))}setNoDelay(t){return this._sock&&typeof this._sock.setNoDelay=="function"&&this._sock.setNoDelay(t),this}};function lc(n,t,e,r){let s=Zn,i=er;typeof e=="function"&&(r=e,e={});let o=(c,f)=>{r(c,f)};o.type=t;let a=n._chanMgr.add(o);if(a===-1){r(new Error("No free channels available"));return}switch(t){case"forwarded-tcpip":n._protocol.forwardedTcpip(a,s,i,e);break;case"x11":n._protocol.x11(a,s,i,e);break;case"forwarded-streamlocal@openssh.com":n._protocol.openssh_forwardedStreamLocal(a,s,i,e);break;default:throw new Error(`Unsupported channel type: ${t}`)}}function PA(n,t){return n-t}hc.exports=cn;hc.exports.IncomingClient=ro});var Eh=ct((cS,Ah)=>{"use strict";var{createCipheriv:TA,generateKeyPair:LA,generateKeyPairSync:DA,getCurves:UA,randomBytes:ph}=require("crypto"),{Ber:_t}=gi(),$A=Po().pbkdf,{CIPHER_INFO:MA}=Gn(),OA=16,FA=16,HA=UA(),QA=new Map(Object.entries(MA));function gh(n,t){if(typeof n!="string")throw new TypeError("Key type must be a string");let e={type:"spki",format:"der"},r={type:"pkcs8",format:"der"};switch(n.toLowerCase()){case"rsa":{if(typeof t!="object"||t===null)throw new TypeError("Missing options object for RSA key");let s=t.bits;if(!Number.isInteger(s))throw new TypeError("RSA bits must be an integer");if(s<=0||s>16384)throw new RangeError("RSA bits must be non-zero and <= 16384");return["rsa",{modulusLength:s,publicKeyEncoding:e,privateKeyEncoding:r}]}case"ecdsa":{if(typeof t!="object"||t===null)throw new TypeError("Missing options object for ECDSA key");if(!Number.isInteger(t.bits))throw new TypeError("ECDSA bits must be an integer");let s;switch(t.bits){case 256:s="prime256v1";break;case 384:s="secp384r1";break;case 521:s="secp521r1";break;default:throw new Error("ECDSA bits must be 256, 384, or 521")}if(!HA.includes(s))throw new Error("Unsupported ECDSA bits value");return["ec",{namedCurve:s,publicKeyEncoding:e,privateKeyEncoding:r}]}case"ed25519":return["ed25519",{publicKeyEncoding:e,privateKeyEncoding:r}];default:throw new Error(`Unsupported key type: ${n}`)}}function WA(n,t,e){switch(n){case"rsa":{let r=new _t.Reader(e);if(r.readSequence(),r.readInt()!==0)throw new Error("Unsupported version in RSA private key");if(r.readSequence(),r.readOID()!=="1.2.840.113549.1.1.1")throw new Error("Bad RSA private OID");if(r.readByte()!==_t.Null)throw new Error("Malformed RSA private key (expected null)");if(r.readByte()!==0)throw new Error("Malformed RSA private key (expected zero-length null)");if(r=new _t.Reader(r.readString(_t.OctetString,!0)),r.readSequence(),r.readInt()!==0)throw new Error("Unsupported version in RSA private key");let s=r.readString(_t.Integer,!0),i=r.readString(_t.Integer,!0),o=r.readString(_t.Integer,!0),a=r.readString(_t.Integer,!0),c=r.readString(_t.Integer,!0);r.readString(_t.Integer,!0),r.readString(_t.Integer,!0);let f=r.readString(_t.Integer,!0),l=Buffer.from("ssh-rsa"),u=Buffer.allocUnsafe(4+l.length+4+s.length+4+i.length+4+o.length+4+f.length+4+a.length+4+c.length),h=0;u.writeUInt32BE(l.length,h+=0),u.set(l,h+=4),u.writeUInt32BE(s.length,h+=l.length),u.set(s,h+=4),u.writeUInt32BE(i.length,h+=s.length),u.set(i,h+=4),u.writeUInt32BE(o.length,h+=i.length),u.set(o,h+=4),u.writeUInt32BE(f.length,h+=o.length),u.set(f,h+=4),u.writeUInt32BE(a.length,h+=f.length),u.set(a,h+=4),u.writeUInt32BE(c.length,h+=a.length),u.set(c,h+=4);let p=Buffer.allocUnsafe(4+l.length+4+i.length+4+s.length);return h=0,p.writeUInt32BE(l.length,h+=0),p.set(l,h+=4),p.writeUInt32BE(i.length,h+=l.length),p.set(i,h+=4),p.writeUInt32BE(s.length,h+=i.length),p.set(s,h+=4),{sshName:l.toString(),priv:u,pub:p}}case"ec":{let r=new _t.Reader(t);if(r.readSequence(),r.readSequence(),r.readOID()!=="1.2.840.10045.2.1")throw new Error("Bad ECDSA public OID");r.readOID();let s=r.readString(_t.BitString,!0);{let h=0;for(;h<s.length&&s[h]===0;++h);h>0&&(s=s.slice(h))}if(r=new _t.Reader(e),r.readSequence(),r.readInt()!==0)throw new Error("Unsupported version in ECDSA private key");if(r.readSequence(),r.readOID()!=="1.2.840.10045.2.1")throw new Error("Bad ECDSA private OID");let i=r.readOID(),o;switch(i){case"1.2.840.10045.3.1.7":o="nistp256";break;case"1.3.132.0.34":o="nistp384";break;case"1.3.132.0.35":o="nistp521";break;default:throw new Error("Unsupported curve in ECDSA private key")}if(r=new _t.Reader(r.readString(_t.OctetString,!0)),r.readSequence(),r.readInt()!==1)throw new Error("Unsupported version in ECDSA private key");let a=Buffer.concat([Buffer.from([0]),r.readString(_t.OctetString,!0)]),c=Buffer.from(`ecdsa-sha2-${o}`);o=Buffer.from(o);let f=Buffer.allocUnsafe(4+c.length+4+o.length+4+s.length+4+a.length),l=0;f.writeUInt32BE(c.length,l+=0),f.set(c,l+=4),f.writeUInt32BE(o.length,l+=c.length),f.set(o,l+=4),f.writeUInt32BE(s.length,l+=o.length),f.set(s,l+=4),f.writeUInt32BE(a.length,l+=s.length),f.set(a,l+=4);let u=Buffer.allocUnsafe(4+c.length+4+o.length+4+s.length);return l=0,u.writeUInt32BE(c.length,l+=0),u.set(c,l+=4),u.writeUInt32BE(o.length,l+=c.length),u.set(o,l+=4),u.writeUInt32BE(s.length,l+=o.length),u.set(s,l+=4),{sshName:c.toString(),priv:f,pub:u}}case"ed25519":{let r=new _t.Reader(t);if(r.readSequence(),r.readSequence(),r.readOID()!=="1.3.101.112")throw new Error("Bad ED25519 public OID");let s=r.readString(_t.BitString,!0);{let l=0;for(;l<s.length&&s[l]===0;++l);l>0&&(s=s.slice(l))}if(r=new _t.Reader(e),r.readSequence(),r.readInt()!==0)throw new Error("Unsupported version in ED25519 private key");if(r.readSequence(),r.readOID()!=="1.3.101.112")throw new Error("Bad ED25519 private OID");r=new _t.Reader(r.readString(_t.OctetString,!0));let i=r.readString(_t.OctetString,!0),o=Buffer.from("ssh-ed25519"),a=Buffer.allocUnsafe(4+o.length+4+s.length+4+(i.length+s.length)),c=0;a.writeUInt32BE(o.length,c+=0),a.set(o,c+=4),a.writeUInt32BE(s.length,c+=o.length),a.set(s,c+=4),a.writeUInt32BE(i.length+s.length,c+=s.length),a.set(i,c+=4),a.set(s,c+=i.length);let f=Buffer.allocUnsafe(4+o.length+4+s.length);return c=0,f.writeUInt32BE(o.length,c+=0),f.set(o,c+=4),f.writeUInt32BE(s.length,c+=o.length),f.set(s,c+=4),{sshName:o.toString(),priv:a,pub:f}}}}function mh(n,t,e,r){let s="new",i,o="";if(typeof r=="object"&&r!==null&&(typeof r.comment=="string"&&r.comment&&(o=r.comment),typeof r.format=="string"&&r.format&&(s=r.format),r.passphrase)){let a;if(typeof r.passphrase=="string")a=Buffer.from(r.passphrase);else if(Buffer.isBuffer(r.passphrase))a=r.passphrase;else throw new Error("Invalid passphrase");if(r.cipher===void 0)throw new Error("Missing cipher name");let c=QA.get(r.cipher);if(c===void 0)throw new Error("Invalid cipher name");if(s==="new"){let f=FA;if(r.rounds!==void 0){if(!Number.isInteger(r.rounds))throw new TypeError("rounds must be an integer");r.rounds>0&&(f=r.rounds)}let l=Buffer.allocUnsafe(c.keyLen+c.ivLen),u=ph(OA);if($A(a,a.length,u,u.length,l,l.length,f)!==0)return new Error("Failed to generate information to encrypt key");let p=Buffer.allocUnsafe(4+u.length+4);{let _=0;p.writeUInt32BE(u.length,_+=0),p.set(u,_+=4),p.writeUInt32BE(f,_+=u.length)}i={cipher:c,cipherName:r.cipher,kdfName:"bcrypt",kdfOptions:p,key:l.slice(0,c.keyLen),iv:l.slice(c.keyLen)}}}switch(s){case"new":{let a=`-----BEGIN OPENSSH PRIVATE KEY-----
15
+ `,c,f=Buffer.from(i?i.cipherName:"none"),l=Buffer.from(i?i.kdfName:"none"),u=i?i.kdfOptions:Buffer.alloc(0),h=i?i.cipher.blockLen:8,p=WA(n,t,e),_=ph(4),E=Buffer.from(o),b=8+p.priv.length+4+E.length,v=[];for(let V=1;(b+v.length)%h;++V)v.push(V&255);v=Buffer.from(v);let U=Buffer.allocUnsafe(b+v.length),H;{let V=0;U.set(_,V+=0),U.set(_,V+=4),U.set(p.priv,V+=4),U.writeUInt32BE(E.length,V+=p.priv.length),U.set(E,V+=4),U.set(v,V+=E.length)}if(i){let V={authTagLength:i.cipher.authLen},N=TA(i.cipher.sslName,i.key,i.iv,V);N.setAutoPadding(!1),U=Buffer.concat([N.update(U),N.final()]),i.cipher.authLen>0?H=N.getAuthTag():H=Buffer.alloc(0),i.key.fill(0),i.iv.fill(0)}else H=Buffer.alloc(0);let C=Buffer.from("openssh-key-v1\0"),F=Buffer.allocUnsafe(C.length+4+f.length+4+l.length+4+u.length+4+4+p.pub.length+4+U.length+H.length);{let V=0;F.set(C,V+=0),F.writeUInt32BE(f.length,V+=C.length),F.set(f,V+=4),F.writeUInt32BE(l.length,V+=f.length),F.set(l,V+=4),F.writeUInt32BE(u.length,V+=l.length),F.set(u,V+=4),F.writeUInt32BE(1,V+=u.length),F.writeUInt32BE(p.pub.length,V+=4),F.set(p.pub,V+=4),F.writeUInt32BE(U.length,V+=p.pub.length),F.set(U,V+=4),F.set(H,V+=U.length)}{let V=F.base64Slice(0,F.length),N=V.replace(/.{64}/g,`$&
16
+ `);V.length&63&&(N+=`
17
+ `),a+=N}{let V=p.pub.base64Slice(0,p.pub.length);c=`${p.sshName} ${V}${o?` ${o}`:""}`}return a+=`-----END OPENSSH PRIVATE KEY-----
18
+ `,{private:a,public:c}}default:throw new Error("Invalid output key format")}}function qA(){}Ah.exports={generateKeyPair:(n,t,e)=>{typeof t=="function"&&(e=t,t=void 0),typeof e!="function"&&(e=qA);let r=gh(n,t);LA(...r,(s,i,o)=>{if(s)return e(s);let a;try{a=mh(r[0],i,o,t)}catch(c){return e(c)}e(null,a)})},generateKeyPairSync:(n,t)=>{let e=gh(n,t),{publicKey:r,privateKey:s}=DA(...e);return mh(e[0],r,s,t)}}});var pc=ct((fS,yh)=>{"use strict";var{AgentProtocol:KA,BaseAgent:VA,createAgent:GA,CygwinAgent:zA,OpenSSHAgent:YA,PageantAgent:jA}=_a(),{SSHTTPAgent:XA,SSHTTPSAgent:JA}=uh(),{parseKey:ZA}=jn(),{flagsToString:eE,OPEN_MODE:tE,STATUS_CODE:nE,stringToFlags:rE}=Li();yh.exports={AgentProtocol:KA,BaseAgent:VA,createAgent:GA,Client:ac(),CygwinAgent:zA,HTTPAgent:XA,HTTPSAgent:JA,OpenSSHAgent:YA,PageantAgent:jA,Server:hh(),utils:{parseKey:ZA,...Eh(),sftp:{flagsToString:eE,OPEN_MODE:tE,STATUS_CODE:nE,stringToFlags:rE}}}});function Tc(n){return n==="1"||n==="true"}function Lc(){return typeof performance<"u"&&typeof performance.now=="function"?performance.now():Date.now()}function up(){return Tc(process.env.DEV_MODE)||Tc(process.env.RENDER_PERF)}function ln(n){let t=up();if(!t)return{enabled:t,mark:()=>{},done:()=>{}};let e=Lc(),r=i=>{let o=Lc()-e;console.log(`[perf][${n}] ${i}: ${o.toFixed(1)}ms`)};return{enabled:t,mark:r,done:(i="done")=>{r(i)}}}var wE=ln("HoneyPot");var Dc={name:"adduser",description:"Add a new user",category:"users",params:["<username>"],run:({authUser:n,shell:t,args:e})=>{if(n!=="root")return{stderr:`adduser: permission denied
19
+ `,exitCode:1};let r=e[0];if(!r)return{stderr:`Usage: adduser <username>
20
+ `,exitCode:1};if(t.users.listUsers().includes(r))return{stderr:`adduser: user '${r}' already exists
21
+ `,exitCode:1};let s="",i="new";return{sudoChallenge:{username:r,targetUser:r,commandLine:null,loginShell:!1,prompt:"New password: ",mode:"passwd",onPassword:async(a,c)=>i==="new"?a.length<1?{result:{stderr:`adduser: password cannot be empty
22
+ `,exitCode:1}}:(s=a,i="retype",{result:null,nextPrompt:"Retype new password: "}):a!==s?{result:{stderr:`adduser: passwords do not match \u2014 user not created
23
+ `,exitCode:1}}:(await c.users.addUser(r,s),{result:{stdout:`${[`Adding user '${r}' ...`,`Adding new group '${r}' (1001) ...`,`Adding new user '${r}' (1001) with group '${r}' ...`,`Creating home directory '/home/${r}' ...`,`passwd: password set for '${r}'`,"adduser: done."].join(`
24
+ `)}
25
+ `,exitCode:0}})},exitCode:0}}};function Uc(n){return Array.isArray(n)?n:[n]}function Xi(n,t){if(n===t)return{matched:!0,inlineValue:null};let e=`${t}=`;return n.startsWith(e)?{matched:!0,inlineValue:n.slice(e.length)}:t.length===2&&t.startsWith("-")&&!t.startsWith("--")&&n.startsWith(t)&&n.length>t.length?{matched:!0,inlineValue:n.slice(t.length)}:{matched:!1,inlineValue:null}}function dp(n,t={}){let e=new Set(t.flags??[]),r=new Set(t.flagsWithValue??[]),s=[],i=!1;for(let o=0;o<n.length;o+=1){let a=n[o];if(i){s.push(a);continue}if(a==="--"){i=!0;continue}let c=!1;for(let f of e){let{matched:l}=Xi(a,f);if(l){c=!0;break}}if(!c){for(let f of r){let l=Xi(a,f);if(l.matched){c=!0,l.inlineValue===null&&o+1<n.length&&(o+=1);break}}c||s.push(a)}}return s}function se(n,t){let e=Uc(t);for(let r of n)for(let s of e)if(Xi(r,s).matched)return!0;return!1}function zt(n,t){let e=Uc(t);for(let r=0;r<n.length;r+=1){let s=n[r];for(let i of e){let o=Xi(s,i);if(!o.matched)continue;if(o.inlineValue!==null)return o.inlineValue;let a=n[r+1];return a!==void 0&&a!=="--"?a:!0}}}function Tn(n,t,e={}){return dp(n,e)[t]}function Yt(n,t={}){let e=new Set,r=new Map,s=[],i=new Set(t.flags??[]),o=new Set(t.flagsWithValue??[]),a=!1;for(let c=0;c<n.length;c+=1){let f=n[c];if(a){s.push(f);continue}if(f==="--"){a=!0;continue}if(i.has(f)){e.add(f);continue}if(o.has(f)){let u=n[c+1];u&&!u.startsWith("-")?(r.set(f,u),c+=1):r.set(f,"");continue}let l=Array.from(o).find(u=>f.startsWith(`${u}=`));if(l){r.set(l,f.slice(l.length+1));continue}s.push(f)}return{flags:e,flagsWithValues:r,positionals:s}}var $c={name:"alias",description:"Define or display aliases",category:"shell",params:["[name[=value] ...]"],run:({args:n,env:t})=>{if(!t)return{exitCode:0};if(n.length===0)return{stdout:Object.entries(t.vars).filter(([s])=>s.startsWith("__alias_")).map(([s,i])=>`alias ${s.slice(8)}='${i}'`).join(`
26
+ `)||"",exitCode:0};let e=[];for(let r of n){let s=r.indexOf("=");if(s===-1){let i=t.vars[`__alias_${r}`];if(i)e.push(`alias ${r}='${i}'`);else return{stderr:`alias: ${r}: not found`,exitCode:1}}else{let i=r.slice(0,s),o=r.slice(s+1).replace(/^['"]|['"]$/g,"");t.vars[`__alias_${i}`]=o}}return{stdout:e.join(`
27
+ `)||void 0,exitCode:0}}},Mc={name:"unalias",description:"Remove alias definitions",category:"shell",params:["<name...> | -a"],run:({args:n,env:t})=>{if(!t)return{exitCode:0};if(se(n,["-a"])){for(let e of Object.keys(t.vars))e.startsWith("__alias_")&&delete t.vars[e];return{exitCode:0}}for(let e of n)delete t.vars[`__alias_${e}`];return{exitCode:0}}};var bn=Kt(require("node:path"),1),hp=["/virtual-env-js/.auth"];function le(n,t){return!t||t.trim()===""?n:t.startsWith("/")?bn.posix.normalize(t):bn.posix.normalize(bn.posix.join(n,t))}function pp(n){let t=n.startsWith("/")?bn.posix.normalize(n):bn.posix.normalize(`/${n}`);return hp.some(e=>t===e||t.startsWith(`${e}/`))}function Me(n,t,e){if(n!=="root"&&pp(t))throw new Error(`${e}: permission denied: ${t}`)}function Oc(n){let e=(n.split("?")[0]?.split("#")[0]??n).split("/").filter(Boolean).pop();return e&&e.length>0?e:"index.html"}function gp(n,t){let e=Array.from({length:n.length+1},()=>Array(t.length+1).fill(0));for(let r=0;r<=n.length;r+=1)e[r][0]=r;for(let r=0;r<=t.length;r+=1)e[0][r]=r;for(let r=1;r<=n.length;r+=1)for(let s=1;s<=t.length;s+=1){let i=n[r-1]===t[s-1]?0:1;e[r][s]=Math.min(e[r-1][s]+1,e[r][s-1]+1,e[r-1][s-1]+i)}return e[n.length][t.length]}function Fc(n,t,e){let r=le(t,e);if(n.exists(r))return r;let s=bn.posix.dirname(r),i=bn.posix.basename(r),o=n.list(s),a=o.filter(f=>f.toLowerCase()===i.toLowerCase());if(a.length===1)return bn.posix.join(s,a[0]);let c=o.filter(f=>gp(f.toLowerCase(),i.toLowerCase())<=1);return c.length===1?bn.posix.join(s,c[0]):r}function Hc(n,t,e){return t.map(r=>{let s=le(n,r);return e(s).type==="directory"?`${r}/`:r}).join(" ")}function wr(n){return n.packageManager}var Qc={name:"apt",aliases:["apt-get"],description:"Package manager",category:"package",params:["<install|remove|update|upgrade|search|show|list> [pkg...]"],run:({args:n,shell:t,authUser:e})=>{let r=wr(t);if(!r)return{stderr:"apt: package manager not initialised",exitCode:1};let s=n[0]?.toLowerCase(),i=n.slice(1),o=se(i,["-q","--quiet","-qq"]),a=se(i,["--purge"]),c=i.filter(l=>!l.startsWith("-"));if(["install","remove","purge","upgrade","update"].includes(s??"")&&e!=="root")return{stderr:`E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
28
+ E: Unable to acquire the dpkg frontend lock, are you root?`,exitCode:100};switch(s){case"install":{if(c.length===0)return{stderr:"apt: no packages specified",exitCode:1};let{output:l,exitCode:u}=r.install(c,{quiet:o});return{stdout:l||void 0,exitCode:u}}case"remove":case"purge":{if(c.length===0)return{stderr:"apt: no packages specified",exitCode:1};let{output:l,exitCode:u}=r.remove(c,{purge:s==="purge"||a,quiet:o});return{stdout:l||void 0,exitCode:u}}case"update":return{stdout:["Hit:1 fortune://packages.fortune.local aurora InRelease","Hit:2 fortune://security.fortune.local aurora-security InRelease","Reading package lists... Done","Building dependency tree... Done","Reading state information... Done","All packages are up to date."].join(`
22
29
  `),exitCode:0};case"upgrade":return{stdout:["Reading package lists... Done","Building dependency tree... Done","Reading state information... Done","Calculating upgrade... Done","0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."].join(`
23
- `),exitCode:0};case"search":{let l=c[0];if(!l)return{stderr:"apt: search requires a term",exitCode:1};let u=n.search(l);return u.length===0?{stdout:`Sorting... Done
30
+ `),exitCode:0};case"search":{let l=c[0];if(!l)return{stderr:"apt: search requires a term",exitCode:1};let u=r.search(l);return u.length===0?{stdout:`Sorting... Done
24
31
  Full Text Search... Done
25
32
  (no results)`,exitCode:0}:{stdout:`Sorting... Done
26
33
  Full Text Search... Done
27
- ${u.map(g=>`${g.name}/${g.section??"misc"} ${g.version} amd64
28
- ${g.shortDesc??g.description}`).join(`
29
- `)}`,exitCode:0}}case"show":{let l=c[0];if(!l)return{stderr:"apt: show requires a package name",exitCode:1};let u=n.show(l);return u?{stdout:u,exitCode:0}:{stderr:`N: Unable to locate package ${l}`,exitCode:100}}case"list":{if(te(i,["--installed"])){let g=n.listInstalled();return g.length===0?{stdout:`Listing... Done
34
+ ${u.map(p=>`${p.name}/${p.section??"misc"} ${p.version} amd64
35
+ ${p.shortDesc??p.description}`).join(`
36
+ `)}`,exitCode:0}}case"show":{let l=c[0];if(!l)return{stderr:"apt: show requires a package name",exitCode:1};let u=r.show(l);return u?{stdout:u,exitCode:0}:{stderr:`N: Unable to locate package ${l}`,exitCode:100}}case"list":{if(se(i,["--installed"])){let p=r.listInstalled();return p.length===0?{stdout:`Listing... Done
30
37
  (no packages installed)`,exitCode:0}:{stdout:`Listing... Done
31
- ${g.map(_=>`${_.name}/${_.section} ${_.version} ${_.architecture} [installed]`).join(`
38
+ ${p.map(E=>`${E.name}/${E.section} ${E.version} ${E.architecture} [installed]`).join(`
32
39
  `)}`,exitCode:0}}return{stdout:`Listing... Done
33
- ${n.listAvailable().map(g=>`${g.name}/${g.section??"misc"} ${g.version} amd64`).join(`
40
+ ${r.listAvailable().map(p=>`${p.name}/${p.section??"misc"} ${p.version} amd64`).join(`
34
41
  `)}`,exitCode:0}}default:return{stdout:["Usage: apt [options] command","","Commands:"," install <pkg...> Install packages"," remove <pkg...> Remove packages"," purge <pkg...> Remove packages and config files"," update Refresh package index"," upgrade Upgrade all packages"," search <term> Search in package descriptions"," show <pkg> Show package details"," list [--installed] List packages"].join(`
35
- `),exitCode:0}}}},Mc={name:"apt-cache",description:"Query the package cache",category:"package",params:["<search|show|policy> [pkg]"],run:({args:r,shell:t})=>{let e=xn(t);if(!e)return{stderr:"apt-cache: package manager not initialised",exitCode:1};let n=r[0]?.toLowerCase(),s=r[1];switch(n){case"search":return s?{stdout:e.search(s).map(o=>`${o.name} - ${o.shortDesc??o.description}`).join(`
42
+ `),exitCode:0}}}},Wc={name:"apt-cache",description:"Query the package cache",category:"package",params:["<search|show|policy> [pkg]"],run:({args:n,shell:t})=>{let e=wr(t);if(!e)return{stderr:"apt-cache: package manager not initialised",exitCode:1};let r=n[0]?.toLowerCase(),s=n[1];switch(r){case"search":return s?{stdout:e.search(s).map(o=>`${o.name} - ${o.shortDesc??o.description}`).join(`
36
43
  `)||"(no results)",exitCode:0}:{stderr:"Need a search term",exitCode:1};case"show":{if(!s)return{stderr:"Need a package name",exitCode:1};let i=e.show(s);return i?{stdout:i,exitCode:0}:{stderr:`N: Unable to locate package ${s}`,exitCode:100}}case"policy":{if(!s)return{stderr:"Need a package name",exitCode:1};let i=e.findInRegistry(s);if(!i)return{stderr:`N: Unable to locate package ${s}`,exitCode:100};let o=e.isInstalled(s);return{stdout:[`${s}:`,` Installed: ${o?i.version:"(none)"}`,` Candidate: ${i.version}`," Version table:",` ${i.version} 500`," 500 fortune://packages.fortune.local aurora/main amd64 Packages"].join(`
37
- `),exitCode:0}}default:return{stderr:`apt-cache: unknown command '${n??""}'`,exitCode:1}}}};var $c={name:"awk",description:"Pattern scanning and processing language (minimal)",category:"text",params:["[-F <sep>] '<program>' [file]"],run:({args:r,stdin:t})=>{let e=Yt(r,["-F"])??" ",n=r.find(c=>!c.startsWith("-")&&c!==e);if(!n)return{stderr:"awk: no program",exitCode:1};let s=n.match(/^\{?\s*print\s+([^}]+)\s*\}?$/);if(!s)return{stderr:`awk: unsupported program: ${n}`,exitCode:1};let i=s[1].split(/\s*,\s*/).map(c=>c.trim());return{stdout:(t??"").split(`
38
- `).filter(Boolean).map(c=>{let f=c.split(e===" "?/\s+/:e);return i.map(l=>{if(l==="$0")return c;let u=parseInt(l.replace("$",""),10);return Number.isNaN(u)?l.replace(/"/g,""):f[u-1]??""}).join(e===" "?" ":e)}).join(`
39
- `),exitCode:0}}};var Fc={name:"base64",description:"Encode/decode base64",category:"text",params:["[-d] [file]"],run:({args:r,stdin:t})=>{let e=te(r,["-d","--decode"]),n=t??"";if(e)try{return{stdout:Buffer.from(n.trim(),"base64").toString("utf8"),exitCode:0}}catch{return{stderr:"base64: invalid input",exitCode:1}}return{stdout:Buffer.from(n).toString("base64"),exitCode:0}}};var Hc={name:"cat",description:"Concatenate and print files",category:"files",params:["[-n] [-b] <file...>"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=te(n,["-n","--number"]),o=te(n,["-b","--number-nonblank"]),a=n.filter(h=>!h.startsWith("-"));if(a.length===0&&s!==void 0)return{stdout:s,exitCode:0};if(a.length===0)return{stderr:"cat: missing file operand",exitCode:1};let c=[];for(let h of a){let g=Dc(t.vfs,e,h);$e(r,g,"cat"),c.push(t.vfs.readFile(g))}let f=c.join("");if(!i&&!o)return{stdout:f,exitCode:0};let l=1;return{stdout:f.split(`
44
+ `),exitCode:0}}default:return{stderr:`apt-cache: unknown command '${r??""}'`,exitCode:1}}}};var qc={name:"awk",description:"Pattern scanning and processing language",category:"text",params:["[-F <sep>] '<program>' [file]"],run:({authUser:n,args:t,stdin:e,cwd:r,shell:s})=>{let i=zt(t,["-F"])??" ",o=t.filter(C=>!C.startsWith("-")&&C!==i),a=o[0],c=o[1];if(!a)return{stderr:"awk: no program",exitCode:1};let f=e??"";if(c){let C=le(r,c);try{Me(n,C,"awk"),f=s.vfs.readFile(C)}catch{return{stderr:`awk: ${c}: No such file or directory`,exitCode:1}}}let l=f.split(`
45
+ `);l[l.length-1]===""&&l.pop();let u=[],h=a.trim();if(!h.startsWith("{")&&!h.includes("{"))u.push({pattern:h,action:"print $0"});else{let C=/([^{]*)\{([^}]*)\}/g,F=C.exec(h);for(;F!==null;)u.push({pattern:F[1].trim(),action:F[2].trim()}),F=C.exec(h);u.length===0&&u.push({pattern:"",action:h.replace(/[{}]/g,"").trim()})}let p=[],_=u.find(C=>C.pattern==="BEGIN"),E=u.find(C=>C.pattern==="END"),b=u.filter(C=>C.pattern!=="BEGIN"&&C.pattern!=="END");function v(C){return i===" "?C.trim().split(/\s+/).filter(Boolean):C.split(i)}function U(C,F,V){let N=v(F),x=N.length,S=k=>{if(k=k.trim(),k==="NR")return String(V);if(k==="NF")return String(x);if(k==="$0")return F;if(k==="$NF")return N[x-1]??"";if(/^\$\d+$/.test(k))return N[parseInt(k.slice(1),10)-1]??"";let R=k.replace(/\bNR\b/g,String(V)).replace(/\bNF\b/g,String(x));if(/^[\d\s+\-*/()]+$/.test(R))try{return String(Function(`"use strict"; return (${R});`)())}catch{}return k.replace(/"/g,"")},I=C.split(";").map(k=>k.trim()).filter(Boolean);for(let k of I)if(k==="print"||k==="print $0")p.push(F);else if(k.startsWith("print ")){let R=k.slice(6).split(/\s*,\s*/);p.push(R.map(S).join(" "))}}function H(C,F,V){if(!C||C==="1")return!0;let N=C.match(/^NR\s*([=!<>]=?|==)\s*(\d+)$/);if(N){let I=N[1],k=parseInt(N[2],10);switch(I){case"==":return V===k;case"!=":return V!==k;case">":return V>k;case">=":return V>=k;case"<":return V<k;case"<=":return V<=k}}let x=C.match(/^NR%(\d+)==(\d+)$/);if(x)return V%parseInt(x[1],10)===parseInt(x[2],10);if(C.startsWith("/")&&C.endsWith("/"))try{return new RegExp(C.slice(1,-1)).test(F)}catch{return!1}let S=C.match(/^\$(\d+)~\/(.*)\/$/);if(S){let k=v(F)[parseInt(S[1],10)-1]??"";try{return new RegExp(S[2]).test(k)}catch{return!1}}return!1}_&&U(_.action,"",0);for(let C=1;C<=l.length;C++){let F=l[C-1];for(let V of b)H(V.pattern,F,C)&&U(V.action,F,C)}return E&&U(E.action,"",l.length+1),{stdout:p.join(`
46
+ `)+(p.length>0?`
47
+ `:""),exitCode:0}}};var Kc={name:"base64",description:"Encode/decode base64",category:"text",params:["[-d] [file]"],run:({args:n,stdin:t})=>{let e=se(n,["-d","--decode"]),r=t??"";if(e)try{return{stdout:Buffer.from(r.trim(),"base64").toString("utf8"),exitCode:0}}catch{return{stderr:"base64: invalid input",exitCode:1}}return{stdout:Buffer.from(r).toString("base64"),exitCode:0}}};var Vc={name:"cat",description:"Concatenate and print files",category:"files",params:["[-n] [-b] <file...>"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=se(r,["-n","--number"]),o=se(r,["-b","--number-nonblank"]),a=r.filter(h=>!h.startsWith("-"));if(a.length===0&&s!==void 0)return{stdout:s,exitCode:0};if(a.length===0)return{stderr:"cat: missing file operand",exitCode:1};let c=[];for(let h of a){let p=Fc(t.vfs,e,h);Me(n,p,"cat"),c.push(t.vfs.readFile(p))}let f=c.join("");if(!i&&!o)return{stdout:f,exitCode:0};let l=1;return{stdout:f.split(`
40
48
  `).map(h=>o&&h.trim()===""?h:`${String(l++).padStart(6)} ${h}`).join(`
41
- `),exitCode:0}}};var Qc={name:"cd",description:"Change directory",category:"navigation",params:["[path]"],run:({authUser:r,shell:t,cwd:e,args:n,mode:s})=>{let i=le(e,n[0]??"/virtual-env-js");return $e(r,i,"cd"),t.vfs.stat(i).type!=="directory"?{stderr:`cd: not a directory: ${i}`,exitCode:1}:s==="exec"?{exitCode:0}:{nextCwd:i,exitCode:0}}};function ap(r,t){let e=/^([ugoa]*)([+\-=])([rwx]*)$/,n=t.split(","),s=r;for(let i of n){let o=i.trim().match(e);if(!o)return null;let[,a="a",c,f=""]=o,l=a===""||a==="a"?["u","g","o"]:a.split(""),u={u:{r:256,w:128,x:64},g:{r:32,w:16,x:8},o:{r:4,w:2,x:1}};for(let h of l)for(let g of f.split("")){let y=u[h]?.[g];if(y!==void 0){if(c==="+")s|=y;else if(c==="-")s&=~y;else if(c==="="){let _=Object.values(u[h]??{}).reduce((b,C)=>b|C,0);s=s&~_|y}}}}return s}var Wc={name:"chmod",description:"Change file permissions",category:"files",params:["<mode> <file>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let[s,i]=n;if(!s||!i)return{stderr:"chmod: missing operand",exitCode:1};let o=le(e,i);try{if($e(r,o,"chmod"),!t.vfs.exists(o))return{stderr:`chmod: ${i}: No such file or directory`,exitCode:1};let a,c=parseInt(s,8);if(!Number.isNaN(c)&&/^[0-7]+$/.test(s))a=c;else{let f=t.vfs.stat(o).mode,l=ap(f,s);if(l===null)return{stderr:`chmod: invalid mode: ${s}`,exitCode:1};a=l}return t.vfs.chmod(o,a),{exitCode:0}}catch(a){return{stderr:`chmod: ${a instanceof Error?a.message:String(a)}`,exitCode:1}}}};var qc={name:"clear",description:"Clear the terminal screen",category:"shell",params:[],run:()=>({clearScreen:!0,stdout:"",exitCode:0})};var Kc={name:"cp",description:"Copy files or directories",category:"files",params:["[-r] <source> <dest>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=te(n,["-r","-R","--recursive"]),i=n.filter(l=>!l.startsWith("-")),[o,a]=i;if(!o||!a)return{stderr:"cp: missing operand",exitCode:1};let c=le(e,o),f=le(e,a);try{if($e(r,c,"cp"),$e(r,f,"cp"),!t.vfs.exists(c))return{stderr:`cp: ${o}: No such file or directory`,exitCode:1};if(t.vfs.stat(c).type==="directory"){if(!s)return{stderr:`cp: ${o}: is a directory (use -r)`,exitCode:1};let u=(g,y)=>{t.vfs.mkdir(y,493);for(let _ of t.vfs.list(g)){let b=`${g}/${_}`,C=`${y}/${_}`;if(t.vfs.stat(b).type==="directory")u(b,C);else{let F=t.vfs.readFileRaw(b);t.writeFileAsUser(r,C,F)}}},h=t.vfs.exists(f)&&t.vfs.stat(f).type==="directory"?`${f}/${o.split("/").pop()}`:f;u(c,h)}else{let u=t.vfs.exists(f)&&t.vfs.stat(f).type==="directory"?`${f}/${o.split("/").pop()}`:f,h=t.vfs.readFileRaw(c);t.writeFileAsUser(r,u,h)}return{exitCode:0}}catch(l){return{stderr:`cp: ${l instanceof Error?l.message:String(l)}`,exitCode:1}}}};var Vc={name:"curl",description:"Transfer data from or to a server (pure fetch)",category:"network",params:["[options] <url>"],run:async({authUser:r,cwd:t,args:e,shell:n})=>{let{flagsWithValues:s,positionals:i}=zt(e,{flagsWithValue:["-o","--output","-X","--request","-d","--data","-H","--header","-u","--user"]});if(te(e,["--help","-h"]))return{stdout:["Usage: curl [options] <url>"," -o, --output <file> Write to file"," -X, --request <method> HTTP method"," -d, --data <data> POST data"," -H, --header <hdr> Extra header"," -s, --silent Silent mode"," -I, --head Fetch headers only"," -L, --location Follow redirects"," -v, --verbose Verbose"].join(`
42
- `),exitCode:0};let o=i[0];if(!o)return{stderr:"curl: no URL specified",exitCode:1};let a=s.get("-o")??s.get("--output")??null,c=(s.get("-X")??s.get("--request")??"GET").toUpperCase(),f=s.get("-d")??s.get("--data")??null,l=s.get("-H")??s.get("--header")??null,u=te(e,["-s","--silent"]),h=te(e,["-I","--head"]),g=te(e,["-L","--location"]),y=te(e,["-v","--verbose"]),_={"User-Agent":"curl/7.88.1"};if(l){let K=l.indexOf(":");K!==-1&&(_[l.slice(0,K).trim()]=l.slice(K+1).trim())}let b=f&&c==="GET"?"POST":c,C={method:b,headers:_,redirect:g?"follow":"manual"};f&&(_["Content-Type"]??="application/x-www-form-urlencoded",C.body=f);let L=[];y&&(L.push(`* Trying ${o}...`,"* Connected"),L.push(`> ${b} / HTTP/1.1`,`> Host: ${new URL(o).host}`));let F;try{F=await fetch(o,C)}catch(K){return{stderr:`curl: (6) Could not resolve host: ${K instanceof Error?K.message:String(K)}`,exitCode:6}}if(y&&L.push(`< HTTP/1.1 ${F.status} ${F.statusText}`),h){let K=[`HTTP/1.1 ${F.status} ${F.statusText}`];for(let[ee,O]of F.headers.entries())K.push(`${ee}: ${O}`);return{stdout:`${K.join(`\r
49
+ `),exitCode:0}}};var Gc={name:"cd",description:"Change directory",category:"navigation",params:["[path]"],run:({authUser:n,shell:t,cwd:e,args:r,mode:s})=>{let i=le(e,r[0]??"/virtual-env-js");return Me(n,i,"cd"),t.vfs.stat(i).type!=="directory"?{stderr:`cd: not a directory: ${i}`,exitCode:1}:{nextCwd:i,exitCode:0}}};function mp(n,t){let e=/^([ugoa]*)([+\-=])([rwx]*)$/,r=t.split(","),s=n;for(let i of r){let o=i.trim().match(e);if(!o)return null;let[,a="a",c,f=""]=o,l=a===""||a==="a"?["u","g","o"]:a.split(""),u={u:{r:256,w:128,x:64},g:{r:32,w:16,x:8},o:{r:4,w:2,x:1}};for(let h of l)for(let p of f.split("")){let _=u[h]?.[p];if(_!==void 0){if(c==="+")s|=_;else if(c==="-")s&=~_;else if(c==="="){let E=Object.values(u[h]??{}).reduce((b,v)=>b|v,0);s=s&~E|_}}}}return s}var zc={name:"chmod",description:"Change file permissions",category:"files",params:["<mode> <file>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let[s,i]=r;if(!s||!i)return{stderr:"chmod: missing operand",exitCode:1};let o=le(e,i);try{if(Me(n,o,"chmod"),!t.vfs.exists(o))return{stderr:`chmod: ${i}: No such file or directory`,exitCode:1};let a,c=parseInt(s,8);if(!Number.isNaN(c)&&/^[0-7]+$/.test(s))a=c;else{let f=t.vfs.stat(o).mode,l=mp(f,s);if(l===null)return{stderr:`chmod: invalid mode: ${s}`,exitCode:1};a=l}return t.vfs.chmod(o,a),{exitCode:0}}catch(a){return{stderr:`chmod: ${a instanceof Error?a.message:String(a)}`,exitCode:1}}}};var Yc={name:"clear",description:"Clear the terminal screen",category:"shell",params:[],run:()=>({clearScreen:!0,stdout:"",exitCode:0})};var jc={name:"cp",description:"Copy files or directories",category:"files",params:["[-r] <source> <dest>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=se(r,["-r","-R","--recursive"]),i=r.filter(l=>!l.startsWith("-")),[o,a]=i;if(!o||!a)return{stderr:"cp: missing operand",exitCode:1};let c=le(e,o),f=le(e,a);try{if(Me(n,c,"cp"),Me(n,f,"cp"),!t.vfs.exists(c))return{stderr:`cp: ${o}: No such file or directory`,exitCode:1};if(t.vfs.stat(c).type==="directory"){if(!s)return{stderr:`cp: ${o}: is a directory (use -r)`,exitCode:1};let u=(p,_)=>{t.vfs.mkdir(_,493);for(let E of t.vfs.list(p)){let b=`${p}/${E}`,v=`${_}/${E}`;if(t.vfs.stat(b).type==="directory")u(b,v);else{let H=t.vfs.readFileRaw(b);t.writeFileAsUser(n,v,H)}}},h=t.vfs.exists(f)&&t.vfs.stat(f).type==="directory"?`${f}/${o.split("/").pop()}`:f;u(c,h)}else{let u=t.vfs.exists(f)&&t.vfs.stat(f).type==="directory"?`${f}/${o.split("/").pop()}`:f,h=t.vfs.readFileRaw(c);t.writeFileAsUser(n,u,h)}return{exitCode:0}}catch(l){return{stderr:`cp: ${l instanceof Error?l.message:String(l)}`,exitCode:1}}}};var Xc={name:"curl",description:"Transfer data from or to a server (pure fetch)",category:"network",params:["[options] <url>"],run:async({authUser:n,cwd:t,args:e,shell:r})=>{let{flagsWithValues:s,positionals:i}=Yt(e,{flagsWithValue:["-o","--output","-X","--request","-d","--data","-H","--header","-u","--user"]});if(se(e,["--help","-h"]))return{stdout:["Usage: curl [options] <url>"," -o, --output <file> Write to file"," -X, --request <method> HTTP method"," -d, --data <data> POST data"," -H, --header <hdr> Extra header"," -s, --silent Silent mode"," -I, --head Fetch headers only"," -L, --location Follow redirects"," -v, --verbose Verbose"].join(`
50
+ `),exitCode:0};let o=i[0];if(!o)return{stderr:"curl: no URL specified",exitCode:1};let a=s.get("-o")??s.get("--output")??null,c=(s.get("-X")??s.get("--request")??"GET").toUpperCase(),f=s.get("-d")??s.get("--data")??null,l=s.get("-H")??s.get("--header")??null,u=se(e,["-s","--silent"]),h=se(e,["-I","--head"]),p=se(e,["-L","--location"]),_=se(e,["-v","--verbose"]),E={"User-Agent":"curl/7.88.1"};if(l){let F=l.indexOf(":");F!==-1&&(E[l.slice(0,F).trim()]=l.slice(F+1).trim())}let b=f&&c==="GET"?"POST":c,v={method:b,headers:E,redirect:p?"follow":"manual"};f&&(E["Content-Type"]??="application/x-www-form-urlencoded",v.body=f);let U=[];_&&(U.push(`* Trying ${o}...`,"* Connected"),U.push(`> ${b} / HTTP/1.1`,`> Host: ${new URL(o).host}`));let H;try{let F=o.startsWith("http://")||o.startsWith("https://")?o:`http://${o}`;H=await fetch(F,v)}catch(F){return{stderr:`curl: (6) Could not resolve host: ${F instanceof Error?F.message:String(F)}`,exitCode:6}}if(_&&U.push(`< HTTP/1.1 ${H.status} ${H.statusText}`),h){let F=[`HTTP/1.1 ${H.status} ${H.statusText}`];for(let[V,N]of H.headers.entries())F.push(`${V}: ${N}`);return{stdout:`${F.join(`\r
43
51
  `)}\r
44
- `,exitCode:0}}let k;try{k=await F.text()}catch{return{stderr:"curl: failed to read response body",exitCode:1}}if(a){let K=le(t,a);return $e(r,K,"curl"),n.writeFileAsUser(r,K,k),u||L.push(` % Total % Received
45
- 100 ${k.length} 100 ${k.length}`),{stderr:L.join(`
46
- `)||void 0,exitCode:F.ok?0:22}}return{stdout:k,stderr:L.length>0?L.join(`
47
- `):void 0,exitCode:F.ok?0:22}}};var Gc={name:"cut",description:"Remove sections from lines",category:"text",params:["-d <delim> -f <fields> [file]"],run:({args:r,stdin:t})=>{let e=Yt(r,["-d"])??" ",s=(Yt(r,["-f"])??"1").split(",").map(a=>{let[c,f]=a.split("-").map(Number);return f!==void 0?{from:(c??1)-1,to:f-1}:{from:(c??1)-1,to:(c??1)-1}});return{stdout:(t??"").split(`
52
+ `,exitCode:0}}let C;try{C=await H.text()}catch{return{stderr:"curl: failed to read response body",exitCode:1}}if(a){let F=le(t,a);return Me(n,F,"curl"),r.writeFileAsUser(n,F,C),u||U.push(` % Total % Received
53
+ 100 ${C.length} 100 ${C.length}`),{stderr:U.join(`
54
+ `)||void 0,exitCode:H.ok?0:22}}return{stdout:C,stderr:U.length>0?U.join(`
55
+ `):void 0,exitCode:H.ok?0:22}}};var Jc={name:"cut",description:"Remove sections from lines",category:"text",params:["-d <delim> -f <fields> [file]"],run:({args:n,stdin:t})=>{let e=zt(n,["-d"])??" ",s=(zt(n,["-f"])??"1").split(",").map(a=>{let[c,f]=a.split("-").map(Number);return f!==void 0?{from:(c??1)-1,to:f-1}:{from:(c??1)-1,to:(c??1)-1}});return{stdout:(t??"").split(`
48
56
  `).map(a=>{let c=a.split(e),f=[];for(let l of s)for(let u=l.from;u<=Math.min(l.to,c.length-1);u++)f.push(c[u]??"");return f.join(e)}).join(`
49
- `),exitCode:0}}};var Yc={name:"date",description:"Print current date and time",category:"system",params:["[+format]"],run:({args:r})=>{let t=new Date,e=r[0];return e?.startsWith("+")?{stdout:e.slice(1).replace("%Y",String(t.getFullYear())).replace("%m",String(t.getMonth()+1).padStart(2,"0")).replace("%d",String(t.getDate()).padStart(2,"0")).replace("%H",String(t.getHours()).padStart(2,"0")).replace("%M",String(t.getMinutes()).padStart(2,"0")).replace("%S",String(t.getSeconds()).padStart(2,"0")).replace("%s",String(Math.floor(t.getTime()/1e3))),exitCode:0}:{stdout:t.toString(),exitCode:0}}};var zc={name:"declare",aliases:["local","typeset"],description:"Declare variables and give them attributes",category:"shell",params:["[-i] [-r] [-x] [-a] [name[=value]...]"],run:({args:r,env:t})=>{if(!t)return{exitCode:0};let e=te(r,["-i"]),n=te(r,["-r"]),s=te(r,["-x"]);if(r.filter(a=>!a.startsWith("-")).length===0)return{stdout:Object.entries(t.vars).map(([c,f])=>`declare -- ${c}="${f}"`).join(`
50
- `),exitCode:0};let o=r.filter(a=>!a.startsWith("-"));for(let a of o){let c=a.indexOf("=");if(c===-1)a in t.vars||(t.vars[a]="");else{let f=a.slice(0,c),l=a.slice(c+1);if(e){let u=parseInt(l,10);l=Number.isNaN(u)?"0":String(u)}t.vars[f]=l}}return{exitCode:0}}};var jc={name:"deluser",description:"Delete a user",category:"users",params:["<username>"],run:async({authUser:r,args:t,shell:e})=>{if(r!=="root")return{stderr:"deluser: permission denied",exitCode:1};let[n]=t;return n?(await e.users.deleteUser(n),{stdout:`deluser: user '${n}' deleted`,exitCode:0}):{stderr:"deluser: usage: deluser <username>",exitCode:1}}};var Xc={name:"df",description:"Report filesystem disk space usage",category:"system",params:["[-h]"],run:({shell:r})=>{let e=(r.vfs.getUsageBytes()/1024).toFixed(0),n="1048576",s=String(Number(n)-Number(e)),i=Math.round(Number(e)/Number(n)*100),o="Filesystem 1K-blocks Used Available Use% Mounted on",a=`virtual-fs ${n.padStart(9)} ${e.padStart(7)} ${s.padStart(9)} ${i}% /`;return{stdout:`${o}
51
- ${a}`,exitCode:0}}};var Jc={name:"diff",description:"Compare files line by line",category:"text",params:["<file1> <file2>"],run:({shell:r,cwd:t,args:e})=>{let[n,s]=e;if(!n||!s)return{stderr:"diff: missing operand",exitCode:1};let i=le(t,n),o=le(t,s),a,c;try{a=r.vfs.readFile(i).split(`
52
- `)}catch{return{stderr:`diff: ${n}: No such file or directory`,exitCode:2}}try{c=r.vfs.readFile(o).split(`
53
- `)}catch{return{stderr:`diff: ${s}: No such file or directory`,exitCode:2}}let f=[],l=Math.max(a.length,c.length);for(let u=0;u<l;u++){let h=a[u],g=c[u];h!==g&&(h!==void 0&&f.push(`< ${h}`),g!==void 0&&f.push(`> ${g}`))}return{stdout:f.join(`
54
- `),exitCode:f.length>0?1:0}}};var Zc={name:"dpkg",description:"Debian package manager low-level tool",category:"package",params:["[-l] [-s pkg] [-L pkg] [-i pkg] [--remove pkg]"],run:({args:r,authUser:t,shell:e})=>{let n=xn(e);if(!n)return{stderr:"dpkg: package manager not initialised",exitCode:1};let s=te(r,["-l","--list"]),i=te(r,["-s","--status"]),o=te(r,["-L","--listfiles"]),a=te(r,["-r","--remove"]),c=te(r,["-P","--purge"]),{positionals:f}=zt(r,{flags:["-l","--list","-s","--status","-L","--listfiles","-r","--remove","-P","--purge"]});if(s){let l=n.listInstalled();if(l.length===0)return{stdout:["Desired=Unknown/Install/Remove/Purge/Hold","|Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend","|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)","||/ Name Version Architecture Description","+++-==============-===============-============-========================================","(no packages installed)"].join(`
55
- `),exitCode:0};let u=["Desired=Unknown/Install/Remove/Purge/Hold","|Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend","|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)","||/ Name Version Architecture Description","+++-==============-===============-============-========================================"],h=l.map(g=>{let y=g.name.padEnd(14).slice(0,14),_=g.version.padEnd(15).slice(0,15),b=g.architecture.padEnd(12).slice(0,12),C=(g.description||"").slice(0,40);return`ii ${y} ${_} ${b} ${C}`});return{stdout:[...u,...h].join(`
56
- `),exitCode:0}}if(i){let l=f[0];if(!l)return{stderr:"dpkg: -s needs a package name",exitCode:1};let u=n.show(l);return u?{stdout:u,exitCode:0}:{stderr:`dpkg-query: package '${l}' is not installed and no information is available`,exitCode:1}}if(o){let l=f[0];if(!l)return{stderr:"dpkg: -L needs a package name",exitCode:1};let u=n.listInstalled().find(h=>h.name===l);return u?u.files.length===0?{stdout:"/.keep",exitCode:0}:{stdout:u.files.join(`
57
- `),exitCode:0}:{stderr:`dpkg-query: package '${l}' is not installed`,exitCode:1}}if(a||c){if(t!=="root")return{stderr:"dpkg: error: requested operation requires superuser privilege",exitCode:2};if(f.length===0)return{stderr:"dpkg: error: need an action option",exitCode:2};let{output:l,exitCode:u}=n.remove(f,{purge:c});return{stdout:l||void 0,exitCode:u}}return{stdout:["Usage: dpkg [<option>...] <command>","","Commands:"," -l, --list List packages matching given pattern"," -s, --status <pkg>... Report status of specified package"," -L, --listfiles <pkg>... List files owned by package"," -r, --remove <pkg>... Remove <pkg> but leave its configuration"," -P, --purge <pkg>... Remove <pkg> and its configuration"].join(`
58
- `),exitCode:0}}},ef={name:"dpkg-query",description:"Show information about installed packages",category:"package",params:["-W [pkg] | -l [pattern]"],run:({args:r,shell:t})=>{let e=xn(t);if(!e)return{stderr:"dpkg-query: package manager not initialised",exitCode:1};let n=te(r,["-l"]),s=te(r,["-W","--show"]),{positionals:i}=zt(r,{flags:["-l","-W","--show"]});if(n||s){let o=e.listInstalled(),a=i[0],c=a?o.filter(l=>l.name.includes(a)):o;return s?{stdout:c.map(l=>`${l.name} ${l.version}`).join(`
57
+ `),exitCode:0}}};var Zc={name:"date",description:"Print current date and time",category:"system",params:["[+format]"],run:({args:n})=>{let t=new Date,e=n[0];return e?.startsWith("+")?{stdout:e.slice(1).replace("%Y",String(t.getFullYear())).replace("%m",String(t.getMonth()+1).padStart(2,"0")).replace("%d",String(t.getDate()).padStart(2,"0")).replace("%H",String(t.getHours()).padStart(2,"0")).replace("%M",String(t.getMinutes()).padStart(2,"0")).replace("%S",String(t.getSeconds()).padStart(2,"0")).replace("%s",String(Math.floor(t.getTime()/1e3))),exitCode:0}:{stdout:t.toString(),exitCode:0}}};var ef={name:"declare",aliases:["local","typeset"],description:"Declare variables and give them attributes",category:"shell",params:["[-i] [-r] [-x] [-a] [name[=value]...]"],run:({args:n,env:t})=>{if(!t)return{exitCode:0};let e=se(n,["-i"]),r=se(n,["-r"]),s=se(n,["-x"]);if(n.filter(a=>!a.startsWith("-")).length===0)return{stdout:Object.entries(t.vars).map(([c,f])=>`declare -- ${c}="${f}"`).join(`
58
+ `),exitCode:0};let o=n.filter(a=>!a.startsWith("-"));for(let a of o){let c=a.indexOf("=");if(c===-1)a in t.vars||(t.vars[a]="");else{let f=a.slice(0,c),l=a.slice(c+1);if(e){let u=parseInt(l,10);l=Number.isNaN(u)?"0":String(u)}t.vars[f]=l}}return{exitCode:0}}};var tf={name:"deluser",description:"Delete a user",category:"users",params:["[-f] <username>"],run:async({authUser:n,args:t,shell:e})=>{if(n!=="root")return{stderr:`deluser: permission denied
59
+ `,exitCode:1};let r=t.includes("-f")||t.includes("--force")||t.includes("-y"),s=t.find(o=>!o.startsWith("-"));if(!s)return{stderr:`Usage: deluser [-f] <username>
60
+ `,exitCode:1};if(!e.users.listUsers().includes(s))return{stderr:`deluser: user '${s}' does not exist
61
+ `,exitCode:1};if(s==="root")return{stderr:`deluser: cannot remove the root account
62
+ `,exitCode:1};if(r)return await e.users.deleteUser(s),{stdout:`Removing user '${s}' ...
63
+ deluser: done.
64
+ `,exitCode:0};let i=async(o,a)=>o.trim()!==s?{result:{stderr:`deluser: confirmation did not match \u2014 user not deleted
65
+ `,exitCode:1}}:(await a.users.deleteUser(s),{result:{stdout:`Removing user '${s}' ...
66
+ deluser: done.
67
+ `,exitCode:0}});return{sudoChallenge:{username:s,targetUser:s,commandLine:null,loginShell:!1,prompt:`Warning: deleting user '${s}'.
68
+ Type the username to confirm: `,mode:"confirm",onPassword:i},exitCode:0}}};var nf={name:"df",description:"Report filesystem disk space usage",category:"system",params:["[-h]"],run:({shell:n})=>{let e=(n.vfs.getUsageBytes()/1024).toFixed(0),r="1048576",s=String(Number(r)-Number(e)),i=Math.round(Number(e)/Number(r)*100),o="Filesystem 1K-blocks Used Available Use% Mounted on",a=`virtual-fs ${r.padStart(9)} ${e.padStart(7)} ${s.padStart(9)} ${i}% /`;return{stdout:`${o}
69
+ ${a}`,exitCode:0}}};var rf={name:"diff",description:"Compare files line by line",category:"text",params:["<file1> <file2>"],run:({shell:n,cwd:t,args:e})=>{let[r,s]=e;if(!r||!s)return{stderr:"diff: missing operand",exitCode:1};let i=le(t,r),o=le(t,s),a,c;try{a=n.vfs.readFile(i).split(`
70
+ `)}catch{return{stderr:`diff: ${r}: No such file or directory`,exitCode:2}}try{c=n.vfs.readFile(o).split(`
71
+ `)}catch{return{stderr:`diff: ${s}: No such file or directory`,exitCode:2}}let f=[],l=Math.max(a.length,c.length);for(let u=0;u<l;u++){let h=a[u],p=c[u];h!==p&&(h!==void 0&&f.push(`< ${h}`),p!==void 0&&f.push(`> ${p}`))}return{stdout:f.join(`
72
+ `),exitCode:f.length>0?1:0}}};var sf={name:"dpkg",description:"Debian package manager low-level tool",category:"package",params:["[-l] [-s pkg] [-L pkg] [-i pkg] [--remove pkg]"],run:({args:n,authUser:t,shell:e})=>{let r=wr(e);if(!r)return{stderr:"dpkg: package manager not initialised",exitCode:1};let s=se(n,["-l","--list"]),i=se(n,["-s","--status"]),o=se(n,["-L","--listfiles"]),a=se(n,["-r","--remove"]),c=se(n,["-P","--purge"]),{positionals:f}=Yt(n,{flags:["-l","--list","-s","--status","-L","--listfiles","-r","--remove","-P","--purge"]});if(s){let l=r.listInstalled();if(l.length===0)return{stdout:["Desired=Unknown/Install/Remove/Purge/Hold","|Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend","|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)","||/ Name Version Architecture Description","+++-==============-===============-============-========================================","(no packages installed)"].join(`
73
+ `),exitCode:0};let u=["Desired=Unknown/Install/Remove/Purge/Hold","|Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend","|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)","||/ Name Version Architecture Description","+++-==============-===============-============-========================================"],h=l.map(p=>{let _=p.name.padEnd(14).slice(0,14),E=p.version.padEnd(15).slice(0,15),b=p.architecture.padEnd(12).slice(0,12),v=(p.description||"").slice(0,40);return`ii ${_} ${E} ${b} ${v}`});return{stdout:[...u,...h].join(`
74
+ `),exitCode:0}}if(i){let l=f[0];if(!l)return{stderr:"dpkg: -s needs a package name",exitCode:1};let u=r.show(l);return u?{stdout:u,exitCode:0}:{stderr:`dpkg-query: package '${l}' is not installed and no information is available`,exitCode:1}}if(o){let l=f[0];if(!l)return{stderr:"dpkg: -L needs a package name",exitCode:1};let u=r.listInstalled().find(h=>h.name===l);return u?u.files.length===0?{stdout:"/.keep",exitCode:0}:{stdout:u.files.join(`
75
+ `),exitCode:0}:{stderr:`dpkg-query: package '${l}' is not installed`,exitCode:1}}if(a||c){if(t!=="root")return{stderr:"dpkg: error: requested operation requires superuser privilege",exitCode:2};if(f.length===0)return{stderr:"dpkg: error: need an action option",exitCode:2};let{output:l,exitCode:u}=r.remove(f,{purge:c});return{stdout:l||void 0,exitCode:u}}return{stdout:["Usage: dpkg [<option>...] <command>","","Commands:"," -l, --list List packages matching given pattern"," -s, --status <pkg>... Report status of specified package"," -L, --listfiles <pkg>... List files owned by package"," -r, --remove <pkg>... Remove <pkg> but leave its configuration"," -P, --purge <pkg>... Remove <pkg> and its configuration"].join(`
76
+ `),exitCode:0}}},of={name:"dpkg-query",description:"Show information about installed packages",category:"package",params:["-W [pkg] | -l [pattern]"],run:({args:n,shell:t})=>{let e=wr(t);if(!e)return{stderr:"dpkg-query: package manager not initialised",exitCode:1};let r=se(n,["-l"]),s=se(n,["-W","--show"]),{positionals:i}=Yt(n,{flags:["-l","-W","--show"]});if(r||s){let o=e.listInstalled(),a=i[0],c=a?o.filter(l=>l.name.includes(a)):o;return s?{stdout:c.map(l=>`${l.name} ${l.version}`).join(`
59
77
  `),exitCode:0}:{stdout:c.map(l=>{let u=l.name.padEnd(14).slice(0,14),h=l.version.padEnd(15).slice(0,15);return`ii ${u} ${h} amd64 ${(l.description||"").slice(0,40)}`}).join(`
60
- `)||"(no packages match)",exitCode:0}}return{stderr:"dpkg-query: need a flag (-l, -W)",exitCode:1}}};var tf={name:"du",description:"Estimate file space usage",category:"system",params:["[-h] [-s] [path]"],run:({shell:r,cwd:t,args:e})=>{let n=te(e,["-h"]),s=te(e,["-s"]),i=e.find(l=>!l.startsWith("-"))??".",o=le(t,i),a=l=>n?`${(l/1024).toFixed(1)}K`:String(Math.ceil(l/1024));if(!r.vfs.exists(o))return{stderr:`du: ${i}: No such file or directory`,exitCode:1};if(s||r.vfs.stat(o).type==="file")return{stdout:`${a(r.vfs.getUsageBytes(o))} ${i}`,exitCode:0};let c=[],f=(l,u)=>{let h=0;for(let g of r.vfs.list(l)){let y=`${l}/${g}`,_=`${u}/${g}`,b=r.vfs.stat(y);b.type==="directory"?h+=f(y,_):(h+=b.size,s||c.push(`${a(b.size)} ${_}`))}return c.push(`${a(h)} ${u}`),h};return f(o,i),{stdout:c.join(`
61
- `),exitCode:0}}};function cp(r,t){let e=r.replace(/\b([A-Za-z_][A-Za-z0-9_]*)\b/g,(n,s)=>{let i=t[s];return i!==void 0&&i!==""?i:"0"});if(!/^[\d\s+\-*/%()^!&|<>=,. ]+$/.test(e))return NaN;try{let n=Function(`"use strict"; return (${e.replace(/\*\*/g,"**")});`)();return typeof n=="number"?Math.trunc(n):NaN}catch{return NaN}}function fp(r,t){let e=[],n=0;for(;n<r.length;){let s=r.indexOf("'",n);if(s===-1){e.push(t(r.slice(n)));break}e.push(t(r.slice(n,s)));let i=r.indexOf("'",s+1);if(i===-1){e.push(r.slice(s));break}e.push(r.slice(s,i+1)),n=i+1}return e.join("")}function ao(r,t,e=0,n){let s=n??t.HOME??"/home/user";return fp(r,i=>{let o=i;return o=o.replace(/(^|[\s:])~(\/|$)/g,(a,c,f)=>`${c}${s}${f}`),o=o.replace(/\$\?/g,String(e)),o=o.replace(/\$\$/g,"1"),o=o.replace(/\$#/g,"0"),o=o.replace(/\$\(\(([^)]+(?:\([^)]*\)[^)]*)*)\)\)/g,(a,c)=>{let f=cp(c,t);return Number.isNaN(f)?"0":String(f)}),o=o.replace(/\$\{#([A-Za-z_][A-Za-z0-9_]*)\}/g,(a,c)=>String((t[c]??"").length)),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):-([^}]*)\}/g,(a,c,f)=>t[c]!==void 0&&t[c]!==""?t[c]:f),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):=([^}]*)\}/g,(a,c,f)=>((t[c]===void 0||t[c]==="")&&(t[c]=f),t[c])),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):\+([^}]*)\}/g,(a,c,f)=>t[c]!==void 0&&t[c]!==""?f:""),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*)\}/g,(a,c)=>t[c]??""),o=o.replace(/\$([A-Za-z_][A-Za-z0-9_]*)/g,(a,c)=>t[c]??""),o})}async function Yi(r,t,e,n){if(r.includes("$(")){let s="",i=!1,o=0;for(;o<r.length;){let a=r[o];if(a==="'"&&!i){i=!0,s+=a,o++;continue}if(a==="'"&&i){i=!1,s+=a,o++;continue}if(!i&&a==="$"&&r[o+1]==="("){if(r[o+2]==="("){s+=a,o++;continue}let c=0,f=o+1;for(;f<r.length;){if(r[f]==="(")c++;else if(r[f]===")"&&(c--,c===0))break;f++}let l=r.slice(o+2,f).trim(),u=(await n(l)).replace(/\n$/,"");s+=u,o=f+1;continue}s+=a,o++}r=s}return ao(r,t,e)}function lp(r){return r.replace(/\\n/g,`
62
- `).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\\\/g,"\\").replace(/\\a/g,"\x07").replace(/\\b/g,"\b").replace(/\\f/g,"\f").replace(/\\v/g,"\v").replace(/\\0(\d{1,3})/g,(t,e)=>String.fromCharCode(parseInt(e,8)))}var rf={name:"echo",description:"Display text",category:"shell",params:["[-n] [-e] [text...]"],run:({args:r,stdin:t,env:e})=>{let{flags:n,positionals:s}=zt(r,{flags:["-n","-e","-E"]}),i=n.has("-n"),o=n.has("-e"),a=s.length>0?s.join(" "):t??"",c=ao(a,e?.vars??{},e?.lastExitCode??0),f=o?lp(c):c;return{stdout:i?f:`${f}
63
- `,exitCode:0}}};var nf={name:"env",description:"Print environment variables",category:"shell",params:[],run:({env:r,authUser:t})=>{let e={...r.vars,USER:t,HOME:`/home/${t}`};return{stdout:Object.entries(e).map(([n,s])=>`${n}=${s}`).join(`
64
- `),exitCode:0}}};var sf={name:"exit",aliases:["bye"],description:"Exit the shell session",category:"shell",params:["[code]"],run:({args:r})=>({closeSession:!0,exitCode:parseInt(r[0]??"0",10)||0})};var of={name:"export",description:"Set shell environment variable",category:"shell",params:["[VAR=value]"],run:({args:r,env:t})=>{if(r.length===0)return{stdout:Object.entries(t.vars).map(([n,s])=>`declare -x ${n}="${s}"`).join(`
65
- `),exitCode:0};for(let e of r)if(e.includes("=")){let n=e.indexOf("="),s=e.slice(0,n),i=e.slice(n+1);t.vars[s]=i}return{exitCode:0}}};var af={name:"find",description:"Search for files",category:"files",params:["[path] [-name <pattern>] [-type f|d]"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=Yt(n,["-name"]),i=Yt(n,["-type"]),a=n.filter(h=>!h.startsWith("-")&&h!==s&&h!==i)[0]??".",c=le(e,a);try{if($e(r,c,"find"),!t.vfs.exists(c))return{stderr:`find: ${a}: No such file or directory`,exitCode:1}}catch(h){return{stderr:`find: ${h instanceof Error?h.message:String(h)}`,exitCode:1}}let f=s?new RegExp(`^${s.replace(/\./g,"\\.").replace(/\*/g,".*").replace(/\?/g,".")}$`):null,l=[],u=(h,g)=>{let y=t.vfs.stat(h),_=!i||i==="f"&&y.type==="file"||i==="d"&&y.type==="directory",b=!f||f.test(h.split("/").pop()??"");if(_&&b&&l.push(g),y.type==="directory")for(let C of t.vfs.list(h)){let L=`${h}/${C}`,F=`${g}/${C}`;u(L,F)}};return u(c,a),{stdout:l.join(`
66
- `),exitCode:0}}};var zi=Kt(require("node:os"),1);var cf={name:"free",description:"Display amount of free and used memory",category:"system",params:["[-h] [-m] [-g]"],run:({args:r})=>{let t=te(r,["-h","--human"]),e=te(r,["-m"]),n=te(r,["-g"]),s=zi.totalmem(),i=zi.freemem(),o=s-i,a=Math.floor(s*.02),c=Math.floor(s*.05),f=Math.floor(i*.95),l=Math.floor(s*.5),u=_=>t?_>=1024*1024*1024?`${(_/(1024*1024*1024)).toFixed(1)}G`:_>=1024*1024?`${(_/(1024*1024)).toFixed(1)}M`:`${(_/1024).toFixed(1)}K`:String(Math.floor(n?_/(1024*1024*1024):e?_/(1024*1024):_/1024)),h=" total used free shared buff/cache available",g=`Mem: ${u(s).padStart(12)} ${u(o).padStart(11)} ${u(i).padStart(11)} ${u(a).padStart(11)} ${u(c).padStart(11)} ${u(f).padStart(11)}`,y=`Swap: ${u(l).padStart(12)} ${u(0).padStart(11)} ${u(l).padStart(11)}`;return{stdout:[h,g,y].join(`
67
- `),exitCode:0}}};var ff={name:"grep",description:"Search text patterns",category:"text",params:["[-i] [-v] [-n] [-r] <pattern> [file...]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let{flags:i,positionals:o}=zt(n,{flags:["-i","-v","-n","-r"]}),a=i.has("-i"),c=i.has("-v"),f=i.has("-n"),l=i.has("-r"),u=o[0],h=o.slice(1);if(!u)return{stderr:"grep: no pattern specified",exitCode:1};let g;try{let C=a?"mi":"m";g=new RegExp(u,C)}catch{return{stderr:`grep: invalid regex: ${u}`,exitCode:1}}let y=(C,L="")=>{let F=C.split(`
68
- `),k=[];for(let K=0;K<F.length;K++){let ee=F[K]??"",O=g.test(ee);if(c?!O:O){let w=f?`${K+1}:`:"";k.push(`${L}${w}${ee}`)}}return k},_=C=>{if(!t.vfs.exists(C))return[];if(t.vfs.stat(C).type==="file")return[C];if(!l)return[];let F=[],k=K=>{for(let ee of t.vfs.list(K)){let O=`${K}/${ee}`;t.vfs.stat(O).type==="file"?F.push(O):k(O)}};return k(C),F},b=[];if(h.length===0){if(!s)return{stdout:"",exitCode:1};b.push(...y(s))}else{let C=h.flatMap(L=>{let F=le(e,L);return _(F).map(k=>({file:L,path:k}))});for(let{file:L,path:F}of C)try{$e(r,F,"grep");let k=t.vfs.readFile(F),K=C.length>1?`${L}:`:"";b.push(...y(k,K))}catch{return{stderr:`grep: ${L}: No such file or directory`,exitCode:1}}}return{stdout:b.length>0?b.join(`
69
- `):"",exitCode:b.length>0?0:1}}};var lf={name:"groups",description:"Print group memberships",category:"system",params:["[user]"],run:({authUser:r,shell:t,args:e})=>{let n=e[0]??r;return{stdout:t.users.isSudoer(n)?`${n} sudo root`:n,exitCode:0}}};var uf={name:"gzip",description:"Compress files",category:"archive",params:["<file>"],run:({shell:r,cwd:t,args:e})=>{let n=e[0];if(!n)return{stderr:"gzip: no file specified",exitCode:1};let s=le(t,n);try{return r.vfs.compressFile(s),{exitCode:0}}catch{return{stderr:`gzip: ${n}: No such file or directory`,exitCode:1}}}},df={name:"gunzip",description:"Decompress files",category:"archive",params:["<file>"],aliases:["zcat"],run:({shell:r,cwd:t,args:e})=>{let n=e[0];if(!n)return{stderr:"gunzip: no file specified",exitCode:1};let s=le(t,n);try{return r.vfs.decompressFile(s),{exitCode:0}}catch{return{stderr:`gunzip: ${n}: No such file or directory`,exitCode:1}}}};var hf={name:"head",description:"Output first lines",category:"text",params:["[-n <lines>] [file...]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=Yt(n,["-n"]),o=typeof i=="string"?parseInt(i,10):10,a=n.filter(l=>!l.startsWith("-")&&l!==i),c=l=>l.split(`
70
- `).slice(0,o).join(`
71
- `);if(a.length===0)return{stdout:c(s??""),exitCode:0};let f=[];for(let l of a){let u=le(e,l);try{$e(r,u,"head"),f.push(c(t.vfs.readFile(u)))}catch{return{stderr:`head: ${l}: No such file or directory`,exitCode:1}}}return{stdout:f.join(`
72
- `),exitCode:0}}};var pf=["navigation","files","text","archive","system","package","network","shell","users","misc"],mf={navigation:"Navigation",files:"Files & Filesystem",text:"Text Processing",archive:"Archive & Compression",system:"System",package:"Package Management",network:"Network",shell:"Shell & Scripting",users:"Users & Permissions",misc:"Miscellaneous"},Af="\x1B[1m",br="\x1B[0m",up="\x1B[36m",dp="\x1B[33m",si="\x1B[2m",hp="\x1B[32m";function gf(r,t){return r.length>=t?r:r+" ".repeat(t-r.length)}function pp(r){let t=r.aliases?.length?` ${si}(${r.aliases.join(", ")})${br}`:"";return` ${up}${gf(r.name,16)}${br}${t}${gf("",(r.aliases?.length,0))} ${r.description??""}`}function gp(r){let t={};for(let i of r){let o=i.category??"misc";t[o]||(t[o]=[]),t[o].push(i)}let e=[`${Af}Available commands${br}`,`${si}Type 'help <command>' for detailed usage.${br}`,""],n=[...pf.filter(i=>t[i]),...Object.keys(t).filter(i=>!pf.includes(i)).sort()];for(let i of n){let o=t[i];if(!o?.length)continue;e.push(`${dp}${mf[i]??i}${br}`);let a=[...o].sort((c,f)=>c.name.localeCompare(f.name));for(let c of a)e.push(pp(c));e.push("")}let s=r.length;return e.push(`${si}${s} commands available.${br}`),e.join(`
73
- `)}function mp(r){let t=[];if(t.push(`${Af}${r.name}${br} \u2014 ${r.description??"no description"}`),r.aliases?.length&&t.push(`${si}Aliases: ${r.aliases.join(", ")}${br}`),t.push(""),t.push(`${hp}Usage:${br}`),r.params.length)for(let n of r.params)t.push(` ${r.name} ${n}`);else t.push(` ${r.name}`);let e=mf[r.category??"misc"]??r.category??"misc";return t.push(""),t.push(`${si}Category: ${e}${br}`),t.join(`
74
- `)}function Ef(r){return{name:"help",description:"List all commands, or show usage for a specific command",category:"shell",params:["[command]"],run:({args:t})=>{let e=co();if(t[0]){let n=t[0].toLowerCase(),s=e.find(i=>i.name===n||i.aliases?.includes(n));return s?{stdout:mp(s),exitCode:0}:{stderr:`help: no help entry for '${t[0]}'`,exitCode:1}}return{stdout:gp(e),exitCode:0}}}}var _f={name:"history",description:"Display command history",category:"shell",params:["[n]"],run:({args:r,shell:t})=>{let e="/virtual-env-js/.bash_history";if(!t.vfs.exists(e))return{stdout:"",exitCode:0};let s=t.vfs.readFile(e).split(`
75
- `).filter(Boolean),i=r[0],o=i?parseInt(i,10):null,a=o&&!Number.isNaN(o)?s.slice(-o):s,c=s.length-a.length+1;return{stdout:a.map((l,u)=>`${String(c+u).padStart(5)} ${l}`).join(`
76
- `),exitCode:0}}};var yf={name:"hostname",description:"Print hostname",category:"system",params:[],run:({hostname:r})=>({stdout:r,exitCode:0})};var bf={name:"htop",description:"System monitor",category:"system",params:[],run:({mode:r})=>r==="exec"?{stderr:"htop: interactive terminal required",exitCode:1}:{openHtop:!0,exitCode:0}};var Sf={name:"id",description:"Print user identity",category:"system",params:["[user]"],run:({authUser:r,shell:t,args:e})=>{let n=e[0]??r,s=n==="root"?0:1e3,i=s,a=t.users.isSudoer(n)?`${i}(${n}),0(root)`:`${i}(${n})`;return{stdout:`uid=${s}(${n}) gid=${i}(${n}) groups=${a}`,exitCode:0}}};var xf={name:"kill",description:"Send signal to process",category:"system",params:["[-9] <pid>"],run:({args:r})=>r.find(e=>!e.startsWith("-"))?{stdout:"",exitCode:0}:{stderr:"kill: no pid specified",exitCode:1}};var wf={name:"ln",description:"Create links",category:"files",params:["[-s] <target> <link_name>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=te(n,["-s","--symbolic"]),i=n.filter(l=>!l.startsWith("-")),[o,a]=i;if(!o||!a)return{stderr:"ln: missing operand",exitCode:1};let c=le(e,a),f=s?o:le(e,o);try{if($e(r,c,"ln"),s)t.vfs.symlink(f,c);else{let l=le(e,o);if($e(r,l,"ln"),!t.vfs.exists(l))return{stderr:`ln: ${o}: No such file or directory`,exitCode:1};let u=t.vfs.readFile(l);t.writeFileAsUser(r,c,u)}return{exitCode:0}}catch(l){return{stderr:`ln: ${l instanceof Error?l.message:String(l)}`,exitCode:1}}}};function Ap(r,t){let e=t?"d":"-",s=[[256,"r"],[128,"w"],[64,"x"],[32,"r"],[16,"w"],[8,"x"],[4,"r"],[2,"w"],[1,"x"]].map(([i,o])=>r&i?o:"-").join("");return`${e}${s}`}function Ep(r){return r.toISOString().replace("T"," ").slice(0,16)}var If={name:"ls",description:"List directory contents",category:"navigation",params:["[-la] [path]"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=te(n,["-l","--long"]),i=te(n,["-a","--all"]),o=fr(n,0,{flags:["-l","--long","-a","--all","-la","-al"]}),a=le(e,o??e);$e(r,a,"ls");let c=t.vfs.list(a).filter(l=>i||!l.startsWith("."));return{stdout:s?c.map(l=>{let u=le(a,l),h=t.vfs.stat(u),g=h.type==="file"?h.size:h.childrenCount;return`${Ap(h.mode,h.type==="directory")} 1 ${g} ${Ep(h.updatedAt)} ${l}${h.type==="directory"?"/":""}`}).join(`
77
- `):Uc(a,c,l=>t.vfs.stat(l)),exitCode:0}}};var Cf={name:"lsb_release",description:"Print distribution-specific information",category:"system",params:["[-a] [-i] [-d] [-r] [-c]"],run:({args:r,shell:t})=>{let e=t.properties?.os??"Fortune GNU/Linux x64",n="aurora",s="1.0";try{let u=t.vfs.readFile("/etc/os-release");for(let h of u.split(`
78
- `))h.startsWith("PRETTY_NAME=")&&(e=h.slice(12).replace(/^"|"$/g,"").trim()),h.startsWith("VERSION_CODENAME=")&&(n=h.slice(17).trim()),h.startsWith("VERSION_ID=")&&(s=h.slice(11).replace(/^"|"$/g,"").trim())}catch{}let i=te(r,["-a","--all"]),o=te(r,["-i","--id"]),a=te(r,["-d","--description"]),c=te(r,["-r","--release"]),f=te(r,["-c","--codename"]);if(i||r.length===0)return{stdout:["Distributor ID: Fortune",`Description: ${e}`,`Release: ${s}`,`Codename: ${n}`].join(`
79
- `),exitCode:0};let l=[];return o&&l.push("Distributor ID: Fortune"),a&&l.push(`Description: ${e}`),c&&l.push(`Release: ${s}`),f&&l.push(`Codename: ${n}`),{stdout:l.join(`
80
- `),exitCode:0}}};var _p={ls:`LS(1) User Commands LS(1)
81
-
82
- NAME
83
- ls - list directory contents
84
-
85
- SYNOPSIS
86
- ls [OPTION]... [FILE]...
87
-
88
- DESCRIPTION
89
- List information about the FILEs (the current directory by default).
90
-
91
- OPTIONS
92
- -l use a long listing format
93
- -a do not ignore entries starting with .
94
- -h with -l, print human readable sizes
95
- -r reverse order while sorting
96
- -t sort by modification time
97
-
98
- AUTHOR
99
- Written by Richard M. Stallman and David MacKenzie.`,cat:`CAT(1) User Commands CAT(1)
100
-
101
- NAME
102
- cat - concatenate files and print on the standard output
103
-
104
- SYNOPSIS
105
- cat [OPTION]... [FILE]...
106
-
107
- DESCRIPTION
108
- Concatenate FILE(s) to standard output.
109
-
110
- OPTIONS
111
- -n, --number number all output lines
112
- -b, --number-nonblank number nonempty output lines`,grep:`GREP(1) User Commands GREP(1)
113
-
114
- NAME
115
- grep, egrep, fgrep - print lines that match patterns
116
-
117
- SYNOPSIS
118
- grep [OPTION]... PATTERNS [FILE]...
119
-
120
- OPTIONS
121
- -i, --ignore-case ignore case distinctions in patterns and data
122
- -v, --invert-match select non-matching lines
123
- -n, --line-number print line number with output lines
124
- -r, --recursive read all files under each directory, recursively`,apt:`APT(8) APT APT(8)
125
-
126
- NAME
127
- apt - command-line interface
128
-
129
- SYNOPSIS
130
- apt [options] command
131
-
132
- DESCRIPTION
133
- apt provides a high-level commandline interface for the package
134
- management system.
135
-
136
- COMMANDS
137
- install pkg... Install packages
138
- remove pkg... Remove packages
139
- update Download package information
140
- upgrade Upgrade installed packages
141
- search term Search in package descriptions
142
- show pkg Show package information
143
- list List packages`,ssh:`SSH(1) OpenSSH SSH(1)
144
-
145
- NAME
146
- ssh - OpenSSH remote login client
147
-
148
- SYNOPSIS
149
- ssh [-p port] [user@]hostname [command]
150
-
151
- DESCRIPTION
152
- ssh (SSH client) is a program for logging into a remote machine and
153
- for executing commands on a remote machine.`,curl:`CURL(1) User Commands CURL(1)
154
-
155
- NAME
156
- curl - transfer a URL
157
-
158
- SYNOPSIS
159
- curl [options / URLs]
160
-
161
- DESCRIPTION
162
- curl is a tool for transferring data with URL syntax.
163
-
164
- OPTIONS
165
- -o, --output <file> Write output to <file>
166
- -X, --request <method> Specify request method
167
- -d, --data <data> HTTP POST data
168
- -H, --header <header> Pass custom header
169
- -s, --silent Silent mode
170
- -I, --head Show document info only
171
- -L, --location Follow redirects
172
- -v, --verbose Make the operation more talkative`,chmod:`CHMOD(1) User Commands CHMOD(1)
173
-
174
- NAME
175
- chmod - change file mode bits
176
-
177
- SYNOPSIS
178
- chmod [OPTION]... MODE[,MODE]... FILE...
179
- chmod [OPTION]... OCTAL-MODE FILE...
180
-
181
- DESCRIPTION
182
- Change the file mode bits of each given file according to MODE.
183
-
184
- EXAMPLES
185
- chmod 755 script.sh rwxr-xr-x
186
- chmod 644 file.txt rw-r--r--
187
- chmod +x script.sh add execute permission`,tar:`TAR(1) GNU tar Manual TAR(1)
188
-
189
- NAME
190
- tar - an archiving utility
191
-
192
- SYNOPSIS
193
- tar [OPTION...] [FILE]...
194
-
195
- DESCRIPTION
196
- tar saves many files together into a single tape or disk archive,
197
- and can restore individual files from the archive.
198
-
199
- OPTIONS
200
- -c, --create create a new archive
201
- -x, --extract extract files from an archive
202
- -z, --gzip filter the archive through gzip
203
- -f, --file=ARCHIVE use archive file or device ARCHIVE
204
- -v, --verbose verbosely list files processed
205
- -t, --list list the contents of an archive`},vf={name:"man",description:"Interface to the system reference manuals",category:"shell",params:["<command>"],run:({args:r,shell:t})=>{let e=r[0];if(!e)return{stderr:"What manual page do you want?",exitCode:1};let n=`/usr/share/man/man1/${e}.1`;if(t.vfs.exists(n))return{stdout:t.vfs.readFile(n),exitCode:0};let s=_p[e.toLowerCase()];return s?{stdout:s,exitCode:0}:{stderr:`No manual entry for ${e}`,exitCode:16}}};var kf={name:"mkdir",description:"Make directories",category:"files",params:["<dir>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{if(n.length===0)return{stderr:"mkdir: missing operand",exitCode:1};for(let s=0;s<n.length;s++){let i=fr(n,s);if(!i)return{stderr:"mkdir: missing operand",exitCode:1};let o=le(e,i);$e(r,o,"mkdir"),t.vfs.mkdir(o)}return{exitCode:0}}};var Bf={name:"mv",description:"Move or rename files",category:"files",params:["<source> <dest>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=n.filter(f=>!f.startsWith("-")),[i,o]=s;if(!i||!o)return{stderr:"mv: missing operand",exitCode:1};let a=le(e,i),c=le(e,o);try{if($e(r,a,"mv"),$e(r,c,"mv"),!t.vfs.exists(a))return{stderr:`mv: ${i}: No such file or directory`,exitCode:1};let f=t.vfs.exists(c)&&t.vfs.stat(c).type==="directory"?`${c}/${i.split("/").pop()}`:c;return t.vfs.move(a,f),{exitCode:0}}catch(f){return{stderr:`mv: ${f instanceof Error?f.message:String(f)}`,exitCode:1}}}};var Rf=Kt(require("node:path"),1);var Nf={name:"nano",description:"Text editor",category:"files",params:["<file>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=n[0];if(!s)return{stderr:"nano: missing file operand",exitCode:1};let i=le(e,s);$e(r,i,"nano");let o=t.vfs.exists(i)?t.vfs.readFile(i):"",a=Rf.posix.basename(i)||"buffer",c=`/tmp/sshmimic-nano-${Date.now()}-${a}.tmp`;return{openEditor:{targetPath:i,tempPath:c,initialContent:o},exitCode:0}}};var Nr=require("node:fs"),Ot=Kt(require("node:os"),1),Mf=Kt(require("node:path"),1);function yp(r){let t=Math.max(1,Math.floor(r/60)),e=Math.floor(t/1440),n=Math.floor(t%1440/60),s=t%60,i=[];return e>0&&i.push(`${e} day${e>1?"s":""}`),n>0&&i.push(`${n} hour${n>1?"s":""}`),(s>0||i.length===0)&&i.push(`${s} min${s>1?"s":""}`),i.join(", ")}function Pf(r){return`\x1B[${r}m \x1B[0m`}function bp(){let r=[40,41,42,43,44,45,46,47].map(Pf).join(""),t=[100,101,102,103,104,105,106,107].map(Pf).join("");return[r,t]}function Tf(r,t,e){if(r.trim().length===0)return r;let n={r:255,g:255,b:255},s={r:168,g:85,b:247},i=e<=1?0:t/(e-1),o=Math.round(n.r+(s.r-n.r)*i),a=Math.round(n.g+(s.g-n.g)*i),c=Math.round(n.b+(s.b-n.b)*i);return`\x1B[38;2;${o};${a};${c}m${r}\x1B[0m`}function Sp(r){if(r.trim().length===0)return r;let t=r.indexOf(":");if(t===-1)return r.includes("@")?Lf(r):r;let e=r.substring(0,t+1),n=r.substring(t+1);return Lf(e)+n}function Lf(r){let t=new RegExp("\x1B\\[[\\d;]*m","g"),e=r.replace(t,"");if(e.trim().length===0)return r;let n={r:255,g:255,b:255},s={r:168,g:85,b:247},i="";for(let o=0;o<e.length;o+=1){let a=e.length<=1?0:o/(e.length-1),c=Math.round(n.r+(s.r-n.r)*a),f=Math.round(n.g+(s.g-n.g)*a),l=Math.round(n.b+(s.b-n.b)*a);i+=`\x1B[38;2;${c};${f};${l}m${e[o]}\x1B[0m`}return i}function Df(r){return Math.max(0,Math.round(r/(1024*1024)))}function Uf(){try{let r=(0,Nr.readFileSync)("/etc/os-release","utf8");for(let t of r.split(`
206
- `)){if(!t.startsWith("PRETTY_NAME="))continue;return t.slice(12).trim().replace(/^"|"$/g,"")}}catch{return}}function Of(r){try{let t=(0,Nr.readFileSync)(r,"utf8").split(`
207
- `)[0]?.trim();return!t||t.length===0?void 0:t}catch{return}}function xp(r){let t=Of("/sys/devices/virtual/dmi/id/sys_vendor"),e=Of("/sys/devices/virtual/dmi/id/product_name");return t&&e?`${t} ${e}`:e||r}function wp(){let r=["/var/lib/dpkg/status","/usr/local/var/lib/dpkg/status"];for(let t of r)if((0,Nr.existsSync)(t))try{return(0,Nr.readFileSync)(t,"utf8").match(/^Package:\s+/gm)?.length??0}catch{}}function Ip(){let r=["/snap","/var/lib/snapd/snaps"];for(let t of r)if((0,Nr.existsSync)(t))try{return(0,Nr.readdirSync)(t,{withFileTypes:!0}).filter(s=>s.isDirectory()).length}catch{}}function Cp(){let r=wp(),t=Ip();return r!==void 0&&t!==void 0?`${r} (dpkg), ${t} (snap)`:r!==void 0?`${r} (dpkg)`:t!==void 0?`${t} (snap)`:"n/a"}function vp(){let r=Ot.cpus();if(r.length===0)return"unknown";let t=r[0];if(!t)return"unknown";let e=(t.speed/1e3).toFixed(2);return`${t.model} (${r.length}) @ ${e}GHz`}function kp(r){return!r||r.trim().length===0?"unknown":Mf.posix.basename(r.trim())}function Bp(r){let t=Ot.totalmem(),e=Ot.freemem(),n=Math.max(0,t-e),s=r.shellProps,i=process.uptime();return r.uptimeSeconds===void 0&&(r.uptimeSeconds=Math.round(i)),{user:r.user,host:r.host,osName:s?.os??r.osName??`${Uf()??Ot.type()} ${Ot.arch()}`,kernel:s?.kernel??r.kernel??Ot.release(),uptimeSeconds:r.uptimeSeconds??Ot.uptime(),packages:r.packages??Cp(),shell:kp(r.shell),shellProps:r.shellProps??{kernel:r.kernel??Ot.release(),os:r.osName??`${Uf()??Ot.type()} ${Ot.arch()}`,arch:Ot.arch()},resolution:r.resolution??"n/a (ssh)",terminal:r.terminal??"unknown",cpu:r.cpu??vp(),gpu:r.gpu??"n/a",memoryUsedMiB:r.memoryUsedMiB??Df(n),memoryTotalMiB:r.memoryTotalMiB??Df(t)}}function $f(r){let t=Bp(r),e=yp(t.uptimeSeconds),n=bp(),s=[" .. .:. "," .::.. .. .. ",". .... ... .. ",": .... .:. .. ",": .:.:........:. .. ",": .. ",". : ",". : ",".. : "," :. .. "," .. .. "," :-. :: "," .:. :. "," ..: ... "," ..: :.. "," :... :...."," .. ...."," . .. "," .:. .: "," :. .. "," ::. .. ","..... ..:... ","...:. .. ",".:...:. ::. .. "," ... ..:::::.. ..:::::::.. "],i=[`${t.user}@${t.host}`,"-------------------------",`OS: ${t.osName}`,`Host: ${xp(t.host)}`,`Kernel: ${t.kernel}`,`Uptime: ${e}`,`Packages: ${t.packages}`,`Shell: ${t.shell}`,`Resolution: ${t.resolution}`,`Terminal: ${t.terminal}`,`CPU: ${t.cpu}`,`GPU: ${t.gpu}`,`Memory: ${t.memoryUsedMiB}MiB / ${t.memoryTotalMiB}MiB`,"",n[0],n[1]],o=Math.max(s.length,i.length),a=[];for(let c=0;c<o;c+=1){let f=s[c]??"",l=i[c]??"";if(l.length>0){let u=Tf(f.padEnd(31," "),c,s.length),h=Sp(l);a.push(`${u} ${h}`);continue}a.push(Tf(f,c,s.length))}return a.join(`
208
- `)}var fo={PATH:"/usr/local/bin:/usr/bin:/bin",HOME:"/home/user",SHELL:"/bin/sh",TERM:"xterm-256color",USER:"user"};function Ff(r){return fo.USER=r,fo.HOME=`/home/${r}`,{...fo}}var Hf={name:"set",description:"Display or set shell variables",category:"shell",params:["[VAR=value]"],run:({args:r,env:t})=>{if(r.length===0)return{stdout:Object.entries(t.vars).map(([n,s])=>`${n}=${s}`).join(`
209
- `),exitCode:0};for(let e of r)if(e.includes("=")){let n=e.indexOf("=");t.vars[e.slice(0,n)]=e.slice(n+1)}return{exitCode:0}}};var Qf={name:"neofetch",description:"System info display",category:"system",params:["[--off]"],run:({args:r,authUser:t,hostname:e,shell:n})=>{let s=Ff(t);return te(r,"--help")?{stdout:"Usage: neofetch [--off]",exitCode:0}:te(r,"--off")?{stdout:`${t}@${e}`,exitCode:0}:{stdout:$f({user:t,host:e,shell:s.SHELL,shellProps:n.properties,terminal:s.TERM,uptimeSeconds:Math.floor((Date.now()-n.startTime)/1e3),packages:`${n.packageManager?.installedCount()??0} (dpkg)`}),exitCode:0}}};var lo=Kt(require("node:vm"),1);var ji="v18.19.0",Wf={node:ji,npm:"9.2.0",v8:"10.2.154.26-node.22"};function Rp(r,t){let e={version:ji,versions:Wf,platform:"linux",arch:"x64",env:{NODE_ENV:"production",HOME:"/root",PATH:"/usr/local/bin:/usr/bin:/bin"},argv:["node"],stdout:{write:i=>(r.push(i),!0)},stderr:{write:i=>(t.push(i),!0)},exit:(i=0)=>{throw new Xi(i)},cwd:()=>"/root",hrtime:()=>[0,0]},n={log:(...i)=>r.push(i.map(Sr).join(" ")),error:(...i)=>t.push(i.map(Sr).join(" ")),warn:(...i)=>t.push(i.map(Sr).join(" ")),info:(...i)=>r.push(i.map(Sr).join(" ")),dir:i=>r.push(Sr(i))},s=i=>{switch(i){case"path":return{join:(...o)=>o.join("/").replace(/\/+/g,"/"),resolve:(...o)=>`/${o.join("/").replace(/^\/+/,"")}`,dirname:o=>o.split("/").slice(0,-1).join("/")||"/",basename:o=>o.split("/").pop()??"",extname:o=>{let a=o.split("/").pop()??"",c=a.lastIndexOf(".");return c>0?a.slice(c):""},sep:"/",delimiter:":"};case"os":return{platform:()=>"linux",arch:()=>"x64",type:()=>"Linux",hostname:()=>"fortune-vm",homedir:()=>"/root",tmpdir:()=>"/tmp",EOL:`
210
- `};case"util":return{format:(...o)=>o.map(Sr).join(" "),inspect:o=>Sr(o)};case"fs":case"fs/promises":throw new Error(`Cannot require '${i}': filesystem access not available in virtual runtime`);case"child_process":case"net":case"http":case"https":throw new Error(`Cannot require '${i}': not available in virtual runtime`);default:throw new Error(`Cannot find module '${i}'`)}};return s.resolve=i=>{throw new Error(`Cannot resolve '${i}'`)},s.cache={},s.extensions={},lo.default.createContext({console:n,process:e,require:s,Math,JSON,Object,Array,String,Number,Boolean,Symbol,Date,RegExp,Error,TypeError,RangeError,SyntaxError,Promise,Map,Set,WeakMap,WeakSet,parseInt,parseFloat,isNaN,isFinite,encodeURIComponent,decodeURIComponent,encodeURI,decodeURI,setTimeout:()=>{},clearTimeout:()=>{},setInterval:()=>{},clearInterval:()=>{},queueMicrotask:()=>{},globalThis:void 0,undefined:void 0,Infinity:1/0,NaN:NaN})}var Xi=class{constructor(t){this.code=t}code};function Sr(r){if(r===null)return"null";if(r===void 0)return"undefined";if(typeof r=="string")return r;if(typeof r=="function")return`[Function: ${r.name||"(anonymous)"}]`;if(Array.isArray(r))return`[ ${r.map(Sr).join(", ")} ]`;if(r instanceof Error)return`${r.name}: ${r.message}`;if(typeof r=="object")try{return`{ ${Object.entries(r).map(([e,n])=>`${e}: ${Sr(n)}`).join(", ")} }`}catch{return"[Object]"}return String(r)}function Ji(r){let t=[],e=[],n=Rp(t,e),s=0;try{let i=lo.default.runInContext(r,n,{timeout:5e3});i!==void 0&&t.length===0&&t.push(Sr(i))}catch(i){i instanceof Xi?s=i.code:i instanceof Error?(e.push(`${i.name}: ${i.message}`),s=1):(e.push(String(i)),s=1)}return{stdout:t.length?`${t.join(`
78
+ `)||"(no packages match)",exitCode:0}}return{stderr:"dpkg-query: need a flag (-l, -W)",exitCode:1}}};var af={name:"du",description:"Estimate file space usage",category:"system",params:["[-h] [-s] [path]"],run:({shell:n,cwd:t,args:e})=>{let r=se(e,["-h"]),s=se(e,["-s"]),i=e.find(l=>!l.startsWith("-"))??".",o=le(t,i),a=l=>r?`${(l/1024).toFixed(1)}K`:String(Math.ceil(l/1024));if(!n.vfs.exists(o))return{stderr:`du: ${i}: No such file or directory`,exitCode:1};if(s||n.vfs.stat(o).type==="file")return{stdout:`${a(n.vfs.getUsageBytes(o))} ${i}`,exitCode:0};let c=[],f=(l,u)=>{let h=0;for(let p of n.vfs.list(l)){let _=`${l}/${p}`,E=`${u}/${p}`,b=n.vfs.stat(_);b.type==="directory"?h+=f(_,E):(h+=b.size,s||c.push(`${a(b.size)} ${E}`))}return c.push(`${a(h)} ${u}`),h};return f(o,i),{stdout:c.join(`
79
+ `),exitCode:0}}};function Ap(n,t){let e=n.replace(/\b([A-Za-z_][A-Za-z0-9_]*)\b/g,(r,s)=>{let i=t[s];return i!==void 0&&i!==""?i:"0"});if(!/^[\d\s+\-*/%()^!&|<>=,. ]+$/.test(e))return NaN;try{let r=Function(`"use strict"; return (${e.replace(/\*\*/g,"**")});`)();return typeof r=="number"?Math.trunc(r):NaN}catch{return NaN}}function Ep(n,t){let e=[],r=0;for(;r<n.length;){let s=n.indexOf("'",r);if(s===-1){e.push(t(n.slice(r)));break}e.push(t(n.slice(r,s)));let i=n.indexOf("'",s+1);if(i===-1){e.push(n.slice(s));break}e.push(n.slice(s,i+1)),r=i+1}return e.join("")}function ho(n,t,e=0,r){let s=r??t.HOME??"/home/user";return Ep(n,i=>{let o=i;return o=o.replace(/(^|[\s:])~(\/|$)/g,(a,c,f)=>`${c}${s}${f}`),o=o.replace(/\$\?/g,String(e)),o=o.replace(/\$\$/g,"1"),o=o.replace(/\$#/g,"0"),o=o.replace(/\$\(\(([^)]+(?:\([^)]*\)[^)]*)*)\)\)/g,(a,c)=>{let f=Ap(c,t);return Number.isNaN(f)?"0":String(f)}),o=o.replace(/\$\{#([A-Za-z_][A-Za-z0-9_]*)\}/g,(a,c)=>String((t[c]??"").length)),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):-([^}]*)\}/g,(a,c,f)=>t[c]!==void 0&&t[c]!==""?t[c]:f),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):=([^}]*)\}/g,(a,c,f)=>((t[c]===void 0||t[c]==="")&&(t[c]=f),t[c])),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*):\+([^}]*)\}/g,(a,c,f)=>t[c]!==void 0&&t[c]!==""?f:""),o=o.replace(/\$\{([A-Za-z_][A-Za-z0-9_]*)\}/g,(a,c)=>t[c]??""),o=o.replace(/\$([A-Za-z_][A-Za-z0-9_]*)/g,(a,c)=>t[c]??""),o})}async function Ji(n,t,e,r){if(n.includes("$(")){let s="",i=!1,o=0;for(;o<n.length;){let a=n[o];if(a==="'"&&!i){i=!0,s+=a,o++;continue}if(a==="'"&&i){i=!1,s+=a,o++;continue}if(!i&&a==="$"&&n[o+1]==="("){if(n[o+2]==="("){s+=a,o++;continue}let c=0,f=o+1;for(;f<n.length;){if(n[f]==="(")c++;else if(n[f]===")"&&(c--,c===0))break;f++}let l=n.slice(o+2,f).trim(),u=(await r(l)).replace(/\n$/,"");s+=u,o=f+1;continue}s+=a,o++}n=s}return ho(n,t,e)}function yp(n){return n.replace(/\\n/g,`
80
+ `).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\\\/g,"\\").replace(/\\a/g,"\x07").replace(/\\b/g,"\b").replace(/\\f/g,"\f").replace(/\\v/g,"\v").replace(/\\0(\d{1,3})/g,(t,e)=>String.fromCharCode(parseInt(e,8)))}var cf={name:"echo",description:"Display text",category:"shell",params:["[-n] [-e] [text...]"],run:({args:n,stdin:t,env:e})=>{let{flags:r,positionals:s}=Yt(n,{flags:["-n","-e","-E"]}),i=r.has("-n"),o=r.has("-e"),a=s.length>0?s.join(" "):t??"",c=ho(a,e?.vars??{},e?.lastExitCode??0),f=o?yp(c):c;return{stdout:i?f:`${f}
81
+ `,exitCode:0}}};var ff={name:"env",description:"Print environment variables",category:"shell",params:[],run:({env:n,authUser:t})=>{let e={...n.vars,USER:t,HOME:`/home/${t}`};return{stdout:Object.entries(e).map(([r,s])=>`${r}=${s}`).join(`
82
+ `),exitCode:0}}};var lf={name:"exit",aliases:["bye"],description:"Exit the shell session",category:"shell",params:["[code]"],run:({args:n})=>({closeSession:!0,exitCode:parseInt(n[0]??"0",10)||0})};var uf={name:"export",description:"Set shell environment variable",category:"shell",params:["[VAR=value]"],run:({args:n,env:t})=>{if(n.length===0)return{stdout:Object.entries(t.vars).map(([r,s])=>`declare -x ${r}="${s}"`).join(`
83
+ `),exitCode:0};for(let e of n)if(e.includes("=")){let r=e.indexOf("="),s=e.slice(0,r),i=e.slice(r+1);t.vars[s]=i}return{exitCode:0}}};var df={name:"find",description:"Search for files",category:"files",params:["[path] [-name <pattern>] [-type f|d]"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=zt(r,["-name"]),i=zt(r,["-type"]),a=r.filter(h=>!h.startsWith("-")&&h!==s&&h!==i)[0]??".",c=le(e,a);try{if(Me(n,c,"find"),!t.vfs.exists(c))return{stderr:`find: ${a}: No such file or directory`,exitCode:1}}catch(h){return{stderr:`find: ${h instanceof Error?h.message:String(h)}`,exitCode:1}}let f=s?new RegExp(`^${s.replace(/\./g,"\\.").replace(/\*/g,".*").replace(/\?/g,".")}$`):null,l=[],u=(h,p)=>{let _=t.vfs.stat(h),E=!i||i==="f"&&_.type==="file"||i==="d"&&_.type==="directory",b=!f||f.test(h.split("/").pop()??"");if(E&&b&&l.push(p),_.type==="directory")for(let v of t.vfs.list(h)){let U=`${h}/${v}`,H=`${p}/${v}`;u(U,H)}};return u(c,a),{stdout:l.join(`
84
+ `),exitCode:0}}};var Zi=Kt(require("node:os"),1);var hf={name:"free",description:"Display amount of free and used memory",category:"system",params:["[-h] [-m] [-g]"],run:({args:n})=>{let t=se(n,["-h","--human"]),e=se(n,["-m"]),r=se(n,["-g"]),s=Zi.totalmem(),i=Zi.freemem(),o=s-i,a=Math.floor(s*.02),c=Math.floor(s*.05),f=Math.floor(i*.95),l=Math.floor(s*.5),u=E=>t?E>=1024*1024*1024?`${(E/(1024*1024*1024)).toFixed(1)}G`:E>=1024*1024?`${(E/(1024*1024)).toFixed(1)}M`:`${(E/1024).toFixed(1)}K`:String(Math.floor(r?E/(1024*1024*1024):e?E/(1024*1024):E/1024)),h=" total used free shared buff/cache available",p=`Mem: ${u(s).padStart(12)} ${u(o).padStart(11)} ${u(i).padStart(11)} ${u(a).padStart(11)} ${u(c).padStart(11)} ${u(f).padStart(11)}`,_=`Swap: ${u(l).padStart(12)} ${u(0).padStart(11)} ${u(l).padStart(11)}`;return{stdout:[h,p,_].join(`
85
+ `),exitCode:0}}};var pf={name:"grep",description:"Search text patterns",category:"text",params:["[-i] [-v] [-n] [-r] <pattern> [file...]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let{flags:i,positionals:o}=Yt(r,{flags:["-i","-v","-n","-r","-c","-l","-L","-q","--quiet","--silent"]}),a=i.has("-i"),c=i.has("-v"),f=i.has("-n"),l=i.has("-r"),u=i.has("-c"),h=i.has("-l"),p=i.has("-q")||i.has("--quiet")||i.has("--silent"),_=o[0],E=o.slice(1);if(!_)return{stderr:"grep: no pattern specified",exitCode:1};let b;try{let C=a?"mi":"m";b=new RegExp(_,C)}catch{return{stderr:`grep: invalid regex: ${_}`,exitCode:1}}let v=(C,F="")=>{let V=C.split(`
86
+ `),N=[];for(let x=0;x<V.length;x++){let S=V[x]??"",I=b.test(S);if(c?!I:I){let R=f?`${x+1}:`:"";N.push(`${F}${R}${S}`)}}return N},U=C=>{if(!t.vfs.exists(C))return[];if(t.vfs.stat(C).type==="file")return[C];if(!l)return[];let V=[],N=x=>{for(let S of t.vfs.list(x)){let I=`${x}/${S}`;t.vfs.stat(I).type==="file"?V.push(I):N(I)}};return N(C),V},H=[];if(E.length===0){if(!s)return{stdout:"",exitCode:1};let C=v(s);if(u)return{stdout:`${C.length}
87
+ `,exitCode:C.length>0?0:1};if(p)return{exitCode:C.length>0?0:1};H.push(...C)}else{let C=E.flatMap(F=>{let V=le(e,F);return U(V).map(N=>({file:F,path:N}))});for(let{file:F,path:V}of C)try{Me(n,V,"grep");let N=t.vfs.readFile(V),x=C.length>1?`${F}:`:"",S=v(N,x);u?H.push(C.length>1?`${F}:${S.length}`:String(S.length)):h?S.length>0&&H.push(F):H.push(...S)}catch{return{stderr:`grep: ${F}: No such file or directory`,exitCode:1}}}return{stdout:H.length>0?`${H.join(`
88
+ `)}
89
+ `:"",exitCode:H.length>0?0:1}}};var gf={name:"groups",description:"Print group memberships",category:"system",params:["[user]"],run:({authUser:n,shell:t,args:e})=>{let r=e[0]??n;return{stdout:t.users.isSudoer(r)?`${r} sudo root`:r,exitCode:0}}};var mf={name:"gzip",description:"Compress files",category:"archive",params:["[-k] [-d] <file>"],run:({shell:n,cwd:t,args:e})=>{if(!n.packageManager.isInstalled("gzip"))return{stderr:`bash: gzip: command not found
90
+ Hint: install it with: apt install gzip
91
+ `,exitCode:127};let r=e.includes("-k")||e.includes("--keep"),s=e.includes("-d"),i=e.find(f=>!f.startsWith("-"));if(!i)return{stderr:`gzip: no file specified
92
+ `,exitCode:1};let o=le(t,i);if(s){if(!i.endsWith(".gz"))return{stderr:`gzip: ${i}: unknown suffix -- ignored
93
+ `,exitCode:1};if(!n.vfs.exists(o))return{stderr:`gzip: ${i}: No such file or directory
94
+ `,exitCode:1};let f=n.vfs.readFile(o),l=o.slice(0,-3);return n.vfs.writeFile(l,f),r||n.vfs.remove(o),{exitCode:0}}if(!n.vfs.exists(o))return{stderr:`gzip: ${i}: No such file or directory
95
+ `,exitCode:1};if(i.endsWith(".gz"))return{stderr:`gzip: ${i}: already has .gz suffix -- unchanged
96
+ `,exitCode:1};let a=n.vfs.readFileRaw(o),c=`${o}.gz`;return n.vfs.writeFile(c,a,{compress:!0}),r||n.vfs.remove(o),{exitCode:0}}},Af={name:"gunzip",description:"Decompress files",category:"archive",aliases:["zcat"],params:["[-k] <file>"],run:({shell:n,cwd:t,args:e})=>{let r=e.includes("-k")||e.includes("--keep"),s=e.find(c=>!c.startsWith("-"));if(!s)return{stderr:`gunzip: no file specified
97
+ `,exitCode:1};let i=le(t,s);if(!n.vfs.exists(i))return{stderr:`gunzip: ${s}: No such file or directory
98
+ `,exitCode:1};if(!s.endsWith(".gz"))return{stderr:`gunzip: ${s}: unknown suffix -- ignored
99
+ `,exitCode:1};let o=n.vfs.readFile(i),a=i.slice(0,-3);return n.vfs.writeFile(a,o),r||n.vfs.remove(i),{exitCode:0}}};var Ef={name:"head",description:"Output first lines",category:"text",params:["[-n <lines>] [file...]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=zt(r,["-n"]),o=r.find(u=>/^-\d+$/.test(u)),a=typeof i=="string"?parseInt(i,10):o?parseInt(o.slice(1),10):10,c=r.filter(u=>!u.startsWith("-")&&u!==i&&u!==String(a)),f=u=>{let h=u.split(`
100
+ `),p=h.slice(0,a);return p.join(`
101
+ `)+(u.endsWith(`
102
+ `)&&p.length===h.slice(0,a).length?`
103
+ `:"")};if(c.length===0)return{stdout:f(s??""),exitCode:0};let l=[];for(let u of c){let h=le(e,u);try{Me(n,h,"head"),l.push(f(t.vfs.readFile(h)))}catch{return{stderr:`head: ${u}: No such file or directory`,exitCode:1}}}return{stdout:l.join(`
104
+ `),exitCode:0}}};var yf=["navigation","files","text","archive","system","package","network","shell","users","misc"],bf={navigation:"Navigation",files:"Files & Filesystem",text:"Text Processing",archive:"Archive & Compression",system:"System",package:"Package Management",network:"Network",shell:"Shell & Scripting",users:"Users & Permissions",misc:"Miscellaneous"},xf="\x1B[1m",xn="\x1B[0m",_p="\x1B[36m",bp="\x1B[33m",ai="\x1B[2m",xp="\x1B[32m";function _f(n,t){return n.length>=t?n:n+" ".repeat(t-n.length)}function Sp(n){let t=n.aliases?.length?` ${ai}(${n.aliases.join(", ")})${xn}`:"";return` ${_p}${_f(n.name,16)}${xn}${t}${_f("",(n.aliases?.length,0))} ${n.description??""}`}function wp(n){let t={};for(let i of n){let o=i.category??"misc";t[o]||(t[o]=[]),t[o].push(i)}let e=[`${xf}Available commands${xn}`,`${ai}Type 'help <command>' for detailed usage.${xn}`,""],r=[...yf.filter(i=>t[i]),...Object.keys(t).filter(i=>!yf.includes(i)).sort()];for(let i of r){let o=t[i];if(!o?.length)continue;e.push(`${bp}${bf[i]??i}${xn}`);let a=[...o].sort((c,f)=>c.name.localeCompare(f.name));for(let c of a)e.push(Sp(c));e.push("")}let s=n.length;return e.push(`${ai}${s} commands available.${xn}`),e.join(`
105
+ `)}function Ip(n){let t=[];if(t.push(`${xf}${n.name}${xn} \u2014 ${n.description??"no description"}`),n.aliases?.length&&t.push(`${ai}Aliases: ${n.aliases.join(", ")}${xn}`),t.push(""),t.push(`${xp}Usage:${xn}`),n.params.length)for(let r of n.params)t.push(` ${n.name} ${r}`);else t.push(` ${n.name}`);let e=bf[n.category??"misc"]??n.category??"misc";return t.push(""),t.push(`${ai}Category: ${e}${xn}`),t.join(`
106
+ `)}function Sf(n){return{name:"help",description:"List all commands, or show usage for a specific command",category:"shell",params:["[command]"],run:({args:t})=>{let e=po();if(t[0]){let r=t[0].toLowerCase(),s=e.find(i=>i.name===r||i.aliases?.includes(r));return s?{stdout:Ip(s),exitCode:0}:{stderr:`help: no help entry for '${t[0]}'`,exitCode:1}}return{stdout:wp(e),exitCode:0}}}}var wf={name:"history",description:"Display command history",category:"shell",params:["[n]"],run:({args:n,shell:t})=>{let e="/virtual-env-js/.bash_history";if(!t.vfs.exists(e))return{stdout:"",exitCode:0};let s=t.vfs.readFile(e).split(`
107
+ `).filter(Boolean),i=n[0],o=i?parseInt(i,10):null,a=o&&!Number.isNaN(o)?s.slice(-o):s,c=s.length-a.length+1;return{stdout:a.map((l,u)=>`${String(c+u).padStart(5)} ${l}`).join(`
108
+ `),exitCode:0}}};var If={name:"hostname",description:"Print hostname",category:"system",params:[],run:({hostname:n})=>({stdout:n,exitCode:0})};var Cf={name:"htop",description:"System monitor",category:"system",params:[],run:({mode:n})=>n==="exec"?{stderr:"htop: interactive terminal required",exitCode:1}:{openHtop:!0,exitCode:0}};var vf={name:"id",description:"Print user identity",category:"system",params:["[user]"],run:({authUser:n,shell:t,args:e})=>{let r=e[0]??n,s=r==="root"?0:1e3,i=s,a=t.users.isSudoer(r)?`${i}(${r}),0(root)`:`${i}(${r})`;return{stdout:`uid=${s}(${r}) gid=${i}(${r}) groups=${a}`,exitCode:0}}};var kf={name:"kill",description:"Send signal to process",category:"system",params:["[-9] <pid>"],run:({args:n})=>n.find(e=>!e.startsWith("-"))?{stdout:"",exitCode:0}:{stderr:"kill: no pid specified",exitCode:1}};var Bf={name:"ln",description:"Create links",category:"files",params:["[-s] <target> <link_name>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=se(r,["-s","--symbolic"]),i=r.filter(l=>!l.startsWith("-")),[o,a]=i;if(!o||!a)return{stderr:"ln: missing operand",exitCode:1};let c=le(e,a),f=s?o:le(e,o);try{if(Me(n,c,"ln"),s)t.vfs.symlink(f,c);else{let l=le(e,o);if(Me(n,l,"ln"),!t.vfs.exists(l))return{stderr:`ln: ${o}: No such file or directory`,exitCode:1};let u=t.vfs.readFile(l);t.writeFileAsUser(n,c,u)}return{exitCode:0}}catch(l){return{stderr:`ln: ${l instanceof Error?l.message:String(l)}`,exitCode:1}}}},Rf={name:"readlink",description:"Print resolved path of symbolic link",category:"files",params:["[-f] <path>"],run:({shell:n,cwd:t,args:e})=>{let r=e.includes("-f")||e.includes("-e"),s=e.find(a=>!a.startsWith("-"));if(!s)return{stderr:`readlink: missing operand
109
+ `,exitCode:1};let i=le(t,s);return n.vfs.exists(i)?n.vfs.isSymlink(i)?{stdout:`${n.vfs.resolveSymlink(i)}
110
+ `,exitCode:0}:{stderr:`readlink: ${s}: not a symbolic link
111
+ `,exitCode:1}:{stderr:`readlink: ${s}: No such file or directory
112
+ `,exitCode:1}}};var Nf={name:"stat",description:"Display file status",category:"files",params:["[-c <format>] <file>"],run:({shell:n,cwd:t,args:e})=>{let r=e.findIndex(v=>v==="-c"||v==="--format"),s=r!==-1?e[r+1]:void 0,i=e.find(v=>!v.startsWith("-")&&v!==s);if(!i)return{stderr:`stat: missing operand
113
+ `,exitCode:1};let o=le(t,i);if(!n.vfs.exists(o))return{stderr:`stat: cannot stat '${i}': No such file or directory
114
+ `,exitCode:1};let a=n.vfs.stat(o),c=a.type==="directory",f=n.vfs.isSymlink(o),l=n.vfs.isSymlink(o),u=v=>{let U=[256,128,64,32,16,8,4,2,1],H=["r","w","x","r","w","x","r","w","x"];return(c?"d":l?"l":"-")+U.map((C,F)=>v&C?H[F]:"-").join("")},h=a.mode.toString(8).padStart(4,"0"),p=u(a.mode),_="size"in a?a.size:0,E=v=>v.toISOString().replace("T"," ").replace(/\.\d+Z$/," +0000");return s?{stdout:`${s.replace("%n",i).replace("%s",String(_)).replace("%a",h.slice(1)).replace("%A",p).replace("%F",l?"symbolic link":c?"directory":"regular file").replace("%y",E(a.updatedAt)).replace("%z",E(a.updatedAt))}
115
+ `,exitCode:0}:{stdout:`${[` File: ${i}${l?` -> ${n.vfs.resolveSymlink(o)}`:""}`,` Size: ${_}${" ".repeat(3)}${l?"symbolic link":c?"directory":"regular file"}`,`Access: (${h}/${p}) Uid: ( 0/ root) Gid: ( 0/ root)`,`Modify: ${E(a.updatedAt)}`,`Change: ${E(a.updatedAt)}`].join(`
116
+ `)}
117
+ `,exitCode:0}}};function Pf(n,t){let e=t?"d":"-",s=[[256,"r"],[128,"w"],[64,"x"],[32,"r"],[16,"w"],[8,"x"],[4,"r"],[2,"w"],[1,"x"]].map(([i,o])=>n&i?o:"-").join("");return`${e}${s}`}function Tf(n){return n.toISOString().replace("T"," ").slice(0,16)}var Lf={name:"ls",description:"List directory contents",category:"navigation",params:["[-la] [path]"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=se(r,["-l","--long"]),i=se(r,["-a","--all"]),o=Tn(r,0,{flags:["-l","--long","-a","--all","-la","-al"]}),a=le(e,o??e);if(Me(n,a,"ls"),t.vfs.exists(a)){let l=t.vfs.stat(a);if(l.type==="file"||t.vfs.isSymlink(a)){if(s){let u=a.split("/").pop()??a,h=l.type==="file"?l.size:0;return{stdout:`${Pf(l.mode,!1)} 1 root root ${h} ${Tf(l.updatedAt)} ${u}
118
+ `,exitCode:0}}return{stdout:a.split("/").pop()??a,exitCode:0}}}let c=t.vfs.list(a).filter(l=>i||!l.startsWith("."));return{stdout:s?c.map(l=>{let u=le(a,l),h=t.vfs.stat(u),p=h.type==="file"?h.size:h.childrenCount;return`${Pf(h.mode,h.type==="directory")} 1 ${p} ${Tf(h.updatedAt)} ${l}${h.type==="directory"?"/":""}`}).join(`
119
+ `):Hc(a,c,l=>t.vfs.stat(l)),exitCode:0}}};var Df={name:"lsb_release",description:"Print distribution-specific information",category:"system",params:["[-a] [-i] [-d] [-r] [-c]"],run:({args:n,shell:t})=>{let e=t.properties?.os??"Fortune GNU/Linux x64",r="aurora",s="1.0";try{let u=t.vfs.readFile("/etc/os-release");for(let h of u.split(`
120
+ `))h.startsWith("PRETTY_NAME=")&&(e=h.slice(12).replace(/^"|"$/g,"").trim()),h.startsWith("VERSION_CODENAME=")&&(r=h.slice(17).trim()),h.startsWith("VERSION_ID=")&&(s=h.slice(11).replace(/^"|"$/g,"").trim())}catch{}let i=se(n,["-a","--all"]),o=se(n,["-i","--id"]),a=se(n,["-d","--description"]),c=se(n,["-r","--release"]),f=se(n,["-c","--codename"]);if(i||n.length===0)return{stdout:["Distributor ID: Fortune",`Description: ${e}`,`Release: ${s}`,`Codename: ${r}`].join(`
121
+ `),exitCode:0};let l=[];return o&&l.push("Distributor ID: Fortune"),a&&l.push(`Description: ${e}`),c&&l.push(`Release: ${s}`),f&&l.push(`Codename: ${r}`),{stdout:l.join(`
122
+ `),exitCode:0}}};var Rp={},Cp={gunzip:"gzip"},es=new Map,vp=new URL("./manuals/",Rp.url);async function kp(n){return new Function("moduleName","return import(moduleName)")(n)}async function Bp(n){let t=n.toLowerCase(),e=Cp[t]??t,r=`builtin:${e}`;if(es.has(r))return es.get(r)??null;try{let s=await kp("node:fs/promises"),i=new URL(`${e}.txt`,vp),a=(await s.readFile(i,"utf8")).replace(/\n$/,"");return es.set(r,a),a}catch{return es.set(r,null),null}}var Uf={name:"man",description:"Interface to the system reference manuals",category:"shell",params:["<command>"],run:async({args:n,shell:t})=>{let e=n[0];if(!e)return{stderr:"What manual page do you want?",exitCode:1};let r=`/usr/share/man/man1/${e}.1`;if(t.vfs.exists(r))return{stdout:t.vfs.readFile(r),exitCode:0};let s=await Bp(e);return s?{stdout:s,exitCode:0}:{stderr:`No manual entry for ${e}`,exitCode:16}}};var $f={name:"mkdir",description:"Make directories",category:"files",params:["<dir>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{if(r.length===0)return{stderr:"mkdir: missing operand",exitCode:1};for(let s=0;s<r.length;s++){let i=Tn(r,s);if(!i)return{stderr:"mkdir: missing operand",exitCode:1};let o=le(e,i);Me(n,o,"mkdir"),t.vfs.mkdir(o)}return{exitCode:0}}};var Mf={name:"mv",description:"Move or rename files",category:"files",params:["<source> <dest>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=r.filter(f=>!f.startsWith("-")),[i,o]=s;if(!i||!o)return{stderr:"mv: missing operand",exitCode:1};let a=le(e,i),c=le(e,o);try{if(Me(n,a,"mv"),Me(n,c,"mv"),!t.vfs.exists(a))return{stderr:`mv: ${i}: No such file or directory`,exitCode:1};let f=t.vfs.exists(c)&&t.vfs.stat(c).type==="directory"?`${c}/${i.split("/").pop()}`:c;return t.vfs.move(a,f),{exitCode:0}}catch(f){return{stderr:`mv: ${f instanceof Error?f.message:String(f)}`,exitCode:1}}}};var Of=Kt(require("node:path"),1);var Ff={name:"nano",description:"Text editor",category:"files",params:["<file>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=r[0];if(!s)return{stderr:"nano: missing file operand",exitCode:1};let i=le(e,s);Me(n,i,"nano");let o=t.vfs.exists(i)?t.vfs.readFile(i):"",a=Of.posix.basename(i)||"buffer",c=`/tmp/sshmimic-nano-${Date.now()}-${a}.tmp`;return{openEditor:{targetPath:i,tempPath:c,initialContent:o},exitCode:0}}};var Ln=require("node:fs"),$t=Kt(require("node:os"),1),Gf=Kt(require("node:path"),1);function Np(n){let t=Math.max(1,Math.floor(n/60)),e=Math.floor(t/1440),r=Math.floor(t%1440/60),s=t%60,i=[];return e>0&&i.push(`${e} day${e>1?"s":""}`),r>0&&i.push(`${r} hour${r>1?"s":""}`),(s>0||i.length===0)&&i.push(`${s} min${s>1?"s":""}`),i.join(", ")}function Hf(n){return`\x1B[${n}m \x1B[0m`}function Pp(){let n=[40,41,42,43,44,45,46,47].map(Hf).join(""),t=[100,101,102,103,104,105,106,107].map(Hf).join("");return[n,t]}function Qf(n,t,e){if(n.trim().length===0)return n;let r={r:255,g:255,b:255},s={r:168,g:85,b:247},i=e<=1?0:t/(e-1),o=Math.round(r.r+(s.r-r.r)*i),a=Math.round(r.g+(s.g-r.g)*i),c=Math.round(r.b+(s.b-r.b)*i);return`\x1B[38;2;${o};${a};${c}m${n}\x1B[0m`}function Tp(n){if(n.trim().length===0)return n;let t=n.indexOf(":");if(t===-1)return n.includes("@")?Wf(n):n;let e=n.substring(0,t+1),r=n.substring(t+1);return Wf(e)+r}function Wf(n){let t=new RegExp("\x1B\\[[\\d;]*m","g"),e=n.replace(t,"");if(e.trim().length===0)return n;let r={r:255,g:255,b:255},s={r:168,g:85,b:247},i="";for(let o=0;o<e.length;o+=1){let a=e.length<=1?0:o/(e.length-1),c=Math.round(r.r+(s.r-r.r)*a),f=Math.round(r.g+(s.g-r.g)*a),l=Math.round(r.b+(s.b-r.b)*a);i+=`\x1B[38;2;${c};${f};${l}m${e[o]}\x1B[0m`}return i}function qf(n){return Math.max(0,Math.round(n/(1024*1024)))}function Kf(){try{let n=(0,Ln.readFileSync)("/etc/os-release","utf8");for(let t of n.split(`
123
+ `)){if(!t.startsWith("PRETTY_NAME="))continue;return t.slice(12).trim().replace(/^"|"$/g,"")}}catch{return}}function Vf(n){try{let t=(0,Ln.readFileSync)(n,"utf8").split(`
124
+ `)[0]?.trim();return!t||t.length===0?void 0:t}catch{return}}function Lp(n){let t=Vf("/sys/devices/virtual/dmi/id/sys_vendor"),e=Vf("/sys/devices/virtual/dmi/id/product_name");return t&&e?`${t} ${e}`:e||n}function Dp(){let n=["/var/lib/dpkg/status","/usr/local/var/lib/dpkg/status"];for(let t of n)if((0,Ln.existsSync)(t))try{return(0,Ln.readFileSync)(t,"utf8").match(/^Package:\s+/gm)?.length??0}catch{}}function Up(){let n=["/snap","/var/lib/snapd/snaps"];for(let t of n)if((0,Ln.existsSync)(t))try{return(0,Ln.readdirSync)(t,{withFileTypes:!0}).filter(s=>s.isDirectory()).length}catch{}}function $p(){let n=Dp(),t=Up();return n!==void 0&&t!==void 0?`${n} (dpkg), ${t} (snap)`:n!==void 0?`${n} (dpkg)`:t!==void 0?`${t} (snap)`:"n/a"}function Mp(){let n=$t.cpus();if(n.length===0)return"unknown";let t=n[0];if(!t)return"unknown";let e=(t.speed/1e3).toFixed(2);return`${t.model} (${n.length}) @ ${e}GHz`}function Op(n){return!n||n.trim().length===0?"unknown":Gf.posix.basename(n.trim())}function Fp(n){let t=$t.totalmem(),e=$t.freemem(),r=Math.max(0,t-e),s=n.shellProps,i=process.uptime();return n.uptimeSeconds===void 0&&(n.uptimeSeconds=Math.round(i)),{user:n.user,host:n.host,osName:s?.os??n.osName??`${Kf()??$t.type()} ${$t.arch()}`,kernel:s?.kernel??n.kernel??$t.release(),uptimeSeconds:n.uptimeSeconds??$t.uptime(),packages:n.packages??$p(),shell:Op(n.shell),shellProps:n.shellProps??{kernel:n.kernel??$t.release(),os:n.osName??`${Kf()??$t.type()} ${$t.arch()}`,arch:$t.arch()},resolution:n.resolution??"n/a (ssh)",terminal:n.terminal??"unknown",cpu:n.cpu??Mp(),gpu:n.gpu??"n/a",memoryUsedMiB:n.memoryUsedMiB??qf(r),memoryTotalMiB:n.memoryTotalMiB??qf(t)}}function zf(n){let t=Fp(n),e=Np(t.uptimeSeconds),r=Pp(),s=[" .. .:. "," .::.. .. .. ",". .... ... .. ",": .... .:. .. ",": .:.:........:. .. ",": .. ",". : ",". : ",".. : "," :. .. "," .. .. "," :-. :: "," .:. :. "," ..: ... "," ..: :.. "," :... :...."," .. ...."," . .. "," .:. .: "," :. .. "," ::. .. ","..... ..:... ","...:. .. ",".:...:. ::. .. "," ... ..:::::.. ..:::::::.. "],i=[`${t.user}@${t.host}`,"-------------------------",`OS: ${t.osName}`,`Host: ${Lp(t.host)}`,`Kernel: ${t.kernel}`,`Uptime: ${e}`,`Packages: ${t.packages}`,`Shell: ${t.shell}`,`Resolution: ${t.resolution}`,`Terminal: ${t.terminal}`,`CPU: ${t.cpu}`,`GPU: ${t.gpu}`,`Memory: ${t.memoryUsedMiB}MiB / ${t.memoryTotalMiB}MiB`,"",r[0],r[1]],o=Math.max(s.length,i.length),a=[];for(let c=0;c<o;c+=1){let f=s[c]??"",l=i[c]??"";if(l.length>0){let u=Qf(f.padEnd(31," "),c,s.length),h=Tp(l);a.push(`${u} ${h}`);continue}a.push(Qf(f,c,s.length))}return a.join(`
125
+ `)}var Yf={name:"neofetch",description:"System info display",category:"system",params:["[--off]"],run:({args:n,authUser:t,hostname:e,shell:r,env:s})=>r.packageManager.isInstalled("neofetch")?se(n,"--help")?{stdout:"Usage: neofetch [--off]",exitCode:0}:se(n,"--off")?{stdout:`${t}@${e}`,exitCode:0}:{stdout:zf({user:t,host:e,shell:s.vars.SHELL,shellProps:r.properties,terminal:s.vars.TERM,uptimeSeconds:Math.floor((Date.now()-r.startTime)/1e3),packages:`${r.packageManager?.installedCount()??0} (dpkg)`}),exitCode:0}:{stderr:`bash: neofetch: command not found
126
+ Hint: install it with: apt install neofetch
127
+ `,exitCode:127}};var go=Kt(require("node:vm"),1);var ts="v18.19.0",jf={node:ts,npm:"9.2.0",v8:"10.2.154.26-node.22"};function Hp(n,t){let e={version:ts,versions:jf,platform:"linux",arch:"x64",env:{NODE_ENV:"production",HOME:"/root",PATH:"/usr/local/bin:/usr/bin:/bin"},argv:["node"],stdout:{write:i=>(n.push(i),!0)},stderr:{write:i=>(t.push(i),!0)},exit:(i=0)=>{throw new ns(i)},cwd:()=>"/root",hrtime:()=>[0,0]},r={log:(...i)=>n.push(i.map(Sn).join(" ")),error:(...i)=>t.push(i.map(Sn).join(" ")),warn:(...i)=>t.push(i.map(Sn).join(" ")),info:(...i)=>n.push(i.map(Sn).join(" ")),dir:i=>n.push(Sn(i))},s=i=>{switch(i){case"path":return{join:(...o)=>o.join("/").replace(/\/+/g,"/"),resolve:(...o)=>`/${o.join("/").replace(/^\/+/,"")}`,dirname:o=>o.split("/").slice(0,-1).join("/")||"/",basename:o=>o.split("/").pop()??"",extname:o=>{let a=o.split("/").pop()??"",c=a.lastIndexOf(".");return c>0?a.slice(c):""},sep:"/",delimiter:":"};case"os":return{platform:()=>"linux",arch:()=>"x64",type:()=>"Linux",hostname:()=>"fortune-vm",homedir:()=>"/root",tmpdir:()=>"/tmp",EOL:`
128
+ `};case"util":return{format:(...o)=>o.map(Sn).join(" "),inspect:o=>Sn(o)};case"fs":case"fs/promises":throw new Error(`Cannot require '${i}': filesystem access not available in virtual runtime`);case"child_process":case"net":case"http":case"https":throw new Error(`Cannot require '${i}': not available in virtual runtime`);default:throw new Error(`Cannot find module '${i}'`)}};return s.resolve=i=>{throw new Error(`Cannot resolve '${i}'`)},s.cache={},s.extensions={},go.default.createContext({console:r,process:e,require:s,Math,JSON,Object,Array,String,Number,Boolean,Symbol,Date,RegExp,Error,TypeError,RangeError,SyntaxError,Promise,Map,Set,WeakMap,WeakSet,parseInt,parseFloat,isNaN,isFinite,encodeURIComponent,decodeURIComponent,encodeURI,decodeURI,setTimeout:()=>{},clearTimeout:()=>{},setInterval:()=>{},clearInterval:()=>{},queueMicrotask:()=>{},globalThis:void 0,undefined:void 0,Infinity:1/0,NaN:NaN})}var ns=class{constructor(t){this.code=t}code};function Sn(n){if(n===null)return"null";if(n===void 0)return"undefined";if(typeof n=="string")return n;if(typeof n=="function")return`[Function: ${n.name||"(anonymous)"}]`;if(Array.isArray(n))return`[ ${n.map(Sn).join(", ")} ]`;if(n instanceof Error)return`${n.name}: ${n.message}`;if(typeof n=="object")try{return`{ ${Object.entries(n).map(([e,r])=>`${e}: ${Sn(r)}`).join(", ")} }`}catch{return"[Object]"}return String(n)}function rs(n){let t=[],e=[],r=Hp(t,e),s=0;try{let i=go.default.runInContext(n,r,{timeout:5e3});i!==void 0&&t.length===0&&t.push(Sn(i))}catch(i){i instanceof ns?s=i.code:i instanceof Error?(e.push(`${i.name}: ${i.message}`),s=1):(e.push(String(i)),s=1)}return{stdout:t.length?`${t.join(`
211
129
  `)}
212
130
  `:"",stderr:e.length?`${e.join(`
213
131
  `)}
214
- `:"",exitCode:s}}function Np(r){let t=r.trim();return!t.includes(`
215
- `)&&!t.startsWith("const ")&&!t.startsWith("let ")&&!t.startsWith("var ")&&!t.startsWith("function ")&&!t.startsWith("class ")&&!t.startsWith("if ")&&!t.startsWith("for ")&&!t.startsWith("while ")&&!t.startsWith("import ")&&!t.startsWith("//")?Ji(t):Ji(`(async () => { ${r} })()`)}var qf={name:"node",description:"JavaScript runtime (virtual)",category:"system",params:["[--version] [-e <expr>] [-p <expr>] [file]"],run:({args:r,shell:t,cwd:e})=>{if(!t.packageManager.isInstalled("nodejs"))return{stderr:`bash: node: command not found
132
+ `:"",exitCode:s}}function Qp(n){let t=n.trim();return!t.includes(`
133
+ `)&&!t.startsWith("const ")&&!t.startsWith("let ")&&!t.startsWith("var ")&&!t.startsWith("function ")&&!t.startsWith("class ")&&!t.startsWith("if ")&&!t.startsWith("for ")&&!t.startsWith("while ")&&!t.startsWith("import ")&&!t.startsWith("//")?rs(t):rs(`(async () => { ${n} })()`)}var Xf={name:"node",description:"JavaScript runtime (virtual)",category:"system",params:["[--version] [-e <expr>] [-p <expr>] [file]"],run:({args:n,shell:t,cwd:e})=>{if(!t.packageManager.isInstalled("nodejs"))return{stderr:`bash: node: command not found
216
134
  Hint: install it with: apt install nodejs
217
- `,exitCode:127};if(te(r,["--version","-v"]))return{stdout:`${ji}
218
- `,exitCode:0};if(te(r,["--versions"]))return{stdout:`${JSON.stringify(Wf,null,2)}
219
- `,exitCode:0};let n=r.findIndex(o=>o==="-e"||o==="--eval");if(n!==-1){let o=r[n+1];if(!o)return{stderr:`node: -e requires an argument
220
- `,exitCode:1};let{stdout:a,stderr:c,exitCode:f}=Ji(o);return{stdout:a||void 0,stderr:c||void 0,exitCode:f}}let s=r.findIndex(o=>o==="-p"||o==="--print");if(s!==-1){let o=r[s+1];if(!o)return{stderr:`node: -p requires an argument
221
- `,exitCode:1};let{stdout:a,stderr:c,exitCode:f}=Ji(o);return{stdout:a||(f===0?`
222
- `:void 0),stderr:c||void 0,exitCode:f}}let i=r.find(o=>!o.startsWith("-"));if(i){let o=le(e,i);if(!t.vfs.exists(o))return{stderr:`node: cannot open file '${i}': No such file or directory
223
- `,exitCode:1};let a=t.vfs.readFile(o),{stdout:c,stderr:f,exitCode:l}=Np(a);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}return{stdout:[`Welcome to Node.js ${ji}.`,'Type ".exit" to exit the REPL.',"> "].join(`
224
- `),exitCode:0}}};var Zi="9.2.0",Pp="18.19.0",Kf={name:"npm",description:"Node.js package manager (virtual)",category:"system",params:["<command> [args]"],run:({args:r,shell:t})=>{if(!t.packageManager.isInstalled("npm"))return{stderr:`bash: npm: command not found
135
+ `,exitCode:127};if(se(n,["--version","-v"]))return{stdout:`${ts}
136
+ `,exitCode:0};if(se(n,["--versions"]))return{stdout:`${JSON.stringify(jf,null,2)}
137
+ `,exitCode:0};let r=n.findIndex(o=>o==="-e"||o==="--eval");if(r!==-1){let o=n[r+1];if(!o)return{stderr:`node: -e requires an argument
138
+ `,exitCode:1};let{stdout:a,stderr:c,exitCode:f}=rs(o);return{stdout:a||void 0,stderr:c||void 0,exitCode:f}}let s=n.findIndex(o=>o==="-p"||o==="--print");if(s!==-1){let o=n[s+1];if(!o)return{stderr:`node: -p requires an argument
139
+ `,exitCode:1};let{stdout:a,stderr:c,exitCode:f}=rs(o);return{stdout:a||(f===0?`
140
+ `:void 0),stderr:c||void 0,exitCode:f}}let i=n.find(o=>!o.startsWith("-"));if(i){let o=le(e,i);if(!t.vfs.exists(o))return{stderr:`node: cannot open file '${i}': No such file or directory
141
+ `,exitCode:1};let a=t.vfs.readFile(o),{stdout:c,stderr:f,exitCode:l}=Qp(a);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}return{stdout:[`Welcome to Node.js ${ts}.`,'Type ".exit" to exit the REPL.',"> "].join(`
142
+ `),exitCode:0}}};var is="9.2.0",Wp="18.19.0",Jf={name:"npm",description:"Node.js package manager (virtual)",category:"system",params:["<command> [args]"],run:({args:n,shell:t})=>{if(!t.packageManager.isInstalled("npm"))return{stderr:`bash: npm: command not found
225
143
  Hint: install it with: apt install npm
226
- `,exitCode:127};if(te(r,["--version","-v"]))return{stdout:`${Zi}
227
- `,exitCode:0};let e=r[0]?.toLowerCase();switch(e){case"version":case"-version":return{stdout:`{ npm: '${Zi}', node: '${Pp}', v8: '10.2.154.26' }
144
+ `,exitCode:127};if(se(n,["--version","-v"]))return{stdout:`${is}
145
+ `,exitCode:0};let e=n[0]?.toLowerCase();switch(e){case"version":case"-version":return{stdout:`{ npm: '${is}', node: '${Wp}', v8: '10.2.154.26' }
228
146
  `,exitCode:0};case"install":case"i":case"add":return{stderr:`npm warn: package installation is not available in the virtual runtime.
229
147
  npm warn: This environment simulates npm CLI behaviour only.
230
148
  `,exitCode:1};case"run":case"exec":case"x":return{stderr:`npm error: script execution is not available in the virtual runtime.
231
149
  `,exitCode:1};case"init":return{stdout:`Wrote to /home/user/package.json
232
150
  `,exitCode:0};case"list":case"ls":return{stdout:`${e==="ls"||e==="list"?"virtual-env@1.0.0":""}
233
151
  \u2514\u2500\u2500 (empty)
234
- `,exitCode:0};case"help":case void 0:return{stdout:`${[`npm ${Zi}`,"","Usage: npm <command>","","Commands:"," install (not available in virtual runtime)"," run (not available in virtual runtime)"," exec (not available in virtual runtime)"," list List installed packages"," version Print versions"," --version Print npm version"].join(`
152
+ `,exitCode:0};case"help":case void 0:return{stdout:`${[`npm ${is}`,"","Usage: npm <command>","","Commands:"," install (not available in virtual runtime)"," run (not available in virtual runtime)"," exec (not available in virtual runtime)"," list List installed packages"," version Print versions"," --version Print npm version"].join(`
235
153
  `)}
236
154
  `,exitCode:0};default:return{stderr:`npm error: unknown command: ${e}
237
- `,exitCode:1}}}},Vf={name:"npx",description:"Node.js package runner (virtual)",category:"system",params:["<package> [args]"],run:({args:r,shell:t})=>t.packageManager.isInstalled("npm")?te(r,["--version"])?{stdout:`${Zi}
155
+ `,exitCode:1}}}},Zf={name:"npx",description:"Node.js package runner (virtual)",category:"system",params:["<package> [args]"],run:({args:n,shell:t})=>t.packageManager.isInstalled("npm")?se(n,["--version"])?{stdout:`${is}
238
156
  `,exitCode:0}:{stderr:`npx: package execution is not available in the virtual runtime.
239
157
  `,exitCode:1}:{stderr:`bash: npx: command not found
240
158
  Hint: install it with: apt install npm
241
- `,exitCode:127}};var Gf={name:"passwd",description:"Change user password",category:"users",params:["<username> <password>"],run:async({authUser:r,args:t,shell:e})=>{let[n,s]=t;return!n||!s?{stderr:"passwd: usage: passwd <username> <password>",exitCode:1}:r!=="root"&&r!==n?{stderr:"passwd: permission denied",exitCode:1}:(await e.users.setPassword(n,s),{stdout:`passwd: password updated for '${n}'`,exitCode:0})}};var Yf={name:"ping",description:"Send ICMP ECHO_REQUEST (mock)",category:"network",params:["[-c <count>] <host>"],run:({args:r})=>{let{flagsWithValues:t,positionals:e}=zt(r,{flagsWithValue:["-c","-i","-W"]}),n=e[0]??"localhost",s=t.get("-c"),i=s?Math.max(1,parseInt(s,10)||4):4,o=[`PING ${n}: 56 data bytes`];for(let a=0;a<i;a++){let c=(Math.random()*10+1).toFixed(3);o.push(`64 bytes from ${n}: icmp_seq=${a} ttl=64 time=${c} ms`)}return o.push(`--- ${n} ping statistics ---`),o.push(`${i} packets transmitted, ${i} received, 0% packet loss`),{stdout:o.join(`
242
- `),exitCode:0}}};function Tp(r,t){let e=0,n="",s=0;for(;s<r.length;){if(r[s]==="\\"&&s+1<r.length)switch(r[s+1]){case"n":n+=`
243
- `,s+=2;continue;case"t":n+=" ",s+=2;continue;case"r":n+="\r",s+=2;continue;case"\\":n+="\\",s+=2;continue;case"a":n+="\x07",s+=2;continue;case"b":n+="\b",s+=2;continue;case"f":n+="\f",s+=2;continue;case"v":n+="\v",s+=2;continue;default:n+=r[s],s++;continue}if(r[s]==="%"&&s+1<r.length){let i=s+1;for(r[i]==="-"&&i++;i<r.length&&/\d/.test(r[i]);)i++;if(r[i]===".")for(i++;i<r.length&&/\d/.test(r[i]);)i++;let o=r[i],a=t[e++]??"";switch(o){case"s":n+=a;break;case"d":case"i":n+=String(parseInt(a,10)||0);break;case"f":n+=String(parseFloat(a)||0);break;case"o":n+=(parseInt(a,10)||0).toString(8);break;case"x":n+=(parseInt(a,10)||0).toString(16);break;case"X":n+=(parseInt(a,10)||0).toString(16).toUpperCase();break;case"%":n+="%",e--;break;default:n+=r[s],s++;continue}s=i+1;continue}n+=r[s],s++}return n}var zf={name:"printf",description:"Format and print data",category:"shell",params:["<format> [args...]"],run:({args:r})=>{let t=r[0];return t?{stdout:Tp(t,r.slice(1)),exitCode:0}:{stderr:"printf: missing format string",exitCode:1}}};var jf={name:"ps",description:"Report process status",category:"system",params:["[-a] [-u] [-x] [aux]"],run:({authUser:r,shell:t,args:e})=>{let n=t.users.listActiveSessions(),s=te(e,["-u"])||e.includes("u")||e.includes("aux")||e.includes("au"),i=te(e,["-a","-x"])||e.includes("a")||e.includes("aux");if(s){let l=["USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND"],u=1e3;for(let h of n){let g=h.username.padEnd(10).slice(0,10),y=(Math.random()*.5).toFixed(1),_=Math.floor(Math.random()*2e4+5e3),b=Math.floor(Math.random()*5e3+1e3);l.push(`${g} ${String(u).padStart(6)} 0.0 ${y.padStart(4)} ${String(_).padStart(6)} ${String(b).padStart(5)} ${h.tty.padEnd(8)} Ss 00:00 0:00 bash`),u++}return l.push(`root ${String(u).padStart(6)} 0.0 0.0 0 0 ? S 00:00 0:00 ps`),{stdout:l.join(`
244
- `),exitCode:0}}let a=[" PID TTY TIME CMD"],c=1e3;for(let f of n)!i&&f.username!==r||(a.push(`${String(c).padStart(5)} ${f.tty.padEnd(12)} 00:00:00 ${f.username===r?"bash":`bash (${f.username})`}`),c++);return a.push(`${String(c).padStart(5)} pts/0 00:00:00 ps`),{stdout:a.join(`
245
- `),exitCode:0}}};var Xf={name:"pwd",description:"Print working directory",category:"navigation",params:[],run:({cwd:r})=>({stdout:r,exitCode:0})};var Lp="Python 3.11.2";var es="3.11.2 (default, Mar 13 2023, 12:18:29) [GCC 12.2.0]",V={__pytype__:"none"};function mt(r=[]){return{__pytype__:"dict",data:new Map(r)}}function uo(r,t,e=1){return{__pytype__:"range",start:r,stop:t,step:e}}function ht(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="dict"}function In(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="range"}function xr(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="func"}function ho(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="class"}function oi(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="instance"}function Pr(r){return!!r&&typeof r=="object"&&!Array.isArray(r)&&r.__pytype__==="none"}function Rt(r){return r===null||Pr(r)?"None":r===!0?"True":r===!1?"False":typeof r=="number"?Number.isInteger(r)?String(r):r.toPrecision(12).replace(/\.?0+$/,""):typeof r=="string"?`'${r.replace(/'/g,"\\'")}'`:Array.isArray(r)?`[${r.map(Rt).join(", ")}]`:ht(r)?`{${[...r.data.entries()].map(([t,e])=>`'${t}': ${Rt(e)}`).join(", ")}}`:In(r)?`range(${r.start}, ${r.stop}${r.step!==1?`, ${r.step}`:""})`:xr(r)?`<function ${r.name} at 0x...>`:ho(r)?`<class '${r.name}'>`:oi(r)?`<${r.cls.name} object at 0x...>`:String(r)}function Be(r){return r===null||Pr(r)?"None":r===!0?"True":r===!1?"False":typeof r=="number"?Number.isInteger(r)?String(r):r.toPrecision(12).replace(/\.?0+$/,""):typeof r=="string"?r:Array.isArray(r)?`[${r.map(Rt).join(", ")}]`:ht(r)?`{${[...r.data.entries()].map(([t,e])=>`'${t}': ${Rt(e)}`).join(", ")}}`:In(r)?`range(${r.start}, ${r.stop}${r.step!==1?`, ${r.step}`:""})`:Rt(r)}function ir(r){return r===null||Pr(r)?!1:typeof r=="boolean"?r:typeof r=="number"?r!==0:typeof r=="string"||Array.isArray(r)?r.length>0:ht(r)?r.data.size>0:In(r)?Zf(r)>0:!0}function Zf(r){if(r.step===0)return 0;let t=Math.ceil((r.stop-r.start)/r.step);return Math.max(0,t)}function Dp(r){let t=[];for(let e=r.start;(r.step>0?e<r.stop:e>r.stop)&&(t.push(e),!(t.length>1e4));e+=r.step);return t}function Bt(r){if(Array.isArray(r))return r;if(typeof r=="string")return[...r];if(In(r))return Dp(r);if(ht(r))return[...r.data.keys()];throw new gt("TypeError",`'${sn(r)}' object is not iterable`)}function sn(r){return r===null||Pr(r)?"NoneType":typeof r=="boolean"?"bool":typeof r=="number"?Number.isInteger(r)?"int":"float":typeof r=="string"?"str":Array.isArray(r)?"list":ht(r)?"dict":In(r)?"range":xr(r)?"function":ho(r)?"type":oi(r)?r.cls.name:"object"}var gt=class{constructor(t,e){this.type=t;this.message=e}type;message;toString(){return`${this.type}: ${this.message}`}},wn=class{constructor(t){this.value=t}value},ai=class{},ci=class{},fi=class{constructor(t){this.code=t}code};function Up(r){let t=new Map,e=mt([["sep","/"],["linesep",`
246
- `],["curdir","."],["pardir",".."]]);return e.__methods__={getcwd:()=>r,getenv:n=>typeof n=="string"?process.env[n]??V:V,path:mt([["join",V],["exists",V],["dirname",V],["basename",V]]),listdir:()=>[]},t.set("__builtins__",V),t.set("__name__","__main__"),t.set("__cwd__",r),t}function Op(r){let t=mt([["sep","/"],["curdir","."]]),e=mt([["sep","/"],["linesep",`
247
- `],["name","posix"]]);return e._cwd=r,t._cwd=r,e.path=t,e}function Mp(){return mt([["version",es],["version_info",mt([["major",3],["minor",11],["micro",2]].map(([r,t])=>[r,t]))],["platform","linux"],["executable","/usr/bin/python3"],["prefix","/usr"],["path",["/usr/lib/python3.11","/usr/lib/python3.11/lib-dynload"]],["argv",[""]],["maxsize",9007199254740991]])}function $p(){return mt([["pi",Math.PI],["e",Math.E],["tau",Math.PI*2],["inf",1/0],["nan",NaN],["sqrt",V],["floor",V],["ceil",V],["log",V],["pow",V],["sin",V],["cos",V],["tan",V],["fabs",V],["factorial",V]])}function Fp(){return mt([["dumps",V],["loads",V]])}function Hp(){return mt([["match",V],["search",V],["findall",V],["sub",V],["split",V],["compile",V]])}var Jf={os:Op,sys:()=>Mp(),math:()=>$p(),json:()=>Fp(),re:()=>Hp(),random:()=>mt([["random",V],["randint",V],["choice",V],["shuffle",V]]),time:()=>mt([["time",V],["sleep",V],["ctime",V]]),datetime:()=>mt([["datetime",V],["date",V],["timedelta",V]]),collections:()=>mt([["Counter",V],["defaultdict",V],["OrderedDict",V]]),itertools:()=>mt([["chain",V],["product",V],["combinations",V],["permutations",V]]),functools:()=>mt([["reduce",V],["partial",V],["lru_cache",V]]),string:()=>mt([["ascii_letters","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"],["digits","0123456789"],["punctuation","!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"]])},ts=class{constructor(t){this.cwd=t}cwd;output=[];stderr=[];modules=new Map;getOutput(){return this.output.join(`
159
+ `,exitCode:127}};var el={name:"passwd",description:"Change user password",category:"users",params:["[username]"],run:async({authUser:n,args:t,shell:e,stdin:r})=>{let s=t[0]??n;if(n!=="root"&&n!==s)return{stderr:"passwd: permission denied",exitCode:1};if(!e.users.listUsers().includes(s))return{stderr:`passwd: user '${s}' does not exist`,exitCode:1};if(r!==void 0&&r.trim().length>0){let i=r.trim().split(`
160
+ `)[0];return await e.users.setPassword(s,i),{stdout:`passwd: password updated successfully
161
+ `,exitCode:0}}return{passwordChallenge:{prompt:"New password: ",confirmPrompt:"Retype new password: ",action:"passwd",targetUsername:s},exitCode:0}}};var tl={name:"ping",description:"Send ICMP ECHO_REQUEST (mock)",category:"network",params:["[-c <count>] <host>"],run:({args:n})=>{let{flagsWithValues:t,positionals:e}=Yt(n,{flagsWithValue:["-c","-i","-W"]}),r=e[0]??"localhost",s=t.get("-c"),i=s?Math.max(1,parseInt(s,10)||4):4,o=[`PING ${r}: 56 data bytes`];for(let a=0;a<i;a++){let c=(Math.random()*10+1).toFixed(3);o.push(`64 bytes from ${r}: icmp_seq=${a} ttl=64 time=${c} ms`)}return o.push(`--- ${r} ping statistics ---`),o.push(`${i} packets transmitted, ${i} received, 0% packet loss`),{stdout:o.join(`
162
+ `),exitCode:0}}};function qp(n,t){let e=0,r="",s=0;for(;s<n.length;){if(n[s]==="\\"&&s+1<n.length)switch(n[s+1]){case"n":r+=`
163
+ `,s+=2;continue;case"t":r+=" ",s+=2;continue;case"r":r+="\r",s+=2;continue;case"\\":r+="\\",s+=2;continue;case"a":r+="\x07",s+=2;continue;case"b":r+="\b",s+=2;continue;case"f":r+="\f",s+=2;continue;case"v":r+="\v",s+=2;continue;default:r+=n[s],s++;continue}if(n[s]==="%"&&s+1<n.length){let i=s+1,o=!1;n[i]==="-"&&(o=!0,i++);let a=!1;n[i]==="0"&&(a=!0,i++);let c=0;for(;i<n.length&&/\d/.test(n[i]);)c=c*10+parseInt(n[i],10),i++;let f=-1;if(n[i]===".")for(i++,f=0;i<n.length&&/\d/.test(n[i]);)f=f*10+parseInt(n[i],10),i++;let l=n[i],u=t[e++]??"",h=(p,_=" ")=>{if(c<=0||p.length>=c)return p;let E=_.repeat(c-p.length);return o?p+E:E+p};switch(l){case"s":{let p=String(u);f>=0&&(p=p.slice(0,f)),r+=h(p);break}case"d":case"i":r+=h(String(parseInt(u,10)||0),a?"0":" ");break;case"f":{let p=f>=0?f:6;r+=h((parseFloat(u)||0).toFixed(p));break}case"o":r+=h((parseInt(u,10)||0).toString(8),a?"0":" ");break;case"x":r+=h((parseInt(u,10)||0).toString(16),a?"0":" ");break;case"X":r+=h((parseInt(u,10)||0).toString(16).toUpperCase(),a?"0":" ");break;case"%":r+="%",e--;break;default:r+=n[s],s++;continue}s=i+1;continue}r+=n[s],s++}return r}var nl={name:"printf",description:"Format and print data",category:"shell",params:["<format> [args...]"],run:({args:n})=>{let t=n[0];return t?{stdout:qp(t,n.slice(1)),exitCode:0}:{stderr:"printf: missing format string",exitCode:1}}};var rl={name:"ps",description:"Report process status",category:"system",params:["[-a] [-u] [-x] [aux]"],run:({authUser:n,shell:t,args:e})=>{let r=t.users.listActiveSessions(),s=se(e,["-u"])||e.includes("u")||e.includes("aux")||e.includes("au"),i=se(e,["-a","-x"])||e.includes("a")||e.includes("aux");if(s){let l=["USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND"],u=1e3;for(let h of r){let p=h.username.padEnd(10).slice(0,10),_=(Math.random()*.5).toFixed(1),E=Math.floor(Math.random()*2e4+5e3),b=Math.floor(Math.random()*5e3+1e3);l.push(`${p} ${String(u).padStart(6)} 0.0 ${_.padStart(4)} ${String(E).padStart(6)} ${String(b).padStart(5)} ${h.tty.padEnd(8)} Ss 00:00 0:00 bash`),u++}return l.push(`root ${String(u).padStart(6)} 0.0 0.0 0 0 ? S 00:00 0:00 ps`),{stdout:l.join(`
164
+ `),exitCode:0}}let a=[" PID TTY TIME CMD"],c=1e3;for(let f of r)!i&&f.username!==n||(a.push(`${String(c).padStart(5)} ${f.tty.padEnd(12)} 00:00:00 ${f.username===n?"bash":`bash (${f.username})`}`),c++);return a.push(`${String(c).padStart(5)} pts/0 00:00:00 ps`),{stdout:a.join(`
165
+ `),exitCode:0}}};var il={name:"pwd",description:"Print working directory",category:"navigation",params:[],run:({cwd:n})=>({stdout:n,exitCode:0})};var Kp="Python 3.11.2";var ss="3.11.2 (default, Mar 13 2023, 12:18:29) [GCC 12.2.0]",G={__pytype__:"none"};function At(n=[]){return{__pytype__:"dict",data:new Map(n)}}function mo(n,t,e=1){return{__pytype__:"range",start:n,stop:t,step:e}}function pt(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="dict"}function Cr(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="range"}function wn(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="func"}function Ao(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="class"}function ci(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="instance"}function Dn(n){return!!n&&typeof n=="object"&&!Array.isArray(n)&&n.__pytype__==="none"}function Rt(n){return n===null||Dn(n)?"None":n===!0?"True":n===!1?"False":typeof n=="number"?Number.isInteger(n)?String(n):n.toPrecision(12).replace(/\.?0+$/,""):typeof n=="string"?`'${n.replace(/'/g,"\\'")}'`:Array.isArray(n)?`[${n.map(Rt).join(", ")}]`:pt(n)?`{${[...n.data.entries()].map(([t,e])=>`'${t}': ${Rt(e)}`).join(", ")}}`:Cr(n)?`range(${n.start}, ${n.stop}${n.step!==1?`, ${n.step}`:""})`:wn(n)?`<function ${n.name} at 0x...>`:Ao(n)?`<class '${n.name}'>`:ci(n)?`<${n.cls.name} object at 0x...>`:String(n)}function Be(n){return n===null||Dn(n)?"None":n===!0?"True":n===!1?"False":typeof n=="number"?Number.isInteger(n)?String(n):n.toPrecision(12).replace(/\.?0+$/,""):typeof n=="string"?n:Array.isArray(n)?`[${n.map(Rt).join(", ")}]`:pt(n)?`{${[...n.data.entries()].map(([t,e])=>`'${t}': ${Rt(e)}`).join(", ")}}`:Cr(n)?`range(${n.start}, ${n.stop}${n.step!==1?`, ${n.step}`:""})`:Rt(n)}function on(n){return n===null||Dn(n)?!1:typeof n=="boolean"?n:typeof n=="number"?n!==0:typeof n=="string"||Array.isArray(n)?n.length>0:pt(n)?n.data.size>0:Cr(n)?ol(n)>0:!0}function ol(n){if(n.step===0)return 0;let t=Math.ceil((n.stop-n.start)/n.step);return Math.max(0,t)}function Vp(n){let t=[];for(let e=n.start;(n.step>0?e<n.stop:e>n.stop)&&(t.push(e),!(t.length>1e4));e+=n.step);return t}function Bt(n){if(Array.isArray(n))return n;if(typeof n=="string")return[...n];if(Cr(n))return Vp(n);if(pt(n))return[...n.data.keys()];throw new mt("TypeError",`'${or(n)}' object is not iterable`)}function or(n){return n===null||Dn(n)?"NoneType":typeof n=="boolean"?"bool":typeof n=="number"?Number.isInteger(n)?"int":"float":typeof n=="string"?"str":Array.isArray(n)?"list":pt(n)?"dict":Cr(n)?"range":wn(n)?"function":Ao(n)?"type":ci(n)?n.cls.name:"object"}var mt=class{constructor(t,e){this.type=t;this.message=e}type;message;toString(){return`${this.type}: ${this.message}`}},Ir=class{constructor(t){this.value=t}value},fi=class{},li=class{},ui=class{constructor(t){this.code=t}code};function Gp(n){let t=new Map,e=At([["sep","/"],["linesep",`
166
+ `],["curdir","."],["pardir",".."]]);return e.__methods__={getcwd:()=>n,getenv:r=>typeof r=="string"?process.env[r]??G:G,path:At([["join",G],["exists",G],["dirname",G],["basename",G]]),listdir:()=>[]},t.set("__builtins__",G),t.set("__name__","__main__"),t.set("__cwd__",n),t}function zp(n){let t=At([["sep","/"],["curdir","."]]),e=At([["sep","/"],["linesep",`
167
+ `],["name","posix"]]);return e._cwd=n,t._cwd=n,e.path=t,e}function Yp(){return At([["version",ss],["version_info",At([["major",3],["minor",11],["micro",2]].map(([n,t])=>[n,t]))],["platform","linux"],["executable","/usr/bin/python3"],["prefix","/usr"],["path",["/usr/lib/python3.11","/usr/lib/python3.11/lib-dynload"]],["argv",[""]],["maxsize",9007199254740991]])}function jp(){return At([["pi",Math.PI],["e",Math.E],["tau",Math.PI*2],["inf",1/0],["nan",NaN],["sqrt",G],["floor",G],["ceil",G],["log",G],["pow",G],["sin",G],["cos",G],["tan",G],["fabs",G],["factorial",G]])}function Xp(){return At([["dumps",G],["loads",G]])}function Jp(){return At([["match",G],["search",G],["findall",G],["sub",G],["split",G],["compile",G]])}var sl={os:zp,sys:()=>Yp(),math:()=>jp(),json:()=>Xp(),re:()=>Jp(),random:()=>At([["random",G],["randint",G],["choice",G],["shuffle",G]]),time:()=>At([["time",G],["sleep",G],["ctime",G]]),datetime:()=>At([["datetime",G],["date",G],["timedelta",G]]),collections:()=>At([["Counter",G],["defaultdict",G],["OrderedDict",G]]),itertools:()=>At([["chain",G],["product",G],["combinations",G],["permutations",G]]),functools:()=>At([["reduce",G],["partial",G],["lru_cache",G]]),string:()=>At([["ascii_letters","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"],["digits","0123456789"],["punctuation","!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"]])},os=class{constructor(t){this.cwd=t}cwd;output=[];stderr=[];modules=new Map;getOutput(){return this.output.join(`
248
168
  `)+(this.output.length?`
249
169
  `:"")}getStderr(){return this.stderr.join(`
250
170
  `)+(this.stderr.length?`
251
- `:"")}splitArgs(t){let e=[],n=0,s="",i=!1,o="";for(let a=0;a<t.length;a++){let c=t[a];i?(s+=c,c===o&&t[a-1]!=="\\"&&(i=!1)):c==='"'||c==="'"?(i=!0,o=c,s+=c):"([{".includes(c)?(n++,s+=c):")]}".includes(c)?(n--,s+=c):c===","&&n===0?(e.push(s.trim()),s=""):s+=c}return s.trim()&&e.push(s.trim()),e}pyEval(t,e){if(t=t.trim(),!t||t==="None")return V;if(t==="True")return!0;if(t==="False")return!1;if(t==="...")return V;if(/^-?\d+$/.test(t))return parseInt(t,10);if(/^-?\d+\.\d*$/.test(t))return parseFloat(t);if(/^0x[0-9a-fA-F]+$/.test(t))return parseInt(t,16);if(/^0o[0-7]+$/.test(t))return parseInt(t.slice(2),8);if(/^('''[\s\S]*'''|"""[\s\S]*""")$/.test(t))return t.slice(3,-3);if(/^(['"])(.*)\1$/s.test(t))return t.slice(1,-1).replace(/\\n/g,`
252
- `).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\\\/g,"\\").replace(/\\'/g,"'").replace(/\\"/g,'"');let n=t.match(/^f(['"])([\s\S]*)\1$/);if(n){let f=n[2];return f=f.replace(/\{([^{}]+)\}/g,(l,u)=>{try{return Be(this.pyEval(u.trim(),e))}catch{return`{${u}}`}}),f}let s=t.match(/^b(['"])(.*)\1$/s);if(s)return s[2];if(t.startsWith("[")&&t.endsWith("]")){let f=t.slice(1,-1).trim();if(!f)return[];let l=f.match(/^(.+?)\s+for\s+(\w+)\s+in\s+(.+?)(?:\s+if\s+(.+))?$/);if(l){let[,u,h,g,y]=l,_=Bt(this.pyEval(g.trim(),e)),b=[];for(let C of _){let L=new Map(e);L.set(h,C),!(y&&!ir(this.pyEval(y,L)))&&b.push(this.pyEval(u.trim(),L))}return b}return this.splitArgs(f).map(u=>this.pyEval(u,e))}if(t.startsWith("(")&&t.endsWith(")")){let f=t.slice(1,-1).trim();if(!f)return[];let l=this.splitArgs(f);return l.length===1&&!f.endsWith(",")?this.pyEval(l[0],e):l.map(u=>this.pyEval(u,e))}if(t.startsWith("{")&&t.endsWith("}")){let f=t.slice(1,-1).trim();if(!f)return mt();let l=mt();for(let u of this.splitArgs(f)){let h=u.indexOf(":");if(h===-1)continue;let g=Be(this.pyEval(u.slice(0,h).trim(),e)),y=this.pyEval(u.slice(h+1).trim(),e);l.data.set(g,y)}return l}let i=t.match(/^not\s+(.+)$/);if(i)return!ir(this.pyEval(i[1],e));let o=[["or"],["and"],["in","not in","is not","is","==","!=","<=",">=","<",">"],["+","-"],["**"],["*","//","/","%"]];for(let f of o){let l=this.tryBinaryOp(t,f,e);if(l!==void 0)return l}if(t.startsWith("-")){let f=this.pyEval(t.slice(1),e);if(typeof f=="number")return-f}if(process.env.PY_DEBUG&&console.error("eval:",JSON.stringify(t)),t.endsWith("]")&&!t.startsWith("[")){let f=this.findMatchingBracket(t,"[");if(f!==-1){let l=this.pyEval(t.slice(0,f),e),u=t.slice(f+1,-1);return this.subscript(l,u,e)}}let a=t.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*\(([\s\S]*)\)$/);if(a){let[,f,l]=a,u=(l?.trim()?this.splitArgs(l):[]).map(h=>this.pyEval(h,e));return this.callBuiltin(f,u,e)}let c=this.findDotAccess(t);if(c){let{objExpr:f,attr:l,callPart:u}=c,h=this.pyEval(f,e);if(u!==void 0){let g=u.slice(1,-1),y=g.trim()?this.splitArgs(g).map(_=>this.pyEval(_,e)):[];return this.callMethod(h,l,y,e)}return this.getAttr(h,l,e)}if(/^[A-Za-z_][A-Za-z0-9_]*$/.test(t)){if(e.has(t))return e.get(t);throw new gt("NameError",`name '${t}' is not defined`)}if(/^[A-Za-z_][A-Za-z0-9_.]+$/.test(t)){let f=t.split("."),l=e.get(f[0])??(()=>{throw new gt("NameError",`name '${f[0]}' is not defined`)})();for(let u of f.slice(1))l=this.getAttr(l,u,e);return l}return V}findMatchingBracket(t,e){let n=e==="["?"]":e==="("?")":"}",s=0;for(let i=t.length-1;i>=0;i--)if(t[i]===n&&s++,t[i]===e&&(s--,s===0))return i;return-1}findDotAccess(t){let e=0,n=!1,s="";for(let i=t.length-1;i>0;i--){let o=t[i];if(n){o===s&&t[i-1]!=="\\"&&(n=!1);continue}if(o==='"'||o==="'"){n=!0,s=o;continue}if(")]}".includes(o)){e++;continue}if("([{".includes(o)){e--;continue}if(e!==0||o!==".")continue;let a=t.slice(0,i).trim(),f=t.slice(i+1).match(/^(\w+)(\([\s\S]*\))?$/);if(f&&!/^-?\d+$/.test(a))return{objExpr:a,attr:f[1],callPart:f[2]}}return null}tryBinaryOp(t,e,n){let s=0,i=!1,o="";for(let a=t.length-1;a>=0;a--){let c=t[a];if(i){c===o&&t[a-1]!=="\\"&&(i=!1);continue}if(c==='"'||c==="'"){i=!0,o=c;continue}if(")]}".includes(c)){s++;continue}if("([{".includes(c)){s--;continue}if(s===0){for(let f of e)if(t.slice(a,a+f.length)===f){if(f==="*"&&(t[a+1]==="*"||t[a-1]==="*"))continue;let l=t[a-1],u=t[a+f.length];if(/^[a-z]/.test(f)&&(l&&/\w/.test(l)||u&&/\w/.test(u)))continue;let g=t.slice(0,a).trim(),y=t.slice(a+f.length).trim();if(!g||!y)continue;return this.applyBinaryOp(f,g,y,n)}}}}applyBinaryOp(t,e,n,s){if(t==="and"){let a=this.pyEval(e,s);return ir(a)?this.pyEval(n,s):a}if(t==="or"){let a=this.pyEval(e,s);return ir(a)?a:this.pyEval(n,s)}let i=this.pyEval(e,s),o=this.pyEval(n,s);switch(t){case"+":return typeof i=="string"&&typeof o=="string"?i+o:Array.isArray(i)&&Array.isArray(o)?[...i,...o]:i+o;case"-":return i-o;case"*":if(typeof i=="string"&&typeof o=="number")return i.repeat(o);if(Array.isArray(i)&&typeof o=="number"){let a=[];for(let c=0;c<o;c++)a.push(...i);return a}return i*o;case"/":{if(o===0)throw new gt("ZeroDivisionError","division by zero");return i/o}case"//":{if(o===0)throw new gt("ZeroDivisionError","integer division or modulo by zero");return Math.floor(i/o)}case"%":{if(typeof i=="string")return this.pyStringFormat(i,Array.isArray(o)?o:[o]);if(o===0)throw new gt("ZeroDivisionError","integer division or modulo by zero");return i%o}case"**":return i**o;case"==":return Rt(i)===Rt(o)||i===o;case"!=":return Rt(i)!==Rt(o)&&i!==o;case"<":return i<o;case"<=":return i<=o;case">":return i>o;case">=":return i>=o;case"in":return this.pyIn(o,i);case"not in":return!this.pyIn(o,i);case"is":return i===o||Pr(i)&&Pr(o);case"is not":return!(i===o||Pr(i)&&Pr(o))}return V}pyIn(t,e){return typeof t=="string"?typeof e=="string"&&t.includes(e):Array.isArray(t)?t.some(n=>Rt(n)===Rt(e)):ht(t)?t.data.has(Be(e)):!1}subscript(t,e,n){if(e.includes(":")){let i=e.split(":").map(c=>c.trim()),o=i[0]?this.pyEval(i[0],n):void 0,a=i[1]?this.pyEval(i[1],n):void 0;return typeof t=="string"||Array.isArray(t)?t.slice(o,a):V}let s=this.pyEval(e,n);if(Array.isArray(t)){let i=s;return i<0&&(i=t.length+i),t[i]??V}if(typeof t=="string"){let i=s;return i<0&&(i=t.length+i),t[i]??V}if(ht(t))return t.data.get(Be(s))??V;throw new gt("TypeError",`'${sn(t)}' is not subscriptable`)}getAttr(t,e,n){return ht(t)?t.data.has(e)?t.data.get(e):e==="path"&&t.path?t.path:V:oi(t)?t.attrs.get(e)??V:typeof t=="string"?{__class__:{__pytype__:"class",name:"str"}}[e]??V:V}callMethod(t,e,n,s){if(typeof t=="string")switch(e){case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();case"strip":return(n[0]?t.replace(new RegExp(`[${n[0]}]+`,"g"),""):t).trim();case"lstrip":return t.trimStart();case"rstrip":return t.trimEnd();case"split":return t.split(typeof n[0]=="string"?n[0]:/\s+/).filter((i,o)=>o>0||i!=="");case"splitlines":return t.split(`
253
- `);case"join":return Bt(n[0]??[]).map(Be).join(t);case"replace":return t.replaceAll(Be(n[0]??""),Be(n[1]??""));case"startswith":return t.startsWith(Be(n[0]??""));case"endswith":return t.endsWith(Be(n[0]??""));case"find":return t.indexOf(Be(n[0]??""));case"index":{let i=t.indexOf(Be(n[0]??""));if(i===-1)throw new gt("ValueError","substring not found");return i}case"count":return t.split(Be(n[0]??"")).length-1;case"format":return this.pyStringFormat(t,n);case"encode":return t;case"decode":return t;case"isdigit":return/^\d+$/.test(t);case"isalpha":return/^[a-zA-Z]+$/.test(t);case"isalnum":return/^[a-zA-Z0-9]+$/.test(t);case"isspace":return/^\s+$/.test(t);case"isupper":return t===t.toUpperCase()&&t!==t.toLowerCase();case"islower":return t===t.toLowerCase()&&t!==t.toUpperCase();case"center":{let i=n[0]??0,o=Be(n[1]??" ");return t.padStart(Math.floor((i+t.length)/2),o).padEnd(i,o)}case"ljust":return t.padEnd(n[0]??0,Be(n[1]??" "));case"rjust":return t.padStart(n[0]??0,Be(n[1]??" "));case"zfill":return t.padStart(n[0]??0,"0");case"title":return t.replace(/\b\w/g,i=>i.toUpperCase());case"capitalize":return t[0]?.toUpperCase()+t.slice(1).toLowerCase();case"swapcase":return[...t].map(i=>i===i.toUpperCase()?i.toLowerCase():i.toUpperCase()).join("")}if(Array.isArray(t))switch(e){case"append":return t.push(n[0]??V),V;case"extend":for(let i of Bt(n[0]??[]))t.push(i);return V;case"insert":return t.splice(n[0]??0,0,n[1]??V),V;case"pop":{let i=n[0]!==void 0?n[0]:-1,o=i<0?t.length+i:i;return t.splice(o,1)[0]??V}case"remove":{let i=t.findIndex(o=>Rt(o)===Rt(n[0]??V));return i!==-1&&t.splice(i,1),V}case"index":{let i=t.findIndex(o=>Rt(o)===Rt(n[0]??V));if(i===-1)throw new gt("ValueError","is not in list");return i}case"count":return t.filter(i=>Rt(i)===Rt(n[0]??V)).length;case"sort":return t.sort((i,o)=>typeof i=="number"&&typeof o=="number"?i-o:Be(i).localeCompare(Be(o))),V;case"reverse":return t.reverse(),V;case"copy":return[...t];case"clear":return t.splice(0),V}if(ht(t))switch(e){case"keys":return[...t.data.keys()];case"values":return[...t.data.values()];case"items":return[...t.data.entries()].map(([i,o])=>[i,o]);case"get":return t.data.get(Be(n[0]??""))??n[1]??V;case"update":{if(ht(n[0]??V))for(let[i,o]of n[0].data)t.data.set(i,o);return V}case"pop":{let i=Be(n[0]??""),o=t.data.get(i)??n[1]??V;return t.data.delete(i),o}case"clear":return t.data.clear(),V;case"copy":return mt([...t.data.entries()]);case"setdefault":{let i=Be(n[0]??"");return t.data.has(i)||t.data.set(i,n[1]??V),t.data.get(i)??V}}if(ht(t)&&t.data.has("name")&&t.data.get("name")==="posix")switch(e){case"getcwd":return this.cwd;case"getenv":return typeof n[0]=="string"?process.env[n[0]]??n[1]??V:V;case"listdir":return[];case"path":return t}if(ht(t))switch(e){case"join":return n.map(Be).join("/").replace(/\/+/g,"/");case"exists":return!1;case"dirname":return Be(n[0]??"").split("/").slice(0,-1).join("/")||"/";case"basename":return Be(n[0]??"").split("/").pop()??"";case"abspath":return Be(n[0]??"");case"splitext":{let i=Be(n[0]??""),o=i.lastIndexOf(".");return o>0?[i.slice(0,o),i.slice(o)]:[i,""]}case"isfile":return!1;case"isdir":return!1}if(ht(t)&&t.data.has("version")&&t.data.get("version")===es&&e==="exit")throw new fi(n[0]??0);if(ht(t)){let i={sqrt:Math.sqrt,floor:Math.floor,ceil:Math.ceil,fabs:Math.abs,log:Math.log,log2:Math.log2,log10:Math.log10,sin:Math.sin,cos:Math.cos,tan:Math.tan,asin:Math.asin,acos:Math.acos,atan:Math.atan,atan2:Math.atan2,pow:Math.pow,exp:Math.exp,hypot:Math.hypot};if(e in i){let o=i[e];return o(...n.map(a=>a))}if(e==="factorial"){let o=n[0]??0,a=1;for(;o>1;)a*=o--;return a}if(e==="gcd"){let o=Math.abs(n[0]??0),a=Math.abs(n[1]??0);for(;a;)[o,a]=[a,o%a];return o}}if(ht(t)){if(e==="dumps"){let i=ht(n[1]??V)?n[1]:void 0,o=i?i.data.get("indent"):void 0;return JSON.stringify(this.pyToJs(n[0]??V),null,o)}if(e==="loads")return this.jsToPy(JSON.parse(Be(n[0]??"")))}if(oi(t)){let i=t.attrs.get(e)??t.cls.methods.get(e)??V;if(xr(i)){let o=new Map(i.closure);return o.set("self",t),i.params.slice(1).forEach((a,c)=>o.set(a,n[c]??V)),this.execBlock(i.body,o)}}throw new gt("AttributeError",`'${sn(t)}' object has no attribute '${e}'`)}pyStringFormat(t,e){let n=0;return t.replace(/%([diouxXeEfFgGcrs%])/g,(s,i)=>{if(i==="%")return"%";let o=e[n++];switch(i){case"d":case"i":return String(Math.trunc(o));case"f":return o.toFixed(6);case"s":return Be(o??V);case"r":return Rt(o??V);default:return String(o)}})}pyToJs(t){return Pr(t)?null:ht(t)?Object.fromEntries([...t.data.entries()].map(([e,n])=>[e,this.pyToJs(n)])):Array.isArray(t)?t.map(e=>this.pyToJs(e)):t}jsToPy(t){return t==null?V:typeof t=="boolean"||typeof t=="number"||typeof t=="string"?t:Array.isArray(t)?t.map(e=>this.jsToPy(e)):typeof t=="object"?mt(Object.entries(t).map(([e,n])=>[e,this.jsToPy(n)])):V}callBuiltin(t,e,n){if(n.has(t)){let s=n.get(t)??V;return xr(s)?this.callFunc(s,e,n):ho(s)?this.instantiate(s,e,n):s}switch(t){case"print":return this.output.push(e.map(Be).join(" ")+`
254
- `.replace(/\\n/g,"")),V;case"input":return this.output.push(Be(e[0]??"")),"";case"int":{if(e.length===0)return 0;let s=e[1]??10,i=parseInt(Be(e[0]??0),s);return Number.isNaN(i)?(()=>{throw new gt("ValueError","invalid literal for int()")})():i}case"float":{if(e.length===0)return 0;let s=parseFloat(Be(e[0]??0));return Number.isNaN(s)?(()=>{throw new gt("ValueError","could not convert to float")})():s}case"str":return e.length===0?"":Be(e[0]??V);case"bool":return e.length===0?!1:ir(e[0]??V);case"list":return e.length===0?[]:Bt(e[0]??[]);case"tuple":return e.length===0?[]:Bt(e[0]??[]);case"set":return e.length===0?[]:[...new Set(Bt(e[0]??[]).map(Rt))].map(s=>Bt(e[0]??[]).find(o=>Rt(o)===s)??V);case"dict":return e.length===0?mt():ht(e[0]??V)?e[0]:mt();case"bytes":return typeof e[0]=="string"?e[0]:Be(e[0]??"");case"bytearray":return e.length===0?"":Be(e[0]??"");case"type":return e.length===1?`<class '${sn(e[0]??V)}'>`:V;case"isinstance":return sn(e[0]??V)===Be(e[1]??"");case"issubclass":return!1;case"callable":return xr(e[0]??V);case"hasattr":return ht(e[0]??V)?e[0].data.has(Be(e[1]??"")):!1;case"getattr":return ht(e[0]??V)?e[0].data.get(Be(e[1]??""))??e[2]??V:e[2]??V;case"setattr":return ht(e[0]??V)&&e[0].data.set(Be(e[1]??""),e[2]??V),V;case"len":{let s=e[0]??V;if(typeof s=="string"||Array.isArray(s))return s.length;if(ht(s))return s.data.size;if(In(s))return Zf(s);throw new gt("TypeError",`object of type '${sn(s)}' has no len()`)}case"range":return e.length===1?uo(0,e[0]):e.length===2?uo(e[0],e[1]):uo(e[0],e[1],e[2]);case"enumerate":{let s=e[1]??0;return Bt(e[0]??[]).map((i,o)=>[o+s,i])}case"zip":{let s=e.map(Bt),i=Math.min(...s.map(o=>o.length));return Array.from({length:i},(o,a)=>s.map(c=>c[a]??V))}case"map":{let s=e[0]??V;return Bt(e[1]??[]).map(i=>xr(s)?this.callFunc(s,[i],n):V)}case"filter":{let s=e[0]??V;return Bt(e[1]??[]).filter(i=>xr(s)?ir(this.callFunc(s,[i],n)):ir(i))}case"reduce":{let s=e[0]??V,i=Bt(e[1]??[]);if(i.length===0)return e[2]??V;let o=e[2]!==void 0?e[2]:i[0];for(let a of e[2]!==void 0?i:i.slice(1))o=xr(s)?this.callFunc(s,[o,a],n):V;return o}case"sorted":{let s=[...Bt(e[0]??[])],i=e[1]??V,o=ht(i)?i.data.get("key")??V:i;return s.sort((a,c)=>{let f=xr(o)?this.callFunc(o,[a],n):a,l=xr(o)?this.callFunc(o,[c],n):c;return typeof f=="number"&&typeof l=="number"?f-l:Be(f).localeCompare(Be(l))}),s}case"reversed":return[...Bt(e[0]??[])].reverse();case"any":return Bt(e[0]??[]).some(ir);case"all":return Bt(e[0]??[]).every(ir);case"sum":return Bt(e[0]??[]).reduce((s,i)=>s+i,e[1]??0);case"max":return(e.length===1?Bt(e[0]??[]):e).reduce((i,o)=>i>=o?i:o);case"min":return(e.length===1?Bt(e[0]??[]):e).reduce((i,o)=>i<=o?i:o);case"abs":return Math.abs(e[0]??0);case"round":return e[1]!==void 0?parseFloat(e[0].toFixed(e[1])):Math.round(e[0]??0);case"divmod":{let s=e[0],i=e[1];return[Math.floor(s/i),s%i]}case"pow":return e[0]**e[1];case"hex":return`0x${e[0].toString(16)}`;case"oct":return`0o${e[0].toString(8)}`;case"bin":return`0b${e[0].toString(2)}`;case"ord":return Be(e[0]??"").charCodeAt(0);case"chr":return String.fromCharCode(e[0]??0);case"id":return Math.floor(Math.random()*4294967295);case"hash":return typeof e[0]=="number"?e[0]:Be(e[0]??"").split("").reduce((s,i)=>s*31+i.charCodeAt(0)|0,0);case"open":throw new gt("PermissionError","open() not available in virtual runtime");case"repr":return Rt(e[0]??V);case"iter":return e[0]??V;case"next":return Array.isArray(e[0])&&e[0].length>0?e[0].shift():e[1]??(()=>{throw new gt("StopIteration","")})();case"vars":return mt([...n.entries()].map(([s,i])=>[s,i]));case"globals":return mt([...n.entries()].map(([s,i])=>[s,i]));case"locals":return mt([...n.entries()].map(([s,i])=>[s,i]));case"dir":{if(e.length===0)return[...n.keys()];let s=e[0]??V;return typeof s=="string"?["upper","lower","strip","split","join","replace","find","format","encode","startswith","endswith","count","isdigit","isalpha","title","capitalize"]:Array.isArray(s)?["append","extend","insert","pop","remove","index","count","sort","reverse","copy","clear"]:ht(s)?["keys","values","items","get","update","pop","clear","copy","setdefault"]:[]}case"Exception":case"ValueError":case"TypeError":case"KeyError":case"IndexError":case"AttributeError":case"NameError":case"RuntimeError":case"StopIteration":case"NotImplementedError":case"OSError":case"IOError":throw new gt(t,Be(e[0]??""));case"exec":return this.execScript(Be(e[0]??""),n),V;case"eval":return this.pyEval(Be(e[0]??""),n);default:throw new gt("NameError",`name '${t}' is not defined`)}}callFunc(t,e,n){let s=new Map(t.closure);t.params.forEach((i,o)=>{if(i.startsWith("*")){s.set(i.slice(1),e.slice(o));return}s.set(i,e[o]??V)});try{return this.execBlock(t.body,s)}catch(i){if(i instanceof wn)return i.value;throw i}}instantiate(t,e,n){let s={__pytype__:"instance",cls:t,attrs:new Map};return t.methods.get("__init__")&&this.callMethod(s,"__init__",e,n),s}execScript(t,e){let n=t.split(`
255
- `);this.execLines(n,0,e)}execLines(t,e,n){let s=e;for(;s<t.length;){let i=t[s];if(!i.trim()||i.trim().startsWith("#")){s++;continue}s=this.execStatement(t,s,n)}return s}execBlock(t,e){try{this.execLines(t,0,e)}catch(n){if(n instanceof wn)return n.value;throw n}return V}getIndent(t){let e=0;for(let n of t)if(n===" ")e++;else if(n===" ")e+=4;else break;return e}collectBlock(t,e,n){let s=[];for(let i=e;i<t.length;i++){let o=t[i];if(!o.trim()){s.push("");continue}if(this.getIndent(o)<=n)break;s.push(o.slice(n+4))}return s}execStatement(t,e,n){let s=t[e],i=s.trim(),o=this.getIndent(s);if(i==="pass")return e+1;if(i==="break")throw new ai;if(i==="continue")throw new ci;let a=i.match(/^return(?:\s+(.+))?$/);if(a)throw new wn(a[1]?this.pyEval(a[1],n):V);let c=i.match(/^raise(?:\s+(.+))?$/);if(c){if(c[1]){let O=this.pyEval(c[1],n);throw new gt(typeof O=="string"?O:sn(O),Be(O))}throw new gt("RuntimeError","")}let f=i.match(/^assert\s+(.+?)(?:,\s*(.+))?$/);if(f){if(!ir(this.pyEval(f[1],n)))throw new gt("AssertionError",f[2]?Be(this.pyEval(f[2],n)):"");return e+1}let l=i.match(/^del\s+(.+)$/);if(l)return n.delete(l[1].trim()),e+1;let u=i.match(/^import\s+(\w+)(?:\s+as\s+(\w+))?$/);if(u){let[,O,S]=u,w=Jf[O];if(w){let I=w(this.cwd);this.modules.set(O,I),n.set(S??O,I)}return e+1}let h=i.match(/^from\s+(\w+)\s+import\s+(.+)$/);if(h){let[,O,S]=h,w=Jf[O];if(w){let I=w(this.cwd);if(S?.trim()==="*")for(let[D,R]of I.data)n.set(D,R);else for(let D of S.split(",").map(R=>R.trim()))n.set(D,I.data.get(D)??V)}return e+1}let g=i.match(/^def\s+(\w+)\s*\(([^)]*)\)\s*:$/);if(g){let[,O,S]=g,w=S.split(",").map(R=>R.trim()).filter(Boolean),I=this.collectBlock(t,e+1,o),D={__pytype__:"func",name:O,params:w,body:I,closure:new Map(n)};return n.set(O,D),e+1+I.length}let y=i.match(/^class\s+(\w+)(?:\(([^)]*)\))?\s*:$/);if(y){let[,O,S]=y,w=S?S.split(",").map(ne=>ne.trim()):[],I=this.collectBlock(t,e+1,o),D={__pytype__:"class",name:O,methods:new Map,bases:w},R=0;for(;R<I.length;){let G=I[R].trim().match(/^def\s+(\w+)\s*\(([^)]*)\)\s*:$/);if(G){let[,Y,re]=G,ce=re.split(",").map(v=>v.trim()).filter(Boolean),U=this.collectBlock(I,R+1,0);D.methods.set(Y,{__pytype__:"func",name:Y,params:ce,body:U,closure:new Map(n)}),R+=1+U.length}else R++}return n.set(O,D),e+1+I.length}if(i.startsWith("if ")&&i.endsWith(":")){let O=i.slice(3,-1).trim(),S=this.collectBlock(t,e+1,o),w=S.length+1;if(ir(this.pyEval(O,n))){this.execBlock(S,new Map(n).also?.(R=>{for(let[ne,G]of n)R.set(ne,G)})??n),this.runBlockInScope(S,n);let D=e+1+S.length;for(;D<t.length;){let R=t[D].trim();if(this.getIndent(t[D])<o||!R.startsWith("elif")&&!R.startsWith("else"))break;let ne=this.collectBlock(t,D+1,o);D+=1+ne.length}return D}let I=e+1+S.length;for(;I<t.length;){let D=t[I],R=D.trim();if(this.getIndent(D)!==o)break;let ne=R.match(/^elif\s+(.+):$/);if(ne){let G=this.collectBlock(t,I+1,o);if(ir(this.pyEval(ne[1],n))){for(this.runBlockInScope(G,n),I+=1+G.length;I<t.length;){let Y=t[I].trim();if(this.getIndent(t[I])!==o||!Y.startsWith("elif")&&!Y.startsWith("else"))break;let re=this.collectBlock(t,I+1,o);I+=1+re.length}return I}I+=1+G.length;continue}if(R==="else:"){let G=this.collectBlock(t,I+1,o);return this.runBlockInScope(G,n),I+1+G.length}break}return I}let _=i.match(/^for\s+(.+?)\s+in\s+(.+?)\s*:$/);if(_){let[,O,S]=_,w=Bt(this.pyEval(S.trim(),n)),I=this.collectBlock(t,e+1,o),D=[],R=e+1+I.length;R<t.length&&t[R]?.trim()==="else:"&&(D=this.collectBlock(t,R+1,o),R+=1+D.length);let ne=!1;for(let G of w){if(O.includes(",")){let Y=O.split(",").map(ce=>ce.trim()),re=Array.isArray(G)?G:[G];Y.forEach((ce,U)=>n.set(ce,re[U]??V))}else n.set(O.trim(),G);try{this.runBlockInScope(I,n)}catch(Y){if(Y instanceof ai){ne=!0;break}if(Y instanceof ci)continue;throw Y}}return!ne&&D.length&&this.runBlockInScope(D,n),R}let b=i.match(/^while\s+(.+?)\s*:$/);if(b){let O=b[1],S=this.collectBlock(t,e+1,o),w=0;for(;ir(this.pyEval(O,n))&&w++<1e5;)try{this.runBlockInScope(S,n)}catch(I){if(I instanceof ai)break;if(I instanceof ci)continue;throw I}return e+1+S.length}if(i==="try:"){let O=this.collectBlock(t,e+1,o),S=e+1+O.length,w=[],I=[],D=[];for(;S<t.length;){let ne=t[S],G=ne.trim();if(this.getIndent(ne)!==o)break;if(G.startsWith("except")){let Y=G.match(/^except(?:\s+(\w+)(?:\s+as\s+(\w+))?)?\s*:$/),re=Y?.[1]??null,ce=Y?.[2],U=this.collectBlock(t,S+1,o);w.push({exc:re,body:U}),ce&&n.set(ce,""),S+=1+U.length}else if(G==="else:")D=this.collectBlock(t,S+1,o),S+=1+D.length;else if(G==="finally:")I=this.collectBlock(t,S+1,o),S+=1+I.length;else break}let R=null;try{this.runBlockInScope(O,n),D.length&&this.runBlockInScope(D,n)}catch(ne){if(ne instanceof gt){R=ne;let G=!1;for(let Y of w)if(Y.exc===null||Y.exc===ne.type||Y.exc==="Exception"){this.runBlockInScope(Y.body,n),G=!0;break}if(!G)throw ne}else throw ne}finally{I.length&&this.runBlockInScope(I,n)}return S}let C=i.match(/^with\s+(.+?)\s+as\s+(\w+)\s*:$/);if(C){let O=this.collectBlock(t,e+1,o);return n.set(C[2],V),this.runBlockInScope(O,n),e+1+O.length}let L=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*(\+=|-=|\*=|\/\/=|\/=|%=|\*\*=|&=|\|=)\s*(.+)$/);if(L){let[,O,S,w]=L,I=n.get(O)??0,D=this.pyEval(w,n),R;switch(S){case"+=":R=typeof I=="string"?I+Be(D):I+D;break;case"-=":R=I-D;break;case"*=":R=I*D;break;case"/=":R=I/D;break;case"//=":R=Math.floor(I/D);break;case"%=":R=I%D;break;case"**=":R=I**D;break;default:R=D}return n.set(O,R),e+1}let F=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\[(.+)\]\s*=\s*(.+)$/);if(F){let[,O,S,w]=F,I=n.get(O)??V,D=this.pyEval(w,n)??V,R=this.pyEval(S,n)??V;return Array.isArray(I)?I[R]=D:ht(I)&&I.data.set(Be(R),D),e+1}let k=i.match(/^([A-Za-z_][A-Za-z0-9_.]+)\s*=\s*(.+)$/);if(k){let O=k[1].lastIndexOf(".");if(O!==-1){let S=k[1].slice(0,O),w=k[1].slice(O+1),I=this.pyEval(k[2],n),D=this.pyEval(S,n);return ht(D)?D.data.set(w,I):oi(D)&&D.attrs.set(w,I),e+1}}let K=i.match(/^([A-Za-z_][A-Za-z0-9_,\s]*),\s*([A-Za-z_][A-Za-z0-9_]*)\s*=\s*(.+)$/);if(K){let O=this.pyEval(K[3],n),S=i.split("=")[0].split(",").map(I=>I.trim()),w=Bt(O);return S.forEach((I,D)=>n.set(I,w[D]??V)),e+1}let ee=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*(?::[^=]+)?\s*=\s*(.+)$/);if(ee){let[,O,S]=ee;return n.set(O,this.pyEval(S,n)),e+1}try{this.pyEval(i,n)}catch(O){if(O instanceof gt||O instanceof fi)throw O}return e+1}runBlockInScope(t,e){this.execLines(t,0,e)}run(t){let e=Up(this.cwd);try{this.execScript(t,e)}catch(n){return n instanceof fi?{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:n.code}:n instanceof gt?(this.stderr.push(n.toString()),{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:1}):n instanceof wn?{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:0}:(this.stderr.push(`RuntimeError: ${n}`),{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:1})}return{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:0}}},el={name:"python3",aliases:["python"],description:"Python 3 interpreter (virtual)",category:"system",params:["[--version] [-c <code>] [-V] [file]"],run:({args:r,shell:t,cwd:e})=>{if(!t.packageManager.isInstalled("python3"))return{stderr:`bash: python3: command not found
171
+ `:"")}splitArgs(t){let e=[],r=0,s="",i=!1,o="";for(let a=0;a<t.length;a++){let c=t[a];i?(s+=c,c===o&&t[a-1]!=="\\"&&(i=!1)):c==='"'||c==="'"?(i=!0,o=c,s+=c):"([{".includes(c)?(r++,s+=c):")]}".includes(c)?(r--,s+=c):c===","&&r===0?(e.push(s.trim()),s=""):s+=c}return s.trim()&&e.push(s.trim()),e}pyEval(t,e){if(t=t.trim(),!t||t==="None")return G;if(t==="True")return!0;if(t==="False")return!1;if(t==="...")return G;if(/^-?\d+$/.test(t))return parseInt(t,10);if(/^-?\d+\.\d*$/.test(t))return parseFloat(t);if(/^0x[0-9a-fA-F]+$/.test(t))return parseInt(t,16);if(/^0o[0-7]+$/.test(t))return parseInt(t.slice(2),8);if(/^('''[\s\S]*'''|"""[\s\S]*""")$/.test(t))return t.slice(3,-3);if(/^(['"])(.*)\1$/s.test(t))return t.slice(1,-1).replace(/\\n/g,`
172
+ `).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\\\/g,"\\").replace(/\\'/g,"'").replace(/\\"/g,'"');let r=t.match(/^f(['"])([\s\S]*)\1$/);if(r){let f=r[2];return f=f.replace(/\{([^{}]+)\}/g,(l,u)=>{try{return Be(this.pyEval(u.trim(),e))}catch{return`{${u}}`}}),f}let s=t.match(/^b(['"])(.*)\1$/s);if(s)return s[2];if(t.startsWith("[")&&t.endsWith("]")){let f=t.slice(1,-1).trim();if(!f)return[];let l=f.match(/^(.+?)\s+for\s+(\w+)\s+in\s+(.+?)(?:\s+if\s+(.+))?$/);if(l){let[,u,h,p,_]=l,E=Bt(this.pyEval(p.trim(),e)),b=[];for(let v of E){let U=new Map(e);U.set(h,v),!(_&&!on(this.pyEval(_,U)))&&b.push(this.pyEval(u.trim(),U))}return b}return this.splitArgs(f).map(u=>this.pyEval(u,e))}if(t.startsWith("(")&&t.endsWith(")")){let f=t.slice(1,-1).trim();if(!f)return[];let l=this.splitArgs(f);return l.length===1&&!f.endsWith(",")?this.pyEval(l[0],e):l.map(u=>this.pyEval(u,e))}if(t.startsWith("{")&&t.endsWith("}")){let f=t.slice(1,-1).trim();if(!f)return At();let l=At();for(let u of this.splitArgs(f)){let h=u.indexOf(":");if(h===-1)continue;let p=Be(this.pyEval(u.slice(0,h).trim(),e)),_=this.pyEval(u.slice(h+1).trim(),e);l.data.set(p,_)}return l}let i=t.match(/^not\s+(.+)$/);if(i)return!on(this.pyEval(i[1],e));let o=[["or"],["and"],["in","not in","is not","is","==","!=","<=",">=","<",">"],["+","-"],["**"],["*","//","/","%"]];for(let f of o){let l=this.tryBinaryOp(t,f,e);if(l!==void 0)return l}if(t.startsWith("-")){let f=this.pyEval(t.slice(1),e);if(typeof f=="number")return-f}if(process.env.PY_DEBUG&&console.error("eval:",JSON.stringify(t)),t.endsWith("]")&&!t.startsWith("[")){let f=this.findMatchingBracket(t,"[");if(f!==-1){let l=this.pyEval(t.slice(0,f),e),u=t.slice(f+1,-1);return this.subscript(l,u,e)}}let a=t.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*\(([\s\S]*)\)$/);if(a){let[,f,l]=a,u=(l?.trim()?this.splitArgs(l):[]).map(h=>this.pyEval(h,e));return this.callBuiltin(f,u,e)}let c=this.findDotAccess(t);if(c){let{objExpr:f,attr:l,callPart:u}=c,h=this.pyEval(f,e);if(u!==void 0){let p=u.slice(1,-1),_=p.trim()?this.splitArgs(p).map(E=>this.pyEval(E,e)):[];return this.callMethod(h,l,_,e)}return this.getAttr(h,l,e)}if(/^[A-Za-z_][A-Za-z0-9_]*$/.test(t)){if(e.has(t))return e.get(t);throw new mt("NameError",`name '${t}' is not defined`)}if(/^[A-Za-z_][A-Za-z0-9_.]+$/.test(t)){let f=t.split("."),l=e.get(f[0])??(()=>{throw new mt("NameError",`name '${f[0]}' is not defined`)})();for(let u of f.slice(1))l=this.getAttr(l,u,e);return l}return G}findMatchingBracket(t,e){let r=e==="["?"]":e==="("?")":"}",s=0;for(let i=t.length-1;i>=0;i--)if(t[i]===r&&s++,t[i]===e&&(s--,s===0))return i;return-1}findDotAccess(t){let e=0,r=!1,s="";for(let i=t.length-1;i>0;i--){let o=t[i];if(r){o===s&&t[i-1]!=="\\"&&(r=!1);continue}if(o==='"'||o==="'"){r=!0,s=o;continue}if(")]}".includes(o)){e++;continue}if("([{".includes(o)){e--;continue}if(e!==0||o!==".")continue;let a=t.slice(0,i).trim(),f=t.slice(i+1).match(/^(\w+)(\([\s\S]*\))?$/);if(f&&!/^-?\d+$/.test(a))return{objExpr:a,attr:f[1],callPart:f[2]}}return null}tryBinaryOp(t,e,r){let s=0,i=!1,o="";for(let a=t.length-1;a>=0;a--){let c=t[a];if(i){c===o&&t[a-1]!=="\\"&&(i=!1);continue}if(c==='"'||c==="'"){i=!0,o=c;continue}if(")]}".includes(c)){s++;continue}if("([{".includes(c)){s--;continue}if(s===0){for(let f of e)if(t.slice(a,a+f.length)===f){if(f==="*"&&(t[a+1]==="*"||t[a-1]==="*"))continue;let l=t[a-1],u=t[a+f.length];if(/^[a-z]/.test(f)&&(l&&/\w/.test(l)||u&&/\w/.test(u)))continue;let p=t.slice(0,a).trim(),_=t.slice(a+f.length).trim();if(!p||!_)continue;return this.applyBinaryOp(f,p,_,r)}}}}applyBinaryOp(t,e,r,s){if(t==="and"){let a=this.pyEval(e,s);return on(a)?this.pyEval(r,s):a}if(t==="or"){let a=this.pyEval(e,s);return on(a)?a:this.pyEval(r,s)}let i=this.pyEval(e,s),o=this.pyEval(r,s);switch(t){case"+":return typeof i=="string"&&typeof o=="string"?i+o:Array.isArray(i)&&Array.isArray(o)?[...i,...o]:i+o;case"-":return i-o;case"*":if(typeof i=="string"&&typeof o=="number")return i.repeat(o);if(Array.isArray(i)&&typeof o=="number"){let a=[];for(let c=0;c<o;c++)a.push(...i);return a}return i*o;case"/":{if(o===0)throw new mt("ZeroDivisionError","division by zero");return i/o}case"//":{if(o===0)throw new mt("ZeroDivisionError","integer division or modulo by zero");return Math.floor(i/o)}case"%":{if(typeof i=="string")return this.pyStringFormat(i,Array.isArray(o)?o:[o]);if(o===0)throw new mt("ZeroDivisionError","integer division or modulo by zero");return i%o}case"**":return i**o;case"==":return Rt(i)===Rt(o)||i===o;case"!=":return Rt(i)!==Rt(o)&&i!==o;case"<":return i<o;case"<=":return i<=o;case">":return i>o;case">=":return i>=o;case"in":return this.pyIn(o,i);case"not in":return!this.pyIn(o,i);case"is":return i===o||Dn(i)&&Dn(o);case"is not":return!(i===o||Dn(i)&&Dn(o))}return G}pyIn(t,e){return typeof t=="string"?typeof e=="string"&&t.includes(e):Array.isArray(t)?t.some(r=>Rt(r)===Rt(e)):pt(t)?t.data.has(Be(e)):!1}subscript(t,e,r){if(e.includes(":")){let i=e.split(":").map(c=>c.trim()),o=i[0]?this.pyEval(i[0],r):void 0,a=i[1]?this.pyEval(i[1],r):void 0;return typeof t=="string"||Array.isArray(t)?t.slice(o,a):G}let s=this.pyEval(e,r);if(Array.isArray(t)){let i=s;return i<0&&(i=t.length+i),t[i]??G}if(typeof t=="string"){let i=s;return i<0&&(i=t.length+i),t[i]??G}if(pt(t))return t.data.get(Be(s))??G;throw new mt("TypeError",`'${or(t)}' is not subscriptable`)}getAttr(t,e,r){return pt(t)?t.data.has(e)?t.data.get(e):e==="path"&&t.path?t.path:G:ci(t)?t.attrs.get(e)??G:typeof t=="string"?{__class__:{__pytype__:"class",name:"str"}}[e]??G:G}callMethod(t,e,r,s){if(typeof t=="string")switch(e){case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();case"strip":return(r[0]?t.replace(new RegExp(`[${r[0]}]+`,"g"),""):t).trim();case"lstrip":return t.trimStart();case"rstrip":return t.trimEnd();case"split":return t.split(typeof r[0]=="string"?r[0]:/\s+/).filter((i,o)=>o>0||i!=="");case"splitlines":return t.split(`
173
+ `);case"join":return Bt(r[0]??[]).map(Be).join(t);case"replace":return t.replaceAll(Be(r[0]??""),Be(r[1]??""));case"startswith":return t.startsWith(Be(r[0]??""));case"endswith":return t.endsWith(Be(r[0]??""));case"find":return t.indexOf(Be(r[0]??""));case"index":{let i=t.indexOf(Be(r[0]??""));if(i===-1)throw new mt("ValueError","substring not found");return i}case"count":return t.split(Be(r[0]??"")).length-1;case"format":return this.pyStringFormat(t,r);case"encode":return t;case"decode":return t;case"isdigit":return/^\d+$/.test(t);case"isalpha":return/^[a-zA-Z]+$/.test(t);case"isalnum":return/^[a-zA-Z0-9]+$/.test(t);case"isspace":return/^\s+$/.test(t);case"isupper":return t===t.toUpperCase()&&t!==t.toLowerCase();case"islower":return t===t.toLowerCase()&&t!==t.toUpperCase();case"center":{let i=r[0]??0,o=Be(r[1]??" ");return t.padStart(Math.floor((i+t.length)/2),o).padEnd(i,o)}case"ljust":return t.padEnd(r[0]??0,Be(r[1]??" "));case"rjust":return t.padStart(r[0]??0,Be(r[1]??" "));case"zfill":return t.padStart(r[0]??0,"0");case"title":return t.replace(/\b\w/g,i=>i.toUpperCase());case"capitalize":return t[0]?.toUpperCase()+t.slice(1).toLowerCase();case"swapcase":return[...t].map(i=>i===i.toUpperCase()?i.toLowerCase():i.toUpperCase()).join("")}if(Array.isArray(t))switch(e){case"append":return t.push(r[0]??G),G;case"extend":for(let i of Bt(r[0]??[]))t.push(i);return G;case"insert":return t.splice(r[0]??0,0,r[1]??G),G;case"pop":{let i=r[0]!==void 0?r[0]:-1,o=i<0?t.length+i:i;return t.splice(o,1)[0]??G}case"remove":{let i=t.findIndex(o=>Rt(o)===Rt(r[0]??G));return i!==-1&&t.splice(i,1),G}case"index":{let i=t.findIndex(o=>Rt(o)===Rt(r[0]??G));if(i===-1)throw new mt("ValueError","is not in list");return i}case"count":return t.filter(i=>Rt(i)===Rt(r[0]??G)).length;case"sort":return t.sort((i,o)=>typeof i=="number"&&typeof o=="number"?i-o:Be(i).localeCompare(Be(o))),G;case"reverse":return t.reverse(),G;case"copy":return[...t];case"clear":return t.splice(0),G}if(pt(t))switch(e){case"keys":return[...t.data.keys()];case"values":return[...t.data.values()];case"items":return[...t.data.entries()].map(([i,o])=>[i,o]);case"get":return t.data.get(Be(r[0]??""))??r[1]??G;case"update":{if(pt(r[0]??G))for(let[i,o]of r[0].data)t.data.set(i,o);return G}case"pop":{let i=Be(r[0]??""),o=t.data.get(i)??r[1]??G;return t.data.delete(i),o}case"clear":return t.data.clear(),G;case"copy":return At([...t.data.entries()]);case"setdefault":{let i=Be(r[0]??"");return t.data.has(i)||t.data.set(i,r[1]??G),t.data.get(i)??G}}if(pt(t)&&t.data.has("name")&&t.data.get("name")==="posix")switch(e){case"getcwd":return this.cwd;case"getenv":return typeof r[0]=="string"?process.env[r[0]]??r[1]??G:G;case"listdir":return[];case"path":return t}if(pt(t))switch(e){case"join":return r.map(Be).join("/").replace(/\/+/g,"/");case"exists":return!1;case"dirname":return Be(r[0]??"").split("/").slice(0,-1).join("/")||"/";case"basename":return Be(r[0]??"").split("/").pop()??"";case"abspath":return Be(r[0]??"");case"splitext":{let i=Be(r[0]??""),o=i.lastIndexOf(".");return o>0?[i.slice(0,o),i.slice(o)]:[i,""]}case"isfile":return!1;case"isdir":return!1}if(pt(t)&&t.data.has("version")&&t.data.get("version")===ss&&e==="exit")throw new ui(r[0]??0);if(pt(t)){let i={sqrt:Math.sqrt,floor:Math.floor,ceil:Math.ceil,fabs:Math.abs,log:Math.log,log2:Math.log2,log10:Math.log10,sin:Math.sin,cos:Math.cos,tan:Math.tan,asin:Math.asin,acos:Math.acos,atan:Math.atan,atan2:Math.atan2,pow:Math.pow,exp:Math.exp,hypot:Math.hypot};if(e in i){let o=i[e];return o(...r.map(a=>a))}if(e==="factorial"){let o=r[0]??0,a=1;for(;o>1;)a*=o--;return a}if(e==="gcd"){let o=Math.abs(r[0]??0),a=Math.abs(r[1]??0);for(;a;)[o,a]=[a,o%a];return o}}if(pt(t)){if(e==="dumps"){let i=pt(r[1]??G)?r[1]:void 0,o=i?i.data.get("indent"):void 0;return JSON.stringify(this.pyToJs(r[0]??G),null,o)}if(e==="loads")return this.jsToPy(JSON.parse(Be(r[0]??"")))}if(ci(t)){let i=t.attrs.get(e)??t.cls.methods.get(e)??G;if(wn(i)){let o=new Map(i.closure);return o.set("self",t),i.params.slice(1).forEach((a,c)=>o.set(a,r[c]??G)),this.execBlock(i.body,o)}}throw new mt("AttributeError",`'${or(t)}' object has no attribute '${e}'`)}pyStringFormat(t,e){let r=0;return t.replace(/%([diouxXeEfFgGcrs%])/g,(s,i)=>{if(i==="%")return"%";let o=e[r++];switch(i){case"d":case"i":return String(Math.trunc(o));case"f":return o.toFixed(6);case"s":return Be(o??G);case"r":return Rt(o??G);default:return String(o)}})}pyToJs(t){return Dn(t)?null:pt(t)?Object.fromEntries([...t.data.entries()].map(([e,r])=>[e,this.pyToJs(r)])):Array.isArray(t)?t.map(e=>this.pyToJs(e)):t}jsToPy(t){return t==null?G:typeof t=="boolean"||typeof t=="number"||typeof t=="string"?t:Array.isArray(t)?t.map(e=>this.jsToPy(e)):typeof t=="object"?At(Object.entries(t).map(([e,r])=>[e,this.jsToPy(r)])):G}callBuiltin(t,e,r){if(r.has(t)){let s=r.get(t)??G;return wn(s)?this.callFunc(s,e,r):Ao(s)?this.instantiate(s,e,r):s}switch(t){case"print":return this.output.push(e.map(Be).join(" ")+`
174
+ `.replace(/\\n/g,"")),G;case"input":return this.output.push(Be(e[0]??"")),"";case"int":{if(e.length===0)return 0;let s=e[1]??10,i=parseInt(Be(e[0]??0),s);return Number.isNaN(i)?(()=>{throw new mt("ValueError","invalid literal for int()")})():i}case"float":{if(e.length===0)return 0;let s=parseFloat(Be(e[0]??0));return Number.isNaN(s)?(()=>{throw new mt("ValueError","could not convert to float")})():s}case"str":return e.length===0?"":Be(e[0]??G);case"bool":return e.length===0?!1:on(e[0]??G);case"list":return e.length===0?[]:Bt(e[0]??[]);case"tuple":return e.length===0?[]:Bt(e[0]??[]);case"set":return e.length===0?[]:[...new Set(Bt(e[0]??[]).map(Rt))].map(s=>Bt(e[0]??[]).find(o=>Rt(o)===s)??G);case"dict":return e.length===0?At():pt(e[0]??G)?e[0]:At();case"bytes":return typeof e[0]=="string"?e[0]:Be(e[0]??"");case"bytearray":return e.length===0?"":Be(e[0]??"");case"type":return e.length===1?`<class '${or(e[0]??G)}'>`:G;case"isinstance":return or(e[0]??G)===Be(e[1]??"");case"issubclass":return!1;case"callable":return wn(e[0]??G);case"hasattr":return pt(e[0]??G)?e[0].data.has(Be(e[1]??"")):!1;case"getattr":return pt(e[0]??G)?e[0].data.get(Be(e[1]??""))??e[2]??G:e[2]??G;case"setattr":return pt(e[0]??G)&&e[0].data.set(Be(e[1]??""),e[2]??G),G;case"len":{let s=e[0]??G;if(typeof s=="string"||Array.isArray(s))return s.length;if(pt(s))return s.data.size;if(Cr(s))return ol(s);throw new mt("TypeError",`object of type '${or(s)}' has no len()`)}case"range":return e.length===1?mo(0,e[0]):e.length===2?mo(e[0],e[1]):mo(e[0],e[1],e[2]);case"enumerate":{let s=e[1]??0;return Bt(e[0]??[]).map((i,o)=>[o+s,i])}case"zip":{let s=e.map(Bt),i=Math.min(...s.map(o=>o.length));return Array.from({length:i},(o,a)=>s.map(c=>c[a]??G))}case"map":{let s=e[0]??G;return Bt(e[1]??[]).map(i=>wn(s)?this.callFunc(s,[i],r):G)}case"filter":{let s=e[0]??G;return Bt(e[1]??[]).filter(i=>wn(s)?on(this.callFunc(s,[i],r)):on(i))}case"reduce":{let s=e[0]??G,i=Bt(e[1]??[]);if(i.length===0)return e[2]??G;let o=e[2]!==void 0?e[2]:i[0];for(let a of e[2]!==void 0?i:i.slice(1))o=wn(s)?this.callFunc(s,[o,a],r):G;return o}case"sorted":{let s=[...Bt(e[0]??[])],i=e[1]??G,o=pt(i)?i.data.get("key")??G:i;return s.sort((a,c)=>{let f=wn(o)?this.callFunc(o,[a],r):a,l=wn(o)?this.callFunc(o,[c],r):c;return typeof f=="number"&&typeof l=="number"?f-l:Be(f).localeCompare(Be(l))}),s}case"reversed":return[...Bt(e[0]??[])].reverse();case"any":return Bt(e[0]??[]).some(on);case"all":return Bt(e[0]??[]).every(on);case"sum":return Bt(e[0]??[]).reduce((s,i)=>s+i,e[1]??0);case"max":return(e.length===1?Bt(e[0]??[]):e).reduce((i,o)=>i>=o?i:o);case"min":return(e.length===1?Bt(e[0]??[]):e).reduce((i,o)=>i<=o?i:o);case"abs":return Math.abs(e[0]??0);case"round":return e[1]!==void 0?parseFloat(e[0].toFixed(e[1])):Math.round(e[0]??0);case"divmod":{let s=e[0],i=e[1];return[Math.floor(s/i),s%i]}case"pow":return e[0]**e[1];case"hex":return`0x${e[0].toString(16)}`;case"oct":return`0o${e[0].toString(8)}`;case"bin":return`0b${e[0].toString(2)}`;case"ord":return Be(e[0]??"").charCodeAt(0);case"chr":return String.fromCharCode(e[0]??0);case"id":return Math.floor(Math.random()*4294967295);case"hash":return typeof e[0]=="number"?e[0]:Be(e[0]??"").split("").reduce((s,i)=>s*31+i.charCodeAt(0)|0,0);case"open":throw new mt("PermissionError","open() not available in virtual runtime");case"repr":return Rt(e[0]??G);case"iter":return e[0]??G;case"next":return Array.isArray(e[0])&&e[0].length>0?e[0].shift():e[1]??(()=>{throw new mt("StopIteration","")})();case"vars":return At([...r.entries()].map(([s,i])=>[s,i]));case"globals":return At([...r.entries()].map(([s,i])=>[s,i]));case"locals":return At([...r.entries()].map(([s,i])=>[s,i]));case"dir":{if(e.length===0)return[...r.keys()];let s=e[0]??G;return typeof s=="string"?["upper","lower","strip","split","join","replace","find","format","encode","startswith","endswith","count","isdigit","isalpha","title","capitalize"]:Array.isArray(s)?["append","extend","insert","pop","remove","index","count","sort","reverse","copy","clear"]:pt(s)?["keys","values","items","get","update","pop","clear","copy","setdefault"]:[]}case"Exception":case"ValueError":case"TypeError":case"KeyError":case"IndexError":case"AttributeError":case"NameError":case"RuntimeError":case"StopIteration":case"NotImplementedError":case"OSError":case"IOError":throw new mt(t,Be(e[0]??""));case"exec":return this.execScript(Be(e[0]??""),r),G;case"eval":return this.pyEval(Be(e[0]??""),r);default:throw new mt("NameError",`name '${t}' is not defined`)}}callFunc(t,e,r){let s=new Map(t.closure);t.params.forEach((i,o)=>{if(i.startsWith("*")){s.set(i.slice(1),e.slice(o));return}s.set(i,e[o]??G)});try{return this.execBlock(t.body,s)}catch(i){if(i instanceof Ir)return i.value;throw i}}instantiate(t,e,r){let s={__pytype__:"instance",cls:t,attrs:new Map};return t.methods.get("__init__")&&this.callMethod(s,"__init__",e,r),s}execScript(t,e){let r=t.split(`
175
+ `);this.execLines(r,0,e)}execLines(t,e,r){let s=e;for(;s<t.length;){let i=t[s];if(!i.trim()||i.trim().startsWith("#")){s++;continue}s=this.execStatement(t,s,r)}return s}execBlock(t,e){try{this.execLines(t,0,e)}catch(r){if(r instanceof Ir)return r.value;throw r}return G}getIndent(t){let e=0;for(let r of t)if(r===" ")e++;else if(r===" ")e+=4;else break;return e}collectBlock(t,e,r){let s=[];for(let i=e;i<t.length;i++){let o=t[i];if(!o.trim()){s.push("");continue}if(this.getIndent(o)<=r)break;s.push(o.slice(r+4))}return s}execStatement(t,e,r){let s=t[e],i=s.trim(),o=this.getIndent(s);if(i==="pass")return e+1;if(i==="break")throw new fi;if(i==="continue")throw new li;let a=i.match(/^return(?:\s+(.+))?$/);if(a)throw new Ir(a[1]?this.pyEval(a[1],r):G);let c=i.match(/^raise(?:\s+(.+))?$/);if(c){if(c[1]){let N=this.pyEval(c[1],r);throw new mt(typeof N=="string"?N:or(N),Be(N))}throw new mt("RuntimeError","")}let f=i.match(/^assert\s+(.+?)(?:,\s*(.+))?$/);if(f){if(!on(this.pyEval(f[1],r)))throw new mt("AssertionError",f[2]?Be(this.pyEval(f[2],r)):"");return e+1}let l=i.match(/^del\s+(.+)$/);if(l)return r.delete(l[1].trim()),e+1;let u=i.match(/^import\s+(\w+)(?:\s+as\s+(\w+))?$/);if(u){let[,N,x]=u,S=sl[N];if(S){let I=S(this.cwd);this.modules.set(N,I),r.set(x??N,I)}return e+1}let h=i.match(/^from\s+(\w+)\s+import\s+(.+)$/);if(h){let[,N,x]=h,S=sl[N];if(S){let I=S(this.cwd);if(x?.trim()==="*")for(let[k,R]of I.data)r.set(k,R);else for(let k of x.split(",").map(R=>R.trim()))r.set(k,I.data.get(k)??G)}return e+1}let p=i.match(/^def\s+(\w+)\s*\(([^)]*)\)\s*:$/);if(p){let[,N,x]=p,S=x.split(",").map(R=>R.trim()).filter(Boolean),I=this.collectBlock(t,e+1,o),k={__pytype__:"func",name:N,params:S,body:I,closure:new Map(r)};return r.set(N,k),e+1+I.length}let _=i.match(/^class\s+(\w+)(?:\(([^)]*)\))?\s*:$/);if(_){let[,N,x]=_,S=x?x.split(",").map(ne=>ne.trim()):[],I=this.collectBlock(t,e+1,o),k={__pytype__:"class",name:N,methods:new Map,bases:S},R=0;for(;R<I.length;){let z=I[R].trim().match(/^def\s+(\w+)\s*\(([^)]*)\)\s*:$/);if(z){let[,Y,te]=z,ce=te.split(",").map(B=>B.trim()).filter(Boolean),$=this.collectBlock(I,R+1,0);k.methods.set(Y,{__pytype__:"func",name:Y,params:ce,body:$,closure:new Map(r)}),R+=1+$.length}else R++}return r.set(N,k),e+1+I.length}if(i.startsWith("if ")&&i.endsWith(":")){let N=i.slice(3,-1).trim(),x=this.collectBlock(t,e+1,o),S=x.length+1;if(on(this.pyEval(N,r))){this.execBlock(x,new Map(r).also?.(R=>{for(let[ne,z]of r)R.set(ne,z)})??r),this.runBlockInScope(x,r);let k=e+1+x.length;for(;k<t.length;){let R=t[k].trim();if(this.getIndent(t[k])<o||!R.startsWith("elif")&&!R.startsWith("else"))break;let ne=this.collectBlock(t,k+1,o);k+=1+ne.length}return k}let I=e+1+x.length;for(;I<t.length;){let k=t[I],R=k.trim();if(this.getIndent(k)!==o)break;let ne=R.match(/^elif\s+(.+):$/);if(ne){let z=this.collectBlock(t,I+1,o);if(on(this.pyEval(ne[1],r))){for(this.runBlockInScope(z,r),I+=1+z.length;I<t.length;){let Y=t[I].trim();if(this.getIndent(t[I])!==o||!Y.startsWith("elif")&&!Y.startsWith("else"))break;let te=this.collectBlock(t,I+1,o);I+=1+te.length}return I}I+=1+z.length;continue}if(R==="else:"){let z=this.collectBlock(t,I+1,o);return this.runBlockInScope(z,r),I+1+z.length}break}return I}let E=i.match(/^for\s+(.+?)\s+in\s+(.+?)\s*:$/);if(E){let[,N,x]=E,S=Bt(this.pyEval(x.trim(),r)),I=this.collectBlock(t,e+1,o),k=[],R=e+1+I.length;R<t.length&&t[R]?.trim()==="else:"&&(k=this.collectBlock(t,R+1,o),R+=1+k.length);let ne=!1;for(let z of S){if(N.includes(",")){let Y=N.split(",").map(ce=>ce.trim()),te=Array.isArray(z)?z:[z];Y.forEach((ce,$)=>r.set(ce,te[$]??G))}else r.set(N.trim(),z);try{this.runBlockInScope(I,r)}catch(Y){if(Y instanceof fi){ne=!0;break}if(Y instanceof li)continue;throw Y}}return!ne&&k.length&&this.runBlockInScope(k,r),R}let b=i.match(/^while\s+(.+?)\s*:$/);if(b){let N=b[1],x=this.collectBlock(t,e+1,o),S=0;for(;on(this.pyEval(N,r))&&S++<1e5;)try{this.runBlockInScope(x,r)}catch(I){if(I instanceof fi)break;if(I instanceof li)continue;throw I}return e+1+x.length}if(i==="try:"){let N=this.collectBlock(t,e+1,o),x=e+1+N.length,S=[],I=[],k=[];for(;x<t.length;){let ne=t[x],z=ne.trim();if(this.getIndent(ne)!==o)break;if(z.startsWith("except")){let Y=z.match(/^except(?:\s+(\w+)(?:\s+as\s+(\w+))?)?\s*:$/),te=Y?.[1]??null,ce=Y?.[2],$=this.collectBlock(t,x+1,o);S.push({exc:te,body:$}),ce&&r.set(ce,""),x+=1+$.length}else if(z==="else:")k=this.collectBlock(t,x+1,o),x+=1+k.length;else if(z==="finally:")I=this.collectBlock(t,x+1,o),x+=1+I.length;else break}let R=null;try{this.runBlockInScope(N,r),k.length&&this.runBlockInScope(k,r)}catch(ne){if(ne instanceof mt){R=ne;let z=!1;for(let Y of S)if(Y.exc===null||Y.exc===ne.type||Y.exc==="Exception"){this.runBlockInScope(Y.body,r),z=!0;break}if(!z)throw ne}else throw ne}finally{I.length&&this.runBlockInScope(I,r)}return x}let v=i.match(/^with\s+(.+?)\s+as\s+(\w+)\s*:$/);if(v){let N=this.collectBlock(t,e+1,o);return r.set(v[2],G),this.runBlockInScope(N,r),e+1+N.length}let U=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*(\+=|-=|\*=|\/\/=|\/=|%=|\*\*=|&=|\|=)\s*(.+)$/);if(U){let[,N,x,S]=U,I=r.get(N)??0,k=this.pyEval(S,r),R;switch(x){case"+=":R=typeof I=="string"?I+Be(k):I+k;break;case"-=":R=I-k;break;case"*=":R=I*k;break;case"/=":R=I/k;break;case"//=":R=Math.floor(I/k);break;case"%=":R=I%k;break;case"**=":R=I**k;break;default:R=k}return r.set(N,R),e+1}let H=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\[(.+)\]\s*=\s*(.+)$/);if(H){let[,N,x,S]=H,I=r.get(N)??G,k=this.pyEval(S,r)??G,R=this.pyEval(x,r)??G;return Array.isArray(I)?I[R]=k:pt(I)&&I.data.set(Be(R),k),e+1}let C=i.match(/^([A-Za-z_][A-Za-z0-9_.]+)\s*=\s*(.+)$/);if(C){let N=C[1].lastIndexOf(".");if(N!==-1){let x=C[1].slice(0,N),S=C[1].slice(N+1),I=this.pyEval(C[2],r),k=this.pyEval(x,r);return pt(k)?k.data.set(S,I):ci(k)&&k.attrs.set(S,I),e+1}}let F=i.match(/^([A-Za-z_][A-Za-z0-9_,\s]*),\s*([A-Za-z_][A-Za-z0-9_]*)\s*=\s*(.+)$/);if(F){let N=this.pyEval(F[3],r),x=i.split("=")[0].split(",").map(I=>I.trim()),S=Bt(N);return x.forEach((I,k)=>r.set(I,S[k]??G)),e+1}let V=i.match(/^([A-Za-z_][A-Za-z0-9_]*)\s*(?::[^=]+)?\s*=\s*(.+)$/);if(V){let[,N,x]=V;return r.set(N,this.pyEval(x,r)),e+1}try{this.pyEval(i,r)}catch(N){if(N instanceof mt||N instanceof ui)throw N}return e+1}runBlockInScope(t,e){this.execLines(t,0,e)}run(t){let e=Gp(this.cwd);try{this.execScript(t,e)}catch(r){return r instanceof ui?{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:r.code}:r instanceof mt?(this.stderr.push(r.toString()),{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:1}):r instanceof Ir?{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:0}:(this.stderr.push(`RuntimeError: ${r}`),{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:1})}return{stdout:this.getOutput(),stderr:this.getStderr(),exitCode:0}}},al={name:"python3",aliases:["python"],description:"Python 3 interpreter (virtual)",category:"system",params:["[--version] [-c <code>] [-V] [file]"],run:({args:n,shell:t,cwd:e})=>{if(!t.packageManager.isInstalled("python3"))return{stderr:`bash: python3: command not found
256
176
  Hint: install it with: apt install python3
257
- `,exitCode:127};if(te(r,["--version","-V"]))return{stdout:`${Lp}
258
- `,exitCode:0};if(te(r,["--version-full"]))return{stdout:`${es}
259
- `,exitCode:0};let n=r.indexOf("-c");if(n!==-1){let i=r[n+1];if(!i)return{stderr:`python3: -c requires a code argument
177
+ `,exitCode:127};if(se(n,["--version","-V"]))return{stdout:`${Kp}
178
+ `,exitCode:0};if(se(n,["--version-full"]))return{stdout:`${ss}
179
+ `,exitCode:0};let r=n.indexOf("-c");if(r!==-1){let i=n[r+1];if(!i)return{stderr:`python3: -c requires a code argument
260
180
  `,exitCode:1};let o=i.replace(/\\n/g,`
261
- `).replace(/\\t/g," "),a=new ts(e),{stdout:c,stderr:f,exitCode:l}=a.run(o);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}let s=r.find(i=>!i.startsWith("-"));if(s){let i=le(e,s);if(!t.vfs.exists(i))return{stderr:`python3: can't open file '${s}': [Errno 2] No such file or directory
262
- `,exitCode:2};let o=t.vfs.readFile(i),a=new ts(e),{stdout:c,stderr:f,exitCode:l}=a.run(o);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}return{stdout:`${es}
181
+ `).replace(/\\t/g," "),a=new os(e),{stdout:c,stderr:f,exitCode:l}=a.run(o);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}let s=n.find(i=>!i.startsWith("-"));if(s){let i=le(e,s);if(!t.vfs.exists(i))return{stderr:`python3: can't open file '${s}': [Errno 2] No such file or directory
182
+ `,exitCode:2};let o=t.vfs.readFile(i),a=new os(e),{stdout:c,stderr:f,exitCode:l}=a.run(o);return{stdout:c||void 0,stderr:f||void 0,exitCode:l}}return{stdout:`${ss}
263
183
  Type "help", "copyright", "credits" or "license" for more information.
264
- >>> `,exitCode:0}}};var tl={name:"read",description:"Read a line from stdin into variables",category:"shell",params:["[-r] [-p prompt] <var...>"],run:({args:r,stdin:t,env:e})=>{let n=r.indexOf("-p"),s=r.filter((a,c)=>a!=="-r"&&a!=="-p"&&r[c-1]!=="-p"),i=(t??"").split(`
265
- `)[0]??"",o=te(r,["-r"])?i:i.replace(/\\(?:\r?\n|.)/g,a=>a[1]===`
266
- `||a[1]==="\r"?"":a[1]);if(!e)return{exitCode:0};if(s.length===0)e.vars.REPLY=o;else if(s.length===1)e.vars[s[0]]=o;else{let a=o.split(/\s+/);for(let c=0;c<s.length;c++)e.vars[s[c]]=c<s.length-1?a[c]??"":a.slice(c).join(" ")}return{exitCode:0}}};var rl={name:"rm",description:"Remove files or directories",category:"files",params:["[-r|-rf] <path>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{if(n.length===0)return{stderr:"rm: missing operand",exitCode:1};let s=te(n,["-r","-rf","-fr"]),i=[];for(let o=0;;o+=1){let a=fr(n,o,{flags:["-r","-rf","-fr"]});if(!a)break;i.push(a)}if(i.length===0)return{stderr:"rm: missing operand",exitCode:1};for(let o of i){let a=le(e,o);$e(r,a,"rm"),t.vfs.remove(a,{recursive:s})}return{exitCode:0}}};var nl={name:"sed",description:"Stream editor for filtering and transforming text",category:"text",params:["-e <expr> [file]","s/pattern/replace/[g]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=te(n,["-i"]),o=Yt(n,["-e"])??n.find(b=>!b.startsWith("-")),a=n.filter(b=>!b.startsWith("-")&&b!==o).pop();if(!o)return{stderr:"sed: no expression",exitCode:1};let c=s??"";if(a){let b=le(e,a);try{c=t.vfs.readFile(b)}catch{return{stderr:`sed: ${a}: No such file or directory`,exitCode:1}}}let f=o.match(/^s([^a-zA-Z0-9])(.+?)\1(.*?)\1([gi]*)$/);if(!f)return{stderr:`sed: unrecognized command: ${o}`,exitCode:1};let[,,l,u,h]=f,g=(h??"").includes("i")?"gi":(h??"").includes("g")?"g":"",y;try{y=new RegExp(l,g||"")}catch{return{stderr:`sed: invalid regex: ${l}`,exitCode:1}}let _=((h??"").includes("g")||g.includes("g"),c.replace(y,u??""));if(i&&a){let b=le(e,a);return t.writeFileAsUser(r,b,_),{exitCode:0}}return{stdout:_,exitCode:0}}};async function il(r,t,e,n,s,i,o){let a={exitCode:0},c=0;for(;c<r.length;){let f=r[c];if(a=await Qp(f.pipeline,t,e,n,s,i,o),o.lastExitCode=a.exitCode??0,a.closeSession||a.switchUser)return a;let l=f.op;if(!(!l||l===";")){if(l==="&&"){if((a.exitCode??0)!==0)for(;c<r.length&&r[c]?.op==="&&";)c++}else if(l==="||"&&(a.exitCode??0)===0)for(;c<r.length&&r[c]?.op==="||";)c++}c++}return a}async function Qp(r,t,e,n,s,i,o){if(!r.isValid)return{stderr:r.error||"Syntax error",exitCode:1};if(r.commands.length===0)return{exitCode:0};let a=o??{vars:{},lastExitCode:0};return r.commands.length===1?Wp(r.commands[0],t,e,n,s,i,a):qp(r.commands,t,e,n,s,i,a)}async function Wp(r,t,e,n,s,i,o){let a;if(r.inputFile){let f=le(s,r.inputFile);try{a=i.vfs.readFile(f)}catch{return{stderr:`${r.inputFile}: No such file or directory`,exitCode:1}}}let c=await rs(r.name,r.args,t,e,n,s,i,a,o);if(r.outputFile){let f=le(s,r.outputFile),l=c.stdout||"";try{if(r.appendOutput){let u=(()=>{try{return i.vfs.readFile(f)}catch{return""}})();i.writeFileAsUser(t,f,u+l)}else i.writeFileAsUser(t,f,l);return{...c,stdout:""}}catch{return{...c,stderr:`Failed to write to ${r.outputFile}`,exitCode:1}}}return c}async function qp(r,t,e,n,s,i,o){let a="",c=0;for(let f=0;f<r.length;f++){let l=r[f];if(f===0&&l.inputFile){let h=le(s,l.inputFile);try{a=i.vfs.readFile(h)}catch{return{stderr:`${l.inputFile}: No such file or directory`,exitCode:1}}}let u=await rs(l.name,l.args,t,e,n,s,i,a,o);if(c=u.exitCode??0,f===r.length-1&&l.outputFile){let h=le(s,l.outputFile),g=u.stdout||"";try{if(l.appendOutput){let y=(()=>{try{return i.vfs.readFile(h)}catch{return""}})();i.writeFileAsUser(t,h,y+g)}else i.writeFileAsUser(t,h,g);a=""}catch{return{stderr:`Failed to write to ${l.outputFile}`,exitCode:1}}}else a=u.stdout||"";if(u.stderr&&c!==0)return{stderr:u.stderr,exitCode:c};if(u.closeSession||u.switchUser)return u}return{stdout:a,exitCode:c}}function sl(r){let t=r.trim();if(!t)return{statements:[],isValid:!0};try{return{statements:Kp(t),isValid:!0}}catch(e){return{statements:[],isValid:!1,error:e.message}}}function Kp(r){let t=Vp(r),e=[];for(let n of t){let i={pipeline:{commands:Gp(n.text.trim()),isValid:!0}};n.op&&(i.op=n.op),e.push(i)}return e}function Vp(r){let t=[],e="",n=0,s=!1,i="",o=0,a=c=>{e.trim()&&t.push({text:e,op:c}),e=""};for(;o<r.length;){let c=r[o],f=r.slice(o,o+2);if((c==='"'||c==="'")&&!s){s=!0,i=c,e+=c,o++;continue}if(s&&c===i){s=!1,e+=c,o++;continue}if(s){e+=c,o++;continue}if(c==="("){n++,e+=c,o++;continue}if(c===")"){n--,e+=c,o++;continue}if(n>0){e+=c,o++;continue}if(f==="&&"){a("&&"),o+=2;continue}if(f==="||"){a("||"),o+=2;continue}if(c===";"){a(";"),o++;continue}e+=c,o++}return a(),t}function Gp(r){return Yp(r).map(zp)}function Yp(r){let t=[],e="",n=!1,s="";for(let o=0;o<r.length;o++){let a=r[o];if((a==='"'||a==="'")&&!n){n=!0,s=a,e+=a;continue}if(n&&a===s){n=!1,e+=a;continue}if(n){e+=a;continue}if(a==="|"&&r[o+1]!=="|"){if(!e.trim())throw new Error("Syntax error near unexpected token '|'");t.push(e.trim()),e=""}else e+=a}let i=e.trim();if(!i&&t.length>0)throw new Error("Syntax error near unexpected token '|'");return i&&t.push(i),t}function zp(r){let t=jp(r);if(t.length===0)return{name:"",args:[]};let e=[],n,s,i=!1,o=0;for(;o<t.length;){let c=t[o];if(c==="<"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after <");n=t[o],o++}else if(c===">>"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after >>");s=t[o],i=!0,o++}else if(c===">"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after >");s=t[o],i=!1,o++}else e.push(c),o++}return{name:(e[0]??"").toLowerCase(),args:e.slice(1),inputFile:n,outputFile:s,appendOutput:i}}function jp(r){let t=[],e="",n=!1,s="",i=0;for(;i<r.length;){let o=r[i],a=r[i+1];if((o==='"'||o==="'")&&!n){n=!0,s=o,i++;continue}if(n&&o===s){n=!1,s="",i++;continue}if(n){e+=o,i++;continue}if(o===" "){e&&(t.push(e),e=""),i++;continue}if((o===">"||o==="<")&&!n){e&&(t.push(e),e=""),o===">"&&a===">"?(t.push(">>"),i+=2):(t.push(o),i++);continue}e+=o,i++}return e&&t.push(e),t}function ol(r){let t=[],e="",n=!1,s="",i=0;for(;i<r.length;){let o=r[i],a=r[i+1];if((o==='"'||o==="'")&&!n){n=!0,s=o,i++;continue}if(n&&o===s){n=!1,s="",i++;continue}if(n){e+=o,i++;continue}if(o===" "){e&&(t.push(e),e=""),i++;continue}if((o===">"||o==="<")&&!n){e&&(t.push(e),e=""),o===">"&&a===">"?(t.push(">>"),i+=2):(t.push(o),i++);continue}e+=o,i++}return e&&t.push(e),t}function Cn(r,t){return{vars:{PATH:"/usr/local/bin:/usr/bin:/bin",HOME:`/home/${r}`,USER:r,LOGNAME:r,SHELL:"/bin/sh",TERM:"xterm-256color",HOSTNAME:t,PS1:"\\u@\\h:\\w\\$ "},lastExitCode:0}}function al(r,t,e,n){if(r.startsWith("/")){if(!e.vfs.exists(r))return null;try{let i=e.vfs.stat(r);return i.type!=="file"||!(i.mode&73)||(r.startsWith("/sbin/")||r.startsWith("/usr/sbin/"))&&n!=="root"?null:r}catch{return null}}let s=(t.vars.PATH??"/usr/local/bin:/usr/bin:/bin").split(":");for(let i of s){if((i==="/sbin"||i==="/usr/sbin")&&n!=="root")continue;let o=`${i}/${r}`;if(e.vfs.exists(o))try{let a=e.vfs.stat(o);if(a.type!=="file"||!(a.mode&73))continue;return o}catch{}}return null}async function rs(r,t,e,n,s,i,o,a,c){let f=c.vars[`__alias_${r}`];if(f)return vt(`${f} ${t.join(" ")}`,e,n,s,i,o,a,c);let l=wr(r);if(!l){let u=al(r,c,o,e);if(u){let h=o.vfs.readFile(u),g=h.match(/exec\s+builtin\s+(\S+)/);if(g){let _=wr(g[1]);if(_)return await _.run({authUser:e,hostname:n,activeSessions:o.users.listActiveSessions(),rawInput:[r,...t].join(" "),mode:s,args:t,stdin:a,cwd:i,shell:o,env:c})}let y=wr("sh");if(y)return await y.run({authUser:e,hostname:n,activeSessions:o.users.listActiveSessions(),rawInput:`sh -c ${JSON.stringify(h)}`,mode:s,args:["-c",h,"--",...t],stdin:a,cwd:i,shell:o,env:c})}return{stderr:`${r}: command not found`,exitCode:127}}try{return await l.run({authUser:e,hostname:n,activeSessions:o.users.listActiveSessions(),rawInput:[r,...t].join(" "),mode:s,args:t,stdin:a,cwd:i,shell:o,env:c})}catch(u){return{stderr:u instanceof Error?u.message:"Command failed",exitCode:1}}}async function vt(r,t,e,n,s,i,o,a){let c=r.trim();if(c.length===0)return{exitCode:0};let f=a??Cn(t,e),u=ol(c)[0]?.toLowerCase()??"",h=f.vars[`__alias_${u}`],g=h?c.replace(u,h):c;if(/(?<![|&])[|](?![|])/.test(g)||g.includes(">")||g.includes("<")||g.includes("&&")||g.includes("||")||g.includes(";")){let k=sl(g);if(!k.isValid)return{stderr:k.error||"Syntax error",exitCode:1};try{return await il(k.statements,t,e,n,s,i,f)}catch(K){return{stderr:K instanceof Error?K.message:"Execution failed",exitCode:1}}}let _=await Yi(g,f.vars,f.lastExitCode,k=>vt(k,t,e,n,s,i,void 0,f).then(K=>K.stdout??"")),b=ol(_.trim()),C=b[0]?.toLowerCase()??"",L=b.slice(1),F=wr(C);if(!F){let k=al(C,f,i,t);if(k){let K=i.vfs.readFile(k),ee=K.match(/exec\s+builtin\s+(\S+)/);if(ee){let S=ee[1],w=wr(S);if(w)return await w.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:[C,...L].join(" "),mode:n,args:L,stdin:o,cwd:s,shell:i,env:f})}let O=wr("sh");if(O)return await O.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:`sh -c ${JSON.stringify(K)}`,mode:n,args:["-c",K,"--",...L],stdin:o,cwd:s,shell:i,env:f})}return{stderr:`${C}: command not found`,exitCode:127}}try{return await F.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:_,mode:n,args:L,stdin:o,cwd:s,shell:i,env:f})}catch(k){return{stderr:k instanceof Error?k.message:"Command failed",exitCode:1}}}async function go(r,t,e,n){return Yi(r,t,e,s=>vt(s,n.authUser,n.hostname,n.mode,n.cwd,n.shell,void 0,n.env).then(i=>i.stdout??""))}function on(r){let t=[],e=0;for(;e<r.length;){let n=r[e].trim();if(!n||n.startsWith("#")){e++;continue}if(n.startsWith("if ")||n==="if"){let s=n.replace(/^if\s+/,"").replace(/;\s*then\s*$/,"").trim(),i=[],o=[],a=[],c="then",f="";for(e++;e<r.length&&r[e]?.trim()!=="fi";){let l=r[e].trim();l.startsWith("elif ")?(c="elif",f=l.replace(/^elif\s+/,"").replace(/;\s*then\s*$/,"").trim(),o.push({cond:f,body:[]})):l==="else"?c="else":l!=="then"&&(c==="then"?i.push(l):c==="elif"&&o.length>0?o[o.length-1].body.push(l):a.push(l)),e++}t.push({type:"if",cond:s,then_:i,elif:o,else_:a})}else if(n.startsWith("for ")){let s=n.match(/^for\s+(\w+)\s+in\s+(.+?)(?:\s*;\s*do)?$/);if(s){let i=[];for(e++;e<r.length&&r[e]?.trim()!=="done";){let o=r[e].trim().replace(/^do\s+/,"");o&&o!=="do"&&i.push(o),e++}t.push({type:"for",var:s[1],list:s[2],body:i})}else t.push({type:"cmd",line:n})}else if(n.startsWith("while ")){let s=n.replace(/^while\s+/,"").replace(/;\s*do\s*$/,"").trim(),i=[];for(e++;e<r.length&&r[e]?.trim()!=="done";){let o=r[e].trim().replace(/^do\s+/,"");o&&o!=="do"&&i.push(o),e++}t.push({type:"while",cond:s,body:i})}else t.push({type:"cmd",line:n});e++}return t}async function po(r,t){let e=await go(r,t.env.vars,t.env.lastExitCode,t),n=e.match(/^\[?\s*(.+?)\s*\]?$/);if(n){let i=n[1],o=i.match(/^-([fdeznr])\s+(.+)$/);if(o){let[,f,l]=o,u=le(t.cwd,l);if(f==="f")return t.shell.vfs.exists(u)&&t.shell.vfs.stat(u).type==="file";if(f==="d")return t.shell.vfs.exists(u)&&t.shell.vfs.stat(u).type==="directory";if(f==="e")return t.shell.vfs.exists(u);if(f==="z")return(l??"").length===0;if(f==="n")return(l??"").length>0}let a=i.match(/^"?([^"]*)"?\s*(==|!=|=|<|>)\s*"?([^"]*)"?$/);if(a){let[,f,l,u]=a;if(l==="=="||l==="=")return f===u;if(l==="!=")return f!==u}let c=i.match(/^(\S+)\s+(-eq|-ne|-lt|-le|-gt|-ge)\s+(\S+)$/);if(c){let[,f,l,u]=c,h=Number(f),g=Number(u);if(l==="-eq")return h===g;if(l==="-ne")return h!==g;if(l==="-lt")return h<g;if(l==="-le")return h<=g;if(l==="-gt")return h>g;if(l==="-ge")return h>=g}}return((await vt(e,t.authUser,t.hostname,t.mode,t.cwd,t.shell,void 0,t.env)).exitCode??0)===0}async function an(r,t){let e={exitCode:0},n="";for(let s of r)if(s.type==="cmd"){let i=await go(s.line,t.env.vars,t.env.lastExitCode,t),o=/^([A-Za-z_][A-Za-z0-9_]*)=(.*)/,a=i.trim().split(/\s+/);if(a.length>0&&o.test(a[0])&&a.every(l=>o.test(l))){for(let l of a){let u=l.match(o);t.env.vars[u[1]]=u[2]}t.env.lastExitCode=0;continue}let c=await vt(i,t.authUser,t.hostname,t.mode,t.cwd,t.shell,void 0,t.env);if(t.env.lastExitCode=c.exitCode??0,c.stdout&&(n+=`${c.stdout}
267
- `),c.stderr)return{...c,stdout:n.trim()};e=c}else if(s.type==="if"){let i=!1;if(await po(s.cond,t)){let o=await an(on(s.then_),t);o.stdout&&(n+=`${o.stdout}
268
- `),i=!0}else{for(let o of s.elif)if(await po(o.cond,t)){let a=await an(on(o.body),t);a.stdout&&(n+=`${a.stdout}
269
- `),i=!0;break}if(!i&&s.else_.length>0){let o=await an(on(s.else_),t);o.stdout&&(n+=`${o.stdout}
270
- `)}}}else if(s.type==="for"){let o=(await go(s.list,t.env.vars,t.env.lastExitCode,t)).trim().split(/\s+/);for(let a of o){t.env.vars[s.var]=a;let c=await an(on(s.body),t);if(c.stdout&&(n+=`${c.stdout}
271
- `),c.closeSession)return c}}else if(s.type==="while"){let i=0;for(;i<1e3&&await po(s.cond,t);){let o=await an(on(s.body),t);if(o.stdout&&(n+=`${o.stdout}
272
- `),o.closeSession)return o;i++}}return{...e,stdout:n.trim()||e.stdout}}var cl={name:"sh",aliases:["bash"],description:"Execute shell script or command",category:"shell",params:["-c <script>","[<file>]"],run:async r=>{let{args:t,shell:e,cwd:n}=r;if(te(t,"-c")){let i=t[t.indexOf("-c")+1]??"";if(!i)return{stderr:"sh: -c requires a script",exitCode:1};let o=i.split(/[;\n]/).map(c=>c.trim()).filter(c=>c&&!c.startsWith("#")),a=on(o);return an(a,r)}let s=t[0];if(s){let i=le(n,s);if(!e.vfs.exists(i))return{stderr:`sh: ${s}: No such file or directory`,exitCode:1};let a=e.vfs.readFile(i).split(`
273
- `).map(f=>f.trim()).filter(f=>f&&!f.startsWith("#")),c=on(a);return an(c,r)}return{stderr:"sh: invalid usage. Use: sh -c 'cmd' or sh <file>",exitCode:1}}};var fl={name:"shift",description:"Shift positional parameters",category:"shell",params:["[n]"],run:({args:r,env:t})=>{if(!t)return{exitCode:0};let e=parseInt(r[0]??"1",10)||1,n=t.vars.__argv?.split("\0").filter(Boolean)??[];t.vars.__argv=n.slice(e).join("\0");let s=n.slice(e);for(let i=1;i<=9;i++)t.vars[String(i)]=s[i-1]??"";return{exitCode:0}}},ll={name:"trap",description:"Trap signals and events",category:"shell",params:["[action] [signal...]"],run:({args:r,env:t})=>{if(!t||r.length===0)return{exitCode:0};let e=r[0]??"",n=r.slice(1);for(let s of n)t.vars[`__trap_${s.toUpperCase()}`]=e;return{exitCode:0}}},ul={name:"return",description:"Return from a shell function",category:"shell",params:["[n]"],run:({args:r,env:t})=>{let e=parseInt(r[0]??"0",10);return t&&(t.lastExitCode=e),{exitCode:e}}};var dl={name:"sleep",description:"Delay execution",category:"system",params:["<seconds>"],run:async({args:r})=>{let t=parseFloat(r[0]??"1");return Number.isNaN(t)||t<0?{stderr:"sleep: invalid time",exitCode:1}:(await new Promise(e=>setTimeout(e,t*1e3)),{exitCode:0})}};var hl={name:"sort",description:"Sort lines of text",category:"text",params:["[-r] [-n] [-u] [-k <col>] [file...]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=te(n,["-r"]),o=te(n,["-n"]),a=te(n,["-u"]),c=n.filter(y=>!y.startsWith("-")),u=[...(c.length>0?c.map(y=>{try{return $e(r,le(e,y),"sort"),t.vfs.readFile(le(e,y))}catch{return""}}).join(`
184
+ >>> `,exitCode:0}}};var cl={name:"read",description:"Read a line from stdin into variables",category:"shell",params:["[-r] [-p prompt] <var...>"],run:({args:n,stdin:t,env:e})=>{let r=n.indexOf("-p"),s=n.filter((a,c)=>a!=="-r"&&a!=="-p"&&n[c-1]!=="-p"),i=(t??"").split(`
185
+ `)[0]??"",o=se(n,["-r"])?i:i.replace(/\\(?:\r?\n|.)/g,a=>a[1]===`
186
+ `||a[1]==="\r"?"":a[1]);if(!e)return{exitCode:0};if(s.length===0)e.vars.REPLY=o;else if(s.length===1)e.vars[s[0]]=o;else{let a=o.split(/\s+/);for(let c=0;c<s.length;c++)e.vars[s[c]]=c<s.length-1?a[c]??"":a.slice(c).join(" ")}return{exitCode:0}}};var fl={name:"rm",description:"Remove files or directories",category:"files",params:["[-r|-rf] <path>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{if(r.length===0)return{stderr:"rm: missing operand",exitCode:1};let s=se(r,["-r","-rf","-fr"]),i=[];for(let o=0;;o+=1){let a=Tn(r,o,{flags:["-r","-rf","-fr"]});if(!a)break;i.push(a)}if(i.length===0)return{stderr:"rm: missing operand",exitCode:1};for(let o of i){let a=le(e,o);Me(n,a,"rm"),t.vfs.remove(a,{recursive:s})}return{exitCode:0}}};var ll={name:"sed",description:"Stream editor for filtering and transforming text",category:"text",params:["-e <expr> [file]","s/pattern/replace/[g]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=se(r,["-i"]),o=zt(r,["-e"])??r.find(b=>!b.startsWith("-")),a=r.filter(b=>!b.startsWith("-")&&b!==o).pop();if(!o)return{stderr:"sed: no expression",exitCode:1};let c=s??"";if(a){let b=le(e,a);try{c=t.vfs.readFile(b)}catch{return{stderr:`sed: ${a}: No such file or directory`,exitCode:1}}}let f=o.match(/^s([^a-zA-Z0-9])(.+?)\1(.*?)\1([gi]*)$/);if(!f)return{stderr:`sed: unrecognized command: ${o}`,exitCode:1};let[,,l,u,h]=f,p=(h??"").includes("i")?"gi":(h??"").includes("g")?"g":"",_;try{_=new RegExp(l,p||"")}catch{return{stderr:`sed: invalid regex: ${l}`,exitCode:1}}let E=((h??"").includes("g")||p.includes("g"),c.replace(_,u??""));if(i&&a){let b=le(e,a);return t.writeFileAsUser(n,b,E),{exitCode:0}}return{stdout:E,exitCode:0}}};var ul={name:"set",description:"Display or set shell variables",category:"shell",params:["[VAR=value]"],run:({args:n,env:t})=>{if(n.length===0)return{stdout:Object.entries(t.vars).map(([r,s])=>`${r}=${s}`).join(`
187
+ `),exitCode:0};for(let e of n)if(e.includes("=")){let r=e.indexOf("=");t.vars[e.slice(0,r)]=e.slice(r+1)}return{exitCode:0}}};async function dl(n,t,e,r,s,i,o){let a={exitCode:0},c=[],f=s,l=0;for(;l<n.length;){let h=n[l];if(a=await Zp(h.pipeline,t,e,r,f,i,o),o.lastExitCode=a.exitCode??0,a.nextCwd&&(a.exitCode??0)===0&&(f=a.nextCwd),a.stdout&&c.push(a.stdout),a.closeSession||a.switchUser)return{...a,stdout:c.join("")||a.stdout};let p=h.op;if(!(!p||p===";")){if(p==="&&"){if((a.exitCode??0)!==0)for(;l<n.length&&n[l]?.op==="&&";)l++}else if(p==="||"&&(a.exitCode??0)===0)for(;l<n.length&&n[l]?.op==="||";)l++}l++}let u=c.join("");return{...a,stdout:u||a.stdout,nextCwd:f!==s?f:void 0}}async function Zp(n,t,e,r,s,i,o){if(!n.isValid)return{stderr:n.error||"Syntax error",exitCode:1};if(n.commands.length===0)return{exitCode:0};let a=o??{vars:{},lastExitCode:0};return n.commands.length===1?eg(n.commands[0],t,e,r,s,i,a):tg(n.commands,t,e,r,s,i,a)}async function eg(n,t,e,r,s,i,o){let a;if(n.inputFile){let f=le(s,n.inputFile);try{a=i.vfs.readFile(f)}catch{return{stderr:`${n.inputFile}: No such file or directory`,exitCode:1}}}let c=await as(n.name,n.args,t,e,r,s,i,a,o);if(n.outputFile){let f=le(s,n.outputFile),l=c.stdout||"";try{if(n.appendOutput){let u=(()=>{try{return i.vfs.readFile(f)}catch{return""}})();i.writeFileAsUser(t,f,u+l)}else i.writeFileAsUser(t,f,l);return{...c,stdout:""}}catch{return{...c,stderr:`Failed to write to ${n.outputFile}`,exitCode:1}}}return c}async function tg(n,t,e,r,s,i,o){let a="",c=0;for(let f=0;f<n.length;f++){let l=n[f];if(f===0&&l.inputFile){let h=le(s,l.inputFile);try{a=i.vfs.readFile(h)}catch{return{stderr:`${l.inputFile}: No such file or directory`,exitCode:1}}}let u=await as(l.name,l.args,t,e,r,s,i,a,o);if(c=u.exitCode??0,f===n.length-1&&l.outputFile){let h=le(s,l.outputFile),p=u.stdout||"";try{if(l.appendOutput){let _=(()=>{try{return i.vfs.readFile(h)}catch{return""}})();i.writeFileAsUser(t,h,_+p)}else i.writeFileAsUser(t,h,p);a=""}catch{return{stderr:`Failed to write to ${l.outputFile}`,exitCode:1}}}else a=u.stdout||"";if(u.stderr&&c!==0)return{stderr:u.stderr,exitCode:c};if(u.closeSession||u.switchUser)return u}return{stdout:a,exitCode:c}}function di(n){let t=[],e="",r=!1,s="",i=0;for(;i<n.length;){let o=n[i],a=n[i+1];if((o==='"'||o==="'")&&!r){r=!0,s=o,i++;continue}if(r&&o===s){r=!1,s="",i++;continue}if(r){e+=o,i++;continue}if(o===" "){e&&(t.push(e),e=""),i++;continue}if((o===">"||o==="<")&&!r){e&&(t.push(e),e=""),o===">"&&a===">"?(t.push(">>"),i+=2):(t.push(o),i++);continue}e+=o,i++}return e&&t.push(e),t}function hl(n){let t=n.trim();if(!t)return{statements:[],isValid:!0};try{return{statements:ng(t),isValid:!0}}catch(e){return{statements:[],isValid:!1,error:e.message}}}function ng(n){let t=rg(n),e=[];for(let r of t){let i={pipeline:{commands:ig(r.text.trim()),isValid:!0}};r.op&&(i.op=r.op),e.push(i)}return e}function rg(n){let t=[],e="",r=0,s=!1,i="",o=0,a=c=>{e.trim()&&t.push({text:e,op:c}),e=""};for(;o<n.length;){let c=n[o],f=n.slice(o,o+2);if((c==='"'||c==="'")&&!s){s=!0,i=c,e+=c,o++;continue}if(s&&c===i){s=!1,e+=c,o++;continue}if(s){e+=c,o++;continue}if(c==="("){r++,e+=c,o++;continue}if(c===")"){r--,e+=c,o++;continue}if(r>0){e+=c,o++;continue}if(f==="&&"){a("&&"),o+=2;continue}if(f==="||"){a("||"),o+=2;continue}if(c===";"){a(";"),o++;continue}e+=c,o++}return a(),t}function ig(n){return sg(n).map(og)}function sg(n){let t=[],e="",r=!1,s="";for(let o=0;o<n.length;o++){let a=n[o];if((a==='"'||a==="'")&&!r){r=!0,s=a,e+=a;continue}if(r&&a===s){r=!1,e+=a;continue}if(r){e+=a;continue}if(a==="|"&&n[o+1]!=="|"){if(!e.trim())throw new Error("Syntax error near unexpected token '|'");t.push(e.trim()),e=""}else e+=a}let i=e.trim();if(!i&&t.length>0)throw new Error("Syntax error near unexpected token '|'");return i&&t.push(i),t}function og(n){let t=di(n);if(t.length===0)return{name:"",args:[]};let e=[],r,s,i=!1,o=0;for(;o<t.length;){let c=t[o];if(c==="<"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after <");r=t[o],o++}else if(c===">>"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after >>");s=t[o],i=!0,o++}else if(c===">"){if(o++,o>=t.length)throw new Error("Syntax error: expected filename after >");s=t[o],i=!1,o++}else e.push(c),o++}return{name:(e[0]??"").toLowerCase(),args:e.slice(1),inputFile:r,outputFile:s,appendOutput:i}}function vr(n,t){return{vars:{PATH:"/usr/local/bin:/usr/bin:/bin",HOME:`/home/${n}`,USER:n,LOGNAME:n,SHELL:"/bin/sh",TERM:"xterm-256color",HOSTNAME:t,PS1:"\\u@\\h:\\w\\$ "},lastExitCode:0}}function pl(n,t,e,r){if(n.startsWith("/")){if(!e.vfs.exists(n))return null;try{let i=e.vfs.stat(n);return i.type!=="file"||!(i.mode&73)||(n.startsWith("/sbin/")||n.startsWith("/usr/sbin/"))&&r!=="root"?null:n}catch{return null}}let s=(t.vars.PATH??"/usr/local/bin:/usr/bin:/bin").split(":");for(let i of s){if((i==="/sbin"||i==="/usr/sbin")&&r!=="root")continue;let o=`${i}/${n}`;if(e.vfs.exists(o))try{let a=e.vfs.stat(o);if(a.type!=="file"||!(a.mode&73))continue;return o}catch{}}return null}async function as(n,t,e,r,s,i,o,a,c){let f=c.vars[`__alias_${n}`];if(f)return yt(`${f} ${t.join(" ")}`,e,r,s,i,o,a,c);let l=In(n);if(!l){let u=pl(n,c,o,e);if(u){let h=o.vfs.readFile(u),p=h.match(/exec\s+builtin\s+(\S+)/);if(p){let E=In(p[1]);if(E)return await E.run({authUser:e,hostname:r,activeSessions:o.users.listActiveSessions(),rawInput:[n,...t].join(" "),mode:s,args:t,stdin:a,cwd:i,shell:o,env:c})}let _=In("sh");if(_)return await _.run({authUser:e,hostname:r,activeSessions:o.users.listActiveSessions(),rawInput:`sh -c ${JSON.stringify(h)}`,mode:s,args:["-c",h,"--",...t],stdin:a,cwd:i,shell:o,env:c})}return{stderr:`${n}: command not found`,exitCode:127}}try{return await l.run({authUser:e,hostname:r,activeSessions:o.users.listActiveSessions(),rawInput:[n,...t].join(" "),mode:s,args:t,stdin:a,cwd:i,shell:o,env:c})}catch(u){return{stderr:u instanceof Error?u.message:"Command failed",exitCode:1}}}async function yt(n,t,e,r,s,i,o,a){let c=n.trim();if(c.length===0)return{exitCode:0};let f=a??vr(t,e),u=di(c)[0]?.toLowerCase()??"",h=f.vars[`__alias_${u}`],p=h?c.replace(u,h):c;if(/(?<![|&])[|](?![|])/.test(p)||p.includes(">")||p.includes("<")||p.includes("&&")||p.includes("||")||p.includes(";")){let C=hl(p);if(!C.isValid)return{stderr:C.error||"Syntax error",exitCode:1};try{return await dl(C.statements,t,e,r,s,i,f)}catch(F){return{stderr:F instanceof Error?F.message:"Execution failed",exitCode:1}}}let E=await Ji(p,f.vars,f.lastExitCode,C=>yt(C,t,e,r,s,i,void 0,f).then(F=>F.stdout??"")),b=di(E.trim()),v=b[0]?.toLowerCase()??"",U=b.slice(1),H=In(v);if(!H){let C=pl(v,f,i,t);if(C){let F=i.vfs.readFile(C),V=F.match(/exec\s+builtin\s+(\S+)/);if(V){let x=V[1],S=In(x);if(S)return await S.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:[v,...U].join(" "),mode:r,args:U,stdin:o,cwd:s,shell:i,env:f})}let N=In("sh");if(N)return await N.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:`sh -c ${JSON.stringify(F)}`,mode:r,args:["-c",F,"--",...U],stdin:o,cwd:s,shell:i,env:f})}return{stderr:`${v}: command not found`,exitCode:127}}try{return await H.run({authUser:t,hostname:e,activeSessions:i.users.listActiveSessions(),rawInput:E,mode:r,args:U,stdin:o,cwd:s,shell:i,env:f})}catch(C){return{stderr:C instanceof Error?C.message:"Command failed",exitCode:1}}}async function yo(n,t,e,r){return Ji(n,t,e,s=>yt(s,r.authUser,r.hostname,r.mode,r.cwd,r.shell,void 0,r.env).then(i=>i.stdout??""))}function ar(n){let t=[],e=0;for(;e<n.length;){let r=n[e].trim();if(!r||r.startsWith("#")){e++;continue}if(r.startsWith("if ")||r==="if"){let s=r.replace(/^if\s+/,"").replace(/;\s*then\s*$/,"").trim(),i=[],o=[],a=[],c="then",f="";for(e++;e<n.length&&n[e]?.trim()!=="fi";){let l=n[e].trim();l.startsWith("elif ")?(c="elif",f=l.replace(/^elif\s+/,"").replace(/;\s*then\s*$/,"").trim(),o.push({cond:f,body:[]})):l==="else"?c="else":l!=="then"&&(c==="then"?i.push(l):c==="elif"&&o.length>0?o[o.length-1].body.push(l):a.push(l)),e++}t.push({type:"if",cond:s,then_:i,elif:o,else_:a})}else if(r.startsWith("for ")){let s=r.match(/^for\s+(\w+)\s+in\s+(.+?)(?:\s*;\s*do)?$/);if(s){let i=[];for(e++;e<n.length&&n[e]?.trim()!=="done";){let o=n[e].trim().replace(/^do\s+/,"");o&&o!=="do"&&i.push(o),e++}t.push({type:"for",var:s[1],list:s[2],body:i})}else t.push({type:"cmd",line:r})}else if(r.startsWith("while ")){let s=r.replace(/^while\s+/,"").replace(/;\s*do\s*$/,"").trim(),i=[];for(e++;e<n.length&&n[e]?.trim()!=="done";){let o=n[e].trim().replace(/^do\s+/,"");o&&o!=="do"&&i.push(o),e++}t.push({type:"while",cond:s,body:i})}else t.push({type:"cmd",line:r});e++}return t}async function Eo(n,t){let e=await yo(n,t.env.vars,t.env.lastExitCode,t),r=e.match(/^\[?\s*(.+?)\s*\]?$/);if(r){let i=r[1],o=i.match(/^-([fdeznr])\s+(.+)$/);if(o){let[,f,l]=o,u=le(t.cwd,l);if(f==="f")return t.shell.vfs.exists(u)&&t.shell.vfs.stat(u).type==="file";if(f==="d")return t.shell.vfs.exists(u)&&t.shell.vfs.stat(u).type==="directory";if(f==="e")return t.shell.vfs.exists(u);if(f==="z")return(l??"").length===0;if(f==="n")return(l??"").length>0}let a=i.match(/^"?([^"]*)"?\s*(==|!=|=|<|>)\s*"?([^"]*)"?$/);if(a){let[,f,l,u]=a;if(l==="=="||l==="=")return f===u;if(l==="!=")return f!==u}let c=i.match(/^(\S+)\s+(-eq|-ne|-lt|-le|-gt|-ge)\s+(\S+)$/);if(c){let[,f,l,u]=c,h=Number(f),p=Number(u);if(l==="-eq")return h===p;if(l==="-ne")return h!==p;if(l==="-lt")return h<p;if(l==="-le")return h<=p;if(l==="-gt")return h>p;if(l==="-ge")return h>=p}}return((await yt(e,t.authUser,t.hostname,t.mode,t.cwd,t.shell,void 0,t.env)).exitCode??0)===0}async function cr(n,t){let e={exitCode:0},r="";for(let s of n)if(s.type==="cmd"){let i=await yo(s.line,t.env.vars,t.env.lastExitCode,t),o=/^([A-Za-z_][A-Za-z0-9_]*)=(.*)/,a=i.trim().split(/\s+/);if(a.length>0&&o.test(a[0])&&a.every(l=>o.test(l))){for(let l of a){let u=l.match(o);t.env.vars[u[1]]=u[2]}t.env.lastExitCode=0;continue}let c=await yt(i,t.authUser,t.hostname,t.mode,t.cwd,t.shell,void 0,t.env);if(t.env.lastExitCode=c.exitCode??0,c.stdout&&(r+=`${c.stdout}
188
+ `),c.stderr)return{...c,stdout:r.trim()};e=c}else if(s.type==="if"){let i=!1;if(await Eo(s.cond,t)){let o=await cr(ar(s.then_),t);o.stdout&&(r+=`${o.stdout}
189
+ `),i=!0}else{for(let o of s.elif)if(await Eo(o.cond,t)){let a=await cr(ar(o.body),t);a.stdout&&(r+=`${a.stdout}
190
+ `),i=!0;break}if(!i&&s.else_.length>0){let o=await cr(ar(s.else_),t);o.stdout&&(r+=`${o.stdout}
191
+ `)}}}else if(s.type==="for"){let o=(await yo(s.list,t.env.vars,t.env.lastExitCode,t)).trim().split(/\s+/);for(let a of o){t.env.vars[s.var]=a;let c=await cr(ar(s.body),t);if(c.stdout&&(r+=`${c.stdout}
192
+ `),c.closeSession)return c}}else if(s.type==="while"){let i=0;for(;i<1e3&&await Eo(s.cond,t);){let o=await cr(ar(s.body),t);if(o.stdout&&(r+=`${o.stdout}
193
+ `),o.closeSession)return o;i++}}return{...e,stdout:r.trim()||e.stdout}}var gl={name:"sh",aliases:["bash"],description:"Execute shell script or command",category:"shell",params:["-c <script>","[<file>]"],run:async n=>{let{args:t,shell:e,cwd:r}=n;if(se(t,"-c")){let i=t[t.indexOf("-c")+1]??"";if(!i)return{stderr:"sh: -c requires a script",exitCode:1};let o=i.split(/[;\n]/).map(c=>c.trim()).filter(c=>c&&!c.startsWith("#")),a=ar(o);return cr(a,n)}let s=t[0];if(s){let i=le(r,s);if(!e.vfs.exists(i))return{stderr:`sh: ${s}: No such file or directory`,exitCode:1};let a=e.vfs.readFile(i).split(`
194
+ `).map(f=>f.trim()).filter(f=>f&&!f.startsWith("#")),c=ar(a);return cr(c,n)}return{stderr:"sh: invalid usage. Use: sh -c 'cmd' or sh <file>",exitCode:1}}};var ml={name:"shift",description:"Shift positional parameters",category:"shell",params:["[n]"],run:({args:n,env:t})=>{if(!t)return{exitCode:0};let e=parseInt(n[0]??"1",10)||1,r=t.vars.__argv?.split("\0").filter(Boolean)??[];t.vars.__argv=r.slice(e).join("\0");let s=r.slice(e);for(let i=1;i<=9;i++)t.vars[String(i)]=s[i-1]??"";return{exitCode:0}}},Al={name:"trap",description:"Trap signals and events",category:"shell",params:["[action] [signal...]"],run:({args:n,env:t})=>{if(!t||n.length===0)return{exitCode:0};let e=n[0]??"",r=n.slice(1);for(let s of r)t.vars[`__trap_${s.toUpperCase()}`]=e;return{exitCode:0}}},El={name:"return",description:"Return from a shell function",category:"shell",params:["[n]"],run:({args:n,env:t})=>{let e=parseInt(n[0]??"0",10);return t&&(t.lastExitCode=e),{exitCode:e}}};var yl={name:"sleep",description:"Delay execution",category:"system",params:["<seconds>"],run:async({args:n})=>{let t=parseFloat(n[0]??"1");return Number.isNaN(t)||t<0?{stderr:"sleep: invalid time",exitCode:1}:(await new Promise(e=>setTimeout(e,t*1e3)),{exitCode:0})}};var _l={name:"sort",description:"Sort lines of text",category:"text",params:["[-r] [-n] [-u] [-k <col>] [file...]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=se(r,["-r"]),o=se(r,["-n"]),a=se(r,["-u"]),c=r.filter(_=>!_.startsWith("-")),u=[...(c.length>0?c.map(_=>{try{return Me(n,le(e,_),"sort"),t.vfs.readFile(le(e,_))}catch{return""}}).join(`
274
195
  `):s??"").split(`
275
- `).filter(Boolean)].sort((y,_)=>o?Number(y)-Number(_):y.localeCompare(_)),h=i?u.reverse():u;return{stdout:(a?[...new Set(h)]:h).join(`
276
- `),exitCode:0}}};var pl={name:"source",aliases:["."],description:"Execute commands from a file in the current shell environment",category:"shell",params:["<file> [args...]"],run:async({args:r,authUser:t,hostname:e,cwd:n,shell:s,env:i})=>{let o=r[0];if(!o)return{stderr:"source: missing filename",exitCode:1};let a=le(n,o);if(!s.vfs.exists(a))return{stderr:`source: ${o}: No such file or directory`,exitCode:1};let c=s.vfs.readFile(a),f=0;for(let l of c.split(`
277
- `)){let u=l.trim();if(!u||u.startsWith("#"))continue;let h=await vt(u,t,e,"shell",n,s,void 0,i);if(f=h.exitCode??0,h.closeSession||h.switchUser)return h}return{exitCode:f}}};var gl={name:"su",description:"Switch user",category:"users",params:["- <username>"],run:({authUser:r,shell:t,args:e})=>{let n=t.users,s=fr(e,0,{flags:["-"]});return s?!n.isSudoer(r)&&r!=="root"?{stderr:"su: permission denied",exitCode:1}:!n.verifyPassword(s,fr(e,1)??"")&&r!=="root"?{stderr:"su: authentication failure",exitCode:1}:{switchUser:s,nextCwd:`/home/${s}`,exitCode:0}:{stderr:"su: missing username",exitCode:1}}};function Xp(r){let{flags:t,flagsWithValues:e,positionals:n}=zt(r,{flags:["-i","-S"],flagsWithValue:["-u","--user"]}),s=t.has("-i"),i=e.get("-u")||e.get("--user")||"root",o=n.length>0?n.join(" "):null;return{targetUser:i,loginShell:s,commandLine:o}}var ml={name:"sudo",description:"Execute as superuser",category:"users",params:["<command...>"],run:async({authUser:r,hostname:t,mode:e,cwd:n,shell:s,args:i})=>{let{targetUser:o,loginShell:a,commandLine:c}=Xp(i);if(r!=="root"&&!s.users.isSudoer(r))return{stderr:"sudo: permission denied",exitCode:1};let f=o||"root",l=`[sudo] password for ${r}: `;return r==="root"?!c&&a?{switchUser:f,nextCwd:`/home/${f}`,exitCode:0}:c?vt(c,f,t,e,a?`/home/${f}`:n,s):{stderr:"sudo: missing command",exitCode:1}:{sudoChallenge:{username:r,targetUser:f,commandLine:c,loginShell:a,prompt:l},exitCode:0}}};var Al={name:"tail",description:"Output last lines",category:"text",params:["[-n <lines>] [file...]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=Yt(n,["-n"]),o=typeof i=="string"?parseInt(i,10):10,a=n.filter(l=>!l.startsWith("-")&&l!==i),c=l=>{let u=l.split(`
278
- `);return u.slice(Math.max(0,u.length-o)).join(`
279
- `)};if(a.length===0)return{stdout:c(s??""),exitCode:0};let f=[];for(let l of a){let u=le(e,l);try{$e(r,u,"tail"),f.push(c(t.vfs.readFile(u)))}catch{return{stderr:`tail: ${l}: No such file or directory`,exitCode:1}}}return{stdout:f.join(`
280
- `),exitCode:0}}};var El={name:"tar",description:"Archive utility",category:"archive",params:["[-czf|-xzf|-tf] <archive> [files...]"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=te(n,["-c"]),i=te(n,["-x"]),o=te(n,["-t"]),a=n.findIndex(l=>l.includes("f")),c=a!==-1?n[a+1]:n.find(l=>l.endsWith(".tar")||l.endsWith(".tar.gz")||l.endsWith(".tgz"));if(!c)return{stderr:"tar: no archive specified",exitCode:1};let f=le(e,c);if(s){let l=n.filter(h=>!h.startsWith("-")&&h!==c),u={};for(let h of l){let g=le(e,h);try{if(t.vfs.stat(g).type==="file")u[h]=t.vfs.readFile(g);else{let _=(b,C)=>{for(let L of t.vfs.list(b)){let F=`${b}/${L}`,k=`${C}/${L}`;t.vfs.stat(F).type==="file"?u[k]=t.vfs.readFile(F):_(F,k)}};_(g,h)}}catch{return{stderr:`tar: ${h}: No such file or directory`,exitCode:1}}}return t.writeFileAsUser(r,f,JSON.stringify(u)),{exitCode:0}}if(o||i){let l;try{l=JSON.parse(t.vfs.readFile(f))}catch{return{stderr:`tar: ${c}: cannot open archive`,exitCode:1}}if(o)return{stdout:Object.keys(l).join(`
281
- `),exitCode:0};for(let[u,h]of Object.entries(l))t.writeFileAsUser(r,le(e,u),h);return{exitCode:0}}return{stderr:"tar: must specify -c, -x, or -t",exitCode:1}}};var _l={name:"tee",description:"Read stdin, write to stdout and files",category:"text",params:["[-a] <file...>"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=te(n,["-a"]),o=n.filter(c=>!c.startsWith("-")),a=s??"";for(let c of o){let f=le(e,c);if(i){let l=(()=>{try{return t.vfs.readFile(f)}catch{return""}})();t.writeFileAsUser(r,f,l+a)}else t.writeFileAsUser(r,f,a)}return{stdout:a,exitCode:0}}};function vn(r,t,e){if(r[r.length-1]==="]"&&(r=r.slice(0,-1)),r[0]==="["&&(r=r.slice(1)),r.length===0)return!1;if(r[0]==="!")return!vn(r.slice(1),t,e);let n=r.indexOf("-a");if(n!==-1)return vn(r.slice(0,n),t,e)&&vn(r.slice(n+1),t,e);let s=r.indexOf("-o");if(s!==-1)return vn(r.slice(0,s),t,e)||vn(r.slice(s+1),t,e);if(r.length===2){let[i,o=""]=r,c=(f=>f.startsWith("/")?f:`${e}/${f}`.replace(/\/+/g,"/"))(o);switch(i){case"-e":return t.vfs.exists(c);case"-f":return t.vfs.exists(c)&&t.vfs.stat(c).type==="file";case"-d":return t.vfs.exists(c)&&t.vfs.stat(c).type==="directory";case"-r":return t.vfs.exists(c);case"-w":return t.vfs.exists(c);case"-x":return t.vfs.exists(c)&&!!(t.vfs.stat(c).mode&73);case"-s":return t.vfs.exists(c)&&t.vfs.stat(c).type==="file"&&t.vfs.stat(c).size>0;case"-z":return o.length===0;case"-n":return o.length>0;case"-L":return t.vfs.isSymlink(c)}}if(r.length===3){let[i="",o,a=""]=r,c=Number(i),f=Number(a);switch(o){case"=":case"==":return i===a;case"!=":return i!==a;case"<":return i<a;case">":return i>a;case"-eq":return c===f;case"-ne":return c!==f;case"-lt":return c<f;case"-le":return c<=f;case"-gt":return c>f;case"-ge":return c>=f}}return r.length===1?(r[0]??"").length>0:!1}var yl={name:"test",aliases:["["],description:"Evaluate conditional expression",category:"shell",params:["<expression>"],run:({args:r,shell:t,cwd:e})=>{try{return{exitCode:vn([...r],t,e)?0:1}}catch{return{stderr:"test: malformed expression",exitCode:2}}}};var bl={name:"touch",description:"Create or update files",category:"files",params:["<file>"],run:({authUser:r,shell:t,cwd:e,args:n})=>{if(n.length===0)return{stderr:"touch: missing file operand",exitCode:1};for(let s of n){let i=le(e,s);$e(r,i,"touch"),t.vfs.exists(i)||t.writeFileAsUser(r,i,"")}return{exitCode:0}}};var Sl={name:"tr",description:"Translate or delete characters",category:"text",params:["[-d] <set1> [set2]"],run:({args:r,stdin:t})=>{let e=te(r,["-d"]),n=r.filter(a=>!a.startsWith("-")),s=n[0]??"",i=n[1]??"",o=t??"";if(e)for(let a of s)o=o.split(a).join("");else if(i)for(let a=0;a<s.length;a++)o=o.split(s[a]).join(i[a]??i[i.length-1]??"");return{stdout:o,exitCode:0}}};var xl={name:"tree",description:"Display directory tree",category:"navigation",params:["[path]"],run:({authUser:r,shell:t,cwd:e,args:n})=>{let s=le(e,fr(n,0)??e);return $e(r,s,"tree"),{stdout:t.vfs.tree(s),exitCode:0}}};var wl={name:"true",description:"Return success exit code",category:"shell",params:[],run:()=>({exitCode:0})},Il={name:"false",description:"Return failure exit code",category:"shell",params:[],run:()=>({exitCode:1})};var Cl={name:"type",description:"Describe how a command would be interpreted",category:"shell",params:["<command...>"],run:({args:r,shell:t,env:e})=>{if(r.length===0)return{stderr:"type: missing argument",exitCode:1};let n=(e?.vars?.PATH??"/usr/local/bin:/usr/bin:/bin").split(":"),s=[],i=0;for(let o of r){if(wr(o)){s.push(`${o} is a shell builtin`);continue}let a=!1;for(let c of n){let f=`${c}/${o}`;if(t.vfs.exists(f)){s.push(`${o} is ${f}`),a=!0;break}}a||(s.push(`${o}: not found`),i=1)}return{stdout:s.join(`
282
- `),exitCode:i}}};var vl={name:"uname",description:"Print system information",category:"system",params:["[-a] [-s] [-r] [-m]"],run:({shell:r,args:t})=>{let e=te(t,["-a"]),n="Linux",s=r.properties?.kernel??"5.15.0",i=r.properties?.arch??"x86_64",o=r.hostname;return e?{stdout:`${n} ${o} ${s} #1 SMP ${i} GNU/Linux`,exitCode:0}:te(t,["-r"])?{stdout:s,exitCode:0}:te(t,["-m"])?{stdout:i,exitCode:0}:{stdout:n,exitCode:0}}};var kl={name:"uniq",description:"Report or filter out repeated lines",category:"text",params:["[-c] [-d] [-u] [file]"],run:({args:r,stdin:t})=>{let e=te(r,["-c"]),n=te(r,["-d"]),s=te(r,["-u"]),i=(t??"").split(`
283
- `),o=[],a=0;for(;a<i.length;){let c=a;for(;c<i.length&&i[c]===i[a];)c++;let f=c-a,l=i[a];if(n&&f===1){a=c;continue}if(s&&f>1){a=c;continue}o.push(e?`${String(f).padStart(4)} ${l}`:l),a=c}return{stdout:o.join(`
284
- `),exitCode:0}}};var Bl={name:"unset",description:"Remove shell variable",category:"shell",params:["<VAR>"],run:({args:r,env:t})=>{for(let e of r)delete t.vars[e];return{exitCode:0}}};var Rl={name:"uptime",description:"Tell how long the system has been running",category:"system",params:["[-p] [-s]"],run:({args:r,shell:t})=>{let e=te(r,["-p"]),n=te(r,["-s"]),s=Math.floor((Date.now()-t.startTime)/1e3),i=Math.floor(s/86400),o=Math.floor(s%86400/3600),a=Math.floor(s%3600/60);if(n)return{stdout:new Date(t.startTime).toISOString().slice(0,19).replace("T"," "),exitCode:0};if(e){let h=[];return i>0&&h.push(`${i} day${i>1?"s":""}`),o>0&&h.push(`${o} hour${o>1?"s":""}`),h.push(`${a} minute${a!==1?"s":""}`),{stdout:`up ${h.join(", ")}`,exitCode:0}}let c=new Date().toTimeString().slice(0,8),f=i>0?`${i} day${i>1?"s":""}, ${String(o).padStart(2)}:${String(a).padStart(2,"0")}`:`${String(o).padStart(2)}:${String(a).padStart(2,"0")}`,l=t.users.listActiveSessions().length,u=(Math.random()*.5).toFixed(2);return{stdout:` ${c} up ${f}, ${l} user${l!==1?"s":""}, load average: ${u}, ${u}, ${u}`,exitCode:0}}};var Nl={name:"wc",description:"Count words/lines/bytes",category:"text",params:["[-l] [-w] [-c] [file...]"],run:({authUser:r,shell:t,cwd:e,args:n,stdin:s})=>{let i=te(n,["-l"]),o=te(n,["-w"]),a=te(n,["-c"]),c=!i&&!o&&!a,f=n.filter(h=>!h.startsWith("-")),l=(h,g)=>{let y=h.split(`
196
+ `).filter(Boolean)].sort((_,E)=>o?Number(_)-Number(E):_.localeCompare(E)),h=i?u.reverse():u;return{stdout:(a?[...new Set(h)]:h).join(`
197
+ `),exitCode:0}}};var bl={name:"source",aliases:["."],description:"Execute commands from a file in the current shell environment",category:"shell",params:["<file> [args...]"],run:async({args:n,authUser:t,hostname:e,cwd:r,shell:s,env:i})=>{let o=n[0];if(!o)return{stderr:"source: missing filename",exitCode:1};let a=le(r,o);if(!s.vfs.exists(a))return{stderr:`source: ${o}: No such file or directory`,exitCode:1};let c=s.vfs.readFile(a),f=0;for(let l of c.split(`
198
+ `)){let u=l.trim();if(!u||u.startsWith("#"))continue;let h=await yt(u,t,e,"shell",r,s,void 0,i);if(f=h.exitCode??0,h.closeSession||h.switchUser)return h}return{exitCode:f}}};var xl={name:"su",description:"Switch user",category:"users",params:["[-] [-c <cmd>] [username]"],run:async({authUser:n,shell:t,args:e,hostname:r,mode:s,cwd:i})=>{let o=e.includes("-")||e.includes("-l")||e.includes("--login"),a=e.indexOf("-c"),c=a!==-1?e[a+1]:void 0,l=e.filter((u,h)=>h!==a&&h!==a+1).filter(u=>u!=="-"&&u!=="-l"&&u!=="--login").find(u=>!u.startsWith("-"))??"root";return t.users.listUsers().includes(l)?n==="root"?c?yt(c,l,r,s,o?`/home/${l}`:i,t):{switchUser:l,nextCwd:o?`/home/${l}`:void 0,exitCode:0}:t.users.isSudoer(n)?{sudoChallenge:{username:l,targetUser:l,commandLine:c??null,loginShell:o,prompt:"Password: "},exitCode:0}:{stderr:`su: permission denied
199
+ `,exitCode:1}:{stderr:`su: user '${l}' does not exist
200
+ `,exitCode:1}}};function ag(n){let{flags:t,flagsWithValues:e,positionals:r}=Yt(n,{flags:["-i","-S"],flagsWithValue:["-u","--user"]}),s=t.has("-i"),i=e.get("-u")||e.get("--user")||"root",o=r.length>0?r.join(" "):null;return{targetUser:i,loginShell:s,commandLine:o}}var Sl={name:"sudo",description:"Execute as superuser",category:"users",params:["<command...>"],run:async({authUser:n,hostname:t,mode:e,cwd:r,shell:s,args:i})=>{let{targetUser:o,loginShell:a,commandLine:c}=ag(i);if(n!=="root"&&!s.users.isSudoer(n))return{stderr:"sudo: permission denied",exitCode:1};let f=o||"root",l=`[sudo] password for ${n}: `;return n==="root"?!c&&a?{switchUser:f,nextCwd:`/home/${f}`,exitCode:0}:c?yt(c,f,t,e,a?`/home/${f}`:r,s):{stderr:"sudo: missing command",exitCode:1}:{sudoChallenge:{username:n,targetUser:f,commandLine:c,loginShell:a,prompt:l},exitCode:0}}};var wl={name:"tail",description:"Output last lines",category:"text",params:["[-n <lines>] [file...]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=zt(r,["-n"]),o=r.find(u=>/^-\d+$/.test(u)),a=typeof i=="string"?parseInt(i,10):o?parseInt(o.slice(1),10):10,c=r.filter(u=>!u.startsWith("-")&&u!==i&&u!==String(a)),f=u=>{let h=u.split(`
201
+ `),p=u.endsWith(`
202
+ `),_=p?h.slice(0,-1):h;return _.slice(Math.max(0,_.length-a)).join(`
203
+ `)+(p?`
204
+ `:"")};if(c.length===0)return{stdout:f(s??""),exitCode:0};let l=[];for(let u of c){let h=le(e,u);try{Me(n,h,"tail"),l.push(f(t.vfs.readFile(h)))}catch{return{stderr:`tail: ${u}: No such file or directory`,exitCode:1}}}return{stdout:l.join(`
205
+ `),exitCode:0}}};var Il={name:"tar",description:"Archive utility",category:"archive",params:["[-czf|-xzf|-tf] <archive> [files...]"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=[],i=!1;for(let h of r)if(/^-[a-zA-Z]{2,}$/.test(h))for(let p of h.slice(1))s.push(`-${p}`);else if(!i&&/^[cxtdru]{1,}[a-zA-Z]*$/.test(h)&&!h.includes("/")&&!h.startsWith("-")){i=!0;for(let p of h)s.push(`-${p}`)}else s.push(h);let o=s.includes("-c"),a=s.includes("-x"),c=s.includes("-t"),f=s.indexOf("-f"),l=f!==-1?s[f+1]:s.find(h=>h.endsWith(".tar")||h.endsWith(".tar.gz")||h.endsWith(".tgz"));if(!o&&!a&&!c)return{stderr:`tar: must specify -c, -x, or -t
206
+ `,exitCode:1};if(!l)return{stderr:`tar: no archive specified
207
+ `,exitCode:1};let u=le(e,l);if(o){let h=new Set;f!==-1&&h.add(f+1);let p=s.filter((E,b)=>!E.startsWith("-")&&E!==l&&!h.has(b)),_={};for(let E of p){let b=le(e,E);try{if(t.vfs.stat(b).type==="file")_[E]=t.vfs.readFile(b);else{let U=(H,C)=>{for(let F of t.vfs.list(H)){let V=`${H}/${F}`,N=`${C}/${F}`;t.vfs.stat(V).type==="file"?_[N]=t.vfs.readFile(V):U(V,N)}};U(b,E)}}catch{return{stderr:`tar: ${E}: No such file or directory`,exitCode:1}}}return t.writeFileAsUser(n,u,JSON.stringify(_)),{exitCode:0}}if(c||a){let h;try{h=JSON.parse(t.vfs.readFile(u))}catch{return{stderr:`tar: ${l}: cannot open archive`,exitCode:1}}if(c)return{stdout:Object.keys(h).join(`
208
+ `),exitCode:0};for(let[p,_]of Object.entries(h))t.writeFileAsUser(n,le(e,p),_);return{exitCode:0}}return{stderr:"tar: must specify -c, -x, or -t",exitCode:1}}};var Cl={name:"tee",description:"Read stdin, write to stdout and files",category:"text",params:["[-a] <file...>"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=se(r,["-a"]),o=r.filter(c=>!c.startsWith("-")),a=s??"";for(let c of o){let f=le(e,c);if(i){let l=(()=>{try{return t.vfs.readFile(f)}catch{return""}})();t.writeFileAsUser(n,f,l+a)}else t.writeFileAsUser(n,f,a)}return{stdout:a,exitCode:0}}};function kr(n,t,e){if(n[n.length-1]==="]"&&(n=n.slice(0,-1)),n[0]==="["&&(n=n.slice(1)),n.length===0)return!1;if(n[0]==="!")return!kr(n.slice(1),t,e);let r=n.indexOf("-a");if(r!==-1)return kr(n.slice(0,r),t,e)&&kr(n.slice(r+1),t,e);let s=n.indexOf("-o");if(s!==-1)return kr(n.slice(0,s),t,e)||kr(n.slice(s+1),t,e);if(n.length===2){let[i,o=""]=n,c=(f=>f.startsWith("/")?f:`${e}/${f}`.replace(/\/+/g,"/"))(o);switch(i){case"-e":return t.vfs.exists(c);case"-f":return t.vfs.exists(c)&&t.vfs.stat(c).type==="file";case"-d":return t.vfs.exists(c)&&t.vfs.stat(c).type==="directory";case"-r":return t.vfs.exists(c);case"-w":return t.vfs.exists(c);case"-x":return t.vfs.exists(c)&&!!(t.vfs.stat(c).mode&73);case"-s":return t.vfs.exists(c)&&t.vfs.stat(c).type==="file"&&t.vfs.stat(c).size>0;case"-z":return o.length===0;case"-n":return o.length>0;case"-L":return t.vfs.isSymlink(c)}}if(n.length===3){let[i="",o,a=""]=n,c=Number(i),f=Number(a);switch(o){case"=":case"==":return i===a;case"!=":return i!==a;case"<":return i<a;case">":return i>a;case"-eq":return c===f;case"-ne":return c!==f;case"-lt":return c<f;case"-le":return c<=f;case"-gt":return c>f;case"-ge":return c>=f}}return n.length===1?(n[0]??"").length>0:!1}var vl={name:"test",aliases:["["],description:"Evaluate conditional expression",category:"shell",params:["<expression>"],run:({args:n,shell:t,cwd:e})=>{try{return{exitCode:kr([...n],t,e)?0:1}}catch{return{stderr:"test: malformed expression",exitCode:2}}}};var kl={name:"touch",description:"Create or update files",category:"files",params:["<file>"],run:({authUser:n,shell:t,cwd:e,args:r})=>{if(r.length===0)return{stderr:"touch: missing file operand",exitCode:1};for(let s of r){let i=le(e,s);Me(n,i,"touch"),t.vfs.exists(i)||t.writeFileAsUser(n,i,"")}return{exitCode:0}}};function cg(n){return n.replace(/\\n/g,`
209
+ `).replace(/\\t/g," ").replace(/\\r/g,"\r").replace(/\\\\/g,"\\")}function Bl(n){let t=[],e=cg(n),r=0;for(;r<e.length;){if(r+2<e.length&&e[r+1]==="-"){let s=e.charCodeAt(r),i=e.charCodeAt(r+2);if(s<=i){for(let o=s;o<=i;o++)t.push(String.fromCharCode(o));r+=3;continue}}t.push(e[r]),r++}return t}var Rl={name:"tr",description:"Translate or delete characters",category:"text",params:["[-d] [-s] <set1> [set2]"],run:({args:n,stdin:t})=>{let e=se(n,["-d"]),r=se(n,["-s"]),s=n.filter(c=>!c.startsWith("-")),i=Bl(s[0]??""),o=Bl(s[1]??""),a=t??"";if(e){let c=new Set(i);a=[...a].filter(f=>!c.has(f)).join("")}else if(o.length>0){let c=new Map;for(let f=0;f<i.length;f++)c.set(i[f],o[f]??o[o.length-1]??"");a=[...a].map(f=>c.get(f)??f).join("")}if(r&&o.length>0){let c=new Set(o);a=a.replace(/(.)\1+/g,(f,l)=>c.has(l)?l:f)}return{stdout:a,exitCode:0}}};var Nl={name:"tree",description:"Display directory tree",category:"navigation",params:["[path]"],run:({authUser:n,shell:t,cwd:e,args:r})=>{let s=le(e,Tn(r,0)??e);return Me(n,s,"tree"),{stdout:t.vfs.tree(s),exitCode:0}}};var Pl={name:"true",description:"Return success exit code",category:"shell",params:[],run:()=>({exitCode:0})},Tl={name:"false",description:"Return failure exit code",category:"shell",params:[],run:()=>({exitCode:1})};var Ll={name:"type",description:"Describe how a command would be interpreted",category:"shell",params:["<command...>"],run:({args:n,shell:t,env:e})=>{if(n.length===0)return{stderr:"type: missing argument",exitCode:1};let r=(e?.vars?.PATH??"/usr/local/bin:/usr/bin:/bin").split(":"),s=[],i=0;for(let o of n){if(In(o)){s.push(`${o} is a shell builtin`);continue}let a=!1;for(let c of r){let f=`${c}/${o}`;if(t.vfs.exists(f)){s.push(`${o} is ${f}`),a=!0;break}}a||(s.push(`${o}: not found`),i=1)}return{stdout:s.join(`
210
+ `),exitCode:i}}};var Dl={name:"uname",description:"Print system information",category:"system",params:["[-a] [-s] [-r] [-m]"],run:({shell:n,args:t})=>{let e=se(t,["-a"]),r="Linux",s=n.properties?.kernel??"5.15.0",i=n.properties?.arch??"x86_64",o=n.hostname;return e?{stdout:`${r} ${o} ${s} #1 SMP ${i} GNU/Linux`,exitCode:0}:se(t,["-r"])?{stdout:s,exitCode:0}:se(t,["-m"])?{stdout:i,exitCode:0}:{stdout:r,exitCode:0}}};var Ul={name:"uniq",description:"Report or filter out repeated lines",category:"text",params:["[-c] [-d] [-u] [file]"],run:({args:n,stdin:t})=>{let e=se(n,["-c"]),r=se(n,["-d"]),s=se(n,["-u"]),i=(t??"").split(`
211
+ `),o=[],a=0;for(;a<i.length;){let c=a;for(;c<i.length&&i[c]===i[a];)c++;let f=c-a,l=i[a];if(r&&f===1){a=c;continue}if(s&&f>1){a=c;continue}o.push(e?`${String(f).padStart(4)} ${l}`:l),a=c}return{stdout:o.join(`
212
+ `),exitCode:0}}};var $l={name:"unset",description:"Remove shell variable",category:"shell",params:["<VAR>"],run:({args:n,env:t})=>{for(let e of n)delete t.vars[e];return{exitCode:0}}};var Ml={name:"uptime",description:"Tell how long the system has been running",category:"system",params:["[-p] [-s]"],run:({args:n,shell:t})=>{let e=se(n,["-p"]),r=se(n,["-s"]),s=Math.floor((Date.now()-t.startTime)/1e3),i=Math.floor(s/86400),o=Math.floor(s%86400/3600),a=Math.floor(s%3600/60);if(r)return{stdout:new Date(t.startTime).toISOString().slice(0,19).replace("T"," "),exitCode:0};if(e){let h=[];return i>0&&h.push(`${i} day${i>1?"s":""}`),o>0&&h.push(`${o} hour${o>1?"s":""}`),h.push(`${a} minute${a!==1?"s":""}`),{stdout:`up ${h.join(", ")}`,exitCode:0}}let c=new Date().toTimeString().slice(0,8),f=i>0?`${i} day${i>1?"s":""}, ${String(o).padStart(2)}:${String(a).padStart(2,"0")}`:`${String(o).padStart(2)}:${String(a).padStart(2,"0")}`,l=t.users.listActiveSessions().length,u=(Math.random()*.5).toFixed(2);return{stdout:` ${c} up ${f}, ${l} user${l!==1?"s":""}, load average: ${u}, ${u}, ${u}`,exitCode:0}}};var Ol={name:"wc",description:"Count words/lines/bytes",category:"text",params:["[-l] [-w] [-c] [file...]"],run:({authUser:n,shell:t,cwd:e,args:r,stdin:s})=>{let i=se(r,["-l"]),o=se(r,["-w"]),a=se(r,["-c"]),c=!i&&!o&&!a,f=r.filter(h=>!h.startsWith("-")),l=(h,p)=>{let _=h.split(`
285
213
  `).length-(h.endsWith(`
286
- `)?1:0),_=h.trim().split(/\s+/).filter(Boolean).length,b=Buffer.byteLength(h,"utf8"),C=[];return(c||i)&&C.push(String(y).padStart(7)),(c||o)&&C.push(String(_).padStart(7)),(c||a)&&C.push(String(b).padStart(7)),g&&C.push(` ${g}`),C.join("")};if(f.length===0)return{stdout:l(s??"",""),exitCode:0};let u=[];for(let h of f){let g=le(e,h);try{$e(r,g,"wc");let y=t.vfs.readFile(g);u.push(l(y,h))}catch{return{stderr:`wc: ${h}: No such file or directory`,exitCode:1}}}return{stdout:u.join(`
287
- `),exitCode:0}}};var Pl={name:"wget",description:"File downloader (pure fetch)",category:"network",params:["[options] <url>"],run:async({authUser:r,cwd:t,args:e,shell:n})=>{let{flagsWithValues:s,positionals:i}=zt(e,{flagsWithValue:["-O","--output-document","-o","--output-file","-P","--directory-prefix","--tries","--timeout"]});if(te(e,["-h","--help"]))return{stdout:["Usage: wget [option]... [URL]..."," -O, --output-document=FILE Write to FILE ('-' for stdout)"," -P, --directory-prefix=DIR Save files in DIR"," -q, --quiet Quiet mode"," -v, --verbose Verbose output (default)"," -c, --continue Continue partial download"," --tries=N Retry N times"," --timeout=N Timeout in seconds"].join(`
288
- `),exitCode:0};if(te(e,["-V","--version"]))return{stdout:"GNU Wget 1.21.3 (virtual) built on Fortune GNU/Linux.",exitCode:0};let o=i[0];if(!o)return{stderr:`wget: missing URL
289
- Usage: wget [OPTION]... [URL]...`,exitCode:1};let a=s.get("-O")??s.get("--output-document")??null,c=s.get("-P")??s.get("--directory-prefix")??null,f=te(e,["-q","--quiet"]),l=a==="-"?null:a??Lc(o),u=l?le(t,c?`${c}/${l}`:l):null;u&&$e(r,u,"wget");let h=[];f||(h.push(`--${new Date().toISOString()}-- ${o}`),h.push(`Resolving ${new URL(o).host}...`),h.push(`Connecting to ${new URL(o).host}...`));let g;try{g=await fetch(o,{headers:{"User-Agent":"Wget/1.21.3 (Fortune GNU/Linux)"}})}catch(_){let b=_ instanceof Error?_.message:String(_);return h.push(`wget: unable to resolve host: ${b}`),{stderr:h.join(`
290
- `),exitCode:4}}if(!g.ok)return h.push(`ERROR ${g.status}: ${g.statusText}`),{stderr:h.join(`
291
- `),exitCode:8};let y;try{y=await g.text()}catch{return{stderr:"wget: failed to read response",exitCode:1}}if(!f){let _=g.headers.get("content-type")??"application/octet-stream";h.push(`HTTP request sent, awaiting response... ${g.status} ${g.statusText}`),h.push(`Length: ${y.length} [${_}]`)}return a==="-"?{stdout:y,stderr:h.join(`
292
- `)||void 0,exitCode:0}:u?(n.writeFileAsUser(r,u,y),f||h.push(`Saving to: '${u}'
293
- ${u} 100%[==================>] ${y.length} B`),{stderr:h.join(`
294
- `)||void 0,exitCode:0}):{stdout:y,exitCode:0}}};var Tl={name:"which",description:"Locate a command in PATH",category:"shell",params:["<command...>"],run:({args:r,shell:t,env:e})=>{if(r.length===0)return{stderr:"which: missing argument",exitCode:1};let n=(e?.vars?.PATH??"/usr/local/bin:/usr/bin:/bin").split(":"),s=[],i=!1;for(let o of r){let a=!1;for(let c of n){let f=`${c}/${o}`;if(t.vfs.exists(f)&&t.vfs.stat(f).type==="file"){s.push(f),a=!0;break}}a||(i=!0)}return s.length===0?{exitCode:1}:{stdout:s.join(`
295
- `),exitCode:i?1:0}}};function ns(r){let t=r.toLocaleString("en-US",{weekday:"short"}),e=r.toLocaleString("en-US",{month:"short"}),n=r.getDate().toString().padStart(2,"0"),s=r.getHours().toString().padStart(2,"0"),i=r.getMinutes().toString().padStart(2,"0"),o=r.getSeconds().toString().padStart(2,"0"),a=r.getFullYear();return`${t} ${e} ${n} ${s}:${i}:${o} ${a}`}var Ll={name:"who",description:"Show active sessions",category:"system",params:[],run:({shell:r})=>({stdout:r.users.listActiveSessions().map(e=>{let n=new Date(e.startedAt),s=Number.isNaN(n.getTime())?e.startedAt:ns(n);return`${e.username} ${e.tty} ${s} (${e.remoteAddress||"unknown"})`}).join(`
296
- `),exitCode:0})};var Dl={name:"whoami",description:"Print current user",category:"system",params:[],run:({authUser:r})=>({stdout:r,exitCode:0})};var Ul={name:"xargs",description:"Build and execute command lines from stdin",category:"text",params:["[command] [args...]"],run:async({authUser:r,hostname:t,mode:e,cwd:n,args:s,stdin:i,shell:o,env:a})=>{let c=s[0]??"echo",f=s.slice(1),l=(i??"").trim().split(/\s+/).filter(Boolean);if(l.length===0)return{exitCode:0};let u=[c,...f,...l].join(" ");return vt(u,r,t,e,n,o,void 0,a)}};var Jp=[Xf,Qc,If,xl,Hc,bl,rl,kf,Kc,Bf,wf,Wc,af,ff,nl,$c,hl,kl,Nl,hf,Al,Gc,Sl,_l,Ul,Jc,El,uf,df,Fc,Dl,Ll,yf,Sf,lf,vl,jf,xf,Xc,tf,Yc,dl,Yf,rf,nf,of,Hf,Bl,cl,qc,sf,Nf,bf,Vc,Pl,Rc,Gf,jc,ml,gl,Qf,Oc,Mc,Zc,ef,Tl,Cl,vf,Pc,Tc,yl,pl,_f,zf,tl,zc,fl,ll,ul,wl,Il,Kf,Vf,qf,el,Rl,cf,Cf],Ol=[],li=new Map,is=null,Zp=Ef(()=>Ao().map(r=>r.name));function mo(){li.clear();for(let r of Ao()){li.set(r.name,r);for(let t of r.aliases??[])li.set(t,r)}is=Array.from(li.keys()).sort()}function Ao(){return[...Jp,...Ol,Zp]}function Eo(r){let t={...r,name:r.name.trim().toLowerCase(),aliases:r.aliases?.map(n=>n.trim().toLowerCase())};if([t.name,...t.aliases??[]].some(n=>n.length===0||/\s/.test(n)))throw new Error("Command names must be non-empty and contain no spaces");Ol.push(t),mo()}function _o(r,t,e){return{name:r,params:t,run:e}}function yo(){return is||mo(),is}function co(){return Ao()}function wr(r){return is||mo(),li.get(r.toLowerCase())}var dS=cr("SshClient");var Kh=require("node:events"),Vh=Kt(lc(),1);var Mh=require("node:events");var Yn=Kt(require("node:os"),1);function ye(r,t,e=493){r.exists(t)||r.mkdir(t,e)}function ot(r,t,e,n=420){r.exists(t)||r.writeFile(t,e,{mode:n})}function GA(r,t,e){ye(r,"/etc"),ot(r,"/etc/os-release",`${['NAME="Fortune GNU/Linux"',`PRETTY_NAME="${e.os}"`,"ID=fortune","ID_LIKE=debian",'HOME_URL="https://github.com/itsrealfortune/typescript-virtual-container"',"VERSION_CODENAME=aurora",'VERSION_ID="1.0"'].join(`
214
+ `)?1:0),E=h.trim().split(/\s+/).filter(Boolean).length,b=Buffer.byteLength(h,"utf8"),v=[];return(c||i)&&v.push(String(_).padStart(7)),(c||o)&&v.push(String(E).padStart(7)),(c||a)&&v.push(String(b).padStart(7)),p&&v.push(` ${p}`),v.join("")};if(f.length===0)return{stdout:l(s??"",""),exitCode:0};let u=[];for(let h of f){let p=le(e,h);try{Me(n,p,"wc");let _=t.vfs.readFile(p);u.push(l(_,h))}catch{return{stderr:`wc: ${h}: No such file or directory`,exitCode:1}}}return{stdout:u.join(`
215
+ `),exitCode:0}}};var Fl={name:"wget",description:"File downloader (pure fetch)",category:"network",params:["[options] <url>"],run:async({authUser:n,cwd:t,args:e,shell:r})=>{let{flagsWithValues:s,positionals:i}=Yt(e,{flagsWithValue:["-O","--output-document","-o","--output-file","-P","--directory-prefix","--tries","--timeout"]});if(se(e,["-h","--help"]))return{stdout:["Usage: wget [option]... [URL]..."," -O, --output-document=FILE Write to FILE ('-' for stdout)"," -P, --directory-prefix=DIR Save files in DIR"," -q, --quiet Quiet mode"," -v, --verbose Verbose output (default)"," -c, --continue Continue partial download"," --tries=N Retry N times"," --timeout=N Timeout in seconds"].join(`
216
+ `),exitCode:0};if(se(e,["-V","--version"]))return{stdout:"GNU Wget 1.21.3 (virtual) built on Fortune GNU/Linux.",exitCode:0};let o=i[0];if(!o)return{stderr:`wget: missing URL
217
+ Usage: wget [OPTION]... [URL]...`,exitCode:1};let a=o.startsWith("http://")||o.startsWith("https://")?o:`http://${o}`;if(!a)return{stderr:`wget: missing URL
218
+ Usage: wget [OPTION]... [URL]...`,exitCode:1};let c=s.get("-O")??s.get("--output-document")??null,f=s.get("-P")??s.get("--directory-prefix")??null,l=se(e,["-q","--quiet"]),u=c==="-"?null:c??Oc(a),h=u?le(t,f?`${f}/${u}`:u):null;h&&Me(n,h,"wget");let p=[];l||(p.push(`--${new Date().toISOString()}-- ${a}`),p.push(`Resolving ${new URL(a).host}...`),p.push(`Connecting to ${new URL(a).host}...`));let _;try{_=await fetch(a,{headers:{"User-Agent":"Wget/1.21.3 (Fortune GNU/Linux)"}})}catch(b){let v=b instanceof Error?b.message:String(b);return p.push(`wget: unable to resolve host: ${v}`),{stderr:p.join(`
219
+ `),exitCode:4}}if(!_.ok)return p.push(`ERROR ${_.status}: ${_.statusText}`),{stderr:p.join(`
220
+ `),exitCode:8};let E;try{E=await _.text()}catch{return{stderr:"wget: failed to read response",exitCode:1}}if(!l){let b=_.headers.get("content-type")??"application/octet-stream";p.push(`HTTP request sent, awaiting response... ${_.status} ${_.statusText}`),p.push(`Length: ${E.length} [${b}]`)}return c==="-"?{stdout:E,stderr:p.join(`
221
+ `)||void 0,exitCode:0}:h?(r.writeFileAsUser(n,h,E),l||p.push(`Saving to: '${h}'
222
+ ${h} 100%[==================>] ${E.length} B`),{stderr:p.join(`
223
+ `)||void 0,exitCode:0}):{stdout:E,exitCode:0}}};var Hl={name:"which",description:"Locate a command in PATH",category:"shell",params:["<command...>"],run:({args:n,shell:t,env:e})=>{if(n.length===0)return{stderr:"which: missing argument",exitCode:1};let r=(e?.vars?.PATH??"/usr/local/bin:/usr/bin:/bin").split(":"),s=[],i=!1;for(let o of n){let a=!1;for(let c of r){let f=`${c}/${o}`;if(t.vfs.exists(f)&&t.vfs.stat(f).type==="file"){s.push(f),a=!0;break}}a||(i=!0)}return s.length===0?{exitCode:1}:{stdout:s.join(`
224
+ `),exitCode:i?1:0}}};function cs(n){let t=n.toLocaleString("en-US",{weekday:"short"}),e=n.toLocaleString("en-US",{month:"short"}),r=n.getDate().toString().padStart(2,"0"),s=n.getHours().toString().padStart(2,"0"),i=n.getMinutes().toString().padStart(2,"0"),o=n.getSeconds().toString().padStart(2,"0"),a=n.getFullYear();return`${t} ${e} ${r} ${s}:${i}:${o} ${a}`}var Ql={name:"who",description:"Show active sessions",category:"system",params:[],run:({shell:n})=>({stdout:n.users.listActiveSessions().map(e=>{let r=new Date(e.startedAt),s=Number.isNaN(r.getTime())?e.startedAt:cs(r);return`${e.username} ${e.tty} ${s} (${e.remoteAddress||"unknown"})`}).join(`
225
+ `),exitCode:0})};var Wl={name:"whoami",description:"Print current user",category:"system",params:[],run:({authUser:n})=>({stdout:n,exitCode:0})};var ql={name:"xargs",description:"Build and execute command lines from stdin",category:"text",params:["[command] [args...]"],run:async({authUser:n,hostname:t,mode:e,cwd:r,args:s,stdin:i,shell:o,env:a})=>{let c=s[0]??"echo",f=s.slice(1),l=(i??"").trim().split(/\s+/).filter(Boolean);if(l.length===0)return{exitCode:0};let u=[c,...f,...l].join(" ");return yt(u,n,t,e,r,o,void 0,a)}};var fg=[il,Gc,Lf,Nl,Vc,kl,fl,$f,jc,Mf,Bf,Rf,zc,Nf,df,pf,ll,qc,_l,Ul,Ol,Ef,wl,Jc,Rl,Cl,ql,rf,Il,mf,Af,Kc,Wl,Ql,If,vf,gf,Dl,rl,kf,nf,af,Zc,yl,tl,cf,ff,uf,ul,$l,gl,Yc,lf,Ff,Cf,Xc,Fl,Dc,el,tf,Sl,xl,Yf,Qc,Wc,sf,of,Hl,Ll,Uf,$c,Mc,vl,bl,wf,nl,cl,ef,ml,Al,El,Pl,Tl,Jf,Zf,Xf,al,Ml,hf,Df],Kl=[],hi=new Map,fs=null,lg=Sf(()=>bo().map(n=>n.name));function _o(){hi.clear();for(let n of bo()){hi.set(n.name,n);for(let t of n.aliases??[])hi.set(t,n)}fs=Array.from(hi.keys()).sort()}function bo(){return[...fg,...Kl,lg]}function xo(n){let t={...n,name:n.name.trim().toLowerCase(),aliases:n.aliases?.map(r=>r.trim().toLowerCase())};if([t.name,...t.aliases??[]].some(r=>r.length===0||/\s/.test(r)))throw new Error("Command names must be non-empty and contain no spaces");Kl.push(t),_o()}function So(n,t,e){return{name:n,params:t,run:e}}function wo(){return fs||_o(),fs}function po(){return bo()}function In(n){return fs||_o(),hi.get(n.toLowerCase())}var Bx=ln("SshClient");var ep=require("node:events"),tp=Kt(pc(),1);var Vh=require("node:events");var Yr=Kt(require("node:os"),1);function _e(n,t,e=493){n.exists(t)||n.mkdir(t,e)}function ot(n,t,e,r=420){n.exists(t)||n.writeFile(t,e,{mode:r})}function iE(n,t,e){_e(n,"/etc"),ot(n,"/etc/os-release",`${['NAME="Fortune GNU/Linux"',`PRETTY_NAME="${e.os}"`,"ID=fortune","ID_LIKE=debian",'HOME_URL="https://github.com/itsrealfortune/typescript-virtual-container"',"VERSION_CODENAME=aurora",'VERSION_ID="1.0"'].join(`
297
226
  `)}
298
- `),ot(r,"/etc/debian_version",`12.0
299
- `),ot(r,"/etc/hostname",`${t}
300
- `),ot(r,"/etc/shells",`/bin/sh
227
+ `),ot(n,"/etc/debian_version",`12.0
228
+ `),ot(n,"/etc/hostname",`${t}
229
+ `),ot(n,"/etc/shells",`/bin/sh
301
230
  /bin/bash
302
231
  /usr/bin/bash
303
- `),ot(r,"/etc/profile",`${["export PATH=/usr/local/bin:/usr/bin:/bin","export PS1='\\u@\\h:\\w\\$ '"].join(`
232
+ `),ot(n,"/etc/profile",`${["export PATH=/usr/local/bin:/usr/bin:/bin","export PS1='\\u@\\h:\\w\\$ '"].join(`
304
233
  `)}
305
- `),ot(r,"/etc/issue",`Fortune GNU/Linux 1.0 \\n \\l
306
- `),ot(r,"/etc/motd",["",`Welcome to ${e.os}`,`Kernel: ${e.kernel}`,""].join(`
307
- `)),ye(r,"/etc/apt"),ye(r,"/etc/apt/sources.list.d"),ot(r,"/etc/apt/sources.list",`${["# Fortune GNU/Linux package sources","deb [virtual] fortune://packages.fortune.local aurora main contrib","deb [virtual] fortune://security.fortune.local aurora-security main"].join(`
234
+ `),ot(n,"/etc/issue",`Fortune GNU/Linux 1.0 \\n \\l
235
+ `),ot(n,"/etc/motd",["",`Welcome to ${e.os}`,`Kernel: ${e.kernel}`,""].join(`
236
+ `)),_e(n,"/etc/apt"),_e(n,"/etc/apt/sources.list.d"),ot(n,"/etc/apt/sources.list",`${["# Fortune GNU/Linux package sources","deb [virtual] fortune://packages.fortune.local aurora main contrib","deb [virtual] fortune://security.fortune.local aurora-security main"].join(`
308
237
  `)}
309
- `),ye(r,"/etc/network"),ot(r,"/etc/network/interfaces",`${["auto lo","iface lo inet loopback","","auto eth0","iface eth0 inet dhcp"].join(`
238
+ `),_e(n,"/etc/network"),ot(n,"/etc/network/interfaces",`${["auto lo","iface lo inet loopback","","auto eth0","iface eth0 inet dhcp"].join(`
310
239
  `)}
311
- `),ot(r,"/etc/resolv.conf",`nameserver 1.1.1.1
240
+ `),ot(n,"/etc/resolv.conf",`nameserver 1.1.1.1
312
241
  nameserver 8.8.8.8
313
- `),ot(r,"/etc/hosts",`${["127.0.0.1 localhost",`127.0.1.1 ${t}`,"::1 localhost ip6-localhost ip6-loopback"].join(`
242
+ `),ot(n,"/etc/hosts",`${["127.0.0.1 localhost",`127.0.1.1 ${t}`,"::1 localhost ip6-localhost ip6-loopback"].join(`
314
243
  `)}
315
- `),ye(r,"/etc/cron.d"),ye(r,"/etc/init.d"),ye(r,"/etc/systemd"),ye(r,"/etc/systemd/system")}function uc(r,t){let e=t.listUsers(),n=["root:x:0:0:root:/root:/bin/bash","daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin","www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin","nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin"],s=1e3;for(let a of e)a!=="root"&&(n.push(`${a}:x:${s}:${s}::/home/${a}:/bin/bash`),s++);r.writeFile("/etc/passwd",`${n.join(`
244
+ `),_e(n,"/etc/cron.d"),_e(n,"/etc/init.d"),_e(n,"/etc/systemd"),_e(n,"/etc/systemd/system")}function gc(n,t){let e=t.listUsers(),r=["root:x:0:0:root:/root:/bin/bash","daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin","www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin","nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin"],s=1e3;for(let a of e)a!=="root"&&(r.push(`${a}:x:${s}:${s}::/home/${a}:/bin/bash`),s++);n.writeFile("/etc/passwd",`${r.join(`
316
245
  `)}
317
- `);let i=["root:x:0:","daemon:x:1:",`sudo:x:27:${e.filter(a=>t.isSudoer(a)).join(",")}`,`users:x:100:${e.filter(a=>a!=="root").join(",")}`,"nogroup:x:65534:"];r.writeFile("/etc/group",`${i.join(`
246
+ `);let i=["root:x:0:","daemon:x:1:",`sudo:x:27:${e.filter(a=>t.isSudoer(a)).join(",")}`,`users:x:100:${e.filter(a=>a!=="root").join(",")}`,"nogroup:x:65534:"];n.writeFile("/etc/group",`${i.join(`
318
247
  `)}
319
- `);let o=["root:*:19000:0:99999:7:::","daemon:*:19000:0:99999:7:::"];for(let a of e)a!=="root"&&o.push(`${a}:!:19000:0:99999:7:::`);r.writeFile("/etc/shadow",`${o.join(`
248
+ `);let o=["root:*:19000:0:99999:7:::","daemon:*:19000:0:99999:7:::"];for(let a of e)a!=="root"&&o.push(`${a}:!:19000:0:99999:7:::`);n.writeFile("/etc/shadow",`${o.join(`
320
249
  `)}
321
- `,{mode:416})}function dh(r){let t=r.match(/(\d+)$/);return 1e3+(t?.[1]?parseInt(t[1],10):0)}function hh(r,t,e,n,s,i,o){let a=`/proc/${t}`;ye(r,a),ye(r,`${a}/fd`),ye(r,`${a}/fdinfo`);let c=Math.floor((Date.now()-new Date(i).getTime())/1e3);r.writeFile(`${a}/cmdline`,`${s.replace(/\s+/g,"\0")}\0`),r.writeFile(`${a}/comm`,s.split(/\s+/)[0]??"bash"),r.writeFile(`${a}/status`,`${[`Name: ${s.split(/\s+/)[0]??"bash"}`,"State: S (sleeping)",`Pid: ${t}`,"PPid: 1","Uid: 0 0 0 0","Gid: 0 0 0 0","VmRSS: 4096 kB","VmSize: 16384 kB","Threads: 1"].join(`
250
+ `,{mode:416})}function _h(n){let t=n.match(/(\d+)$/);return 1e3+(t?.[1]?parseInt(t[1],10):0)}function bh(n,t,e,r,s,i,o){let a=`/proc/${t}`;_e(n,a),_e(n,`${a}/fd`),_e(n,`${a}/fdinfo`);let c=Math.floor((Date.now()-new Date(i).getTime())/1e3);n.writeFile(`${a}/cmdline`,`${s.replace(/\s+/g,"\0")}\0`),n.writeFile(`${a}/comm`,s.split(/\s+/)[0]??"bash"),n.writeFile(`${a}/status`,`${[`Name: ${s.split(/\s+/)[0]??"bash"}`,"State: S (sleeping)",`Pid: ${t}`,"PPid: 1","Uid: 0 0 0 0","Gid: 0 0 0 0","VmRSS: 4096 kB","VmSize: 16384 kB","Threads: 1"].join(`
322
251
  `)}
323
- `),r.writeFile(`${a}/stat`,`${t} (${s.split(/\s+/)[0]??"bash"}) S 1 ${t} ${t} 0 -1 4194304 0 0 0 0 ${c} 0 0 0 20 0 1 0 0 16384 4096 0
324
- `),r.writeFile(`${a}/environ`,`${Object.entries(o).map(([f,l])=>`${f}=${l}`).join("\0")}\0`),r.writeFile(`${a}/cwd`,`/home/${e}\0`),r.writeFile(`${a}/exe`,"/bin/bash\0"),r.writeFile(`${a}/fd/0`,""),r.writeFile(`${a}/fd/1`,""),r.writeFile(`${a}/fd/2`,"")}function Zs(r,t,e,n,s){ye(r,"/proc");let i=Math.floor((Date.now()-n)/1e3);r.writeFile("/proc/uptime",`${i}.00 ${Math.floor(i*.9)}.00
325
- `);let o=Math.floor(Yn.totalmem()/1024),a=Math.floor(Yn.freemem()/1024),c=Math.floor(a*.95);r.writeFile("/proc/meminfo",`${[`MemTotal: ${String(o).padStart(10)} kB`,`MemFree: ${String(a).padStart(10)} kB`,`MemAvailable: ${String(c).padStart(10)} kB`,`Buffers: ${String(Math.floor(o*.02)).padStart(10)} kB`,`Cached: ${String(Math.floor(o*.15)).padStart(10)} kB`,`SwapTotal: ${String(Math.floor(o*.5)).padStart(10)} kB`,`SwapFree: ${String(Math.floor(o*.5)).padStart(10)} kB`].join(`
252
+ `),n.writeFile(`${a}/stat`,`${t} (${s.split(/\s+/)[0]??"bash"}) S 1 ${t} ${t} 0 -1 4194304 0 0 0 0 ${c} 0 0 0 20 0 1 0 0 16384 4096 0
253
+ `),n.writeFile(`${a}/environ`,`${Object.entries(o).map(([f,l])=>`${f}=${l}`).join("\0")}\0`),n.writeFile(`${a}/cwd`,`/home/${e}\0`),n.writeFile(`${a}/exe`,"/bin/bash\0"),n.writeFile(`${a}/fd/0`,""),n.writeFile(`${a}/fd/1`,""),n.writeFile(`${a}/fd/2`,"")}function io(n,t,e,r,s){_e(n,"/proc");let i=Math.floor((Date.now()-r)/1e3);n.writeFile("/proc/uptime",`${i}.00 ${Math.floor(i*.9)}.00
254
+ `);let o=Math.floor(Yr.totalmem()/1024),a=Math.floor(Yr.freemem()/1024),c=Math.floor(a*.95);n.writeFile("/proc/meminfo",`${[`MemTotal: ${String(o).padStart(10)} kB`,`MemFree: ${String(a).padStart(10)} kB`,`MemAvailable: ${String(c).padStart(10)} kB`,`Buffers: ${String(Math.floor(o*.02)).padStart(10)} kB`,`Cached: ${String(Math.floor(o*.15)).padStart(10)} kB`,`SwapTotal: ${String(Math.floor(o*.5)).padStart(10)} kB`,`SwapFree: ${String(Math.floor(o*.5)).padStart(10)} kB`].join(`
326
255
  `)}
327
- `);let f=Yn.cpus(),l=[];for(let b=0;b<f.length;b++){let C=f[b];if(!C)continue;let L=C.speed.toFixed(3);l.push(`processor : ${b}`,`model name : ${C.model}`,`cpu MHz : ${L}`,"cache size : 8192 KB","")}r.writeFile("/proc/cpuinfo",`${l.join(`
256
+ `);let f=Yr.cpus(),l=[];for(let b=0;b<f.length;b++){let v=f[b];if(!v)continue;let U=v.speed.toFixed(3);l.push(`processor : ${b}`,`model name : ${v.model}`,`cpu MHz : ${U}`,"cache size : 8192 KB","")}n.writeFile("/proc/cpuinfo",`${l.join(`
328
257
  `)}
329
- `),r.writeFile("/proc/version",`Linux version ${t.kernel} (fortune@build) (gcc version 12.2.0) #1 SMP
330
- `),r.writeFile("/proc/hostname",`${e}
331
- `);let u=(Math.random()*.5).toFixed(2),h=1+(s?.length??0);r.writeFile("/proc/loadavg",`${u} ${u} ${u} ${h}/${h} 1
332
- `),ye(r,"/proc/net"),ot(r,"/proc/net/dev",`${["Inter-| Receive | Transmit"," face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed"," lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"," eth0: 131072 1024 0 0 0 0 0 0 65536 512 0 0 0 0 0 0"].join(`
258
+ `),n.writeFile("/proc/version",`Linux version ${t.kernel} (fortune@build) (gcc version 12.2.0) #1 SMP
259
+ `),n.writeFile("/proc/hostname",`${e}
260
+ `);let u=(Math.random()*.5).toFixed(2),h=1+(s?.length??0);n.writeFile("/proc/loadavg",`${u} ${u} ${u} ${h}/${h} 1
261
+ `),_e(n,"/proc/net"),ot(n,"/proc/net/dev",`${["Inter-| Receive | Transmit"," face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed"," lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"," eth0: 131072 1024 0 0 0 0 0 0 65536 512 0 0 0 0 0 0"].join(`
333
262
  `)}
334
- `),hh(r,1,"root","pts/0","/sbin/init",new Date(n).toISOString(),{});let g=s??[];for(let b of g){let C=dh(b.tty);hh(r,C,b.username,b.tty,"bash",b.startedAt,{USER:b.username,HOME:`/home/${b.username}`,TERM:"xterm-256color",SHELL:"/bin/bash"})}let y=g.length>0?dh(g[g.length-1].tty):1;if(r.exists("/proc/self"))try{r.remove("/proc/self")}catch{}let _=`/proc/${y}`;if(r.exists(_)){ye(r,"/proc/self"),ye(r,"/proc/self/fd");for(let b of r.list(_)){let C=`${_}/${b}`,L=`/proc/self/${b}`;try{r.stat(C).type==="file"&&r.writeFile(L,r.readFile(C))}catch{}}r.writeFile("/proc/self/status",r.exists(`${_}/status`)?r.readFile(`${_}/status`):"")}else ye(r,"/proc/self"),r.writeFile("/proc/self/cmdline","bash\0"),r.writeFile("/proc/self/comm","bash"),r.writeFile("/proc/self/status",`Name: bash
263
+ `),bh(n,1,"root","pts/0","/sbin/init",new Date(r).toISOString(),{});let p=s??[];for(let b of p){let v=_h(b.tty);bh(n,v,b.username,b.tty,"bash",b.startedAt,{USER:b.username,HOME:`/home/${b.username}`,TERM:"xterm-256color",SHELL:"/bin/bash"})}let _=p.length>0?_h(p[p.length-1].tty):1;if(n.exists("/proc/self"))try{n.remove("/proc/self")}catch{}let E=`/proc/${_}`;if(n.exists(E)){_e(n,"/proc/self"),_e(n,"/proc/self/fd");for(let b of n.list(E)){let v=`${E}/${b}`,U=`/proc/self/${b}`;try{n.stat(v).type==="file"&&n.writeFile(U,n.readFile(v))}catch{}}n.writeFile("/proc/self/status",n.exists(`${E}/status`)?n.readFile(`${E}/status`):"")}else _e(n,"/proc/self"),n.writeFile("/proc/self/cmdline","bash\0"),n.writeFile("/proc/self/comm","bash"),n.writeFile("/proc/self/status",`Name: bash
335
264
  State: S (sleeping)
336
265
  Pid: 1
337
266
  PPid: 0
338
- `),r.writeFile("/proc/self/environ",""),r.writeFile("/proc/self/cwd","/root\0"),r.writeFile("/proc/self/exe","/bin/bash\0")}function YA(r,t){ye(r,"/sys"),ye(r,"/sys/devices"),ye(r,"/sys/devices/virtual"),ye(r,"/sys/devices/virtual/dmi"),ye(r,"/sys/devices/virtual/dmi/id"),ot(r,"/sys/devices/virtual/dmi/id/sys_vendor",`Fortune Systems
339
- `),ot(r,"/sys/devices/virtual/dmi/id/product_name",`VirtualContainer v1
340
- `),ot(r,"/sys/devices/virtual/dmi/id/board_name",`fortune-board
341
- `),ye(r,"/sys/class"),ye(r,"/sys/class/net"),ye(r,"/sys/kernel"),ot(r,"/sys/kernel/hostname",`fortune-vm
342
- `),ot(r,"/sys/kernel/osrelease",`${t.kernel}
343
- `),ot(r,"/sys/kernel/ostype",`Linux
344
- `)}function zA(r){ye(r,"/dev"),ot(r,"/dev/null","",438),ot(r,"/dev/zero","",438),ot(r,"/dev/random","",292),ot(r,"/dev/urandom","",292),ye(r,"/dev/pts"),ye(r,"/dev/shm")}function jA(r){ye(r,"/usr"),ye(r,"/usr/bin"),ye(r,"/usr/sbin"),ye(r,"/usr/local"),ye(r,"/usr/local/bin"),ye(r,"/usr/local/lib"),ye(r,"/usr/local/share"),ye(r,"/usr/share"),ye(r,"/usr/share/doc"),ye(r,"/usr/share/man"),ye(r,"/usr/share/man/man1"),ye(r,"/usr/lib");let t=["sh","bash","ls","cat","echo","grep","find","sort","head","tail","cut","tr","sed","awk","wc","tee","tar","gzip","gunzip","touch","mkdir","rm","mv","cp","chmod","ln","pwd","env","date","sleep","id","whoami","hostname","uname","ps","kill","df","du","curl","wget","nano","diff","uniq","xargs","base64"];for(let e of t)ot(r,`/usr/bin/${e}`,`#!/bin/sh
267
+ `),n.writeFile("/proc/self/environ",""),n.writeFile("/proc/self/cwd","/root\0"),n.writeFile("/proc/self/exe","/bin/bash\0")}function sE(n,t){_e(n,"/sys"),_e(n,"/sys/devices"),_e(n,"/sys/devices/virtual"),_e(n,"/sys/devices/virtual/dmi"),_e(n,"/sys/devices/virtual/dmi/id"),ot(n,"/sys/devices/virtual/dmi/id/sys_vendor",`Fortune Systems
268
+ `),ot(n,"/sys/devices/virtual/dmi/id/product_name",`VirtualContainer v1
269
+ `),ot(n,"/sys/devices/virtual/dmi/id/board_name",`fortune-board
270
+ `),_e(n,"/sys/class"),_e(n,"/sys/class/net"),_e(n,"/sys/kernel"),ot(n,"/sys/kernel/hostname",`fortune-vm
271
+ `),ot(n,"/sys/kernel/osrelease",`${t.kernel}
272
+ `),ot(n,"/sys/kernel/ostype",`Linux
273
+ `)}function oE(n){_e(n,"/dev"),ot(n,"/dev/null","",438),ot(n,"/dev/zero","",438),ot(n,"/dev/random","",292),ot(n,"/dev/urandom","",292),_e(n,"/dev/pts"),_e(n,"/dev/shm")}function aE(n){_e(n,"/usr"),_e(n,"/usr/bin"),_e(n,"/usr/sbin"),_e(n,"/usr/local"),_e(n,"/usr/local/bin"),_e(n,"/usr/local/lib"),_e(n,"/usr/local/share"),_e(n,"/usr/share"),_e(n,"/usr/share/doc"),_e(n,"/usr/share/man"),_e(n,"/usr/share/man/man1"),_e(n,"/usr/lib");let t=["sh","bash","ls","cat","echo","grep","find","sort","head","tail","cut","tr","sed","awk","wc","tee","tar","gzip","gunzip","touch","mkdir","rm","mv","cp","chmod","ln","pwd","env","date","sleep","id","whoami","hostname","uname","ps","kill","df","du","curl","wget","nano","diff","uniq","xargs","base64"];for(let e of t)ot(n,`/usr/bin/${e}`,`#!/bin/sh
345
274
  exec builtin ${e} "$@"
346
- `,493);ot(r,"/usr/bin/lsb_release",`#!/bin/sh
275
+ `,493);ot(n,"/usr/bin/lsb_release",`#!/bin/sh
347
276
  exec lsb_release "$@"
348
- `,493)}function XA(r){ye(r,"/var"),ye(r,"/var/log"),ye(r,"/var/tmp"),ye(r,"/var/run"),ye(r,"/var/cache"),ye(r,"/var/cache/apt"),ye(r,"/var/cache/apt/archives"),ye(r,"/var/lib"),ye(r,"/var/lib/apt"),ye(r,"/var/lib/apt/lists"),ye(r,"/var/lib/dpkg"),ye(r,"/var/lib/dpkg/info"),ot(r,"/var/lib/dpkg/status",""),ot(r,"/var/lib/dpkg/available",""),ot(r,"/var/log/syslog",`${new Date().toUTCString()} fortune kernel: Virtual container started
349
- `),ot(r,"/var/log/auth.log",""),ot(r,"/var/log/dpkg.log",""),ot(r,"/var/log/apt/history.log",""),ot(r,"/var/log/apt/term.log","")}function JA(r){r.exists("/bin")||r.symlink("/usr/bin","/bin"),r.exists("/sbin")||r.symlink("/usr/sbin","/sbin"),r.exists("/lib")||ye(r,"/lib"),r.exists("/lib64")||ye(r,"/lib64")}function ZA(r){ye(r,"/tmp",1023)}function eE(r){ye(r,"/root",448),ot(r,"/root/.bashrc",`${["# root .bashrc","export PS1='\\[\\033[0;31m\\]\\u@\\h\\[\\033[0m\\]:\\[\\033[0;34m\\]\\w\\[\\033[0m\\]# '","export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","alias ll='ls -la'","alias la='ls -A'"].join(`
277
+ `,493)}function cE(n){_e(n,"/var"),_e(n,"/var/log"),_e(n,"/var/tmp"),_e(n,"/var/run"),_e(n,"/var/cache"),_e(n,"/var/cache/apt"),_e(n,"/var/cache/apt/archives"),_e(n,"/var/lib"),_e(n,"/var/lib/apt"),_e(n,"/var/lib/apt/lists"),_e(n,"/var/lib/dpkg"),_e(n,"/var/lib/dpkg/info"),ot(n,"/var/lib/dpkg/status",""),ot(n,"/var/lib/dpkg/available",""),ot(n,"/var/log/syslog",`${new Date().toUTCString()} fortune kernel: Virtual container started
278
+ `),ot(n,"/var/log/auth.log",""),ot(n,"/var/log/dpkg.log",""),ot(n,"/var/log/apt/history.log",""),ot(n,"/var/log/apt/term.log","")}function fE(n){n.exists("/bin")||n.symlink("/usr/bin","/bin"),n.exists("/sbin")||n.symlink("/usr/sbin","/sbin"),n.exists("/lib")||_e(n,"/lib"),n.exists("/lib64")||_e(n,"/lib64")}function lE(n){_e(n,"/tmp",1023)}function uE(n){_e(n,"/root",448),ot(n,"/root/.bashrc",`${["# root .bashrc","export PS1='\\[\\033[0;31m\\]\\u@\\h\\[\\033[0m\\]:\\[\\033[0;34m\\]\\w\\[\\033[0m\\]# '","export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","alias ll='ls -la'","alias la='ls -A'"].join(`
350
279
  `)}
351
- `),ot(r,"/root/.profile",`[ -f ~/.bashrc ] && . ~/.bashrc
352
- `),r.exists("/home/root")||r.symlink("/root","/home/root")}function tE(r){ye(r,"/opt"),ye(r,"/srv"),ye(r,"/mnt"),ye(r,"/media")}function ph(r,t,e,n,s){GA(r,e,n),YA(r,n),zA(r),jA(r),XA(r),JA(r),ZA(r),eE(r),tE(r),Zs(r,n,e,s,[]),uc(r,t)}var Sh=require("node:events"),Zr=Kt(require("node:fs"),1),kr=Kt(require("node:path"),1),pn=require("node:zlib");var pc=Buffer.from([86,70,83,33]),rE=1,gh=1,mh=2,dc=class{chunks=[];write(t){this.chunks.push(t)}writeUint8(t){let e=Buffer.allocUnsafe(1);e.writeUInt8(t,0),this.chunks.push(e)}writeUint16(t){let e=Buffer.allocUnsafe(2);e.writeUInt16LE(t,0),this.chunks.push(e)}writeUint32(t){let e=Buffer.allocUnsafe(4);e.writeUInt32LE(t,0),this.chunks.push(e)}writeFloat64(t){let e=Buffer.allocUnsafe(8);e.writeDoubleBE(t,0),this.chunks.push(e)}writeString(t){let e=Buffer.from(t,"utf8");this.writeUint16(e.length),this.chunks.push(e)}writeBytes(t){this.writeUint32(t.length),this.chunks.push(t)}toBuffer(){return Buffer.concat(this.chunks)}};function Ah(r,t){if(t.type==="file"){let e=t;r.writeUint8(gh),r.writeString(e.name),r.writeUint32(e.mode),r.writeFloat64(e.createdAt.getTime()),r.writeFloat64(e.updatedAt.getTime()),r.writeUint8(e.compressed?1:0),r.writeBytes(e.content)}else{let e=t;r.writeUint8(mh),r.writeString(e.name),r.writeUint32(e.mode),r.writeFloat64(e.createdAt.getTime()),r.writeFloat64(e.updatedAt.getTime());let n=Array.from(e.children.values());r.writeUint32(n.length);for(let s of n)Ah(r,s)}}function Eh(r){let t=new dc;return t.write(pc),t.writeUint8(rE),Ah(t,r),t.toBuffer()}var hc=class{constructor(t){this.buf=t}buf;pos=0;readUint8(){return this.buf.readUInt8(this.pos++)}readUint16(){let t=this.buf.readUInt16LE(this.pos);return this.pos+=2,t}readUint32(){let t=this.buf.readUInt32LE(this.pos);return this.pos+=4,t}readFloat64(){let t=this.buf.readDoubleBE(this.pos);return this.pos+=8,t}readString(){let t=this.readUint16(),e=this.buf.toString("utf8",this.pos,this.pos+t);return this.pos+=t,e}readBytes(){let t=this.readUint32(),e=this.buf.slice(this.pos,this.pos+t);return this.pos+=t,e}remaining(){return this.buf.length-this.pos}};function _h(r){let t=r.readUint8(),e=r.readString(),n=r.readUint32(),s=new Date(r.readFloat64()),i=new Date(r.readFloat64());if(t===gh){let o=r.readUint8()===1,a=r.readBytes();return{type:"file",name:e,mode:n,createdAt:s,updatedAt:i,compressed:o,content:a}}if(t===mh){let o=r.readUint32(),a=new Map;for(let c=0;c<o;c++){let f=_h(r);a.set(f.name,f)}return{type:"directory",name:e,mode:n,createdAt:s,updatedAt:i,children:a}}throw new Error(`[VFS binary] Unknown node type: 0x${t.toString(16)}`)}function yh(r){if(r.length<5)throw new Error("[VFS binary] Buffer too short");if(!r.slice(0,4).equals(pc))throw new Error("[VFS binary] Invalid magic \u2014 not a VFS binary snapshot");let e=new hc(r);for(let s=0;s<5;s++)e.readUint8();let n=_h(e);if(n.type!=="directory")throw new Error("[VFS binary] Root node must be a directory");return n}function bh(r){return r.length>=4&&r.slice(0,4).equals(pc)}var eo=Kt(require("node:path"),1);function _t(r){if(!r||r.trim()==="")return"/";let t=eo.posix.normalize(r.startsWith("/")?r:`/${r}`);return t===""?"/":t}function nE(r){return r.split("/").filter(Boolean)}function Ht(r,t){let e=_t(t);if(e==="/")return r;let n=nE(e),s=r;for(let i of n){if(s.type!=="directory")throw new Error(`Path '${e}' does not exist.`);let o=s.children.get(i);if(!o)throw new Error(`Path '${e}' does not exist.`);s=o}return s}function zn(r,t,e,n){let s=_t(t);if(s==="/")throw new Error("Root path has no parent directory.");let i=eo.posix.dirname(s),o=eo.posix.basename(s);if(!o)throw new Error(`Invalid path '${t}'.`);e&&n(i);let a=Ht(r,i);if(a.type!=="directory")throw new Error(`Parent path '${i}' is not a directory.`);return{parent:a,name:o}}var gc=class r extends Sh.EventEmitter{root;mode;snapshotFile;constructor(t={}){if(super(),this.mode=t.mode??"memory",this.mode==="fs"){if(!t.snapshotPath)throw new Error('VirtualFileSystem: "snapshotPath" is required when mode is "fs".');this.snapshotFile=kr.resolve(t.snapshotPath,"vfs-snapshot.vfsb")}else this.snapshotFile=null;this.root=this.makeDir("",493)}makeDir(t,e){let n=new Date;return{type:"directory",name:t,mode:e,createdAt:n,updatedAt:n,children:new Map}}makeFile(t,e,n,s){let i=new Date;return{type:"file",name:t,content:e,mode:n,compressed:s,createdAt:i,updatedAt:i}}mkdirRecursive(t,e){let n=_t(t);if(n==="/")return;let s=n.split("/").filter(Boolean),i=this.root,o="";for(let a of s){o+=`/${a}`;let c=i.children.get(a);if(!c)c=this.makeDir(a,e),i.children.set(a,c),this.emit("dir:create",{path:o,mode:e});else if(c.type!=="directory")throw new Error(`Cannot create directory '${o}': path is a file.`);i=c}}async restoreMirror(){if(!(this.mode!=="fs"||!this.snapshotFile)&&Zr.existsSync(this.snapshotFile))try{let t=Zr.readFileSync(this.snapshotFile);if(bh(t))this.root=yh(t);else{let e=JSON.parse(t.toString("utf8"));this.root=this.deserializeDir(e.root,""),console.info("[VirtualFileSystem] Migrating legacy JSON snapshot to binary format.")}this.emit("snapshot:restore",{path:this.snapshotFile})}catch(t){console.warn(`[VirtualFileSystem] Could not restore snapshot from ${this.snapshotFile}:`,t instanceof Error?t.message:String(t))}}async flushMirror(){if(this.mode!=="fs"||!this.snapshotFile){this.emit("mirror:flush");return}let t=kr.dirname(this.snapshotFile);Zr.mkdirSync(t,{recursive:!0});let e=Eh(this.root);Zr.writeFileSync(this.snapshotFile,e),this.emit("mirror:flush",{path:this.snapshotFile})}getMode(){return this.mode}getSnapshotPath(){return this.snapshotFile}mkdir(t,e=493){let n=_t(t),s=(()=>{try{return Ht(this.root,n)}catch{return null}})();if(s&&s.type!=="directory")throw new Error(`Cannot create directory '${n}': path is a file.`);this.mkdirRecursive(n,e)}writeFile(t,e,n={}){let s=_t(t),{parent:i,name:o}=zn(this.root,s,!0,h=>this.mkdirRecursive(h,493)),a=i.children.get(o);if(a?.type==="directory")throw new Error(`Cannot write file '${s}': path is a directory.`);let c=Buffer.isBuffer(e)?e:Buffer.from(e,"utf8"),f=n.compress??!1,l=f?(0,pn.gzipSync)(c):c,u=n.mode??420;if(a){let h=a;h.content=l,h.compressed=f,h.mode=u,h.updatedAt=new Date}else i.children.set(o,this.makeFile(o,l,u,f));this.emit("file:write",{path:s,size:l.length})}readFile(t){let e=_t(t),n=Ht(this.root,e);if(n.type!=="file")throw new Error(`Cannot read '${t}': not a file.`);let s=n,i=s.compressed?(0,pn.gunzipSync)(s.content):s.content;return this.emit("file:read",{path:e,size:i.length}),i.toString("utf8")}readFileRaw(t){let e=_t(t),n=Ht(this.root,e);if(n.type!=="file")throw new Error(`Cannot read '${t}': not a file.`);let s=n,i=s.compressed?(0,pn.gunzipSync)(s.content):s.content;return this.emit("file:read",{path:e,size:i.length}),i}exists(t){try{return Ht(this.root,_t(t)),!0}catch{return!1}}chmod(t,e){Ht(this.root,_t(t)).mode=e}stat(t){let e=_t(t),n=Ht(this.root,e),s=e==="/"?"":kr.posix.basename(e);if(n.type==="file"){let o=n;return{type:"file",name:s,path:e,mode:o.mode,createdAt:o.createdAt,updatedAt:o.updatedAt,compressed:o.compressed,size:o.content.length}}let i=n;return{type:"directory",name:s,path:e,mode:i.mode,createdAt:i.createdAt,updatedAt:i.updatedAt,childrenCount:i.children.size}}list(t="/"){let e=_t(t),n=Ht(this.root,e);if(n.type!=="directory")throw new Error(`Cannot list '${t}': not a directory.`);return Array.from(n.children.keys()).sort()}tree(t="/"){let e=_t(t),n=Ht(this.root,e);if(n.type!=="directory")throw new Error(`Cannot render tree for '${t}': not a directory.`);let s=t==="/"?"/":kr.posix.basename(e);return this.renderTreeLines(n,s)}renderTreeLines(t,e){let n=[e],s=Array.from(t.children.keys()).sort();for(let i=0;i<s.length;i++){let o=s[i],a=t.children.get(o),c=i===s.length-1,f=c?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ",l=c?" ":"\u2502 ";if(n.push(`${f}${o}`),a.type==="directory"){let u=this.renderTreeLines(a,"").split(`
353
- `).slice(1).map(h=>`${l}${h}`);n.push(...u)}}return n.join(`
354
- `)}getUsageBytes(t="/"){return this.computeUsage(Ht(this.root,_t(t)))}computeUsage(t){if(t.type==="file")return t.content.length;let e=0;for(let n of t.children.values())e+=this.computeUsage(n);return e}compressFile(t){let e=Ht(this.root,_t(t));if(e.type!=="file")throw new Error(`Cannot compress '${t}': not a file.`);let n=e;n.compressed||(n.content=(0,pn.gzipSync)(n.content),n.compressed=!0,n.updatedAt=new Date)}decompressFile(t){let e=Ht(this.root,_t(t));if(e.type!=="file")throw new Error(`Cannot decompress '${t}': not a file.`);let n=e;n.compressed&&(n.content=(0,pn.gunzipSync)(n.content),n.compressed=!1,n.updatedAt=new Date)}symlink(t,e){let n=_t(e),s=t.startsWith("/")?_t(t):t,{parent:i,name:o}=zn(this.root,n,!0,c=>this.mkdirRecursive(c,493)),a={type:"file",name:o,content:Buffer.from(s,"utf8"),mode:41471,compressed:!1,createdAt:new Date,updatedAt:new Date};i.children.set(o,a),this.emit("symlink:create",{link:n,target:s})}isSymlink(t){try{let e=Ht(this.root,_t(t));return e.type==="file"&&e.mode===41471}catch{return!1}}resolveSymlink(t,e=8){let n=_t(t);for(let s=0;s<e;s++){try{let i=Ht(this.root,n);if(i.type==="file"&&i.mode===41471){let o=i.content.toString("utf8");n=o.startsWith("/")?o:_t(kr.posix.join(kr.posix.dirname(n),o));continue}}catch{break}return n}throw new Error(`Too many levels of symbolic links: ${t}`)}remove(t,e={}){let n=_t(t);if(n==="/")throw new Error("Cannot remove root directory.");let s=Ht(this.root,n);if(s.type==="directory"){let a=s;if(!e.recursive&&a.children.size>0)throw new Error(`Directory '${n}' is not empty. Use recursive option.`)}let{parent:i,name:o}=zn(this.root,n,!1,()=>{});i.children.delete(o),this.emit("node:remove",{path:n})}move(t,e){let n=_t(t),s=_t(e);if(n==="/"||s==="/")throw new Error("Cannot move root directory.");let i=Ht(this.root,n);if(this.exists(s))throw new Error(`Destination '${s}' already exists.`);this.mkdirRecursive(kr.posix.dirname(s),493);let{parent:o,name:a}=zn(this.root,s,!1,()=>{}),{parent:c,name:f}=zn(this.root,n,!1,()=>{});c.children.delete(f),i.name=a,o.children.set(a,i)}toSnapshot(){return{root:this.serializeDir(this.root)}}serializeDir(t){let e=[];for(let n of t.children.values())e.push(n.type==="file"?this.serializeFile(n):this.serializeDir(n));return{type:"directory",name:t.name,mode:t.mode,createdAt:t.createdAt.toISOString(),updatedAt:t.updatedAt.toISOString(),children:e}}serializeFile(t){return{type:"file",name:t.name,mode:t.mode,createdAt:t.createdAt.toISOString(),updatedAt:t.updatedAt.toISOString(),compressed:t.compressed,contentBase64:t.content.toString("base64")}}static fromSnapshot(t){let e=new r;return e.root=e.deserializeDir(t.root,""),e}importSnapshot(t){this.root=this.deserializeDir(t.root,""),this.emit("snapshot:import")}deserializeDir(t,e){let n={type:"directory",name:e,mode:t.mode,createdAt:new Date(t.createdAt),updatedAt:new Date(t.updatedAt),children:new Map};for(let s of t.children)if(s.type==="file"){let i=s;n.children.set(i.name,{type:"file",name:i.name,mode:i.mode,createdAt:new Date(i.createdAt),updatedAt:new Date(i.updatedAt),compressed:i.compressed,content:Buffer.from(i.contentBase64,"base64")})}else{let i=this.deserializeDir(s,s.name);n.children.set(s.name,i)}return n}},mc=gc;var Ac=[{name:"vim",version:"2:9.0.1378-2",section:"editors",description:"Vi IMproved - enhanced vi editor",shortDesc:"Vi IMproved",installedSizeKb:3812,files:[{path:"/usr/bin/vim",content:`#!/bin/sh
280
+ `),ot(n,"/root/.profile",`[ -f ~/.bashrc ] && . ~/.bashrc
281
+ `),n.exists("/home/root")||n.symlink("/root","/home/root")}function dE(n){_e(n,"/opt"),_e(n,"/srv"),_e(n,"/mnt"),_e(n,"/media")}function xh(n,t,e,r,s){iE(n,e,r),sE(n,r),oE(n),aE(n),cE(n),fE(n),lE(n),uE(n),dE(n),io(n,r,e,s,[]),gc(n,t)}var Rh=require("node:events"),nr=Kt(require("node:fs"),1),Bn=Kt(require("node:path"),1),gr=require("node:zlib");var Ec=Buffer.from([86,70,83,33]),hE=1,Sh=1,wh=2,mc=class{chunks=[];write(t){this.chunks.push(t)}writeUint8(t){let e=Buffer.allocUnsafe(1);e.writeUInt8(t,0),this.chunks.push(e)}writeUint16(t){let e=Buffer.allocUnsafe(2);e.writeUInt16LE(t,0),this.chunks.push(e)}writeUint32(t){let e=Buffer.allocUnsafe(4);e.writeUInt32LE(t,0),this.chunks.push(e)}writeFloat64(t){let e=Buffer.allocUnsafe(8);e.writeDoubleBE(t,0),this.chunks.push(e)}writeString(t){let e=Buffer.from(t,"utf8");this.writeUint16(e.length),this.chunks.push(e)}writeBytes(t){this.writeUint32(t.length),this.chunks.push(t)}toBuffer(){return Buffer.concat(this.chunks)}};function Ih(n,t){if(t.type==="file"){let e=t;n.writeUint8(Sh),n.writeString(e.name),n.writeUint32(e.mode),n.writeFloat64(e.createdAt.getTime()),n.writeFloat64(e.updatedAt.getTime()),n.writeUint8(e.compressed?1:0),n.writeBytes(e.content)}else{let e=t;n.writeUint8(wh),n.writeString(e.name),n.writeUint32(e.mode),n.writeFloat64(e.createdAt.getTime()),n.writeFloat64(e.updatedAt.getTime());let r=Array.from(e.children.values());n.writeUint32(r.length);for(let s of r)Ih(n,s)}}function Ch(n){let t=new mc;return t.write(Ec),t.writeUint8(hE),Ih(t,n),t.toBuffer()}var Ac=class{constructor(t){this.buf=t}buf;pos=0;readUint8(){return this.buf.readUInt8(this.pos++)}readUint16(){let t=this.buf.readUInt16LE(this.pos);return this.pos+=2,t}readUint32(){let t=this.buf.readUInt32LE(this.pos);return this.pos+=4,t}readFloat64(){let t=this.buf.readDoubleBE(this.pos);return this.pos+=8,t}readString(){let t=this.readUint16(),e=this.buf.toString("utf8",this.pos,this.pos+t);return this.pos+=t,e}readBytes(){let t=this.readUint32(),e=this.buf.slice(this.pos,this.pos+t);return this.pos+=t,e}remaining(){return this.buf.length-this.pos}};function vh(n){let t=n.readUint8(),e=n.readString(),r=n.readUint32(),s=new Date(n.readFloat64()),i=new Date(n.readFloat64());if(t===Sh){let o=n.readUint8()===1,a=n.readBytes();return{type:"file",name:e,mode:r,createdAt:s,updatedAt:i,compressed:o,content:a}}if(t===wh){let o=n.readUint32(),a=new Map;for(let c=0;c<o;c++){let f=vh(n);a.set(f.name,f)}return{type:"directory",name:e,mode:r,createdAt:s,updatedAt:i,children:a}}throw new Error(`[VFS binary] Unknown node type: 0x${t.toString(16)}`)}function kh(n){if(n.length<5)throw new Error("[VFS binary] Buffer too short");if(!n.slice(0,4).equals(Ec))throw new Error("[VFS binary] Invalid magic \u2014 not a VFS binary snapshot");let e=new Ac(n);for(let s=0;s<5;s++)e.readUint8();let r=vh(e);if(r.type!=="directory")throw new Error("[VFS binary] Root node must be a directory");return r}function Bh(n){return n.length>=4&&n.slice(0,4).equals(Ec)}var so=Kt(require("node:path"),1);function bt(n){if(!n||n.trim()==="")return"/";let t=so.posix.normalize(n.startsWith("/")?n:`/${n}`);return t===""?"/":t}function pE(n){return n.split("/").filter(Boolean)}function Ht(n,t){let e=bt(t);if(e==="/")return n;let r=pE(e),s=n;for(let i of r){if(s.type!=="directory")throw new Error(`Path '${e}' does not exist.`);let o=s.children.get(i);if(!o)throw new Error(`Path '${e}' does not exist.`);s=o}return s}function jr(n,t,e,r){let s=bt(t);if(s==="/")throw new Error("Root path has no parent directory.");let i=so.posix.dirname(s),o=so.posix.basename(s);if(!o)throw new Error(`Invalid path '${t}'.`);e&&r(i);let a=Ht(n,i);if(a.type!=="directory")throw new Error(`Parent path '${i}' is not a directory.`);return{parent:a,name:o}}var yc=class n extends Rh.EventEmitter{root;mode;snapshotFile;constructor(t={}){if(super(),this.mode=t.mode??"memory",this.mode==="fs"){if(!t.snapshotPath)throw new Error('VirtualFileSystem: "snapshotPath" is required when mode is "fs".');this.snapshotFile=Bn.resolve(t.snapshotPath,"vfs-snapshot.vfsb")}else this.snapshotFile=null;this.root=this.makeDir("",493)}makeDir(t,e){let r=new Date;return{type:"directory",name:t,mode:e,createdAt:r,updatedAt:r,children:new Map}}makeFile(t,e,r,s){let i=new Date;return{type:"file",name:t,content:e,mode:r,compressed:s,createdAt:i,updatedAt:i}}mkdirRecursive(t,e){let r=bt(t);if(r==="/")return;let s=r.split("/").filter(Boolean),i=this.root,o="";for(let a of s){o+=`/${a}`;let c=i.children.get(a);if(!c)c=this.makeDir(a,e),i.children.set(a,c),this.emit("dir:create",{path:o,mode:e});else if(c.type!=="directory")throw new Error(`Cannot create directory '${o}': path is a file.`);i=c}}async restoreMirror(){if(!(this.mode!=="fs"||!this.snapshotFile)&&nr.existsSync(this.snapshotFile))try{let t=nr.readFileSync(this.snapshotFile);if(Bh(t))this.root=kh(t);else{let e=JSON.parse(t.toString("utf8"));this.root=this.deserializeDir(e.root,""),console.info("[VirtualFileSystem] Migrating legacy JSON snapshot to binary format.")}this.emit("snapshot:restore",{path:this.snapshotFile})}catch(t){console.warn(`[VirtualFileSystem] Could not restore snapshot from ${this.snapshotFile}:`,t instanceof Error?t.message:String(t))}}async flushMirror(){if(this.mode!=="fs"||!this.snapshotFile){this.emit("mirror:flush");return}let t=Bn.dirname(this.snapshotFile);nr.mkdirSync(t,{recursive:!0});let e=Ch(this.root);nr.writeFileSync(this.snapshotFile,e),this.emit("mirror:flush",{path:this.snapshotFile})}getMode(){return this.mode}getSnapshotPath(){return this.snapshotFile}mkdir(t,e=493){let r=bt(t),s=(()=>{try{return Ht(this.root,r)}catch{return null}})();if(s&&s.type!=="directory")throw new Error(`Cannot create directory '${r}': path is a file.`);this.mkdirRecursive(r,e)}writeFile(t,e,r={}){let s=bt(t),{parent:i,name:o}=jr(this.root,s,!0,h=>this.mkdirRecursive(h,493)),a=i.children.get(o);if(a?.type==="directory")throw new Error(`Cannot write file '${s}': path is a directory.`);let c=Buffer.isBuffer(e)?e:Buffer.from(e,"utf8"),f=r.compress??!1,l=f?(0,gr.gzipSync)(c):c,u=r.mode??420;if(a){let h=a;h.content=l,h.compressed=f,h.mode=u,h.updatedAt=new Date}else i.children.set(o,this.makeFile(o,l,u,f));this.emit("file:write",{path:s,size:l.length})}readFile(t){let e=bt(t),r=Ht(this.root,e);if(r.type!=="file")throw new Error(`Cannot read '${t}': not a file.`);let s=r,i=s.compressed?(0,gr.gunzipSync)(s.content):s.content;return this.emit("file:read",{path:e,size:i.length}),i.toString("utf8")}readFileRaw(t){let e=bt(t),r=Ht(this.root,e);if(r.type!=="file")throw new Error(`Cannot read '${t}': not a file.`);let s=r,i=s.compressed?(0,gr.gunzipSync)(s.content):s.content;return this.emit("file:read",{path:e,size:i.length}),i}exists(t){try{return Ht(this.root,bt(t)),!0}catch{return!1}}chmod(t,e){Ht(this.root,bt(t)).mode=e}stat(t){let e=bt(t),r=Ht(this.root,e),s=e==="/"?"":Bn.posix.basename(e);if(r.type==="file"){let o=r;return{type:"file",name:s,path:e,mode:o.mode,createdAt:o.createdAt,updatedAt:o.updatedAt,compressed:o.compressed,size:o.content.length}}let i=r;return{type:"directory",name:s,path:e,mode:i.mode,createdAt:i.createdAt,updatedAt:i.updatedAt,childrenCount:i.children.size}}list(t="/"){let e=bt(t),r=Ht(this.root,e);if(r.type!=="directory")throw new Error(`Cannot list '${t}': not a directory.`);return Array.from(r.children.keys()).sort()}tree(t="/"){let e=bt(t),r=Ht(this.root,e);if(r.type!=="directory")throw new Error(`Cannot render tree for '${t}': not a directory.`);let s=t==="/"?"/":Bn.posix.basename(e);return this.renderTreeLines(r,s)}renderTreeLines(t,e){let r=[e],s=Array.from(t.children.keys()).sort();for(let i=0;i<s.length;i++){let o=s[i],a=t.children.get(o),c=i===s.length-1,f=c?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ",l=c?" ":"\u2502 ";if(r.push(`${f}${o}`),a.type==="directory"){let u=this.renderTreeLines(a,"").split(`
282
+ `).slice(1).map(h=>`${l}${h}`);r.push(...u)}}return r.join(`
283
+ `)}getUsageBytes(t="/"){return this.computeUsage(Ht(this.root,bt(t)))}computeUsage(t){if(t.type==="file")return t.content.length;let e=0;for(let r of t.children.values())e+=this.computeUsage(r);return e}compressFile(t){let e=Ht(this.root,bt(t));if(e.type!=="file")throw new Error(`Cannot compress '${t}': not a file.`);let r=e;r.compressed||(r.content=(0,gr.gzipSync)(r.content),r.compressed=!0,r.updatedAt=new Date)}decompressFile(t){let e=Ht(this.root,bt(t));if(e.type!=="file")throw new Error(`Cannot decompress '${t}': not a file.`);let r=e;r.compressed&&(r.content=(0,gr.gunzipSync)(r.content),r.compressed=!1,r.updatedAt=new Date)}symlink(t,e){let r=bt(e),s=t.startsWith("/")?bt(t):t,{parent:i,name:o}=jr(this.root,r,!0,c=>this.mkdirRecursive(c,493)),a={type:"file",name:o,content:Buffer.from(s,"utf8"),mode:41471,compressed:!1,createdAt:new Date,updatedAt:new Date};i.children.set(o,a),this.emit("symlink:create",{link:r,target:s})}isSymlink(t){try{let e=Ht(this.root,bt(t));return e.type==="file"&&e.mode===41471}catch{return!1}}resolveSymlink(t,e=8){let r=bt(t);for(let s=0;s<e;s++){try{let i=Ht(this.root,r);if(i.type==="file"&&i.mode===41471){let o=i.content.toString("utf8");r=o.startsWith("/")?o:bt(Bn.posix.join(Bn.posix.dirname(r),o));continue}}catch{break}return r}throw new Error(`Too many levels of symbolic links: ${t}`)}remove(t,e={}){let r=bt(t);if(r==="/")throw new Error("Cannot remove root directory.");let s=Ht(this.root,r);if(s.type==="directory"){let a=s;if(!e.recursive&&a.children.size>0)throw new Error(`Directory '${r}' is not empty. Use recursive option.`)}let{parent:i,name:o}=jr(this.root,r,!1,()=>{});i.children.delete(o),this.emit("node:remove",{path:r})}move(t,e){let r=bt(t),s=bt(e);if(r==="/"||s==="/")throw new Error("Cannot move root directory.");let i=Ht(this.root,r);if(this.exists(s))throw new Error(`Destination '${s}' already exists.`);this.mkdirRecursive(Bn.posix.dirname(s),493);let{parent:o,name:a}=jr(this.root,s,!1,()=>{}),{parent:c,name:f}=jr(this.root,r,!1,()=>{});c.children.delete(f),i.name=a,o.children.set(a,i)}toSnapshot(){return{root:this.serializeDir(this.root)}}serializeDir(t){let e=[];for(let r of t.children.values())e.push(r.type==="file"?this.serializeFile(r):this.serializeDir(r));return{type:"directory",name:t.name,mode:t.mode,createdAt:t.createdAt.toISOString(),updatedAt:t.updatedAt.toISOString(),children:e}}serializeFile(t){return{type:"file",name:t.name,mode:t.mode,createdAt:t.createdAt.toISOString(),updatedAt:t.updatedAt.toISOString(),compressed:t.compressed,contentBase64:t.content.toString("base64")}}static fromSnapshot(t){let e=new n;return e.root=e.deserializeDir(t.root,""),e}importSnapshot(t){this.root=this.deserializeDir(t.root,""),this.emit("snapshot:import")}deserializeDir(t,e){let r={type:"directory",name:e,mode:t.mode,createdAt:new Date(t.createdAt),updatedAt:new Date(t.updatedAt),children:new Map};for(let s of t.children)if(s.type==="file"){let i=s;r.children.set(i.name,{type:"file",name:i.name,mode:i.mode,createdAt:new Date(i.createdAt),updatedAt:new Date(i.updatedAt),compressed:i.compressed,content:Buffer.from(i.contentBase64,"base64")})}else{let i=this.deserializeDir(s,s.name);r.children.set(s.name,i)}return r}},_c=yc;var bc=[{name:"vim",version:"2:9.0.1378-2",section:"editors",description:"Vi IMproved - enhanced vi editor",shortDesc:"Vi IMproved",installedSizeKb:3812,files:[{path:"/usr/bin/vim",content:`#!/bin/sh
355
284
  echo 'vim: use nano for editing in this environment'
356
285
  `,mode:493},{path:"/usr/bin/vi",content:`#!/bin/sh
357
286
  exec vim "$@"
@@ -424,7 +353,7 @@ echo 'rsync: virtual stub'
424
353
  echo 'tmux: terminal multiplexer (virtual stub)'
425
354
  `,mode:493}]},{name:"tree",version:"2.1.0-1",section:"utils",description:"Displays an indented directory tree, in color",shortDesc:"list files in tree format",installedSizeKb:108,files:[{path:"/usr/bin/tree",content:`#!/bin/sh
426
355
  exec builtin tree "$@"
427
- `,mode:493}]},{name:"ca-certificates",version:"20230311",section:"misc",description:"Common CA certificates",shortDesc:"common CA certificates",installedSizeKb:388,files:[{path:"/etc/ssl/certs/.keep",content:""},{path:"/etc/ssl/private/.keep",content:""},{path:"/usr/share/ca-certificates/.keep",content:""}],onInstall:r=>{r.exists("/etc/ssl")||r.mkdir("/etc/ssl",493),r.exists("/etc/ssl/certs")||r.mkdir("/etc/ssl/certs",493)}},{name:"locales",version:"2.36-9+deb12u3",section:"localization",description:"GNU C Library: National Language (locale) data",shortDesc:"locale data",installedSizeKb:16484,files:[{path:"/etc/locale.gen",content:`en_US.UTF-8 UTF-8
356
+ `,mode:493}]},{name:"ca-certificates",version:"20230311",section:"misc",description:"Common CA certificates",shortDesc:"common CA certificates",installedSizeKb:388,files:[{path:"/etc/ssl/certs/.keep",content:""},{path:"/etc/ssl/private/.keep",content:""},{path:"/usr/share/ca-certificates/.keep",content:""}],onInstall:n=>{n.exists("/etc/ssl")||n.mkdir("/etc/ssl",493),n.exists("/etc/ssl/certs")||n.mkdir("/etc/ssl/certs",493)}},{name:"locales",version:"2.36-9+deb12u3",section:"localization",description:"GNU C Library: National Language (locale) data",shortDesc:"locale data",installedSizeKb:16484,files:[{path:"/etc/locale.gen",content:`en_US.UTF-8 UTF-8
428
357
  `},{path:"/etc/default/locale",content:`LANG=en_US.UTF-8
429
358
  LANGUAGE=en_US:en
430
359
  `}]},{name:"sudo",version:"1.9.13p3-1+deb12u1",section:"admin",description:"Provide limited super user privileges to specific users",shortDesc:"super user privilege execution",installedSizeKb:2304,files:[{path:"/usr/bin/sudo",content:`#!/bin/sh
@@ -436,63 +365,70 @@ echo 'systemd is not running in this virtual container.'
436
365
  exit 1
437
366
  `,mode:493},{path:"/usr/bin/journalctl",content:`#!/bin/sh
438
367
  echo 'journalctl: virtual stub'
439
- `,mode:493}]}],Fi=class{constructor(t,e){this.vfs=t;this.users=e}vfs;users;installed=new Map;registryPath="/var/lib/dpkg/status";logPath="/var/log/dpkg.log";aptLogPath="/var/log/apt/history.log";load(){if(!this.vfs.exists(this.registryPath))return;let t=this.vfs.readFile(this.registryPath);if(!t.trim())return;let e=t.split(/\n\n+/);for(let n of e){if(!n.trim())continue;let s=this.parseFields(n),i=s.Package;i&&this.installed.set(i,{name:i,version:s.Version??"unknown",architecture:s.Architecture??"amd64",maintainer:s.Maintainer??"Fortune Maintainers",description:s.Description??"",section:s.Section??"misc",installedSizeKb:Number(s["Installed-Size"]??0),installedAt:s["X-Installed-At"]??new Date().toISOString(),files:(s["X-Files"]??"").split("|").filter(Boolean)})}}persist(){let t=[];for(let e of this.installed.values())t.push([`Package: ${e.name}`,"Status: install ok installed","Priority: optional",`Section: ${e.section}`,`Installed-Size: ${e.installedSizeKb}`,`Maintainer: ${e.maintainer}`,`Architecture: ${e.architecture}`,`Version: ${e.version}`,`Description: ${e.description}`,`X-Installed-At: ${e.installedAt}`,`X-Files: ${e.files.join("|")}`].join(`
368
+ `,mode:493}]},{name:"gzip",version:"1.12-2",section:"utils",description:"GNU compression utility",shortDesc:"compression utility",installedSizeKb:128,files:[{path:"/usr/bin/gzip",content:`#!/bin/sh
369
+ echo 'gzip: virtual stub'
370
+ `,mode:493}]},{name:"neofetch",version:"7.1.0-1",section:"utils",description:"A command-line system information tool written in bash 3.2+",shortDesc:"command-line system information tool",installedSizeKb:256,files:[{path:"/usr/bin/neofetch",content:`#!/bin/sh
371
+ echo 'neofetch: virtual stub'
372
+ `,mode:493}]}],Wi=class{constructor(t,e){this.vfs=t;this.users=e}vfs;users;installed=new Map;registryPath="/var/lib/dpkg/status";logPath="/var/log/dpkg.log";aptLogPath="/var/log/apt/history.log";load(){if(!this.vfs.exists(this.registryPath))return;let t=this.vfs.readFile(this.registryPath);if(!t.trim())return;let e=t.split(/\n\n+/);for(let r of e){if(!r.trim())continue;let s=this.parseFields(r),i=s.Package;i&&this.installed.set(i,{name:i,version:s.Version??"unknown",architecture:s.Architecture??"amd64",maintainer:s.Maintainer??"Fortune Maintainers",description:s.Description??"",section:s.Section??"misc",installedSizeKb:Number(s["Installed-Size"]??0),installedAt:s["X-Installed-At"]??new Date().toISOString(),files:(s["X-Files"]??"").split("|").filter(Boolean)})}}persist(){let t=[];for(let e of this.installed.values())t.push([`Package: ${e.name}`,"Status: install ok installed","Priority: optional",`Section: ${e.section}`,`Installed-Size: ${e.installedSizeKb}`,`Maintainer: ${e.maintainer}`,`Architecture: ${e.architecture}`,`Version: ${e.version}`,`Description: ${e.description}`,`X-Installed-At: ${e.installedAt}`,`X-Files: ${e.files.join("|")}`].join(`
440
373
  `));this.vfs.writeFile(this.registryPath,`${t.join(`
441
374
 
442
375
  `)}
443
- `)}parseFields(t){let e={};for(let n of t.split(`
444
- `)){let s=n.indexOf(": ");s!==-1&&(e[n.slice(0,s)]=n.slice(s+2))}return e}log(t){let n=`${new Date().toISOString().replace("T"," ").slice(0,19)} ${t}
445
- `,s=this.vfs.exists(this.logPath)?this.vfs.readFile(this.logPath):"";this.vfs.writeFile(this.logPath,s+n)}aptLog(t,e){let n=new Date().toISOString(),s=this.vfs.exists(this.aptLogPath)?this.vfs.readFile(this.aptLogPath):"",i=[`Start-Date: ${n}`,`Commandline: apt-get ${t} ${e.join(" ")}`,`${t==="install"?"Install":"Remove"}: ${e.join(", ")}`,`End-Date: ${n}`,""].join(`
446
- `);this.vfs.writeFile(this.aptLogPath,s+i)}findInRegistry(t){return Ac.find(e=>e.name.toLowerCase()===t.toLowerCase())}listAvailable(){return[...Ac].sort((t,e)=>t.name.localeCompare(e.name))}listInstalled(){return[...this.installed.values()].sort((t,e)=>t.name.localeCompare(e.name))}isInstalled(t){return this.installed.has(t.toLowerCase())}installedCount(){return this.installed.size}install(t,e={}){let n=[],s=[],i=[],o=(c,f=new Set)=>{if(f.has(c)||(f.add(c),this.isInstalled(c)))return;let l=this.findInRegistry(c);if(!l){i.push(c);return}for(let u of l.depends??[])o(u,f);s.find(u=>u.name===l.name)||s.push(l)};for(let c of t)o(c);if(i.length>0)return{output:`E: Unable to locate package ${i.join(", ")}`,exitCode:100};if(s.length===0)return{output:t.map(c=>`${c} is already the newest version.`).join(`
447
- `),exitCode:0};let a=s.reduce((c,f)=>c+(f.installedSizeKb??0),0);e.quiet||n.push("Reading package lists... Done","Building dependency tree... Done","Reading state information... Done","The following NEW packages will be installed:",` ${s.map(c=>c.name).join(" ")}`,`0 upgraded, ${s.length} newly installed, 0 to remove and 0 not upgraded.`,`Need to get 0 B/${a} kB of archives.`,`After this operation, ${a} kB of additional disk space will be used.`,"");for(let c of s){e.quiet||(n.push(`Selecting previously unselected package ${c.name}.`),n.push("(Reading database ... 12345 files and directories currently installed.)"),n.push(`Preparing to unpack .../archives/${c.name}_${c.version}_amd64.deb ...`),n.push(`Unpacking ${c.name} (${c.version}) ...`));for(let l of c.files??[]){let u=l.path.slice(0,l.path.lastIndexOf("/"));u&&!this.vfs.exists(u)&&this.vfs.mkdir(u,493),this.vfs.writeFile(l.path,l.content,{mode:l.mode??420})}c.onInstall?.(this.vfs,this.users),e.quiet||n.push(`Setting up ${c.name} (${c.version}) ...`);let f=new Date().toISOString();this.installed.set(c.name,{name:c.name,version:c.version,architecture:c.architecture??"amd64",maintainer:c.maintainer??"Fortune Maintainers <pkg@fortune.local>",description:c.description,section:c.section??"misc",installedSizeKb:c.installedSizeKb??0,installedAt:f,files:(c.files??[]).map(l=>l.path)}),this.log(`install ${c.name} ${c.version}`)}return this.aptLog("install",s.map(c=>c.name)),this.persist(),e.quiet||n.push("Processing triggers for man-db (2.11.2-2) ..."),{output:n.join(`
448
- `),exitCode:0}}remove(t,e={}){let n=[],s=[];for(let i of t){let o=this.installed.get(i.toLowerCase());o?s.push(o):n.push(`Package '${i}' is not installed, so not removed`)}if(s.length===0)return{output:n.join(`
449
- `)||"Nothing to remove.",exitCode:0};e.quiet||n.push("Reading package lists... Done","Building dependency tree... Done","The following packages will be REMOVED:",` ${s.map(i=>i.name).join(" ")}`,`0 upgraded, 0 newly installed, ${s.length} to remove and 0 not upgraded.`);for(let i of s){e.quiet||n.push(`Removing ${i.name} (${i.version}) ...`);for(let a of i.files)if(!(!e.purge&&(a.startsWith("/etc/")||a.endsWith(".conf"))))try{this.vfs.exists(a)&&this.vfs.remove(a)}catch{}this.findInRegistry(i.name)?.onRemove?.(this.vfs),this.installed.delete(i.name),this.log(`remove ${i.name} ${i.version}`)}return this.aptLog("remove",s.map(i=>i.name)),this.persist(),{output:n.join(`
450
- `),exitCode:0}}search(t){let e=t.toLowerCase();return Ac.filter(n=>n.name.includes(e)||n.description.toLowerCase().includes(e)||(n.shortDesc??"").toLowerCase().includes(e)).sort((n,s)=>n.name.localeCompare(s.name))}show(t){let e=this.findInRegistry(t);if(!e)return null;let n=this.installed.get(t);return[`Package: ${e.name}`,`Version: ${e.version}`,`Architecture: ${e.architecture??"amd64"}`,`Maintainer: ${e.maintainer??"Fortune Maintainers <pkg@fortune.local>"}`,`Installed-Size: ${e.installedSizeKb??0}`,`Depends: ${(e.depends??[]).join(", ")||"(none)"}`,`Section: ${e.section??"misc"}`,"Priority: optional",`Description: ${e.description}`,`Status: ${n?"install ok installed":"install ok not-installed"}`].join(`
451
- `)}};var en=require("node:crypto"),wh=require("node:events"),Ih=Kt(require("node:path"),1);function iE(){let r=process.env.SSH_MIMIC_FAST_PASSWORD_HASH;return!!r&&!["0","false","no","off"].includes(r.toLowerCase())}var Nt=cr("VirtualUserManager"),Hi=class r extends wh.EventEmitter{constructor(e,n=!0){super();this.vfs=e;this.autoSudoForNewUsers=n;Nt.mark("constructor")}vfs;autoSudoForNewUsers;static recordCache=new Map;static fastPasswordHash=iE();usersPath="/virtual-env-js/.auth/htpasswd";sudoersPath="/virtual-env-js/.auth/sudoers";quotasPath="/virtual-env-js/.auth/quotas";authDirPath="/virtual-env-js/.auth";users=new Map;sudoers=new Set;quotas=new Map;activeSessions=new Map;nextTty=0;async initialize(){Nt.mark("initialize"),this.loadFromVfs(),this.loadSudoersFromVfs(),this.loadQuotasFromVfs();let e=!1;this.users.has("root")||(this.users.set("root",this.createRecord("root","")),e=!0),this.sudoers.add("root");let n="/home/root";this.vfs.exists(n)||(this.vfs.mkdir(n,493),this.vfs.writeFile(`${n}/README.txt`,"Welcome to the virtual environment, root")),e&&await this.persist(),this.emit("initialized")}async setQuotaBytes(e,n){if(Nt.mark("setQuotaBytes"),this.validateUsername(e),!this.users.has(e))throw new Error(`quota: user '${e}' does not exist`);if(!Number.isFinite(n)||n<0)throw new Error("quota: maxBytes must be a non-negative number");this.quotas.set(e,Math.floor(n)),await this.persist()}async clearQuota(e){Nt.mark("clearQuota"),this.validateUsername(e),this.quotas.delete(e),await this.persist()}getQuotaBytes(e){return Nt.mark("getQuotaBytes"),this.quotas.get(e)??null}getUsageBytes(e){Nt.mark("getUsageBytes");let n=`/home/${e}`;return this.vfs.exists(n)?this.vfs.getUsageBytes(n):0}assertWriteWithinQuota(e,n,s){Nt.mark("assertWriteWithinQuota");let i=this.quotas.get(e);if(i===void 0)return;let o=xh(n),a=xh(`/home/${e}`);if(!(o===a||o.startsWith(`${a}/`)))return;let f=this.getUsageBytes(e),l=0;if(this.vfs.exists(o)){let g=this.vfs.stat(o);g.type==="file"&&(l=g.size)}let u=Buffer.isBuffer(s)?s.length:Buffer.byteLength(s,"utf8"),h=f-l+u;if(h>i)throw new Error(`quota exceeded for '${e}': ${h}/${i} bytes`)}verifyPassword(e,n){Nt.mark("verifyPassword");let s=this.users.get(e);return s?this.hashPassword(n)===s.passwordHash:!1}async addUser(e,n){if(Nt.mark("addUser"),this.validateUsername(e),this.validatePassword(n),this.users.has(e))return;this.users.set(e,this.createRecord(e,n)),this.autoSudoForNewUsers&&this.sudoers.add(e);let s=`/home/${e}`;this.vfs.exists(s)||(this.vfs.mkdir(s,493),this.vfs.writeFile(`${s}/README.txt`,`Welcome to the virtual environment, ${e}`)),await this.persist(),this.emit("user:add",{username:e})}getPasswordHash(e){Nt.mark("getPasswordHash");let n=this.users.get(e);return n?n.passwordHash:null}async setPassword(e,n){if(Nt.mark("setPassword"),this.validateUsername(e),this.validatePassword(n),!this.users.has(e))throw new Error(`passwd: user '${e}' does not exist`);this.users.set(e,this.createRecord(e,n)),await this.persist()}async deleteUser(e){if(Nt.mark("deleteUser"),this.validateUsername(e),e==="root")throw new Error("deluser: cannot delete root");if(!this.users.delete(e))throw new Error(`deluser: user '${e}' does not exist`);this.sudoers.delete(e),this.emit("user:delete",{username:e}),await this.persist()}isSudoer(e){return Nt.mark("isSudoer"),this.sudoers.has(e)}async addSudoer(e){if(Nt.mark("addSudoer"),this.validateUsername(e),!this.users.has(e))throw new Error(`sudoers: user '${e}' does not exist`);this.sudoers.add(e),await this.persist()}async removeSudoer(e){if(Nt.mark("removeSudoer"),this.validateUsername(e),e==="root")throw new Error("sudoers: cannot remove root");this.sudoers.delete(e),await this.persist()}registerSession(e,n){Nt.mark("registerSession");let s={id:(0,en.randomUUID)(),username:e,tty:`pts/${this.nextTty++}`,remoteAddress:n,startedAt:new Date().toISOString()};return this.activeSessions.set(s.id,s),this.emit("session:register",{sessionId:s.id,username:e,remoteAddress:n}),s}unregisterSession(e){if(Nt.mark("unregisterSession"),!e)return;let n=this.activeSessions.get(e);this.activeSessions.delete(e),n&&this.emit("session:unregister",{sessionId:e,username:n.username}),this.activeSessions.delete(e)}updateSession(e,n,s){if(Nt.mark("updateSession"),!e)return;let i=this.activeSessions.get(e);i&&this.activeSessions.set(e,{...i,username:n,remoteAddress:s})}listActiveSessions(){return Nt.mark("listActiveSessions"),Array.from(this.activeSessions.values()).sort((e,n)=>e.startedAt.localeCompare(n.startedAt))}listUsers(){return Array.from(this.users.keys()).sort()}loadFromVfs(){if(this.users.clear(),!this.vfs.exists(this.usersPath))return;let e=this.vfs.readFile(this.usersPath);for(let n of e.split(`
452
- `)){let s=n.trim();if(s.length===0)continue;let i=s.split(":");if(i.length<3)continue;let[o,a,c]=i;!o||!a||!c||this.users.set(o,{username:o,salt:a,passwordHash:c})}}loadSudoersFromVfs(){if(this.sudoers.clear(),!this.vfs.exists(this.sudoersPath))return;let e=this.vfs.readFile(this.sudoersPath);for(let n of e.split(`
453
- `)){let s=n.trim();s.length>0&&this.sudoers.add(s)}}loadQuotasFromVfs(){if(this.quotas.clear(),!this.vfs.exists(this.quotasPath))return;let e=this.vfs.readFile(this.quotasPath);for(let n of e.split(`
454
- `)){let s=n.trim();if(s.length===0)continue;let[i,o]=s.split(":"),a=Number.parseInt(o??"",10);!i||!Number.isFinite(a)||a<0||this.quotas.set(i,a)}}async persist(){this.vfs.exists(this.authDirPath)||this.vfs.mkdir(this.authDirPath,448);let e=Array.from(this.users.values()).sort((o,a)=>o.username.localeCompare(a.username)).map(o=>[o.username,o.salt,o.passwordHash].join(":")).join(`
455
- `),n=Array.from(this.sudoers.values()).sort().join(`
376
+ `)}parseFields(t){let e={};for(let r of t.split(`
377
+ `)){let s=r.indexOf(": ");s!==-1&&(e[r.slice(0,s)]=r.slice(s+2))}return e}log(t){let r=`${new Date().toISOString().replace("T"," ").slice(0,19)} ${t}
378
+ `,s=this.vfs.exists(this.logPath)?this.vfs.readFile(this.logPath):"";this.vfs.writeFile(this.logPath,s+r)}aptLog(t,e){let r=new Date().toISOString(),s=this.vfs.exists(this.aptLogPath)?this.vfs.readFile(this.aptLogPath):"",i=[`Start-Date: ${r}`,`Commandline: apt-get ${t} ${e.join(" ")}`,`${t==="install"?"Install":"Remove"}: ${e.join(", ")}`,`End-Date: ${r}`,""].join(`
379
+ `);this.vfs.writeFile(this.aptLogPath,s+i)}findInRegistry(t){return bc.find(e=>e.name.toLowerCase()===t.toLowerCase())}listAvailable(){return[...bc].sort((t,e)=>t.name.localeCompare(e.name))}listInstalled(){return[...this.installed.values()].sort((t,e)=>t.name.localeCompare(e.name))}isInstalled(t){return this.installed.has(t.toLowerCase())}installedCount(){return this.installed.size}install(t,e={}){let r=[],s=[],i=[],o=(c,f=new Set)=>{if(f.has(c)||(f.add(c),this.isInstalled(c)))return;let l=this.findInRegistry(c);if(!l){i.push(c);return}for(let u of l.depends??[])o(u,f);s.find(u=>u.name===l.name)||s.push(l)};for(let c of t)o(c);if(i.length>0)return{output:`E: Unable to locate package ${i.join(", ")}`,exitCode:100};if(s.length===0)return{output:t.map(c=>`${c} is already the newest version.`).join(`
380
+ `),exitCode:0};let a=s.reduce((c,f)=>c+(f.installedSizeKb??0),0);e.quiet||r.push("Reading package lists... Done","Building dependency tree... Done","Reading state information... Done","The following NEW packages will be installed:",` ${s.map(c=>c.name).join(" ")}`,`0 upgraded, ${s.length} newly installed, 0 to remove and 0 not upgraded.`,`Need to get 0 B/${a} kB of archives.`,`After this operation, ${a} kB of additional disk space will be used.`,"");for(let c of s){e.quiet||(r.push(`Selecting previously unselected package ${c.name}.`),r.push("(Reading database ... 12345 files and directories currently installed.)"),r.push(`Preparing to unpack .../archives/${c.name}_${c.version}_amd64.deb ...`),r.push(`Unpacking ${c.name} (${c.version}) ...`));for(let l of c.files??[]){let u=l.path.slice(0,l.path.lastIndexOf("/"));u&&!this.vfs.exists(u)&&this.vfs.mkdir(u,493),this.vfs.writeFile(l.path,l.content,{mode:l.mode??420})}c.onInstall?.(this.vfs,this.users),e.quiet||r.push(`Setting up ${c.name} (${c.version}) ...`);let f=new Date().toISOString();this.installed.set(c.name,{name:c.name,version:c.version,architecture:c.architecture??"amd64",maintainer:c.maintainer??"Fortune Maintainers <pkg@fortune.local>",description:c.description,section:c.section??"misc",installedSizeKb:c.installedSizeKb??0,installedAt:f,files:(c.files??[]).map(l=>l.path)}),this.log(`install ${c.name} ${c.version}`)}return this.aptLog("install",s.map(c=>c.name)),this.persist(),e.quiet||r.push("Processing triggers for man-db (2.11.2-2) ..."),{output:r.join(`
381
+ `),exitCode:0}}remove(t,e={}){let r=[],s=[];for(let i of t){let o=this.installed.get(i.toLowerCase());o?s.push(o):r.push(`Package '${i}' is not installed, so not removed`)}if(s.length===0)return{output:r.join(`
382
+ `)||"Nothing to remove.",exitCode:0};e.quiet||r.push("Reading package lists... Done","Building dependency tree... Done","The following packages will be REMOVED:",` ${s.map(i=>i.name).join(" ")}`,`0 upgraded, 0 newly installed, ${s.length} to remove and 0 not upgraded.`);for(let i of s){e.quiet||r.push(`Removing ${i.name} (${i.version}) ...`);for(let a of i.files)if(!(!e.purge&&(a.startsWith("/etc/")||a.endsWith(".conf"))))try{this.vfs.exists(a)&&this.vfs.remove(a)}catch{}this.findInRegistry(i.name)?.onRemove?.(this.vfs),this.installed.delete(i.name),this.log(`remove ${i.name} ${i.version}`)}return this.aptLog("remove",s.map(i=>i.name)),this.persist(),{output:r.join(`
383
+ `),exitCode:0}}search(t){let e=t.toLowerCase();return bc.filter(r=>r.name.includes(e)||r.description.toLowerCase().includes(e)||(r.shortDesc??"").toLowerCase().includes(e)).sort((r,s)=>r.name.localeCompare(s.name))}show(t){let e=this.findInRegistry(t);if(!e)return null;let r=this.installed.get(t);return[`Package: ${e.name}`,`Version: ${e.version}`,`Architecture: ${e.architecture??"amd64"}`,`Maintainer: ${e.maintainer??"Fortune Maintainers <pkg@fortune.local>"}`,`Installed-Size: ${e.installedSizeKb??0}`,`Depends: ${(e.depends??[]).join(", ")||"(none)"}`,`Section: ${e.section??"misc"}`,"Priority: optional",`Description: ${e.description}`,`Status: ${r?"install ok installed":"install ok not-installed"}`].join(`
384
+ `)}};var yn=require("node:crypto"),Ph=require("node:events"),Th=Kt(require("node:path"),1);function gE(){let n=process.env.SSH_MIMIC_FAST_PASSWORD_HASH;return!!n&&!["0","false","no","off"].includes(n.toLowerCase())}var Nt=ln("VirtualUserManager"),qi=class n extends Ph.EventEmitter{constructor(e,r=!0){super();this.vfs=e;this.autoSudoForNewUsers=r;Nt.mark("constructor")}vfs;autoSudoForNewUsers;static recordCache=new Map;static fastPasswordHash=gE();usersPath="/virtual-env-js/.auth/htpasswd";sudoersPath="/virtual-env-js/.auth/sudoers";quotasPath="/virtual-env-js/.auth/quotas";authDirPath="/virtual-env-js/.auth";users=new Map;sudoers=new Set;quotas=new Map;activeSessions=new Map;nextTty=0;async initialize(){Nt.mark("initialize"),this.loadFromVfs(),this.loadSudoersFromVfs(),this.loadQuotasFromVfs();let e=!1;this.users.has("root")||(this.users.set("root",this.createRecord("root","")),e=!0),this.sudoers.add("root"),e&&await this.persist(),this.emit("initialized")}async setQuotaBytes(e,r){if(Nt.mark("setQuotaBytes"),this.validateUsername(e),!this.users.has(e))throw new Error(`quota: user '${e}' does not exist`);if(!Number.isFinite(r)||r<0)throw new Error("quota: maxBytes must be a non-negative number");this.quotas.set(e,Math.floor(r)),await this.persist()}async clearQuota(e){Nt.mark("clearQuota"),this.validateUsername(e),this.quotas.delete(e),await this.persist()}getQuotaBytes(e){return Nt.mark("getQuotaBytes"),this.quotas.get(e)??null}getUsageBytes(e){Nt.mark("getUsageBytes");let r=`/home/${e}`;return this.vfs.exists(r)?this.vfs.getUsageBytes(r):0}assertWriteWithinQuota(e,r,s){Nt.mark("assertWriteWithinQuota");let i=this.quotas.get(e);if(i===void 0)return;let o=Nh(r),a=Nh(`/home/${e}`);if(!(o===a||o.startsWith(`${a}/`)))return;let f=this.getUsageBytes(e),l=0;if(this.vfs.exists(o)){let p=this.vfs.stat(o);p.type==="file"&&(l=p.size)}let u=Buffer.isBuffer(s)?s.length:Buffer.byteLength(s,"utf8"),h=f-l+u;if(h>i)throw new Error(`quota exceeded for '${e}': ${h}/${i} bytes`)}verifyPassword(e,r){Nt.mark("verifyPassword");let s=this.users.get(e);if(!s)return this.hashPassword(r,""),!1;let i=this.hashPassword(r,s.salt),o=s.passwordHash;try{let a=Buffer.from(i,"hex"),c=Buffer.from(o,"hex");return a.length!==c.length?!1:(0,yn.timingSafeEqual)(a,c)}catch{return i===o}}async addUser(e,r){if(Nt.mark("addUser"),this.validateUsername(e),this.validatePassword(r),this.users.has(e))return;this.users.set(e,this.createRecord(e,r)),this.autoSudoForNewUsers&&this.sudoers.add(e);let s=`/home/${e}`;this.vfs.exists(s)||(this.vfs.mkdir(s,493),this.vfs.writeFile(`${s}/README.txt`,`Welcome to the virtual environment, ${e}`)),await this.persist(),this.emit("user:add",{username:e})}getPasswordHash(e){Nt.mark("getPasswordHash");let r=this.users.get(e);return r?r.passwordHash:null}async setPassword(e,r){if(Nt.mark("setPassword"),this.validateUsername(e),this.validatePassword(r),!this.users.has(e))throw new Error(`passwd: user '${e}' does not exist`);this.users.set(e,this.createRecord(e,r)),await this.persist()}async deleteUser(e){if(Nt.mark("deleteUser"),this.validateUsername(e),e==="root")throw new Error("deluser: cannot delete root");if(!this.users.delete(e))throw new Error(`deluser: user '${e}' does not exist`);this.sudoers.delete(e),this.emit("user:delete",{username:e}),await this.persist()}isSudoer(e){return Nt.mark("isSudoer"),this.sudoers.has(e)}async addSudoer(e){if(Nt.mark("addSudoer"),this.validateUsername(e),!this.users.has(e))throw new Error(`sudoers: user '${e}' does not exist`);this.sudoers.add(e),await this.persist()}async removeSudoer(e){if(Nt.mark("removeSudoer"),this.validateUsername(e),e==="root")throw new Error("sudoers: cannot remove root");this.sudoers.delete(e),await this.persist()}registerSession(e,r){Nt.mark("registerSession");let s={id:(0,yn.randomUUID)(),username:e,tty:`pts/${this.nextTty++}`,remoteAddress:r,startedAt:new Date().toISOString()};return this.activeSessions.set(s.id,s),this.emit("session:register",{sessionId:s.id,username:e,remoteAddress:r}),s}unregisterSession(e){if(Nt.mark("unregisterSession"),!e)return;let r=this.activeSessions.get(e);this.activeSessions.delete(e),r&&this.emit("session:unregister",{sessionId:e,username:r.username}),this.activeSessions.delete(e)}updateSession(e,r,s){if(Nt.mark("updateSession"),!e)return;let i=this.activeSessions.get(e);i&&this.activeSessions.set(e,{...i,username:r,remoteAddress:s})}listActiveSessions(){return Nt.mark("listActiveSessions"),Array.from(this.activeSessions.values()).sort((e,r)=>e.startedAt.localeCompare(r.startedAt))}listUsers(){return Array.from(this.users.keys()).sort()}loadFromVfs(){if(this.users.clear(),!this.vfs.exists(this.usersPath))return;let e=this.vfs.readFile(this.usersPath);for(let r of e.split(`
385
+ `)){let s=r.trim();if(s.length===0)continue;let i=s.split(":");if(i.length<3)continue;let[o,a,c]=i;!o||!a||!c||this.users.set(o,{username:o,salt:a,passwordHash:c})}}loadSudoersFromVfs(){if(this.sudoers.clear(),!this.vfs.exists(this.sudoersPath))return;let e=this.vfs.readFile(this.sudoersPath);for(let r of e.split(`
386
+ `)){let s=r.trim();s.length>0&&this.sudoers.add(s)}}loadQuotasFromVfs(){if(this.quotas.clear(),!this.vfs.exists(this.quotasPath))return;let e=this.vfs.readFile(this.quotasPath);for(let r of e.split(`
387
+ `)){let s=r.trim();if(s.length===0)continue;let[i,o]=s.split(":"),a=Number.parseInt(o??"",10);!i||!Number.isFinite(a)||a<0||this.quotas.set(i,a)}}async persist(){this.vfs.exists(this.authDirPath)||this.vfs.mkdir(this.authDirPath,448);let e=Array.from(this.users.values()).sort((o,a)=>o.username.localeCompare(a.username)).map(o=>[o.username,o.salt,o.passwordHash].join(":")).join(`
388
+ `),r=Array.from(this.sudoers.values()).sort().join(`
456
389
  `),s=Array.from(this.quotas.entries()).sort(([o],[a])=>o.localeCompare(a)).map(([o,a])=>`${o}:${a}`).join(`
457
390
  `),i=!1;i=this.writeIfChanged(this.usersPath,e.length>0?`${e}
458
- `:"",384)||i,i=this.writeIfChanged(this.sudoersPath,n.length>0?`${n}
391
+ `:"",384)||i,i=this.writeIfChanged(this.sudoersPath,r.length>0?`${r}
459
392
  `:"",384)||i,i=this.writeIfChanged(this.quotasPath,s.length>0?`${s}
460
- `:"",384)||i,i&&await this.vfs.flushMirror()}writeIfChanged(e,n,s){return this.vfs.exists(e)&&this.vfs.readFile(e)===n?(this.vfs.chmod(e,s),!1):(this.vfs.writeFile(e,n,{mode:s}),!0)}createRecord(e,n){let s=`${e}:${n}`,i=r.recordCache.get(s);if(i)return i;let o=(0,en.randomBytes)(16).toString("hex"),a={username:e,salt:o,passwordHash:this.hashPassword(n)};return r.recordCache.set(s,a),a}hasPassword(e){if(Nt.mark("hasPassword"),this.getPasswordHash(e)===this.hashPassword(""))return!1;let n=this.users.get(e);return!!n&&!!n.passwordHash}hashPassword(e){return r.fastPasswordHash?(0,en.createHash)("sha256").update(`${e}`).digest("hex"):(0,en.scryptSync)(e,"",32).toString("hex")}validateUsername(e){if(!e||e.trim()==="")throw new Error("invalid username");if(!/^[a-z_][a-z0-9_-]{0,31}$/i.test(e))throw new Error("invalid username")}validatePassword(e){if(!e||e.trim()==="")throw new Error("invalid password")}authorizedKeys=new Map;addAuthorizedKey(e,n,s){Nt.mark("addAuthorizedKey");let i=this.authorizedKeys.get(e)??[];i.push({algo:n,data:s}),this.authorizedKeys.set(e,i),this.emit("key:add",{username:e,algo:n})}removeAuthorizedKeys(e){this.authorizedKeys.delete(e),this.emit("key:remove",{username:e})}getAuthorizedKeys(e){return this.authorizedKeys.get(e)??[]}};function xh(r){let t=Ih.posix.normalize(r);return t.startsWith("/")?t:`/${t}`}var jn=require("node:fs/promises"),_c=Kt(require("node:path"),1);var Nh=require("node:child_process");var Ch=require("node:fs/promises"),to=Kt(require("node:path"),1);function Ec(r){return`'${r.replace(/'/g,"'\\''")}'`}function Qi(r){return r.replace(/\r\n/g,`
393
+ `:"",384)||i,i&&await this.vfs.flushMirror()}writeIfChanged(e,r,s){return this.vfs.exists(e)&&this.vfs.readFile(e)===r?(this.vfs.chmod(e,s),!1):(this.vfs.writeFile(e,r,{mode:s}),!0)}createRecord(e,r){let s=(0,yn.createHash)("sha256").update(e).update(":").update(r).digest("hex"),i=n.recordCache.get(s);if(i)return i;let o=(0,yn.randomBytes)(16).toString("hex"),a={username:e,salt:o,passwordHash:this.hashPassword(r,o)};return n.recordCache.set(s,a),a}hasPassword(e){Nt.mark("hasPassword");let r=this.users.get(e);if(!r)return!1;let s=this.hashPassword("",r.salt);return r.passwordHash===s?!1:!!r.passwordHash}hashPassword(e,r=""){return n.fastPasswordHash?(0,yn.createHash)("sha256").update(r).update(e).digest("hex"):(0,yn.scryptSync)(e,r||"",32).toString("hex")}validateUsername(e){if(!e||e.trim()==="")throw new Error("invalid username");if(!/^[a-z_][a-z0-9_-]{0,31}$/i.test(e))throw new Error("invalid username")}validatePassword(e){if(!e||e.trim()==="")throw new Error("invalid password")}authorizedKeys=new Map;addAuthorizedKey(e,r,s){Nt.mark("addAuthorizedKey");let i=this.authorizedKeys.get(e)??[];i.push({algo:r,data:s}),this.authorizedKeys.set(e,i),this.emit("key:add",{username:e,algo:r})}removeAuthorizedKeys(e){this.authorizedKeys.delete(e),this.emit("key:remove",{username:e})}getAuthorizedKeys(e){return this.authorizedKeys.get(e)??[]}};function Nh(n){let t=Th.posix.normalize(n);return t.startsWith("/")?t:`/${t}`}var Xr=require("node:fs/promises"),Sc=Kt(require("node:path"),1);var Oh=require("node:child_process");var Lh=require("node:fs/promises"),oo=Kt(require("node:path"),1);function xc(n){return`'${n.replace(/'/g,"'\\''")}'`}function Ki(n){return n.replace(/\r\n/g,`
461
394
  `).replace(/\r/g,`
462
395
  `).replace(/\n/g,`\r
463
- `)}function vh(r,t){let e=Number.isFinite(t.cols)&&t.cols>0?Math.floor(t.cols):80,n=Number.isFinite(t.rows)&&t.rows>0?Math.floor(t.rows):24;return`stty cols ${e} rows ${n} 2>/dev/null; ${r}`}function kh(r,t){return!t||t.trim()===""||t==="."?r:t.startsWith("/")?to.posix.normalize(t):to.posix.normalize(to.posix.join(r,t))}async function Bh(r){try{let e=(await(0,Ch.readFile)(`/proc/${r}/task/${r}/children`,"utf8")).trim().split(/\s+/).filter(Boolean).map(s=>Number.parseInt(s,10)).filter(s=>Number.isInteger(s)&&s>0),n=await Promise.all(e.map(s=>Bh(s)));return[...e,...n.flat()]}catch{return[]}}async function Rh(r=process.pid){let t=await Bh(r),e=Array.from(new Set(t)).sort((n,s)=>n-s);return e.length===0?null:e.join(",")}function Ph(r,t,e){let n=vh(r,t),s=(0,Nh.spawn)("script",["-qfec",n,"/dev/null"],{stdio:["pipe","pipe","pipe"],env:{...process.env,TERM:process.env.TERM??"xterm-256color"}});return s.stdout.on("data",i=>{e.write(i.toString("utf8"))}),s.stderr.on("data",i=>{e.write(i.toString("utf8"))}),s}function Th(r,t,e){return Ph(`nano -- ${Ec(r)}`,t,e)}function Lh(r,t,e){return Ph(`htop -p ${Ec(r)}`,t,e)}function Dh(r,t,e){let n=[`Linux ${r} ${t.kernel} ${t.arch}`,"","The programs included with the Fortune GNU/Linux system are free software;","the exact distribution terms for each program are described in the","individual files in /usr/share/doc/*/copyright.","","Fortune GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent","permitted by applicable law."];if(e){let s=new Date(e.at),i=Number.isNaN(s.getTime())?e.at:ns(s);n.push(`Last login: ${i} from ${e.from||"unknown"}`)}return n.push(""),`${n.map(s=>`${s}\r
464
- `).join("")}`}function Uh(r,t,e){let n=r==="root",s=n?"\x1B[31;1m":"\x1B[35;1m",i="\x1B[37;1m",o="\x1B[34;1m",a="\x1B[0m";return`${i}[${s}${r}${i}@${o}${t}${a} ${e}${i}]${a}${n?"#":"$"} `}function Oh(r,t,e,n,s,i="unknown",o={cols:80,rows:24},a){let c="",f=0,l=sE(a.vfs),u=null,h="",g=`/home/${e}`,y=Cn(e,n),_=null,b=null,C=()=>{let v=`/home/${e}`,N=g===v?"~":_c.posix.basename(g)||"/";return Uh(e,n,N)},L=Array.from(new Set(yo())).sort();console.log(`[${s}] Shell started for user '${e}' at ${i}`),(async()=>{let v=`/home/${e}/.bashrc`;if(a.vfs.exists(v))try{let N=a.vfs.readFile(v);for(let H of N.split(`
465
- `)){let Z=H.trim();!Z||Z.startsWith("#")||await vt(Z,e,n,"shell",g,a,void 0,y)}}catch{}})();function F(){let v=C();t.write(`\r${v}${c}\x1B[K`);let N=c.length-f;N>0&&t.write(`\x1B[${N}D`)}function k(){t.write("\r\x1B[K")}function K(v){b={...v,buffer:""},k(),t.write(v.prompt)}async function ee(v){if(!b)return;let N=b;if(b=null,!v){t.write(`\r
396
+ `)}function Dh(n,t){let e=Number.isFinite(t.cols)&&t.cols>0?Math.floor(t.cols):80,r=Number.isFinite(t.rows)&&t.rows>0?Math.floor(t.rows):24;return`stty cols ${e} rows ${r} 2>/dev/null; ${n}`}function Uh(n,t){return!t||t.trim()===""||t==="."?n:t.startsWith("/")?oo.posix.normalize(t):oo.posix.normalize(oo.posix.join(n,t))}async function $h(n){try{let e=(await(0,Lh.readFile)(`/proc/${n}/task/${n}/children`,"utf8")).trim().split(/\s+/).filter(Boolean).map(s=>Number.parseInt(s,10)).filter(s=>Number.isInteger(s)&&s>0),r=await Promise.all(e.map(s=>$h(s)));return[...e,...r.flat()]}catch{return[]}}async function Mh(n=process.pid){let t=await $h(n),e=Array.from(new Set(t)).sort((r,s)=>r-s);return e.length===0?null:e.join(",")}function Fh(n,t,e){let r=Dh(n,t),s=(0,Oh.spawn)("script",["-qfec",r,"/dev/null"],{stdio:["pipe","pipe","pipe"],env:{...process.env,TERM:process.env.TERM??"xterm-256color"}});return s.stdout.on("data",i=>{e.write(i.toString("utf8"))}),s.stderr.on("data",i=>{e.write(i.toString("utf8"))}),s}function Hh(n,t,e){return Fh(`nano -- ${xc(n)}`,t,e)}function Qh(n,t,e){return Fh(`htop -p ${xc(n)}`,t,e)}function Wh(n,t,e){let r=[`Linux ${n} ${t.kernel} ${t.arch}`,"","The programs included with the Fortune GNU/Linux system are free software;","the exact distribution terms for each program are described in the","individual files in /usr/share/doc/*/copyright.","","Fortune GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent","permitted by applicable law."];if(e){let s=new Date(e.at),i=Number.isNaN(s.getTime())?e.at:cs(s);r.push(`Last login: ${i} from ${e.from||"unknown"}`)}return r.push(""),`${r.map(s=>`${s}\r
397
+ `).join("")}`}function qh(n,t,e){let r=n==="root",s=r?"\x1B[31;1m":"\x1B[35;1m",i="\x1B[37;1m",o="\x1B[34;1m",a="\x1B[0m";return`${i}[${s}${n}${i}@${o}${t}${a} ${e}${i}]${a}${r?"#":"$"} `}function Kh(n,t,e,r,s,i="unknown",o={cols:80,rows:24},a){let c="",f=0,l=mE(a.vfs),u=null,h="",p=`/home/${e}`,_=vr(e,r),E=null,b=null,v=()=>{let B=`/home/${e}`,T=p===B?"~":Sc.posix.basename(p)||"/";return qh(e,r,T)},U=Array.from(new Set(wo())).sort();console.log(`[${s}] Shell started for user '${e}' at ${i}`),(async()=>{let B=`/home/${e}/.bashrc`;if(a.vfs.exists(B))try{let T=a.vfs.readFile(B);for(let Q of T.split(`
398
+ `)){let ee=Q.trim();!ee||ee.startsWith("#")||await yt(ee,e,r,"shell",p,a,void 0,_)}}catch{}})();function H(){let B=v();t.write(`\r${B}${c}\x1B[K`);let T=c.length-f;T>0&&t.write(`\x1B[${T}D`)}function C(){t.write("\r\x1B[K")}function F(B){b={...B,buffer:""},C(),t.write(B.prompt)}async function V(B){if(!b)return;let T=b;if(b=null,!B){t.write(`\r
466
399
  Sorry, try again.\r
467
- `),F();return}if(!N.commandLine){e=N.targetUser,g=`/home/${e}`,a.users.updateSession(s,e,i),t.write(`\r
468
- `),F();return}let H=N.loginShell?`/home/${N.targetUser}`:g,Z=await Promise.resolve(vt(N.commandLine,N.targetUser,n,"shell",H,a));if(t.write(`\r
469
- `),Z.openEditor){await S(Z.openEditor.targetPath,Z.openEditor.initialContent,Z.openEditor.tempPath);return}if(Z.openHtop){await w();return}Z.clearScreen&&t.write("\x1B[2J\x1B[H"),Z.stdout&&t.write(`${Qi(Z.stdout)}\r
470
- `),Z.stderr&&t.write(`${Qi(Z.stderr)}\r
471
- `),Z.switchUser?(e=Z.switchUser,g=Z.nextCwd??`/home/${e}`,a.users.updateSession(s,e,i)):Z.nextCwd&&(g=Z.nextCwd),await a.vfs.flushMirror(),F()}async function O(){if(!_)return;let v=_;if(v.kind==="nano"){try{let N=await(0,jn.readFile)(v.tempPath,"utf8");a.writeFileAsUser(e,v.targetPath,N),await a.vfs.flushMirror()}catch{}await(0,jn.unlink)(v.tempPath).catch(()=>{})}_=null,c="",f=0,t.write(`\r
472
- `),F()}async function S(v,N,H){a.vfs.exists(v)&&await(0,jn.writeFile)(H,N,"utf8");let Z=Th(H,o,t);Z.on("error",fe=>{t.write(`nano: ${fe.message}\r
473
- `),O()}),Z.on("close",()=>{O()}),_={kind:"nano",targetPath:v,tempPath:H,process:Z}}async function w(){let v=await Rh();if(!v){t.write(`htop: no child_process processes to display\r
474
- `);return}let N=Lh(v,o,t);N.on("error",H=>{t.write(`htop: ${H.message}\r
475
- `),O()}),N.on("close",()=>{O()}),_={kind:"htop",targetPath:"",tempPath:"",process:N}}function I(v){c=v,f=c.length,F()}function D(v){c=`${c.slice(0,f)}${v}${c.slice(f)}`,f+=v.length,F()}function R(v,N){let H=N;for(;H>0&&!/\s/.test(v[H-1]);)H-=1;let Z=N;for(;Z<v.length&&!/\s/.test(v[Z]);)Z+=1;return{start:H,end:Z}}function ne(v){let N=v.lastIndexOf("/"),H=N>=0?v.slice(0,N+1):"",Z=N>=0?v.slice(N+1):v,fe=kh(g,H||".");try{return a.vfs.list(fe).filter(se=>!se.startsWith(".")).filter(se=>se.startsWith(Z)).map(se=>{let je=_c.posix.join(fe,se),Er=a.vfs.stat(je).type==="directory"?"/":"";return`${H}${se}${Er}`}).sort()}catch{return[]}}function G(){let{start:v,end:N}=R(c,f),H=c.slice(v,f);if(H.length===0)return;let fe=c.slice(0,v).trim().length===0?L.filter(yt=>yt.startsWith(H)):[],se=ne(H),je=Array.from(new Set([...fe,...se])).sort();if(je.length!==0){if(je.length===1){let yt=je[0],Er=yt.endsWith("/")?"":" ";c=`${c.slice(0,v)}${yt}${Er}${c.slice(N)}`,f=v+yt.length+Er.length,F();return}t.write(`\r
400
+ `),H();return}if(!T.commandLine){e=T.targetUser,T.loginShell&&(p=`/home/${e}`),a.users.updateSession(s,e,i),t.write(`\r
401
+ `),H();return}let Q=T.loginShell?`/home/${T.targetUser}`:p,ee=await Promise.resolve(yt(T.commandLine,T.targetUser,r,"shell",Q,a));if(t.write(`\r
402
+ `),ee.openEditor){await x(ee.openEditor.targetPath,ee.openEditor.initialContent,ee.openEditor.tempPath);return}if(ee.openHtop){await S();return}ee.clearScreen&&t.write("\x1B[2J\x1B[H"),ee.stdout&&t.write(`${Ki(ee.stdout)}\r
403
+ `),ee.stderr&&t.write(`${Ki(ee.stderr)}\r
404
+ `),ee.switchUser?(e=ee.switchUser,p=ee.nextCwd??`/home/${e}`,a.users.updateSession(s,e,i)):ee.nextCwd&&(p=ee.nextCwd),await a.vfs.flushMirror(),H()}async function N(){if(!E)return;let B=E;if(B.kind==="nano"){try{let T=await(0,Xr.readFile)(B.tempPath,"utf8");a.writeFileAsUser(e,B.targetPath,T),await a.vfs.flushMirror()}catch{}await(0,Xr.unlink)(B.tempPath).catch(()=>{})}E=null,c="",f=0,t.write(`\r
405
+ `),H()}async function x(B,T,Q){a.vfs.exists(B)&&await(0,Xr.writeFile)(Q,T,"utf8");let ee=Hh(Q,o,t);ee.on("error",fe=>{t.write(`nano: ${fe.message}\r
406
+ `),N()}),ee.on("close",()=>{N()}),E={kind:"nano",targetPath:B,tempPath:Q,process:ee}}async function S(){let B=await Mh();if(!B){t.write(`htop: no child_process processes to display\r
407
+ `);return}let T=Qh(B,o,t);T.on("error",Q=>{t.write(`htop: ${Q.message}\r
408
+ `),N()}),T.on("close",()=>{N()}),E={kind:"htop",targetPath:"",tempPath:"",process:T}}function I(B){c=B,f=c.length,H()}function k(B){c=`${c.slice(0,f)}${B}${c.slice(f)}`,f+=B.length,H()}function R(B,T){let Q=T;for(;Q>0&&!/\s/.test(B[Q-1]);)Q-=1;let ee=T;for(;ee<B.length&&!/\s/.test(B[ee]);)ee+=1;return{start:Q,end:ee}}function ne(B){let T=B.lastIndexOf("/"),Q=T>=0?B.slice(0,T+1):"",ee=T>=0?B.slice(T+1):B,fe=Uh(p,Q||".");try{return a.vfs.list(fe).filter(ie=>!ie.startsWith(".")).filter(ie=>ie.startsWith(ee)).map(ie=>{let je=Sc.posix.join(fe,ie),nn=a.vfs.stat(je).type==="directory"?"/":"";return`${Q}${ie}${nn}`}).sort()}catch{return[]}}function z(){let{start:B,end:T}=R(c,f),Q=c.slice(B,f);if(Q.length===0)return;let fe=c.slice(0,B).trim().length===0?U.filter(ft=>ft.startsWith(Q)):[],ie=ne(Q),je=Array.from(new Set([...fe,...ie])).sort();if(je.length!==0){if(je.length===1){let ft=je[0],nn=ft.endsWith("/")?"":" ";c=`${c.slice(0,B)}${ft}${nn}${c.slice(T)}`,f=B+ft.length+nn.length,H();return}t.write(`\r
476
409
  `),t.write(`${je.join(" ")}\r
477
- `),F()}}function Y(v){if(v.length===0)return;l.push(v),l.length>500&&(l=l.slice(l.length-500));let N=l.length>0?`${l.join(`
410
+ `),H()}}function Y(B){if(B.length===0)return;l.push(B),l.length>500&&(l=l.slice(l.length-500));let T=l.length>0?`${l.join(`
478
411
  `)}
479
- `:"";a.vfs.writeFile("/virtual-env-js/.bash_history",N)}function re(){let v=`/virtual-env-js/.lastlog/${e}.json`;if(!a.vfs.exists(v))return null;try{return JSON.parse(a.vfs.readFile(v))}catch{return null}}function ce(v){let N="/virtual-env-js/.lastlog";a.vfs.exists(N)||a.vfs.mkdir(N,448);let H=`${N}/${e}.json`;a.vfs.writeFile(H,JSON.stringify({at:v,from:i}))}function U(){let v=re(),N=new Date().toISOString();t.write(Dh(n,r,v)),ce(N)}U(),F(),t.on("data",async v=>{if(_){_.process.stdin.write(v);return}if(b){let H=v.toString("utf8");for(let Z=0;Z<H.length;Z+=1){let fe=H[Z];if(fe===""){b=null,t.write(`^C\r
480
- `),F();return}if(fe==="\x7F"||fe==="\b"){b.buffer=b.buffer.slice(0,-1);continue}if(fe==="\r"||fe===`
481
- `){let se=b.buffer;b.buffer="";let je=a.users.verifyPassword(b.username,se);await ee(je);return}fe>=" "&&(b.buffer+=fe)}return}let N=v.toString("utf8");for(let H=0;H<N.length;H+=1){let Z=N[H];if(Z===""){c="",f=0,u=null,h="",t.write(`bye\r
412
+ `:"";a.vfs.writeFile("/virtual-env-js/.bash_history",T)}function te(){let B=`/virtual-env-js/.lastlog/${e}.json`;if(!a.vfs.exists(B))return null;try{return JSON.parse(a.vfs.readFile(B))}catch{return null}}function ce(B){let T="/virtual-env-js/.lastlog";a.vfs.exists(T)||a.vfs.mkdir(T,448);let Q=`${T}/${e}.json`;a.vfs.writeFile(Q,JSON.stringify({at:B,from:i}))}function $(){let B=te(),T=new Date().toISOString();t.write(Wh(r,n,B)),ce(T)}$(),H(),t.on("data",async B=>{if(E){E.process.stdin.write(B);return}if(b){let Q=B.toString("utf8");for(let ee=0;ee<Q.length;ee+=1){let fe=Q[ee];if(fe===""){b=null,t.write(`^C\r
413
+ `),H();return}if(fe==="\x7F"||fe==="\b"){b.buffer=b.buffer.slice(0,-1);continue}if(fe==="\r"||fe===`
414
+ `){let ie=b.buffer;if(b.buffer="",b.onPassword){let{result:ft,nextPrompt:nn}=await b.onPassword(ie,a);t.write(`\r
415
+ `),ft!==null?(b=null,ft.stdout&&t.write(ft.stdout.replace(/\n/g,`\r
416
+ `)),ft.stderr&&t.write(ft.stderr.replace(/\n/g,`\r
417
+ `)),H()):(nn&&(b.prompt=nn),t.write(b.prompt));return}let je=a.users.verifyPassword(b.username,ie);await V(je);return}fe>=" "&&(b.buffer+=fe)}return}let T=B.toString("utf8");for(let Q=0;Q<T.length;Q+=1){let ee=T[Q];if(ee===""){c="",f=0,u=null,h="",t.write(`bye\r
482
418
  `),Y("bye"),await a.vfs.flushMirror(),t.write(`logout\r
483
- `),t.exit(0),t.end();return}if(Z===" "){G();continue}if(Z==="\x1B"){let fe=N[H+1],se=N[H+2],je=N[H+3];if(fe==="["&&se){if(se==="A"){H+=2,l.length>0&&(u===null?(h=c,u=l.length-1):u>0&&(u-=1),I(l[u]??""));continue}if(se==="B"){H+=2,u!==null&&(u<l.length-1?(u+=1,I(l[u]??"")):(u=null,I(h)));continue}if(se==="C"){H+=2,f<c.length&&(f+=1,t.write("\x1B[C"));continue}if(se==="D"){H+=2,f>0&&(f-=1,t.write("\x1B[D"));continue}if(se==="3"&&je==="~"){H+=3,f<c.length&&(c=`${c.slice(0,f)}${c.slice(f+1)}`,F());continue}}}if(Z===""){c="",f=0,u=null,h="",t.write(`^C\r
484
- `),F();continue}if(Z==="\r"||Z===`
419
+ `),t.exit(0),t.end();return}if(ee===" "){z();continue}if(ee==="\x1B"){let fe=T[Q+1],ie=T[Q+2],je=T[Q+3];if(fe==="["&&ie){if(ie==="A"){Q+=2,l.length>0&&(u===null?(h=c,u=l.length-1):u>0&&(u-=1),I(l[u]??""));continue}if(ie==="B"){Q+=2,u!==null&&(u<l.length-1?(u+=1,I(l[u]??"")):(u=null,I(h)));continue}if(ie==="C"){Q+=2,f<c.length&&(f+=1,t.write("\x1B[C"));continue}if(ie==="D"){Q+=2,f>0&&(f-=1,t.write("\x1B[D"));continue}if(ie==="3"&&je==="~"){Q+=3,f<c.length&&(c=`${c.slice(0,f)}${c.slice(f+1)}`,H());continue}}}if(ee===""){c="",f=0,u=null,h="",t.write(`^C\r
420
+ `),H();continue}if(ee==="\r"||ee===`
485
421
  `){let fe=c.trim();if(c="",f=0,u=null,h="",t.write(`\r
486
- `),fe.length>0){let se=await Promise.resolve(vt(fe,e,n,"shell",g,a,void 0,y));if(Y(fe),se.openEditor){await S(se.openEditor.targetPath,se.openEditor.initialContent,se.openEditor.tempPath);return}if(se.openHtop){await w();return}if(se.sudoChallenge){K(se.sudoChallenge);return}if(se.clearScreen&&t.write("\x1B[2J\x1B[H"),se.stdout&&t.write(`${Qi(se.stdout)}\r
487
- `),se.stderr&&t.write(`${Qi(se.stderr)}\r
488
- `),se.closeSession){t.write(`logout\r
489
- `),t.exit(se.exitCode??0),t.end();return}se.nextCwd&&(g=se.nextCwd),se.switchUser&&(e=se.switchUser,g=se.nextCwd??`/home/${e}`,a.users.updateSession(s,e,i),c="",f=0),await a.vfs.flushMirror()}F();continue}if(Z==="\x7F"||Z==="\b"){f>0&&(c=`${c.slice(0,f-1)}${c.slice(f)}`,f-=1,F());continue}D(Z)}}),t.on("close",()=>{_&&(_.process.kill("SIGTERM"),_=null)})}function sE(r){let t="/virtual-env-js/.bash_history";return r.exists(t)?r.readFile(t).split(`
490
- `).map(n=>n.trim()).filter(n=>n.length>0):(r.writeFile(t,""),[])}function oE(r){return typeof r=="object"&&r!==null&&"vfsInstance"in r&&$h(r.vfsInstance)}function $h(r){if(typeof r!="object"||r===null)return!1;let t=r;return typeof t.restoreMirror=="function"&&typeof t.flushMirror=="function"&&typeof t.writeFile=="function"&&typeof t.readFile=="function"&&typeof t.mkdir=="function"&&typeof t.exists=="function"&&typeof t.stat=="function"&&typeof t.list=="function"&&typeof t.remove=="function"&&typeof t.copy=="function"&&typeof t.move=="function"&&typeof t.touch=="function"}var aE={kernel:"1.0.0+itsrealfortune+1-amd64",os:"Fortune GNU/Linux x64",arch:"x86_64"},Wi=cr("VirtualShell");function cE(){let r=process.env.SSH_MIMIC_AUTO_SUDO_NEW_USERS;return r?!["0","false","no","off"].includes(r.toLowerCase()):!0}var Fr=class extends Mh.EventEmitter{vfs;users;packageManager;hostname;properties;startTime;initialized;constructor(t,e,n){super(),Wi.mark("constructor"),this.hostname=t,this.properties=e||aE,this.startTime=Date.now(),$h(n)?this.vfs=n:oE(n)?this.vfs=n.vfsInstance:this.vfs=new mc(n??{}),this.users=new Hi(this.vfs,cE()),this.packageManager=new Fi(this.vfs,this.users);let s=this.vfs,i=this.users,o=this.packageManager,a=this.properties,c=this.hostname,f=this.startTime;this.initialized=(async()=>{await s.restoreMirror(),await i.initialize(),ph(s,i,c,a,f),o.load(),this.emit("initialized")})()}async ensureInitialized(){Wi.mark("ensureInitialized"),await this.initialized}addCommand(t,e,n){let s=t.trim().toLowerCase();if(s.length===0||/\s/.test(s))throw new Error("Command name must be non-empty and contain no spaces");Eo(_o(s,e,n))}executeCommand(t,e,n){Wi.mark("executeCommand"),vt(t,e,this.hostname,"shell",n,this),this.emit("command",{command:t,user:e,cwd:n})}startInteractiveSession(t,e,n,s,i){Wi.mark("startInteractiveSession"),this.emit("session:start",{user:e,sessionId:n,remoteAddress:s}),Oh(this.properties,t,e,this.hostname,n,s,i,this),this.refreshProcSessions()}refreshProcFs(){Zs(this.vfs,this.properties,this.hostname,this.startTime,this.users.listActiveSessions())}refreshProcSessions(){Zs(this.vfs,this.properties,this.hostname,this.startTime,this.users.listActiveSessions())}syncPasswd(){uc(this.vfs,this.users)}getVfs(){return this?.vfs??null}getUsers(){return this?.users??null}getHostname(){return this?.hostname}writeFileAsUser(t,e,n){Wi.mark("writeFileAsUser"),this.users.assertWriteWithinQuota(t,e,n),this.vfs.writeFile(e,n)}};function Fh(r){return r.replace(/\r\n/g,`
422
+ `),fe.length>0){let ie=await Promise.resolve(yt(fe,e,r,"shell",p,a,void 0,_));if(Y(fe),ie.openEditor){await x(ie.openEditor.targetPath,ie.openEditor.initialContent,ie.openEditor.tempPath);return}if(ie.openHtop){await S();return}if(ie.sudoChallenge){F(ie.sudoChallenge);return}if(ie.clearScreen&&t.write("\x1B[2J\x1B[H"),ie.stdout&&t.write(`${Ki(ie.stdout)}\r
423
+ `),ie.stderr&&t.write(`${Ki(ie.stderr)}\r
424
+ `),ie.closeSession){t.write(`logout\r
425
+ `),t.exit(ie.exitCode??0),t.end();return}ie.nextCwd&&(p=ie.nextCwd),ie.switchUser&&(e=ie.switchUser,p=ie.nextCwd??`/home/${e}`,a.users.updateSession(s,e,i),c="",f=0),await a.vfs.flushMirror()}H();continue}if(ee==="\x7F"||ee==="\b"){f>0&&(c=`${c.slice(0,f-1)}${c.slice(f)}`,f-=1,H());continue}k(ee)}}),t.on("close",()=>{E&&(E.process.kill("SIGTERM"),E=null)})}function mE(n){let t="/virtual-env-js/.bash_history";return n.exists(t)?n.readFile(t).split(`
426
+ `).map(r=>r.trim()).filter(r=>r.length>0):(n.writeFile(t,""),[])}function AE(n){return typeof n=="object"&&n!==null&&"vfsInstance"in n&&Gh(n.vfsInstance)}function Gh(n){if(typeof n!="object"||n===null)return!1;let t=n;return typeof t.restoreMirror=="function"&&typeof t.flushMirror=="function"&&typeof t.writeFile=="function"&&typeof t.readFile=="function"&&typeof t.mkdir=="function"&&typeof t.exists=="function"&&typeof t.stat=="function"&&typeof t.list=="function"&&typeof t.remove=="function"&&typeof t.copy=="function"&&typeof t.move=="function"&&typeof t.touch=="function"}var EE={kernel:"1.0.0+itsrealfortune+1-amd64",os:"Fortune GNU/Linux x64",arch:"x86_64"},Vi=ln("VirtualShell");function yE(){let n=process.env.SSH_MIMIC_AUTO_SUDO_NEW_USERS;return n?!["0","false","no","off"].includes(n.toLowerCase()):!0}var Wn=class extends Vh.EventEmitter{vfs;users;packageManager;hostname;properties;startTime;initialized;constructor(t,e,r){super(),Vi.mark("constructor"),this.hostname=t,this.properties=e||EE,this.startTime=Date.now(),Gh(r)?this.vfs=r:AE(r)?this.vfs=r.vfsInstance:this.vfs=new _c(r??{}),this.users=new qi(this.vfs,yE()),this.packageManager=new Wi(this.vfs,this.users);let s=this.vfs,i=this.users,o=this.packageManager,a=this.properties,c=this.hostname,f=this.startTime;this.initialized=(async()=>{await s.restoreMirror(),await i.initialize(),xh(s,i,c,a,f),o.load(),this.emit("initialized")})()}async ensureInitialized(){Vi.mark("ensureInitialized"),await this.initialized}addCommand(t,e,r){let s=t.trim().toLowerCase();if(s.length===0||/\s/.test(s))throw new Error("Command name must be non-empty and contain no spaces");xo(So(s,e,r))}executeCommand(t,e,r){Vi.mark("executeCommand"),yt(t,e,this.hostname,"shell",r,this),this.emit("command",{command:t,user:e,cwd:r})}startInteractiveSession(t,e,r,s,i){Vi.mark("startInteractiveSession"),this.emit("session:start",{user:e,sessionId:r,remoteAddress:s}),Kh(this.properties,t,e,this.hostname,r,s,i,this),this.refreshProcSessions()}refreshProcFs(){io(this.vfs,this.properties,this.hostname,this.startTime,this.users.listActiveSessions())}refreshProcSessions(){io(this.vfs,this.properties,this.hostname,this.startTime,this.users.listActiveSessions())}syncPasswd(){gc(this.vfs,this.users)}getVfs(){return this?.vfs??null}getUsers(){return this?.users??null}getHostname(){return this?.hostname}writeFileAsUser(t,e,r){Vi.mark("writeFileAsUser"),this.users.assertWriteWithinQuota(t,e,r),this.vfs.writeFile(e,r)}};function zh(n){return n.replace(/\r\n/g,`
491
427
  `).replace(/\r/g,`
492
428
  `).replace(/\n/g,`\r
493
- `)}function Hh(r,t,e,n,s){Promise.resolve(vt(t,e,n,"exec",`/home/${e}`,s,void 0,Cn(e,n))).then(i=>{i.stdout&&r.write(`${Fh(i.stdout)}\r
494
- `),i.stderr&&r.stderr.write(`${Fh(i.stderr)}\r
495
- `),r.exit(i.exitCode??0),s.vfs.flushMirror(),r.end()}).catch(i=>{console.error("Exec error:",i),r.stderr.write(`Error: ${String(i)}\r
496
- `),r.exit(1),r.end()})}var Qh=require("node:crypto"),tn=require("node:fs"),ro=require("node:path");function no(r=process.cwd()){let t=(0,ro.resolve)(r,".ssh-mimic","host_rsa");if((0,tn.existsSync)(t))return(0,tn.readFileSync)(t,"utf8");let e=(0,Qh.generateKeyPairSync)("rsa",{modulusLength:2048,privateKeyEncoding:{type:"pkcs1",format:"pem"},publicKeyEncoding:{type:"pkcs1",format:"pem"}}).privateKey;return(0,tn.mkdirSync)((0,ro.dirname)(t),{recursive:!0}),(0,tn.writeFileSync)(t,e,{mode:384}),e}var Wh=require("node:events"),Jn=Kt(require("node:path"),1),qh=Kt(lc(),1);var Fe={OK:0,EOF:1,NO_SUCH_FILE:2,PERMISSION_DENIED:3,FAILURE:4,BAD_MESSAGE:5,NO_CONNECTION:6,CONNECTION_LOST:7,OP_UNSUPPORTED:8},Xn={READ:1,WRITE:2,APPEND:4,CREAT:8,TRUNC:16,EXCL:32},yc=cr("SftpMimic"),Zn=class extends Wh.EventEmitter{port;server;hostname;shell;vfs;users;nextHandleId=0;handles=new Map;constructor({port:t,hostname:e="typescript-vm",shell:n,vfs:s,users:i}){if(super(),yc.mark("constructor"),this.port=t,this.server=null,this.hostname=e,this.shell=null,n)this.vfs=n.vfs,this.users=n.users,this.hostname=n.hostname,this.shell=n;else if(s&&i)this.vfs=s,this.users=i;else{let o=new Fr(e);this.vfs=o.vfs,this.users=o.users,this.shell=o}}getVfs(){return this.shell?.vfs??this.vfs}getUsers(){return this.shell?.users??this.users}async start(){yc.mark("start");let t=no();return this.shell?await this.shell.ensureInitialized():await this.users.initialize(),this.server=new qh.Server({hostKeys:[t],ident:`SSH-2.0-${this.hostname}`},e=>{let n=["password","keyboard-interactive"],s="root",i=null,o="unknown";this.emit("client:connect"),e.on("error",c=>{console.error("[SFTP] Client error:",c)});let a=c=>{s=c,i=this.getUsers().registerSession(s,o).id;let f="/home";this.getVfs().exists(f)||this.getVfs().mkdir(f,493);let l=`/home/${s}`;this.getVfs().exists(l)||(this.getVfs().mkdir(l,493),this.getVfs().writeFile(`${l}/README.txt`,`Welcome to ${this.hostname}`),this.getVfs().flushMirror())};e.on("authentication",c=>{let f=c.username||"root";if(o=c.ip??o,console.log(`[SFTP] Auth attempt: user=${f}, method=${c.method}, ip=${o}`),c.method==="password"){if(!this.getUsers().hasPassword(f)){a(f),this.emit("auth:success",{username:s,remoteAddress:o}),c.accept();return}if(!this.getUsers().verifyPassword(f,c.password??"")){this.emit("auth:failure",{username:f,remoteAddress:o}),c.reject(n);return}a(f),this.emit("auth:success",{username:s,remoteAddress:o}),c.accept();return}if(c.method==="keyboard-interactive"){let l=c;if(!this.getUsers().hasPassword(f)){a(f),this.emit("auth:success",{username:s,remoteAddress:o}),l.accept();return}l.prompt([{prompt:"Password: ",echo:!1}],u=>{let h=u[0]??"";if(!this.getUsers().verifyPassword(f,h)){this.emit("auth:failure",{username:f,remoteAddress:o}),l.reject(n);return}a(f),this.emit("auth:success",{username:s,remoteAddress:o}),l.accept()});return}c.reject(n)}),e.on("close",()=>{this.getUsers().unregisterSession(i),this.emit("client:disconnect",{user:s}),i=null}),e.on("ready",()=>{e.on("session",(c,f)=>{let l=c();l.on("error",u=>{console.error(`[SFTP] Session error for user=${s}:`,u)}),l.on("sftp",u=>{let h=u();this.attachSftpHandlers(h,s)})})})}),new Promise((e,n)=>{this.server?.once("error",s=>n(s)),this.server?.listen(this.port,"0.0.0.0",()=>{let s=this.server?.address(),i=s&&typeof s=="object"&&"port"in s?s.port:this.port;console.log(`SFTP Mimic listening on port ${i}`),this.emit("start",{port:i}),e(i)})})}stop(){yc.mark("stop"),this.server&&this.server.close(()=>{console.log("SFTP Mimic stopped"),this.emit("stop")})}resolveRequestPath(t,e){let n=`/home/${e}`;if(!t||t===".")return n;if(!t.startsWith("/")){let s=Jn.posix.join(n,t);return Jn.posix.normalize(s)}return Jn.posix.normalize(t)}isPathWithinHome(t,e){let n=`/home/${e}`,s=Jn.posix.normalize(t);return!!(s===n||s.startsWith(`${n}/`))}createAttrs(t){let e=t.mode&511;return{mode:(t.type==="directory"?16384:32768)|e,size:t.type==="file"?t.size:0,uid:0,gid:0,atime:Math.floor(t.createdAt.getTime()/1e3),mtime:Math.floor(t.updatedAt.getTime()/1e3)}}openHandle(t){let e=++this.nextHandleId,n=Buffer.alloc(4);return n.writeUInt32BE(e,0),this.handles.set(n.toString("hex"),t),n}getHandle(t){return this.handles.get(t.toString("hex"))}closeHandle(t){this.handles.delete(t.toString("hex"))}attachSftpHandlers(t,e){let n=()=>this.getVfs(),s=()=>this.getUsers();t.on("OPEN",(i,o,a)=>{let c=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(c,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${c}`),t.status(i,Fe.PERMISSION_DENIED);return}let f=a,l=!!(f&Xn.READ),u=!!(f&Xn.WRITE||f&Xn.APPEND),h=!!(f&Xn.CREAT),g=!!(f&Xn.TRUNC);try{if(!n().exists(c)){if(!h){t.status(i,Fe.NO_SUCH_FILE);return}n().writeFile(c,Buffer.alloc(0))}if(n().stat(c).type==="directory"){t.status(i,Fe.FAILURE);return}let _=Buffer.from(n().readFile(c),"utf8");if(g&&(_=Buffer.alloc(0)),f&Xn.APPEND){let C=this.openHandle({type:"file",path:c,flags:f,buffer:_});t.handle(i,C);return}let b=this.openHandle({type:"file",path:c,flags:f,buffer:_});t.handle(i,b)}catch(y){console.error("SFTP OPEN error:",y),t.status(i,Fe.FAILURE)}}),t.on("READ",(i,o,a,c)=>{let f=this.getHandle(o);if(!f||f.type!=="file"){t.status(i,Fe.FAILURE);return}if(a>=f.buffer.length){t.status(i,Fe.EOF);return}let l=f.buffer.slice(a,a+c);t.data(i,l)}),t.on("WRITE",async(i,o,a,c)=>{let f=this.getHandle(o);if(!f||f.type!=="file"){t.status(i,Fe.FAILURE);return}let l=a+c.length;if(l>f.buffer.length){let u=Buffer.alloc(l);f.buffer.copy(u,0,0,f.buffer.length),f.buffer=u}c.copy(f.buffer,a),t.status(i,Fe.OK)}),t.on("FSTAT",(i,o)=>{let a=this.getHandle(o);if(!a){t.status(i,Fe.FAILURE);return}try{let c=n().stat(a.path);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.FAILURE)}}),t.on("CLOSE",async(i,o)=>{let a=this.getHandle(o);if(!a){t.status(i,Fe.FAILURE);return}if(a.type==="file")try{s().assertWriteWithinQuota(e,a.path,a.buffer),n().writeFile(a.path,a.buffer),n().flushMirror()}catch(c){console.error("SFTP CLOSE write error:",c),t.status(i,Fe.FAILURE),this.closeHandle(o);return}this.closeHandle(o),t.status(i,Fe.OK)}),t.on("OPENDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{if(n().stat(a).type!=="directory"){t.status(i,Fe.FAILURE);return}let f=n().list(a),l=this.openHandle({type:"dir",path:a,entries:f,index:0});t.handle(i,l)}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("READDIR",(i,o)=>{let a=this.getHandle(o);if(!a||a.type!=="dir"){t.status(i,Fe.FAILURE);return}if(a.index>=a.entries.length){t.status(i,Fe.EOF);return}let c=a.entries[a.index++],f=Jn.posix.join(a.path,c),l=n().stat(f),u=this.createAttrs(l),h=`${l.type==="directory"?"d":"-"}${(l.mode&511).toString(8)} ${c}`;return t.name(i,[{filename:c,longname:h,attrs:u}])}),t.on("STAT",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{let c=n().stat(a);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("LSTAT",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{let c=n().stat(a);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("FSETSTAT",(i,o,a)=>{let c=this.getHandle(o);if(!c){t.status(i,Fe.FAILURE);return}try{a.mode!==void 0&&n().chmod(c.path,a.mode),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("SETSTAT",(i,o,a)=>{let c=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(c,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${c}`),t.status(i,Fe.PERMISSION_DENIED);return}try{a.mode!==void 0&&n().chmod(c,a.mode),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("REALPATH",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}t.name(i,[{filename:a,longname:a,attrs:{mode:16877,uid:0,gid:0,size:0,atime:0,mtime:0}}])}),t.on("MKDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{n().mkdir(a,493),n().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("RMDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{n().remove(a,{recursive:!1}),n().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("REMOVE",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{n().remove(a,{recursive:!1}),n().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("RENAME",(i,o,a)=>{let c=this.resolveRequestPath(o,e),f=this.resolveRequestPath(a,e);if(!this.isPathWithinHome(c,e)||!this.isPathWithinHome(f,e)){console.warn(`[SFTP] Path traversal attempt blocked: user=${e}, from=${c}, to=${f}`),t.status(i,Fe.PERMISSION_DENIED);return}try{n().move(c,f),n().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("READLINK",i=>{t.status(i,Fe.OP_UNSUPPORTED)}),t.on("SYMLINK",i=>{t.status(i,Fe.OP_UNSUPPORTED)}),t.on("error",i=>{console.error(`[SFTP] Stream error for user=${e}:`,i)}),t.on("close",()=>{console.log(`[SFTP] Stream closed for user=${e}`),this.handles.clear()}),t.on("end",()=>{console.log(`[SFTP] end event for user=${e}`),this.handles.clear()}),t.on("END",()=>{console.log(`[SFTP] END event for user=${e}`),this.handles.clear()})}};var bc=cr("SshMimic"),qi=class extends Kh.EventEmitter{port;server;shell;maxAuthAttempts;lockoutDurationMs;authAttempts=new Map;constructor({port:t,hostname:e="typescript-vm",shell:n=new Fr(e),maxAuthAttempts:s=5,lockoutDurationMs:i=6e4}){super(),bc.mark("constructor"),this.port=t,this.server=null,this.shell=n,this.maxAuthAttempts=s,this.lockoutDurationMs=i}isLockedOut(t){let e=this.authAttempts.get(t);return e?Date.now()<e.lockedUntil?!0:(e.lockedUntil>0&&this.authAttempts.delete(t),!1):!1}recordFailure(t){let e=this.authAttempts.get(t)??{attempts:0,lockedUntil:0};e.attempts+=1,e.attempts>=this.maxAuthAttempts&&(e.lockedUntil=Date.now()+this.lockoutDurationMs,this.emit("auth:lockout",{ip:t,until:new Date(e.lockedUntil)})),this.authAttempts.set(t,e)}recordSuccess(t){this.authAttempts.delete(t)}ensureHomeDir(t){let e=`/home/${t}`;this.shell.vfs.exists(e)||(this.shell.vfs.mkdir(e,493),this.shell.vfs.writeFile(`${e}/README.txt`,`Welcome to ${this.shell.hostname}
497
- `),this.shell.vfs.flushMirror())}async start(){bc.mark("start");let t=this.shell,e=no();return await t.ensureInitialized(),this.server=new Vh.Server({hostKeys:[e],ident:`SSH-2.0-${t.hostname}`},n=>{let s="root",i="unknown",o=null;this.emit("client:connect"),n.on("authentication",a=>{let c=a.username||"root";if(i=a.ip??i,this.isLockedOut(i)){this.emit("auth:failure",{username:c,remoteAddress:i,reason:"lockout"}),a.reject();return}if(a.method==="password"){if(!t.users.hasPassword(c)){console.log(`User ${c} has no password set, allowing login without verification`),s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i}),this.ensureHomeDir(s),a.accept();return}if(!a.password||a.password===""||!t.users.verifyPassword(c,a.password)){this.recordFailure(i),this.emit("auth:failure",{username:c,remoteAddress:i}),a.reject();return}s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i}),this.ensureHomeDir(s),a.accept();return}if(a.method==="publickey"){let f=t.users.getAuthorizedKeys(c);if(f.length===0){a.reject();return}let l=a.key;if(!f.some(h=>h.algo===l.algo&&h.data.equals(l.data))){this.recordFailure(i),this.emit("auth:failure",{username:c,remoteAddress:i,method:"publickey"}),a.reject();return}a.signature&&(s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i,method:"publickey"}),this.ensureHomeDir(s)),a.accept();return}a.reject(["password","publickey"])}),n.on("close",()=>{t.users.unregisterSession(o),this.emit("client:disconnect",{user:s}),o=null}),n.on("ready",()=>{n.on("session",a=>{let c=a(),f={cols:80,rows:24};c.on("pty",(l,u,h)=>{f.cols=h?.cols??f.cols,f.rows=h?.rows??f.rows,l()}),c.on("window-change",(l,u,h)=>{f.cols=h?.cols??f.cols,f.rows=h?.rows??f.rows}),c.on("shell",l=>{let u=l();t?.startInteractiveSession(u,s,o,i,f)}),c.on("exec",(l,u,h)=>{let g=l();g&&Hh(g,h.command.trim(),s,t.hostname,t)})})})}),new Promise((n,s)=>{this.server?.once("error",i=>s(i)),this.server?.listen(this.port,"0.0.0.0",()=>{console.log(`SSH Mimic listening on port ${this.port}`),this.emit("start",{port:this.port}),n(this.port)})})}stop(){bc.mark("stop"),this.server&&this.server.close(()=>{console.log("SSH Mimic stopped"),this.emit("stop")})}clearLockout(t){this.authAttempts.delete(t)}};var Sc=process.env.SSH_MIMIC_HOSTNAME??"typescript-vm",xc=new Fr(Sc,void 0,{mode:"fs",snapshotPath:".vfs"});xc.addCommand("demo",[],()=>({stdout:"This is a demo command. It does nothing useful.",exitCode:0}));new qi({port:2222,hostname:Sc,shell:xc}).start().catch(r=>{console.error("Failed to start SSH Mimic:",r),process.exit(1)});new Zn({port:2223,hostname:Sc,shell:xc}).start().catch(r=>{console.error("Failed to start SFTP Mimic:",r),process.exit(1)});process.on("uncaughtException",r=>{console.log("Oh my god, something terrible happened: ",r)});process.on("unhandledRejection",(r,t)=>{console.log(" Oh Lord! We forgot to handle a promise rejection here: ",t),console.log(" The error was: ",r)});
429
+ `)}function Yh(n,t,e,r,s){Promise.resolve(yt(t,e,r,"exec",`/home/${e}`,s,void 0,vr(e,r))).then(i=>{i.stdout&&n.write(`${zh(i.stdout)}\r
430
+ `),i.stderr&&n.stderr.write(`${zh(i.stderr)}\r
431
+ `),n.exit(i.exitCode??0),s.vfs.flushMirror(),n.end()}).catch(i=>{console.error("Exec error:",i),n.stderr.write(`Error: ${String(i)}\r
432
+ `),n.exit(1),n.end()})}var jh=require("node:crypto"),rr=require("node:fs"),ao=require("node:path");function co(n=process.cwd()){let t=(0,ao.resolve)(n,".ssh-mimic","host_rsa");if((0,rr.existsSync)(t))return(0,rr.readFileSync)(t,"utf8");let e=(0,jh.generateKeyPairSync)("rsa",{modulusLength:2048,privateKeyEncoding:{type:"pkcs1",format:"pem"},publicKeyEncoding:{type:"pkcs1",format:"pem"}}).privateKey;return(0,rr.mkdirSync)((0,ao.dirname)(t),{recursive:!0}),(0,rr.writeFileSync)(t,e,{mode:384}),e}var Xh=require("node:events"),ei=Kt(require("node:path"),1),Jh=Kt(pc(),1);var Ic=!!process.env.DEV_MODE,Jr=Ic?console.log.bind(console):()=>{},Rn=Ic?console.warn.bind(console):()=>{},Gi=Ic?console.error.bind(console):()=>{},Fe={OK:0,EOF:1,NO_SUCH_FILE:2,PERMISSION_DENIED:3,FAILURE:4,BAD_MESSAGE:5,NO_CONNECTION:6,CONNECTION_LOST:7,OP_UNSUPPORTED:8},Zr={READ:1,WRITE:2,APPEND:4,CREAT:8,TRUNC:16,EXCL:32},wc=ln("SftpMimic"),ti=class extends Xh.EventEmitter{port;server;hostname;shell;vfs;users;nextHandleId=0;handles=new Map;constructor({port:t,hostname:e="typescript-vm",shell:r,vfs:s,users:i}){if(super(),wc.mark("constructor"),this.port=t,this.server=null,this.hostname=e,this.shell=null,r)this.vfs=r.vfs,this.users=r.users,this.hostname=r.hostname,this.shell=r;else if(s&&i)this.vfs=s,this.users=i;else{let o=new Wn(e);this.vfs=o.vfs,this.users=o.users,this.shell=o}}getVfs(){return this.shell?.vfs??this.vfs}getUsers(){return this.shell?.users??this.users}async start(){wc.mark("start");let t=co();return this.shell?await this.shell.ensureInitialized():await this.users.initialize(),this.server=new Jh.Server({hostKeys:[t],ident:`SSH-2.0-${this.hostname}`},e=>{let r=["password","keyboard-interactive"],s="root",i=null,o="unknown";this.emit("client:connect"),e.on("error",c=>{Gi("[SFTP] Client error:",c)});let a=c=>{s=c,i=this.getUsers().registerSession(s,o).id;let f="/home";this.getVfs().exists(f)||this.getVfs().mkdir(f,493);let l=`/home/${s}`;this.getVfs().exists(l)||(this.getVfs().mkdir(l,493),this.getVfs().writeFile(`${l}/README.txt`,`Welcome to ${this.hostname}`),this.getVfs().flushMirror())};e.on("authentication",c=>{let f=c.username||"root";if(o=c.ip??o,Jr(`[SFTP] Auth attempt: user=${f}, method=${c.method}, ip=${o}`),c.method==="password"){if(!this.getUsers().hasPassword(f)){a(f),this.emit("auth:success",{username:s,remoteAddress:o}),c.accept();return}if(!this.getUsers().verifyPassword(f,c.password??"")){this.emit("auth:failure",{username:f,remoteAddress:o}),c.reject(r);return}a(f),this.emit("auth:success",{username:s,remoteAddress:o}),c.accept();return}if(c.method==="keyboard-interactive"){let l=c;if(!this.getUsers().hasPassword(f)){a(f),this.emit("auth:success",{username:s,remoteAddress:o}),l.accept();return}l.prompt([{prompt:"Password: ",echo:!1}],u=>{let h=u[0]??"";if(!this.getUsers().verifyPassword(f,h)){this.emit("auth:failure",{username:f,remoteAddress:o}),l.reject(r);return}a(f),this.emit("auth:success",{username:s,remoteAddress:o}),l.accept()});return}c.reject(r)}),e.on("close",()=>{this.getUsers().unregisterSession(i),this.emit("client:disconnect",{user:s}),i=null}),e.on("ready",()=>{e.on("session",(c,f)=>{let l=c();l.on("error",u=>{Gi(`[SFTP] Session error for user=${s}:`,u)}),l.on("sftp",u=>{let h=u();this.attachSftpHandlers(h,s)})})})}),new Promise((e,r)=>{this.server?.once("error",s=>r(s)),this.server?.listen(this.port,"0.0.0.0",()=>{let s=this.server?.address(),i=s&&typeof s=="object"&&"port"in s?s.port:this.port;Jr(`SFTP Mimic listening on port ${i}`),this.emit("start",{port:i}),e(i)})})}stop(){wc.mark("stop"),this.server&&this.server.close(()=>{Jr("SFTP Mimic stopped"),this.emit("stop")})}resolveRequestPath(t,e){let r=`/home/${e}`;if(!t||t===".")return r;if(!t.startsWith("/")){let s=ei.posix.join(r,t);return ei.posix.normalize(s)}return ei.posix.normalize(t)}isPathWithinHome(t,e){let r=`/home/${e}`,s=ei.posix.normalize(t);return!!(s===r||s.startsWith(`${r}/`))}createAttrs(t){let e=t.mode&511;return{mode:(t.type==="directory"?16384:32768)|e,size:t.type==="file"?t.size:0,uid:0,gid:0,atime:Math.floor(t.createdAt.getTime()/1e3),mtime:Math.floor(t.updatedAt.getTime()/1e3)}}openHandle(t){let e=++this.nextHandleId,r=Buffer.alloc(4);return r.writeUInt32BE(e,0),this.handles.set(r.toString("hex"),t),r}getHandle(t){return this.handles.get(t.toString("hex"))}closeHandle(t){this.handles.delete(t.toString("hex"))}attachSftpHandlers(t,e){let r=()=>this.getVfs(),s=()=>this.getUsers();t.on("OPEN",(i,o,a)=>{let c=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(c,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${c}`),t.status(i,Fe.PERMISSION_DENIED);return}let f=a,l=!!(f&Zr.READ),u=!!(f&Zr.WRITE||f&Zr.APPEND),h=!!(f&Zr.CREAT),p=!!(f&Zr.TRUNC);try{if(!r().exists(c)){if(!h){t.status(i,Fe.NO_SUCH_FILE);return}r().writeFile(c,Buffer.alloc(0))}if(r().stat(c).type==="directory"){t.status(i,Fe.FAILURE);return}let E=Buffer.from(r().readFile(c),"utf8");if(p&&(E=Buffer.alloc(0)),f&Zr.APPEND){let v=this.openHandle({type:"file",path:c,flags:f,buffer:E});t.handle(i,v);return}let b=this.openHandle({type:"file",path:c,flags:f,buffer:E});t.handle(i,b)}catch(_){Gi("SFTP OPEN error:",_),t.status(i,Fe.FAILURE)}}),t.on("READ",(i,o,a,c)=>{let f=this.getHandle(o);if(!f||f.type!=="file"){t.status(i,Fe.FAILURE);return}if(a>=f.buffer.length){t.status(i,Fe.EOF);return}let l=f.buffer.slice(a,a+c);t.data(i,l)}),t.on("WRITE",async(i,o,a,c)=>{let f=this.getHandle(o);if(!f||f.type!=="file"){t.status(i,Fe.FAILURE);return}let l=a+c.length;if(l>f.buffer.length){let u=Buffer.alloc(l);f.buffer.copy(u,0,0,f.buffer.length),f.buffer=u}c.copy(f.buffer,a),t.status(i,Fe.OK)}),t.on("FSTAT",(i,o)=>{let a=this.getHandle(o);if(!a){t.status(i,Fe.FAILURE);return}try{let c=r().stat(a.path);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.FAILURE)}}),t.on("CLOSE",async(i,o)=>{let a=this.getHandle(o);if(!a){t.status(i,Fe.FAILURE);return}if(a.type==="file")try{s().assertWriteWithinQuota(e,a.path,a.buffer),r().writeFile(a.path,a.buffer),r().flushMirror()}catch(c){Gi("SFTP CLOSE write error:",c),t.status(i,Fe.FAILURE),this.closeHandle(o);return}this.closeHandle(o),t.status(i,Fe.OK)}),t.on("OPENDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{if(r().stat(a).type!=="directory"){t.status(i,Fe.FAILURE);return}let f=r().list(a),l=this.openHandle({type:"dir",path:a,entries:f,index:0});t.handle(i,l)}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("READDIR",(i,o)=>{let a=this.getHandle(o);if(!a||a.type!=="dir"){t.status(i,Fe.FAILURE);return}if(a.index>=a.entries.length){t.status(i,Fe.EOF);return}let c=a.entries[a.index++],f=ei.posix.join(a.path,c),l=r().stat(f),u=this.createAttrs(l),h=`${l.type==="directory"?"d":"-"}${(l.mode&511).toString(8)} ${c}`;return t.name(i,[{filename:c,longname:h,attrs:u}])}),t.on("STAT",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{let c=r().stat(a);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("LSTAT",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{let c=r().stat(a);t.attrs(i,this.createAttrs(c))}catch{t.status(i,Fe.NO_SUCH_FILE)}}),t.on("FSETSTAT",(i,o,a)=>{let c=this.getHandle(o);if(!c){t.status(i,Fe.FAILURE);return}try{a.mode!==void 0&&r().chmod(c.path,a.mode),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("SETSTAT",(i,o,a)=>{let c=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(c,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${c}`),t.status(i,Fe.PERMISSION_DENIED);return}try{a.mode!==void 0&&r().chmod(c,a.mode),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("REALPATH",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}t.name(i,[{filename:a,longname:a,attrs:{mode:16877,uid:0,gid:0,size:0,atime:0,mtime:0}}])}),t.on("MKDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{r().mkdir(a,493),r().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("RMDIR",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{r().remove(a,{recursive:!1}),r().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("REMOVE",(i,o)=>{let a=this.resolveRequestPath(o,e);if(!this.isPathWithinHome(a,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, path=${a}`),t.status(i,Fe.PERMISSION_DENIED);return}try{r().remove(a,{recursive:!1}),r().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("RENAME",(i,o,a)=>{let c=this.resolveRequestPath(o,e),f=this.resolveRequestPath(a,e);if(!this.isPathWithinHome(c,e)||!this.isPathWithinHome(f,e)){Rn(`[SFTP] Path traversal attempt blocked: user=${e}, from=${c}, to=${f}`),t.status(i,Fe.PERMISSION_DENIED);return}try{r().move(c,f),r().flushMirror(),t.status(i,Fe.OK)}catch{t.status(i,Fe.FAILURE)}}),t.on("READLINK",i=>{t.status(i,Fe.OP_UNSUPPORTED)}),t.on("SYMLINK",i=>{t.status(i,Fe.OP_UNSUPPORTED)}),t.on("error",i=>{Gi(`[SFTP] Stream error for user=${e}:`,i)}),t.on("close",()=>{Jr(`[SFTP] Stream closed for user=${e}`),this.handles.clear()}),t.on("end",()=>{Jr(`[SFTP] end event for user=${e}`),this.handles.clear()}),t.on("END",()=>{Jr(`[SFTP] END event for user=${e}`),this.handles.clear()})}};var Cc=ln("SshMimic"),_E=!!process.env.DEV_MODE,Zh=_E?console.log.bind(console):()=>{},zi=class extends ep.EventEmitter{port;server;shell;maxAuthAttempts;lockoutDurationMs;authAttempts=new Map;constructor({port:t,hostname:e="typescript-vm",shell:r=new Wn(e),maxAuthAttempts:s=5,lockoutDurationMs:i=6e4}){super(),Cc.mark("constructor"),this.port=t,this.server=null,this.shell=r,this.maxAuthAttempts=s,this.lockoutDurationMs=i}isLockedOut(t){let e=this.authAttempts.get(t);return e?Date.now()<e.lockedUntil?!0:(e.lockedUntil>0&&this.authAttempts.delete(t),!1):!1}recordFailure(t){let e=this.authAttempts.get(t)??{attempts:0,lockedUntil:0};e.attempts+=1,e.attempts>=this.maxAuthAttempts&&(e.lockedUntil=Date.now()+this.lockoutDurationMs,this.emit("auth:lockout",{ip:t,until:new Date(e.lockedUntil)})),this.authAttempts.set(t,e)}recordSuccess(t){this.authAttempts.delete(t)}ensureHomeDir(t){let e=`/home/${t}`;this.shell.vfs.exists(e)||(this.shell.vfs.mkdir(e,493),this.shell.vfs.writeFile(`${e}/README.txt`,`Welcome to ${this.shell.hostname}
433
+ `),this.shell.vfs.flushMirror())}async start(){Cc.mark("start");let t=this.shell,e=co();return await t.ensureInitialized(),this.server=new tp.Server({hostKeys:[e],ident:`SSH-2.0-${t.hostname}`},r=>{let s="root",i="unknown",o=null;this.emit("client:connect"),r.on("authentication",a=>{let c=a.username||"root";if(i=a.ip??i,this.isLockedOut(i)){this.emit("auth:failure",{username:c,remoteAddress:i,reason:"lockout"}),a.reject();return}if(a.method==="password"){if(!t.users.hasPassword(c)){s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i}),this.ensureHomeDir(s),a.accept();return}if(!a.password||a.password===""||!t.users.verifyPassword(c,a.password)){this.recordFailure(i),this.emit("auth:failure",{username:c,remoteAddress:i}),a.reject();return}s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i}),this.ensureHomeDir(s),a.accept();return}if(a.method==="publickey"){let f=t.users.getAuthorizedKeys(c);if(f.length===0){a.reject();return}let l=a.key;if(!f.some(h=>h.algo===l.algo&&h.data.equals(l.data))){this.recordFailure(i),this.emit("auth:failure",{username:c,remoteAddress:i,method:"publickey"}),a.reject();return}a.signature&&(s=c,o=t.users.registerSession(s,i).id,this.recordSuccess(i),this.emit("auth:success",{username:s,remoteAddress:i,method:"publickey"}),this.ensureHomeDir(s)),a.accept();return}a.reject(["password","publickey"])}),r.on("close",()=>{t.users.unregisterSession(o),this.emit("client:disconnect",{user:s}),o=null}),r.on("ready",()=>{r.on("session",a=>{let c=a(),f={cols:80,rows:24};c.on("pty",(l,u,h)=>{f.cols=h?.cols??f.cols,f.rows=h?.rows??f.rows,l()}),c.on("window-change",(l,u,h)=>{f.cols=h?.cols??f.cols,f.rows=h?.rows??f.rows}),c.on("shell",l=>{let u=l();t?.startInteractiveSession(u,s,o,i,f)}),c.on("exec",(l,u,h)=>{let p=l();p&&Yh(p,h.command.trim(),s,t.hostname,t)})})})}),new Promise((r,s)=>{this.server?.once("error",i=>s(i)),this.server?.listen(this.port,"0.0.0.0",()=>{Zh(`SSH Mimic listening on port ${this.port}`),this.emit("start",{port:this.port}),r(this.port)})})}stop(){Cc.mark("stop"),this.server&&this.server.close(()=>{Zh("SSH Mimic stopped"),this.emit("stop")})}clearLockout(t){this.authAttempts.delete(t)}};var vc=process.env.SSH_MIMIC_HOSTNAME??"typescript-vm",kc=new Wn(vc,void 0,{mode:"fs",snapshotPath:".vfs"});kc.addCommand("demo",[],()=>({stdout:"This is a demo command. It does nothing useful.",exitCode:0}));new zi({port:2222,hostname:vc,shell:kc}).start().catch(n=>{console.error("Failed to start SSH Mimic:",n),process.exit(1)});new ti({port:2223,hostname:vc,shell:kc}).start().catch(n=>{console.error("Failed to start SFTP Mimic:",n),process.exit(1)});process.on("uncaughtException",n=>{console.log("Oh my god, something terrible happened: ",n)});process.on("unhandledRejection",(n,t)=>{console.log(" Oh Lord! We forgot to handle a promise rejection here: ",t),console.log(" The error was: ",n)});
498
434
  //# sourceMappingURL=standalone.js.map