{"id":16578916,"url":"https://github.com/fritx/cross-unzip","last_synced_at":"2025-03-16T20:31:36.876Z","repository":{"id":50053234,"uuid":"57223018","full_name":"fritx/cross-unzip","owner":"fritx","description":"Cross-platform 'native' unzip in Node.js","archived":false,"fork":false,"pushed_at":"2023-07-18T01:55:30.000Z","size":11,"stargazers_count":17,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-02-26T19:17:22.162Z","etag":null,"topics":["cross","unix","unzip","windows","zip"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cross-unzip","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/fritx.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":"2016-04-27T15:08:37.000Z","updated_at":"2023-10-22T08:05:41.000Z","dependencies_parsed_at":"2024-06-18T15:40:54.672Z","dependency_job_id":null,"html_url":"https://github.com/fritx/cross-unzip","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.1428571428571429,"last_synced_commit":"360cce461716a26054b29463702d4f9b410c9776"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fritx%2Fcross-unzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fritx%2Fcross-unzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fritx%2Fcross-unzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fritx%2Fcross-unzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fritx","download_url":"https://codeload.github.com/fritx/cross-unzip/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830922,"owners_count":20354850,"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":["cross","unix","unzip","windows","zip"],"created_at":"2024-10-11T22:16:10.276Z","updated_at":"2025-03-16T20:31:36.522Z","avatar_url":"https://github.com/fritx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cross-unzip\n\n\u003ca href=\"https://www.npmjs.com/package/cross-unzip\"\u003e\u003cimg height=\"20\" src=\"https://img.shields.io/npm/dm/cross-unzip.svg\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://github.com/fritx/cross-unzip\"\u003e\u003cimg width=\"90\" height=\"20\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://github.com/fritx/cross-unzip\"\u003e\u003cimg width=\"84\" height=\"20\" src=\"https://img.shields.io/badge/license-LGPL-yellow.svg\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u003ca href=\"https://github.com/fritx/cross-unzip/actions/workflows/test.yml\"\u003e\u003cimg width=\"100\" height=\"20\" src=\"https://github.com/fritx/cross-unzip/actions/workflows/test.yml/badge.svg\"\u003e\u003c/a\u003e\n\nSee also: [win-7zip](https://github.com/fritx/win-7zip), [feross/cross-zip](https://github.com/feross/cross-zip)\n\n- [x] Tested on OSX\n- [x] Tested on Windows\n- [x] Zip compress/decompress\n- [ ] Progress feedback\n\n```plain\n$ npm install cross-unzip\n$ npm install win-7zip  # Windows support\n```\n\n```js\nlet { zip, unzip } = require('cross-unzip')\n\n// extract files\nunzip('some/archive.zip', 'some/dir', err =\u003e {\n  // done\n})\n\n// compress files\nzip('some/dir', 'some/archive.zip', err =\u003e {\n  // done\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffritx%2Fcross-unzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffritx%2Fcross-unzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffritx%2Fcross-unzip/lists"}