Package Exports
- yaml
- yaml/dist/ast/parse
- yaml/map
- yaml/pair
- yaml/parse-ast
- yaml/scalar
- yaml/seq
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yaml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
YAML
JavaScript parser and stringifier for YAML 1.2. See the project's documentation site for more information.
Note: yaml 0.x and 1.x are rather different implementations. For the earlier yaml, see tj/js-yaml.