{
  "_args": [
    [
      "fast-extract@0.3.4",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "fast-extract@0.3.4",
  "_id": "fast-extract@0.3.4",
  "_inBundle": false,
  "_integrity": "sha512-EL3qfO6SIpdsoY4lK2yq4hXfG6LIWelhXnJFAKjUNc8BOsYDD7mIb8+LeLv/WO7Ln/4n8o49mSgMCBcpaAJXzA==",
  "_location": "/fast-extract",
  "_phantomChildren": {
    "core-util-is": "1.0.3",
    "glob": "7.2.3",
    "inherits": "2.0.4",
    "isarray": "1.0.0",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.1.2",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fast-extract@0.3.4",
    "name": "fast-extract",
    "escapedName": "fast-extract",
    "rawSpec": "0.3.4",
    "saveSpec": null,
    "fetchSpec": "0.3.4"
  },
  "_requiredBy": [
    "/node-install-release"
  ],
  "_resolved": "https://registry.npmjs.org/fast-extract/-/fast-extract-0.3.4.tgz",
  "_spec": "0.3.4",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/kmalakoff/fast-extract/issues"
  },
  "dependencies": {
    "bl": "^3.0.0",
    "content-disposition": "^0.5.4",
    "end-of-stream": "^1.4.4",
    "flush-write-stream": "^2.0.0",
    "just-extend": "^6.0.1",
    "lodash.throttle": "^4.1.1",
    "mkpath": "^1.0.0",
    "mock-require-lazy": "^1.0.0",
    "next-tick": "^1.1.0",
    "once": "^1.4.0",
    "progress-stream": "^2.0.0",
    "pumpify": "^2.0.1",
    "queue-cb": "^1.1.7",
    "readable-stream": "^2.3.7",
    "require_optional": "^1.0.1",
    "rimraf": "^2.7.1",
    "signal-exit": "^3.0.7",
    "tar-iterator": "^0.2.4",
    "temp-suffix": "^0.1.1",
    "unbzip2-stream": "^1.4.3",
    "zip-iterator": "^0.1.12"
  },
  "description": "Extract contents from various archive types (tar, tar.bz2, tar.gz, tar.xz, tgz, zip)",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.30.7",
    "cr": "^0.1.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0",
    "fs-iterator": "^4.1.1",
    "fs-stats-spys": "^1.0.2",
    "mocha-compat": "^3.5.5",
    "prettier": "^2.7.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/fast-extract",
  "keywords": [
    "fast",
    "extract",
    "extract-tar",
    "extract-bz2",
    "extract-gz",
    "extract-xz",
    "extract-tgz",
    "extract-zip",
    "decompress",
    "decompress-tar",
    "decompress-bz2",
    "decompress-gz",
    "decompress-xz",
    "decompress-tgz",
    "decompress-zip",
    ".tar",
    "tar",
    ".tar.bz2",
    "tar.bz2",
    ".tar.gz",
    "tar.gz",
    ".tar.xz",
    "tar.xz",
    ".tgz",
    "tgz",
    ".zip",
    "zip"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "fast-extract",
  "peerOptionalDependencies": {
    "lzma-native": "^6.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/fast-extract.git"
  },
  "scripts": {
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.3.4"
}
