tap-yaml
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.011,780latest
2.1.124pre

Version History

VersionDownloads (Last 7 Days)Published
4.0.011,780
3.0.01,630
2.2.248,679
2.2.121,690
2.2.0811
2.1.124
2.1.1-30
2.1.1-20
2.1.1-1123
2.1.01
2.0.10
2.0.00
1.0.250,500
1.0.13
1.0.016,909
0.4.00
0.3.01
0.2.00
0.1.00
0.0.20
0.0.12
0.0.00

Package Sidebar

Install

npm i tap-yaml

Weekly Downloads

152,153

Version

4.0.0

License

BlueOak-1.0.0

Unpacked Size

22 kB

Total Files

53

Last publish

Collaborators

  • isaacs