File: control

package info (click to toggle)
node-js-yaml 3.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,188 kB
  • sloc: makefile: 102; sh: 27
file content (30 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
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
Source: node-js-yaml
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper (>= 11)
               , dh-buildinfo
               , nodejs
	       , dpkg-dev (>= 1.17.14)
               , help2man <!nodoc>
               , mocha <!nocheck>
               , node-argparse (>= 1.0.7) <!nodoc> <!nocheck>
               , node-esprima (>= 4.0.0) <!nodoc> <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/nodeca/js-yaml
Vcs-Git: https://salsa.debian.org/js-team/node-js-yaml.git
Vcs-Browser: https://salsa.debian.org/js-team/node-js-yaml

Package: node-js-yaml
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-argparse (>= 1.0.7),
         node-esprima (>= 4.0.0)
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.