123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "gunzip-maybe",
- "description": "Transform stream that gunzips its input if it is gzipped and just echoes it if not",
- "version": "1.4.2",
- "repository": {
- "type": "git",
- "url": "https://github.com/mafintosh/gunzip-maybe"
- },
- "license": "MIT",
- "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"
- },
- "devDependencies": {
- "concat-stream": "^1.4.5",
- "standard": "^9.0.0",
- "tape": "^4.6.3"
- },
- "scripts": {
- "test": "standard && tape test.js"
- },
- "bin": {
- "gunzip-maybe": "./bin.js"
- },
- "browser": {
- "zlib": "browserify-zlib"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/gunzip-maybe/issues"
- },
- "homepage": "https://github.com/mafintosh/gunzip-maybe",
- "main": "index.js",
- "author": "Mathias Buus (@mafintosh)",
- "coordinates": [
- 55.6666904,
- 12.5797771
- ]
- }
|