I see several node module js files scattered through node_modules directories in my computer.
How can I see the path taken to execute http.request (or any other method).
I want to see the code for the methods I am calling (where it lives on my computer).
Also wondering if the code executed when I call a method in node is JS, binary, or both.