{"id":15854278,"url":"https://github.com/afeiship/qs","last_synced_at":"2025-08-22T02:06:56.972Z","repository":{"id":96088426,"uuid":"72206493","full_name":"afeiship/qs","owner":"afeiship","description":"A tiny querystring parser.","archived":false,"fork":false,"pushed_at":"2023-08-27T15:36:41.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T08:45:06.582Z","etag":null,"topics":["decode","encode","parse","qs","querystring","stringify"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-28T12:43:58.000Z","updated_at":"2023-08-24T14:42:23.000Z","dependencies_parsed_at":"2024-10-05T19:41:37.597Z","dependency_job_id":"1ac2bc0d-d406-4280-8c97-5e2f160128b1","html_url":"https://github.com/afeiship/qs","commit_stats":null,"previous_names":["afeiship/qs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/qs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/qs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fqs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271574431,"owners_count":24783319,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["decode","encode","parse","qs","querystring","stringify"],"created_at":"2024-10-05T19:41:24.032Z","updated_at":"2025-08-22T02:06:56.912Z","avatar_url":"https://github.com/afeiship.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qs\n\u003e A tiny querystring parser.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```shell\nnpm install @jswork/qs\n```\n\n## usage\n```js\nimport qs from '@jswork/qs';\n\nqs.parse('a=1\u0026b=2'); // { a: '1', b: '2' }\nqs.stringify({ a: 1, b: 2 }); // a=1\u0026b=2\n```\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/qs/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/qs\n[version-url]: https://npmjs.org/package/@jswork/qs\n\n[license-image]: https://img.shields.io/npm/l/@jswork/qs\n[license-url]: https://github.com/afeiship/qs/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/qs\n[size-url]: https://github.com/afeiship/qs/blob/master/dist/index.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/qs\n[download-url]: https://www.npmjs.com/package/@jswork/qs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fqs/lists"}