@openclaw/feishu 2026.7.2-beta.4 → 2026.7.2-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/accounts-u9X5Wsan.js +469 -0
- package/dist/api.js +66 -43
- package/dist/channel-CScE82zY.js +2795 -0
- package/dist/channel-plugin-api.js +1 -1
- package/dist/channel.runtime-B21e1E0r.js +889 -0
- package/dist/client-Dcbs6vml.js +248 -0
- package/dist/contract-api.js +2 -2
- package/dist/doctor-contract-BiD9tyIv.js +102 -0
- package/dist/doctor-contract-api.js +1 -1
- package/dist/drive-hSi_Utp0.js +1075 -0
- package/dist/media-CEUraFOR.js +1348 -0
- package/dist/monitor-DngbaA6a.js +62 -0
- package/dist/monitor.account-BnTWCw55.js +7153 -0
- package/dist/monitor.startup-CqH2tiJq.js +143 -0
- package/dist/probe-p3POS2RN.js +219 -0
- package/dist/runtime-api.js +1 -2
- package/dist/security-audit-D7WK_BHh.js +11 -0
- package/dist/security-audit-shared-BgpY7AiJ.js +33 -0
- package/dist/security-contract-api.js +1 -1
- package/dist/send-result-B9_BpUPx.js +770 -0
- package/dist/session-binding-contract-api.js +1 -1
- package/dist/setup-api.js +1 -1
- package/dist/subagent-hooks-Cx1cX7rW.js +239 -0
- package/dist/subagent-hooks-api.js +1 -1
- package/dist/thread-bindings-N3wkgkIN.js +220 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/CHANGELOG.md +686 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/README.md +355 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/index.d.ts +62 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/form_data.js +506 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/form-data/package.json +82 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/README.md +440 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js +9276 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js +3556 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js +11233 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js +8 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/dist/protobuf.min.js.map +1 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/README.md +70 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/README.md +5 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.d.ts +2 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor/index.js +2 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.d.ts +87 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.generated.d.ts +417 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/descriptor.js +1356 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.LICENSE +201 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.d.ts +20 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.generated.d.ts +49 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/protojson.js +951 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.d.ts +19 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.generated.d.ts +33 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/ext/textformat.js +1276 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/annotations.json +85 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/api/http.json +87 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/api.json +124 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.json +126 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/compiler/plugin.proto +47 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.json +1465 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/descriptor.proto +527 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/source_context.json +21 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/google/protobuf/type.json +209 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/index.d.ts +3203 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/package.json +93 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/common.js +405 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/converter.js +352 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/decoder.js +279 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/encoder.js +123 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/enum.js +239 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/field.js +505 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-light.js +104 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index-minimal.js +35 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/index.js +12 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/mapfield.js +144 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/message.js +137 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/method.js +183 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/namespace.js +574 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/object.js +392 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/oneof.js +233 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/parse.js +1111 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader.js +788 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/reader_buffer.js +77 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/root.js +424 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/rpc/service.js +155 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/service.js +206 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/tokenize.js +421 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/type.js +676 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/typescript.js +25 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.d.ts +13 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/aspromise.js +52 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.d.ts +32 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/base64.js +146 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.d.ts +31 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/codegen.js +118 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.d.ts +45 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/eventemitter.js +86 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.d.ts +56 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/fetch.js +112 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.js +335 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/longbits.js +204 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/minimal.js +511 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.d.ts +22 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/path.js +100 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.d.ts +32 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/pool.js +48 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.d.ts +24 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/utf8.js +190 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/util.js +264 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/verifier.js +185 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/wrappers.js +106 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer.js +700 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/src/writer_buffer.js +100 -0
- package/node_modules/@larksuiteoapi/node-sdk/node_modules/protobufjs/tsconfig.json +6 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/LICENSE +20 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/README.md +481 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/package.json +64 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/browser.js +272 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/common.js +292 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/index.js +10 -0
- package/node_modules/mdast-util-from-markdown/node_modules/debug/src/node.js +263 -0
- package/node_modules/mdast-util-from-markdown/node_modules/ms/index.js +162 -0
- package/node_modules/mdast-util-from-markdown/node_modules/ms/license.md +21 -0
- package/node_modules/mdast-util-from-markdown/node_modules/ms/package.json +38 -0
- package/node_modules/mdast-util-from-markdown/node_modules/ms/readme.md +59 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/README.md +15 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/index.d.ts +1123 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/mdast/package.json +47 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/LICENSE +21 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/README.md +15 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/index.d.ts +119 -0
- package/node_modules/mdast-util-gfm-table/node_modules/@types/unist/package.json +60 -0
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.d.ts +6 -0
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/index.js +2132 -0
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/package.json +78 -0
- package/node_modules/mdast-util-gfm-table/node_modules/character-entities/readme.md +152 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts +13 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts +6 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.dom.js +32 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/index.js +19 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/package.json +90 -0
- package/node_modules/mdast-util-gfm-table/node_modules/decode-named-character-reference/readme.md +136 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.js +86 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.min.js +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/dist/index.mjs +84 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/index.d.ts +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/license +21 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.d.ts +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.js +31 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.min.js +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/lite/index.mjs +29 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/package.json +57 -0
- package/node_modules/mdast-util-gfm-table/node_modules/dequal/readme.md +112 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/default.js +9 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.d.ts +84 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/lib/development.js +238 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/package.json +80 -0
- package/node_modules/mdast-util-gfm-table/node_modules/devlop/readme.md +360 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.d.ts +2 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/index.js +5 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.d.ts +31 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/lib/index.js +108 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/package.json +78 -0
- package/node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string/readme.md +218 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +195 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/dev/index.js +252 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts +195 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/index.js +246 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/package.json +57 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-character/readme.md +446 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts +18 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/dev/index.js +38 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts +18 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/index.js +27 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/package.json +59 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character/readme.md +205 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +16 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +42 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +16 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/index.js +32 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/package.json +59 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference/readme.md +184 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts +14 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/dev/index.js +53 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts +14 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/index.js +45 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/package.json +63 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string/readme.md +179 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +158 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +44 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/default.js +4 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/types.js +453 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/lib/values.js +109 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/package.json +43 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol/readme.md +168 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.d.ts +1312 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/index.js +2 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/license +22 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/package.json +71 -0
- package/node_modules/mdast-util-gfm-table/node_modules/micromark-util-types/readme.md +151 -0
- package/node_modules/mdast-util-gfm-table/node_modules/unist-util-visit/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.js +86 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.min.js +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/dist/index.mjs +84 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/index.d.ts +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/license +21 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.d.ts +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.js +31 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.min.js +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/lite/index.mjs +29 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/package.json +57 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/dequal/readme.md +112 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/default.js +9 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.d.ts +84 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/lib/development.js +238 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/package.json +80 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/devlop/readme.md +360 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts +37 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/dev/index.js +67 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts +37 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/index.js +64 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/package.json +55 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space/readme.md +225 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts +195 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/dev/index.js +252 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts +195 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/index.js +246 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/package.json +57 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character/readme.md +446 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/codes.js +158 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/constants.js +44 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/default.js +4 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/types.js +453 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/lib/values.js +109 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/package.json +43 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol/readme.md +168 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.d.ts +1312 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/index.js +2 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/license +22 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/package.json +71 -0
- package/node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types/readme.md +151 -0
- package/openclaw.plugin.json +0 -6
- package/package.json +4 -5
- package/skills/feishu-doc/SKILL.md +4 -0
- package/dist/accounts-BDoGHJDk.js +0 -491
- package/dist/channel-DB1x6UJX.js +0 -2861
- package/dist/channel.runtime-B5yAAvbT.js +0 -889
- package/dist/client-Dee7cKsS.js +0 -250
- package/dist/doctor-contract-Cw5sdjOm.js +0 -85
- package/dist/drive-_zrcOxzS.js +0 -1072
- package/dist/media-CRJunSRr.js +0 -1346
- package/dist/monitor-8CLu6myv.js +0 -62
- package/dist/monitor.account-CkYj45PC.js +0 -7134
- package/dist/monitor.startup-CSUPT_U1.js +0 -143
- package/dist/probe-Za1kgUvx.js +0 -219
- package/dist/security-audit-BIeA3W3Q.js +0 -11
- package/dist/security-audit-shared-BIHeF-S_.js +0 -38
- package/dist/send-result-DfE5Fhz6.js +0 -781
- package/dist/subagent-hooks-BKTOxB-T.js +0 -239
- package/dist/thread-bindings-V0bwk0A1.js +0 -222
- package/node_modules/@protobufjs/aspromise/LICENSE +0 -26
- package/node_modules/@protobufjs/aspromise/README.md +0 -13
- package/node_modules/@protobufjs/aspromise/index.d.ts +0 -13
- package/node_modules/@protobufjs/aspromise/index.js +0 -52
- package/node_modules/@protobufjs/aspromise/package.json +0 -21
- package/node_modules/@protobufjs/aspromise/tests/index.js +0 -130
- package/node_modules/@protobufjs/base64/LICENSE +0 -26
- package/node_modules/@protobufjs/base64/README.md +0 -19
- package/node_modules/@protobufjs/base64/index.d.ts +0 -32
- package/node_modules/@protobufjs/base64/index.js +0 -139
- package/node_modules/@protobufjs/base64/package.json +0 -21
- package/node_modules/@protobufjs/base64/tests/index.js +0 -46
- package/node_modules/@protobufjs/codegen/LICENSE +0 -26
- package/node_modules/@protobufjs/codegen/README.md +0 -49
- package/node_modules/@protobufjs/codegen/index.d.ts +0 -31
- package/node_modules/@protobufjs/codegen/index.js +0 -112
- package/node_modules/@protobufjs/codegen/package.json +0 -13
- package/node_modules/@protobufjs/codegen/tests/index.js +0 -13
- package/node_modules/@protobufjs/eventemitter/CHANGELOG.md +0 -8
- package/node_modules/@protobufjs/eventemitter/LICENSE +0 -26
- package/node_modules/@protobufjs/eventemitter/README.md +0 -22
- package/node_modules/@protobufjs/eventemitter/index.d.ts +0 -45
- package/node_modules/@protobufjs/eventemitter/index.js +0 -86
- package/node_modules/@protobufjs/eventemitter/package.json +0 -21
- package/node_modules/@protobufjs/eventemitter/tests/index.js +0 -83
- package/node_modules/@protobufjs/fetch/CHANGELOG.md +0 -8
- package/node_modules/@protobufjs/fetch/LICENSE +0 -26
- package/node_modules/@protobufjs/fetch/README.md +0 -13
- package/node_modules/@protobufjs/fetch/index.d.ts +0 -56
- package/node_modules/@protobufjs/fetch/index.js +0 -112
- package/node_modules/@protobufjs/fetch/package.json +0 -27
- package/node_modules/@protobufjs/fetch/tests/data/file.txt +0 -1
- package/node_modules/@protobufjs/fetch/tests/index.js +0 -158
- package/node_modules/@protobufjs/fetch/util/fs.js +0 -11
- package/node_modules/@protobufjs/float/LICENSE +0 -26
- package/node_modules/@protobufjs/float/README.md +0 -102
- package/node_modules/@protobufjs/float/bench/index.js +0 -87
- package/node_modules/@protobufjs/float/bench/suite.js +0 -46
- package/node_modules/@protobufjs/float/index.js +0 -335
- package/node_modules/@protobufjs/float/package.json +0 -26
- package/node_modules/@protobufjs/float/tests/index.js +0 -100
- package/node_modules/@protobufjs/path/LICENSE +0 -26
- package/node_modules/@protobufjs/path/README.md +0 -19
- package/node_modules/@protobufjs/path/index.d.ts +0 -22
- package/node_modules/@protobufjs/path/index.js +0 -65
- package/node_modules/@protobufjs/path/package.json +0 -21
- package/node_modules/@protobufjs/path/tests/index.js +0 -60
- package/node_modules/@protobufjs/pool/.npmignore +0 -3
- package/node_modules/@protobufjs/pool/LICENSE +0 -26
- package/node_modules/@protobufjs/pool/README.md +0 -13
- package/node_modules/@protobufjs/pool/index.d.ts +0 -32
- package/node_modules/@protobufjs/pool/index.js +0 -48
- package/node_modules/@protobufjs/pool/package.json +0 -21
- package/node_modules/@protobufjs/pool/tests/index.js +0 -33
- package/node_modules/@protobufjs/utf8/CHANGELOG.md +0 -8
- package/node_modules/@protobufjs/utf8/LICENSE +0 -26
- package/node_modules/@protobufjs/utf8/README.md +0 -20
- package/node_modules/@protobufjs/utf8/index.d.ts +0 -24
- package/node_modules/@protobufjs/utf8/index.js +0 -115
- package/node_modules/@protobufjs/utf8/package.json +0 -21
- package/node_modules/@protobufjs/utf8/tests/data/surrogate_pair_bug.txt +0 -207
- package/node_modules/@protobufjs/utf8/tests/data/utf8.txt +0 -216
- package/node_modules/@protobufjs/utf8/tests/index.js +0 -79
- package/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/node/assert/strict.d.ts +0 -68
- package/node_modules/@types/node/assert.d.ts +0 -1077
- package/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/node/buffer.d.ts +0 -1799
- package/node_modules/@types/node/child_process.d.ts +0 -1362
- package/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/node/crypto.d.ts +0 -3954
- package/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
- package/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@types/node/ffi.d.ts +0 -486
- package/node_modules/@types/node/fs/promises.d.ts +0 -1481
- package/node_modules/@types/node/fs.d.ts +0 -4786
- package/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/node/http.d.ts +0 -2172
- package/node_modules/@types/node/http2.d.ts +0 -2489
- package/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@types/node/module.d.ts +0 -726
- package/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/node/perf_hooks.d.ts +0 -604
- package/node_modules/@types/node/process.d.ts +0 -2217
- package/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/node/quic.d.ts +0 -978
- package/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/node/readline.d.ts +0 -508
- package/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/node/sqlite.d.ts +0 -1123
- package/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/node/stream/iter.d.ts +0 -451
- package/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@types/node/stream.d.ts +0 -1806
- package/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@types/node/test.d.ts +0 -2389
- package/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/node/v8.d.ts +0 -1062
- package/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
- package/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/node/worker_threads.d.ts +0 -669
- package/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/form-data/CHANGELOG.md +0 -669
- package/node_modules/form-data/README.md +0 -350
- package/node_modules/form-data/index.d.ts +0 -51
- package/node_modules/form-data/lib/form_data.js +0 -514
- package/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/form-data/package.json +0 -83
- package/node_modules/protobufjs/README.md +0 -727
- package/node_modules/protobufjs/dist/light/protobuf.js +0 -8041
- package/node_modules/protobufjs/dist/light/protobuf.js.map +0 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +0 -8
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +0 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +0 -2791
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +0 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +0 -8
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +0 -1
- package/node_modules/protobufjs/dist/protobuf.js +0 -9868
- package/node_modules/protobufjs/dist/protobuf.js.map +0 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +0 -8
- package/node_modules/protobufjs/dist/protobuf.min.js.map +0 -1
- package/node_modules/protobufjs/ext/descriptor/README.md +0 -72
- package/node_modules/protobufjs/ext/descriptor/index.d.ts +0 -195
- package/node_modules/protobufjs/ext/descriptor/index.js +0 -1186
- package/node_modules/protobufjs/ext/descriptor/test.js +0 -54
- package/node_modules/protobufjs/google/api/annotations.json +0 -83
- package/node_modules/protobufjs/google/api/http.json +0 -86
- package/node_modules/protobufjs/google/protobuf/api.json +0 -118
- package/node_modules/protobufjs/google/protobuf/descriptor.json +0 -1382
- package/node_modules/protobufjs/google/protobuf/descriptor.proto +0 -535
- package/node_modules/protobufjs/google/protobuf/source_context.json +0 -20
- package/node_modules/protobufjs/google/protobuf/type.json +0 -202
- package/node_modules/protobufjs/index.d.ts +0 -2832
- package/node_modules/protobufjs/package.json +0 -119
- package/node_modules/protobufjs/scripts/postinstall.js +0 -32
- package/node_modules/protobufjs/src/common.js +0 -399
- package/node_modules/protobufjs/src/converter.js +0 -318
- package/node_modules/protobufjs/src/decoder.js +0 -135
- package/node_modules/protobufjs/src/encoder.js +0 -103
- package/node_modules/protobufjs/src/enum.js +0 -226
- package/node_modules/protobufjs/src/field.js +0 -453
- package/node_modules/protobufjs/src/index-light.js +0 -104
- package/node_modules/protobufjs/src/index-minimal.js +0 -36
- package/node_modules/protobufjs/src/index.js +0 -12
- package/node_modules/protobufjs/src/mapfield.js +0 -126
- package/node_modules/protobufjs/src/message.js +0 -143
- package/node_modules/protobufjs/src/method.js +0 -160
- package/node_modules/protobufjs/src/namespace.js +0 -558
- package/node_modules/protobufjs/src/object.js +0 -382
- package/node_modules/protobufjs/src/oneof.js +0 -222
- package/node_modules/protobufjs/src/parse.js +0 -992
- package/node_modules/protobufjs/src/reader.js +0 -426
- package/node_modules/protobufjs/src/reader_buffer.js +0 -51
- package/node_modules/protobufjs/src/root.js +0 -412
- package/node_modules/protobufjs/src/rpc/service.js +0 -142
- package/node_modules/protobufjs/src/service.js +0 -193
- package/node_modules/protobufjs/src/tokenize.js +0 -416
- package/node_modules/protobufjs/src/type.js +0 -632
- package/node_modules/protobufjs/src/typescript.jsdoc +0 -15
- package/node_modules/protobufjs/src/util/longbits.js +0 -200
- package/node_modules/protobufjs/src/util/minimal.js +0 -491
- package/node_modules/protobufjs/src/util.js +0 -230
- package/node_modules/protobufjs/src/verifier.js +0 -180
- package/node_modules/protobufjs/src/wrappers.js +0 -107
- package/node_modules/protobufjs/src/writer.js +0 -467
- package/node_modules/protobufjs/src/writer_buffer.js +0 -85
- package/node_modules/protobufjs/tsconfig.json +0 -8
- package/node_modules/safe-buffer/LICENSE +0 -21
- package/node_modules/safe-buffer/README.md +0 -584
- package/node_modules/safe-buffer/index.d.ts +0 -187
- package/node_modules/safe-buffer/index.js +0 -65
- package/node_modules/safe-buffer/package.json +0 -51
- package/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/undici-types/README.md +0 -6
- package/node_modules/undici-types/agent.d.ts +0 -30
- package/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/undici-types/client.d.ts +0 -129
- package/node_modules/undici-types/connector.d.ts +0 -36
- package/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/undici-types/dispatcher.d.ts +0 -253
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/undici-types/errors.d.ts +0 -177
- package/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/undici-types/fetch.d.ts +0 -231
- package/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/undici-types/handlers.d.ts +0 -14
- package/node_modules/undici-types/header.d.ts +0 -165
- package/node_modules/undici-types/index.d.ts +0 -93
- package/node_modules/undici-types/interceptors.d.ts +0 -80
- package/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/undici-types/package.json +0 -55
- package/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/undici-types/pool.d.ts +0 -39
- package/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -39
- package/node_modules/undici-types/snapshot-agent.d.ts +0 -113
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
- package/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/undici-types/webidl.d.ts +0 -346
- package/node_modules/undici-types/websocket.d.ts +0 -188
- package/npm-shrinkwrap.json +0 -1374
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/README.md +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.d.ts +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.js +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/index.js.map +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.d.ts +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.js +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/dist/src/promisify.js.map +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/package.json +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/src/index.ts +0 -0
- /package/node_modules/{agent-base → @larksuiteoapi/node-sdk/node_modules/agent-base}/src/promisify.ts +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/LICENSE +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/README.md +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/bench.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/index.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/abort.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/async.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/defer.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/iterate.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_asynckit.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_parallel.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_serial.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/readable_serial_ordered.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/state.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/streamify.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/lib/terminator.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/package.json +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/parallel.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/serial.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/serialOrdered.js +0 -0
- /package/node_modules/{asynckit → @larksuiteoapi/node-sdk/node_modules/asynckit}/stream.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/CHANGELOG.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/LICENSE +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/MIGRATION_GUIDE.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/README.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.min.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/axios.min.js.map +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/browser/axios.cjs +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.min.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/esm/axios.min.js.map +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/dist/node/axios.cjs +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.d.cts +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.d.ts +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/index.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/README.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/adapters.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/fetch.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/http.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/adapters/xhr.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/axios.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/CancelToken.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/CanceledError.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/cancel/isCancel.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/Axios.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/AxiosError.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/AxiosHeaders.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/InterceptorManager.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/README.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/buildFullPath.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/dispatchRequest.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/mergeConfig.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/settle.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/core/transformData.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/defaults/index.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/defaults/transitional.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/README.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/classes/FormData.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/env/data.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/AxiosTransformStream.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/AxiosURLSearchParams.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/Http2Sessions.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/HttpStatusCode.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/README.md +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/ZlibHeaderTransformStream.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/bind.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/buildURL.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/callbackify.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/combineURLs.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/composeSignals.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/cookies.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/deprecatedMethod.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/estimateDataURLDecodedBytes.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/formDataToJSON.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/formDataToStream.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/fromDataURI.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isAbsoluteURL.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isAxiosError.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/isURLSameOrigin.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/null.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/parseHeaders.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/parseProtocol.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/progressEventReducer.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/readBlob.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/resolveConfig.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/sanitizeHeaderValue.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/shouldBypassProxy.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/speedometer.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/spread.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/throttle.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/toFormData.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/toURLEncodedForm.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/trackStream.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/helpers/validator.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/Blob.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/FormData.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/classes/URLSearchParams.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/browser/index.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/common/utils.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/index.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/classes/FormData.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/classes/URLSearchParams.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/platform/node/index.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/lib/utils.js +0 -0
- /package/node_modules/{axios → @larksuiteoapi/node-sdk/node_modules/axios}/package.json +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.eslintrc +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.github/FUNDING.yml +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/.nycrc +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/CHANGELOG.md +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/LICENSE +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/README.md +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/actualApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/actualApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/applyBind.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/applyBind.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionCall.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/functionCall.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/index.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/index.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/package.json +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/reflectApply.d.ts +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/reflectApply.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/test/index.js +0 -0
- /package/node_modules/{call-bind-apply-helpers → @larksuiteoapi/node-sdk/node_modules/call-bind-apply-helpers}/tsconfig.json +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.eslintrc +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.github/FUNDING.yml +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/.nycrc +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/CHANGELOG.md +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/LICENSE +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/README.md +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/index.d.ts +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/index.js +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/package.json +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/test/index.js +0 -0
- /package/node_modules/{call-bound → @larksuiteoapi/node-sdk/node_modules/call-bound}/tsconfig.json +0 -0
- /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/License +0 -0
- /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/Readme.md +0 -0
- /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/lib/combined_stream.js +0 -0
- /package/node_modules/{combined-stream → @larksuiteoapi/node-sdk/node_modules/combined-stream}/package.json +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/LICENSE +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/README.md +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/package.json +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/browser.js +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/common.js +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/index.js +0 -0
- /package/node_modules/{debug → @larksuiteoapi/node-sdk/node_modules/debug}/src/node.js +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/.npmignore +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/License +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/Makefile +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/Readme.md +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/lib/delayed_stream.js +0 -0
- /package/node_modules/{delayed-stream → @larksuiteoapi/node-sdk/node_modules/delayed-stream}/package.json +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.eslintrc +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.github/FUNDING.yml +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/.nycrc +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/CHANGELOG.md +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/LICENSE +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/README.md +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/get.d.ts +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/get.js +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/package.json +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/set.d.ts +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/set.js +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/get.js +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/index.js +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/test/set.js +0 -0
- /package/node_modules/{dunder-proto → @larksuiteoapi/node-sdk/node_modules/dunder-proto}/tsconfig.json +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.eslintrc +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/.nycrc +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/CHANGELOG.md +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/LICENSE +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/README.md +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/index.d.ts +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/index.js +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/package.json +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/test/index.js +0 -0
- /package/node_modules/{es-define-property → @larksuiteoapi/node-sdk/node_modules/es-define-property}/tsconfig.json +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/.eslintrc +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/CHANGELOG.md +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/LICENSE +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/README.md +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/eval.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/eval.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/index.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/index.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/package.json +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/range.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/range.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/ref.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/ref.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/syntax.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/syntax.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/test/index.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/tsconfig.json +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/type.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/type.js +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/uri.d.ts +0 -0
- /package/node_modules/{es-errors → @larksuiteoapi/node-sdk/node_modules/es-errors}/uri.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/.eslintrc +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/.github/FUNDING.yml +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/CHANGELOG.md +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/LICENSE +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/README.md +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/RequireObjectCoercible.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/RequireObjectCoercible.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/ToObject.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/ToObject.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/index.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/index.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/isObject.d.ts +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/isObject.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/package.json +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/test/index.js +0 -0
- /package/node_modules/{es-object-atoms → @larksuiteoapi/node-sdk/node_modules/es-object-atoms}/tsconfig.json +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/.eslintrc +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/.nycrc +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/CHANGELOG.md +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/LICENSE +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/README.md +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/index.d.ts +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/index.js +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/package.json +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/test/index.js +0 -0
- /package/node_modules/{es-set-tostringtag → @larksuiteoapi/node-sdk/node_modules/es-set-tostringtag}/tsconfig.json +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/LICENSE +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/README.md +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/debug.js +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/http.js +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/https.js +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/index.js +0 -0
- /package/node_modules/{follow-redirects → @larksuiteoapi/node-sdk/node_modules/follow-redirects}/package.json +0 -0
- /package/node_modules/{form-data → @larksuiteoapi/node-sdk/node_modules/form-data}/License +0 -0
- /package/node_modules/{form-data → @larksuiteoapi/node-sdk/node_modules/form-data}/lib/browser.js +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.eslintrc +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.github/FUNDING.yml +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.github/SECURITY.md +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/.nycrc +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/CHANGELOG.md +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/LICENSE +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/README.md +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/implementation.js +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/index.js +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/package.json +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/test/.eslintrc +0 -0
- /package/node_modules/{function-bind → @larksuiteoapi/node-sdk/node_modules/function-bind}/test/index.js +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.eslintrc +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.github/FUNDING.yml +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/.nycrc +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/CHANGELOG.md +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/LICENSE +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/README.md +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/index.js +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/package.json +0 -0
- /package/node_modules/{get-intrinsic → @larksuiteoapi/node-sdk/node_modules/get-intrinsic}/test/GetIntrinsic.js +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.eslintrc +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.github/FUNDING.yml +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/.nycrc +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/CHANGELOG.md +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/LICENSE +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Object.getPrototypeOf.d.ts +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Object.getPrototypeOf.js +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/README.md +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Reflect.getPrototypeOf.d.ts +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/Reflect.getPrototypeOf.js +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/index.d.ts +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/index.js +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/package.json +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/test/index.js +0 -0
- /package/node_modules/{get-proto → @larksuiteoapi/node-sdk/node_modules/get-proto}/tsconfig.json +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/.eslintrc +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/.github/FUNDING.yml +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/CHANGELOG.md +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/LICENSE +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/README.md +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/gOPD.d.ts +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/gOPD.js +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/index.d.ts +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/index.js +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/package.json +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/test/index.js +0 -0
- /package/node_modules/{gopd → @larksuiteoapi/node-sdk/node_modules/gopd}/tsconfig.json +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.eslintrc +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.github/FUNDING.yml +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/.nycrc +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/CHANGELOG.md +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/LICENSE +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/README.md +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/index.d.ts +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/index.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/package.json +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/shams.d.ts +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/shams.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/index.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/shams/core-js.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/shams/get-own-property-symbols.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/test/tests.js +0 -0
- /package/node_modules/{has-symbols → @larksuiteoapi/node-sdk/node_modules/has-symbols}/tsconfig.json +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.eslintrc +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.github/FUNDING.yml +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/.nycrc +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/CHANGELOG.md +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/LICENSE +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/README.md +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/index.d.ts +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/index.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/package.json +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/shams.d.ts +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/shams.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/index.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/shams/core-js.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/shams/get-own-property-symbols.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/test/tests.js +0 -0
- /package/node_modules/{has-tostringtag → @larksuiteoapi/node-sdk/node_modules/has-tostringtag}/tsconfig.json +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/.github/FUNDING.yml +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/.nycrc +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/CHANGELOG.md +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/LICENSE +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/README.md +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/eslint.config.mjs +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/index.d.ts +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/index.js +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/package.json +0 -0
- /package/node_modules/{hasown → @larksuiteoapi/node-sdk/node_modules/hasown}/tsconfig.json +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/README.md +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.d.ts +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.js +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/agent.js.map +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.d.ts +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.js +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/index.js.map +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.d.ts +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.js +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/dist/parse-proxy-response.js.map +0 -0
- /package/node_modules/{https-proxy-agent → @larksuiteoapi/node-sdk/node_modules/https-proxy-agent}/package.json +0 -0
- /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/LICENSE.txt +0 -0
- /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/README.md +0 -0
- /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/index.js +0 -0
- /package/node_modules/{lodash.identity → @larksuiteoapi/node-sdk/node_modules/lodash.identity}/package.json +0 -0
- /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/LICENSE +0 -0
- /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/README.md +0 -0
- /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/index.js +0 -0
- /package/node_modules/{lodash.merge → @larksuiteoapi/node-sdk/node_modules/lodash.merge}/package.json +0 -0
- /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/LICENSE +0 -0
- /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/README.md +0 -0
- /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/index.js +0 -0
- /package/node_modules/{lodash.pickby → @larksuiteoapi/node-sdk/node_modules/lodash.pickby}/package.json +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/LICENSE +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/README.md +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/index.d.ts +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/index.js +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/package.json +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/types.d.ts +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/index.d.ts +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/index.js +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/package.json +0 -0
- /package/node_modules/{long → @larksuiteoapi/node-sdk/node_modules/long}/umd/types.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/.eslintrc +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/.github/FUNDING.yml +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/CHANGELOG.md +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/LICENSE +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/README.md +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/abs.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/abs.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxArrayLength.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxArrayLength.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxSafeInteger.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxSafeInteger.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxValue.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/constants/maxValue.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/floor.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/floor.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isFinite.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isFinite.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isInteger.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isInteger.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNaN.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNaN.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNegativeZero.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/isNegativeZero.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/max.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/max.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/min.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/min.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/mod.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/mod.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/package.json +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/pow.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/pow.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/round.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/round.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/sign.d.ts +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/sign.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/test/index.js +0 -0
- /package/node_modules/{math-intrinsics → @larksuiteoapi/node-sdk/node_modules/math-intrinsics}/tsconfig.json +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/HISTORY.md +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/LICENSE +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/README.md +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/db.json +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/index.js +0 -0
- /package/node_modules/{mime-db → @larksuiteoapi/node-sdk/node_modules/mime-db}/package.json +0 -0
- /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/HISTORY.md +0 -0
- /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/LICENSE +0 -0
- /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/README.md +0 -0
- /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/index.js +0 -0
- /package/node_modules/{mime-types → @larksuiteoapi/node-sdk/node_modules/mime-types}/package.json +0 -0
- /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/index.js +0 -0
- /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/license.md +0 -0
- /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/package.json +0 -0
- /package/node_modules/{ms → @larksuiteoapi/node-sdk/node_modules/ms}/readme.md +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.eslintrc +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.github/FUNDING.yml +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/.nycrc +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/CHANGELOG.md +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/LICENSE +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/all.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/circular.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/fn.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/example/inspect.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/index.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/package-support.json +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/package.json +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/readme.markdown +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/bigint.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/browser/dom.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/circular.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/deep.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/element.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/err.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/fakes.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/fn.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/global.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/has.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/holes.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/indent-option.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/inspect.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/lowbyte.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/number.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/quoteStyle.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/toStringTag.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/undef.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test/values.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/test-core-js.js +0 -0
- /package/node_modules/{object-inspect → @larksuiteoapi/node-sdk/node_modules/object-inspect}/util.inspect.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/LICENSE +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/ext/debug/README.md +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/ext/debug/index.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/LICENSE +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/README.md +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/api/annotations.proto +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/api/http.proto +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/api.proto +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/source_context.proto +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/google/protobuf/type.proto +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/index.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/light.d.ts +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/light.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/minimal.d.ts +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/minimal.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/roots.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/rpc.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/types.js +0 -0
- /package/node_modules/{@protobufjs/float/index.d.ts → @larksuiteoapi/node-sdk/node_modules/protobufjs/src/util/float.d.ts} +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/util/fs.js +0 -0
- /package/node_modules/{protobufjs → @larksuiteoapi/node-sdk/node_modules/protobufjs}/src/util/patterns.js +0 -0
- /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/LICENSE +0 -0
- /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/README.md +0 -0
- /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/index.cjs +0 -0
- /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/index.js +0 -0
- /package/node_modules/{proxy-from-env → @larksuiteoapi/node-sdk/node_modules/proxy-from-env}/package.json +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.editorconfig +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/FUNDING.yml +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/SECURITY.md +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.github/THREAT_MODEL.md +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/.nycrc +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/CHANGELOG.md +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/LICENSE.md +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/README.md +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/dist/qs.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/eslint.config.mjs +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/formats.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/index.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/parse.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/stringify.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/lib/utils.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/package.json +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/empty-keys-cases.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/parse.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/stringify.js +0 -0
- /package/node_modules/{qs → @larksuiteoapi/node-sdk/node_modules/qs}/test/utils.js +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.editorconfig +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.eslintrc +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/.nycrc +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/LICENSE +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/README.md +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/index.d.ts +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/index.js +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/package.json +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/test/index.js +0 -0
- /package/node_modules/{side-channel → @larksuiteoapi/node-sdk/node_modules/side-channel}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.editorconfig +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.eslintrc +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/.nycrc +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/LICENSE +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/README.md +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/index.d.ts +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/index.js +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/list.d.ts +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/package.json +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/test/index.js +0 -0
- /package/node_modules/{side-channel-list → @larksuiteoapi/node-sdk/node_modules/side-channel-list}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.editorconfig +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.eslintrc +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/.nycrc +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/LICENSE +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/README.md +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/index.d.ts +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/index.js +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/package.json +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/test/index.js +0 -0
- /package/node_modules/{side-channel-map → @larksuiteoapi/node-sdk/node_modules/side-channel-map}/tsconfig.json +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.editorconfig +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.eslintrc +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.github/FUNDING.yml +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/.nycrc +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/CHANGELOG.md +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/LICENSE +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/README.md +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/index.d.ts +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/index.js +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/package.json +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/test/index.js +0 -0
- /package/node_modules/{side-channel-weakmap → @larksuiteoapi/node-sdk/node_modules/side-channel-weakmap}/tsconfig.json +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/LICENSE +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/README.md +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/browser.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/index.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/buffer-util.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/constants.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/event-target.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/extension.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/limiter.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/permessage-deflate.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/receiver.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/sender.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/stream.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/subprotocol.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/validation.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/websocket-server.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/lib/websocket.js +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/package.json +0 -0
- /package/node_modules/{ws → @larksuiteoapi/node-sdk/node_modules/ws}/wrapper.mjs +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/LICENSE +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/README.md +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/index.d.ts +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/debug/package.json +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/LICENSE +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/README.md +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/index.d.ts +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/mdast/package.json +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/LICENSE +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/README.md +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/index.d.ts +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/ms/package.json +0 -0
- /package/node_modules/{@types/node → mdast-util-from-markdown/node_modules/@types/unist}/LICENSE +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/README.md +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/index.d.ts +0 -0
- /package/node_modules/{@types → mdast-util-from-markdown/node_modules/@types}/unist/package.json +0 -0
- /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/index.d.ts +0 -0
- /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/index.js +0 -0
- /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/license +0 -0
- /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/package.json +0 -0
- /package/node_modules/{character-entities → mdast-util-from-markdown/node_modules/character-entities}/readme.md +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.d.ts +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.d.ts.map +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.d.ts +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.d.ts.map +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.dom.js +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/index.js +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/license +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/package.json +0 -0
- /package/node_modules/{decode-named-character-reference → mdast-util-from-markdown/node_modules/decode-named-character-reference}/readme.md +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.js +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.min.js +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/dist/index.mjs +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/index.d.ts +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/license +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.d.ts +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.js +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.min.js +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/lite/index.mjs +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/package.json +0 -0
- /package/node_modules/{dequal → mdast-util-from-markdown/node_modules/dequal}/readme.md +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/default.js +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/development.d.ts +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/lib/development.js +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/license +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/package.json +0 -0
- /package/node_modules/{devlop → mdast-util-from-markdown/node_modules/devlop}/readme.md +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/index.d.ts +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/index.js +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/lib/index.d.ts +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/lib/index.js +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/license +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/package.json +0 -0
- /package/node_modules/{mdast-util-to-string → mdast-util-from-markdown/node_modules/mdast-util-to-string}/readme.md +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/index.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/compile.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/constructs.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/create-tokenizer.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/content.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/document.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/flow.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/initialize/text.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/parse.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/postprocess.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/lib/preprocess.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/dev/stream.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/index.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/compile.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/constructs.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/create-tokenizer.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/content.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/document.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/flow.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/initialize/text.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/parse.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/postprocess.js +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/lib/preprocess.js +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark}/license +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/package.json +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/readme.md +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.d.ts +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.d.ts.map +0 -0
- /package/node_modules/{micromark → mdast-util-from-markdown/node_modules/micromark}/stream.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/index.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/attention.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/autolink.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/blank-line.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/block-quote.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-escape.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/character-reference.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-fenced.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-indented.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/code-text.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/content.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/definition.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/hard-break-escape.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/heading-atx.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-flow.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/html-text.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-end.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-image.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/label-start-link.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/line-ending.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/list.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/setext-underline.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/dev/lib/thematic-break.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/index.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/attention.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/autolink.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/blank-line.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/block-quote.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-escape.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/character-reference.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-fenced.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-indented.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/code-text.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/content.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/definition.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/hard-break-escape.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/heading-atx.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-flow.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/html-text.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-end.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-image.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/label-start-link.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/line-ending.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/list.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/setext-underline.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.d.ts +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.d.ts.map +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/lib/thematic-break.js +0 -0
- /package/node_modules/{markdown-table → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/license +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/package.json +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-core-commonmark}/readme.md +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/dev/index.js +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/index.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-from-markdown/node_modules/micromark-factory-destination}/license +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/package.json +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-destination}/readme.md +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/dev/index.js +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/index.js +0 -0
- /package/node_modules/{micromark-core-commonmark → mdast-util-from-markdown/node_modules/micromark-factory-label}/license +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/package.json +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-label}/readme.md +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/dev/index.js +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/index.js +0 -0
- /package/node_modules/{micromark-factory-destination → mdast-util-from-markdown/node_modules/micromark-factory-space}/license +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/package.json +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-space}/readme.md +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/dev/index.js +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/index.js +0 -0
- /package/node_modules/{micromark-factory-label → mdast-util-from-markdown/node_modules/micromark-factory-title}/license +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/package.json +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-factory-title}/readme.md +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/dev/index.js +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.d.ts +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/index.js +0 -0
- /package/node_modules/{micromark-factory-space → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/license +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/package.json +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-factory-whitespace}/readme.md +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/index.js +0 -0
- /package/node_modules/{micromark-factory-title → mdast-util-from-markdown/node_modules/micromark-util-character}/license +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/package.json +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-character}/readme.md +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/index.js +0 -0
- /package/node_modules/{micromark-factory-whitespace → mdast-util-from-markdown/node_modules/micromark-util-chunked}/license +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/package.json +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-chunked}/readme.md +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/index.js +0 -0
- /package/node_modules/{micromark-util-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/license +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/package.json +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-classify-character}/readme.md +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/index.js +0 -0
- /package/node_modules/{micromark-util-chunked → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/license +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/package.json +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-combine-extensions}/readme.md +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/index.js +0 -0
- /package/node_modules/{micromark-util-classify-character → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/license +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/package.json +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-decode-numeric-character-reference}/readme.md +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/index.js +0 -0
- /package/node_modules/{micromark-util-combine-extensions → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/license +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/package.json +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-decode-string}/readme.md +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/index.js +0 -0
- /package/node_modules/{micromark-util-decode-numeric-character-reference → mdast-util-from-markdown/node_modules/micromark-util-encode}/license +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/package.json +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-encode}/readme.md +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/index.js +0 -0
- /package/node_modules/{micromark-util-decode-string → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/license +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/package.json +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-html-tag-name}/readme.md +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/index.js +0 -0
- /package/node_modules/{micromark-util-encode → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/license +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/package.json +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-normalize-identifier}/readme.md +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/index.js +0 -0
- /package/node_modules/{micromark-util-html-tag-name → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/license +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/package.json +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-resolve-all}/readme.md +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/index.js +0 -0
- /package/node_modules/{micromark-util-normalize-identifier → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/license +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/package.json +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-sanitize-uri}/readme.md +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.d.ts +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/index.js +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.d.ts +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.d.ts.map +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/dev/lib/splice-buffer.js +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.d.ts.map +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/index.js +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.d.ts +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.d.ts.map +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/lib/splice-buffer.js +0 -0
- /package/node_modules/{micromark-util-resolve-all → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/license +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/package.json +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-subtokenize}/readme.md +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.d.ts +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.d.ts.map +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/codes.js +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.d.ts +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.d.ts.map +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/constants.js +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.d.ts +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.d.ts.map +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/default.js +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.d.ts +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.d.ts.map +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/types.js +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.d.ts +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.d.ts.map +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/lib/values.js +0 -0
- /package/node_modules/{micromark-util-sanitize-uri → mdast-util-from-markdown/node_modules/micromark-util-symbol}/license +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/package.json +0 -0
- /package/node_modules/{micromark-util-symbol → mdast-util-from-markdown/node_modules/micromark-util-symbol}/readme.md +0 -0
- /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/index.d.ts +0 -0
- /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/index.js +0 -0
- /package/node_modules/{micromark-util-subtokenize → mdast-util-from-markdown/node_modules/micromark-util-types}/license +0 -0
- /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/package.json +0 -0
- /package/node_modules/{micromark-util-types → mdast-util-from-markdown/node_modules/micromark-util-types}/readme.md +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/index.d.ts +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/index.js +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/lib/index.d.ts +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/lib/index.js +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/license +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/package.json +0 -0
- /package/node_modules/{unist-util-stringify-position → mdast-util-from-markdown/node_modules/unist-util-stringify-position}/readme.md +0 -0
- /package/node_modules/{@types/unist → mdast-util-gfm-table/node_modules/@types/mdast}/LICENSE +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/character-entities}/license +0 -0
- /package/node_modules/{micromark-util-types → mdast-util-gfm-table/node_modules/decode-named-character-reference}/license +0 -0
- /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/index.d.ts +0 -0
- /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/index.js +0 -0
- /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/license +0 -0
- /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/package.json +0 -0
- /package/node_modules/{longest-streak → mdast-util-gfm-table/node_modules/longest-streak}/readme.md +0 -0
- /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.d.ts +0 -0
- /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.d.ts.map +0 -0
- /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/index.js +0 -0
- /package/node_modules/{micromark → mdast-util-gfm-table/node_modules/markdown-table}/license +0 -0
- /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/package.json +0 -0
- /package/node_modules/{markdown-table → mdast-util-gfm-table/node_modules/markdown-table}/readme.md +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/index.d.ts +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/index.js +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/lib/index.d.ts +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/lib/index.js +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/license +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/package.json +0 -0
- /package/node_modules/{mdast-util-phrasing → mdast-util-gfm-table/node_modules/mdast-util-phrasing}/readme.md +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/index.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/index.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/configure.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/blockquote.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/break.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/code.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/definition.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/emphasis.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/heading.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/html.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image-reference.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/image.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/index.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/inline-code.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link-reference.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/link.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list-item.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/list.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/paragraph.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/root.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/strong.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/text.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/handle/thematic-break.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/index.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/join.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/types.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/types.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/unsafe.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/association.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-ordered.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet-other.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-bullet.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-emphasis.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-fence.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-list-item-indent.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-quote.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule-repetition.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-rule.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/check-strong.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/compile-pattern.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-flow.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/container-phrasing.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/emphasis-strong-marker.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/emphasis-strong-marker.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-character-reference.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/encode-info.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-code-as-indented.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-heading-as-setext.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/format-link-as-autolink.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/indent-lines.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/pattern-in-scope.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/safe.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.d.ts +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.d.ts.map +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/lib/util/track.js +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/package.json +0 -0
- /package/node_modules/{mdast-util-to-markdown → mdast-util-gfm-table/node_modules/mdast-util-to-markdown}/readme.md +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.d.ts +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.d.ts.map +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/index.js +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.d.ts +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.d.ts.map +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/lib/index.js +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/license +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/package.json +0 -0
- /package/node_modules/{unist-util-is → mdast-util-gfm-table/node_modules/unist-util-is}/readme.md +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/index.d.ts +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/index.js +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.d.ts +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.d.ts.map +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/lib/index.js +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/package.json +0 -0
- /package/node_modules/{unist-util-visit → mdast-util-gfm-table/node_modules/unist-util-visit}/readme.md +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/index.d.ts +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/index.js +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.d.ts +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.d.ts.map +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.js +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.d.ts +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.d.ts.map +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/color.node.js +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.d.ts +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.d.ts.map +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/lib/index.js +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/license +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/package.json +0 -0
- /package/node_modules/{unist-util-visit-parents → mdast-util-gfm-table/node_modules/unist-util-visit-parents}/readme.md +0 -0
- /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/index.d.ts +0 -0
- /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/index.js +0 -0
- /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/license +0 -0
- /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/package.json +0 -0
- /package/node_modules/{zwitch → mdast-util-gfm-table/node_modules/zwitch}/readme.md +0 -0
|
@@ -0,0 +1,3556 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* protobuf.js v8.7.1 (c) 2016, daniel wirtz
|
|
3
|
+
* compiled mon, 13 jul 2026 11:04:12 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
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Build type, one of `"full"`, `"light"` or `"minimal"`.
|
|
45
|
+
* @name build
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @const
|
|
48
|
+
*/
|
|
49
|
+
exports.build = "minimal";
|
|
50
|
+
|
|
51
|
+
// Serialization
|
|
52
|
+
exports.Writer = require(15);
|
|
53
|
+
exports.BufferWriter = require(16);
|
|
54
|
+
exports.Reader = require(2);
|
|
55
|
+
exports.BufferReader = require(3);
|
|
56
|
+
|
|
57
|
+
// Utility
|
|
58
|
+
exports.util = require(12);
|
|
59
|
+
exports.rpc = require(5);
|
|
60
|
+
exports.roots = require(4);
|
|
61
|
+
exports.configure = configure;
|
|
62
|
+
|
|
63
|
+
/* istanbul ignore next */
|
|
64
|
+
/**
|
|
65
|
+
* Reconfigures the library according to the environment.
|
|
66
|
+
* @returns {undefined}
|
|
67
|
+
*/
|
|
68
|
+
function configure() {
|
|
69
|
+
exports.util.LongBits._configure(exports.util.Long);
|
|
70
|
+
exports.Writer._configure(exports.BufferWriter);
|
|
71
|
+
exports.Reader._configure(exports.BufferReader);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// Set up buffer utility according to the environment
|
|
75
|
+
configure();
|
|
76
|
+
|
|
77
|
+
},{"12":12,"15":15,"16":16,"2":2,"3":3,"4":4,"5":5}],2:[function(require,module,exports){
|
|
78
|
+
"use strict";
|
|
79
|
+
module.exports = Reader;
|
|
80
|
+
|
|
81
|
+
var util = require(12);
|
|
82
|
+
|
|
83
|
+
var BufferReader; // cyclic
|
|
84
|
+
|
|
85
|
+
var LongBits = util.LongBits,
|
|
86
|
+
utf8 = util.utf8;
|
|
87
|
+
|
|
88
|
+
/* istanbul ignore next */
|
|
89
|
+
function indexOutOfRange(reader, writeLength) {
|
|
90
|
+
return RangeError("index out of range: " + reader.pos + " + " + (writeLength || 1) + " > " + reader.len);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Constructs a new reader instance using the specified buffer.
|
|
95
|
+
* @classdesc Wire format reader using `Uint8Array`.
|
|
96
|
+
* @constructor
|
|
97
|
+
* @param {Uint8Array} buffer Buffer to read from
|
|
98
|
+
*/
|
|
99
|
+
function Reader(buffer) {
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Read buffer.
|
|
103
|
+
* @type {Uint8Array}
|
|
104
|
+
*/
|
|
105
|
+
this.buf = buffer;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Read buffer position.
|
|
109
|
+
* @type {number}
|
|
110
|
+
*/
|
|
111
|
+
this.pos = 0;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Read buffer length.
|
|
115
|
+
* @type {number}
|
|
116
|
+
*/
|
|
117
|
+
this.len = buffer.length;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Cached DataView for packed reads.
|
|
121
|
+
* @type {DataView|null}
|
|
122
|
+
*/
|
|
123
|
+
this.view = null;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Whether to discard unknown fields while decoding.
|
|
127
|
+
* @type {boolean}
|
|
128
|
+
*/
|
|
129
|
+
this.discardUnknown = Reader.discardUnknown;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
function create_array(buffer) {
|
|
133
|
+
// TODO: Remove plain array reader support in the next major release.
|
|
134
|
+
if (Array.isArray(buffer))
|
|
135
|
+
buffer = new Uint8Array(buffer);
|
|
136
|
+
if (buffer instanceof Uint8Array)
|
|
137
|
+
return new Reader(buffer);
|
|
138
|
+
throw Error("illegal buffer");
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
var create = function create() {
|
|
142
|
+
return util.Buffer
|
|
143
|
+
? function create_buffer_setup(buffer) {
|
|
144
|
+
return (Reader.create = function create_buffer(buffer) {
|
|
145
|
+
return util.Buffer.isBuffer(buffer)
|
|
146
|
+
? new BufferReader(buffer)
|
|
147
|
+
/* istanbul ignore next */
|
|
148
|
+
: create_array(buffer);
|
|
149
|
+
})(buffer);
|
|
150
|
+
}
|
|
151
|
+
/* istanbul ignore next */
|
|
152
|
+
: create_array;
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Creates a new reader using the specified buffer.
|
|
157
|
+
* @function
|
|
158
|
+
* @param {Uint8Array|Buffer} buffer Buffer to read from
|
|
159
|
+
* @returns {Reader|BufferReader} A {@link BufferReader} if `buffer` is a Buffer, otherwise a {@link Reader}
|
|
160
|
+
* @throws {Error} If `buffer` is not a valid buffer
|
|
161
|
+
*/
|
|
162
|
+
Reader.create = create();
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Returns raw bytes from the backing buffer without advancing the reader.
|
|
166
|
+
* @param {number} start Start offset
|
|
167
|
+
* @param {number} end End offset
|
|
168
|
+
* @returns {Uint8Array} Raw bytes
|
|
169
|
+
*/
|
|
170
|
+
Reader.prototype.raw = function read_raw(start, end) {
|
|
171
|
+
return this.buf.subarray(start, end);
|
|
172
|
+
};
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Reads a varint as an unsigned 32 bit value.
|
|
176
|
+
* @function
|
|
177
|
+
* @returns {number} Value read
|
|
178
|
+
*/
|
|
179
|
+
Reader.prototype.uint32 = function read_uint32() {
|
|
180
|
+
var buf = this.buf,
|
|
181
|
+
pos = this.pos,
|
|
182
|
+
value = (buf[pos] & 127) >>> 0;
|
|
183
|
+
if (buf[pos++] < 128) {
|
|
184
|
+
this.pos = pos;
|
|
185
|
+
return value;
|
|
186
|
+
}
|
|
187
|
+
value = (value | (buf[pos] & 127) << 7) >>> 0;
|
|
188
|
+
if (buf[pos++] < 128) {
|
|
189
|
+
this.pos = pos;
|
|
190
|
+
return value;
|
|
191
|
+
}
|
|
192
|
+
value = (value | (buf[pos] & 127) << 14) >>> 0;
|
|
193
|
+
if (buf[pos++] < 128) {
|
|
194
|
+
this.pos = pos;
|
|
195
|
+
return value;
|
|
196
|
+
}
|
|
197
|
+
value = (value | (buf[pos] & 127) << 21) >>> 0;
|
|
198
|
+
if (buf[pos++] < 128) {
|
|
199
|
+
this.pos = pos;
|
|
200
|
+
return value;
|
|
201
|
+
}
|
|
202
|
+
value = (value | (buf[pos] & 15) << 28) >>> 0;
|
|
203
|
+
if (buf[pos++] < 128) {
|
|
204
|
+
this.pos = pos;
|
|
205
|
+
return value;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
for (var i = 0; i < 5; ++i) {
|
|
209
|
+
/* istanbul ignore if */
|
|
210
|
+
if (pos >= this.len) {
|
|
211
|
+
this.pos = pos;
|
|
212
|
+
throw indexOutOfRange(this);
|
|
213
|
+
}
|
|
214
|
+
if (buf[pos++] < 128) {
|
|
215
|
+
this.pos = pos;
|
|
216
|
+
return value;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
/* istanbul ignore next */
|
|
220
|
+
this.pos = pos;
|
|
221
|
+
throw Error("invalid varint encoding");
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Reads a field tag.
|
|
226
|
+
* @function
|
|
227
|
+
* @returns {number} Tag read
|
|
228
|
+
*/
|
|
229
|
+
Reader.prototype.tag = function read_tag() {
|
|
230
|
+
var buf = this.buf,
|
|
231
|
+
pos = this.pos,
|
|
232
|
+
value = (buf[pos] & 127) >>> 0;
|
|
233
|
+
if (buf[pos++] < 128) {
|
|
234
|
+
this.pos = pos;
|
|
235
|
+
return value;
|
|
236
|
+
}
|
|
237
|
+
value = (value | (buf[pos] & 127) << 7) >>> 0;
|
|
238
|
+
if (buf[pos++] < 128) {
|
|
239
|
+
this.pos = pos;
|
|
240
|
+
return value;
|
|
241
|
+
}
|
|
242
|
+
value = (value | (buf[pos] & 127) << 14) >>> 0;
|
|
243
|
+
if (buf[pos++] < 128) {
|
|
244
|
+
this.pos = pos;
|
|
245
|
+
return value;
|
|
246
|
+
}
|
|
247
|
+
value = (value | (buf[pos] & 127) << 21) >>> 0;
|
|
248
|
+
if (buf[pos++] < 128) {
|
|
249
|
+
this.pos = pos;
|
|
250
|
+
return value;
|
|
251
|
+
}
|
|
252
|
+
value = (value | (buf[pos] & 15) << 28) >>> 0;
|
|
253
|
+
if (buf[pos] < 128 && (buf[pos] & 112) === 0) {
|
|
254
|
+
this.pos = pos + 1;
|
|
255
|
+
return value;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
this.pos = pos + 1;
|
|
259
|
+
throw Error("invalid tag encoding");
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Reads a varint as a signed 32 bit value.
|
|
264
|
+
* @returns {number} Value read
|
|
265
|
+
*/
|
|
266
|
+
Reader.prototype.int32 = function read_int32() {
|
|
267
|
+
return this.uint32() | 0;
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* Reads a zig-zag encoded varint as a signed 32 bit value.
|
|
272
|
+
* @returns {number} Value read
|
|
273
|
+
*/
|
|
274
|
+
Reader.prototype.sint32 = function read_sint32() {
|
|
275
|
+
var value = this.uint32();
|
|
276
|
+
return value >>> 1 ^ -(value & 1) | 0;
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
/* eslint-disable no-invalid-this */
|
|
280
|
+
|
|
281
|
+
function readLongVarint() {
|
|
282
|
+
// tends to deopt with local vars for octet etc.
|
|
283
|
+
var bits = new LongBits(0, 0);
|
|
284
|
+
var i = 0;
|
|
285
|
+
if (this.len - this.pos > 4) { // fast route (lo)
|
|
286
|
+
for (; i < 4; ++i) {
|
|
287
|
+
// 1st..4th
|
|
288
|
+
bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
|
|
289
|
+
if (this.buf[this.pos++] < 128)
|
|
290
|
+
return bits;
|
|
291
|
+
}
|
|
292
|
+
// 5th
|
|
293
|
+
bits.lo = (bits.lo | (this.buf[this.pos] & 127) << 28) >>> 0;
|
|
294
|
+
bits.hi = (bits.hi | (this.buf[this.pos] & 127) >> 4) >>> 0;
|
|
295
|
+
if (this.buf[this.pos++] < 128)
|
|
296
|
+
return bits;
|
|
297
|
+
i = 0;
|
|
298
|
+
} else {
|
|
299
|
+
for (; i < 4; ++i) {
|
|
300
|
+
/* istanbul ignore if */
|
|
301
|
+
if (this.pos >= this.len)
|
|
302
|
+
throw indexOutOfRange(this);
|
|
303
|
+
// 1st..4th
|
|
304
|
+
bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
|
|
305
|
+
if (this.buf[this.pos++] < 128)
|
|
306
|
+
return bits;
|
|
307
|
+
}
|
|
308
|
+
throw indexOutOfRange(this);
|
|
309
|
+
}
|
|
310
|
+
if (this.len - this.pos > 4) { // fast route (hi)
|
|
311
|
+
for (; i < 5; ++i) {
|
|
312
|
+
// 6th..10th
|
|
313
|
+
bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
|
|
314
|
+
if (this.buf[this.pos++] < 128)
|
|
315
|
+
return bits;
|
|
316
|
+
}
|
|
317
|
+
} else {
|
|
318
|
+
for (; i < 5; ++i) {
|
|
319
|
+
/* istanbul ignore if */
|
|
320
|
+
if (this.pos >= this.len)
|
|
321
|
+
throw indexOutOfRange(this);
|
|
322
|
+
// 6th..10th
|
|
323
|
+
bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
|
|
324
|
+
if (this.buf[this.pos++] < 128)
|
|
325
|
+
return bits;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
/* istanbul ignore next */
|
|
329
|
+
throw Error("invalid varint encoding");
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
/* eslint-enable no-invalid-this */
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Reads a varint as a signed 64 bit value.
|
|
336
|
+
* @name Reader#int64
|
|
337
|
+
* @function
|
|
338
|
+
* @returns {Long} Value read
|
|
339
|
+
*/
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Reads a varint as an unsigned 64 bit value.
|
|
343
|
+
* @name Reader#uint64
|
|
344
|
+
* @function
|
|
345
|
+
* @returns {Long} Value read
|
|
346
|
+
*/
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* Reads a zig-zag encoded varint as a signed 64 bit value.
|
|
350
|
+
* @name Reader#sint64
|
|
351
|
+
* @function
|
|
352
|
+
* @returns {Long} Value read
|
|
353
|
+
*/
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Reads a varint as a boolean.
|
|
357
|
+
* @returns {boolean} Value read
|
|
358
|
+
*/
|
|
359
|
+
Reader.prototype.bool = function read_bool() {
|
|
360
|
+
var value = false,
|
|
361
|
+
b;
|
|
362
|
+
for (var i = 0; i < 10; ++i) {
|
|
363
|
+
/* istanbul ignore if */
|
|
364
|
+
if (this.pos >= this.len)
|
|
365
|
+
throw indexOutOfRange(this);
|
|
366
|
+
b = this.buf[this.pos++];
|
|
367
|
+
if (b & 127)
|
|
368
|
+
value = true;
|
|
369
|
+
if (b < 128)
|
|
370
|
+
return value;
|
|
371
|
+
}
|
|
372
|
+
/* istanbul ignore next */
|
|
373
|
+
throw Error("invalid varint encoding");
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
function readFixed32_end(buf, end) { // note that this uses `end`, not `pos`
|
|
377
|
+
return (buf[end - 4]
|
|
378
|
+
| buf[end - 3] << 8
|
|
379
|
+
| buf[end - 2] << 16
|
|
380
|
+
| buf[end - 1] << 24) >>> 0;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* Reads fixed 32 bits as an unsigned 32 bit integer.
|
|
385
|
+
* @returns {number} Value read
|
|
386
|
+
*/
|
|
387
|
+
Reader.prototype.fixed32 = function read_fixed32() {
|
|
388
|
+
|
|
389
|
+
/* istanbul ignore if */
|
|
390
|
+
if (this.pos + 4 > this.len)
|
|
391
|
+
throw indexOutOfRange(this, 4);
|
|
392
|
+
|
|
393
|
+
return readFixed32_end(this.buf, this.pos += 4);
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Reads fixed 32 bits as a signed 32 bit integer.
|
|
398
|
+
* @returns {number} Value read
|
|
399
|
+
*/
|
|
400
|
+
Reader.prototype.sfixed32 = function read_sfixed32() {
|
|
401
|
+
|
|
402
|
+
/* istanbul ignore if */
|
|
403
|
+
if (this.pos + 4 > this.len)
|
|
404
|
+
throw indexOutOfRange(this, 4);
|
|
405
|
+
|
|
406
|
+
return readFixed32_end(this.buf, this.pos += 4) | 0;
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
/* eslint-disable no-invalid-this */
|
|
410
|
+
|
|
411
|
+
function readFixed64(/* this: Reader */) {
|
|
412
|
+
|
|
413
|
+
/* istanbul ignore if */
|
|
414
|
+
if (this.pos + 8 > this.len)
|
|
415
|
+
throw indexOutOfRange(this, 8);
|
|
416
|
+
|
|
417
|
+
return new LongBits(readFixed32_end(this.buf, this.pos += 4), readFixed32_end(this.buf, this.pos += 4));
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/* eslint-enable no-invalid-this */
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Reads fixed 64 bits.
|
|
424
|
+
* @name Reader#fixed64
|
|
425
|
+
* @function
|
|
426
|
+
* @returns {Long} Value read
|
|
427
|
+
*/
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Reads zig-zag encoded fixed 64 bits.
|
|
431
|
+
* @name Reader#sfixed64
|
|
432
|
+
* @function
|
|
433
|
+
* @returns {Long} Value read
|
|
434
|
+
*/
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Reads a float (32 bit) as a number.
|
|
438
|
+
* @function
|
|
439
|
+
* @returns {number} Value read
|
|
440
|
+
*/
|
|
441
|
+
Reader.prototype.float = function read_float() {
|
|
442
|
+
|
|
443
|
+
/* istanbul ignore if */
|
|
444
|
+
if (this.pos + 4 > this.len)
|
|
445
|
+
throw indexOutOfRange(this, 4);
|
|
446
|
+
|
|
447
|
+
var value = util.float.readFloatLE(this.buf, this.pos);
|
|
448
|
+
this.pos += 4;
|
|
449
|
+
return value;
|
|
450
|
+
};
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* Reads a double (64 bit float) as a number.
|
|
454
|
+
* @function
|
|
455
|
+
* @returns {number} Value read
|
|
456
|
+
*/
|
|
457
|
+
Reader.prototype.double = function read_double() {
|
|
458
|
+
|
|
459
|
+
/* istanbul ignore if */
|
|
460
|
+
if (this.pos + 8 > this.len)
|
|
461
|
+
throw indexOutOfRange(this, 4);
|
|
462
|
+
|
|
463
|
+
var value = util.float.readDoubleLE(this.buf, this.pos);
|
|
464
|
+
this.pos += 8;
|
|
465
|
+
return value;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* Reads a packed repeated field of unsigned 32 bit varints.
|
|
470
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
471
|
+
* @returns {number[]} Array read into
|
|
472
|
+
*/
|
|
473
|
+
Reader.prototype.uint32s = function read_uint32s(array) {
|
|
474
|
+
if (array === undefined) array = [];
|
|
475
|
+
var end = this.uint32() + this.pos;
|
|
476
|
+
while (this.pos < end)
|
|
477
|
+
array.push(this.uint32());
|
|
478
|
+
return array;
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* Reads a packed repeated field of signed 32 bit varints.
|
|
483
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
484
|
+
* @returns {number[]} Array read into
|
|
485
|
+
*/
|
|
486
|
+
Reader.prototype.int32s = function read_int32s(array) {
|
|
487
|
+
if (array === undefined) array = [];
|
|
488
|
+
var end = this.uint32() + this.pos;
|
|
489
|
+
while (this.pos < end)
|
|
490
|
+
array.push(this.int32());
|
|
491
|
+
return array;
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* Reads a packed repeated field of zig-zag encoded signed 32 bit varints.
|
|
496
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
497
|
+
* @returns {number[]} Array read into
|
|
498
|
+
*/
|
|
499
|
+
Reader.prototype.sint32s = function read_sint32s(array) {
|
|
500
|
+
if (array === undefined) array = [];
|
|
501
|
+
var end = this.uint32() + this.pos;
|
|
502
|
+
while (this.pos < end)
|
|
503
|
+
array.push(this.sint32());
|
|
504
|
+
return array;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Reads a packed repeated field of booleans.
|
|
509
|
+
* @param {boolean[]} [array] Array to read into; a new one is created if omitted
|
|
510
|
+
* @returns {boolean[]} Array read into
|
|
511
|
+
*/
|
|
512
|
+
Reader.prototype.bools = function read_bools(array) {
|
|
513
|
+
if (array === undefined) array = [];
|
|
514
|
+
var end = this.uint32() + this.pos;
|
|
515
|
+
while (this.pos < end)
|
|
516
|
+
array.push(this.bool());
|
|
517
|
+
return array;
|
|
518
|
+
};
|
|
519
|
+
|
|
520
|
+
// The view allocation only pays off when amortized over enough reads
|
|
521
|
+
var VIEW_THRESHOLD_FLOAT = 8,
|
|
522
|
+
VIEW_THRESHOLD_INT = 128;
|
|
523
|
+
|
|
524
|
+
function getLazyView(reader, count, threshold) {
|
|
525
|
+
var view = reader.view;
|
|
526
|
+
if (view || count < threshold)
|
|
527
|
+
return view;
|
|
528
|
+
var buf = reader.buf;
|
|
529
|
+
return reader.view = new DataView(buf.buffer, buf.byteOffset, buf.byteLength);
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Reads a packed repeated field of unsigned 32 bit fixed values.
|
|
534
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
535
|
+
* @returns {number[]} Array read into
|
|
536
|
+
*/
|
|
537
|
+
Reader.prototype.fixed32s = function read_fixed32s(array) {
|
|
538
|
+
if (array === undefined) array = [];
|
|
539
|
+
var len = this.uint32(), end = this.pos + len;
|
|
540
|
+
/* istanbul ignore if */
|
|
541
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
542
|
+
var count = len >>> 2, i = array.length, pos = this.pos;
|
|
543
|
+
array.length = i + count;
|
|
544
|
+
var dv = getLazyView(this, count, VIEW_THRESHOLD_INT);
|
|
545
|
+
if (dv)
|
|
546
|
+
for (var k = 0; k < count; ++k, pos += 4) array[i++] = dv.getUint32(pos, true);
|
|
547
|
+
else {
|
|
548
|
+
var buf = this.buf;
|
|
549
|
+
for (var j = 0; j < count; ++j, pos += 4) array[i++] = readFixed32_end(buf, pos + 4);
|
|
550
|
+
}
|
|
551
|
+
this.pos = pos;
|
|
552
|
+
if (pos !== end) throw indexOutOfRange(this, 4);
|
|
553
|
+
return array;
|
|
554
|
+
};
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* Reads a packed repeated field of signed 32 bit fixed values.
|
|
558
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
559
|
+
* @returns {number[]} Array read into
|
|
560
|
+
*/
|
|
561
|
+
Reader.prototype.sfixed32s = function read_sfixed32s(array) {
|
|
562
|
+
if (array === undefined) array = [];
|
|
563
|
+
var len = this.uint32(), end = this.pos + len;
|
|
564
|
+
/* istanbul ignore if */
|
|
565
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
566
|
+
var count = len >>> 2, i = array.length, pos = this.pos;
|
|
567
|
+
array.length = i + count;
|
|
568
|
+
var dv = getLazyView(this, count, VIEW_THRESHOLD_INT);
|
|
569
|
+
if (dv)
|
|
570
|
+
for (var k = 0; k < count; ++k, pos += 4) array[i++] = dv.getInt32(pos, true);
|
|
571
|
+
else {
|
|
572
|
+
var buf = this.buf;
|
|
573
|
+
for (var j = 0; j < count; ++j, pos += 4) array[i++] = readFixed32_end(buf, pos + 4) | 0;
|
|
574
|
+
}
|
|
575
|
+
this.pos = pos;
|
|
576
|
+
if (pos !== end) throw indexOutOfRange(this, 4);
|
|
577
|
+
return array;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* Reads a packed repeated field of floats (32 bit).
|
|
582
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
583
|
+
* @returns {number[]} Array read into
|
|
584
|
+
*/
|
|
585
|
+
Reader.prototype.floats = function read_floats(array) {
|
|
586
|
+
if (array === undefined) array = [];
|
|
587
|
+
var len = this.uint32(), end = this.pos + len;
|
|
588
|
+
/* istanbul ignore if */
|
|
589
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
590
|
+
var count = len >>> 2, i = array.length, pos = this.pos;
|
|
591
|
+
array.length = i + count;
|
|
592
|
+
var dv = getLazyView(this, count, VIEW_THRESHOLD_FLOAT);
|
|
593
|
+
if (dv)
|
|
594
|
+
for (var k = 0; k < count; ++k, pos += 4) array[i++] = dv.getFloat32(pos, true);
|
|
595
|
+
else {
|
|
596
|
+
var buf = this.buf;
|
|
597
|
+
for (var j = 0; j < count; ++j, pos += 4) array[i++] = util.float.readFloatLE(buf, pos);
|
|
598
|
+
}
|
|
599
|
+
this.pos = pos;
|
|
600
|
+
if (pos !== end) throw indexOutOfRange(this, 4);
|
|
601
|
+
return array;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
/**
|
|
605
|
+
* Reads a packed repeated field of doubles (64 bit float).
|
|
606
|
+
* @param {number[]} [array] Array to read into; a new one is created if omitted
|
|
607
|
+
* @returns {number[]} Array read into
|
|
608
|
+
*/
|
|
609
|
+
Reader.prototype.doubles = function read_doubles(array) {
|
|
610
|
+
if (array === undefined) array = [];
|
|
611
|
+
var len = this.uint32(), end = this.pos + len;
|
|
612
|
+
/* istanbul ignore if */
|
|
613
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
614
|
+
var count = len >>> 3, i = array.length, pos = this.pos;
|
|
615
|
+
array.length = i + count;
|
|
616
|
+
var dv = getLazyView(this, count, VIEW_THRESHOLD_FLOAT);
|
|
617
|
+
if (dv)
|
|
618
|
+
for (var k = 0; k < count; ++k, pos += 8) array[i++] = dv.getFloat64(pos, true);
|
|
619
|
+
else {
|
|
620
|
+
var buf = this.buf;
|
|
621
|
+
for (var j = 0; j < count; ++j, pos += 8) array[i++] = util.float.readDoubleLE(buf, pos);
|
|
622
|
+
}
|
|
623
|
+
this.pos = pos;
|
|
624
|
+
if (pos !== end) throw indexOutOfRange(this, 8);
|
|
625
|
+
return array;
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* Reads a packed repeated field of unsigned 64 bit varints.
|
|
630
|
+
* @param {Array.<Long|number>} [array] Array to read into; a new one is created if omitted
|
|
631
|
+
* @returns {Array.<Long|number>} Array read into
|
|
632
|
+
*/
|
|
633
|
+
Reader.prototype.uint64s = function read_uint64s(array) {
|
|
634
|
+
if (array === undefined) array = [];
|
|
635
|
+
var end = this.uint32() + this.pos;
|
|
636
|
+
while (this.pos < end)
|
|
637
|
+
array.push(this.uint64());
|
|
638
|
+
return array;
|
|
639
|
+
};
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Reads a packed repeated field of signed 64 bit varints.
|
|
643
|
+
* @param {Array.<Long|number>} [array] Array to read into; a new one is created if omitted
|
|
644
|
+
* @returns {Array.<Long|number>} Array read into
|
|
645
|
+
*/
|
|
646
|
+
Reader.prototype.int64s = function read_int64s(array) {
|
|
647
|
+
if (array === undefined) array = [];
|
|
648
|
+
var end = this.uint32() + this.pos;
|
|
649
|
+
while (this.pos < end)
|
|
650
|
+
array.push(this.int64());
|
|
651
|
+
return array;
|
|
652
|
+
};
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* Reads a packed repeated field of zig-zag encoded signed 64 bit varints.
|
|
656
|
+
* @param {Array.<Long|number>} [array] Array to read into; a new one is created if omitted
|
|
657
|
+
* @returns {Array.<Long|number>} Array read into
|
|
658
|
+
*/
|
|
659
|
+
Reader.prototype.sint64s = function read_sint64s(array) {
|
|
660
|
+
if (array === undefined) array = [];
|
|
661
|
+
var end = this.uint32() + this.pos;
|
|
662
|
+
while (this.pos < end)
|
|
663
|
+
array.push(this.sint64());
|
|
664
|
+
return array;
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* Reads a packed repeated field of unsigned 64 bit fixed values.
|
|
669
|
+
* @param {Array.<Long|number>} [array] Array to read into; a new one is created if omitted
|
|
670
|
+
* @returns {Array.<Long|number>} Array read into
|
|
671
|
+
*/
|
|
672
|
+
Reader.prototype.fixed64s = function read_fixed64s(array) {
|
|
673
|
+
if (array === undefined) array = [];
|
|
674
|
+
var len = this.uint32(), end = this.pos + len, i = array.length;
|
|
675
|
+
/* istanbul ignore if */
|
|
676
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
677
|
+
var count = len >>> 3;
|
|
678
|
+
array.length = i + count; // 8 bytes per value, count is known
|
|
679
|
+
for (var j = 0; j < count; ++j)
|
|
680
|
+
array[i++] = this.fixed64();
|
|
681
|
+
if (this.pos !== end) throw indexOutOfRange(this, 8);
|
|
682
|
+
return array;
|
|
683
|
+
};
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Reads a packed repeated field of signed 64 bit fixed values.
|
|
687
|
+
* @param {Array.<Long|number>} [array] Array to read into; a new one is created if omitted
|
|
688
|
+
* @returns {Array.<Long|number>} Array read into
|
|
689
|
+
*/
|
|
690
|
+
Reader.prototype.sfixed64s = function read_sfixed64s(array) {
|
|
691
|
+
if (array === undefined) array = [];
|
|
692
|
+
var len = this.uint32(), end = this.pos + len, i = array.length;
|
|
693
|
+
/* istanbul ignore if */
|
|
694
|
+
if (end > this.len) throw indexOutOfRange(this, len);
|
|
695
|
+
var count = len >>> 3;
|
|
696
|
+
array.length = i + count; // 8 bytes per value, count is known
|
|
697
|
+
for (var j = 0; j < count; ++j)
|
|
698
|
+
array[i++] = this.sfixed64();
|
|
699
|
+
if (this.pos !== end) throw indexOutOfRange(this, 8);
|
|
700
|
+
return array;
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
/**
|
|
704
|
+
* Reads a sequence of bytes preceeded by its length as a varint.
|
|
705
|
+
* @returns {Uint8Array} Value read
|
|
706
|
+
*/
|
|
707
|
+
Reader.prototype.bytes = function read_bytes() {
|
|
708
|
+
var length = this.uint32(),
|
|
709
|
+
start = this.pos,
|
|
710
|
+
end = this.pos + length;
|
|
711
|
+
|
|
712
|
+
/* istanbul ignore if */
|
|
713
|
+
if (end > this.len)
|
|
714
|
+
throw indexOutOfRange(this, length);
|
|
715
|
+
|
|
716
|
+
this.pos = end;
|
|
717
|
+
return this.raw(start, end);
|
|
718
|
+
};
|
|
719
|
+
|
|
720
|
+
/**
|
|
721
|
+
* Reads a string preceeded by its byte length as a varint.
|
|
722
|
+
* @returns {string} Value read
|
|
723
|
+
*/
|
|
724
|
+
Reader.prototype.string = function read_string() {
|
|
725
|
+
var length = this.uint32(),
|
|
726
|
+
start = this.pos,
|
|
727
|
+
end = this.pos + length;
|
|
728
|
+
|
|
729
|
+
/* istanbul ignore if */
|
|
730
|
+
if (end > this.len)
|
|
731
|
+
throw indexOutOfRange(this, length);
|
|
732
|
+
|
|
733
|
+
this.pos = end;
|
|
734
|
+
return utf8.read(this.buf, start, end);
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
/**
|
|
738
|
+
* Reads a string preceeded by its byte length as a varint, rejecting invalid UTF8.
|
|
739
|
+
* @returns {string} Value read
|
|
740
|
+
*/
|
|
741
|
+
Reader.prototype.stringVerify = function read_string_verify() {
|
|
742
|
+
var length = this.uint32(),
|
|
743
|
+
start = this.pos,
|
|
744
|
+
end = this.pos + length;
|
|
745
|
+
|
|
746
|
+
/* istanbul ignore if */
|
|
747
|
+
if (end > this.len)
|
|
748
|
+
throw indexOutOfRange(this, length);
|
|
749
|
+
|
|
750
|
+
this.pos = end;
|
|
751
|
+
return utf8.readStrict(this.buf, start, end);
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Skips the specified number of bytes if specified, otherwise skips a varint.
|
|
756
|
+
* @param {number} [length] Length if known, otherwise a varint is assumed
|
|
757
|
+
* @returns {Reader} `this`
|
|
758
|
+
*/
|
|
759
|
+
Reader.prototype.skip = function skip(length) {
|
|
760
|
+
if (typeof length === "number") {
|
|
761
|
+
/* istanbul ignore if */
|
|
762
|
+
if (this.pos + length > this.len)
|
|
763
|
+
throw indexOutOfRange(this, length);
|
|
764
|
+
this.pos += length;
|
|
765
|
+
} else {
|
|
766
|
+
do {
|
|
767
|
+
/* istanbul ignore if */
|
|
768
|
+
if (this.pos >= this.len)
|
|
769
|
+
throw indexOutOfRange(this);
|
|
770
|
+
} while (this.buf[this.pos++] & 128);
|
|
771
|
+
}
|
|
772
|
+
return this;
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
/**
|
|
776
|
+
* Recursion limit.
|
|
777
|
+
* @type {number}
|
|
778
|
+
*/
|
|
779
|
+
Reader.recursionLimit = util.recursionLimit;
|
|
780
|
+
|
|
781
|
+
/**
|
|
782
|
+
* Whether readers discard unknown fields while decoding.
|
|
783
|
+
* @type {boolean}
|
|
784
|
+
*/
|
|
785
|
+
Reader.discardUnknown = true;
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* Skips the next element of the specified wire type.
|
|
789
|
+
* @param {number} wireType Wire type received
|
|
790
|
+
* @param {number} [depth] Depth of recursion to control nested calls; 0 if omitted
|
|
791
|
+
* @param {number} [fieldNumber] Field number for validating group end tags
|
|
792
|
+
* @returns {Reader} `this`
|
|
793
|
+
*/
|
|
794
|
+
Reader.prototype.skipType = function(wireType, depth, fieldNumber) {
|
|
795
|
+
if (depth === undefined) depth = 0;
|
|
796
|
+
if (depth > Reader.recursionLimit)
|
|
797
|
+
throw Error("max depth exceeded");
|
|
798
|
+
if (fieldNumber === 0)
|
|
799
|
+
throw Error("illegal tag: field number 0");
|
|
800
|
+
switch (wireType) {
|
|
801
|
+
case 0:
|
|
802
|
+
this.skip();
|
|
803
|
+
break;
|
|
804
|
+
case 1:
|
|
805
|
+
this.skip(8);
|
|
806
|
+
break;
|
|
807
|
+
case 2:
|
|
808
|
+
this.skip(this.uint32());
|
|
809
|
+
break;
|
|
810
|
+
case 3:
|
|
811
|
+
while (true) {
|
|
812
|
+
var tag = this.tag();
|
|
813
|
+
var nestedField = tag >>> 3;
|
|
814
|
+
wireType = tag & 7;
|
|
815
|
+
if (!nestedField)
|
|
816
|
+
throw Error("illegal tag: field number 0");
|
|
817
|
+
if (wireType === 4) {
|
|
818
|
+
if (fieldNumber !== undefined && nestedField !== fieldNumber)
|
|
819
|
+
throw Error("invalid end group tag");
|
|
820
|
+
break;
|
|
821
|
+
}
|
|
822
|
+
this.skipType(wireType, depth + 1, nestedField);
|
|
823
|
+
}
|
|
824
|
+
break;
|
|
825
|
+
case 5:
|
|
826
|
+
this.skip(4);
|
|
827
|
+
break;
|
|
828
|
+
|
|
829
|
+
/* istanbul ignore next */
|
|
830
|
+
default:
|
|
831
|
+
throw Error("invalid wire type " + wireType + " at offset " + this.pos);
|
|
832
|
+
}
|
|
833
|
+
return this;
|
|
834
|
+
};
|
|
835
|
+
|
|
836
|
+
Reader._configure = function(BufferReader_) {
|
|
837
|
+
BufferReader = BufferReader_;
|
|
838
|
+
Reader.create = create();
|
|
839
|
+
BufferReader._configure();
|
|
840
|
+
|
|
841
|
+
var fn = util.Long ? "toLong" : /* istanbul ignore next */ "toNumber";
|
|
842
|
+
util.merge(Reader.prototype, {
|
|
843
|
+
|
|
844
|
+
int64: function read_int64() {
|
|
845
|
+
return readLongVarint.call(this)[fn](false);
|
|
846
|
+
},
|
|
847
|
+
|
|
848
|
+
uint64: function read_uint64() {
|
|
849
|
+
return readLongVarint.call(this)[fn](true);
|
|
850
|
+
},
|
|
851
|
+
|
|
852
|
+
sint64: function read_sint64() {
|
|
853
|
+
return readLongVarint.call(this).zzDecode()[fn](false);
|
|
854
|
+
},
|
|
855
|
+
|
|
856
|
+
fixed64: function read_fixed64() {
|
|
857
|
+
return readFixed64.call(this)[fn](true);
|
|
858
|
+
},
|
|
859
|
+
|
|
860
|
+
sfixed64: function read_sfixed64() {
|
|
861
|
+
return readFixed64.call(this)[fn](false);
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
});
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
},{"12":12}],3:[function(require,module,exports){
|
|
868
|
+
"use strict";
|
|
869
|
+
module.exports = BufferReader;
|
|
870
|
+
|
|
871
|
+
// extends Reader
|
|
872
|
+
var Reader = require(2);
|
|
873
|
+
BufferReader.prototype = Object.create(Reader.prototype, {
|
|
874
|
+
constructor: {
|
|
875
|
+
value: BufferReader,
|
|
876
|
+
writable: true,
|
|
877
|
+
enumerable: false,
|
|
878
|
+
configurable: true
|
|
879
|
+
}
|
|
880
|
+
});
|
|
881
|
+
|
|
882
|
+
var util = require(12);
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* Constructs a new buffer reader instance.
|
|
886
|
+
* @classdesc Wire format reader using node buffers.
|
|
887
|
+
* @extends Reader
|
|
888
|
+
* @constructor
|
|
889
|
+
* @param {Buffer} buffer Buffer to read from
|
|
890
|
+
*/
|
|
891
|
+
function BufferReader(buffer) {
|
|
892
|
+
Reader.call(this, buffer);
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Read buffer.
|
|
896
|
+
* @name BufferReader#buf
|
|
897
|
+
* @type {Buffer}
|
|
898
|
+
*/
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
BufferReader._configure = function () {
|
|
902
|
+
/* istanbul ignore else */
|
|
903
|
+
if (util.Buffer)
|
|
904
|
+
BufferReader.prototype._slice = util.Buffer.prototype.slice;
|
|
905
|
+
};
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* Returns raw bytes from the backing buffer without advancing the reader.
|
|
909
|
+
* @name BufferReader#raw
|
|
910
|
+
* @function
|
|
911
|
+
* @param {number} start Start offset
|
|
912
|
+
* @param {number} end End offset
|
|
913
|
+
* @returns {Buffer} Raw bytes
|
|
914
|
+
*/
|
|
915
|
+
BufferReader.prototype.raw = function read_raw_buffer(start, end) {
|
|
916
|
+
return this._slice.call(this.buf, start, end);
|
|
917
|
+
};
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* @override
|
|
921
|
+
*/
|
|
922
|
+
BufferReader.prototype.string = function read_string_buffer() {
|
|
923
|
+
var len = this.uint32(), // modifies pos
|
|
924
|
+
start = this.pos,
|
|
925
|
+
end = this.pos + len;
|
|
926
|
+
|
|
927
|
+
/* istanbul ignore if */
|
|
928
|
+
if (end > this.len)
|
|
929
|
+
throw RangeError("index out of range: " + this.pos + " + " + len + " > " + this.len);
|
|
930
|
+
|
|
931
|
+
this.pos = end;
|
|
932
|
+
return this.buf.utf8Slice
|
|
933
|
+
? this.buf.utf8Slice(start, end)
|
|
934
|
+
: this.buf.toString("utf-8", start, end);
|
|
935
|
+
};
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* Reads a sequence of bytes preceeded by its length as a varint.
|
|
939
|
+
* @name BufferReader#bytes
|
|
940
|
+
* @function
|
|
941
|
+
* @returns {Buffer} Value read
|
|
942
|
+
*/
|
|
943
|
+
|
|
944
|
+
BufferReader._configure();
|
|
945
|
+
|
|
946
|
+
},{"12":12,"2":2}],4:[function(require,module,exports){
|
|
947
|
+
"use strict";
|
|
948
|
+
module.exports = Object.create(null);
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* Named roots.
|
|
952
|
+
* This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
|
|
953
|
+
* Can also be used manually to make roots available across modules.
|
|
954
|
+
* @name roots
|
|
955
|
+
* @type {Object.<string,Root>}
|
|
956
|
+
* @example
|
|
957
|
+
* // pbjs -r myroot -o compiled.js ...
|
|
958
|
+
*
|
|
959
|
+
* // in another module:
|
|
960
|
+
* require("./compiled.js");
|
|
961
|
+
*
|
|
962
|
+
* // in any subsequent module:
|
|
963
|
+
* var root = protobuf.roots["myroot"];
|
|
964
|
+
*/
|
|
965
|
+
|
|
966
|
+
},{}],5:[function(require,module,exports){
|
|
967
|
+
"use strict";
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* Streaming RPC helpers.
|
|
971
|
+
* @namespace
|
|
972
|
+
*/
|
|
973
|
+
var rpc = exports;
|
|
974
|
+
|
|
975
|
+
/**
|
|
976
|
+
* RPC implementation passed to {@link Service#create} performing a service request on network level, i.e. by utilizing http requests or websockets.
|
|
977
|
+
* @typedef RPCImpl
|
|
978
|
+
* @type {function}
|
|
979
|
+
* @param {Method|rpc.ServiceMethod<Message<{}>,Message<{}>>} method Reflected or static method being called
|
|
980
|
+
* @param {Uint8Array} requestData Request data
|
|
981
|
+
* @param {RPCImplCallback} callback Callback function
|
|
982
|
+
* @returns {undefined}
|
|
983
|
+
* @example
|
|
984
|
+
* function rpcImpl(method, requestData, callback) {
|
|
985
|
+
* if (protobuf.util.lcFirst(method.name) !== "myMethod") // compatible with static code
|
|
986
|
+
* throw Error("no such method");
|
|
987
|
+
* asynchronouslyObtainAResponse(requestData, function(err, responseData) {
|
|
988
|
+
* callback(err, responseData);
|
|
989
|
+
* });
|
|
990
|
+
* }
|
|
991
|
+
*/
|
|
992
|
+
|
|
993
|
+
/**
|
|
994
|
+
* Node-style callback as used by {@link RPCImpl}.
|
|
995
|
+
* @typedef RPCImplCallback
|
|
996
|
+
* @type {function}
|
|
997
|
+
* @param {Error|null} error Error, if any, otherwise `null`
|
|
998
|
+
* @param {Uint8Array|null} [response] Response data or `null` to signal end of stream, if there hasn't been an error
|
|
999
|
+
* @returns {undefined}
|
|
1000
|
+
*/
|
|
1001
|
+
|
|
1002
|
+
rpc.Service = require(6);
|
|
1003
|
+
|
|
1004
|
+
},{"6":6}],6:[function(require,module,exports){
|
|
1005
|
+
"use strict";
|
|
1006
|
+
module.exports = Service;
|
|
1007
|
+
|
|
1008
|
+
var util = require(12);
|
|
1009
|
+
|
|
1010
|
+
// Extends EventEmitter
|
|
1011
|
+
Service.prototype = Object.create(util.EventEmitter.prototype, {
|
|
1012
|
+
constructor: {
|
|
1013
|
+
value: Service,
|
|
1014
|
+
writable: true,
|
|
1015
|
+
enumerable: false,
|
|
1016
|
+
configurable: true
|
|
1017
|
+
}
|
|
1018
|
+
});
|
|
1019
|
+
|
|
1020
|
+
/**
|
|
1021
|
+
* A service method callback as used by {@link rpc.ServiceMethod|ServiceMethod}.
|
|
1022
|
+
*
|
|
1023
|
+
* Differs from {@link RPCImplCallback} in that it is an actual callback of a service method which may not return `response = null`.
|
|
1024
|
+
* @typedef rpc.ServiceMethodCallback
|
|
1025
|
+
* @template TRes extends Message<TRes>
|
|
1026
|
+
* @type {function}
|
|
1027
|
+
* @param {Error|null} error Error, if any
|
|
1028
|
+
* @param {TRes} [response] Response message
|
|
1029
|
+
* @returns {undefined}
|
|
1030
|
+
*/
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* A service method part of a {@link rpc.Service} as created by {@link Service.create}.
|
|
1034
|
+
* @typedef rpc.ServiceMethod
|
|
1035
|
+
* @template TReq extends Message<TReq>
|
|
1036
|
+
* @template TRes extends Message<TRes>
|
|
1037
|
+
* @type {{
|
|
1038
|
+
* (request: TReq|Properties<TReq>, callback: rpc.ServiceMethodCallback<TRes>): void;
|
|
1039
|
+
* (request: TReq|Properties<TReq>): Promise<TRes>;
|
|
1040
|
+
* readonly name: string;
|
|
1041
|
+
* readonly path: string;
|
|
1042
|
+
* readonly requestType: string;
|
|
1043
|
+
* readonly responseType: string;
|
|
1044
|
+
* readonly requestStream: true|undefined;
|
|
1045
|
+
* readonly responseStream: true|undefined;
|
|
1046
|
+
* }}
|
|
1047
|
+
*/
|
|
1048
|
+
|
|
1049
|
+
/**
|
|
1050
|
+
* Constructs a new RPC service instance.
|
|
1051
|
+
* @classdesc An RPC service as returned by {@link Service#create}.
|
|
1052
|
+
* @exports rpc.Service
|
|
1053
|
+
* @extends util.EventEmitter
|
|
1054
|
+
* @constructor
|
|
1055
|
+
* @param {RPCImpl} rpcImpl RPC implementation
|
|
1056
|
+
* @param {boolean} [requestDelimited=false] Whether requests are length-delimited
|
|
1057
|
+
* @param {boolean} [responseDelimited=false] Whether responses are length-delimited
|
|
1058
|
+
*/
|
|
1059
|
+
function Service(rpcImpl, requestDelimited, responseDelimited) {
|
|
1060
|
+
|
|
1061
|
+
if (typeof rpcImpl !== "function")
|
|
1062
|
+
throw TypeError("rpcImpl must be a function");
|
|
1063
|
+
|
|
1064
|
+
util.EventEmitter.call(this);
|
|
1065
|
+
|
|
1066
|
+
/**
|
|
1067
|
+
* RPC implementation. Becomes `null` once the service is ended.
|
|
1068
|
+
* @type {RPCImpl|null}
|
|
1069
|
+
*/
|
|
1070
|
+
this.rpcImpl = rpcImpl;
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* Whether requests are length-delimited.
|
|
1074
|
+
* @type {boolean}
|
|
1075
|
+
*/
|
|
1076
|
+
this.requestDelimited = Boolean(requestDelimited);
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* Whether responses are length-delimited.
|
|
1080
|
+
* @type {boolean}
|
|
1081
|
+
*/
|
|
1082
|
+
this.responseDelimited = Boolean(responseDelimited);
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* Calls a service method through {@link rpc.Service#rpcImpl|rpcImpl}.
|
|
1087
|
+
* @param {Method|rpc.ServiceMethod<TReq,TRes>} method Reflected or static method
|
|
1088
|
+
* @param {Constructor<TReq>} requestCtor Request constructor
|
|
1089
|
+
* @param {Constructor<TRes>} responseCtor Response constructor
|
|
1090
|
+
* @param {TReq|Properties<TReq>} request Request message or plain object
|
|
1091
|
+
* @param {rpc.ServiceMethodCallback<TRes>} callback Service callback
|
|
1092
|
+
* @returns {undefined}
|
|
1093
|
+
* @template TReq extends Message<TReq>
|
|
1094
|
+
* @template TRes extends Message<TRes>
|
|
1095
|
+
*/
|
|
1096
|
+
Service.prototype.rpcCall = function rpcCall(method, requestCtor, responseCtor, request, callback) {
|
|
1097
|
+
|
|
1098
|
+
if (!request)
|
|
1099
|
+
throw TypeError("request must be specified");
|
|
1100
|
+
|
|
1101
|
+
var self = this;
|
|
1102
|
+
if (!callback)
|
|
1103
|
+
return util.asPromise(rpcCall, self, method, requestCtor, responseCtor, request);
|
|
1104
|
+
|
|
1105
|
+
if (!self.rpcImpl) {
|
|
1106
|
+
setTimeout(function() { callback(Error("already ended")); }, 0);
|
|
1107
|
+
return undefined;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
try {
|
|
1111
|
+
return self.rpcImpl(
|
|
1112
|
+
method,
|
|
1113
|
+
requestCtor[self.requestDelimited ? "encodeDelimited" : "encode"](request).finish(),
|
|
1114
|
+
function rpcCallback(err, response) {
|
|
1115
|
+
|
|
1116
|
+
if (err) {
|
|
1117
|
+
self.emit("error", err, method);
|
|
1118
|
+
return callback(err);
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
if (response === null) {
|
|
1122
|
+
self.end(/* endedByRPC */ true);
|
|
1123
|
+
return undefined;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
if (!(response instanceof responseCtor)) {
|
|
1127
|
+
try {
|
|
1128
|
+
response = responseCtor[self.responseDelimited ? "decodeDelimited" : "decode"](response);
|
|
1129
|
+
} catch (err) {
|
|
1130
|
+
self.emit("error", err, method);
|
|
1131
|
+
return callback(err);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
self.emit("data", response, method);
|
|
1136
|
+
return callback(null, response);
|
|
1137
|
+
}
|
|
1138
|
+
);
|
|
1139
|
+
} catch (err) {
|
|
1140
|
+
self.emit("error", err, method);
|
|
1141
|
+
setTimeout(function() { callback(err); }, 0);
|
|
1142
|
+
return undefined;
|
|
1143
|
+
}
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* Ends this service and emits the `end` event.
|
|
1148
|
+
* @param {boolean} [endedByRPC=false] Whether the service has been ended by the RPC implementation.
|
|
1149
|
+
* @returns {rpc.Service} `this`
|
|
1150
|
+
*/
|
|
1151
|
+
Service.prototype.end = function end(endedByRPC) {
|
|
1152
|
+
if (this.rpcImpl) {
|
|
1153
|
+
if (!endedByRPC) // signal end to rpcImpl
|
|
1154
|
+
this.rpcImpl(null, null, null);
|
|
1155
|
+
this.rpcImpl = null;
|
|
1156
|
+
this.emit("end").off();
|
|
1157
|
+
}
|
|
1158
|
+
return this;
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
},{"12":12}],7:[function(require,module,exports){
|
|
1162
|
+
"use strict";
|
|
1163
|
+
module.exports = asPromise;
|
|
1164
|
+
|
|
1165
|
+
/**
|
|
1166
|
+
* Callback as used by {@link util.asPromise}.
|
|
1167
|
+
* @typedef asPromiseCallback
|
|
1168
|
+
* @type {function}
|
|
1169
|
+
* @param {Error|null} error Error, if any
|
|
1170
|
+
* @param {...*} params Additional arguments
|
|
1171
|
+
* @returns {undefined}
|
|
1172
|
+
*/
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* Returns a promise from a node-style callback function.
|
|
1176
|
+
* @memberof util
|
|
1177
|
+
* @param {asPromiseCallback} fn Function to call
|
|
1178
|
+
* @param {*} ctx Function context
|
|
1179
|
+
* @param {...*} params Function arguments
|
|
1180
|
+
* @returns {Promise<*>} Promisified function
|
|
1181
|
+
*/
|
|
1182
|
+
function asPromise(fn, ctx/*, varargs */) {
|
|
1183
|
+
var params = new Array(arguments.length - 1),
|
|
1184
|
+
offset = 0,
|
|
1185
|
+
index = 2,
|
|
1186
|
+
pending = true;
|
|
1187
|
+
while (index < arguments.length)
|
|
1188
|
+
params[offset++] = arguments[index++];
|
|
1189
|
+
return new Promise(function executor(resolve, reject) {
|
|
1190
|
+
params[offset] = function callback(err/*, varargs */) {
|
|
1191
|
+
if (pending) {
|
|
1192
|
+
pending = false;
|
|
1193
|
+
if (err)
|
|
1194
|
+
reject(err);
|
|
1195
|
+
else {
|
|
1196
|
+
var params = new Array(arguments.length - 1),
|
|
1197
|
+
offset = 0;
|
|
1198
|
+
while (offset < params.length)
|
|
1199
|
+
params[offset++] = arguments[offset];
|
|
1200
|
+
resolve.apply(null, params);
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
};
|
|
1204
|
+
try {
|
|
1205
|
+
fn.apply(ctx || null, params);
|
|
1206
|
+
} catch (err) {
|
|
1207
|
+
if (pending) {
|
|
1208
|
+
pending = false;
|
|
1209
|
+
reject(err);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
});
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
},{}],8:[function(require,module,exports){
|
|
1216
|
+
"use strict";
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* A minimal base64 implementation for number arrays.
|
|
1220
|
+
* @memberof util
|
|
1221
|
+
* @namespace
|
|
1222
|
+
*/
|
|
1223
|
+
var base64 = exports;
|
|
1224
|
+
|
|
1225
|
+
/**
|
|
1226
|
+
* Calculates the byte length of a base64 encoded string.
|
|
1227
|
+
* @param {string} string Base64 encoded string
|
|
1228
|
+
* @returns {number} Byte length
|
|
1229
|
+
*/
|
|
1230
|
+
base64.length = function length(string) {
|
|
1231
|
+
var p = string.length;
|
|
1232
|
+
if (!p)
|
|
1233
|
+
return 0;
|
|
1234
|
+
while (p > 0 && string.charAt(p - 1) === "=")
|
|
1235
|
+
--p;
|
|
1236
|
+
return Math.floor(p * 3 / 4);
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
// Base64 encoding table
|
|
1240
|
+
var b64 = new Array(64);
|
|
1241
|
+
|
|
1242
|
+
// Base64 decoding table
|
|
1243
|
+
var s64 = new Array(123);
|
|
1244
|
+
|
|
1245
|
+
// 65..90, 97..122, 48..57, 43, 47
|
|
1246
|
+
for (var i = 0; i < 64;)
|
|
1247
|
+
s64[b64[i] = i < 26 ? i + 65 : i < 52 ? i + 71 : i < 62 ? i - 4 : i - 59 | 43] = i++;
|
|
1248
|
+
|
|
1249
|
+
s64[45] = 62; // - -> +
|
|
1250
|
+
s64[95] = 63; // _ -> /
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* Encodes a buffer to a base64 encoded string.
|
|
1254
|
+
* @param {Uint8Array} buffer Source buffer
|
|
1255
|
+
* @param {number} start Source start
|
|
1256
|
+
* @param {number} end Source end
|
|
1257
|
+
* @returns {string} Base64 encoded string
|
|
1258
|
+
*/
|
|
1259
|
+
base64.encode = function encode(buffer, start, end) {
|
|
1260
|
+
var parts = null,
|
|
1261
|
+
chunk = [];
|
|
1262
|
+
var i = 0, // output index
|
|
1263
|
+
j = 0, // goto index
|
|
1264
|
+
t; // temporary
|
|
1265
|
+
while (start < end) {
|
|
1266
|
+
var b = buffer[start++];
|
|
1267
|
+
switch (j) {
|
|
1268
|
+
case 0:
|
|
1269
|
+
chunk[i++] = b64[b >> 2];
|
|
1270
|
+
t = (b & 3) << 4;
|
|
1271
|
+
j = 1;
|
|
1272
|
+
break;
|
|
1273
|
+
case 1:
|
|
1274
|
+
chunk[i++] = b64[t | b >> 4];
|
|
1275
|
+
t = (b & 15) << 2;
|
|
1276
|
+
j = 2;
|
|
1277
|
+
break;
|
|
1278
|
+
case 2:
|
|
1279
|
+
chunk[i++] = b64[t | b >> 6];
|
|
1280
|
+
chunk[i++] = b64[b & 63];
|
|
1281
|
+
j = 0;
|
|
1282
|
+
break;
|
|
1283
|
+
}
|
|
1284
|
+
if (i > 8191) {
|
|
1285
|
+
(parts || (parts = [])).push(String.fromCharCode.apply(String, chunk));
|
|
1286
|
+
i = 0;
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
if (j) {
|
|
1290
|
+
chunk[i++] = b64[t];
|
|
1291
|
+
chunk[i++] = 61;
|
|
1292
|
+
if (j === 1)
|
|
1293
|
+
chunk[i++] = 61;
|
|
1294
|
+
}
|
|
1295
|
+
if (parts) {
|
|
1296
|
+
if (i)
|
|
1297
|
+
parts.push(String.fromCharCode.apply(String, chunk.slice(0, i)));
|
|
1298
|
+
return parts.join("");
|
|
1299
|
+
}
|
|
1300
|
+
return String.fromCharCode.apply(String, chunk.slice(0, i));
|
|
1301
|
+
};
|
|
1302
|
+
|
|
1303
|
+
var invalidEncoding = "invalid encoding";
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* Decodes a base64 encoded string to a buffer.
|
|
1307
|
+
* @param {string} string Source string
|
|
1308
|
+
* @param {Uint8Array} buffer Destination buffer
|
|
1309
|
+
* @param {number} offset Destination offset
|
|
1310
|
+
* @returns {number} Number of bytes written
|
|
1311
|
+
* @throws {Error} If encoding is invalid
|
|
1312
|
+
*/
|
|
1313
|
+
base64.decode = function decode(string, buffer, offset) {
|
|
1314
|
+
var start = offset;
|
|
1315
|
+
var j = 0, // goto index
|
|
1316
|
+
t; // temporary
|
|
1317
|
+
for (var i = 0; i < string.length;) {
|
|
1318
|
+
var c = string.charCodeAt(i++);
|
|
1319
|
+
if (c === 61 && j > 1)
|
|
1320
|
+
break;
|
|
1321
|
+
if ((c = s64[c]) === undefined)
|
|
1322
|
+
throw Error(invalidEncoding);
|
|
1323
|
+
switch (j) {
|
|
1324
|
+
case 0:
|
|
1325
|
+
t = c;
|
|
1326
|
+
j = 1;
|
|
1327
|
+
break;
|
|
1328
|
+
case 1:
|
|
1329
|
+
buffer[offset++] = t << 2 | (c & 48) >> 4;
|
|
1330
|
+
t = c;
|
|
1331
|
+
j = 2;
|
|
1332
|
+
break;
|
|
1333
|
+
case 2:
|
|
1334
|
+
buffer[offset++] = (t & 15) << 4 | (c & 60) >> 2;
|
|
1335
|
+
t = c;
|
|
1336
|
+
j = 3;
|
|
1337
|
+
break;
|
|
1338
|
+
case 3:
|
|
1339
|
+
buffer[offset++] = (t & 3) << 6 | c;
|
|
1340
|
+
j = 0;
|
|
1341
|
+
break;
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
if (j === 1)
|
|
1345
|
+
throw Error(invalidEncoding);
|
|
1346
|
+
return offset - start;
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
var base64Re = /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,
|
|
1350
|
+
base64UrlRe = /[-_]/,
|
|
1351
|
+
base64UrlNoPaddingRe = /^(?:[A-Za-z0-9_-]{4})*(?:[A-Za-z0-9_-]{2}(?:==)?|[A-Za-z0-9_-]{3}=?)?$/;
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Tests if the specified string appears to be base64 encoded.
|
|
1355
|
+
* @param {string} string String to test
|
|
1356
|
+
* @returns {boolean} `true` if probably base64 encoded, otherwise false
|
|
1357
|
+
*/
|
|
1358
|
+
base64.test = function test(string) {
|
|
1359
|
+
return base64Re.test(string)
|
|
1360
|
+
|| base64UrlRe.test(string) && base64UrlNoPaddingRe.test(string);
|
|
1361
|
+
};
|
|
1362
|
+
|
|
1363
|
+
},{}],9:[function(require,module,exports){
|
|
1364
|
+
"use strict";
|
|
1365
|
+
module.exports = EventEmitter;
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* Constructs a new event emitter instance.
|
|
1369
|
+
* @classdesc A minimal event emitter.
|
|
1370
|
+
* @memberof util
|
|
1371
|
+
* @constructor
|
|
1372
|
+
*/
|
|
1373
|
+
function EventEmitter() {
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* Registered listeners.
|
|
1377
|
+
* @type {Object.<string,*>}
|
|
1378
|
+
* @private
|
|
1379
|
+
*/
|
|
1380
|
+
this._listeners = Object.create(null);
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
/**
|
|
1384
|
+
* Event listener as used by {@link util.EventEmitter}.
|
|
1385
|
+
* @typedef EventEmitterListener
|
|
1386
|
+
* @type {function}
|
|
1387
|
+
* @param {...*} args Arguments
|
|
1388
|
+
* @returns {undefined}
|
|
1389
|
+
*/
|
|
1390
|
+
|
|
1391
|
+
/**
|
|
1392
|
+
* Registers an event listener.
|
|
1393
|
+
* @param {string} evt Event name
|
|
1394
|
+
* @param {EventEmitterListener} fn Listener
|
|
1395
|
+
* @param {*} [ctx] Listener context
|
|
1396
|
+
* @returns {this} `this`
|
|
1397
|
+
*/
|
|
1398
|
+
EventEmitter.prototype.on = function on(evt, fn, ctx) {
|
|
1399
|
+
(this._listeners[evt] || (this._listeners[evt] = [])).push({
|
|
1400
|
+
fn : fn,
|
|
1401
|
+
ctx : ctx || this
|
|
1402
|
+
});
|
|
1403
|
+
return this;
|
|
1404
|
+
};
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* Removes an event listener or any matching listeners if arguments are omitted.
|
|
1408
|
+
* @param {string} [evt] Event name. Removes all listeners if omitted.
|
|
1409
|
+
* @param {EventEmitterListener} [fn] Listener to remove. Removes all listeners of `evt` if omitted.
|
|
1410
|
+
* @returns {this} `this`
|
|
1411
|
+
*/
|
|
1412
|
+
EventEmitter.prototype.off = function off(evt, fn) {
|
|
1413
|
+
if (evt === undefined)
|
|
1414
|
+
this._listeners = Object.create(null);
|
|
1415
|
+
else {
|
|
1416
|
+
if (fn === undefined)
|
|
1417
|
+
this._listeners[evt] = [];
|
|
1418
|
+
else {
|
|
1419
|
+
var listeners = this._listeners[evt];
|
|
1420
|
+
if (!listeners)
|
|
1421
|
+
return this;
|
|
1422
|
+
for (var i = 0; i < listeners.length;)
|
|
1423
|
+
if (listeners[i].fn === fn)
|
|
1424
|
+
listeners.splice(i, 1);
|
|
1425
|
+
else
|
|
1426
|
+
++i;
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
return this;
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
/**
|
|
1433
|
+
* Emits an event by calling its listeners with the specified arguments.
|
|
1434
|
+
* @param {string} evt Event name
|
|
1435
|
+
* @param {...*} args Arguments
|
|
1436
|
+
* @returns {this} `this`
|
|
1437
|
+
*/
|
|
1438
|
+
EventEmitter.prototype.emit = function emit(evt) {
|
|
1439
|
+
var listeners = this._listeners[evt];
|
|
1440
|
+
if (listeners) {
|
|
1441
|
+
var args = [],
|
|
1442
|
+
i = 1;
|
|
1443
|
+
for (; i < arguments.length;)
|
|
1444
|
+
args.push(arguments[i++]);
|
|
1445
|
+
for (i = 0; i < listeners.length;)
|
|
1446
|
+
listeners[i].fn.apply(listeners[i++].ctx, args);
|
|
1447
|
+
}
|
|
1448
|
+
return this;
|
|
1449
|
+
};
|
|
1450
|
+
|
|
1451
|
+
},{}],10:[function(require,module,exports){
|
|
1452
|
+
"use strict";
|
|
1453
|
+
|
|
1454
|
+
module.exports = factory(factory);
|
|
1455
|
+
|
|
1456
|
+
/**
|
|
1457
|
+
* Reads / writes floats / doubles from / to buffers.
|
|
1458
|
+
* @name util.float
|
|
1459
|
+
* @namespace
|
|
1460
|
+
*/
|
|
1461
|
+
|
|
1462
|
+
/**
|
|
1463
|
+
* Writes a 32 bit float to a buffer using little endian byte order.
|
|
1464
|
+
* @name util.float.writeFloatLE
|
|
1465
|
+
* @function
|
|
1466
|
+
* @param {number} val Value to write
|
|
1467
|
+
* @param {Uint8Array} buf Target buffer
|
|
1468
|
+
* @param {number} pos Target buffer offset
|
|
1469
|
+
* @returns {undefined}
|
|
1470
|
+
*/
|
|
1471
|
+
|
|
1472
|
+
/**
|
|
1473
|
+
* Writes a 32 bit float to a buffer using big endian byte order.
|
|
1474
|
+
* @name util.float.writeFloatBE
|
|
1475
|
+
* @function
|
|
1476
|
+
* @param {number} val Value to write
|
|
1477
|
+
* @param {Uint8Array} buf Target buffer
|
|
1478
|
+
* @param {number} pos Target buffer offset
|
|
1479
|
+
* @returns {undefined}
|
|
1480
|
+
*/
|
|
1481
|
+
|
|
1482
|
+
/**
|
|
1483
|
+
* Reads a 32 bit float from a buffer using little endian byte order.
|
|
1484
|
+
* @name util.float.readFloatLE
|
|
1485
|
+
* @function
|
|
1486
|
+
* @param {Uint8Array} buf Source buffer
|
|
1487
|
+
* @param {number} pos Source buffer offset
|
|
1488
|
+
* @returns {number} Value read
|
|
1489
|
+
*/
|
|
1490
|
+
|
|
1491
|
+
/**
|
|
1492
|
+
* Reads a 32 bit float from a buffer using big endian byte order.
|
|
1493
|
+
* @name util.float.readFloatBE
|
|
1494
|
+
* @function
|
|
1495
|
+
* @param {Uint8Array} buf Source buffer
|
|
1496
|
+
* @param {number} pos Source buffer offset
|
|
1497
|
+
* @returns {number} Value read
|
|
1498
|
+
*/
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* Writes a 64 bit double to a buffer using little endian byte order.
|
|
1502
|
+
* @name util.float.writeDoubleLE
|
|
1503
|
+
* @function
|
|
1504
|
+
* @param {number} val Value to write
|
|
1505
|
+
* @param {Uint8Array} buf Target buffer
|
|
1506
|
+
* @param {number} pos Target buffer offset
|
|
1507
|
+
* @returns {undefined}
|
|
1508
|
+
*/
|
|
1509
|
+
|
|
1510
|
+
/**
|
|
1511
|
+
* Writes a 64 bit double to a buffer using big endian byte order.
|
|
1512
|
+
* @name util.float.writeDoubleBE
|
|
1513
|
+
* @function
|
|
1514
|
+
* @param {number} val Value to write
|
|
1515
|
+
* @param {Uint8Array} buf Target buffer
|
|
1516
|
+
* @param {number} pos Target buffer offset
|
|
1517
|
+
* @returns {undefined}
|
|
1518
|
+
*/
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Reads a 64 bit double from a buffer using little endian byte order.
|
|
1522
|
+
* @name util.float.readDoubleLE
|
|
1523
|
+
* @function
|
|
1524
|
+
* @param {Uint8Array} buf Source buffer
|
|
1525
|
+
* @param {number} pos Source buffer offset
|
|
1526
|
+
* @returns {number} Value read
|
|
1527
|
+
*/
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* Reads a 64 bit double from a buffer using big endian byte order.
|
|
1531
|
+
* @name util.float.readDoubleBE
|
|
1532
|
+
* @function
|
|
1533
|
+
* @param {Uint8Array} buf Source buffer
|
|
1534
|
+
* @param {number} pos Source buffer offset
|
|
1535
|
+
* @returns {number} Value read
|
|
1536
|
+
*/
|
|
1537
|
+
|
|
1538
|
+
// Factory function for the purpose of node-based testing in modified global environments
|
|
1539
|
+
function factory(exports) {
|
|
1540
|
+
|
|
1541
|
+
// float: typed array
|
|
1542
|
+
if (typeof Float32Array !== "undefined") (function() {
|
|
1543
|
+
|
|
1544
|
+
var f32 = new Float32Array([ -0 ]),
|
|
1545
|
+
f8b = new Uint8Array(f32.buffer),
|
|
1546
|
+
le = f8b[3] === 128;
|
|
1547
|
+
|
|
1548
|
+
function writeFloat_f32_cpy(val, buf, pos) {
|
|
1549
|
+
f32[0] = val;
|
|
1550
|
+
buf[pos ] = f8b[0];
|
|
1551
|
+
buf[pos + 1] = f8b[1];
|
|
1552
|
+
buf[pos + 2] = f8b[2];
|
|
1553
|
+
buf[pos + 3] = f8b[3];
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
function writeFloat_f32_rev(val, buf, pos) {
|
|
1557
|
+
f32[0] = val;
|
|
1558
|
+
buf[pos ] = f8b[3];
|
|
1559
|
+
buf[pos + 1] = f8b[2];
|
|
1560
|
+
buf[pos + 2] = f8b[1];
|
|
1561
|
+
buf[pos + 3] = f8b[0];
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
/* istanbul ignore next */
|
|
1565
|
+
exports.writeFloatLE = le ? writeFloat_f32_cpy : writeFloat_f32_rev;
|
|
1566
|
+
/* istanbul ignore next */
|
|
1567
|
+
exports.writeFloatBE = le ? writeFloat_f32_rev : writeFloat_f32_cpy;
|
|
1568
|
+
|
|
1569
|
+
function readFloat_f32_cpy(buf, pos) {
|
|
1570
|
+
f8b[0] = buf[pos ];
|
|
1571
|
+
f8b[1] = buf[pos + 1];
|
|
1572
|
+
f8b[2] = buf[pos + 2];
|
|
1573
|
+
f8b[3] = buf[pos + 3];
|
|
1574
|
+
return f32[0];
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
function readFloat_f32_rev(buf, pos) {
|
|
1578
|
+
f8b[3] = buf[pos ];
|
|
1579
|
+
f8b[2] = buf[pos + 1];
|
|
1580
|
+
f8b[1] = buf[pos + 2];
|
|
1581
|
+
f8b[0] = buf[pos + 3];
|
|
1582
|
+
return f32[0];
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
/* istanbul ignore next */
|
|
1586
|
+
exports.readFloatLE = le ? readFloat_f32_cpy : readFloat_f32_rev;
|
|
1587
|
+
/* istanbul ignore next */
|
|
1588
|
+
exports.readFloatBE = le ? readFloat_f32_rev : readFloat_f32_cpy;
|
|
1589
|
+
|
|
1590
|
+
// float: ieee754
|
|
1591
|
+
})(); else (function() {
|
|
1592
|
+
|
|
1593
|
+
function writeFloat_ieee754(writeUint, val, buf, pos) {
|
|
1594
|
+
var sign = val < 0 ? 1 : 0;
|
|
1595
|
+
if (sign)
|
|
1596
|
+
val = -val;
|
|
1597
|
+
if (val === 0)
|
|
1598
|
+
writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos);
|
|
1599
|
+
else if (isNaN(val))
|
|
1600
|
+
writeUint(2143289344, buf, pos);
|
|
1601
|
+
else if (val > 3.4028234663852886e+38) // +-Infinity
|
|
1602
|
+
writeUint((sign << 31 | 2139095040) >>> 0, buf, pos);
|
|
1603
|
+
else if (val < 1.1754943508222875e-38) // denormal
|
|
1604
|
+
writeUint((sign << 31 | Math.round(val / 1.401298464324817e-45)) >>> 0, buf, pos);
|
|
1605
|
+
else {
|
|
1606
|
+
var exponent = Math.floor(Math.log(val) / Math.LN2),
|
|
1607
|
+
mantissa = Math.round(val * Math.pow(2, -exponent) * 8388608) & 8388607;
|
|
1608
|
+
writeUint((sign << 31 | exponent + 127 << 23 | mantissa) >>> 0, buf, pos);
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
exports.writeFloatLE = writeFloat_ieee754.bind(null, writeUintLE);
|
|
1613
|
+
exports.writeFloatBE = writeFloat_ieee754.bind(null, writeUintBE);
|
|
1614
|
+
|
|
1615
|
+
function readFloat_ieee754(readUint, buf, pos) {
|
|
1616
|
+
var uint = readUint(buf, pos),
|
|
1617
|
+
sign = (uint >> 31) * 2 + 1,
|
|
1618
|
+
exponent = uint >>> 23 & 255,
|
|
1619
|
+
mantissa = uint & 8388607;
|
|
1620
|
+
return exponent === 255
|
|
1621
|
+
? mantissa
|
|
1622
|
+
? NaN
|
|
1623
|
+
: sign * Infinity
|
|
1624
|
+
: exponent === 0 // denormal
|
|
1625
|
+
? sign * 1.401298464324817e-45 * mantissa
|
|
1626
|
+
: sign * Math.pow(2, exponent - 150) * (mantissa + 8388608);
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
exports.readFloatLE = readFloat_ieee754.bind(null, readUintLE);
|
|
1630
|
+
exports.readFloatBE = readFloat_ieee754.bind(null, readUintBE);
|
|
1631
|
+
|
|
1632
|
+
})();
|
|
1633
|
+
|
|
1634
|
+
// double: typed array
|
|
1635
|
+
if (typeof Float64Array !== "undefined") (function() {
|
|
1636
|
+
|
|
1637
|
+
var f64 = new Float64Array([-0]),
|
|
1638
|
+
f8b = new Uint8Array(f64.buffer),
|
|
1639
|
+
le = f8b[7] === 128;
|
|
1640
|
+
|
|
1641
|
+
function writeDouble_f64_cpy(val, buf, pos) {
|
|
1642
|
+
f64[0] = val;
|
|
1643
|
+
buf[pos ] = f8b[0];
|
|
1644
|
+
buf[pos + 1] = f8b[1];
|
|
1645
|
+
buf[pos + 2] = f8b[2];
|
|
1646
|
+
buf[pos + 3] = f8b[3];
|
|
1647
|
+
buf[pos + 4] = f8b[4];
|
|
1648
|
+
buf[pos + 5] = f8b[5];
|
|
1649
|
+
buf[pos + 6] = f8b[6];
|
|
1650
|
+
buf[pos + 7] = f8b[7];
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
function writeDouble_f64_rev(val, buf, pos) {
|
|
1654
|
+
f64[0] = val;
|
|
1655
|
+
buf[pos ] = f8b[7];
|
|
1656
|
+
buf[pos + 1] = f8b[6];
|
|
1657
|
+
buf[pos + 2] = f8b[5];
|
|
1658
|
+
buf[pos + 3] = f8b[4];
|
|
1659
|
+
buf[pos + 4] = f8b[3];
|
|
1660
|
+
buf[pos + 5] = f8b[2];
|
|
1661
|
+
buf[pos + 6] = f8b[1];
|
|
1662
|
+
buf[pos + 7] = f8b[0];
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
/* istanbul ignore next */
|
|
1666
|
+
exports.writeDoubleLE = le ? writeDouble_f64_cpy : writeDouble_f64_rev;
|
|
1667
|
+
/* istanbul ignore next */
|
|
1668
|
+
exports.writeDoubleBE = le ? writeDouble_f64_rev : writeDouble_f64_cpy;
|
|
1669
|
+
|
|
1670
|
+
function readDouble_f64_cpy(buf, pos) {
|
|
1671
|
+
f8b[0] = buf[pos ];
|
|
1672
|
+
f8b[1] = buf[pos + 1];
|
|
1673
|
+
f8b[2] = buf[pos + 2];
|
|
1674
|
+
f8b[3] = buf[pos + 3];
|
|
1675
|
+
f8b[4] = buf[pos + 4];
|
|
1676
|
+
f8b[5] = buf[pos + 5];
|
|
1677
|
+
f8b[6] = buf[pos + 6];
|
|
1678
|
+
f8b[7] = buf[pos + 7];
|
|
1679
|
+
return f64[0];
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
function readDouble_f64_rev(buf, pos) {
|
|
1683
|
+
f8b[7] = buf[pos ];
|
|
1684
|
+
f8b[6] = buf[pos + 1];
|
|
1685
|
+
f8b[5] = buf[pos + 2];
|
|
1686
|
+
f8b[4] = buf[pos + 3];
|
|
1687
|
+
f8b[3] = buf[pos + 4];
|
|
1688
|
+
f8b[2] = buf[pos + 5];
|
|
1689
|
+
f8b[1] = buf[pos + 6];
|
|
1690
|
+
f8b[0] = buf[pos + 7];
|
|
1691
|
+
return f64[0];
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/* istanbul ignore next */
|
|
1695
|
+
exports.readDoubleLE = le ? readDouble_f64_cpy : readDouble_f64_rev;
|
|
1696
|
+
/* istanbul ignore next */
|
|
1697
|
+
exports.readDoubleBE = le ? readDouble_f64_rev : readDouble_f64_cpy;
|
|
1698
|
+
|
|
1699
|
+
// double: ieee754
|
|
1700
|
+
})(); else (function() {
|
|
1701
|
+
|
|
1702
|
+
function writeDouble_ieee754(writeUint, off0, off1, val, buf, pos) {
|
|
1703
|
+
var sign = val < 0 ? 1 : 0;
|
|
1704
|
+
if (sign)
|
|
1705
|
+
val = -val;
|
|
1706
|
+
if (val === 0) {
|
|
1707
|
+
writeUint(0, buf, pos + off0);
|
|
1708
|
+
writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos + off1);
|
|
1709
|
+
} else if (isNaN(val)) {
|
|
1710
|
+
writeUint(0, buf, pos + off0);
|
|
1711
|
+
writeUint(2146959360, buf, pos + off1);
|
|
1712
|
+
} else if (val > 1.7976931348623157e+308) { // +-Infinity
|
|
1713
|
+
writeUint(0, buf, pos + off0);
|
|
1714
|
+
writeUint((sign << 31 | 2146435072) >>> 0, buf, pos + off1);
|
|
1715
|
+
} else {
|
|
1716
|
+
var mantissa;
|
|
1717
|
+
if (val < 2.2250738585072014e-308) { // denormal
|
|
1718
|
+
mantissa = val / 5e-324;
|
|
1719
|
+
writeUint(mantissa >>> 0, buf, pos + off0);
|
|
1720
|
+
writeUint((sign << 31 | mantissa / 4294967296) >>> 0, buf, pos + off1);
|
|
1721
|
+
} else {
|
|
1722
|
+
var exponent = Math.floor(Math.log(val) / Math.LN2);
|
|
1723
|
+
if (exponent === 1024)
|
|
1724
|
+
exponent = 1023;
|
|
1725
|
+
mantissa = val * Math.pow(2, -exponent);
|
|
1726
|
+
writeUint(mantissa * 4503599627370496 >>> 0, buf, pos + off0);
|
|
1727
|
+
writeUint((sign << 31 | exponent + 1023 << 20 | mantissa * 1048576 & 1048575) >>> 0, buf, pos + off1);
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
exports.writeDoubleLE = writeDouble_ieee754.bind(null, writeUintLE, 0, 4);
|
|
1733
|
+
exports.writeDoubleBE = writeDouble_ieee754.bind(null, writeUintBE, 4, 0);
|
|
1734
|
+
|
|
1735
|
+
function readDouble_ieee754(readUint, off0, off1, buf, pos) {
|
|
1736
|
+
var lo = readUint(buf, pos + off0),
|
|
1737
|
+
hi = readUint(buf, pos + off1);
|
|
1738
|
+
var sign = (hi >> 31) * 2 + 1,
|
|
1739
|
+
exponent = hi >>> 20 & 2047,
|
|
1740
|
+
mantissa = 4294967296 * (hi & 1048575) + lo;
|
|
1741
|
+
return exponent === 2047
|
|
1742
|
+
? mantissa
|
|
1743
|
+
? NaN
|
|
1744
|
+
: sign * Infinity
|
|
1745
|
+
: exponent === 0 // denormal
|
|
1746
|
+
? sign * 5e-324 * mantissa
|
|
1747
|
+
: sign * Math.pow(2, exponent - 1075) * (mantissa + 4503599627370496);
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
exports.readDoubleLE = readDouble_ieee754.bind(null, readUintLE, 0, 4);
|
|
1751
|
+
exports.readDoubleBE = readDouble_ieee754.bind(null, readUintBE, 4, 0);
|
|
1752
|
+
|
|
1753
|
+
})();
|
|
1754
|
+
|
|
1755
|
+
return exports;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
// uint helpers
|
|
1759
|
+
|
|
1760
|
+
function writeUintLE(val, buf, pos) {
|
|
1761
|
+
buf[pos ] = val & 255;
|
|
1762
|
+
buf[pos + 1] = val >>> 8 & 255;
|
|
1763
|
+
buf[pos + 2] = val >>> 16 & 255;
|
|
1764
|
+
buf[pos + 3] = val >>> 24;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
function writeUintBE(val, buf, pos) {
|
|
1768
|
+
buf[pos ] = val >>> 24;
|
|
1769
|
+
buf[pos + 1] = val >>> 16 & 255;
|
|
1770
|
+
buf[pos + 2] = val >>> 8 & 255;
|
|
1771
|
+
buf[pos + 3] = val & 255;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
function readUintLE(buf, pos) {
|
|
1775
|
+
return (buf[pos ]
|
|
1776
|
+
| buf[pos + 1] << 8
|
|
1777
|
+
| buf[pos + 2] << 16
|
|
1778
|
+
| buf[pos + 3] << 24) >>> 0;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
function readUintBE(buf, pos) {
|
|
1782
|
+
return (buf[pos ] << 24
|
|
1783
|
+
| buf[pos + 1] << 16
|
|
1784
|
+
| buf[pos + 2] << 8
|
|
1785
|
+
| buf[pos + 3]) >>> 0;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
},{}],11:[function(require,module,exports){
|
|
1789
|
+
"use strict";
|
|
1790
|
+
module.exports = LongBits;
|
|
1791
|
+
|
|
1792
|
+
var Long;
|
|
1793
|
+
|
|
1794
|
+
/**
|
|
1795
|
+
* Constructs new long bits.
|
|
1796
|
+
* @classdesc Helper class for working with the low and high bits of a 64 bit value.
|
|
1797
|
+
* @memberof util
|
|
1798
|
+
* @constructor
|
|
1799
|
+
* @param {number} lo Low 32 bits, unsigned
|
|
1800
|
+
* @param {number} hi High 32 bits, unsigned
|
|
1801
|
+
*/
|
|
1802
|
+
function LongBits(lo, hi) {
|
|
1803
|
+
|
|
1804
|
+
// note that the casts below are theoretically unnecessary as of today, but older statically
|
|
1805
|
+
// generated converter code might still call the ctor with signed 32bits. kept for compat.
|
|
1806
|
+
|
|
1807
|
+
/**
|
|
1808
|
+
* Low bits.
|
|
1809
|
+
* @type {number}
|
|
1810
|
+
*/
|
|
1811
|
+
this.lo = lo >>> 0;
|
|
1812
|
+
|
|
1813
|
+
/**
|
|
1814
|
+
* High bits.
|
|
1815
|
+
* @type {number}
|
|
1816
|
+
*/
|
|
1817
|
+
this.hi = hi >>> 0;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* Zero bits.
|
|
1822
|
+
* @memberof util.LongBits
|
|
1823
|
+
* @type {util.LongBits}
|
|
1824
|
+
*/
|
|
1825
|
+
var zero = LongBits.zero = new LongBits(0, 0);
|
|
1826
|
+
|
|
1827
|
+
zero.toNumber = function() { return 0; };
|
|
1828
|
+
zero.zzEncode = zero.zzDecode = function() { return this; };
|
|
1829
|
+
zero.length = function() { return 1; };
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* Zero hash.
|
|
1833
|
+
* @memberof util.LongBits
|
|
1834
|
+
* @type {string}
|
|
1835
|
+
*/
|
|
1836
|
+
var zeroHash = LongBits.zeroHash = "\0\0\0\0\0\0\0\0";
|
|
1837
|
+
|
|
1838
|
+
/**
|
|
1839
|
+
* Constructs new long bits from the specified number.
|
|
1840
|
+
* @param {number} value Value
|
|
1841
|
+
* @returns {util.LongBits} Instance
|
|
1842
|
+
*/
|
|
1843
|
+
LongBits.fromNumber = function fromNumber(value) {
|
|
1844
|
+
if (value === 0)
|
|
1845
|
+
return zero;
|
|
1846
|
+
var sign = value < 0;
|
|
1847
|
+
if (sign)
|
|
1848
|
+
value = -value;
|
|
1849
|
+
var lo = value >>> 0,
|
|
1850
|
+
hi = (value - lo) / 4294967296 >>> 0;
|
|
1851
|
+
if (sign) {
|
|
1852
|
+
hi = ~hi >>> 0;
|
|
1853
|
+
lo = ~lo >>> 0;
|
|
1854
|
+
if (++lo > 4294967295) {
|
|
1855
|
+
lo = 0;
|
|
1856
|
+
if (++hi > 4294967295)
|
|
1857
|
+
hi = 0;
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
return new LongBits(lo, hi);
|
|
1861
|
+
};
|
|
1862
|
+
|
|
1863
|
+
/**
|
|
1864
|
+
* Constructs new long bits from a number, long or string.
|
|
1865
|
+
* @param {Long|number|string} value Value
|
|
1866
|
+
* @returns {util.LongBits} Instance
|
|
1867
|
+
*/
|
|
1868
|
+
LongBits.from = function from(value) {
|
|
1869
|
+
if (typeof value === "number")
|
|
1870
|
+
return LongBits.fromNumber(value);
|
|
1871
|
+
if (typeof value === "string" || value instanceof String) {
|
|
1872
|
+
/* istanbul ignore else */
|
|
1873
|
+
if (Long)
|
|
1874
|
+
value = Long.fromString(value);
|
|
1875
|
+
else
|
|
1876
|
+
return LongBits.fromNumber(parseInt(value, 10));
|
|
1877
|
+
}
|
|
1878
|
+
return value.low || value.high ? new LongBits(value.low >>> 0, value.high >>> 0) : zero;
|
|
1879
|
+
};
|
|
1880
|
+
|
|
1881
|
+
/**
|
|
1882
|
+
* Converts this long bits to a possibly unsafe JavaScript number.
|
|
1883
|
+
* @param {boolean} [unsigned=false] Whether unsigned or not
|
|
1884
|
+
* @returns {number} Possibly unsafe number
|
|
1885
|
+
*/
|
|
1886
|
+
LongBits.prototype.toNumber = function toNumber(unsigned) {
|
|
1887
|
+
if (!unsigned && this.hi >>> 31) {
|
|
1888
|
+
var lo = ~this.lo + 1 >>> 0,
|
|
1889
|
+
hi = ~this.hi >>> 0;
|
|
1890
|
+
if (!lo)
|
|
1891
|
+
hi = hi + 1 >>> 0;
|
|
1892
|
+
return -(lo + hi * 4294967296);
|
|
1893
|
+
}
|
|
1894
|
+
return this.lo + this.hi * 4294967296;
|
|
1895
|
+
};
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* Converts this long bits to a long.
|
|
1899
|
+
* @param {boolean} [unsigned=false] Whether unsigned or not
|
|
1900
|
+
* @returns {Long} Long
|
|
1901
|
+
*/
|
|
1902
|
+
LongBits.prototype.toLong = function toLong(unsigned) {
|
|
1903
|
+
return Long
|
|
1904
|
+
? new Long(this.lo | 0, this.hi | 0, Boolean(unsigned))
|
|
1905
|
+
/* istanbul ignore next */
|
|
1906
|
+
: { low: this.lo | 0, high: this.hi | 0, unsigned: Boolean(unsigned) };
|
|
1907
|
+
};
|
|
1908
|
+
|
|
1909
|
+
var charCodeAt = String.prototype.charCodeAt;
|
|
1910
|
+
|
|
1911
|
+
/**
|
|
1912
|
+
* Constructs new long bits from the specified 8 characters long hash.
|
|
1913
|
+
* @param {string} hash Hash
|
|
1914
|
+
* @returns {util.LongBits} Bits
|
|
1915
|
+
*/
|
|
1916
|
+
LongBits.fromHash = function fromHash(hash) {
|
|
1917
|
+
if (hash === zeroHash)
|
|
1918
|
+
return zero;
|
|
1919
|
+
return new LongBits(
|
|
1920
|
+
( charCodeAt.call(hash, 0)
|
|
1921
|
+
| charCodeAt.call(hash, 1) << 8
|
|
1922
|
+
| charCodeAt.call(hash, 2) << 16
|
|
1923
|
+
| charCodeAt.call(hash, 3) << 24) >>> 0
|
|
1924
|
+
,
|
|
1925
|
+
( charCodeAt.call(hash, 4)
|
|
1926
|
+
| charCodeAt.call(hash, 5) << 8
|
|
1927
|
+
| charCodeAt.call(hash, 6) << 16
|
|
1928
|
+
| charCodeAt.call(hash, 7) << 24) >>> 0
|
|
1929
|
+
);
|
|
1930
|
+
};
|
|
1931
|
+
|
|
1932
|
+
/**
|
|
1933
|
+
* Converts this long bits to a 8 characters long hash.
|
|
1934
|
+
* @returns {string} Hash
|
|
1935
|
+
*/
|
|
1936
|
+
LongBits.prototype.toHash = function toHash() {
|
|
1937
|
+
return String.fromCharCode(
|
|
1938
|
+
this.lo & 255,
|
|
1939
|
+
this.lo >>> 8 & 255,
|
|
1940
|
+
this.lo >>> 16 & 255,
|
|
1941
|
+
this.lo >>> 24 ,
|
|
1942
|
+
this.hi & 255,
|
|
1943
|
+
this.hi >>> 8 & 255,
|
|
1944
|
+
this.hi >>> 16 & 255,
|
|
1945
|
+
this.hi >>> 24
|
|
1946
|
+
);
|
|
1947
|
+
};
|
|
1948
|
+
|
|
1949
|
+
/**
|
|
1950
|
+
* Zig-zag encodes this long bits.
|
|
1951
|
+
* @returns {util.LongBits} `this`
|
|
1952
|
+
*/
|
|
1953
|
+
LongBits.prototype.zzEncode = function zzEncode() {
|
|
1954
|
+
var mask = this.hi >> 31;
|
|
1955
|
+
this.hi = ((this.hi << 1 | this.lo >>> 31) ^ mask) >>> 0;
|
|
1956
|
+
this.lo = ( this.lo << 1 ^ mask) >>> 0;
|
|
1957
|
+
return this;
|
|
1958
|
+
};
|
|
1959
|
+
|
|
1960
|
+
/**
|
|
1961
|
+
* Zig-zag decodes this long bits.
|
|
1962
|
+
* @returns {util.LongBits} `this`
|
|
1963
|
+
*/
|
|
1964
|
+
LongBits.prototype.zzDecode = function zzDecode() {
|
|
1965
|
+
var mask = -(this.lo & 1);
|
|
1966
|
+
this.lo = ((this.lo >>> 1 | this.hi << 31) ^ mask) >>> 0;
|
|
1967
|
+
this.hi = ( this.hi >>> 1 ^ mask) >>> 0;
|
|
1968
|
+
return this;
|
|
1969
|
+
};
|
|
1970
|
+
|
|
1971
|
+
/**
|
|
1972
|
+
* Calculates the length of this longbits when encoded as a varint.
|
|
1973
|
+
* @returns {number} Length
|
|
1974
|
+
*/
|
|
1975
|
+
LongBits.prototype.length = function length() {
|
|
1976
|
+
var part0 = this.lo,
|
|
1977
|
+
part1 = (this.lo >>> 28 | this.hi << 4) >>> 0,
|
|
1978
|
+
part2 = this.hi >>> 24;
|
|
1979
|
+
return part2 === 0
|
|
1980
|
+
? part1 === 0
|
|
1981
|
+
? part0 < 16384
|
|
1982
|
+
? part0 < 128 ? 1 : 2
|
|
1983
|
+
: part0 < 2097152 ? 3 : 4
|
|
1984
|
+
: part1 < 16384
|
|
1985
|
+
? part1 < 128 ? 5 : 6
|
|
1986
|
+
: part1 < 2097152 ? 7 : 8
|
|
1987
|
+
: part2 < 128 ? 9 : 10;
|
|
1988
|
+
};
|
|
1989
|
+
|
|
1990
|
+
LongBits._configure = function(Long_) {
|
|
1991
|
+
Long = Long_;
|
|
1992
|
+
};
|
|
1993
|
+
|
|
1994
|
+
},{}],12:[function(require,module,exports){
|
|
1995
|
+
"use strict";
|
|
1996
|
+
/* global globalThis */
|
|
1997
|
+
var util = exports;
|
|
1998
|
+
|
|
1999
|
+
// used to return a Promise where callback is omitted
|
|
2000
|
+
util.asPromise = require(7);
|
|
2001
|
+
|
|
2002
|
+
// converts to / from base64 encoded strings
|
|
2003
|
+
util.base64 = require(8);
|
|
2004
|
+
|
|
2005
|
+
// base class of rpc.Service
|
|
2006
|
+
util.EventEmitter = require(9);
|
|
2007
|
+
|
|
2008
|
+
// float handling accross browsers
|
|
2009
|
+
util.float = require(10);
|
|
2010
|
+
|
|
2011
|
+
// converts to / from utf8 encoded strings
|
|
2012
|
+
util.utf8 = require(14);
|
|
2013
|
+
|
|
2014
|
+
// provides a node-like buffer pool in the browser
|
|
2015
|
+
util.pool = require(13);
|
|
2016
|
+
|
|
2017
|
+
// utility to work with the low and high bits of a 64 bit value
|
|
2018
|
+
util.LongBits = require(11);
|
|
2019
|
+
|
|
2020
|
+
/**
|
|
2021
|
+
* Tests if the specified key can affect object prototypes.
|
|
2022
|
+
* @memberof util
|
|
2023
|
+
* @param {string} key Key to test
|
|
2024
|
+
* @returns {boolean} `true` if the key is unsafe
|
|
2025
|
+
*/
|
|
2026
|
+
function isUnsafeProperty(key) {
|
|
2027
|
+
return key === "__proto__" || key === "prototype" || key === "constructor";
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
util.isUnsafeProperty = isUnsafeProperty;
|
|
2031
|
+
|
|
2032
|
+
/**
|
|
2033
|
+
* Whether running within node or not.
|
|
2034
|
+
* @memberof util
|
|
2035
|
+
* @type {boolean}
|
|
2036
|
+
*/
|
|
2037
|
+
util.isNode = Boolean(typeof global !== "undefined"
|
|
2038
|
+
&& global
|
|
2039
|
+
&& global.process
|
|
2040
|
+
&& global.process.versions
|
|
2041
|
+
&& global.process.versions.node);
|
|
2042
|
+
|
|
2043
|
+
/**
|
|
2044
|
+
* Global object reference.
|
|
2045
|
+
* @memberof util
|
|
2046
|
+
* @type {Object}
|
|
2047
|
+
*/
|
|
2048
|
+
util.global = util.isNode && global
|
|
2049
|
+
|| typeof window !== "undefined" && window
|
|
2050
|
+
|| typeof self !== "undefined" && self
|
|
2051
|
+
|| typeof globalThis !== "undefined" && globalThis
|
|
2052
|
+
|| this; // eslint-disable-line no-invalid-this
|
|
2053
|
+
|
|
2054
|
+
/**
|
|
2055
|
+
* An immuable empty array.
|
|
2056
|
+
* @memberof util
|
|
2057
|
+
* @type {Array.<*>}
|
|
2058
|
+
* @const
|
|
2059
|
+
*/
|
|
2060
|
+
util.emptyArray = Object.freeze ? Object.freeze([]) : /* istanbul ignore next */ []; // used on prototypes
|
|
2061
|
+
|
|
2062
|
+
/**
|
|
2063
|
+
* An immutable empty object.
|
|
2064
|
+
* @type {Object}
|
|
2065
|
+
* @const
|
|
2066
|
+
*/
|
|
2067
|
+
util.emptyObject = Object.freeze ? Object.freeze({}) : /* istanbul ignore next */ {}; // used on prototypes
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* Tests if the specified value is an integer.
|
|
2071
|
+
* @function
|
|
2072
|
+
* @param {*} value Value to test
|
|
2073
|
+
* @returns {boolean} `true` if the value is an integer
|
|
2074
|
+
*/
|
|
2075
|
+
util.isInteger = Number.isInteger || /* istanbul ignore next */ function isInteger(value) {
|
|
2076
|
+
return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
|
|
2077
|
+
};
|
|
2078
|
+
|
|
2079
|
+
/**
|
|
2080
|
+
* Tests if the specified value is a string.
|
|
2081
|
+
* @param {*} value Value to test
|
|
2082
|
+
* @returns {boolean} `true` if the value is a string
|
|
2083
|
+
*/
|
|
2084
|
+
util.isString = function isString(value) {
|
|
2085
|
+
return typeof value === "string" || value instanceof String;
|
|
2086
|
+
};
|
|
2087
|
+
|
|
2088
|
+
/**
|
|
2089
|
+
* Tests if the specified value is a non-null object.
|
|
2090
|
+
* @param {*} value Value to test
|
|
2091
|
+
* @returns {boolean} `true` if the value is a non-null object
|
|
2092
|
+
*/
|
|
2093
|
+
util.isObject = function isObject(value) {
|
|
2094
|
+
return value && typeof value === "object";
|
|
2095
|
+
};
|
|
2096
|
+
|
|
2097
|
+
/**
|
|
2098
|
+
* Checks if a property on a message is considered to be present.
|
|
2099
|
+
* This is an alias of {@link util.isSet}.
|
|
2100
|
+
* @function
|
|
2101
|
+
* @param {Object} obj Plain object or message instance
|
|
2102
|
+
* @param {string} prop Property name
|
|
2103
|
+
* @returns {boolean} `true` if considered to be present, otherwise `false`
|
|
2104
|
+
*/
|
|
2105
|
+
util.isset =
|
|
2106
|
+
|
|
2107
|
+
/**
|
|
2108
|
+
* Checks if a property on a message is considered to be present.
|
|
2109
|
+
* @param {Object} obj Plain object or message instance
|
|
2110
|
+
* @param {string} prop Property name
|
|
2111
|
+
* @returns {boolean} `true` if considered to be present, otherwise `false`
|
|
2112
|
+
*/
|
|
2113
|
+
util.isSet = function isSet(obj, prop) {
|
|
2114
|
+
var value = obj[prop];
|
|
2115
|
+
if (value != null && Object.hasOwnProperty.call(obj, prop)) // eslint-disable-line eqeqeq
|
|
2116
|
+
return typeof value !== "object" || (Array.isArray(value) ? value.length : Object.keys(value).length) > 0;
|
|
2117
|
+
return false;
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
/**
|
|
2121
|
+
* Any compatible Buffer instance.
|
|
2122
|
+
* This is a minimal stand-alone definition of a Buffer instance. The actual type is that exported by node's typings.
|
|
2123
|
+
* @interface Buffer
|
|
2124
|
+
* @extends Uint8Array
|
|
2125
|
+
*/
|
|
2126
|
+
|
|
2127
|
+
/**
|
|
2128
|
+
* Node's Buffer class if available.
|
|
2129
|
+
* @type {Constructor<Buffer>}
|
|
2130
|
+
*/
|
|
2131
|
+
util.Buffer = (function() {
|
|
2132
|
+
try {
|
|
2133
|
+
var Buffer = util.global.Buffer;
|
|
2134
|
+
// refuse to use non-node buffers if not explicitly assigned (perf reasons)
|
|
2135
|
+
return Buffer.prototype.utf8Write || util.isNode ? Buffer : /* istanbul ignore next */ null;
|
|
2136
|
+
} catch (e) {
|
|
2137
|
+
/* istanbul ignore next */
|
|
2138
|
+
return null;
|
|
2139
|
+
}
|
|
2140
|
+
})();
|
|
2141
|
+
|
|
2142
|
+
/**
|
|
2143
|
+
* Creates a new buffer of whatever type supported by the environment.
|
|
2144
|
+
* @param {number|number[]} [sizeOrArray=0] Buffer size or number array
|
|
2145
|
+
* @returns {Uint8Array|Buffer} Buffer
|
|
2146
|
+
*/
|
|
2147
|
+
util.newBuffer = function newBuffer(sizeOrArray) {
|
|
2148
|
+
var Buffer = util.Buffer;
|
|
2149
|
+
/* istanbul ignore next */
|
|
2150
|
+
return typeof sizeOrArray === "number"
|
|
2151
|
+
? Buffer
|
|
2152
|
+
? Buffer.allocUnsafe(sizeOrArray)
|
|
2153
|
+
: new Uint8Array(sizeOrArray)
|
|
2154
|
+
: Buffer
|
|
2155
|
+
? Buffer.from(sizeOrArray)
|
|
2156
|
+
: new Uint8Array(sizeOrArray);
|
|
2157
|
+
};
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* Prepends a raw field tag to raw field data.
|
|
2161
|
+
* @param {number} id Field id
|
|
2162
|
+
* @param {number} wireType Wire type
|
|
2163
|
+
* @param {Uint8Array} data Raw field data
|
|
2164
|
+
* @returns {Uint8Array|Buffer} Raw field bytes
|
|
2165
|
+
* @ignore
|
|
2166
|
+
*/
|
|
2167
|
+
util.rawField = function rawField(id, wireType, data) {
|
|
2168
|
+
var out = [],
|
|
2169
|
+
tag = id << 3 | wireType;
|
|
2170
|
+
tag >>>= 0;
|
|
2171
|
+
while (tag > 127) {
|
|
2172
|
+
out.push(tag & 127 | 128);
|
|
2173
|
+
tag >>>= 7;
|
|
2174
|
+
}
|
|
2175
|
+
out.push(tag);
|
|
2176
|
+
for (var i = 0; i < data.length; ++i)
|
|
2177
|
+
out.push(data[i]);
|
|
2178
|
+
return util.newBuffer(out);
|
|
2179
|
+
};
|
|
2180
|
+
|
|
2181
|
+
/**
|
|
2182
|
+
* Array implementation used in the browser.
|
|
2183
|
+
* @type {Constructor<Uint8Array>}
|
|
2184
|
+
* @deprecated Use `Uint8Array` instead.
|
|
2185
|
+
*/
|
|
2186
|
+
util.Array = Uint8Array;
|
|
2187
|
+
|
|
2188
|
+
/**
|
|
2189
|
+
* Any compatible Long instance.
|
|
2190
|
+
* This is a minimal stand-alone definition of a Long instance. The actual type is that exported by long.js.
|
|
2191
|
+
* @interface Long
|
|
2192
|
+
* @property {number} low Low bits
|
|
2193
|
+
* @property {number} high High bits
|
|
2194
|
+
* @property {boolean} unsigned Whether unsigned or not
|
|
2195
|
+
*/
|
|
2196
|
+
|
|
2197
|
+
/**
|
|
2198
|
+
* Long.js's Long class if available.
|
|
2199
|
+
* @type {Constructor<Long>}
|
|
2200
|
+
*/
|
|
2201
|
+
util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
|
|
2202
|
+
|| /* istanbul ignore next */ util.global.Long
|
|
2203
|
+
|| (function() {
|
|
2204
|
+
try {
|
|
2205
|
+
var Long = require("long");
|
|
2206
|
+
return Long && Long.isLong ? Long : null;
|
|
2207
|
+
} catch (e) {
|
|
2208
|
+
/* istanbul ignore next */
|
|
2209
|
+
return null;
|
|
2210
|
+
}
|
|
2211
|
+
})();
|
|
2212
|
+
|
|
2213
|
+
/**
|
|
2214
|
+
* Regular expression used to verify 2 bit (`bool`) map keys.
|
|
2215
|
+
* @type {RegExp}
|
|
2216
|
+
* @const
|
|
2217
|
+
*/
|
|
2218
|
+
util.key2Re = /^(?:true|false|0|1)$/;
|
|
2219
|
+
|
|
2220
|
+
/**
|
|
2221
|
+
* Regular expression used to verify 32 bit (`int32` etc.) map keys.
|
|
2222
|
+
* @type {RegExp}
|
|
2223
|
+
* @const
|
|
2224
|
+
*/
|
|
2225
|
+
util.key32Re = /^-?(?:0|[1-9][0-9]*)$/;
|
|
2226
|
+
|
|
2227
|
+
/**
|
|
2228
|
+
* Regular expression used to verify 64 bit (`int64` etc.) map keys.
|
|
2229
|
+
* @type {RegExp}
|
|
2230
|
+
* @const
|
|
2231
|
+
*/
|
|
2232
|
+
util.key64Re = /^(?:[\x00-\xff]{8}|-?(?:0|[1-9][0-9]*))$/; // eslint-disable-line no-control-regex
|
|
2233
|
+
|
|
2234
|
+
/**
|
|
2235
|
+
* Converts a number or long to an 8 characters long hash string.
|
|
2236
|
+
* @param {Long|number} value Value to convert
|
|
2237
|
+
* @returns {string} Hash
|
|
2238
|
+
*/
|
|
2239
|
+
util.longToHash = function longToHash(value) {
|
|
2240
|
+
return value
|
|
2241
|
+
? util.LongBits.from(value).toHash()
|
|
2242
|
+
: util.LongBits.zeroHash;
|
|
2243
|
+
};
|
|
2244
|
+
|
|
2245
|
+
/**
|
|
2246
|
+
* Converts an 8 characters long hash string to a long or number.
|
|
2247
|
+
* @param {string} hash Hash
|
|
2248
|
+
* @param {boolean} [unsigned=false] Whether unsigned or not
|
|
2249
|
+
* @returns {Long|number} Original value
|
|
2250
|
+
*/
|
|
2251
|
+
util.longFromHash = function longFromHash(hash, unsigned) {
|
|
2252
|
+
var bits = util.LongBits.fromHash(hash);
|
|
2253
|
+
if (util.Long)
|
|
2254
|
+
return util.Long.fromBits(bits.lo, bits.hi, unsigned);
|
|
2255
|
+
return bits.toNumber(Boolean(unsigned));
|
|
2256
|
+
};
|
|
2257
|
+
|
|
2258
|
+
/**
|
|
2259
|
+
* Converts a 64 bit key to a long or number if it is an 8 characters long hash string.
|
|
2260
|
+
* @param {string} key Map key
|
|
2261
|
+
* @param {boolean} [unsigned=false] Whether unsigned or not
|
|
2262
|
+
* @returns {Long|number|string} Original value
|
|
2263
|
+
*/
|
|
2264
|
+
util.longFromKey = function longFromKey(key, unsigned) {
|
|
2265
|
+
return util.key64Re.test(key) && !util.key32Re.test(key)
|
|
2266
|
+
? util.longFromHash(key, unsigned)
|
|
2267
|
+
: key;
|
|
2268
|
+
};
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* Converts a boolean key to a boolean value.
|
|
2272
|
+
* @param {string} key Map key
|
|
2273
|
+
* @returns {boolean} Boolean value
|
|
2274
|
+
*/
|
|
2275
|
+
util.boolFromKey = function boolFromKey(key) {
|
|
2276
|
+
return key === "true" || key === "1";
|
|
2277
|
+
};
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* Merges the properties of the source object into the destination object.
|
|
2281
|
+
* @memberof util
|
|
2282
|
+
* @param {Object.<string,*>} dst Destination object
|
|
2283
|
+
* @param {...(Object.<string,*>|boolean)} src Source objects, optionally followed by an `ifNotSet` flag
|
|
2284
|
+
* @returns {Object.<string,*>} Destination object
|
|
2285
|
+
*/
|
|
2286
|
+
function merge(dst) { // used by converters
|
|
2287
|
+
var ifNotSet = typeof arguments[arguments.length - 1] === "boolean",
|
|
2288
|
+
limit = ifNotSet ? arguments.length - 1 : arguments.length;
|
|
2289
|
+
ifNotSet = ifNotSet && arguments[arguments.length - 1];
|
|
2290
|
+
for (var a = 1; a < limit; ++a) {
|
|
2291
|
+
var src = arguments[a];
|
|
2292
|
+
if (!src)
|
|
2293
|
+
continue;
|
|
2294
|
+
for (var keys = Object.keys(src), i = 0; i < keys.length; ++i)
|
|
2295
|
+
if (!isUnsafeProperty(keys[i]) && (!ifNotSet || !Object.prototype.hasOwnProperty.call(dst, keys[i]) || dst[keys[i]] === undefined))
|
|
2296
|
+
dst[keys[i]] = src[keys[i]];
|
|
2297
|
+
}
|
|
2298
|
+
return dst;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
util.merge = merge;
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* Schema declaration nesting limit.
|
|
2305
|
+
* @memberof util
|
|
2306
|
+
* @type {number}
|
|
2307
|
+
*/
|
|
2308
|
+
util.nestingLimit = 32; // protoc: MaxMessageDeclarationNestingDepth
|
|
2309
|
+
|
|
2310
|
+
/**
|
|
2311
|
+
* Recursion limit.
|
|
2312
|
+
* @memberof util
|
|
2313
|
+
* @type {number}
|
|
2314
|
+
*/
|
|
2315
|
+
util.recursionLimit = 100; // protoc: CodedInputStream::default_recursion_limit_
|
|
2316
|
+
|
|
2317
|
+
/**
|
|
2318
|
+
* Makes a property safe for assignment as an own property.
|
|
2319
|
+
* @memberof util
|
|
2320
|
+
* @param {Object.<string,*>} obj Object
|
|
2321
|
+
* @param {string} key Property key
|
|
2322
|
+
* @param {boolean} [enumerable=true] Whether the property should be enumerable
|
|
2323
|
+
* @returns {undefined}
|
|
2324
|
+
*/
|
|
2325
|
+
util.makeProp = function makeProp(obj, key, enumerable) {
|
|
2326
|
+
if (Object.prototype.hasOwnProperty.call(obj, key))
|
|
2327
|
+
return;
|
|
2328
|
+
Object.defineProperty(obj, key, {
|
|
2329
|
+
enumerable: enumerable === undefined ? true : enumerable,
|
|
2330
|
+
configurable: true,
|
|
2331
|
+
writable: true
|
|
2332
|
+
});
|
|
2333
|
+
};
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* Converts the first character of a string to lower case.
|
|
2337
|
+
* @param {string} str String to convert
|
|
2338
|
+
* @returns {string} Converted string
|
|
2339
|
+
*/
|
|
2340
|
+
util.lcFirst = function lcFirst(str) {
|
|
2341
|
+
return str.charAt(0).toLowerCase() + str.substring(1);
|
|
2342
|
+
};
|
|
2343
|
+
|
|
2344
|
+
/**
|
|
2345
|
+
* Creates a custom error constructor.
|
|
2346
|
+
* @memberof util
|
|
2347
|
+
* @param {string} name Error name
|
|
2348
|
+
* @returns {Constructor<Error>} Custom error constructor
|
|
2349
|
+
*/
|
|
2350
|
+
function newError(name) {
|
|
2351
|
+
|
|
2352
|
+
function CustomError(message, properties) {
|
|
2353
|
+
|
|
2354
|
+
if (!(this instanceof CustomError))
|
|
2355
|
+
return new CustomError(message, properties);
|
|
2356
|
+
|
|
2357
|
+
// Error.call(this, message);
|
|
2358
|
+
// ^ just returns a new error instance because the ctor can be called as a function
|
|
2359
|
+
|
|
2360
|
+
Object.defineProperty(this, "message", { get: function() { return message; } });
|
|
2361
|
+
|
|
2362
|
+
/* istanbul ignore next */
|
|
2363
|
+
if (Error.captureStackTrace) // node
|
|
2364
|
+
Error.captureStackTrace(this, CustomError);
|
|
2365
|
+
else
|
|
2366
|
+
Object.defineProperty(this, "stack", { value: new Error().stack || "" });
|
|
2367
|
+
|
|
2368
|
+
if (properties)
|
|
2369
|
+
merge(this, properties);
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
CustomError.prototype = Object.create(Error.prototype, {
|
|
2373
|
+
constructor: {
|
|
2374
|
+
value: CustomError,
|
|
2375
|
+
writable: true,
|
|
2376
|
+
enumerable: false,
|
|
2377
|
+
configurable: true,
|
|
2378
|
+
},
|
|
2379
|
+
name: {
|
|
2380
|
+
get: function get() { return name; },
|
|
2381
|
+
set: undefined,
|
|
2382
|
+
enumerable: false,
|
|
2383
|
+
// configurable: false would accurately preserve the behavior of
|
|
2384
|
+
// the original, but I'm guessing that was not intentional.
|
|
2385
|
+
// For an actual error subclass, this property would
|
|
2386
|
+
// be configurable.
|
|
2387
|
+
configurable: true,
|
|
2388
|
+
},
|
|
2389
|
+
toString: {
|
|
2390
|
+
value: function value() { return this.name + ": " + this.message; },
|
|
2391
|
+
writable: true,
|
|
2392
|
+
enumerable: false,
|
|
2393
|
+
configurable: true,
|
|
2394
|
+
},
|
|
2395
|
+
});
|
|
2396
|
+
|
|
2397
|
+
return CustomError;
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
util.newError = newError;
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* Constructs a new protocol error.
|
|
2404
|
+
* @classdesc Error subclass indicating a protocol specifc error.
|
|
2405
|
+
* @memberof util
|
|
2406
|
+
* @extends Error
|
|
2407
|
+
* @template T extends Message<T>
|
|
2408
|
+
* @constructor
|
|
2409
|
+
* @param {string} message Error message
|
|
2410
|
+
* @param {Object.<string,*>} [properties] Additional properties
|
|
2411
|
+
* @example
|
|
2412
|
+
* try {
|
|
2413
|
+
* MyMessage.decode(someBuffer); // throws if required fields are missing
|
|
2414
|
+
* } catch (e) {
|
|
2415
|
+
* if (e instanceof ProtocolError && e.instance)
|
|
2416
|
+
* console.log("decoded so far: " + JSON.stringify(e.instance));
|
|
2417
|
+
* }
|
|
2418
|
+
*/
|
|
2419
|
+
util.ProtocolError = newError("ProtocolError");
|
|
2420
|
+
|
|
2421
|
+
/**
|
|
2422
|
+
* So far decoded message instance.
|
|
2423
|
+
* @name util.ProtocolError#instance
|
|
2424
|
+
* @type {Message<T>}
|
|
2425
|
+
*/
|
|
2426
|
+
|
|
2427
|
+
/**
|
|
2428
|
+
* A OneOf getter as returned by {@link util.oneOfGetter}.
|
|
2429
|
+
* @typedef OneOfGetter
|
|
2430
|
+
* @type {function}
|
|
2431
|
+
* @returns {string|undefined} Set field name, if any
|
|
2432
|
+
*/
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* Builds a getter for a oneof's present field name.
|
|
2436
|
+
* @param {string[]} fieldNames Field names
|
|
2437
|
+
* @returns {OneOfGetter} Unbound getter
|
|
2438
|
+
*/
|
|
2439
|
+
util.oneOfGetter = function getOneOf(fieldNames) {
|
|
2440
|
+
var fieldMap = {};
|
|
2441
|
+
for (var i = 0; i < fieldNames.length; ++i)
|
|
2442
|
+
fieldMap[fieldNames[i]] = 1;
|
|
2443
|
+
|
|
2444
|
+
/**
|
|
2445
|
+
* @returns {string|undefined} Set field name, if any
|
|
2446
|
+
* @this Object
|
|
2447
|
+
* @ignore
|
|
2448
|
+
*/
|
|
2449
|
+
return function() { // eslint-disable-line consistent-return
|
|
2450
|
+
for (var keys = Object.keys(this), i = keys.length - 1; i > -1; --i)
|
|
2451
|
+
if (fieldMap[keys[i]] === 1 && this[keys[i]] !== undefined && this[keys[i]] !== null)
|
|
2452
|
+
return keys[i];
|
|
2453
|
+
};
|
|
2454
|
+
};
|
|
2455
|
+
|
|
2456
|
+
/**
|
|
2457
|
+
* A OneOf setter as returned by {@link util.oneOfSetter}.
|
|
2458
|
+
* @typedef OneOfSetter
|
|
2459
|
+
* @type {function}
|
|
2460
|
+
* @param {string|undefined} value Field name
|
|
2461
|
+
* @returns {undefined}
|
|
2462
|
+
*/
|
|
2463
|
+
|
|
2464
|
+
/**
|
|
2465
|
+
* Builds a setter for a oneof's present field name.
|
|
2466
|
+
* @param {string[]} fieldNames Field names
|
|
2467
|
+
* @returns {OneOfSetter} Unbound setter
|
|
2468
|
+
*/
|
|
2469
|
+
util.oneOfSetter = function setOneOf(fieldNames) {
|
|
2470
|
+
|
|
2471
|
+
/**
|
|
2472
|
+
* @param {string} name Field name
|
|
2473
|
+
* @returns {undefined}
|
|
2474
|
+
* @this Object
|
|
2475
|
+
* @ignore
|
|
2476
|
+
*/
|
|
2477
|
+
return function(name) {
|
|
2478
|
+
for (var i = 0; i < fieldNames.length; ++i)
|
|
2479
|
+
if (fieldNames[i] !== name)
|
|
2480
|
+
delete this[fieldNames[i]];
|
|
2481
|
+
};
|
|
2482
|
+
};
|
|
2483
|
+
|
|
2484
|
+
/**
|
|
2485
|
+
* Default conversion options used for {@link Message#toJSON} implementations.
|
|
2486
|
+
*
|
|
2487
|
+
* These options are close to proto3's JSON mapping with the exception that internal types like Any are handled just like messages. More precisely:
|
|
2488
|
+
*
|
|
2489
|
+
* - Longs become strings
|
|
2490
|
+
* - Enums become string keys
|
|
2491
|
+
* - Bytes become base64 encoded strings
|
|
2492
|
+
* - (Sub-)Messages become plain objects
|
|
2493
|
+
* - Maps become plain objects with all string keys
|
|
2494
|
+
* - Repeated fields become arrays
|
|
2495
|
+
* - NaN and Infinity for float and double fields become strings
|
|
2496
|
+
*
|
|
2497
|
+
* @type {IConversionOptions}
|
|
2498
|
+
* @see https://developers.google.com/protocol-buffers/docs/proto3?hl=en#json
|
|
2499
|
+
*/
|
|
2500
|
+
util.toJSONOptions = {
|
|
2501
|
+
longs: String,
|
|
2502
|
+
enums: String,
|
|
2503
|
+
bytes: String,
|
|
2504
|
+
json: true
|
|
2505
|
+
};
|
|
2506
|
+
|
|
2507
|
+
},{"10":10,"11":11,"13":13,"14":14,"7":7,"8":8,"9":9,"long":"long"}],13:[function(require,module,exports){
|
|
2508
|
+
"use strict";
|
|
2509
|
+
module.exports = pool;
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* An allocator as used by {@link util.pool}.
|
|
2513
|
+
* @typedef PoolAllocator
|
|
2514
|
+
* @type {function}
|
|
2515
|
+
* @param {number} size Buffer size
|
|
2516
|
+
* @returns {Uint8Array} Buffer
|
|
2517
|
+
*/
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* A slicer as used by {@link util.pool}.
|
|
2521
|
+
* @typedef PoolSlicer
|
|
2522
|
+
* @type {function}
|
|
2523
|
+
* @param {number} start Start offset
|
|
2524
|
+
* @param {number} end End offset
|
|
2525
|
+
* @returns {Uint8Array} Buffer slice
|
|
2526
|
+
* @this Uint8Array
|
|
2527
|
+
*/
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* A general purpose buffer pool.
|
|
2531
|
+
* @memberof util
|
|
2532
|
+
* @function
|
|
2533
|
+
* @param {PoolAllocator} alloc Allocator
|
|
2534
|
+
* @param {PoolSlicer} slice Slicer
|
|
2535
|
+
* @param {number} [size=8192] Slab size
|
|
2536
|
+
* @returns {PoolAllocator} Pooled allocator
|
|
2537
|
+
*/
|
|
2538
|
+
function pool(alloc, slice, size) {
|
|
2539
|
+
var SIZE = size || 8192;
|
|
2540
|
+
var MAX = SIZE >>> 1;
|
|
2541
|
+
var slab = null;
|
|
2542
|
+
var offset = SIZE;
|
|
2543
|
+
return function pool_alloc(size) {
|
|
2544
|
+
if (size < 1 || size > MAX)
|
|
2545
|
+
return alloc(size);
|
|
2546
|
+
if (offset + size > SIZE) {
|
|
2547
|
+
slab = alloc(SIZE);
|
|
2548
|
+
offset = 0;
|
|
2549
|
+
}
|
|
2550
|
+
var buf = slice.call(slab, offset, offset += size);
|
|
2551
|
+
if (offset & 7) // align to 32 bit
|
|
2552
|
+
offset = (offset | 7) + 1;
|
|
2553
|
+
return buf;
|
|
2554
|
+
};
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
},{}],14:[function(require,module,exports){
|
|
2558
|
+
"use strict";
|
|
2559
|
+
|
|
2560
|
+
/**
|
|
2561
|
+
* A minimal UTF8 implementation.
|
|
2562
|
+
* @memberof util
|
|
2563
|
+
* @namespace
|
|
2564
|
+
*/
|
|
2565
|
+
var utf8 = exports,
|
|
2566
|
+
replacementChar = "\ufffd",
|
|
2567
|
+
looseDecoder = new TextDecoder("utf-8", { ignoreBOM: true }),
|
|
2568
|
+
strictDecoder;
|
|
2569
|
+
var TEXT_DECODER_MIN_LENGTH = 64;
|
|
2570
|
+
|
|
2571
|
+
try {
|
|
2572
|
+
strictDecoder = new TextDecoder("utf-8", { fatal: true, ignoreBOM: true });
|
|
2573
|
+
} catch (err) {
|
|
2574
|
+
// "fatal" option is not supported on Node.js compiled without ICU
|
|
2575
|
+
strictDecoder = looseDecoder;
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
/**
|
|
2579
|
+
* Calculates the UTF8 byte length of a string.
|
|
2580
|
+
* @param {string} string String
|
|
2581
|
+
* @returns {number} Byte length
|
|
2582
|
+
*/
|
|
2583
|
+
utf8.length = function utf8_length(string) {
|
|
2584
|
+
var len = 0,
|
|
2585
|
+
c = 0;
|
|
2586
|
+
for (var i = 0; i < string.length; ++i) {
|
|
2587
|
+
c = string.charCodeAt(i);
|
|
2588
|
+
if (c < 128)
|
|
2589
|
+
len += 1;
|
|
2590
|
+
else if (c < 2048)
|
|
2591
|
+
len += 2;
|
|
2592
|
+
else if ((c & 0xFC00) === 0xD800 && (string.charCodeAt(i + 1) & 0xFC00) === 0xDC00) {
|
|
2593
|
+
++i;
|
|
2594
|
+
len += 4;
|
|
2595
|
+
} else
|
|
2596
|
+
len += 3;
|
|
2597
|
+
}
|
|
2598
|
+
return len;
|
|
2599
|
+
};
|
|
2600
|
+
|
|
2601
|
+
function utf8_read_js(buffer, start, end, str) {
|
|
2602
|
+
for (var i = start; i < end;) {
|
|
2603
|
+
var t = buffer[i++];
|
|
2604
|
+
if (t <= 0x7F) {
|
|
2605
|
+
str += String.fromCharCode(t);
|
|
2606
|
+
} else if (t >= 0xC0 && t < 0xE0) {
|
|
2607
|
+
var c2 = (t & 0x1F) << 6 | buffer[i++] & 0x3F;
|
|
2608
|
+
str += c2 >= 0x80 ? String.fromCharCode(c2) : replacementChar;
|
|
2609
|
+
} else if (t >= 0xE0 && t < 0xF0) {
|
|
2610
|
+
var c3 = (t & 0xF) << 12 | (buffer[i++] & 0x3F) << 6 | buffer[i++] & 0x3F;
|
|
2611
|
+
str += c3 >= 0x800 ? String.fromCharCode(c3) : replacementChar;
|
|
2612
|
+
} else if (t >= 0xF0) {
|
|
2613
|
+
var t2 = (t & 7) << 18 | (buffer[i++] & 0x3F) << 12 | (buffer[i++] & 0x3F) << 6 | buffer[i++] & 0x3F;
|
|
2614
|
+
if (t2 < 0x10000 || t2 > 0x10FFFF)
|
|
2615
|
+
str += replacementChar;
|
|
2616
|
+
else {
|
|
2617
|
+
t2 -= 0x10000;
|
|
2618
|
+
str += String.fromCharCode(0xD800 + (t2 >> 10));
|
|
2619
|
+
str += String.fromCharCode(0xDC00 + (t2 & 0x3FF));
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
return str;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
function utf8_read_decoder(decoder, buffer, start, end) {
|
|
2627
|
+
var source = start === 0 && end === buffer.length
|
|
2628
|
+
? buffer
|
|
2629
|
+
: buffer.subarray(start, end);
|
|
2630
|
+
return decoder.decode(source);
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* Reads UTF8 bytes as a string.
|
|
2635
|
+
* @param {Uint8Array} buffer Source buffer
|
|
2636
|
+
* @param {number} start Source start
|
|
2637
|
+
* @param {number} end Source end
|
|
2638
|
+
* @returns {string} String read
|
|
2639
|
+
*/
|
|
2640
|
+
utf8.read = function utf8_read_loose(buffer, start, end) {
|
|
2641
|
+
if (end - start < 1)
|
|
2642
|
+
return "";
|
|
2643
|
+
if (end - start >= TEXT_DECODER_MIN_LENGTH)
|
|
2644
|
+
return utf8_read_decoder(looseDecoder, buffer, start, end);
|
|
2645
|
+
|
|
2646
|
+
var str = "",
|
|
2647
|
+
i = start,
|
|
2648
|
+
c1, c2, c3, c4, c5, c6, c7, c8;
|
|
2649
|
+
|
|
2650
|
+
for (; i + 7 < end; i += 8) {
|
|
2651
|
+
c1 = buffer[i];
|
|
2652
|
+
c2 = buffer[i + 1];
|
|
2653
|
+
c3 = buffer[i + 2];
|
|
2654
|
+
c4 = buffer[i + 3];
|
|
2655
|
+
c5 = buffer[i + 4];
|
|
2656
|
+
c6 = buffer[i + 5];
|
|
2657
|
+
c7 = buffer[i + 6];
|
|
2658
|
+
c8 = buffer[i + 7];
|
|
2659
|
+
if ((c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8) & 0x80)
|
|
2660
|
+
return utf8_read_js(buffer, i, end, str);
|
|
2661
|
+
str += String.fromCharCode(c1, c2, c3, c4, c5, c6, c7, c8);
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
for (; i < end; ++i) {
|
|
2665
|
+
c1 = buffer[i];
|
|
2666
|
+
if (c1 & 0x80)
|
|
2667
|
+
return utf8_read_js(buffer, i, end, str);
|
|
2668
|
+
str += String.fromCharCode(c1);
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
return str;
|
|
2672
|
+
};
|
|
2673
|
+
|
|
2674
|
+
/**
|
|
2675
|
+
* Reads UTF8 bytes as a string, rejecting invalid UTF8.
|
|
2676
|
+
* @param {Uint8Array} buffer Source buffer
|
|
2677
|
+
* @param {number} start Source start
|
|
2678
|
+
* @param {number} end Source end
|
|
2679
|
+
* @returns {string} String read
|
|
2680
|
+
*/
|
|
2681
|
+
utf8.readStrict = function utf8_read_strict(buffer, start, end) {
|
|
2682
|
+
if (end - start < 1)
|
|
2683
|
+
return "";
|
|
2684
|
+
if (end - start >= TEXT_DECODER_MIN_LENGTH)
|
|
2685
|
+
return utf8_read_decoder(strictDecoder, buffer, start, end);
|
|
2686
|
+
|
|
2687
|
+
var str = "",
|
|
2688
|
+
i = start,
|
|
2689
|
+
c1, c2, c3, c4, c5, c6, c7, c8;
|
|
2690
|
+
|
|
2691
|
+
for (; i + 7 < end; i += 8) {
|
|
2692
|
+
c1 = buffer[i];
|
|
2693
|
+
c2 = buffer[i + 1];
|
|
2694
|
+
c3 = buffer[i + 2];
|
|
2695
|
+
c4 = buffer[i + 3];
|
|
2696
|
+
c5 = buffer[i + 4];
|
|
2697
|
+
c6 = buffer[i + 5];
|
|
2698
|
+
c7 = buffer[i + 6];
|
|
2699
|
+
c8 = buffer[i + 7];
|
|
2700
|
+
if ((c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8) & 0x80)
|
|
2701
|
+
return str + utf8_read_decoder(strictDecoder, buffer, i, end);
|
|
2702
|
+
str += String.fromCharCode(c1, c2, c3, c4, c5, c6, c7, c8);
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
for (; i < end; ++i) {
|
|
2706
|
+
c1 = buffer[i];
|
|
2707
|
+
if (c1 & 0x80)
|
|
2708
|
+
return str + utf8_read_decoder(strictDecoder, buffer, i, end);
|
|
2709
|
+
str += String.fromCharCode(c1);
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
return str;
|
|
2713
|
+
};
|
|
2714
|
+
|
|
2715
|
+
/**
|
|
2716
|
+
* Writes a string as UTF8 bytes.
|
|
2717
|
+
* @param {string} string Source string
|
|
2718
|
+
* @param {Uint8Array} buffer Destination buffer
|
|
2719
|
+
* @param {number} offset Destination offset
|
|
2720
|
+
* @returns {number} Bytes written
|
|
2721
|
+
*/
|
|
2722
|
+
utf8.write = function utf8_write(string, buffer, offset) {
|
|
2723
|
+
var start = offset,
|
|
2724
|
+
c1, // character 1
|
|
2725
|
+
c2; // character 2
|
|
2726
|
+
for (var i = 0; i < string.length; ++i) {
|
|
2727
|
+
c1 = string.charCodeAt(i);
|
|
2728
|
+
if (c1 < 128) {
|
|
2729
|
+
buffer[offset++] = c1;
|
|
2730
|
+
} else if (c1 < 2048) {
|
|
2731
|
+
buffer[offset++] = c1 >> 6 | 192;
|
|
2732
|
+
buffer[offset++] = c1 & 63 | 128;
|
|
2733
|
+
} else if ((c1 & 0xFC00) === 0xD800 && ((c2 = string.charCodeAt(i + 1)) & 0xFC00) === 0xDC00) {
|
|
2734
|
+
c1 = 0x10000 + ((c1 & 0x03FF) << 10) + (c2 & 0x03FF);
|
|
2735
|
+
++i;
|
|
2736
|
+
buffer[offset++] = c1 >> 18 | 240;
|
|
2737
|
+
buffer[offset++] = c1 >> 12 & 63 | 128;
|
|
2738
|
+
buffer[offset++] = c1 >> 6 & 63 | 128;
|
|
2739
|
+
buffer[offset++] = c1 & 63 | 128;
|
|
2740
|
+
} else {
|
|
2741
|
+
buffer[offset++] = c1 >> 12 | 224;
|
|
2742
|
+
buffer[offset++] = c1 >> 6 & 63 | 128;
|
|
2743
|
+
buffer[offset++] = c1 & 63 | 128;
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
2746
|
+
return offset - start;
|
|
2747
|
+
};
|
|
2748
|
+
|
|
2749
|
+
},{}],15:[function(require,module,exports){
|
|
2750
|
+
"use strict";
|
|
2751
|
+
module.exports = Writer;
|
|
2752
|
+
|
|
2753
|
+
var util = require(12);
|
|
2754
|
+
|
|
2755
|
+
var BufferWriter; // cyclic
|
|
2756
|
+
|
|
2757
|
+
var LongBits = util.LongBits,
|
|
2758
|
+
base64 = util.base64,
|
|
2759
|
+
utf8 = util.utf8;
|
|
2760
|
+
|
|
2761
|
+
/**
|
|
2762
|
+
* Constructs a new writer instance.
|
|
2763
|
+
* @classdesc Wire format writer using `Uint8Array`.
|
|
2764
|
+
* @constructor
|
|
2765
|
+
*/
|
|
2766
|
+
function Writer() {
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* Write cursor into {@link Writer#buf}.
|
|
2770
|
+
* @type {number}
|
|
2771
|
+
*/
|
|
2772
|
+
this.pos = 0;
|
|
2773
|
+
|
|
2774
|
+
/**
|
|
2775
|
+
* Backing buffer.
|
|
2776
|
+
* @type {Uint8Array}
|
|
2777
|
+
*/
|
|
2778
|
+
this.buf = this.constructor.alloc(64);
|
|
2779
|
+
|
|
2780
|
+
/**
|
|
2781
|
+
* Cached DataView over {@link Writer#buf}.
|
|
2782
|
+
* @type {DataView|null}
|
|
2783
|
+
*/
|
|
2784
|
+
this.view = null;
|
|
2785
|
+
|
|
2786
|
+
/**
|
|
2787
|
+
* Stack of forked length-prefix positions.
|
|
2788
|
+
* @type {Array<number>|null}
|
|
2789
|
+
*/
|
|
2790
|
+
this.states = null;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
/**
|
|
2794
|
+
* Current write position.
|
|
2795
|
+
* @name Writer#len
|
|
2796
|
+
* @type {number}
|
|
2797
|
+
* @deprecated Use {@link Writer#pos} instead.
|
|
2798
|
+
*/
|
|
2799
|
+
Object.defineProperty(Writer.prototype, "len", {
|
|
2800
|
+
configurable: true,
|
|
2801
|
+
enumerable: true,
|
|
2802
|
+
get: function get_len() {
|
|
2803
|
+
return this.pos;
|
|
2804
|
+
}
|
|
2805
|
+
});
|
|
2806
|
+
|
|
2807
|
+
var create = function create() {
|
|
2808
|
+
return util.Buffer
|
|
2809
|
+
? function create_buffer_setup() {
|
|
2810
|
+
return (Writer.create = function create_buffer() {
|
|
2811
|
+
return new BufferWriter();
|
|
2812
|
+
})();
|
|
2813
|
+
}
|
|
2814
|
+
/* istanbul ignore next */
|
|
2815
|
+
: function create_array() {
|
|
2816
|
+
return new Writer();
|
|
2817
|
+
};
|
|
2818
|
+
};
|
|
2819
|
+
|
|
2820
|
+
/**
|
|
2821
|
+
* Creates a new writer.
|
|
2822
|
+
* @function
|
|
2823
|
+
* @returns {BufferWriter|Writer} A {@link BufferWriter} when Buffers are supported, otherwise a {@link Writer}
|
|
2824
|
+
*/
|
|
2825
|
+
Writer.create = create();
|
|
2826
|
+
|
|
2827
|
+
/**
|
|
2828
|
+
* Allocates a buffer of the specified size.
|
|
2829
|
+
* @param {number} size Buffer size
|
|
2830
|
+
* @returns {Uint8Array} Buffer
|
|
2831
|
+
*/
|
|
2832
|
+
Writer.alloc = function alloc(size) {
|
|
2833
|
+
return new Uint8Array(size);
|
|
2834
|
+
};
|
|
2835
|
+
|
|
2836
|
+
// Use Uint8Array buffer pool in the browser, just like node does with buffers
|
|
2837
|
+
Writer.alloc = util.pool(Writer.alloc, Uint8Array.prototype.subarray);
|
|
2838
|
+
|
|
2839
|
+
/**
|
|
2840
|
+
* Calculates the number of bytes a value occupies as a varint.
|
|
2841
|
+
* @param {number} value Value to size (unsigned)
|
|
2842
|
+
* @returns {number} Byte length (1..5)
|
|
2843
|
+
* @ignore
|
|
2844
|
+
*/
|
|
2845
|
+
function sizeVarint32(value) {
|
|
2846
|
+
return value < 128 ? 1
|
|
2847
|
+
: value < 16384 ? 2
|
|
2848
|
+
: value < 2097152 ? 3
|
|
2849
|
+
: value < 268435456 ? 4
|
|
2850
|
+
: 5;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
/**
|
|
2854
|
+
* Ensures that at least `n` more bytes fit into the backing buffer, doubling it if not.
|
|
2855
|
+
* @param {number} n Number of additional bytes required
|
|
2856
|
+
* @returns {undefined}
|
|
2857
|
+
* @private
|
|
2858
|
+
*/
|
|
2859
|
+
Writer.prototype._reserve = function _reserve(n) {
|
|
2860
|
+
var need = this.pos + n;
|
|
2861
|
+
if (need > this.buf.length) {
|
|
2862
|
+
var size = this.buf.length << 1;
|
|
2863
|
+
if (size < need)
|
|
2864
|
+
size = need;
|
|
2865
|
+
var buf = this.constructor.alloc(size);
|
|
2866
|
+
buf.set(this.buf.subarray(0, this.pos), 0);
|
|
2867
|
+
this.buf = buf;
|
|
2868
|
+
this.view = null; // invalidate
|
|
2869
|
+
}
|
|
2870
|
+
};
|
|
2871
|
+
|
|
2872
|
+
function writeStringAscii(val, buf, pos) {
|
|
2873
|
+
for (var i = 0; i < val.length;)
|
|
2874
|
+
buf[pos++] = val.charCodeAt(i++);
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
function writeVarint32(val, buf, pos) {
|
|
2878
|
+
while (val > 127) {
|
|
2879
|
+
buf[pos++] = val & 127 | 128;
|
|
2880
|
+
val >>>= 7;
|
|
2881
|
+
}
|
|
2882
|
+
buf[pos] = val;
|
|
2883
|
+
return pos + 1;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
/**
|
|
2887
|
+
* Writes an unsigned 32 bit value as a varint.
|
|
2888
|
+
* @param {number} value Value to write
|
|
2889
|
+
* @returns {Writer} `this`
|
|
2890
|
+
*/
|
|
2891
|
+
Writer.prototype.uint32 = function write_uint32(value) {
|
|
2892
|
+
value = value >>> 0;
|
|
2893
|
+
this._reserve(5);
|
|
2894
|
+
var pos = this.pos;
|
|
2895
|
+
this.pos = writeVarint32(value, this.buf, pos);
|
|
2896
|
+
return this;
|
|
2897
|
+
};
|
|
2898
|
+
|
|
2899
|
+
/**
|
|
2900
|
+
* Writes a signed 32 bit value as a varint.
|
|
2901
|
+
* @function
|
|
2902
|
+
* @param {number} value Value to write
|
|
2903
|
+
* @returns {Writer} `this`
|
|
2904
|
+
*/
|
|
2905
|
+
Writer.prototype.int32 = function write_int32(value) {
|
|
2906
|
+
if ((value |= 0) < 0) { // 10 bytes per spec
|
|
2907
|
+
this._reserve(10);
|
|
2908
|
+
writeVarint64(LongBits.fromNumber(value), this.buf, this.pos);
|
|
2909
|
+
this.pos += 10;
|
|
2910
|
+
return this;
|
|
2911
|
+
}
|
|
2912
|
+
return this.uint32(value);
|
|
2913
|
+
};
|
|
2914
|
+
|
|
2915
|
+
/**
|
|
2916
|
+
* Writes a 32 bit value as a varint, zig-zag encoded.
|
|
2917
|
+
* @param {number} value Value to write
|
|
2918
|
+
* @returns {Writer} `this`
|
|
2919
|
+
*/
|
|
2920
|
+
Writer.prototype.sint32 = function write_sint32(value) {
|
|
2921
|
+
return this.uint32((value << 1 ^ value >> 31) >>> 0);
|
|
2922
|
+
};
|
|
2923
|
+
|
|
2924
|
+
function writeVarint64(val, buf, pos) {
|
|
2925
|
+
var lo = val.lo,
|
|
2926
|
+
hi = val.hi;
|
|
2927
|
+
while (hi) {
|
|
2928
|
+
buf[pos++] = lo & 127 | 128;
|
|
2929
|
+
lo = (lo >>> 7 | hi << 25) >>> 0;
|
|
2930
|
+
hi >>>= 7;
|
|
2931
|
+
}
|
|
2932
|
+
while (lo > 127) {
|
|
2933
|
+
buf[pos++] = lo & 127 | 128;
|
|
2934
|
+
lo = lo >>> 7;
|
|
2935
|
+
}
|
|
2936
|
+
buf[pos] = lo;
|
|
2937
|
+
return pos + 1;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
/**
|
|
2941
|
+
* Writes an unsigned 64 bit value as a varint.
|
|
2942
|
+
* @param {Long|number|string} value Value to write
|
|
2943
|
+
* @returns {Writer} `this`
|
|
2944
|
+
* @throws {TypeError} If `value` is a string and no long library is present.
|
|
2945
|
+
*/
|
|
2946
|
+
Writer.prototype.uint64 = function write_uint64(value) {
|
|
2947
|
+
var bits = LongBits.from(value);
|
|
2948
|
+
this._reserve(10);
|
|
2949
|
+
var pos = this.pos;
|
|
2950
|
+
this.pos = writeVarint64(bits, this.buf, pos);
|
|
2951
|
+
return this;
|
|
2952
|
+
};
|
|
2953
|
+
|
|
2954
|
+
/**
|
|
2955
|
+
* Writes a signed 64 bit value as a varint.
|
|
2956
|
+
* @function
|
|
2957
|
+
* @param {Long|number|string} value Value to write
|
|
2958
|
+
* @returns {Writer} `this`
|
|
2959
|
+
* @throws {TypeError} If `value` is a string and no long library is present.
|
|
2960
|
+
*/
|
|
2961
|
+
Writer.prototype.int64 = Writer.prototype.uint64;
|
|
2962
|
+
|
|
2963
|
+
/**
|
|
2964
|
+
* Writes a signed 64 bit value as a varint, zig-zag encoded.
|
|
2965
|
+
* @param {Long|number|string} value Value to write
|
|
2966
|
+
* @returns {Writer} `this`
|
|
2967
|
+
* @throws {TypeError} If `value` is a string and no long library is present.
|
|
2968
|
+
*/
|
|
2969
|
+
Writer.prototype.sint64 = function write_sint64(value) {
|
|
2970
|
+
var bits = LongBits.from(value).zzEncode();
|
|
2971
|
+
this._reserve(10);
|
|
2972
|
+
var pos = this.pos;
|
|
2973
|
+
this.pos = writeVarint64(bits, this.buf, pos);
|
|
2974
|
+
return this;
|
|
2975
|
+
};
|
|
2976
|
+
|
|
2977
|
+
/**
|
|
2978
|
+
* Writes a boolish value as a varint.
|
|
2979
|
+
* @param {boolean} value Value to write
|
|
2980
|
+
* @returns {Writer} `this`
|
|
2981
|
+
*/
|
|
2982
|
+
Writer.prototype.bool = function write_bool(value) {
|
|
2983
|
+
this._reserve(1);
|
|
2984
|
+
this.buf[this.pos++] = value ? 1 : 0;
|
|
2985
|
+
return this;
|
|
2986
|
+
};
|
|
2987
|
+
|
|
2988
|
+
function writeFixed32(val, buf, pos) {
|
|
2989
|
+
buf[pos ] = val & 255;
|
|
2990
|
+
buf[pos + 1] = val >>> 8 & 255;
|
|
2991
|
+
buf[pos + 2] = val >>> 16 & 255;
|
|
2992
|
+
buf[pos + 3] = val >>> 24;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
/**
|
|
2996
|
+
* Writes an unsigned 32 bit value as fixed 32 bits.
|
|
2997
|
+
* @param {number} value Value to write
|
|
2998
|
+
* @returns {Writer} `this`
|
|
2999
|
+
*/
|
|
3000
|
+
Writer.prototype.fixed32 = function write_fixed32(value) {
|
|
3001
|
+
this._reserve(4);
|
|
3002
|
+
writeFixed32(value >>> 0, this.buf, this.pos);
|
|
3003
|
+
this.pos += 4;
|
|
3004
|
+
return this;
|
|
3005
|
+
};
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
* Writes a signed 32 bit value as fixed 32 bits.
|
|
3009
|
+
* @function
|
|
3010
|
+
* @param {number} value Value to write
|
|
3011
|
+
* @returns {Writer} `this`
|
|
3012
|
+
*/
|
|
3013
|
+
Writer.prototype.sfixed32 = Writer.prototype.fixed32;
|
|
3014
|
+
|
|
3015
|
+
/**
|
|
3016
|
+
* Writes an unsigned 64 bit value as fixed 64 bits.
|
|
3017
|
+
* @param {Long|number|string} value Value to write
|
|
3018
|
+
* @returns {Writer} `this`
|
|
3019
|
+
* @throws {TypeError} If `value` is a string and no long library is present.
|
|
3020
|
+
*/
|
|
3021
|
+
Writer.prototype.fixed64 = function write_fixed64(value) {
|
|
3022
|
+
var bits = LongBits.from(value);
|
|
3023
|
+
this._reserve(8);
|
|
3024
|
+
writeFixed32(bits.lo, this.buf, this.pos);
|
|
3025
|
+
writeFixed32(bits.hi, this.buf, this.pos + 4);
|
|
3026
|
+
this.pos += 8;
|
|
3027
|
+
return this;
|
|
3028
|
+
};
|
|
3029
|
+
|
|
3030
|
+
/**
|
|
3031
|
+
* Writes a signed 64 bit value as fixed 64 bits.
|
|
3032
|
+
* @function
|
|
3033
|
+
* @param {Long|number|string} value Value to write
|
|
3034
|
+
* @returns {Writer} `this`
|
|
3035
|
+
* @throws {TypeError} If `value` is a string and no long library is present.
|
|
3036
|
+
*/
|
|
3037
|
+
Writer.prototype.sfixed64 = Writer.prototype.fixed64;
|
|
3038
|
+
|
|
3039
|
+
/**
|
|
3040
|
+
* Writes a float (32 bit).
|
|
3041
|
+
* @function
|
|
3042
|
+
* @param {number} value Value to write
|
|
3043
|
+
* @returns {Writer} `this`
|
|
3044
|
+
*/
|
|
3045
|
+
Writer.prototype.float = function write_float(value) {
|
|
3046
|
+
this._reserve(4);
|
|
3047
|
+
util.float.writeFloatLE(value, this.buf, this.pos);
|
|
3048
|
+
this.pos += 4;
|
|
3049
|
+
return this;
|
|
3050
|
+
};
|
|
3051
|
+
|
|
3052
|
+
/**
|
|
3053
|
+
* Writes a double (64 bit float).
|
|
3054
|
+
* @function
|
|
3055
|
+
* @param {number} value Value to write
|
|
3056
|
+
* @returns {Writer} `this`
|
|
3057
|
+
*/
|
|
3058
|
+
Writer.prototype.double = function write_double(value) {
|
|
3059
|
+
this._reserve(8);
|
|
3060
|
+
util.float.writeDoubleLE(value, this.buf, this.pos);
|
|
3061
|
+
this.pos += 8;
|
|
3062
|
+
return this;
|
|
3063
|
+
};
|
|
3064
|
+
|
|
3065
|
+
/**
|
|
3066
|
+
* Writes a sequence of bytes.
|
|
3067
|
+
* @param {Uint8Array|string} value Buffer or base64 encoded string to write
|
|
3068
|
+
* @returns {Writer} `this`
|
|
3069
|
+
*/
|
|
3070
|
+
Writer.prototype.bytes = function write_bytes(value) {
|
|
3071
|
+
var len = value.length >>> 0;
|
|
3072
|
+
if (!len) {
|
|
3073
|
+
this._reserve(1);
|
|
3074
|
+
this.buf[this.pos++] = 0;
|
|
3075
|
+
return this;
|
|
3076
|
+
}
|
|
3077
|
+
if (util.isString(value)) {
|
|
3078
|
+
var buf = Writer.alloc(len = base64.length(value));
|
|
3079
|
+
base64.decode(value, buf, 0);
|
|
3080
|
+
value = buf;
|
|
3081
|
+
}
|
|
3082
|
+
this.uint32(len);
|
|
3083
|
+
this._reserve(len);
|
|
3084
|
+
this.buf.set(value, this.pos);
|
|
3085
|
+
this.pos += len;
|
|
3086
|
+
return this;
|
|
3087
|
+
};
|
|
3088
|
+
|
|
3089
|
+
/**
|
|
3090
|
+
* Writes raw bytes without a tag or length prefix.
|
|
3091
|
+
* @param {Uint8Array} value Raw bytes
|
|
3092
|
+
* @returns {Writer} `this`
|
|
3093
|
+
*/
|
|
3094
|
+
Writer.prototype.raw = function write_raw(value) {
|
|
3095
|
+
var len = value.length >>> 0;
|
|
3096
|
+
if (!len)
|
|
3097
|
+
return this;
|
|
3098
|
+
this._reserve(len);
|
|
3099
|
+
this.buf.set(value, this.pos);
|
|
3100
|
+
this.pos += len;
|
|
3101
|
+
return this;
|
|
3102
|
+
};
|
|
3103
|
+
|
|
3104
|
+
/**
|
|
3105
|
+
* Backfills the length varint.
|
|
3106
|
+
* @param {number} pos Position of reserved length byte
|
|
3107
|
+
* @param {number} len Length of content after length varint
|
|
3108
|
+
* @returns {Writer} `this`
|
|
3109
|
+
* @private
|
|
3110
|
+
*/
|
|
3111
|
+
Writer.prototype._delim = function _delim(pos, len) {
|
|
3112
|
+
var n = sizeVarint32(len);
|
|
3113
|
+
if (n > 1)
|
|
3114
|
+
this.buf.copyWithin(pos + n, pos + 1, pos + 1 + len);
|
|
3115
|
+
writeVarint32(len, this.buf, pos);
|
|
3116
|
+
this.pos = pos + n + len;
|
|
3117
|
+
return this;
|
|
3118
|
+
};
|
|
3119
|
+
|
|
3120
|
+
/**
|
|
3121
|
+
* Writes a string.
|
|
3122
|
+
* @param {string} value Value to write
|
|
3123
|
+
* @returns {Writer} `this`
|
|
3124
|
+
*/
|
|
3125
|
+
Writer.prototype.string = function write_string(value) {
|
|
3126
|
+
var n = value.length;
|
|
3127
|
+
if (!n) {
|
|
3128
|
+
this._reserve(1);
|
|
3129
|
+
this.buf[this.pos++] = 0;
|
|
3130
|
+
return this;
|
|
3131
|
+
}
|
|
3132
|
+
if (n < 0x80) {
|
|
3133
|
+
this._reserve(n * 3 + 5); // worst case
|
|
3134
|
+
var lenPos = this.pos;
|
|
3135
|
+
return this._delim(lenPos, utf8.write(value, this.buf, lenPos + 1));
|
|
3136
|
+
}
|
|
3137
|
+
var len = utf8.length(value);
|
|
3138
|
+
this.uint32(len);
|
|
3139
|
+
this._reserve(len);
|
|
3140
|
+
if (len === value.length)
|
|
3141
|
+
writeStringAscii(value, this.buf, this.pos);
|
|
3142
|
+
else
|
|
3143
|
+
utf8.write(value, this.buf, this.pos);
|
|
3144
|
+
this.pos += len;
|
|
3145
|
+
return this;
|
|
3146
|
+
};
|
|
3147
|
+
|
|
3148
|
+
/**
|
|
3149
|
+
* Writes an array of unsigned 32 bit values as a packed repeated field.
|
|
3150
|
+
* @param {number[]} value Values to write
|
|
3151
|
+
* @returns {Writer} `this`
|
|
3152
|
+
*/
|
|
3153
|
+
Writer.prototype.uint32s = function write_uint32s(value) {
|
|
3154
|
+
var n = value.length;
|
|
3155
|
+
this._reserve(n * 5 + 5); // worst case: 5 bytes per value + length varint
|
|
3156
|
+
var buf = this.buf, lenPos = this.pos, p = lenPos + 1;
|
|
3157
|
+
for (var i = 0; i < n; ++i)
|
|
3158
|
+
p = writeVarint32(value[i] >>> 0, buf, p);
|
|
3159
|
+
return this._delim(lenPos, p - lenPos - 1);
|
|
3160
|
+
};
|
|
3161
|
+
|
|
3162
|
+
/**
|
|
3163
|
+
* Writes an array of signed 32 bit values as a packed repeated field.
|
|
3164
|
+
* @param {number[]} value Values to write
|
|
3165
|
+
* @returns {Writer} `this`
|
|
3166
|
+
*/
|
|
3167
|
+
Writer.prototype.int32s = function write_int32s(value) {
|
|
3168
|
+
var n = value.length;
|
|
3169
|
+
this._reserve(n * 10 + 5); // worst case: 10 bytes per negative value + length varint
|
|
3170
|
+
var buf = this.buf, lenPos = this.pos, pos = lenPos + 1, val;
|
|
3171
|
+
for (var i = 0; i < n; ++i) {
|
|
3172
|
+
if ((val = value[i] | 0) < 0) { // negatives are 10 bytes per spec
|
|
3173
|
+
pos = writeVarint64(LongBits.fromNumber(val), buf, pos);
|
|
3174
|
+
} else {
|
|
3175
|
+
pos = writeVarint32(val, buf, pos);
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
return this._delim(lenPos, pos - lenPos - 1);
|
|
3179
|
+
};
|
|
3180
|
+
|
|
3181
|
+
/**
|
|
3182
|
+
* Writes an array of 32 bit values as packed, zig-zag encoded varints.
|
|
3183
|
+
* @param {number[]} value Values to write
|
|
3184
|
+
* @returns {Writer} `this`
|
|
3185
|
+
*/
|
|
3186
|
+
Writer.prototype.sint32s = function write_sint32s(value) {
|
|
3187
|
+
var n = value.length;
|
|
3188
|
+
this._reserve(n * 5 + 5);
|
|
3189
|
+
var buf = this.buf, lenPos = this.pos, pos = lenPos + 1;
|
|
3190
|
+
for (var i = 0; i < n; ++i)
|
|
3191
|
+
pos = writeVarint32((value[i] << 1 ^ value[i] >> 31) >>> 0, buf, pos);
|
|
3192
|
+
return this._delim(lenPos, pos - lenPos - 1);
|
|
3193
|
+
};
|
|
3194
|
+
|
|
3195
|
+
/**
|
|
3196
|
+
* Writes an array of unsigned 64 bit values as a packed repeated field.
|
|
3197
|
+
* @param {Array.<Long|number|string>} value Values to write
|
|
3198
|
+
* @returns {Writer} `this`
|
|
3199
|
+
*/
|
|
3200
|
+
Writer.prototype.uint64s = function write_uint64s(value) {
|
|
3201
|
+
var n = value.length;
|
|
3202
|
+
this._reserve(n * 10 + 5);
|
|
3203
|
+
var buf = this.buf, lenPos = this.pos, pos = lenPos + 1;
|
|
3204
|
+
for (var i = 0; i < n; ++i) {
|
|
3205
|
+
pos = writeVarint64(LongBits.from(value[i]), buf, pos);
|
|
3206
|
+
}
|
|
3207
|
+
return this._delim(lenPos, pos - lenPos - 1);
|
|
3208
|
+
};
|
|
3209
|
+
|
|
3210
|
+
/**
|
|
3211
|
+
* Writes an array of signed 64 bit values as a packed repeated field.
|
|
3212
|
+
* @function
|
|
3213
|
+
* @param {Array.<Long|number|string>} value Values to write
|
|
3214
|
+
* @returns {Writer} `this`
|
|
3215
|
+
*/
|
|
3216
|
+
Writer.prototype.int64s = Writer.prototype.uint64s;
|
|
3217
|
+
|
|
3218
|
+
/**
|
|
3219
|
+
* Writes an array of 64 bit values as packed, zig-zag encoded varints.
|
|
3220
|
+
* @param {Array.<Long|number|string>} value Values to write
|
|
3221
|
+
* @returns {Writer} `this`
|
|
3222
|
+
*/
|
|
3223
|
+
Writer.prototype.sint64s = function write_sint64s(value) {
|
|
3224
|
+
var n = value.length;
|
|
3225
|
+
this._reserve(n * 10 + 5);
|
|
3226
|
+
var buf = this.buf, lenPos = this.pos, pos = lenPos + 1;
|
|
3227
|
+
for (var i = 0; i < n; ++i) {
|
|
3228
|
+
pos = writeVarint64(LongBits.from(value[i]).zzEncode(), buf, pos);
|
|
3229
|
+
}
|
|
3230
|
+
return this._delim(lenPos, pos - lenPos - 1);
|
|
3231
|
+
};
|
|
3232
|
+
|
|
3233
|
+
/**
|
|
3234
|
+
* Writes an array of boolish values as a packed repeated field.
|
|
3235
|
+
* @param {boolean[]} value Values to write
|
|
3236
|
+
* @returns {Writer} `this`
|
|
3237
|
+
*/
|
|
3238
|
+
Writer.prototype.bools = function write_bools(value) {
|
|
3239
|
+
var n = value.length;
|
|
3240
|
+
this.uint32(n); // one byte per value
|
|
3241
|
+
this._reserve(n);
|
|
3242
|
+
var buf = this.buf, p = this.pos;
|
|
3243
|
+
for (var i = 0; i < n; ++i)
|
|
3244
|
+
buf[p++] = value[i] ? 1 : 0;
|
|
3245
|
+
this.pos += n;
|
|
3246
|
+
return this;
|
|
3247
|
+
};
|
|
3248
|
+
|
|
3249
|
+
// The view allocation only pays off when amortized over enough writes
|
|
3250
|
+
var VIEW_THRESHOLD_FLOAT = 16,
|
|
3251
|
+
VIEW_THRESHOLD_INT = 128;
|
|
3252
|
+
|
|
3253
|
+
function getLazyView(writer, count, threshold) {
|
|
3254
|
+
var view = writer.view;
|
|
3255
|
+
if (view || count < threshold)
|
|
3256
|
+
return view;
|
|
3257
|
+
var buf = writer.buf;
|
|
3258
|
+
return writer.view = new DataView(buf.buffer, buf.byteOffset, buf.byteLength);
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3261
|
+
/**
|
|
3262
|
+
* Writes an array of unsigned 32 bit values as packed, fixed 32 bits.
|
|
3263
|
+
* @param {number[]} value Values to write
|
|
3264
|
+
* @returns {Writer} `this`
|
|
3265
|
+
*/
|
|
3266
|
+
Writer.prototype.fixed32s = function write_fixed32s(value) {
|
|
3267
|
+
var n = value.length, bytes = n * 4;
|
|
3268
|
+
this.uint32(bytes); // length is known exactly
|
|
3269
|
+
this._reserve(bytes);
|
|
3270
|
+
var p = this.pos, i, dv = getLazyView(this, n, VIEW_THRESHOLD_INT);
|
|
3271
|
+
if (dv)
|
|
3272
|
+
for (i = 0; i < n; ++i) { dv.setUint32(p, value[i] >>> 0, true); p += 4; }
|
|
3273
|
+
else {
|
|
3274
|
+
var buf = this.buf;
|
|
3275
|
+
for (i = 0; i < n; ++i) { writeFixed32(value[i] >>> 0, buf, p); p += 4; }
|
|
3276
|
+
}
|
|
3277
|
+
this.pos += bytes;
|
|
3278
|
+
return this;
|
|
3279
|
+
};
|
|
3280
|
+
|
|
3281
|
+
/**
|
|
3282
|
+
* Writes an array of signed 32 bit values as packed, fixed 32 bits.
|
|
3283
|
+
* @function
|
|
3284
|
+
* @param {number[]} value Values to write
|
|
3285
|
+
* @returns {Writer} `this`
|
|
3286
|
+
*/
|
|
3287
|
+
Writer.prototype.sfixed32s = Writer.prototype.fixed32s;
|
|
3288
|
+
|
|
3289
|
+
/**
|
|
3290
|
+
* Writes an array of unsigned 64 bit values as packed, fixed 64 bits.
|
|
3291
|
+
* @param {Array.<Long|number|string>} value Values to write
|
|
3292
|
+
* @returns {Writer} `this`
|
|
3293
|
+
*/
|
|
3294
|
+
Writer.prototype.fixed64s = function write_fixed64s(value) {
|
|
3295
|
+
var n = value.length, bytes = n * 8;
|
|
3296
|
+
this.uint32(bytes);
|
|
3297
|
+
this._reserve(bytes);
|
|
3298
|
+
var p = this.pos, i, bits, dv = getLazyView(this, n, VIEW_THRESHOLD_INT);
|
|
3299
|
+
if (dv)
|
|
3300
|
+
for (i = 0; i < n; ++i) { bits = LongBits.from(value[i]); dv.setUint32(p, bits.lo, true); dv.setUint32(p + 4, bits.hi, true); p += 8; }
|
|
3301
|
+
else {
|
|
3302
|
+
var buf = this.buf;
|
|
3303
|
+
for (i = 0; i < n; ++i) { bits = LongBits.from(value[i]); writeFixed32(bits.lo, buf, p); writeFixed32(bits.hi, buf, p + 4); p += 8; }
|
|
3304
|
+
}
|
|
3305
|
+
this.pos += bytes;
|
|
3306
|
+
return this;
|
|
3307
|
+
};
|
|
3308
|
+
|
|
3309
|
+
/**
|
|
3310
|
+
* Writes an array of signed 64 bit values as packed, fixed 64 bits.
|
|
3311
|
+
* @function
|
|
3312
|
+
* @param {Array.<Long|number|string>} value Values to write
|
|
3313
|
+
* @returns {Writer} `this`
|
|
3314
|
+
*/
|
|
3315
|
+
Writer.prototype.sfixed64s = Writer.prototype.fixed64s;
|
|
3316
|
+
|
|
3317
|
+
/**
|
|
3318
|
+
* Writes an array of floats (32 bit) as a packed repeated field.
|
|
3319
|
+
* @param {number[]} value Values to write
|
|
3320
|
+
* @returns {Writer} `this`
|
|
3321
|
+
*/
|
|
3322
|
+
Writer.prototype.floats = function write_floats(value) {
|
|
3323
|
+
var n = value.length, bytes = n * 4;
|
|
3324
|
+
this.uint32(bytes);
|
|
3325
|
+
this._reserve(bytes);
|
|
3326
|
+
var p = this.pos, i, dv = getLazyView(this, n, VIEW_THRESHOLD_FLOAT);
|
|
3327
|
+
if (dv)
|
|
3328
|
+
for (i = 0; i < n; ++i) { dv.setFloat32(p, value[i], true); p += 4; }
|
|
3329
|
+
else {
|
|
3330
|
+
var buf = this.buf;
|
|
3331
|
+
for (i = 0; i < n; ++i) { util.float.writeFloatLE(value[i], buf, p); p += 4; }
|
|
3332
|
+
}
|
|
3333
|
+
this.pos += bytes;
|
|
3334
|
+
return this;
|
|
3335
|
+
};
|
|
3336
|
+
|
|
3337
|
+
/**
|
|
3338
|
+
* Writes an array of doubles (64 bit float) as a packed repeated field.
|
|
3339
|
+
* @param {number[]} value Values to write
|
|
3340
|
+
* @returns {Writer} `this`
|
|
3341
|
+
*/
|
|
3342
|
+
Writer.prototype.doubles = function write_doubles(value) {
|
|
3343
|
+
var n = value.length, bytes = n * 8;
|
|
3344
|
+
this.uint32(bytes);
|
|
3345
|
+
this._reserve(bytes);
|
|
3346
|
+
var p = this.pos, i, dv = getLazyView(this, n, VIEW_THRESHOLD_FLOAT);
|
|
3347
|
+
if (dv)
|
|
3348
|
+
for (i = 0; i < n; ++i) { dv.setFloat64(p, value[i], true); p += 8; }
|
|
3349
|
+
else {
|
|
3350
|
+
var buf = this.buf;
|
|
3351
|
+
for (i = 0; i < n; ++i) { util.float.writeDoubleLE(value[i], buf, p); p += 8; }
|
|
3352
|
+
}
|
|
3353
|
+
this.pos += bytes;
|
|
3354
|
+
return this;
|
|
3355
|
+
};
|
|
3356
|
+
|
|
3357
|
+
/**
|
|
3358
|
+
* Forks this writer's state by pushing it to a stack.
|
|
3359
|
+
* @returns {Writer} `this`
|
|
3360
|
+
*/
|
|
3361
|
+
Writer.prototype.fork = function fork() {
|
|
3362
|
+
this._reserve(1);
|
|
3363
|
+
(this.states || (this.states = [])).push(this.pos);
|
|
3364
|
+
this.pos += 1;
|
|
3365
|
+
return this;
|
|
3366
|
+
};
|
|
3367
|
+
|
|
3368
|
+
/**
|
|
3369
|
+
* Resets this instance to the last state.
|
|
3370
|
+
* @returns {Writer} `this`
|
|
3371
|
+
*/
|
|
3372
|
+
Writer.prototype.reset = function reset() {
|
|
3373
|
+
var states = this.states;
|
|
3374
|
+
if (states && states.length) {
|
|
3375
|
+
this.pos = states.pop();
|
|
3376
|
+
} else {
|
|
3377
|
+
this.pos = 0;
|
|
3378
|
+
}
|
|
3379
|
+
return this;
|
|
3380
|
+
};
|
|
3381
|
+
|
|
3382
|
+
/**
|
|
3383
|
+
* Resets to the last state and prepends the fork state's current write length as a varint.
|
|
3384
|
+
* @returns {Writer} `this`
|
|
3385
|
+
*/
|
|
3386
|
+
Writer.prototype.ldelim = function ldelim() {
|
|
3387
|
+
var states = this.states,
|
|
3388
|
+
len,
|
|
3389
|
+
vlen;
|
|
3390
|
+
if (states && states.length) {
|
|
3391
|
+
var lenPos = states.pop();
|
|
3392
|
+
len = this.pos - lenPos - 1;
|
|
3393
|
+
vlen = sizeVarint32(len);
|
|
3394
|
+
if (vlen > 1) { // grow the reserved single byte and shift content forward
|
|
3395
|
+
this._reserve(vlen - 1);
|
|
3396
|
+
this.buf.copyWithin(lenPos + vlen, lenPos + 1, lenPos + 1 + len);
|
|
3397
|
+
this.pos += vlen - 1;
|
|
3398
|
+
writeVarint32(len, this.buf, lenPos);
|
|
3399
|
+
} else {
|
|
3400
|
+
this.buf[lenPos] = len;
|
|
3401
|
+
}
|
|
3402
|
+
} else { // not forked: prefix the entire buffer with its length
|
|
3403
|
+
// TODO: Compatibility with older generated code.
|
|
3404
|
+
// Remove this branch in the next major release.
|
|
3405
|
+
len = this.pos;
|
|
3406
|
+
vlen = sizeVarint32(len);
|
|
3407
|
+
this._reserve(vlen);
|
|
3408
|
+
this.buf.copyWithin(vlen, 0, len);
|
|
3409
|
+
writeVarint32(len, this.buf, 0);
|
|
3410
|
+
this.pos += vlen;
|
|
3411
|
+
}
|
|
3412
|
+
return this;
|
|
3413
|
+
};
|
|
3414
|
+
|
|
3415
|
+
/**
|
|
3416
|
+
* Finishes the write operation.
|
|
3417
|
+
* Returns a buffer sized to the written data by default.
|
|
3418
|
+
* @param {boolean} [shared=false] Whether to return a shared view instead of a unique copy
|
|
3419
|
+
* @returns {Uint8Array} Finished buffer
|
|
3420
|
+
*/
|
|
3421
|
+
Writer.prototype.finish = function finish(shared) {
|
|
3422
|
+
if (shared)
|
|
3423
|
+
return this.buf.subarray(0, this.pos);
|
|
3424
|
+
var buf = this.constructor.alloc(this.pos);
|
|
3425
|
+
buf.set(this.buf.subarray(0, this.pos), 0);
|
|
3426
|
+
return buf;
|
|
3427
|
+
};
|
|
3428
|
+
|
|
3429
|
+
/**
|
|
3430
|
+
* Finishes the write operation, writing into the provided buffer.
|
|
3431
|
+
* The caller must ensure that `buf` has enough space starting at `offset`
|
|
3432
|
+
* to hold {@link Writer#pos} bytes.
|
|
3433
|
+
* @param {T} buf Target buffer
|
|
3434
|
+
* @param {number} [offset=0] Offset to start writing at
|
|
3435
|
+
* @returns {T} The provided buffer
|
|
3436
|
+
* @template T extends Uint8Array
|
|
3437
|
+
*/
|
|
3438
|
+
Writer.prototype.finishInto = function finishInto(buf, offset) {
|
|
3439
|
+
if (offset === undefined)
|
|
3440
|
+
offset = 0;
|
|
3441
|
+
buf.set(this.buf.subarray(0, this.pos), offset);
|
|
3442
|
+
return buf;
|
|
3443
|
+
};
|
|
3444
|
+
|
|
3445
|
+
Writer._configure = function(BufferWriter_) {
|
|
3446
|
+
BufferWriter = BufferWriter_;
|
|
3447
|
+
Writer.create = create();
|
|
3448
|
+
BufferWriter._configure();
|
|
3449
|
+
};
|
|
3450
|
+
|
|
3451
|
+
},{"12":12}],16:[function(require,module,exports){
|
|
3452
|
+
"use strict";
|
|
3453
|
+
module.exports = BufferWriter;
|
|
3454
|
+
|
|
3455
|
+
// extends Writer
|
|
3456
|
+
var Writer = require(15);
|
|
3457
|
+
BufferWriter.prototype = Object.create(Writer.prototype, {
|
|
3458
|
+
constructor: {
|
|
3459
|
+
value: BufferWriter,
|
|
3460
|
+
writable: true,
|
|
3461
|
+
enumerable: false,
|
|
3462
|
+
configurable: true
|
|
3463
|
+
}
|
|
3464
|
+
});
|
|
3465
|
+
|
|
3466
|
+
var util = require(12);
|
|
3467
|
+
|
|
3468
|
+
/**
|
|
3469
|
+
* Constructs a new buffer writer instance.
|
|
3470
|
+
* @classdesc Wire format writer using node buffers.
|
|
3471
|
+
* @extends Writer
|
|
3472
|
+
* @constructor
|
|
3473
|
+
*/
|
|
3474
|
+
function BufferWriter() {
|
|
3475
|
+
Writer.call(this);
|
|
3476
|
+
}
|
|
3477
|
+
|
|
3478
|
+
var writeStringBuffer;
|
|
3479
|
+
|
|
3480
|
+
BufferWriter._configure = function () {
|
|
3481
|
+
/**
|
|
3482
|
+
* Allocates a buffer of the specified size.
|
|
3483
|
+
* @function
|
|
3484
|
+
* @param {number} size Buffer size
|
|
3485
|
+
* @returns {Buffer} Buffer
|
|
3486
|
+
*/
|
|
3487
|
+
BufferWriter.alloc = util.Buffer && util.Buffer.allocUnsafe;
|
|
3488
|
+
|
|
3489
|
+
writeStringBuffer = util.Buffer && util.Buffer.prototype.utf8Write
|
|
3490
|
+
? function writeStringBuffer_utf8Write(val, buf, pos) {
|
|
3491
|
+
return buf.utf8Write(val, pos);
|
|
3492
|
+
}
|
|
3493
|
+
: function writeStringBuffer_write(val, buf, pos) {
|
|
3494
|
+
return buf.write(val, pos);
|
|
3495
|
+
};
|
|
3496
|
+
};
|
|
3497
|
+
|
|
3498
|
+
|
|
3499
|
+
/**
|
|
3500
|
+
* @override
|
|
3501
|
+
*/
|
|
3502
|
+
BufferWriter.prototype.bytes = function write_bytes_buffer(value) {
|
|
3503
|
+
if (util.isString(value))
|
|
3504
|
+
value = util.Buffer.from(value, "base64");
|
|
3505
|
+
var len = value.length >>> 0;
|
|
3506
|
+
this.uint32(len);
|
|
3507
|
+
if (len) {
|
|
3508
|
+
this._reserve(len);
|
|
3509
|
+
this.buf.set(value, this.pos);
|
|
3510
|
+
this.pos += len;
|
|
3511
|
+
}
|
|
3512
|
+
return this;
|
|
3513
|
+
};
|
|
3514
|
+
|
|
3515
|
+
/**
|
|
3516
|
+
* @override
|
|
3517
|
+
*/
|
|
3518
|
+
BufferWriter.prototype.string = function write_string_buffer(value) {
|
|
3519
|
+
var n = value.length;
|
|
3520
|
+
if (!n) {
|
|
3521
|
+
this._reserve(1);
|
|
3522
|
+
this.buf[this.pos++] = 0;
|
|
3523
|
+
return this;
|
|
3524
|
+
}
|
|
3525
|
+
if (n < 0x80) {
|
|
3526
|
+
this._reserve(n * 3 + 5); // worst case
|
|
3527
|
+
var pos = this.pos,
|
|
3528
|
+
buf = this.buf;
|
|
3529
|
+
return this._delim(pos,
|
|
3530
|
+
n < 40
|
|
3531
|
+
? util.utf8.write(value, buf, pos + 1)
|
|
3532
|
+
: writeStringBuffer(value, buf, pos + 1)
|
|
3533
|
+
);
|
|
3534
|
+
}
|
|
3535
|
+
var len = util.Buffer.byteLength(value);
|
|
3536
|
+
this.uint32(len);
|
|
3537
|
+
this._reserve(len);
|
|
3538
|
+
writeStringBuffer(value, this.buf, this.pos);
|
|
3539
|
+
this.pos += len;
|
|
3540
|
+
return this;
|
|
3541
|
+
};
|
|
3542
|
+
|
|
3543
|
+
|
|
3544
|
+
/**
|
|
3545
|
+
* Finishes the write operation.
|
|
3546
|
+
* @name BufferWriter#finish
|
|
3547
|
+
* @function
|
|
3548
|
+
* @returns {Buffer} Finished buffer
|
|
3549
|
+
*/
|
|
3550
|
+
|
|
3551
|
+
BufferWriter._configure();
|
|
3552
|
+
|
|
3553
|
+
},{"12":12,"15":15}]},{},[1])
|
|
3554
|
+
|
|
3555
|
+
})();
|
|
3556
|
+
//# sourceMappingURL=protobuf.js.map
|