Introducing JsonApiQueryParser for node applications (url->obj)

Hello!
I am working on a node application and built a JsonApiQueryParser module to make it easier to deal with request strings. I could not find any other lightweight packages doing just this without containing lots of other things.
Feel free to use and please provide feedback if you have any!
Try it out through
npm install jsonapi-query-parser
or take a look on the readme here:
https://github.com/kideh88/node-jsonapi-query-parser