{
  "_from": "tar-stream@^3.0.0",
  "_id": "tar-stream@3.1.7",
  "_inBundle": false,
  "_integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
  "_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.1.7.tgz",
  "_shasum": "24b3fb5eabada19fe7338ed6d26e5f7c482e792b",
  "_spec": "tar-stream@^3.0.0",
  "_where": "C:\\Sites\\Ecommerce\\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",
    "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",
  "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.1.7"
}
