yamlish

Parser/encoder for the yamlish format

Please use js-yaml instead, it is much better
Last updated 14 years ago by isaacs .
MIT · Repository · 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 1
This Week 2
This Month 2
Last Day 1
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |