tap-yaml
Yaml handling for TAP parsers and generators
Last updated a year ago by isaacs .
BlueOak-1.0.0 · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install tap-yaml 
SYNC missed versions from official npm registry.

tap-yaml

Yaml handling for JavaScript TAP parsers and generators

USAGE

import { parse, stringify } from 'tap-yaml'

const str = stringify(someObject)
const obj = parse(someString)

This is essentially a re-export of the yaml package, with a few custom types and default properties to be more suitable for use in tap.

  1. Everything from yaml-types is included by default.
  2. omap and set are configured to refer to Map and Set objects.
  3. Objects with a null prototype maintain their null-prototyped-ness.

Current Tags

  • 2.2.1                                ...           latest (a year ago)
  • 2.1.1                                ...           pre (a year ago)

19 Versions

  • 2.2.1                                ...           a year ago
  • 2.2.0                                ...           a year ago
  • 2.1.1                                ...           a year ago
  • 2.1.1-3                                ...           a year ago
  • 2.1.1-2                                ...           a year ago
  • 2.1.1-1                                ...           a year ago
  • 2.1.0                                ...           2 years ago
  • 2.0.1                                ...           2 years ago
  • 2.0.0                                ...           2 years ago
  • 1.0.2                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           6 years ago
  • 0.4.0                                ...           6 years ago
  • 0.3.0                                ...           6 years ago
  • 0.2.0                                ...           6 years ago
  • 0.1.0                                ...           6 years ago
  • 0.0.2                                ...           6 years ago
  • 0.0.1                                ...           6 years ago
  • 0.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |