@wecode-ai/weibo-openclaw-plugin 2.1.4 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (355) hide show
  1. package/README.md +28 -1
  2. package/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
  3. package/node_modules/@isaacs/fs-minipass/README.md +71 -0
  4. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts +118 -0
  5. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts.map +1 -0
  6. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
  7. package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js.map +1 -0
  8. package/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
  9. package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts +118 -0
  10. package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts.map +1 -0
  11. package/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
  12. package/node_modules/@isaacs/fs-minipass/dist/esm/index.js.map +1 -0
  13. package/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
  14. package/node_modules/@isaacs/fs-minipass/package.json +72 -0
  15. package/node_modules/chownr/LICENSE.md +63 -0
  16. package/node_modules/chownr/README.md +3 -0
  17. package/node_modules/chownr/dist/commonjs/index.d.ts +3 -0
  18. package/node_modules/chownr/dist/commonjs/index.d.ts.map +1 -0
  19. package/node_modules/chownr/dist/commonjs/index.js +93 -0
  20. package/node_modules/chownr/dist/commonjs/index.js.map +1 -0
  21. package/node_modules/chownr/dist/commonjs/package.json +3 -0
  22. package/node_modules/chownr/dist/esm/index.d.ts +3 -0
  23. package/node_modules/chownr/dist/esm/index.d.ts.map +1 -0
  24. package/node_modules/chownr/dist/esm/index.js +85 -0
  25. package/node_modules/chownr/dist/esm/index.js.map +1 -0
  26. package/node_modules/chownr/dist/esm/package.json +3 -0
  27. package/node_modules/chownr/package.json +69 -0
  28. package/node_modules/minipass/LICENSE.md +55 -0
  29. package/node_modules/minipass/README.md +825 -0
  30. package/node_modules/minipass/dist/commonjs/index.d.ts +545 -0
  31. package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
  32. package/node_modules/minipass/dist/commonjs/index.js +1038 -0
  33. package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
  34. package/node_modules/minipass/dist/commonjs/package.json +3 -0
  35. package/node_modules/minipass/dist/esm/index.d.ts +545 -0
  36. package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
  37. package/node_modules/minipass/dist/esm/index.js +1020 -0
  38. package/node_modules/minipass/dist/esm/index.js.map +1 -0
  39. package/node_modules/minipass/dist/esm/package.json +3 -0
  40. package/node_modules/minipass/package.json +77 -0
  41. package/node_modules/minizlib/LICENSE +26 -0
  42. package/node_modules/minizlib/README.md +64 -0
  43. package/node_modules/minizlib/dist/commonjs/constants.d.ts +2 -0
  44. package/node_modules/minizlib/dist/commonjs/constants.d.ts.map +1 -0
  45. package/node_modules/minizlib/dist/commonjs/constants.js +123 -0
  46. package/node_modules/minizlib/dist/commonjs/constants.js.map +1 -0
  47. package/node_modules/minizlib/dist/commonjs/index.d.ts +99 -0
  48. package/node_modules/minizlib/dist/commonjs/index.d.ts.map +1 -0
  49. package/node_modules/minizlib/dist/commonjs/index.js +416 -0
  50. package/node_modules/minizlib/dist/commonjs/index.js.map +1 -0
  51. package/node_modules/minizlib/dist/commonjs/package.json +3 -0
  52. package/node_modules/minizlib/dist/esm/constants.d.ts +2 -0
  53. package/node_modules/minizlib/dist/esm/constants.d.ts.map +1 -0
  54. package/node_modules/minizlib/dist/esm/constants.js +117 -0
  55. package/node_modules/minizlib/dist/esm/constants.js.map +1 -0
  56. package/node_modules/minizlib/dist/esm/index.d.ts +99 -0
  57. package/node_modules/minizlib/dist/esm/index.d.ts.map +1 -0
  58. package/node_modules/minizlib/dist/esm/index.js +363 -0
  59. package/node_modules/minizlib/dist/esm/index.js.map +1 -0
  60. package/node_modules/minizlib/dist/esm/package.json +3 -0
  61. package/node_modules/minizlib/package.json +80 -0
  62. package/node_modules/tar/LICENSE.md +55 -0
  63. package/node_modules/tar/README.md +1224 -0
  64. package/node_modules/tar/dist/commonjs/create.d.ts +3 -0
  65. package/node_modules/tar/dist/commonjs/create.d.ts.map +1 -0
  66. package/node_modules/tar/dist/commonjs/create.js +82 -0
  67. package/node_modules/tar/dist/commonjs/create.js.map +1 -0
  68. package/node_modules/tar/dist/commonjs/cwd-error.d.ts +8 -0
  69. package/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +1 -0
  70. package/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
  71. package/node_modules/tar/dist/commonjs/cwd-error.js.map +1 -0
  72. package/node_modules/tar/dist/commonjs/extract.d.ts +3 -0
  73. package/node_modules/tar/dist/commonjs/extract.d.ts.map +1 -0
  74. package/node_modules/tar/dist/commonjs/extract.js +88 -0
  75. package/node_modules/tar/dist/commonjs/extract.js.map +1 -0
  76. package/node_modules/tar/dist/commonjs/get-write-flag.d.ts +2 -0
  77. package/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +1 -0
  78. package/node_modules/tar/dist/commonjs/get-write-flag.js +32 -0
  79. package/node_modules/tar/dist/commonjs/get-write-flag.js.map +1 -0
  80. package/node_modules/tar/dist/commonjs/header.d.ts +53 -0
  81. package/node_modules/tar/dist/commonjs/header.d.ts.map +1 -0
  82. package/node_modules/tar/dist/commonjs/header.js +312 -0
  83. package/node_modules/tar/dist/commonjs/header.js.map +1 -0
  84. package/node_modules/tar/dist/commonjs/index.d.ts +20 -0
  85. package/node_modules/tar/dist/commonjs/index.d.ts.map +1 -0
  86. package/node_modules/tar/dist/commonjs/index.js +64 -0
  87. package/node_modules/tar/dist/commonjs/index.js.map +1 -0
  88. package/node_modules/tar/dist/commonjs/index.min.js +4 -0
  89. package/node_modules/tar/dist/commonjs/index.min.js.map +7 -0
  90. package/node_modules/tar/dist/commonjs/large-numbers.d.ts +3 -0
  91. package/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +1 -0
  92. package/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
  93. package/node_modules/tar/dist/commonjs/large-numbers.js.map +1 -0
  94. package/node_modules/tar/dist/commonjs/list.d.ts +7 -0
  95. package/node_modules/tar/dist/commonjs/list.d.ts.map +1 -0
  96. package/node_modules/tar/dist/commonjs/list.js +145 -0
  97. package/node_modules/tar/dist/commonjs/list.js.map +1 -0
  98. package/node_modules/tar/dist/commonjs/make-command.d.ts +49 -0
  99. package/node_modules/tar/dist/commonjs/make-command.d.ts.map +1 -0
  100. package/node_modules/tar/dist/commonjs/make-command.js +52 -0
  101. package/node_modules/tar/dist/commonjs/make-command.js.map +1 -0
  102. package/node_modules/tar/dist/commonjs/mkdir.d.ts +25 -0
  103. package/node_modules/tar/dist/commonjs/mkdir.d.ts.map +1 -0
  104. package/node_modules/tar/dist/commonjs/mkdir.js +187 -0
  105. package/node_modules/tar/dist/commonjs/mkdir.js.map +1 -0
  106. package/node_modules/tar/dist/commonjs/mode-fix.d.ts +2 -0
  107. package/node_modules/tar/dist/commonjs/mode-fix.d.ts.map +1 -0
  108. package/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
  109. package/node_modules/tar/dist/commonjs/mode-fix.js.map +1 -0
  110. package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts +2 -0
  111. package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts.map +1 -0
  112. package/node_modules/tar/dist/commonjs/normalize-unicode.js +38 -0
  113. package/node_modules/tar/dist/commonjs/normalize-unicode.js.map +1 -0
  114. package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts +2 -0
  115. package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +1 -0
  116. package/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
  117. package/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +1 -0
  118. package/node_modules/tar/dist/commonjs/options.d.ts +596 -0
  119. package/node_modules/tar/dist/commonjs/options.d.ts.map +1 -0
  120. package/node_modules/tar/dist/commonjs/options.js +66 -0
  121. package/node_modules/tar/dist/commonjs/options.js.map +1 -0
  122. package/node_modules/tar/dist/commonjs/pack.d.ts +102 -0
  123. package/node_modules/tar/dist/commonjs/pack.d.ts.map +1 -0
  124. package/node_modules/tar/dist/commonjs/pack.js +511 -0
  125. package/node_modules/tar/dist/commonjs/pack.js.map +1 -0
  126. package/node_modules/tar/dist/commonjs/package.json +3 -0
  127. package/node_modules/tar/dist/commonjs/parse.d.ts +85 -0
  128. package/node_modules/tar/dist/commonjs/parse.d.ts.map +1 -0
  129. package/node_modules/tar/dist/commonjs/parse.js +610 -0
  130. package/node_modules/tar/dist/commonjs/parse.js.map +1 -0
  131. package/node_modules/tar/dist/commonjs/path-reservations.d.ts +11 -0
  132. package/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +1 -0
  133. package/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
  134. package/node_modules/tar/dist/commonjs/path-reservations.js.map +1 -0
  135. package/node_modules/tar/dist/commonjs/pax.d.ts +26 -0
  136. package/node_modules/tar/dist/commonjs/pax.d.ts.map +1 -0
  137. package/node_modules/tar/dist/commonjs/pax.js +158 -0
  138. package/node_modules/tar/dist/commonjs/pax.js.map +1 -0
  139. package/node_modules/tar/dist/commonjs/process-umask.d.ts +2 -0
  140. package/node_modules/tar/dist/commonjs/process-umask.d.ts.map +1 -0
  141. package/node_modules/tar/dist/commonjs/process-umask.js +7 -0
  142. package/node_modules/tar/dist/commonjs/process-umask.js.map +1 -0
  143. package/node_modules/tar/dist/commonjs/read-entry.d.ts +36 -0
  144. package/node_modules/tar/dist/commonjs/read-entry.d.ts.map +1 -0
  145. package/node_modules/tar/dist/commonjs/read-entry.js +136 -0
  146. package/node_modules/tar/dist/commonjs/read-entry.js.map +1 -0
  147. package/node_modules/tar/dist/commonjs/replace.d.ts +2 -0
  148. package/node_modules/tar/dist/commonjs/replace.d.ts.map +1 -0
  149. package/node_modules/tar/dist/commonjs/replace.js +227 -0
  150. package/node_modules/tar/dist/commonjs/replace.js.map +1 -0
  151. package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts +2 -0
  152. package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts.map +1 -0
  153. package/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
  154. package/node_modules/tar/dist/commonjs/strip-absolute-path.js.map +1 -0
  155. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts +2 -0
  156. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts.map +1 -0
  157. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
  158. package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js.map +1 -0
  159. package/node_modules/tar/dist/commonjs/symlink-error.d.ts +9 -0
  160. package/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +1 -0
  161. package/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
  162. package/node_modules/tar/dist/commonjs/symlink-error.js.map +1 -0
  163. package/node_modules/tar/dist/commonjs/types.d.ts +7 -0
  164. package/node_modules/tar/dist/commonjs/types.d.ts.map +1 -0
  165. package/node_modules/tar/dist/commonjs/types.js +50 -0
  166. package/node_modules/tar/dist/commonjs/types.js.map +1 -0
  167. package/node_modules/tar/dist/commonjs/unpack.d.ts +101 -0
  168. package/node_modules/tar/dist/commonjs/unpack.d.ts.map +1 -0
  169. package/node_modules/tar/dist/commonjs/unpack.js +932 -0
  170. package/node_modules/tar/dist/commonjs/unpack.js.map +1 -0
  171. package/node_modules/tar/dist/commonjs/update.d.ts +2 -0
  172. package/node_modules/tar/dist/commonjs/update.d.ts.map +1 -0
  173. package/node_modules/tar/dist/commonjs/update.js +33 -0
  174. package/node_modules/tar/dist/commonjs/update.js.map +1 -0
  175. package/node_modules/tar/dist/commonjs/warn-method.d.ts +24 -0
  176. package/node_modules/tar/dist/commonjs/warn-method.d.ts.map +1 -0
  177. package/node_modules/tar/dist/commonjs/warn-method.js +31 -0
  178. package/node_modules/tar/dist/commonjs/warn-method.js.map +1 -0
  179. package/node_modules/tar/dist/commonjs/winchars.d.ts +3 -0
  180. package/node_modules/tar/dist/commonjs/winchars.d.ts.map +1 -0
  181. package/node_modules/tar/dist/commonjs/winchars.js +14 -0
  182. package/node_modules/tar/dist/commonjs/winchars.js.map +1 -0
  183. package/node_modules/tar/dist/commonjs/write-entry.d.ts +129 -0
  184. package/node_modules/tar/dist/commonjs/write-entry.d.ts.map +1 -0
  185. package/node_modules/tar/dist/commonjs/write-entry.js +698 -0
  186. package/node_modules/tar/dist/commonjs/write-entry.js.map +1 -0
  187. package/node_modules/tar/dist/esm/create.d.ts +3 -0
  188. package/node_modules/tar/dist/esm/create.d.ts.map +1 -0
  189. package/node_modules/tar/dist/esm/create.js +76 -0
  190. package/node_modules/tar/dist/esm/create.js.map +1 -0
  191. package/node_modules/tar/dist/esm/cwd-error.d.ts +8 -0
  192. package/node_modules/tar/dist/esm/cwd-error.d.ts.map +1 -0
  193. package/node_modules/tar/dist/esm/cwd-error.js +14 -0
  194. package/node_modules/tar/dist/esm/cwd-error.js.map +1 -0
  195. package/node_modules/tar/dist/esm/extract.d.ts +3 -0
  196. package/node_modules/tar/dist/esm/extract.d.ts.map +1 -0
  197. package/node_modules/tar/dist/esm/extract.js +49 -0
  198. package/node_modules/tar/dist/esm/extract.js.map +1 -0
  199. package/node_modules/tar/dist/esm/get-write-flag.d.ts +2 -0
  200. package/node_modules/tar/dist/esm/get-write-flag.d.ts.map +1 -0
  201. package/node_modules/tar/dist/esm/get-write-flag.js +26 -0
  202. package/node_modules/tar/dist/esm/get-write-flag.js.map +1 -0
  203. package/node_modules/tar/dist/esm/header.d.ts +53 -0
  204. package/node_modules/tar/dist/esm/header.d.ts.map +1 -0
  205. package/node_modules/tar/dist/esm/header.js +275 -0
  206. package/node_modules/tar/dist/esm/header.js.map +1 -0
  207. package/node_modules/tar/dist/esm/index.d.ts +20 -0
  208. package/node_modules/tar/dist/esm/index.d.ts.map +1 -0
  209. package/node_modules/tar/dist/esm/index.js +20 -0
  210. package/node_modules/tar/dist/esm/index.js.map +1 -0
  211. package/node_modules/tar/dist/esm/index.min.js +4 -0
  212. package/node_modules/tar/dist/esm/index.min.js.map +7 -0
  213. package/node_modules/tar/dist/esm/large-numbers.d.ts +3 -0
  214. package/node_modules/tar/dist/esm/large-numbers.d.ts.map +1 -0
  215. package/node_modules/tar/dist/esm/large-numbers.js +94 -0
  216. package/node_modules/tar/dist/esm/large-numbers.js.map +1 -0
  217. package/node_modules/tar/dist/esm/list.d.ts +7 -0
  218. package/node_modules/tar/dist/esm/list.d.ts.map +1 -0
  219. package/node_modules/tar/dist/esm/list.js +105 -0
  220. package/node_modules/tar/dist/esm/list.js.map +1 -0
  221. package/node_modules/tar/dist/esm/make-command.d.ts +49 -0
  222. package/node_modules/tar/dist/esm/make-command.d.ts.map +1 -0
  223. package/node_modules/tar/dist/esm/make-command.js +48 -0
  224. package/node_modules/tar/dist/esm/make-command.js.map +1 -0
  225. package/node_modules/tar/dist/esm/mkdir.d.ts +25 -0
  226. package/node_modules/tar/dist/esm/mkdir.d.ts.map +1 -0
  227. package/node_modules/tar/dist/esm/mkdir.js +179 -0
  228. package/node_modules/tar/dist/esm/mkdir.js.map +1 -0
  229. package/node_modules/tar/dist/esm/mode-fix.d.ts +2 -0
  230. package/node_modules/tar/dist/esm/mode-fix.d.ts.map +1 -0
  231. package/node_modules/tar/dist/esm/mode-fix.js +25 -0
  232. package/node_modules/tar/dist/esm/mode-fix.js.map +1 -0
  233. package/node_modules/tar/dist/esm/normalize-unicode.d.ts +2 -0
  234. package/node_modules/tar/dist/esm/normalize-unicode.d.ts.map +1 -0
  235. package/node_modules/tar/dist/esm/normalize-unicode.js +34 -0
  236. package/node_modules/tar/dist/esm/normalize-unicode.js.map +1 -0
  237. package/node_modules/tar/dist/esm/normalize-windows-path.d.ts +2 -0
  238. package/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +1 -0
  239. package/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
  240. package/node_modules/tar/dist/esm/normalize-windows-path.js.map +1 -0
  241. package/node_modules/tar/dist/esm/options.d.ts +596 -0
  242. package/node_modules/tar/dist/esm/options.d.ts.map +1 -0
  243. package/node_modules/tar/dist/esm/options.js +54 -0
  244. package/node_modules/tar/dist/esm/options.js.map +1 -0
  245. package/node_modules/tar/dist/esm/pack.d.ts +102 -0
  246. package/node_modules/tar/dist/esm/pack.d.ts.map +1 -0
  247. package/node_modules/tar/dist/esm/pack.js +469 -0
  248. package/node_modules/tar/dist/esm/pack.js.map +1 -0
  249. package/node_modules/tar/dist/esm/package.json +3 -0
  250. package/node_modules/tar/dist/esm/parse.d.ts +85 -0
  251. package/node_modules/tar/dist/esm/parse.d.ts.map +1 -0
  252. package/node_modules/tar/dist/esm/parse.js +606 -0
  253. package/node_modules/tar/dist/esm/parse.js.map +1 -0
  254. package/node_modules/tar/dist/esm/path-reservations.d.ts +11 -0
  255. package/node_modules/tar/dist/esm/path-reservations.d.ts.map +1 -0
  256. package/node_modules/tar/dist/esm/path-reservations.js +166 -0
  257. package/node_modules/tar/dist/esm/path-reservations.js.map +1 -0
  258. package/node_modules/tar/dist/esm/pax.d.ts +26 -0
  259. package/node_modules/tar/dist/esm/pax.d.ts.map +1 -0
  260. package/node_modules/tar/dist/esm/pax.js +154 -0
  261. package/node_modules/tar/dist/esm/pax.js.map +1 -0
  262. package/node_modules/tar/dist/esm/process-umask.d.ts +2 -0
  263. package/node_modules/tar/dist/esm/process-umask.d.ts.map +1 -0
  264. package/node_modules/tar/dist/esm/process-umask.js +3 -0
  265. package/node_modules/tar/dist/esm/process-umask.js.map +1 -0
  266. package/node_modules/tar/dist/esm/read-entry.d.ts +36 -0
  267. package/node_modules/tar/dist/esm/read-entry.d.ts.map +1 -0
  268. package/node_modules/tar/dist/esm/read-entry.js +132 -0
  269. package/node_modules/tar/dist/esm/read-entry.js.map +1 -0
  270. package/node_modules/tar/dist/esm/replace.d.ts +2 -0
  271. package/node_modules/tar/dist/esm/replace.d.ts.map +1 -0
  272. package/node_modules/tar/dist/esm/replace.js +221 -0
  273. package/node_modules/tar/dist/esm/replace.js.map +1 -0
  274. package/node_modules/tar/dist/esm/strip-absolute-path.d.ts +2 -0
  275. package/node_modules/tar/dist/esm/strip-absolute-path.d.ts.map +1 -0
  276. package/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
  277. package/node_modules/tar/dist/esm/strip-absolute-path.js.map +1 -0
  278. package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts +2 -0
  279. package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts.map +1 -0
  280. package/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
  281. package/node_modules/tar/dist/esm/strip-trailing-slashes.js.map +1 -0
  282. package/node_modules/tar/dist/esm/symlink-error.d.ts +9 -0
  283. package/node_modules/tar/dist/esm/symlink-error.d.ts.map +1 -0
  284. package/node_modules/tar/dist/esm/symlink-error.js +15 -0
  285. package/node_modules/tar/dist/esm/symlink-error.js.map +1 -0
  286. package/node_modules/tar/dist/esm/types.d.ts +7 -0
  287. package/node_modules/tar/dist/esm/types.d.ts.map +1 -0
  288. package/node_modules/tar/dist/esm/types.js +45 -0
  289. package/node_modules/tar/dist/esm/types.js.map +1 -0
  290. package/node_modules/tar/dist/esm/unpack.d.ts +101 -0
  291. package/node_modules/tar/dist/esm/unpack.d.ts.map +1 -0
  292. package/node_modules/tar/dist/esm/unpack.js +891 -0
  293. package/node_modules/tar/dist/esm/unpack.js.map +1 -0
  294. package/node_modules/tar/dist/esm/update.d.ts +2 -0
  295. package/node_modules/tar/dist/esm/update.d.ts.map +1 -0
  296. package/node_modules/tar/dist/esm/update.js +30 -0
  297. package/node_modules/tar/dist/esm/update.js.map +1 -0
  298. package/node_modules/tar/dist/esm/warn-method.d.ts +24 -0
  299. package/node_modules/tar/dist/esm/warn-method.d.ts.map +1 -0
  300. package/node_modules/tar/dist/esm/warn-method.js +27 -0
  301. package/node_modules/tar/dist/esm/warn-method.js.map +1 -0
  302. package/node_modules/tar/dist/esm/winchars.d.ts +3 -0
  303. package/node_modules/tar/dist/esm/winchars.d.ts.map +1 -0
  304. package/node_modules/tar/dist/esm/winchars.js +9 -0
  305. package/node_modules/tar/dist/esm/winchars.js.map +1 -0
  306. package/node_modules/tar/dist/esm/write-entry.d.ts +129 -0
  307. package/node_modules/tar/dist/esm/write-entry.d.ts.map +1 -0
  308. package/node_modules/tar/dist/esm/write-entry.js +656 -0
  309. package/node_modules/tar/dist/esm/write-entry.js.map +1 -0
  310. package/node_modules/tar/package.json +297 -0
  311. package/node_modules/yallist/LICENSE.md +63 -0
  312. package/node_modules/yallist/README.md +205 -0
  313. package/node_modules/yallist/dist/commonjs/index.d.ts +39 -0
  314. package/node_modules/yallist/dist/commonjs/index.d.ts.map +1 -0
  315. package/node_modules/yallist/dist/commonjs/index.js +384 -0
  316. package/node_modules/yallist/dist/commonjs/index.js.map +1 -0
  317. package/node_modules/yallist/dist/commonjs/package.json +3 -0
  318. package/node_modules/yallist/dist/esm/index.d.ts +39 -0
  319. package/node_modules/yallist/dist/esm/index.d.ts.map +1 -0
  320. package/node_modules/yallist/dist/esm/index.js +379 -0
  321. package/node_modules/yallist/dist/esm/index.js.map +1 -0
  322. package/node_modules/yallist/dist/esm/package.json +3 -0
  323. package/node_modules/yallist/package.json +68 -0
  324. package/package.json +3 -1
  325. package/skills/manifest.json +12 -0
  326. package/skills/weibo-cron/SKILL.md +115 -48
  327. package/skills/weibo-crowd/SKILL.md +182 -16
  328. package/skills/weibo-crowd/references/SILICON-TEAHOUSE-RULES.md +196 -62
  329. package/skills/weibo-crowd/scripts/weibo-crowd.js +105 -27
  330. package/skills/weibo-hot-search/SKILL.md +2 -0
  331. package/skills/weibo-pic/SKILL.md +266 -0
  332. package/skills/weibo-pic/scripts/weibo-pic.js +798 -0
  333. package/skills/weibo-search/SKILL.md +2 -0
  334. package/skills/weibo-status/SKILL.md +2 -0
  335. package/skills/weibo-token/SKILL.md +2 -0
  336. package/skills/weibo-video/SKILL.md +2 -0
  337. package/src/client.d.ts.map +1 -1
  338. package/src/client.js +3 -0
  339. package/src/client.js.map +1 -1
  340. package/src/skill-updater.d.ts +14 -0
  341. package/src/skill-updater.d.ts.map +1 -0
  342. package/src/skill-updater.js +240 -0
  343. package/src/skill-updater.js.map +1 -0
  344. package/src/token.d.ts +2 -0
  345. package/src/token.d.ts.map +1 -1
  346. package/src/token.js +1 -0
  347. package/src/token.js.map +1 -1
  348. package/src/weibo-hot-search.js +1 -1
  349. package/src/weibo-hot-search.js.map +1 -1
  350. package/src/weibo-search.js +1 -1
  351. package/src/weibo-search.js.map +1 -1
  352. package/src/weibo-status.js +1 -1
  353. package/src/weibo-status.js.map +1 -1
  354. package/src/weibo-token-tool.js +1 -1
  355. package/src/weibo-token-tool.js.map +1 -1
@@ -0,0 +1,610 @@
1
+ "use strict";
2
+ // this[BUFFER] is the remainder of a chunk if we're waiting for
3
+ // the full 512 bytes of a header to come in. We will Buffer.concat()
4
+ // it to the next write(), which is a mem copy, but a small one.
5
+ //
6
+ // this[QUEUE] is a list of entries that haven't been emitted
7
+ // yet this can only get filled up if the user keeps write()ing after
8
+ // a write() returns false, or does a write() with more than one entry
9
+ //
10
+ // We don't buffer chunks, we always parse them and either create an
11
+ // entry, or push it into the active entry. The ReadEntry class knows
12
+ // to throw data away if .ignore=true
13
+ //
14
+ // Shift entry off the buffer when it emits 'end', and emit 'entry' for
15
+ // the next one in the list.
16
+ //
17
+ // At any time, we're pushing body chunks into the entry at WRITEENTRY,
18
+ // and waiting for 'end' on the entry at READENTRY
19
+ //
20
+ // ignored entries get .resume() called on them straight away
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.Parser = void 0;
23
+ const events_1 = require("events");
24
+ const minizlib_1 = require("minizlib");
25
+ const header_js_1 = require("./header.js");
26
+ const pax_js_1 = require("./pax.js");
27
+ const read_entry_js_1 = require("./read-entry.js");
28
+ const warn_method_js_1 = require("./warn-method.js");
29
+ const maxMetaEntrySize = 1024 * 1024;
30
+ const gzipHeader = Buffer.from([0x1f, 0x8b]);
31
+ const zstdHeader = Buffer.from([0x28, 0xb5, 0x2f, 0xfd]);
32
+ const ZIP_HEADER_LEN = Math.max(gzipHeader.length, zstdHeader.length);
33
+ const STATE = Symbol('state');
34
+ const WRITEENTRY = Symbol('writeEntry');
35
+ const READENTRY = Symbol('readEntry');
36
+ const NEXTENTRY = Symbol('nextEntry');
37
+ const PROCESSENTRY = Symbol('processEntry');
38
+ const EX = Symbol('extendedHeader');
39
+ const GEX = Symbol('globalExtendedHeader');
40
+ const META = Symbol('meta');
41
+ const EMITMETA = Symbol('emitMeta');
42
+ const BUFFER = Symbol('buffer');
43
+ const QUEUE = Symbol('queue');
44
+ const ENDED = Symbol('ended');
45
+ const EMITTEDEND = Symbol('emittedEnd');
46
+ const EMIT = Symbol('emit');
47
+ const UNZIP = Symbol('unzip');
48
+ const CONSUMECHUNK = Symbol('consumeChunk');
49
+ const CONSUMECHUNKSUB = Symbol('consumeChunkSub');
50
+ const CONSUMEBODY = Symbol('consumeBody');
51
+ const CONSUMEMETA = Symbol('consumeMeta');
52
+ const CONSUMEHEADER = Symbol('consumeHeader');
53
+ const CONSUMING = Symbol('consuming');
54
+ const BUFFERCONCAT = Symbol('bufferConcat');
55
+ const MAYBEEND = Symbol('maybeEnd');
56
+ const WRITING = Symbol('writing');
57
+ const ABORTED = Symbol('aborted');
58
+ const DONE = Symbol('onDone');
59
+ const SAW_VALID_ENTRY = Symbol('sawValidEntry');
60
+ const SAW_NULL_BLOCK = Symbol('sawNullBlock');
61
+ const SAW_EOF = Symbol('sawEOF');
62
+ const CLOSESTREAM = Symbol('closeStream');
63
+ const noop = () => true;
64
+ class Parser extends events_1.EventEmitter {
65
+ file;
66
+ strict;
67
+ maxMetaEntrySize;
68
+ filter;
69
+ brotli;
70
+ zstd;
71
+ writable = true;
72
+ readable = false;
73
+ [QUEUE] = [];
74
+ [BUFFER];
75
+ [READENTRY];
76
+ [WRITEENTRY];
77
+ [STATE] = 'begin';
78
+ [META] = '';
79
+ [EX];
80
+ [GEX];
81
+ [ENDED] = false;
82
+ [UNZIP];
83
+ [ABORTED] = false;
84
+ [SAW_VALID_ENTRY];
85
+ [SAW_NULL_BLOCK] = false;
86
+ [SAW_EOF] = false;
87
+ [WRITING] = false;
88
+ [CONSUMING] = false;
89
+ [EMITTEDEND] = false;
90
+ constructor(opt = {}) {
91
+ super();
92
+ this.file = opt.file || '';
93
+ // these BADARCHIVE errors can't be detected early. listen on DONE.
94
+ this.on(DONE, () => {
95
+ if (this[STATE] === 'begin' || this[SAW_VALID_ENTRY] === false) {
96
+ // either less than 1 block of data, or all entries were invalid.
97
+ // Either way, probably not even a tarball.
98
+ this.warn('TAR_BAD_ARCHIVE', 'Unrecognized archive format');
99
+ }
100
+ });
101
+ if (opt.ondone) {
102
+ this.on(DONE, opt.ondone);
103
+ }
104
+ else {
105
+ this.on(DONE, () => {
106
+ this.emit('prefinish');
107
+ this.emit('finish');
108
+ this.emit('end');
109
+ });
110
+ }
111
+ this.strict = !!opt.strict;
112
+ this.maxMetaEntrySize = opt.maxMetaEntrySize || maxMetaEntrySize;
113
+ this.filter = typeof opt.filter === 'function' ? opt.filter : noop;
114
+ // Unlike gzip, brotli doesn't have any magic bytes to identify it
115
+ // Users need to explicitly tell us they're extracting a brotli file
116
+ // Or we infer from the file extension
117
+ const isTBR = opt.file &&
118
+ (opt.file.endsWith('.tar.br') || opt.file.endsWith('.tbr'));
119
+ // if it's a tbr file it MIGHT be brotli, but we don't know until
120
+ // we look at it and verify it's not a valid tar file.
121
+ this.brotli =
122
+ !(opt.gzip || opt.zstd) && opt.brotli !== undefined ? opt.brotli
123
+ : isTBR ? undefined
124
+ : false;
125
+ // zstd has magic bytes to identify it, but we also support explicit options
126
+ // and file extension detection
127
+ const isTZST = opt.file &&
128
+ (opt.file.endsWith('.tar.zst') || opt.file.endsWith('.tzst'));
129
+ this.zstd =
130
+ !(opt.gzip || opt.brotli) && opt.zstd !== undefined ? opt.zstd
131
+ : isTZST ? true
132
+ : undefined;
133
+ // have to set this so that streams are ok piping into it
134
+ this.on('end', () => this[CLOSESTREAM]());
135
+ if (typeof opt.onwarn === 'function') {
136
+ this.on('warn', opt.onwarn);
137
+ }
138
+ if (typeof opt.onReadEntry === 'function') {
139
+ this.on('entry', opt.onReadEntry);
140
+ }
141
+ }
142
+ warn(code, message, data = {}) {
143
+ (0, warn_method_js_1.warnMethod)(this, code, message, data);
144
+ }
145
+ [CONSUMEHEADER](chunk, position) {
146
+ if (this[SAW_VALID_ENTRY] === undefined) {
147
+ this[SAW_VALID_ENTRY] = false;
148
+ }
149
+ let header;
150
+ try {
151
+ header = new header_js_1.Header(chunk, position, this[EX], this[GEX]);
152
+ }
153
+ catch (er) {
154
+ return this.warn('TAR_ENTRY_INVALID', er);
155
+ }
156
+ if (header.nullBlock) {
157
+ if (this[SAW_NULL_BLOCK]) {
158
+ this[SAW_EOF] = true;
159
+ // ending an archive with no entries. pointless, but legal.
160
+ if (this[STATE] === 'begin') {
161
+ this[STATE] = 'header';
162
+ }
163
+ this[EMIT]('eof');
164
+ }
165
+ else {
166
+ this[SAW_NULL_BLOCK] = true;
167
+ this[EMIT]('nullBlock');
168
+ }
169
+ }
170
+ else {
171
+ this[SAW_NULL_BLOCK] = false;
172
+ if (!header.cksumValid) {
173
+ this.warn('TAR_ENTRY_INVALID', 'checksum failure', { header });
174
+ }
175
+ else if (!header.path) {
176
+ this.warn('TAR_ENTRY_INVALID', 'path is required', { header });
177
+ }
178
+ else {
179
+ const type = header.type;
180
+ if (/^(Symbolic)?Link$/.test(type) && !header.linkpath) {
181
+ this.warn('TAR_ENTRY_INVALID', 'linkpath required', {
182
+ header,
183
+ });
184
+ }
185
+ else if (!/^(Symbolic)?Link$/.test(type) &&
186
+ !/^(Global)?ExtendedHeader$/.test(type) &&
187
+ header.linkpath) {
188
+ this.warn('TAR_ENTRY_INVALID', 'linkpath forbidden', {
189
+ header,
190
+ });
191
+ }
192
+ else {
193
+ const entry = (this[WRITEENTRY] = new read_entry_js_1.ReadEntry(header, this[EX], this[GEX]));
194
+ // we do this for meta & ignored entries as well, because they
195
+ // are still valid tar, or else we wouldn't know to ignore them
196
+ if (!this[SAW_VALID_ENTRY]) {
197
+ if (entry.remain) {
198
+ // this might be the one!
199
+ const onend = () => {
200
+ if (!entry.invalid) {
201
+ this[SAW_VALID_ENTRY] = true;
202
+ }
203
+ };
204
+ entry.on('end', onend);
205
+ }
206
+ else {
207
+ this[SAW_VALID_ENTRY] = true;
208
+ }
209
+ }
210
+ if (entry.meta) {
211
+ if (entry.size > this.maxMetaEntrySize) {
212
+ entry.ignore = true;
213
+ this[EMIT]('ignoredEntry', entry);
214
+ this[STATE] = 'ignore';
215
+ entry.resume();
216
+ }
217
+ else if (entry.size > 0) {
218
+ this[META] = '';
219
+ entry.on('data', c => (this[META] += c));
220
+ this[STATE] = 'meta';
221
+ }
222
+ }
223
+ else {
224
+ this[EX] = undefined;
225
+ entry.ignore = entry.ignore || !this.filter(entry.path, entry);
226
+ if (entry.ignore) {
227
+ // probably valid, just not something we care about
228
+ this[EMIT]('ignoredEntry', entry);
229
+ this[STATE] = entry.remain ? 'ignore' : 'header';
230
+ entry.resume();
231
+ }
232
+ else {
233
+ if (entry.remain) {
234
+ this[STATE] = 'body';
235
+ }
236
+ else {
237
+ this[STATE] = 'header';
238
+ entry.end();
239
+ }
240
+ if (!this[READENTRY]) {
241
+ this[QUEUE].push(entry);
242
+ this[NEXTENTRY]();
243
+ }
244
+ else {
245
+ this[QUEUE].push(entry);
246
+ }
247
+ }
248
+ }
249
+ }
250
+ }
251
+ }
252
+ }
253
+ [CLOSESTREAM]() {
254
+ queueMicrotask(() => this.emit('close'));
255
+ }
256
+ [PROCESSENTRY](entry) {
257
+ let go = true;
258
+ if (!entry) {
259
+ this[READENTRY] = undefined;
260
+ go = false;
261
+ }
262
+ else if (Array.isArray(entry)) {
263
+ const [ev, ...args] = entry;
264
+ this.emit(ev, ...args);
265
+ }
266
+ else {
267
+ this[READENTRY] = entry;
268
+ this.emit('entry', entry);
269
+ if (!entry.emittedEnd) {
270
+ entry.on('end', () => this[NEXTENTRY]());
271
+ go = false;
272
+ }
273
+ }
274
+ return go;
275
+ }
276
+ [NEXTENTRY]() {
277
+ do { } while (this[PROCESSENTRY](this[QUEUE].shift()));
278
+ if (this[QUEUE].length === 0) {
279
+ // At this point, there's nothing in the queue, but we may have an
280
+ // entry which is being consumed (readEntry).
281
+ // If we don't, then we definitely can handle more data.
282
+ // If we do, and either it's flowing, or it has never had any data
283
+ // written to it, then it needs more.
284
+ // The only other possibility is that it has returned false from a
285
+ // write() call, so we wait for the next drain to continue.
286
+ const re = this[READENTRY];
287
+ const drainNow = !re || re.flowing || re.size === re.remain;
288
+ if (drainNow) {
289
+ if (!this[WRITING]) {
290
+ this.emit('drain');
291
+ }
292
+ }
293
+ else {
294
+ re.once('drain', () => this.emit('drain'));
295
+ }
296
+ }
297
+ }
298
+ [CONSUMEBODY](chunk, position) {
299
+ // write up to but no more than writeEntry.blockRemain
300
+ const entry = this[WRITEENTRY];
301
+ /* c8 ignore start */
302
+ if (!entry) {
303
+ throw new Error('attempt to consume body without entry??');
304
+ }
305
+ const br = entry.blockRemain ?? 0;
306
+ /* c8 ignore stop */
307
+ const c = br >= chunk.length && position === 0 ?
308
+ chunk
309
+ : chunk.subarray(position, position + br);
310
+ entry.write(c);
311
+ if (!entry.blockRemain) {
312
+ this[STATE] = 'header';
313
+ this[WRITEENTRY] = undefined;
314
+ entry.end();
315
+ }
316
+ return c.length;
317
+ }
318
+ [CONSUMEMETA](chunk, position) {
319
+ const entry = this[WRITEENTRY];
320
+ const ret = this[CONSUMEBODY](chunk, position);
321
+ // if we finished, then the entry is reset
322
+ if (!this[WRITEENTRY] && entry) {
323
+ this[EMITMETA](entry);
324
+ }
325
+ return ret;
326
+ }
327
+ [EMIT](ev, data, extra) {
328
+ if (this[QUEUE].length === 0 && !this[READENTRY]) {
329
+ this.emit(ev, data, extra);
330
+ }
331
+ else {
332
+ this[QUEUE].push([ev, data, extra]);
333
+ }
334
+ }
335
+ [EMITMETA](entry) {
336
+ this[EMIT]('meta', this[META]);
337
+ switch (entry.type) {
338
+ case 'ExtendedHeader':
339
+ case 'OldExtendedHeader':
340
+ this[EX] = pax_js_1.Pax.parse(this[META], this[EX], false);
341
+ break;
342
+ case 'GlobalExtendedHeader':
343
+ this[GEX] = pax_js_1.Pax.parse(this[META], this[GEX], true);
344
+ break;
345
+ case 'NextFileHasLongPath':
346
+ case 'OldGnuLongPath': {
347
+ const ex = this[EX] ?? Object.create(null);
348
+ this[EX] = ex;
349
+ ex.path = this[META].replace(/\0.*/, '');
350
+ break;
351
+ }
352
+ case 'NextFileHasLongLinkpath': {
353
+ const ex = this[EX] || Object.create(null);
354
+ this[EX] = ex;
355
+ ex.linkpath = this[META].replace(/\0.*/, '');
356
+ break;
357
+ }
358
+ /* c8 ignore start */
359
+ default:
360
+ throw new Error('unknown meta: ' + entry.type);
361
+ /* c8 ignore stop */
362
+ }
363
+ }
364
+ abort(error) {
365
+ this[ABORTED] = true;
366
+ this.emit('abort', error);
367
+ // always throws, even in non-strict mode
368
+ this.warn('TAR_ABORT', error, { recoverable: false });
369
+ }
370
+ write(chunk, encoding, cb) {
371
+ if (typeof encoding === 'function') {
372
+ cb = encoding;
373
+ encoding = undefined;
374
+ }
375
+ if (typeof chunk === 'string') {
376
+ chunk = Buffer.from(chunk,
377
+ /* c8 ignore next */
378
+ typeof encoding === 'string' ? encoding : 'utf8');
379
+ }
380
+ if (this[ABORTED]) {
381
+ /* c8 ignore next */
382
+ cb?.();
383
+ return false;
384
+ }
385
+ // first write, might be gzipped, zstd, or brotli compressed
386
+ const needSniff = this[UNZIP] === undefined ||
387
+ (this.brotli === undefined && this[UNZIP] === false);
388
+ if (needSniff && chunk) {
389
+ if (this[BUFFER]) {
390
+ chunk = Buffer.concat([this[BUFFER], chunk]);
391
+ this[BUFFER] = undefined;
392
+ }
393
+ if (chunk.length < ZIP_HEADER_LEN) {
394
+ this[BUFFER] = chunk;
395
+ /* c8 ignore next */
396
+ cb?.();
397
+ return true;
398
+ }
399
+ // look for gzip header
400
+ for (let i = 0; this[UNZIP] === undefined && i < gzipHeader.length; i++) {
401
+ if (chunk[i] !== gzipHeader[i]) {
402
+ this[UNZIP] = false;
403
+ }
404
+ }
405
+ // look for zstd header if gzip header not found
406
+ let isZstd = false;
407
+ if (this[UNZIP] === false && this.zstd !== false) {
408
+ isZstd = true;
409
+ for (let i = 0; i < zstdHeader.length; i++) {
410
+ if (chunk[i] !== zstdHeader[i]) {
411
+ isZstd = false;
412
+ break;
413
+ }
414
+ }
415
+ }
416
+ const maybeBrotli = this.brotli === undefined && !isZstd;
417
+ if (this[UNZIP] === false && maybeBrotli) {
418
+ // read the first header to see if it's a valid tar file. If so,
419
+ // we can safely assume that it's not actually brotli, despite the
420
+ // .tbr or .tar.br file extension.
421
+ // if we ended before getting a full chunk, yes, def brotli
422
+ if (chunk.length < 512) {
423
+ if (this[ENDED]) {
424
+ this.brotli = true;
425
+ }
426
+ else {
427
+ this[BUFFER] = chunk;
428
+ /* c8 ignore next */
429
+ cb?.();
430
+ return true;
431
+ }
432
+ }
433
+ else {
434
+ // if it's tar, it's pretty reliably not brotli, chances of
435
+ // that happening are astronomical.
436
+ try {
437
+ new header_js_1.Header(chunk.subarray(0, 512));
438
+ this.brotli = false;
439
+ }
440
+ catch (_) {
441
+ this.brotli = true;
442
+ }
443
+ }
444
+ }
445
+ if (this[UNZIP] === undefined ||
446
+ (this[UNZIP] === false && (this.brotli || isZstd))) {
447
+ const ended = this[ENDED];
448
+ this[ENDED] = false;
449
+ this[UNZIP] =
450
+ this[UNZIP] === undefined ? new minizlib_1.Unzip({})
451
+ : isZstd ? new minizlib_1.ZstdDecompress({})
452
+ : new minizlib_1.BrotliDecompress({});
453
+ this[UNZIP].on('data', chunk => this[CONSUMECHUNK](chunk));
454
+ this[UNZIP].on('error', er => this.abort(er));
455
+ this[UNZIP].on('end', () => {
456
+ this[ENDED] = true;
457
+ this[CONSUMECHUNK]();
458
+ });
459
+ this[WRITING] = true;
460
+ const ret = !!this[UNZIP][ended ? 'end' : 'write'](chunk);
461
+ this[WRITING] = false;
462
+ cb?.();
463
+ return ret;
464
+ }
465
+ }
466
+ this[WRITING] = true;
467
+ if (this[UNZIP]) {
468
+ this[UNZIP].write(chunk);
469
+ }
470
+ else {
471
+ this[CONSUMECHUNK](chunk);
472
+ }
473
+ this[WRITING] = false;
474
+ // return false if there's a queue, or if the current entry isn't flowing
475
+ const ret = this[QUEUE].length > 0 ? false
476
+ : this[READENTRY] ? this[READENTRY].flowing
477
+ : true;
478
+ // if we have no queue, then that means a clogged READENTRY
479
+ if (!ret && this[QUEUE].length === 0) {
480
+ this[READENTRY]?.once('drain', () => this.emit('drain'));
481
+ }
482
+ /* c8 ignore next */
483
+ cb?.();
484
+ return ret;
485
+ }
486
+ [BUFFERCONCAT](c) {
487
+ if (c && !this[ABORTED]) {
488
+ this[BUFFER] = this[BUFFER] ? Buffer.concat([this[BUFFER], c]) : c;
489
+ }
490
+ }
491
+ [MAYBEEND]() {
492
+ if (this[ENDED] &&
493
+ !this[EMITTEDEND] &&
494
+ !this[ABORTED] &&
495
+ !this[CONSUMING]) {
496
+ this[EMITTEDEND] = true;
497
+ const entry = this[WRITEENTRY];
498
+ if (entry && entry.blockRemain) {
499
+ // truncated, likely a damaged file
500
+ const have = this[BUFFER] ? this[BUFFER].length : 0;
501
+ this.warn('TAR_BAD_ARCHIVE', `Truncated input (needed ${entry.blockRemain} more bytes, only ${have} available)`, { entry });
502
+ if (this[BUFFER]) {
503
+ entry.write(this[BUFFER]);
504
+ }
505
+ entry.end();
506
+ }
507
+ this[EMIT](DONE);
508
+ }
509
+ }
510
+ [CONSUMECHUNK](chunk) {
511
+ if (this[CONSUMING] && chunk) {
512
+ this[BUFFERCONCAT](chunk);
513
+ }
514
+ else if (!chunk && !this[BUFFER]) {
515
+ this[MAYBEEND]();
516
+ }
517
+ else if (chunk) {
518
+ this[CONSUMING] = true;
519
+ if (this[BUFFER]) {
520
+ this[BUFFERCONCAT](chunk);
521
+ const c = this[BUFFER];
522
+ this[BUFFER] = undefined;
523
+ this[CONSUMECHUNKSUB](c);
524
+ }
525
+ else {
526
+ this[CONSUMECHUNKSUB](chunk);
527
+ }
528
+ while (this[BUFFER] &&
529
+ this[BUFFER]?.length >= 512 &&
530
+ !this[ABORTED] &&
531
+ !this[SAW_EOF]) {
532
+ const c = this[BUFFER];
533
+ this[BUFFER] = undefined;
534
+ this[CONSUMECHUNKSUB](c);
535
+ }
536
+ this[CONSUMING] = false;
537
+ }
538
+ if (!this[BUFFER] || this[ENDED]) {
539
+ this[MAYBEEND]();
540
+ }
541
+ }
542
+ [CONSUMECHUNKSUB](chunk) {
543
+ // we know that we are in CONSUMING mode, so anything written goes into
544
+ // the buffer. Advance the position and put any remainder in the buffer.
545
+ let position = 0;
546
+ const length = chunk.length;
547
+ while (position + 512 <= length && !this[ABORTED] && !this[SAW_EOF]) {
548
+ switch (this[STATE]) {
549
+ case 'begin':
550
+ case 'header':
551
+ this[CONSUMEHEADER](chunk, position);
552
+ position += 512;
553
+ break;
554
+ case 'ignore':
555
+ case 'body':
556
+ position += this[CONSUMEBODY](chunk, position);
557
+ break;
558
+ case 'meta':
559
+ position += this[CONSUMEMETA](chunk, position);
560
+ break;
561
+ /* c8 ignore start */
562
+ default:
563
+ throw new Error('invalid state: ' + this[STATE]);
564
+ /* c8 ignore stop */
565
+ }
566
+ }
567
+ if (position < length) {
568
+ this[BUFFER] =
569
+ this[BUFFER] ?
570
+ Buffer.concat([chunk.subarray(position), this[BUFFER]])
571
+ : chunk.subarray(position);
572
+ }
573
+ }
574
+ end(chunk, encoding, cb) {
575
+ if (typeof chunk === 'function') {
576
+ cb = chunk;
577
+ encoding = undefined;
578
+ chunk = undefined;
579
+ }
580
+ if (typeof encoding === 'function') {
581
+ cb = encoding;
582
+ encoding = undefined;
583
+ }
584
+ if (typeof chunk === 'string') {
585
+ chunk = Buffer.from(chunk, encoding);
586
+ }
587
+ if (cb)
588
+ this.once('finish', cb);
589
+ if (!this[ABORTED]) {
590
+ if (this[UNZIP]) {
591
+ /* c8 ignore start */
592
+ if (chunk)
593
+ this[UNZIP].write(chunk);
594
+ /* c8 ignore stop */
595
+ this[UNZIP].end();
596
+ }
597
+ else {
598
+ this[ENDED] = true;
599
+ if (this.brotli === undefined || this.zstd === undefined)
600
+ chunk = chunk || Buffer.alloc(0);
601
+ if (chunk)
602
+ this.write(chunk);
603
+ this[MAYBEEND]();
604
+ }
605
+ }
606
+ return this;
607
+ }
608
+ }
609
+ exports.Parser = Parser;
610
+ //# sourceMappingURL=parse.js.map