~/tool-stack_

// Test npm semver ranges against version numbers

Test whether version numbers satisfy a semver range. Supports all range syntax: caret (^), tilde (~), comparison operators, wildcards, and OR ranges. Paste a list of versions to batch-test them all at once. Uses the same semver library as npm.