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:
authorKat Marchán <kzm@zkat.tech>2018-08-02 02:36:03 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-02 02:36:03 +0300
commit0096f69978d2f40b170b28096f269b0b0008a692 (patch)
tree776b8c00e90d1133a71e66be11e0fad1b5bb0360 /node_modules/cacache/put.js
parent0a22be42eb0d40cd0bd87e68c9e28fc9d72c0e19 (diff)
cacache@11.1.0
Diffstat (limited to 'node_modules/cacache/put.js')
-rw-r--r--node_modules/cacache/put.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/cacache/put.js b/node_modules/cacache/put.js
index 0b0ee1497..01b0dd84f 100644
--- a/node_modules/cacache/put.js
+++ b/node_modules/cacache/put.js
@@ -13,10 +13,14 @@ const PutOpts = figgyPudding({
integrity: {},
memoize: {},
metadata: {},
+ pickAlgorithm: {},
size: {},
tmpPrefix: {},
uid: {},
- gid: {}
+ gid: {},
+ single: {},
+ sep: {},
+ strict: {}
})
module.exports = putData