File: control

package info (click to toggle)
node-concordance 5.0.4%2B~cs5.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 788 kB
  • sloc: javascript: 7,049; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,396 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
Source: node-concordance
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
 , node-date-time (>= 3.1.0) <!nocheck>
 , node-esutils (>= 2.0.3) <!nocheck>
 , node-lodash (>= 4.17.15) <!nocheck>
 , node-md5-hex (>= 3.0.1) <!nocheck>
 , node-semver (>= 7.3.2) <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/concordancejs/concordance#readme
Vcs-Git: https://salsa.debian.org/js-team/node-concordance.git
Vcs-Browser: https://salsa.debian.org/js-team/node-concordance
Rules-Requires-Root: no

Package: node-concordance
Architecture: all
Depends:
 ${misc:Depends}
 , node-date-time (>= 3.1.0)
 , node-esutils (>= 2.0.3)
 , node-lodash (>= 4.17.15)
 , node-md5-hex (>= 3.0.1)
 , node-semver (>= 7.3.2)
Provides: ${nodejs:Provides}
Description: Node.js library to compare, format, diff and serialize any JavaScript value
 Concordance recursively describes JavaScript values, whether they're booleans
 or complex object structures. It recurses through all enumerable properties,
 list items (e.g. arrays) and iterator entries.
 .
 The same algorithm is used when comparing, formatting or diffing values. This
 means Concordance's behavior is consistent, no matter how you use it.