querystream
Version:
A stream that allows filtering of data (objects) using MongoDB-compatible queries.
41 lines (40 loc) • 819 B
JSON
{
"name": "querystream",
"description": "A stream that allows filtering of data (objects) using MongoDB-compatible queries.",
"keywords": [
"streams2",
"stream",
"objectMode",
"query",
"transform",
"through",
"filter",
"mongodb"
],
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/maxkueng/querystream.git"
},
"author": "Max Kueng <me@maxkueng.com> (http://maxkueng.com/)",
"dependencies": {
"qry": "0.0.1",
"readable-stream": "~1.0.2"
},
"devDependencies": {
"tap": "~0.4.3"
},
"scripts": {
"test": "tap test/*.js"
},
"engines": [
"node >=0.8.0"
],
"main": "./index",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/maxkueng/querysyteam/raw/master/LICENSE"
}
]
}