node-semver

Semantic Versioning for Node.js
  https://github.com/isaacs/node-semver
  0
  no reviews



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.