chunker
Version:
Chunk/split your stream without eating the splitter char.
38 lines (37 loc) • 760 B
JSON
{
"name": "chunker",
"version": "0.2.1",
"description": "Chunk/split your stream without eating the splitter char.",
"main": "index.js",
"files": [
"index.js",
"README.md",
"LICENSE",
"test.js",
"input.txt",
"output.txt",
"package.json"
],
"devDependencies": {
"coffee-script": "~1.6.3",
"tap": "~0.4.1",
"supervisor": "~0.5.2",
"buffer-equal": "0.0.0"
},
"scripts": {
"prepublish": "make all",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/chakrit/chunker.git"
},
"keywords": [
"chunker",
"chunking",
"splitting",
"streams"
],
"author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"license": "BSD"
}