File: control

package info (click to toggle)
node-yaml 2.3.4%2B~cs0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,304 kB
  • sloc: javascript: 16,235; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (2)
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.