nodejs-semver 4.0.0

A node-semver compliant semver implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "nodejs-semver-test",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "view": "node ./test.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "semver": "^7.5.4"
  }
}