aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tar-stream/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/tar-stream/package.json
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
downloadwallet-core-bbff7403fbf46f9ad92240ac213df8d30ef31b64.tar.xz
update packages
Diffstat (limited to 'node_modules/tar-stream/package.json')
-rw-r--r--node_modules/tar-stream/package.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/node_modules/tar-stream/package.json b/node_modules/tar-stream/package.json
index 5e2bd7b64..aad41c913 100644
--- a/node_modules/tar-stream/package.json
+++ b/node_modules/tar-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "tar-stream",
- "version": "1.5.4",
+ "version": "1.6.1",
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
"author": "Mathias Buus <mathiasbuus@gmail.com>",
"engines": {
@@ -8,17 +8,21 @@
},
"dependencies": {
"bl": "^1.0.0",
+ "buffer-alloc": "^1.1.0",
"end-of-stream": "^1.0.0",
- "readable-stream": "^2.0.0",
+ "fs-constants": "^1.0.0",
+ "readable-stream": "^2.3.0",
+ "to-buffer": "^1.1.0",
"xtend": "^4.0.0"
},
"devDependencies": {
- "concat-stream": "^1.4.6",
- "standard": "^5.3.1",
- "tape": "^3.0.3"
+ "concat-stream": "^1.6.2",
+ "standard": "^11.0.1",
+ "tape": "^4.9.0"
},
"scripts": {
- "test": "standard && tape test/*.js"
+ "test": "standard && tape test/extract.js test/pack.js",
+ "test-all": "standard && tape test/*.js"
},
"keywords": [
"tar",