Difference between revisions of "Npm config ls -l"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  [[npm config ls]] -l
 
  [[npm config ls]] -l
  
 +
; "default" config from default values
 +
 +
_auth = (protected)
 +
access = null
 +
all = false
 +
allow-same-version = false
 +
also = null
 +
audit = true
 +
audit-level = null
 +
auth-type = "legacy"
 +
before = null
 +
bin-links = true
 +
browser = null
 +
ca = null
 +
cache = "/Users/your-user/.npm"
 +
cache-max = null
 +
cache-min = 0
 +
cafile = null
 +
call = ""
 +
cert = null
 +
ci-name = null
 +
cidr = null
 +
color = true
 +
commit-hooks = true
 +
depth = null
 +
description = true
 +
dev = false
 +
diff = []
 +
diff-dst-prefix = "b/"
 +
diff-ignore-all-space = false
 +
diff-name-only = false
 +
diff-no-prefix = false
 +
diff-src-prefix = "a/"
 +
diff-text = false
 +
diff-unified = 3
 +
dry-run = false
 +
editor = "vi"
 +
engine-strict = false
 +
fetch-retries = 2
 +
fetch-retry-factor = 10
 +
fetch-retry-maxtimeout = 60000
 +
fetch-retry-mintimeout = 10000
 +
fetch-timeout = 300000
 +
force = false
 +
foreground-scripts = false
 +
format-package-lock = true
 +
fund = true
 +
git = "git"
 +
git-tag-version = true
 +
global = false
 +
global-style = false
 +
globalconfig = "/Users/your-user/brew/etc/npmrc"
 +
heading = "npm"
 +
https-proxy = null
 +
if-present = false
 +
ignore-scripts = false
 +
include = []
 +
include-staged = false
 +
include-workspace-root = false
 +
init-author-email = ""
 +
init-author-name = ""
 +
init-author-url = ""
 +
init-license = "ISC"
 +
init-module = "/Users/your-user/.npm-init.js"
 +
init-version = "1.0.0"
 +
init.author.email = ""
 +
init.author.name = ""
 +
init.author.url = ""
 +
init.license = "ISC"
 +
init.module = "/Users/your-user/.npm-init.js"
 +
init.version = "1.0.0"
 +
install-links = false
 +
json = false
 +
key = null
 +
legacy-bundling = false
 +
legacy-peer-deps = false
 +
link = false
 +
local-address = null
 +
location = "user"
 +
lockfile-version = null
 +
loglevel = "notice"
 +
logs-dir = null
 +
logs-max = 10
 +
; long = false ; overridden by cli
 +
maxsockets = 15
 +
message = "%s"
 +
metrics-registry = "https://registry.npmjs.org/"
 +
node-options = null
 +
node-version = "v18.10.0"
 +
noproxy = [""]
 +
npm-version = "8.19.2"
 +
offline = false
 +
omit = []
 +
omit-lockfile-registry-resolved = false
 +
only = null
 +
optional = null
 +
otp = null
 +
pack-destination = "."
 +
package = []
 +
package-lock = true
 +
package-lock-only = false
 +
parseable = false
 +
prefer-offline = false
 +
prefer-online = false
 +
; prefix = "/Users/your-user/brew/Cellar/node/18.10.0" ; overridden by builtin
 +
preid = ""
 +
production = null
 +
progress = true
 +
proxy = null
 +
read-only = false
 +
rebuild-bundle = true
 +
registry = "https://registry.npmjs.org/"
 +
replace-registry-host = "npmjs"
 +
save = true
 +
save-bundle = false
 +
save-dev = false
 +
save-exact = false
 +
save-optional = false
 +
save-peer = false
 +
save-prefix = "^"
 +
save-prod = false
 +
scope = ""
 +
script-shell = null
 +
searchexclude = ""
 +
searchlimit = 20
 +
searchopts = ""
 +
searchstaleness = 900
 +
shell = "/bin/zsh"
 +
shrinkwrap = true
 +
sign-git-commit = false
 +
sign-git-tag = false
 +
sso-poll-frequency = 500
 +
sso-type = "oauth"
 +
strict-peer-deps = false
 +
strict-ssl = true
 +
tag = "latest"
 +
tag-version-prefix = "v"
 +
timing = false
 +
tmp = "/var/folders/q1/8f04dm_94x15jrnjhs0npktr0000gn/T"
 +
umask = 0
 +
unicode = true
 +
update-notifier = true
 +
usage = false
 +
user-agent = "npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}"
 +
userconfig = "/Users/your-user/.npmrc"
 +
version = false
 +
versions = false
 +
viewer = "man"
 +
which = null
 +
workspace = []
 +
workspaces = null
 +
workspaces-update = true
 +
yes = null
 +
 +
; "builtin" config from /Users/your-user/brew/lib/node_modules/npm/npmrc
 +
 +
prefix = "/Users/your-user/brew"
 +
 +
; "project" config from /private/tmp/efikk/efi/app/.npmrc
 +
 +
@fortawesome:registry = "https://npm.fontawesome.com/"
 +
//npm.fontawesome.com/:_authToken = (protected)
 +
 +
; "cli" config from command line options
 +
 +
long = true
  
  
{{npm config}}
+
 
 +
 
 +
== See also ==
 +
* {{npm config}}

Revision as of 10:58, 26 October 2022

npm config ls -l
; "default" config from default values

_auth = (protected) 
access = null 
all = false 
allow-same-version = false 
also = null 
audit = true 
audit-level = null 
auth-type = "legacy" 
before = null 
bin-links = true 
browser = null 
ca = null 
cache = "/Users/your-user/.npm" 
cache-max = null 
cache-min = 0 
cafile = null 
call = "" 
cert = null 
ci-name = null 
cidr = null 
color = true 
commit-hooks = true 
depth = null 
description = true 
dev = false 
diff = [] 
diff-dst-prefix = "b/" 
diff-ignore-all-space = false 
diff-name-only = false 
diff-no-prefix = false 
diff-src-prefix = "a/" 
diff-text = false 
diff-unified = 3 
dry-run = false 
editor = "vi" 
engine-strict = false 
fetch-retries = 2 
fetch-retry-factor = 10 
fetch-retry-maxtimeout = 60000 
fetch-retry-mintimeout = 10000 
fetch-timeout = 300000 
force = false 
foreground-scripts = false 
format-package-lock = true 
fund = true 
git = "git" 
git-tag-version = true 
global = false 
global-style = false 
globalconfig = "/Users/your-user/brew/etc/npmrc" 
heading = "npm" 
https-proxy = null 
if-present = false 
ignore-scripts = false 
include = [] 
include-staged = false 
include-workspace-root = false 
init-author-email = "" 
init-author-name = "" 
init-author-url = "" 
init-license = "ISC" 
init-module = "/Users/your-user/.npm-init.js" 
init-version = "1.0.0" 
init.author.email = "" 
init.author.name = "" 
init.author.url = "" 
init.license = "ISC" 
init.module = "/Users/your-user/.npm-init.js" 
init.version = "1.0.0" 
install-links = false 
json = false 
key = null 
legacy-bundling = false 
legacy-peer-deps = false 
link = false 
local-address = null 
location = "user" 
lockfile-version = null 
loglevel = "notice" 
logs-dir = null 
logs-max = 10 
; long = false ; overridden by cli
maxsockets = 15 
message = "%s" 
metrics-registry = "https://registry.npmjs.org/" 
node-options = null 
node-version = "v18.10.0" 
noproxy = [""] 
npm-version = "8.19.2" 
offline = false 
omit = [] 
omit-lockfile-registry-resolved = false 
only = null 
optional = null 
otp = null 
pack-destination = "." 
package = [] 
package-lock = true 
package-lock-only = false 
parseable = false 
prefer-offline = false 
prefer-online = false 
; prefix = "/Users/your-user/brew/Cellar/node/18.10.0" ; overridden by builtin
preid = "" 
production = null 
progress = true 
proxy = null 
read-only = false 
rebuild-bundle = true 
registry = "https://registry.npmjs.org/" 
replace-registry-host = "npmjs" 
save = true 
save-bundle = false 
save-dev = false 
save-exact = false 
save-optional = false 
save-peer = false 
save-prefix = "^" 
save-prod = false 
scope = "" 
script-shell = null 
searchexclude = "" 
searchlimit = 20 
searchopts = "" 
searchstaleness = 900 
shell = "/bin/zsh" 
shrinkwrap = true 
sign-git-commit = false 
sign-git-tag = false 
sso-poll-frequency = 500 
sso-type = "oauth" 
strict-peer-deps = false 
strict-ssl = true 
tag = "latest" 
tag-version-prefix = "v" 
timing = false 
tmp = "/var/folders/q1/8f04dm_94x15jrnjhs0npktr0000gn/T" 
umask = 0 
unicode = true 
update-notifier = true 
usage = false 
user-agent = "npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}" 
userconfig = "/Users/your-user/.npmrc" 
version = false 
versions = false 
viewer = "man" 
which = null 
workspace = [] 
workspaces = null 
workspaces-update = true 
yes = null 

; "builtin" config from /Users/your-user/brew/lib/node_modules/npm/npmrc

prefix = "/Users/your-user/brew" 

; "project" config from /private/tmp/efikk/efi/app/.npmrc

@fortawesome:registry = "https://npm.fontawesome.com/" 
//npm.fontawesome.com/:_authToken = (protected) 

; "cli" config from command line options

long = true



See also

Advertising: