JSPM

vdf

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18923
  • Score
    100M100P100Q133892F
  • License ISC

A port of steamodd's vdf.py to node.js.

Package Exports

  • vdf

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vdf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-vdf

A port of steamodd's vdf.py to node.js.

Tests are written for use with nodeunit, and can be executed with nodeunit test.js.

##Methods

parse(string)

Parses a VDF string and returns an object.

dump(obj)

Dumps an object to a VDF string.