@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.
- package/README.md +28 -1
- package/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
- package/node_modules/@isaacs/fs-minipass/README.md +71 -0
- package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts +118 -0
- package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
- package/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js.map +1 -0
- package/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
- package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts +118 -0
- package/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts.map +1 -0
- package/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
- package/node_modules/@isaacs/fs-minipass/dist/esm/index.js.map +1 -0
- package/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
- package/node_modules/@isaacs/fs-minipass/package.json +72 -0
- package/node_modules/chownr/LICENSE.md +63 -0
- package/node_modules/chownr/README.md +3 -0
- package/node_modules/chownr/dist/commonjs/index.d.ts +3 -0
- package/node_modules/chownr/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/chownr/dist/commonjs/index.js +93 -0
- package/node_modules/chownr/dist/commonjs/index.js.map +1 -0
- package/node_modules/chownr/dist/commonjs/package.json +3 -0
- package/node_modules/chownr/dist/esm/index.d.ts +3 -0
- package/node_modules/chownr/dist/esm/index.d.ts.map +1 -0
- package/node_modules/chownr/dist/esm/index.js +85 -0
- package/node_modules/chownr/dist/esm/index.js.map +1 -0
- package/node_modules/chownr/dist/esm/package.json +3 -0
- package/node_modules/chownr/package.json +69 -0
- package/node_modules/minipass/LICENSE.md +55 -0
- package/node_modules/minipass/README.md +825 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts +545 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/commonjs/index.js +1038 -0
- package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
- package/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/node_modules/minipass/dist/esm/index.d.ts +545 -0
- package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/esm/index.js +1020 -0
- package/node_modules/minipass/dist/esm/index.js.map +1 -0
- package/node_modules/minipass/dist/esm/package.json +3 -0
- package/node_modules/minipass/package.json +77 -0
- package/node_modules/minizlib/LICENSE +26 -0
- package/node_modules/minizlib/README.md +64 -0
- package/node_modules/minizlib/dist/commonjs/constants.d.ts +2 -0
- package/node_modules/minizlib/dist/commonjs/constants.d.ts.map +1 -0
- package/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/node_modules/minizlib/dist/commonjs/constants.js.map +1 -0
- package/node_modules/minizlib/dist/commonjs/index.d.ts +99 -0
- package/node_modules/minizlib/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minizlib/dist/commonjs/index.js +416 -0
- package/node_modules/minizlib/dist/commonjs/index.js.map +1 -0
- package/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/node_modules/minizlib/dist/esm/constants.d.ts +2 -0
- package/node_modules/minizlib/dist/esm/constants.d.ts.map +1 -0
- package/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/node_modules/minizlib/dist/esm/constants.js.map +1 -0
- package/node_modules/minizlib/dist/esm/index.d.ts +99 -0
- package/node_modules/minizlib/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minizlib/dist/esm/index.js +363 -0
- package/node_modules/minizlib/dist/esm/index.js.map +1 -0
- package/node_modules/minizlib/dist/esm/package.json +3 -0
- package/node_modules/minizlib/package.json +80 -0
- package/node_modules/tar/LICENSE.md +55 -0
- package/node_modules/tar/README.md +1224 -0
- package/node_modules/tar/dist/commonjs/create.d.ts +3 -0
- package/node_modules/tar/dist/commonjs/create.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/create.js +82 -0
- package/node_modules/tar/dist/commonjs/create.js.map +1 -0
- package/node_modules/tar/dist/commonjs/cwd-error.d.ts +8 -0
- package/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
- package/node_modules/tar/dist/commonjs/cwd-error.js.map +1 -0
- package/node_modules/tar/dist/commonjs/extract.d.ts +3 -0
- package/node_modules/tar/dist/commonjs/extract.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/extract.js +88 -0
- package/node_modules/tar/dist/commonjs/extract.js.map +1 -0
- package/node_modules/tar/dist/commonjs/get-write-flag.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/get-write-flag.js +32 -0
- package/node_modules/tar/dist/commonjs/get-write-flag.js.map +1 -0
- package/node_modules/tar/dist/commonjs/header.d.ts +53 -0
- package/node_modules/tar/dist/commonjs/header.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/header.js +312 -0
- package/node_modules/tar/dist/commonjs/header.js.map +1 -0
- package/node_modules/tar/dist/commonjs/index.d.ts +20 -0
- package/node_modules/tar/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/index.js +64 -0
- package/node_modules/tar/dist/commonjs/index.js.map +1 -0
- package/node_modules/tar/dist/commonjs/index.min.js +4 -0
- package/node_modules/tar/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/tar/dist/commonjs/large-numbers.d.ts +3 -0
- package/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
- package/node_modules/tar/dist/commonjs/large-numbers.js.map +1 -0
- package/node_modules/tar/dist/commonjs/list.d.ts +7 -0
- package/node_modules/tar/dist/commonjs/list.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/list.js +145 -0
- package/node_modules/tar/dist/commonjs/list.js.map +1 -0
- package/node_modules/tar/dist/commonjs/make-command.d.ts +49 -0
- package/node_modules/tar/dist/commonjs/make-command.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/make-command.js +52 -0
- package/node_modules/tar/dist/commonjs/make-command.js.map +1 -0
- package/node_modules/tar/dist/commonjs/mkdir.d.ts +25 -0
- package/node_modules/tar/dist/commonjs/mkdir.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/mkdir.js +187 -0
- package/node_modules/tar/dist/commonjs/mkdir.js.map +1 -0
- package/node_modules/tar/dist/commonjs/mode-fix.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/mode-fix.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
- package/node_modules/tar/dist/commonjs/mode-fix.js.map +1 -0
- package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/normalize-unicode.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/normalize-unicode.js +38 -0
- package/node_modules/tar/dist/commonjs/normalize-unicode.js.map +1 -0
- package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
- package/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +1 -0
- package/node_modules/tar/dist/commonjs/options.d.ts +596 -0
- package/node_modules/tar/dist/commonjs/options.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/options.js +66 -0
- package/node_modules/tar/dist/commonjs/options.js.map +1 -0
- package/node_modules/tar/dist/commonjs/pack.d.ts +102 -0
- package/node_modules/tar/dist/commonjs/pack.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/pack.js +511 -0
- package/node_modules/tar/dist/commonjs/pack.js.map +1 -0
- package/node_modules/tar/dist/commonjs/package.json +3 -0
- package/node_modules/tar/dist/commonjs/parse.d.ts +85 -0
- package/node_modules/tar/dist/commonjs/parse.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/parse.js +610 -0
- package/node_modules/tar/dist/commonjs/parse.js.map +1 -0
- package/node_modules/tar/dist/commonjs/path-reservations.d.ts +11 -0
- package/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/node_modules/tar/dist/commonjs/path-reservations.js.map +1 -0
- package/node_modules/tar/dist/commonjs/pax.d.ts +26 -0
- package/node_modules/tar/dist/commonjs/pax.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/pax.js +158 -0
- package/node_modules/tar/dist/commonjs/pax.js.map +1 -0
- package/node_modules/tar/dist/commonjs/process-umask.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/process-umask.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/process-umask.js +7 -0
- package/node_modules/tar/dist/commonjs/process-umask.js.map +1 -0
- package/node_modules/tar/dist/commonjs/read-entry.d.ts +36 -0
- package/node_modules/tar/dist/commonjs/read-entry.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/read-entry.js +136 -0
- package/node_modules/tar/dist/commonjs/read-entry.js.map +1 -0
- package/node_modules/tar/dist/commonjs/replace.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/replace.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/replace.js +227 -0
- package/node_modules/tar/dist/commonjs/replace.js.map +1 -0
- package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
- package/node_modules/tar/dist/commonjs/strip-absolute-path.js.map +1 -0
- package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
- package/node_modules/tar/dist/commonjs/strip-trailing-slashes.js.map +1 -0
- package/node_modules/tar/dist/commonjs/symlink-error.d.ts +9 -0
- package/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
- package/node_modules/tar/dist/commonjs/symlink-error.js.map +1 -0
- package/node_modules/tar/dist/commonjs/types.d.ts +7 -0
- package/node_modules/tar/dist/commonjs/types.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/types.js +50 -0
- package/node_modules/tar/dist/commonjs/types.js.map +1 -0
- package/node_modules/tar/dist/commonjs/unpack.d.ts +101 -0
- package/node_modules/tar/dist/commonjs/unpack.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/unpack.js +932 -0
- package/node_modules/tar/dist/commonjs/unpack.js.map +1 -0
- package/node_modules/tar/dist/commonjs/update.d.ts +2 -0
- package/node_modules/tar/dist/commonjs/update.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/update.js +33 -0
- package/node_modules/tar/dist/commonjs/update.js.map +1 -0
- package/node_modules/tar/dist/commonjs/warn-method.d.ts +24 -0
- package/node_modules/tar/dist/commonjs/warn-method.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/warn-method.js +31 -0
- package/node_modules/tar/dist/commonjs/warn-method.js.map +1 -0
- package/node_modules/tar/dist/commonjs/winchars.d.ts +3 -0
- package/node_modules/tar/dist/commonjs/winchars.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/winchars.js +14 -0
- package/node_modules/tar/dist/commonjs/winchars.js.map +1 -0
- package/node_modules/tar/dist/commonjs/write-entry.d.ts +129 -0
- package/node_modules/tar/dist/commonjs/write-entry.d.ts.map +1 -0
- package/node_modules/tar/dist/commonjs/write-entry.js +698 -0
- package/node_modules/tar/dist/commonjs/write-entry.js.map +1 -0
- package/node_modules/tar/dist/esm/create.d.ts +3 -0
- package/node_modules/tar/dist/esm/create.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/create.js +76 -0
- package/node_modules/tar/dist/esm/create.js.map +1 -0
- package/node_modules/tar/dist/esm/cwd-error.d.ts +8 -0
- package/node_modules/tar/dist/esm/cwd-error.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/cwd-error.js +14 -0
- package/node_modules/tar/dist/esm/cwd-error.js.map +1 -0
- package/node_modules/tar/dist/esm/extract.d.ts +3 -0
- package/node_modules/tar/dist/esm/extract.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/extract.js +49 -0
- package/node_modules/tar/dist/esm/extract.js.map +1 -0
- package/node_modules/tar/dist/esm/get-write-flag.d.ts +2 -0
- package/node_modules/tar/dist/esm/get-write-flag.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/get-write-flag.js +26 -0
- package/node_modules/tar/dist/esm/get-write-flag.js.map +1 -0
- package/node_modules/tar/dist/esm/header.d.ts +53 -0
- package/node_modules/tar/dist/esm/header.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/header.js +275 -0
- package/node_modules/tar/dist/esm/header.js.map +1 -0
- package/node_modules/tar/dist/esm/index.d.ts +20 -0
- package/node_modules/tar/dist/esm/index.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/index.js +20 -0
- package/node_modules/tar/dist/esm/index.js.map +1 -0
- package/node_modules/tar/dist/esm/index.min.js +4 -0
- package/node_modules/tar/dist/esm/index.min.js.map +7 -0
- package/node_modules/tar/dist/esm/large-numbers.d.ts +3 -0
- package/node_modules/tar/dist/esm/large-numbers.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/large-numbers.js +94 -0
- package/node_modules/tar/dist/esm/large-numbers.js.map +1 -0
- package/node_modules/tar/dist/esm/list.d.ts +7 -0
- package/node_modules/tar/dist/esm/list.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/list.js +105 -0
- package/node_modules/tar/dist/esm/list.js.map +1 -0
- package/node_modules/tar/dist/esm/make-command.d.ts +49 -0
- package/node_modules/tar/dist/esm/make-command.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/make-command.js +48 -0
- package/node_modules/tar/dist/esm/make-command.js.map +1 -0
- package/node_modules/tar/dist/esm/mkdir.d.ts +25 -0
- package/node_modules/tar/dist/esm/mkdir.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/mkdir.js +179 -0
- package/node_modules/tar/dist/esm/mkdir.js.map +1 -0
- package/node_modules/tar/dist/esm/mode-fix.d.ts +2 -0
- package/node_modules/tar/dist/esm/mode-fix.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/mode-fix.js +25 -0
- package/node_modules/tar/dist/esm/mode-fix.js.map +1 -0
- package/node_modules/tar/dist/esm/normalize-unicode.d.ts +2 -0
- package/node_modules/tar/dist/esm/normalize-unicode.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/normalize-unicode.js +34 -0
- package/node_modules/tar/dist/esm/normalize-unicode.js.map +1 -0
- package/node_modules/tar/dist/esm/normalize-windows-path.d.ts +2 -0
- package/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
- package/node_modules/tar/dist/esm/normalize-windows-path.js.map +1 -0
- package/node_modules/tar/dist/esm/options.d.ts +596 -0
- package/node_modules/tar/dist/esm/options.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/options.js +54 -0
- package/node_modules/tar/dist/esm/options.js.map +1 -0
- package/node_modules/tar/dist/esm/pack.d.ts +102 -0
- package/node_modules/tar/dist/esm/pack.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/pack.js +469 -0
- package/node_modules/tar/dist/esm/pack.js.map +1 -0
- package/node_modules/tar/dist/esm/package.json +3 -0
- package/node_modules/tar/dist/esm/parse.d.ts +85 -0
- package/node_modules/tar/dist/esm/parse.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/parse.js +606 -0
- package/node_modules/tar/dist/esm/parse.js.map +1 -0
- package/node_modules/tar/dist/esm/path-reservations.d.ts +11 -0
- package/node_modules/tar/dist/esm/path-reservations.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/node_modules/tar/dist/esm/path-reservations.js.map +1 -0
- package/node_modules/tar/dist/esm/pax.d.ts +26 -0
- package/node_modules/tar/dist/esm/pax.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/pax.js +154 -0
- package/node_modules/tar/dist/esm/pax.js.map +1 -0
- package/node_modules/tar/dist/esm/process-umask.d.ts +2 -0
- package/node_modules/tar/dist/esm/process-umask.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/process-umask.js +3 -0
- package/node_modules/tar/dist/esm/process-umask.js.map +1 -0
- package/node_modules/tar/dist/esm/read-entry.d.ts +36 -0
- package/node_modules/tar/dist/esm/read-entry.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/read-entry.js +132 -0
- package/node_modules/tar/dist/esm/read-entry.js.map +1 -0
- package/node_modules/tar/dist/esm/replace.d.ts +2 -0
- package/node_modules/tar/dist/esm/replace.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/replace.js +221 -0
- package/node_modules/tar/dist/esm/replace.js.map +1 -0
- package/node_modules/tar/dist/esm/strip-absolute-path.d.ts +2 -0
- package/node_modules/tar/dist/esm/strip-absolute-path.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
- package/node_modules/tar/dist/esm/strip-absolute-path.js.map +1 -0
- package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts +2 -0
- package/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
- package/node_modules/tar/dist/esm/strip-trailing-slashes.js.map +1 -0
- package/node_modules/tar/dist/esm/symlink-error.d.ts +9 -0
- package/node_modules/tar/dist/esm/symlink-error.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/symlink-error.js +15 -0
- package/node_modules/tar/dist/esm/symlink-error.js.map +1 -0
- package/node_modules/tar/dist/esm/types.d.ts +7 -0
- package/node_modules/tar/dist/esm/types.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/types.js +45 -0
- package/node_modules/tar/dist/esm/types.js.map +1 -0
- package/node_modules/tar/dist/esm/unpack.d.ts +101 -0
- package/node_modules/tar/dist/esm/unpack.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/unpack.js +891 -0
- package/node_modules/tar/dist/esm/unpack.js.map +1 -0
- package/node_modules/tar/dist/esm/update.d.ts +2 -0
- package/node_modules/tar/dist/esm/update.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/update.js +30 -0
- package/node_modules/tar/dist/esm/update.js.map +1 -0
- package/node_modules/tar/dist/esm/warn-method.d.ts +24 -0
- package/node_modules/tar/dist/esm/warn-method.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/warn-method.js +27 -0
- package/node_modules/tar/dist/esm/warn-method.js.map +1 -0
- package/node_modules/tar/dist/esm/winchars.d.ts +3 -0
- package/node_modules/tar/dist/esm/winchars.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/winchars.js +9 -0
- package/node_modules/tar/dist/esm/winchars.js.map +1 -0
- package/node_modules/tar/dist/esm/write-entry.d.ts +129 -0
- package/node_modules/tar/dist/esm/write-entry.d.ts.map +1 -0
- package/node_modules/tar/dist/esm/write-entry.js +656 -0
- package/node_modules/tar/dist/esm/write-entry.js.map +1 -0
- package/node_modules/tar/package.json +297 -0
- package/node_modules/yallist/LICENSE.md +63 -0
- package/node_modules/yallist/README.md +205 -0
- package/node_modules/yallist/dist/commonjs/index.d.ts +39 -0
- package/node_modules/yallist/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/yallist/dist/commonjs/index.js +384 -0
- package/node_modules/yallist/dist/commonjs/index.js.map +1 -0
- package/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/node_modules/yallist/dist/esm/index.d.ts +39 -0
- package/node_modules/yallist/dist/esm/index.d.ts.map +1 -0
- package/node_modules/yallist/dist/esm/index.js +379 -0
- package/node_modules/yallist/dist/esm/index.js.map +1 -0
- package/node_modules/yallist/dist/esm/package.json +3 -0
- package/node_modules/yallist/package.json +68 -0
- package/package.json +3 -1
- package/skills/manifest.json +12 -0
- package/skills/weibo-cron/SKILL.md +115 -48
- package/skills/weibo-crowd/SKILL.md +182 -16
- package/skills/weibo-crowd/references/SILICON-TEAHOUSE-RULES.md +196 -62
- package/skills/weibo-crowd/scripts/weibo-crowd.js +105 -27
- package/skills/weibo-hot-search/SKILL.md +2 -0
- package/skills/weibo-pic/SKILL.md +266 -0
- package/skills/weibo-pic/scripts/weibo-pic.js +798 -0
- package/skills/weibo-search/SKILL.md +2 -0
- package/skills/weibo-status/SKILL.md +2 -0
- package/skills/weibo-token/SKILL.md +2 -0
- package/skills/weibo-video/SKILL.md +2 -0
- package/src/client.d.ts.map +1 -1
- package/src/client.js +3 -0
- package/src/client.js.map +1 -1
- package/src/skill-updater.d.ts +14 -0
- package/src/skill-updater.d.ts.map +1 -0
- package/src/skill-updater.js +240 -0
- package/src/skill-updater.js.map +1 -0
- package/src/token.d.ts +2 -0
- package/src/token.d.ts.map +1 -1
- package/src/token.js +1 -0
- package/src/token.js.map +1 -1
- package/src/weibo-hot-search.js +1 -1
- package/src/weibo-hot-search.js.map +1 -1
- package/src/weibo-search.js +1 -1
- package/src/weibo-search.js.map +1 -1
- package/src/weibo-status.js +1 -1
- package/src/weibo-status.js.map +1 -1
- package/src/weibo-token-tool.js +1 -1
- 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
|