1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: node-yaml
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.9.62~)
, jest <!nocheck>
, node-babel7
, node-rollup-plugin-babel
, node-rollup-plugin-replace
, node-rollup-plugin-typescript
, node-tslib
, node-typescript
, node-tap
, rollup
, rsync
Standards-Version: 4.6.2
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}
Breaks: node-tap-parser (<< 11.0.1+~cs2.1.2-4)
Multi-Arch: foreign
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.
|