What I want to know is how to search for all available versions of a particular package.
It might help to understand my situation to understand exactly what I want to do.
I develop software for clients using Node.js, npm, TypeScript, JavaScript, Express JS, React TSX/JSX, Mocha/JEST, and lots of other things.
All of the software mentioned above is obtained via "Npm", and much of it runs in the Node.js Runtime Environment.
Many clients get stuck to specific versions of Node.js, TypeScript, Npm &/or Npm packages. This makes it imperative that I can install the latest version of Node.js, the LTS version of Node.js, and all versions that have not yet reached their EoL.
I use to boot to Ubuntu, and I would obviously use the Apt package manager to search & download packages. "Ubuntu" & apt has some issues when it comes to certain packages though, expecially when trying to change versions. Unfortuanatly Node.js is one piece of software where switching around to different versions is difficult to do using "Ubuntu" & apt. This conundrum led to me getting use to manually installing Node, Npm, and manually adding the global npm bin dirs to my path &/or soft linking them.
I switched to Fedora Workstation 35 a little over a year ago (currently I just upgraded to the 37-prerelease version) for other reasons not to do with Node.js. Because of my problems w/ Ubuntu I got use to manually installing Npm & Node.js and I continued that practice while booting to Fedora. I Decided to see if I could install different versions of node using DNF, but the problem I am having is when I search using DNF it only returns the name of the package, informing me that it is available for download, but it doesn't mention what version it is, and if any other versions are available.