@venos-inc/venos 0.1.12 → 0.1.14

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 (1428) hide show
  1. package/README.md +11 -6
  2. package/dist/index.js +80 -66
  3. package/etc/mcp-server/bin.js +2 -9
  4. package/etc/mcp-server/client.js +129 -27
  5. package/etc/mcp-server/node_modules/@babel/core/node_modules/.bin/json5 +2 -2
  6. package/etc/mcp-server/node_modules/@babel/core/node_modules/.bin/parser +2 -2
  7. package/etc/mcp-server/node_modules/@babel/core/node_modules/.bin/semver +2 -2
  8. package/etc/mcp-server/node_modules/@babel/generator/node_modules/.bin/jsesc +2 -2
  9. package/etc/mcp-server/node_modules/@babel/generator/node_modules/.bin/parser +2 -2
  10. package/etc/mcp-server/node_modules/@babel/helper-compilation-targets/node_modules/.bin/browserslist +2 -2
  11. package/etc/mcp-server/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +2 -2
  12. package/etc/mcp-server/node_modules/@babel/template/node_modules/.bin/parser +2 -2
  13. package/etc/mcp-server/node_modules/@babel/traverse/node_modules/.bin/parser +2 -2
  14. package/etc/mcp-server/node_modules/@eslint/eslintrc/node_modules/.bin/js-yaml +2 -2
  15. package/etc/mcp-server/node_modules/@eslint-community/eslint-utils/node_modules/.bin/eslint +2 -2
  16. package/etc/mcp-server/node_modules/@fastify/busboy/LICENSE +19 -0
  17. package/etc/mcp-server/node_modules/@fastify/busboy/README.md +271 -0
  18. package/etc/mcp-server/node_modules/@fastify/busboy/deps/dicer/LICENSE +19 -0
  19. package/etc/mcp-server/node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js +213 -0
  20. package/etc/mcp-server/node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js +100 -0
  21. package/etc/mcp-server/node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js +13 -0
  22. package/etc/mcp-server/node_modules/@fastify/busboy/deps/dicer/lib/dicer.d.ts +164 -0
  23. package/etc/mcp-server/node_modules/@fastify/busboy/deps/streamsearch/sbmh.js +228 -0
  24. package/etc/mcp-server/node_modules/@fastify/busboy/lib/main.d.ts +196 -0
  25. package/etc/mcp-server/node_modules/@fastify/busboy/lib/main.js +85 -0
  26. package/etc/mcp-server/node_modules/@fastify/busboy/lib/types/multipart.js +306 -0
  27. package/etc/mcp-server/node_modules/@fastify/busboy/lib/types/urlencoded.js +190 -0
  28. package/etc/mcp-server/node_modules/@fastify/busboy/lib/utils/Decoder.js +54 -0
  29. package/etc/mcp-server/node_modules/@fastify/busboy/lib/utils/basename.js +14 -0
  30. package/etc/mcp-server/node_modules/@fastify/busboy/lib/utils/decodeText.js +114 -0
  31. package/etc/mcp-server/node_modules/@fastify/busboy/lib/utils/getLimit.js +16 -0
  32. package/etc/mcp-server/node_modules/@fastify/busboy/lib/utils/parseParams.js +196 -0
  33. package/etc/mcp-server/node_modules/@fastify/busboy/package.json +86 -0
  34. package/etc/mcp-server/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
  35. package/etc/mcp-server/node_modules/@isaacs/cliui/README.md +143 -0
  36. package/etc/mcp-server/node_modules/@isaacs/cliui/build/index.cjs +317 -0
  37. package/etc/mcp-server/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
  38. package/etc/mcp-server/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
  39. package/etc/mcp-server/node_modules/@isaacs/cliui/index.mjs +14 -0
  40. package/etc/mcp-server/node_modules/@isaacs/cliui/package.json +86 -0
  41. package/etc/mcp-server/node_modules/@types/babel__core/node_modules/.bin/parser +2 -2
  42. package/etc/mcp-server/node_modules/@types/babel__template/node_modules/.bin/parser +2 -2
  43. package/etc/mcp-server/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/eslint +2 -2
  44. package/etc/mcp-server/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsc +2 -2
  45. package/etc/mcp-server/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsserver +2 -2
  46. package/etc/mcp-server/node_modules/@typescript-eslint/parser/node_modules/.bin/eslint +2 -2
  47. package/etc/mcp-server/node_modules/@typescript-eslint/parser/node_modules/.bin/tsc +2 -2
  48. package/etc/mcp-server/node_modules/@typescript-eslint/parser/node_modules/.bin/tsserver +2 -2
  49. package/etc/mcp-server/node_modules/@typescript-eslint/project-service/node_modules/.bin/tsc +2 -2
  50. package/etc/mcp-server/node_modules/@typescript-eslint/project-service/node_modules/.bin/tsserver +2 -2
  51. package/etc/mcp-server/node_modules/@typescript-eslint/tsconfig-utils/node_modules/.bin/tsc +2 -2
  52. package/etc/mcp-server/node_modules/@typescript-eslint/tsconfig-utils/node_modules/.bin/tsserver +2 -2
  53. package/etc/mcp-server/node_modules/@typescript-eslint/type-utils/node_modules/.bin/eslint +2 -2
  54. package/etc/mcp-server/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsc +2 -2
  55. package/etc/mcp-server/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsserver +2 -2
  56. package/etc/mcp-server/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/semver +2 -2
  57. package/etc/mcp-server/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsc +2 -2
  58. package/etc/mcp-server/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsserver +2 -2
  59. package/etc/mcp-server/node_modules/@typescript-eslint/utils/node_modules/.bin/eslint +2 -2
  60. package/etc/mcp-server/node_modules/@typescript-eslint/utils/node_modules/.bin/tsc +2 -2
  61. package/etc/mcp-server/node_modules/@typescript-eslint/utils/node_modules/.bin/tsserver +2 -2
  62. package/etc/mcp-server/node_modules/@vitest/mocker/node_modules/.bin/vite +2 -2
  63. package/etc/mcp-server/node_modules/acorn-jsx/node_modules/.bin/acorn +2 -2
  64. package/etc/mcp-server/node_modules/ansi-regex/index.d.ts +33 -0
  65. package/etc/mcp-server/node_modules/ansi-regex/index.js +14 -0
  66. package/etc/mcp-server/node_modules/{bl/LICENSE.md → ansi-regex/license} +2 -6
  67. package/etc/mcp-server/node_modules/ansi-regex/package.json +61 -0
  68. package/etc/mcp-server/node_modules/ansi-regex/readme.md +66 -0
  69. package/etc/mcp-server/node_modules/ansi-styles/index.d.ts +232 -341
  70. package/etc/mcp-server/node_modules/ansi-styles/index.js +190 -130
  71. package/etc/mcp-server/node_modules/ansi-styles/license +1 -1
  72. package/etc/mcp-server/node_modules/ansi-styles/package.json +8 -10
  73. package/etc/mcp-server/node_modules/ansi-styles/readme.md +53 -32
  74. package/etc/mcp-server/node_modules/async/CHANGELOG.md +351 -0
  75. package/etc/mcp-server/node_modules/async/LICENSE +19 -0
  76. package/etc/mcp-server/node_modules/async/README.md +59 -0
  77. package/etc/mcp-server/node_modules/async/all.js +119 -0
  78. package/etc/mcp-server/node_modules/async/allLimit.js +46 -0
  79. package/etc/mcp-server/node_modules/async/allSeries.js +45 -0
  80. package/etc/mcp-server/node_modules/async/any.js +122 -0
  81. package/etc/mcp-server/node_modules/async/anyLimit.js +47 -0
  82. package/etc/mcp-server/node_modules/async/anySeries.js +46 -0
  83. package/etc/mcp-server/node_modules/async/apply.js +11 -0
  84. package/etc/mcp-server/node_modules/async/applyEach.js +57 -0
  85. package/etc/mcp-server/node_modules/async/applyEachSeries.js +37 -0
  86. package/etc/mcp-server/node_modules/async/asyncify.js +118 -0
  87. package/etc/mcp-server/node_modules/async/auto.js +333 -0
  88. package/etc/mcp-server/node_modules/async/autoInject.js +182 -0
  89. package/etc/mcp-server/node_modules/async/bower.json +17 -0
  90. package/etc/mcp-server/node_modules/async/cargo.js +63 -0
  91. package/etc/mcp-server/node_modules/async/cargoQueue.js +71 -0
  92. package/etc/mcp-server/node_modules/async/compose.js +55 -0
  93. package/etc/mcp-server/node_modules/async/concat.js +115 -0
  94. package/etc/mcp-server/node_modules/async/concatLimit.js +60 -0
  95. package/etc/mcp-server/node_modules/async/concatSeries.js +41 -0
  96. package/etc/mcp-server/node_modules/async/constant.js +14 -0
  97. package/etc/mcp-server/node_modules/async/detect.js +96 -0
  98. package/etc/mcp-server/node_modules/async/detectLimit.js +48 -0
  99. package/etc/mcp-server/node_modules/async/detectSeries.js +47 -0
  100. package/etc/mcp-server/node_modules/async/dir.js +43 -0
  101. package/etc/mcp-server/node_modules/async/dist/async.js +6061 -0
  102. package/etc/mcp-server/node_modules/async/dist/async.min.js +1 -0
  103. package/etc/mcp-server/node_modules/async/dist/async.mjs +5948 -0
  104. package/etc/mcp-server/node_modules/async/doDuring.js +68 -0
  105. package/etc/mcp-server/node_modules/async/doUntil.js +46 -0
  106. package/etc/mcp-server/node_modules/async/doWhilst.js +68 -0
  107. package/etc/mcp-server/node_modules/async/during.js +78 -0
  108. package/etc/mcp-server/node_modules/async/each.js +129 -0
  109. package/etc/mcp-server/node_modules/async/eachLimit.js +50 -0
  110. package/etc/mcp-server/node_modules/async/eachOf.js +185 -0
  111. package/etc/mcp-server/node_modules/async/eachOfLimit.js +47 -0
  112. package/etc/mcp-server/node_modules/async/eachOfSeries.js +39 -0
  113. package/etc/mcp-server/node_modules/async/eachSeries.js +44 -0
  114. package/etc/mcp-server/node_modules/async/ensureAsync.js +67 -0
  115. package/etc/mcp-server/node_modules/async/every.js +119 -0
  116. package/etc/mcp-server/node_modules/async/everyLimit.js +46 -0
  117. package/etc/mcp-server/node_modules/async/everySeries.js +45 -0
  118. package/etc/mcp-server/node_modules/async/filter.js +93 -0
  119. package/etc/mcp-server/node_modules/async/filterLimit.js +45 -0
  120. package/etc/mcp-server/node_modules/async/filterSeries.js +43 -0
  121. package/etc/mcp-server/node_modules/async/find.js +96 -0
  122. package/etc/mcp-server/node_modules/async/findLimit.js +48 -0
  123. package/etc/mcp-server/node_modules/async/findSeries.js +47 -0
  124. package/etc/mcp-server/node_modules/async/flatMap.js +115 -0
  125. package/etc/mcp-server/node_modules/async/flatMapLimit.js +60 -0
  126. package/etc/mcp-server/node_modules/async/flatMapSeries.js +41 -0
  127. package/etc/mcp-server/node_modules/async/foldl.js +153 -0
  128. package/etc/mcp-server/node_modules/async/foldr.js +41 -0
  129. package/etc/mcp-server/node_modules/async/forEach.js +129 -0
  130. package/etc/mcp-server/node_modules/async/forEachLimit.js +50 -0
  131. package/etc/mcp-server/node_modules/async/forEachOf.js +185 -0
  132. package/etc/mcp-server/node_modules/async/forEachOfLimit.js +47 -0
  133. package/etc/mcp-server/node_modules/async/forEachOfSeries.js +39 -0
  134. package/etc/mcp-server/node_modules/async/forEachSeries.js +44 -0
  135. package/etc/mcp-server/node_modules/async/forever.js +68 -0
  136. package/etc/mcp-server/node_modules/async/groupBy.js +108 -0
  137. package/etc/mcp-server/node_modules/async/groupByLimit.js +71 -0
  138. package/etc/mcp-server/node_modules/async/groupBySeries.js +36 -0
  139. package/etc/mcp-server/node_modules/async/index.js +588 -0
  140. package/etc/mcp-server/node_modules/async/inject.js +153 -0
  141. package/etc/mcp-server/node_modules/async/internal/DoublyLinkedList.js +92 -0
  142. package/etc/mcp-server/node_modules/async/internal/Heap.js +120 -0
  143. package/etc/mcp-server/node_modules/async/internal/applyEach.js +29 -0
  144. package/etc/mcp-server/node_modules/async/internal/asyncEachOfLimit.js +75 -0
  145. package/etc/mcp-server/node_modules/async/internal/awaitify.js +28 -0
  146. package/etc/mcp-server/node_modules/async/internal/breakLoop.js +10 -0
  147. package/etc/mcp-server/node_modules/async/internal/consoleFunc.js +31 -0
  148. package/etc/mcp-server/node_modules/async/internal/createTester.js +40 -0
  149. package/etc/mcp-server/node_modules/async/internal/eachOfLimit.js +90 -0
  150. package/etc/mcp-server/node_modules/async/internal/filter.js +55 -0
  151. package/etc/mcp-server/node_modules/async/internal/getIterator.js +11 -0
  152. package/etc/mcp-server/node_modules/async/internal/initialParams.js +14 -0
  153. package/etc/mcp-server/node_modules/async/internal/isArrayLike.js +10 -0
  154. package/etc/mcp-server/node_modules/async/internal/iterator.js +57 -0
  155. package/etc/mcp-server/node_modules/async/internal/map.js +30 -0
  156. package/etc/mcp-server/node_modules/async/internal/once.js +17 -0
  157. package/etc/mcp-server/node_modules/async/internal/onlyOnce.js +15 -0
  158. package/etc/mcp-server/node_modules/async/internal/parallel.js +34 -0
  159. package/etc/mcp-server/node_modules/async/internal/promiseCallback.js +23 -0
  160. package/etc/mcp-server/node_modules/async/internal/queue.js +294 -0
  161. package/etc/mcp-server/node_modules/async/internal/range.js +14 -0
  162. package/etc/mcp-server/node_modules/async/internal/reject.js +26 -0
  163. package/etc/mcp-server/node_modules/async/internal/setImmediate.js +34 -0
  164. package/etc/mcp-server/node_modules/async/internal/withoutIndex.js +10 -0
  165. package/etc/mcp-server/node_modules/async/internal/wrapAsync.js +34 -0
  166. package/etc/mcp-server/node_modules/async/log.js +41 -0
  167. package/etc/mcp-server/node_modules/async/map.js +142 -0
  168. package/etc/mcp-server/node_modules/async/mapLimit.js +45 -0
  169. package/etc/mcp-server/node_modules/async/mapSeries.js +44 -0
  170. package/etc/mcp-server/node_modules/async/mapValues.js +152 -0
  171. package/etc/mcp-server/node_modules/async/mapValuesLimit.js +61 -0
  172. package/etc/mcp-server/node_modules/async/mapValuesSeries.js +37 -0
  173. package/etc/mcp-server/node_modules/async/memoize.js +91 -0
  174. package/etc/mcp-server/node_modules/async/nextTick.js +52 -0
  175. package/etc/mcp-server/node_modules/async/package.json +75 -0
  176. package/etc/mcp-server/node_modules/async/parallel.js +180 -0
  177. package/etc/mcp-server/node_modules/async/parallelLimit.js +41 -0
  178. package/etc/mcp-server/node_modules/async/priorityQueue.js +60 -0
  179. package/etc/mcp-server/node_modules/async/queue.js +24 -0
  180. package/etc/mcp-server/node_modules/async/race.js +67 -0
  181. package/etc/mcp-server/node_modules/async/reduce.js +153 -0
  182. package/etc/mcp-server/node_modules/async/reduceRight.js +41 -0
  183. package/etc/mcp-server/node_modules/async/reflect.js +78 -0
  184. package/etc/mcp-server/node_modules/async/reflectAll.js +93 -0
  185. package/etc/mcp-server/node_modules/async/reject.js +87 -0
  186. package/etc/mcp-server/node_modules/async/rejectLimit.js +45 -0
  187. package/etc/mcp-server/node_modules/async/rejectSeries.js +43 -0
  188. package/etc/mcp-server/node_modules/async/retry.js +159 -0
  189. package/etc/mcp-server/node_modules/async/retryable.js +77 -0
  190. package/etc/mcp-server/node_modules/async/select.js +93 -0
  191. package/etc/mcp-server/node_modules/async/selectLimit.js +45 -0
  192. package/etc/mcp-server/node_modules/async/selectSeries.js +43 -0
  193. package/etc/mcp-server/node_modules/async/seq.js +79 -0
  194. package/etc/mcp-server/node_modules/async/series.js +186 -0
  195. package/etc/mcp-server/node_modules/async/setImmediate.js +45 -0
  196. package/etc/mcp-server/node_modules/async/some.js +122 -0
  197. package/etc/mcp-server/node_modules/async/someLimit.js +47 -0
  198. package/etc/mcp-server/node_modules/async/someSeries.js +46 -0
  199. package/etc/mcp-server/node_modules/async/sortBy.js +190 -0
  200. package/etc/mcp-server/node_modules/async/timeout.js +89 -0
  201. package/etc/mcp-server/node_modules/async/times.js +50 -0
  202. package/etc/mcp-server/node_modules/async/timesLimit.js +43 -0
  203. package/etc/mcp-server/node_modules/async/timesSeries.js +32 -0
  204. package/etc/mcp-server/node_modules/async/transform.js +173 -0
  205. package/etc/mcp-server/node_modules/async/tryEach.js +78 -0
  206. package/etc/mcp-server/node_modules/async/unmemoize.js +25 -0
  207. package/etc/mcp-server/node_modules/async/until.js +61 -0
  208. package/etc/mcp-server/node_modules/async/waterfall.js +105 -0
  209. package/etc/mcp-server/node_modules/async/whilst.js +78 -0
  210. package/etc/mcp-server/node_modules/async/wrapSync.js +118 -0
  211. package/etc/mcp-server/node_modules/atomic-sleep/.travis.yml +11 -0
  212. package/etc/mcp-server/node_modules/atomic-sleep/LICENSE +22 -0
  213. package/etc/mcp-server/node_modules/atomic-sleep/index.js +38 -0
  214. package/etc/mcp-server/node_modules/atomic-sleep/package.json +37 -0
  215. package/etc/mcp-server/node_modules/atomic-sleep/readme.md +58 -0
  216. package/etc/mcp-server/node_modules/atomic-sleep/test.js +47 -0
  217. package/etc/mcp-server/node_modules/b4a/LICENSE +201 -0
  218. package/etc/mcp-server/node_modules/b4a/README.md +153 -0
  219. package/etc/mcp-server/node_modules/b4a/browser.js +541 -0
  220. package/etc/mcp-server/node_modules/b4a/index.js +188 -0
  221. package/etc/mcp-server/node_modules/b4a/lib/ascii.js +31 -0
  222. package/etc/mcp-server/node_modules/b4a/lib/base64.js +64 -0
  223. package/etc/mcp-server/node_modules/b4a/lib/hex.js +51 -0
  224. package/etc/mcp-server/node_modules/b4a/lib/latin1.js +31 -0
  225. package/etc/mcp-server/node_modules/b4a/lib/utf16le.js +40 -0
  226. package/etc/mcp-server/node_modules/b4a/lib/utf8.js +144 -0
  227. package/etc/mcp-server/node_modules/b4a/package.json +51 -0
  228. package/etc/mcp-server/node_modules/b4a/react-native.js +5 -0
  229. package/etc/mcp-server/node_modules/bare-events/LICENSE +201 -0
  230. package/etc/mcp-server/node_modules/bare-events/README.md +25 -0
  231. package/etc/mcp-server/node_modules/bare-events/global.d.ts +15 -0
  232. package/etc/mcp-server/node_modules/bare-events/global.js +5 -0
  233. package/etc/mcp-server/node_modules/bare-events/index.d.ts +85 -0
  234. package/etc/mcp-server/node_modules/bare-events/index.js +378 -0
  235. package/etc/mcp-server/node_modules/bare-events/lib/errors.js +26 -0
  236. package/etc/mcp-server/node_modules/bare-events/package.json +63 -0
  237. package/etc/mcp-server/node_modules/bare-events/web.d.ts +79 -0
  238. package/etc/mcp-server/node_modules/bare-events/web.js +353 -0
  239. package/etc/mcp-server/node_modules/bare-fs/CMakeLists.txt +13 -0
  240. package/etc/mcp-server/node_modules/bare-fs/LICENSE +201 -0
  241. package/etc/mcp-server/node_modules/bare-fs/README.md +989 -0
  242. package/etc/mcp-server/node_modules/bare-fs/binding.c +2889 -0
  243. package/etc/mcp-server/node_modules/bare-fs/binding.js +1 -0
  244. package/etc/mcp-server/node_modules/bare-fs/index.d.ts +1232 -0
  245. package/etc/mcp-server/node_modules/bare-fs/index.js +2842 -0
  246. package/etc/mcp-server/node_modules/bare-fs/lib/constants.d.ts +49 -0
  247. package/etc/mcp-server/node_modules/bare-fs/lib/constants.js +49 -0
  248. package/etc/mcp-server/node_modules/bare-fs/lib/errors.d.ts +11 -0
  249. package/etc/mcp-server/node_modules/bare-fs/lib/errors.js +55 -0
  250. package/etc/mcp-server/node_modules/bare-fs/package.json +74 -0
  251. package/etc/mcp-server/node_modules/bare-fs/prebuilds/android-arm/bare-fs.bare +0 -0
  252. package/etc/mcp-server/node_modules/bare-fs/prebuilds/android-arm64/bare-fs.bare +0 -0
  253. package/etc/mcp-server/node_modules/bare-fs/prebuilds/android-ia32/bare-fs.bare +0 -0
  254. package/etc/mcp-server/node_modules/bare-fs/prebuilds/android-x64/bare-fs.bare +0 -0
  255. package/etc/mcp-server/node_modules/bare-fs/prebuilds/darwin-arm64/bare-fs.bare +0 -0
  256. package/etc/mcp-server/node_modules/bare-fs/prebuilds/darwin-x64/bare-fs.bare +0 -0
  257. package/etc/mcp-server/node_modules/bare-fs/prebuilds/ios-arm64/bare-fs.bare +0 -0
  258. package/etc/mcp-server/node_modules/bare-fs/prebuilds/ios-arm64-simulator/bare-fs.bare +0 -0
  259. package/etc/mcp-server/node_modules/bare-fs/prebuilds/ios-x64-simulator/bare-fs.bare +0 -0
  260. package/etc/mcp-server/node_modules/bare-fs/prebuilds/linux-arm64/bare-fs.bare +0 -0
  261. package/etc/mcp-server/node_modules/bare-fs/prebuilds/linux-x64/bare-fs.bare +0 -0
  262. package/etc/mcp-server/node_modules/bare-fs/prebuilds/win32-arm64/bare-fs.bare +0 -0
  263. package/etc/mcp-server/node_modules/bare-fs/prebuilds/win32-x64/bare-fs.bare +0 -0
  264. package/etc/mcp-server/node_modules/bare-fs/promises.d.ts +313 -0
  265. package/etc/mcp-server/node_modules/bare-fs/promises.js +119 -0
  266. package/etc/mcp-server/node_modules/bare-os/CMakeLists.txt +13 -0
  267. package/etc/mcp-server/node_modules/bare-os/LICENSE +201 -0
  268. package/etc/mcp-server/node_modules/bare-os/README.md +252 -0
  269. package/etc/mcp-server/node_modules/bare-os/binding.c +1535 -0
  270. package/etc/mcp-server/node_modules/bare-os/binding.js +1 -0
  271. package/etc/mcp-server/node_modules/bare-os/index.d.ts +150 -0
  272. package/etc/mcp-server/node_modules/bare-os/index.js +252 -0
  273. package/etc/mcp-server/node_modules/bare-os/lib/constants.d.ts +7 -0
  274. package/etc/mcp-server/node_modules/bare-os/lib/constants.js +7 -0
  275. package/etc/mcp-server/node_modules/bare-os/lib/errors.d.ts +5 -0
  276. package/etc/mcp-server/node_modules/bare-os/lib/errors.js +22 -0
  277. package/etc/mcp-server/node_modules/bare-os/package.json +55 -0
  278. package/etc/mcp-server/node_modules/bare-os/prebuilds/android-arm/bare-os.bare +0 -0
  279. package/etc/mcp-server/node_modules/bare-os/prebuilds/android-arm64/bare-os.bare +0 -0
  280. package/etc/mcp-server/node_modules/bare-os/prebuilds/android-ia32/bare-os.bare +0 -0
  281. package/etc/mcp-server/node_modules/bare-os/prebuilds/android-x64/bare-os.bare +0 -0
  282. package/etc/mcp-server/node_modules/bare-os/prebuilds/darwin-arm64/bare-os.bare +0 -0
  283. package/etc/mcp-server/node_modules/bare-os/prebuilds/darwin-x64/bare-os.bare +0 -0
  284. package/etc/mcp-server/node_modules/bare-os/prebuilds/ios-arm64/bare-os.bare +0 -0
  285. package/etc/mcp-server/node_modules/bare-os/prebuilds/ios-arm64-simulator/bare-os.bare +0 -0
  286. package/etc/mcp-server/node_modules/bare-os/prebuilds/ios-x64-simulator/bare-os.bare +0 -0
  287. package/etc/mcp-server/node_modules/bare-os/prebuilds/linux-arm64/bare-os.bare +0 -0
  288. package/etc/mcp-server/node_modules/bare-os/prebuilds/linux-x64/bare-os.bare +0 -0
  289. package/etc/mcp-server/node_modules/bare-os/prebuilds/win32-arm64/bare-os.bare +0 -0
  290. package/etc/mcp-server/node_modules/bare-os/prebuilds/win32-x64/bare-os.bare +0 -0
  291. package/etc/mcp-server/node_modules/bare-path/LICENSE +201 -0
  292. package/etc/mcp-server/node_modules/bare-path/NOTICE +28 -0
  293. package/etc/mcp-server/node_modules/bare-path/README.md +19 -0
  294. package/etc/mcp-server/node_modules/bare-path/index.d.ts +27 -0
  295. package/etc/mcp-server/node_modules/bare-path/index.js +9 -0
  296. package/etc/mcp-server/node_modules/bare-path/lib/constants.js +11 -0
  297. package/etc/mcp-server/node_modules/bare-path/lib/posix.js +246 -0
  298. package/etc/mcp-server/node_modules/bare-path/lib/shared.js +73 -0
  299. package/etc/mcp-server/node_modules/bare-path/lib/win32.js +547 -0
  300. package/etc/mcp-server/node_modules/bare-path/package.json +44 -0
  301. package/etc/mcp-server/node_modules/bare-stream/LICENSE +201 -0
  302. package/etc/mcp-server/node_modules/bare-stream/README.md +354 -0
  303. package/etc/mcp-server/node_modules/bare-stream/global.d.ts +31 -0
  304. package/etc/mcp-server/node_modules/bare-stream/global.js +15 -0
  305. package/etc/mcp-server/node_modules/bare-stream/index.d.ts +235 -0
  306. package/etc/mcp-server/node_modules/bare-stream/index.js +493 -0
  307. package/etc/mcp-server/node_modules/bare-stream/package.json +75 -0
  308. package/etc/mcp-server/node_modules/bare-stream/promises.js +3 -0
  309. package/etc/mcp-server/node_modules/bare-stream/web.d.ts +152 -0
  310. package/etc/mcp-server/node_modules/bare-stream/web.js +607 -0
  311. package/etc/mcp-server/node_modules/bare-url/CMakeLists.txt +27 -0
  312. package/etc/mcp-server/node_modules/bare-url/LICENSE +201 -0
  313. package/etc/mcp-server/node_modules/bare-url/README.md +172 -0
  314. package/etc/mcp-server/node_modules/bare-url/binding.c +186 -0
  315. package/etc/mcp-server/node_modules/bare-url/binding.js +1 -0
  316. package/etc/mcp-server/node_modules/bare-url/global.d.ts +12 -0
  317. package/etc/mcp-server/node_modules/bare-url/global.js +2 -0
  318. package/etc/mcp-server/node_modules/bare-url/index.d.ts +41 -0
  319. package/etc/mcp-server/node_modules/bare-url/index.js +411 -0
  320. package/etc/mcp-server/node_modules/bare-url/lib/errors.d.ts +10 -0
  321. package/etc/mcp-server/node_modules/bare-url/lib/errors.js +33 -0
  322. package/etc/mcp-server/node_modules/bare-url/lib/url-search-params.d.ts +23 -0
  323. package/etc/mcp-server/node_modules/bare-url/lib/url-search-params.js +194 -0
  324. package/etc/mcp-server/node_modules/bare-url/package.json +54 -0
  325. package/etc/mcp-server/node_modules/bare-url/prebuilds/android-arm/bare-url.bare +0 -0
  326. package/etc/mcp-server/node_modules/bare-url/prebuilds/android-arm64/bare-url.bare +0 -0
  327. package/etc/mcp-server/node_modules/bare-url/prebuilds/android-ia32/bare-url.bare +0 -0
  328. package/etc/mcp-server/node_modules/bare-url/prebuilds/android-x64/bare-url.bare +0 -0
  329. package/etc/mcp-server/node_modules/bare-url/prebuilds/darwin-arm64/bare-url.bare +0 -0
  330. package/etc/mcp-server/node_modules/bare-url/prebuilds/darwin-x64/bare-url.bare +0 -0
  331. package/etc/mcp-server/node_modules/bare-url/prebuilds/ios-arm64/bare-url.bare +0 -0
  332. package/etc/mcp-server/node_modules/bare-url/prebuilds/ios-arm64-simulator/bare-url.bare +0 -0
  333. package/etc/mcp-server/node_modules/bare-url/prebuilds/ios-x64-simulator/bare-url.bare +0 -0
  334. package/etc/mcp-server/node_modules/bare-url/prebuilds/linux-arm64/bare-url.bare +0 -0
  335. package/etc/mcp-server/node_modules/bare-url/prebuilds/linux-x64/bare-url.bare +0 -0
  336. package/etc/mcp-server/node_modules/bare-url/prebuilds/win32-arm64/bare-url.bare +0 -0
  337. package/etc/mcp-server/node_modules/bare-url/prebuilds/win32-x64/bare-url.bare +0 -0
  338. package/etc/mcp-server/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
  339. package/etc/mcp-server/node_modules/brace-expansion/index.js +86 -84
  340. package/etc/mcp-server/node_modules/browserslist/node_modules/.bin/baseline-browser-mapping +2 -2
  341. package/etc/mcp-server/node_modules/browserslist/node_modules/.bin/update-browserslist-db +2 -2
  342. package/etc/mcp-server/node_modules/buffer/AUTHORS.md +3 -0
  343. package/etc/mcp-server/node_modules/buffer/README.md +1 -1
  344. package/etc/mcp-server/node_modules/buffer/index.d.ts +11 -3
  345. package/etc/mcp-server/node_modules/buffer/index.js +424 -135
  346. package/etc/mcp-server/node_modules/buffer/package.json +8 -11
  347. package/etc/mcp-server/node_modules/cliui/CHANGELOG.md +139 -0
  348. package/etc/mcp-server/node_modules/cliui/LICENSE.txt +14 -0
  349. package/etc/mcp-server/node_modules/cliui/README.md +141 -0
  350. package/etc/mcp-server/node_modules/cliui/build/index.cjs +302 -0
  351. package/etc/mcp-server/node_modules/cliui/build/index.d.cts +43 -0
  352. package/etc/mcp-server/node_modules/cliui/build/lib/index.js +287 -0
  353. package/etc/mcp-server/node_modules/cliui/build/lib/string-utils.js +27 -0
  354. package/etc/mcp-server/node_modules/cliui/index.mjs +13 -0
  355. package/etc/mcp-server/node_modules/cliui/package.json +83 -0
  356. package/etc/mcp-server/node_modules/core-util-is/LICENSE +19 -0
  357. package/etc/mcp-server/node_modules/core-util-is/README.md +3 -0
  358. package/etc/mcp-server/node_modules/core-util-is/lib/util.js +107 -0
  359. package/etc/mcp-server/node_modules/core-util-is/package.json +38 -0
  360. package/etc/mcp-server/node_modules/cross-spawn/node_modules/.bin/node-which +2 -2
  361. package/etc/mcp-server/node_modules/eastasianwidth/README.md +32 -0
  362. package/etc/mcp-server/node_modules/eastasianwidth/eastasianwidth.js +311 -0
  363. package/etc/mcp-server/node_modules/eastasianwidth/package.json +18 -0
  364. package/etc/mcp-server/node_modules/{bindings/LICENSE.md → emoji-regex/LICENSE-MIT.txt} +8 -10
  365. package/etc/mcp-server/node_modules/emoji-regex/README.md +137 -0
  366. package/etc/mcp-server/node_modules/emoji-regex/RGI_Emoji.d.ts +5 -0
  367. package/etc/mcp-server/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  368. package/etc/mcp-server/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +5 -0
  369. package/etc/mcp-server/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  370. package/etc/mcp-server/node_modules/emoji-regex/es2015/index.d.ts +5 -0
  371. package/etc/mcp-server/node_modules/emoji-regex/es2015/index.js +6 -0
  372. package/etc/mcp-server/node_modules/emoji-regex/es2015/text.d.ts +5 -0
  373. package/etc/mcp-server/node_modules/emoji-regex/es2015/text.js +6 -0
  374. package/etc/mcp-server/node_modules/emoji-regex/index.d.ts +5 -0
  375. package/etc/mcp-server/node_modules/emoji-regex/index.js +6 -0
  376. package/etc/mcp-server/node_modules/emoji-regex/package.json +52 -0
  377. package/etc/mcp-server/node_modules/emoji-regex/text.d.ts +5 -0
  378. package/etc/mcp-server/node_modules/emoji-regex/text.js +6 -0
  379. package/etc/mcp-server/node_modules/espree/node_modules/.bin/acorn +2 -2
  380. package/etc/mcp-server/node_modules/events-universal/LICENSE +201 -0
  381. package/etc/mcp-server/node_modules/events-universal/README.md +17 -0
  382. package/etc/mcp-server/node_modules/events-universal/bare.js +1 -0
  383. package/etc/mcp-server/node_modules/events-universal/default.js +1 -0
  384. package/etc/mcp-server/node_modules/events-universal/index.js +1 -0
  385. package/etc/mcp-server/node_modules/events-universal/package.json +39 -0
  386. package/etc/mcp-server/node_modules/events-universal/react-native.js +1 -0
  387. package/etc/mcp-server/node_modules/{fs-constants → fast-fifo}/LICENSE +1 -1
  388. package/etc/mcp-server/node_modules/fast-fifo/README.md +78 -0
  389. package/etc/mcp-server/node_modules/fast-fifo/fixed-size.js +39 -0
  390. package/etc/mcp-server/node_modules/fast-fifo/index.js +48 -0
  391. package/etc/mcp-server/node_modules/fast-fifo/package.json +28 -0
  392. package/etc/mcp-server/node_modules/{chownr → foreground-child}/LICENSE +1 -1
  393. package/etc/mcp-server/node_modules/foreground-child/README.md +128 -0
  394. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +2 -0
  395. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -0
  396. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
  397. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/all-signals.js.map +1 -0
  398. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/index.d.ts +58 -0
  399. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -0
  400. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/index.js +123 -0
  401. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/index.js.map +1 -0
  402. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/package.json +3 -0
  403. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +6 -0
  404. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -0
  405. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
  406. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +1 -0
  407. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +10 -0
  408. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -0
  409. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
  410. package/etc/mcp-server/node_modules/foreground-child/dist/commonjs/watchdog.js.map +1 -0
  411. package/etc/mcp-server/node_modules/foreground-child/dist/esm/all-signals.d.ts +2 -0
  412. package/etc/mcp-server/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -0
  413. package/etc/mcp-server/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
  414. package/etc/mcp-server/node_modules/foreground-child/dist/esm/all-signals.js.map +1 -0
  415. package/etc/mcp-server/node_modules/foreground-child/dist/esm/index.d.ts +58 -0
  416. package/etc/mcp-server/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -0
  417. package/etc/mcp-server/node_modules/foreground-child/dist/esm/index.js +115 -0
  418. package/etc/mcp-server/node_modules/foreground-child/dist/esm/index.js.map +1 -0
  419. package/etc/mcp-server/node_modules/foreground-child/dist/esm/package.json +3 -0
  420. package/etc/mcp-server/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +6 -0
  421. package/etc/mcp-server/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -0
  422. package/etc/mcp-server/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
  423. package/etc/mcp-server/node_modules/foreground-child/dist/esm/proxy-signals.js.map +1 -0
  424. package/etc/mcp-server/node_modules/foreground-child/dist/esm/watchdog.d.ts +10 -0
  425. package/etc/mcp-server/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -0
  426. package/etc/mcp-server/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
  427. package/etc/mcp-server/node_modules/foreground-child/dist/esm/watchdog.js.map +1 -0
  428. package/etc/mcp-server/node_modules/foreground-child/package.json +106 -0
  429. package/etc/mcp-server/node_modules/get-caller-file/LICENSE.md +6 -0
  430. package/etc/mcp-server/node_modules/get-caller-file/README.md +41 -0
  431. package/etc/mcp-server/node_modules/get-caller-file/index.d.ts +2 -0
  432. package/etc/mcp-server/node_modules/get-caller-file/index.js +22 -0
  433. package/etc/mcp-server/node_modules/get-caller-file/index.js.map +1 -0
  434. package/etc/mcp-server/node_modules/get-caller-file/package.json +42 -0
  435. package/etc/mcp-server/node_modules/glob/LICENSE +15 -0
  436. package/etc/mcp-server/node_modules/glob/README.md +1265 -0
  437. package/etc/mcp-server/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
  438. package/etc/mcp-server/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  439. package/etc/mcp-server/node_modules/glob/dist/commonjs/glob.js +247 -0
  440. package/etc/mcp-server/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  441. package/etc/mcp-server/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  442. package/etc/mcp-server/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  443. package/etc/mcp-server/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  444. package/etc/mcp-server/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  445. package/etc/mcp-server/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
  446. package/etc/mcp-server/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  447. package/etc/mcp-server/node_modules/glob/dist/commonjs/ignore.js +119 -0
  448. package/etc/mcp-server/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  449. package/etc/mcp-server/node_modules/glob/dist/commonjs/index.d.ts +97 -0
  450. package/etc/mcp-server/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  451. package/etc/mcp-server/node_modules/glob/dist/commonjs/index.js +68 -0
  452. package/etc/mcp-server/node_modules/glob/dist/commonjs/index.js.map +1 -0
  453. package/etc/mcp-server/node_modules/glob/dist/commonjs/package.json +3 -0
  454. package/etc/mcp-server/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
  455. package/etc/mcp-server/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  456. package/etc/mcp-server/node_modules/glob/dist/commonjs/pattern.js +219 -0
  457. package/etc/mcp-server/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  458. package/etc/mcp-server/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  459. package/etc/mcp-server/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  460. package/etc/mcp-server/node_modules/glob/dist/commonjs/processor.js +301 -0
  461. package/etc/mcp-server/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  462. package/etc/mcp-server/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
  463. package/etc/mcp-server/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  464. package/etc/mcp-server/node_modules/glob/dist/commonjs/walker.js +387 -0
  465. package/etc/mcp-server/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  466. package/etc/mcp-server/node_modules/glob/dist/esm/bin.d.mts +3 -0
  467. package/etc/mcp-server/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
  468. package/etc/mcp-server/node_modules/glob/dist/esm/bin.mjs +346 -0
  469. package/etc/mcp-server/node_modules/glob/dist/esm/bin.mjs.map +1 -0
  470. package/etc/mcp-server/node_modules/glob/dist/esm/glob.d.ts +388 -0
  471. package/etc/mcp-server/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  472. package/etc/mcp-server/node_modules/glob/dist/esm/glob.js +243 -0
  473. package/etc/mcp-server/node_modules/glob/dist/esm/glob.js.map +1 -0
  474. package/etc/mcp-server/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  475. package/etc/mcp-server/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  476. package/etc/mcp-server/node_modules/glob/dist/esm/has-magic.js +23 -0
  477. package/etc/mcp-server/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  478. package/etc/mcp-server/node_modules/glob/dist/esm/ignore.d.ts +24 -0
  479. package/etc/mcp-server/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  480. package/etc/mcp-server/node_modules/glob/dist/esm/ignore.js +115 -0
  481. package/etc/mcp-server/node_modules/glob/dist/esm/ignore.js.map +1 -0
  482. package/etc/mcp-server/node_modules/glob/dist/esm/index.d.ts +97 -0
  483. package/etc/mcp-server/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  484. package/etc/mcp-server/node_modules/glob/dist/esm/index.js +55 -0
  485. package/etc/mcp-server/node_modules/glob/dist/esm/index.js.map +1 -0
  486. package/etc/mcp-server/node_modules/glob/dist/esm/package.json +3 -0
  487. package/etc/mcp-server/node_modules/glob/dist/esm/pattern.d.ts +76 -0
  488. package/etc/mcp-server/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  489. package/etc/mcp-server/node_modules/glob/dist/esm/pattern.js +215 -0
  490. package/etc/mcp-server/node_modules/glob/dist/esm/pattern.js.map +1 -0
  491. package/etc/mcp-server/node_modules/glob/dist/esm/processor.d.ts +59 -0
  492. package/etc/mcp-server/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  493. package/etc/mcp-server/node_modules/glob/dist/esm/processor.js +294 -0
  494. package/etc/mcp-server/node_modules/glob/dist/esm/processor.js.map +1 -0
  495. package/etc/mcp-server/node_modules/glob/dist/esm/walker.d.ts +97 -0
  496. package/etc/mcp-server/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  497. package/etc/mcp-server/node_modules/glob/dist/esm/walker.js +381 -0
  498. package/etc/mcp-server/node_modules/glob/dist/esm/walker.js.map +1 -0
  499. package/etc/mcp-server/node_modules/glob/package.json +99 -0
  500. package/etc/mcp-server/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
  501. package/etc/mcp-server/node_modules/is-fullwidth-code-point/index.js +50 -0
  502. package/etc/mcp-server/node_modules/is-fullwidth-code-point/license +9 -0
  503. package/etc/mcp-server/node_modules/is-fullwidth-code-point/package.json +42 -0
  504. package/etc/mcp-server/node_modules/is-fullwidth-code-point/readme.md +39 -0
  505. package/etc/mcp-server/node_modules/{tar-fs → isarray}/.travis.yml +2 -4
  506. package/etc/mcp-server/node_modules/isarray/Makefile +6 -0
  507. package/etc/mcp-server/node_modules/isarray/README.md +60 -0
  508. package/etc/mcp-server/node_modules/isarray/component.json +19 -0
  509. package/etc/mcp-server/node_modules/isarray/index.js +5 -0
  510. package/etc/mcp-server/node_modules/isarray/package.json +45 -0
  511. package/etc/mcp-server/node_modules/isarray/test.js +20 -0
  512. package/etc/mcp-server/node_modules/jackspeak/LICENSE.md +55 -0
  513. package/etc/mcp-server/node_modules/jackspeak/README.md +357 -0
  514. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/index.d.ts +315 -0
  515. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -0
  516. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/index.js +1010 -0
  517. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/index.js.map +1 -0
  518. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/package.json +3 -0
  519. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -0
  520. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +1 -0
  521. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +4 -0
  522. package/etc/mcp-server/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
  523. package/etc/mcp-server/node_modules/jackspeak/dist/esm/index.d.ts +315 -0
  524. package/etc/mcp-server/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -0
  525. package/etc/mcp-server/node_modules/jackspeak/dist/esm/index.js +1000 -0
  526. package/etc/mcp-server/node_modules/jackspeak/dist/esm/index.js.map +1 -0
  527. package/etc/mcp-server/node_modules/jackspeak/dist/esm/package.json +3 -0
  528. package/etc/mcp-server/node_modules/jackspeak/dist/esm/parse-args.d.ts +4 -0
  529. package/etc/mcp-server/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +1 -0
  530. package/etc/mcp-server/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
  531. package/etc/mcp-server/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -0
  532. package/etc/mcp-server/node_modules/jackspeak/package.json +95 -0
  533. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.d.ts +1277 -0
  534. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
  535. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
  536. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
  537. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  538. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  539. package/etc/mcp-server/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  540. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.d.ts +1277 -0
  541. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
  542. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.js +1542 -0
  543. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.js.map +1 -0
  544. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  545. package/etc/mcp-server/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  546. package/etc/mcp-server/node_modules/lru-cache/dist/esm/package.json +3 -0
  547. package/etc/mcp-server/node_modules/minipass/LICENSE.md +55 -0
  548. package/etc/mcp-server/node_modules/minipass/README.md +825 -0
  549. package/etc/mcp-server/node_modules/minipass/dist/commonjs/index.d.ts +545 -0
  550. package/etc/mcp-server/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
  551. package/etc/mcp-server/node_modules/minipass/dist/commonjs/index.js +1038 -0
  552. package/etc/mcp-server/node_modules/minipass/dist/commonjs/index.js.map +1 -0
  553. package/etc/mcp-server/node_modules/minipass/dist/commonjs/package.json +3 -0
  554. package/etc/mcp-server/node_modules/minipass/dist/esm/index.d.ts +545 -0
  555. package/etc/mcp-server/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
  556. package/etc/mcp-server/node_modules/minipass/dist/esm/index.js +1020 -0
  557. package/etc/mcp-server/node_modules/minipass/dist/esm/index.js.map +1 -0
  558. package/etc/mcp-server/node_modules/minipass/dist/esm/package.json +3 -0
  559. package/etc/mcp-server/node_modules/minipass/package.json +77 -0
  560. package/etc/mcp-server/node_modules/mkdirp/CHANGELOG.md +15 -0
  561. package/etc/mcp-server/node_modules/mkdirp/LICENSE +21 -0
  562. package/etc/mcp-server/node_modules/mkdirp/bin/cmd.js +68 -0
  563. package/etc/mcp-server/node_modules/mkdirp/index.js +31 -0
  564. package/etc/mcp-server/node_modules/mkdirp/lib/find-made.js +29 -0
  565. package/etc/mcp-server/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
  566. package/etc/mcp-server/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
  567. package/etc/mcp-server/node_modules/mkdirp/lib/opts-arg.js +23 -0
  568. package/etc/mcp-server/node_modules/mkdirp/lib/path-arg.js +29 -0
  569. package/etc/mcp-server/node_modules/mkdirp/lib/use-native.js +10 -0
  570. package/etc/mcp-server/node_modules/mkdirp/package.json +44 -0
  571. package/etc/mcp-server/node_modules/mkdirp/readme.markdown +266 -0
  572. package/etc/mcp-server/node_modules/package-json-from-dist/LICENSE.md +63 -0
  573. package/etc/mcp-server/node_modules/package-json-from-dist/README.md +110 -0
  574. package/etc/mcp-server/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
  575. package/etc/mcp-server/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
  576. package/etc/mcp-server/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
  577. package/etc/mcp-server/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
  578. package/etc/mcp-server/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
  579. package/etc/mcp-server/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
  580. package/etc/mcp-server/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
  581. package/etc/mcp-server/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
  582. package/etc/mcp-server/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
  583. package/etc/mcp-server/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
  584. package/etc/mcp-server/node_modules/package-json-from-dist/package.json +68 -0
  585. package/etc/mcp-server/node_modules/path-scurry/LICENSE.md +55 -0
  586. package/etc/mcp-server/node_modules/path-scurry/README.md +636 -0
  587. package/etc/mcp-server/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
  588. package/etc/mcp-server/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
  589. package/etc/mcp-server/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
  590. package/etc/mcp-server/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
  591. package/etc/mcp-server/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  592. package/etc/mcp-server/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
  593. package/etc/mcp-server/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
  594. package/etc/mcp-server/node_modules/path-scurry/dist/esm/index.js +1979 -0
  595. package/etc/mcp-server/node_modules/path-scurry/dist/esm/index.js.map +1 -0
  596. package/etc/mcp-server/node_modules/path-scurry/dist/esm/package.json +3 -0
  597. package/etc/mcp-server/node_modules/path-scurry/package.json +89 -0
  598. package/etc/mcp-server/node_modules/playwright/LICENSE +202 -0
  599. package/etc/mcp-server/node_modules/playwright/NOTICE +5 -0
  600. package/etc/mcp-server/node_modules/playwright/README.md +318 -0
  601. package/etc/mcp-server/node_modules/playwright/ThirdPartyNotices.txt +14 -0
  602. package/etc/mcp-server/node_modules/playwright/cli.js +19 -0
  603. package/etc/mcp-server/node_modules/playwright/index.d.ts +17 -0
  604. package/etc/mcp-server/node_modules/playwright/index.js +17 -0
  605. package/etc/mcp-server/node_modules/playwright/index.mjs +18 -0
  606. package/etc/mcp-server/node_modules/playwright/jsx-runtime.js +42 -0
  607. package/etc/mcp-server/node_modules/playwright/jsx-runtime.mjs +21 -0
  608. package/etc/mcp-server/node_modules/playwright/lib/agents/agentParser.js +89 -0
  609. package/etc/mcp-server/node_modules/playwright/lib/agents/copilot-setup-steps.yml +34 -0
  610. package/etc/mcp-server/node_modules/playwright/lib/agents/generateAgents.js +395 -0
  611. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md +31 -0
  612. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md +8 -0
  613. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-generator.agent.md +88 -0
  614. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md +6 -0
  615. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-healer.agent.md +56 -0
  616. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md +9 -0
  617. package/etc/mcp-server/node_modules/playwright/lib/agents/playwright-test-planner.agent.md +74 -0
  618. package/etc/mcp-server/node_modules/playwright/lib/cli/reportActions.js +78 -0
  619. package/etc/mcp-server/node_modules/playwright/lib/cli/testActions.js +213 -0
  620. package/etc/mcp-server/node_modules/playwright/lib/common/index.js +2932 -0
  621. package/etc/mcp-server/node_modules/playwright/lib/common/index.js.txt +35 -0
  622. package/etc/mcp-server/node_modules/playwright/lib/errorContext.js +130 -0
  623. package/etc/mcp-server/node_modules/playwright/lib/globals.js +58 -0
  624. package/etc/mcp-server/node_modules/playwright/lib/index.js +784 -0
  625. package/etc/mcp-server/node_modules/playwright/lib/isomorphic.js +260 -0
  626. package/etc/mcp-server/node_modules/playwright/lib/isomorphic.js.txt +9 -0
  627. package/etc/mcp-server/node_modules/playwright/lib/loader/loaderProcessEntry.js +34 -0
  628. package/etc/mcp-server/node_modules/playwright/lib/loader/loaderProcessEntry.js.txt +9 -0
  629. package/etc/mcp-server/node_modules/playwright/lib/matchers/expect.js +13054 -0
  630. package/etc/mcp-server/node_modules/playwright/lib/matchers/expect.js.LICENSE +693 -0
  631. package/etc/mcp-server/node_modules/playwright/lib/matchers/expect.js.txt +72 -0
  632. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/browserBackend.js +125 -0
  633. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/generatorTools.js +122 -0
  634. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/plannerTools.js +150 -0
  635. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/seed.js +82 -0
  636. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/streams.js +44 -0
  637. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/testBackend.js +99 -0
  638. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/testContext.js +306 -0
  639. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/testTool.js +30 -0
  640. package/etc/mcp-server/node_modules/playwright/lib/mcp/test/testTools.js +98 -0
  641. package/etc/mcp-server/node_modules/playwright/lib/package.js +47 -0
  642. package/etc/mcp-server/node_modules/playwright/lib/program.js +223 -0
  643. package/etc/mcp-server/node_modules/playwright/lib/runner/index.js +8085 -0
  644. package/etc/mcp-server/node_modules/playwright/lib/runner/index.js.txt +59 -0
  645. package/etc/mcp-server/node_modules/playwright/lib/transform/babelBundle.js +71030 -0
  646. package/etc/mcp-server/node_modules/playwright/lib/transform/babelBundle.js.LICENSE +2359 -0
  647. package/etc/mcp-server/node_modules/playwright/lib/transform/babelBundle.js.txt +325 -0
  648. package/etc/mcp-server/node_modules/playwright/lib/transform/esmLoader.js +6065 -0
  649. package/etc/mcp-server/node_modules/playwright/lib/transform/esmLoader.js.LICENSE +335 -0
  650. package/etc/mcp-server/node_modules/playwright/lib/transform/esmLoader.js.txt +57 -0
  651. package/etc/mcp-server/node_modules/playwright/lib/util.js +400 -0
  652. package/etc/mcp-server/node_modules/playwright/lib/worker/workerProcessEntry.js +1868 -0
  653. package/etc/mcp-server/node_modules/playwright/lib/worker/workerProcessEntry.js.txt +20 -0
  654. package/etc/mcp-server/node_modules/playwright/node_modules/.bin/playwright-core +17 -0
  655. package/etc/mcp-server/node_modules/playwright/package.json +61 -0
  656. package/etc/mcp-server/node_modules/playwright/test.d.ts +18 -0
  657. package/etc/mcp-server/node_modules/playwright/test.js +24 -0
  658. package/etc/mcp-server/node_modules/playwright/test.mjs +35 -0
  659. package/etc/mcp-server/node_modules/playwright/types/test.d.ts +10461 -0
  660. package/etc/mcp-server/node_modules/playwright/types/testReporter.d.ts +824 -0
  661. package/etc/mcp-server/node_modules/playwright-core/LICENSE +202 -0
  662. package/etc/mcp-server/node_modules/playwright-core/NOTICE +5 -0
  663. package/etc/mcp-server/node_modules/playwright-core/README.md +3 -0
  664. package/etc/mcp-server/node_modules/playwright-core/ThirdPartyNotices.txt +13 -0
  665. package/etc/mcp-server/node_modules/playwright-core/bin/install_media_pack.ps1 +5 -0
  666. package/etc/mcp-server/node_modules/playwright-core/bin/install_webkit_wsl.ps1 +33 -0
  667. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +42 -0
  668. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +13 -0
  669. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +24 -0
  670. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +42 -0
  671. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +12 -0
  672. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +24 -0
  673. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +48 -0
  674. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +11 -0
  675. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +23 -0
  676. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +48 -0
  677. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +11 -0
  678. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +23 -0
  679. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +48 -0
  680. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +11 -0
  681. package/etc/mcp-server/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +24 -0
  682. package/etc/mcp-server/node_modules/playwright-core/browsers.json +81 -0
  683. package/etc/mcp-server/node_modules/playwright-core/cli.js +21 -0
  684. package/etc/mcp-server/node_modules/playwright-core/index.d.ts +17 -0
  685. package/etc/mcp-server/node_modules/playwright-core/index.js +17 -0
  686. package/etc/mcp-server/node_modules/playwright-core/index.mjs +28 -0
  687. package/etc/mcp-server/node_modules/playwright-core/lib/bootstrap.js +88 -0
  688. package/etc/mcp-server/node_modules/playwright-core/lib/coreBundle.js +73386 -0
  689. package/etc/mcp-server/node_modules/playwright-core/lib/entry/cliDaemon.js +5 -0
  690. package/etc/mcp-server/node_modules/playwright-core/lib/entry/dashboardApp.js +3 -0
  691. package/etc/mcp-server/node_modules/playwright-core/lib/entry/mcp.js +10 -0
  692. package/etc/mcp-server/node_modules/playwright-core/lib/entry/oopBrowserDownload.js +3 -0
  693. package/etc/mcp-server/node_modules/playwright-core/lib/package.js +50 -0
  694. package/etc/mcp-server/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  695. package/etc/mcp-server/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +2739 -0
  696. package/etc/mcp-server/node_modules/playwright-core/lib/server/electron/loader.js +115 -0
  697. package/etc/mcp-server/node_modules/playwright-core/lib/serverRegistry.js +7343 -0
  698. package/etc/mcp-server/node_modules/playwright-core/lib/serverRegistry.js.LICENSE +354 -0
  699. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/channelSessions.js +141 -0
  700. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/cli.js +6 -0
  701. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/help.json +693 -0
  702. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/minimist.js +128 -0
  703. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/output.js +343 -0
  704. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/program.js +404 -0
  705. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/registry.js +176 -0
  706. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/session.js +254 -0
  707. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/SKILL.md +404 -0
  708. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/element-attributes.md +23 -0
  709. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/playwright-tests.md +39 -0
  710. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/request-mocking.md +87 -0
  711. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/running-code.md +241 -0
  712. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/session-management.md +225 -0
  713. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/spec-driven-testing.md +305 -0
  714. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/storage-state.md +275 -0
  715. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/test-generation.md +134 -0
  716. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/tracing.md +139 -0
  717. package/etc/mcp-server/node_modules/playwright-core/lib/tools/cli-client/skill/references/video-recording.md +143 -0
  718. package/etc/mcp-server/node_modules/playwright-core/lib/tools/dashboard/appIcon.png +0 -0
  719. package/etc/mcp-server/node_modules/playwright-core/lib/tools/trace/SKILL.md +171 -0
  720. package/etc/mcp-server/node_modules/playwright-core/lib/tools/utils/extension.js +78 -0
  721. package/etc/mcp-server/node_modules/playwright-core/lib/tools/utils/socketConnection.js +108 -0
  722. package/etc/mcp-server/node_modules/playwright-core/lib/utilsBundle.js +86736 -0
  723. package/etc/mcp-server/node_modules/playwright-core/lib/utilsBundle.js.LICENSE +2056 -0
  724. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/codicon-DCmgc-ay.ttf +0 -0
  725. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/firefox-1bWoP6pv.svg +1 -0
  726. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/firefox-beta-k3eOH_eK.svg +1 -0
  727. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/firefox-nightly-Cp5nfeDT.svg +1 -0
  728. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/index-BY2S1tHT.css +1 -0
  729. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/index-C_5TMfeg.js +52 -0
  730. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/assets/safari-na3_-uQk.svg +1 -0
  731. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/index.html +29 -0
  732. package/etc/mcp-server/node_modules/playwright-core/lib/vite/dashboard/playwright-logo.svg +24 -0
  733. package/etc/mcp-server/node_modules/playwright-core/lib/vite/htmlReport/index.html +16 -0
  734. package/etc/mcp-server/node_modules/playwright-core/lib/vite/htmlReport/report.css +1 -0
  735. package/etc/mcp-server/node_modules/playwright-core/lib/vite/htmlReport/report.js +72 -0
  736. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css +1 -0
  737. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DeBYQozu.js +32 -0
  738. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  739. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/assets/index-4ZiSSCmn.css +1 -0
  740. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/assets/index-Bq-mQf8S.js +193 -0
  741. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/index.html +29 -0
  742. package/etc/mcp-server/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +9 -0
  743. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-LEHpjmcn.js +32 -0
  744. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-BNmKHKpQ.js +264 -0
  745. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/assets/urlMatch-BYQrIQwR.js +1 -0
  746. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js +9 -0
  747. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css +1 -0
  748. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  749. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.CjdS-WJx.css +1 -0
  750. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/index.CzXZzn5A.css +1 -0
  751. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/index.DMMX1gXU.js +2 -0
  752. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/index.html +44 -0
  753. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest +16 -0
  754. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +9 -0
  755. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +10 -0
  756. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/snapshot.v8KI4P3m.js +2 -0
  757. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +5 -0
  758. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BZQ54Kgt.css +1 -0
  759. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Ut8wwJNp.js +6 -0
  760. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +18 -0
  761. package/etc/mcp-server/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css +32 -0
  762. package/etc/mcp-server/node_modules/playwright-core/lib/xdg-open +1066 -0
  763. package/etc/mcp-server/node_modules/playwright-core/package.json +34 -0
  764. package/etc/mcp-server/node_modules/playwright-core/types/protocol.d.ts +24629 -0
  765. package/etc/mcp-server/node_modules/playwright-core/types/structs.d.ts +45 -0
  766. package/etc/mcp-server/node_modules/playwright-core/types/types.d.ts +24445 -0
  767. package/etc/mcp-server/node_modules/postcss/node_modules/.bin/nanoid +2 -2
  768. package/etc/mcp-server/node_modules/readable-stream/README.md +41 -31
  769. package/etc/mcp-server/node_modules/readable-stream/lib/_stream_duplex.js +3 -125
  770. package/etc/mcp-server/node_modules/readable-stream/lib/_stream_passthrough.js +3 -36
  771. package/etc/mcp-server/node_modules/readable-stream/lib/_stream_readable.js +3 -1026
  772. package/etc/mcp-server/node_modules/readable-stream/lib/_stream_transform.js +3 -189
  773. package/etc/mcp-server/node_modules/readable-stream/lib/_stream_writable.js +3 -640
  774. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/buffer_list.js +141 -167
  775. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/destroy.js +265 -71
  776. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +277 -77
  777. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/from.js +83 -37
  778. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/pipeline.js +458 -73
  779. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/state.js +28 -11
  780. package/etc/mcp-server/node_modules/readable-stream/package.json +77 -57
  781. package/etc/mcp-server/node_modules/require-directory/.jshintrc +67 -0
  782. package/etc/mcp-server/node_modules/require-directory/.travis.yml +3 -0
  783. package/etc/mcp-server/node_modules/{file-uri-to-path → require-directory}/LICENSE +10 -8
  784. package/etc/mcp-server/node_modules/require-directory/README.markdown +184 -0
  785. package/etc/mcp-server/node_modules/require-directory/index.js +86 -0
  786. package/etc/mcp-server/node_modules/require-directory/package.json +40 -0
  787. package/etc/mcp-server/node_modules/sharp/node_modules/.bin/semver +2 -2
  788. package/etc/mcp-server/node_modules/signal-exit/LICENSE.txt +16 -0
  789. package/etc/mcp-server/node_modules/signal-exit/README.md +74 -0
  790. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/browser.d.ts +12 -0
  791. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/browser.d.ts.map +1 -0
  792. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  793. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/browser.js.map +1 -0
  794. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/index.d.ts +48 -0
  795. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/index.d.ts.map +1 -0
  796. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/index.js +279 -0
  797. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/index.js.map +1 -0
  798. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/package.json +3 -0
  799. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/signals.d.ts +29 -0
  800. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/signals.d.ts.map +1 -0
  801. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  802. package/etc/mcp-server/node_modules/signal-exit/dist/cjs/signals.js.map +1 -0
  803. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/browser.d.ts +12 -0
  804. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/browser.d.ts.map +1 -0
  805. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  806. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/browser.js.map +1 -0
  807. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/index.d.ts +48 -0
  808. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/index.d.ts.map +1 -0
  809. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/index.js +275 -0
  810. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/index.js.map +1 -0
  811. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/package.json +3 -0
  812. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/signals.d.ts +29 -0
  813. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/signals.d.ts.map +1 -0
  814. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  815. package/etc/mcp-server/node_modules/signal-exit/dist/mjs/signals.js.map +1 -0
  816. package/etc/mcp-server/node_modules/signal-exit/index.js +202 -0
  817. package/etc/mcp-server/node_modules/signal-exit/package.json +106 -0
  818. package/etc/mcp-server/node_modules/signal-exit/signals.js +53 -0
  819. package/etc/mcp-server/node_modules/{mkdirp-classic → streamx}/LICENSE +1 -1
  820. package/etc/mcp-server/node_modules/streamx/README.md +550 -0
  821. package/etc/mcp-server/node_modules/streamx/index.d.ts +198 -0
  822. package/etc/mcp-server/node_modules/streamx/index.js +1314 -0
  823. package/etc/mcp-server/node_modules/streamx/lib/errors.d.ts +13 -0
  824. package/etc/mcp-server/node_modules/streamx/lib/errors.js +47 -0
  825. package/etc/mcp-server/node_modules/streamx/package.json +51 -0
  826. package/etc/mcp-server/node_modules/streamx/runtime.d.ts +55 -0
  827. package/etc/mcp-server/node_modules/string-width/index.d.ts +29 -0
  828. package/etc/mcp-server/node_modules/string-width/index.js +47 -0
  829. package/etc/mcp-server/node_modules/string-width/license +9 -0
  830. package/etc/mcp-server/node_modules/string-width/package.json +56 -0
  831. package/etc/mcp-server/node_modules/string-width/readme.md +50 -0
  832. package/etc/mcp-server/node_modules/string-width-cjs/index.d.ts +29 -0
  833. package/etc/mcp-server/node_modules/string-width-cjs/index.js +47 -0
  834. package/etc/mcp-server/node_modules/string-width-cjs/license +9 -0
  835. package/etc/mcp-server/node_modules/string-width-cjs/package.json +56 -0
  836. package/etc/mcp-server/node_modules/string-width-cjs/readme.md +50 -0
  837. package/etc/mcp-server/node_modules/strip-ansi/index.d.ts +17 -0
  838. package/etc/mcp-server/node_modules/strip-ansi/index.js +4 -0
  839. package/etc/mcp-server/node_modules/strip-ansi/license +9 -0
  840. package/etc/mcp-server/node_modules/strip-ansi/package.json +54 -0
  841. package/etc/mcp-server/node_modules/strip-ansi/readme.md +46 -0
  842. package/etc/mcp-server/node_modules/strip-ansi-cjs/index.d.ts +17 -0
  843. package/etc/mcp-server/node_modules/strip-ansi-cjs/index.js +4 -0
  844. package/etc/mcp-server/node_modules/strip-ansi-cjs/license +9 -0
  845. package/etc/mcp-server/node_modules/strip-ansi-cjs/package.json +54 -0
  846. package/etc/mcp-server/node_modules/strip-ansi-cjs/readme.md +46 -0
  847. package/etc/mcp-server/node_modules/tar-fs/README.md +23 -34
  848. package/etc/mcp-server/node_modules/tar-fs/index.js +248 -193
  849. package/etc/mcp-server/node_modules/tar-fs/package.json +27 -7
  850. package/etc/mcp-server/node_modules/tar-stream/README.md +34 -19
  851. package/etc/mcp-server/node_modules/tar-stream/constants.js +14 -0
  852. package/etc/mcp-server/node_modules/tar-stream/extract.js +353 -192
  853. package/etc/mcp-server/node_modules/tar-stream/headers.js +202 -175
  854. package/etc/mcp-server/node_modules/tar-stream/pack.js +226 -194
  855. package/etc/mcp-server/node_modules/tar-stream/package.json +29 -45
  856. package/etc/mcp-server/node_modules/teex/LICENSE +21 -0
  857. package/etc/mcp-server/node_modules/teex/README.md +31 -0
  858. package/etc/mcp-server/node_modules/teex/example.js +16 -0
  859. package/etc/mcp-server/node_modules/teex/index.js +52 -0
  860. package/etc/mcp-server/node_modules/teex/package.json +26 -0
  861. package/etc/mcp-server/node_modules/teex/test.js +68 -0
  862. package/etc/mcp-server/node_modules/text-decoder/LICENSE +201 -0
  863. package/etc/mcp-server/node_modules/text-decoder/README.md +36 -0
  864. package/etc/mcp-server/node_modules/text-decoder/index.js +64 -0
  865. package/etc/mcp-server/node_modules/text-decoder/lib/pass-through-decoder.js +19 -0
  866. package/etc/mcp-server/node_modules/text-decoder/lib/utf8-decoder.js +185 -0
  867. package/etc/mcp-server/node_modules/text-decoder/package.json +39 -0
  868. package/etc/mcp-server/node_modules/tmp/LICENSE +21 -0
  869. package/etc/mcp-server/node_modules/tmp/README.md +391 -0
  870. package/etc/mcp-server/node_modules/tmp/lib/tmp.js +872 -0
  871. package/etc/mcp-server/node_modules/tmp/package.json +44 -0
  872. package/etc/mcp-server/node_modules/ts-api-utils/node_modules/.bin/tsc +2 -2
  873. package/etc/mcp-server/node_modules/ts-api-utils/node_modules/.bin/tsserver +2 -2
  874. package/etc/mcp-server/node_modules/typescript-eslint/node_modules/.bin/eslint +2 -2
  875. package/etc/mcp-server/node_modules/typescript-eslint/node_modules/.bin/tsc +2 -2
  876. package/etc/mcp-server/node_modules/typescript-eslint/node_modules/.bin/tsserver +2 -2
  877. package/etc/mcp-server/node_modules/undici/LICENSE +21 -0
  878. package/etc/mcp-server/node_modules/undici/README.md +443 -0
  879. package/etc/mcp-server/node_modules/undici/docs/api/Agent.md +80 -0
  880. package/etc/mcp-server/node_modules/undici/docs/api/BalancedPool.md +99 -0
  881. package/etc/mcp-server/node_modules/undici/docs/api/CacheStorage.md +30 -0
  882. package/etc/mcp-server/node_modules/undici/docs/api/Client.md +273 -0
  883. package/etc/mcp-server/node_modules/undici/docs/api/Connector.md +115 -0
  884. package/etc/mcp-server/node_modules/undici/docs/api/ContentType.md +57 -0
  885. package/etc/mcp-server/node_modules/undici/docs/api/Cookies.md +101 -0
  886. package/etc/mcp-server/node_modules/undici/docs/api/DiagnosticsChannel.md +204 -0
  887. package/etc/mcp-server/node_modules/undici/docs/api/DispatchInterceptor.md +60 -0
  888. package/etc/mcp-server/node_modules/undici/docs/api/Dispatcher.md +887 -0
  889. package/etc/mcp-server/node_modules/undici/docs/api/Errors.md +47 -0
  890. package/etc/mcp-server/node_modules/undici/docs/api/Fetch.md +27 -0
  891. package/etc/mcp-server/node_modules/undici/docs/api/MockAgent.md +540 -0
  892. package/etc/mcp-server/node_modules/undici/docs/api/MockClient.md +77 -0
  893. package/etc/mcp-server/node_modules/undici/docs/api/MockErrors.md +12 -0
  894. package/etc/mcp-server/node_modules/undici/docs/api/MockPool.md +547 -0
  895. package/etc/mcp-server/node_modules/undici/docs/api/Pool.md +84 -0
  896. package/etc/mcp-server/node_modules/undici/docs/api/PoolStats.md +35 -0
  897. package/etc/mcp-server/node_modules/undici/docs/api/ProxyAgent.md +126 -0
  898. package/etc/mcp-server/node_modules/undici/docs/api/RetryHandler.md +108 -0
  899. package/etc/mcp-server/node_modules/undici/docs/api/WebSocket.md +43 -0
  900. package/etc/mcp-server/node_modules/undici/docs/api/api-lifecycle.md +62 -0
  901. package/etc/mcp-server/node_modules/undici/docs/assets/lifecycle-diagram.png +0 -0
  902. package/etc/mcp-server/node_modules/undici/docs/best-practices/client-certificate.md +64 -0
  903. package/etc/mcp-server/node_modules/undici/docs/best-practices/mocking-request.md +136 -0
  904. package/etc/mcp-server/node_modules/undici/docs/best-practices/proxy.md +127 -0
  905. package/etc/mcp-server/node_modules/undici/docs/best-practices/writing-tests.md +20 -0
  906. package/etc/mcp-server/node_modules/undici/index-fetch.js +15 -0
  907. package/etc/mcp-server/node_modules/undici/index.d.ts +3 -0
  908. package/etc/mcp-server/node_modules/undici/index.js +167 -0
  909. package/etc/mcp-server/node_modules/undici/lib/agent.js +148 -0
  910. package/etc/mcp-server/node_modules/undici/lib/api/abort-signal.js +54 -0
  911. package/etc/mcp-server/node_modules/undici/lib/api/api-connect.js +104 -0
  912. package/etc/mcp-server/node_modules/undici/lib/api/api-pipeline.js +249 -0
  913. package/etc/mcp-server/node_modules/undici/lib/api/api-request.js +180 -0
  914. package/etc/mcp-server/node_modules/undici/lib/api/api-stream.js +220 -0
  915. package/etc/mcp-server/node_modules/undici/lib/api/api-upgrade.js +105 -0
  916. package/etc/mcp-server/node_modules/undici/lib/api/index.js +7 -0
  917. package/etc/mcp-server/node_modules/undici/lib/api/readable.js +322 -0
  918. package/etc/mcp-server/node_modules/undici/lib/api/util.js +46 -0
  919. package/etc/mcp-server/node_modules/undici/lib/balanced-pool.js +190 -0
  920. package/etc/mcp-server/node_modules/undici/lib/cache/cache.js +838 -0
  921. package/etc/mcp-server/node_modules/undici/lib/cache/cachestorage.js +144 -0
  922. package/etc/mcp-server/node_modules/undici/lib/cache/symbols.js +5 -0
  923. package/etc/mcp-server/node_modules/undici/lib/cache/util.js +49 -0
  924. package/etc/mcp-server/node_modules/undici/lib/client.js +2283 -0
  925. package/etc/mcp-server/node_modules/undici/lib/compat/dispatcher-weakref.js +48 -0
  926. package/etc/mcp-server/node_modules/undici/lib/cookies/constants.js +12 -0
  927. package/etc/mcp-server/node_modules/undici/lib/cookies/index.js +183 -0
  928. package/etc/mcp-server/node_modules/undici/lib/cookies/parse.js +317 -0
  929. package/etc/mcp-server/node_modules/undici/lib/cookies/util.js +274 -0
  930. package/etc/mcp-server/node_modules/undici/lib/core/connect.js +189 -0
  931. package/etc/mcp-server/node_modules/undici/lib/core/constants.js +118 -0
  932. package/etc/mcp-server/node_modules/undici/lib/core/errors.js +230 -0
  933. package/etc/mcp-server/node_modules/undici/lib/core/request.js +499 -0
  934. package/etc/mcp-server/node_modules/undici/lib/core/symbols.js +63 -0
  935. package/etc/mcp-server/node_modules/undici/lib/core/util.js +522 -0
  936. package/etc/mcp-server/node_modules/undici/lib/dispatcher-base.js +192 -0
  937. package/etc/mcp-server/node_modules/undici/lib/dispatcher.js +19 -0
  938. package/etc/mcp-server/node_modules/undici/lib/fetch/LICENSE +21 -0
  939. package/etc/mcp-server/node_modules/undici/lib/fetch/body.js +613 -0
  940. package/etc/mcp-server/node_modules/undici/lib/fetch/constants.js +151 -0
  941. package/etc/mcp-server/node_modules/undici/lib/fetch/dataURL.js +627 -0
  942. package/etc/mcp-server/node_modules/undici/lib/fetch/file.js +344 -0
  943. package/etc/mcp-server/node_modules/undici/lib/fetch/formdata.js +265 -0
  944. package/etc/mcp-server/node_modules/undici/lib/fetch/global.js +40 -0
  945. package/etc/mcp-server/node_modules/undici/lib/fetch/headers.js +593 -0
  946. package/etc/mcp-server/node_modules/undici/lib/fetch/index.js +2148 -0
  947. package/etc/mcp-server/node_modules/undici/lib/fetch/request.js +946 -0
  948. package/etc/mcp-server/node_modules/undici/lib/fetch/response.js +571 -0
  949. package/etc/mcp-server/node_modules/undici/lib/fetch/symbols.js +10 -0
  950. package/etc/mcp-server/node_modules/undici/lib/fetch/util.js +1144 -0
  951. package/etc/mcp-server/node_modules/undici/lib/fetch/webidl.js +646 -0
  952. package/etc/mcp-server/node_modules/undici/lib/fileapi/encoding.js +290 -0
  953. package/etc/mcp-server/node_modules/undici/lib/fileapi/filereader.js +344 -0
  954. package/etc/mcp-server/node_modules/undici/lib/fileapi/progressevent.js +78 -0
  955. package/etc/mcp-server/node_modules/undici/lib/fileapi/symbols.js +10 -0
  956. package/etc/mcp-server/node_modules/undici/lib/fileapi/util.js +392 -0
  957. package/etc/mcp-server/node_modules/undici/lib/global.js +32 -0
  958. package/etc/mcp-server/node_modules/undici/lib/handler/DecoratorHandler.js +35 -0
  959. package/etc/mcp-server/node_modules/undici/lib/handler/RedirectHandler.js +221 -0
  960. package/etc/mcp-server/node_modules/undici/lib/handler/RetryHandler.js +336 -0
  961. package/etc/mcp-server/node_modules/undici/lib/interceptor/redirectInterceptor.js +21 -0
  962. package/etc/mcp-server/node_modules/undici/lib/llhttp/constants.d.ts +199 -0
  963. package/etc/mcp-server/node_modules/undici/lib/llhttp/constants.js +278 -0
  964. package/etc/mcp-server/node_modules/undici/lib/llhttp/constants.js.map +1 -0
  965. package/etc/mcp-server/node_modules/undici/lib/llhttp/llhttp-wasm.js +1 -0
  966. package/etc/mcp-server/node_modules/undici/lib/llhttp/llhttp.wasm +0 -0
  967. package/etc/mcp-server/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +1 -0
  968. package/etc/mcp-server/node_modules/undici/lib/llhttp/llhttp_simd.wasm +0 -0
  969. package/etc/mcp-server/node_modules/undici/lib/llhttp/utils.d.ts +4 -0
  970. package/etc/mcp-server/node_modules/undici/lib/llhttp/utils.js +15 -0
  971. package/etc/mcp-server/node_modules/undici/lib/llhttp/utils.js.map +1 -0
  972. package/etc/mcp-server/node_modules/undici/lib/llhttp/wasm_build_env.txt +32 -0
  973. package/etc/mcp-server/node_modules/undici/lib/mock/mock-agent.js +171 -0
  974. package/etc/mcp-server/node_modules/undici/lib/mock/mock-client.js +59 -0
  975. package/etc/mcp-server/node_modules/undici/lib/mock/mock-errors.js +17 -0
  976. package/etc/mcp-server/node_modules/undici/lib/mock/mock-interceptor.js +206 -0
  977. package/etc/mcp-server/node_modules/undici/lib/mock/mock-pool.js +59 -0
  978. package/etc/mcp-server/node_modules/undici/lib/mock/mock-symbols.js +23 -0
  979. package/etc/mcp-server/node_modules/undici/lib/mock/mock-utils.js +351 -0
  980. package/etc/mcp-server/node_modules/undici/lib/mock/pending-interceptors-formatter.js +40 -0
  981. package/etc/mcp-server/node_modules/undici/lib/mock/pluralizer.js +29 -0
  982. package/etc/mcp-server/node_modules/undici/lib/node/fixed-queue.js +117 -0
  983. package/etc/mcp-server/node_modules/undici/lib/pool-base.js +194 -0
  984. package/etc/mcp-server/node_modules/undici/lib/pool-stats.js +34 -0
  985. package/etc/mcp-server/node_modules/undici/lib/pool.js +108 -0
  986. package/etc/mcp-server/node_modules/undici/lib/proxy-agent.js +189 -0
  987. package/etc/mcp-server/node_modules/undici/lib/timers.js +97 -0
  988. package/etc/mcp-server/node_modules/undici/lib/websocket/connection.js +291 -0
  989. package/etc/mcp-server/node_modules/undici/lib/websocket/constants.js +51 -0
  990. package/etc/mcp-server/node_modules/undici/lib/websocket/events.js +303 -0
  991. package/etc/mcp-server/node_modules/undici/lib/websocket/frame.js +73 -0
  992. package/etc/mcp-server/node_modules/undici/lib/websocket/receiver.js +344 -0
  993. package/etc/mcp-server/node_modules/undici/lib/websocket/symbols.js +12 -0
  994. package/etc/mcp-server/node_modules/undici/lib/websocket/util.js +200 -0
  995. package/etc/mcp-server/node_modules/undici/lib/websocket/websocket.js +641 -0
  996. package/etc/mcp-server/node_modules/undici/package.json +167 -0
  997. package/etc/mcp-server/node_modules/undici/types/README.md +6 -0
  998. package/etc/mcp-server/node_modules/undici/types/agent.d.ts +31 -0
  999. package/etc/mcp-server/node_modules/undici/types/api.d.ts +43 -0
  1000. package/etc/mcp-server/node_modules/undici/types/balanced-pool.d.ts +18 -0
  1001. package/etc/mcp-server/node_modules/undici/types/cache.d.ts +36 -0
  1002. package/etc/mcp-server/node_modules/undici/types/client.d.ts +97 -0
  1003. package/etc/mcp-server/node_modules/undici/types/connector.d.ts +34 -0
  1004. package/etc/mcp-server/node_modules/undici/types/content-type.d.ts +21 -0
  1005. package/etc/mcp-server/node_modules/undici/types/cookies.d.ts +28 -0
  1006. package/etc/mcp-server/node_modules/undici/types/diagnostics-channel.d.ts +67 -0
  1007. package/etc/mcp-server/node_modules/undici/types/dispatcher.d.ts +241 -0
  1008. package/etc/mcp-server/node_modules/undici/types/errors.d.ts +128 -0
  1009. package/etc/mcp-server/node_modules/undici/types/fetch.d.ts +209 -0
  1010. package/etc/mcp-server/node_modules/undici/types/file.d.ts +39 -0
  1011. package/etc/mcp-server/node_modules/undici/types/filereader.d.ts +54 -0
  1012. package/etc/mcp-server/node_modules/undici/types/formdata.d.ts +108 -0
  1013. package/etc/mcp-server/node_modules/undici/types/global-dispatcher.d.ts +9 -0
  1014. package/etc/mcp-server/node_modules/undici/types/global-origin.d.ts +7 -0
  1015. package/etc/mcp-server/node_modules/undici/types/handlers.d.ts +9 -0
  1016. package/etc/mcp-server/node_modules/undici/types/header.d.ts +4 -0
  1017. package/etc/mcp-server/node_modules/undici/types/index.d.ts +65 -0
  1018. package/etc/mcp-server/node_modules/undici/types/interceptors.d.ts +5 -0
  1019. package/etc/mcp-server/node_modules/undici/types/mock-agent.d.ts +50 -0
  1020. package/etc/mcp-server/node_modules/undici/types/mock-client.d.ts +25 -0
  1021. package/etc/mcp-server/node_modules/undici/types/mock-errors.d.ts +12 -0
  1022. package/etc/mcp-server/node_modules/undici/types/mock-interceptor.d.ts +93 -0
  1023. package/etc/mcp-server/node_modules/undici/types/mock-pool.d.ts +25 -0
  1024. package/etc/mcp-server/node_modules/undici/types/patch.d.ts +71 -0
  1025. package/etc/mcp-server/node_modules/undici/types/pool-stats.d.ts +19 -0
  1026. package/etc/mcp-server/node_modules/undici/types/pool.d.ts +28 -0
  1027. package/etc/mcp-server/node_modules/undici/types/proxy-agent.d.ts +30 -0
  1028. package/etc/mcp-server/node_modules/undici/types/readable.d.ts +61 -0
  1029. package/etc/mcp-server/node_modules/undici/types/retry-handler.d.ts +116 -0
  1030. package/etc/mcp-server/node_modules/undici/types/webidl.d.ts +220 -0
  1031. package/etc/mcp-server/node_modules/undici/types/websocket.d.ts +131 -0
  1032. package/etc/mcp-server/node_modules/update-browserslist-db/node_modules/.bin/browserslist +2 -2
  1033. package/etc/mcp-server/node_modules/vite/node_modules/.bin/esbuild +2 -2
  1034. package/etc/mcp-server/node_modules/vite/node_modules/.bin/rollup +2 -2
  1035. package/etc/mcp-server/node_modules/vite-node/node_modules/.bin/vite +2 -2
  1036. package/etc/mcp-server/node_modules/vitest/node_modules/.bin/vite +2 -2
  1037. package/etc/mcp-server/node_modules/vitest/node_modules/.bin/vite-node +2 -2
  1038. package/etc/mcp-server/node_modules/vitest/node_modules/.bin/why-is-node-running +2 -2
  1039. package/etc/mcp-server/node_modules/wrap-ansi/index.d.ts +41 -0
  1040. package/etc/mcp-server/node_modules/wrap-ansi/index.js +216 -0
  1041. package/etc/mcp-server/node_modules/wrap-ansi/license +9 -0
  1042. package/etc/mcp-server/node_modules/wrap-ansi/package.json +62 -0
  1043. package/etc/mcp-server/node_modules/wrap-ansi/readme.md +91 -0
  1044. package/etc/mcp-server/node_modules/wrap-ansi-cjs/index.js +216 -0
  1045. package/etc/mcp-server/node_modules/wrap-ansi-cjs/license +9 -0
  1046. package/etc/mcp-server/node_modules/wrap-ansi-cjs/package.json +62 -0
  1047. package/etc/mcp-server/node_modules/wrap-ansi-cjs/readme.md +91 -0
  1048. package/etc/mcp-server/node_modules/y18n/CHANGELOG.md +100 -0
  1049. package/etc/mcp-server/node_modules/y18n/LICENSE +13 -0
  1050. package/etc/mcp-server/node_modules/y18n/README.md +127 -0
  1051. package/etc/mcp-server/node_modules/y18n/build/index.cjs +203 -0
  1052. package/etc/mcp-server/node_modules/y18n/build/lib/cjs.js +6 -0
  1053. package/etc/mcp-server/node_modules/y18n/build/lib/index.js +174 -0
  1054. package/etc/mcp-server/node_modules/y18n/build/lib/platform-shims/node.js +19 -0
  1055. package/etc/mcp-server/node_modules/y18n/index.mjs +8 -0
  1056. package/etc/mcp-server/node_modules/y18n/package.json +70 -0
  1057. package/etc/mcp-server/node_modules/yaml/LICENSE +13 -0
  1058. package/etc/mcp-server/node_modules/yaml/README.md +172 -0
  1059. package/etc/mcp-server/node_modules/yaml/bin.mjs +11 -0
  1060. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
  1061. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
  1062. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/compose-node.js +109 -0
  1063. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
  1064. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/composer.js +219 -0
  1065. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
  1066. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
  1067. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
  1068. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  1069. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
  1070. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +225 -0
  1071. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
  1072. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  1073. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
  1074. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  1075. package/etc/mcp-server/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
  1076. package/etc/mcp-server/node_modules/yaml/browser/dist/doc/Document.js +335 -0
  1077. package/etc/mcp-server/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
  1078. package/etc/mcp-server/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
  1079. package/etc/mcp-server/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
  1080. package/etc/mcp-server/node_modules/yaml/browser/dist/doc/directives.js +176 -0
  1081. package/etc/mcp-server/node_modules/yaml/browser/dist/errors.js +57 -0
  1082. package/etc/mcp-server/node_modules/yaml/browser/dist/index.js +17 -0
  1083. package/etc/mcp-server/node_modules/yaml/browser/dist/log.js +11 -0
  1084. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/Alias.js +116 -0
  1085. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
  1086. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  1087. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  1088. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  1089. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  1090. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  1091. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
  1092. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  1093. package/etc/mcp-server/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  1094. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  1095. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  1096. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  1097. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  1098. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/lexer.js +721 -0
  1099. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  1100. package/etc/mcp-server/node_modules/yaml/browser/dist/parse/parser.js +975 -0
  1101. package/etc/mcp-server/node_modules/yaml/browser/dist/public-api.js +102 -0
  1102. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
  1103. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  1104. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  1105. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  1106. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  1107. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  1108. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  1109. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  1110. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  1111. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  1112. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/tags.js +96 -0
  1113. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
  1114. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  1115. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  1116. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  1117. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +67 -0
  1118. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  1119. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  1120. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
  1121. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  1122. package/etc/mcp-server/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  1123. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
  1124. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringify.js +129 -0
  1125. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +153 -0
  1126. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  1127. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  1128. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +25 -0
  1129. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  1130. package/etc/mcp-server/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
  1131. package/etc/mcp-server/node_modules/yaml/browser/dist/util.js +11 -0
  1132. package/etc/mcp-server/node_modules/yaml/browser/dist/visit.js +233 -0
  1133. package/etc/mcp-server/node_modules/yaml/browser/index.js +5 -0
  1134. package/etc/mcp-server/node_modules/yaml/browser/package.json +3 -0
  1135. package/etc/mcp-server/node_modules/yaml/dist/cli.d.ts +8 -0
  1136. package/etc/mcp-server/node_modules/yaml/dist/cli.mjs +201 -0
  1137. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-collection.d.ts +11 -0
  1138. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  1139. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-doc.d.ts +7 -0
  1140. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  1141. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-node.d.ts +29 -0
  1142. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-node.js +112 -0
  1143. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-scalar.d.ts +5 -0
  1144. package/etc/mcp-server/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  1145. package/etc/mcp-server/node_modules/yaml/dist/compose/composer.d.ts +63 -0
  1146. package/etc/mcp-server/node_modules/yaml/dist/compose/composer.js +224 -0
  1147. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-map.d.ts +6 -0
  1148. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  1149. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +11 -0
  1150. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  1151. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +6 -0
  1152. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  1153. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-end.d.ts +6 -0
  1154. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  1155. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -0
  1156. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  1157. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +10 -0
  1158. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-flow-scalar.js +227 -0
  1159. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-props.d.ts +23 -0
  1160. package/etc/mcp-server/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  1161. package/etc/mcp-server/node_modules/yaml/dist/compose/util-contains-newline.d.ts +2 -0
  1162. package/etc/mcp-server/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  1163. package/etc/mcp-server/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +2 -0
  1164. package/etc/mcp-server/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  1165. package/etc/mcp-server/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +3 -0
  1166. package/etc/mcp-server/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  1167. package/etc/mcp-server/node_modules/yaml/dist/compose/util-map-includes.d.ts +4 -0
  1168. package/etc/mcp-server/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  1169. package/etc/mcp-server/node_modules/yaml/dist/doc/Document.d.ts +141 -0
  1170. package/etc/mcp-server/node_modules/yaml/dist/doc/Document.js +337 -0
  1171. package/etc/mcp-server/node_modules/yaml/dist/doc/anchors.d.ts +24 -0
  1172. package/etc/mcp-server/node_modules/yaml/dist/doc/anchors.js +76 -0
  1173. package/etc/mcp-server/node_modules/yaml/dist/doc/applyReviver.d.ts +9 -0
  1174. package/etc/mcp-server/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  1175. package/etc/mcp-server/node_modules/yaml/dist/doc/createNode.d.ts +17 -0
  1176. package/etc/mcp-server/node_modules/yaml/dist/doc/createNode.js +90 -0
  1177. package/etc/mcp-server/node_modules/yaml/dist/doc/directives.d.ts +49 -0
  1178. package/etc/mcp-server/node_modules/yaml/dist/doc/directives.js +178 -0
  1179. package/etc/mcp-server/node_modules/yaml/dist/errors.d.ts +21 -0
  1180. package/etc/mcp-server/node_modules/yaml/dist/errors.js +62 -0
  1181. package/etc/mcp-server/node_modules/yaml/dist/index.d.ts +25 -0
  1182. package/etc/mcp-server/node_modules/yaml/dist/index.js +50 -0
  1183. package/etc/mcp-server/node_modules/yaml/dist/log.d.ts +3 -0
  1184. package/etc/mcp-server/node_modules/yaml/dist/log.js +19 -0
  1185. package/etc/mcp-server/node_modules/yaml/dist/nodes/Alias.d.ts +29 -0
  1186. package/etc/mcp-server/node_modules/yaml/dist/nodes/Alias.js +118 -0
  1187. package/etc/mcp-server/node_modules/yaml/dist/nodes/Collection.d.ts +73 -0
  1188. package/etc/mcp-server/node_modules/yaml/dist/nodes/Collection.js +151 -0
  1189. package/etc/mcp-server/node_modules/yaml/dist/nodes/Node.d.ts +53 -0
  1190. package/etc/mcp-server/node_modules/yaml/dist/nodes/Node.js +40 -0
  1191. package/etc/mcp-server/node_modules/yaml/dist/nodes/Pair.d.ts +22 -0
  1192. package/etc/mcp-server/node_modules/yaml/dist/nodes/Pair.js +39 -0
  1193. package/etc/mcp-server/node_modules/yaml/dist/nodes/Scalar.d.ts +47 -0
  1194. package/etc/mcp-server/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  1195. package/etc/mcp-server/node_modules/yaml/dist/nodes/YAMLMap.d.ts +53 -0
  1196. package/etc/mcp-server/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  1197. package/etc/mcp-server/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +60 -0
  1198. package/etc/mcp-server/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  1199. package/etc/mcp-server/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +4 -0
  1200. package/etc/mcp-server/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  1201. package/etc/mcp-server/node_modules/yaml/dist/nodes/identity.d.ts +23 -0
  1202. package/etc/mcp-server/node_modules/yaml/dist/nodes/identity.js +53 -0
  1203. package/etc/mcp-server/node_modules/yaml/dist/nodes/toJS.d.ts +29 -0
  1204. package/etc/mcp-server/node_modules/yaml/dist/nodes/toJS.js +39 -0
  1205. package/etc/mcp-server/node_modules/yaml/dist/options.d.ts +350 -0
  1206. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-scalar.d.ts +64 -0
  1207. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  1208. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-stringify.d.ts +8 -0
  1209. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  1210. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-visit.d.ts +39 -0
  1211. package/etc/mcp-server/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  1212. package/etc/mcp-server/node_modules/yaml/dist/parse/cst.d.ts +109 -0
  1213. package/etc/mcp-server/node_modules/yaml/dist/parse/cst.js +112 -0
  1214. package/etc/mcp-server/node_modules/yaml/dist/parse/lexer.d.ts +87 -0
  1215. package/etc/mcp-server/node_modules/yaml/dist/parse/lexer.js +723 -0
  1216. package/etc/mcp-server/node_modules/yaml/dist/parse/line-counter.d.ts +22 -0
  1217. package/etc/mcp-server/node_modules/yaml/dist/parse/line-counter.js +41 -0
  1218. package/etc/mcp-server/node_modules/yaml/dist/parse/parser.d.ts +84 -0
  1219. package/etc/mcp-server/node_modules/yaml/dist/parse/parser.js +980 -0
  1220. package/etc/mcp-server/node_modules/yaml/dist/public-api.d.ts +44 -0
  1221. package/etc/mcp-server/node_modules/yaml/dist/public-api.js +107 -0
  1222. package/etc/mcp-server/node_modules/yaml/dist/schema/Schema.d.ts +17 -0
  1223. package/etc/mcp-server/node_modules/yaml/dist/schema/Schema.js +39 -0
  1224. package/etc/mcp-server/node_modules/yaml/dist/schema/common/map.d.ts +2 -0
  1225. package/etc/mcp-server/node_modules/yaml/dist/schema/common/map.js +19 -0
  1226. package/etc/mcp-server/node_modules/yaml/dist/schema/common/null.d.ts +4 -0
  1227. package/etc/mcp-server/node_modules/yaml/dist/schema/common/null.js +17 -0
  1228. package/etc/mcp-server/node_modules/yaml/dist/schema/common/seq.d.ts +2 -0
  1229. package/etc/mcp-server/node_modules/yaml/dist/schema/common/seq.js +19 -0
  1230. package/etc/mcp-server/node_modules/yaml/dist/schema/common/string.d.ts +2 -0
  1231. package/etc/mcp-server/node_modules/yaml/dist/schema/common/string.js +16 -0
  1232. package/etc/mcp-server/node_modules/yaml/dist/schema/core/bool.d.ts +4 -0
  1233. package/etc/mcp-server/node_modules/yaml/dist/schema/core/bool.js +21 -0
  1234. package/etc/mcp-server/node_modules/yaml/dist/schema/core/float.d.ts +4 -0
  1235. package/etc/mcp-server/node_modules/yaml/dist/schema/core/float.js +47 -0
  1236. package/etc/mcp-server/node_modules/yaml/dist/schema/core/int.d.ts +4 -0
  1237. package/etc/mcp-server/node_modules/yaml/dist/schema/core/int.js +42 -0
  1238. package/etc/mcp-server/node_modules/yaml/dist/schema/core/schema.d.ts +1 -0
  1239. package/etc/mcp-server/node_modules/yaml/dist/schema/core/schema.js +25 -0
  1240. package/etc/mcp-server/node_modules/yaml/dist/schema/json/schema.d.ts +2 -0
  1241. package/etc/mcp-server/node_modules/yaml/dist/schema/json/schema.js +64 -0
  1242. package/etc/mcp-server/node_modules/yaml/dist/schema/json-schema.d.ts +69 -0
  1243. package/etc/mcp-server/node_modules/yaml/dist/schema/tags.d.ts +48 -0
  1244. package/etc/mcp-server/node_modules/yaml/dist/schema/tags.js +99 -0
  1245. package/etc/mcp-server/node_modules/yaml/dist/schema/types.d.ts +92 -0
  1246. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +2 -0
  1247. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  1248. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +7 -0
  1249. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  1250. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +4 -0
  1251. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  1252. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +5 -0
  1253. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  1254. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +9 -0
  1255. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/merge.js +71 -0
  1256. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +22 -0
  1257. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  1258. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +10 -0
  1259. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  1260. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -0
  1261. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  1262. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +28 -0
  1263. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  1264. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +6 -0
  1265. package/etc/mcp-server/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  1266. package/etc/mcp-server/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +34 -0
  1267. package/etc/mcp-server/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  1268. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringify.d.ts +21 -0
  1269. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringify.js +132 -0
  1270. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +17 -0
  1271. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyCollection.js +155 -0
  1272. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyComment.d.ts +10 -0
  1273. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  1274. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +4 -0
  1275. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  1276. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +2 -0
  1277. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyNumber.js +27 -0
  1278. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyPair.d.ts +3 -0
  1279. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  1280. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyString.d.ts +9 -0
  1281. package/etc/mcp-server/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  1282. package/etc/mcp-server/node_modules/yaml/dist/test-events.d.ts +4 -0
  1283. package/etc/mcp-server/node_modules/yaml/dist/test-events.js +134 -0
  1284. package/etc/mcp-server/node_modules/yaml/dist/util.d.ts +16 -0
  1285. package/etc/mcp-server/node_modules/yaml/dist/util.js +28 -0
  1286. package/etc/mcp-server/node_modules/yaml/dist/visit.d.ts +102 -0
  1287. package/etc/mcp-server/node_modules/yaml/dist/visit.js +236 -0
  1288. package/etc/mcp-server/node_modules/yaml/package.json +97 -0
  1289. package/etc/mcp-server/node_modules/yaml/util.js +2 -0
  1290. package/etc/mcp-server/node_modules/yargs/CHANGELOG.md +330 -0
  1291. package/etc/mcp-server/node_modules/yargs/LICENSE +21 -0
  1292. package/etc/mcp-server/node_modules/yargs/README.md +204 -0
  1293. package/etc/mcp-server/node_modules/yargs/browser.mjs +7 -0
  1294. package/etc/mcp-server/node_modules/yargs/build/index.cjs +1 -0
  1295. package/etc/mcp-server/node_modules/yargs/build/lib/argsert.js +62 -0
  1296. package/etc/mcp-server/node_modules/yargs/build/lib/command.js +449 -0
  1297. package/etc/mcp-server/node_modules/yargs/build/lib/completion-templates.js +48 -0
  1298. package/etc/mcp-server/node_modules/yargs/build/lib/completion.js +243 -0
  1299. package/etc/mcp-server/node_modules/yargs/build/lib/middleware.js +88 -0
  1300. package/etc/mcp-server/node_modules/yargs/build/lib/parse-command.js +32 -0
  1301. package/etc/mcp-server/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  1302. package/etc/mcp-server/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  1303. package/etc/mcp-server/node_modules/yargs/build/lib/usage.js +584 -0
  1304. package/etc/mcp-server/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  1305. package/etc/mcp-server/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  1306. package/etc/mcp-server/node_modules/yargs/build/lib/utils/levenshtein.js +34 -0
  1307. package/etc/mcp-server/node_modules/yargs/build/lib/utils/maybe-async-result.js +17 -0
  1308. package/etc/mcp-server/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  1309. package/etc/mcp-server/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  1310. package/etc/mcp-server/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  1311. package/etc/mcp-server/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  1312. package/etc/mcp-server/node_modules/yargs/build/lib/validation.js +305 -0
  1313. package/etc/mcp-server/node_modules/yargs/build/lib/yargs-factory.js +1512 -0
  1314. package/etc/mcp-server/node_modules/yargs/build/lib/yerror.js +9 -0
  1315. package/etc/mcp-server/node_modules/yargs/helpers/helpers.mjs +10 -0
  1316. package/etc/mcp-server/node_modules/yargs/helpers/index.js +14 -0
  1317. package/etc/mcp-server/node_modules/yargs/helpers/package.json +3 -0
  1318. package/etc/mcp-server/node_modules/yargs/index.cjs +53 -0
  1319. package/etc/mcp-server/node_modules/yargs/index.mjs +8 -0
  1320. package/etc/mcp-server/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
  1321. package/etc/mcp-server/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
  1322. package/etc/mcp-server/node_modules/yargs/locales/be.json +46 -0
  1323. package/etc/mcp-server/node_modules/yargs/locales/cs.json +51 -0
  1324. package/etc/mcp-server/node_modules/yargs/locales/de.json +46 -0
  1325. package/etc/mcp-server/node_modules/yargs/locales/en.json +55 -0
  1326. package/etc/mcp-server/node_modules/yargs/locales/es.json +46 -0
  1327. package/etc/mcp-server/node_modules/yargs/locales/fi.json +49 -0
  1328. package/etc/mcp-server/node_modules/yargs/locales/fr.json +53 -0
  1329. package/etc/mcp-server/node_modules/yargs/locales/hi.json +49 -0
  1330. package/etc/mcp-server/node_modules/yargs/locales/hu.json +46 -0
  1331. package/etc/mcp-server/node_modules/yargs/locales/id.json +50 -0
  1332. package/etc/mcp-server/node_modules/yargs/locales/it.json +46 -0
  1333. package/etc/mcp-server/node_modules/yargs/locales/ja.json +51 -0
  1334. package/etc/mcp-server/node_modules/yargs/locales/ko.json +49 -0
  1335. package/etc/mcp-server/node_modules/yargs/locales/nb.json +44 -0
  1336. package/etc/mcp-server/node_modules/yargs/locales/nl.json +49 -0
  1337. package/etc/mcp-server/node_modules/yargs/locales/nn.json +44 -0
  1338. package/etc/mcp-server/node_modules/yargs/locales/pirate.json +13 -0
  1339. package/etc/mcp-server/node_modules/yargs/locales/pl.json +49 -0
  1340. package/etc/mcp-server/node_modules/yargs/locales/pt.json +45 -0
  1341. package/etc/mcp-server/node_modules/yargs/locales/pt_BR.json +48 -0
  1342. package/etc/mcp-server/node_modules/yargs/locales/ru.json +51 -0
  1343. package/etc/mcp-server/node_modules/yargs/locales/th.json +46 -0
  1344. package/etc/mcp-server/node_modules/yargs/locales/tr.json +48 -0
  1345. package/etc/mcp-server/node_modules/yargs/locales/uk_UA.json +51 -0
  1346. package/etc/mcp-server/node_modules/yargs/locales/uz.json +52 -0
  1347. package/etc/mcp-server/node_modules/yargs/locales/zh_CN.json +48 -0
  1348. package/etc/mcp-server/node_modules/yargs/locales/zh_TW.json +51 -0
  1349. package/etc/mcp-server/node_modules/yargs/package.json +125 -0
  1350. package/etc/mcp-server/node_modules/yargs/yargs +5 -0
  1351. package/etc/mcp-server/node_modules/yargs/yargs.cjs +15 -0
  1352. package/etc/mcp-server/node_modules/yargs/yargs.mjs +10 -0
  1353. package/etc/mcp-server/node_modules/yargs-parser/CHANGELOG.md +308 -0
  1354. package/etc/mcp-server/node_modules/yargs-parser/LICENSE.txt +14 -0
  1355. package/etc/mcp-server/node_modules/yargs-parser/README.md +518 -0
  1356. package/etc/mcp-server/node_modules/yargs-parser/browser.js +29 -0
  1357. package/etc/mcp-server/node_modules/yargs-parser/build/index.cjs +1050 -0
  1358. package/etc/mcp-server/node_modules/yargs-parser/build/lib/index.js +62 -0
  1359. package/etc/mcp-server/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  1360. package/etc/mcp-server/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  1361. package/etc/mcp-server/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  1362. package/etc/mcp-server/node_modules/yargs-parser/build/lib/yargs-parser.js +1045 -0
  1363. package/etc/mcp-server/node_modules/yargs-parser/package.json +92 -0
  1364. package/etc/mcp-server/package.json +2 -1
  1365. package/etc/mcp-server/server.js +15 -1
  1366. package/etc/mcp-server/tools.js +84 -17
  1367. package/etc/mcp-server/wrap-bin.js +60 -0
  1368. package/etc/mcp-server/wrap.js +81 -0
  1369. package/package.json +1 -1
  1370. package/etc/mcp-server/node_modules/bindings/README.md +0 -98
  1371. package/etc/mcp-server/node_modules/bindings/bindings.js +0 -221
  1372. package/etc/mcp-server/node_modules/bindings/package.json +0 -28
  1373. package/etc/mcp-server/node_modules/bl/.travis.yml +0 -17
  1374. package/etc/mcp-server/node_modules/bl/BufferList.js +0 -396
  1375. package/etc/mcp-server/node_modules/bl/README.md +0 -247
  1376. package/etc/mcp-server/node_modules/bl/bl.js +0 -84
  1377. package/etc/mcp-server/node_modules/bl/package.json +0 -37
  1378. package/etc/mcp-server/node_modules/bl/test/convert.js +0 -21
  1379. package/etc/mcp-server/node_modules/bl/test/indexOf.js +0 -492
  1380. package/etc/mcp-server/node_modules/bl/test/isBufferList.js +0 -32
  1381. package/etc/mcp-server/node_modules/bl/test/test.js +0 -869
  1382. package/etc/mcp-server/node_modules/chownr/README.md +0 -3
  1383. package/etc/mcp-server/node_modules/chownr/chownr.js +0 -167
  1384. package/etc/mcp-server/node_modules/chownr/package.json +0 -29
  1385. package/etc/mcp-server/node_modules/file-uri-to-path/.travis.yml +0 -30
  1386. package/etc/mcp-server/node_modules/file-uri-to-path/History.md +0 -21
  1387. package/etc/mcp-server/node_modules/file-uri-to-path/README.md +0 -74
  1388. package/etc/mcp-server/node_modules/file-uri-to-path/index.d.ts +0 -2
  1389. package/etc/mcp-server/node_modules/file-uri-to-path/index.js +0 -66
  1390. package/etc/mcp-server/node_modules/file-uri-to-path/package.json +0 -32
  1391. package/etc/mcp-server/node_modules/file-uri-to-path/test/test.js +0 -24
  1392. package/etc/mcp-server/node_modules/file-uri-to-path/test/tests.json +0 -13
  1393. package/etc/mcp-server/node_modules/fs-constants/README.md +0 -26
  1394. package/etc/mcp-server/node_modules/fs-constants/browser.js +0 -1
  1395. package/etc/mcp-server/node_modules/fs-constants/index.js +0 -1
  1396. package/etc/mcp-server/node_modules/fs-constants/package.json +0 -19
  1397. package/etc/mcp-server/node_modules/mkdirp-classic/README.md +0 -18
  1398. package/etc/mcp-server/node_modules/mkdirp-classic/index.js +0 -98
  1399. package/etc/mcp-server/node_modules/mkdirp-classic/package.json +0 -18
  1400. package/etc/mcp-server/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1401. package/etc/mcp-server/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1402. package/etc/mcp-server/node_modules/readable-stream/errors-browser.js +0 -127
  1403. package/etc/mcp-server/node_modules/readable-stream/errors.js +0 -116
  1404. package/etc/mcp-server/node_modules/readable-stream/experimentalWarning.js +0 -17
  1405. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  1406. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  1407. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1408. package/etc/mcp-server/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1409. package/etc/mcp-server/node_modules/readable-stream/readable-browser.js +0 -9
  1410. package/etc/mcp-server/node_modules/readable-stream/readable.js +0 -16
  1411. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/a/hello.txt +0 -1
  1412. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/b/a/test.txt +0 -1
  1413. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/d/file1 +0 -0
  1414. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/d/file2 +0 -0
  1415. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 +0 -0
  1416. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/d/sub-files/file3 +0 -0
  1417. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/d/sub-files/file4 +0 -0
  1418. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
  1419. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/e/file +0 -0
  1420. package/etc/mcp-server/node_modules/tar-fs/test/fixtures/invalid.tar +0 -0
  1421. package/etc/mcp-server/node_modules/tar-fs/test/index.js +0 -346
  1422. package/etc/mcp-server/node_modules/tar-stream/sandbox.js +0 -11
  1423. package/etc/mcp-server/node_modules/util-deprecate/History.md +0 -16
  1424. package/etc/mcp-server/node_modules/util-deprecate/LICENSE +0 -24
  1425. package/etc/mcp-server/node_modules/util-deprecate/README.md +0 -53
  1426. package/etc/mcp-server/node_modules/util-deprecate/browser.js +0 -67
  1427. package/etc/mcp-server/node_modules/util-deprecate/node.js +0 -6
  1428. package/etc/mcp-server/node_modules/util-deprecate/package.json +0 -27
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["export type ConfigType = 'number' | 'string' | 'boolean'\n\n/**\n * Given a Jack object, get the typeof its ConfigSet\n */\nexport type Unwrap<J> = J extends Jack<infer C> ? C : never\n\nimport { inspect, InspectOptions, ParseArgsConfig } from 'node:util'\nimport { parseArgs } from './parse-args.js'\n\n// it's a tiny API, just cast it inline, it's fine\n//@ts-ignore\nimport cliui from '@isaacs/cliui'\nimport { basename } from 'node:path'\n\nconst width = Math.min(\n (process && process.stdout && process.stdout.columns) || 80,\n 80,\n)\n\n// indentation spaces from heading level\nconst indent = (n: number) => (n - 1) * 2\n\nconst toEnvKey = (pref: string, key: string): string => {\n return [pref, key.replace(/[^a-zA-Z0-9]+/g, ' ')]\n .join(' ')\n .trim()\n .toUpperCase()\n .replace(/ /g, '_')\n}\n\nconst toEnvVal = (\n value: string | boolean | number | string[] | boolean[] | number[],\n delim: string = '\\n',\n): string => {\n const str =\n typeof value === 'string' ? value\n : typeof value === 'boolean' ?\n value ? '1'\n : '0'\n : typeof value === 'number' ? String(value)\n : Array.isArray(value) ?\n value.map((v: string | number | boolean) => toEnvVal(v)).join(delim)\n : /* c8 ignore start */ undefined\n if (typeof str !== 'string') {\n throw new Error(\n `could not serialize value to environment: ${JSON.stringify(value)}`,\n )\n }\n /* c8 ignore stop */\n return str\n}\n\nconst fromEnvVal = <T extends ConfigType, M extends boolean>(\n env: string,\n type: T,\n multiple: M,\n delim: string = '\\n',\n): ValidValue<T, M> =>\n (multiple ?\n env ? env.split(delim).map(v => fromEnvVal(v, type, false))\n : []\n : type === 'string' ? env\n : type === 'boolean' ? env === '1'\n : +env.trim()) as ValidValue<T, M>\n\n/**\n * Defines the type of value that is valid, given a config definition's\n * {@link ConfigType} and boolean multiple setting\n */\nexport type ValidValue<\n T extends ConfigType = ConfigType,\n M extends boolean = boolean,\n> =\n [T, M] extends ['number', true] ? number[]\n : [T, M] extends ['string', true] ? string[]\n : [T, M] extends ['boolean', true] ? boolean[]\n : [T, M] extends ['number', false] ? number\n : [T, M] extends ['string', false] ? string\n : [T, M] extends ['boolean', false] ? boolean\n : [T, M] extends ['string', boolean] ? string | string[]\n : [T, M] extends ['boolean', boolean] ? boolean | boolean[]\n : [T, M] extends ['number', boolean] ? number | number[]\n : [T, M] extends [ConfigType, false] ? string | number | boolean\n : [T, M] extends [ConfigType, true] ? string[] | number[] | boolean[]\n : string | number | boolean | string[] | number[] | boolean[]\n\n/**\n * The meta information for a config option definition, when the\n * type and multiple values can be inferred by the method being used\n */\nexport type ConfigOptionMeta<\n T extends ConfigType,\n M extends boolean = boolean,\n O extends\n | undefined\n | (T extends 'boolean' ? never\n : T extends 'string' ? readonly string[]\n : T extends 'number' ? readonly number[]\n : readonly number[] | readonly string[]) =\n | undefined\n | (T extends 'boolean' ? never\n : T extends 'string' ? readonly string[]\n : T extends 'number' ? readonly number[]\n : readonly number[] | readonly string[]),\n> = {\n default?:\n | undefined\n | (ValidValue<T, M> &\n (O extends number[] | string[] ?\n M extends false ?\n O[number]\n : O[number][]\n : unknown))\n validOptions?: O\n description?: string\n validate?:\n | ((v: unknown) => v is ValidValue<T, M>)\n | ((v: unknown) => boolean)\n short?: string | undefined\n type?: T\n hint?: T extends 'boolean' ? never : string\n delim?: M extends true ? string : never\n} & (M extends false ? { multiple?: false | undefined }\n: M extends true ? { multiple: true }\n: { multiple?: boolean })\n\n/**\n * A set of {@link ConfigOptionMeta} fields, referenced by their longOption\n * string values.\n */\nexport type ConfigMetaSet<\n T extends ConfigType,\n M extends boolean = boolean,\n> = {\n [longOption: string]: ConfigOptionMeta<T, M>\n}\n\n/**\n * Infer {@link ConfigSet} fields from a given {@link ConfigMetaSet}\n */\nexport type ConfigSetFromMetaSet<\n T extends ConfigType,\n M extends boolean,\n S extends ConfigMetaSet<T, M>,\n> = {\n [longOption in keyof S]: ConfigOptionBase<T, M>\n}\n\n/**\n * Fields that can be set on a {@link ConfigOptionBase} or\n * {@link ConfigOptionMeta} based on whether or not the field is known to be\n * multiple.\n */\nexport type MultiType<M extends boolean> =\n M extends true ?\n {\n multiple: true\n delim?: string | undefined\n }\n : M extends false ?\n {\n multiple?: false | undefined\n delim?: undefined\n }\n : {\n multiple?: boolean | undefined\n delim?: string | undefined\n }\n\n/**\n * A config field definition, in its full representation.\n */\nexport type ConfigOptionBase<\n T extends ConfigType,\n M extends boolean = boolean,\n> = {\n type: T\n short?: string | undefined\n default?: ValidValue<T, M> | undefined\n description?: string\n hint?: T extends 'boolean' ? undefined : string | undefined\n validate?: (v: unknown) => v is ValidValue<T, M>\n validOptions?: T extends 'boolean' ? undefined\n : T extends 'string' ? readonly string[]\n : T extends 'number' ? readonly number[]\n : readonly number[] | readonly string[]\n} & MultiType<M>\n\nexport const isConfigType = (t: string): t is ConfigType =>\n typeof t === 'string' &&\n (t === 'string' || t === 'number' || t === 'boolean')\n\nconst undefOrType = (v: unknown, t: string): boolean =>\n v === undefined || typeof v === t\nconst undefOrTypeArray = (v: unknown, t: string): boolean =>\n v === undefined || (Array.isArray(v) && v.every(x => typeof x === t))\n\nconst isValidOption = (v: unknown, vo: readonly unknown[]): boolean =>\n Array.isArray(v) ? v.every(x => isValidOption(x, vo)) : vo.includes(v)\n\n// print the value type, for error message reporting\nconst valueType = (\n v:\n | string\n | number\n | boolean\n | string[]\n | number[]\n | boolean[]\n | { type: ConfigType; multiple?: boolean },\n): string =>\n typeof v === 'string' ? 'string'\n : typeof v === 'boolean' ? 'boolean'\n : typeof v === 'number' ? 'number'\n : Array.isArray(v) ?\n joinTypes([...new Set(v.map(v => valueType(v)))]) + '[]'\n : `${v.type}${v.multiple ? '[]' : ''}`\n\nconst joinTypes = (types: string[]): string =>\n types.length === 1 && typeof types[0] === 'string' ?\n types[0]\n : `(${types.join('|')})`\n\nconst isValidValue = <T extends ConfigType, M extends boolean>(\n v: unknown,\n type: T,\n multi: M,\n): v is ValidValue<T, M> => {\n if (multi) {\n if (!Array.isArray(v)) return false\n return !v.some((v: unknown) => !isValidValue(v, type, false))\n }\n if (Array.isArray(v)) return false\n return typeof v === type\n}\n\nexport const isConfigOption = <T extends ConfigType, M extends boolean>(\n o: any,\n type: T,\n multi: M,\n): o is ConfigOptionBase<T, M> =>\n !!o &&\n typeof o === 'object' &&\n isConfigType(o.type) &&\n o.type === type &&\n undefOrType(o.short, 'string') &&\n undefOrType(o.description, 'string') &&\n undefOrType(o.hint, 'string') &&\n undefOrType(o.validate, 'function') &&\n (o.type === 'boolean' ?\n o.validOptions === undefined\n : undefOrTypeArray(o.validOptions, o.type)) &&\n (o.default === undefined || isValidValue(o.default, type, multi)) &&\n !!o.multiple === multi\n\n/**\n * A set of {@link ConfigOptionBase} objects, referenced by their longOption\n * string values.\n */\nexport type ConfigSet = {\n [longOption: string]: ConfigOptionBase<ConfigType>\n}\n\n/**\n * The 'values' field returned by {@link Jack#parse}\n */\nexport type OptionsResults<T extends ConfigSet> = {\n [k in keyof T]?: T[k]['validOptions'] extends (\n readonly string[] | readonly number[]\n ) ?\n T[k] extends ConfigOptionBase<'string' | 'number', false> ?\n T[k]['validOptions'][number]\n : T[k] extends ConfigOptionBase<'string' | 'number', true> ?\n T[k]['validOptions'][number][]\n : never\n : T[k] extends ConfigOptionBase<'string', false> ? string\n : T[k] extends ConfigOptionBase<'string', true> ? string[]\n : T[k] extends ConfigOptionBase<'number', false> ? number\n : T[k] extends ConfigOptionBase<'number', true> ? number[]\n : T[k] extends ConfigOptionBase<'boolean', false> ? boolean\n : T[k] extends ConfigOptionBase<'boolean', true> ? boolean[]\n : never\n}\n\n/**\n * The object retured by {@link Jack#parse}\n */\nexport type Parsed<T extends ConfigSet> = {\n values: OptionsResults<T>\n positionals: string[]\n}\n\nfunction num(\n o: ConfigOptionMeta<'number', false> = {},\n): ConfigOptionBase<'number', false> {\n const { default: def, validate: val, validOptions, ...rest } = o\n if (def !== undefined && !isValidValue(def, 'number', false)) {\n throw new TypeError('invalid default value', {\n cause: {\n found: def,\n wanted: 'number',\n },\n })\n }\n if (!undefOrTypeArray(validOptions, 'number')) {\n throw new TypeError('invalid validOptions', {\n cause: {\n found: validOptions,\n wanted: 'number[]',\n },\n })\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'number', false>)\n : undefined\n return {\n ...rest,\n default: def,\n validate,\n validOptions,\n type: 'number',\n multiple: false,\n }\n}\n\nfunction numList(\n o: ConfigOptionMeta<'number'> = {},\n): ConfigOptionBase<'number', true> {\n const { default: def, validate: val, validOptions, ...rest } = o\n if (def !== undefined && !isValidValue(def, 'number', true)) {\n throw new TypeError('invalid default value', {\n cause: {\n found: def,\n wanted: 'number[]',\n },\n })\n }\n if (!undefOrTypeArray(validOptions, 'number')) {\n throw new TypeError('invalid validOptions', {\n cause: {\n found: validOptions,\n wanted: 'number[]',\n },\n })\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'number', true>)\n : undefined\n return {\n ...rest,\n default: def,\n validate,\n validOptions,\n type: 'number',\n multiple: true,\n }\n}\n\nfunction opt(\n o: ConfigOptionMeta<'string', false> = {},\n): ConfigOptionBase<'string', false> {\n const { default: def, validate: val, validOptions, ...rest } = o\n if (def !== undefined && !isValidValue(def, 'string', false)) {\n throw new TypeError('invalid default value', {\n cause: {\n found: def,\n wanted: 'string',\n },\n })\n }\n if (!undefOrTypeArray(validOptions, 'string')) {\n throw new TypeError('invalid validOptions', {\n cause: {\n found: validOptions,\n wanted: 'string[]',\n },\n })\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'string', false>)\n : undefined\n return {\n ...rest,\n default: def,\n validate,\n validOptions,\n type: 'string',\n multiple: false,\n }\n}\n\nfunction optList(\n o: ConfigOptionMeta<'string'> = {},\n): ConfigOptionBase<'string', true> {\n const { default: def, validate: val, validOptions, ...rest } = o\n if (def !== undefined && !isValidValue(def, 'string', true)) {\n throw new TypeError('invalid default value', {\n cause: {\n found: def,\n wanted: 'string[]',\n },\n })\n }\n if (!undefOrTypeArray(validOptions, 'string')) {\n throw new TypeError('invalid validOptions', {\n cause: {\n found: validOptions,\n wanted: 'string[]',\n },\n })\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'string', true>)\n : undefined\n return {\n ...rest,\n default: def,\n validate,\n validOptions,\n type: 'string',\n multiple: true,\n }\n}\n\nfunction flag(\n o: ConfigOptionMeta<'boolean', false> = {},\n): ConfigOptionBase<'boolean', false> {\n const {\n hint,\n default: def,\n validate: val,\n ...rest\n } = o as ConfigOptionMeta<'boolean', false>\n delete (rest as ConfigOptionMeta<'string', false>).validOptions\n if (def !== undefined && !isValidValue(def, 'boolean', false)) {\n throw new TypeError('invalid default value')\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'boolean', false>)\n : undefined\n if (hint !== undefined) {\n throw new TypeError('cannot provide hint for flag')\n }\n return {\n ...rest,\n default: def,\n validate,\n type: 'boolean',\n multiple: false,\n }\n}\n\nfunction flagList(\n o: ConfigOptionMeta<'boolean'> = {},\n): ConfigOptionBase<'boolean', true> {\n const {\n hint,\n default: def,\n validate: val,\n ...rest\n } = o as ConfigOptionMeta<'boolean', false>\n delete (rest as ConfigOptionMeta<'string', false>).validOptions\n if (def !== undefined && !isValidValue(def, 'boolean', true)) {\n throw new TypeError('invalid default value')\n }\n const validate =\n val ?\n (val as (v: unknown) => v is ValidValue<'boolean', true>)\n : undefined\n if (hint !== undefined) {\n throw new TypeError('cannot provide hint for flag list')\n }\n return {\n ...rest,\n default: def,\n validate,\n type: 'boolean',\n multiple: true,\n }\n}\nconst toParseArgsOptionsConfig = (\n options: ConfigSet,\n): Exclude<ParseArgsConfig['options'], undefined> => {\n const c: Exclude<ParseArgsConfig['options'], undefined> = {}\n for (const longOption in options) {\n const config = options[longOption]\n /* c8 ignore start */\n if (!config) {\n throw new Error('config must be an object: ' + longOption)\n }\n /* c8 ignore start */\n if (isConfigOption(config, 'number', true)) {\n c[longOption] = {\n type: 'string',\n multiple: true,\n default: config.default?.map(c => String(c)),\n }\n } else if (isConfigOption(config, 'number', false)) {\n c[longOption] = {\n type: 'string',\n multiple: false,\n default:\n config.default === undefined ?\n undefined\n : String(config.default),\n }\n } else {\n const conf = config as\n | ConfigOptionBase<'string'>\n | ConfigOptionBase<'boolean'>\n c[longOption] = {\n type: conf.type,\n multiple: !!conf.multiple,\n default: conf.default,\n }\n }\n const clo = c[longOption] as ConfigOptionBase<ConfigType>\n if (typeof config.short === 'string') {\n clo.short = config.short\n }\n\n if (\n config.type === 'boolean' &&\n !longOption.startsWith('no-') &&\n !options[`no-${longOption}`]\n ) {\n c[`no-${longOption}`] = {\n type: 'boolean',\n multiple: config.multiple,\n }\n }\n }\n return c\n}\n\n/**\n * A row used when generating the {@link Jack#usage} string\n */\nexport interface Row {\n left?: string\n text: string\n skipLine?: boolean\n type?: string\n}\n\n/**\n * A heading for a section in the usage, created by the jack.heading()\n * method.\n *\n * First heading is always level 1, subsequent headings default to 2.\n *\n * The level of the nearest heading level sets the indentation of the\n * description that follows.\n */\nexport interface Heading extends Row {\n type: 'heading'\n text: string\n left?: ''\n skipLine?: boolean\n level: number\n pre?: boolean\n}\nconst isHeading = (r: { type?: string }): r is Heading =>\n r.type === 'heading'\n\n/**\n * An arbitrary blob of text describing some stuff, set by the\n * jack.description() method.\n *\n * Indentation determined by level of the nearest header.\n */\nexport interface Description extends Row {\n type: 'description'\n text: string\n left?: ''\n skipLine?: boolean\n pre?: boolean\n}\n\nconst isDescription = (r: { type?: string }): r is Description =>\n r.type === 'description'\n\n/**\n * A heading or description row used when generating the {@link Jack#usage}\n * string\n */\nexport type TextRow = Heading | Description\n\n/**\n * Either a {@link TextRow} or a reference to a {@link ConfigOptionBase}\n */\nexport type UsageField =\n | TextRow\n | {\n type: 'config'\n name: string\n value: ConfigOptionBase<ConfigType>\n }\n\n/**\n * Options provided to the {@link Jack} constructor\n */\nexport interface JackOptions {\n /**\n * Whether to allow positional arguments\n *\n * @default true\n */\n allowPositionals?: boolean\n\n /**\n * Prefix to use when reading/writing the environment variables\n *\n * If not specified, environment behavior will not be available.\n */\n envPrefix?: string\n\n /**\n * Environment object to read/write. Defaults `process.env`.\n * No effect if `envPrefix` is not set.\n */\n env?: { [k: string]: string | undefined }\n\n /**\n * A short usage string. If not provided, will be generated from the\n * options provided, but that can of course be rather verbose if\n * there are a lot of options.\n */\n usage?: string\n\n /**\n * Stop parsing flags and opts at the first positional argument.\n * This is to support cases like `cmd [flags] <subcmd> [options]`, where\n * each subcommand may have different options. This effectively treats\n * any positional as a `--` argument. Only relevant if `allowPositionals`\n * is true.\n *\n * To do subcommands, set this option, look at the first positional, and\n * parse the remaining positionals as appropriate.\n *\n * @default false\n */\n stopAtPositional?: boolean\n\n /**\n * Conditional `stopAtPositional`. If set to a `(string)=>boolean` function,\n * will be called with each positional argument encountered. If the function\n * returns true, then parsing will stop at that point.\n */\n stopAtPositionalTest?: (arg: string) => boolean\n}\n\n/**\n * Class returned by the {@link jack} function and all configuration\n * definition methods. This is what gets chained together.\n */\nexport class Jack<C extends ConfigSet = {}> {\n #configSet: C\n #shorts: { [k: string]: string }\n #options: JackOptions\n #fields: UsageField[] = []\n #env: { [k: string]: string | undefined }\n #envPrefix?: string\n #allowPositionals: boolean\n #usage?: string\n #usageMarkdown?: string\n\n constructor(options: JackOptions = {}) {\n this.#options = options\n this.#allowPositionals = options.allowPositionals !== false\n this.#env =\n this.#options.env === undefined ? process.env : this.#options.env\n this.#envPrefix = options.envPrefix\n // We need to fib a little, because it's always the same object, but it\n // starts out as having an empty config set. Then each method that adds\n // fields returns `this as Jack<C & { ...newConfigs }>`\n this.#configSet = Object.create(null) as C\n this.#shorts = Object.create(null)\n }\n\n /**\n * Set the default value (which will still be overridden by env or cli)\n * as if from a parsed config file. The optional `source` param, if\n * provided, will be included in error messages if a value is invalid or\n * unknown.\n */\n setConfigValues(values: OptionsResults<C>, source = '') {\n try {\n this.validate(values)\n } catch (er) {\n const e = er as Error\n if (source && e && typeof e === 'object') {\n if (e.cause && typeof e.cause === 'object') {\n Object.assign(e.cause, { path: source })\n } else {\n e.cause = { path: source }\n }\n }\n throw e\n }\n for (const [field, value] of Object.entries(values)) {\n const my = this.#configSet[field]\n // already validated, just for TS's benefit\n /* c8 ignore start */\n if (!my) {\n throw new Error('unexpected field in config set: ' + field, {\n cause: { found: field },\n })\n }\n /* c8 ignore stop */\n my.default = value\n }\n return this\n }\n\n /**\n * Parse a string of arguments, and return the resulting\n * `{ values, positionals }` object.\n *\n * If an {@link JackOptions#envPrefix} is set, then it will read default\n * values from the environment, and write the resulting values back\n * to the environment as well.\n *\n * Environment values always take precedence over any other value, except\n * an explicit CLI setting.\n */\n parse(args: string[] = process.argv): Parsed<C> {\n this.loadEnvDefaults()\n const p = this.parseRaw(args)\n this.applyDefaults(p)\n this.writeEnv(p)\n return p\n }\n\n loadEnvDefaults() {\n if (this.#envPrefix) {\n for (const [field, my] of Object.entries(this.#configSet)) {\n const ek = toEnvKey(this.#envPrefix, field)\n const env = this.#env[ek]\n if (env !== undefined) {\n my.default = fromEnvVal(env, my.type, !!my.multiple, my.delim)\n }\n }\n }\n }\n\n applyDefaults(p: Parsed<C>) {\n for (const [field, c] of Object.entries(this.#configSet)) {\n if (c.default !== undefined && !(field in p.values)) {\n //@ts-ignore\n p.values[field] = c.default\n }\n }\n }\n\n /**\n * Only parse the command line arguments passed in.\n * Does not strip off the `node script.js` bits, so it must be just the\n * arguments you wish to have parsed.\n * Does not read from or write to the environment, or set defaults.\n */\n parseRaw(args: string[]): Parsed<C> {\n if (args === process.argv) {\n args = args.slice(\n (process as { _eval?: string })._eval !== undefined ? 1 : 2,\n )\n }\n\n const options = toParseArgsOptionsConfig(this.#configSet)\n const result = parseArgs({\n args,\n options,\n // always strict, but using our own logic\n strict: false,\n allowPositionals: this.#allowPositionals,\n tokens: true,\n })\n\n const p: Parsed<C> = {\n values: {},\n positionals: [],\n }\n for (const token of result.tokens) {\n if (token.kind === 'positional') {\n p.positionals.push(token.value)\n if (\n this.#options.stopAtPositional ||\n this.#options.stopAtPositionalTest?.(token.value)\n ) {\n p.positionals.push(...args.slice(token.index + 1))\n break\n }\n } else if (token.kind === 'option') {\n let value: string | number | boolean | undefined = undefined\n if (token.name.startsWith('no-')) {\n const my = this.#configSet[token.name]\n const pname = token.name.substring('no-'.length)\n const pos = this.#configSet[pname]\n if (\n pos &&\n pos.type === 'boolean' &&\n (!my ||\n (my.type === 'boolean' && !!my.multiple === !!pos.multiple))\n ) {\n value = false\n token.name = pname\n }\n }\n const my = this.#configSet[token.name]\n if (!my) {\n throw new Error(\n `Unknown option '${token.rawName}'. ` +\n `To specify a positional argument starting with a '-', ` +\n `place it at the end of the command after '--', as in ` +\n `'-- ${token.rawName}'`,\n {\n cause: {\n found:\n token.rawName + (token.value ? `=${token.value}` : ''),\n },\n },\n )\n }\n if (value === undefined) {\n if (token.value === undefined) {\n if (my.type !== 'boolean') {\n throw new Error(\n `No value provided for ${token.rawName}, expected ${my.type}`,\n {\n cause: {\n name: token.rawName,\n wanted: valueType(my),\n },\n },\n )\n }\n value = true\n } else {\n if (my.type === 'boolean') {\n throw new Error(\n `Flag ${token.rawName} does not take a value, received '${token.value}'`,\n { cause: { found: token } },\n )\n }\n if (my.type === 'string') {\n value = token.value\n } else {\n value = +token.value\n if (value !== value) {\n throw new Error(\n `Invalid value '${token.value}' provided for ` +\n `'${token.rawName}' option, expected number`,\n {\n cause: {\n name: token.rawName,\n found: token.value,\n wanted: 'number',\n },\n },\n )\n }\n }\n }\n }\n if (my.multiple) {\n const pv = p.values as {\n [k: string]: (string | number | boolean)[]\n }\n const tn = pv[token.name] ?? []\n pv[token.name] = tn\n tn.push(value)\n } else {\n const pv = p.values as { [k: string]: string | number | boolean }\n pv[token.name] = value\n }\n }\n }\n\n for (const [field, value] of Object.entries(p.values)) {\n const valid = this.#configSet[field]?.validate\n const validOptions = this.#configSet[field]?.validOptions\n let cause:\n | undefined\n | {\n name: string\n found: unknown\n validOptions?: readonly string[] | readonly number[]\n }\n if (validOptions && !isValidOption(value, validOptions)) {\n cause = { name: field, found: value, validOptions: validOptions }\n }\n if (valid && !valid(value)) {\n cause = cause || { name: field, found: value }\n }\n if (cause) {\n throw new Error(\n `Invalid value provided for --${field}: ${JSON.stringify(\n value,\n )}`,\n { cause },\n )\n }\n }\n\n return p\n }\n\n /**\n * do not set fields as 'no-foo' if 'foo' exists and both are bools\n * just set foo.\n */\n #noNoFields(f: string, val: unknown, s: string = f) {\n if (!f.startsWith('no-') || typeof val !== 'boolean') return\n const yes = f.substring('no-'.length)\n // recurse so we get the core config key we care about.\n this.#noNoFields(yes, val, s)\n if (this.#configSet[yes]?.type === 'boolean') {\n throw new Error(\n `do not set '${s}', instead set '${yes}' as desired.`,\n { cause: { found: s, wanted: yes } },\n )\n }\n }\n\n /**\n * Validate that any arbitrary object is a valid configuration `values`\n * object. Useful when loading config files or other sources.\n */\n validate(o: unknown): asserts o is Parsed<C>['values'] {\n if (!o || typeof o !== 'object') {\n throw new Error('Invalid config: not an object', {\n cause: { found: o },\n })\n }\n const opts = o as Record<string, ValidValue>\n for (const field in o) {\n const value = opts[field]\n /* c8 ignore next - for TS */\n if (value === undefined) continue\n this.#noNoFields(field, value)\n const config = this.#configSet[field]\n if (!config) {\n throw new Error(`Unknown config option: ${field}`, {\n cause: { found: field },\n })\n }\n if (!isValidValue(value, config.type, !!config.multiple)) {\n throw new Error(\n `Invalid value ${valueType(\n value,\n )} for ${field}, expected ${valueType(config)}`,\n {\n cause: {\n name: field,\n found: value,\n wanted: valueType(config),\n },\n },\n )\n }\n let cause:\n | undefined\n | {\n name: string\n found: any\n validOptions?: readonly string[] | readonly number[]\n }\n if (\n config.validOptions &&\n !isValidOption(value, config.validOptions)\n ) {\n cause = {\n name: field,\n found: value,\n validOptions: config.validOptions,\n }\n }\n if (config.validate && !config.validate(value)) {\n cause = cause || { name: field, found: value }\n }\n if (cause) {\n throw new Error(`Invalid config value for ${field}: ${value}`, {\n cause,\n })\n }\n }\n }\n\n writeEnv(p: Parsed<C>) {\n if (!this.#env || !this.#envPrefix) return\n for (const [field, value] of Object.entries(p.values)) {\n const my = this.#configSet[field]\n this.#env[toEnvKey(this.#envPrefix, field)] = toEnvVal(\n value,\n my?.delim,\n )\n }\n }\n\n /**\n * Add a heading to the usage output banner\n */\n heading(\n text: string,\n level?: 1 | 2 | 3 | 4 | 5 | 6,\n { pre = false }: { pre?: boolean } = {},\n ): Jack<C> {\n if (level === undefined) {\n level = this.#fields.some(r => isHeading(r)) ? 2 : 1\n }\n this.#fields.push({ type: 'heading', text, level, pre })\n return this\n }\n\n /**\n * Add a long-form description to the usage output at this position.\n */\n description(text: string, { pre }: { pre?: boolean } = {}): Jack<C> {\n this.#fields.push({ type: 'description', text, pre })\n return this\n }\n\n /**\n * Add one or more number fields.\n */\n num<F extends ConfigMetaSet<'number', false>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'number', false, F>> {\n return this.#addFields(fields, num)\n }\n\n /**\n * Add one or more multiple number fields.\n */\n numList<F extends ConfigMetaSet<'number'>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'number', true, F>> {\n return this.#addFields(fields, numList)\n }\n\n /**\n * Add one or more string option fields.\n */\n opt<F extends ConfigMetaSet<'string', false>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'string', false, F>> {\n return this.#addFields(fields, opt)\n }\n\n /**\n * Add one or more multiple string option fields.\n */\n optList<F extends ConfigMetaSet<'string'>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'string', true, F>> {\n return this.#addFields(fields, optList)\n }\n\n /**\n * Add one or more flag fields.\n */\n flag<F extends ConfigMetaSet<'boolean', false>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'boolean', false, F>> {\n return this.#addFields(fields, flag)\n }\n\n /**\n * Add one or more multiple flag fields.\n */\n flagList<F extends ConfigMetaSet<'boolean'>>(\n fields: F,\n ): Jack<C & ConfigSetFromMetaSet<'boolean', true, F>> {\n return this.#addFields(fields, flagList)\n }\n\n /**\n * Generic field definition method. Similar to flag/flagList/number/etc,\n * but you must specify the `type` (and optionally `multiple` and `delim`)\n * fields on each one, or Jack won't know how to define them.\n */\n addFields<F extends ConfigSet>(fields: F): Jack<C & F> {\n const next = this as unknown as Jack<C & F>\n for (const [name, field] of Object.entries(fields)) {\n this.#validateName(name, field)\n next.#fields.push({\n type: 'config',\n name,\n value: field as ConfigOptionBase<ConfigType>,\n })\n }\n Object.assign(next.#configSet, fields)\n return next\n }\n\n #addFields<\n T extends ConfigType,\n M extends boolean,\n F extends ConfigMetaSet<T, M>,\n >(\n fields: F,\n fn: (m: ConfigOptionMeta<T, M>) => ConfigOptionBase<T, M>,\n ): Jack<C & ConfigSetFromMetaSet<T, M, F>> {\n type NextC = C & ConfigSetFromMetaSet<T, M, F>\n const next = this as unknown as Jack<NextC>\n Object.assign(\n next.#configSet,\n Object.fromEntries(\n Object.entries(fields).map(([name, field]) => {\n this.#validateName(name, field)\n const option = fn(field)\n next.#fields.push({\n type: 'config',\n name,\n value: option as ConfigOptionBase<ConfigType>,\n })\n return [name, option]\n }),\n ),\n )\n return next\n }\n\n #validateName(name: string, field: { short?: string }) {\n if (!/^[a-zA-Z0-9]([a-zA-Z0-9-]*[a-zA-Z0-9])?$/.test(name)) {\n throw new TypeError(\n `Invalid option name: ${name}, ` +\n `must be '-' delimited ASCII alphanumeric`,\n )\n }\n if (this.#configSet[name]) {\n throw new TypeError(`Cannot redefine option ${field}`)\n }\n if (this.#shorts[name]) {\n throw new TypeError(\n `Cannot redefine option ${name}, already ` +\n `in use for ${this.#shorts[name]}`,\n )\n }\n if (field.short) {\n if (!/^[a-zA-Z0-9]$/.test(field.short)) {\n throw new TypeError(\n `Invalid ${name} short option: ${field.short}, ` +\n 'must be 1 ASCII alphanumeric character',\n )\n }\n if (this.#shorts[field.short]) {\n throw new TypeError(\n `Invalid ${name} short option: ${field.short}, ` +\n `already in use for ${this.#shorts[field.short]}`,\n )\n }\n this.#shorts[field.short] = name\n this.#shorts[name] = name\n }\n }\n\n /**\n * Return the usage banner for the given configuration\n */\n usage(): string {\n if (this.#usage) return this.#usage\n\n let headingLevel = 1\n const ui = cliui({ width })\n const first = this.#fields[0]\n let start = first?.type === 'heading' ? 1 : 0\n if (first?.type === 'heading') {\n ui.div({\n padding: [0, 0, 0, 0],\n text: normalize(first.text),\n })\n }\n ui.div({ padding: [0, 0, 0, 0], text: 'Usage:' })\n if (this.#options.usage) {\n ui.div({\n text: this.#options.usage,\n padding: [0, 0, 0, 2],\n })\n } else {\n const cmd = basename(String(process.argv[1]))\n const shortFlags: string[] = []\n const shorts: string[][] = []\n const flags: string[] = []\n const opts: string[][] = []\n for (const [field, config] of Object.entries(this.#configSet)) {\n if (config.short) {\n if (config.type === 'boolean') shortFlags.push(config.short)\n else shorts.push([config.short, config.hint || field])\n } else {\n if (config.type === 'boolean') flags.push(field)\n else opts.push([field, config.hint || field])\n }\n }\n const sf = shortFlags.length ? ' -' + shortFlags.join('') : ''\n const so = shorts.map(([k, v]) => ` --${k}=<${v}>`).join('')\n const lf = flags.map(k => ` --${k}`).join('')\n const lo = opts.map(([k, v]) => ` --${k}=<${v}>`).join('')\n const usage = `${cmd}${sf}${so}${lf}${lo}`.trim()\n ui.div({\n text: usage,\n padding: [0, 0, 0, 2],\n })\n }\n\n ui.div({ padding: [0, 0, 0, 0], text: '' })\n const maybeDesc = this.#fields[start]\n if (maybeDesc && isDescription(maybeDesc)) {\n const print = normalize(maybeDesc.text, maybeDesc.pre)\n start++\n ui.div({ padding: [0, 0, 0, 0], text: print })\n ui.div({ padding: [0, 0, 0, 0], text: '' })\n }\n\n const { rows, maxWidth } = this.#usageRows(start)\n\n // every heading/description after the first gets indented by 2\n // extra spaces.\n for (const row of rows) {\n if (row.left) {\n // If the row is too long, don't wrap it\n // Bump the right-hand side down a line to make room\n const configIndent = indent(Math.max(headingLevel, 2))\n if (row.left.length > maxWidth - 3) {\n ui.div({ text: row.left, padding: [0, 0, 0, configIndent] })\n ui.div({ text: row.text, padding: [0, 0, 0, maxWidth] })\n } else {\n ui.div(\n {\n text: row.left,\n padding: [0, 1, 0, configIndent],\n width: maxWidth,\n },\n { padding: [0, 0, 0, 0], text: row.text },\n )\n }\n if (row.skipLine) {\n ui.div({ padding: [0, 0, 0, 0], text: '' })\n }\n } else {\n if (isHeading(row)) {\n const { level } = row\n headingLevel = level\n // only h1 and h2 have bottom padding\n // h3-h6 do not\n const b = level <= 2 ? 1 : 0\n ui.div({ ...row, padding: [0, 0, b, indent(level)] })\n } else {\n ui.div({ ...row, padding: [0, 0, 1, indent(headingLevel + 1)] })\n }\n }\n }\n\n return (this.#usage = ui.toString())\n }\n\n /**\n * Return the usage banner markdown for the given configuration\n */\n usageMarkdown(): string {\n if (this.#usageMarkdown) return this.#usageMarkdown\n\n const out: string[] = []\n\n let headingLevel = 1\n const first = this.#fields[0]\n let start = first?.type === 'heading' ? 1 : 0\n if (first?.type === 'heading') {\n out.push(`# ${normalizeOneLine(first.text)}`)\n }\n out.push('Usage:')\n if (this.#options.usage) {\n out.push(normalizeMarkdown(this.#options.usage, true))\n } else {\n const cmd = basename(String(process.argv[1]))\n const shortFlags: string[] = []\n const shorts: string[][] = []\n const flags: string[] = []\n const opts: string[][] = []\n for (const [field, config] of Object.entries(this.#configSet)) {\n if (config.short) {\n if (config.type === 'boolean') shortFlags.push(config.short)\n else shorts.push([config.short, config.hint || field])\n } else {\n if (config.type === 'boolean') flags.push(field)\n else opts.push([field, config.hint || field])\n }\n }\n const sf = shortFlags.length ? ' -' + shortFlags.join('') : ''\n const so = shorts.map(([k, v]) => ` --${k}=<${v}>`).join('')\n const lf = flags.map(k => ` --${k}`).join('')\n const lo = opts.map(([k, v]) => ` --${k}=<${v}>`).join('')\n const usage = `${cmd}${sf}${so}${lf}${lo}`.trim()\n out.push(normalizeMarkdown(usage, true))\n }\n\n const maybeDesc = this.#fields[start]\n if (maybeDesc && isDescription(maybeDesc)) {\n out.push(normalizeMarkdown(maybeDesc.text, maybeDesc.pre))\n start++\n }\n\n const { rows } = this.#usageRows(start)\n\n // heading level in markdown is number of # ahead of text\n for (const row of rows) {\n if (row.left) {\n out.push(\n '#'.repeat(headingLevel + 1) +\n ' ' +\n normalizeOneLine(row.left, true),\n )\n if (row.text) out.push(normalizeMarkdown(row.text))\n } else if (isHeading(row)) {\n const { level } = row\n headingLevel = level\n out.push(\n `${'#'.repeat(headingLevel)} ${normalizeOneLine(\n row.text,\n row.pre,\n )}`,\n )\n } else {\n out.push(normalizeMarkdown(row.text, !!(row as Description).pre))\n }\n }\n\n return (this.#usageMarkdown = out.join('\\n\\n') + '\\n')\n }\n\n #usageRows(start: number) {\n // turn each config type into a row, and figure out the width of the\n // left hand indentation for the option descriptions.\n let maxMax = Math.max(12, Math.min(26, Math.floor(width / 3)))\n let maxWidth = 8\n let prev: Row | TextRow | undefined = undefined\n const rows: (Row | TextRow)[] = []\n for (const field of this.#fields.slice(start)) {\n if (field.type !== 'config') {\n if (prev?.type === 'config') prev.skipLine = true\n prev = undefined\n field.text = normalize(field.text, !!field.pre)\n rows.push(field)\n continue\n }\n const { value } = field\n const desc = value.description || ''\n const mult = value.multiple ? 'Can be set multiple times' : ''\n const opts =\n value.validOptions?.length ?\n `Valid options:${value.validOptions.map(\n v => ` ${JSON.stringify(v)}`,\n )}`\n : ''\n const dmDelim = desc.includes('\\n') ? '\\n\\n' : '\\n'\n const extra = [opts, mult].join(dmDelim).trim()\n const text = (normalize(desc) + dmDelim + extra).trim()\n const hint =\n value.hint ||\n (value.type === 'number' ? 'n'\n : value.type === 'string' ? field.name\n : undefined)\n const short =\n !value.short ? ''\n : value.type === 'boolean' ? `-${value.short} `\n : `-${value.short}<${hint}> `\n const left =\n value.type === 'boolean' ?\n `${short}--${field.name}`\n : `${short}--${field.name}=<${hint}>`\n const row: Row = { text, left, type: 'config' }\n if (text.length > width - maxMax) {\n row.skipLine = true\n }\n if (prev && left.length > maxMax) prev.skipLine = true\n prev = row\n const len = left.length + 4\n if (len > maxWidth && len < maxMax) {\n maxWidth = len\n }\n\n rows.push(row)\n }\n\n return { rows, maxWidth }\n }\n\n /**\n * Return the configuration options as a plain object\n */\n toJSON() {\n return Object.fromEntries(\n Object.entries(this.#configSet).map(([field, def]) => [\n field,\n {\n type: def.type,\n ...(def.multiple ? { multiple: true } : {}),\n ...(def.delim ? { delim: def.delim } : {}),\n ...(def.short ? { short: def.short } : {}),\n ...(def.description ?\n { description: normalize(def.description) }\n : {}),\n ...(def.validate ? { validate: def.validate } : {}),\n ...(def.validOptions ? { validOptions: def.validOptions } : {}),\n ...(def.default !== undefined ? { default: def.default } : {}),\n ...(def.hint ? { hint: def.hint } : {}),\n },\n ]),\n )\n }\n\n /**\n * Custom printer for `util.inspect`\n */\n [inspect.custom](_: number, options: InspectOptions) {\n return `Jack ${inspect(this.toJSON(), options)}`\n }\n}\n\n// Unwrap and un-indent, so we can wrap description\n// strings however makes them look nice in the code.\nconst normalize = (s: string, pre = false) => {\n if (pre)\n // prepend a ZWSP to each line so cliui doesn't strip it.\n return s\n .split('\\n')\n .map(l => `\\u200b${l}`)\n .join('\\n')\n return s\n .split(/^\\s*```\\s*$/gm)\n .map((s, i) => {\n if (i % 2 === 1) {\n if (!s.trim()) {\n return `\\`\\`\\`\\n\\`\\`\\`\\n`\n }\n // outdent the ``` blocks, but preserve whitespace otherwise.\n const split = s.split('\\n')\n // throw out the \\n at the start and end\n split.pop()\n split.shift()\n const si = split.reduce((shortest, l) => {\n /* c8 ignore next */\n const ind = l.match(/^\\s*/)?.[0] ?? ''\n if (ind.length) return Math.min(ind.length, shortest)\n else return shortest\n }, Infinity)\n /* c8 ignore next */\n const i = isFinite(si) ? si : 0\n return (\n '\\n```\\n' +\n split.map(s => `\\u200b${s.substring(i)}`).join('\\n') +\n '\\n```\\n'\n )\n }\n return (\n s\n // remove single line breaks, except for lists\n .replace(/([^\\n])\\n[ \\t]*([^\\n])/g, (_, $1, $2) =>\n !/^[-*]/.test($2) ? `${$1} ${$2}` : `${$1}\\n${$2}`,\n )\n // normalize mid-line whitespace\n .replace(/([^\\n])[ \\t]+([^\\n])/g, '$1 $2')\n // two line breaks are enough\n .replace(/\\n{3,}/g, '\\n\\n')\n // remove any spaces at the start of a line\n .replace(/\\n[ \\t]+/g, '\\n')\n .trim()\n )\n })\n .join('\\n')\n}\n\n// normalize for markdown printing, remove leading spaces on lines\nconst normalizeMarkdown = (s: string, pre: boolean = false): string => {\n const n = normalize(s, pre).replace(/\\\\/g, '\\\\\\\\')\n return pre ?\n `\\`\\`\\`\\n${n.replace(/\\u200b/g, '')}\\n\\`\\`\\``\n : n.replace(/\\n +/g, '\\n').trim()\n}\n\nconst normalizeOneLine = (s: string, pre: boolean = false) => {\n const n = normalize(s, pre)\n .replace(/[\\s\\u200b]+/g, ' ')\n .trim()\n return pre ? `\\`${n}\\`` : n\n}\n\n/**\n * Main entry point. Create and return a {@link Jack} object.\n */\nexport const jack = (options: JackOptions = {}) => new Jack(options)\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse-args-cjs.cjs","sourceRoot":"","sources":["../../src/parse-args-cjs.cts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA4B;AAE5B,MAAM,EAAE,GACN,CACE,OAAO,OAAO,KAAK,QAAQ;IAC3B,CAAC,CAAC,OAAO;IACT,OAAO,OAAO,CAAC,OAAO,KAAK,QAAQ,CACpC,CAAC,CAAC;IACD,OAAO,CAAC,OAAO;IACjB,CAAC,CAAC,QAAQ,CAAA;AACZ,MAAM,GAAG,GAAG,EAAE;KACX,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC;KACjB,KAAK,CAAC,GAAG,CAAC;KACV,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAA;AAE5B,qBAAqB;AACrB,MAAM,CAAC,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,GAAG,GAAG,CAAA;AAClC,oBAAoB;AAEpB,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,GAAG,IAAI,CAAA;AAC5B,qBAAqB;AACrB,IACE,CAAC,EAAE;IACH,KAAK,GAAG,EAAE;IACV,CAAC,KAAK,KAAK,EAAE,IAAI,KAAK,GAAG,EAAE,CAAC;IAC5B,CAAC,KAAK,KAAK,EAAE,IAAI,KAAK,GAAG,EAAE,CAAC,EAC5B,CAAC;IACD,oBAAoB;IACpB,EAAE,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC,SAAS,CAAA;AAC5C,CAAC;AAEY,QAAA,SAAS,GAAG,EAAE,CAAA","sourcesContent":["import * as util from 'util'\n\nconst pv =\n (\n typeof process === 'object' &&\n !!process &&\n typeof process.version === 'string'\n ) ?\n process.version\n : 'v0.0.0'\nconst pvs = pv\n .replace(/^v/, '')\n .split('.')\n .map(s => parseInt(s, 10))\n\n/* c8 ignore start */\nconst [major = 0, minor = 0] = pvs\n/* c8 ignore stop */\n\nlet { parseArgs: pa } = util\n/* c8 ignore start */\nif (\n !pa ||\n major < 16 ||\n (major === 18 && minor < 11) ||\n (major === 16 && minor < 19)\n) {\n /* c8 ignore stop */\n pa = require('@pkgjs/parseargs').parseArgs\n}\n\nexport const parseArgs = pa\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse-args-cjs.d.cts","sourceRoot":"","sources":["../../src/parse-args-cjs.cts"],"names":[],"mappings":";AAAA,OAAO,KAAK,IAAI,MAAM,MAAM,CAAA;AA+B5B,eAAO,MAAM,SAAS,uBAAK,CAAA"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="node" />
2
+ import * as util from 'util';
3
+ export declare const parseArgs: typeof util.parseArgs;
4
+ //# sourceMappingURL=parse-args-cjs.d.cts.map
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.parseArgs = void 0;
27
+ const util = __importStar(require("util"));
28
+ const pv = (typeof process === 'object' &&
29
+ !!process &&
30
+ typeof process.version === 'string') ?
31
+ process.version
32
+ : 'v0.0.0';
33
+ const pvs = pv
34
+ .replace(/^v/, '')
35
+ .split('.')
36
+ .map(s => parseInt(s, 10));
37
+ /* c8 ignore start */
38
+ const [major = 0, minor = 0] = pvs;
39
+ /* c8 ignore stop */
40
+ let { parseArgs: pa } = util;
41
+ /* c8 ignore start */
42
+ if (!pa ||
43
+ major < 16 ||
44
+ (major === 18 && minor < 11) ||
45
+ (major === 16 && minor < 19)) {
46
+ /* c8 ignore stop */
47
+ pa = require('@pkgjs/parseargs').parseArgs;
48
+ }
49
+ exports.parseArgs = pa;
50
+ //# sourceMappingURL=parse-args-cjs.cjs.map
@@ -0,0 +1,315 @@
1
+ /// <reference types="node" resolution-mode="require"/>
2
+ export type ConfigType = 'number' | 'string' | 'boolean';
3
+ /**
4
+ * Given a Jack object, get the typeof its ConfigSet
5
+ */
6
+ export type Unwrap<J> = J extends Jack<infer C> ? C : never;
7
+ import { inspect, InspectOptions } from 'node:util';
8
+ /**
9
+ * Defines the type of value that is valid, given a config definition's
10
+ * {@link ConfigType} and boolean multiple setting
11
+ */
12
+ export type ValidValue<T extends ConfigType = ConfigType, M extends boolean = boolean> = [
13
+ T,
14
+ M
15
+ ] extends ['number', true] ? number[] : [T, M] extends ['string', true] ? string[] : [T, M] extends ['boolean', true] ? boolean[] : [T, M] extends ['number', false] ? number : [T, M] extends ['string', false] ? string : [T, M] extends ['boolean', false] ? boolean : [T, M] extends ['string', boolean] ? string | string[] : [T, M] extends ['boolean', boolean] ? boolean | boolean[] : [T, M] extends ['number', boolean] ? number | number[] : [T, M] extends [ConfigType, false] ? string | number | boolean : [T, M] extends [ConfigType, true] ? string[] | number[] | boolean[] : string | number | boolean | string[] | number[] | boolean[];
16
+ /**
17
+ * The meta information for a config option definition, when the
18
+ * type and multiple values can be inferred by the method being used
19
+ */
20
+ export type ConfigOptionMeta<T extends ConfigType, M extends boolean = boolean, O extends undefined | (T extends 'boolean' ? never : T extends 'string' ? readonly string[] : T extends 'number' ? readonly number[] : readonly number[] | readonly string[]) = undefined | (T extends 'boolean' ? never : T extends 'string' ? readonly string[] : T extends 'number' ? readonly number[] : readonly number[] | readonly string[])> = {
21
+ default?: undefined | (ValidValue<T, M> & (O extends number[] | string[] ? M extends false ? O[number] : O[number][] : unknown));
22
+ validOptions?: O;
23
+ description?: string;
24
+ validate?: ((v: unknown) => v is ValidValue<T, M>) | ((v: unknown) => boolean);
25
+ short?: string | undefined;
26
+ type?: T;
27
+ hint?: T extends 'boolean' ? never : string;
28
+ delim?: M extends true ? string : never;
29
+ } & (M extends false ? {
30
+ multiple?: false | undefined;
31
+ } : M extends true ? {
32
+ multiple: true;
33
+ } : {
34
+ multiple?: boolean;
35
+ });
36
+ /**
37
+ * A set of {@link ConfigOptionMeta} fields, referenced by their longOption
38
+ * string values.
39
+ */
40
+ export type ConfigMetaSet<T extends ConfigType, M extends boolean = boolean> = {
41
+ [longOption: string]: ConfigOptionMeta<T, M>;
42
+ };
43
+ /**
44
+ * Infer {@link ConfigSet} fields from a given {@link ConfigMetaSet}
45
+ */
46
+ export type ConfigSetFromMetaSet<T extends ConfigType, M extends boolean, S extends ConfigMetaSet<T, M>> = {
47
+ [longOption in keyof S]: ConfigOptionBase<T, M>;
48
+ };
49
+ /**
50
+ * Fields that can be set on a {@link ConfigOptionBase} or
51
+ * {@link ConfigOptionMeta} based on whether or not the field is known to be
52
+ * multiple.
53
+ */
54
+ export type MultiType<M extends boolean> = M extends true ? {
55
+ multiple: true;
56
+ delim?: string | undefined;
57
+ } : M extends false ? {
58
+ multiple?: false | undefined;
59
+ delim?: undefined;
60
+ } : {
61
+ multiple?: boolean | undefined;
62
+ delim?: string | undefined;
63
+ };
64
+ /**
65
+ * A config field definition, in its full representation.
66
+ */
67
+ export type ConfigOptionBase<T extends ConfigType, M extends boolean = boolean> = {
68
+ type: T;
69
+ short?: string | undefined;
70
+ default?: ValidValue<T, M> | undefined;
71
+ description?: string;
72
+ hint?: T extends 'boolean' ? undefined : string | undefined;
73
+ validate?: (v: unknown) => v is ValidValue<T, M>;
74
+ validOptions?: T extends 'boolean' ? undefined : T extends 'string' ? readonly string[] : T extends 'number' ? readonly number[] : readonly number[] | readonly string[];
75
+ } & MultiType<M>;
76
+ export declare const isConfigType: (t: string) => t is ConfigType;
77
+ export declare const isConfigOption: <T extends ConfigType, M extends boolean>(o: any, type: T, multi: M) => o is ConfigOptionBase<T, M>;
78
+ /**
79
+ * A set of {@link ConfigOptionBase} objects, referenced by their longOption
80
+ * string values.
81
+ */
82
+ export type ConfigSet = {
83
+ [longOption: string]: ConfigOptionBase<ConfigType>;
84
+ };
85
+ /**
86
+ * The 'values' field returned by {@link Jack#parse}
87
+ */
88
+ export type OptionsResults<T extends ConfigSet> = {
89
+ [k in keyof T]?: T[k]['validOptions'] extends (readonly string[] | readonly number[]) ? T[k] extends ConfigOptionBase<'string' | 'number', false> ? T[k]['validOptions'][number] : T[k] extends ConfigOptionBase<'string' | 'number', true> ? T[k]['validOptions'][number][] : never : T[k] extends ConfigOptionBase<'string', false> ? string : T[k] extends ConfigOptionBase<'string', true> ? string[] : T[k] extends ConfigOptionBase<'number', false> ? number : T[k] extends ConfigOptionBase<'number', true> ? number[] : T[k] extends ConfigOptionBase<'boolean', false> ? boolean : T[k] extends ConfigOptionBase<'boolean', true> ? boolean[] : never;
90
+ };
91
+ /**
92
+ * The object retured by {@link Jack#parse}
93
+ */
94
+ export type Parsed<T extends ConfigSet> = {
95
+ values: OptionsResults<T>;
96
+ positionals: string[];
97
+ };
98
+ /**
99
+ * A row used when generating the {@link Jack#usage} string
100
+ */
101
+ export interface Row {
102
+ left?: string;
103
+ text: string;
104
+ skipLine?: boolean;
105
+ type?: string;
106
+ }
107
+ /**
108
+ * A heading for a section in the usage, created by the jack.heading()
109
+ * method.
110
+ *
111
+ * First heading is always level 1, subsequent headings default to 2.
112
+ *
113
+ * The level of the nearest heading level sets the indentation of the
114
+ * description that follows.
115
+ */
116
+ export interface Heading extends Row {
117
+ type: 'heading';
118
+ text: string;
119
+ left?: '';
120
+ skipLine?: boolean;
121
+ level: number;
122
+ pre?: boolean;
123
+ }
124
+ /**
125
+ * An arbitrary blob of text describing some stuff, set by the
126
+ * jack.description() method.
127
+ *
128
+ * Indentation determined by level of the nearest header.
129
+ */
130
+ export interface Description extends Row {
131
+ type: 'description';
132
+ text: string;
133
+ left?: '';
134
+ skipLine?: boolean;
135
+ pre?: boolean;
136
+ }
137
+ /**
138
+ * A heading or description row used when generating the {@link Jack#usage}
139
+ * string
140
+ */
141
+ export type TextRow = Heading | Description;
142
+ /**
143
+ * Either a {@link TextRow} or a reference to a {@link ConfigOptionBase}
144
+ */
145
+ export type UsageField = TextRow | {
146
+ type: 'config';
147
+ name: string;
148
+ value: ConfigOptionBase<ConfigType>;
149
+ };
150
+ /**
151
+ * Options provided to the {@link Jack} constructor
152
+ */
153
+ export interface JackOptions {
154
+ /**
155
+ * Whether to allow positional arguments
156
+ *
157
+ * @default true
158
+ */
159
+ allowPositionals?: boolean;
160
+ /**
161
+ * Prefix to use when reading/writing the environment variables
162
+ *
163
+ * If not specified, environment behavior will not be available.
164
+ */
165
+ envPrefix?: string;
166
+ /**
167
+ * Environment object to read/write. Defaults `process.env`.
168
+ * No effect if `envPrefix` is not set.
169
+ */
170
+ env?: {
171
+ [k: string]: string | undefined;
172
+ };
173
+ /**
174
+ * A short usage string. If not provided, will be generated from the
175
+ * options provided, but that can of course be rather verbose if
176
+ * there are a lot of options.
177
+ */
178
+ usage?: string;
179
+ /**
180
+ * Stop parsing flags and opts at the first positional argument.
181
+ * This is to support cases like `cmd [flags] <subcmd> [options]`, where
182
+ * each subcommand may have different options. This effectively treats
183
+ * any positional as a `--` argument. Only relevant if `allowPositionals`
184
+ * is true.
185
+ *
186
+ * To do subcommands, set this option, look at the first positional, and
187
+ * parse the remaining positionals as appropriate.
188
+ *
189
+ * @default false
190
+ */
191
+ stopAtPositional?: boolean;
192
+ /**
193
+ * Conditional `stopAtPositional`. If set to a `(string)=>boolean` function,
194
+ * will be called with each positional argument encountered. If the function
195
+ * returns true, then parsing will stop at that point.
196
+ */
197
+ stopAtPositionalTest?: (arg: string) => boolean;
198
+ }
199
+ /**
200
+ * Class returned by the {@link jack} function and all configuration
201
+ * definition methods. This is what gets chained together.
202
+ */
203
+ export declare class Jack<C extends ConfigSet = {}> {
204
+ #private;
205
+ constructor(options?: JackOptions);
206
+ /**
207
+ * Set the default value (which will still be overridden by env or cli)
208
+ * as if from a parsed config file. The optional `source` param, if
209
+ * provided, will be included in error messages if a value is invalid or
210
+ * unknown.
211
+ */
212
+ setConfigValues(values: OptionsResults<C>, source?: string): this;
213
+ /**
214
+ * Parse a string of arguments, and return the resulting
215
+ * `{ values, positionals }` object.
216
+ *
217
+ * If an {@link JackOptions#envPrefix} is set, then it will read default
218
+ * values from the environment, and write the resulting values back
219
+ * to the environment as well.
220
+ *
221
+ * Environment values always take precedence over any other value, except
222
+ * an explicit CLI setting.
223
+ */
224
+ parse(args?: string[]): Parsed<C>;
225
+ loadEnvDefaults(): void;
226
+ applyDefaults(p: Parsed<C>): void;
227
+ /**
228
+ * Only parse the command line arguments passed in.
229
+ * Does not strip off the `node script.js` bits, so it must be just the
230
+ * arguments you wish to have parsed.
231
+ * Does not read from or write to the environment, or set defaults.
232
+ */
233
+ parseRaw(args: string[]): Parsed<C>;
234
+ /**
235
+ * Validate that any arbitrary object is a valid configuration `values`
236
+ * object. Useful when loading config files or other sources.
237
+ */
238
+ validate(o: unknown): asserts o is Parsed<C>['values'];
239
+ writeEnv(p: Parsed<C>): void;
240
+ /**
241
+ * Add a heading to the usage output banner
242
+ */
243
+ heading(text: string, level?: 1 | 2 | 3 | 4 | 5 | 6, { pre }?: {
244
+ pre?: boolean;
245
+ }): Jack<C>;
246
+ /**
247
+ * Add a long-form description to the usage output at this position.
248
+ */
249
+ description(text: string, { pre }?: {
250
+ pre?: boolean;
251
+ }): Jack<C>;
252
+ /**
253
+ * Add one or more number fields.
254
+ */
255
+ num<F extends ConfigMetaSet<'number', false>>(fields: F): Jack<C & ConfigSetFromMetaSet<'number', false, F>>;
256
+ /**
257
+ * Add one or more multiple number fields.
258
+ */
259
+ numList<F extends ConfigMetaSet<'number'>>(fields: F): Jack<C & ConfigSetFromMetaSet<'number', true, F>>;
260
+ /**
261
+ * Add one or more string option fields.
262
+ */
263
+ opt<F extends ConfigMetaSet<'string', false>>(fields: F): Jack<C & ConfigSetFromMetaSet<'string', false, F>>;
264
+ /**
265
+ * Add one or more multiple string option fields.
266
+ */
267
+ optList<F extends ConfigMetaSet<'string'>>(fields: F): Jack<C & ConfigSetFromMetaSet<'string', true, F>>;
268
+ /**
269
+ * Add one or more flag fields.
270
+ */
271
+ flag<F extends ConfigMetaSet<'boolean', false>>(fields: F): Jack<C & ConfigSetFromMetaSet<'boolean', false, F>>;
272
+ /**
273
+ * Add one or more multiple flag fields.
274
+ */
275
+ flagList<F extends ConfigMetaSet<'boolean'>>(fields: F): Jack<C & ConfigSetFromMetaSet<'boolean', true, F>>;
276
+ /**
277
+ * Generic field definition method. Similar to flag/flagList/number/etc,
278
+ * but you must specify the `type` (and optionally `multiple` and `delim`)
279
+ * fields on each one, or Jack won't know how to define them.
280
+ */
281
+ addFields<F extends ConfigSet>(fields: F): Jack<C & F>;
282
+ /**
283
+ * Return the usage banner for the given configuration
284
+ */
285
+ usage(): string;
286
+ /**
287
+ * Return the usage banner markdown for the given configuration
288
+ */
289
+ usageMarkdown(): string;
290
+ /**
291
+ * Return the configuration options as a plain object
292
+ */
293
+ toJSON(): {
294
+ [k: string]: {
295
+ hint?: string | undefined;
296
+ default?: string | number | boolean | string[] | number[] | boolean[] | undefined;
297
+ validOptions?: readonly number[] | readonly string[] | undefined;
298
+ validate?: ((v: unknown) => v is string | number | boolean | string[] | number[] | boolean[]) | undefined;
299
+ description?: string | undefined;
300
+ short?: string | undefined;
301
+ delim?: string | undefined;
302
+ multiple?: boolean | undefined;
303
+ type: ConfigType;
304
+ };
305
+ };
306
+ /**
307
+ * Custom printer for `util.inspect`
308
+ */
309
+ [inspect.custom](_: number, options: InspectOptions): string;
310
+ }
311
+ /**
312
+ * Main entry point. Create and return a {@link Jack} object.
313
+ */
314
+ export declare const jack: (options?: JackOptions) => Jack<{}>;
315
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}