UNPKG

git-packed-ref-parse

Version:

streaming git packed-ref parser

29 lines (28 loc) 566 B
{ "name": "git-packed-ref-parse", "version": "0.0.0", "description": "streaming git packed-ref parser", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git://github.com/chrisdickinson/git-packed-ref-parse.git" }, "keywords": [ "git", "packed-ref", "parser", "stream" ], "author": "Chris Dickinson <chris@neversaw.us>", "license": "MIT", "dependencies": { "line-stream": "0.0.0", "through": "~2.2.7" }, "devDependencies": { "tape": "~0.3.0" } }