@openclaw/feishu 2026.7.2-beta.5 → 2026.7.33

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