I'm unsure if this is possible since there are multiple node settings. I've attached a gif.

In that node-starter directory there is a package.json file and it doesn't show the node version initially which I would expect since in the config this setting is set:
typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true
However, only after I use nvm use (since there is an .nvmrc) does it show the node version, and when I do an nvm use defaultit goes back to not showing it again. Also if I do annvm useand then navigate out of that directory to a directory that doesn't have apackage.json` file it still shows the node version.
What behavior I would like to happen:
It always, but only, shows the node version when the directory has a package.json file. If the directory does not have a package.json file then don't show any node information.
Thanks for this awesome theme!