{"id":18256138,"url":"https://github.com/serapath/qery","last_synced_at":"2025-04-08T22:27:08.236Z","repository":{"id":65481619,"uuid":"52034163","full_name":"serapath/qery","owner":"serapath","description":"encode search query","archived":false,"fork":false,"pushed_at":"2016-02-18T21:54:58.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T17:50:37.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/serapath.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":"2016-02-18T19:50:07.000Z","updated_at":"2016-02-18T21:43:38.000Z","dependencies_parsed_at":"2023-01-25T10:05:10.581Z","dependency_job_id":null,"html_url":"https://github.com/serapath/qery","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/serapath%2Fqery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fqery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fqery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fqery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serapath","download_url":"https://codeload.github.com/serapath/qery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937317,"owners_count":21021231,"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":[],"created_at":"2024-11-05T10:20:09.864Z","updated_at":"2025-04-08T22:27:08.219Z","avatar_url":"https://github.com/serapath.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qery\nencode search qery\n\n## example\n\n```js\n  var qery = require('qery')\n  var search = qery({ emse: 'kremse' })\n  console.log(search)\n  // =\u003e \"?emse=kremse\"\n  search = qery({ emse: ['kremse', 'bemse'] })\n  console.log(search)\n  // =\u003e \"?emse=kremse\u0026emse=bemse\"\n  search = qery({ emse: { kremse: 'bemse' } })\n  console.log(search)\n  // =\u003e \"?emse.kremse=bemse\"\n```\n## roadmap\n* add decoding (=parsing) functionality\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Fqery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserapath%2Fqery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Fqery/lists"}