diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 11:38:42 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 11:38:42 +0200 |
| commit | bdc80dabce5e46945ca34ccf74861371485ac2f2 (patch) | |
| tree | c73ab4900ce8360ab230c7d46e114486bdea0d6a /npm | |
| parent | 189d244d36d4ebb2189b698adb21f51cf1c4176a (diff) | |
| download | dotfiles-bdc80dabce5e46945ca34ccf74861371485ac2f2.tar.gz dotfiles-bdc80dabce5e46945ca34ccf74861371485ac2f2.tar.bz2 dotfiles-bdc80dabce5e46945ca34ccf74861371485ac2f2.zip | |
Normalize line endings
Diffstat (limited to 'npm')
| -rw-r--r-- | npm/npmrc | 42 |
1 files changed, 21 insertions, 21 deletions
| @@ -1,21 +1,21 @@ | |||
| 1 | ; ~/.npmrc, %USERPROFILE%\.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 | ; whitelist for packages with pre- and post-scripts | 18 | ; whitelist for packages with pre- and post-scripts |
| 19 | allow-scripts=tree-sitter-cli | 19 | allow-scripts=tree-sitter-cli |
| 20 | 20 | ||
| 21 | ; vim: ft=dosini | 21 | ; vim: ft=dosini |
