1.0.1 • Published 7 years ago

vdf-reader v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

VDF-Reader

Introduction

VDF-Reader is a simple fork of node-vdf with a couple of modifications.

  • VDF-Reader only offers a parser, no stringifier.
  • VDF-Reader supports files with duplicate keys (like CS:GO's items_game.txt).

Usage

const vdf = require('vdf-reader');

let string = fs.readFileSync('items_game.txt', 'utf8');
let parsed = vdf.parse(string);

License

VDF-Reader is licensed under the MIT license.

1.0.1

7 years ago

1.0.0

7 years ago