{"id":15435949,"url":"https://github.com/uetchy/protobuffet","last_synced_at":"2025-04-19T18:23:57.829Z","repository":{"id":65476017,"uuid":"426145393","full_name":"uetchy/protobuffet","owner":"uetchy","description":"🍽 Fast, isomorphic, zero-dependency Protocol Buffers binary message parser and assembler","archived":false,"fork":false,"pushed_at":"2021-11-11T14:03:15.000Z","size":70,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T11:34:41.701Z","etag":null,"topics":["protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uetchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["uetchy"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-11-09T08:18:34.000Z","updated_at":"2021-12-23T15:29:45.000Z","dependencies_parsed_at":"2023-01-25T06:15:30.002Z","dependency_job_id":null,"html_url":"https://github.com/uetchy/protobuffet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fprotobuffet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fprotobuffet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fprotobuffet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uetchy%2Fprotobuffet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uetchy","download_url":"https://codeload.github.com/uetchy/protobuffet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249505980,"owners_count":21282998,"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":["protobuf","protocol-buffers"],"created_at":"2024-10-01T18:47:06.651Z","updated_at":"2025-04-19T18:23:57.807Z","avatar_url":"https://github.com/uetchy.png","language":"TypeScript","funding_links":["https://github.com/sponsors/uetchy"],"categories":[],"sub_categories":[],"readme":"# 🍽 protobuffet\n\n[![npm](https://badgen.net/npm/v/protobuffet)](https://npmjs.org/package/protobuffet)\n[![npm: total downloads](https://badgen.net/npm/dt/protobuffet)](https://npmjs.org/package/protobuffet)\n\nFast, zero-dependency [Protocol Buffers](https://developers.google.com/protocol-buffers/) binary message parser and assembler.\n\n## Usage\n\n### Parse\n\n```js\nimport { parsePb } from \"protobuffet\";\n\nconst parsed = parsePb(uint8Array);\n```\n\n### Construct\n\n```js\nimport { ld, vt, concatu8 as cc } from \"protobuffet\";\n\nconst binMsg = cc(ld(0, \"hello\"), vt(1, 1000));\n```\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/uetchy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/431808?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003euetchy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/uetchy/protobuffet/commits?author=uetchy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://jan-prochazka.eu/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1665677?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJan Procházka\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/uetchy/protobuffet/commits?author=jprochazk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fprotobuffet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuetchy%2Fprotobuffet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuetchy%2Fprotobuffet/lists"}