lup-rootNode module that determines absolute path to project root and main file of projectExampleconst{ROOT,MAIN}=require('lup-root');console.log("Root directory: "+ROOT);console.log("Main file: "+MAIN);