yamlish
Parser/encoder for the yamlish format
Last updated 11 years ago by isaacs .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install yamlish 
SYNC missed versions from official npm registry.

This is a thingie to parse the "yamlish" format used to serialize objects in the TAP format.

It's like yaml, but just a tiny little bit smaller.

Usage:

var yamlish = require("yamlish")
// returns a string like:
/*
some:
  object:
    - full
    - of
pretty: things
*/
yamlish.encode({some:{object:["full", "of"]}, pretty:"things"})

// returns the object
yamlish.decode(someYamlishString)

Current Tags

  • 0.0.7                                ...           latest (11 years ago)

7 Versions

  • 0.0.7                                ...           11 years ago
  • 0.0.6 [deprecated]           ...           12 years ago
  • 0.0.5 [deprecated]           ...           14 years ago
  • 0.0.4 [deprecated]           ...           14 years ago
  • 0.0.3 [deprecated]           ...           14 years ago
  • 0.0.2 [deprecated]           ...           14 years ago
  • 0.0.1 [deprecated]           ...           15 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |