{"id":15862041,"url":"https://github.com/afeiship/archiver-webpack-plugin","last_synced_at":"2026-04-25T22:33:36.396Z","repository":{"id":57122587,"uuid":"143406027","full_name":"afeiship/archiver-webpack-plugin","owner":"afeiship","description":"Archiver webpack plugin.","archived":false,"fork":false,"pushed_at":"2021-03-19T14:49:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T08:39:25.418Z","etag":null,"topics":["archiver","package","plugin","tar","webpack","zip"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-03T09:13:12.000Z","updated_at":"2021-03-19T14:49:27.000Z","dependencies_parsed_at":"2022-08-24T14:59:30.188Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/archiver-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/archiver-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Farchiver-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Farchiver-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Farchiver-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Farchiver-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/archiver-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Farchiver-webpack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["archiver","package","plugin","tar","webpack","zip"],"created_at":"2024-10-05T22:23:40.335Z","updated_at":"2026-04-25T22:33:36.368Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archiver-webpack-plugin\n\u003e Archiver webpack plugin.\n\n## installation\n```shell\nnpm install -D @jswork/archiver-webpack-plugin\n```\n\n## usage\n```js\nimport ArchiverWebpackPlugin from '@jswork/archiver-webpack-plugin';\n\n// plugins:\nplugiins:[\n  new ArchiverWebapckPlugin({\n    transform: function (inValue) {\n      return 'app/' + inValue;\n    },\n    output: function (inPath, inExt) {\n      return inPath.replace('dist', 'dist/app') + inExt;\n    }\n  })\n]\n```\n\n## options\n| Name          | Type     | Default                            | Description                          |\n| :------------ | :------- | :--------------------------------- | :----------------------------------- |\n| format        | String   | tar                                | archiver format options              |\n| formatOptions | Object   | { gzip: true, zlib: { level: 9 } } | archiver options                     |\n| transform     | Function | -                                  | `replace` to transform package path. |\n| output        | Function | -                                  | `replace` to output package path.    |\n| ext           | String   | .tar.gz                            | Package extention                    |\n\n\n## resources\n- https://github.com/Seldszar/archiver-webpack-plugin\n- https://archiverjs.com/docs/#quick-start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Farchiver-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Farchiver-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Farchiver-webpack-plugin/lists"}