dominictarr / JSONStream

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

Case Sensitivity -- jsonstream and JSONStream on npm #128

Open EricByers opened 7 years ago

EricByers commented 7 years ago

Looks like this project was originally published as jsonstream and then switched to using JSONStream. Was trying to use this project with TypeScript type definitions and they only allow lowercase definitions, so there isn't any way to match this.

Any chance this could be published to both jsonstream and JSONStream?

dominictarr commented 7 years ago

correction: JSONStream was published a long time ago, when npm allowed upper case in module names, later this changed but the uppercase modules published before that restriction where allowed to still be updated. it was republished as jsonstream when a bug in the npm registry temporarily disallowed updates, but this was later fixed and we went back to using JSONStream as the module name.