0.1.0 • Published 8 years ago

binary-vdf v0.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

appinfo.vdf Parser for Node.js

Parses Steam's appinfo.vdf file for your pleasure. Either use dump.js to dump stdin as a formatted JSON string or use the readAppInfo function from index.js to read it programmatically. It takes a Readable (which it will read into a Buffer) and produces a Promise which should resolve to a nice list of app entries along with their respective key-values.