File: control

package info (click to toggle)
node-compare-versions 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 875 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
Source: node-compare-versions
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 12), mocha, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Homepage: https://github.com/omichelsen/compare-versions#readme
Vcs-Git: https://salsa.debian.org/js-team/node-compare-versions.git
Vcs-Browser: https://salsa.debian.org/js-team/node-compare-versions
Rules-Requires-Root: no

Package: node-compare-versions
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, nodejs
Description: Version string comparison for Node.js
 This package provides a comparison function for version strings
 following the semver specification.
 .
 Node.js is an event-based server-side JavaScript engine.