2023-03-20 12:22:58 -07:00
|
|
|
cache={{ .chezmoi.homeDir }}/.cache/npm
|
2023-03-19 23:38:30 -07:00
|
|
|
init-author-email={{ .user.email }}
|
2023-08-01 19:09:12 -07:00
|
|
|
init-author-name={{ .user.name }} <{{ .user.email }}> ({{ .user.domain }})
|
|
|
|
init-author-url=https://{{ .user.domain }}
|
2023-03-18 00:28:21 -07:00
|
|
|
init-license=MIT
|
2023-03-21 20:28:05 -07:00
|
|
|
init-module={{ .chezmoi.homeDir }}/.config/npm/config/npm-init.js
|
2023-03-18 00:28:21 -07:00
|
|
|
init-version=0.0.1
|
2023-03-19 23:38:30 -07:00
|
|
|
loglevel=error
|
|
|
|
network-concurrency=32
|
2023-03-20 12:22:58 -07:00
|
|
|
prefix={{ .chezmoi.homeDir }}/.local/share/npm
|
2023-03-18 02:01:55 -07:00
|
|
|
strict-peer-dependencies=false
|
2023-06-18 20:30:41 -07:00
|
|
|
//registry.npmjs.org/:_authToken={{ if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "NPM_TOKEN")) }}{{- includeTemplate "secrets/NPM_TOKEN" | decrypt | trim -}}{{ else if (env "NPM_TOKEN") }}{{- env "NPM_TOKEN" -}}{{ else }}${NPM_TOKEN}{{ end }}
|