aboutsummaryrefslogtreecommitdiff
path: root/npm/npmrc
diff options
context:
space:
mode:
Diffstat (limited to 'npm/npmrc')
-rw-r--r--npm/npmrc42
1 files changed, 21 insertions, 21 deletions
diff --git a/npm/npmrc b/npm/npmrc
index f0df53f..ada10e4 100644
--- a/npm/npmrc
+++ b/npm/npmrc
@@ -1,21 +1,21 @@
1; ~/.npmrc, %USERPROFILE%\.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; whitelist for packages with pre- and post-scripts 18; whitelist for packages with pre- and post-scripts
19allow-scripts=tree-sitter-cli 19allow-scripts=tree-sitter-cli
20 20
21; vim: ft=dosini 21; vim: ft=dosini