File: control

package info (click to toggle)
node-js-yaml 4.1.0%2Bdfsg%2B~4.0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 11,112 kB
  • sloc: javascript: 20,148; makefile: 17; sh: 13
file content (46 lines) | stat: -rw-r--r-- 1,475 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: node-js-yaml
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , help2man <!nodoc>
 , mocha <!nocheck>
 , node-argparse <!nodoc> <!nocheck>
 , node-core-js <!nocheck>
 , node-esprima <!nodoc> <!nocheck>
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-terser
 , rollup
Standards-Version: 4.6.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}
 , node-argparse
 , node-esprima
 , nodejs:any
Provides:
 ${nodejs:Provides}
Breaks: eslint (<< 5.16.0~dfsg+~4.16.8-8~)
 , grunt (<< 1.3.0-2~)
 , node-gulp-concat (<< 2.6.1+~0.0.15+git20190329.179bb8c+~1.0.3-4~)
 , node-istanbul (<< 0.4.5+repack09+~cs74.23.58-2~)
 , node-tap (<< 12.0.1+ds-4~)
 , node-tap-parser (<< 7.0.0+ds1-6~)
 , yarnpkg (<< 1.22.10+~cs22.25.14-5~)
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.