checkpoint-stream
Version:
Queue data from a stream until a checkpoint is hit
43 lines (42 loc) • 809 B
JSON
{
"name": "checkpoint-stream",
"version": "0.1.2",
"description": "Queue data from a stream until a checkpoint is hit",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "mocha *.test.js"
},
"keywords": [
"queue",
"stream",
"checkpoint"
],
"files": [
"index.d.ts",
"index.js"
],
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"license": "MIT",
"devDependencies": {
"async": "^2.1.4",
"mocha": "^3.2.0",
"standard": "^8.6.0"
},
"dependencies": {
"@types/pumpify": "^1.4.1",
"events-intercept": "^2.0.0",
"pumpify": "^1.3.5",
"split-array-stream": "^1.0.0",
"through2": "^2.0.3"
},
"standard": {
"global": [
"after",
"before",
"beforeEach",
"describe",
"it"
]
}
}