{"id":15953898,"url":"https://github.com/le0michine/webpack-zip-bundler","last_synced_at":"2026-05-02T04:39:00.143Z","repository":{"id":143928469,"uuid":"81388094","full_name":"Le0Michine/webpack-zip-bundler","owner":"Le0Michine","description":"Puts emitted assets into a zip file","archived":false,"fork":false,"pushed_at":"2018-03-06T01:04:57.000Z","size":2,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T22:35:27.753Z","etag":null,"topics":["jszip","webpack","webpack-plugin","zip"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/webpack-zip-bundler","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/Le0Michine.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}},"created_at":"2017-02-08T23:45:54.000Z","updated_at":"2020-05-03T18:46:42.000Z","dependencies_parsed_at":"2023-09-18T06:15:18.819Z","dependency_job_id":null,"html_url":"https://github.com/Le0Michine/webpack-zip-bundler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fwebpack-zip-bundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fwebpack-zip-bundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fwebpack-zip-bundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fwebpack-zip-bundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Le0Michine","download_url":"https://codeload.github.com/Le0Michine/webpack-zip-bundler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128742,"owners_count":20888234,"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":["jszip","webpack","webpack-plugin","zip"],"created_at":"2024-10-07T13:14:24.058Z","updated_at":"2026-05-02T04:39:00.103Z","avatar_url":"https://github.com/Le0Michine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-zip-bundler\n\nA plugin for packaging assets into a zip archive. It is based on JSZip library https://stuk.github.io/jszip.\n\nInstallation\n\n```\nnpm install --save-dev webpack-zip-bundler\n```\n\nUsage\n```javascript\nconst ZipBundlerPlugin = require('webpack-zip-bundler');\n\n...\n\n// add to webpack plugins array\nplugins: [\n  new ZipBundlerPlugin(options)\n]\n\n/*\n  options: {\n    out: string, output file name, 'out.zip' by default\n    regex: Regex, regex to filter assets by their names\n  }\n*/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0michine%2Fwebpack-zip-bundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fle0michine%2Fwebpack-zip-bundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0michine%2Fwebpack-zip-bundler/lists"}