semantic version range analyzer
npm install @plotdb/semversemantic version utility.
(TBD) there has been some similar implementations. We probably should use them instead?
npm install --save @plotdb/semver
require! <[@plotdb/semver]>
semver.fit "1.5.0", "^1.3.2" # true
semver.fit "1.5.0", "~1.3.2" # false
MIT