cdk-common 2.0.745 → 2.0.747

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 (758) hide show
  1. package/.gitpod.yml +11 -0
  2. package/.jsii +133 -21
  3. package/API.md +93 -5
  4. package/lib/index.js +7 -3
  5. package/lib/main.js +2 -2
  6. package/lib/managed-policies.d.ts +3 -2
  7. package/lib/managed-policies.js +4 -3
  8. package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/README.md +1 -1
  9. package/node_modules/@types/{form-data/node_modules/@types/node → node}/net.d.ts +2 -2
  10. package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/package.json +2 -2
  11. package/node_modules/@types/{form-data/node_modules/@types/node → node}/tls.d.ts +1 -1
  12. package/node_modules/@types/{form-data/node_modules/@types/node → node}/ts4.8/net.d.ts +2 -2
  13. package/node_modules/@types/{form-data/node_modules/@types/node → node}/ts4.8/tls.d.ts +1 -1
  14. package/node_modules/call-bind/CHANGELOG.md +9 -0
  15. package/node_modules/call-bind/index.js +1 -1
  16. package/node_modules/call-bind/package.json +10 -6
  17. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  18. package/node_modules/define-data-property/index.js +2 -2
  19. package/node_modules/define-data-property/package.json +19 -18
  20. package/node_modules/define-data-property/test/index.js +7 -7
  21. package/node_modules/es-errors/.eslintrc +5 -0
  22. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  23. package/node_modules/es-errors/CHANGELOG.md +40 -0
  24. package/node_modules/es-errors/LICENSE +21 -0
  25. package/node_modules/es-errors/README.md +55 -0
  26. package/node_modules/es-errors/eval.d.ts +3 -0
  27. package/node_modules/es-errors/eval.js +4 -0
  28. package/node_modules/es-errors/index.d.ts +3 -0
  29. package/node_modules/es-errors/index.js +4 -0
  30. package/node_modules/es-errors/package.json +80 -0
  31. package/node_modules/es-errors/range.d.ts +3 -0
  32. package/node_modules/es-errors/range.js +4 -0
  33. package/node_modules/es-errors/ref.d.ts +3 -0
  34. package/node_modules/es-errors/ref.js +4 -0
  35. package/node_modules/es-errors/syntax.d.ts +3 -0
  36. package/node_modules/es-errors/syntax.js +4 -0
  37. package/node_modules/es-errors/test/index.js +19 -0
  38. package/node_modules/es-errors/tsconfig.json +49 -0
  39. package/node_modules/es-errors/type.d.ts +3 -0
  40. package/node_modules/es-errors/type.js +4 -0
  41. package/node_modules/es-errors/uri.d.ts +3 -0
  42. package/node_modules/es-errors/uri.js +4 -0
  43. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  44. package/node_modules/get-intrinsic/index.js +15 -7
  45. package/node_modules/get-intrinsic/package.json +12 -12
  46. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  47. package/node_modules/set-function-length/index.js +1 -1
  48. package/node_modules/set-function-length/package.json +7 -6
  49. package/node_modules/side-channel/.editorconfig +9 -0
  50. package/node_modules/side-channel/.eslintrc +1 -1
  51. package/node_modules/side-channel/CHANGELOG.md +21 -0
  52. package/node_modules/side-channel/index.js +6 -13
  53. package/node_modules/side-channel/package.json +28 -13
  54. package/node_modules/side-channel/test/index.js +5 -0
  55. package/package.json +11 -12
  56. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/CHANGELOG.md +0 -902
  57. package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +0 -949
  58. package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +0 -1210
  59. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +0 -4486
  60. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +0 -949
  61. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tls.d.ts +0 -1210
  62. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/util.d.ts +0 -2183
  63. package/node_modules/@types/form-data/node_modules/@types/node/LICENSE +0 -21
  64. package/node_modules/@types/form-data/node_modules/@types/node/README.md +0 -15
  65. package/node_modules/@types/form-data/node_modules/@types/node/assert/strict.d.ts +0 -8
  66. package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +0 -996
  67. package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +0 -539
  68. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +0 -2362
  69. package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +0 -1540
  70. package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +0 -432
  71. package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +0 -415
  72. package/node_modules/@types/form-data/node_modules/@types/node/constants.d.ts +0 -19
  73. package/node_modules/@types/form-data/node_modules/@types/node/dgram.d.ts +0 -596
  74. package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +0 -545
  75. package/node_modules/@types/form-data/node_modules/@types/node/dns/promises.d.ts +0 -425
  76. package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +0 -809
  77. package/node_modules/@types/form-data/node_modules/@types/node/dom-events.d.ts +0 -122
  78. package/node_modules/@types/form-data/node_modules/@types/node/domain.d.ts +0 -170
  79. package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +0 -879
  80. package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +0 -1239
  81. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +0 -4311
  82. package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +0 -411
  83. package/node_modules/@types/form-data/node_modules/@types/node/globals.global.d.ts +0 -1
  84. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +0 -1887
  85. package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +0 -2382
  86. package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +0 -550
  87. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +0 -88
  88. package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +0 -2747
  89. package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +0 -315
  90. package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +0 -478
  91. package/node_modules/@types/form-data/node_modules/@types/node/package.json +0 -229
  92. package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +0 -191
  93. package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +0 -645
  94. package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +0 -1561
  95. package/node_modules/@types/form-data/node_modules/@types/node/punycode.d.ts +0 -117
  96. package/node_modules/@types/form-data/node_modules/@types/node/querystring.d.ts +0 -141
  97. package/node_modules/@types/form-data/node_modules/@types/node/readline/promises.d.ts +0 -150
  98. package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +0 -539
  99. package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +0 -430
  100. package/node_modules/@types/form-data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  101. package/node_modules/@types/form-data/node_modules/@types/node/stream/promises.d.ts +0 -83
  102. package/node_modules/@types/form-data/node_modules/@types/node/stream/web.d.ts +0 -366
  103. package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +0 -1701
  104. package/node_modules/@types/form-data/node_modules/@types/node/string_decoder.d.ts +0 -67
  105. package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +0 -1465
  106. package/node_modules/@types/form-data/node_modules/@types/node/timers/promises.d.ts +0 -93
  107. package/node_modules/@types/form-data/node_modules/@types/node/timers.d.ts +0 -240
  108. package/node_modules/@types/form-data/node_modules/@types/node/trace_events.d.ts +0 -182
  109. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
  110. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/assert.d.ts +0 -996
  111. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -539
  112. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2362
  113. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1540
  114. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +0 -432
  115. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/console.d.ts +0 -415
  116. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/constants.d.ts +0 -19
  117. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +0 -4486
  118. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dgram.d.ts +0 -596
  119. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -545
  120. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -425
  121. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dns.d.ts +0 -809
  122. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dom-events.d.ts +0 -122
  123. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
  124. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/events.d.ts +0 -879
  125. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1239
  126. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +0 -4311
  127. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/globals.d.ts +0 -411
  128. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
  129. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http.d.ts +0 -1887
  130. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http2.d.ts +0 -2382
  131. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/https.d.ts +0 -550
  132. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/index.d.ts +0 -88
  133. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2747
  134. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/module.d.ts +0 -315
  135. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/os.d.ts +0 -478
  136. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/path.d.ts +0 -191
  137. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -645
  138. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +0 -1561
  139. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
  140. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/querystring.d.ts +0 -141
  141. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/readline/promises.d.ts +0 -150
  142. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/readline.d.ts +0 -539
  143. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/repl.d.ts +0 -430
  144. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
  145. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -83
  146. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -366
  147. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream.d.ts +0 -1701
  148. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
  149. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/test.d.ts +0 -1465
  150. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
  151. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/timers.d.ts +0 -240
  152. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -182
  153. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +0 -208
  154. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/url.d.ts +0 -927
  155. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/util.d.ts +0 -2183
  156. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/v8.d.ts +0 -635
  157. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/vm.d.ts +0 -903
  158. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +0 -179
  159. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -691
  160. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
  161. package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +0 -208
  162. package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +0 -927
  163. package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +0 -635
  164. package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +0 -903
  165. package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +0 -179
  166. package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +0 -691
  167. package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +0 -517
  168. package/node_modules/asap/CHANGES.md +0 -70
  169. package/node_modules/color-convert/CHANGELOG.md +0 -54
  170. package/node_modules/combined-stream/yarn.lock +0 -17
  171. package/node_modules/jsonfile/CHANGELOG.md +0 -171
  172. package/node_modules/side-channel/.eslintignore +0 -1
  173. package/node_modules/sync-rpc/HISTORY.md +0 -5
  174. package/node_modules/then-request/HISTORY.md +0 -79
  175. package/node_modules/uri-js/yarn.lock +0 -2558
  176. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/LICENSE +0 -0
  177. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/assert/strict.d.ts +0 -0
  178. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/assert.d.ts +0 -0
  179. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/async_hooks.d.ts +0 -0
  180. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/buffer.d.ts +0 -0
  181. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/child_process.d.ts +0 -0
  182. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/cluster.d.ts +0 -0
  183. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/console.d.ts +0 -0
  184. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/constants.d.ts +0 -0
  185. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/crypto.d.ts +0 -0
  186. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/dgram.d.ts +0 -0
  187. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/diagnostics_channel.d.ts +0 -0
  188. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/dns/promises.d.ts +0 -0
  189. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/dns.d.ts +0 -0
  190. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/dom-events.d.ts +0 -0
  191. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/domain.d.ts +0 -0
  192. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/events.d.ts +0 -0
  193. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/fs/promises.d.ts +0 -0
  194. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/fs.d.ts +0 -0
  195. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/globals.d.ts +0 -0
  196. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/globals.global.d.ts +0 -0
  197. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/http.d.ts +0 -0
  198. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/http2.d.ts +0 -0
  199. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/https.d.ts +0 -0
  200. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/index.d.ts +0 -0
  201. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/inspector.d.ts +0 -0
  202. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/module.d.ts +0 -0
  203. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/os.d.ts +0 -0
  204. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/path.d.ts +0 -0
  205. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/perf_hooks.d.ts +0 -0
  206. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/process.d.ts +0 -0
  207. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/punycode.d.ts +0 -0
  208. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/querystring.d.ts +0 -0
  209. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/readline/promises.d.ts +0 -0
  210. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/readline.d.ts +0 -0
  211. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/repl.d.ts +0 -0
  212. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/stream/consumers.d.ts +0 -0
  213. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/stream/promises.d.ts +0 -0
  214. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/stream/web.d.ts +0 -0
  215. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/stream.d.ts +0 -0
  216. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/string_decoder.d.ts +0 -0
  217. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/test.d.ts +0 -0
  218. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/timers/promises.d.ts +0 -0
  219. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/timers.d.ts +0 -0
  220. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/trace_events.d.ts +0 -0
  221. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/assert/strict.d.ts +0 -0
  222. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/assert.d.ts +0 -0
  223. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/async_hooks.d.ts +0 -0
  224. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/buffer.d.ts +0 -0
  225. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/child_process.d.ts +0 -0
  226. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/cluster.d.ts +0 -0
  227. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/console.d.ts +0 -0
  228. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/constants.d.ts +0 -0
  229. /package/node_modules/@types/{form-data/node_modules/@types/node → node/ts4.8}/crypto.d.ts +0 -0
  230. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/dgram.d.ts +0 -0
  231. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/diagnostics_channel.d.ts +0 -0
  232. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/dns/promises.d.ts +0 -0
  233. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/dns.d.ts +0 -0
  234. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/dom-events.d.ts +0 -0
  235. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/domain.d.ts +0 -0
  236. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/events.d.ts +0 -0
  237. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/fs/promises.d.ts +0 -0
  238. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/fs.d.ts +0 -0
  239. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/globals.d.ts +0 -0
  240. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/globals.global.d.ts +0 -0
  241. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/http.d.ts +0 -0
  242. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/http2.d.ts +0 -0
  243. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/https.d.ts +0 -0
  244. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/index.d.ts +0 -0
  245. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/inspector.d.ts +0 -0
  246. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/module.d.ts +0 -0
  247. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/os.d.ts +0 -0
  248. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/path.d.ts +0 -0
  249. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/perf_hooks.d.ts +0 -0
  250. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/process.d.ts +0 -0
  251. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/punycode.d.ts +0 -0
  252. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/querystring.d.ts +0 -0
  253. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/readline/promises.d.ts +0 -0
  254. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/readline.d.ts +0 -0
  255. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/repl.d.ts +0 -0
  256. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/stream/consumers.d.ts +0 -0
  257. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/stream/promises.d.ts +0 -0
  258. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/stream/web.d.ts +0 -0
  259. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/stream.d.ts +0 -0
  260. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/string_decoder.d.ts +0 -0
  261. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/test.d.ts +0 -0
  262. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/timers/promises.d.ts +0 -0
  263. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/timers.d.ts +0 -0
  264. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/trace_events.d.ts +0 -0
  265. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/tty.d.ts +0 -0
  266. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/url.d.ts +0 -0
  267. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node/ts4.8}/util.d.ts +0 -0
  268. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/v8.d.ts +0 -0
  269. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/vm.d.ts +0 -0
  270. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/wasi.d.ts +0 -0
  271. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/worker_threads.d.ts +0 -0
  272. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/ts4.8/zlib.d.ts +0 -0
  273. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/tty.d.ts +0 -0
  274. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/url.d.ts +0 -0
  275. /package/node_modules/@types/{form-data/node_modules/@types/node → node}/util.d.ts +0 -0
  276. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/v8.d.ts +0 -0
  277. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/vm.d.ts +0 -0
  278. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/wasi.d.ts +0 -0
  279. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/worker_threads.d.ts +0 -0
  280. /package/node_modules/@types/{concat-stream/node_modules/@types/node → node}/zlib.d.ts +0 -0
  281. /package/node_modules/{ajv → table/node_modules/ajv}/.runkit_example.js +0 -0
  282. /package/node_modules/{ajv → table/node_modules/ajv}/LICENSE +0 -0
  283. /package/node_modules/{ajv → table/node_modules/ajv}/README.md +0 -0
  284. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2019.d.ts +0 -0
  285. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2019.js +0 -0
  286. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2019.js.map +0 -0
  287. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2020.d.ts +0 -0
  288. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2020.js +0 -0
  289. /package/node_modules/{ajv → table/node_modules/ajv}/dist/2020.js.map +0 -0
  290. /package/node_modules/{ajv → table/node_modules/ajv}/dist/ajv.d.ts +0 -0
  291. /package/node_modules/{ajv → table/node_modules/ajv}/dist/ajv.js +0 -0
  292. /package/node_modules/{ajv → table/node_modules/ajv}/dist/ajv.js.map +0 -0
  293. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/code.d.ts +0 -0
  294. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/code.js +0 -0
  295. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/code.js.map +0 -0
  296. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/index.d.ts +0 -0
  297. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/index.js +0 -0
  298. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/index.js.map +0 -0
  299. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/scope.d.ts +0 -0
  300. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/scope.js +0 -0
  301. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/codegen/scope.js.map +0 -0
  302. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/errors.d.ts +0 -0
  303. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/errors.js +0 -0
  304. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/errors.js.map +0 -0
  305. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/index.d.ts +0 -0
  306. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/index.js +0 -0
  307. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/index.js.map +0 -0
  308. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/parse.d.ts +0 -0
  309. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/parse.js +0 -0
  310. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/parse.js.map +0 -0
  311. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/serialize.d.ts +0 -0
  312. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/serialize.js +0 -0
  313. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/serialize.js.map +0 -0
  314. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/types.d.ts +0 -0
  315. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/types.js +0 -0
  316. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/jtd/types.js.map +0 -0
  317. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/names.d.ts +0 -0
  318. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/names.js +0 -0
  319. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/names.js.map +0 -0
  320. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/ref_error.d.ts +0 -0
  321. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/ref_error.js +0 -0
  322. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/ref_error.js.map +0 -0
  323. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/resolve.d.ts +0 -0
  324. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/resolve.js +0 -0
  325. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/resolve.js.map +0 -0
  326. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/rules.d.ts +0 -0
  327. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/rules.js +0 -0
  328. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/rules.js.map +0 -0
  329. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/util.d.ts +0 -0
  330. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/util.js +0 -0
  331. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/util.js.map +0 -0
  332. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/applicability.d.ts +0 -0
  333. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/applicability.js +0 -0
  334. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/applicability.js.map +0 -0
  335. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/boolSchema.d.ts +0 -0
  336. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/boolSchema.js +0 -0
  337. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/boolSchema.js.map +0 -0
  338. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/dataType.d.ts +0 -0
  339. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/dataType.js +0 -0
  340. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/dataType.js.map +0 -0
  341. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/defaults.d.ts +0 -0
  342. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/defaults.js +0 -0
  343. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/defaults.js.map +0 -0
  344. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/index.d.ts +0 -0
  345. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/index.js +0 -0
  346. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/index.js.map +0 -0
  347. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/keyword.d.ts +0 -0
  348. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/keyword.js +0 -0
  349. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/keyword.js.map +0 -0
  350. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/subschema.d.ts +0 -0
  351. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/subschema.js +0 -0
  352. /package/node_modules/{ajv → table/node_modules/ajv}/dist/compile/validate/subschema.js.map +0 -0
  353. /package/node_modules/{ajv → table/node_modules/ajv}/dist/core.d.ts +0 -0
  354. /package/node_modules/{ajv → table/node_modules/ajv}/dist/core.js +0 -0
  355. /package/node_modules/{ajv → table/node_modules/ajv}/dist/core.js.map +0 -0
  356. /package/node_modules/{ajv → table/node_modules/ajv}/dist/jtd.d.ts +0 -0
  357. /package/node_modules/{ajv → table/node_modules/ajv}/dist/jtd.js +0 -0
  358. /package/node_modules/{ajv → table/node_modules/ajv}/dist/jtd.js.map +0 -0
  359. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/data.json +0 -0
  360. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/index.d.ts +0 -0
  361. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/index.js +0 -0
  362. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/index.js.map +0 -0
  363. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/applicator.json +0 -0
  364. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/content.json +0 -0
  365. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/core.json +0 -0
  366. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/format.json +0 -0
  367. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -0
  368. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/meta/validation.json +0 -0
  369. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2019-09/schema.json +0 -0
  370. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/index.d.ts +0 -0
  371. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/index.js +0 -0
  372. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/index.js.map +0 -0
  373. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/applicator.json +0 -0
  374. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/content.json +0 -0
  375. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/core.json +0 -0
  376. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -0
  377. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -0
  378. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -0
  379. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/meta/validation.json +0 -0
  380. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-2020-12/schema.json +0 -0
  381. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-draft-06.json +0 -0
  382. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-draft-07.json +0 -0
  383. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/json-schema-secure.json +0 -0
  384. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/jtd-schema.d.ts +0 -0
  385. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/jtd-schema.js +0 -0
  386. /package/node_modules/{ajv → table/node_modules/ajv}/dist/refs/jtd-schema.js.map +0 -0
  387. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/equal.d.ts +0 -0
  388. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/equal.js +0 -0
  389. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/equal.js.map +0 -0
  390. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/parseJson.d.ts +0 -0
  391. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/parseJson.js +0 -0
  392. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/parseJson.js.map +0 -0
  393. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/quote.d.ts +0 -0
  394. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/quote.js +0 -0
  395. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/quote.js.map +0 -0
  396. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/re2.d.ts +0 -0
  397. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/re2.js +0 -0
  398. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/re2.js.map +0 -0
  399. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/timestamp.d.ts +0 -0
  400. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/timestamp.js +0 -0
  401. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/timestamp.js.map +0 -0
  402. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/ucs2length.d.ts +0 -0
  403. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/ucs2length.js +0 -0
  404. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/ucs2length.js.map +0 -0
  405. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/uri.d.ts +0 -0
  406. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/uri.js +0 -0
  407. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/uri.js.map +0 -0
  408. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/validation_error.d.ts +0 -0
  409. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/validation_error.js +0 -0
  410. /package/node_modules/{ajv → table/node_modules/ajv}/dist/runtime/validation_error.js.map +0 -0
  411. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/index.d.ts +0 -0
  412. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/index.js +0 -0
  413. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/index.js.map +0 -0
  414. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/instance.d.ts +0 -0
  415. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/instance.js +0 -0
  416. /package/node_modules/{ajv → table/node_modules/ajv}/dist/standalone/instance.js.map +0 -0
  417. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/index.d.ts +0 -0
  418. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/index.js +0 -0
  419. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/index.js.map +0 -0
  420. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/json-schema.d.ts +0 -0
  421. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/json-schema.js +0 -0
  422. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/json-schema.js.map +0 -0
  423. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/jtd-schema.d.ts +0 -0
  424. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/jtd-schema.js +0 -0
  425. /package/node_modules/{ajv → table/node_modules/ajv}/dist/types/jtd-schema.js.map +0 -0
  426. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalItems.d.ts +0 -0
  427. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalItems.js +0 -0
  428. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalItems.js.map +0 -0
  429. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalProperties.d.ts +0 -0
  430. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalProperties.js +0 -0
  431. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/additionalProperties.js.map +0 -0
  432. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/allOf.d.ts +0 -0
  433. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/allOf.js +0 -0
  434. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/allOf.js.map +0 -0
  435. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/anyOf.d.ts +0 -0
  436. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/anyOf.js +0 -0
  437. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/anyOf.js.map +0 -0
  438. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/contains.d.ts +0 -0
  439. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/contains.js +0 -0
  440. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/contains.js.map +0 -0
  441. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependencies.d.ts +0 -0
  442. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependencies.js +0 -0
  443. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependencies.js.map +0 -0
  444. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -0
  445. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependentSchemas.js +0 -0
  446. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/dependentSchemas.js.map +0 -0
  447. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/if.d.ts +0 -0
  448. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/if.js +0 -0
  449. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/if.js.map +0 -0
  450. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/index.d.ts +0 -0
  451. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/index.js +0 -0
  452. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/index.js.map +0 -0
  453. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items.d.ts +0 -0
  454. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items.js +0 -0
  455. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items.js.map +0 -0
  456. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items2020.d.ts +0 -0
  457. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items2020.js +0 -0
  458. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/items2020.js.map +0 -0
  459. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/not.d.ts +0 -0
  460. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/not.js +0 -0
  461. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/not.js.map +0 -0
  462. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/oneOf.d.ts +0 -0
  463. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/oneOf.js +0 -0
  464. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/oneOf.js.map +0 -0
  465. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/patternProperties.d.ts +0 -0
  466. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/patternProperties.js +0 -0
  467. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/patternProperties.js.map +0 -0
  468. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/prefixItems.d.ts +0 -0
  469. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/prefixItems.js +0 -0
  470. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/prefixItems.js.map +0 -0
  471. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/properties.d.ts +0 -0
  472. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/properties.js +0 -0
  473. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/properties.js.map +0 -0
  474. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/propertyNames.d.ts +0 -0
  475. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/propertyNames.js +0 -0
  476. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/propertyNames.js.map +0 -0
  477. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/thenElse.d.ts +0 -0
  478. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/thenElse.js +0 -0
  479. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/applicator/thenElse.js.map +0 -0
  480. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/code.d.ts +0 -0
  481. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/code.js +0 -0
  482. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/code.js.map +0 -0
  483. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/id.d.ts +0 -0
  484. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/id.js +0 -0
  485. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/id.js.map +0 -0
  486. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/index.d.ts +0 -0
  487. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/index.js +0 -0
  488. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/index.js.map +0 -0
  489. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/ref.d.ts +0 -0
  490. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/ref.js +0 -0
  491. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/core/ref.js.map +0 -0
  492. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/index.d.ts +0 -0
  493. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/index.js +0 -0
  494. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/index.js.map +0 -0
  495. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/types.d.ts +0 -0
  496. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/types.js +0 -0
  497. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/discriminator/types.js.map +0 -0
  498. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft2020.d.ts +0 -0
  499. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft2020.js +0 -0
  500. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft2020.js.map +0 -0
  501. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft7.d.ts +0 -0
  502. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft7.js +0 -0
  503. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/draft7.js.map +0 -0
  504. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -0
  505. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicAnchor.js +0 -0
  506. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -0
  507. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -0
  508. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicRef.js +0 -0
  509. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/dynamicRef.js.map +0 -0
  510. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/index.d.ts +0 -0
  511. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/index.js +0 -0
  512. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/index.js.map +0 -0
  513. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -0
  514. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveAnchor.js +0 -0
  515. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -0
  516. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -0
  517. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveRef.js +0 -0
  518. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/dynamic/recursiveRef.js.map +0 -0
  519. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/errors.d.ts +0 -0
  520. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/errors.js +0 -0
  521. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/errors.js.map +0 -0
  522. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/format.d.ts +0 -0
  523. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/format.js +0 -0
  524. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/format.js.map +0 -0
  525. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/index.d.ts +0 -0
  526. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/index.js +0 -0
  527. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/format/index.js.map +0 -0
  528. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/discriminator.d.ts +0 -0
  529. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/discriminator.js +0 -0
  530. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/discriminator.js.map +0 -0
  531. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/elements.d.ts +0 -0
  532. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/elements.js +0 -0
  533. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/elements.js.map +0 -0
  534. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/enum.d.ts +0 -0
  535. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/enum.js +0 -0
  536. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/enum.js.map +0 -0
  537. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/error.d.ts +0 -0
  538. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/error.js +0 -0
  539. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/error.js.map +0 -0
  540. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/index.d.ts +0 -0
  541. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/index.js +0 -0
  542. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/index.js.map +0 -0
  543. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/metadata.d.ts +0 -0
  544. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/metadata.js +0 -0
  545. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/metadata.js.map +0 -0
  546. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/nullable.d.ts +0 -0
  547. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/nullable.js +0 -0
  548. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/nullable.js.map +0 -0
  549. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/optionalProperties.d.ts +0 -0
  550. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/optionalProperties.js +0 -0
  551. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/optionalProperties.js.map +0 -0
  552. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/properties.d.ts +0 -0
  553. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/properties.js +0 -0
  554. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/properties.js.map +0 -0
  555. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/ref.d.ts +0 -0
  556. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/ref.js +0 -0
  557. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/ref.js.map +0 -0
  558. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/type.d.ts +0 -0
  559. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/type.js +0 -0
  560. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/type.js.map +0 -0
  561. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/union.d.ts +0 -0
  562. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/union.js +0 -0
  563. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/union.js.map +0 -0
  564. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/values.d.ts +0 -0
  565. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/values.js +0 -0
  566. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/jtd/values.js.map +0 -0
  567. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/metadata.d.ts +0 -0
  568. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/metadata.js +0 -0
  569. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/metadata.js.map +0 -0
  570. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/next.d.ts +0 -0
  571. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/next.js +0 -0
  572. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/next.js.map +0 -0
  573. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/index.d.ts +0 -0
  574. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/index.js +0 -0
  575. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/index.js.map +0 -0
  576. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -0
  577. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -0
  578. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -0
  579. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -0
  580. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -0
  581. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -0
  582. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/const.d.ts +0 -0
  583. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/const.js +0 -0
  584. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/const.js.map +0 -0
  585. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/dependentRequired.d.ts +0 -0
  586. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/dependentRequired.js +0 -0
  587. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/dependentRequired.js.map +0 -0
  588. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/enum.d.ts +0 -0
  589. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/enum.js +0 -0
  590. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/enum.js.map +0 -0
  591. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/index.d.ts +0 -0
  592. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/index.js +0 -0
  593. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/index.js.map +0 -0
  594. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitContains.d.ts +0 -0
  595. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitContains.js +0 -0
  596. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitContains.js.map +0 -0
  597. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitItems.d.ts +0 -0
  598. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitItems.js +0 -0
  599. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitItems.js.map +0 -0
  600. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitLength.d.ts +0 -0
  601. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitLength.js +0 -0
  602. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitLength.js.map +0 -0
  603. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitNumber.d.ts +0 -0
  604. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitNumber.js +0 -0
  605. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitNumber.js.map +0 -0
  606. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitProperties.d.ts +0 -0
  607. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitProperties.js +0 -0
  608. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/limitProperties.js.map +0 -0
  609. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/multipleOf.d.ts +0 -0
  610. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/multipleOf.js +0 -0
  611. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/multipleOf.js.map +0 -0
  612. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/pattern.d.ts +0 -0
  613. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/pattern.js +0 -0
  614. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/pattern.js.map +0 -0
  615. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/required.d.ts +0 -0
  616. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/required.js +0 -0
  617. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/required.js.map +0 -0
  618. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/uniqueItems.d.ts +0 -0
  619. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/uniqueItems.js +0 -0
  620. /package/node_modules/{ajv → table/node_modules/ajv}/dist/vocabularies/validation/uniqueItems.js.map +0 -0
  621. /package/node_modules/{ajv → table/node_modules/ajv}/lib/2019.ts +0 -0
  622. /package/node_modules/{ajv → table/node_modules/ajv}/lib/2020.ts +0 -0
  623. /package/node_modules/{ajv → table/node_modules/ajv}/lib/ajv.ts +0 -0
  624. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/codegen/code.ts +0 -0
  625. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/codegen/index.ts +0 -0
  626. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/codegen/scope.ts +0 -0
  627. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/errors.ts +0 -0
  628. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/index.ts +0 -0
  629. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/jtd/parse.ts +0 -0
  630. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/jtd/serialize.ts +0 -0
  631. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/jtd/types.ts +0 -0
  632. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/names.ts +0 -0
  633. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/ref_error.ts +0 -0
  634. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/resolve.ts +0 -0
  635. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/rules.ts +0 -0
  636. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/util.ts +0 -0
  637. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/applicability.ts +0 -0
  638. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/boolSchema.ts +0 -0
  639. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/dataType.ts +0 -0
  640. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/defaults.ts +0 -0
  641. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/index.ts +0 -0
  642. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/keyword.ts +0 -0
  643. /package/node_modules/{ajv → table/node_modules/ajv}/lib/compile/validate/subschema.ts +0 -0
  644. /package/node_modules/{ajv → table/node_modules/ajv}/lib/core.ts +0 -0
  645. /package/node_modules/{ajv → table/node_modules/ajv}/lib/jtd.ts +0 -0
  646. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/data.json +0 -0
  647. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/index.ts +0 -0
  648. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/applicator.json +0 -0
  649. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/content.json +0 -0
  650. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/core.json +0 -0
  651. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/format.json +0 -0
  652. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -0
  653. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/meta/validation.json +0 -0
  654. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2019-09/schema.json +0 -0
  655. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/index.ts +0 -0
  656. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/applicator.json +0 -0
  657. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/content.json +0 -0
  658. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/core.json +0 -0
  659. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -0
  660. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -0
  661. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -0
  662. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/meta/validation.json +0 -0
  663. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-2020-12/schema.json +0 -0
  664. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-draft-06.json +0 -0
  665. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-draft-07.json +0 -0
  666. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/json-schema-secure.json +0 -0
  667. /package/node_modules/{ajv → table/node_modules/ajv}/lib/refs/jtd-schema.ts +0 -0
  668. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/equal.ts +0 -0
  669. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/parseJson.ts +0 -0
  670. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/quote.ts +0 -0
  671. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/re2.ts +0 -0
  672. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/timestamp.ts +0 -0
  673. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/ucs2length.ts +0 -0
  674. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/uri.ts +0 -0
  675. /package/node_modules/{ajv → table/node_modules/ajv}/lib/runtime/validation_error.ts +0 -0
  676. /package/node_modules/{ajv → table/node_modules/ajv}/lib/standalone/index.ts +0 -0
  677. /package/node_modules/{ajv → table/node_modules/ajv}/lib/standalone/instance.ts +0 -0
  678. /package/node_modules/{ajv → table/node_modules/ajv}/lib/types/index.ts +0 -0
  679. /package/node_modules/{ajv → table/node_modules/ajv}/lib/types/json-schema.ts +0 -0
  680. /package/node_modules/{ajv → table/node_modules/ajv}/lib/types/jtd-schema.ts +0 -0
  681. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/additionalItems.ts +0 -0
  682. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/additionalProperties.ts +0 -0
  683. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/allOf.ts +0 -0
  684. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/anyOf.ts +0 -0
  685. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/contains.ts +0 -0
  686. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/dependencies.ts +0 -0
  687. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/dependentSchemas.ts +0 -0
  688. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/if.ts +0 -0
  689. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/index.ts +0 -0
  690. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/items.ts +0 -0
  691. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/items2020.ts +0 -0
  692. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/not.ts +0 -0
  693. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/oneOf.ts +0 -0
  694. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/patternProperties.ts +0 -0
  695. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/prefixItems.ts +0 -0
  696. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/properties.ts +0 -0
  697. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/propertyNames.ts +0 -0
  698. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/applicator/thenElse.ts +0 -0
  699. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/code.ts +0 -0
  700. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/core/id.ts +0 -0
  701. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/core/index.ts +0 -0
  702. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/core/ref.ts +0 -0
  703. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/discriminator/index.ts +0 -0
  704. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/discriminator/types.ts +0 -0
  705. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/draft2020.ts +0 -0
  706. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/draft7.ts +0 -0
  707. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -0
  708. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/dynamic/dynamicRef.ts +0 -0
  709. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/dynamic/index.ts +0 -0
  710. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -0
  711. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/dynamic/recursiveRef.ts +0 -0
  712. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/errors.ts +0 -0
  713. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/format/format.ts +0 -0
  714. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/format/index.ts +0 -0
  715. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/discriminator.ts +0 -0
  716. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/elements.ts +0 -0
  717. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/enum.ts +0 -0
  718. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/error.ts +0 -0
  719. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/index.ts +0 -0
  720. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/metadata.ts +0 -0
  721. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/nullable.ts +0 -0
  722. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/optionalProperties.ts +0 -0
  723. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/properties.ts +0 -0
  724. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/ref.ts +0 -0
  725. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/type.ts +0 -0
  726. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/union.ts +0 -0
  727. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/jtd/values.ts +0 -0
  728. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/metadata.ts +0 -0
  729. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/next.ts +0 -0
  730. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/unevaluated/index.ts +0 -0
  731. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -0
  732. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -0
  733. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/const.ts +0 -0
  734. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/dependentRequired.ts +0 -0
  735. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/enum.ts +0 -0
  736. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/index.ts +0 -0
  737. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/limitContains.ts +0 -0
  738. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/limitItems.ts +0 -0
  739. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/limitLength.ts +0 -0
  740. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/limitNumber.ts +0 -0
  741. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/limitProperties.ts +0 -0
  742. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/multipleOf.ts +0 -0
  743. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/pattern.ts +0 -0
  744. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/required.ts +0 -0
  745. /package/node_modules/{ajv → table/node_modules/ajv}/lib/vocabularies/validation/uniqueItems.ts +0 -0
  746. /package/node_modules/{ajv → table/node_modules/ajv}/package.json +0 -0
  747. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/.eslintrc.yml +0 -0
  748. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/.github/FUNDING.yml +0 -0
  749. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/.github/workflows/build.yml +0 -0
  750. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/.github/workflows/publish.yml +0 -0
  751. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/LICENSE +0 -0
  752. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/README.md +0 -0
  753. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/index.d.ts +0 -0
  754. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/index.js +0 -0
  755. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/package.json +0 -0
  756. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/spec/.eslintrc.yml +0 -0
  757. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/spec/fixtures/schema.js +0 -0
  758. /package/node_modules/{json-schema-traverse → table/node_modules/json-schema-traverse}/spec/index.spec.js +0 -0
@@ -1,996 +0,0 @@
1
- /**
2
- * The `node:assert` module provides a set of assertion functions for verifying
3
- * invariants.
4
- * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/assert.js)
5
- */
6
- declare module "assert" {
7
- /**
8
- * An alias of {@link ok}.
9
- * @since v0.5.9
10
- * @param value The input that is checked for being truthy.
11
- */
12
- function assert(value: unknown, message?: string | Error): asserts value;
13
- namespace assert {
14
- /**
15
- * Indicates the failure of an assertion. All errors thrown by the `node:assert`module will be instances of the `AssertionError` class.
16
- */
17
- class AssertionError extends Error {
18
- /**
19
- * Set to the `actual` argument for methods such as {@link assert.strictEqual()}.
20
- */
21
- actual: unknown;
22
- /**
23
- * Set to the `expected` argument for methods such as {@link assert.strictEqual()}.
24
- */
25
- expected: unknown;
26
- /**
27
- * Set to the passed in operator value.
28
- */
29
- operator: string;
30
- /**
31
- * Indicates if the message was auto-generated (`true`) or not.
32
- */
33
- generatedMessage: boolean;
34
- /**
35
- * Value is always `ERR_ASSERTION` to show that the error is an assertion error.
36
- */
37
- code: "ERR_ASSERTION";
38
- constructor(options?: {
39
- /** If provided, the error message is set to this value. */
40
- message?: string | undefined;
41
- /** The `actual` property on the error instance. */
42
- actual?: unknown | undefined;
43
- /** The `expected` property on the error instance. */
44
- expected?: unknown | undefined;
45
- /** The `operator` property on the error instance. */
46
- operator?: string | undefined;
47
- /** If provided, the generated stack trace omits frames before this function. */
48
- // eslint-disable-next-line @typescript-eslint/ban-types
49
- stackStartFn?: Function | undefined;
50
- });
51
- }
52
- /**
53
- * This feature is deprecated and will be removed in a future version.
54
- * Please consider using alternatives such as the `mock` helper function.
55
- * @since v14.2.0, v12.19.0
56
- * @deprecated Deprecated
57
- */
58
- class CallTracker {
59
- /**
60
- * The wrapper function is expected to be called exactly `exact` times. If the
61
- * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an
62
- * error.
63
- *
64
- * ```js
65
- * import assert from 'node:assert';
66
- *
67
- * // Creates call tracker.
68
- * const tracker = new assert.CallTracker();
69
- *
70
- * function func() {}
71
- *
72
- * // Returns a function that wraps func() that must be called exact times
73
- * // before tracker.verify().
74
- * const callsfunc = tracker.calls(func);
75
- * ```
76
- * @since v14.2.0, v12.19.0
77
- * @param [fn='A no-op function']
78
- * @param [exact=1]
79
- * @return that wraps `fn`.
80
- */
81
- calls(exact?: number): () => void;
82
- calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func;
83
- /**
84
- * Example:
85
- *
86
- * ```js
87
- * import assert from 'node:assert';
88
- *
89
- * const tracker = new assert.CallTracker();
90
- *
91
- * function func() {}
92
- * const callsfunc = tracker.calls(func);
93
- * callsfunc(1, 2, 3);
94
- *
95
- * assert.deepStrictEqual(tracker.getCalls(callsfunc),
96
- * [{ thisArg: undefined, arguments: [1, 2, 3] }]);
97
- * ```
98
- * @since v18.8.0, v16.18.0
99
- * @param fn
100
- * @return An Array with all the calls to a tracked function.
101
- */
102
- getCalls(fn: Function): CallTrackerCall[];
103
- /**
104
- * The arrays contains information about the expected and actual number of calls of
105
- * the functions that have not been called the expected number of times.
106
- *
107
- * ```js
108
- * import assert from 'node:assert';
109
- *
110
- * // Creates call tracker.
111
- * const tracker = new assert.CallTracker();
112
- *
113
- * function func() {}
114
- *
115
- * // Returns a function that wraps func() that must be called exact times
116
- * // before tracker.verify().
117
- * const callsfunc = tracker.calls(func, 2);
118
- *
119
- * // Returns an array containing information on callsfunc()
120
- * console.log(tracker.report());
121
- * // [
122
- * // {
123
- * // message: 'Expected the func function to be executed 2 time(s) but was
124
- * // executed 0 time(s).',
125
- * // actual: 0,
126
- * // expected: 2,
127
- * // operator: 'func',
128
- * // stack: stack trace
129
- * // }
130
- * // ]
131
- * ```
132
- * @since v14.2.0, v12.19.0
133
- * @return An Array of objects containing information about the wrapper functions returned by `calls`.
134
- */
135
- report(): CallTrackerReportInformation[];
136
- /**
137
- * Reset calls of the call tracker.
138
- * If a tracked function is passed as an argument, the calls will be reset for it.
139
- * If no arguments are passed, all tracked functions will be reset.
140
- *
141
- * ```js
142
- * import assert from 'node:assert';
143
- *
144
- * const tracker = new assert.CallTracker();
145
- *
146
- * function func() {}
147
- * const callsfunc = tracker.calls(func);
148
- *
149
- * callsfunc();
150
- * // Tracker was called once
151
- * assert.strictEqual(tracker.getCalls(callsfunc).length, 1);
152
- *
153
- * tracker.reset(callsfunc);
154
- * assert.strictEqual(tracker.getCalls(callsfunc).length, 0);
155
- * ```
156
- * @since v18.8.0, v16.18.0
157
- * @param fn a tracked function to reset.
158
- */
159
- reset(fn?: Function): void;
160
- /**
161
- * Iterates through the list of functions passed to `tracker.calls()` and will throw an error for functions that
162
- * have not been called the expected number of times.
163
- *
164
- * ```js
165
- * import assert from 'node:assert';
166
- *
167
- * // Creates call tracker.
168
- * const tracker = new assert.CallTracker();
169
- *
170
- * function func() {}
171
- *
172
- * // Returns a function that wraps func() that must be called exact times
173
- * // before tracker.verify().
174
- * const callsfunc = tracker.calls(func, 2);
175
- *
176
- * callsfunc();
177
- *
178
- * // Will throw an error since callsfunc() was only called once.
179
- * tracker.verify();
180
- * ```
181
- * @since v14.2.0, v12.19.0
182
- */
183
- verify(): void;
184
- }
185
- interface CallTrackerCall {
186
- thisArg: object;
187
- arguments: unknown[];
188
- }
189
- interface CallTrackerReportInformation {
190
- message: string;
191
- /** The actual number of times the function was called. */
192
- actual: number;
193
- /** The number of times the function was expected to be called. */
194
- expected: number;
195
- /** The name of the function that is wrapped. */
196
- operator: string;
197
- /** A stack trace of the function. */
198
- stack: object;
199
- }
200
- type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error;
201
- /**
202
- * Throws an `AssertionError` with the provided error message or a default
203
- * error message. If the `message` parameter is an instance of an `Error` then
204
- * it will be thrown instead of the `AssertionError`.
205
- *
206
- * ```js
207
- * import assert from 'node:assert/strict';
208
- *
209
- * assert.fail();
210
- * // AssertionError [ERR_ASSERTION]: Failed
211
- *
212
- * assert.fail('boom');
213
- * // AssertionError [ERR_ASSERTION]: boom
214
- *
215
- * assert.fail(new TypeError('need array'));
216
- * // TypeError: need array
217
- * ```
218
- *
219
- * Using `assert.fail()` with more than two arguments is possible but deprecated.
220
- * See below for further details.
221
- * @since v0.1.21
222
- * @param [message='Failed']
223
- */
224
- function fail(message?: string | Error): never;
225
- /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */
226
- function fail(
227
- actual: unknown,
228
- expected: unknown,
229
- message?: string | Error,
230
- operator?: string,
231
- // eslint-disable-next-line @typescript-eslint/ban-types
232
- stackStartFn?: Function,
233
- ): never;
234
- /**
235
- * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`.
236
- *
237
- * If `value` is not truthy, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is `undefined`, a default
238
- * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`.
239
- * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``.
240
- *
241
- * Be aware that in the `repl` the error message will be different to the one
242
- * thrown in a file! See below for further details.
243
- *
244
- * ```js
245
- * import assert from 'node:assert/strict';
246
- *
247
- * assert.ok(true);
248
- * // OK
249
- * assert.ok(1);
250
- * // OK
251
- *
252
- * assert.ok();
253
- * // AssertionError: No value argument passed to `assert.ok()`
254
- *
255
- * assert.ok(false, 'it\'s false');
256
- * // AssertionError: it's false
257
- *
258
- * // In the repl:
259
- * assert.ok(typeof 123 === 'string');
260
- * // AssertionError: false == true
261
- *
262
- * // In a file (e.g. test.js):
263
- * assert.ok(typeof 123 === 'string');
264
- * // AssertionError: The expression evaluated to a falsy value:
265
- * //
266
- * // assert.ok(typeof 123 === 'string')
267
- *
268
- * assert.ok(false);
269
- * // AssertionError: The expression evaluated to a falsy value:
270
- * //
271
- * // assert.ok(false)
272
- *
273
- * assert.ok(0);
274
- * // AssertionError: The expression evaluated to a falsy value:
275
- * //
276
- * // assert.ok(0)
277
- * ```
278
- *
279
- * ```js
280
- * import assert from 'node:assert/strict';
281
- *
282
- * // Using `assert()` works the same:
283
- * assert(0);
284
- * // AssertionError: The expression evaluated to a falsy value:
285
- * //
286
- * // assert(0)
287
- * ```
288
- * @since v0.1.21
289
- */
290
- function ok(value: unknown, message?: string | Error): asserts value;
291
- /**
292
- * **Strict assertion mode**
293
- *
294
- * An alias of {@link strictEqual}.
295
- *
296
- * **Legacy assertion mode**
297
- *
298
- * > Stability: 3 - Legacy: Use {@link strictEqual} instead.
299
- *
300
- * Tests shallow, coercive equality between the `actual` and `expected` parameters
301
- * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled
302
- * and treated as being identical if both sides are `NaN`.
303
- *
304
- * ```js
305
- * import assert from 'node:assert';
306
- *
307
- * assert.equal(1, 1);
308
- * // OK, 1 == 1
309
- * assert.equal(1, '1');
310
- * // OK, 1 == '1'
311
- * assert.equal(NaN, NaN);
312
- * // OK
313
- *
314
- * assert.equal(1, 2);
315
- * // AssertionError: 1 == 2
316
- * assert.equal({ a: { b: 1 } }, { a: { b: 1 } });
317
- * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } }
318
- * ```
319
- *
320
- * If the values are not equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default
321
- * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`.
322
- * @since v0.1.21
323
- */
324
- function equal(actual: unknown, expected: unknown, message?: string | Error): void;
325
- /**
326
- * **Strict assertion mode**
327
- *
328
- * An alias of {@link notStrictEqual}.
329
- *
330
- * **Legacy assertion mode**
331
- *
332
- * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead.
333
- *
334
- * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is
335
- * specially handled and treated as being identical if both sides are `NaN`.
336
- *
337
- * ```js
338
- * import assert from 'node:assert';
339
- *
340
- * assert.notEqual(1, 2);
341
- * // OK
342
- *
343
- * assert.notEqual(1, 1);
344
- * // AssertionError: 1 != 1
345
- *
346
- * assert.notEqual(1, '1');
347
- * // AssertionError: 1 != '1'
348
- * ```
349
- *
350
- * If the values are equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default error
351
- * message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`.
352
- * @since v0.1.21
353
- */
354
- function notEqual(actual: unknown, expected: unknown, message?: string | Error): void;
355
- /**
356
- * **Strict assertion mode**
357
- *
358
- * An alias of {@link deepStrictEqual}.
359
- *
360
- * **Legacy assertion mode**
361
- *
362
- * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead.
363
- *
364
- * Tests for deep equality between the `actual` and `expected` parameters. Consider
365
- * using {@link deepStrictEqual} instead. {@link deepEqual} can have
366
- * surprising results.
367
- *
368
- * _Deep equality_ means that the enumerable "own" properties of child objects
369
- * are also recursively evaluated by the following rules.
370
- * @since v0.1.21
371
- */
372
- function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void;
373
- /**
374
- * **Strict assertion mode**
375
- *
376
- * An alias of {@link notDeepStrictEqual}.
377
- *
378
- * **Legacy assertion mode**
379
- *
380
- * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead.
381
- *
382
- * Tests for any deep inequality. Opposite of {@link deepEqual}.
383
- *
384
- * ```js
385
- * import assert from 'node:assert';
386
- *
387
- * const obj1 = {
388
- * a: {
389
- * b: 1,
390
- * },
391
- * };
392
- * const obj2 = {
393
- * a: {
394
- * b: 2,
395
- * },
396
- * };
397
- * const obj3 = {
398
- * a: {
399
- * b: 1,
400
- * },
401
- * };
402
- * const obj4 = { __proto__: obj1 };
403
- *
404
- * assert.notDeepEqual(obj1, obj1);
405
- * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
406
- *
407
- * assert.notDeepEqual(obj1, obj2);
408
- * // OK
409
- *
410
- * assert.notDeepEqual(obj1, obj3);
411
- * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } }
412
- *
413
- * assert.notDeepEqual(obj1, obj4);
414
- * // OK
415
- * ```
416
- *
417
- * If the values are deeply equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a default
418
- * error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown
419
- * instead of the `AssertionError`.
420
- * @since v0.1.21
421
- */
422
- function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void;
423
- /**
424
- * Tests strict equality between the `actual` and `expected` parameters as
425
- * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
426
- *
427
- * ```js
428
- * import assert from 'node:assert/strict';
429
- *
430
- * assert.strictEqual(1, 2);
431
- * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal:
432
- * //
433
- * // 1 !== 2
434
- *
435
- * assert.strictEqual(1, 1);
436
- * // OK
437
- *
438
- * assert.strictEqual('Hello foobar', 'Hello World!');
439
- * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal:
440
- * // + actual - expected
441
- * //
442
- * // + 'Hello foobar'
443
- * // - 'Hello World!'
444
- * // ^
445
- *
446
- * const apples = 1;
447
- * const oranges = 2;
448
- * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`);
449
- * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2
450
- *
451
- * assert.strictEqual(1, '1', new TypeError('Inputs are not identical'));
452
- * // TypeError: Inputs are not identical
453
- * ```
454
- *
455
- * If the values are not strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a
456
- * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown
457
- * instead of the `AssertionError`.
458
- * @since v0.1.21
459
- */
460
- function strictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T;
461
- /**
462
- * Tests strict inequality between the `actual` and `expected` parameters as
463
- * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
464
- *
465
- * ```js
466
- * import assert from 'node:assert/strict';
467
- *
468
- * assert.notStrictEqual(1, 2);
469
- * // OK
470
- *
471
- * assert.notStrictEqual(1, 1);
472
- * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to:
473
- * //
474
- * // 1
475
- *
476
- * assert.notStrictEqual(1, '1');
477
- * // OK
478
- * ```
479
- *
480
- * If the values are strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a
481
- * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown
482
- * instead of the `AssertionError`.
483
- * @since v0.1.21
484
- */
485
- function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
486
- /**
487
- * Tests for deep equality between the `actual` and `expected` parameters.
488
- * "Deep" equality means that the enumerable "own" properties of child objects
489
- * are recursively evaluated also by the following rules.
490
- * @since v1.2.0
491
- */
492
- function deepStrictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T;
493
- /**
494
- * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}.
495
- *
496
- * ```js
497
- * import assert from 'node:assert/strict';
498
- *
499
- * assert.notDeepStrictEqual({ a: 1 }, { a: '1' });
500
- * // OK
501
- * ```
502
- *
503
- * If the values are deeply and strictly equal, an `AssertionError` is thrown
504
- * with a `message` property set equal to the value of the `message` parameter. If
505
- * the `message` parameter is undefined, a default error message is assigned. If
506
- * the `message` parameter is an instance of an `Error` then it will be thrown
507
- * instead of the `AssertionError`.
508
- * @since v1.2.0
509
- */
510
- function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
511
- /**
512
- * Expects the function `fn` to throw an error.
513
- *
514
- * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes),
515
- * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function,
516
- * a validation object where each property will be tested for strict deep equality,
517
- * or an instance of error where each property will be tested for strict deep
518
- * equality including the non-enumerable `message` and `name` properties. When
519
- * using an object, it is also possible to use a regular expression, when
520
- * validating against a string property. See below for examples.
521
- *
522
- * If specified, `message` will be appended to the message provided by the`AssertionError` if the `fn` call fails to throw or in case the error validation
523
- * fails.
524
- *
525
- * Custom validation object/error instance:
526
- *
527
- * ```js
528
- * import assert from 'node:assert/strict';
529
- *
530
- * const err = new TypeError('Wrong value');
531
- * err.code = 404;
532
- * err.foo = 'bar';
533
- * err.info = {
534
- * nested: true,
535
- * baz: 'text',
536
- * };
537
- * err.reg = /abc/i;
538
- *
539
- * assert.throws(
540
- * () => {
541
- * throw err;
542
- * },
543
- * {
544
- * name: 'TypeError',
545
- * message: 'Wrong value',
546
- * info: {
547
- * nested: true,
548
- * baz: 'text',
549
- * },
550
- * // Only properties on the validation object will be tested for.
551
- * // Using nested objects requires all properties to be present. Otherwise
552
- * // the validation is going to fail.
553
- * },
554
- * );
555
- *
556
- * // Using regular expressions to validate error properties:
557
- * assert.throws(
558
- * () => {
559
- * throw err;
560
- * },
561
- * {
562
- * // The `name` and `message` properties are strings and using regular
563
- * // expressions on those will match against the string. If they fail, an
564
- * // error is thrown.
565
- * name: /^TypeError$/,
566
- * message: /Wrong/,
567
- * foo: 'bar',
568
- * info: {
569
- * nested: true,
570
- * // It is not possible to use regular expressions for nested properties!
571
- * baz: 'text',
572
- * },
573
- * // The `reg` property contains a regular expression and only if the
574
- * // validation object contains an identical regular expression, it is going
575
- * // to pass.
576
- * reg: /abc/i,
577
- * },
578
- * );
579
- *
580
- * // Fails due to the different `message` and `name` properties:
581
- * assert.throws(
582
- * () => {
583
- * const otherErr = new Error('Not found');
584
- * // Copy all enumerable properties from `err` to `otherErr`.
585
- * for (const [key, value] of Object.entries(err)) {
586
- * otherErr[key] = value;
587
- * }
588
- * throw otherErr;
589
- * },
590
- * // The error's `message` and `name` properties will also be checked when using
591
- * // an error as validation object.
592
- * err,
593
- * );
594
- * ```
595
- *
596
- * Validate instanceof using constructor:
597
- *
598
- * ```js
599
- * import assert from 'node:assert/strict';
600
- *
601
- * assert.throws(
602
- * () => {
603
- * throw new Error('Wrong value');
604
- * },
605
- * Error,
606
- * );
607
- * ```
608
- *
609
- * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions):
610
- *
611
- * Using a regular expression runs `.toString` on the error object, and will
612
- * therefore also include the error name.
613
- *
614
- * ```js
615
- * import assert from 'node:assert/strict';
616
- *
617
- * assert.throws(
618
- * () => {
619
- * throw new Error('Wrong value');
620
- * },
621
- * /^Error: Wrong value$/,
622
- * );
623
- * ```
624
- *
625
- * Custom error validation:
626
- *
627
- * The function must return `true` to indicate all internal validations passed.
628
- * It will otherwise fail with an `AssertionError`.
629
- *
630
- * ```js
631
- * import assert from 'node:assert/strict';
632
- *
633
- * assert.throws(
634
- * () => {
635
- * throw new Error('Wrong value');
636
- * },
637
- * (err) => {
638
- * assert(err instanceof Error);
639
- * assert(/value/.test(err));
640
- * // Avoid returning anything from validation functions besides `true`.
641
- * // Otherwise, it's not clear what part of the validation failed. Instead,
642
- * // throw an error about the specific validation that failed (as done in this
643
- * // example) and add as much helpful debugging information to that error as
644
- * // possible.
645
- * return true;
646
- * },
647
- * 'unexpected error',
648
- * );
649
- * ```
650
- *
651
- * `error` cannot be a string. If a string is provided as the second
652
- * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Using the same
653
- * message as the thrown error message is going to result in an`ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using
654
- * a string as the second argument gets considered:
655
- *
656
- * ```js
657
- * import assert from 'node:assert/strict';
658
- *
659
- * function throwingFirst() {
660
- * throw new Error('First');
661
- * }
662
- *
663
- * function throwingSecond() {
664
- * throw new Error('Second');
665
- * }
666
- *
667
- * function notThrowing() {}
668
- *
669
- * // The second argument is a string and the input function threw an Error.
670
- * // The first case will not throw as it does not match for the error message
671
- * // thrown by the input function!
672
- * assert.throws(throwingFirst, 'Second');
673
- * // In the next example the message has no benefit over the message from the
674
- * // error and since it is not clear if the user intended to actually match
675
- * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error.
676
- * assert.throws(throwingSecond, 'Second');
677
- * // TypeError [ERR_AMBIGUOUS_ARGUMENT]
678
- *
679
- * // The string is only used (as message) in case the function does not throw:
680
- * assert.throws(notThrowing, 'Second');
681
- * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second
682
- *
683
- * // If it was intended to match for the error message do this instead:
684
- * // It does not throw because the error messages match.
685
- * assert.throws(throwingSecond, /Second$/);
686
- *
687
- * // If the error message does not match, an AssertionError is thrown.
688
- * assert.throws(throwingFirst, /Second$/);
689
- * // AssertionError [ERR_ASSERTION]
690
- * ```
691
- *
692
- * Due to the confusing error-prone notation, avoid a string as the second
693
- * argument.
694
- * @since v0.1.21
695
- */
696
- function throws(block: () => unknown, message?: string | Error): void;
697
- function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void;
698
- /**
699
- * Asserts that the function `fn` does not throw an error.
700
- *
701
- * Using `assert.doesNotThrow()` is actually not useful because there
702
- * is no benefit in catching an error and then rethrowing it. Instead, consider
703
- * adding a comment next to the specific code path that should not throw and keep
704
- * error messages as expressive as possible.
705
- *
706
- * When `assert.doesNotThrow()` is called, it will immediately call the `fn`function.
707
- *
708
- * If an error is thrown and it is the same type as that specified by the `error`parameter, then an `AssertionError` is thrown. If the error is of a
709
- * different type, or if the `error` parameter is undefined, the error is
710
- * propagated back to the caller.
711
- *
712
- * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes),
713
- * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation
714
- * function. See {@link throws} for more details.
715
- *
716
- * The following, for instance, will throw the `TypeError` because there is no
717
- * matching error type in the assertion:
718
- *
719
- * ```js
720
- * import assert from 'node:assert/strict';
721
- *
722
- * assert.doesNotThrow(
723
- * () => {
724
- * throw new TypeError('Wrong value');
725
- * },
726
- * SyntaxError,
727
- * );
728
- * ```
729
- *
730
- * However, the following will result in an `AssertionError` with the message
731
- * 'Got unwanted exception...':
732
- *
733
- * ```js
734
- * import assert from 'node:assert/strict';
735
- *
736
- * assert.doesNotThrow(
737
- * () => {
738
- * throw new TypeError('Wrong value');
739
- * },
740
- * TypeError,
741
- * );
742
- * ```
743
- *
744
- * If an `AssertionError` is thrown and a value is provided for the `message`parameter, the value of `message` will be appended to the `AssertionError` message:
745
- *
746
- * ```js
747
- * import assert from 'node:assert/strict';
748
- *
749
- * assert.doesNotThrow(
750
- * () => {
751
- * throw new TypeError('Wrong value');
752
- * },
753
- * /Wrong value/,
754
- * 'Whoops',
755
- * );
756
- * // Throws: AssertionError: Got unwanted exception: Whoops
757
- * ```
758
- * @since v0.1.21
759
- */
760
- function doesNotThrow(block: () => unknown, message?: string | Error): void;
761
- function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void;
762
- /**
763
- * Throws `value` if `value` is not `undefined` or `null`. This is useful when
764
- * testing the `error` argument in callbacks. The stack trace contains all frames
765
- * from the error passed to `ifError()` including the potential new frames for`ifError()` itself.
766
- *
767
- * ```js
768
- * import assert from 'node:assert/strict';
769
- *
770
- * assert.ifError(null);
771
- * // OK
772
- * assert.ifError(0);
773
- * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0
774
- * assert.ifError('error');
775
- * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error'
776
- * assert.ifError(new Error());
777
- * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error
778
- *
779
- * // Create some random error frames.
780
- * let err;
781
- * (function errorFrame() {
782
- * err = new Error('test error');
783
- * })();
784
- *
785
- * (function ifErrorFrame() {
786
- * assert.ifError(err);
787
- * })();
788
- * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error
789
- * // at ifErrorFrame
790
- * // at errorFrame
791
- * ```
792
- * @since v0.1.97
793
- */
794
- function ifError(value: unknown): asserts value is null | undefined;
795
- /**
796
- * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately
797
- * calls the function and awaits the returned promise to complete. It will then
798
- * check that the promise is rejected.
799
- *
800
- * If `asyncFn` is a function and it throws an error synchronously,`assert.rejects()` will return a rejected `Promise` with that error. If the
801
- * function does not return a promise, `assert.rejects()` will return a rejected`Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases the error
802
- * handler is skipped.
803
- *
804
- * Besides the async nature to await the completion behaves identically to {@link throws}.
805
- *
806
- * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes),
807
- * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function,
808
- * an object where each property will be tested for, or an instance of error where
809
- * each property will be tested for including the non-enumerable `message` and`name` properties.
810
- *
811
- * If specified, `message` will be the message provided by the `AssertionError` if the `asyncFn` fails to reject.
812
- *
813
- * ```js
814
- * import assert from 'node:assert/strict';
815
- *
816
- * await assert.rejects(
817
- * async () => {
818
- * throw new TypeError('Wrong value');
819
- * },
820
- * {
821
- * name: 'TypeError',
822
- * message: 'Wrong value',
823
- * },
824
- * );
825
- * ```
826
- *
827
- * ```js
828
- * import assert from 'node:assert/strict';
829
- *
830
- * await assert.rejects(
831
- * async () => {
832
- * throw new TypeError('Wrong value');
833
- * },
834
- * (err) => {
835
- * assert.strictEqual(err.name, 'TypeError');
836
- * assert.strictEqual(err.message, 'Wrong value');
837
- * return true;
838
- * },
839
- * );
840
- * ```
841
- *
842
- * ```js
843
- * import assert from 'node:assert/strict';
844
- *
845
- * assert.rejects(
846
- * Promise.reject(new Error('Wrong value')),
847
- * Error,
848
- * ).then(() => {
849
- * // ...
850
- * });
851
- * ```
852
- *
853
- * `error` cannot be a string. If a string is provided as the second
854
- * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Please read the
855
- * example in {@link throws} carefully if using a string as the second
856
- * argument gets considered.
857
- * @since v10.0.0
858
- */
859
- function rejects(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>;
860
- function rejects(
861
- block: (() => Promise<unknown>) | Promise<unknown>,
862
- error: AssertPredicate,
863
- message?: string | Error,
864
- ): Promise<void>;
865
- /**
866
- * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately
867
- * calls the function and awaits the returned promise to complete. It will then
868
- * check that the promise is not rejected.
869
- *
870
- * If `asyncFn` is a function and it throws an error synchronously,`assert.doesNotReject()` will return a rejected `Promise` with that error. If
871
- * the function does not return a promise, `assert.doesNotReject()` will return a
872
- * rejected `Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases
873
- * the error handler is skipped.
874
- *
875
- * Using `assert.doesNotReject()` is actually not useful because there is little
876
- * benefit in catching a rejection and then rejecting it again. Instead, consider
877
- * adding a comment next to the specific code path that should not reject and keep
878
- * error messages as expressive as possible.
879
- *
880
- * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes),
881
- * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation
882
- * function. See {@link throws} for more details.
883
- *
884
- * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}.
885
- *
886
- * ```js
887
- * import assert from 'node:assert/strict';
888
- *
889
- * await assert.doesNotReject(
890
- * async () => {
891
- * throw new TypeError('Wrong value');
892
- * },
893
- * SyntaxError,
894
- * );
895
- * ```
896
- *
897
- * ```js
898
- * import assert from 'node:assert/strict';
899
- *
900
- * assert.doesNotReject(Promise.reject(new TypeError('Wrong value')))
901
- * .then(() => {
902
- * // ...
903
- * });
904
- * ```
905
- * @since v10.0.0
906
- */
907
- function doesNotReject(
908
- block: (() => Promise<unknown>) | Promise<unknown>,
909
- message?: string | Error,
910
- ): Promise<void>;
911
- function doesNotReject(
912
- block: (() => Promise<unknown>) | Promise<unknown>,
913
- error: AssertPredicate,
914
- message?: string | Error,
915
- ): Promise<void>;
916
- /**
917
- * Expects the `string` input to match the regular expression.
918
- *
919
- * ```js
920
- * import assert from 'node:assert/strict';
921
- *
922
- * assert.match('I will fail', /pass/);
923
- * // AssertionError [ERR_ASSERTION]: The input did not match the regular ...
924
- *
925
- * assert.match(123, /pass/);
926
- * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string.
927
- *
928
- * assert.match('I will pass', /pass/);
929
- * // OK
930
- * ```
931
- *
932
- * If the values do not match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal
933
- * to the value of the `message` parameter. If the `message` parameter is
934
- * undefined, a default error message is assigned. If the `message` parameter is an
935
- * instance of an `Error` then it will be thrown instead of the `AssertionError`.
936
- * @since v13.6.0, v12.16.0
937
- */
938
- function match(value: string, regExp: RegExp, message?: string | Error): void;
939
- /**
940
- * Expects the `string` input not to match the regular expression.
941
- *
942
- * ```js
943
- * import assert from 'node:assert/strict';
944
- *
945
- * assert.doesNotMatch('I will fail', /fail/);
946
- * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ...
947
- *
948
- * assert.doesNotMatch(123, /pass/);
949
- * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string.
950
- *
951
- * assert.doesNotMatch('I will pass', /different/);
952
- * // OK
953
- * ```
954
- *
955
- * If the values do match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal
956
- * to the value of the `message` parameter. If the `message` parameter is
957
- * undefined, a default error message is assigned. If the `message` parameter is an
958
- * instance of an `Error` then it will be thrown instead of the `AssertionError`.
959
- * @since v13.6.0, v12.16.0
960
- */
961
- function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void;
962
- const strict:
963
- & Omit<
964
- typeof assert,
965
- | "equal"
966
- | "notEqual"
967
- | "deepEqual"
968
- | "notDeepEqual"
969
- | "ok"
970
- | "strictEqual"
971
- | "deepStrictEqual"
972
- | "ifError"
973
- | "strict"
974
- >
975
- & {
976
- (value: unknown, message?: string | Error): asserts value;
977
- equal: typeof strictEqual;
978
- notEqual: typeof notStrictEqual;
979
- deepEqual: typeof deepStrictEqual;
980
- notDeepEqual: typeof notDeepStrictEqual;
981
- // Mapped types and assertion functions are incompatible?
982
- // TS2775: Assertions require every name in the call target
983
- // to be declared with an explicit type annotation.
984
- ok: typeof ok;
985
- strictEqual: typeof strictEqual;
986
- deepStrictEqual: typeof deepStrictEqual;
987
- ifError: typeof ifError;
988
- strict: typeof strict;
989
- };
990
- }
991
- export = assert;
992
- }
993
- declare module "node:assert" {
994
- import assert = require("assert");
995
- export = assert;
996
- }