Hi guys, I'm quite struggling how to get the files that make up npm dependencies. It's easy enough to get kotlin javascript dependencies and the related js files, but I don't seem to be able to get all (including transitive) files needed to actually use my Kotlin javascript module. I've managed to get the actual node dependency specifications, but not the files that they resolve to. I don't want minification (at this point).