UNPKG

@jimpick/zimmer

Version:

streaming parser for the ZIM aka OpenZIM file format http://www.openzim.org/wiki/ZIM_file_format

43 lines (42 loc) 995 B
{ "name": "@jimpick/zimmer", "version": "1.1.0-1", "description": "streaming parser for the ZIM aka OpenZIM file format http://www.openzim.org/wiki/ZIM_file_format", "main": "index.js", "scripts": { "test": "node test.js && dependency-check package.json --entry=cli.js --entry=test.js" }, "bin": { "zimmer": "cli.js" }, "dependencies": { "choppa": "^1.0.2", "concat-stream": "^2.0.0", "debug": "^4.1.1", "lzma-native": "^6.0.1", "minimist": "^1.2.5", "mkdirp": "^1.0.4", "ndjson": "^1.5.0", "pump": "^3.0.0", "through2": "^4.0.2" }, "devDependencies": { "tape": "^2.14.0" }, "keywords": [ "xz", "lzma2", "kiwix", "wikipedia" ], "author": "max ogden", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/maxogden/zimmer.git" }, "bugs": { "url": "https://github.com/maxogden/zimmer/issues" }, "homepage": "https://github.com/maxogden/zimmer#readme" }