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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-11-04 04:39:24 +0300
committerMyles Borins <mylesborins@github.com>2020-11-04 07:19:41 +0300
commit58280ff24f964e3bd421dbdc06657c1983a284bc (patch)
treec2ed1abe0f17be97c3d4b77ed3864d32d652e133 /deps/npm/tap-snapshots
parentdbcadf005e515e259f061266587b098549fa0c60 (diff)
deps: upgrade npm to 7.0.8
PR-URL: https://github.com/nodejs/node/pull/35953 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'deps/npm/tap-snapshots')
-rw-r--r--deps/npm/tap-snapshots/test-lib-config.js-TAP.test.js40
-rw-r--r--deps/npm/tap-snapshots/test-lib-dist-tag.js-TAP.test.js14
-rw-r--r--deps/npm/tap-snapshots/test-lib-ls.js-TAP.test.js12
-rw-r--r--deps/npm/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js10
-rw-r--r--deps/npm/tap-snapshots/test-lib-utils-tar.js-TAP.test.js18
5 files changed, 42 insertions, 52 deletions
diff --git a/deps/npm/tap-snapshots/test-lib-config.js-TAP.test.js b/deps/npm/tap-snapshots/test-lib-config.js-TAP.test.js
index eb396d98dba..1794dc4fadf 100644
--- a/deps/npm/tap-snapshots/test-lib-config.js-TAP.test.js
+++ b/deps/npm/tap-snapshots/test-lib-config.js-TAP.test.js
@@ -88,10 +88,10 @@ exports[`test/lib/config.js TAP config edit > should write config file 2`] = `
exports[`test/lib/config.js TAP config get no args > should list configs on config get no args 1`] = `
; "cli" config from command line options
-editor = "vi"
-global = false
-json = false
-long = false
+editor = "vi"
+global = false
+json = false
+long = false
; node bin location = /path/to/node
; cwd = {CWD}
@@ -102,26 +102,26 @@ long = false
exports[`test/lib/config.js TAP config list --long > should list all configs 1`] = `
; "default" config from default values
-init-author-name = ""
-init-version = "1.0.0"
-init.author.name = ""
-init.version = "1.0.0"
+init-author-name = ""
+init-version = "1.0.0"
+init.author.name = ""
+init.version = "1.0.0"
; "cli" config from command line options
-editor = "vi"
-global = false
-json = false
+editor = "vi"
+global = false
+json = false
long = true
`
exports[`test/lib/config.js TAP config list > should list configs 1`] = `
; "cli" config from command line options
-editor = "vi"
-global = false
-json = false
-long = false
+editor = "vi"
+global = false
+json = false
+long = false
; node bin location = /path/to/node
; cwd = {CWD}
@@ -132,11 +132,11 @@ long = false
exports[`test/lib/config.js TAP config list overrides > should list overriden configs 1`] = `
; "cli" config from command line options
-editor = "vi"
-global = false
-init.author.name = "Bar"
-json = false
-long = false
+editor = "vi"
+global = false
+init.author.name = "Bar"
+json = false
+long = false
; "user" config from ~/.npmrc
diff --git a/deps/npm/tap-snapshots/test-lib-dist-tag.js-TAP.test.js b/deps/npm/tap-snapshots/test-lib-dist-tag.js-TAP.test.js
index 472f7f1cfe5..b135b1001bc 100644
--- a/deps/npm/tap-snapshots/test-lib-dist-tag.js-TAP.test.js
+++ b/deps/npm/tap-snapshots/test-lib-dist-tag.js-TAP.test.js
@@ -26,7 +26,7 @@ exports[`test/lib/dist-tag.js TAP add new tag > should return success msg 1`] =
`
exports[`test/lib/dist-tag.js TAP add using valid semver range as name > should return success msg 1`] = `
-dist-tag add 1.0.0 to @scoped/another@7.7.7
+dist-tag add 1.0.0 to @scoped/another@7.7.7
`
@@ -53,7 +53,7 @@ alias: dist-tags
`
exports[`test/lib/dist-tag.js TAP ls on missing package > should log no dist-tag found msg 1`] = `
-dist-tag ls Couldn't get dist-tag data for foo@latest
+dist-tag ls Couldn't get dist-tag data for foo@latest
`
@@ -80,7 +80,7 @@ latest: 2.0.0
`
exports[`test/lib/dist-tag.js TAP remove existing tag > should log remove info 1`] = `
-dist-tag del c from @scoped/another
+dist-tag del c from @scoped/another
`
@@ -97,13 +97,13 @@ alias: dist-tags
`
exports[`test/lib/dist-tag.js TAP remove non-existing tag > should log error msg 1`] = `
-dist-tag del nonexistent from @scoped/another
-dist-tag del nonexistent is not a dist-tag on @scoped/another
+dist-tag del nonexistent from @scoped/another
+dist-tag del nonexistent is not a dist-tag on @scoped/another
`
exports[`test/lib/dist-tag.js TAP set existing version > should log warn msg 1`] = `
-dist-tag add b to @scoped/another@0.6.0
-dist-tag add b is already set to version 0.6.0
+dist-tag add b to @scoped/another@0.6.0
+dist-tag add b is already set to version 0.6.0
`
diff --git a/deps/npm/tap-snapshots/test-lib-ls.js-TAP.test.js b/deps/npm/tap-snapshots/test-lib-ls.js-TAP.test.js
index 795c7e508ba..cded6fa5a63 100644
--- a/deps/npm/tap-snapshots/test-lib-ls.js-TAP.test.js
+++ b/deps/npm/tap-snapshots/test-lib-ls.js-TAP.test.js
@@ -37,11 +37,11 @@ test-npm-ls@1.0.0 {CWD}/ls-ls--link
exports[`test/lib/ls.js TAP ls --long --depth=0 > should output tree containing top-level deps with descriptions 1`] = `
test-npm-ls@1.0.0
| {CWD}/ls-ls--long-depth-0
-|
+|
+-- dev-dep@1.0.0
| A DEV dep kind of dep
+-- lorem@1.0.0
-|
+|
+-- optional-dep@1.0.0
| Maybe a dep?
+-- peer-dep@1.0.0
@@ -54,15 +54,15 @@ test-npm-ls@1.0.0
exports[`test/lib/ls.js TAP ls --long > should output tree info with descriptions 1`] = `
test-npm-ls@1.0.0
| {CWD}/ls-ls--long
-|
+|
+-- dev-dep@1.0.0
| | A DEV dep kind of dep
| \`-- foo@1.0.0
-| |
+| |
| \`-- bar@1.0.0
-|
+|
+-- lorem@1.0.0
-|
+|
+-- optional-dep@1.0.0
| Maybe a dep?
+-- peer-dep@1.0.0
diff --git a/deps/npm/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js b/deps/npm/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
index 3522084e67c..0e6c053b2f4 100644
--- a/deps/npm/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
+++ b/deps/npm/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
@@ -21,11 +21,6 @@ Object {
"browser": "browser",
"ca": "ca",
"cache": "cache/_cacache",
- "cacheLockRetries": "cache-lock-retries",
- "cacheLockStale": "cache-lock-stale",
- "cacheLockWait": "cache-lock-wait",
- "cacheMax": "cache-max",
- "cacheMin": "cache-min",
"cafile": "cafile",
"call": "call",
"cert": "cert",
@@ -55,11 +50,6 @@ Object {
"legacyBundling": "legacy-bundling",
"legacyPeerDeps": undefined,
"localPrefix": "/path/to/npm/cli",
- "lockFile": Object {
- "retries": "cache-lock-retries",
- "stale": "cache-lock-stale",
- "wait": "cache-lock-wait",
- },
"log": Object {},
"long": undefined,
"message": "message",
diff --git a/deps/npm/tap-snapshots/test-lib-utils-tar.js-TAP.test.js b/deps/npm/tap-snapshots/test-lib-utils-tar.js-TAP.test.js
index fd325a1e70a..402a0e735af 100644
--- a/deps/npm/tap-snapshots/test-lib-utils-tar.js-TAP.test.js
+++ b/deps/npm/tap-snapshots/test-lib-utils-tar.js-TAP.test.js
@@ -17,17 +17,17 @@ package: my-cool-pkg@1.0.0
bundle-dep
=== Tarball Details ===
-name: my-cool-pkg
-version: 1.0.0
-filename: my-cool-pkg-1.0.0.tgz
-package size: 222 B
-unpacked size: 101 B
+name: my-cool-pkg
+version: 1.0.0
+filename: my-cool-pkg-1.0.0.tgz
+package size: 222 B
+unpacked size: 101 B
shasum: fe3a2f6064ade3bc21640874530586343f2d832f
integrity: sha512-ehndP8xBQL4yo[...]kWinZ4k1SCqUA==
-bundled deps: 1
-bundled files: 0
-own files: 2
-total files: 2
+bundled deps: 1
+bundled files: 0
+own files: 2
+total files: 2
`