{"id":20246097,"url":"https://github.com/dx3mod/rpm-parser","last_synced_at":"2026-06-09T05:32:02.167Z","repository":{"id":227655271,"uuid":"771657538","full_name":"dx3mod/rpm-parser","owner":"dx3mod","description":"RPM v3 package metadata parser in TypeScript.","archived":false,"fork":false,"pushed_at":"2024-05-17T19:16:47.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T10:27:31.981Z","etag":null,"topics":["parser","rpm"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@dx3mod/rpm-parser","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/dx3mod.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}},"created_at":"2024-03-13T17:49:23.000Z","updated_at":"2025-08-18T10:15:52.000Z","dependencies_parsed_at":"2024-05-17T20:27:46.523Z","dependency_job_id":null,"html_url":"https://github.com/dx3mod/rpm-parser","commit_stats":null,"previous_names":["dx3mod/rpm-parser"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dx3mod/rpm-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx3mod%2Frpm-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx3mod%2Frpm-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx3mod%2Frpm-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx3mod%2Frpm-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dx3mod","download_url":"https://codeload.github.com/dx3mod/rpm-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx3mod%2Frpm-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34093774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["parser","rpm"],"created_at":"2024-11-14T09:26:46.131Z","updated_at":"2026-06-09T05:32:02.148Z","avatar_url":"https://github.com/dx3mod.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpm-parser\n\nRPM v3 package metadata parser in TypeScript with support for partial sync/stream parsing.\n\n## Usage\n\nBasic.\n\n```ts\nimport { parseRpmPackage } from \"@dx3mod/rpm-parser\";\n\nconst packageView = await parseRpmPackage(blob.stream());\n\npackageView.name; // string\npackageView.buildTime; // Date\n\npackageView.raw.signature.entries.get(1004); // Entry\n```\n\nPartial parsing.\n\n```ts\nparseRpmPackage(stream, {\n  // partial parsing of necessary header entries\n  select: {\n    tags: [\n      InfoTag.Name,\n      InfoTag.Os,\n      InfoTag.Arch,\n      InfoTag.Summery,\n      InfoTag.Size,\n    ],\n  },\n  capture: {\n    payload: true,\n  },\n});\n```\n\n## See also\n\n- [fastify-rpm-parser](https://github.com/dx3mod/fastify-rpm-parser)\n\n## References\n\n- [Package File Format](https://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/pkgformat.html)\n- [rpm-rs/rpm](https://github.com/rpm-rs/rpm/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx3mod%2Frpm-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdx3mod%2Frpm-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx3mod%2Frpm-parser/lists"}