File: control

package info (click to toggle)
node-semver-diff 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: javascript: 57; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,007 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
Source: node-semver-diff
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-semver (>= 5.0.3) <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-semver-diff
Vcs-Git: https://salsa.debian.org/js-team/node-semver-diff.git
Homepage: https://github.com/sindresorhus/semver-diff
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-semver-diff
Architecture: all
Depends: ${misc:Depends}
 , node-semver (>= 5.0.3)
Description: get the diff type of two semver versions
 Returns the difference type between two semver versions, or `null` if they're
 identical or the second one is lower than the first.
 .
 Possible values: 'major', 'minor', 'patch', 'prerelease', 'build', 'null'.
 .
 Node.js is an event-based server-side JavaScript engine.