{
  "_from": "adm-zip@^0.4.9",
  "_id": "adm-zip@0.4.16",
  "_inBundle": false,
  "_integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==",
  "_location": "/adm-zip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "adm-zip@^0.4.9",
    "name": "adm-zip",
    "escapedName": "adm-zip",
    "rawSpec": "^0.4.9",
    "saveSpec": null,
    "fetchSpec": "^0.4.9"
  },
  "_requiredBy": [
    "/protractor/webdriver-manager"
  ],
  "_resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz",
  "_shasum": "cf4c508fdffab02c269cbc7f471a875f05570365",
  "_spec": "adm-zip@^0.4.9",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\protractor\\node_modules\\webdriver-manager",
  "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.1.2",
    "mocha": "^8.0.1",
    "rimraf": "^2.6.2"
  },
  "engines": {
    "node": ">=0.3.0"
  },
  "files": [
    "adm-zip.js",
    "headers",
    "methods",
    "util",
    "zipEntry.js",
    "zipFile.js",
    "MIT-LICENSE.txt"
  ],
  "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 test/mocha.js test/crc/index.js"
  },
  "version": "0.4.16"
}
