You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
684 B
31 lines
684 B
2 years ago
|
{
|
||
|
"name": "split",
|
||
|
"version": "0.3.3",
|
||
|
"license": "MIT",
|
||
|
"description": "split a Text Stream into a Line Stream",
|
||
|
"homepage": "http://github.com/dominictarr/split",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/dominictarr/split.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"through": "2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"asynct": "*",
|
||
|
"event-stream": "~3.0.2",
|
||
|
"it-is": "1",
|
||
|
"stream-spec": "~0.2",
|
||
|
"ubelt": "~2.9",
|
||
|
"string-to-stream": "~1.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "asynct test/"
|
||
|
},
|
||
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)",
|
||
|
"optionalDependencies": {},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
}
|