{"maintainers":[{"name":"anonymous","email":"agrieve@chromium.org"},{"name":"anonymous","email":"mmocny@gmail.com"},{"name":"anonymous","email":"iclelland@google.com"},{"name":"anonymous","email":"maxw@chromium.org"}],"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"dist-tags":{"latest":"3.1.0"},"description":"Unzips zip files","readme":"# cordova-plugin-zip\n\nA Cordova plugin to unzip files in Android and iOS.\n\n## Installation\n\n    cordova plugin add cordova-plugin-zip\n\n## Usage\n\n    zip.unzip(<source zip>, <destination dir>, <callback>, [<progressCallback>]);\n\nBoth source and destination arguments can be URLs obtained from the HTML File\ninterface or absolute paths to files on the device.\n\nThe callback argument will be executed when the unzip is complete, or when an\nerror occurs. It will be called with a single argument, which will be 0 on\nsuccess, or -1 on failure.\n\nThe progressCallback argument is optional and will be executed whenever a new ZipEntry\nhas been extracted. E.g.:\n\n    var progressCallback = function(progressEvent) {\n        $( \"#progressbar\" ).progressbar(\"value\", Math.round((progressEvent.loaded / progressEvent.total) * 100));\n    };\n\nThe values `loaded` and `total` are the number of compressed bytes processed and total. Total is the\nfile size of the zip file.\n\n## Release Notes\n\n### 3.1.0 (Feb 23, 2016)\n* Updated SSZipArchive (ios lib) to 1.1\n\n### 3.0.0 (May 1, 2015)\n* Updated SSZipArchive (ios lib) to 0.2.1\n* Update file plugin dependency to use npm version (cordova-plugin-file)\n\n### 2.1.0 (May 1, 2014)\n* Added progress events\n* Fix iOS path handling when given file: URLs as src/target\n","repository":{"type":"git","url":"git+https://github.com/MobileChromeApps/cordova-plugin-zip.git"},"users":{"tower1229":true,"shadowlong":true},"bugs":{"url":"https://github.com/MobileChromeApps/zip/issues"},"license":"BSD","versions":{"2.1.1":{"name":"cordova-plugin-zip","version":"2.1.1","description":"Unzips zip files","cordova":{"id":"cordova-plugin-unzip","platforms":["android","ios"]},"repository":{"type":"git","url":"https://github.com/MobileChromeApps/cordova-plugin-zip.git"},"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=3.3.0"}],"author":"","license":"BSD","bugs":{"url":"https://github.com/MobileChromeApps/zip/issues"},"homepage":"https://github.com/MobileChromeApps/zip","gitHead":"c0e9588ca376cadf697a650664f075a4dd4647c1","_id":"cordova-plugin-zip@2.1.1","scripts":{},"_shasum":"efc64a276a720faa91fd5161026672d4fc5f715f","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.29","_npmUser":{"name":"anonymous","email":"agrieve@chromium.org"},"maintainers":[{"name":"anonymous","email":"agrieve@chromium.org"}],"dist":{"shasum":"efc64a276a720faa91fd5161026672d4fc5f715f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-zip/-/cordova-plugin-zip-2.1.1.tgz","integrity":"sha512-z+S/jwk0uNB3jP15YBf6dV4UyDYmpKO7dTkYMPukrTRCmHL/fgUTWwV/FWU5ZPIPOF1ScTxZIXQaQ/2V1jAu1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIDAeC9ntsM25SI/DelBwpnCNHhd/HC2HbSFMpPhpX/wIhALHsWsU02kNEwU/JfYitiIdPZDFa36oBWj+VMaIQbbgA"}]}},"3.0.0":{"name":"cordova-plugin-zip","version":"3.0.0","description":"Unzips zip files","cordova":{"id":"cordova-plugin-unzip","platforms":["android","ios"]},"repository":{"type":"git","url":"https://github.com/MobileChromeApps/cordova-plugin-zip.git"},"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=3.3.0"}],"author":"","license":"BSD","bugs":{"url":"https://github.com/MobileChromeApps/zip/issues"},"homepage":"https://github.com/MobileChromeApps/zip","gitHead":"df068662f81827775863420e6e4acf86ec22875d","_id":"cordova-plugin-zip@3.0.0","scripts":{},"_shasum":"e2f7413d21497997772965b00fafe90ed418a023","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.29","_npmUser":{"name":"anonymous","email":"agrieve@chromium.org"},"maintainers":[{"name":"anonymous","email":"agrieve@chromium.org"},{"name":"anonymous","email":"mmocny@gmail.com"},{"name":"anonymous","email":"iclelland@google.com"},{"name":"anonymous","email":"maxw@chromium.org"}],"dist":{"shasum":"e2f7413d21497997772965b00fafe90ed418a023","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-zip/-/cordova-plugin-zip-3.0.0.tgz","integrity":"sha512-uzpiKQYdt3FSwY3dcJGij2mJvij28prGrRB0Yg8i+uXjR6BxbwRTvgJdQrWdOwMdApLfHKAntO/NqfhbtBXueQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8xqhPwcPAcK3EKnyx2ys97h+i+sFtEptx3TbRXmIIkQIgX3HNlIxt6ul5MTcW21PGS5jGWSwIF/c9yx5dyoFZPn0="}]}},"3.1.0":{"name":"cordova-plugin-zip","version":"3.1.0","description":"Unzips zip files","cordova":{"id":"cordova-plugin-unzip","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/MobileChromeApps/cordova-plugin-zip.git"},"keywords":["ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=3.3.0"}],"author":"","license":"BSD","bugs":{"url":"https://github.com/MobileChromeApps/zip/issues"},"homepage":"https://github.com/MobileChromeApps/zip","gitHead":"977b57d2a5e4bf8d8b7671e5b498aa8ca098fbe4","_id":"cordova-plugin-zip@3.1.0","scripts":{},"_shasum":"176c8248ea20d39f1cf959ef5e6156acca96b217","_from":".","_npmVersion":"3.3.8","_nodeVersion":"0.10.29","_npmUser":{"name":"anonymous","email":"agrieve@chromium.org"},"maintainers":[{"name":"anonymous","email":"agrieve@chromium.org"},{"name":"anonymous","email":"mmocny@gmail.com"},{"name":"anonymous","email":"iclelland@google.com"},{"name":"anonymous","email":"maxw@chromium.org"}],"dist":{"shasum":"176c8248ea20d39f1cf959ef5e6156acca96b217","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cordova-plugin-zip/-/cordova-plugin-zip-3.1.0.tgz","integrity":"sha512-N+8G3KlBlVV4GcGubyhz0Z+mZ8UiLsJknoLL4KcmlLxpb6RnndheXusCWt1G999+y+O88P1fpcr77+lKq55QZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF9NLpBZycu5DgkrsBlCz7pXC70wL25U11+4alt7S5IUAiEAsAh5ydkaZT5AOkPQZCWskXIBlJkwvq92yFvzgR+axZE="}]},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/cordova-plugin-zip-3.1.0.tgz_1456240954165_0.5940777787473053"}}},"name":"cordova-plugin-zip","time":{"modified":"2022-06-14T01:01:33.931Z","created":"2015-04-29T20:22:38.005Z","2.1.1":"2015-04-29T20:22:38.005Z","3.0.0":"2015-05-14T18:37:12.156Z","3.1.0":"2016-02-23T15:22:38.115Z"},"readmeFilename":"README.md","homepage":"https://github.com/MobileChromeApps/zip"}