pull-git-pack
Version:
encode and decode git packfiles
34 lines (33 loc) • 749 B
JSON
{
"name": "pull-git-pack",
"version": "1.0.2",
"description": "encode and decode git packfiles",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/clehner/pull-git-pack"
},
"keywords": [
"packfile"
],
"author": "Charles Lehner (http://celehner.com/)",
"license": "Fair",
"bugs": {
"url": "https://github.com/clehner/pull-git-pack/issues"
},
"dependencies": {
"pako": "^1.0.3",
"pull-git-packidx-parser": "^1.0.0",
"pull-buffered": "^0.3.3",
"pull-cat": "^1.1.8",
"pull-looper": "^1.0.0",
"pull-stream": "^3.1.0",
"stream-to-pull-stream": "^1.6.6"
},
"devDependencies": {
"tape": "^4.4.0"
}
}