{"id":15032400,"url":"https://github.com/stuk/jszip","last_synced_at":"2025-09-09T20:50:41.193Z","repository":{"id":650113,"uuid":"292525","full_name":"Stuk/jszip","owner":"Stuk","description":"Create, read and edit .zip files with Javascript","archived":false,"fork":false,"pushed_at":"2025-03-28T04:23:21.000Z","size":24787,"stargazers_count":10012,"open_issues_count":403,"forks_count":1315,"subscribers_count":129,"default_branch":"main","last_synced_at":"2025-05-12T15:56:58.857Z","etag":null,"topics":["javascript","zip"],"latest_commit_sha":null,"homepage":"https://stuk.github.io/jszip/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stuk.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGES.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.markdown","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,"zenodo":null},"funding":{"github":"Stuk"}},"created_at":"2009-08-30T17:09:20.000Z","updated_at":"2025-05-12T05:37:21.000Z","dependencies_parsed_at":"2023-02-17T12:01:16.518Z","dependency_job_id":"f7adc738-f55f-4cd8-982e-aabdadb1d173","html_url":"https://github.com/Stuk/jszip","commit_stats":{"total_commits":558,"total_committers":66,"mean_commits":8.454545454545455,"dds":0.557347670250896,"last_synced_commit":"2ceb998e29d4171b4f3f2ecab1a2195c696543c0"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuk%2Fjszip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuk%2Fjszip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuk%2Fjszip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuk%2Fjszip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stuk","download_url":"https://codeload.github.com/Stuk/jszip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253796448,"owners_count":21965719,"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":["javascript","zip"],"created_at":"2024-09-24T20:18:17.845Z","updated_at":"2025-05-12T18:25:06.776Z","avatar_url":"https://github.com/Stuk.png","language":"JavaScript","readme":"JSZip\n=====\n\nA library for creating, reading and editing .zip files with JavaScript, with a\nlovely and simple API.\n\nSee https://stuk.github.io/jszip for all the documentation.\n\n```javascript\nconst zip = new JSZip();\n\nzip.file(\"Hello.txt\", \"Hello World\\n\");\n\nconst img = zip.folder(\"images\");\nimg.file(\"smile.gif\", imgData, {base64: true});\n\nzip.generateAsync({type:\"blob\"}).then(function(content) {\n    // see FileSaver.js\n    saveAs(content, \"example.zip\");\n});\n\n/*\nResults in a zip containing\nHello.txt\nimages/\n    smile.gif\n*/\n```\nLicense\n-------\n\nJSZip is dual-licensed. You may use it under the MIT license *or* the GPLv3\nlicense. See [LICENSE.markdown](LICENSE.markdown).\n","funding_links":["https://github.com/sponsors/Stuk"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuk%2Fjszip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuk%2Fjszip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuk%2Fjszip/lists"}