{
  "_args": [
    [
      "tar-stream-compat@2.1.5",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "tar-stream-compat@2.1.5",
  "_id": "tar-stream-compat@2.1.5",
  "_inBundle": false,
  "_integrity": "sha512-hhIcRHj6S+y7IDR+VO8IcOjPUsAJ+50POvGK1fDFqbOTLTs/J7YA07TUgvpSkYkYuRUfYsuAFM/0SrvrdIZMdQ==",
  "_location": "/tar-stream-compat",
  "_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",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tar-stream-compat@2.1.5",
    "name": "tar-stream-compat",
    "escapedName": "tar-stream-compat",
    "rawSpec": "2.1.5",
    "saveSpec": null,
    "fetchSpec": "2.1.5"
  },
  "_requiredBy": [
    "/tar-iterator"
  ],
  "_resolved": "https://registry.npmjs.org/tar-stream-compat/-/tar-stream-compat-2.1.5.tgz",
  "_spec": "2.1.5",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Mathias Buus",
    "email": "mathiasbuus@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-stream/issues"
  },
  "dependencies": {
    "bl": "^2.2.0",
    "buffer-alloc": "^1.2.0",
    "end-of-stream": "^1.4.4",
    "fs-constants": "^1.0.0",
    "inherits": "^2.0.4",
    "readable-stream": "^2.3.7"
  },
  "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
  "devDependencies": {
    "concat-stream": "^1.6.2",
    "next-tick": "^1.1.0",
    "single-line-log2": "^1.1.3",
    "standard": "^14.3.4",
    "tape": "^5.0.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "*.js",
    "Buffer/*.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/mafintosh/tar-stream",
  "keywords": [
    "tar",
    "tarball",
    "parse",
    "parser",
    "generate",
    "generator",
    "stream",
    "stream2",
    "streams",
    "streams2",
    "streaming",
    "pack",
    "extract",
    "modify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tar-stream-compat",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-stream.git"
  },
  "scripts": {
    "format": "standard --fix",
    "lint": "standard",
    "prepublishOnly": "standard",
    "test": "tape test/*.js"
  },
  "version": "2.1.5"
}
