Is it possible to access the following variants of node modules inside the N-API addon code(C/C++). 1. Built-in Node module (like fs, http). 2. Node module written in Javascript. 3. Native node module written using (NAN or oth). 4. Native node module written using N-API. Thank you.