elasticsearch-writable-stream
Version:
A writable stream for doing operations in Elasticsearch
39 lines (38 loc) • 925 B
JSON
{
"name": "elasticsearch-writable-stream",
"version": "2.0.1",
"description": "A writable stream for doing operations in Elasticsearch",
"main": "index.js",
"scripts": {
"test": "eslint . && istanbul cover --print both _mocha test",
"preversion": "jsdoc2md index.js > api.md"
},
"author": "Espen Volden <voldern@hoeggen.net>",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^1.7.3",
"eslint-config-vgno": "^4.0.1",
"istanbul": "^0.4.0",
"jsdoc-to-markdown": "^1.2.0",
"mocha": "^3.0.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"flushwritable": "^1.0.0",
"lodash": "^4.6.1"
},
"repository": {
"type": "git",
"url": "git@github.com:voldern/elasticsearch-writable-stream.git"
},
"keywords": [
"elasticsearch",
"stream",
"writable",
"write",
"bulk",
"update_by_query"
]
}