{"id":26239125,"url":"https://github.com/vitonsky/search-queries","last_synced_at":"2026-02-24T03:31:40.900Z","repository":{"id":270629720,"uuid":"910970522","full_name":"vitonsky/search-queries","owner":"vitonsky","description":"Simple and powerful parser for advanced search queries ","archived":false,"fork":false,"pushed_at":"2025-04-14T02:57:17.000Z","size":650,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T03:39:10.393Z","etag":null,"topics":["browser","fulltext-search","fulltextsearch","javascript","nodejs","query-parser","query-string","search","search-queries","search-query","search-query-nodejs","searching","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/search-queries","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/vitonsky.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":"2025-01-01T23:57:40.000Z","updated_at":"2025-01-14T11:44:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"579c5928-069c-471f-b45a-5c9d38365430","html_url":"https://github.com/vitonsky/search-queries","commit_stats":null,"previous_names":["vitonsky/search-queries"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitonsky/search-queries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitonsky%2Fsearch-queries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitonsky%2Fsearch-queries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitonsky%2Fsearch-queries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitonsky%2Fsearch-queries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitonsky","download_url":"https://codeload.github.com/vitonsky/search-queries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitonsky%2Fsearch-queries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29770766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T03:15:54.600Z","status":"ssl_error","status_checked_at":"2026-02-24T03:15:54.143Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["browser","fulltext-search","fulltextsearch","javascript","nodejs","query-parser","query-string","search","search-queries","search-query","search-query-nodejs","searching","typescript"],"created_at":"2025-03-13T06:33:58.655Z","updated_at":"2026-02-24T03:31:40.879Z","avatar_url":"https://github.com/vitonsky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/npm/v/search-queries.svg)](https://www.npmjs.com/package/search-queries) ![](https://github.com/vitonsky/search-queries/actions/workflows/codeql-analysis.yml/badge.svg)\n\nSimple and powerful parser for advanced search queries like [GitHub search queries](https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax).\n\n# Usage\n\n```ts\nimport { QueryParser } from 'search-queries';\n\nconst parser = new QueryParser({ modifiers: ['!', '-'] });\n\nconst query = parser.parse(\n  `fancy words label:foo -label:bar and \"multiple words string\" -\"excluded phrase\"`\n);\n\n// Yield object equal to\nexpect(query).toEqual([\n  { value: 'fancy' },\n  { value: 'words' },\n  { keyword: 'label', value: 'foo' },\n  { keyword: 'label', value: 'bar', modifier: '-' },\n  { value: 'and' },\n  { value: 'multiple words string' },\n  { value: 'excluded phrase', modifier: '-' },\n]);\n```\n\n# API\n\nTODO: add docs\n\n# Development\n\n`search-queries` is an truth open source project, so you are welcome on [project github repository](https://github.com/vitonsky/search-queries/) to contribute a code, [make issues](https://github.com/vitonsky/search-queries/issues/new/choose) with feature requests and bug reports.\n\nYou may contribute to a project if you tell about `search-queries` to your friends.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitonsky%2Fsearch-queries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitonsky%2Fsearch-queries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitonsky%2Fsearch-queries/lists"}