Hello I am a newbie to JS and Node, I am making an application that should return the NodeJS version and V8 Version using process.versions(), but this will return a JSON formatted-output, but I only need the value of v8 and node, so how can I do this?