{"id":16700818,"url":"https://github.com/christophwitzko/git-refs","last_synced_at":"2025-04-10T03:54:22.603Z","repository":{"id":27090073,"uuid":"30557129","full_name":"christophwitzko/git-refs","owner":"christophwitzko","description":"finds all references of a git repository","archived":false,"fork":false,"pushed_at":"2017-01-30T07:07:11.000Z","size":145,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T05:11:49.809Z","etag":null,"topics":["git","javascript","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/git-refs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christophwitzko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-09T20:34:07.000Z","updated_at":"2018-01-25T17:54:35.000Z","dependencies_parsed_at":"2022-09-02T04:50:50.466Z","dependency_job_id":null,"html_url":"https://github.com/christophwitzko/git-refs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophwitzko%2Fgit-refs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophwitzko%2Fgit-refs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophwitzko%2Fgit-refs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophwitzko%2Fgit-refs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophwitzko","download_url":"https://codeload.github.com/christophwitzko/git-refs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749968,"owners_count":20989713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","javascript","npm-package"],"created_at":"2024-10-12T18:25:57.899Z","updated_at":"2025-04-10T03:54:22.573Z","avatar_url":"https://github.com/christophwitzko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-refs\n[![Build Status](https://travis-ci.org/christophwitzko/git-refs.svg)](https://travis-ci.org/christophwitzko/git-refs)\n\n## Install\n\n    $ npm install -g git-refs\n\n\n## Example\n\n```javascript\nvar gitRefs = require('git-refs')\n\ngitRefs('/path/to/.git', function (err, data) {\n  if (err) return console.log(err)\n  console.dir(data)\n  // data is a path-object (http://git.io/Nh7p)\n  console.log('master:', data.get('heads/master'))\n  console.dir(data.get('tags'))\n  console.dir(data.dump())\n})\n```\n\n## Licence\n\nThe [MIT License (MIT)](http://opensource.org/licenses/MIT)\n\nCopyright © 2015 [Christoph Witzko](https://twitter.com/christophwitzko)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophwitzko%2Fgit-refs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophwitzko%2Fgit-refs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophwitzko%2Fgit-refs/lists"}