{"id":15497352,"url":"https://github.com/heapwolf/hashd","last_synced_at":"2025-08-22T22:36:45.309Z","repository":{"id":9747591,"uuid":"11711031","full_name":"heapwolf/hashd","owner":"heapwolf","description":"Recursively hash files in a specified path, appreciate ignore files and patterns.","archived":false,"fork":false,"pushed_at":"2013-08-09T07:12:49.000Z","size":136,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T19:11:12.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/heapwolf.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":"2013-07-27T21:06:54.000Z","updated_at":"2024-05-09T11:36:14.000Z","dependencies_parsed_at":"2022-09-02T07:10:11.379Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/hashd","commit_stats":null,"previous_names":["hij1nx/hashd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fhashd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fhashd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fhashd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fhashd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/hashd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330433,"owners_count":21412980,"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-10-02T08:33:04.657Z","updated_at":"2025-04-22T21:44:22.616Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nrecursively hash all the files in a specified path. Ensure hashing happens \nin a predictable order. Appreciate `.ignore` glob `files` \u0026 `patterns`.\n\n# USAGE\nUses `sha1` by default; use `openssl list-message-digest-algorithms`\nfor a list of supported algorithms.\n\n### lib\n```js\nvar hashd = require('hashd')\n\nvar hash = hashd('./path', {\n  algorithm: 'md5',\n  files: ['.gitignore', '.npmignore'],\n  patterns: ['*.txt']\n})\n\nconsole.log(hash)\n```\n\n### cli\n```bash\nnpm install hashd -g\nhashd ./path --algorithm sha1 --files '.gitignore .npmignore' --patterns '*.gz'\n```\n\n## OPTIONS\nCLI options and api options are the same. First argument is a path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fhashd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Fhashd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fhashd/lists"}