Node Body | Modules Unraveled
Specifying Ranges
Ranges can be specified as ">" (greater than), ">=" (greater than or equal to), "<" (less than), or "<=" (less than or equal to).
So, if version 1.15 is the last version that works with our custom code, we could use the following to restrict our installation to using the 1.15 release.