web-stream-map
Version:
A map function for Web Streams with concurrency support. Like node's ReadableStream.map(), but for Web Streams.
37 lines (36 loc) • 868 B
JSON
{
"name": "web-stream-map",
"version": "1.0.1",
"description": "A map function for Web Streams with concurrency support. Like node's ReadableStream.map(), but for Web Streams.",
"keywords": [
"web streams",
"streams",
"map",
"concurrency",
"async",
"TransformStream"
],
"homepage": "https://github.com/trevorah/web-stream-map#readme",
"bugs": {
"url": "https://github.com/trevorah/web-stream-map/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trevorah/web-stream-map.git"
},
"license": "MIT",
"author": "Andy Trevorah <andy@trevorah.net>",
"type": "module",
"main": "index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"scripts": {
"test": "node --test"
},
"dependencies": {
"p-limit": "^6.2.0",
"s-compose": "^1.0.0"
}
}