Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-10 21:03:36 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 00:27:26 +0300
commit6611e9147f1726ab4537a7fe3b9e3beb6728f700 (patch)
treeca1be6fd8a0c7c95d5007153f1fdec58b0843c6e /tap-snapshots/test/lib
parenta4ee396ee63cb1ce0f427906ee6f3d8097fcb64b (diff)
feat(config): add more npm/node information to config ls
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/commands/config.js.test.cjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/commands/config.js.test.cjs b/tap-snapshots/test/lib/commands/config.js.test.cjs
index f98e74c06..21add30da 100644
--- a/tap-snapshots/test/lib/commands/config.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/config.js.test.cjs
@@ -342,6 +342,9 @@ prefix = "{LOCALPREFIX}"
userconfig = "{HOME}/.npmrc"
; node bin location = {EXECPATH}
+; node version = {NODE-VERSION}
+; npm bin location = {NPMDIR}
+; npm version = {NPM-VERSION}
; cwd = {NPMDIR}
; HOME = {HOME}
; Run \`npm config ls -l\` to show all defaults.
@@ -355,6 +358,9 @@ prefix = "{LOCALPREFIX}"
userconfig = "{HOME}/.npmrc"
; node bin location = {EXECPATH}
+; node version = {NODE-VERSION}
+; npm bin location = {NPMDIR}
+; npm version = {NPM-VERSION}
; cwd = {NPMDIR}
; HOME = {HOME}
; Run \`npm config ls -l\` to show all defaults.
@@ -383,6 +389,9 @@ prefix = "{LOCALPREFIX}"
userconfig = "{HOME}/.npmrc"
; node bin location = {EXECPATH}
+; node version = {NODE-VERSION}
+; npm bin location = {NPMDIR}
+; npm version = {NPM-VERSION}
; cwd = {NPMDIR}
; HOME = {HOME}
; Run \`npm config ls -l\` to show all defaults.