diff options
Diffstat (limited to 'node_modules/unzip-response/package.json')
| -rw-r--r-- | node_modules/unzip-response/package.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/node_modules/unzip-response/package.json b/node_modules/unzip-response/package.json new file mode 100644 index 000000000..bc14cf278 --- /dev/null +++ b/node_modules/unzip-response/package.json @@ -0,0 +1,49 @@ +{ + "name": "unzip-response", + "version": "2.0.1", + "description": "Unzip a HTTP response if needed", + "license": "MIT", + "repository": "sindresorhus/unzip-response", + "maintainers": [ + { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + { + "name": "Vsevolod Strukchinsky", + "email": "floatdrop@gmail.com", + "url": "github.com/floatdrop" + } + ], + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "http", + "unzip", + "zlib", + "gzip", + "deflate", + "incoming", + "message", + "response", + "stream" + ], + "devDependencies": { + "ava": "*", + "get-stream": "^2.3.0", + "pify": "^2.3.0", + "rfpify": "^1.0.0", + "xo": "*" + }, + "xo": { + "esnext": true + } +} |
