UNPKG

git-head

Version:
41 lines (40 loc) 875 B
{ "author": "Christoph Witzko \u003cnpm@christophwitzko.com\u003e (http://christophwitzko.com/)", "bin": { "git-head": "./bin/git-head.js" }, "bugs": { "url": "https://github.com/christophwitzko/git-head/issues" }, "dependencies": { "git-refs": "^1.1.3" }, "description": "finds the hash of the HEAD reference", "devDependencies": { "nyc": "^10.0.0", "standard": "^10.0.1", "tap": "^10.0.0" }, "files": [ "index.js", "bin" ], "homepage": "https://github.com/christophwitzko/git-head", "keywords": [ "HEAD", "git", "hash" ], "license": "MIT", "main": "index.js", "name": "git-head", "repository": { "type": "git", "url": "https://github.com/christophwitzko/git-head.git" }, "scripts": { "pretest": "standard", "test": "nyc tap --no-cov test.js" }, "version": "1.20.1" }