sosj
Version:
Sorted Object Stream Join -- Joins two sorted objectMode streams based on a provided join key.
37 lines (36 loc) • 769 B
JSON
{
"name": "sosj",
"version": "0.3.0",
"description": "Sorted Object Stream Join -- Joins two sorted objectMode streams based on a provided join key.",
"main": "align.js",
"directories": {
"test": "test"
},
"dependencies": {
"readable-stream": "~1.1.10",
"through2-map": "~1.2.1"
},
"devDependencies": {
"tape": "~2.4.0",
"stream-spigot": "~3.0.3",
"through2-spy": "~1.1.1"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "git@github.com:brycebaril/node-sosj.git"
},
"keywords": [
"streams",
"objectMode",
"sequence",
"join"
],
"author": "Bryce B. Baril",
"license": "MIT",
"bugs": {
"url": "https://github.com/brycebaril/node-sosj/issues"
}
}