mirror of
https://github.com/regular/unbzip2-stream.git
synced 2026-07-08 10:30:54 +00:00
43 lines
1015 B
JSON
43 lines
1015 B
JSON
{
|
|
"name": "unbzip2-stream",
|
|
"version": "1.0.4",
|
|
"description": "streaming unbzip2 implementatio in pure javascript for node and browsers",
|
|
"keywords": [
|
|
"bzip",
|
|
"bzip2",
|
|
"bz2",
|
|
"stream",
|
|
"streaming",
|
|
"decompress",
|
|
"through"
|
|
],
|
|
"scripts": {
|
|
"browser-test": "browserify -t brfs test/simple.js | tape-run2 -b phantomjs",
|
|
"download-test": "beefy test/browser/long.js --open -- -t brfs",
|
|
"test": "tape test/*.js"
|
|
},
|
|
"author": "Jan Bölsche <jan@lagomorph.de>",
|
|
"repository": {
|
|
"url": "https://github.com/regular/unbzip2-stream.git",
|
|
"type": "git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/regular/unbzip2-stream/issues"
|
|
},
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"browserify": "^8.1.0",
|
|
"tape": "^3.4.0",
|
|
"concat-stream": "^1.4.7",
|
|
"tape-run2": "^1.0.3",
|
|
"brfs": "^1.2.0",
|
|
"throughout": "0.0.0",
|
|
"beefy": "^2.1.2"
|
|
},
|
|
"dependencies": {
|
|
"through": "^2.3.6",
|
|
"buffer": "^3.0.1"
|
|
},
|
|
"license": "MIT"
|
|
}
|