skip-stream
Version:
Skip n elements of a stream
24 lines (23 loc) • 476 B
JSON
{
"name": "skip-stream",
"description": "Skip n elements of a stream",
"keywords": ["skip", "stream"],
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/jb55/skip-stream.git"
},
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"through": "^2.3.4"
},
"devDependencies": {
"mocha": "*",
"better-assert": "*",
"stream-reduce": "^1.0.3",
"from": "^0.1.3"
}
}