{"id":22173238,"url":"https://github.com/litejs/zip","last_synced_at":"2025-07-26T15:31:24.243Z","repository":{"id":186947533,"uuid":"676037097","full_name":"litejs/zip","owner":"litejs","description":"Dependency-free library for creating ZIP files in the browser","archived":false,"fork":false,"pushed_at":"2024-10-17T20:04:12.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-20T06:29:37.212Z","etag":null,"topics":["zip"],"latest_commit_sha":null,"homepage":"https://litejs.com","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/litejs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lauriro"}},"created_at":"2023-08-08T09:37:56.000Z","updated_at":"2024-10-17T20:04:16.000Z","dependencies_parsed_at":"2024-01-02T02:14:49.684Z","dependency_job_id":"e4a832ec-aac1-45f0-be59-d4b894104732","html_url":"https://github.com/litejs/zip","commit_stats":null,"previous_names":["litejs/zip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litejs%2Fzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litejs%2Fzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litejs%2Fzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litejs%2Fzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litejs","download_url":"https://codeload.github.com/litejs/zip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227690326,"owners_count":17804875,"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":["zip"],"created_at":"2024-12-02T07:31:26.039Z","updated_at":"2024-12-02T07:31:27.486Z","avatar_url":"https://github.com/litejs.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lauriro","https://www.buymeacoffee.com/lauriro"],"categories":[],"sub_categories":[],"readme":"\n[1]: https://badgen.net/coveralls/c/github/litejs/zip\n[2]: https://coveralls.io/r/litejs/zip\n[3]: https://badgen.net/packagephobia/install/@litejs/zip\n[4]: https://packagephobia.now.sh/result?p=@litejs/zip\n[5]: https://badgen.net/badge/icon/Buy%20Me%20A%20Tea/orange?icon=kofi\u0026label\n[6]: https://www.buymeacoffee.com/lauriro\n\n\nLiteJS Zip \u0026ndash; [![Coverage][1]][2] [![Size][3]][4] [![Buy Me A Tea][5]][6]\n==========\n\nDependency-free JavaScript library for creating ZIP files (~1.2KB).\nUses the CompressionStream API if available; otherwise will generate uncompressed ZIP.\n\n\nExamples\n--------\n\n```javascript\nconst { createZip } = require(\"@litejs/zip\");\nconst fileBlob = await createZip([\n    { name: \"file-a.txt\", content: \"Some content\" },\n    { name: \"dir/file-b.txt\", content: Uint8Array.from(\"012\"), time: new Date(2020, 1, 21) },\n])\n```\n\n## Contributing\n\nFollow [Coding Style Guide](https://github.com/litejs/litejs/wiki/Style-Guide),\nrun tests `npm install; npm test`.\n\n\n\u003e Copyright (c) 2023-2024 Lauri Rooden \u0026lt;lauri@rooden.ee\u0026gt;  \n[MIT License](https://litejs.com/MIT-LICENSE.txt) |\n[GitHub repo](https://github.com/litejs/zip) |\n[npm package](https://npmjs.org/package/@litejs/zip) |\n[Buy Me A Tea][6]\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitejs%2Fzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitejs%2Fzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitejs%2Fzip/lists"}