{"id":19339758,"url":"https://github.com/rubenv/zipper","last_synced_at":"2025-07-09T16:40:06.626Z","repository":{"id":1651476,"uuid":"2377337","full_name":"rubenv/zipper","owner":"rubenv","description":"Insanely simple zipfile creator for node.js.","archived":false,"fork":false,"pushed_at":"2013-05-06T11:34:59.000Z","size":653,"stargazers_count":33,"open_issues_count":8,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T06:43:12.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://savanne.be/445-zipper-an-insanely-simple-zipfile-creator-for-node-js","language":"C++","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/rubenv.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":"2011-09-13T09:36:33.000Z","updated_at":"2018-06-18T08:24:29.000Z","dependencies_parsed_at":"2022-07-18T21:49:07.837Z","dependency_job_id":null,"html_url":"https://github.com/rubenv/zipper","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/rubenv%2Fzipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fzipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fzipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubenv%2Fzipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubenv","download_url":"https://codeload.github.com/rubenv/zipper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357568,"owners_count":21417308,"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":[],"created_at":"2024-11-10T03:23:44.335Z","updated_at":"2025-04-23T02:30:54.486Z","avatar_url":"https://github.com/rubenv.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"  Insanely simple zipfile creator for node.js.\n\n  [![Build Status](https://travis-ci.org/rubenv/zipper.png?branch=master)](https://travis-ci.org/rubenv/zipper)\n\n  Developed by Flow Pilots: http://www.flowpilots.com/\n\n# Usage\n\n    zipper = require('zipper').Zipper;\n\n    var zipfile = new zipper('/path/to/my/zipfile.zip');\n    zipfile.addFile('myfile.txt', '/path/to/myfile.txt', function (err) {\n        if (err) throw err;\n        // Do stuff\n    });\n\n  The zip file will be created if it does not exist already.\n\n## Installation\n\n  You can install the latest tag via npm:\n  \n    $ npm install zipper\n\n  Be sure to install `libzip-devel` (Fedora etc.) or `libzip-dev` (Ubuntu etc.)\n  before installing on Linux.\n\n## Credits\n\n  Inspired by node-zipfile (written by Dane Springmeyer).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fzipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubenv%2Fzipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubenv%2Fzipper/lists"}