{"id":13782528,"url":"https://github.com/agentcooper/parcel-plugin-static-zip","last_synced_at":"2025-05-11T15:32:34.157Z","repository":{"id":57319085,"uuid":"153908205","full_name":"agentcooper/parcel-plugin-static-zip","owner":"agentcooper","description":null,"archived":true,"fork":false,"pushed_at":"2018-10-23T14:31:14.000Z","size":3564,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T00:36:41.503Z","etag":null,"topics":["browserfs","parcel","parcel-plugin","zip"],"latest_commit_sha":null,"homepage":"https://agentcooper.github.io/parcel-plugin-static-zip/","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/agentcooper.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}},"created_at":"2018-10-20T13:26:07.000Z","updated_at":"2023-01-28T00:11:48.000Z","dependencies_parsed_at":"2022-08-26T01:10:25.701Z","dependency_job_id":null,"html_url":"https://github.com/agentcooper/parcel-plugin-static-zip","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentcooper%2Fparcel-plugin-static-zip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentcooper%2Fparcel-plugin-static-zip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentcooper%2Fparcel-plugin-static-zip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentcooper%2Fparcel-plugin-static-zip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentcooper","download_url":"https://codeload.github.com/agentcooper/parcel-plugin-static-zip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252586294,"owners_count":21772275,"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":["browserfs","parcel","parcel-plugin","zip"],"created_at":"2024-08-03T18:01:38.576Z","updated_at":"2025-05-11T15:32:33.742Z","avatar_url":"https://github.com/agentcooper.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Other"],"readme":"# parcel-plugin-static-zip\n\nhttps://agentcooper.github.io/parcel-plugin-static-zip/\n\nProvide archived local directory in the static build. Useful for [BrowserFS](https://github.com/jvilk/BrowserFS).\n\n## Install\n\n```\nnpm install parcel-plugin-static-zip --save-dev\n```\n\n## How to use\n\nAdd config to your `package.json`:\n\n```\n\"parcel-plugin-static-zip\": {\n  \"self.zip\": {\n    \"glob\": \"**\",\n    \"options\": {\n      \"cwd\": \"../../\",\n      \"ignore\": [\n        \"**/node_modules/**\",\n        \"**/dist/**\"\n      ]\n    }\n  }\n},\n```\n\n`options` are [node-glob options](https://github.com/isaacs/node-glob#options).\n\nWhenever Parcel builds the project, `self.zip` will be available in the `dist`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentcooper%2Fparcel-plugin-static-zip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentcooper%2Fparcel-plugin-static-zip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentcooper%2Fparcel-plugin-static-zip/lists"}