{"id":26749740,"url":"https://github.com/cbartondock/node-binary-vdf","last_synced_at":"2025-04-14T23:27:21.555Z","repository":{"id":151862355,"uuid":"615422963","full_name":"cbartondock/node-binary-vdf","owner":"cbartondock","description":"Updated to support binary VDFs with magic bytes 27, 28, and 29","archived":false,"fork":false,"pushed_at":"2024-07-15T04:36:40.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T11:35:51.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cbartondock.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-17T16:54:03.000Z","updated_at":"2024-12-11T06:24:40.000Z","dependencies_parsed_at":"2025-03-28T11:42:35.119Z","dependency_job_id":null,"html_url":"https://github.com/cbartondock/node-binary-vdf","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/cbartondock%2Fnode-binary-vdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartondock%2Fnode-binary-vdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartondock%2Fnode-binary-vdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbartondock%2Fnode-binary-vdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbartondock","download_url":"https://codeload.github.com/cbartondock/node-binary-vdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248977023,"owners_count":21192513,"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":"2025-03-28T11:29:42.981Z","updated_at":"2025-04-14T23:27:21.538Z","avatar_url":"https://github.com/cbartondock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `appinfo.vdf` parser for Node.js\n[![npm version](https://badge.fury.io/js/binary-vdf-2.svg)](https://badge.fury.io/js/binary-vdf-2)\n\nParses Steam's binary VDF format used in `appinfo.vdf` into a JSON object. This version supports versions of `appinfo.vdf` corresponding to the magic header being 27, 28, and 29 (the current version as of `July 2024`). For more details on the format of `appinfo.vdf` see [here](https://github.com/SteamDatabase/SteamAppInfo).\n\n## Usage\n```typescript\nimport {readBinaryVDF} from \"binary-vdf-2\";\nimport * as fs from \"fs\";\nconst stream = fs.createReadStream(\"appinfo.vdf\");\nconst appinfo = await readBinaryVDF(stream);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbartondock%2Fnode-binary-vdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbartondock%2Fnode-binary-vdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbartondock%2Fnode-binary-vdf/lists"}