Source: node-yamlish
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends:
 debhelper (>= 11~),
 dh-buildinfo,
 nodejs
Standards-Version: 4.3.0
Homepage: https://github.com/isaacs/yamlish
Vcs-Git: https://salsa.debian.org/js-team/node-yamlish.git
Vcs-Browser: https://salsa.debian.org/js-team/node-yamlish

Package: node-yamlish
Architecture: all
Depends:
 ${misc:Depends},
 nodejs
Description: Parser/encoder for the YAMLish format for Node.js
 This library parses the YAMLish format used to serialize objects in the
 TAP format.  YAMLish is a small subset of YAML (originally that implemented
 by the Perl module YAML::Tiny), making it easy to implement in other
 languages.
 .
 Node.js is an event-based server-side JavaScript engine.
