You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
314 B
22 lines
314 B
2 weeks ago
|
# npm 配置文件
|
||
|
# 设置编码
|
||
|
registry=https://registry.npmjs.org/
|
||
|
loglevel=info
|
||
|
color=true
|
||
|
unicode=true
|
||
|
|
||
|
# 设置环境变量
|
||
|
node-options=--max-old-space-size=4096
|
||
|
|
||
|
# 设置日志格式
|
||
|
progress=true
|
||
|
timing=true
|
||
|
|
||
|
# 设置缓存
|
||
|
cache-min=3600
|
||
|
prefer-offline=true
|
||
|
|
||
|
# 设置安全选项
|
||
|
audit=false
|
||
|
fund=false
|