zimmer
Version:
streaming parser for the ZIM aka OpenZIM file format http://www.openzim.org/wiki/ZIM_file_format
43 lines (42 loc) • 984 B
JSON
{
"name": "zimmer",
"version": "1.1.0",
"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": "^1.5.1",
"debug": "^0.7.4",
"lzma-native": "^2.0.1",
"minimist": "^0.1.0",
"mkdirp": "^0.5.1",
"ndjson": "^1.4.3",
"pump": "^0.3.5",
"through2": "^2.0.0"
},
"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"
}