File: control

package info (click to toggle)
node-semver 7.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,160 kB
  • sloc: javascript: 4,427; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,229 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
Source: node-semver
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , node-lru-cache <!nocheck>
 , node-marked-man
 , node-tap <!nocheck>
 , nodejs (>= 10) <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Homepage: https://github.com/isaacs/node-semver
Vcs-Git: https://salsa.debian.org/js-team/node-semver.git
Vcs-Browser: https://salsa.debian.org/js-team/node-semver
Rules-Requires-Root: no

Package: node-semver
Architecture: all
Depends: ${misc:Depends}
 , node-lru-cache
 , nodejs (>= 10)
Breaks: node-gyp (<< 6.0.1-1)
 , node-typescript-types (<< 20201117~)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Semantic Versioning for Node.js
 Test if version(s) satisfy the supplied range(s), and sort them.
 Multiple versions or ranges may be supplied.
 Program exits successfully if any valid version satisfies
 all supplied ranges, and prints all satisfying versions.
 .
 This package provides the `semver` executable and the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.