Source: node-yaml Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.9.62~) , jest , node-babel7 , node-rollup-plugin-babel , node-tslib , node-typescript , rollup Standards-Version: 4.5.1 Homepage: https://eemeli.org/yaml/ Vcs-Git: https://salsa.debian.org/js-team/node-yaml.git Vcs-Browser: https://salsa.debian.org/js-team/node-yaml Rules-Requires-Root: no Package: node-yaml Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) Description: Nodejs parser and stringifier for YAML standard yaml is a JavaScript parser and stringifier for YAML, a human friendly data serialization standard. It supports both parsing and stringifying data using all versions of YAML, along with all common data schemas. As a particularly distinguishing feature, yaml fully supports reading and writing comments and blank lines in YAML documents.