streamlined
Version:
Collection of helper streams to deal with mapping/transforming object streams
45 lines (44 loc) • 968 B
JSON
{
"name": "streamlined",
"version": "0.8.0",
"description": "Collection of helper streams to deal with mapping/transforming object streams",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/streamlined"
},
"keywords": [
"leveldb",
"levelup",
"stream",
"streams",
"streaming",
"map",
"reduce",
"timeseries",
"timestream",
"timestreamdb",
"transform"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/streamlined/issues"
},
"dependencies": {
"pathos": "^0.5.1",
"through2": "^0.6.1",
"jsonquery": "^0.1.3",
"defunct": "^1.0.1"
},
"devDependencies": {
"JSONStream": "^0.9.0",
"bl": "^0.9.1",
"concat-stream": "^1.4.6",
"redtape": "^1.0.0",
"tape": "^3.0.2"
}
}