[Rich Harris](https://github.com/Rich-Harris) forked this project to make **[Baby Parse](https://github.com/Rich-Harris/BabyParse)** which runs in Node.js environments.
```bash
$ npm install babyparse
```
[Baby Parse on npm registry](https://www.npmjs.org/package/babyparse)
Use it just like Papa Parse. However:
- Files are not supported; strings only
- Some config options are unavailable:
- worker
- download
- encoding
- chunk
Otherwise, Baby Parse has nearly all the same functionality as Papa Parse, including the `unparse()` function.
To discuss a new feature or ask a question, open an issue. To fix a bug, submit a pull request to be credited with the [contributors](https://github.com/mholt/PapaParse/graphs/contributors)! Remember, a pull request, *with test*, is best.You may also discuss on Twitter with [#PapaParse](https://twitter.com/search?q=%23PapaParse&src=typd&f=realtime) or directly to me, [@mholt6](https://twitter.com/mholt6).
Papa Parse is the result of a successful experiment by [SmartyStreets](http://smartystreets.com) which matured into an independent, fully-featured Javascript library.