npmdoc-split
split a Text Stream into a Line Stream
package.json
{
" author" : {
" name" : " Dominic Tarr" ,
" url" : " http://bit.ly/dominictarr"
},
" bugs" : {
" url" : " https://github.com/dominictarr/split/issues"
},
" dependencies" : {
" through" : " 2"
},
" description" : " split a Text Stream into a Line Stream" ,
" devDependencies" : {
" asynct" : " *" ,
" event-stream" : " ~3.0.2" ,
" it-is" : " 1" ,
" stream-spec" : " ~0.2" ,
" string-to-stream" : " ~1.0.0" ,
" ubelt" : " ~2.9"
},
" directories" : {},
" dist" : {
" shasum" : " c4395ce683abcd254bc28fe1dabb6e5c27dcffae" ,
" tarball" : " https://registry.npmjs.org/split/-/split-1.0.0.tgz"
},
" engines" : {
" node" : " *"
},
" gitHead" : " 08b99aafdd40ec84aa88ac29eb808c70a2ecb549" ,
" homepage" : " http://github.com/dominictarr/split" ,
" license" : " MIT" ,
" maintainers" : [
{
" name" : " dominictarr"
}
],
" name" : " split" ,
" optionalDependencies" : {},
" repository" : {
" type" : " git" ,
" url" : " git://github.com/dominictarr/split.git"
},
" scripts" : {
" test" : " asynct test/"
},
" version" : " 1.0.0" ,
" bin" : {}
}
misc