Source: node-verkit
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-typescript (>= 5.7~)
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-verkit
Vcs-Git: https://salsa.debian.org/js-team/node-verkit.git
Homepage: https://github.com/sxzz/verkit
Testsuite: autopkgtest-pkg-nodejs

Package: node-verkit
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fast zero-dependency SemVer toolkit for ESM and TypeScript
 node-verkit is a complete Semantic Versioning toolkit: it parses,
 normalizes, compares and increments versions, and it parses and evaluates
 version ranges such as "^1.2.3" or ">=1.0.0 <2.0.0".
 .
 Unlike node-semver, which exposes a SemVer class, verkit provides
 functional, individually importable named exports (parse, satisfies,
 isLess, rangesIntersect, findMaxSatisfying, ...) operating on plain
 mutable records, so that bundlers can tree-shake the unused parts.
