I wonder how-to get an absolute path of a caller of a function?
Let say that:
in file a.js I call b(); b() is a functi
a.js
b()
The npm caller package has a function that returns the path and filename of the callers.