{
  "_from": "compress-commons@^3.0.0",
  "_id": "compress-commons@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-FyDqr8TKX5/X0qo+aVfaZ+PVmNJHJeckFBlq8jZGSJOgnynhfifoyl24qaqdUdDIBe0EVTHByN6NAkqYvE/2Xg==",
  "_location": "/compress-commons",
  "_phantomChildren": {
    "core-util-is": "1.0.3",
    "inherits": "2.0.4",
    "isarray": "1.0.0",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compress-commons@^3.0.0",
    "name": "compress-commons",
    "escapedName": "compress-commons",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/zip-stream"
  ],
  "_resolved": "http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/compress-commons/-/compress-commons-3.0.0.tgz",
  "_shasum": "833944d84596e537224dd91cf92f5246823d4f1d",
  "_spec": "compress-commons@^3.0.0",
  "_where": "/root/workspace/mfp-cordova-plugins-build-and-deploy/target/cordova-runtime/plugins/cordova-plugin-mfp/node_modules/zip-stream",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-compress-commons/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-crc32": "^0.2.13",
    "crc32-stream": "^3.0.1",
    "normalize-path": "^3.0.0",
    "readable-stream": "^2.3.7"
  },
  "deprecated": false,
  "description": "a library that defines a common interface for working with archive formats within node",
  "devDependencies": {
    "chai": "^4.0.0",
    "mkdirp": "^0.5.5",
    "mocha": "^5.0.0",
    "rimraf": "^2.7.1"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/archiverjs/node-compress-commons",
  "keywords": [
    "compress",
    "commons",
    "archive"
  ],
  "license": "MIT",
  "main": "lib/compress-commons.js",
  "name": "compress-commons",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archiverjs/node-compress-commons.git"
  },
  "scripts": {
    "test": "mocha --reporter dot"
  },
  "version": "3.0.0"
}
