aboutsummaryrefslogtreecommitdiff
path: root/node_modules/decompress-unzip/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/decompress-unzip/package.json')
-rw-r--r--node_modules/decompress-unzip/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/node_modules/decompress-unzip/package.json b/node_modules/decompress-unzip/package.json
new file mode 100644
index 0000000..aec88dc
--- /dev/null
+++ b/node_modules/decompress-unzip/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "decompress-unzip",
+ "version": "4.0.1",
+ "description": "decompress zip plugin",
+ "license": "MIT",
+ "repository": "kevva/decompress-unzip",
+ "author": {
+ "name": "Kevin MÃ¥rtensson",
+ "email": "kevinmartensson@gmail.com",
+ "url": "https://github.com/kevva"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "decompress",
+ "decompressplugin",
+ "extract",
+ "zip"
+ ],
+ "dependencies": {
+ "file-type": "^3.8.0",
+ "get-stream": "^2.2.0",
+ "pify": "^2.3.0",
+ "yauzl": "^2.4.2"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "is-jpg": "^1.0.0",
+ "xo": "*"
+ },
+ "xo": {
+ "esnext": true
+ }
+}