{"_id":"zip-folder","_rev":"3370969","name":"zip-folder","description":"zips a folder and calls your callback when it's done","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"sole","email":""}],"time":{"modified":"2024-08-26T02:53:41.000Z","created":"2014-10-22T10:37:10.446Z","1.0.0":"2014-10-22T10:37:10.446Z"},"users":{},"author":{"name":"sole"},"repository":{"type":"git","url":"https://github.com/sole/node-zip-folder"},"versions":{"1.0.0":{"name":"zip-folder","version":"1.0.0","description":"zips a folder and calls your callback when it's done","main":"index.js","scripts":{"test":"nodeunit tests.js"},"repository":{"type":"git","url":"https://github.com/sole/node-zip-folder"},"keywords":["zip","folder"],"author":{"name":"sole"},"license":"Apache 2","bugs":{"url":"https://github.com/sole/node-zip-folder/issues"},"homepage":"https://github.com/sole/node-zip-folder","dependencies":{"archiver":"^0.11.0"},"devDependencies":{"nodeunit":"^0.9.0","temporary":"0.0.8","unzip":"^0.1.11"},"gitHead":"0bf8c16b08a1a6efcf5ed48fb4568109dafcd6b8","_id":"zip-folder@1.0.0","_shasum":"70a7744fd1789a2feb41ad3419b32e9fd87957b2","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sole","email":"listas@soledadpenades.com"},"maintainers":[{"name":"sole","email":""}],"dist":{"shasum":"70a7744fd1789a2feb41ad3419b32e9fd87957b2","size":1722,"noattachment":false,"key":"/zip-folder/-/zip-folder-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/zip-folder/download/zip-folder-1.0.0.tgz"},"directories":{},"publish_time":1413974230446,"_hasShrinkwrap":false,"_cnpm_publish_time":1413974230446,"_cnpmcore_publish_time":"2021-12-17T19:33:22.660Z"}},"readme":"# node-zip-folder\n\n> zips a folder and calls your callback when it's done\n> AKA: something that maybe already exists in npmjs.org, but that I couldn't find.\n\n## Usage\n\n```javascript\nvar zipFolder = require('zip-folder');\n\nzipFolder('/path/to/the/folder', '/path/to/archive.zip', function(err) {\n\tif(err) {\n\t\tconsole.log('oh no!', err);\n\t} else {\n\t\tconsole.log('EXCELLENT');\n\t}\n});\n```\n\n## Tests\n\nTests are in `tests.js` and built with nodeunit. Run `npm test` to run the tests.\n","_attachments":{},"homepage":"https://github.com/sole/node-zip-folder","bugs":{"url":"https://github.com/sole/node-zip-folder/issues"},"license":"Apache 2"}