; %USERPROFILE%\.npmrc (Windows) ; ; Kein "prefix" gesetzt, anders als in npm/npmrc (POSIX): dort dient ; prefix=${HOME}/.local dazu, globale Installationen ohne sudo/root ins ; Home-Verzeichnis zu legen. Unter Windows loest npm dieses Problem ; bereits selbst - der Standard-Praefix liegt ohnehin im Benutzerprofil ; (%APPDATA%\npm), von Node's eigenem Installer automatisch zum PATH ; hinzugefuegt. ${HOME} ist unter Windows i.d.R. nicht gesetzt und wuerde ; hier nicht expandieren. ; default registry registry=https://registry.npmjs.org/ ; 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 ; vim: ft=dosini