{"id":16376733,"url":"https://github.com/wiktor-k/jq-filter","last_synced_at":"2026-04-25T21:31:51.474Z","repository":{"id":149360277,"uuid":"161785215","full_name":"wiktor-k/jq-filter","owner":"wiktor-k","description":"Filters JSON Lines using JavaScript","archived":false,"fork":false,"pushed_at":"2018-12-14T13:02:08.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T04:35:40.257Z","etag":null,"topics":["filter","jq","json"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wiktor-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2018-12-14T13:01:18.000Z","updated_at":"2024-02-24T12:14:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c34f2387-a684-4104-8e82-41a0475ffa23","html_url":"https://github.com/wiktor-k/jq-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wiktor-k/jq-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Fjq-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Fjq-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Fjq-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Fjq-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiktor-k","download_url":"https://codeload.github.com/wiktor-k/jq-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Fjq-filter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["filter","jq","json"],"created_at":"2024-10-11T03:25:54.642Z","updated_at":"2026-04-25T21:31:51.466Z","avatar_url":"https://github.com/wiktor-k.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Lines filter\n\nFilters [JSON Lines](http://jsonlines.org/) input using JavaScript.\n\nThe only argument to this tool is a predicate where `it` indicates parsed JSON line. If the predicate returns `true` the line is printed as is otherwise it is silently discarded.\n\nExample:\n\n```\n$ cat file.jsonl\n{\"size\":4}\n{\"size\":5}\n{\"size\":6}\n\n$ cat file.jsonl | npx jq-filter 'it.size \u003e 5'\n{\"size\":6}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiktor-k%2Fjq-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiktor-k%2Fjq-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiktor-k%2Fjq-filter/lists"}