| Current Path : /var/node/inatote/Inatote-Backend/node_modules/gunzip-maybe/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/gunzip-maybe/package.json |
{
"_from": "gunzip-maybe@^1.4.2",
"_id": "gunzip-maybe@1.4.2",
"_inBundle": false,
"_integrity": "sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==",
"_location": "/gunzip-maybe",
"_phantomChildren": {
"end-of-stream": "1.4.4",
"inherits": "2.0.3",
"once": "1.4.0",
"readable-stream": "2.3.7",
"stream-shift": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gunzip-maybe@^1.4.2",
"name": "gunzip-maybe",
"escapedName": "gunzip-maybe",
"rawSpec": "^1.4.2",
"saveSpec": null,
"fetchSpec": "^1.4.2"
},
"_requiredBy": [
"/snyk-docker-plugin"
],
"_resolved": "https://registry.npmjs.org/gunzip-maybe/-/gunzip-maybe-1.4.2.tgz",
"_shasum": "b913564ae3be0eda6f3de36464837a9cd94b98ac",
"_spec": "gunzip-maybe@^1.4.2",
"_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk-docker-plugin",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bin": {
"gunzip-maybe": "bin.js"
},
"browser": {
"zlib": "browserify-zlib"
},
"bugs": {
"url": "https://github.com/mafintosh/gunzip-maybe/issues"
},
"bundleDependencies": false,
"coordinates": [
55.6666904,
12.5797771
],
"dependencies": {
"browserify-zlib": "^0.1.4",
"is-deflate": "^1.0.0",
"is-gzip": "^1.0.0",
"peek-stream": "^1.1.0",
"pumpify": "^1.3.3",
"through2": "^2.0.3"
},
"deprecated": false,
"description": "Transform stream that gunzips its input if it is gzipped and just echoes it if not",
"devDependencies": {
"concat-stream": "^1.4.5",
"standard": "^9.0.0",
"tape": "^4.6.3"
},
"homepage": "https://github.com/mafintosh/gunzip-maybe",
"license": "MIT",
"main": "index.js",
"name": "gunzip-maybe",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/gunzip-maybe.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.4.2"
}