node-yamlish

Parser/encoder for the YAMLish format for Node.js
  https://github.com/isaacs/yamlish
  0
  no reviews



This library parses the YAMLish format used to serialize objects in the TAP format. YAMLish is a small subset of YAML (originally that implemented by the Perl module YAML::Tiny), making it easy to implement in other languages.

Node.js is an event-based server-side JavaScript engine.