just-bash-nx 3.0.2 → 3.0.3

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 (353) hide show
  1. package/dist/Bash.commands.test.d.ts +1 -0
  2. package/dist/Bash.exec-args-forwarding.test.d.ts +1 -0
  3. package/dist/Bash.exec-options.test.d.ts +1 -0
  4. package/dist/Bash.general.test.d.ts +1 -0
  5. package/dist/bin/just-bash.js +7 -3
  6. package/dist/bin/shell/shell.js +0 -0
  7. package/dist/browser.bundle.test.d.ts +9 -0
  8. package/dist/command-position-array-expansion.test.d.ts +1 -0
  9. package/dist/commands/alias/alias.test.d.ts +1 -0
  10. package/dist/commands/awk/awk.arrays.test.d.ts +1 -0
  11. package/dist/commands/awk/awk.binary.test.d.ts +1 -0
  12. package/dist/commands/awk/awk.edge-cases.test.d.ts +1 -0
  13. package/dist/commands/awk/awk.errors.test.d.ts +1 -0
  14. package/dist/commands/awk/awk.expressions.test.d.ts +1 -0
  15. package/dist/commands/awk/awk.fields.test.d.ts +1 -0
  16. package/dist/commands/awk/awk.functions.test.d.ts +1 -0
  17. package/dist/commands/awk/awk.getline.test.d.ts +1 -0
  18. package/dist/commands/awk/awk.limits.test.d.ts +1 -0
  19. package/dist/commands/awk/awk.math.test.d.ts +1 -0
  20. package/dist/commands/awk/awk.modulo.test.d.ts +1 -0
  21. package/dist/commands/awk/awk.nextfile.test.d.ts +1 -0
  22. package/dist/commands/awk/awk.operators.test.d.ts +1 -0
  23. package/dist/commands/awk/awk.output.test.d.ts +1 -0
  24. package/dist/commands/awk/awk.parsing.test.d.ts +1 -0
  25. package/dist/commands/awk/awk.patterns.test.d.ts +1 -0
  26. package/dist/commands/awk/awk.prototype-pollution.test.d.ts +1 -0
  27. package/dist/commands/awk/awk.range.test.d.ts +1 -0
  28. package/dist/commands/awk/awk.strings.test.d.ts +1 -0
  29. package/dist/commands/awk/awk.ternary.test.d.ts +1 -0
  30. package/dist/commands/awk/awk.test.d.ts +1 -0
  31. package/dist/commands/awk/awk.utf8-stdin.test.d.ts +1 -0
  32. package/dist/commands/base64/base64.binary.test.d.ts +1 -0
  33. package/dist/commands/base64/base64.test.d.ts +1 -0
  34. package/dist/commands/base64/base64.utf8-stdin.test.d.ts +1 -0
  35. package/dist/commands/basename/basename.test.d.ts +1 -0
  36. package/dist/commands/bash/bash.test.d.ts +1 -0
  37. package/dist/commands/bash/bash.utf8-stdin.test.d.ts +1 -0
  38. package/dist/commands/cat/cat.binary.test.d.ts +1 -0
  39. package/dist/commands/cat/cat.test.d.ts +1 -0
  40. package/dist/commands/cat/cat.utf8-stdin.test.d.ts +1 -0
  41. package/dist/commands/chmod/chmod.test.d.ts +1 -0
  42. package/dist/commands/clear/clear.test.d.ts +1 -0
  43. package/dist/commands/column/column.test.d.ts +1 -0
  44. package/dist/commands/column/column.utf8-stdin.test.d.ts +1 -0
  45. package/dist/commands/comm/comm.test.d.ts +1 -0
  46. package/dist/commands/comm/comm.utf8-stdin.test.d.ts +1 -0
  47. package/dist/commands/cp/cp.binary.test.d.ts +1 -0
  48. package/dist/commands/cp/cp.test.d.ts +1 -0
  49. package/dist/commands/curl/curl.prototype-pollution.test.d.ts +1 -0
  50. package/dist/commands/curl/tests/allowlist.test.d.ts +4 -0
  51. package/dist/commands/curl/tests/auth.test.d.ts +4 -0
  52. package/dist/commands/curl/tests/availability.test.d.ts +6 -0
  53. package/dist/commands/curl/tests/binary.test.d.ts +4 -0
  54. package/dist/commands/curl/tests/cookies.test.d.ts +4 -0
  55. package/dist/commands/curl/tests/errors.test.d.ts +4 -0
  56. package/dist/commands/curl/tests/form.test.d.ts +4 -0
  57. package/dist/commands/curl/tests/methods.test.d.ts +7 -0
  58. package/dist/commands/curl/tests/options.test.d.ts +4 -0
  59. package/dist/commands/curl/tests/parse.test.d.ts +4 -0
  60. package/dist/commands/curl/tests/timeout.test.d.ts +4 -0
  61. package/dist/commands/curl/tests/upload.test.d.ts +4 -0
  62. package/dist/commands/curl/tests/verbose.test.d.ts +4 -0
  63. package/dist/commands/curl/tests/writeout.test.d.ts +4 -0
  64. package/dist/commands/cut/cut.binary.test.d.ts +1 -0
  65. package/dist/commands/cut/cut.test.d.ts +1 -0
  66. package/dist/commands/cut/cut.utf8-stdin.test.d.ts +1 -0
  67. package/dist/commands/date/date.test.d.ts +1 -0
  68. package/dist/commands/diff/diff.binary.test.d.ts +1 -0
  69. package/dist/commands/diff/diff.test.d.ts +1 -0
  70. package/dist/commands/diff/diff.utf8-stdin.test.d.ts +1 -0
  71. package/dist/commands/dirname/dirname.test.d.ts +1 -0
  72. package/dist/commands/du/du.test.d.ts +1 -0
  73. package/dist/commands/echo/echo.binary.test.d.ts +1 -0
  74. package/dist/commands/echo/echo.test.d.ts +1 -0
  75. package/dist/commands/env/env.test.d.ts +1 -0
  76. package/dist/commands/env/env.utf8-stdin.test.d.ts +1 -0
  77. package/dist/commands/expand/expand.test.d.ts +1 -0
  78. package/dist/commands/expand/expand.utf8-stdin.test.d.ts +1 -0
  79. package/dist/commands/expand/unexpand.test.d.ts +1 -0
  80. package/dist/commands/expand/unexpand.utf8-stdin.test.d.ts +1 -0
  81. package/dist/commands/file/file.test.d.ts +1 -0
  82. package/dist/commands/find/find.actions.test.d.ts +1 -0
  83. package/dist/commands/find/find.basic.test.d.ts +1 -0
  84. package/dist/commands/find/find.depth.test.d.ts +1 -0
  85. package/dist/commands/find/find.exec-command-name-quoting.test.d.ts +1 -0
  86. package/dist/commands/find/find.exec.test.d.ts +1 -0
  87. package/dist/commands/find/find.operators.test.d.ts +1 -0
  88. package/dist/commands/find/find.patterns.test.d.ts +1 -0
  89. package/dist/commands/find/find.perf.test.d.ts +1 -0
  90. package/dist/commands/find/find.perm.test.d.ts +1 -0
  91. package/dist/commands/find/find.predicates.test.d.ts +1 -0
  92. package/dist/commands/find/find.printf.test.d.ts +1 -0
  93. package/dist/commands/fold/fold.test.d.ts +1 -0
  94. package/dist/commands/fold/fold.utf8-stdin.test.d.ts +1 -0
  95. package/dist/commands/grep/grep.advanced.test.d.ts +1 -0
  96. package/dist/commands/grep/grep.basic.test.d.ts +1 -0
  97. package/dist/commands/grep/grep.binary.test.d.ts +1 -0
  98. package/dist/commands/grep/grep.exclude.test.d.ts +1 -0
  99. package/dist/commands/grep/grep.perl.test.d.ts +1 -0
  100. package/dist/commands/grep/grep.utf8-stdin.test.d.ts +1 -0
  101. package/dist/commands/gzip/gzip.binary.test.d.ts +1 -0
  102. package/dist/commands/gzip/gzip.security.test.d.ts +1 -0
  103. package/dist/commands/gzip/gzip.test.d.ts +1 -0
  104. package/dist/commands/gzip/gzip.utf8-stdin.test.d.ts +1 -0
  105. package/dist/commands/head/head.binary.test.d.ts +1 -0
  106. package/dist/commands/head/head.test.d.ts +1 -0
  107. package/dist/commands/head/head.utf8-stdin.test.d.ts +1 -0
  108. package/dist/commands/help/help.test.d.ts +1 -0
  109. package/dist/commands/history/history.test.d.ts +1 -0
  110. package/dist/commands/hostname/hostname.test.d.ts +1 -0
  111. package/dist/commands/html-to-markdown/html-to-markdown.test.d.ts +1 -0
  112. package/dist/commands/html-to-markdown/html-to-markdown.utf8-stdin.test.d.ts +1 -0
  113. package/dist/commands/join/join.test.d.ts +1 -0
  114. package/dist/commands/join/join.utf8-stdin.test.d.ts +1 -0
  115. package/dist/commands/jq/jq.arg.test.d.ts +1 -0
  116. package/dist/commands/jq/jq.basic.test.d.ts +1 -0
  117. package/dist/commands/jq/jq.construction.test.d.ts +1 -0
  118. package/dist/commands/jq/jq.dot-adjacency.test.d.ts +1 -0
  119. package/dist/commands/jq/jq.filters.test.d.ts +1 -0
  120. package/dist/commands/jq/jq.functions.test.d.ts +1 -0
  121. package/dist/commands/jq/jq.keyword-field-access.test.d.ts +1 -0
  122. package/dist/commands/jq/jq.limits.test.d.ts +1 -0
  123. package/dist/commands/jq/jq.operators.test.d.ts +1 -0
  124. package/dist/commands/jq/jq.permissive-control-chars.test.d.ts +1 -0
  125. package/dist/commands/jq/jq.prototype-pollution.test.d.ts +1 -0
  126. package/dist/commands/jq/jq.raw-input.test.d.ts +1 -0
  127. package/dist/commands/jq/jq.strings.test.d.ts +1 -0
  128. package/dist/commands/jq/jq.test.d.ts +1 -0
  129. package/dist/commands/jq/jq.utf8-stdin.test.d.ts +1 -0
  130. package/dist/commands/js-exec/js-exec.esm.test.d.ts +1 -0
  131. package/dist/commands/js-exec/js-exec.exec.test.d.ts +1 -0
  132. package/dist/commands/js-exec/js-exec.fs.test.d.ts +1 -0
  133. package/dist/commands/js-exec/js-exec.http.test.d.ts +1 -0
  134. package/dist/commands/js-exec/js-exec.invoke-tool.test.d.ts +9 -0
  135. package/dist/commands/js-exec/js-exec.module-resolution-security.test.d.ts +1 -0
  136. package/dist/commands/js-exec/js-exec.node-compat.test.d.ts +1 -0
  137. package/dist/commands/js-exec/js-exec.security.test.d.ts +1 -0
  138. package/dist/commands/js-exec/js-exec.test.d.ts +1 -0
  139. package/dist/commands/js-exec/js-exec.ts-strip.test.d.ts +1 -0
  140. package/dist/commands/js-exec/js-exec.utf8-stdin.test.d.ts +1 -0
  141. package/dist/commands/ln/ln.error-forwarding.test.d.ts +1 -0
  142. package/dist/commands/ln/ln.test.d.ts +1 -0
  143. package/dist/commands/ls/ls.human.test.d.ts +1 -0
  144. package/dist/commands/ls/ls.test.d.ts +1 -0
  145. package/dist/commands/md5sum/checksum.binary.test.d.ts +1 -0
  146. package/dist/commands/md5sum/md5sum.test.d.ts +1 -0
  147. package/dist/commands/md5sum/md5sum.utf8-stdin.test.d.ts +1 -0
  148. package/dist/commands/mkdir/mkdir.test.d.ts +1 -0
  149. package/dist/commands/mv/mv.test.d.ts +1 -0
  150. package/dist/commands/nl/nl.test.d.ts +1 -0
  151. package/dist/commands/nl/nl.utf8-stdin.test.d.ts +1 -0
  152. package/dist/commands/od/od.binary.test.d.ts +1 -0
  153. package/dist/commands/od/od.test.d.ts +1 -0
  154. package/dist/commands/od/od.utf8-stdin.test.d.ts +1 -0
  155. package/dist/commands/paste/paste.test.d.ts +1 -0
  156. package/dist/commands/paste/paste.utf8-stdin.test.d.ts +1 -0
  157. package/dist/commands/printf/escapes.test.d.ts +1 -0
  158. package/dist/commands/printf/printf.binary.test.d.ts +1 -0
  159. package/dist/commands/printf/printf.test.d.ts +1 -0
  160. package/dist/commands/pwd/pwd.test.d.ts +1 -0
  161. package/dist/commands/python3/fs-bridge-handler.output-limit.test.d.ts +1 -0
  162. package/dist/commands/python3/python3.advanced.test.d.ts +1 -0
  163. package/dist/commands/python3/python3.env.test.d.ts +1 -0
  164. package/dist/commands/python3/python3.files.test.d.ts +1 -0
  165. package/dist/commands/python3/python3.http.test.d.ts +1 -0
  166. package/dist/commands/python3/python3.oop.test.d.ts +1 -0
  167. package/dist/commands/python3/python3.optin.test.d.ts +1 -0
  168. package/dist/commands/python3/python3.queue-desync.runtime.test.d.ts +1 -0
  169. package/dist/commands/python3/python3.queue-timeout-exploit.test.d.ts +1 -0
  170. package/dist/commands/python3/python3.security.test.d.ts +1 -0
  171. package/dist/commands/python3/python3.stdlib.test.d.ts +1 -0
  172. package/dist/commands/python3/python3.test.d.ts +1 -0
  173. package/dist/commands/python3/python3.utf8-stdin.test.d.ts +1 -0
  174. package/dist/commands/python3/python3.worker-protocol-abuse.test.d.ts +1 -0
  175. package/dist/commands/query-engine/safe-object.sanitize-parsed-data.test.d.ts +1 -0
  176. package/dist/commands/query-engine/safe-object.test.d.ts +1 -0
  177. package/dist/commands/readlink/readlink.test.d.ts +1 -0
  178. package/dist/commands/registry.test.d.ts +1 -0
  179. package/dist/commands/rev/rev.test.d.ts +1 -0
  180. package/dist/commands/rev/rev.utf8-stdin.test.d.ts +1 -0
  181. package/dist/commands/rg/gitignore.test.d.ts +1 -0
  182. package/dist/commands/rg/imported-tests/binary.test.d.ts +1 -0
  183. package/dist/commands/rg/imported-tests/feature.test.d.ts +1 -0
  184. package/dist/commands/rg/imported-tests/json.test.d.ts +11 -0
  185. package/dist/commands/rg/imported-tests/misc.test.d.ts +1 -0
  186. package/dist/commands/rg/imported-tests/multiline.test.d.ts +10 -0
  187. package/dist/commands/rg/imported-tests/regression.test.d.ts +1 -0
  188. package/dist/commands/rg/rg-parser-threads.test.d.ts +1 -0
  189. package/dist/commands/rg/rg.basic.test.d.ts +1 -0
  190. package/dist/commands/rg/rg.edge-cases.test.d.ts +1 -0
  191. package/dist/commands/rg/rg.filtering.test.d.ts +1 -0
  192. package/dist/commands/rg/rg.flags.test.d.ts +6 -0
  193. package/dist/commands/rg/rg.max-count.test.d.ts +1 -0
  194. package/dist/commands/rg/rg.no-filename.test.d.ts +1 -0
  195. package/dist/commands/rg/rg.output.test.d.ts +1 -0
  196. package/dist/commands/rg/rg.patterns.test.d.ts +1 -0
  197. package/dist/commands/rg/rg.ripgrep-compat.test.d.ts +1 -0
  198. package/dist/commands/rg/rg.utf8-stdin.test.d.ts +1 -0
  199. package/dist/commands/rm/rm.test.d.ts +1 -0
  200. package/dist/commands/search-engine/regex.test.d.ts +1 -0
  201. package/dist/commands/sed/sed.advanced.test.d.ts +1 -0
  202. package/dist/commands/sed/sed.binary.test.d.ts +1 -0
  203. package/dist/commands/sed/sed.commands.test.d.ts +1 -0
  204. package/dist/commands/sed/sed.errors.test.d.ts +1 -0
  205. package/dist/commands/sed/sed.limits.test.d.ts +1 -0
  206. package/dist/commands/sed/sed.regex.test.d.ts +1 -0
  207. package/dist/commands/sed/sed.security.test.d.ts +6 -0
  208. package/dist/commands/sed/sed.test.d.ts +1 -0
  209. package/dist/commands/sed/sed.utf8-stdin.test.d.ts +1 -0
  210. package/dist/commands/seq/seq.test.d.ts +1 -0
  211. package/dist/commands/sleep/sleep.test.d.ts +1 -0
  212. package/dist/commands/sort/sort.advanced.test.d.ts +1 -0
  213. package/dist/commands/sort/sort.binary.test.d.ts +1 -0
  214. package/dist/commands/sort/sort.test.d.ts +1 -0
  215. package/dist/commands/sort/sort.utf8-stdin.test.d.ts +1 -0
  216. package/dist/commands/split/split.test.d.ts +1 -0
  217. package/dist/commands/split/split.utf8-stdin.test.d.ts +1 -0
  218. package/dist/commands/sqlite3/sqlite3.errors.test.d.ts +1 -0
  219. package/dist/commands/sqlite3/sqlite3.fixtures.test.d.ts +1 -0
  220. package/dist/commands/sqlite3/sqlite3.formatters.test.d.ts +1 -0
  221. package/dist/commands/sqlite3/sqlite3.options.test.d.ts +1 -0
  222. package/dist/commands/sqlite3/sqlite3.output-modes.test.d.ts +1 -0
  223. package/dist/commands/sqlite3/sqlite3.parsing.test.d.ts +1 -0
  224. package/dist/commands/sqlite3/sqlite3.test.d.ts +1 -0
  225. package/dist/commands/sqlite3/sqlite3.utf8-stdin.test.d.ts +1 -0
  226. package/dist/commands/sqlite3/sqlite3.worker-protocol-abuse.test.d.ts +1 -0
  227. package/dist/commands/sqlite3/sqlite3.worker-resolution.test.d.ts +11 -0
  228. package/dist/commands/sqlite3/sqlite3.write-ops.test.d.ts +1 -0
  229. package/dist/commands/sqlite3/sqlite3.writeback-edge-cases.test.d.ts +1 -0
  230. package/dist/commands/sqlite3/worker.js +227 -1700
  231. package/dist/commands/stat/stat.test.d.ts +1 -0
  232. package/dist/commands/strings/strings.binary.test.d.ts +1 -0
  233. package/dist/commands/strings/strings.test.d.ts +1 -0
  234. package/dist/commands/strings/strings.utf8-stdin.test.d.ts +1 -0
  235. package/dist/commands/tac/tac.test.d.ts +1 -0
  236. package/dist/commands/tail/tail.binary.test.d.ts +1 -0
  237. package/dist/commands/tail/tail.test.d.ts +1 -0
  238. package/dist/commands/tar/bzip2-compress.test.d.ts +1 -0
  239. package/dist/commands/tar/tar.binary.test.d.ts +1 -0
  240. package/dist/commands/tar/tar.bundle.test.d.ts +1 -0
  241. package/dist/commands/tar/tar.security.test.d.ts +1 -0
  242. package/dist/commands/tar/tar.test.d.ts +1 -0
  243. package/dist/commands/tar/tar.utf8-stdin.test.d.ts +1 -0
  244. package/dist/commands/tee/tee.binary.test.d.ts +1 -0
  245. package/dist/commands/tee/tee.test.d.ts +1 -0
  246. package/dist/commands/tee/tee.utf8-stdin.test.d.ts +1 -0
  247. package/dist/commands/test/test.test.d.ts +1 -0
  248. package/dist/commands/time/time.utf8-stdin.test.d.ts +1 -0
  249. package/dist/commands/timeout/timeout.command-name-quoting.test.d.ts +1 -0
  250. package/dist/commands/timeout/timeout.nested-cancellation.test.d.ts +1 -0
  251. package/dist/commands/timeout/timeout.test.d.ts +1 -0
  252. package/dist/commands/timeout/timeout.utf8-stdin.test.d.ts +1 -0
  253. package/dist/commands/touch/touch.test.d.ts +1 -0
  254. package/dist/commands/tr/tr.binary.test.d.ts +1 -0
  255. package/dist/commands/tr/tr.complement.test.d.ts +1 -0
  256. package/dist/commands/tr/tr.test.d.ts +1 -0
  257. package/dist/commands/tr/tr.utf8-stdin.test.d.ts +1 -0
  258. package/dist/commands/tree/tree.test.d.ts +1 -0
  259. package/dist/commands/true/true.test.d.ts +1 -0
  260. package/dist/commands/uniq/uniq.binary.test.d.ts +1 -0
  261. package/dist/commands/uniq/uniq.test.d.ts +1 -0
  262. package/dist/commands/uniq/uniq.utf8-stdin.test.d.ts +1 -0
  263. package/dist/commands/utf8-across-commands.test.d.ts +1 -0
  264. package/dist/commands/utf8-bytestring.test.d.ts +1 -0
  265. package/dist/commands/wc/wc.binary.test.d.ts +1 -0
  266. package/dist/commands/wc/wc.test.d.ts +1 -0
  267. package/dist/commands/wc/wc.utf8-stdin.test.d.ts +1 -0
  268. package/dist/commands/which/which.test.d.ts +1 -0
  269. package/dist/commands/worker-bridge/bridge-handler.test.d.ts +1 -0
  270. package/dist/commands/xan/moonblade-parser.test.d.ts +1 -0
  271. package/dist/commands/xan/xan.agg.test.d.ts +5 -0
  272. package/dist/commands/xan/xan.basic.test.d.ts +5 -0
  273. package/dist/commands/xan/xan.columns.test.d.ts +5 -0
  274. package/dist/commands/xan/xan.data.test.d.ts +5 -0
  275. package/dist/commands/xan/xan.filter-sort.test.d.ts +5 -0
  276. package/dist/commands/xan/xan.frequency.test.d.ts +5 -0
  277. package/dist/commands/xan/xan.groupby.test.d.ts +5 -0
  278. package/dist/commands/xan/xan.map.test.d.ts +5 -0
  279. package/dist/commands/xan/xan.multifile.test.d.ts +5 -0
  280. package/dist/commands/xan/xan.prototype-pollution.test.d.ts +1 -0
  281. package/dist/commands/xan/xan.reshape.test.d.ts +5 -0
  282. package/dist/commands/xan/xan.select-advanced.test.d.ts +5 -0
  283. package/dist/commands/xan/xan.transform.test.d.ts +5 -0
  284. package/dist/commands/xan/xan.utf8-stdin.test.d.ts +1 -0
  285. package/dist/commands/xargs/xargs.command-name-quoting.test.d.ts +1 -0
  286. package/dist/commands/xargs/xargs.test.d.ts +1 -0
  287. package/dist/commands/xargs/xargs.utf8-stdin.test.d.ts +1 -0
  288. package/dist/commands/yq/yq.env.test.d.ts +1 -0
  289. package/dist/commands/yq/yq.fixtures.test.d.ts +10 -0
  290. package/dist/commands/yq/yq.format-strings.test.d.ts +1 -0
  291. package/dist/commands/yq/yq.navigation.test.d.ts +1 -0
  292. package/dist/commands/yq/yq.prototype-pollution.test.d.ts +1 -0
  293. package/dist/commands/yq/yq.test.d.ts +1 -0
  294. package/dist/commands/yq/yq.utf8-stdin.test.d.ts +1 -0
  295. package/dist/commands/yq/yq.yaml-security.test.d.ts +11 -0
  296. package/dist/custom-commands.test.d.ts +1 -0
  297. package/dist/encoding-pipeline.test.d.ts +1 -0
  298. package/dist/encoding.fs-fallback.test.d.ts +1 -0
  299. package/dist/fs/cross-fs-no-symlinks.test.d.ts +8 -0
  300. package/dist/fs/cross-fs-security.test.d.ts +12 -0
  301. package/dist/fs/in-memory-fs/in-memory-fs.security.test.d.ts +8 -0
  302. package/dist/fs/in-memory-fs/in-memory-fs.test.d.ts +1 -0
  303. package/dist/fs/mountable-fs/mountable-fs.security.test.d.ts +8 -0
  304. package/dist/fs/mountable-fs/mountable-fs.test.d.ts +1 -0
  305. package/dist/fs/overlay-fs/overlay-fs.e2e.test.d.ts +7 -0
  306. package/dist/fs/overlay-fs/overlay-fs.security.test.d.ts +7 -0
  307. package/dist/fs/overlay-fs/overlay-fs.test.d.ts +1 -0
  308. package/dist/fs/read-write-fs/read-write-fs.piping.test.d.ts +1 -0
  309. package/dist/fs/read-write-fs/read-write-fs.security.test.d.ts +11 -0
  310. package/dist/fs/read-write-fs/read-write-fs.test.d.ts +1 -0
  311. package/dist/fs/real-fs-utils.sanitize.test.d.ts +1 -0
  312. package/dist/fs/real-fs-utils.test.d.ts +7 -0
  313. package/dist/fs/sanitize-error.test.d.ts +1 -0
  314. package/dist/interpreter/arithmetic.test.d.ts +1 -0
  315. package/dist/interpreter/assoc-array.test.d.ts +1 -0
  316. package/dist/interpreter/builtins/break.test.d.ts +1 -0
  317. package/dist/interpreter/builtins/cd.test.d.ts +1 -0
  318. package/dist/interpreter/builtins/complete.test.d.ts +1 -0
  319. package/dist/interpreter/builtins/compopt.test.d.ts +1 -0
  320. package/dist/interpreter/builtins/continue.test.d.ts +1 -0
  321. package/dist/interpreter/builtins/eval.test.d.ts +1 -0
  322. package/dist/interpreter/builtins/exit.test.d.ts +1 -0
  323. package/dist/interpreter/builtins/export.test.d.ts +1 -0
  324. package/dist/interpreter/builtins/local.test.d.ts +1 -0
  325. package/dist/interpreter/builtins/posix-fatal.test.d.ts +1 -0
  326. package/dist/interpreter/builtins/read.test.d.ts +1 -0
  327. package/dist/interpreter/builtins/return.test.d.ts +1 -0
  328. package/dist/interpreter/builtins/set.test.d.ts +1 -0
  329. package/dist/interpreter/builtins/shift.test.d.ts +1 -0
  330. package/dist/interpreter/builtins/source.test.d.ts +1 -0
  331. package/dist/interpreter/builtins/unset.test.d.ts +1 -0
  332. package/dist/interpreter/control-flow.test.d.ts +1 -0
  333. package/dist/interpreter/expansion/prompt.test.d.ts +1 -0
  334. package/dist/interpreter/helpers/xtrace.test.d.ts +1 -0
  335. package/dist/interpreter/pipeline-execution.test.d.ts +1 -0
  336. package/dist/interpreter/prototype-pollution.test.d.ts +1 -0
  337. package/dist/interpreter/redirections.binary.test.d.ts +1 -0
  338. package/dist/network/allow-list/bypass.test.d.ts +7 -0
  339. package/dist/network/allow-list/dns-rebinding-integration.test.d.ts +8 -0
  340. package/dist/network/allow-list/dns-rebinding.test.d.ts +7 -0
  341. package/dist/network/allow-list/e2e.test.d.ts +7 -0
  342. package/dist/network/allow-list/firewall.test.d.ts +7 -0
  343. package/dist/network/allow-list/mock.test.d.ts +5 -0
  344. package/dist/network/allow-list/pen-test-pocs.test.d.ts +1 -0
  345. package/dist/network/allow-list/unit.test.d.ts +1 -0
  346. package/dist/network/dns-pin-fetch.test.d.ts +1 -0
  347. package/dist/network/dns-pin.test.d.ts +1 -0
  348. package/dist/readme.test.d.ts +9 -0
  349. package/dist/sandbox/Sandbox.security.test.d.ts +1 -0
  350. package/dist/sandbox/Sandbox.test.d.ts +1 -0
  351. package/dist/security-limits.test.d.ts +4 -0
  352. package/package.json +32 -33
  353. package/vendor/cpython-emscripten/python.wasm +0 -0
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan agg command - based on xan's test_agg.rs
3
+ * Uses real xan CLI syntax with moonblade expressions
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan basic commands: count, headers, head, tail, slice, reverse
3
+ * Uses real xan CLI syntax
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan column operations: select, drop, rename
3
+ * Uses real xan CLI syntax
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan data utility commands:
3
+ * transpose, shuffle, fixlengths, split, partition, to, from
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan filter and sort commands
3
+ * Uses real xan CLI syntax with moonblade expressions
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan frequency command - based on xan's test_frequency.rs
3
+ * Uses real xan CLI syntax
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan groupby command - based on xan's test_groupby.rs
3
+ * Uses real xan CLI syntax with moonblade expressions
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan map command - based on xan's test_map.rs
3
+ * Uses real xan CLI syntax with moonblade expressions
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan multi-file commands: cat, join, merge
3
+ * These operations work with multiple CSV files
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan reshape commands: explode, implode, pivot
3
+ * These operations change the structure of the data (rows/columns)
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan select advanced features
3
+ * Based on xan's test_select.rs
4
+ */
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests for xan transform command - based on xan's test_transform.rs
3
+ * Transform modifies existing columns in-place
4
+ */
5
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Tests for yq command using fixture files
3
+ *
4
+ * Tests various input formats (YAML, JSON, XML, INI, CSV) and
5
+ * format conversion capabilities.
6
+ *
7
+ * Each test run writes companion .parsed.json files showing the internal
8
+ * representation of each format after parsing.
9
+ */
10
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Format parser security tests for yq command.
3
+ *
4
+ * Tests that all format parsers (YAML, JSON, XML, INI, CSV, TOML) handle
5
+ * dangerous constructs safely:
6
+ * - Billion-laughs / entity expansion
7
+ * - Code execution tags (!!js/function, !!python/object)
8
+ * - Prototype pollution via __proto__/constructor keys
9
+ * - XML entity injection (XXE)
10
+ */
11
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Tests for default-deny symlink behavior (allowSymlinks: false).
3
+ *
4
+ * Verifies that both OverlayFs and ReadWriteFs correctly block symlink
5
+ * creation and traversal by default, while still allowing lstat/readlink
6
+ * on existing symlinks and normal (non-symlink) operations.
7
+ */
8
+ export {};
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Cross-filesystem security tests.
3
+ *
4
+ * Every attack vector in this file is run against BOTH OverlayFs and
5
+ * ReadWriteFs. This ensures the shared real-fs-utils code provides
6
+ * consistent protection regardless of which filesystem is in use.
7
+ *
8
+ * Where the two FSes differ in surface semantics (e.g. OverlayFs is
9
+ * copy-on-write, ReadWriteFs hits real disk), the test adapts, but the
10
+ * security invariant is the same.
11
+ */
12
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Security tests for InMemoryFs symlink handling
3
+ *
4
+ * InMemoryFs is inherently safe from real-filesystem escape attacks,
5
+ * but must handle symlink loops, path traversal via symlinks, and
6
+ * ensure consistent behavior across all operations.
7
+ */
8
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Security tests for MountableFs
3
+ *
4
+ * MountableFs routes operations to mounted filesystems.
5
+ * These tests verify that symlink escape attempts, path traversal,
6
+ * and cross-mount attacks are properly handled.
7
+ */
8
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * End-to-end tests for BashEnv with OverlayFs
3
+ *
4
+ * These tests verify that bash commands work correctly when
5
+ * operating on an OverlayFs-backed filesystem.
6
+ */
7
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Security tests for OverlayFs path traversal protection
3
+ *
4
+ * These tests attempt to escape the root directory using various
5
+ * attack techniques. All should fail safely.
6
+ */
7
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Security tests for ReadWriteFs path traversal protection
3
+ *
4
+ * These tests attempt to escape the root directory using various
5
+ * attack techniques. All should fail safely.
6
+ *
7
+ * CRITICAL: Since ReadWriteFs writes directly to the real filesystem,
8
+ * path traversal vulnerabilities could allow attackers to read/write
9
+ * arbitrary files on the system.
10
+ */
11
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Unit tests for shared real-fs-utils.
3
+ *
4
+ * These validate security-critical path logic in isolation,
5
+ * independent of any particular filesystem implementation.
6
+ */
7
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Adversarial tests attempting to bypass allow-list security
3
+ *
4
+ * These tests verify that various URL manipulation techniques
5
+ * cannot be used to access blocked URLs.
6
+ */
7
+ export {};
@@ -0,0 +1,8 @@
1
+ /**
2
+ * DNS rebinding integration tests with REAL DNS resolution (no mocks).
3
+ *
4
+ * These tests verify that the DNS resolution path in checkAllowed()
5
+ * actually works end-to-end with real dns.lookup calls.
6
+ * Only fetch is mocked (to avoid real HTTP requests).
7
+ */
8
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * DNS rebinding SSRF protection tests
3
+ *
4
+ * Verifies that domains resolving to private/loopback IPs are blocked
5
+ * when denyPrivateRanges is enabled, preventing DNS rebinding attacks.
6
+ */
7
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * E2E tests for allow-list enforcement via bash execution
3
+ *
4
+ * These tests verify that the allow-list is correctly enforced when using
5
+ * curl commands through BashEnv and Sandbox.create.
6
+ */
7
+ export {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Tests for firewall header transforms (credentials brokering)
3
+ *
4
+ * Verifies that header transforms are applied at the fetch boundary,
5
+ * firewall headers override user headers, and no leakage on redirects.
6
+ */
7
+ export {};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tests that verify the mock is working correctly and fetch is only
3
+ * called for allowed URLs
4
+ */
5
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ /**
2
+ * README and AGENTS.md validation tests
3
+ *
4
+ * Ensures documentation stays in sync with the actual codebase:
5
+ * 1. Command list is complete and accurate
6
+ * 2. TypeScript examples compile correctly
7
+ * 3. Bash examples execute correctly
8
+ */
9
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Tests for security limits to prevent resource exhaustion attacks.
3
+ */
4
+ export {};