Package: wnpp Severity: wishlist Owner: Xavier Guimard <[email protected]> X-Debbugs-Cc: [email protected], [email protected]
* Package name : node-verkit Version : 0.3.2 Upstream Contact: Kevin Deng <[email protected]> * URL : https://github.com/sxzz/verkit * License : Expat Programming Lang: Typescript 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, node-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. node-verkit is required to update node-babel7 and will replace node-semver in many Node.js libraries. It will be maintained under JS Team umbrella

