A Node.js package for appending query parameters to URLs. This package provides a 'queryString' function that takes a URL string and an object containing key-value pairs of parameters to add. It returns the updated URL with the appended query parameters.