{
  "_from": "tar-stream@^3.0.0",
  "_id": "tar-stream@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
  "_location": "/tar-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tar-stream@^3.0.0",
    "name": "tar-stream",
    "escapedName": "tar-stream",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
  "_shasum": "0d0064d9b67ea3c9f5abde155e35faab0df37591",
  "_spec": "tar-stream@^3.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/archiver",
  "author": {
    "name": "Mathias Buus",
    "email": "mathiasbuus@gmail.com"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "b4a": "^1.6.4",
    "bare-fs": "^4.5.5",
    "fast-fifo": "^1.2.0",
    "streamx": "^2.15.0"
  },
  "deprecated": false,
  "description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
  "devDependencies": {
    "brittle": "^3.3.2",
    "concat-stream": "^2.0.0",
    "standard": "^17.0.1"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/mafintosh/tar-stream",
  "imports": {
    "fs": {
      "bare": "bare-fs",
      "default": "fs"
    }
  },
  "license": "MIT",
  "main": "index.js",
  "name": "tar-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-stream.git"
  },
  "scripts": {
    "test": "standard && brittle test/*.js"
  },
  "version": "3.2.0"
}
