{
  "_args": [
    [
      "tar-iterator@0.2.9",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "tar-iterator@0.2.9",
  "_id": "tar-iterator@0.2.9",
  "_inBundle": false,
  "_integrity": "sha512-VCeK4WNanOS7gUiccvxNdpmkmsJKm9gpqK6ayDMJT2cGMKkuGrCcZWCBgJJzcntgUE25ZEtw+r0MSRyql19+4g==",
  "_location": "/tar-iterator",
  "_phantomChildren": {
    "glob": "7.2.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tar-iterator@0.2.9",
    "name": "tar-iterator",
    "escapedName": "tar-iterator",
    "rawSpec": "0.2.9",
    "saveSpec": null,
    "fetchSpec": "0.2.9"
  },
  "_requiredBy": [
    "/fast-extract"
  ],
  "_resolved": "https://registry.npmjs.org/tar-iterator/-/tar-iterator-0.2.9.tgz",
  "_spec": "0.2.9",
  "_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/tar-iterator/issues"
  },
  "dependencies": {
    "end-of-stream": "^1.4.4",
    "extract-base-iterator": "^0.2.6",
    "fs-access-compat": "^1.0.3",
    "inherits": "^2.0.4",
    "just-extend": "^6.1.1",
    "lifecycle": "^1.0.4",
    "lodash.compact": "^3.0.1",
    "mkpath": "^1.0.0",
    "once": "^1.4.0",
    "queue-cb": "^1.1.7",
    "rimraf": "^2.7.1",
    "tar-stream-compat": "2.1.5"
  },
  "description": "Extract contents from tar archive type using an iterator API using streams or paths. Use stream interface and pipe transforms to add decompression algorithms",
  "devDependencies": {
    "@typescript-eslint/parser": "^5.33.0",
    "cr": "^0.1.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.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",
    "unbzip2-stream": "^1.4.3"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/tar-iterator",
  "keywords": [
    "extract",
    "iterator",
    "asyncIterator",
    "Symbol.asyncIterator",
    "extract-tar",
    "extract-bz2",
    "extract-gz",
    "extract-xz",
    "extract-tgz",
    "decompress",
    "decompress-tar",
    "decompress-bz2",
    "decompress-gz",
    "decompress-xz",
    "decompress-tgz",
    ".tar",
    "tar",
    ".tar.bz2",
    "tar.bz2",
    ".tar.gz",
    "tar.gz",
    ".tar.xz",
    "tar.xz",
    ".tgz",
    "tgz",
    "tar-stream",
    "stream"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tar-iterator",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/tar-iterator.git"
  },
  "scripts": {
    "build": "",
    "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.2.9"
}
