blob: f0df53fc91d0b8f2d5d6ff3bbc9be8fa4b291109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
; ~/.npmrc, %USERPROFILE%\.npmrc
; default registry
registry=https://registry.npmjs.org/
; local packages: "npm install -g foo-bar"
prefix=${HOME}/.local
; 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
; whitelist for packages with pre- and post-scripts
allow-scripts=tree-sitter-cli
; vim: ft=dosini
|