summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cacache/README.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-11-03 20:39:24 -0500
committerMyles Borins <mylesborins@github.com>2020-11-03 23:19:41 -0500
commit58280ff24f964e3bd421dbdc06657c1983a284bc (patch)
treec2ed1abe0f17be97c3d4b77ed3864d32d652e133 /deps/npm/node_modules/cacache/README.md
parentdbcadf005e515e259f061266587b098549fa0c60 (diff)
downloadnode-new-58280ff24f964e3bd421dbdc06657c1983a284bc.tar.gz
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/node_modules/cacache/README.md')
-rw-r--r--deps/npm/node_modules/cacache/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/node_modules/cacache/README.md b/deps/npm/node_modules/cacache/README.md
index f0f58be0e1..3f70f49a40 100644
--- a/deps/npm/node_modules/cacache/README.md
+++ b/deps/npm/node_modules/cacache/README.md
@@ -442,7 +442,7 @@ the reader functions, but their default will be to read from memory.
##### `opts.tmpPrefix`
Default: null
-Prefix to append on the temporary directory name inside the cache's tmp dir.
+Prefix to append on the temporary directory name inside the cache's tmp dir.
#### <a name="rm-all"></a> `> cacache.rm.all(cache) -> Promise`
@@ -542,7 +542,7 @@ cacache.tmp.mkdir(cache).then(dir => {
Creates a temporary directory with [`tmp.mkdir()`](#tmp-mkdir) and calls `cb`
with it. The created temporary directory will be removed when the return value
-of `cb()` resolves, the tmp directory will be automatically deleted once that
+of `cb()` resolves, the tmp directory will be automatically deleted once that
promise completes.
The same caveats apply when it comes to managing permissions for the tmp dir's
@@ -565,7 +565,7 @@ cacache.tmp.withTmp(cache, dir => {
##### `opts.tmpPrefix`
Default: null
-Prefix to append on the temporary directory name inside the cache's tmp dir.
+Prefix to append on the temporary directory name inside the cache's tmp dir.
#### <a name="integrity"></a> Subresource Integrity Digests