{"id":17023252,"url":"https://github.com/alexcarpenter/querystring-to-object","last_synced_at":"2025-08-22T14:08:37.122Z","repository":{"id":47935313,"uuid":"224485446","full_name":"alexcarpenter/querystring-to-object","owner":"alexcarpenter","description":"Convert a query string into an object","archived":false,"fork":false,"pushed_at":"2023-01-05T01:49:57.000Z","size":708,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T06:46:51.226Z","etag":null,"topics":["composition","currying","fp"],"latest_commit_sha":null,"homepage":"https://npm.im/@alexcarpenter/querystring-to-object","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcarpenter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T17:40:40.000Z","updated_at":"2023-03-08T03:17:08.000Z","dependencies_parsed_at":"2023-02-03T04:46:32.324Z","dependency_job_id":null,"html_url":"https://github.com/alexcarpenter/querystring-to-object","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fquerystring-to-object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fquerystring-to-object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fquerystring-to-object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcarpenter%2Fquerystring-to-object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcarpenter","download_url":"https://codeload.github.com/alexcarpenter/querystring-to-object/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247394789,"owners_count":20932009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composition","currying","fp"],"created_at":"2024-10-14T07:12:42.942Z","updated_at":"2025-04-05T20:21:38.170Z","avatar_url":"https://github.com/alexcarpenter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# querystring-to-object\n\n\u003e Convert a query string into an object\n\n## Installation\n\n```bash\n$ npm i @alexcarpenter/querystring-to-object\n```\n\n## Usage\n\n```js\nimport querystringToObject from '@alexcarpenter/querystring-to-object';\n\nconst qs = '?page=2\u0026size=10\u0026total=200';\n\nquerystringToObject(qs); //=\u003e { page: '2', size: '10', total: '200' }\n```\n\n## Related\n\n- [object-to-querystring](https://github.com/alexcarpenter/object-to-querystring)\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcarpenter%2Fquerystring-to-object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcarpenter%2Fquerystring-to-object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcarpenter%2Fquerystring-to-object/lists"}