{"id":23584072,"url":"https://github.com/node-ecosystem/fastest-qs","last_synced_at":"2026-02-06T22:02:09.779Z","repository":{"id":268271651,"uuid":"903846737","full_name":"node-ecosystem/fastest-qs","owner":"node-ecosystem","description":"Fastest query string parser","archived":false,"fork":false,"pushed_at":"2025-01-11T03:48:44.000Z","size":2922,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T20:54:56.619Z","etag":null,"topics":["fast","fast-querystring","http","node-js","parse","parser","qs","query","querystring","string"],"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/node-ecosystem.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-15T17:50:26.000Z","updated_at":"2025-01-11T03:47:59.000Z","dependencies_parsed_at":"2024-12-15T17:57:41.643Z","dependency_job_id":"bce703c7-c5b2-4097-a44d-7e118917d742","html_url":"https://github.com/node-ecosystem/fastest-qs","commit_stats":null,"previous_names":["node-ecosystem/fastest-qs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/node-ecosystem/fastest-qs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ecosystem%2Ffastest-qs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ecosystem%2Ffastest-qs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ecosystem%2Ffastest-qs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ecosystem%2Ffastest-qs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ecosystem","download_url":"https://codeload.github.com/node-ecosystem/fastest-qs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ecosystem%2Ffastest-qs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265108514,"owners_count":23712466,"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":["fast","fast-querystring","http","node-js","parse","parser","qs","query","querystring","string"],"created_at":"2024-12-27T02:19:42.476Z","updated_at":"2026-02-06T22:02:09.774Z","avatar_url":"https://github.com/node-ecosystem.png","language":"TypeScript","readme":"# fastest-qs\n\nThis project is an object version is an exported `fast-querystring` used by [Elysia](https://github.com/elysiajs/elysia) ([source](https://github.com/elysiajs/elysia/blob/main/src/fast-querystring.ts)), which in turn is inspired by the original [fast-querystring](https://github.com/anonrig/fast-querystring) and improved with [deuri](https://github.com/re-utils/deuri).\n\n## Installation\n\nTo install the package, run the following command:\n\n```sh\nyarn add fastest-qs\n```\n\n## Usage\n\n```ts\nimport { parseQueryFromURL } from 'fastest-qs'\n\nconst queryURL = 'q=1\u0026q2'\n\nconst query = parseQueryFromURL(queryURL)\n\nconsole.log('Query:', query)   // { q: 1, q: 2 }\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\nLicenses for third-party projects are listed in [THIRD-PARTY-LICENSE](THIRD-PARTY-LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ecosystem%2Ffastest-qs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ecosystem%2Ffastest-qs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ecosystem%2Ffastest-qs/lists"}