awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
brycebaril avatar

brycebaril/through2-map

0
View on GitHub↗
70 星标·2 分支·JavaScript·MIT·4 次浏览

Through2 Map

A through2 to create an Array.prototype.map analog for streams.

Features

  • Stream Processing - Maps stream data using a callback.

Star 历史

brycebaril/through2-map 的 Star 历史图表brycebaril/through2-map 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Through2 Map 的开源替代方案

相似的开源项目,按与 Through2 Map 的功能重合度排序。
  • brycebaril/through2-filterbrycebaril 的头像

    brycebaril/through2-filter

    34在 GitHub 上查看↗

    A through2 wrapper to create an Array.prototype.filter analog for streams

    JavaScript
    在 GitHub 上查看↗34
  • dominictarr/jsonstreamdominictarr 的头像

    dominictarr/JSONStream

    1,932在 GitHub 上查看↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    JavaScript
    在 GitHub 上查看↗1,932
  • dominictarr/splitdominictarr 的头像

    dominictarr/split

    345在 GitHub 上查看↗
    JavaScript
    在 GitHub 上查看↗345
  • brycebaril/node-stream-spigotbrycebaril 的头像

    brycebaril/node-stream-spigot

    15在 GitHub 上查看↗

    A streams2 Readable stream generator, useful for testing.

    JavaScript
    在 GitHub 上查看↗15
查看 Through2 Map 的所有 9 个替代方案→

常见问题解答

brycebaril/through2-map 是做什么的?

A through2 to create an Array.prototype.map analog for streams.

brycebaril/through2-map 的主要功能有哪些?

brycebaril/through2-map 的主要功能包括:Stream Processing。

brycebaril/through2-map 有哪些开源替代品?

brycebaril/through2-map 的开源替代品包括: brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-filter — A through2 wrapper to create an Array.prototype.filter analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. mafintosh/pump — pipe streams together and close all of them if one of them closes. maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result.