2016-11-03 01:33:53 +01:00
|
|
|
{
|
|
|
|
"name": "adm-zip",
|
2016-11-16 01:59:39 +01:00
|
|
|
"version": "0.4.7",
|
2016-11-03 01:33:53 +01:00
|
|
|
"description": "A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk",
|
|
|
|
"keywords": [
|
|
|
|
"zip",
|
|
|
|
"methods",
|
|
|
|
"archive",
|
|
|
|
"unzip"
|
|
|
|
],
|
|
|
|
"homepage": "http://github.com/cthackers/adm-zip",
|
|
|
|
"author": "Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)",
|
|
|
|
"bugs": {
|
|
|
|
"email": "sy@another-d-mention.ro",
|
|
|
|
"url": "https://github.com/cthackers/adm-zip/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://raw.github.com/cthackers/adm-zip/master/MIT-LICENSE.txt"
|
|
|
|
}
|
|
|
|
],
|
2016-11-16 01:59:39 +01:00
|
|
|
"files": [
|
|
|
|
"adm-zip.js",
|
|
|
|
"headers",
|
|
|
|
"methods",
|
|
|
|
"util",
|
|
|
|
"zipEntry.js",
|
|
|
|
"zipFile.js"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "adm-zip.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/cthackers/adm-zip.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.3.0"
|
|
|
|
}
|
|
|
|
}
|