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
|
Source: node-js-yaml
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13),
dh-buildinfo,
nodejs,
help2man <!nodoc>,
mocha <!nocheck>,
node-argparse <!nodoc> <!nocheck>,
node-core-js <!nocheck>,
node-esprima (>= 4.0.0) <!nodoc> <!nocheck>,
dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-js-yaml
Vcs-Git: https://salsa.debian.org/js-team/node-js-yaml.git
Homepage: https://github.com/nodeca/js-yaml
Rules-Requires-Root: no
Package: node-js-yaml
Architecture: all
Depends: ${misc:Depends},
nodejs,
node-argparse,
node-esprima (>= 4.0.0)
Provides: ${nodejs:Provides}
Description: YAML 1.2 parser and serializer
This is an implementation of YAML, a human-friendly data serialization
language. Started as PyYAML port, it was completely rewritten from scratch.
Now it's very fast, and supports the 1.2 spec.
.
Node.js is an event-based server-side JavaScript engine.
|