{"id":21316124,"url":"https://github.com/cjsaylor/md5-file-promise","last_synced_at":"2025-03-15T21:27:56.830Z","repository":{"id":30245906,"uuid":"33797119","full_name":"cjsaylor/md5-file-promise","owner":"cjsaylor","description":"Compute md5 hashes of files via streams that return promises.","archived":false,"fork":false,"pushed_at":"2015-04-12T17:57:40.000Z","size":132,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T21:02:38.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cjsaylor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-12T00:06:56.000Z","updated_at":"2015-04-12T17:57:15.000Z","dependencies_parsed_at":"2022-07-31T08:07:59.155Z","dependency_job_id":null,"html_url":"https://github.com/cjsaylor/md5-file-promise","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fmd5-file-promise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fmd5-file-promise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fmd5-file-promise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjsaylor%2Fmd5-file-promise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjsaylor","download_url":"https://codeload.github.com/cjsaylor/md5-file-promise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243791866,"owners_count":20348532,"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-21T18:29:53.898Z","updated_at":"2025-03-15T21:27:56.795Z","avatar_url":"https://github.com/cjsaylor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MD5 File Promise [![Build Status](https://travis-ci.org/cjsaylor/md5-file-promise.svg?branch=master)](https://travis-ci.org/cjsaylor/md5-file-promise)\n\nThe purpose of this library is to allow for files to have their md5 hash computed\nvia modern nodejs streams and is promised based instead of callback based.\n\n## Example Usage\n\n```javascript\nvar md5 = require('md5-file-promise');\n\nmd5.computeFromFile('/path/to/file').then(console.log);\n// console logs the computed hash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fmd5-file-promise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjsaylor%2Fmd5-file-promise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjsaylor%2Fmd5-file-promise/lists"}