4.0.0 • Published 1 year ago
tap-yaml v4.0.0
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.
- Everything from yaml-types is included by default.
omap
andset
are configured to refer to Map and Set objects.- Objects with a
null
prototype maintain their null-prototyped-ness.
3.0.0
1 year ago
4.0.0
1 year ago
2.2.2
1 year ago
2.2.1
2 years ago
2.2.0
2 years ago
2.1.1
2 years ago
2.1.1-2
2 years ago
2.1.1-1
2 years ago
2.1.0
2 years ago
2.0.1
2 years ago
2.1.1-3
2 years ago
2.0.0
2 years ago
1.0.2
3 years ago
1.0.1
3 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