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,412 +0,0 @@
1
- /**
2
- * The `node:console` module provides a simple debugging console that is similar to
3
- * the JavaScript console mechanism provided by web browsers.
4
- *
5
- * The module exports two specific components:
6
- *
7
- * * A `Console` class with methods such as `console.log()`, `console.error()`, and`console.warn()` that can be used to write to any Node.js stream.
8
- * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('node:console')`.
9
- *
10
- * _**Warning**_: The global console object's methods are neither consistently
11
- * synchronous like the browser APIs they resemble, nor are they consistently
12
- * asynchronous like all other Node.js streams. See the `note on process I/O` for
13
- * more information.
14
- *
15
- * Example using the global `console`:
16
- *
17
- * ```js
18
- * console.log('hello world');
19
- * // Prints: hello world, to stdout
20
- * console.log('hello %s', 'world');
21
- * // Prints: hello world, to stdout
22
- * console.error(new Error('Whoops, something bad happened'));
23
- * // Prints error message and stack trace to stderr:
24
- * // Error: Whoops, something bad happened
25
- * // at [eval]:5:15
26
- * // at Script.runInThisContext (node:vm:132:18)
27
- * // at Object.runInThisContext (node:vm:309:38)
28
- * // at node:internal/process/execution:77:19
29
- * // at [eval]-wrapper:6:22
30
- * // at evalScript (node:internal/process/execution:76:60)
31
- * // at node:internal/main/eval_string:23:3
32
- *
33
- * const name = 'Will Robinson';
34
- * console.warn(`Danger ${name}! Danger!`);
35
- * // Prints: Danger Will Robinson! Danger!, to stderr
36
- * ```
37
- *
38
- * Example using the `Console` class:
39
- *
40
- * ```js
41
- * const out = getStreamSomehow();
42
- * const err = getStreamSomehow();
43
- * const myConsole = new console.Console(out, err);
44
- *
45
- * myConsole.log('hello world');
46
- * // Prints: hello world, to out
47
- * myConsole.log('hello %s', 'world');
48
- * // Prints: hello world, to out
49
- * myConsole.error(new Error('Whoops, something bad happened'));
50
- * // Prints: [Error: Whoops, something bad happened], to err
51
- *
52
- * const name = 'Will Robinson';
53
- * myConsole.warn(`Danger ${name}! Danger!`);
54
- * // Prints: Danger Will Robinson! Danger!, to err
55
- * ```
56
- * @see [source](https://github.com/nodejs/node/blob/v20.1.0/lib/console.js)
57
- */
58
- declare module 'console' {
59
- import console = require('node:console');
60
- export = console;
61
- }
62
- declare module 'node:console' {
63
- import { InspectOptions } from 'node:util';
64
- global {
65
- // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build
66
- interface Console {
67
- Console: console.ConsoleConstructor;
68
- /**
69
- * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only
70
- * writes a message and does not otherwise affect execution. The output always
71
- * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`.
72
- *
73
- * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens.
74
- *
75
- * ```js
76
- * console.assert(true, 'does nothing');
77
- *
78
- * console.assert(false, 'Whoops %s work', 'didn\'t');
79
- * // Assertion failed: Whoops didn't work
80
- *
81
- * console.assert();
82
- * // Assertion failed
83
- * ```
84
- * @since v0.1.101
85
- * @param value The value tested for being truthy.
86
- * @param message All arguments besides `value` are used as error message.
87
- */
88
- assert(value: any, message?: string, ...optionalParams: any[]): void;
89
- /**
90
- * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the
91
- * TTY. When `stdout` is not a TTY, this method does nothing.
92
- *
93
- * The specific operation of `console.clear()` can vary across operating systems
94
- * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the
95
- * current terminal viewport for the Node.js
96
- * binary.
97
- * @since v8.3.0
98
- */
99
- clear(): void;
100
- /**
101
- * Maintains an internal counter specific to `label` and outputs to `stdout` the
102
- * number of times `console.count()` has been called with the given `label`.
103
- *
104
- * ```js
105
- * > console.count()
106
- * default: 1
107
- * undefined
108
- * > console.count('default')
109
- * default: 2
110
- * undefined
111
- * > console.count('abc')
112
- * abc: 1
113
- * undefined
114
- * > console.count('xyz')
115
- * xyz: 1
116
- * undefined
117
- * > console.count('abc')
118
- * abc: 2
119
- * undefined
120
- * > console.count()
121
- * default: 3
122
- * undefined
123
- * >
124
- * ```
125
- * @since v8.3.0
126
- * @param label The display label for the counter.
127
- */
128
- count(label?: string): void;
129
- /**
130
- * Resets the internal counter specific to `label`.
131
- *
132
- * ```js
133
- * > console.count('abc');
134
- * abc: 1
135
- * undefined
136
- * > console.countReset('abc');
137
- * undefined
138
- * > console.count('abc');
139
- * abc: 1
140
- * undefined
141
- * >
142
- * ```
143
- * @since v8.3.0
144
- * @param label The display label for the counter.
145
- */
146
- countReset(label?: string): void;
147
- /**
148
- * The `console.debug()` function is an alias for {@link log}.
149
- * @since v8.0.0
150
- */
151
- debug(message?: any, ...optionalParams: any[]): void;
152
- /**
153
- * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`.
154
- * This function bypasses any custom `inspect()` function defined on `obj`.
155
- * @since v0.1.101
156
- */
157
- dir(obj: any, options?: InspectOptions): void;
158
- /**
159
- * This method calls `console.log()` passing it the arguments received.
160
- * This method does not produce any XML formatting.
161
- * @since v8.0.0
162
- */
163
- dirxml(...data: any[]): void;
164
- /**
165
- * Prints to `stderr` with newline. Multiple arguments can be passed, with the
166
- * first used as the primary message and all additional used as substitution
167
- * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`).
168
- *
169
- * ```js
170
- * const code = 5;
171
- * console.error('error #%d', code);
172
- * // Prints: error #5, to stderr
173
- * console.error('error', code);
174
- * // Prints: error 5, to stderr
175
- * ```
176
- *
177
- * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string
178
- * values are concatenated. See `util.format()` for more information.
179
- * @since v0.1.100
180
- */
181
- error(message?: any, ...optionalParams: any[]): void;
182
- /**
183
- * Increases indentation of subsequent lines by spaces for `groupIndentation`length.
184
- *
185
- * If one or more `label`s are provided, those are printed first without the
186
- * additional indentation.
187
- * @since v8.5.0
188
- */
189
- group(...label: any[]): void;
190
- /**
191
- * An alias for {@link group}.
192
- * @since v8.5.0
193
- */
194
- groupCollapsed(...label: any[]): void;
195
- /**
196
- * Decreases indentation of subsequent lines by spaces for `groupIndentation`length.
197
- * @since v8.5.0
198
- */
199
- groupEnd(): void;
200
- /**
201
- * The `console.info()` function is an alias for {@link log}.
202
- * @since v0.1.100
203
- */
204
- info(message?: any, ...optionalParams: any[]): void;
205
- /**
206
- * Prints to `stdout` with newline. Multiple arguments can be passed, with the
207
- * first used as the primary message and all additional used as substitution
208
- * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`).
209
- *
210
- * ```js
211
- * const count = 5;
212
- * console.log('count: %d', count);
213
- * // Prints: count: 5, to stdout
214
- * console.log('count:', count);
215
- * // Prints: count: 5, to stdout
216
- * ```
217
- *
218
- * See `util.format()` for more information.
219
- * @since v0.1.100
220
- */
221
- log(message?: any, ...optionalParams: any[]): void;
222
- /**
223
- * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just
224
- * logging the argument if it can’t be parsed as tabular.
225
- *
226
- * ```js
227
- * // These can't be parsed as tabular data
228
- * console.table(Symbol());
229
- * // Symbol()
230
- *
231
- * console.table(undefined);
232
- * // undefined
233
- *
234
- * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]);
235
- * // ┌─────────┬─────┬─────┐
236
- * // │ (index) │ a │ b │
237
- * // ├─────────┼─────┼─────┤
238
- * // │ 0 │ 1 │ 'Y' │
239
- * // │ 1 │ 'Z' │ 2 │
240
- * // └─────────┴─────┴─────┘
241
- *
242
- * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']);
243
- * // ┌─────────┬─────┐
244
- * // │ (index) │ a │
245
- * // ├─────────┼─────┤
246
- * // │ 0 │ 1 │
247
- * // │ 1 │ 'Z' │
248
- * // └─────────┴─────┘
249
- * ```
250
- * @since v10.0.0
251
- * @param properties Alternate properties for constructing the table.
252
- */
253
- table(tabularData: any, properties?: ReadonlyArray<string>): void;
254
- /**
255
- * Starts a timer that can be used to compute the duration of an operation. Timers
256
- * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in
257
- * suitable time units to `stdout`. For example, if the elapsed
258
- * time is 3869ms, `console.timeEnd()` displays "3.869s".
259
- * @since v0.1.104
260
- */
261
- time(label?: string): void;
262
- /**
263
- * Stops a timer that was previously started by calling {@link time} and
264
- * prints the result to `stdout`:
265
- *
266
- * ```js
267
- * console.time('100-elements');
268
- * for (let i = 0; i < 100; i++) {}
269
- * console.timeEnd('100-elements');
270
- * // prints 100-elements: 225.438ms
271
- * ```
272
- * @since v0.1.104
273
- */
274
- timeEnd(label?: string): void;
275
- /**
276
- * For a timer that was previously started by calling {@link time}, prints
277
- * the elapsed time and other `data` arguments to `stdout`:
278
- *
279
- * ```js
280
- * console.time('process');
281
- * const value = expensiveProcess1(); // Returns 42
282
- * console.timeLog('process', value);
283
- * // Prints "process: 365.227ms 42".
284
- * doExpensiveProcess2(value);
285
- * console.timeEnd('process');
286
- * ```
287
- * @since v10.7.0
288
- */
289
- timeLog(label?: string, ...data: any[]): void;
290
- /**
291
- * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code.
292
- *
293
- * ```js
294
- * console.trace('Show me');
295
- * // Prints: (stack trace will vary based on where trace is called)
296
- * // Trace: Show me
297
- * // at repl:2:9
298
- * // at REPLServer.defaultEval (repl.js:248:27)
299
- * // at bound (domain.js:287:14)
300
- * // at REPLServer.runBound [as eval] (domain.js:300:12)
301
- * // at REPLServer.<anonymous> (repl.js:412:12)
302
- * // at emitOne (events.js:82:20)
303
- * // at REPLServer.emit (events.js:169:7)
304
- * // at REPLServer.Interface._onLine (readline.js:210:10)
305
- * // at REPLServer.Interface._line (readline.js:549:8)
306
- * // at REPLServer.Interface._ttyWrite (readline.js:826:14)
307
- * ```
308
- * @since v0.1.104
309
- */
310
- trace(message?: any, ...optionalParams: any[]): void;
311
- /**
312
- * The `console.warn()` function is an alias for {@link error}.
313
- * @since v0.1.100
314
- */
315
- warn(message?: any, ...optionalParams: any[]): void;
316
- // --- Inspector mode only ---
317
- /**
318
- * This method does not display anything unless used in the inspector.
319
- * Starts a JavaScript CPU profile with an optional label.
320
- */
321
- profile(label?: string): void;
322
- /**
323
- * This method does not display anything unless used in the inspector.
324
- * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector.
325
- */
326
- profileEnd(label?: string): void;
327
- /**
328
- * This method does not display anything unless used in the inspector.
329
- * Adds an event with the label `label` to the Timeline panel of the inspector.
330
- */
331
- timeStamp(label?: string): void;
332
- }
333
- /**
334
- * The `console` module provides a simple debugging console that is similar to the
335
- * JavaScript console mechanism provided by web browsers.
336
- *
337
- * The module exports two specific components:
338
- *
339
- * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream.
340
- * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`.
341
- *
342
- * _**Warning**_: The global console object's methods are neither consistently
343
- * synchronous like the browser APIs they resemble, nor are they consistently
344
- * asynchronous like all other Node.js streams. See the `note on process I/O` for
345
- * more information.
346
- *
347
- * Example using the global `console`:
348
- *
349
- * ```js
350
- * console.log('hello world');
351
- * // Prints: hello world, to stdout
352
- * console.log('hello %s', 'world');
353
- * // Prints: hello world, to stdout
354
- * console.error(new Error('Whoops, something bad happened'));
355
- * // Prints error message and stack trace to stderr:
356
- * // Error: Whoops, something bad happened
357
- * // at [eval]:5:15
358
- * // at Script.runInThisContext (node:vm:132:18)
359
- * // at Object.runInThisContext (node:vm:309:38)
360
- * // at node:internal/process/execution:77:19
361
- * // at [eval]-wrapper:6:22
362
- * // at evalScript (node:internal/process/execution:76:60)
363
- * // at node:internal/main/eval_string:23:3
364
- *
365
- * const name = 'Will Robinson';
366
- * console.warn(`Danger ${name}! Danger!`);
367
- * // Prints: Danger Will Robinson! Danger!, to stderr
368
- * ```
369
- *
370
- * Example using the `Console` class:
371
- *
372
- * ```js
373
- * const out = getStreamSomehow();
374
- * const err = getStreamSomehow();
375
- * const myConsole = new console.Console(out, err);
376
- *
377
- * myConsole.log('hello world');
378
- * // Prints: hello world, to out
379
- * myConsole.log('hello %s', 'world');
380
- * // Prints: hello world, to out
381
- * myConsole.error(new Error('Whoops, something bad happened'));
382
- * // Prints: [Error: Whoops, something bad happened], to err
383
- *
384
- * const name = 'Will Robinson';
385
- * myConsole.warn(`Danger ${name}! Danger!`);
386
- * // Prints: Danger Will Robinson! Danger!, to err
387
- * ```
388
- * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js)
389
- */
390
- namespace console {
391
- interface ConsoleConstructorOptions {
392
- stdout: NodeJS.WritableStream;
393
- stderr?: NodeJS.WritableStream | undefined;
394
- ignoreErrors?: boolean | undefined;
395
- colorMode?: boolean | 'auto' | undefined;
396
- inspectOptions?: InspectOptions | undefined;
397
- /**
398
- * Set group indentation
399
- * @default 2
400
- */
401
- groupIndentation?: number | undefined;
402
- }
403
- interface ConsoleConstructor {
404
- prototype: Console;
405
- new (stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console;
406
- new (options: ConsoleConstructorOptions): Console;
407
- }
408
- }
409
- var console: Console;
410
- }
411
- export = globalThis.console;
412
- }
@@ -1,18 +0,0 @@
1
- /** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */
2
- declare module 'constants' {
3
- import { constants as osConstants, SignalConstants } from 'node:os';
4
- import { constants as cryptoConstants } from 'node:crypto';
5
- import { constants as fsConstants } from 'node:fs';
6
-
7
- const exp: typeof osConstants.errno &
8
- typeof osConstants.priority &
9
- SignalConstants &
10
- typeof cryptoConstants &
11
- typeof fsConstants;
12
- export = exp;
13
- }
14
-
15
- declare module 'node:constants' {
16
- import constants = require('constants');
17
- export = constants;
18
- }