Loading tool...
Loading tool...
Test npm-style semver range expressions against a list of versions.
Meaning: ≥ 1.0.0 and compatible (same major)
^1.2.3≥1.2.3 <2.0.0 (same major)~1.2.3≥1.2.3 <1.3.0 (same minor)1.2.3Exactly 1.2.3>=1.2.3Greater than or equal1.2.3 - 2.3.4Between (inclusive)1.x or 1.*Any 1.y.z version>=1.0.0 <2.0.0Range (AND, space-separated)^1.0.0 || ^2.0.0Multiple ranges (OR)*Any version