
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "adm-zip@0.5.5",
  "_id": "adm-zip@0.5.5",
  "_inBundle": false,
  "_integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w==",
  "_location": "/ghost-cli/adm-zip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "adm-zip@0.5.5",
    "name": "adm-zip",
    "escapedName": "adm-zip",
    "rawSpec": "0.5.5",
    "saveSpec": null,
    "fetchSpec": "0.5.5"
  },
  "_requiredBy": [
    "/ghost-cli"
  ],
  "_resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz",
  "_shasum": "b6549dbea741e4050309f1bb4d47c47397ce2c4f",
  "_spec": "adm-zip@0.5.5",
  "_where": "/usr/local/lib/node_modules/ghost-cli",
  "author": {
    "name": "Nasca Iacob",
    "email": "sy@another-d-mention.ro",
    "url": "https://github.com/cthackers"
  },
  "bugs": {
    "url": "https://github.com/cthackers/adm-zip/issues",
    "email": "sy@another-d-mention.ro"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^8.3.2",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=6.0"
  },
  "files": [
    "adm-zip.js",
    "headers",
    "methods",
    "util",
    "zipEntry.js",
    "zipFile.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/cthackers/adm-zip",
  "keywords": [
    "zip",
    "methods",
    "archive",
    "unzip"
  ],
  "license": "MIT",
  "main": "adm-zip.js",
  "name": "adm-zip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cthackers/adm-zip.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.5.5"
}
