I have a package.json file with certain dependencies. One of the dependencies is jquery. The system then downloads the files into the node_modules folder.
How can I get the version of a downloaded dependency from a Javascript file invoked by the node command?
I need to read the equivalent of npm view jquery version in a node JS file?