projen 0.71.51 → 0.71.53

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 (313) hide show
  1. package/.jsii +3 -3
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflow-actions.js +1 -1
  51. package/lib/github/workflow-jobs.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.js +4 -4
  69. package/lib/javascript/node-package.js +1 -1
  70. package/lib/javascript/node-project.js +1 -1
  71. package/lib/javascript/npm-config.js +1 -1
  72. package/lib/javascript/prettier.js +1 -1
  73. package/lib/javascript/projenrc.js +1 -1
  74. package/lib/javascript/typescript-config.js +2 -2
  75. package/lib/javascript/upgrade-dependencies.js +2 -2
  76. package/lib/json-patch.js +1 -1
  77. package/lib/json.js +1 -1
  78. package/lib/license.js +1 -1
  79. package/lib/logger.js +1 -1
  80. package/lib/makefile.js +1 -1
  81. package/lib/object-file.js +1 -1
  82. package/lib/project-build.js +1 -1
  83. package/lib/project.js +1 -1
  84. package/lib/projects.js +1 -1
  85. package/lib/projenrc-json.js +2 -2
  86. package/lib/projenrc.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc-ts.js +1 -1
  113. package/lib/typescript/projenrc.js +1 -1
  114. package/lib/typescript/typescript-typedoc.js +1 -1
  115. package/lib/typescript/typescript.js +3 -3
  116. package/lib/version.js +1 -1
  117. package/lib/vscode/devcontainer.js +1 -1
  118. package/lib/vscode/extensions.js +1 -1
  119. package/lib/vscode/launch-config.js +1 -1
  120. package/lib/vscode/settings.js +1 -1
  121. package/lib/vscode/vscode.js +1 -1
  122. package/lib/web/next.js +3 -3
  123. package/lib/web/postcss.js +1 -1
  124. package/lib/web/react.js +4 -4
  125. package/lib/web/tailwind.js +1 -1
  126. package/lib/xmlfile.js +1 -1
  127. package/lib/yaml.js +1 -1
  128. package/node_modules/@oozcitak/dom/LICENSE +21 -21
  129. package/node_modules/@oozcitak/dom/README.md +32 -32
  130. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.d.ts +12 -0
  131. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js +23 -3
  132. package/node_modules/@oozcitak/dom/lib/parser/XMLParserImpl.js.map +1 -1
  133. package/node_modules/@oozcitak/dom/package.json +72 -72
  134. package/node_modules/xmlbuilder2/CHANGELOG.md +95 -1
  135. package/node_modules/xmlbuilder2/README.md +5 -4
  136. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.d.ts +3 -1
  137. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js +44 -53
  138. package/node_modules/xmlbuilder2/lib/builder/XMLBuilderCBImpl.js.map +1 -1
  139. package/node_modules/xmlbuilder2/lib/constants.d.ts +1 -0
  140. package/node_modules/xmlbuilder2/lib/constants.js +4 -0
  141. package/node_modules/xmlbuilder2/lib/constants.js.map +1 -0
  142. package/node_modules/xmlbuilder2/lib/interfaces.d.ts +20 -8
  143. package/node_modules/xmlbuilder2/lib/interfaces.js +1 -0
  144. package/node_modules/xmlbuilder2/lib/interfaces.js.map +1 -1
  145. package/node_modules/xmlbuilder2/lib/readers/BaseReader.d.ts +14 -1
  146. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js +30 -1
  147. package/node_modules/xmlbuilder2/lib/readers/BaseReader.js.map +1 -1
  148. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js +12 -5
  149. package/node_modules/xmlbuilder2/lib/readers/ObjectReader.js.map +1 -1
  150. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js +11 -5
  151. package/node_modules/xmlbuilder2/lib/readers/XMLReader.js.map +1 -1
  152. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.d.ts +1 -1
  153. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js +58 -92
  154. package/node_modules/xmlbuilder2/lib/writers/BaseWriter.js.map +1 -1
  155. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js +1 -3
  156. package/node_modules/xmlbuilder2/lib/writers/JSONWriter.js.map +1 -1
  157. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js +0 -2
  158. package/node_modules/xmlbuilder2/lib/writers/MapWriter.js.map +1 -1
  159. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js +1 -2
  160. package/node_modules/xmlbuilder2/lib/writers/ObjectWriter.js.map +1 -1
  161. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js +1 -2
  162. package/node_modules/xmlbuilder2/lib/writers/XMLWriter.js.map +1 -1
  163. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js +1 -3
  164. package/node_modules/xmlbuilder2/lib/writers/YAMLWriter.js.map +1 -1
  165. package/node_modules/xmlbuilder2/lib/xmlbuilder2.min.js +2 -2
  166. package/node_modules/xmlbuilder2/node_modules/js-yaml/CHANGELOG.md +6 -0
  167. package/node_modules/xmlbuilder2/node_modules/js-yaml/dist/js-yaml.js +2 -2
  168. package/node_modules/xmlbuilder2/node_modules/js-yaml/dist/js-yaml.min.js +1 -1
  169. package/node_modules/xmlbuilder2/node_modules/js-yaml/lib/js-yaml/loader.js +1 -1
  170. package/node_modules/xmlbuilder2/node_modules/js-yaml/package.json +1 -1
  171. package/node_modules/xmlbuilder2/package.json +7 -7
  172. package/package.json +2 -2
  173. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl2.d.ts +0 -2
  174. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl2.js +0 -962
  175. package/node_modules/@oozcitak/dom/lib/serializer/XMLSerializerImpl2.js.map +0 -1
  176. package/node_modules/xmlbuilder2/node_modules/@types/node/LICENSE +0 -21
  177. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +0 -16
  178. package/node_modules/xmlbuilder2/node_modules/@types/node/assert/strict.d.ts +0 -8
  179. package/node_modules/xmlbuilder2/node_modules/@types/node/assert.d.ts +0 -957
  180. package/node_modules/xmlbuilder2/node_modules/@types/node/async_hooks.d.ts +0 -538
  181. package/node_modules/xmlbuilder2/node_modules/@types/node/buffer.d.ts +0 -2348
  182. package/node_modules/xmlbuilder2/node_modules/@types/node/child_process.d.ts +0 -1368
  183. package/node_modules/xmlbuilder2/node_modules/@types/node/cluster.d.ts +0 -410
  184. package/node_modules/xmlbuilder2/node_modules/@types/node/console.d.ts +0 -412
  185. package/node_modules/xmlbuilder2/node_modules/@types/node/constants.d.ts +0 -18
  186. package/node_modules/xmlbuilder2/node_modules/@types/node/crypto.d.ts +0 -3962
  187. package/node_modules/xmlbuilder2/node_modules/@types/node/dgram.d.ts +0 -545
  188. package/node_modules/xmlbuilder2/node_modules/@types/node/diagnostics_channel.d.ts +0 -191
  189. package/node_modules/xmlbuilder2/node_modules/@types/node/dns/promises.d.ts +0 -370
  190. package/node_modules/xmlbuilder2/node_modules/@types/node/dns.d.ts +0 -667
  191. package/node_modules/xmlbuilder2/node_modules/@types/node/dom-events.d.ts +0 -126
  192. package/node_modules/xmlbuilder2/node_modules/@types/node/domain.d.ts +0 -170
  193. package/node_modules/xmlbuilder2/node_modules/@types/node/events.d.ts +0 -682
  194. package/node_modules/xmlbuilder2/node_modules/@types/node/fs/promises.d.ts +0 -1189
  195. package/node_modules/xmlbuilder2/node_modules/@types/node/fs.d.ts +0 -4011
  196. package/node_modules/xmlbuilder2/node_modules/@types/node/globals.d.ts +0 -302
  197. package/node_modules/xmlbuilder2/node_modules/@types/node/globals.global.d.ts +0 -1
  198. package/node_modules/xmlbuilder2/node_modules/@types/node/http.d.ts +0 -1724
  199. package/node_modules/xmlbuilder2/node_modules/@types/node/http2.d.ts +0 -2129
  200. package/node_modules/xmlbuilder2/node_modules/@types/node/https.d.ts +0 -441
  201. package/node_modules/xmlbuilder2/node_modules/@types/node/index.d.ts +0 -134
  202. package/node_modules/xmlbuilder2/node_modules/@types/node/inspector.d.ts +0 -2748
  203. package/node_modules/xmlbuilder2/node_modules/@types/node/module.d.ts +0 -116
  204. package/node_modules/xmlbuilder2/node_modules/@types/node/net.d.ts +0 -886
  205. package/node_modules/xmlbuilder2/node_modules/@types/node/os.d.ts +0 -477
  206. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +0 -237
  207. package/node_modules/xmlbuilder2/node_modules/@types/node/path.d.ts +0 -191
  208. package/node_modules/xmlbuilder2/node_modules/@types/node/perf_hooks.d.ts +0 -638
  209. package/node_modules/xmlbuilder2/node_modules/@types/node/process.d.ts +0 -1485
  210. package/node_modules/xmlbuilder2/node_modules/@types/node/punycode.d.ts +0 -117
  211. package/node_modules/xmlbuilder2/node_modules/@types/node/querystring.d.ts +0 -131
  212. package/node_modules/xmlbuilder2/node_modules/@types/node/readline/promises.d.ts +0 -145
  213. package/node_modules/xmlbuilder2/node_modules/@types/node/readline.d.ts +0 -653
  214. package/node_modules/xmlbuilder2/node_modules/@types/node/repl.d.ts +0 -424
  215. package/node_modules/xmlbuilder2/node_modules/@types/node/stream/consumers.d.ts +0 -12
  216. package/node_modules/xmlbuilder2/node_modules/@types/node/stream/promises.d.ts +0 -42
  217. package/node_modules/xmlbuilder2/node_modules/@types/node/stream/web.d.ts +0 -330
  218. package/node_modules/xmlbuilder2/node_modules/@types/node/stream.d.ts +0 -1392
  219. package/node_modules/xmlbuilder2/node_modules/@types/node/string_decoder.d.ts +0 -67
  220. package/node_modules/xmlbuilder2/node_modules/@types/node/test.d.ts +0 -997
  221. package/node_modules/xmlbuilder2/node_modules/@types/node/timers/promises.d.ts +0 -93
  222. package/node_modules/xmlbuilder2/node_modules/@types/node/timers.d.ts +0 -101
  223. package/node_modules/xmlbuilder2/node_modules/@types/node/tls.d.ts +0 -1119
  224. package/node_modules/xmlbuilder2/node_modules/@types/node/trace_events.d.ts +0 -182
  225. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
  226. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/assert.d.ts +0 -957
  227. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -538
  228. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2348
  229. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1368
  230. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/cluster.d.ts +0 -410
  231. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/console.d.ts +0 -412
  232. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/constants.d.ts +0 -18
  233. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/crypto.d.ts +0 -3961
  234. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/dgram.d.ts +0 -545
  235. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -191
  236. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -370
  237. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/dns.d.ts +0 -667
  238. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/dom-events.d.ts +0 -126
  239. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
  240. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/events.d.ts +0 -682
  241. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1189
  242. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/fs.d.ts +0 -4011
  243. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/globals.d.ts +0 -302
  244. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
  245. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/http.d.ts +0 -1723
  246. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/http2.d.ts +0 -2129
  247. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/https.d.ts +0 -441
  248. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/index.d.ts +0 -88
  249. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2748
  250. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/module.d.ts +0 -116
  251. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/net.d.ts +0 -886
  252. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/os.d.ts +0 -477
  253. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/path.d.ts +0 -191
  254. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -638
  255. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/process.d.ts +0 -1485
  256. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
  257. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/querystring.d.ts +0 -131
  258. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/readline/promises.d.ts +0 -145
  259. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/readline.d.ts +0 -653
  260. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/repl.d.ts +0 -424
  261. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
  262. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -42
  263. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -330
  264. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/stream.d.ts +0 -1392
  265. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
  266. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/test.d.ts +0 -997
  267. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
  268. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/timers.d.ts +0 -101
  269. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/tls.d.ts +0 -1119
  270. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -182
  271. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/tty.d.ts +0 -205
  272. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/url.d.ts +0 -892
  273. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/util.d.ts +0 -2044
  274. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/v8.d.ts +0 -635
  275. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/vm.d.ts +0 -894
  276. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/wasi.d.ts +0 -152
  277. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -693
  278. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
  279. package/node_modules/xmlbuilder2/node_modules/@types/node/tty.d.ts +0 -205
  280. package/node_modules/xmlbuilder2/node_modules/@types/node/url.d.ts +0 -892
  281. package/node_modules/xmlbuilder2/node_modules/@types/node/util.d.ts +0 -2052
  282. package/node_modules/xmlbuilder2/node_modules/@types/node/v8.d.ts +0 -635
  283. package/node_modules/xmlbuilder2/node_modules/@types/node/vm.d.ts +0 -894
  284. package/node_modules/xmlbuilder2/node_modules/@types/node/wasi.d.ts +0 -152
  285. package/node_modules/xmlbuilder2/node_modules/@types/node/worker_threads.d.ts +0 -693
  286. package/node_modules/xmlbuilder2/node_modules/@types/node/zlib.d.ts +0 -517
  287. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/CHANGELOG.md +0 -0
  288. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/LICENSE +0 -0
  289. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/README.md +0 -0
  290. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/index.js +0 -0
  291. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/append/constant.js +0 -0
  292. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/append.js +0 -0
  293. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/count.js +0 -0
  294. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/help.js +0 -0
  295. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/store/constant.js +0 -0
  296. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/store/false.js +0 -0
  297. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/store/true.js +0 -0
  298. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/store.js +0 -0
  299. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/subparsers.js +0 -0
  300. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action/version.js +0 -0
  301. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action.js +0 -0
  302. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/action_container.js +0 -0
  303. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/argparse.js +0 -0
  304. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/argument/error.js +0 -0
  305. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/argument/exclusive.js +0 -0
  306. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/argument/group.js +0 -0
  307. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/argument_parser.js +0 -0
  308. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/const.js +0 -0
  309. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/help/added_formatters.js +0 -0
  310. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/help/formatter.js +0 -0
  311. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/namespace.js +0 -0
  312. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/lib/utils.js +0 -0
  313. /package/node_modules/{argparse → xmlbuilder2/node_modules/argparse}/package.json +0 -0
@@ -1,424 +0,0 @@
1
- /**
2
- * The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation
3
- * that is available both as a standalone program or includible in other
4
- * applications. It can be accessed using:
5
- *
6
- * ```js
7
- * const repl = require('node:repl');
8
- * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/repl.js)
10
- */
11
- declare module 'repl' {
12
- import { Interface, Completer, AsyncCompleter } from 'node:readline';
13
- import { Context } from 'node:vm';
14
- import { InspectOptions } from 'node:util';
15
- interface ReplOptions {
16
- /**
17
- * The input prompt to display.
18
- * @default "> "
19
- */
20
- prompt?: string | undefined;
21
- /**
22
- * The `Readable` stream from which REPL input will be read.
23
- * @default process.stdin
24
- */
25
- input?: NodeJS.ReadableStream | undefined;
26
- /**
27
- * The `Writable` stream to which REPL output will be written.
28
- * @default process.stdout
29
- */
30
- output?: NodeJS.WritableStream | undefined;
31
- /**
32
- * If `true`, specifies that the output should be treated as a TTY terminal, and have
33
- * ANSI/VT100 escape codes written to it.
34
- * Default: checking the value of the `isTTY` property on the output stream upon
35
- * instantiation.
36
- */
37
- terminal?: boolean | undefined;
38
- /**
39
- * The function to be used when evaluating each given line of input.
40
- * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can
41
- * error with `repl.Recoverable` to indicate the input was incomplete and prompt for
42
- * additional lines.
43
- *
44
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation
45
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions
46
- */
47
- eval?: REPLEval | undefined;
48
- /**
49
- * Defines if the repl prints output previews or not.
50
- * @default `true` Always `false` in case `terminal` is falsy.
51
- */
52
- preview?: boolean | undefined;
53
- /**
54
- * If `true`, specifies that the default `writer` function should include ANSI color
55
- * styling to REPL output. If a custom `writer` function is provided then this has no
56
- * effect.
57
- * Default: the REPL instance's `terminal` value.
58
- */
59
- useColors?: boolean | undefined;
60
- /**
61
- * If `true`, specifies that the default evaluation function will use the JavaScript
62
- * `global` as the context as opposed to creating a new separate context for the REPL
63
- * instance. The node CLI REPL sets this value to `true`.
64
- * Default: `false`.
65
- */
66
- useGlobal?: boolean | undefined;
67
- /**
68
- * If `true`, specifies that the default writer will not output the return value of a
69
- * command if it evaluates to `undefined`.
70
- * Default: `false`.
71
- */
72
- ignoreUndefined?: boolean | undefined;
73
- /**
74
- * The function to invoke to format the output of each command before writing to `output`.
75
- * Default: a wrapper for `util.inspect`.
76
- *
77
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output
78
- */
79
- writer?: REPLWriter | undefined;
80
- /**
81
- * An optional function used for custom Tab auto completion.
82
- *
83
- * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function
84
- */
85
- completer?: Completer | AsyncCompleter | undefined;
86
- /**
87
- * A flag that specifies whether the default evaluator executes all JavaScript commands in
88
- * strict mode or default (sloppy) mode.
89
- * Accepted values are:
90
- * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
91
- * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
92
- * prefacing every repl statement with `'use strict'`.
93
- */
94
- replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined;
95
- /**
96
- * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is
97
- * pressed. This cannot be used together with a custom `eval` function.
98
- * Default: `false`.
99
- */
100
- breakEvalOnSigint?: boolean | undefined;
101
- }
102
- type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void;
103
- type REPLWriter = (this: REPLServer, obj: any) => string;
104
- /**
105
- * This is the default "writer" value, if none is passed in the REPL options,
106
- * and it can be overridden by custom print functions.
107
- */
108
- const writer: REPLWriter & {
109
- options: InspectOptions;
110
- };
111
- type REPLCommandAction = (this: REPLServer, text: string) => void;
112
- interface REPLCommand {
113
- /**
114
- * Help text to be displayed when `.help` is entered.
115
- */
116
- help?: string | undefined;
117
- /**
118
- * The function to execute, optionally accepting a single string argument.
119
- */
120
- action: REPLCommandAction;
121
- }
122
- /**
123
- * Instances of `repl.REPLServer` are created using the {@link start} method
124
- * or directly using the JavaScript `new` keyword.
125
- *
126
- * ```js
127
- * const repl = require('node:repl');
128
- *
129
- * const options = { useColors: true };
130
- *
131
- * const firstInstance = repl.start(options);
132
- * const secondInstance = new repl.REPLServer(options);
133
- * ```
134
- * @since v0.1.91
135
- */
136
- class REPLServer extends Interface {
137
- /**
138
- * The `vm.Context` provided to the `eval` function to be used for JavaScript
139
- * evaluation.
140
- */
141
- readonly context: Context;
142
- /**
143
- * @deprecated since v14.3.0 - Use `input` instead.
144
- */
145
- readonly inputStream: NodeJS.ReadableStream;
146
- /**
147
- * @deprecated since v14.3.0 - Use `output` instead.
148
- */
149
- readonly outputStream: NodeJS.WritableStream;
150
- /**
151
- * The `Readable` stream from which REPL input will be read.
152
- */
153
- readonly input: NodeJS.ReadableStream;
154
- /**
155
- * The `Writable` stream to which REPL output will be written.
156
- */
157
- readonly output: NodeJS.WritableStream;
158
- /**
159
- * The commands registered via `replServer.defineCommand()`.
160
- */
161
- readonly commands: NodeJS.ReadOnlyDict<REPLCommand>;
162
- /**
163
- * A value indicating whether the REPL is currently in "editor mode".
164
- *
165
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys
166
- */
167
- readonly editorMode: boolean;
168
- /**
169
- * A value indicating whether the `_` variable has been assigned.
170
- *
171
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
172
- */
173
- readonly underscoreAssigned: boolean;
174
- /**
175
- * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
176
- *
177
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
178
- */
179
- readonly last: any;
180
- /**
181
- * A value indicating whether the `_error` variable has been assigned.
182
- *
183
- * @since v9.8.0
184
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
185
- */
186
- readonly underscoreErrAssigned: boolean;
187
- /**
188
- * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
189
- *
190
- * @since v9.8.0
191
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
192
- */
193
- readonly lastError: any;
194
- /**
195
- * Specified in the REPL options, this is the function to be used when evaluating each
196
- * given line of input. If not specified in the REPL options, this is an async wrapper
197
- * for the JavaScript `eval()` function.
198
- */
199
- readonly eval: REPLEval;
200
- /**
201
- * Specified in the REPL options, this is a value indicating whether the default
202
- * `writer` function should include ANSI color styling to REPL output.
203
- */
204
- readonly useColors: boolean;
205
- /**
206
- * Specified in the REPL options, this is a value indicating whether the default `eval`
207
- * function will use the JavaScript `global` as the context as opposed to creating a new
208
- * separate context for the REPL instance.
209
- */
210
- readonly useGlobal: boolean;
211
- /**
212
- * Specified in the REPL options, this is a value indicating whether the default `writer`
213
- * function should output the result of a command if it evaluates to `undefined`.
214
- */
215
- readonly ignoreUndefined: boolean;
216
- /**
217
- * Specified in the REPL options, this is the function to invoke to format the output of
218
- * each command before writing to `outputStream`. If not specified in the REPL options,
219
- * this will be a wrapper for `util.inspect`.
220
- */
221
- readonly writer: REPLWriter;
222
- /**
223
- * Specified in the REPL options, this is the function to use for custom Tab auto-completion.
224
- */
225
- readonly completer: Completer | AsyncCompleter;
226
- /**
227
- * Specified in the REPL options, this is a flag that specifies whether the default `eval`
228
- * function should execute all JavaScript commands in strict mode or default (sloppy) mode.
229
- * Possible values are:
230
- * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode.
231
- * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to
232
- * prefacing every repl statement with `'use strict'`.
233
- */
234
- readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT;
235
- /**
236
- * NOTE: According to the documentation:
237
- *
238
- * > Instances of `repl.REPLServer` are created using the `repl.start()` method and
239
- * > _should not_ be created directly using the JavaScript `new` keyword.
240
- *
241
- * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
242
- *
243
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver
244
- */
245
- private constructor();
246
- /**
247
- * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands
248
- * to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following
249
- * properties:
250
- *
251
- * The following example shows two new commands added to the REPL instance:
252
- *
253
- * ```js
254
- * const repl = require('node:repl');
255
- *
256
- * const replServer = repl.start({ prompt: '> ' });
257
- * replServer.defineCommand('sayhello', {
258
- * help: 'Say hello',
259
- * action(name) {
260
- * this.clearBufferedCommand();
261
- * console.log(`Hello, ${name}!`);
262
- * this.displayPrompt();
263
- * },
264
- * });
265
- * replServer.defineCommand('saybye', function saybye() {
266
- * console.log('Goodbye!');
267
- * this.close();
268
- * });
269
- * ```
270
- *
271
- * The new commands can then be used from within the REPL instance:
272
- *
273
- * ```console
274
- * > .sayhello Node.js User
275
- * Hello, Node.js User!
276
- * > .saybye
277
- * Goodbye!
278
- * ```
279
- * @since v0.3.0
280
- * @param keyword The command keyword (_without_ a leading `.` character).
281
- * @param cmd The function to invoke when the command is processed.
282
- */
283
- defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void;
284
- /**
285
- * The `replServer.displayPrompt()` method readies the REPL instance for input
286
- * from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input.
287
- *
288
- * When multi-line input is being entered, an ellipsis is printed rather than the
289
- * 'prompt'.
290
- *
291
- * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`.
292
- *
293
- * The `replServer.displayPrompt` method is primarily intended to be called from
294
- * within the action function for commands registered using the`replServer.defineCommand()` method.
295
- * @since v0.1.91
296
- */
297
- displayPrompt(preserveCursor?: boolean): void;
298
- /**
299
- * The `replServer.clearBufferedCommand()` method clears any command that has been
300
- * buffered but not yet executed. This method is primarily intended to be
301
- * called from within the action function for commands registered using the`replServer.defineCommand()` method.
302
- * @since v9.0.0
303
- */
304
- clearBufferedCommand(): void;
305
- /**
306
- * Initializes a history log file for the REPL instance. When executing the
307
- * Node.js binary and using the command-line REPL, a history file is initialized
308
- * by default. However, this is not the case when creating a REPL
309
- * programmatically. Use this method to initialize a history log file when working
310
- * with REPL instances programmatically.
311
- * @since v11.10.0
312
- * @param historyPath the path to the history file
313
- * @param callback called when history writes are ready or upon error
314
- */
315
- setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void;
316
- /**
317
- * events.EventEmitter
318
- * 1. close - inherited from `readline.Interface`
319
- * 2. line - inherited from `readline.Interface`
320
- * 3. pause - inherited from `readline.Interface`
321
- * 4. resume - inherited from `readline.Interface`
322
- * 5. SIGCONT - inherited from `readline.Interface`
323
- * 6. SIGINT - inherited from `readline.Interface`
324
- * 7. SIGTSTP - inherited from `readline.Interface`
325
- * 8. exit
326
- * 9. reset
327
- */
328
- addListener(event: string, listener: (...args: any[]) => void): this;
329
- addListener(event: 'close', listener: () => void): this;
330
- addListener(event: 'line', listener: (input: string) => void): this;
331
- addListener(event: 'pause', listener: () => void): this;
332
- addListener(event: 'resume', listener: () => void): this;
333
- addListener(event: 'SIGCONT', listener: () => void): this;
334
- addListener(event: 'SIGINT', listener: () => void): this;
335
- addListener(event: 'SIGTSTP', listener: () => void): this;
336
- addListener(event: 'exit', listener: () => void): this;
337
- addListener(event: 'reset', listener: (context: Context) => void): this;
338
- emit(event: string | symbol, ...args: any[]): boolean;
339
- emit(event: 'close'): boolean;
340
- emit(event: 'line', input: string): boolean;
341
- emit(event: 'pause'): boolean;
342
- emit(event: 'resume'): boolean;
343
- emit(event: 'SIGCONT'): boolean;
344
- emit(event: 'SIGINT'): boolean;
345
- emit(event: 'SIGTSTP'): boolean;
346
- emit(event: 'exit'): boolean;
347
- emit(event: 'reset', context: Context): boolean;
348
- on(event: string, listener: (...args: any[]) => void): this;
349
- on(event: 'close', listener: () => void): this;
350
- on(event: 'line', listener: (input: string) => void): this;
351
- on(event: 'pause', listener: () => void): this;
352
- on(event: 'resume', listener: () => void): this;
353
- on(event: 'SIGCONT', listener: () => void): this;
354
- on(event: 'SIGINT', listener: () => void): this;
355
- on(event: 'SIGTSTP', listener: () => void): this;
356
- on(event: 'exit', listener: () => void): this;
357
- on(event: 'reset', listener: (context: Context) => void): this;
358
- once(event: string, listener: (...args: any[]) => void): this;
359
- once(event: 'close', listener: () => void): this;
360
- once(event: 'line', listener: (input: string) => void): this;
361
- once(event: 'pause', listener: () => void): this;
362
- once(event: 'resume', listener: () => void): this;
363
- once(event: 'SIGCONT', listener: () => void): this;
364
- once(event: 'SIGINT', listener: () => void): this;
365
- once(event: 'SIGTSTP', listener: () => void): this;
366
- once(event: 'exit', listener: () => void): this;
367
- once(event: 'reset', listener: (context: Context) => void): this;
368
- prependListener(event: string, listener: (...args: any[]) => void): this;
369
- prependListener(event: 'close', listener: () => void): this;
370
- prependListener(event: 'line', listener: (input: string) => void): this;
371
- prependListener(event: 'pause', listener: () => void): this;
372
- prependListener(event: 'resume', listener: () => void): this;
373
- prependListener(event: 'SIGCONT', listener: () => void): this;
374
- prependListener(event: 'SIGINT', listener: () => void): this;
375
- prependListener(event: 'SIGTSTP', listener: () => void): this;
376
- prependListener(event: 'exit', listener: () => void): this;
377
- prependListener(event: 'reset', listener: (context: Context) => void): this;
378
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
379
- prependOnceListener(event: 'close', listener: () => void): this;
380
- prependOnceListener(event: 'line', listener: (input: string) => void): this;
381
- prependOnceListener(event: 'pause', listener: () => void): this;
382
- prependOnceListener(event: 'resume', listener: () => void): this;
383
- prependOnceListener(event: 'SIGCONT', listener: () => void): this;
384
- prependOnceListener(event: 'SIGINT', listener: () => void): this;
385
- prependOnceListener(event: 'SIGTSTP', listener: () => void): this;
386
- prependOnceListener(event: 'exit', listener: () => void): this;
387
- prependOnceListener(event: 'reset', listener: (context: Context) => void): this;
388
- }
389
- /**
390
- * A flag passed in the REPL options. Evaluates expressions in sloppy mode.
391
- */
392
- const REPL_MODE_SLOPPY: unique symbol;
393
- /**
394
- * A flag passed in the REPL options. Evaluates expressions in strict mode.
395
- * This is equivalent to prefacing every repl statement with `'use strict'`.
396
- */
397
- const REPL_MODE_STRICT: unique symbol;
398
- /**
399
- * The `repl.start()` method creates and starts a {@link REPLServer} instance.
400
- *
401
- * If `options` is a string, then it specifies the input prompt:
402
- *
403
- * ```js
404
- * const repl = require('node:repl');
405
- *
406
- * // a Unix style prompt
407
- * repl.start('$ ');
408
- * ```
409
- * @since v0.1.91
410
- */
411
- function start(options?: string | ReplOptions): REPLServer;
412
- /**
413
- * Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
414
- *
415
- * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors
416
- */
417
- class Recoverable extends SyntaxError {
418
- err: Error;
419
- constructor(err: Error);
420
- }
421
- }
422
- declare module 'node:repl' {
423
- export * from 'repl';
424
- }
@@ -1,12 +0,0 @@
1
- declare module 'stream/consumers' {
2
- import { Blob as NodeBlob } from 'node:buffer';
3
- import { Readable } from 'node:stream';
4
- function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<Buffer>;
5
- function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<string>;
6
- function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<ArrayBuffer>;
7
- function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<NodeBlob>;
8
- function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<unknown>;
9
- }
10
- declare module 'node:stream/consumers' {
11
- export * from 'stream/consumers';
12
- }
@@ -1,42 +0,0 @@
1
- declare module 'stream/promises' {
2
- import { FinishedOptions, PipelineSource, PipelineTransform, PipelineDestination, PipelinePromise, PipelineOptions } from 'node:stream';
3
- function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise<void>;
4
- function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(source: A, destination: B, options?: PipelineOptions): PipelinePromise<B>;
5
- function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>(
6
- source: A,
7
- transform1: T1,
8
- destination: B,
9
- options?: PipelineOptions
10
- ): PipelinePromise<B>;
11
- function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>(
12
- source: A,
13
- transform1: T1,
14
- transform2: T2,
15
- destination: B,
16
- options?: PipelineOptions
17
- ): PipelinePromise<B>;
18
- function pipeline<
19
- A extends PipelineSource<any>,
20
- T1 extends PipelineTransform<A, any>,
21
- T2 extends PipelineTransform<T1, any>,
22
- T3 extends PipelineTransform<T2, any>,
23
- B extends PipelineDestination<T3, any>
24
- >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise<B>;
25
- function pipeline<
26
- A extends PipelineSource<any>,
27
- T1 extends PipelineTransform<A, any>,
28
- T2 extends PipelineTransform<T1, any>,
29
- T3 extends PipelineTransform<T2, any>,
30
- T4 extends PipelineTransform<T3, any>,
31
- B extends PipelineDestination<T4, any>
32
- >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise<B>;
33
- function pipeline(streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, options?: PipelineOptions): Promise<void>;
34
- function pipeline(
35
- stream1: NodeJS.ReadableStream,
36
- stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream,
37
- ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions>
38
- ): Promise<void>;
39
- }
40
- declare module 'node:stream/promises' {
41
- export * from 'stream/promises';
42
- }