{"id":20041582,"url":"https://github.com/ryinner/dir-archiver","last_synced_at":"2025-08-16T23:49:33.051Z","repository":{"id":214433111,"uuid":"736522211","full_name":"ryinner/dir-archiver","owner":"ryinner","description":"simple application for creating archive","archived":false,"fork":false,"pushed_at":"2023-12-28T06:26:14.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T07:13:40.941Z","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/ryinner.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-28T06:14:04.000Z","updated_at":"2023-12-28T06:15:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"64548c3d-9b65-438b-bbf3-57ebceabd18c","html_url":"https://github.com/ryinner/dir-archiver","commit_stats":null,"previous_names":["ryinner/dir-archiver"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ryinner/dir-archiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryinner%2Fdir-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryinner%2Fdir-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryinner%2Fdir-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryinner%2Fdir-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryinner","download_url":"https://codeload.github.com/ryinner/dir-archiver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryinner%2Fdir-archiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270786282,"owners_count":24644562,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-13T10:47:10.664Z","updated_at":"2025-08-16T23:49:33.012Z","avatar_url":"https://github.com/ryinner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"```javascript\nconst { generateZip } = require('@ryinner/dir-archiver');\n\ngenerateZip({\n    inputDir: './', // required\n    outDir: `mySuperZip/zip.zip`, // required\n    archiverOptions: { // required\n        zlib: { level: 9 }\n    },\n    extension: '.zip', // default zip\n    excludes: [ // default undefined\n        /node_modules/gi // only regexp\n    ]\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryinner%2Fdir-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryinner%2Fdir-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryinner%2Fdir-archiver/lists"}