dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

JSONStream or jsonstream? #89

Closed junosuarez closed 8 years ago

junosuarez commented 8 years ago

I noticed this module is published on npm as both JSONStream and jsonstream- which is canonical, and which will received latest updates?

(And consider putting a deprecation warning on the other)

Thanks!

dominictarr commented 8 years ago

done.

JSONStream is cannocal. capital letters are now verboten in the npm registry, so never gonna give that up.

junosuarez commented 8 years ago

a renegade til the end, I love it :)

thanks!