aboutsummaryrefslogtreecommitdiff
path: root/npm
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-05 18:13:12 +0200
committerThomas Schmucker <ts@its1.de>2026-08-05 18:13:12 +0200
commitb3edd5699447fd9904a74641448c439016362bb2 (patch)
tree26d9ceac306a8453d6474a9104936dedf190eb9c /npm
parent7b96740b0431e1898f602fa2378554534b18cc7a (diff)
parent4da2c55e7c97fb47a6656416c9d12543a830c8b1 (diff)
downloaddotfiles-b3edd5699447fd9904a74641448c439016362bb2.tar.gz
dotfiles-b3edd5699447fd9904a74641448c439016362bb2.tar.bz2
dotfiles-b3edd5699447fd9904a74641448c439016362bb2.zip
Merge remote-tracking branch 'origin/npmrc-windows'
Diffstat (limited to 'npm')
-rw-r--r--npm/npmrc42
1 files changed, 21 insertions, 21 deletions
diff --git a/npm/npmrc b/npm/npmrc
index 6298d78..f0df53f 100644
--- a/npm/npmrc
+++ b/npm/npmrc
@@ -1,21 +1,21 @@
1; ~/.npmrc 1; ~/.npmrc, %USERPROFILE%\.npmrc
2 2
3; default registry 3; default registry
4registry=https://registry.npmjs.org/ 4registry=https://registry.npmjs.org/
5 5
6; local packages: "npm install -g foo-bar" 6; local packages: "npm install -g foo-bar"
7prefix=${HOME}/.local 7prefix=${HOME}/.local
8 8
9; disable fund-spam 9; disable fund-spam
10fund=false 10fund=false
11 11
12; suppresses notifications about new npm versions 12; suppresses notifications about new npm versions
13update-notifier=false 13update-notifier=false
14 14
15; reduce the attack surface for supply chain attacks 15; reduce the attack surface for supply chain attacks
16min-release-age=3 16min-release-age=3
17 17
18; disable pre- und post-scripts 18; whitelist for packages with pre- and post-scripts
19ignore-scripts=true 19allow-scripts=tree-sitter-cli
20 20
21; vim: ft=dosini 21; vim: ft=dosini