{"id":15440787,"url":"https://github.com/jonluca/protobuf-extractor","last_synced_at":"2025-04-04T23:12:21.947Z","repository":{"id":62668706,"uuid":"560501487","full_name":"jonluca/protobuf-extractor","owner":"jonluca","description":"Extract protobuf files from a website","archived":false,"fork":false,"pushed_at":"2023-01-09T20:33:49.000Z","size":1016,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T13:49:46.103Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonluca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-01T16:33:13.000Z","updated_at":"2023-11-03T04:24:32.000Z","dependencies_parsed_at":"2023-02-08T14:01:46.460Z","dependency_job_id":null,"html_url":"https://github.com/jonluca/protobuf-extractor","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/jonluca%2Fprotobuf-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2Fprotobuf-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2Fprotobuf-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonluca%2Fprotobuf-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonluca","download_url":"https://codeload.github.com/jonluca/protobuf-extractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261605,"owners_count":20910108,"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-10-01T19:15:19.374Z","updated_at":"2025-04-04T23:12:21.928Z","avatar_url":"https://github.com/jonluca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protobuf extractor\n\nThis package will help extract protobuf.js definitions from a given file or from a webpage.\n\n## Usage\n\n```bash\nyarn add protobuf-extractor\n```\n\n```js\nimport { parseJsFile } from \"protobuf-extractor\";\n\nconst jsContents = fs.readFileSync(path.join(__dirname, \"./file.js\")).toString();\nconst definitions = await parseJsFile(jsContents);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonluca%2Fprotobuf-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonluca%2Fprotobuf-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonluca%2Fprotobuf-extractor/lists"}