@banumeow/n8n-nodes-oracle-cloud 1.3.7 → 1.3.8

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 (371) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/tsconfig.tsbuildinfo +1 -1
  3. package/node_modules/@langchain/core/node_modules/@types/retry/LICENSE +21 -0
  4. package/node_modules/@langchain/core/node_modules/@types/retry/README.md +16 -0
  5. package/node_modules/@langchain/core/node_modules/@types/retry/index.d.ts +151 -0
  6. package/node_modules/@langchain/core/node_modules/@types/retry/package.json +28 -0
  7. package/node_modules/@langchain/core/node_modules/@types/uuid/LICENSE +21 -0
  8. package/node_modules/@langchain/core/node_modules/@types/uuid/README.md +15 -0
  9. package/node_modules/@langchain/core/node_modules/@types/uuid/index.d.mts +19 -0
  10. package/node_modules/@langchain/core/node_modules/@types/uuid/index.d.ts +113 -0
  11. package/node_modules/@langchain/core/node_modules/@types/uuid/package.json +54 -0
  12. package/node_modules/@langchain/core/node_modules/base64-js/LICENSE +21 -0
  13. package/node_modules/@langchain/core/node_modules/base64-js/README.md +34 -0
  14. package/node_modules/@langchain/core/node_modules/base64-js/base64js.min.js +1 -0
  15. package/node_modules/@langchain/core/node_modules/base64-js/index.d.ts +3 -0
  16. package/node_modules/@langchain/core/node_modules/base64-js/index.js +150 -0
  17. package/node_modules/@langchain/core/node_modules/base64-js/package.json +47 -0
  18. package/node_modules/@langchain/core/node_modules/chalk/index.d.ts +415 -0
  19. package/node_modules/@langchain/core/node_modules/chalk/license +9 -0
  20. package/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/index.d.ts +345 -0
  21. package/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/index.js +163 -0
  22. package/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/license +9 -0
  23. package/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/package.json +56 -0
  24. package/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/readme.md +152 -0
  25. package/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
  26. package/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/index.js +135 -0
  27. package/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/license +9 -0
  28. package/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/package.json +53 -0
  29. package/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/readme.md +76 -0
  30. package/node_modules/@langchain/core/node_modules/chalk/package.json +68 -0
  31. package/node_modules/@langchain/core/node_modules/chalk/readme.md +341 -0
  32. package/node_modules/@langchain/core/node_modules/chalk/source/index.js +229 -0
  33. package/node_modules/@langchain/core/node_modules/chalk/source/templates.js +134 -0
  34. package/node_modules/@langchain/core/node_modules/chalk/source/util.js +39 -0
  35. package/node_modules/@langchain/core/node_modules/console-table-printer/LICENSE +21 -0
  36. package/node_modules/@langchain/core/node_modules/console-table-printer/README.md +192 -0
  37. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/index.d.ts +4 -0
  38. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/index.js +11 -0
  39. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/console-table-printer.d.ts +14 -0
  40. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/console-table-printer.js +36 -0
  41. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/input-converter.d.ts +6 -0
  42. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/input-converter.js +20 -0
  43. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table-printer.d.ts +6 -0
  44. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table-printer.js +142 -0
  45. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table.d.ts +31 -0
  46. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table.js +100 -0
  47. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/table-pre-processors.d.ts +3 -0
  48. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/table-pre-processors.js +50 -0
  49. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/common.d.ts +14 -0
  50. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/common.js +2 -0
  51. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/external-table.d.ts +99 -0
  52. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/external-table.js +2 -0
  53. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/internal-table.d.ts +24 -0
  54. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/internal-table.js +2 -0
  55. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/colored-console-line.d.ts +12 -0
  56. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/colored-console-line.js +31 -0
  57. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/console-utils.d.ts +3 -0
  58. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/console-utils.js +23 -0
  59. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/string-utils.d.ts +4 -0
  60. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/string-utils.js +68 -0
  61. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-constants.d.ts +11 -0
  62. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-constants.js +55 -0
  63. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-helpers.d.ts +29 -0
  64. package/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-helpers.js +101 -0
  65. package/node_modules/@langchain/core/node_modules/console-table-printer/package.json +50 -0
  66. package/node_modules/@langchain/core/node_modules/eventemitter3/LICENSE +21 -0
  67. package/node_modules/@langchain/core/node_modules/eventemitter3/README.md +94 -0
  68. package/node_modules/@langchain/core/node_modules/eventemitter3/index.d.ts +134 -0
  69. package/node_modules/@langchain/core/node_modules/eventemitter3/index.js +336 -0
  70. package/node_modules/@langchain/core/node_modules/eventemitter3/package.json +56 -0
  71. package/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
  72. package/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  73. package/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
  74. package/node_modules/@langchain/core/node_modules/has-flag/index.d.ts +39 -0
  75. package/node_modules/@langchain/core/node_modules/has-flag/index.js +8 -0
  76. package/node_modules/@langchain/core/node_modules/has-flag/license +9 -0
  77. package/node_modules/@langchain/core/node_modules/has-flag/package.json +46 -0
  78. package/node_modules/@langchain/core/node_modules/has-flag/readme.md +89 -0
  79. package/node_modules/@langchain/core/node_modules/p-finally/index.js +15 -0
  80. package/node_modules/@langchain/core/node_modules/p-finally/license +21 -0
  81. package/node_modules/@langchain/core/node_modules/p-finally/package.json +42 -0
  82. package/node_modules/@langchain/core/node_modules/p-finally/readme.md +47 -0
  83. package/node_modules/@langchain/core/node_modules/p-timeout/index.d.ts +72 -0
  84. package/node_modules/@langchain/core/node_modules/p-timeout/index.js +57 -0
  85. package/node_modules/@langchain/core/node_modules/p-timeout/license +9 -0
  86. package/node_modules/@langchain/core/node_modules/p-timeout/package.json +45 -0
  87. package/node_modules/@langchain/core/node_modules/p-timeout/readme.md +87 -0
  88. package/node_modules/@langchain/core/node_modules/retry/License +21 -0
  89. package/node_modules/@langchain/core/node_modules/retry/README.md +227 -0
  90. package/node_modules/@langchain/core/node_modules/retry/example/dns.js +31 -0
  91. package/node_modules/@langchain/core/node_modules/retry/example/stop.js +40 -0
  92. package/node_modules/@langchain/core/node_modules/retry/index.js +1 -0
  93. package/node_modules/@langchain/core/node_modules/retry/lib/retry.js +100 -0
  94. package/node_modules/@langchain/core/node_modules/retry/lib/retry_operation.js +162 -0
  95. package/node_modules/@langchain/core/node_modules/retry/package.json +36 -0
  96. package/node_modules/@langchain/core/node_modules/semver/LICENSE +15 -0
  97. package/node_modules/@langchain/core/node_modules/semver/README.md +664 -0
  98. package/node_modules/@langchain/core/node_modules/semver/bin/semver.js +191 -0
  99. package/node_modules/@langchain/core/node_modules/semver/classes/comparator.js +143 -0
  100. package/node_modules/@langchain/core/node_modules/semver/classes/index.js +7 -0
  101. package/node_modules/@langchain/core/node_modules/semver/classes/range.js +557 -0
  102. package/node_modules/@langchain/core/node_modules/semver/classes/semver.js +333 -0
  103. package/node_modules/@langchain/core/node_modules/semver/functions/clean.js +8 -0
  104. package/node_modules/@langchain/core/node_modules/semver/functions/cmp.js +54 -0
  105. package/node_modules/@langchain/core/node_modules/semver/functions/coerce.js +62 -0
  106. package/node_modules/@langchain/core/node_modules/semver/functions/compare-build.js +9 -0
  107. package/node_modules/@langchain/core/node_modules/semver/functions/compare-loose.js +5 -0
  108. package/node_modules/@langchain/core/node_modules/semver/functions/compare.js +7 -0
  109. package/node_modules/@langchain/core/node_modules/semver/functions/diff.js +60 -0
  110. package/node_modules/@langchain/core/node_modules/semver/functions/eq.js +5 -0
  111. package/node_modules/@langchain/core/node_modules/semver/functions/gt.js +5 -0
  112. package/node_modules/@langchain/core/node_modules/semver/functions/gte.js +5 -0
  113. package/node_modules/@langchain/core/node_modules/semver/functions/inc.js +21 -0
  114. package/node_modules/@langchain/core/node_modules/semver/functions/lt.js +5 -0
  115. package/node_modules/@langchain/core/node_modules/semver/functions/lte.js +5 -0
  116. package/node_modules/@langchain/core/node_modules/semver/functions/major.js +5 -0
  117. package/node_modules/@langchain/core/node_modules/semver/functions/minor.js +5 -0
  118. package/node_modules/@langchain/core/node_modules/semver/functions/neq.js +5 -0
  119. package/node_modules/@langchain/core/node_modules/semver/functions/parse.js +18 -0
  120. package/node_modules/@langchain/core/node_modules/semver/functions/patch.js +5 -0
  121. package/node_modules/@langchain/core/node_modules/semver/functions/prerelease.js +8 -0
  122. package/node_modules/@langchain/core/node_modules/semver/functions/rcompare.js +5 -0
  123. package/node_modules/@langchain/core/node_modules/semver/functions/rsort.js +5 -0
  124. package/node_modules/@langchain/core/node_modules/semver/functions/satisfies.js +12 -0
  125. package/node_modules/@langchain/core/node_modules/semver/functions/sort.js +5 -0
  126. package/node_modules/@langchain/core/node_modules/semver/functions/valid.js +8 -0
  127. package/node_modules/@langchain/core/node_modules/semver/index.js +91 -0
  128. package/node_modules/@langchain/core/node_modules/semver/internal/constants.js +37 -0
  129. package/node_modules/@langchain/core/node_modules/semver/internal/debug.js +11 -0
  130. package/node_modules/@langchain/core/node_modules/semver/internal/identifiers.js +29 -0
  131. package/node_modules/@langchain/core/node_modules/semver/internal/lrucache.js +42 -0
  132. package/node_modules/@langchain/core/node_modules/semver/internal/parse-options.js +17 -0
  133. package/node_modules/@langchain/core/node_modules/semver/internal/re.js +223 -0
  134. package/node_modules/@langchain/core/node_modules/semver/package.json +78 -0
  135. package/node_modules/@langchain/core/node_modules/semver/preload.js +4 -0
  136. package/node_modules/@langchain/core/node_modules/semver/range.bnf +16 -0
  137. package/node_modules/@langchain/core/node_modules/semver/ranges/gtr.js +6 -0
  138. package/node_modules/@langchain/core/node_modules/semver/ranges/intersects.js +9 -0
  139. package/node_modules/@langchain/core/node_modules/semver/ranges/ltr.js +6 -0
  140. package/node_modules/@langchain/core/node_modules/semver/ranges/max-satisfying.js +27 -0
  141. package/node_modules/@langchain/core/node_modules/semver/ranges/min-satisfying.js +26 -0
  142. package/node_modules/@langchain/core/node_modules/semver/ranges/min-version.js +63 -0
  143. package/node_modules/@langchain/core/node_modules/semver/ranges/outside.js +82 -0
  144. package/node_modules/@langchain/core/node_modules/semver/ranges/simplify.js +49 -0
  145. package/node_modules/@langchain/core/node_modules/semver/ranges/subset.js +249 -0
  146. package/node_modules/@langchain/core/node_modules/semver/ranges/to-comparators.js +10 -0
  147. package/node_modules/@langchain/core/node_modules/semver/ranges/valid.js +13 -0
  148. package/node_modules/@langchain/core/node_modules/simple-wcswidth/LICENSE +21 -0
  149. package/node_modules/@langchain/core/node_modules/simple-wcswidth/README.md +89 -0
  150. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/index.js +10 -0
  151. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/binary-search.js +24 -0
  152. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/models.js +2 -0
  153. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/non-spacing-chars.js +149 -0
  154. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/wcswidth.js +20 -0
  155. package/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/wcwidth.js +67 -0
  156. package/node_modules/@langchain/core/node_modules/simple-wcswidth/index.d.ts +20 -0
  157. package/node_modules/@langchain/core/node_modules/simple-wcswidth/package.json +43 -0
  158. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/retry/LICENSE +21 -0
  159. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/retry/README.md +16 -0
  160. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/retry/index.d.ts +151 -0
  161. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/retry/package.json +28 -0
  162. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/uuid/LICENSE +21 -0
  163. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/uuid/README.md +15 -0
  164. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/uuid/index.d.mts +19 -0
  165. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/uuid/index.d.ts +113 -0
  166. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/@types/uuid/package.json +54 -0
  167. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/LICENSE +21 -0
  168. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/README.md +34 -0
  169. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/base64js.min.js +1 -0
  170. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/index.d.ts +3 -0
  171. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/index.js +150 -0
  172. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/base64-js/package.json +47 -0
  173. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/index.d.ts +415 -0
  174. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/license +9 -0
  175. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/index.d.ts +345 -0
  176. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/index.js +163 -0
  177. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/license +9 -0
  178. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/package.json +56 -0
  179. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/ansi-styles/readme.md +152 -0
  180. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
  181. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/index.js +135 -0
  182. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/license +9 -0
  183. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/package.json +53 -0
  184. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/node_modules/supports-color/readme.md +76 -0
  185. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/package.json +68 -0
  186. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/readme.md +341 -0
  187. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/source/index.js +229 -0
  188. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/source/templates.js +134 -0
  189. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/chalk/source/util.js +39 -0
  190. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/LICENSE +21 -0
  191. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/README.md +192 -0
  192. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/index.d.ts +4 -0
  193. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/index.js +11 -0
  194. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/console-table-printer.d.ts +14 -0
  195. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/console-table-printer.js +36 -0
  196. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/input-converter.d.ts +6 -0
  197. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/input-converter.js +20 -0
  198. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table-printer.d.ts +6 -0
  199. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table-printer.js +142 -0
  200. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table.d.ts +31 -0
  201. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/internal-table.js +100 -0
  202. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/table-pre-processors.d.ts +3 -0
  203. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/internalTable/table-pre-processors.js +50 -0
  204. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/common.d.ts +14 -0
  205. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/common.js +2 -0
  206. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/external-table.d.ts +99 -0
  207. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/external-table.js +2 -0
  208. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/internal-table.d.ts +24 -0
  209. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/models/internal-table.js +2 -0
  210. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/colored-console-line.d.ts +12 -0
  211. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/colored-console-line.js +31 -0
  212. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/console-utils.d.ts +3 -0
  213. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/console-utils.js +23 -0
  214. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/string-utils.d.ts +4 -0
  215. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/string-utils.js +68 -0
  216. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-constants.d.ts +11 -0
  217. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-constants.js +55 -0
  218. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-helpers.d.ts +29 -0
  219. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/dist/src/utils/table-helpers.js +101 -0
  220. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/console-table-printer/package.json +50 -0
  221. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/LICENSE +21 -0
  222. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/README.md +94 -0
  223. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/index.d.ts +134 -0
  224. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/index.js +336 -0
  225. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/package.json +56 -0
  226. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
  227. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  228. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
  229. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/has-flag/index.d.ts +39 -0
  230. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/has-flag/index.js +8 -0
  231. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/has-flag/license +9 -0
  232. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/has-flag/package.json +46 -0
  233. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/has-flag/readme.md +89 -0
  234. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-finally/index.js +15 -0
  235. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-finally/license +21 -0
  236. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-finally/package.json +42 -0
  237. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-finally/readme.md +47 -0
  238. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-timeout/index.d.ts +72 -0
  239. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-timeout/index.js +57 -0
  240. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-timeout/license +9 -0
  241. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-timeout/package.json +45 -0
  242. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/p-timeout/readme.md +87 -0
  243. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/License +21 -0
  244. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/README.md +227 -0
  245. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/example/dns.js +31 -0
  246. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/example/stop.js +40 -0
  247. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/index.js +1 -0
  248. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/lib/retry.js +100 -0
  249. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/lib/retry_operation.js +162 -0
  250. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/retry/package.json +36 -0
  251. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/LICENSE +15 -0
  252. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/README.md +664 -0
  253. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/bin/semver.js +191 -0
  254. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/classes/comparator.js +143 -0
  255. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/classes/index.js +7 -0
  256. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/classes/range.js +557 -0
  257. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/classes/semver.js +333 -0
  258. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/clean.js +8 -0
  259. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/cmp.js +54 -0
  260. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/coerce.js +62 -0
  261. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/compare-build.js +9 -0
  262. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/compare-loose.js +5 -0
  263. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/compare.js +7 -0
  264. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/diff.js +60 -0
  265. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/eq.js +5 -0
  266. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/gt.js +5 -0
  267. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/gte.js +5 -0
  268. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/inc.js +21 -0
  269. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/lt.js +5 -0
  270. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/lte.js +5 -0
  271. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/major.js +5 -0
  272. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/minor.js +5 -0
  273. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/neq.js +5 -0
  274. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/parse.js +18 -0
  275. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/patch.js +5 -0
  276. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/prerelease.js +8 -0
  277. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/rcompare.js +5 -0
  278. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/rsort.js +5 -0
  279. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/satisfies.js +12 -0
  280. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/sort.js +5 -0
  281. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/functions/valid.js +8 -0
  282. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/index.js +91 -0
  283. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/constants.js +37 -0
  284. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/debug.js +11 -0
  285. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/identifiers.js +29 -0
  286. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/lrucache.js +42 -0
  287. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/parse-options.js +17 -0
  288. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/internal/re.js +223 -0
  289. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/package.json +78 -0
  290. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/preload.js +4 -0
  291. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/range.bnf +16 -0
  292. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/gtr.js +6 -0
  293. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/intersects.js +9 -0
  294. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/ltr.js +6 -0
  295. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/max-satisfying.js +27 -0
  296. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/min-satisfying.js +26 -0
  297. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/min-version.js +63 -0
  298. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/outside.js +82 -0
  299. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/simplify.js +49 -0
  300. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/subset.js +249 -0
  301. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/to-comparators.js +10 -0
  302. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/semver/ranges/valid.js +13 -0
  303. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/LICENSE +21 -0
  304. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/README.md +89 -0
  305. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/index.js +10 -0
  306. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/binary-search.js +24 -0
  307. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/models.js +2 -0
  308. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/non-spacing-chars.js +149 -0
  309. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/wcswidth.js +20 -0
  310. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/dist/src/wcwidth.js +67 -0
  311. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/index.d.ts +20 -0
  312. package/node_modules/@langchain/textsplitters/node_modules/@langchain/core/node_modules/simple-wcswidth/package.json +43 -0
  313. package/package.json +1 -1
  314. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/README.md +0 -0
  315. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/deep-compare-strict.d.ts +0 -0
  316. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/deep-compare-strict.js +0 -0
  317. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/dereference.d.ts +0 -0
  318. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/dereference.js +0 -0
  319. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/format.d.ts +0 -0
  320. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/format.js +0 -0
  321. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/index.d.ts +0 -0
  322. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/index.js +0 -0
  323. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/package.json +0 -0
  324. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/pointer.d.ts +0 -0
  325. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/pointer.js +0 -0
  326. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/types.d.ts +0 -0
  327. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/types.js +0 -0
  328. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/ucs2-length.d.ts +0 -0
  329. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/ucs2-length.js +0 -0
  330. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/validate.d.ts +0 -0
  331. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/validate.js +0 -0
  332. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/validator.d.ts +0 -0
  333. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/commonjs/validator.js +0 -0
  334. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/deep-compare-strict.d.ts +0 -0
  335. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/deep-compare-strict.js +0 -0
  336. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/dereference.d.ts +0 -0
  337. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/dereference.js +0 -0
  338. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/format.d.ts +0 -0
  339. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/format.js +0 -0
  340. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/index.d.ts +0 -0
  341. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/index.js +0 -0
  342. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/package.json +0 -0
  343. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/pointer.d.ts +0 -0
  344. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/pointer.js +0 -0
  345. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/types.d.ts +0 -0
  346. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/types.js +0 -0
  347. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/ucs2-length.d.ts +0 -0
  348. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/ucs2-length.js +0 -0
  349. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/validate.d.ts +0 -0
  350. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/validate.js +0 -0
  351. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/validator.d.ts +0 -0
  352. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/dist/esm/validator.js +0 -0
  353. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/package.json +0 -0
  354. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/deep-compare-strict.d.ts +0 -0
  355. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/deep-compare-strict.ts +0 -0
  356. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/dereference.d.ts +0 -0
  357. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/dereference.ts +0 -0
  358. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/format.d.ts +0 -0
  359. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/format.ts +0 -0
  360. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/index.d.ts +0 -0
  361. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/index.ts +0 -0
  362. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/pointer.d.ts +0 -0
  363. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/pointer.ts +0 -0
  364. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/types.d.ts +0 -0
  365. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/types.ts +0 -0
  366. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/ucs2-length.d.ts +0 -0
  367. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/ucs2-length.ts +0 -0
  368. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/validate.d.ts +0 -0
  369. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/validate.ts +0 -0
  370. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/validator.d.ts +0 -0
  371. /package/node_modules/{@cfworker → @langchain/core/node_modules/@cfworker}/json-schema/src/validator.ts +0 -0
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* sorted list of non-overlapping intervals of non-spacing characters */
4
+ /* generated by "uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c" */
5
+ const combining = [
6
+ { first: 0x0300, last: 0x036f },
7
+ { first: 0x0483, last: 0x0486 },
8
+ { first: 0x0488, last: 0x0489 },
9
+ { first: 0x0591, last: 0x05bd },
10
+ { first: 0x05bf, last: 0x05bf },
11
+ { first: 0x05c1, last: 0x05c2 },
12
+ { first: 0x05c4, last: 0x05c5 },
13
+ { first: 0x05c7, last: 0x05c7 },
14
+ { first: 0x0600, last: 0x0603 },
15
+ { first: 0x0610, last: 0x0615 },
16
+ { first: 0x064b, last: 0x065e },
17
+ { first: 0x0670, last: 0x0670 },
18
+ { first: 0x06d6, last: 0x06e4 },
19
+ { first: 0x06e7, last: 0x06e8 },
20
+ { first: 0x06ea, last: 0x06ed },
21
+ { first: 0x070f, last: 0x070f },
22
+ { first: 0x0711, last: 0x0711 },
23
+ { first: 0x0730, last: 0x074a },
24
+ { first: 0x07a6, last: 0x07b0 },
25
+ { first: 0x07eb, last: 0x07f3 },
26
+ { first: 0x0901, last: 0x0902 },
27
+ { first: 0x093c, last: 0x093c },
28
+ { first: 0x0941, last: 0x0948 },
29
+ { first: 0x094d, last: 0x094d },
30
+ { first: 0x0951, last: 0x0954 },
31
+ { first: 0x0962, last: 0x0963 },
32
+ { first: 0x0981, last: 0x0981 },
33
+ { first: 0x09bc, last: 0x09bc },
34
+ { first: 0x09c1, last: 0x09c4 },
35
+ { first: 0x09cd, last: 0x09cd },
36
+ { first: 0x09e2, last: 0x09e3 },
37
+ { first: 0x0a01, last: 0x0a02 },
38
+ { first: 0x0a3c, last: 0x0a3c },
39
+ { first: 0x0a41, last: 0x0a42 },
40
+ { first: 0x0a47, last: 0x0a48 },
41
+ { first: 0x0a4b, last: 0x0a4d },
42
+ { first: 0x0a70, last: 0x0a71 },
43
+ { first: 0x0a81, last: 0x0a82 },
44
+ { first: 0x0abc, last: 0x0abc },
45
+ { first: 0x0ac1, last: 0x0ac5 },
46
+ { first: 0x0ac7, last: 0x0ac8 },
47
+ { first: 0x0acd, last: 0x0acd },
48
+ { first: 0x0ae2, last: 0x0ae3 },
49
+ { first: 0x0b01, last: 0x0b01 },
50
+ { first: 0x0b3c, last: 0x0b3c },
51
+ { first: 0x0b3f, last: 0x0b3f },
52
+ { first: 0x0b41, last: 0x0b43 },
53
+ { first: 0x0b4d, last: 0x0b4d },
54
+ { first: 0x0b56, last: 0x0b56 },
55
+ { first: 0x0b82, last: 0x0b82 },
56
+ { first: 0x0bc0, last: 0x0bc0 },
57
+ { first: 0x0bcd, last: 0x0bcd },
58
+ { first: 0x0c3e, last: 0x0c40 },
59
+ { first: 0x0c46, last: 0x0c48 },
60
+ { first: 0x0c4a, last: 0x0c4d },
61
+ { first: 0x0c55, last: 0x0c56 },
62
+ { first: 0x0cbc, last: 0x0cbc },
63
+ { first: 0x0cbf, last: 0x0cbf },
64
+ { first: 0x0cc6, last: 0x0cc6 },
65
+ { first: 0x0ccc, last: 0x0ccd },
66
+ { first: 0x0ce2, last: 0x0ce3 },
67
+ { first: 0x0d41, last: 0x0d43 },
68
+ { first: 0x0d4d, last: 0x0d4d },
69
+ { first: 0x0dca, last: 0x0dca },
70
+ { first: 0x0dd2, last: 0x0dd4 },
71
+ { first: 0x0dd6, last: 0x0dd6 },
72
+ { first: 0x0e31, last: 0x0e31 },
73
+ { first: 0x0e34, last: 0x0e3a },
74
+ { first: 0x0e47, last: 0x0e4e },
75
+ { first: 0x0eb1, last: 0x0eb1 },
76
+ { first: 0x0eb4, last: 0x0eb9 },
77
+ { first: 0x0ebb, last: 0x0ebc },
78
+ { first: 0x0ec8, last: 0x0ecd },
79
+ { first: 0x0f18, last: 0x0f19 },
80
+ { first: 0x0f35, last: 0x0f35 },
81
+ { first: 0x0f37, last: 0x0f37 },
82
+ { first: 0x0f39, last: 0x0f39 },
83
+ { first: 0x0f71, last: 0x0f7e },
84
+ { first: 0x0f80, last: 0x0f84 },
85
+ { first: 0x0f86, last: 0x0f87 },
86
+ { first: 0x0f90, last: 0x0f97 },
87
+ { first: 0x0f99, last: 0x0fbc },
88
+ { first: 0x0fc6, last: 0x0fc6 },
89
+ { first: 0x102d, last: 0x1030 },
90
+ { first: 0x1032, last: 0x1032 },
91
+ { first: 0x1036, last: 0x1037 },
92
+ { first: 0x1039, last: 0x1039 },
93
+ { first: 0x1058, last: 0x1059 },
94
+ { first: 0x1160, last: 0x11ff },
95
+ { first: 0x135f, last: 0x135f },
96
+ { first: 0x1712, last: 0x1714 },
97
+ { first: 0x1732, last: 0x1734 },
98
+ { first: 0x1752, last: 0x1753 },
99
+ { first: 0x1772, last: 0x1773 },
100
+ { first: 0x17b4, last: 0x17b5 },
101
+ { first: 0x17b7, last: 0x17bd },
102
+ { first: 0x17c6, last: 0x17c6 },
103
+ { first: 0x17c9, last: 0x17d3 },
104
+ { first: 0x17dd, last: 0x17dd },
105
+ { first: 0x180b, last: 0x180d },
106
+ { first: 0x18a9, last: 0x18a9 },
107
+ { first: 0x1920, last: 0x1922 },
108
+ { first: 0x1927, last: 0x1928 },
109
+ { first: 0x1932, last: 0x1932 },
110
+ { first: 0x1939, last: 0x193b },
111
+ { first: 0x1a17, last: 0x1a18 },
112
+ { first: 0x1b00, last: 0x1b03 },
113
+ { first: 0x1b34, last: 0x1b34 },
114
+ { first: 0x1b36, last: 0x1b3a },
115
+ { first: 0x1b3c, last: 0x1b3c },
116
+ { first: 0x1b42, last: 0x1b42 },
117
+ { first: 0x1b6b, last: 0x1b73 },
118
+ { first: 0x1dc0, last: 0x1dca },
119
+ { first: 0x1dfe, last: 0x1dff },
120
+ { first: 0x200b, last: 0x200f },
121
+ { first: 0x202a, last: 0x202e },
122
+ { first: 0x2060, last: 0x2063 },
123
+ { first: 0x206a, last: 0x206f },
124
+ { first: 0x20d0, last: 0x20ef },
125
+ { first: 0x302a, last: 0x302f },
126
+ { first: 0x3099, last: 0x309a },
127
+ { first: 0xa806, last: 0xa806 },
128
+ { first: 0xa80b, last: 0xa80b },
129
+ { first: 0xa825, last: 0xa826 },
130
+ { first: 0xfb1e, last: 0xfb1e },
131
+ { first: 0xfe00, last: 0xfe0f },
132
+ { first: 0xfe20, last: 0xfe23 },
133
+ { first: 0xfeff, last: 0xfeff },
134
+ { first: 0xfff9, last: 0xfffb },
135
+ { first: 0x10a01, last: 0x10a03 },
136
+ { first: 0x10a05, last: 0x10a06 },
137
+ { first: 0x10a0c, last: 0x10a0f },
138
+ { first: 0x10a38, last: 0x10a3a },
139
+ { first: 0x10a3f, last: 0x10a3f },
140
+ { first: 0x1d167, last: 0x1d169 },
141
+ { first: 0x1d173, last: 0x1d182 },
142
+ { first: 0x1d185, last: 0x1d18b },
143
+ { first: 0x1d1aa, last: 0x1d1ad },
144
+ { first: 0x1d242, last: 0x1d244 },
145
+ { first: 0xe0001, last: 0xe0001 },
146
+ { first: 0xe0020, last: 0xe007f },
147
+ { first: 0xe0100, last: 0xe01ef },
148
+ ];
149
+ exports.default = combining;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const wcwidth_1 = __importDefault(require("./wcwidth"));
7
+ const mk_wcswidth = (pwcs) => {
8
+ let width = 0;
9
+ // eslint-disable-next-line no-plusplus
10
+ for (let i = 0; i < pwcs.length; i++) {
11
+ const charCode = pwcs.charCodeAt(i);
12
+ const w = (0, wcwidth_1.default)(charCode);
13
+ if (w < 0) {
14
+ return -1;
15
+ }
16
+ width += w;
17
+ }
18
+ return width;
19
+ };
20
+ exports.default = mk_wcswidth;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const non_spacing_chars_1 = __importDefault(require("./non-spacing-chars"));
7
+ const binary_search_1 = __importDefault(require("./binary-search"));
8
+ /* The following two functions define the column width of an ISO 10646
9
+ * character as follows:
10
+ *
11
+ * - The null character (U+0000) has a column width of 0.
12
+ *
13
+ * - Other C0/C1 control characters and DEL will lead to a return
14
+ * value of -1.
15
+ *
16
+ * - Non-spacing and enclosing combining characters (general
17
+ * category code Mn or Me in the Unicode database) have a
18
+ * column width of 0.
19
+ *
20
+ * - SOFT HYPHEN (U+00AD) has a column width of 1.
21
+ *
22
+ * - Other format characters (general category code Cf in the Unicode
23
+ * database) and ZERO WIDTH SPACE (U+200B) have a column width of 0.
24
+ *
25
+ * - Hangul Jamo medial vowels and final consonants (U+1160-U+11FF)
26
+ * have a column width of 0.
27
+ *
28
+ * - Spacing characters in the East Asian Wide (W) or East Asian
29
+ * Full-width (F) category as defined in Unicode Technical
30
+ * Report #11 have a column width of 2.
31
+ *
32
+ * - All remaining characters (including all printable
33
+ * ISO 8859-1 and WGL4 characters, Unicode control characters,
34
+ * etc.) have a column width of 1.
35
+ *
36
+ * This implementation assumes that wchar_t characters are encoded
37
+ * in ISO 10646.
38
+ */
39
+ const mk_wcwidth = (ucs) => {
40
+ /* test for 8-bit control characters */
41
+ if (ucs === 0) {
42
+ return 0;
43
+ }
44
+ if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0)) {
45
+ return -1;
46
+ }
47
+ /* binary search in table of non-spacing characters */
48
+ if ((0, binary_search_1.default)(ucs, non_spacing_chars_1.default, non_spacing_chars_1.default.length - 1)) {
49
+ return 0;
50
+ }
51
+ /* if we arrive here, ucs is not a combining or C0/C1 control character */
52
+ return (1 +
53
+ Number(ucs >= 0x1100 &&
54
+ (ucs <= 0x115f /* Hangul Jamo init. consonants */ ||
55
+ ucs === 0x2329 ||
56
+ ucs === 0x232a ||
57
+ (ucs >= 0x2e80 && ucs <= 0xa4cf && ucs !== 0x303f) /* CJK ... Yi */ ||
58
+ (ucs >= 0xac00 && ucs <= 0xd7a3) /* Hangul Syllables */ ||
59
+ (ucs >= 0xf900 && ucs <= 0xfaff) /* CJK Compatibility Ideographs */ ||
60
+ (ucs >= 0xfe10 && ucs <= 0xfe19) /* Vertical forms */ ||
61
+ (ucs >= 0xfe30 && ucs <= 0xfe6f) /* CJK Compatibility Forms */ ||
62
+ (ucs >= 0xff00 && ucs <= 0xff60) /* Fullwidth Forms */ ||
63
+ (ucs >= 0xffe0 && ucs <= 0xffe6) ||
64
+ (ucs >= 0x20000 && ucs <= 0x2fffd) ||
65
+ (ucs >= 0x30000 && ucs <= 0x3fffd))));
66
+ };
67
+ exports.default = mk_wcwidth;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Returns the width of a single character in terminal columns.
3
+ * @param ucs - The Unicode code point of the character
4
+ * @returns The width of the character in terminal columns:
5
+ * - 0 for null character
6
+ * - -1 for control characters
7
+ * - 0 for non-spacing characters
8
+ * - 1 for normal characters
9
+ * - 2 for wide characters (East Asian)
10
+ */
11
+ declare function wcwidth(ucs: number): number;
12
+
13
+ /**
14
+ * Returns the width of a string in terminal columns.
15
+ * @param pwcs - The string to measure
16
+ * @returns The width of the string in terminal columns, or -1 if the string contains control characters
17
+ */
18
+ declare function wcswidth(pwcs: string): number;
19
+
20
+ export { wcwidth, wcswidth };
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "simple-wcswidth",
3
+ "version": "1.1.2",
4
+ "description": "Simplified JS/TS implementation of wcswidth() written by Markus Kuhn in C",
5
+ "main": "dist/index.js",
6
+ "types": "index.d.ts",
7
+ "repository": "git@github.com:console-table-printer/simple-wcswidth.git",
8
+ "author": "Nahiyan Kamal <noyanayihan@gmail.com>",
9
+ "license": "MIT",
10
+ "scripts": {
11
+ "setup": "yarn",
12
+ "build": "tsc",
13
+ "format": "prettier --write \"**/*.{json,ts,tsx,yml,js,jsx}\"",
14
+ "test": "jest --config jestconfig.json",
15
+ "lint": "eslint ."
16
+ },
17
+ "keywords": [
18
+ "wcwidth",
19
+ "wcswidth",
20
+ "console-width"
21
+ ],
22
+ "files": [
23
+ "dist",
24
+ "index.d.ts"
25
+ ],
26
+ "devDependencies": {
27
+ "@eslint/js": "^9.29.0",
28
+ "@semantic-release/changelog": "^6.0.3",
29
+ "@semantic-release/git": "^10.0.1",
30
+ "@types/jest": "^30.0.0",
31
+ "eslint": "^9.29.0",
32
+ "eslint-config-prettier": "^10.1.5",
33
+ "eslint-plugin-prettier": "^5.5.1",
34
+ "husky": "^9.1.7",
35
+ "jest": "^30.0.3",
36
+ "prettier": "^3.6.1",
37
+ "pretty-quick": "^4.2.2",
38
+ "semantic-release": "^24.2.5",
39
+ "ts-jest": "^29.4.0",
40
+ "typescript": "^5.8.3",
41
+ "typescript-eslint": "^8.35.0"
42
+ }
43
+ }
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation. All rights reserved.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
@@ -0,0 +1,16 @@
1
+ # Installation
2
+ > `npm install --save @types/retry`
3
+
4
+ # Summary
5
+ This package contains type definitions for retry (https://github.com/tim-kos/node-retry).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/retry
9
+
10
+ Additional Details
11
+ * Last updated: Thu, 03 Jan 2019 17:45:51 GMT
12
+ * Dependencies: none
13
+ * Global values: none
14
+
15
+ # Credits
16
+ These definitions were written by Stan Goldmann <https://github.com/krenor>, BendingBender <https://github.com/BendingBender>.
@@ -0,0 +1,151 @@
1
+ // Type definitions for retry 0.12
2
+ // Project: https://github.com/tim-kos/node-retry
3
+ // Definitions by: Stan Goldmann <https://github.com/krenor>
4
+ // BendingBender <https://github.com/BendingBender>
5
+ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
+ // TypeScript Version: 2.3
7
+
8
+ export interface RetryOperation {
9
+ /**
10
+ * Returns an array of all errors that have been passed to `retryOperation.retry()` so far.
11
+ * The returning array has the errors ordered chronologically based on when they were passed to
12
+ * `retryOperation.retry()`, which means the first passed error is at index zero and the last is at the last index.
13
+ */
14
+ errors(): Error[];
15
+
16
+ /**
17
+ * A reference to the error object that occured most frequently.
18
+ * Errors are compared using the `error.message` property.
19
+ * If multiple error messages occured the same amount of time, the last error object with that message is returned.
20
+ *
21
+ * @return If no errors occured so far the value will be `null`.
22
+ */
23
+ mainError(): Error | null;
24
+
25
+ /**
26
+ * Defines the function that is to be retried and executes it for the first time right away.
27
+ *
28
+ * @param fn The function that is to be retried. `currentAttempt` represents the number of attempts
29
+ * callback has been executed so far.
30
+ * @param [timeoutOps.timeout] A timeout in milliseconds.
31
+ * @param [timeoutOps.callback] Callback to execute when the operation takes longer than the timeout.
32
+ */
33
+ attempt(fn: (currentAttempt: number) => void, timeoutOps?: AttemptTimeoutOptions): void;
34
+
35
+ /**
36
+ * Returns `false` when no `error` value is given, or the maximum amount of retries has been reached.
37
+ * Otherwise it returns `true`, and retries the operation after the timeout for the current attempt number.
38
+ */
39
+ retry(err?: Error): boolean;
40
+
41
+ /**
42
+ * Stops the operation being retried. Useful for aborting the operation on a fatal error etc.
43
+ */
44
+ stop(): void;
45
+
46
+ /**
47
+ * Resets the internal state of the operation object, so that you can call `attempt()` again as if
48
+ * this was a new operation object.
49
+ */
50
+ reset(): void;
51
+
52
+ /**
53
+ * Returns an int representing the number of attempts it took to call `fn` before it was successful.
54
+ */
55
+ attempts(): number;
56
+ }
57
+
58
+ export interface AttemptTimeoutOptions {
59
+ /**
60
+ * A timeout in milliseconds.
61
+ */
62
+ timeout?: number;
63
+ /**
64
+ * Callback to execute when the operation takes longer than the timeout.
65
+ */
66
+ callback?(): void;
67
+ }
68
+
69
+ /**
70
+ * Create a new RetryOperation object.
71
+ *
72
+ * @param [options.retries=10] The maximum amount of times to retry the operation.
73
+ * @param [options.factor=2] The exponential factor to use.
74
+ * @param [options.minTimeout=1000] The number of milliseconds before starting the first retry.
75
+ * @param [options.maxTimeout=Infinity] The maximum number of milliseconds between two retries.
76
+ * @param [options.randomize=false] Randomizes the timeouts by multiplying a factor between 1-2.
77
+ * @param [options.forever=false] Wether to retry forever.
78
+ * @param [options.unref=false] Wether to unref the setTimeout's.
79
+ *
80
+ */
81
+ export function operation(options?: OperationOptions): RetryOperation;
82
+
83
+ export interface OperationOptions extends TimeoutsOptions {
84
+ /**
85
+ * Whether to retry forever.
86
+ * @default false
87
+ */
88
+ forever?: boolean;
89
+ /**
90
+ * Whether to [unref](https://nodejs.org/api/timers.html#timers_unref) the setTimeout's.
91
+ * @default false
92
+ */
93
+ unref?: boolean;
94
+ /**
95
+ * The maximum time (in milliseconds) that the retried operation is allowed to run.
96
+ * @default Infinity
97
+ */
98
+ maxRetryTime?: number;
99
+ }
100
+
101
+ /** Get an array with timeouts and their return values in milliseconds. */
102
+ export function timeouts(options?: TimeoutsOptions): number[];
103
+
104
+ export interface TimeoutsOptions extends CreateTimeoutOptions {
105
+ /**
106
+ * The maximum amount of times to retry the operation.
107
+ * @default 10
108
+ */
109
+ retries?: number;
110
+ }
111
+
112
+ /**
113
+ * Create a new timeout (in milliseconds) based on the given parameters.
114
+ *
115
+ * @param attempt Representing for which retry the timeout should be calculated.
116
+ * @return timeout
117
+ */
118
+ export function createTimeout(attempt: number, options?: CreateTimeoutOptions): number;
119
+
120
+ export interface CreateTimeoutOptions {
121
+ /**
122
+ * The exponential factor to use.
123
+ * @default 2
124
+ */
125
+ factor?: number;
126
+ /**
127
+ * The number of milliseconds before starting the first retry.
128
+ * @default 1000
129
+ */
130
+ minTimeout?: number;
131
+ /**
132
+ * The maximum number of milliseconds between two retries.
133
+ * @default Infinity
134
+ */
135
+ maxTimeout?: number;
136
+ /**
137
+ * Randomizes the timeouts by multiplying a factor between 1-2.
138
+ * @default false
139
+ */
140
+ randomize?: boolean;
141
+ }
142
+
143
+ /**
144
+ * Wrap all functions of the object with retry.
145
+ *
146
+ * @param object The object to be wrapped
147
+ * @param methods Methods which need to be wrapped
148
+ *
149
+ */
150
+ export function wrap(object: object, methods?: string[]): void;
151
+ export function wrap(object: object, options?: OperationOptions, methods?: string[]): void;
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@types/retry",
3
+ "version": "0.12.0",
4
+ "description": "TypeScript definitions for retry",
5
+ "license": "MIT",
6
+ "contributors": [
7
+ {
8
+ "name": "Stan Goldmann",
9
+ "url": "https://github.com/krenor",
10
+ "githubUsername": "krenor"
11
+ },
12
+ {
13
+ "name": "BendingBender",
14
+ "url": "https://github.com/BendingBender",
15
+ "githubUsername": "BendingBender"
16
+ }
17
+ ],
18
+ "main": "",
19
+ "types": "index",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
23
+ },
24
+ "scripts": {},
25
+ "dependencies": {},
26
+ "typesPublisherContentHash": "dc8156aa3c27632d2585c45d8951c4a0f7ae9122bd17190d8973018556d174f3",
27
+ "typeScriptVersion": "2.3"
28
+ }
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE
@@ -0,0 +1,15 @@
1
+ # Installation
2
+ > `npm install --save @types/uuid`
3
+
4
+ # Summary
5
+ This package contains type definitions for uuid (https://github.com/uuidjs/uuid).
6
+
7
+ # Details
8
+ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
9
+
10
+ ### Additional Details
11
+ * Last updated: Thu, 20 Jun 2024 21:07:25 GMT
12
+ * Dependencies: none
13
+
14
+ # Credits
15
+ These definitions were written by [Oliver Hoffmann](https://github.com/iamolivinius), [Felipe Ochoa](https://github.com/felipeochoa), [Chris Barth](https://github.com/cjbarth), [Linus Unnebäck](https://github.com/LinusU), and [Christoph Tavan](https://github.com/ctavan).
@@ -0,0 +1,19 @@
1
+ import uuid from "./index.js";
2
+ export import v1 = uuid.v1;
3
+ export import v1ToV6 = uuid.v1ToV6;
4
+ export import v3 = uuid.v3;
5
+ export import v4 = uuid.v4;
6
+ export import v5 = uuid.v5;
7
+ export import v6 = uuid.v6;
8
+ export import v6ToV1 = uuid.v6ToV1;
9
+ export import v7 = uuid.v7;
10
+ export import NIL = uuid.NIL;
11
+ export import MAX = uuid.MAX;
12
+ export import version = uuid.version;
13
+ export import validate = uuid.validate;
14
+ export import stringify = uuid.stringify;
15
+ export import parse = uuid.parse;
16
+ export import V1Options = uuid.V1Options;
17
+ export import V4Options = uuid.V4Options;
18
+ export import V6Options = uuid.V6Options;
19
+ export import V7Options = uuid.V7Options;