gulp-capnp-text2json

0.0.1 • Public • Published

gulp-capnp-text2json Build Status

Convert Capnproto text dumps to Javascript objects, e.g.

(textList = ["foo", "bar", "baz"])

becomes

{ textList : ["foo", "bar", "baz"] }

Note that integers are parsed to strings to avoid possible overflow.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    4

Package Sidebar

Install

npm i gulp-capnp-text2json

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • popham