diff options
Diffstat (limited to 'npm')
| -rw-r--r-- | npm/npmrc | 42 |
1 files changed, 21 insertions, 21 deletions
| @@ -1,21 +1,21 @@ | |||
| 1 | ; ~/.npmrc | 1 | ; ~/.npmrc, %USERPROFILE%\.npmrc |
| 2 | 2 | ||
| 3 | ; default registry | 3 | ; default registry |
| 4 | registry=https://registry.npmjs.org/ | 4 | registry=https://registry.npmjs.org/ |
| 5 | 5 | ||
| 6 | ; local packages: "npm install -g foo-bar" | 6 | ; local packages: "npm install -g foo-bar" |
| 7 | prefix=${HOME}/.local | 7 | prefix=${HOME}/.local |
| 8 | 8 | ||
| 9 | ; disable fund-spam | 9 | ; disable fund-spam |
| 10 | fund=false | 10 | fund=false |
| 11 | 11 | ||
| 12 | ; suppresses notifications about new npm versions | 12 | ; suppresses notifications about new npm versions |
| 13 | update-notifier=false | 13 | update-notifier=false |
| 14 | 14 | ||
| 15 | ; reduce the attack surface for supply chain attacks | 15 | ; reduce the attack surface for supply chain attacks |
| 16 | min-release-age=3 | 16 | min-release-age=3 |
| 17 | 17 | ||
| 18 | ; disable pre- und post-scripts | 18 | ; whitelist for packages with pre- and post-scripts |
| 19 | ignore-scripts=true | 19 | allow-scripts=tree-sitter-cli |
| 20 | 20 | ||
| 21 | ; vim: ft=dosini | 21 | ; vim: ft=dosini |
