UNPKG

@basic-streams/merge

Version:
27 lines (26 loc) 684 B
{ "name": "@basic-streams/merge", "version": "1.0.0", "description": "merge operator for basic-streams", "keywords": [ "basic-streams", "merge" ], "author": "Roman Pominov <rpominov@gmail.com>", "main": "./index.js", "types": "./index.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rpominov/basic-streams.git" }, "bugs": { "url": "https://github.com/rpominov/basic-streams/issues" }, "homepage": "https://github.com/rpominov/basic-streams/packages/merge", "dependencies": { "@basic-streams/chain": "^1.0.0", "@basic-streams/of-many": "^1.0.0", "@basic-streams/stream": "^1.0.0" } }