; ~/.npmrc ; default registry registry=https://registry.npmjs.org/ ; local packages: "npm install -g foo-bar" prefix=${HOME}/.local ; disable fund-spam fund=false ; suppresses notifications about new npm versions update-notifier=false ; reduce the attack surface for supply chain attacks min-release-age=3 ; disable pre- und post-scripts ignore-scripts=true ; make sure to enable security checks audit=true ; adjust log level loglevel=notice ; vim: ft=dosini