Remove npm funding advertisements
When I run npm install or update I try to read the results to see if something went wrong. NPM floods this output with funding advertisements making it harder to read. This can be turned off with a config command:
npm config set fund false --location=global