{"id":19515189,"url":"https://github.com/krmax44/git-fstat","last_synced_at":"2026-05-12T20:11:03.888Z","repository":{"id":35119405,"uuid":"209096057","full_name":"krmax44/git-fstat","owner":"krmax44","description":"Stats about a given file using git log.","archived":false,"fork":false,"pushed_at":"2022-02-12T14:01:15.000Z","size":1163,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T21:02:53.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krmax44.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-17T15:52:54.000Z","updated_at":"2020-01-12T11:12:02.000Z","dependencies_parsed_at":"2022-08-08T05:15:26.536Z","dependency_job_id":null,"html_url":"https://github.com/krmax44/git-fstat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fgit-fstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fgit-fstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fgit-fstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmax44%2Fgit-fstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krmax44","download_url":"https://codeload.github.com/krmax44/git-fstat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766677,"owners_count":19854114,"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":[],"created_at":"2024-11-10T23:38:52.700Z","updated_at":"2026-05-12T20:10:58.837Z","avatar_url":"https://github.com/krmax44.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git File Stats\n\n[![Build Status](https://travis-ci.com/krmax44/git-fstat.svg?branch=master)](https://travis-ci.com/krmax44/git-fstat)\n[![install size](https://packagephobia.now.sh/badge?p=git-fstat)](https://packagephobia.now.sh/result?p=git-fstat)\n[![npm version](https://img.shields.io/npm/v/git-fstat)](https://www.npmjs.com/package/git-fstat)\n\nStats about a given file using `git log`.\n\n## Installation\n\n```bash\nyarn add git-fstat\n# or with npm\nnpm i git-fstat\n```\n\n## Usage\n\nVery simple.\n\n```js\nimport gitFstat from 'git-fstat';\n\nconst stats = await gitFstat('My file.txt');\nconsole.log(stats);\n\n/*\n  {\n    createdAt: Date,\n    modifiedAt: Date,\n    changes: number\n  }\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmax44%2Fgit-fstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrmax44%2Fgit-fstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmax44%2Fgit-fstat/lists"}