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
|
Source: node-semver
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 9.0.0)
, dh-buildinfo
, node-marked-man
Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/node-semver
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-semver.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-semver.git
Testsuite: autopkgtest
Package: node-semver
Architecture: all
Depends:
${misc:Depends}
, nodejs
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.
|