So npm install -g from inside a git repo that contains a node_env will put the contents of the node environment into the package itself (wat!)
According to https://docs.npmjs.com/files/package.json#files we might be able to get away with starting the package with a dot and an underscore to take advantage of this behaviour to avoid the other one.