@openclaw/feishu 2026.7.2-beta.4 → 2026.7.2-beta.7

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 (1806) hide show
  1. package/README.md +1 -1
  2. package/dist/accounts-u9X5Wsan.js +469 -0
  3. package/dist/api.js +66 -43
  4. package/dist/channel-CScE82zY.js +2795 -0
  5. package/dist/channel-plugin-api.js +1 -1
  6. package/dist/channel.runtime-B21e1E0r.js +889 -0
  7. package/dist/client-Dcbs6vml.js +248 -0
  8. package/dist/contract-api.js +2 -2
  9. package/dist/doctor-contract-BiD9tyIv.js +102 -0
  10. package/dist/doctor-contract-api.js +1 -1
  11. package/dist/drive-hSi_Utp0.js +1075 -0
  12. package/dist/media-CEUraFOR.js +1348 -0
  13. package/dist/monitor-DngbaA6a.js +62 -0
  14. package/dist/monitor.account-BnTWCw55.js +7153 -0
  15. package/dist/monitor.startup-CqH2tiJq.js +143 -0
  16. package/dist/probe-p3POS2RN.js +219 -0
  17. package/dist/runtime-api.js +1 -2
  18. package/dist/security-audit-D7WK_BHh.js +11 -0
  19. package/dist/security-audit-shared-BgpY7AiJ.js +33 -0
  20. package/dist/security-contract-api.js +1 -1
  21. package/dist/send-result-B9_BpUPx.js +770 -0
  22. package/dist/session-binding-contract-api.js +1 -1
  23. package/dist/setup-api.js +1 -1
  24. package/dist/subagent-hooks-Cx1cX7rW.js +239 -0
  25. package/dist/subagent-hooks-api.js +1 -1
  26. package/dist/thread-bindings-N3wkgkIN.js +220 -0
  27. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/CHANGELOG.md +686 -0
  28. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/README.md +355 -0
  29. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/index.d.ts +62 -0
  30. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/form_data.js +506 -0
  31. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/populate.js +10 -0
  32. package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/package.json +82 -0
  33. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/README.md +440 -0
  34. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js +9276 -0
  35. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js.map +1 -0
  36. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js +8 -0
  37. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -0
  38. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js +3556 -0
  39. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -0
  40. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js +8 -0
  41. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -0
  42. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js +11233 -0
  43. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js.map +1 -0
  44. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js +8 -0
  45. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js.map +1 -0
  46. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/README.md +70 -0
  47. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/README.md +5 -0
  48. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.d.ts +2 -0
  49. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.js +2 -0
  50. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.d.ts +87 -0
  51. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.generated.d.ts +417 -0
  52. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.js +1356 -0
  53. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.LICENSE +201 -0
  54. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.d.ts +20 -0
  55. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.generated.d.ts +49 -0
  56. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.js +951 -0
  57. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.d.ts +19 -0
  58. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.generated.d.ts +33 -0
  59. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.js +1276 -0
  60. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/annotations.json +85 -0
  61. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/http.json +87 -0
  62. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/api.json +124 -0
  63. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.json +126 -0
  64. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.proto +47 -0
  65. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.json +1465 -0
  66. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.proto +527 -0
  67. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/source_context.json +21 -0
  68. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/type.json +209 -0
  69. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/index.d.ts +3203 -0
  70. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/package.json +93 -0
  71. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/common.js +405 -0
  72. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/converter.js +352 -0
  73. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/decoder.js +279 -0
  74. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/encoder.js +123 -0
  75. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/enum.js +239 -0
  76. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/field.js +505 -0
  77. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-light.js +104 -0
  78. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-minimal.js +35 -0
  79. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index.js +12 -0
  80. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/mapfield.js +144 -0
  81. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/message.js +137 -0
  82. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/method.js +183 -0
  83. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/namespace.js +574 -0
  84. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/object.js +392 -0
  85. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/oneof.js +233 -0
  86. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/parse.js +1111 -0
  87. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader.js +788 -0
  88. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader_buffer.js +77 -0
  89. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/root.js +424 -0
  90. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/rpc/service.js +155 -0
  91. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/service.js +206 -0
  92. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/tokenize.js +421 -0
  93. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/type.js +676 -0
  94. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.js +25 -0
  95. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.d.ts +13 -0
  96. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.js +52 -0
  97. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.d.ts +32 -0
  98. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.js +146 -0
  99. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.d.ts +31 -0
  100. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.js +118 -0
  101. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.d.ts +45 -0
  102. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.js +86 -0
  103. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.d.ts +56 -0
  104. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.js +112 -0
  105. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.js +335 -0
  106. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/longbits.js +204 -0
  107. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/minimal.js +511 -0
  108. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.d.ts +22 -0
  109. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.js +100 -0
  110. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.d.ts +32 -0
  111. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.js +48 -0
  112. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.d.ts +24 -0
  113. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.js +190 -0
  114. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util.js +264 -0
  115. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/verifier.js +185 -0
  116. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/wrappers.js +106 -0
  117. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer.js +700 -0
  118. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer_buffer.js +100 -0
  119. package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/tsconfig.json +6 -0
  120. package/node_modules/mdast-util-from-markdown/node_modules/debug/LICENSE +20 -0
  121. package/node_modules/mdast-util-from-markdown/node_modules/debug/README.md +481 -0
  122. package/node_modules/mdast-util-from-markdown/node_modules/debug/package.json +64 -0
  123. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/browser.js +272 -0
  124. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/common.js +292 -0
  125. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/index.js +10 -0
  126. package/node_modules/mdast-util-from-markdown/node_modules/debug/src/node.js +263 -0
  127. package/node_modules/mdast-util-from-markdown/node_modules/ms/index.js +162 -0
  128. package/node_modules/mdast-util-from-markdown/node_modules/ms/license.md +21 -0
  129. package/node_modules/mdast-util-from-markdown/node_modules/ms/package.json +38 -0
  130. package/node_modules/mdast-util-from-markdown/node_modules/ms/readme.md +59 -0
  131. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/README.md +15 -0
  132. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/index.d.ts +1123 -0
  133. package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/package.json +47 -0
  134. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/LICENSE +21 -0
  135. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/README.md +15 -0
  136. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/index.d.ts +119 -0
  137. package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/package.json +60 -0
  138. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.d.ts +6 -0
  139. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.js +2132 -0
  140. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/package.json +78 -0
  141. package/node_modules/mdast-util-gfm-table/node_modules/character-entities/readme.md +152 -0
  142. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts +13 -0
  143. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts.map +1 -0
  144. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts +6 -0
  145. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts.map +1 -0
  146. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.js +32 -0
  147. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.js +19 -0
  148. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/package.json +90 -0
  149. package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/readme.md +136 -0
  150. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.js +86 -0
  151. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.min.js +1 -0
  152. package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.mjs +84 -0
  153. package/node_modules/mdast-util-gfm-table/node_modules/dequal/index.d.ts +1 -0
  154. package/node_modules/mdast-util-gfm-table/node_modules/dequal/license +21 -0
  155. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.d.ts +1 -0
  156. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.js +31 -0
  157. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.min.js +1 -0
  158. package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.mjs +29 -0
  159. package/node_modules/mdast-util-gfm-table/node_modules/dequal/package.json +57 -0
  160. package/node_modules/mdast-util-gfm-table/node_modules/dequal/readme.md +112 -0
  161. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/default.js +9 -0
  162. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.d.ts +84 -0
  163. package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.js +238 -0
  164. package/node_modules/mdast-util-gfm-table/node_modules/devlop/license +22 -0
  165. package/node_modules/mdast-util-gfm-table/node_modules/devlop/package.json +80 -0
  166. package/node_modules/mdast-util-gfm-table/node_modules/devlop/readme.md +360 -0
  167. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/license +22 -0
  168. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.d.ts +2 -0
  169. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.js +5 -0
  170. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.d.ts +31 -0
  171. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.js +108 -0
  172. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/license +22 -0
  173. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/package.json +78 -0
  174. package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/readme.md +218 -0
  175. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +195 -0
  176. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
  177. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.js +252 -0
  178. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts +195 -0
  179. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts.map +1 -0
  180. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.js +246 -0
  181. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/license +22 -0
  182. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/package.json +57 -0
  183. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/readme.md +446 -0
  184. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts +18 -0
  185. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts.map +1 -0
  186. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.js +38 -0
  187. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts +18 -0
  188. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts.map +1 -0
  189. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.js +27 -0
  190. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/license +22 -0
  191. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/package.json +59 -0
  192. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/readme.md +205 -0
  193. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +16 -0
  194. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +1 -0
  195. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +42 -0
  196. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +16 -0
  197. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +1 -0
  198. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.js +32 -0
  199. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/license +22 -0
  200. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/package.json +59 -0
  201. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/readme.md +184 -0
  202. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts +14 -0
  203. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts.map +1 -0
  204. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.js +53 -0
  205. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts +14 -0
  206. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts.map +1 -0
  207. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.js +45 -0
  208. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/license +22 -0
  209. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/package.json +63 -0
  210. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/readme.md +179 -0
  211. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
  212. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
  213. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +158 -0
  214. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
  215. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
  216. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +44 -0
  217. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
  218. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
  219. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.js +4 -0
  220. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
  221. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
  222. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.js +453 -0
  223. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
  224. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
  225. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.js +109 -0
  226. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/license +22 -0
  227. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/package.json +43 -0
  228. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/readme.md +168 -0
  229. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.d.ts +1312 -0
  230. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.js +2 -0
  231. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/license +22 -0
  232. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/package.json +71 -0
  233. package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/readme.md +151 -0
  234. package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/license +22 -0
  235. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.js +86 -0
  236. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.min.js +1 -0
  237. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.mjs +84 -0
  238. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/index.d.ts +1 -0
  239. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/license +21 -0
  240. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.d.ts +1 -0
  241. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.js +31 -0
  242. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.min.js +1 -0
  243. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.mjs +29 -0
  244. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/package.json +57 -0
  245. package/node_modules/micromark-extension-gfm-table/node_modules/dequal/readme.md +112 -0
  246. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/default.js +9 -0
  247. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.d.ts +84 -0
  248. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.js +238 -0
  249. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/license +22 -0
  250. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/package.json +80 -0
  251. package/node_modules/micromark-extension-gfm-table/node_modules/devlop/readme.md +360 -0
  252. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts +37 -0
  253. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts.map +1 -0
  254. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.js +67 -0
  255. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts +37 -0
  256. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts.map +1 -0
  257. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.js +64 -0
  258. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/license +22 -0
  259. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/package.json +55 -0
  260. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/readme.md +225 -0
  261. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +195 -0
  262. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
  263. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.js +252 -0
  264. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts +195 -0
  265. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts.map +1 -0
  266. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.js +246 -0
  267. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/license +22 -0
  268. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/package.json +57 -0
  269. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/readme.md +446 -0
  270. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
  271. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
  272. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +158 -0
  273. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
  274. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
  275. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +44 -0
  276. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
  277. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
  278. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.js +4 -0
  279. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
  280. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
  281. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.js +453 -0
  282. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
  283. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
  284. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.js +109 -0
  285. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/license +22 -0
  286. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/package.json +43 -0
  287. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/readme.md +168 -0
  288. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.d.ts +1312 -0
  289. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.js +2 -0
  290. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/license +22 -0
  291. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/package.json +71 -0
  292. package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/readme.md +151 -0
  293. package/openclaw.plugin.json +0 -6
  294. package/package.json +4 -5
  295. package/skills/feishu-doc/SKILL.md +4 -0
  296. package/dist/accounts-BDoGHJDk.js +0 -491
  297. package/dist/channel-DB1x6UJX.js +0 -2861
  298. package/dist/channel.runtime-B5yAAvbT.js +0 -889
  299. package/dist/client-Dee7cKsS.js +0 -250
  300. package/dist/doctor-contract-Cw5sdjOm.js +0 -85
  301. package/dist/drive-_zrcOxzS.js +0 -1072
  302. package/dist/media-CRJunSRr.js +0 -1346
  303. package/dist/monitor-8CLu6myv.js +0 -62
  304. package/dist/monitor.account-CkYj45PC.js +0 -7134
  305. package/dist/monitor.startup-CSUPT_U1.js +0 -143
  306. package/dist/probe-Za1kgUvx.js +0 -219
  307. package/dist/security-audit-BIeA3W3Q.js +0 -11
  308. package/dist/security-audit-shared-BIHeF-S_.js +0 -38
  309. package/dist/send-result-DfE5Fhz6.js +0 -781
  310. package/dist/subagent-hooks-BKTOxB-T.js +0 -239
  311. package/dist/thread-bindings-V0bwk0A1.js +0 -222
  312. package/node_modules/@protobufjs/aspromise/LICENSE +0 -26
  313. package/node_modules/@protobufjs/aspromise/README.md +0 -13
  314. package/node_modules/@protobufjs/aspromise/index.d.ts +0 -13
  315. package/node_modules/@protobufjs/aspromise/index.js +0 -52
  316. package/node_modules/@protobufjs/aspromise/package.json +0 -21
  317. package/node_modules/@protobufjs/aspromise/tests/index.js +0 -130
  318. package/node_modules/@protobufjs/base64/LICENSE +0 -26
  319. package/node_modules/@protobufjs/base64/README.md +0 -19
  320. package/node_modules/@protobufjs/base64/index.d.ts +0 -32
  321. package/node_modules/@protobufjs/base64/index.js +0 -139
  322. package/node_modules/@protobufjs/base64/package.json +0 -21
  323. package/node_modules/@protobufjs/base64/tests/index.js +0 -46
  324. package/node_modules/@protobufjs/codegen/LICENSE +0 -26
  325. package/node_modules/@protobufjs/codegen/README.md +0 -49
  326. package/node_modules/@protobufjs/codegen/index.d.ts +0 -31
  327. package/node_modules/@protobufjs/codegen/index.js +0 -112
  328. package/node_modules/@protobufjs/codegen/package.json +0 -13
  329. package/node_modules/@protobufjs/codegen/tests/index.js +0 -13
  330. package/node_modules/@protobufjs/eventemitter/CHANGELOG.md +0 -8
  331. package/node_modules/@protobufjs/eventemitter/LICENSE +0 -26
  332. package/node_modules/@protobufjs/eventemitter/README.md +0 -22
  333. package/node_modules/@protobufjs/eventemitter/index.d.ts +0 -45
  334. package/node_modules/@protobufjs/eventemitter/index.js +0 -86
  335. package/node_modules/@protobufjs/eventemitter/package.json +0 -21
  336. package/node_modules/@protobufjs/eventemitter/tests/index.js +0 -83
  337. package/node_modules/@protobufjs/fetch/CHANGELOG.md +0 -8
  338. package/node_modules/@protobufjs/fetch/LICENSE +0 -26
  339. package/node_modules/@protobufjs/fetch/README.md +0 -13
  340. package/node_modules/@protobufjs/fetch/index.d.ts +0 -56
  341. package/node_modules/@protobufjs/fetch/index.js +0 -112
  342. package/node_modules/@protobufjs/fetch/package.json +0 -27
  343. package/node_modules/@protobufjs/fetch/tests/data/file.txt +0 -1
  344. package/node_modules/@protobufjs/fetch/tests/index.js +0 -158
  345. package/node_modules/@protobufjs/fetch/util/fs.js +0 -11
  346. package/node_modules/@protobufjs/float/LICENSE +0 -26
  347. package/node_modules/@protobufjs/float/README.md +0 -102
  348. package/node_modules/@protobufjs/float/bench/index.js +0 -87
  349. package/node_modules/@protobufjs/float/bench/suite.js +0 -46
  350. package/node_modules/@protobufjs/float/index.js +0 -335
  351. package/node_modules/@protobufjs/float/package.json +0 -26
  352. package/node_modules/@protobufjs/float/tests/index.js +0 -100
  353. package/node_modules/@protobufjs/path/LICENSE +0 -26
  354. package/node_modules/@protobufjs/path/README.md +0 -19
  355. package/node_modules/@protobufjs/path/index.d.ts +0 -22
  356. package/node_modules/@protobufjs/path/index.js +0 -65
  357. package/node_modules/@protobufjs/path/package.json +0 -21
  358. package/node_modules/@protobufjs/path/tests/index.js +0 -60
  359. package/node_modules/@protobufjs/pool/.npmignore +0 -3
  360. package/node_modules/@protobufjs/pool/LICENSE +0 -26
  361. package/node_modules/@protobufjs/pool/README.md +0 -13
  362. package/node_modules/@protobufjs/pool/index.d.ts +0 -32
  363. package/node_modules/@protobufjs/pool/index.js +0 -48
  364. package/node_modules/@protobufjs/pool/package.json +0 -21
  365. package/node_modules/@protobufjs/pool/tests/index.js +0 -33
  366. package/node_modules/@protobufjs/utf8/CHANGELOG.md +0 -8
  367. package/node_modules/@protobufjs/utf8/LICENSE +0 -26
  368. package/node_modules/@protobufjs/utf8/README.md +0 -20
  369. package/node_modules/@protobufjs/utf8/index.d.ts +0 -24
  370. package/node_modules/@protobufjs/utf8/index.js +0 -115
  371. package/node_modules/@protobufjs/utf8/package.json +0 -21
  372. package/node_modules/@protobufjs/utf8/tests/data/surrogate_pair_bug.txt +0 -207
  373. package/node_modules/@protobufjs/utf8/tests/data/utf8.txt +0 -216
  374. package/node_modules/@protobufjs/utf8/tests/index.js +0 -79
  375. package/node_modules/@types/node/README.md +0 -15
  376. package/node_modules/@types/node/assert/strict.d.ts +0 -68
  377. package/node_modules/@types/node/assert.d.ts +0 -1077
  378. package/node_modules/@types/node/async_hooks.d.ts +0 -711
  379. package/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  380. package/node_modules/@types/node/buffer.d.ts +0 -1799
  381. package/node_modules/@types/node/child_process.d.ts +0 -1362
  382. package/node_modules/@types/node/cluster.d.ts +0 -432
  383. package/node_modules/@types/node/console.d.ts +0 -93
  384. package/node_modules/@types/node/constants.d.ts +0 -14
  385. package/node_modules/@types/node/crypto.d.ts +0 -3954
  386. package/node_modules/@types/node/dgram.d.ts +0 -537
  387. package/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  388. package/node_modules/@types/node/dns/promises.d.ts +0 -497
  389. package/node_modules/@types/node/dns.d.ts +0 -876
  390. package/node_modules/@types/node/domain.d.ts +0 -150
  391. package/node_modules/@types/node/events.d.ts +0 -1008
  392. package/node_modules/@types/node/ffi.d.ts +0 -486
  393. package/node_modules/@types/node/fs/promises.d.ts +0 -1481
  394. package/node_modules/@types/node/fs.d.ts +0 -4786
  395. package/node_modules/@types/node/globals.d.ts +0 -150
  396. package/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  397. package/node_modules/@types/node/http.d.ts +0 -2172
  398. package/node_modules/@types/node/http2.d.ts +0 -2489
  399. package/node_modules/@types/node/https.d.ts +0 -400
  400. package/node_modules/@types/node/index.d.ts +0 -115
  401. package/node_modules/@types/node/inspector/promises.d.ts +0 -35
  402. package/node_modules/@types/node/inspector.d.ts +0 -264
  403. package/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  404. package/node_modules/@types/node/module.d.ts +0 -726
  405. package/node_modules/@types/node/net.d.ts +0 -970
  406. package/node_modules/@types/node/os.d.ts +0 -498
  407. package/node_modules/@types/node/package.json +0 -155
  408. package/node_modules/@types/node/path/posix.d.ts +0 -8
  409. package/node_modules/@types/node/path/win32.d.ts +0 -8
  410. package/node_modules/@types/node/path.d.ts +0 -178
  411. package/node_modules/@types/node/perf_hooks.d.ts +0 -604
  412. package/node_modules/@types/node/process.d.ts +0 -2217
  413. package/node_modules/@types/node/punycode.d.ts +0 -89
  414. package/node_modules/@types/node/querystring.d.ts +0 -139
  415. package/node_modules/@types/node/quic.d.ts +0 -978
  416. package/node_modules/@types/node/readline/promises.d.ts +0 -158
  417. package/node_modules/@types/node/readline.d.ts +0 -508
  418. package/node_modules/@types/node/repl.d.ts +0 -420
  419. package/node_modules/@types/node/sea.d.ts +0 -47
  420. package/node_modules/@types/node/sqlite.d.ts +0 -1123
  421. package/node_modules/@types/node/stream/consumers.d.ts +0 -114
  422. package/node_modules/@types/node/stream/iter.d.ts +0 -451
  423. package/node_modules/@types/node/stream/promises.d.ts +0 -211
  424. package/node_modules/@types/node/stream/web.d.ts +0 -300
  425. package/node_modules/@types/node/stream.d.ts +0 -1806
  426. package/node_modules/@types/node/string_decoder.d.ts +0 -27
  427. package/node_modules/@types/node/test/reporters.d.ts +0 -59
  428. package/node_modules/@types/node/test.d.ts +0 -2389
  429. package/node_modules/@types/node/timers/promises.d.ts +0 -93
  430. package/node_modules/@types/node/timers.d.ts +0 -149
  431. package/node_modules/@types/node/tls.d.ts +0 -1193
  432. package/node_modules/@types/node/trace_events.d.ts +0 -103
  433. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  434. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  435. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  436. package/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  437. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  438. package/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  439. package/node_modules/@types/node/tty.d.ts +0 -225
  440. package/node_modules/@types/node/url.d.ts +0 -556
  441. package/node_modules/@types/node/util/types.d.ts +0 -558
  442. package/node_modules/@types/node/util.d.ts +0 -1677
  443. package/node_modules/@types/node/v8.d.ts +0 -1062
  444. package/node_modules/@types/node/vm.d.ts +0 -1136
  445. package/node_modules/@types/node/wasi.d.ts +0 -131
  446. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  447. package/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  448. package/node_modules/@types/node/web-globals/console.d.ts +0 -9
  449. package/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  450. package/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  451. package/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  452. package/node_modules/@types/node/web-globals/events.d.ts +0 -106
  453. package/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  454. package/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  455. package/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  456. package/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  457. package/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  458. package/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  459. package/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  460. package/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  461. package/node_modules/@types/node/web-globals/url.d.ts +0 -24
  462. package/node_modules/@types/node/worker_threads.d.ts +0 -669
  463. package/node_modules/@types/node/zlib/iter.d.ts +0 -131
  464. package/node_modules/@types/node/zlib.d.ts +0 -589
  465. package/node_modules/form-data/CHANGELOG.md +0 -669
  466. package/node_modules/form-data/README.md +0 -350
  467. package/node_modules/form-data/index.d.ts +0 -51
  468. package/node_modules/form-data/lib/form_data.js +0 -514
  469. package/node_modules/form-data/lib/populate.js +0 -10
  470. package/node_modules/form-data/package.json +0 -83
  471. package/node_modules/protobufjs/README.md +0 -727
  472. package/node_modules/protobufjs/dist/light/protobuf.js +0 -8041
  473. package/node_modules/protobufjs/dist/light/protobuf.js.map +0 -1
  474. package/node_modules/protobufjs/dist/light/protobuf.min.js +0 -8
  475. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +0 -1
  476. package/node_modules/protobufjs/dist/minimal/protobuf.js +0 -2791
  477. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +0 -1
  478. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +0 -8
  479. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +0 -1
  480. package/node_modules/protobufjs/dist/protobuf.js +0 -9868
  481. package/node_modules/protobufjs/dist/protobuf.js.map +0 -1
  482. package/node_modules/protobufjs/dist/protobuf.min.js +0 -8
  483. package/node_modules/protobufjs/dist/protobuf.min.js.map +0 -1
  484. package/node_modules/protobufjs/ext/descriptor/README.md +0 -72
  485. package/node_modules/protobufjs/ext/descriptor/index.d.ts +0 -195
  486. package/node_modules/protobufjs/ext/descriptor/index.js +0 -1186
  487. package/node_modules/protobufjs/ext/descriptor/test.js +0 -54
  488. package/node_modules/protobufjs/google/api/annotations.json +0 -83
  489. package/node_modules/protobufjs/google/api/http.json +0 -86
  490. package/node_modules/protobufjs/google/protobuf/api.json +0 -118
  491. package/node_modules/protobufjs/google/protobuf/descriptor.json +0 -1382
  492. package/node_modules/protobufjs/google/protobuf/descriptor.proto +0 -535
  493. package/node_modules/protobufjs/google/protobuf/source_context.json +0 -20
  494. package/node_modules/protobufjs/google/protobuf/type.json +0 -202
  495. package/node_modules/protobufjs/index.d.ts +0 -2832
  496. package/node_modules/protobufjs/package.json +0 -119
  497. package/node_modules/protobufjs/scripts/postinstall.js +0 -32
  498. package/node_modules/protobufjs/src/common.js +0 -399
  499. package/node_modules/protobufjs/src/converter.js +0 -318
  500. package/node_modules/protobufjs/src/decoder.js +0 -135
  501. package/node_modules/protobufjs/src/encoder.js +0 -103
  502. package/node_modules/protobufjs/src/enum.js +0 -226
  503. package/node_modules/protobufjs/src/field.js +0 -453
  504. package/node_modules/protobufjs/src/index-light.js +0 -104
  505. package/node_modules/protobufjs/src/index-minimal.js +0 -36
  506. package/node_modules/protobufjs/src/index.js +0 -12
  507. package/node_modules/protobufjs/src/mapfield.js +0 -126
  508. package/node_modules/protobufjs/src/message.js +0 -143
  509. package/node_modules/protobufjs/src/method.js +0 -160
  510. package/node_modules/protobufjs/src/namespace.js +0 -558
  511. package/node_modules/protobufjs/src/object.js +0 -382
  512. package/node_modules/protobufjs/src/oneof.js +0 -222
  513. package/node_modules/protobufjs/src/parse.js +0 -992
  514. package/node_modules/protobufjs/src/reader.js +0 -426
  515. package/node_modules/protobufjs/src/reader_buffer.js +0 -51
  516. package/node_modules/protobufjs/src/root.js +0 -412
  517. package/node_modules/protobufjs/src/rpc/service.js +0 -142
  518. package/node_modules/protobufjs/src/service.js +0 -193
  519. package/node_modules/protobufjs/src/tokenize.js +0 -416
  520. package/node_modules/protobufjs/src/type.js +0 -632
  521. package/node_modules/protobufjs/src/typescript.jsdoc +0 -15
  522. package/node_modules/protobufjs/src/util/longbits.js +0 -200
  523. package/node_modules/protobufjs/src/util/minimal.js +0 -491
  524. package/node_modules/protobufjs/src/util.js +0 -230
  525. package/node_modules/protobufjs/src/verifier.js +0 -180
  526. package/node_modules/protobufjs/src/wrappers.js +0 -107
  527. package/node_modules/protobufjs/src/writer.js +0 -467
  528. package/node_modules/protobufjs/src/writer_buffer.js +0 -85
  529. package/node_modules/protobufjs/tsconfig.json +0 -8
  530. package/node_modules/safe-buffer/LICENSE +0 -21
  531. package/node_modules/safe-buffer/README.md +0 -584
  532. package/node_modules/safe-buffer/index.d.ts +0 -187
  533. package/node_modules/safe-buffer/index.js +0 -65
  534. package/node_modules/safe-buffer/package.json +0 -51
  535. package/node_modules/undici-types/LICENSE +0 -21
  536. package/node_modules/undici-types/README.md +0 -6
  537. package/node_modules/undici-types/agent.d.ts +0 -30
  538. package/node_modules/undici-types/api.d.ts +0 -43
  539. package/node_modules/undici-types/balanced-pool.d.ts +0 -30
  540. package/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  541. package/node_modules/undici-types/cache.d.ts +0 -36
  542. package/node_modules/undici-types/client-stats.d.ts +0 -15
  543. package/node_modules/undici-types/client.d.ts +0 -129
  544. package/node_modules/undici-types/connector.d.ts +0 -36
  545. package/node_modules/undici-types/content-type.d.ts +0 -21
  546. package/node_modules/undici-types/cookies.d.ts +0 -30
  547. package/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  548. package/node_modules/undici-types/dispatcher.d.ts +0 -253
  549. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
  550. package/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  551. package/node_modules/undici-types/errors.d.ts +0 -177
  552. package/node_modules/undici-types/eventsource.d.ts +0 -66
  553. package/node_modules/undici-types/fetch.d.ts +0 -231
  554. package/node_modules/undici-types/formdata.d.ts +0 -108
  555. package/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  556. package/node_modules/undici-types/global-origin.d.ts +0 -7
  557. package/node_modules/undici-types/h2c-client.d.ts +0 -73
  558. package/node_modules/undici-types/handlers.d.ts +0 -14
  559. package/node_modules/undici-types/header.d.ts +0 -165
  560. package/node_modules/undici-types/index.d.ts +0 -93
  561. package/node_modules/undici-types/interceptors.d.ts +0 -80
  562. package/node_modules/undici-types/mock-agent.d.ts +0 -68
  563. package/node_modules/undici-types/mock-call-history.d.ts +0 -111
  564. package/node_modules/undici-types/mock-client.d.ts +0 -27
  565. package/node_modules/undici-types/mock-errors.d.ts +0 -12
  566. package/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  567. package/node_modules/undici-types/mock-pool.d.ts +0 -27
  568. package/node_modules/undici-types/package.json +0 -55
  569. package/node_modules/undici-types/patch.d.ts +0 -29
  570. package/node_modules/undici-types/pool-stats.d.ts +0 -19
  571. package/node_modules/undici-types/pool.d.ts +0 -39
  572. package/node_modules/undici-types/proxy-agent.d.ts +0 -29
  573. package/node_modules/undici-types/readable.d.ts +0 -68
  574. package/node_modules/undici-types/retry-agent.d.ts +0 -8
  575. package/node_modules/undici-types/retry-handler.d.ts +0 -125
  576. package/node_modules/undici-types/round-robin-pool.d.ts +0 -39
  577. package/node_modules/undici-types/snapshot-agent.d.ts +0 -113
  578. package/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
  579. package/node_modules/undici-types/util.d.ts +0 -18
  580. package/node_modules/undici-types/utility.d.ts +0 -7
  581. package/node_modules/undici-types/webidl.d.ts +0 -346
  582. package/node_modules/undici-types/websocket.d.ts +0 -188
  583. package/npm-shrinkwrap.json +0 -1374
  584. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/README.md +0 -0
  585. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.d.ts +0 -0
  586. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.js +0 -0
  587. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.js.map +0 -0
  588. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.d.ts +0 -0
  589. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.js +0 -0
  590. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.js.map +0 -0
  591. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/package.json +0 -0
  592. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/src/index.ts +0 -0
  593. /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/src/promisify.ts +0 -0
  594. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/LICENSE +0 -0
  595. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/README.md +0 -0
  596. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/bench.js +0 -0
  597. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/index.js +0 -0
  598. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/abort.js +0 -0
  599. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/async.js +0 -0
  600. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/defer.js +0 -0
  601. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/iterate.js +0 -0
  602. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_asynckit.js +0 -0
  603. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_parallel.js +0 -0
  604. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_serial.js +0 -0
  605. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_serial_ordered.js +0 -0
  606. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/state.js +0 -0
  607. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/streamify.js +0 -0
  608. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/terminator.js +0 -0
  609. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/package.json +0 -0
  610. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/parallel.js +0 -0
  611. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/serial.js +0 -0
  612. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/serialOrdered.js +0 -0
  613. /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/stream.js +0 -0
  614. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/CHANGELOG.md +0 -0
  615. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/LICENSE +0 -0
  616. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/MIGRATION_GUIDE.md +0 -0
  617. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/README.md +0 -0
  618. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.js +0 -0
  619. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.min.js +0 -0
  620. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.min.js.map +0 -0
  621. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/browser/axios.cjs +0 -0
  622. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.js +0 -0
  623. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.min.js +0 -0
  624. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.min.js.map +0 -0
  625. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/node/axios.cjs +0 -0
  626. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.d.cts +0 -0
  627. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.d.ts +0 -0
  628. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.js +0 -0
  629. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/README.md +0 -0
  630. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/adapters.js +0 -0
  631. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/fetch.js +0 -0
  632. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/http.js +0 -0
  633. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/xhr.js +0 -0
  634. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/axios.js +0 -0
  635. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/CancelToken.js +0 -0
  636. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/CanceledError.js +0 -0
  637. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/isCancel.js +0 -0
  638. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/Axios.js +0 -0
  639. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/AxiosError.js +0 -0
  640. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/AxiosHeaders.js +0 -0
  641. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/InterceptorManager.js +0 -0
  642. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/README.md +0 -0
  643. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/buildFullPath.js +0 -0
  644. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/dispatchRequest.js +0 -0
  645. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/mergeConfig.js +0 -0
  646. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/settle.js +0 -0
  647. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/transformData.js +0 -0
  648. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/defaults/index.js +0 -0
  649. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/defaults/transitional.js +0 -0
  650. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/README.md +0 -0
  651. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/classes/FormData.js +0 -0
  652. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/data.js +0 -0
  653. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/AxiosTransformStream.js +0 -0
  654. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/AxiosURLSearchParams.js +0 -0
  655. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/Http2Sessions.js +0 -0
  656. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/HttpStatusCode.js +0 -0
  657. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/README.md +0 -0
  658. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/ZlibHeaderTransformStream.js +0 -0
  659. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/bind.js +0 -0
  660. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/buildURL.js +0 -0
  661. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/callbackify.js +0 -0
  662. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/combineURLs.js +0 -0
  663. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/composeSignals.js +0 -0
  664. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/cookies.js +0 -0
  665. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/deprecatedMethod.js +0 -0
  666. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/estimateDataURLDecodedBytes.js +0 -0
  667. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/formDataToJSON.js +0 -0
  668. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/formDataToStream.js +0 -0
  669. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/fromDataURI.js +0 -0
  670. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isAbsoluteURL.js +0 -0
  671. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isAxiosError.js +0 -0
  672. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isURLSameOrigin.js +0 -0
  673. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/null.js +0 -0
  674. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/parseHeaders.js +0 -0
  675. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/parseProtocol.js +0 -0
  676. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/progressEventReducer.js +0 -0
  677. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/readBlob.js +0 -0
  678. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/resolveConfig.js +0 -0
  679. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/sanitizeHeaderValue.js +0 -0
  680. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/shouldBypassProxy.js +0 -0
  681. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/speedometer.js +0 -0
  682. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/spread.js +0 -0
  683. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/throttle.js +0 -0
  684. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/toFormData.js +0 -0
  685. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/toURLEncodedForm.js +0 -0
  686. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/trackStream.js +0 -0
  687. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/validator.js +0 -0
  688. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/Blob.js +0 -0
  689. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/FormData.js +0 -0
  690. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/URLSearchParams.js +0 -0
  691. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/index.js +0 -0
  692. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/common/utils.js +0 -0
  693. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/index.js +0 -0
  694. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/classes/FormData.js +0 -0
  695. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/classes/URLSearchParams.js +0 -0
  696. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/index.js +0 -0
  697. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/utils.js +0 -0
  698. /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/package.json +0 -0
  699. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.eslintrc +0 -0
  700. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.github/FUNDING.yml +0 -0
  701. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.nycrc +0 -0
  702. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/CHANGELOG.md +0 -0
  703. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/LICENSE +0 -0
  704. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/README.md +0 -0
  705. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/actualApply.d.ts +0 -0
  706. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/actualApply.js +0 -0
  707. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/applyBind.d.ts +0 -0
  708. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/applyBind.js +0 -0
  709. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionApply.d.ts +0 -0
  710. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionApply.js +0 -0
  711. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionCall.d.ts +0 -0
  712. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionCall.js +0 -0
  713. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/index.d.ts +0 -0
  714. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/index.js +0 -0
  715. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/package.json +0 -0
  716. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/reflectApply.d.ts +0 -0
  717. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/reflectApply.js +0 -0
  718. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/test/index.js +0 -0
  719. /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/tsconfig.json +0 -0
  720. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.eslintrc +0 -0
  721. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.github/FUNDING.yml +0 -0
  722. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.nycrc +0 -0
  723. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/CHANGELOG.md +0 -0
  724. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/LICENSE +0 -0
  725. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/README.md +0 -0
  726. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/index.d.ts +0 -0
  727. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/index.js +0 -0
  728. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/package.json +0 -0
  729. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/test/index.js +0 -0
  730. /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/tsconfig.json +0 -0
  731. /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/License +0 -0
  732. /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/Readme.md +0 -0
  733. /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/lib/combined_stream.js +0 -0
  734. /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/package.json +0 -0
  735. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/LICENSE +0 -0
  736. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/README.md +0 -0
  737. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/package.json +0 -0
  738. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/browser.js +0 -0
  739. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/common.js +0 -0
  740. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/index.js +0 -0
  741. /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/node.js +0 -0
  742. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/.npmignore +0 -0
  743. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/License +0 -0
  744. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/Makefile +0 -0
  745. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/Readme.md +0 -0
  746. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/lib/delayed_stream.js +0 -0
  747. /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/package.json +0 -0
  748. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.eslintrc +0 -0
  749. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.github/FUNDING.yml +0 -0
  750. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.nycrc +0 -0
  751. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/CHANGELOG.md +0 -0
  752. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/LICENSE +0 -0
  753. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/README.md +0 -0
  754. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/get.d.ts +0 -0
  755. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/get.js +0 -0
  756. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/package.json +0 -0
  757. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/set.d.ts +0 -0
  758. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/set.js +0 -0
  759. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/get.js +0 -0
  760. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/index.js +0 -0
  761. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/set.js +0 -0
  762. /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/tsconfig.json +0 -0
  763. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.eslintrc +0 -0
  764. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.github/FUNDING.yml +0 -0
  765. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.nycrc +0 -0
  766. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/CHANGELOG.md +0 -0
  767. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/LICENSE +0 -0
  768. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/README.md +0 -0
  769. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/index.d.ts +0 -0
  770. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/index.js +0 -0
  771. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/package.json +0 -0
  772. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/test/index.js +0 -0
  773. /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/tsconfig.json +0 -0
  774. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/.eslintrc +0 -0
  775. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/.github/FUNDING.yml +0 -0
  776. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/CHANGELOG.md +0 -0
  777. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/LICENSE +0 -0
  778. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/README.md +0 -0
  779. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/eval.d.ts +0 -0
  780. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/eval.js +0 -0
  781. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/index.d.ts +0 -0
  782. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/index.js +0 -0
  783. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/package.json +0 -0
  784. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/range.d.ts +0 -0
  785. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/range.js +0 -0
  786. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/ref.d.ts +0 -0
  787. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/ref.js +0 -0
  788. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/syntax.d.ts +0 -0
  789. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/syntax.js +0 -0
  790. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/test/index.js +0 -0
  791. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/tsconfig.json +0 -0
  792. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/type.d.ts +0 -0
  793. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/type.js +0 -0
  794. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/uri.d.ts +0 -0
  795. /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/uri.js +0 -0
  796. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/.eslintrc +0 -0
  797. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/.github/FUNDING.yml +0 -0
  798. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/CHANGELOG.md +0 -0
  799. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/LICENSE +0 -0
  800. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/README.md +0 -0
  801. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/RequireObjectCoercible.d.ts +0 -0
  802. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/RequireObjectCoercible.js +0 -0
  803. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/ToObject.d.ts +0 -0
  804. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/ToObject.js +0 -0
  805. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/index.d.ts +0 -0
  806. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/index.js +0 -0
  807. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/isObject.d.ts +0 -0
  808. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/isObject.js +0 -0
  809. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/package.json +0 -0
  810. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/test/index.js +0 -0
  811. /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/tsconfig.json +0 -0
  812. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/.eslintrc +0 -0
  813. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/.nycrc +0 -0
  814. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/CHANGELOG.md +0 -0
  815. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/LICENSE +0 -0
  816. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/README.md +0 -0
  817. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/index.d.ts +0 -0
  818. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/index.js +0 -0
  819. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/package.json +0 -0
  820. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/test/index.js +0 -0
  821. /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/tsconfig.json +0 -0
  822. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/LICENSE +0 -0
  823. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/README.md +0 -0
  824. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/debug.js +0 -0
  825. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/http.js +0 -0
  826. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/https.js +0 -0
  827. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/index.js +0 -0
  828. /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/package.json +0 -0
  829. /package/node_modules/{form-data → @larksuiteoapi/node-sdk/node_modules/form-data}/License +0 -0
  830. /package/node_modules/{form-data → @larksuiteoapi/node-sdk/node_modules/form-data}/lib/browser.js +0 -0
  831. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.eslintrc +0 -0
  832. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.github/FUNDING.yml +0 -0
  833. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.github/SECURITY.md +0 -0
  834. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.nycrc +0 -0
  835. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/CHANGELOG.md +0 -0
  836. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/LICENSE +0 -0
  837. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/README.md +0 -0
  838. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/implementation.js +0 -0
  839. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/index.js +0 -0
  840. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/package.json +0 -0
  841. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/test/.eslintrc +0 -0
  842. /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/test/index.js +0 -0
  843. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.eslintrc +0 -0
  844. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.github/FUNDING.yml +0 -0
  845. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.nycrc +0 -0
  846. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/CHANGELOG.md +0 -0
  847. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/LICENSE +0 -0
  848. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/README.md +0 -0
  849. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/index.js +0 -0
  850. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/package.json +0 -0
  851. /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/test/GetIntrinsic.js +0 -0
  852. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.eslintrc +0 -0
  853. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.github/FUNDING.yml +0 -0
  854. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.nycrc +0 -0
  855. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/CHANGELOG.md +0 -0
  856. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/LICENSE +0 -0
  857. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Object.getPrototypeOf.d.ts +0 -0
  858. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Object.getPrototypeOf.js +0 -0
  859. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/README.md +0 -0
  860. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Reflect.getPrototypeOf.d.ts +0 -0
  861. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Reflect.getPrototypeOf.js +0 -0
  862. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/index.d.ts +0 -0
  863. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/index.js +0 -0
  864. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/package.json +0 -0
  865. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/test/index.js +0 -0
  866. /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/tsconfig.json +0 -0
  867. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/.eslintrc +0 -0
  868. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/.github/FUNDING.yml +0 -0
  869. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/CHANGELOG.md +0 -0
  870. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/LICENSE +0 -0
  871. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/README.md +0 -0
  872. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/gOPD.d.ts +0 -0
  873. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/gOPD.js +0 -0
  874. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/index.d.ts +0 -0
  875. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/index.js +0 -0
  876. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/package.json +0 -0
  877. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/test/index.js +0 -0
  878. /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/tsconfig.json +0 -0
  879. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.eslintrc +0 -0
  880. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.github/FUNDING.yml +0 -0
  881. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.nycrc +0 -0
  882. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/CHANGELOG.md +0 -0
  883. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/LICENSE +0 -0
  884. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/README.md +0 -0
  885. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/index.d.ts +0 -0
  886. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/index.js +0 -0
  887. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/package.json +0 -0
  888. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/shams.d.ts +0 -0
  889. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/shams.js +0 -0
  890. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/index.js +0 -0
  891. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/shams/core-js.js +0 -0
  892. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/shams/get-own-property-symbols.js +0 -0
  893. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/tests.js +0 -0
  894. /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/tsconfig.json +0 -0
  895. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.eslintrc +0 -0
  896. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.github/FUNDING.yml +0 -0
  897. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.nycrc +0 -0
  898. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/CHANGELOG.md +0 -0
  899. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/LICENSE +0 -0
  900. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/README.md +0 -0
  901. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/index.d.ts +0 -0
  902. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/index.js +0 -0
  903. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/package.json +0 -0
  904. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/shams.d.ts +0 -0
  905. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/shams.js +0 -0
  906. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/index.js +0 -0
  907. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/shams/core-js.js +0 -0
  908. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/shams/get-own-property-symbols.js +0 -0
  909. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/tests.js +0 -0
  910. /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/tsconfig.json +0 -0
  911. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/.github/FUNDING.yml +0 -0
  912. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/.nycrc +0 -0
  913. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/CHANGELOG.md +0 -0
  914. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/LICENSE +0 -0
  915. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/README.md +0 -0
  916. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/eslint.config.mjs +0 -0
  917. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/index.d.ts +0 -0
  918. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/index.js +0 -0
  919. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/package.json +0 -0
  920. /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/tsconfig.json +0 -0
  921. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/README.md +0 -0
  922. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.d.ts +0 -0
  923. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.js +0 -0
  924. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.js.map +0 -0
  925. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.d.ts +0 -0
  926. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.js +0 -0
  927. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.js.map +0 -0
  928. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.d.ts +0 -0
  929. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.js +0 -0
  930. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.js.map +0 -0
  931. /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/package.json +0 -0
  932. /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/LICENSE.txt +0 -0
  933. /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/README.md +0 -0
  934. /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/index.js +0 -0
  935. /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/package.json +0 -0
  936. /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/LICENSE +0 -0
  937. /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/README.md +0 -0
  938. /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/index.js +0 -0
  939. /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/package.json +0 -0
  940. /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/LICENSE +0 -0
  941. /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/README.md +0 -0
  942. /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/index.js +0 -0
  943. /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/package.json +0 -0
  944. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/LICENSE +0 -0
  945. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/README.md +0 -0
  946. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/index.d.ts +0 -0
  947. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/index.js +0 -0
  948. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/package.json +0 -0
  949. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/types.d.ts +0 -0
  950. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/index.d.ts +0 -0
  951. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/index.js +0 -0
  952. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/package.json +0 -0
  953. /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/types.d.ts +0 -0
  954. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/.eslintrc +0 -0
  955. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/.github/FUNDING.yml +0 -0
  956. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/CHANGELOG.md +0 -0
  957. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/LICENSE +0 -0
  958. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/README.md +0 -0
  959. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/abs.d.ts +0 -0
  960. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/abs.js +0 -0
  961. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxArrayLength.d.ts +0 -0
  962. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxArrayLength.js +0 -0
  963. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxSafeInteger.d.ts +0 -0
  964. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxSafeInteger.js +0 -0
  965. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxValue.d.ts +0 -0
  966. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxValue.js +0 -0
  967. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/floor.d.ts +0 -0
  968. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/floor.js +0 -0
  969. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isFinite.d.ts +0 -0
  970. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isFinite.js +0 -0
  971. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isInteger.d.ts +0 -0
  972. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isInteger.js +0 -0
  973. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNaN.d.ts +0 -0
  974. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNaN.js +0 -0
  975. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNegativeZero.d.ts +0 -0
  976. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNegativeZero.js +0 -0
  977. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/max.d.ts +0 -0
  978. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/max.js +0 -0
  979. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/min.d.ts +0 -0
  980. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/min.js +0 -0
  981. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/mod.d.ts +0 -0
  982. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/mod.js +0 -0
  983. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/package.json +0 -0
  984. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/pow.d.ts +0 -0
  985. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/pow.js +0 -0
  986. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/round.d.ts +0 -0
  987. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/round.js +0 -0
  988. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/sign.d.ts +0 -0
  989. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/sign.js +0 -0
  990. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/test/index.js +0 -0
  991. /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/tsconfig.json +0 -0
  992. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/HISTORY.md +0 -0
  993. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/LICENSE +0 -0
  994. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/README.md +0 -0
  995. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/db.json +0 -0
  996. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/index.js +0 -0
  997. /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/package.json +0 -0
  998. /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/HISTORY.md +0 -0
  999. /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/LICENSE +0 -0
  1000. /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/README.md +0 -0
  1001. /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/index.js +0 -0
  1002. /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/package.json +0 -0
  1003. /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/index.js +0 -0
  1004. /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/license.md +0 -0
  1005. /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/package.json +0 -0
  1006. /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/readme.md +0 -0
  1007. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.eslintrc +0 -0
  1008. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.github/FUNDING.yml +0 -0
  1009. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.nycrc +0 -0
  1010. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/CHANGELOG.md +0 -0
  1011. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/LICENSE +0 -0
  1012. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/all.js +0 -0
  1013. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/circular.js +0 -0
  1014. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/fn.js +0 -0
  1015. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/inspect.js +0 -0
  1016. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/index.js +0 -0
  1017. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/package-support.json +0 -0
  1018. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/package.json +0 -0
  1019. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/readme.markdown +0 -0
  1020. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/bigint.js +0 -0
  1021. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/browser/dom.js +0 -0
  1022. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/circular.js +0 -0
  1023. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/deep.js +0 -0
  1024. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/element.js +0 -0
  1025. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/err.js +0 -0
  1026. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/fakes.js +0 -0
  1027. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/fn.js +0 -0
  1028. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/global.js +0 -0
  1029. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/has.js +0 -0
  1030. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/holes.js +0 -0
  1031. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/indent-option.js +0 -0
  1032. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/inspect.js +0 -0
  1033. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/lowbyte.js +0 -0
  1034. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/number.js +0 -0
  1035. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/quoteStyle.js +0 -0
  1036. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/toStringTag.js +0 -0
  1037. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/undef.js +0 -0
  1038. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/values.js +0 -0
  1039. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test-core-js.js +0 -0
  1040. /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/util.inspect.js +0 -0
  1041. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/LICENSE +0 -0
  1042. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/ext/debug/README.md +0 -0
  1043. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/ext/debug/index.js +0 -0
  1044. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/LICENSE +0 -0
  1045. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/README.md +0 -0
  1046. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/api/annotations.proto +0 -0
  1047. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/api/http.proto +0 -0
  1048. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/api.proto +0 -0
  1049. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/source_context.proto +0 -0
  1050. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/type.proto +0 -0
  1051. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/index.js +0 -0
  1052. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/light.d.ts +0 -0
  1053. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/light.js +0 -0
  1054. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/minimal.d.ts +0 -0
  1055. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/minimal.js +0 -0
  1056. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/roots.js +0 -0
  1057. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/rpc.js +0 -0
  1058. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/types.js +0 -0
  1059. /package/node_modules/{@protobufjs/float/index.d.ts → @larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.d.ts} +0 -0
  1060. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/util/fs.js +0 -0
  1061. /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/util/patterns.js +0 -0
  1062. /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/LICENSE +0 -0
  1063. /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/README.md +0 -0
  1064. /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/index.cjs +0 -0
  1065. /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/index.js +0 -0
  1066. /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/package.json +0 -0
  1067. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.editorconfig +0 -0
  1068. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/FUNDING.yml +0 -0
  1069. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/SECURITY.md +0 -0
  1070. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/THREAT_MODEL.md +0 -0
  1071. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.nycrc +0 -0
  1072. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/CHANGELOG.md +0 -0
  1073. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/LICENSE.md +0 -0
  1074. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/README.md +0 -0
  1075. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/dist/qs.js +0 -0
  1076. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/eslint.config.mjs +0 -0
  1077. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/formats.js +0 -0
  1078. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/index.js +0 -0
  1079. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/parse.js +0 -0
  1080. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/stringify.js +0 -0
  1081. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/utils.js +0 -0
  1082. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/package.json +0 -0
  1083. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/empty-keys-cases.js +0 -0
  1084. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/parse.js +0 -0
  1085. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/stringify.js +0 -0
  1086. /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/utils.js +0 -0
  1087. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.editorconfig +0 -0
  1088. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.eslintrc +0 -0
  1089. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.github/FUNDING.yml +0 -0
  1090. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.nycrc +0 -0
  1091. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/CHANGELOG.md +0 -0
  1092. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/LICENSE +0 -0
  1093. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/README.md +0 -0
  1094. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/index.d.ts +0 -0
  1095. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/index.js +0 -0
  1096. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/package.json +0 -0
  1097. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/test/index.js +0 -0
  1098. /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/tsconfig.json +0 -0
  1099. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.editorconfig +0 -0
  1100. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.eslintrc +0 -0
  1101. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.github/FUNDING.yml +0 -0
  1102. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.nycrc +0 -0
  1103. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/CHANGELOG.md +0 -0
  1104. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/LICENSE +0 -0
  1105. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/README.md +0 -0
  1106. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/index.d.ts +0 -0
  1107. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/index.js +0 -0
  1108. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/list.d.ts +0 -0
  1109. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/package.json +0 -0
  1110. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/test/index.js +0 -0
  1111. /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/tsconfig.json +0 -0
  1112. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.editorconfig +0 -0
  1113. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.eslintrc +0 -0
  1114. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.github/FUNDING.yml +0 -0
  1115. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.nycrc +0 -0
  1116. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/CHANGELOG.md +0 -0
  1117. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/LICENSE +0 -0
  1118. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/README.md +0 -0
  1119. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/index.d.ts +0 -0
  1120. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/index.js +0 -0
  1121. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/package.json +0 -0
  1122. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/test/index.js +0 -0
  1123. /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/tsconfig.json +0 -0
  1124. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.editorconfig +0 -0
  1125. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.eslintrc +0 -0
  1126. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.github/FUNDING.yml +0 -0
  1127. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.nycrc +0 -0
  1128. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/CHANGELOG.md +0 -0
  1129. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/LICENSE +0 -0
  1130. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/README.md +0 -0
  1131. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/index.d.ts +0 -0
  1132. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/index.js +0 -0
  1133. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/package.json +0 -0
  1134. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/test/index.js +0 -0
  1135. /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/tsconfig.json +0 -0
  1136. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/LICENSE +0 -0
  1137. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/README.md +0 -0
  1138. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/browser.js +0 -0
  1139. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/index.js +0 -0
  1140. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/buffer-util.js +0 -0
  1141. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/constants.js +0 -0
  1142. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/event-target.js +0 -0
  1143. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/extension.js +0 -0
  1144. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/limiter.js +0 -0
  1145. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/permessage-deflate.js +0 -0
  1146. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/receiver.js +0 -0
  1147. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/sender.js +0 -0
  1148. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/stream.js +0 -0
  1149. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/subprotocol.js +0 -0
  1150. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/validation.js +0 -0
  1151. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/websocket-server.js +0 -0
  1152. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/websocket.js +0 -0
  1153. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/package.json +0 -0
  1154. /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/wrapper.mjs +0 -0
  1155. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/LICENSE +0 -0
  1156. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/README.md +0 -0
  1157. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/index.d.ts +0 -0
  1158. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/package.json +0 -0
  1159. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/LICENSE +0 -0
  1160. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/README.md +0 -0
  1161. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/index.d.ts +0 -0
  1162. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/package.json +0 -0
  1163. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/LICENSE +0 -0
  1164. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/README.md +0 -0
  1165. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/index.d.ts +0 -0
  1166. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/package.json +0 -0
  1167. /package/node_modules/{@types/node → mdast-util-from-markdown/node_modules/@types/unist}/LICENSE +0 -0
  1168. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/README.md +0 -0
  1169. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/index.d.ts +0 -0
  1170. /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/package.json +0 -0
  1171. /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/index.d.ts +0 -0
  1172. /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/index.js +0 -0
  1173. /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/license +0 -0
  1174. /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/package.json +0 -0
  1175. /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/readme.md +0 -0
  1176. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.d.ts +0 -0
  1177. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.d.ts.map +0 -0
  1178. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.d.ts +0 -0
  1179. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.d.ts.map +0 -0
  1180. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.js +0 -0
  1181. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.js +0 -0
  1182. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/license +0 -0
  1183. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/package.json +0 -0
  1184. /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/readme.md +0 -0
  1185. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.js +0 -0
  1186. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.min.js +0 -0
  1187. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.mjs +0 -0
  1188. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/index.d.ts +0 -0
  1189. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/license +0 -0
  1190. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.d.ts +0 -0
  1191. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.js +0 -0
  1192. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.min.js +0 -0
  1193. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.mjs +0 -0
  1194. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/package.json +0 -0
  1195. /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/readme.md +0 -0
  1196. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/default.js +0 -0
  1197. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/development.d.ts +0 -0
  1198. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/development.js +0 -0
  1199. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/license +0 -0
  1200. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/package.json +0 -0
  1201. /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/readme.md +0 -0
  1202. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/index.d.ts +0 -0
  1203. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/index.js +0 -0
  1204. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/lib/index.d.ts +0 -0
  1205. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/lib/index.js +0 -0
  1206. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/license +0 -0
  1207. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/package.json +0 -0
  1208. /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/readme.md +0 -0
  1209. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.d.ts +0 -0
  1210. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.d.ts.map +0 -0
  1211. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.js +0 -0
  1212. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.d.ts +0 -0
  1213. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.d.ts.map +0 -0
  1214. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.js +0 -0
  1215. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.d.ts +0 -0
  1216. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.d.ts.map +0 -0
  1217. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.js +0 -0
  1218. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.d.ts +0 -0
  1219. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.d.ts.map +0 -0
  1220. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.js +0 -0
  1221. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.d.ts +0 -0
  1222. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.d.ts.map +0 -0
  1223. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.js +0 -0
  1224. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.d.ts +0 -0
  1225. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.d.ts.map +0 -0
  1226. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.js +0 -0
  1227. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.d.ts +0 -0
  1228. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.d.ts.map +0 -0
  1229. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.js +0 -0
  1230. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.d.ts +0 -0
  1231. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.d.ts.map +0 -0
  1232. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.js +0 -0
  1233. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.d.ts +0 -0
  1234. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.d.ts.map +0 -0
  1235. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.js +0 -0
  1236. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.d.ts +0 -0
  1237. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.d.ts.map +0 -0
  1238. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.js +0 -0
  1239. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.d.ts +0 -0
  1240. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.d.ts.map +0 -0
  1241. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.js +0 -0
  1242. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.d.ts +0 -0
  1243. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.d.ts.map +0 -0
  1244. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.js +0 -0
  1245. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.d.ts +0 -0
  1246. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.d.ts.map +0 -0
  1247. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.js +0 -0
  1248. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.d.ts +0 -0
  1249. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.d.ts.map +0 -0
  1250. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.js +0 -0
  1251. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.d.ts +0 -0
  1252. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.d.ts.map +0 -0
  1253. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.js +0 -0
  1254. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.d.ts +0 -0
  1255. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.d.ts.map +0 -0
  1256. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.js +0 -0
  1257. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.d.ts +0 -0
  1258. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.d.ts.map +0 -0
  1259. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.js +0 -0
  1260. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.d.ts +0 -0
  1261. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.d.ts.map +0 -0
  1262. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.js +0 -0
  1263. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.d.ts +0 -0
  1264. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.d.ts.map +0 -0
  1265. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.js +0 -0
  1266. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.d.ts +0 -0
  1267. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.d.ts.map +0 -0
  1268. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.js +0 -0
  1269. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.d.ts +0 -0
  1270. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.d.ts.map +0 -0
  1271. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.js +0 -0
  1272. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.d.ts +0 -0
  1273. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.d.ts.map +0 -0
  1274. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.js +0 -0
  1275. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.d.ts +0 -0
  1276. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.d.ts.map +0 -0
  1277. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.js +0 -0
  1278. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark}/license +0 -0
  1279. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/package.json +0 -0
  1280. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/readme.md +0 -0
  1281. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.d.ts +0 -0
  1282. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.d.ts.map +0 -0
  1283. /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.js +0 -0
  1284. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.d.ts +0 -0
  1285. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.d.ts.map +0 -0
  1286. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.js +0 -0
  1287. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.d.ts +0 -0
  1288. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.d.ts.map +0 -0
  1289. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.js +0 -0
  1290. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.d.ts +0 -0
  1291. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.d.ts.map +0 -0
  1292. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.js +0 -0
  1293. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.d.ts +0 -0
  1294. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.d.ts.map +0 -0
  1295. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.js +0 -0
  1296. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.d.ts +0 -0
  1297. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.d.ts.map +0 -0
  1298. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.js +0 -0
  1299. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.d.ts +0 -0
  1300. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.d.ts.map +0 -0
  1301. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.js +0 -0
  1302. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.d.ts +0 -0
  1303. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.d.ts.map +0 -0
  1304. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.js +0 -0
  1305. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.d.ts +0 -0
  1306. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.d.ts.map +0 -0
  1307. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.js +0 -0
  1308. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.d.ts +0 -0
  1309. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.d.ts.map +0 -0
  1310. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.js +0 -0
  1311. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.d.ts +0 -0
  1312. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.d.ts.map +0 -0
  1313. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.js +0 -0
  1314. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.d.ts +0 -0
  1315. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.d.ts.map +0 -0
  1316. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.js +0 -0
  1317. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.d.ts +0 -0
  1318. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.d.ts.map +0 -0
  1319. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.js +0 -0
  1320. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.d.ts +0 -0
  1321. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.d.ts.map +0 -0
  1322. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.js +0 -0
  1323. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.d.ts +0 -0
  1324. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.d.ts.map +0 -0
  1325. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.js +0 -0
  1326. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.d.ts +0 -0
  1327. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.d.ts.map +0 -0
  1328. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.js +0 -0
  1329. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.d.ts +0 -0
  1330. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.d.ts.map +0 -0
  1331. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.js +0 -0
  1332. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.d.ts +0 -0
  1333. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.d.ts.map +0 -0
  1334. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.js +0 -0
  1335. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.d.ts +0 -0
  1336. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.d.ts.map +0 -0
  1337. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.js +0 -0
  1338. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.d.ts +0 -0
  1339. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.d.ts.map +0 -0
  1340. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.js +0 -0
  1341. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.d.ts +0 -0
  1342. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.d.ts.map +0 -0
  1343. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.js +0 -0
  1344. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.d.ts +0 -0
  1345. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.d.ts.map +0 -0
  1346. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.js +0 -0
  1347. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.d.ts +0 -0
  1348. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.d.ts.map +0 -0
  1349. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.js +0 -0
  1350. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.d.ts +0 -0
  1351. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.d.ts.map +0 -0
  1352. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.js +0 -0
  1353. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.d.ts +0 -0
  1354. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.d.ts.map +0 -0
  1355. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.js +0 -0
  1356. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.d.ts +0 -0
  1357. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.d.ts.map +0 -0
  1358. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.js +0 -0
  1359. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.d.ts +0 -0
  1360. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.d.ts.map +0 -0
  1361. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.js +0 -0
  1362. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.d.ts +0 -0
  1363. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.d.ts.map +0 -0
  1364. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.js +0 -0
  1365. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.d.ts +0 -0
  1366. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.d.ts.map +0 -0
  1367. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.js +0 -0
  1368. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.d.ts +0 -0
  1369. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.d.ts.map +0 -0
  1370. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.js +0 -0
  1371. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.d.ts +0 -0
  1372. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.d.ts.map +0 -0
  1373. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.js +0 -0
  1374. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.d.ts +0 -0
  1375. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.d.ts.map +0 -0
  1376. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.js +0 -0
  1377. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.d.ts +0 -0
  1378. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.d.ts.map +0 -0
  1379. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.js +0 -0
  1380. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.d.ts +0 -0
  1381. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.d.ts.map +0 -0
  1382. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.js +0 -0
  1383. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.d.ts +0 -0
  1384. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.d.ts.map +0 -0
  1385. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.js +0 -0
  1386. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.d.ts +0 -0
  1387. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.d.ts.map +0 -0
  1388. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.js +0 -0
  1389. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.d.ts +0 -0
  1390. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.d.ts.map +0 -0
  1391. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.js +0 -0
  1392. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.d.ts +0 -0
  1393. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.d.ts.map +0 -0
  1394. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.js +0 -0
  1395. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.d.ts +0 -0
  1396. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.d.ts.map +0 -0
  1397. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.js +0 -0
  1398. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.d.ts +0 -0
  1399. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.d.ts.map +0 -0
  1400. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.js +0 -0
  1401. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.d.ts +0 -0
  1402. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.d.ts.map +0 -0
  1403. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.js +0 -0
  1404. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.d.ts +0 -0
  1405. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.d.ts.map +0 -0
  1406. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.js +0 -0
  1407. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.d.ts +0 -0
  1408. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.d.ts.map +0 -0
  1409. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.js +0 -0
  1410. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.d.ts +0 -0
  1411. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.d.ts.map +0 -0
  1412. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.js +0 -0
  1413. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.d.ts +0 -0
  1414. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.d.ts.map +0 -0
  1415. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.js +0 -0
  1416. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.d.ts +0 -0
  1417. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.d.ts.map +0 -0
  1418. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.js +0 -0
  1419. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.d.ts +0 -0
  1420. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.d.ts.map +0 -0
  1421. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.js +0 -0
  1422. /package/node_modules/{markdown-table → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/license +0 -0
  1423. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/package.json +0 -0
  1424. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/readme.md +0 -0
  1425. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.d.ts +0 -0
  1426. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.d.ts.map +0 -0
  1427. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.js +0 -0
  1428. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.d.ts +0 -0
  1429. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.d.ts.map +0 -0
  1430. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.js +0 -0
  1431. /package/node_modules/{mdast-util-to-markdown → mdast-util-from-markdown/node_modules/micromark-factory-destination}/license +0 -0
  1432. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/package.json +0 -0
  1433. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/readme.md +0 -0
  1434. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.d.ts +0 -0
  1435. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.d.ts.map +0 -0
  1436. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.js +0 -0
  1437. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.d.ts +0 -0
  1438. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.d.ts.map +0 -0
  1439. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.js +0 -0
  1440. /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-factory-label}/license +0 -0
  1441. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/package.json +0 -0
  1442. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/readme.md +0 -0
  1443. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.d.ts +0 -0
  1444. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.d.ts.map +0 -0
  1445. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.js +0 -0
  1446. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.d.ts +0 -0
  1447. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.d.ts.map +0 -0
  1448. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.js +0 -0
  1449. /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-space}/license +0 -0
  1450. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/package.json +0 -0
  1451. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/readme.md +0 -0
  1452. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.d.ts +0 -0
  1453. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.d.ts.map +0 -0
  1454. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.js +0 -0
  1455. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.d.ts +0 -0
  1456. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.d.ts.map +0 -0
  1457. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.js +0 -0
  1458. /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-title}/license +0 -0
  1459. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/package.json +0 -0
  1460. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/readme.md +0 -0
  1461. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.d.ts +0 -0
  1462. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.d.ts.map +0 -0
  1463. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.js +0 -0
  1464. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.d.ts +0 -0
  1465. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.d.ts.map +0 -0
  1466. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.js +0 -0
  1467. /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/license +0 -0
  1468. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/package.json +0 -0
  1469. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/readme.md +0 -0
  1470. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.d.ts +0 -0
  1471. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.d.ts.map +0 -0
  1472. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.js +0 -0
  1473. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.d.ts +0 -0
  1474. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.d.ts.map +0 -0
  1475. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.js +0 -0
  1476. /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-util-character}/license +0 -0
  1477. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/package.json +0 -0
  1478. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/readme.md +0 -0
  1479. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.d.ts +0 -0
  1480. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.d.ts.map +0 -0
  1481. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.js +0 -0
  1482. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.d.ts +0 -0
  1483. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.d.ts.map +0 -0
  1484. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.js +0 -0
  1485. /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-util-chunked}/license +0 -0
  1486. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/package.json +0 -0
  1487. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/readme.md +0 -0
  1488. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.d.ts +0 -0
  1489. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.d.ts.map +0 -0
  1490. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.js +0 -0
  1491. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.d.ts +0 -0
  1492. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.d.ts.map +0 -0
  1493. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.js +0 -0
  1494. /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/license +0 -0
  1495. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/package.json +0 -0
  1496. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/readme.md +0 -0
  1497. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.d.ts +0 -0
  1498. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.d.ts.map +0 -0
  1499. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.js +0 -0
  1500. /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/license +0 -0
  1501. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/package.json +0 -0
  1502. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/readme.md +0 -0
  1503. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.d.ts +0 -0
  1504. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.d.ts.map +0 -0
  1505. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.js +0 -0
  1506. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.d.ts +0 -0
  1507. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.d.ts.map +0 -0
  1508. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.js +0 -0
  1509. /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/license +0 -0
  1510. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/package.json +0 -0
  1511. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/readme.md +0 -0
  1512. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.d.ts +0 -0
  1513. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.d.ts.map +0 -0
  1514. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.js +0 -0
  1515. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.d.ts +0 -0
  1516. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.d.ts.map +0 -0
  1517. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.js +0 -0
  1518. /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/license +0 -0
  1519. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/package.json +0 -0
  1520. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/readme.md +0 -0
  1521. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.d.ts +0 -0
  1522. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.d.ts.map +0 -0
  1523. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.js +0 -0
  1524. /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-encode}/license +0 -0
  1525. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/package.json +0 -0
  1526. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/readme.md +0 -0
  1527. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.d.ts +0 -0
  1528. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.d.ts.map +0 -0
  1529. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.js +0 -0
  1530. /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/license +0 -0
  1531. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/package.json +0 -0
  1532. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/readme.md +0 -0
  1533. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.d.ts +0 -0
  1534. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.d.ts.map +0 -0
  1535. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.js +0 -0
  1536. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.d.ts +0 -0
  1537. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.d.ts.map +0 -0
  1538. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.js +0 -0
  1539. /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/license +0 -0
  1540. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/package.json +0 -0
  1541. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/readme.md +0 -0
  1542. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.d.ts +0 -0
  1543. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.d.ts.map +0 -0
  1544. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.js +0 -0
  1545. /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/license +0 -0
  1546. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/package.json +0 -0
  1547. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/readme.md +0 -0
  1548. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.d.ts +0 -0
  1549. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.d.ts.map +0 -0
  1550. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.js +0 -0
  1551. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.d.ts +0 -0
  1552. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.d.ts.map +0 -0
  1553. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.js +0 -0
  1554. /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/license +0 -0
  1555. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/package.json +0 -0
  1556. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/readme.md +0 -0
  1557. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.d.ts +0 -0
  1558. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.d.ts.map +0 -0
  1559. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.js +0 -0
  1560. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.d.ts +0 -0
  1561. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.d.ts.map +0 -0
  1562. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.js +0 -0
  1563. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.d.ts +0 -0
  1564. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.d.ts.map +0 -0
  1565. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.js +0 -0
  1566. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.d.ts +0 -0
  1567. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.d.ts.map +0 -0
  1568. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.js +0 -0
  1569. /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/license +0 -0
  1570. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/package.json +0 -0
  1571. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/readme.md +0 -0
  1572. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.d.ts +0 -0
  1573. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.d.ts.map +0 -0
  1574. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.js +0 -0
  1575. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.d.ts +0 -0
  1576. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.d.ts.map +0 -0
  1577. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.js +0 -0
  1578. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.d.ts +0 -0
  1579. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.d.ts.map +0 -0
  1580. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.js +0 -0
  1581. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.d.ts +0 -0
  1582. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.d.ts.map +0 -0
  1583. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.js +0 -0
  1584. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.d.ts +0 -0
  1585. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.d.ts.map +0 -0
  1586. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.js +0 -0
  1587. /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-symbol}/license +0 -0
  1588. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/package.json +0 -0
  1589. /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/readme.md +0 -0
  1590. /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/index.d.ts +0 -0
  1591. /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/index.js +0 -0
  1592. /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-types}/license +0 -0
  1593. /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/package.json +0 -0
  1594. /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/readme.md +0 -0
  1595. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/index.d.ts +0 -0
  1596. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/index.js +0 -0
  1597. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/lib/index.d.ts +0 -0
  1598. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/lib/index.js +0 -0
  1599. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/license +0 -0
  1600. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/package.json +0 -0
  1601. /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/readme.md +0 -0
  1602. /package/node_modules/{@types/unist → mdast-util-gfm-table/node_modules/@types/mdast}/LICENSE +0 -0
  1603. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/character-entities}/license +0 -0
  1604. /package/node_modules/{micromark-util-types → mdast-util-gfm-table/node_modules/decode-named-character-reference}/license +0 -0
  1605. /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/index.d.ts +0 -0
  1606. /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/index.js +0 -0
  1607. /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/license +0 -0
  1608. /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/package.json +0 -0
  1609. /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/readme.md +0 -0
  1610. /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.d.ts +0 -0
  1611. /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.d.ts.map +0 -0
  1612. /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.js +0 -0
  1613. /package/node_modules/{micromark → mdast-util-gfm-table/node_modules/markdown-table}/license +0 -0
  1614. /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/package.json +0 -0
  1615. /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/readme.md +0 -0
  1616. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/index.d.ts +0 -0
  1617. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/index.js +0 -0
  1618. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/lib/index.d.ts +0 -0
  1619. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/lib/index.js +0 -0
  1620. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/license +0 -0
  1621. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/package.json +0 -0
  1622. /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/readme.md +0 -0
  1623. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/index.d.ts +0 -0
  1624. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/index.js +0 -0
  1625. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.d.ts +0 -0
  1626. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.d.ts.map +0 -0
  1627. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.js +0 -0
  1628. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.d.ts +0 -0
  1629. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.d.ts.map +0 -0
  1630. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.js +0 -0
  1631. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.d.ts +0 -0
  1632. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.d.ts.map +0 -0
  1633. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.js +0 -0
  1634. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.d.ts +0 -0
  1635. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.d.ts.map +0 -0
  1636. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.js +0 -0
  1637. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.d.ts +0 -0
  1638. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.d.ts.map +0 -0
  1639. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.js +0 -0
  1640. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.d.ts +0 -0
  1641. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.d.ts.map +0 -0
  1642. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.js +0 -0
  1643. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.d.ts +0 -0
  1644. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.d.ts.map +0 -0
  1645. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.js +0 -0
  1646. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.d.ts +0 -0
  1647. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.d.ts.map +0 -0
  1648. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.js +0 -0
  1649. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.d.ts +0 -0
  1650. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.d.ts.map +0 -0
  1651. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.js +0 -0
  1652. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.d.ts +0 -0
  1653. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.d.ts.map +0 -0
  1654. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.js +0 -0
  1655. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.d.ts +0 -0
  1656. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.d.ts.map +0 -0
  1657. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.js +0 -0
  1658. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.d.ts +0 -0
  1659. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.d.ts.map +0 -0
  1660. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.js +0 -0
  1661. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.d.ts +0 -0
  1662. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.d.ts.map +0 -0
  1663. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.js +0 -0
  1664. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.d.ts +0 -0
  1665. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.d.ts.map +0 -0
  1666. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.js +0 -0
  1667. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.d.ts +0 -0
  1668. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.d.ts.map +0 -0
  1669. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.js +0 -0
  1670. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.d.ts +0 -0
  1671. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.d.ts.map +0 -0
  1672. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.js +0 -0
  1673. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.d.ts +0 -0
  1674. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.d.ts.map +0 -0
  1675. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.js +0 -0
  1676. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.d.ts +0 -0
  1677. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.d.ts.map +0 -0
  1678. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.js +0 -0
  1679. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.d.ts +0 -0
  1680. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.d.ts.map +0 -0
  1681. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.js +0 -0
  1682. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.d.ts +0 -0
  1683. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.d.ts.map +0 -0
  1684. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.js +0 -0
  1685. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.d.ts +0 -0
  1686. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.d.ts.map +0 -0
  1687. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.js +0 -0
  1688. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.d.ts +0 -0
  1689. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.d.ts.map +0 -0
  1690. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.js +0 -0
  1691. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.d.ts +0 -0
  1692. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.d.ts.map +0 -0
  1693. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.js +0 -0
  1694. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/types.d.ts +0 -0
  1695. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/types.js +0 -0
  1696. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.d.ts +0 -0
  1697. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.d.ts.map +0 -0
  1698. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.js +0 -0
  1699. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.d.ts +0 -0
  1700. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.d.ts.map +0 -0
  1701. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.js +0 -0
  1702. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.d.ts +0 -0
  1703. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.d.ts.map +0 -0
  1704. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.js +0 -0
  1705. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.d.ts +0 -0
  1706. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.d.ts.map +0 -0
  1707. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.js +0 -0
  1708. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.d.ts +0 -0
  1709. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.d.ts.map +0 -0
  1710. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.js +0 -0
  1711. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.d.ts +0 -0
  1712. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.d.ts.map +0 -0
  1713. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.js +0 -0
  1714. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.d.ts +0 -0
  1715. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.d.ts.map +0 -0
  1716. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.js +0 -0
  1717. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.d.ts +0 -0
  1718. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.d.ts.map +0 -0
  1719. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.js +0 -0
  1720. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.d.ts +0 -0
  1721. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.d.ts.map +0 -0
  1722. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.js +0 -0
  1723. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.d.ts +0 -0
  1724. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.d.ts.map +0 -0
  1725. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.js +0 -0
  1726. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.d.ts +0 -0
  1727. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.d.ts.map +0 -0
  1728. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.js +0 -0
  1729. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.d.ts +0 -0
  1730. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.d.ts.map +0 -0
  1731. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.js +0 -0
  1732. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.d.ts +0 -0
  1733. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.d.ts.map +0 -0
  1734. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.js +0 -0
  1735. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.d.ts +0 -0
  1736. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.d.ts.map +0 -0
  1737. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.js +0 -0
  1738. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.d.ts +0 -0
  1739. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.d.ts.map +0 -0
  1740. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.js +0 -0
  1741. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/emphasis-strong-marker.d.ts +0 -0
  1742. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/emphasis-strong-marker.d.ts.map +0 -0
  1743. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.d.ts +0 -0
  1744. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.d.ts.map +0 -0
  1745. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.js +0 -0
  1746. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.d.ts +0 -0
  1747. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.d.ts.map +0 -0
  1748. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.js +0 -0
  1749. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.d.ts +0 -0
  1750. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.d.ts.map +0 -0
  1751. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.js +0 -0
  1752. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.d.ts +0 -0
  1753. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.d.ts.map +0 -0
  1754. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.js +0 -0
  1755. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.d.ts +0 -0
  1756. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.d.ts.map +0 -0
  1757. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.js +0 -0
  1758. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.d.ts +0 -0
  1759. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.d.ts.map +0 -0
  1760. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.js +0 -0
  1761. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.d.ts +0 -0
  1762. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.d.ts.map +0 -0
  1763. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.js +0 -0
  1764. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.d.ts +0 -0
  1765. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.d.ts.map +0 -0
  1766. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.js +0 -0
  1767. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.d.ts +0 -0
  1768. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.d.ts.map +0 -0
  1769. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.js +0 -0
  1770. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/package.json +0 -0
  1771. /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/readme.md +0 -0
  1772. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.d.ts +0 -0
  1773. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.d.ts.map +0 -0
  1774. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.js +0 -0
  1775. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.d.ts +0 -0
  1776. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.d.ts.map +0 -0
  1777. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.js +0 -0
  1778. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/license +0 -0
  1779. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/package.json +0 -0
  1780. /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/readme.md +0 -0
  1781. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/index.d.ts +0 -0
  1782. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/index.js +0 -0
  1783. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.d.ts +0 -0
  1784. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.d.ts.map +0 -0
  1785. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.js +0 -0
  1786. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/package.json +0 -0
  1787. /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/readme.md +0 -0
  1788. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/index.d.ts +0 -0
  1789. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/index.js +0 -0
  1790. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.d.ts +0 -0
  1791. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.d.ts.map +0 -0
  1792. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.js +0 -0
  1793. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.d.ts +0 -0
  1794. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.d.ts.map +0 -0
  1795. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.js +0 -0
  1796. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.d.ts +0 -0
  1797. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.d.ts.map +0 -0
  1798. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.js +0 -0
  1799. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/license +0 -0
  1800. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/package.json +0 -0
  1801. /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/readme.md +0 -0
  1802. /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/index.d.ts +0 -0
  1803. /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/index.js +0 -0
  1804. /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/license +0 -0
  1805. /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/package.json +0 -0
  1806. /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/readme.md +0 -0
@@ -1,2791 +0,0 @@
1
- /*!
2
- * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
- * compiled sat, 04 jul 2026 01:13:07 utc
4
- * licensed under the bsd-3-clause license
5
- * see: https://github.com/dcodeio/protobuf.js for details
6
- */
7
- (function(undefined){"use strict";(function prelude(modules, cache, entries) {
8
-
9
- // This is the prelude used to bundle protobuf.js for the browser. Wraps up the CommonJS
10
- // sources through a conflict-free require shim and is again wrapped within an iife that
11
- // provides a minification-friendly `undefined` var plus a global "use strict" directive
12
- // so that minification can remove the directives of each module.
13
-
14
- function $require(name) {
15
- var $module = cache[name];
16
- if (!$module)
17
- modules[name][0].call($module = cache[name] = { exports: {} }, $require, $module, $module.exports);
18
- return $module.exports;
19
- }
20
-
21
- var protobuf = $require(entries[0]);
22
-
23
- // Expose globally
24
- protobuf.util.global.protobuf = protobuf;
25
-
26
- // Be nice to AMD
27
- if (typeof define === "function" && define.amd)
28
- define(["long"], function(Long) {
29
- if (Long && Long.isLong) {
30
- protobuf.util.Long = Long;
31
- protobuf.configure();
32
- }
33
- return protobuf;
34
- });
35
-
36
- // Be nice to CommonJS
37
- if (typeof module === "object" && module && module.exports)
38
- module.exports = protobuf;
39
-
40
- })/* end of prelude */({1:[function(require,module,exports){
41
- "use strict";
42
- module.exports = asPromise;
43
-
44
- /**
45
- * Callback as used by {@link util.asPromise}.
46
- * @typedef asPromiseCallback
47
- * @type {function}
48
- * @param {Error|null} error Error, if any
49
- * @param {...*} params Additional arguments
50
- * @returns {undefined}
51
- */
52
-
53
- /**
54
- * Returns a promise from a node-style callback function.
55
- * @memberof util
56
- * @param {asPromiseCallback} fn Function to call
57
- * @param {*} ctx Function context
58
- * @param {...*} params Function arguments
59
- * @returns {Promise<*>} Promisified function
60
- */
61
- function asPromise(fn, ctx/*, varargs */) {
62
- var params = new Array(arguments.length - 1),
63
- offset = 0,
64
- index = 2,
65
- pending = true;
66
- while (index < arguments.length)
67
- params[offset++] = arguments[index++];
68
- return new Promise(function executor(resolve, reject) {
69
- params[offset] = function callback(err/*, varargs */) {
70
- if (pending) {
71
- pending = false;
72
- if (err)
73
- reject(err);
74
- else {
75
- var params = new Array(arguments.length - 1),
76
- offset = 0;
77
- while (offset < params.length)
78
- params[offset++] = arguments[offset];
79
- resolve.apply(null, params);
80
- }
81
- }
82
- };
83
- try {
84
- fn.apply(ctx || null, params);
85
- } catch (err) {
86
- if (pending) {
87
- pending = false;
88
- reject(err);
89
- }
90
- }
91
- });
92
- }
93
-
94
- },{}],2:[function(require,module,exports){
95
- "use strict";
96
-
97
- /**
98
- * A minimal base64 implementation for number arrays.
99
- * @memberof util
100
- * @namespace
101
- */
102
- var base64 = exports;
103
-
104
- /**
105
- * Calculates the byte length of a base64 encoded string.
106
- * @param {string} string Base64 encoded string
107
- * @returns {number} Byte length
108
- */
109
- base64.length = function length(string) {
110
- var p = string.length;
111
- if (!p)
112
- return 0;
113
- var n = 0;
114
- while (--p % 4 > 1 && string.charAt(p) === "=")
115
- ++n;
116
- return Math.ceil(string.length * 3) / 4 - n;
117
- };
118
-
119
- // Base64 encoding table
120
- var b64 = new Array(64);
121
-
122
- // Base64 decoding table
123
- var s64 = new Array(123);
124
-
125
- // 65..90, 97..122, 48..57, 43, 47
126
- for (var i = 0; i < 64;)
127
- s64[b64[i] = i < 26 ? i + 65 : i < 52 ? i + 71 : i < 62 ? i - 4 : i - 59 | 43] = i++;
128
-
129
- /**
130
- * Encodes a buffer to a base64 encoded string.
131
- * @param {Uint8Array} buffer Source buffer
132
- * @param {number} start Source start
133
- * @param {number} end Source end
134
- * @returns {string} Base64 encoded string
135
- */
136
- base64.encode = function encode(buffer, start, end) {
137
- var parts = null,
138
- chunk = [];
139
- var i = 0, // output index
140
- j = 0, // goto index
141
- t; // temporary
142
- while (start < end) {
143
- var b = buffer[start++];
144
- switch (j) {
145
- case 0:
146
- chunk[i++] = b64[b >> 2];
147
- t = (b & 3) << 4;
148
- j = 1;
149
- break;
150
- case 1:
151
- chunk[i++] = b64[t | b >> 4];
152
- t = (b & 15) << 2;
153
- j = 2;
154
- break;
155
- case 2:
156
- chunk[i++] = b64[t | b >> 6];
157
- chunk[i++] = b64[b & 63];
158
- j = 0;
159
- break;
160
- }
161
- if (i > 8191) {
162
- (parts || (parts = [])).push(String.fromCharCode.apply(String, chunk));
163
- i = 0;
164
- }
165
- }
166
- if (j) {
167
- chunk[i++] = b64[t];
168
- chunk[i++] = 61;
169
- if (j === 1)
170
- chunk[i++] = 61;
171
- }
172
- if (parts) {
173
- if (i)
174
- parts.push(String.fromCharCode.apply(String, chunk.slice(0, i)));
175
- return parts.join("");
176
- }
177
- return String.fromCharCode.apply(String, chunk.slice(0, i));
178
- };
179
-
180
- var invalidEncoding = "invalid encoding";
181
-
182
- /**
183
- * Decodes a base64 encoded string to a buffer.
184
- * @param {string} string Source string
185
- * @param {Uint8Array} buffer Destination buffer
186
- * @param {number} offset Destination offset
187
- * @returns {number} Number of bytes written
188
- * @throws {Error} If encoding is invalid
189
- */
190
- base64.decode = function decode(string, buffer, offset) {
191
- var start = offset;
192
- var j = 0, // goto index
193
- t; // temporary
194
- for (var i = 0; i < string.length;) {
195
- var c = string.charCodeAt(i++);
196
- if (c === 61 && j > 1)
197
- break;
198
- if ((c = s64[c]) === undefined)
199
- throw Error(invalidEncoding);
200
- switch (j) {
201
- case 0:
202
- t = c;
203
- j = 1;
204
- break;
205
- case 1:
206
- buffer[offset++] = t << 2 | (c & 48) >> 4;
207
- t = c;
208
- j = 2;
209
- break;
210
- case 2:
211
- buffer[offset++] = (t & 15) << 4 | (c & 60) >> 2;
212
- t = c;
213
- j = 3;
214
- break;
215
- case 3:
216
- buffer[offset++] = (t & 3) << 6 | c;
217
- j = 0;
218
- break;
219
- }
220
- }
221
- if (j === 1)
222
- throw Error(invalidEncoding);
223
- return offset - start;
224
- };
225
-
226
- /**
227
- * Tests if the specified string appears to be base64 encoded.
228
- * @param {string} string String to test
229
- * @returns {boolean} `true` if probably base64 encoded, otherwise false
230
- */
231
- base64.test = function test(string) {
232
- return /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(string);
233
- };
234
-
235
- },{}],3:[function(require,module,exports){
236
- "use strict";
237
- module.exports = EventEmitter;
238
-
239
- /**
240
- * Constructs a new event emitter instance.
241
- * @classdesc A minimal event emitter.
242
- * @memberof util
243
- * @constructor
244
- */
245
- function EventEmitter() {
246
-
247
- /**
248
- * Registered listeners.
249
- * @type {Object.<string,*>}
250
- * @private
251
- */
252
- this._listeners = Object.create(null);
253
- }
254
-
255
- /**
256
- * Event listener as used by {@link util.EventEmitter}.
257
- * @typedef EventEmitterListener
258
- * @type {function}
259
- * @param {...*} args Arguments
260
- * @returns {undefined}
261
- */
262
-
263
- /**
264
- * Registers an event listener.
265
- * @param {string} evt Event name
266
- * @param {EventEmitterListener} fn Listener
267
- * @param {*} [ctx] Listener context
268
- * @returns {this} `this`
269
- */
270
- EventEmitter.prototype.on = function on(evt, fn, ctx) {
271
- (this._listeners[evt] || (this._listeners[evt] = [])).push({
272
- fn : fn,
273
- ctx : ctx || this
274
- });
275
- return this;
276
- };
277
-
278
- /**
279
- * Removes an event listener or any matching listeners if arguments are omitted.
280
- * @param {string} [evt] Event name. Removes all listeners if omitted.
281
- * @param {EventEmitterListener} [fn] Listener to remove. Removes all listeners of `evt` if omitted.
282
- * @returns {this} `this`
283
- */
284
- EventEmitter.prototype.off = function off(evt, fn) {
285
- if (evt === undefined)
286
- this._listeners = Object.create(null);
287
- else {
288
- if (fn === undefined)
289
- this._listeners[evt] = [];
290
- else {
291
- var listeners = this._listeners[evt];
292
- if (!listeners)
293
- return this;
294
- for (var i = 0; i < listeners.length;)
295
- if (listeners[i].fn === fn)
296
- listeners.splice(i, 1);
297
- else
298
- ++i;
299
- }
300
- }
301
- return this;
302
- };
303
-
304
- /**
305
- * Emits an event by calling its listeners with the specified arguments.
306
- * @param {string} evt Event name
307
- * @param {...*} args Arguments
308
- * @returns {this} `this`
309
- */
310
- EventEmitter.prototype.emit = function emit(evt) {
311
- var listeners = this._listeners[evt];
312
- if (listeners) {
313
- var args = [],
314
- i = 1;
315
- for (; i < arguments.length;)
316
- args.push(arguments[i++]);
317
- for (i = 0; i < listeners.length;)
318
- listeners[i].fn.apply(listeners[i++].ctx, args);
319
- }
320
- return this;
321
- };
322
-
323
- },{}],4:[function(require,module,exports){
324
- "use strict";
325
-
326
- module.exports = factory(factory);
327
-
328
- /**
329
- * Reads / writes floats / doubles from / to buffers.
330
- * @name util.float
331
- * @namespace
332
- */
333
-
334
- /**
335
- * Writes a 32 bit float to a buffer using little endian byte order.
336
- * @name util.float.writeFloatLE
337
- * @function
338
- * @param {number} val Value to write
339
- * @param {Uint8Array} buf Target buffer
340
- * @param {number} pos Target buffer offset
341
- * @returns {undefined}
342
- */
343
-
344
- /**
345
- * Writes a 32 bit float to a buffer using big endian byte order.
346
- * @name util.float.writeFloatBE
347
- * @function
348
- * @param {number} val Value to write
349
- * @param {Uint8Array} buf Target buffer
350
- * @param {number} pos Target buffer offset
351
- * @returns {undefined}
352
- */
353
-
354
- /**
355
- * Reads a 32 bit float from a buffer using little endian byte order.
356
- * @name util.float.readFloatLE
357
- * @function
358
- * @param {Uint8Array} buf Source buffer
359
- * @param {number} pos Source buffer offset
360
- * @returns {number} Value read
361
- */
362
-
363
- /**
364
- * Reads a 32 bit float from a buffer using big endian byte order.
365
- * @name util.float.readFloatBE
366
- * @function
367
- * @param {Uint8Array} buf Source buffer
368
- * @param {number} pos Source buffer offset
369
- * @returns {number} Value read
370
- */
371
-
372
- /**
373
- * Writes a 64 bit double to a buffer using little endian byte order.
374
- * @name util.float.writeDoubleLE
375
- * @function
376
- * @param {number} val Value to write
377
- * @param {Uint8Array} buf Target buffer
378
- * @param {number} pos Target buffer offset
379
- * @returns {undefined}
380
- */
381
-
382
- /**
383
- * Writes a 64 bit double to a buffer using big endian byte order.
384
- * @name util.float.writeDoubleBE
385
- * @function
386
- * @param {number} val Value to write
387
- * @param {Uint8Array} buf Target buffer
388
- * @param {number} pos Target buffer offset
389
- * @returns {undefined}
390
- */
391
-
392
- /**
393
- * Reads a 64 bit double from a buffer using little endian byte order.
394
- * @name util.float.readDoubleLE
395
- * @function
396
- * @param {Uint8Array} buf Source buffer
397
- * @param {number} pos Source buffer offset
398
- * @returns {number} Value read
399
- */
400
-
401
- /**
402
- * Reads a 64 bit double from a buffer using big endian byte order.
403
- * @name util.float.readDoubleBE
404
- * @function
405
- * @param {Uint8Array} buf Source buffer
406
- * @param {number} pos Source buffer offset
407
- * @returns {number} Value read
408
- */
409
-
410
- // Factory function for the purpose of node-based testing in modified global environments
411
- function factory(exports) {
412
-
413
- // float: typed array
414
- if (typeof Float32Array !== "undefined") (function() {
415
-
416
- var f32 = new Float32Array([ -0 ]),
417
- f8b = new Uint8Array(f32.buffer),
418
- le = f8b[3] === 128;
419
-
420
- function writeFloat_f32_cpy(val, buf, pos) {
421
- f32[0] = val;
422
- buf[pos ] = f8b[0];
423
- buf[pos + 1] = f8b[1];
424
- buf[pos + 2] = f8b[2];
425
- buf[pos + 3] = f8b[3];
426
- }
427
-
428
- function writeFloat_f32_rev(val, buf, pos) {
429
- f32[0] = val;
430
- buf[pos ] = f8b[3];
431
- buf[pos + 1] = f8b[2];
432
- buf[pos + 2] = f8b[1];
433
- buf[pos + 3] = f8b[0];
434
- }
435
-
436
- /* istanbul ignore next */
437
- exports.writeFloatLE = le ? writeFloat_f32_cpy : writeFloat_f32_rev;
438
- /* istanbul ignore next */
439
- exports.writeFloatBE = le ? writeFloat_f32_rev : writeFloat_f32_cpy;
440
-
441
- function readFloat_f32_cpy(buf, pos) {
442
- f8b[0] = buf[pos ];
443
- f8b[1] = buf[pos + 1];
444
- f8b[2] = buf[pos + 2];
445
- f8b[3] = buf[pos + 3];
446
- return f32[0];
447
- }
448
-
449
- function readFloat_f32_rev(buf, pos) {
450
- f8b[3] = buf[pos ];
451
- f8b[2] = buf[pos + 1];
452
- f8b[1] = buf[pos + 2];
453
- f8b[0] = buf[pos + 3];
454
- return f32[0];
455
- }
456
-
457
- /* istanbul ignore next */
458
- exports.readFloatLE = le ? readFloat_f32_cpy : readFloat_f32_rev;
459
- /* istanbul ignore next */
460
- exports.readFloatBE = le ? readFloat_f32_rev : readFloat_f32_cpy;
461
-
462
- // float: ieee754
463
- })(); else (function() {
464
-
465
- function writeFloat_ieee754(writeUint, val, buf, pos) {
466
- var sign = val < 0 ? 1 : 0;
467
- if (sign)
468
- val = -val;
469
- if (val === 0)
470
- writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos);
471
- else if (isNaN(val))
472
- writeUint(2143289344, buf, pos);
473
- else if (val > 3.4028234663852886e+38) // +-Infinity
474
- writeUint((sign << 31 | 2139095040) >>> 0, buf, pos);
475
- else if (val < 1.1754943508222875e-38) // denormal
476
- writeUint((sign << 31 | Math.round(val / 1.401298464324817e-45)) >>> 0, buf, pos);
477
- else {
478
- var exponent = Math.floor(Math.log(val) / Math.LN2),
479
- mantissa = Math.round(val * Math.pow(2, -exponent) * 8388608) & 8388607;
480
- writeUint((sign << 31 | exponent + 127 << 23 | mantissa) >>> 0, buf, pos);
481
- }
482
- }
483
-
484
- exports.writeFloatLE = writeFloat_ieee754.bind(null, writeUintLE);
485
- exports.writeFloatBE = writeFloat_ieee754.bind(null, writeUintBE);
486
-
487
- function readFloat_ieee754(readUint, buf, pos) {
488
- var uint = readUint(buf, pos),
489
- sign = (uint >> 31) * 2 + 1,
490
- exponent = uint >>> 23 & 255,
491
- mantissa = uint & 8388607;
492
- return exponent === 255
493
- ? mantissa
494
- ? NaN
495
- : sign * Infinity
496
- : exponent === 0 // denormal
497
- ? sign * 1.401298464324817e-45 * mantissa
498
- : sign * Math.pow(2, exponent - 150) * (mantissa + 8388608);
499
- }
500
-
501
- exports.readFloatLE = readFloat_ieee754.bind(null, readUintLE);
502
- exports.readFloatBE = readFloat_ieee754.bind(null, readUintBE);
503
-
504
- })();
505
-
506
- // double: typed array
507
- if (typeof Float64Array !== "undefined") (function() {
508
-
509
- var f64 = new Float64Array([-0]),
510
- f8b = new Uint8Array(f64.buffer),
511
- le = f8b[7] === 128;
512
-
513
- function writeDouble_f64_cpy(val, buf, pos) {
514
- f64[0] = val;
515
- buf[pos ] = f8b[0];
516
- buf[pos + 1] = f8b[1];
517
- buf[pos + 2] = f8b[2];
518
- buf[pos + 3] = f8b[3];
519
- buf[pos + 4] = f8b[4];
520
- buf[pos + 5] = f8b[5];
521
- buf[pos + 6] = f8b[6];
522
- buf[pos + 7] = f8b[7];
523
- }
524
-
525
- function writeDouble_f64_rev(val, buf, pos) {
526
- f64[0] = val;
527
- buf[pos ] = f8b[7];
528
- buf[pos + 1] = f8b[6];
529
- buf[pos + 2] = f8b[5];
530
- buf[pos + 3] = f8b[4];
531
- buf[pos + 4] = f8b[3];
532
- buf[pos + 5] = f8b[2];
533
- buf[pos + 6] = f8b[1];
534
- buf[pos + 7] = f8b[0];
535
- }
536
-
537
- /* istanbul ignore next */
538
- exports.writeDoubleLE = le ? writeDouble_f64_cpy : writeDouble_f64_rev;
539
- /* istanbul ignore next */
540
- exports.writeDoubleBE = le ? writeDouble_f64_rev : writeDouble_f64_cpy;
541
-
542
- function readDouble_f64_cpy(buf, pos) {
543
- f8b[0] = buf[pos ];
544
- f8b[1] = buf[pos + 1];
545
- f8b[2] = buf[pos + 2];
546
- f8b[3] = buf[pos + 3];
547
- f8b[4] = buf[pos + 4];
548
- f8b[5] = buf[pos + 5];
549
- f8b[6] = buf[pos + 6];
550
- f8b[7] = buf[pos + 7];
551
- return f64[0];
552
- }
553
-
554
- function readDouble_f64_rev(buf, pos) {
555
- f8b[7] = buf[pos ];
556
- f8b[6] = buf[pos + 1];
557
- f8b[5] = buf[pos + 2];
558
- f8b[4] = buf[pos + 3];
559
- f8b[3] = buf[pos + 4];
560
- f8b[2] = buf[pos + 5];
561
- f8b[1] = buf[pos + 6];
562
- f8b[0] = buf[pos + 7];
563
- return f64[0];
564
- }
565
-
566
- /* istanbul ignore next */
567
- exports.readDoubleLE = le ? readDouble_f64_cpy : readDouble_f64_rev;
568
- /* istanbul ignore next */
569
- exports.readDoubleBE = le ? readDouble_f64_rev : readDouble_f64_cpy;
570
-
571
- // double: ieee754
572
- })(); else (function() {
573
-
574
- function writeDouble_ieee754(writeUint, off0, off1, val, buf, pos) {
575
- var sign = val < 0 ? 1 : 0;
576
- if (sign)
577
- val = -val;
578
- if (val === 0) {
579
- writeUint(0, buf, pos + off0);
580
- writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos + off1);
581
- } else if (isNaN(val)) {
582
- writeUint(0, buf, pos + off0);
583
- writeUint(2146959360, buf, pos + off1);
584
- } else if (val > 1.7976931348623157e+308) { // +-Infinity
585
- writeUint(0, buf, pos + off0);
586
- writeUint((sign << 31 | 2146435072) >>> 0, buf, pos + off1);
587
- } else {
588
- var mantissa;
589
- if (val < 2.2250738585072014e-308) { // denormal
590
- mantissa = val / 5e-324;
591
- writeUint(mantissa >>> 0, buf, pos + off0);
592
- writeUint((sign << 31 | mantissa / 4294967296) >>> 0, buf, pos + off1);
593
- } else {
594
- var exponent = Math.floor(Math.log(val) / Math.LN2);
595
- if (exponent === 1024)
596
- exponent = 1023;
597
- mantissa = val * Math.pow(2, -exponent);
598
- writeUint(mantissa * 4503599627370496 >>> 0, buf, pos + off0);
599
- writeUint((sign << 31 | exponent + 1023 << 20 | mantissa * 1048576 & 1048575) >>> 0, buf, pos + off1);
600
- }
601
- }
602
- }
603
-
604
- exports.writeDoubleLE = writeDouble_ieee754.bind(null, writeUintLE, 0, 4);
605
- exports.writeDoubleBE = writeDouble_ieee754.bind(null, writeUintBE, 4, 0);
606
-
607
- function readDouble_ieee754(readUint, off0, off1, buf, pos) {
608
- var lo = readUint(buf, pos + off0),
609
- hi = readUint(buf, pos + off1);
610
- var sign = (hi >> 31) * 2 + 1,
611
- exponent = hi >>> 20 & 2047,
612
- mantissa = 4294967296 * (hi & 1048575) + lo;
613
- return exponent === 2047
614
- ? mantissa
615
- ? NaN
616
- : sign * Infinity
617
- : exponent === 0 // denormal
618
- ? sign * 5e-324 * mantissa
619
- : sign * Math.pow(2, exponent - 1075) * (mantissa + 4503599627370496);
620
- }
621
-
622
- exports.readDoubleLE = readDouble_ieee754.bind(null, readUintLE, 0, 4);
623
- exports.readDoubleBE = readDouble_ieee754.bind(null, readUintBE, 4, 0);
624
-
625
- })();
626
-
627
- return exports;
628
- }
629
-
630
- // uint helpers
631
-
632
- function writeUintLE(val, buf, pos) {
633
- buf[pos ] = val & 255;
634
- buf[pos + 1] = val >>> 8 & 255;
635
- buf[pos + 2] = val >>> 16 & 255;
636
- buf[pos + 3] = val >>> 24;
637
- }
638
-
639
- function writeUintBE(val, buf, pos) {
640
- buf[pos ] = val >>> 24;
641
- buf[pos + 1] = val >>> 16 & 255;
642
- buf[pos + 2] = val >>> 8 & 255;
643
- buf[pos + 3] = val & 255;
644
- }
645
-
646
- function readUintLE(buf, pos) {
647
- return (buf[pos ]
648
- | buf[pos + 1] << 8
649
- | buf[pos + 2] << 16
650
- | buf[pos + 3] << 24) >>> 0;
651
- }
652
-
653
- function readUintBE(buf, pos) {
654
- return (buf[pos ] << 24
655
- | buf[pos + 1] << 16
656
- | buf[pos + 2] << 8
657
- | buf[pos + 3]) >>> 0;
658
- }
659
-
660
- },{}],5:[function(require,module,exports){
661
- "use strict";
662
- module.exports = pool;
663
-
664
- /**
665
- * An allocator as used by {@link util.pool}.
666
- * @typedef PoolAllocator
667
- * @type {function}
668
- * @param {number} size Buffer size
669
- * @returns {Uint8Array} Buffer
670
- */
671
-
672
- /**
673
- * A slicer as used by {@link util.pool}.
674
- * @typedef PoolSlicer
675
- * @type {function}
676
- * @param {number} start Start offset
677
- * @param {number} end End offset
678
- * @returns {Uint8Array} Buffer slice
679
- * @this {Uint8Array}
680
- */
681
-
682
- /**
683
- * A general purpose buffer pool.
684
- * @memberof util
685
- * @function
686
- * @param {PoolAllocator} alloc Allocator
687
- * @param {PoolSlicer} slice Slicer
688
- * @param {number} [size=8192] Slab size
689
- * @returns {PoolAllocator} Pooled allocator
690
- */
691
- function pool(alloc, slice, size) {
692
- var SIZE = size || 8192;
693
- var MAX = SIZE >>> 1;
694
- var slab = null;
695
- var offset = SIZE;
696
- return function pool_alloc(size) {
697
- if (size < 1 || size > MAX)
698
- return alloc(size);
699
- if (offset + size > SIZE) {
700
- slab = alloc(SIZE);
701
- offset = 0;
702
- }
703
- var buf = slice.call(slab, offset, offset += size);
704
- if (offset & 7) // align to 32 bit
705
- offset = (offset | 7) + 1;
706
- return buf;
707
- };
708
- }
709
-
710
- },{}],6:[function(require,module,exports){
711
- "use strict";
712
-
713
- /**
714
- * A minimal UTF8 implementation for number arrays.
715
- * @memberof util
716
- * @namespace
717
- */
718
- var utf8 = exports,
719
- replacementChar = "\ufffd";
720
-
721
- /**
722
- * Calculates the UTF8 byte length of a string.
723
- * @param {string} string String
724
- * @returns {number} Byte length
725
- */
726
- utf8.length = function utf8_length(string) {
727
- var len = 0,
728
- c = 0;
729
- for (var i = 0; i < string.length; ++i) {
730
- c = string.charCodeAt(i);
731
- if (c < 128)
732
- len += 1;
733
- else if (c < 2048)
734
- len += 2;
735
- else if ((c & 0xFC00) === 0xD800 && (string.charCodeAt(i + 1) & 0xFC00) === 0xDC00) {
736
- ++i;
737
- len += 4;
738
- } else
739
- len += 3;
740
- }
741
- return len;
742
- };
743
-
744
- /**
745
- * Reads UTF8 bytes as a string.
746
- * @param {Uint8Array} buffer Source buffer
747
- * @param {number} start Source start
748
- * @param {number} end Source end
749
- * @returns {string} String read
750
- */
751
- utf8.read = function utf8_read(buffer, start, end) {
752
- if (end - start < 1) {
753
- return "";
754
- }
755
-
756
- var str = "";
757
- for (var i = start; i < end;) {
758
- var t = buffer[i++];
759
- if (t <= 0x7F) {
760
- str += String.fromCharCode(t);
761
- } else if (t >= 0xC0 && t < 0xE0) {
762
- var c2 = (t & 0x1F) << 6 | buffer[i++] & 0x3F;
763
- str += c2 >= 0x80 ? String.fromCharCode(c2) : replacementChar;
764
- } else if (t >= 0xE0 && t < 0xF0) {
765
- var c3 = (t & 0xF) << 12 | (buffer[i++] & 0x3F) << 6 | buffer[i++] & 0x3F;
766
- str += c3 >= 0x800 ? String.fromCharCode(c3) : replacementChar;
767
- } else if (t >= 0xF0) {
768
- var t2 = (t & 7) << 18 | (buffer[i++] & 0x3F) << 12 | (buffer[i++] & 0x3F) << 6 | buffer[i++] & 0x3F;
769
- if (t2 < 0x10000 || t2 > 0x10FFFF)
770
- str += replacementChar;
771
- else {
772
- t2 -= 0x10000;
773
- str += String.fromCharCode(0xD800 + (t2 >> 10));
774
- str += String.fromCharCode(0xDC00 + (t2 & 0x3FF));
775
- }
776
- }
777
- }
778
-
779
- return str;
780
- };
781
-
782
- /**
783
- * Writes a string as UTF8 bytes.
784
- * @param {string} string Source string
785
- * @param {Uint8Array} buffer Destination buffer
786
- * @param {number} offset Destination offset
787
- * @returns {number} Bytes written
788
- */
789
- utf8.write = function utf8_write(string, buffer, offset) {
790
- var start = offset,
791
- c1, // character 1
792
- c2; // character 2
793
- for (var i = 0; i < string.length; ++i) {
794
- c1 = string.charCodeAt(i);
795
- if (c1 < 128) {
796
- buffer[offset++] = c1;
797
- } else if (c1 < 2048) {
798
- buffer[offset++] = c1 >> 6 | 192;
799
- buffer[offset++] = c1 & 63 | 128;
800
- } else if ((c1 & 0xFC00) === 0xD800 && ((c2 = string.charCodeAt(i + 1)) & 0xFC00) === 0xDC00) {
801
- c1 = 0x10000 + ((c1 & 0x03FF) << 10) + (c2 & 0x03FF);
802
- ++i;
803
- buffer[offset++] = c1 >> 18 | 240;
804
- buffer[offset++] = c1 >> 12 & 63 | 128;
805
- buffer[offset++] = c1 >> 6 & 63 | 128;
806
- buffer[offset++] = c1 & 63 | 128;
807
- } else {
808
- buffer[offset++] = c1 >> 12 | 224;
809
- buffer[offset++] = c1 >> 6 & 63 | 128;
810
- buffer[offset++] = c1 & 63 | 128;
811
- }
812
- }
813
- return offset - start;
814
- };
815
-
816
- },{}],7:[function(require,module,exports){
817
- "use strict";
818
- var protobuf = exports;
819
-
820
- /**
821
- * Build type, one of `"full"`, `"light"` or `"minimal"`.
822
- * @name build
823
- * @type {string}
824
- * @const
825
- */
826
- protobuf.build = "minimal";
827
-
828
- // Serialization
829
- protobuf.Writer = require(15);
830
- protobuf.BufferWriter = require(16);
831
- protobuf.Reader = require(8);
832
- protobuf.BufferReader = require(9);
833
-
834
- // Utility
835
- protobuf.util = require(14);
836
- protobuf.rpc = require(11);
837
- protobuf.roots = require(10);
838
- protobuf.configure = configure;
839
-
840
- /* istanbul ignore next */
841
- /**
842
- * Reconfigures the library according to the environment.
843
- * @returns {undefined}
844
- */
845
- function configure() {
846
- protobuf.util._configure();
847
- protobuf.Writer._configure(protobuf.BufferWriter);
848
- protobuf.Reader._configure(protobuf.BufferReader);
849
- }
850
-
851
- // Set up buffer utility according to the environment
852
- configure();
853
-
854
- },{"10":10,"11":11,"14":14,"15":15,"16":16,"8":8,"9":9}],8:[function(require,module,exports){
855
- "use strict";
856
- module.exports = Reader;
857
-
858
- var util = require(14);
859
-
860
- var BufferReader; // cyclic
861
-
862
- var LongBits = util.LongBits,
863
- utf8 = util.utf8;
864
-
865
- /* istanbul ignore next */
866
- function indexOutOfRange(reader, writeLength) {
867
- return RangeError("index out of range: " + reader.pos + " + " + (writeLength || 1) + " > " + reader.len);
868
- }
869
-
870
- /**
871
- * Constructs a new reader instance using the specified buffer.
872
- * @classdesc Wire format reader using `Uint8Array` if available, otherwise `Array`.
873
- * @constructor
874
- * @param {Uint8Array} buffer Buffer to read from
875
- */
876
- function Reader(buffer) {
877
-
878
- /**
879
- * Read buffer.
880
- * @type {Uint8Array}
881
- */
882
- this.buf = buffer;
883
-
884
- /**
885
- * Read buffer position.
886
- * @type {number}
887
- */
888
- this.pos = 0;
889
-
890
- /**
891
- * Read buffer length.
892
- * @type {number}
893
- */
894
- this.len = buffer.length;
895
- }
896
-
897
- var create_array = typeof Uint8Array !== "undefined"
898
- ? function create_typed_array(buffer) {
899
- if (buffer instanceof Uint8Array || Array.isArray(buffer))
900
- return new Reader(buffer);
901
- throw Error("illegal buffer");
902
- }
903
- /* istanbul ignore next */
904
- : function create_array(buffer) {
905
- if (Array.isArray(buffer))
906
- return new Reader(buffer);
907
- throw Error("illegal buffer");
908
- };
909
-
910
- var create = function create() {
911
- return util.Buffer
912
- ? function create_buffer_setup(buffer) {
913
- return (Reader.create = function create_buffer(buffer) {
914
- return util.Buffer.isBuffer(buffer)
915
- ? new BufferReader(buffer)
916
- /* istanbul ignore next */
917
- : create_array(buffer);
918
- })(buffer);
919
- }
920
- /* istanbul ignore next */
921
- : create_array;
922
- };
923
-
924
- /**
925
- * Creates a new reader using the specified buffer.
926
- * @function
927
- * @param {Uint8Array|Buffer} buffer Buffer to read from
928
- * @returns {Reader|BufferReader} A {@link BufferReader} if `buffer` is a Buffer, otherwise a {@link Reader}
929
- * @throws {Error} If `buffer` is not a valid buffer
930
- */
931
- Reader.create = create();
932
-
933
- Reader.prototype._slice = util.Array.prototype.subarray || /* istanbul ignore next */ util.Array.prototype.slice;
934
-
935
- /**
936
- * Reads a varint as an unsigned 32 bit value.
937
- * @function
938
- * @returns {number} Value read
939
- */
940
- Reader.prototype.uint32 = (function read_uint32_setup() {
941
- var value = 4294967295; // optimizer type-hint, tends to deopt otherwise (?!)
942
- return function read_uint32() {
943
- value = ( this.buf[this.pos] & 127 ) >>> 0; if (this.buf[this.pos++] < 128) return value;
944
- value = (value | (this.buf[this.pos] & 127) << 7) >>> 0; if (this.buf[this.pos++] < 128) return value;
945
- value = (value | (this.buf[this.pos] & 127) << 14) >>> 0; if (this.buf[this.pos++] < 128) return value;
946
- value = (value | (this.buf[this.pos] & 127) << 21) >>> 0; if (this.buf[this.pos++] < 128) return value;
947
- value = (value | (this.buf[this.pos] & 15) << 28) >>> 0; if (this.buf[this.pos++] < 128) return value;
948
-
949
- /* istanbul ignore if */
950
- if ((this.pos += 5) > this.len) {
951
- this.pos = this.len;
952
- throw indexOutOfRange(this, 10);
953
- }
954
- return value;
955
- };
956
- })();
957
-
958
- /**
959
- * Reads a varint as a signed 32 bit value.
960
- * @returns {number} Value read
961
- */
962
- Reader.prototype.int32 = function read_int32() {
963
- return this.uint32() | 0;
964
- };
965
-
966
- /**
967
- * Reads a zig-zag encoded varint as a signed 32 bit value.
968
- * @returns {number} Value read
969
- */
970
- Reader.prototype.sint32 = function read_sint32() {
971
- var value = this.uint32();
972
- return value >>> 1 ^ -(value & 1) | 0;
973
- };
974
-
975
- /* eslint-disable no-invalid-this */
976
-
977
- function readLongVarint() {
978
- // tends to deopt with local vars for octet etc.
979
- var bits = new LongBits(0, 0);
980
- var i = 0;
981
- if (this.len - this.pos > 4) { // fast route (lo)
982
- for (; i < 4; ++i) {
983
- // 1st..4th
984
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
985
- if (this.buf[this.pos++] < 128)
986
- return bits;
987
- }
988
- // 5th
989
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << 28) >>> 0;
990
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) >> 4) >>> 0;
991
- if (this.buf[this.pos++] < 128)
992
- return bits;
993
- i = 0;
994
- } else {
995
- for (; i < 3; ++i) {
996
- /* istanbul ignore if */
997
- if (this.pos >= this.len)
998
- throw indexOutOfRange(this);
999
- // 1st..3th
1000
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
1001
- if (this.buf[this.pos++] < 128)
1002
- return bits;
1003
- }
1004
- // 4th
1005
- bits.lo = (bits.lo | (this.buf[this.pos++] & 127) << i * 7) >>> 0;
1006
- return bits;
1007
- }
1008
- if (this.len - this.pos > 4) { // fast route (hi)
1009
- for (; i < 5; ++i) {
1010
- // 6th..10th
1011
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
1012
- if (this.buf[this.pos++] < 128)
1013
- return bits;
1014
- }
1015
- } else {
1016
- for (; i < 5; ++i) {
1017
- /* istanbul ignore if */
1018
- if (this.pos >= this.len)
1019
- throw indexOutOfRange(this);
1020
- // 6th..10th
1021
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
1022
- if (this.buf[this.pos++] < 128)
1023
- return bits;
1024
- }
1025
- }
1026
- /* istanbul ignore next */
1027
- throw Error("invalid varint encoding");
1028
- }
1029
-
1030
- /* eslint-enable no-invalid-this */
1031
-
1032
- /**
1033
- * Reads a varint as a signed 64 bit value.
1034
- * @name Reader#int64
1035
- * @function
1036
- * @returns {Long} Value read
1037
- */
1038
-
1039
- /**
1040
- * Reads a varint as an unsigned 64 bit value.
1041
- * @name Reader#uint64
1042
- * @function
1043
- * @returns {Long} Value read
1044
- */
1045
-
1046
- /**
1047
- * Reads a zig-zag encoded varint as a signed 64 bit value.
1048
- * @name Reader#sint64
1049
- * @function
1050
- * @returns {Long} Value read
1051
- */
1052
-
1053
- /**
1054
- * Reads a varint as a boolean.
1055
- * @returns {boolean} Value read
1056
- */
1057
- Reader.prototype.bool = function read_bool() {
1058
- return this.uint32() !== 0;
1059
- };
1060
-
1061
- function readFixed32_end(buf, end) { // note that this uses `end`, not `pos`
1062
- return (buf[end - 4]
1063
- | buf[end - 3] << 8
1064
- | buf[end - 2] << 16
1065
- | buf[end - 1] << 24) >>> 0;
1066
- }
1067
-
1068
- /**
1069
- * Reads fixed 32 bits as an unsigned 32 bit integer.
1070
- * @returns {number} Value read
1071
- */
1072
- Reader.prototype.fixed32 = function read_fixed32() {
1073
-
1074
- /* istanbul ignore if */
1075
- if (this.pos + 4 > this.len)
1076
- throw indexOutOfRange(this, 4);
1077
-
1078
- return readFixed32_end(this.buf, this.pos += 4);
1079
- };
1080
-
1081
- /**
1082
- * Reads fixed 32 bits as a signed 32 bit integer.
1083
- * @returns {number} Value read
1084
- */
1085
- Reader.prototype.sfixed32 = function read_sfixed32() {
1086
-
1087
- /* istanbul ignore if */
1088
- if (this.pos + 4 > this.len)
1089
- throw indexOutOfRange(this, 4);
1090
-
1091
- return readFixed32_end(this.buf, this.pos += 4) | 0;
1092
- };
1093
-
1094
- /* eslint-disable no-invalid-this */
1095
-
1096
- function readFixed64(/* this: Reader */) {
1097
-
1098
- /* istanbul ignore if */
1099
- if (this.pos + 8 > this.len)
1100
- throw indexOutOfRange(this, 8);
1101
-
1102
- return new LongBits(readFixed32_end(this.buf, this.pos += 4), readFixed32_end(this.buf, this.pos += 4));
1103
- }
1104
-
1105
- /* eslint-enable no-invalid-this */
1106
-
1107
- /**
1108
- * Reads fixed 64 bits.
1109
- * @name Reader#fixed64
1110
- * @function
1111
- * @returns {Long} Value read
1112
- */
1113
-
1114
- /**
1115
- * Reads zig-zag encoded fixed 64 bits.
1116
- * @name Reader#sfixed64
1117
- * @function
1118
- * @returns {Long} Value read
1119
- */
1120
-
1121
- /**
1122
- * Reads a float (32 bit) as a number.
1123
- * @function
1124
- * @returns {number} Value read
1125
- */
1126
- Reader.prototype.float = function read_float() {
1127
-
1128
- /* istanbul ignore if */
1129
- if (this.pos + 4 > this.len)
1130
- throw indexOutOfRange(this, 4);
1131
-
1132
- var value = util.float.readFloatLE(this.buf, this.pos);
1133
- this.pos += 4;
1134
- return value;
1135
- };
1136
-
1137
- /**
1138
- * Reads a double (64 bit float) as a number.
1139
- * @function
1140
- * @returns {number} Value read
1141
- */
1142
- Reader.prototype.double = function read_double() {
1143
-
1144
- /* istanbul ignore if */
1145
- if (this.pos + 8 > this.len)
1146
- throw indexOutOfRange(this, 4);
1147
-
1148
- var value = util.float.readDoubleLE(this.buf, this.pos);
1149
- this.pos += 8;
1150
- return value;
1151
- };
1152
-
1153
- /**
1154
- * Reads a sequence of bytes preceeded by its length as a varint.
1155
- * @returns {Uint8Array} Value read
1156
- */
1157
- Reader.prototype.bytes = function read_bytes() {
1158
- var length = this.uint32(),
1159
- start = this.pos,
1160
- end = this.pos + length;
1161
-
1162
- /* istanbul ignore if */
1163
- if (end > this.len)
1164
- throw indexOutOfRange(this, length);
1165
-
1166
- this.pos += length;
1167
- if (Array.isArray(this.buf)) // plain array
1168
- return this.buf.slice(start, end);
1169
-
1170
- if (start === end) { // fix for IE 10/Win8 and others' subarray returning array of size 1
1171
- var nativeBuffer = util.Buffer;
1172
- return nativeBuffer
1173
- ? nativeBuffer.alloc(0)
1174
- : new this.buf.constructor(0);
1175
- }
1176
- return this._slice.call(this.buf, start, end);
1177
- };
1178
-
1179
- /**
1180
- * Reads a string preceeded by its byte length as a varint.
1181
- * @returns {string} Value read
1182
- */
1183
- Reader.prototype.string = function read_string() {
1184
- var bytes = this.bytes();
1185
- return utf8.read(bytes, 0, bytes.length);
1186
- };
1187
-
1188
- /**
1189
- * Skips the specified number of bytes if specified, otherwise skips a varint.
1190
- * @param {number} [length] Length if known, otherwise a varint is assumed
1191
- * @returns {Reader} `this`
1192
- */
1193
- Reader.prototype.skip = function skip(length) {
1194
- if (typeof length === "number") {
1195
- /* istanbul ignore if */
1196
- if (this.pos + length > this.len)
1197
- throw indexOutOfRange(this, length);
1198
- this.pos += length;
1199
- } else {
1200
- do {
1201
- /* istanbul ignore if */
1202
- if (this.pos >= this.len)
1203
- throw indexOutOfRange(this);
1204
- } while (this.buf[this.pos++] & 128);
1205
- }
1206
- return this;
1207
- };
1208
-
1209
- /**
1210
- * Recursion limit.
1211
- * @type {number}
1212
- */
1213
- Reader.recursionLimit = util.recursionLimit;
1214
-
1215
- /**
1216
- * Skips the next element of the specified wire type.
1217
- * @param {number} wireType Wire type received
1218
- * @param {number} [depth] Depth of recursion to control nested calls; 0 if omitted
1219
- * @returns {Reader} `this`
1220
- */
1221
- Reader.prototype.skipType = function(wireType, depth) {
1222
- if (depth === undefined) depth = 0;
1223
- if (depth > Reader.recursionLimit)
1224
- throw Error("maximum nesting depth exceeded");
1225
- switch (wireType) {
1226
- case 0:
1227
- this.skip();
1228
- break;
1229
- case 1:
1230
- this.skip(8);
1231
- break;
1232
- case 2:
1233
- this.skip(this.uint32());
1234
- break;
1235
- case 3:
1236
- while ((wireType = this.uint32() & 7) !== 4) {
1237
- this.skipType(wireType, depth + 1);
1238
- }
1239
- break;
1240
- case 5:
1241
- this.skip(4);
1242
- break;
1243
-
1244
- /* istanbul ignore next */
1245
- default:
1246
- throw Error("invalid wire type " + wireType + " at offset " + this.pos);
1247
- }
1248
- return this;
1249
- };
1250
-
1251
- Reader._configure = function(BufferReader_) {
1252
- BufferReader = BufferReader_;
1253
- Reader.create = create();
1254
- BufferReader._configure();
1255
-
1256
- var fn = util.Long ? "toLong" : /* istanbul ignore next */ "toNumber";
1257
- util.merge(Reader.prototype, {
1258
-
1259
- int64: function read_int64() {
1260
- return readLongVarint.call(this)[fn](false);
1261
- },
1262
-
1263
- uint64: function read_uint64() {
1264
- return readLongVarint.call(this)[fn](true);
1265
- },
1266
-
1267
- sint64: function read_sint64() {
1268
- return readLongVarint.call(this).zzDecode()[fn](false);
1269
- },
1270
-
1271
- fixed64: function read_fixed64() {
1272
- return readFixed64.call(this)[fn](true);
1273
- },
1274
-
1275
- sfixed64: function read_sfixed64() {
1276
- return readFixed64.call(this)[fn](false);
1277
- }
1278
-
1279
- });
1280
- };
1281
-
1282
- },{"14":14}],9:[function(require,module,exports){
1283
- "use strict";
1284
- module.exports = BufferReader;
1285
-
1286
- // extends Reader
1287
- var Reader = require(8);
1288
- (BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
1289
-
1290
- var util = require(14);
1291
-
1292
- /**
1293
- * Constructs a new buffer reader instance.
1294
- * @classdesc Wire format reader using node buffers.
1295
- * @extends Reader
1296
- * @constructor
1297
- * @param {Buffer} buffer Buffer to read from
1298
- */
1299
- function BufferReader(buffer) {
1300
- Reader.call(this, buffer);
1301
-
1302
- /**
1303
- * Read buffer.
1304
- * @name BufferReader#buf
1305
- * @type {Buffer}
1306
- */
1307
- }
1308
-
1309
- BufferReader._configure = function () {
1310
- /* istanbul ignore else */
1311
- if (util.Buffer)
1312
- BufferReader.prototype._slice = util.Buffer.prototype.slice;
1313
- };
1314
-
1315
-
1316
- /**
1317
- * @override
1318
- */
1319
- BufferReader.prototype.string = function read_string_buffer() {
1320
- var len = this.uint32(); // modifies pos
1321
- return this.buf.utf8Slice
1322
- ? this.buf.utf8Slice(this.pos, this.pos = Math.min(this.pos + len, this.len))
1323
- : this.buf.toString("utf-8", this.pos, this.pos = Math.min(this.pos + len, this.len));
1324
- };
1325
-
1326
- /**
1327
- * Reads a sequence of bytes preceeded by its length as a varint.
1328
- * @name BufferReader#bytes
1329
- * @function
1330
- * @returns {Buffer} Value read
1331
- */
1332
-
1333
- BufferReader._configure();
1334
-
1335
- },{"14":14,"8":8}],10:[function(require,module,exports){
1336
- "use strict";
1337
- module.exports = Object.create(null);
1338
-
1339
- /**
1340
- * Named roots.
1341
- * This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
1342
- * Can also be used manually to make roots available across modules.
1343
- * @name roots
1344
- * @type {Object.<string,Root>}
1345
- * @example
1346
- * // pbjs -r myroot -o compiled.js ...
1347
- *
1348
- * // in another module:
1349
- * require("./compiled.js");
1350
- *
1351
- * // in any subsequent module:
1352
- * var root = protobuf.roots["myroot"];
1353
- */
1354
-
1355
- },{}],11:[function(require,module,exports){
1356
- "use strict";
1357
-
1358
- /**
1359
- * Streaming RPC helpers.
1360
- * @namespace
1361
- */
1362
- var rpc = exports;
1363
-
1364
- /**
1365
- * RPC implementation passed to {@link Service#create} performing a service request on network level, i.e. by utilizing http requests or websockets.
1366
- * @typedef RPCImpl
1367
- * @type {function}
1368
- * @param {Method|rpc.ServiceMethod<Message<{}>,Message<{}>>} method Reflected or static method being called
1369
- * @param {Uint8Array} requestData Request data
1370
- * @param {RPCImplCallback} callback Callback function
1371
- * @returns {undefined}
1372
- * @example
1373
- * function rpcImpl(method, requestData, callback) {
1374
- * if (protobuf.util.lcFirst(method.name) !== "myMethod") // compatible with static code
1375
- * throw Error("no such method");
1376
- * asynchronouslyObtainAResponse(requestData, function(err, responseData) {
1377
- * callback(err, responseData);
1378
- * });
1379
- * }
1380
- */
1381
-
1382
- /**
1383
- * Node-style callback as used by {@link RPCImpl}.
1384
- * @typedef RPCImplCallback
1385
- * @type {function}
1386
- * @param {Error|null} error Error, if any, otherwise `null`
1387
- * @param {Uint8Array|null} [response] Response data or `null` to signal end of stream, if there hasn't been an error
1388
- * @returns {undefined}
1389
- */
1390
-
1391
- rpc.Service = require(12);
1392
-
1393
- },{"12":12}],12:[function(require,module,exports){
1394
- "use strict";
1395
- module.exports = Service;
1396
-
1397
- var util = require(14);
1398
-
1399
- // Extends EventEmitter
1400
- (Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
1401
-
1402
- /**
1403
- * A service method callback as used by {@link rpc.ServiceMethod|ServiceMethod}.
1404
- *
1405
- * Differs from {@link RPCImplCallback} in that it is an actual callback of a service method which may not return `response = null`.
1406
- * @typedef rpc.ServiceMethodCallback
1407
- * @template TRes extends Message<TRes>
1408
- * @type {function}
1409
- * @param {Error|null} error Error, if any
1410
- * @param {TRes} [response] Response message
1411
- * @returns {undefined}
1412
- */
1413
-
1414
- /**
1415
- * A service method part of a {@link rpc.Service} as created by {@link Service.create}.
1416
- * @typedef rpc.ServiceMethod
1417
- * @template TReq extends Message<TReq>
1418
- * @template TRes extends Message<TRes>
1419
- * @type {function}
1420
- * @param {TReq|Properties<TReq>} request Request message or plain object
1421
- * @param {rpc.ServiceMethodCallback<TRes>} [callback] Node-style callback called with the error, if any, and the response message
1422
- * @returns {Promise<Message<TRes>>} Promise if `callback` has been omitted, otherwise `undefined`
1423
- */
1424
-
1425
- /**
1426
- * Constructs a new RPC service instance.
1427
- * @classdesc An RPC service as returned by {@link Service#create}.
1428
- * @exports rpc.Service
1429
- * @extends util.EventEmitter
1430
- * @constructor
1431
- * @param {RPCImpl} rpcImpl RPC implementation
1432
- * @param {boolean} [requestDelimited=false] Whether requests are length-delimited
1433
- * @param {boolean} [responseDelimited=false] Whether responses are length-delimited
1434
- */
1435
- function Service(rpcImpl, requestDelimited, responseDelimited) {
1436
-
1437
- if (typeof rpcImpl !== "function")
1438
- throw TypeError("rpcImpl must be a function");
1439
-
1440
- util.EventEmitter.call(this);
1441
-
1442
- /**
1443
- * RPC implementation. Becomes `null` once the service is ended.
1444
- * @type {RPCImpl|null}
1445
- */
1446
- this.rpcImpl = rpcImpl;
1447
-
1448
- /**
1449
- * Whether requests are length-delimited.
1450
- * @type {boolean}
1451
- */
1452
- this.requestDelimited = Boolean(requestDelimited);
1453
-
1454
- /**
1455
- * Whether responses are length-delimited.
1456
- * @type {boolean}
1457
- */
1458
- this.responseDelimited = Boolean(responseDelimited);
1459
- }
1460
-
1461
- /**
1462
- * Calls a service method through {@link rpc.Service#rpcImpl|rpcImpl}.
1463
- * @param {Method|rpc.ServiceMethod<TReq,TRes>} method Reflected or static method
1464
- * @param {Constructor<TReq>} requestCtor Request constructor
1465
- * @param {Constructor<TRes>} responseCtor Response constructor
1466
- * @param {TReq|Properties<TReq>} request Request message or plain object
1467
- * @param {rpc.ServiceMethodCallback<TRes>} callback Service callback
1468
- * @returns {undefined}
1469
- * @template TReq extends Message<TReq>
1470
- * @template TRes extends Message<TRes>
1471
- */
1472
- Service.prototype.rpcCall = function rpcCall(method, requestCtor, responseCtor, request, callback) {
1473
-
1474
- if (!request)
1475
- throw TypeError("request must be specified");
1476
-
1477
- var self = this;
1478
- if (!callback)
1479
- return util.asPromise(rpcCall, self, method, requestCtor, responseCtor, request);
1480
-
1481
- if (!self.rpcImpl) {
1482
- setTimeout(function() { callback(Error("already ended")); }, 0);
1483
- return undefined;
1484
- }
1485
-
1486
- try {
1487
- return self.rpcImpl(
1488
- method,
1489
- requestCtor[self.requestDelimited ? "encodeDelimited" : "encode"](request).finish(),
1490
- function rpcCallback(err, response) {
1491
-
1492
- if (err) {
1493
- self.emit("error", err, method);
1494
- return callback(err);
1495
- }
1496
-
1497
- if (response === null) {
1498
- self.end(/* endedByRPC */ true);
1499
- return undefined;
1500
- }
1501
-
1502
- if (!(response instanceof responseCtor)) {
1503
- try {
1504
- response = responseCtor[self.responseDelimited ? "decodeDelimited" : "decode"](response);
1505
- } catch (err) {
1506
- self.emit("error", err, method);
1507
- return callback(err);
1508
- }
1509
- }
1510
-
1511
- self.emit("data", response, method);
1512
- return callback(null, response);
1513
- }
1514
- );
1515
- } catch (err) {
1516
- self.emit("error", err, method);
1517
- setTimeout(function() { callback(err); }, 0);
1518
- return undefined;
1519
- }
1520
- };
1521
-
1522
- /**
1523
- * Ends this service and emits the `end` event.
1524
- * @param {boolean} [endedByRPC=false] Whether the service has been ended by the RPC implementation.
1525
- * @returns {rpc.Service} `this`
1526
- */
1527
- Service.prototype.end = function end(endedByRPC) {
1528
- if (this.rpcImpl) {
1529
- if (!endedByRPC) // signal end to rpcImpl
1530
- this.rpcImpl(null, null, null);
1531
- this.rpcImpl = null;
1532
- this.emit("end").off();
1533
- }
1534
- return this;
1535
- };
1536
-
1537
- },{"14":14}],13:[function(require,module,exports){
1538
- "use strict";
1539
- module.exports = LongBits;
1540
-
1541
- var util = require(14);
1542
-
1543
- /**
1544
- * Constructs new long bits.
1545
- * @classdesc Helper class for working with the low and high bits of a 64 bit value.
1546
- * @memberof util
1547
- * @constructor
1548
- * @param {number} lo Low 32 bits, unsigned
1549
- * @param {number} hi High 32 bits, unsigned
1550
- */
1551
- function LongBits(lo, hi) {
1552
-
1553
- // note that the casts below are theoretically unnecessary as of today, but older statically
1554
- // generated converter code might still call the ctor with signed 32bits. kept for compat.
1555
-
1556
- /**
1557
- * Low bits.
1558
- * @type {number}
1559
- */
1560
- this.lo = lo >>> 0;
1561
-
1562
- /**
1563
- * High bits.
1564
- * @type {number}
1565
- */
1566
- this.hi = hi >>> 0;
1567
- }
1568
-
1569
- /**
1570
- * Zero bits.
1571
- * @memberof util.LongBits
1572
- * @type {util.LongBits}
1573
- */
1574
- var zero = LongBits.zero = new LongBits(0, 0);
1575
-
1576
- zero.toNumber = function() { return 0; };
1577
- zero.zzEncode = zero.zzDecode = function() { return this; };
1578
- zero.length = function() { return 1; };
1579
-
1580
- /**
1581
- * Zero hash.
1582
- * @memberof util.LongBits
1583
- * @type {string}
1584
- */
1585
- var zeroHash = LongBits.zeroHash = "\0\0\0\0\0\0\0\0";
1586
-
1587
- /**
1588
- * Constructs new long bits from the specified number.
1589
- * @param {number} value Value
1590
- * @returns {util.LongBits} Instance
1591
- */
1592
- LongBits.fromNumber = function fromNumber(value) {
1593
- if (value === 0)
1594
- return zero;
1595
- var sign = value < 0;
1596
- if (sign)
1597
- value = -value;
1598
- var lo = value >>> 0,
1599
- hi = (value - lo) / 4294967296 >>> 0;
1600
- if (sign) {
1601
- hi = ~hi >>> 0;
1602
- lo = ~lo >>> 0;
1603
- if (++lo > 4294967295) {
1604
- lo = 0;
1605
- if (++hi > 4294967295)
1606
- hi = 0;
1607
- }
1608
- }
1609
- return new LongBits(lo, hi);
1610
- };
1611
-
1612
- /**
1613
- * Constructs new long bits from a number, long or string.
1614
- * @param {Long|number|string} value Value
1615
- * @returns {util.LongBits} Instance
1616
- */
1617
- LongBits.from = function from(value) {
1618
- if (typeof value === "number")
1619
- return LongBits.fromNumber(value);
1620
- if (util.isString(value)) {
1621
- /* istanbul ignore else */
1622
- if (util.Long)
1623
- value = util.Long.fromString(value);
1624
- else
1625
- return LongBits.fromNumber(parseInt(value, 10));
1626
- }
1627
- return value.low || value.high ? new LongBits(value.low >>> 0, value.high >>> 0) : zero;
1628
- };
1629
-
1630
- /**
1631
- * Converts this long bits to a possibly unsafe JavaScript number.
1632
- * @param {boolean} [unsigned=false] Whether unsigned or not
1633
- * @returns {number} Possibly unsafe number
1634
- */
1635
- LongBits.prototype.toNumber = function toNumber(unsigned) {
1636
- if (!unsigned && this.hi >>> 31) {
1637
- var lo = ~this.lo + 1 >>> 0,
1638
- hi = ~this.hi >>> 0;
1639
- if (!lo)
1640
- hi = hi + 1 >>> 0;
1641
- return -(lo + hi * 4294967296);
1642
- }
1643
- return this.lo + this.hi * 4294967296;
1644
- };
1645
-
1646
- /**
1647
- * Converts this long bits to a long.
1648
- * @param {boolean} [unsigned=false] Whether unsigned or not
1649
- * @returns {Long} Long
1650
- */
1651
- LongBits.prototype.toLong = function toLong(unsigned) {
1652
- return util.Long
1653
- ? new util.Long(this.lo | 0, this.hi | 0, Boolean(unsigned))
1654
- /* istanbul ignore next */
1655
- : { low: this.lo | 0, high: this.hi | 0, unsigned: Boolean(unsigned) };
1656
- };
1657
-
1658
- var charCodeAt = String.prototype.charCodeAt;
1659
-
1660
- /**
1661
- * Constructs new long bits from the specified 8 characters long hash.
1662
- * @param {string} hash Hash
1663
- * @returns {util.LongBits} Bits
1664
- */
1665
- LongBits.fromHash = function fromHash(hash) {
1666
- if (hash === zeroHash)
1667
- return zero;
1668
- return new LongBits(
1669
- ( charCodeAt.call(hash, 0)
1670
- | charCodeAt.call(hash, 1) << 8
1671
- | charCodeAt.call(hash, 2) << 16
1672
- | charCodeAt.call(hash, 3) << 24) >>> 0
1673
- ,
1674
- ( charCodeAt.call(hash, 4)
1675
- | charCodeAt.call(hash, 5) << 8
1676
- | charCodeAt.call(hash, 6) << 16
1677
- | charCodeAt.call(hash, 7) << 24) >>> 0
1678
- );
1679
- };
1680
-
1681
- /**
1682
- * Converts this long bits to a 8 characters long hash.
1683
- * @returns {string} Hash
1684
- */
1685
- LongBits.prototype.toHash = function toHash() {
1686
- return String.fromCharCode(
1687
- this.lo & 255,
1688
- this.lo >>> 8 & 255,
1689
- this.lo >>> 16 & 255,
1690
- this.lo >>> 24 ,
1691
- this.hi & 255,
1692
- this.hi >>> 8 & 255,
1693
- this.hi >>> 16 & 255,
1694
- this.hi >>> 24
1695
- );
1696
- };
1697
-
1698
- /**
1699
- * Zig-zag encodes this long bits.
1700
- * @returns {util.LongBits} `this`
1701
- */
1702
- LongBits.prototype.zzEncode = function zzEncode() {
1703
- var mask = this.hi >> 31;
1704
- this.hi = ((this.hi << 1 | this.lo >>> 31) ^ mask) >>> 0;
1705
- this.lo = ( this.lo << 1 ^ mask) >>> 0;
1706
- return this;
1707
- };
1708
-
1709
- /**
1710
- * Zig-zag decodes this long bits.
1711
- * @returns {util.LongBits} `this`
1712
- */
1713
- LongBits.prototype.zzDecode = function zzDecode() {
1714
- var mask = -(this.lo & 1);
1715
- this.lo = ((this.lo >>> 1 | this.hi << 31) ^ mask) >>> 0;
1716
- this.hi = ( this.hi >>> 1 ^ mask) >>> 0;
1717
- return this;
1718
- };
1719
-
1720
- /**
1721
- * Calculates the length of this longbits when encoded as a varint.
1722
- * @returns {number} Length
1723
- */
1724
- LongBits.prototype.length = function length() {
1725
- var part0 = this.lo,
1726
- part1 = (this.lo >>> 28 | this.hi << 4) >>> 0,
1727
- part2 = this.hi >>> 24;
1728
- return part2 === 0
1729
- ? part1 === 0
1730
- ? part0 < 16384
1731
- ? part0 < 128 ? 1 : 2
1732
- : part0 < 2097152 ? 3 : 4
1733
- : part1 < 16384
1734
- ? part1 < 128 ? 5 : 6
1735
- : part1 < 2097152 ? 7 : 8
1736
- : part2 < 128 ? 9 : 10;
1737
- };
1738
-
1739
- },{"14":14}],14:[function(require,module,exports){
1740
- "use strict";
1741
- var util = exports;
1742
-
1743
- // used to return a Promise where callback is omitted
1744
- util.asPromise = require(1);
1745
-
1746
- // converts to / from base64 encoded strings
1747
- util.base64 = require(2);
1748
-
1749
- // base class of rpc.Service
1750
- util.EventEmitter = require(3);
1751
-
1752
- // float handling accross browsers
1753
- util.float = require(4);
1754
-
1755
- // converts to / from utf8 encoded strings
1756
- util.utf8 = require(6);
1757
-
1758
- // provides a node-like buffer pool in the browser
1759
- util.pool = require(5);
1760
-
1761
- // utility to work with the low and high bits of a 64 bit value
1762
- util.LongBits = require(13);
1763
-
1764
- /**
1765
- * Tests if the specified key can affect object prototypes.
1766
- * @memberof util
1767
- * @param {string} key Key to test
1768
- * @returns {boolean} `true` if the key is unsafe
1769
- */
1770
- function isUnsafeProperty(key) {
1771
- return key === "__proto__" || key === "prototype" || key === "constructor";
1772
- }
1773
-
1774
- util.isUnsafeProperty = isUnsafeProperty;
1775
-
1776
- /**
1777
- * Whether running within node or not.
1778
- * @memberof util
1779
- * @type {boolean}
1780
- */
1781
- util.isNode = Boolean(typeof global !== "undefined"
1782
- && global
1783
- && global.process
1784
- && global.process.versions
1785
- && global.process.versions.node);
1786
-
1787
- /**
1788
- * Global object reference.
1789
- * @memberof util
1790
- * @type {Object}
1791
- */
1792
- util.global = util.isNode && global
1793
- || typeof window !== "undefined" && window
1794
- || typeof self !== "undefined" && self
1795
- || this; // eslint-disable-line no-invalid-this
1796
-
1797
- /**
1798
- * An immuable empty array.
1799
- * @memberof util
1800
- * @type {Array.<*>}
1801
- * @const
1802
- */
1803
- util.emptyArray = Object.freeze ? Object.freeze([]) : /* istanbul ignore next */ []; // used on prototypes
1804
-
1805
- /**
1806
- * An immutable empty object.
1807
- * @type {Object}
1808
- * @const
1809
- */
1810
- util.emptyObject = Object.freeze ? Object.freeze({}) : /* istanbul ignore next */ {}; // used on prototypes
1811
-
1812
- /**
1813
- * Tests if the specified value is an integer.
1814
- * @function
1815
- * @param {*} value Value to test
1816
- * @returns {boolean} `true` if the value is an integer
1817
- */
1818
- util.isInteger = Number.isInteger || /* istanbul ignore next */ function isInteger(value) {
1819
- return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
1820
- };
1821
-
1822
- /**
1823
- * Tests if the specified value is a string.
1824
- * @param {*} value Value to test
1825
- * @returns {boolean} `true` if the value is a string
1826
- */
1827
- util.isString = function isString(value) {
1828
- return typeof value === "string" || value instanceof String;
1829
- };
1830
-
1831
- /**
1832
- * Tests if the specified value is a non-null object.
1833
- * @param {*} value Value to test
1834
- * @returns {boolean} `true` if the value is a non-null object
1835
- */
1836
- util.isObject = function isObject(value) {
1837
- return value && typeof value === "object";
1838
- };
1839
-
1840
- /**
1841
- * Checks if a property on a message is considered to be present.
1842
- * This is an alias of {@link util.isSet}.
1843
- * @function
1844
- * @param {Object} obj Plain object or message instance
1845
- * @param {string} prop Property name
1846
- * @returns {boolean} `true` if considered to be present, otherwise `false`
1847
- */
1848
- util.isset =
1849
-
1850
- /**
1851
- * Checks if a property on a message is considered to be present.
1852
- * @param {Object} obj Plain object or message instance
1853
- * @param {string} prop Property name
1854
- * @returns {boolean} `true` if considered to be present, otherwise `false`
1855
- */
1856
- util.isSet = function isSet(obj, prop) {
1857
- var value = obj[prop];
1858
- if (value != null && Object.hasOwnProperty.call(obj, prop)) // eslint-disable-line eqeqeq
1859
- return typeof value !== "object" || (Array.isArray(value) ? value.length : Object.keys(value).length) > 0;
1860
- return false;
1861
- };
1862
-
1863
- /**
1864
- * Any compatible Buffer instance.
1865
- * This is a minimal stand-alone definition of a Buffer instance. The actual type is that exported by node's typings.
1866
- * @interface Buffer
1867
- * @extends Uint8Array
1868
- */
1869
-
1870
- /**
1871
- * Node's Buffer class if available.
1872
- * @type {Constructor<Buffer>}
1873
- */
1874
- util.Buffer = (function() {
1875
- try {
1876
- var Buffer = util.global.Buffer;
1877
- // refuse to use non-node buffers if not explicitly assigned (perf reasons):
1878
- return Buffer.prototype.utf8Write ? Buffer : /* istanbul ignore next */ null;
1879
- } catch (e) {
1880
- /* istanbul ignore next */
1881
- return null;
1882
- }
1883
- })();
1884
-
1885
- // Internal alias of or polyfull for Buffer.from.
1886
- util._Buffer_from = null;
1887
-
1888
- // Internal alias of or polyfill for Buffer.allocUnsafe.
1889
- util._Buffer_allocUnsafe = null;
1890
-
1891
- /**
1892
- * Creates a new buffer of whatever type supported by the environment.
1893
- * @param {number|number[]} [sizeOrArray=0] Buffer size or number array
1894
- * @returns {Uint8Array|Buffer} Buffer
1895
- */
1896
- util.newBuffer = function newBuffer(sizeOrArray) {
1897
- /* istanbul ignore next */
1898
- return typeof sizeOrArray === "number"
1899
- ? util.Buffer
1900
- ? util._Buffer_allocUnsafe(sizeOrArray)
1901
- : new util.Array(sizeOrArray)
1902
- : util.Buffer
1903
- ? util._Buffer_from(sizeOrArray)
1904
- : typeof Uint8Array === "undefined"
1905
- ? sizeOrArray
1906
- : new Uint8Array(sizeOrArray);
1907
- };
1908
-
1909
- /**
1910
- * Array implementation used in the browser. `Uint8Array` if supported, otherwise `Array`.
1911
- * @type {Constructor<Uint8Array>}
1912
- */
1913
- util.Array = typeof Uint8Array !== "undefined" ? Uint8Array /* istanbul ignore next */ : Array;
1914
-
1915
- /**
1916
- * Any compatible Long instance.
1917
- * This is a minimal stand-alone definition of a Long instance. The actual type is that exported by long.js.
1918
- * @interface Long
1919
- * @property {number} low Low bits
1920
- * @property {number} high High bits
1921
- * @property {boolean} unsigned Whether unsigned or not
1922
- */
1923
-
1924
- /**
1925
- * Long.js's Long class if available.
1926
- * @type {Constructor<Long>}
1927
- */
1928
- util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
1929
- || /* istanbul ignore next */ util.global.Long
1930
- || (function() {
1931
- try {
1932
- var Long = require("long");
1933
- return Long && Long.isLong ? Long : null;
1934
- } catch (e) {
1935
- /* istanbul ignore next */
1936
- return null;
1937
- }
1938
- })();
1939
-
1940
- /**
1941
- * Regular expression used to verify 2 bit (`bool`) map keys.
1942
- * @type {RegExp}
1943
- * @const
1944
- */
1945
- util.key2Re = /^true|false|0|1$/;
1946
-
1947
- /**
1948
- * Regular expression used to verify 32 bit (`int32` etc.) map keys.
1949
- * @type {RegExp}
1950
- * @const
1951
- */
1952
- util.key32Re = /^-?(?:0|[1-9][0-9]*)$/;
1953
-
1954
- /**
1955
- * Regular expression used to verify 64 bit (`int64` etc.) map keys.
1956
- * @type {RegExp}
1957
- * @const
1958
- */
1959
- util.key64Re = /^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;
1960
-
1961
- /**
1962
- * Converts a number or long to an 8 characters long hash string.
1963
- * @param {Long|number} value Value to convert
1964
- * @returns {string} Hash
1965
- */
1966
- util.longToHash = function longToHash(value) {
1967
- return value
1968
- ? util.LongBits.from(value).toHash()
1969
- : util.LongBits.zeroHash;
1970
- };
1971
-
1972
- /**
1973
- * Converts an 8 characters long hash string to a long or number.
1974
- * @param {string} hash Hash
1975
- * @param {boolean} [unsigned=false] Whether unsigned or not
1976
- * @returns {Long|number} Original value
1977
- */
1978
- util.longFromHash = function longFromHash(hash, unsigned) {
1979
- var bits = util.LongBits.fromHash(hash);
1980
- if (util.Long)
1981
- return util.Long.fromBits(bits.lo, bits.hi, unsigned);
1982
- return bits.toNumber(Boolean(unsigned));
1983
- };
1984
-
1985
- /**
1986
- * Merges the properties of the source object into the destination object.
1987
- * @memberof util
1988
- * @param {Object.<string,*>} dst Destination object
1989
- * @param {...(Object.<string,*>|boolean)} src Source objects, optionally followed by an `ifNotSet` flag
1990
- * @returns {Object.<string,*>} Destination object
1991
- */
1992
- function merge(dst) { // used by converters
1993
- var ifNotSet = typeof arguments[arguments.length - 1] === "boolean",
1994
- limit = ifNotSet ? arguments.length - 1 : arguments.length;
1995
- ifNotSet = ifNotSet && arguments[arguments.length - 1];
1996
- for (var a = 1; a < limit; ++a) {
1997
- var src = arguments[a];
1998
- if (!src)
1999
- continue;
2000
- for (var keys = Object.keys(src), i = 0; i < keys.length; ++i)
2001
- if (!isUnsafeProperty(keys[i]) && (dst[keys[i]] === undefined || !ifNotSet))
2002
- dst[keys[i]] = src[keys[i]];
2003
- }
2004
- return dst;
2005
- }
2006
-
2007
- util.merge = merge;
2008
-
2009
- /**
2010
- * Schema declaration nesting limit.
2011
- * @memberof util
2012
- * @type {number}
2013
- */
2014
- util.nestingLimit = 32; // protoc: MaxMessageDeclarationNestingDepth
2015
-
2016
- /**
2017
- * Recursion limit.
2018
- * @memberof util
2019
- * @type {number}
2020
- */
2021
- util.recursionLimit = 100; // protoc: CodedInputStream::default_recursion_limit_
2022
-
2023
- /**
2024
- * Makes a property safe for assignment as an own property.
2025
- * @memberof util
2026
- * @param {Object.<string,*>} obj Object
2027
- * @param {string} key Property key
2028
- * @returns {undefined}
2029
- */
2030
- util.makeProp = function makeProp(obj, key) {
2031
- Object.defineProperty(obj, key, {
2032
- enumerable: true,
2033
- configurable: true,
2034
- writable: true
2035
- });
2036
- };
2037
-
2038
- /**
2039
- * Converts the first character of a string to lower case.
2040
- * @param {string} str String to convert
2041
- * @returns {string} Converted string
2042
- */
2043
- util.lcFirst = function lcFirst(str) {
2044
- return str.charAt(0).toLowerCase() + str.substring(1);
2045
- };
2046
-
2047
- /**
2048
- * Creates a custom error constructor.
2049
- * @memberof util
2050
- * @param {string} name Error name
2051
- * @returns {Constructor<Error>} Custom error constructor
2052
- */
2053
- function newError(name) {
2054
-
2055
- function CustomError(message, properties) {
2056
-
2057
- if (!(this instanceof CustomError))
2058
- return new CustomError(message, properties);
2059
-
2060
- // Error.call(this, message);
2061
- // ^ just returns a new error instance because the ctor can be called as a function
2062
-
2063
- Object.defineProperty(this, "message", { get: function() { return message; } });
2064
-
2065
- /* istanbul ignore next */
2066
- if (Error.captureStackTrace) // node
2067
- Error.captureStackTrace(this, CustomError);
2068
- else
2069
- Object.defineProperty(this, "stack", { value: new Error().stack || "" });
2070
-
2071
- if (properties)
2072
- merge(this, properties);
2073
- }
2074
-
2075
- CustomError.prototype = Object.create(Error.prototype, {
2076
- constructor: {
2077
- value: CustomError,
2078
- writable: true,
2079
- enumerable: false,
2080
- configurable: true,
2081
- },
2082
- name: {
2083
- get: function get() { return name; },
2084
- set: undefined,
2085
- enumerable: false,
2086
- // configurable: false would accurately preserve the behavior of
2087
- // the original, but I'm guessing that was not intentional.
2088
- // For an actual error subclass, this property would
2089
- // be configurable.
2090
- configurable: true,
2091
- },
2092
- toString: {
2093
- value: function value() { return this.name + ": " + this.message; },
2094
- writable: true,
2095
- enumerable: false,
2096
- configurable: true,
2097
- },
2098
- });
2099
-
2100
- return CustomError;
2101
- }
2102
-
2103
- util.newError = newError;
2104
-
2105
- /**
2106
- * Constructs a new protocol error.
2107
- * @classdesc Error subclass indicating a protocol specifc error.
2108
- * @memberof util
2109
- * @extends Error
2110
- * @template T extends Message<T>
2111
- * @constructor
2112
- * @param {string} message Error message
2113
- * @param {Object.<string,*>} [properties] Additional properties
2114
- * @example
2115
- * try {
2116
- * MyMessage.decode(someBuffer); // throws if required fields are missing
2117
- * } catch (e) {
2118
- * if (e instanceof ProtocolError && e.instance)
2119
- * console.log("decoded so far: " + JSON.stringify(e.instance));
2120
- * }
2121
- */
2122
- util.ProtocolError = newError("ProtocolError");
2123
-
2124
- /**
2125
- * So far decoded message instance.
2126
- * @name util.ProtocolError#instance
2127
- * @type {Message<T>}
2128
- */
2129
-
2130
- /**
2131
- * A OneOf getter as returned by {@link util.oneOfGetter}.
2132
- * @typedef OneOfGetter
2133
- * @type {function}
2134
- * @returns {string|undefined} Set field name, if any
2135
- */
2136
-
2137
- /**
2138
- * Builds a getter for a oneof's present field name.
2139
- * @param {string[]} fieldNames Field names
2140
- * @returns {OneOfGetter} Unbound getter
2141
- */
2142
- util.oneOfGetter = function getOneOf(fieldNames) {
2143
- var fieldMap = {};
2144
- for (var i = 0; i < fieldNames.length; ++i)
2145
- fieldMap[fieldNames[i]] = 1;
2146
-
2147
- /**
2148
- * @returns {string|undefined} Set field name, if any
2149
- * @this Object
2150
- * @ignore
2151
- */
2152
- return function() { // eslint-disable-line consistent-return
2153
- for (var keys = Object.keys(this), i = keys.length - 1; i > -1; --i)
2154
- if (fieldMap[keys[i]] === 1 && this[keys[i]] !== undefined && this[keys[i]] !== null)
2155
- return keys[i];
2156
- };
2157
- };
2158
-
2159
- /**
2160
- * A OneOf setter as returned by {@link util.oneOfSetter}.
2161
- * @typedef OneOfSetter
2162
- * @type {function}
2163
- * @param {string|undefined} value Field name
2164
- * @returns {undefined}
2165
- */
2166
-
2167
- /**
2168
- * Builds a setter for a oneof's present field name.
2169
- * @param {string[]} fieldNames Field names
2170
- * @returns {OneOfSetter} Unbound setter
2171
- */
2172
- util.oneOfSetter = function setOneOf(fieldNames) {
2173
-
2174
- /**
2175
- * @param {string} name Field name
2176
- * @returns {undefined}
2177
- * @this Object
2178
- * @ignore
2179
- */
2180
- return function(name) {
2181
- for (var i = 0; i < fieldNames.length; ++i)
2182
- if (fieldNames[i] !== name)
2183
- delete this[fieldNames[i]];
2184
- };
2185
- };
2186
-
2187
- /**
2188
- * Default conversion options used for {@link Message#toJSON} implementations.
2189
- *
2190
- * These options are close to proto3's JSON mapping with the exception that internal types like Any are handled just like messages. More precisely:
2191
- *
2192
- * - Longs become strings
2193
- * - Enums become string keys
2194
- * - Bytes become base64 encoded strings
2195
- * - (Sub-)Messages become plain objects
2196
- * - Maps become plain objects with all string keys
2197
- * - Repeated fields become arrays
2198
- * - NaN and Infinity for float and double fields become strings
2199
- *
2200
- * @type {IConversionOptions}
2201
- * @see https://developers.google.com/protocol-buffers/docs/proto3?hl=en#json
2202
- */
2203
- util.toJSONOptions = {
2204
- longs: String,
2205
- enums: String,
2206
- bytes: String,
2207
- json: true
2208
- };
2209
-
2210
- // Sets up buffer utility according to the environment (called in index-minimal)
2211
- util._configure = function() {
2212
- var Buffer = util.Buffer;
2213
- /* istanbul ignore if */
2214
- if (!Buffer) {
2215
- util._Buffer_from = util._Buffer_allocUnsafe = null;
2216
- return;
2217
- }
2218
- // because node 4.x buffers are incompatible & immutable
2219
- // see: https://github.com/dcodeIO/protobuf.js/pull/665
2220
- util._Buffer_from = Buffer.from !== Uint8Array.from && Buffer.from ||
2221
- /* istanbul ignore next */
2222
- function Buffer_from(value, encoding) {
2223
- return new Buffer(value, encoding);
2224
- };
2225
- util._Buffer_allocUnsafe = Buffer.allocUnsafe ||
2226
- /* istanbul ignore next */
2227
- function Buffer_allocUnsafe(size) {
2228
- return new Buffer(size);
2229
- };
2230
- };
2231
-
2232
- },{"1":1,"13":13,"2":2,"3":3,"4":4,"5":5,"6":6,"long":"long"}],15:[function(require,module,exports){
2233
- "use strict";
2234
- module.exports = Writer;
2235
-
2236
- var util = require(14);
2237
-
2238
- var BufferWriter; // cyclic
2239
-
2240
- var LongBits = util.LongBits,
2241
- base64 = util.base64,
2242
- utf8 = util.utf8;
2243
-
2244
- /**
2245
- * Constructs a new writer operation instance.
2246
- * @classdesc Scheduled writer operation.
2247
- * @constructor
2248
- * @param {function(*, Uint8Array, number)} fn Function to call
2249
- * @param {number} len Value byte length
2250
- * @param {*} val Value to write
2251
- * @ignore
2252
- */
2253
- function Op(fn, len, val) {
2254
-
2255
- /**
2256
- * Function to call.
2257
- * @type {function(Uint8Array, number, *)}
2258
- */
2259
- this.fn = fn;
2260
-
2261
- /**
2262
- * Value byte length.
2263
- * @type {number}
2264
- */
2265
- this.len = len;
2266
-
2267
- /**
2268
- * Next operation.
2269
- * @type {Writer.Op|undefined}
2270
- */
2271
- this.next = undefined;
2272
-
2273
- /**
2274
- * Value to write.
2275
- * @type {*}
2276
- */
2277
- this.val = val; // type varies
2278
- }
2279
-
2280
- /* istanbul ignore next */
2281
- function noop() {} // eslint-disable-line no-empty-function
2282
-
2283
- /**
2284
- * Constructs a new writer state instance.
2285
- * @classdesc Copied writer state.
2286
- * @memberof Writer
2287
- * @constructor
2288
- * @param {Writer} writer Writer to copy state from
2289
- * @ignore
2290
- */
2291
- function State(writer) {
2292
-
2293
- /**
2294
- * Current head.
2295
- * @type {Writer.Op}
2296
- */
2297
- this.head = writer.head;
2298
-
2299
- /**
2300
- * Current tail.
2301
- * @type {Writer.Op}
2302
- */
2303
- this.tail = writer.tail;
2304
-
2305
- /**
2306
- * Current buffer length.
2307
- * @type {number}
2308
- */
2309
- this.len = writer.len;
2310
-
2311
- /**
2312
- * Next state.
2313
- * @type {State|null}
2314
- */
2315
- this.next = writer.states;
2316
- }
2317
-
2318
- /**
2319
- * Constructs a new writer instance.
2320
- * @classdesc Wire format writer using `Uint8Array` if available, otherwise `Array`.
2321
- * @constructor
2322
- */
2323
- function Writer() {
2324
-
2325
- /**
2326
- * Current length.
2327
- * @type {number}
2328
- */
2329
- this.len = 0;
2330
-
2331
- /**
2332
- * Operations head.
2333
- * @type {Object}
2334
- */
2335
- this.head = new Op(noop, 0, 0);
2336
-
2337
- /**
2338
- * Operations tail
2339
- * @type {Object}
2340
- */
2341
- this.tail = this.head;
2342
-
2343
- /**
2344
- * Linked forked states.
2345
- * @type {Object|null}
2346
- */
2347
- this.states = null;
2348
-
2349
- // When a value is written, the writer calculates its byte length and puts it into a linked
2350
- // list of operations to perform when finish() is called. This both allows us to allocate
2351
- // buffers of the exact required size and reduces the amount of work we have to do compared
2352
- // to first calculating over objects and then encoding over objects. In our case, the encoding
2353
- // part is just a linked list walk calling operations with already prepared values.
2354
- }
2355
-
2356
- var create = function create() {
2357
- return util.Buffer
2358
- ? function create_buffer_setup() {
2359
- return (Writer.create = function create_buffer() {
2360
- return new BufferWriter();
2361
- })();
2362
- }
2363
- /* istanbul ignore next */
2364
- : function create_array() {
2365
- return new Writer();
2366
- };
2367
- };
2368
-
2369
- /**
2370
- * Creates a new writer.
2371
- * @function
2372
- * @returns {BufferWriter|Writer} A {@link BufferWriter} when Buffers are supported, otherwise a {@link Writer}
2373
- */
2374
- Writer.create = create();
2375
-
2376
- /**
2377
- * Allocates a buffer of the specified size.
2378
- * @param {number} size Buffer size
2379
- * @returns {Uint8Array} Buffer
2380
- */
2381
- Writer.alloc = function alloc(size) {
2382
- return new util.Array(size);
2383
- };
2384
-
2385
- // Use Uint8Array buffer pool in the browser, just like node does with buffers
2386
- /* istanbul ignore else */
2387
- if (util.Array !== Array)
2388
- Writer.alloc = util.pool(Writer.alloc, util.Array.prototype.subarray);
2389
-
2390
- /**
2391
- * Pushes a new operation to the queue.
2392
- * @param {function(Uint8Array, number, *)} fn Function to call
2393
- * @param {number} len Value byte length
2394
- * @param {number} val Value to write
2395
- * @returns {Writer} `this`
2396
- * @private
2397
- */
2398
- Writer.prototype._push = function push(fn, len, val) {
2399
- this.tail = this.tail.next = new Op(fn, len, val);
2400
- this.len += len;
2401
- return this;
2402
- };
2403
-
2404
- function writeByte(val, buf, pos) {
2405
- buf[pos] = val & 255;
2406
- }
2407
-
2408
- function writeVarint32(val, buf, pos) {
2409
- while (val > 127) {
2410
- buf[pos++] = val & 127 | 128;
2411
- val >>>= 7;
2412
- }
2413
- buf[pos] = val;
2414
- }
2415
-
2416
- /**
2417
- * Constructs a new varint writer operation instance.
2418
- * @classdesc Scheduled varint writer operation.
2419
- * @extends Op
2420
- * @constructor
2421
- * @param {number} len Value byte length
2422
- * @param {number} val Value to write
2423
- * @ignore
2424
- */
2425
- function VarintOp(len, val) {
2426
- this.len = len;
2427
- this.next = undefined;
2428
- this.val = val;
2429
- }
2430
-
2431
- VarintOp.prototype = Object.create(Op.prototype);
2432
- VarintOp.prototype.fn = writeVarint32;
2433
-
2434
- /**
2435
- * Writes an unsigned 32 bit value as a varint.
2436
- * @param {number} value Value to write
2437
- * @returns {Writer} `this`
2438
- */
2439
- Writer.prototype.uint32 = function write_uint32(value) {
2440
- // here, the call to this.push has been inlined and a varint specific Op subclass is used.
2441
- // uint32 is by far the most frequently used operation and benefits significantly from this.
2442
- this.len += (this.tail = this.tail.next = new VarintOp(
2443
- (value = value >>> 0)
2444
- < 128 ? 1
2445
- : value < 16384 ? 2
2446
- : value < 2097152 ? 3
2447
- : value < 268435456 ? 4
2448
- : 5,
2449
- value)).len;
2450
- return this;
2451
- };
2452
-
2453
- /**
2454
- * Writes a signed 32 bit value as a varint.
2455
- * @function
2456
- * @param {number} value Value to write
2457
- * @returns {Writer} `this`
2458
- */
2459
- Writer.prototype.int32 = function write_int32(value) {
2460
- return (value |= 0) < 0
2461
- ? this._push(writeVarint64, 10, LongBits.fromNumber(value)) // 10 bytes per spec
2462
- : this.uint32(value);
2463
- };
2464
-
2465
- /**
2466
- * Writes a 32 bit value as a varint, zig-zag encoded.
2467
- * @param {number} value Value to write
2468
- * @returns {Writer} `this`
2469
- */
2470
- Writer.prototype.sint32 = function write_sint32(value) {
2471
- return this.uint32((value << 1 ^ value >> 31) >>> 0);
2472
- };
2473
-
2474
- function writeVarint64(val, buf, pos) {
2475
- var lo = val.lo,
2476
- hi = val.hi;
2477
- while (hi) {
2478
- buf[pos++] = lo & 127 | 128;
2479
- lo = (lo >>> 7 | hi << 25) >>> 0;
2480
- hi >>>= 7;
2481
- }
2482
- while (lo > 127) {
2483
- buf[pos++] = lo & 127 | 128;
2484
- lo = lo >>> 7;
2485
- }
2486
- buf[pos++] = lo;
2487
- }
2488
-
2489
- /**
2490
- * Writes an unsigned 64 bit value as a varint.
2491
- * @param {Long|number|string} value Value to write
2492
- * @returns {Writer} `this`
2493
- * @throws {TypeError} If `value` is a string and no long library is present.
2494
- */
2495
- Writer.prototype.uint64 = function write_uint64(value) {
2496
- var bits = LongBits.from(value);
2497
- return this._push(writeVarint64, bits.length(), bits);
2498
- };
2499
-
2500
- /**
2501
- * Writes a signed 64 bit value as a varint.
2502
- * @function
2503
- * @param {Long|number|string} value Value to write
2504
- * @returns {Writer} `this`
2505
- * @throws {TypeError} If `value` is a string and no long library is present.
2506
- */
2507
- Writer.prototype.int64 = Writer.prototype.uint64;
2508
-
2509
- /**
2510
- * Writes a signed 64 bit value as a varint, zig-zag encoded.
2511
- * @param {Long|number|string} value Value to write
2512
- * @returns {Writer} `this`
2513
- * @throws {TypeError} If `value` is a string and no long library is present.
2514
- */
2515
- Writer.prototype.sint64 = function write_sint64(value) {
2516
- var bits = LongBits.from(value).zzEncode();
2517
- return this._push(writeVarint64, bits.length(), bits);
2518
- };
2519
-
2520
- /**
2521
- * Writes a boolish value as a varint.
2522
- * @param {boolean} value Value to write
2523
- * @returns {Writer} `this`
2524
- */
2525
- Writer.prototype.bool = function write_bool(value) {
2526
- return this._push(writeByte, 1, value ? 1 : 0);
2527
- };
2528
-
2529
- function writeFixed32(val, buf, pos) {
2530
- buf[pos ] = val & 255;
2531
- buf[pos + 1] = val >>> 8 & 255;
2532
- buf[pos + 2] = val >>> 16 & 255;
2533
- buf[pos + 3] = val >>> 24;
2534
- }
2535
-
2536
- /**
2537
- * Writes an unsigned 32 bit value as fixed 32 bits.
2538
- * @param {number} value Value to write
2539
- * @returns {Writer} `this`
2540
- */
2541
- Writer.prototype.fixed32 = function write_fixed32(value) {
2542
- return this._push(writeFixed32, 4, value >>> 0);
2543
- };
2544
-
2545
- /**
2546
- * Writes a signed 32 bit value as fixed 32 bits.
2547
- * @function
2548
- * @param {number} value Value to write
2549
- * @returns {Writer} `this`
2550
- */
2551
- Writer.prototype.sfixed32 = Writer.prototype.fixed32;
2552
-
2553
- /**
2554
- * Writes an unsigned 64 bit value as fixed 64 bits.
2555
- * @param {Long|number|string} value Value to write
2556
- * @returns {Writer} `this`
2557
- * @throws {TypeError} If `value` is a string and no long library is present.
2558
- */
2559
- Writer.prototype.fixed64 = function write_fixed64(value) {
2560
- var bits = LongBits.from(value);
2561
- return this._push(writeFixed32, 4, bits.lo)._push(writeFixed32, 4, bits.hi);
2562
- };
2563
-
2564
- /**
2565
- * Writes a signed 64 bit value as fixed 64 bits.
2566
- * @function
2567
- * @param {Long|number|string} value Value to write
2568
- * @returns {Writer} `this`
2569
- * @throws {TypeError} If `value` is a string and no long library is present.
2570
- */
2571
- Writer.prototype.sfixed64 = Writer.prototype.fixed64;
2572
-
2573
- /**
2574
- * Writes a float (32 bit).
2575
- * @function
2576
- * @param {number} value Value to write
2577
- * @returns {Writer} `this`
2578
- */
2579
- Writer.prototype.float = function write_float(value) {
2580
- return this._push(util.float.writeFloatLE, 4, value);
2581
- };
2582
-
2583
- /**
2584
- * Writes a double (64 bit float).
2585
- * @function
2586
- * @param {number} value Value to write
2587
- * @returns {Writer} `this`
2588
- */
2589
- Writer.prototype.double = function write_double(value) {
2590
- return this._push(util.float.writeDoubleLE, 8, value);
2591
- };
2592
-
2593
- var writeBytes = util.Array.prototype.set
2594
- ? function writeBytes_set(val, buf, pos) {
2595
- buf.set(val, pos); // also works for plain array values
2596
- }
2597
- /* istanbul ignore next */
2598
- : function writeBytes_for(val, buf, pos) {
2599
- for (var i = 0; i < val.length; ++i)
2600
- buf[pos + i] = val[i];
2601
- };
2602
-
2603
- /**
2604
- * Writes a sequence of bytes.
2605
- * @param {Uint8Array|string} value Buffer or base64 encoded string to write
2606
- * @returns {Writer} `this`
2607
- */
2608
- Writer.prototype.bytes = function write_bytes(value) {
2609
- var len = value.length >>> 0;
2610
- if (!len)
2611
- return this._push(writeByte, 1, 0);
2612
- if (util.isString(value)) {
2613
- var buf = Writer.alloc(len = base64.length(value));
2614
- base64.decode(value, buf, 0);
2615
- value = buf;
2616
- }
2617
- return this.uint32(len)._push(writeBytes, len, value);
2618
- };
2619
-
2620
- /**
2621
- * Writes a string.
2622
- * @param {string} value Value to write
2623
- * @returns {Writer} `this`
2624
- */
2625
- Writer.prototype.string = function write_string(value) {
2626
- var len = utf8.length(value);
2627
- return len
2628
- ? this.uint32(len)._push(utf8.write, len, value)
2629
- : this._push(writeByte, 1, 0);
2630
- };
2631
-
2632
- /**
2633
- * Forks this writer's state by pushing it to a stack.
2634
- * Calling {@link Writer#reset|reset} or {@link Writer#ldelim|ldelim} resets the writer to the previous state.
2635
- * @returns {Writer} `this`
2636
- */
2637
- Writer.prototype.fork = function fork() {
2638
- this.states = new State(this);
2639
- this.head = this.tail = new Op(noop, 0, 0);
2640
- this.len = 0;
2641
- return this;
2642
- };
2643
-
2644
- /**
2645
- * Resets this instance to the last state.
2646
- * @returns {Writer} `this`
2647
- */
2648
- Writer.prototype.reset = function reset() {
2649
- if (this.states) {
2650
- this.head = this.states.head;
2651
- this.tail = this.states.tail;
2652
- this.len = this.states.len;
2653
- this.states = this.states.next;
2654
- } else {
2655
- this.head = this.tail = new Op(noop, 0, 0);
2656
- this.len = 0;
2657
- }
2658
- return this;
2659
- };
2660
-
2661
- /**
2662
- * Resets to the last state and appends the fork state's current write length as a varint followed by its operations.
2663
- * @returns {Writer} `this`
2664
- */
2665
- Writer.prototype.ldelim = function ldelim() {
2666
- var head = this.head,
2667
- tail = this.tail,
2668
- len = this.len;
2669
- this.reset().uint32(len);
2670
- if (len) {
2671
- this.tail.next = head.next; // skip noop
2672
- this.tail = tail;
2673
- this.len += len;
2674
- }
2675
- return this;
2676
- };
2677
-
2678
- /**
2679
- * Finishes the write operation.
2680
- * @returns {Uint8Array} Finished buffer
2681
- */
2682
- Writer.prototype.finish = function finish() {
2683
- var head = this.head.next, // skip noop
2684
- buf = this.constructor.alloc(this.len),
2685
- pos = 0;
2686
- while (head) {
2687
- head.fn(head.val, buf, pos);
2688
- pos += head.len;
2689
- head = head.next;
2690
- }
2691
- // this.head = this.tail = null;
2692
- return buf;
2693
- };
2694
-
2695
- Writer._configure = function(BufferWriter_) {
2696
- BufferWriter = BufferWriter_;
2697
- Writer.create = create();
2698
- BufferWriter._configure();
2699
- };
2700
-
2701
- },{"14":14}],16:[function(require,module,exports){
2702
- "use strict";
2703
- module.exports = BufferWriter;
2704
-
2705
- // extends Writer
2706
- var Writer = require(15);
2707
- (BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;
2708
-
2709
- var util = require(14);
2710
-
2711
- /**
2712
- * Constructs a new buffer writer instance.
2713
- * @classdesc Wire format writer using node buffers.
2714
- * @extends Writer
2715
- * @constructor
2716
- */
2717
- function BufferWriter() {
2718
- Writer.call(this);
2719
- }
2720
-
2721
- BufferWriter._configure = function () {
2722
- /**
2723
- * Allocates a buffer of the specified size.
2724
- * @function
2725
- * @param {number} size Buffer size
2726
- * @returns {Buffer} Buffer
2727
- */
2728
- BufferWriter.alloc = util._Buffer_allocUnsafe;
2729
-
2730
- BufferWriter.writeBytesBuffer = util.Buffer && util.Buffer.prototype instanceof Uint8Array && util.Buffer.prototype.set.name === "set"
2731
- ? function writeBytesBuffer_set(val, buf, pos) {
2732
- buf.set(val, pos); // faster than copy (requires node >= 4 where Buffers extend Uint8Array and set is properly inherited)
2733
- // also works for plain array values
2734
- }
2735
- /* istanbul ignore next */
2736
- : function writeBytesBuffer_copy(val, buf, pos) {
2737
- if (val.copy) // Buffer values
2738
- val.copy(buf, pos, 0, val.length);
2739
- else for (var i = 0; i < val.length;) // plain array values
2740
- buf[pos++] = val[i++];
2741
- };
2742
- };
2743
-
2744
-
2745
- /**
2746
- * @override
2747
- */
2748
- BufferWriter.prototype.bytes = function write_bytes_buffer(value) {
2749
- if (util.isString(value))
2750
- value = util._Buffer_from(value, "base64");
2751
- var len = value.length >>> 0;
2752
- this.uint32(len);
2753
- if (len)
2754
- this._push(BufferWriter.writeBytesBuffer, len, value);
2755
- return this;
2756
- };
2757
-
2758
- function writeStringBuffer(val, buf, pos) {
2759
- if (val.length < 40) // plain js is faster for short strings (probably due to redundant assertions)
2760
- util.utf8.write(val, buf, pos);
2761
- else if (buf.utf8Write)
2762
- buf.utf8Write(val, pos);
2763
- else
2764
- buf.write(val, pos);
2765
- }
2766
-
2767
- /**
2768
- * @override
2769
- */
2770
- BufferWriter.prototype.string = function write_string_buffer(value) {
2771
- var len = util.Buffer.byteLength(value);
2772
- this.uint32(len);
2773
- if (len)
2774
- this._push(writeStringBuffer, len, value);
2775
- return this;
2776
- };
2777
-
2778
-
2779
- /**
2780
- * Finishes the write operation.
2781
- * @name BufferWriter#finish
2782
- * @function
2783
- * @returns {Buffer} Finished buffer
2784
- */
2785
-
2786
- BufferWriter._configure();
2787
-
2788
- },{"14":14,"15":15}]},{},[7])
2789
-
2790
- })();
2791
- //# sourceMappingURL=protobuf.js.map