{"id":15716053,"url":"https://github.com/ghaschel/node-uharc","last_synced_at":"2025-05-07T22:46:31.807Z","repository":{"id":50888451,"uuid":"123918864","full_name":"ghaschel/node-uharc","owner":"ghaschel","description":"Node.js uharc wrapper","archived":false,"fork":false,"pushed_at":"2024-05-26T11:14:21.000Z","size":917,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T22:46:24.699Z","etag":null,"topics":["compression","file-compression","homebrew","node-uharc","node-wrapper","uharc","wine"],"latest_commit_sha":null,"homepage":null,"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/ghaschel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-05T12:51:02.000Z","updated_at":"2024-08-26T00:31:02.000Z","dependencies_parsed_at":"2024-10-24T13:09:01.440Z","dependency_job_id":"c4e455d4-8ede-4446-a33e-35f5adcff66f","html_url":"https://github.com/ghaschel/node-uharc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghaschel%2Fnode-uharc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghaschel%2Fnode-uharc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghaschel%2Fnode-uharc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghaschel%2Fnode-uharc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghaschel","download_url":"https://codeload.github.com/ghaschel/node-uharc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967982,"owners_count":21833247,"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":["compression","file-compression","homebrew","node-uharc","node-wrapper","uharc","wine"],"created_at":"2024-10-03T21:43:55.123Z","updated_at":"2025-05-07T22:46:31.785Z","avatar_url":"https://github.com/ghaschel.png","language":"JavaScript","readme":"# node-uharc\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/node-uharc.svg)](https://badge.fury.io/js/node-uharc)\n\nNode-uharc is a Node.JS wrapper for Uharc. It uses wine for Unix-based system compatibility.\n\n# Installation\n```sh\n$ npm install node-uharc --save-dev\n```\n##### Linux\nIt will ask for sudo to install wine if it's not already installed.\n\n##### OSX\n\nIt will ask for sudo to install HomeBrew.\n- As default HomeBrew packages will never ask for sudo, but it will ask for Brew itself and to create a default wine folder that will break the installation if not existent (apparently High Sierra related)\n\n# How to use\n\n#### Compress\n\n```\nconst nodeUharc = require('node-uharc');\n\nnodeUharc({\n  action: 'compress',\n  files: './*', // files or folder to compress (wildcards are supported)\n  output: './bin/opt.uha', // output file\n  compressionMode: 'LZP', // LZP or ALZ or PPM\n  headerEncryption: true, // archive header encryption\n  recursive: true, //should include subfolders\n  clearFileArchiceAttr: true, // clear file archive attr\n  multimediaCompression: true  // enable multimedia detection and compression\n})\n```\n\n#### Extract\n```\nnodeUharc({\n  action: 'extract',\n  files: './bin/opt.uha', // files or folder to extract (wildcards are supported)\n  output: '../tst', // output folder  \n})\n```\n\n## [Changelog](CHANGELOG.md)\n\nLicense\n----\n\nNode-uhac - MIT\nUharc (Copyright (c) 1997-2005 by Uwe Herklotz) - Free for non-commercial use\n\n\n### Notice\nThe only information I could find about Uharc license is that it's Free for non-commercial use.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghaschel%2Fnode-uharc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghaschel%2Fnode-uharc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghaschel%2Fnode-uharc/lists"}